projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fac539
)
* lisp/progmodes/verilog-mode.el (verilog-surelint-off): Silence warning
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 21 Jul 2022 23:50:05 +0000
(19:50 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 21 Jul 2022 23:50:05 +0000
(19:50 -0400)
lisp/progmodes/verilog-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/verilog-mode.el
b/lisp/progmodes/verilog-mode.el
index 9ab129d4474bf7d5efa0e4a1b9350ad17a0c3286..df3b28615fd402b4df31566e2cdc9f33272f219c 100644
(file)
--- a/
lisp/progmodes/verilog-mode.el
+++ b/
lisp/progmodes/verilog-mode.el
@@
-5460,7
+5460,9
@@
becomes:
(interactive)
(let ((buff (if (boundp 'next-error-last-buffer) ;Added to Emacs-22.1
next-error-last-buffer
- compilation-last-buffer)))
+ (verilog--suppressed-warnings
+ ((obsolete compilation-last-buffer))
+ compilation-last-buffer))))
(when (buffer-live-p buff)
(save-excursion
(switch-to-buffer buff)