emacs-devel
[Top][All Lists]
Advanced

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

Re: Fwd: Loading ebrowse file yields warning


From: Markus Gritsch
Subject: Re: Fwd: Loading ebrowse file yields warning
Date: Fri, 12 Oct 2007 16:43:17 +0200

Richard Stallman wrote:
>
> Ok.  Could someone please do it?
> (Turn off undo for the BROWSE buffer.)

Here is the patch:

--- ebrowse_orig.el     2007-01-04 15:02:54.000000000 +0100
+++ ebrowse.el  2007-10-12 16:39:11.699875000 +0200
@@ -1139,6 +1139,7 @@

     (kill-all-local-variables)
     (use-local-map ebrowse-tree-mode-map)
+    (buffer-disable-undo)

     (unless (zerop (buffer-size))
       (goto-char (point-min))

Kind regards,
Markus




reply via email to

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