]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove ineffective expression in verilog-mode
authorMattias Engdegård <mattiase@acm.org>
Tue, 3 Aug 2021 13:55:55 +0000 (15:55 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 3 Aug 2021 13:55:55 +0000 (15:55 +0200)
* lisp/progmodes/verilog-mode.el (verilog-set-auto-endcomments):
Remove expression that now elicits a byte-compiler warning.

lisp/progmodes/verilog-mode.el

index 2b88120eb9c276538958d7b56e2e139fbe42a729..7c8ccea065ee80805b91e81bcedfab79d5f55e1c 100644 (file)
@@ -5112,7 +5112,6 @@ primitive or interface named NAME."
 
                                (;- task/function/initial et cetera
                                 t
-                                (match-end 0)
                                 (goto-char (match-end 0))
                                 (setq there (point))
                                 (setq err nil)