all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#24410: 25.1.50; Fix typo in verilog-mode.el: verilog-mode-mode -> verilog-mode
@ 2016-09-11 11:39 Chunyang Xu
  2017-12-11 23:46 ` Noam Postavsky
  0 siblings, 1 reply; 2+ messages in thread
From: Chunyang Xu @ 2016-09-11 11:39 UTC (permalink / raw)
  To: 24410

Hello!

The major mode is verilog-mode, not verilog-mode-mode.

diff -u --label /Users/xcy/Projects/emacs/nextstep/Emacs.app/Contents/Resources/lisp/progmodes/verilog-mode.el.gz --label \#\<buffer\ verilog-mode.el.gz\> /tmp/jka-com168584J2 /tmp/buffer-content-168583dL
--- /Users/xcy/Projects/emacs/nextstep/Emacs.app/Contents/Resources/lisp/progmodes/verilog-mode.el.gz
+++ #<buffer verilog-mode.el.gz>
@@ -3872,8 +3872,8 @@
   (when (boundp 'hs-special-modes-alist)
     (unless (assq 'verilog-mode hs-special-modes-alist)
       (setq hs-special-modes-alist
-	    (cons '(verilog-mode-mode  "\\<begin\\>" "\\<end\\>" nil
-				       verilog-forward-sexp-function)
+	    (cons '(verilog-mode  "\\<begin\\>" "\\<end\\>" nil
+                                  verilog-forward-sexp-function)
 		  hs-special-modes-alist))))
 
   ;; Stuff for autos

Diff finished.  Sun Sep 11 19:32:46 2016

--
Chunyang





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#24410: 25.1.50; Fix typo in verilog-mode.el: verilog-mode-mode -> verilog-mode
  2016-09-11 11:39 bug#24410: 25.1.50; Fix typo in verilog-mode.el: verilog-mode-mode -> verilog-mode Chunyang Xu
@ 2017-12-11 23:46 ` Noam Postavsky
  0 siblings, 0 replies; 2+ messages in thread
From: Noam Postavsky @ 2017-12-11 23:46 UTC (permalink / raw)
  To: Chunyang Xu; +Cc: 24410

tags 24410 fixed
close 24410 26.1
quit

Chunyang Xu <xuchunyang.me@gmail.com> writes:

> -	    (cons '(verilog-mode-mode  "\\<begin\\>" "\\<end\\>" nil
> +	    (cons '(verilog-mode  "\\<begin\\>" "\\<end\\>" nil

Pushed to emacs-26.

[1: a36a090a95]: 2017-12-11 17:38:27 -0500
  * lisp/progmodes/verilog-mode.el (verilog-mode): Fix typo (Bug#24410).
  https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=a36a090a951371e3441f33ad4d42e6ea17b30432





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-11 23:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 11:39 bug#24410: 25.1.50; Fix typo in verilog-mode.el: verilog-mode-mode -> verilog-mode Chunyang Xu
2017-12-11 23:46 ` Noam Postavsky

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.