emacs-devel
[Top][All Lists]
Advanced

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

Re: ;; -*-coding: emacs-mule;-*- ???


From: Stefan Reichör
Subject: Re: ;; -*-coding: emacs-mule;-*- ???
Date: Tue, 04 Nov 2003 16:31:00 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (berkeley-unix)

Hi Richard!

> What change in Emacs caused the unmodified code in bbdb to start
> having this effect?

I think it is some change in the semantics of add-hook:

The original code in bbdb.el looks like this:

        (bbdb-mapc (lambda (ff) (add-hook 'local-write-file-hooks ff))
              bbdb-write-file-hooks)

When I change it to this, it works again:

        (bbdb-mapc (lambda (ff) (add-hook 'local-write-file-hooks ff nil t))
              bbdb-write-file-hooks)

Stefan.




reply via email to

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