]> code.delx.au - gnu-emacs/blobdiff - lisp/net/eudc-vars.el
* test/automated/simple-test.el: Add test for bug#20698 (bug#21885)
[gnu-emacs] / lisp / net / eudc-vars.el
index 36a583daa4d9c2f156f40d84d46b6360ce902db7..8cffa8e466a06ad1c111e4587c9287b92830548e 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudc-vars.el --- Emacs Unified Directory Client -*- coding: utf-8 -*-
+;;; eudc-vars.el --- Emacs Unified Directory Client
 
 ;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
@@ -312,9 +312,11 @@ arguments that should be passed to the program."
                        :inline t
                        (string :tag "Argument")))))
 
-(defcustom eudc-options-file "~/.eudc-options"
+(defcustom eudc-options-file
+  (locate-user-emacs-file "eudc-options" ".eudc-options")
   "A file where the `servers' hotlist is stored."
-  :type '(file :Tag "File Name:"))
+  :type '(file :Tag "File Name:")
+  :version "25.1")
 
 (defcustom eudc-mode-hook nil
   "Normal hook run on entry to EUDC mode."