From: Richard M. Stallman Date: Mon, 1 Jan 1996 23:43:19 +0000 (+0000) Subject: (abbrev-file-name): Use convert-standard-filename. X-Git-Tag: emacs-19.34~1951 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b33e350ab60970ed54b6c0f3d6862d8796c33810;p=emacs.git (abbrev-file-name): Use convert-standard-filename. --- 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