From: Jay Belanger Date: Sat, 8 Jan 2005 05:57:11 +0000 (+0000) Subject: (calc-settings-file): Change default value. Suggested by cgw in a comment X-Git-Tag: ttn-vms-21-2-B4~2869 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fcda0a6649a68af8c18bb789190a39480a92dcb1;p=emacs.git (calc-settings-file): Change default value. Suggested by cgw in a comment in calc-mode.el. --- 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'.")