From 8e6dade7d96ddb1cd68b9834ffba338c57795d1f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Jan 1996 23:43:19 +0000 Subject: (abbrev-file-name): Use convert-standard-filename. --- lisp/paths.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/paths.el') 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 -- cgit v1.2.1