Mercurial > emacs
changeset 59416:d736a1979b98
(calc-settings-file): Change default value. Suggested by cgw in a comment
in calc-mode.el.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Sat, 08 Jan 2005 05:57:11 +0000 |
parents | 72adb36e240f |
children | 8cb9d2c5b48e |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Fri Jan 07 20:50:46 2005 +0000 +++ b/lisp/calc/calc.el Sat Jan 08 05:57:11 2005 +0000 @@ -206,8 +206,8 @@ (require 'calc-macs) ;;;###autoload -(defvar calc-settings-file user-init-file - "*File in which to record permanent settings; default is `user-init-file'.") +(defvar calc-settings-file (convert-standard-filename "~/.calc.el") + "*File in which to record permanent settings.") (defvar calc-bug-address "belanger@truman.edu" "Address of the author of Calc, for use by `report-calc-bug'.")