diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2021-08-03 15:55:55 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2021-08-03 15:55:55 +0200 |
commit | 354c682421e14669ecc6638d9490a821106de578 (patch) | |
tree | 4745b677ff45d12f121ef6d80eeeb5bbe7268179 /lisp/progmodes/verilog-mode.el | |
parent | 0809c9f6ef1e575a28b64c040834991588adf383 (diff) | |
download | emacs-354c682421e14669ecc6638d9490a821106de578.tar.gz emacs-354c682421e14669ecc6638d9490a821106de578.tar.bz2 emacs-354c682421e14669ecc6638d9490a821106de578.zip |
Remove ineffective expression in verilog-mode
* lisp/progmodes/verilog-mode.el (verilog-set-auto-endcomments):
Remove expression that now elicits a byte-compiler warning.
Diffstat (limited to 'lisp/progmodes/verilog-mode.el')
-rw-r--r-- | lisp/progmodes/verilog-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 2b88120eb9c..7c8ccea065e 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -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) |