summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-01 23:43:19 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-01 23:43:19 +0000
commitb33e350ab60970ed54b6c0f3d6862d8796c33810 (patch)
tree44186315df956e1d924b319e63fcf4cc708e0a39 /lisp/paths.el
parent0d448e33d4206143c58c60ee28f2dc9eafba0f88 (diff)
downloademacs-b33e350ab60970ed54b6c0f3d6862d8796c33810.tar.gz
(abbrev-file-name): Use convert-standard-filename.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 7bdd8ca712b..12292e2bb1a 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -148,7 +148,7 @@ the terminal-initialization file to be loaded.")
(defconst abbrev-file-name
(if (eq system-type 'vax-vms)
"~/abbrev.def"
- "~/.abbrev_defs")
+ (convert-standard-filename "~/.abbrev_defs"))
"*Default name of file to read abbrevs from.")
;;; paths.el ends here