all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Obsolete code in savehist
@ 2014-02-21  2:48 Juanma Barranquero
  2014-02-21 21:20 ` Karl Fogel
  0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2014-02-21  2:48 UTC (permalink / raw)
  To: Emacs developers

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-16 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-21  2:48 Obsolete code in savehist Juanma Barranquero
2014-02-21 21:20 ` Karl Fogel
2014-02-21 22:25   ` Juanma Barranquero
2014-02-21 23:26     ` Karl Fogel
2014-02-24 19:58       ` Stefan Monnier
2014-04-16 15:34     ` Karl Fogel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.