]> git.eshelyaron.com Git - emacs.git/commitdiff
(abbrev-file-name): Use convert-standard-filename.
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Jan 1996 23:43:19 +0000 (23:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Jan 1996 23:43:19 +0000 (23:43 +0000)
lisp/paths.el

index 7bdd8ca712b466fac128500167d89f93f2181634..12292e2bb1ae3ad6106e4f3a2df1490bc9050bb9 100644 (file)
@@ -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