From fcda0a6649a68af8c18bb789190a39480a92dcb1 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Sat, 8 Jan 2005 05:57:11 +0000 Subject: [PATCH] (calc-settings-file): Change default value. Suggested by cgw in a comment in calc-mode.el. --- lisp/calc/calc.el | 4 ++-- 1 file 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'.") -- 2.39.5