emacs-diffs
[Top][All Lists]
Advanced

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

master 4511239 1/2: * lisp/net/dbus.el (dbus-monitor-handler): Disable b


From: Michael Albinus
Subject: master 4511239 1/2: * lisp/net/dbus.el (dbus-monitor-handler): Disable buffer undo.
Date: Wed, 27 Jan 2021 10:31:00 -0500 (EST)

branch: master
commit 45112398cdcfa1e32986ef630dc235ce38d10774
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/net/dbus.el (dbus-monitor-handler): Disable buffer undo.
---
 lisp/net/dbus.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el
index 7a7bbef..195ddc6 100644
--- a/lisp/net/dbus.el
+++ b/lisp/net/dbus.el
@@ -2079,6 +2079,7 @@ daemon, it is rather the timestamp the corresponding 
D-Bus event
 has been handled by this function."
   (with-current-buffer (get-buffer-create "*D-Bus Monitor*")
     (special-mode)
+    (buffer-disable-undo)
     ;; Move forward and backward between messages.
     (local-set-key [?n] #'forward-paragraph)
     (local-set-key [?p] #'backward-paragraph)



reply via email to

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