emacs-devel
[Top][All Lists]
Advanced

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

Obsolete code in savehist


From: Juanma Barranquero
Subject: Obsolete code in savehist
Date: Fri, 21 Feb 2014 03:48:23 +0100

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))))



reply via email to

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