Mercurial > emacs
changeset 13909:287e0b91a675
(abbrev-file-name): Use convert-standard-filename.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 01 Jan 1996 23:43:19 +0000 |
parents | ce0d475e3e77 |
children | 8c5388b7b1f5 |
files | lisp/paths.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paths.el Mon Jan 01 23:41:30 1996 +0000 +++ b/lisp/paths.el Mon Jan 01 23:43:19 1996 +0000 @@ -148,7 +148,7 @@ (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