diff options
| author | Stefan Monnier | 2013-03-11 22:08:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-11 22:08:21 -0400 |
| commit | 940e5099142a1bb60e76ae2cbd1f47244cb2eb44 (patch) | |
| tree | 31e8ce32a3bc7f2de7040584db2faab8f35436e3 /lisp/net | |
| parent | cc72580827719a5012d4ac703c09f92e721f61de (diff) | |
| download | emacs-940e5099142a1bb60e76ae2cbd1f47244cb2eb44.tar.gz emacs-940e5099142a1bb60e76ae2cbd1f47244cb2eb44.zip | |
Use locate-user-emacs-file.
* lisp/type-break.el (type-break-file-name):
* lisp/textmodes/remember.el (remember-data-file):
* lisp/strokes.el (strokes-file):
* lisp/shadowfile.el (shadow-initialize):
* lisp/saveplace.el (save-place-file):
* lisp/ps-bdf.el (bdf-cache-file):
* lisp/progmodes/idlwave.el (idlwave-config-directory):
* lisp/net/quickurl.el (quickurl-url-file):
* lisp/international/kkc.el (kkc-init-file-name):
* lisp/ido.el (ido-save-directory-list-file):
* lisp/emulation/viper.el (viper-custom-file-name):
* lisp/emulation/vip.el (vip-startup-file):
* lisp/calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
* lisp/calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/quickurl.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 1de9feb1341..1e05d8db336 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el | |||
| @@ -94,7 +94,8 @@ | |||
| 94 | :group 'abbrev | 94 | :group 'abbrev |
| 95 | :prefix "quickurl-") | 95 | :prefix "quickurl-") |
| 96 | 96 | ||
| 97 | (defcustom quickurl-url-file (convert-standard-filename "~/.quickurls") | 97 | (defcustom quickurl-url-file |
| 98 | (locate-user-emacs-file "quickurls" ".quickurls") | ||
| 98 | "File that contains the URL list." | 99 | "File that contains the URL list." |
| 99 | :type 'file | 100 | :type 'file |
| 100 | :group 'quickurl) | 101 | :group 'quickurl) |