diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-01-08 05:57:11 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-01-08 05:57:11 +0000 |
commit | fcda0a6649a68af8c18bb789190a39480a92dcb1 (patch) | |
tree | d43a30dde758ae8d9ce79ee6ab961d4dda478fcb /lisp/calc/calc.el | |
parent | 9b85e63d346b2e4de1295228356d4e2ea49a3ff1 (diff) | |
download | emacs-fcda0a6649a68af8c18bb789190a39480a92dcb1.tar.gz |
(calc-settings-file): Change default value. Suggested by cgw in a comment
in calc-mode.el.
Diffstat (limited to 'lisp/calc/calc.el')
-rw-r--r-- | lisp/calc/calc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index f93c2e899b5..a0bd5aaff11 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -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'.") |