comparison lisp/paths.el @ 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 ec73462ad90c
children 83f275dcd93a
comparison
equal deleted inserted replaced
13908:ce0d475e3e77 13909:287e0b91a675
146 the terminal-initialization file to be loaded.") 146 the terminal-initialization file to be loaded.")
147 147
148 (defconst abbrev-file-name 148 (defconst abbrev-file-name
149 (if (eq system-type 'vax-vms) 149 (if (eq system-type 'vax-vms)
150 "~/abbrev.def" 150 "~/abbrev.def"
151 "~/.abbrev_defs") 151 (convert-standard-filename "~/.abbrev_defs"))
152 "*Default name of file to read abbrevs from.") 152 "*Default name of file to read abbrevs from.")
153 153
154 ;;; paths.el ends here 154 ;;; paths.el ends here