]> git.eshelyaron.com Git - emacs.git/commit
Move password-word-equivalents defn to mule-conf
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Apr 2018 00:02:28 +0000 (17:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Apr 2018 00:03:45 +0000 (17:03 -0700)
commit17788644e62954110c62b29ff2662f2ea58438c9
tree3a444004470f412bd25b5080ef790edcc6115969
parentc26054bbfed6c72ec18675166f2316d9dc2bfdd6
Move password-word-equivalents defn to mule-conf

* lisp/international/mule-conf.el (password-word-equivalents):
Move here ...
* lisp/simple.el (password-word-equivalents): ... from here.
This variable belongs in an i18n file somewhere, not in simple.el,
since it’s i18n-related.  Also, having it in simple.el tickles
Emacs performance bugs on some platforms when developers visit
simple.el.  Problem reported by Drew Adams in, for example:
https://lists.gnu.org/r/emacs-devel/2018-04/msg00124.html
lisp/international/mule-conf.el
lisp/simple.el