emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/aptel/dynamic-modules-rc5 c41bf13 08/20: * lisp/pr


From: Teodor Zlatanov
Subject: [Emacs-diffs] feature/aptel/dynamic-modules-rc5 c41bf13 08/20: * lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquote
Date: Wed, 18 Nov 2015 19:17:00 +0000

branch: feature/aptel/dynamic-modules-rc5
commit c41bf13baf7c8fb89e1a9c7825337f8da1ee2989
Author: Juanma Barranquero <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    * lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquote
---
 lisp/progmodes/verilog-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index 939c73a..abc0dc3 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]