emacs-devel
[Top][All Lists]
Advanced

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

Re: Fuctions in c-mode-hook being called twice?(24.3.92)


From: Glenn Morris
Subject: Re: Fuctions in c-mode-hook being called twice?(24.3.92)
Date: Fri, 11 Jul 2014 22:11:32 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

"address@hidden" wrote:

> emacs -Q
> Then run the following code:
> (defun my-test-func ()
>   (message "hook test")
>   )
>
> (add-hook 'c-mode-hook 'my-test-func)
>
> Open a c file. Go to the *Message* buffer. "hook test" is printed twice.

Please report bugs to the bus list, not emacs-devel.
However, this one is already known, so there is nothing for you to do.

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16759



reply via email to

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