* lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquote

This commit is contained in:
Juanma Barranquero 2015-11-16 04:32:31 +01:00
parent 47f83b6fc0
commit 937565268a

View file

@ -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)