aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index a0bd5aaff11..635cb75520f 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -1028,7 +1028,7 @@ Notations: 3.14e6 3.14 * 10^6
1028 (equal calc-settings-file user-init-file) 1028 (equal calc-settings-file user-init-file)
1029 (progn 1029 (progn
1030 (setq calc-loaded-settings-file t) 1030 (setq calc-loaded-settings-file t)
1031 (load calc-settings-file t))) ; t = missing-ok 1031 (load (file-name-sans-extension calc-settings-file) t))) ; t = missing-ok
1032 (let ((p command-line-args)) 1032 (let ((p command-line-args))
1033 (while p 1033 (while p
1034 (and (equal (car p) "-f") 1034 (and (equal (car p) "-f")