Skip to content

Commit 9395f12

Browse files
mattiasewsnyder
authored andcommitted
Remove impossible cond clause.
Merge from Emacs 5a32e5ce48f01180603841194881562ee70fa0db * lisp/progmodes/verilog-mode.el (verilog-set-auto-endcomments): Remove can't-happen clause.
1 parent 0823759 commit 9395f12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

verilog-mode.el

+1-4
Original file line numberDiff line numberDiff line change
@@ -5375,10 +5375,7 @@ primitive or interface named NAME."
53755375
(goto-char (match-end 0))
53765376
(setq there (point))
53775377
(setq err nil)
5378-
(setq str (concat " // " cntx (verilog-get-expr))))
5379-
5380-
(;-- otherwise...
5381-
(setq str " // auto-endcomment confused "))))
5378+
(setq str (concat " // " cntx (verilog-get-expr))))))
53825379

53835380
((and
53845381
(verilog-in-case-region-p) ;-- handle case item differently

0 commit comments

Comments
 (0)