emacs-devel
[Top][All Lists]
Advanced

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

Re: Obsolete code in savehist


From: Karl Fogel
Subject: Re: Obsolete code in savehist
Date: Fri, 21 Feb 2014 15:20:54 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Juanma Barranquero <address@hidden> writes:
>Wouldn't be about time to remove this code from savehist-save?
>
>      ;; During the 24.3 development, read-passwd had a bug which resulted in
>      ;; the passwords being saved by savehist.  Trim them, retroactively.
>      ;; This code can be removed after the 24.3 release.
>      (dolist (sym savehist-minibuffer-history-variables)
>        (if (and (symbolp sym) (equal (symbol-name sym) "forget-history"))
>            (setq savehist-minibuffer-history-variables
>                  (delq sym savehist-minibuffer-history-variables))))

It looks like it -- nice catch.  Have you by any chance verified that
the bug is no longer present, though?

Best,
-Karl



reply via email to

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