emacs-devel
[Top][All Lists]
Advanced

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

Re: Following links in *Help* do not add files to file-name-history


From: Stefan Monnier
Subject: Re: Following links in *Help* do not add files to file-name-history
Date: Thu, 12 Oct 2006 10:52:43 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>                      (pop-to-buffer (car location))
> +                     (add-to-history 'file-name-history (buffer-file-name 
> (car location)))

pop-to-buffer selects the buffer, so you just need the `buffer-file-name'
variable rather than the function.


        Stefan




reply via email to

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