summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-01-27 16:30:08 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-01-27 16:30:08 +0100
commit45112398cdcfa1e32986ef630dc235ce38d10774 (patch)
treef2e8b6a26d0d966d4d4e3fd023abf54a6b544912
parent49eb03d6c8a181fd46adbbcf1f0a976d0a9efa87 (diff)
downloademacs-45112398cdcfa1e32986ef630dc235ce38d10774.tar.gz
* lisp/net/dbus.el (dbus-monitor-handler): Disable buffer undo.
-rw-r--r--lisp/net/dbus.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el
index 7a7bbef5364..195ddc6bbac 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)