summaryrefslogtreecommitdiff
path: root/lisp/progmodes/verilog-mode.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-08-03 15:55:55 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2021-08-03 15:55:55 +0200
commit354c682421e14669ecc6638d9490a821106de578 (patch)
tree4745b677ff45d12f121ef6d80eeeb5bbe7268179 /lisp/progmodes/verilog-mode.el
parent0809c9f6ef1e575a28b64c040834991588adf383 (diff)
downloademacs-354c682421e14669ecc6638d9490a821106de578.tar.gz
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.el1
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)