emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: after-change-functions called when menu action


From: Stefan Monnier
Subject: Re: after-change-functions called when menu action
Date: Mon, 06 Jun 2005 10:02:07 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> (add-hook 'after-change-functions 'yell-at-me)

Usually after-change-functions are only added buffer-locally, like this:

   (add-hook 'after-change-functions 'yell-at-me nil t)


-- Stefan




reply via email to

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