emacs-diffs
[Top][All Lists]
Advanced

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

scratch/etags-regen 8ce70eb 06/11: Use `silent' for appending, too


From: Dmitry Gutov
Subject: scratch/etags-regen 8ce70eb 06/11: Use `silent' for appending, too
Date: Sun, 3 Jan 2021 19:06:31 -0500 (EST)

branch: scratch/etags-regen
commit 8ce70ebb3e21daa03cef5078f5abfdb38eafac8e
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Use `silent' for appending, too
---
 lisp/progmodes/etags-regen.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/etags-regen.el b/lisp/progmodes/etags-regen.el
index d79e61e..21cd578 100644
--- a/lisp/progmodes/etags-regen.el
+++ b/lisp/progmodes/etags-regen.el
@@ -141,7 +141,7 @@
           ;; write-region without APPEND.
           ;; We could also keep TAGS strictly as a buffer, with no
           ;; backing on disk.
-          (write-region current-end (point-max) etags-regen--tags-file t))
+          (write-region current-end (point-max) etags-regen--tags-file t 
'silent))
         (set-visited-file-modtime)
         (set-buffer-modified-p nil)
         ;; FIXME: Is there a better way to do this?



reply via email to

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