]> code.delx.au - gnu-emacs/commitdiff
* lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquote
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Nov 2015 03:32:31 +0000 (04:32 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Nov 2015 03:32:31 +0000 (04:32 +0100)
lisp/progmodes/verilog-mode.el

index fa93633db127f8aaede7544afe813411a0d0db44..3081060f46aa96752fd495a92961a5d333323c1e 100644 (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)