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

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

Re: Why adding this write-file-hook makes save-buffer not work anymore!?


From: Alan Mackenzie
Subject: Re: Why adding this write-file-hook makes save-buffer not work anymore!??
Date: Sun, 31 Aug 2003 11:50:54 +0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686))

Joakim Hove <hove@bccs.no> wrote on Fri, 29 Aug 2003 10:24:05 +0200:

> seberino@spawar.navy.mil (Christian Seberino) writes:

> To return 'nil just change the last lines:

> ;; snip
>   (goto-char original-pos)
>   'nil))

Or even

 (goto-char original-pos)
 nil))

You don't need to quote "nil".  :-)

> HTH - Joakim

-- 
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").



reply via email to

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