comparison lisp/paths.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents 4cec2e6d4f9e
children 4f28bd14272c
comparison
equal deleted inserted replaced
658:7cbd4fcd8b0f 659:505130d1ddf8
1 ;; Define pathnames for use by various Emacs commands. 1 ;;; paths.el --- define pathnames for use by various Emacs commands.
2
2 ;; Copyright (C) 1986, 1988 Free Software Foundation, Inc. 3 ;; Copyright (C) 1986, 1988 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
163 (defconst abbrev-file-name 164 (defconst abbrev-file-name
164 (if (eq system-type 'vax-vms) 165 (if (eq system-type 'vax-vms)
165 "~/abbrev.def" 166 "~/abbrev.def"
166 "~/.abbrev_defs") 167 "~/.abbrev_defs")
167 "*Default name of file to read abbrevs from.") 168 "*Default name of file to read abbrevs from.")
169
170 ;;; paths.el ends here