* lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquote
This commit is contained in:
parent
47f83b6fc0
commit
937565268a
1 changed files with 1 additions and 1 deletions
|
@ -3237,7 +3237,7 @@ user-visible changes to the buffer must not be within a
|
|||
`(let ((inhibit-point-motion-hooks t)
|
||||
(verilog-no-change-functions t))
|
||||
,(if (fboundp 'with-silent-modifications)
|
||||
(with-silent-modifications ,@body)
|
||||
`(with-silent-modifications ,@body)
|
||||
;; From c-save-buffer-state
|
||||
`(let* ((modified (buffer-modified-p))
|
||||
(buffer-undo-list t)
|
||||
|
|
Loading…
Add table
Reference in a new issue