]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/dbus.el (dbus-monitor-handler): Disable buffer undo.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 27 Jan 2021 15:30:08 +0000 (16:30 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 27 Jan 2021 15:30:08 +0000 (16:30 +0100)
lisp/net/dbus.el

index 7a7bbef53648b3983a108438a9f12fb74aa51e58..195ddc6bbacceca47ad121e4195c2a71e2784258 100644 (file)
@@ -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)