From: Juanma Barranquero Date: Mon, 16 Nov 2015 03:32:31 +0000 (+0100) Subject: * lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquote X-Git-Tag: emacs-26.0.90~2944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=937565268a5dc3377d4c9bff6d48eb3645a77160;p=emacs.git * lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquote --- diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index fa93633db12..3081060f46a 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -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)