(calc-settings-file): Change default value. Suggested by cgw in a comment
in calc-mode.el.
This commit is contained in:
parent
9b85e63d34
commit
fcda0a6649
1 changed files with 2 additions and 2 deletions
|
@ -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'.")
|
||||
|
|
Loading…
Add table
Reference in a new issue