# HG changeset patch # User Jay Belanger # Date 1105163831 0 # Node ID d736a1979b98d7897e4a66388260d64a56a09b80 # Parent 72adb36e240f57ef071eb37ab6fdf9694213729d (calc-settings-file): Change default value. Suggested by cgw in a comment in calc-mode.el. diff -r 72adb36e240f -r d736a1979b98 lisp/calc/calc.el --- 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'.")