diff options
| author | Thomas Fitzsimmons | 2015-04-27 22:26:56 -0400 |
|---|---|---|
| committer | Thomas Fitzsimmons | 2015-04-27 22:27:59 -0400 |
| commit | 7d947e84f335e351aa5b959934e584aeecda4008 (patch) | |
| tree | 4846d763d2e6d6df1aac24063e4caafc54932b8b /etc | |
| parent | b09deaa5a9d54658f6432b0a5aa45c834e162c43 (diff) | |
| download | emacs-7d947e84f335e351aa5b959934e584aeecda4008.tar.gz emacs-7d947e84f335e351aa5b959934e584aeecda4008.zip | |
Change default location of EUDC options file
* NEWS: Document change to EUDC options file's default location.
* lisp/net/eudc-vars.el (eudc-options-file): Use
`locate-user-emacs-file' to change default options file location.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -633,6 +633,9 @@ to avoid interfering with the kill ring. | |||
| 633 | *** Custom variable `eudc-inline-expansion-format' defaults to | 633 | *** Custom variable `eudc-inline-expansion-format' defaults to |
| 634 | "Firstname Surname <mail-address>". | 634 | "Firstname Surname <mail-address>". |
| 635 | 635 | ||
| 636 | *** Custom variable `eudc-options-file' defaults to | ||
| 637 | "~/.emacs.d/eudc-options". | ||
| 638 | |||
| 636 | *** New custom variable `ldap-ldapsearch-password-prompt-regexp' to | 639 | *** New custom variable `ldap-ldapsearch-password-prompt-regexp' to |
| 637 | allow overriding the regular expression that recognizes the ldapsearch | 640 | allow overriding the regular expression that recognizes the ldapsearch |
| 638 | command line's password prompt. | 641 | command line's password prompt. |