help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Warning (undo): Buffer `*Buffer List*'


From: Michael Heerdegen
Subject: Re: Warning (undo): Buffer `*Buffer List*'
Date: Fri, 26 Apr 2013 15:36:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Tamas K Papp <tkpapp@gmail.com> writes:

> Thanks Michael, I have reported it as a bug.

Good, thanks!

>  In the meantime, how can I work around this?  I would need to call
> (buffer-disable-undo) each time *Buffer List* is created, but I could
> not find a hook for this.

As Tassilo suggested,

  (add-hook 'Buffer-menu-mode-hook 'buffer-disable-undo)

should be ok.


Regards,

Michael.



reply via email to

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