From b33e350ab60970ed54b6c0f3d6862d8796c33810 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Jan 1996 23:43:19 +0000 Subject: [PATCH] (abbrev-file-name): Use convert-standard-filename. --- lisp/paths.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2