diff options
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/net/eudc-vars.el | 6 |
2 files changed, 7 insertions, 2 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. |
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index 36a583daa4d..5e994a3a38f 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el | |||
| @@ -312,9 +312,11 @@ arguments that should be passed to the program." | |||
| 312 | :inline t | 312 | :inline t |
| 313 | (string :tag "Argument"))))) | 313 | (string :tag "Argument"))))) |
| 314 | 314 | ||
| 315 | (defcustom eudc-options-file "~/.eudc-options" | 315 | (defcustom eudc-options-file |
| 316 | (locate-user-emacs-file "eudc-options" ".eudc-options") | ||
| 316 | "A file where the `servers' hotlist is stored." | 317 | "A file where the `servers' hotlist is stored." |
| 317 | :type '(file :Tag "File Name:")) | 318 | :type '(file :Tag "File Name:") |
| 319 | :version "25.1") | ||
| 318 | 320 | ||
| 319 | (defcustom eudc-mode-hook nil | 321 | (defcustom eudc-mode-hook nil |
| 320 | "Normal hook run on entry to EUDC mode." | 322 | "Normal hook run on entry to EUDC mode." |