* lisp/progmodes/verilog-mode.el (verilog-surelint-off): Silence warning
This commit is contained in:
parent
8fac539b50
commit
5c8be6fd6c
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue