mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
(calc-mode): Remove the extension from `calc-settings-file' for loading.
This commit is contained in:
parent
3c1498ace8
commit
6bbfeec558
1 changed files with 1 additions and 1 deletions
|
|
@ -1028,7 +1028,7 @@ Notations: 3.14e6 3.14 * 10^6
|
|||
(equal calc-settings-file user-init-file)
|
||||
(progn
|
||||
(setq calc-loaded-settings-file t)
|
||||
(load calc-settings-file t))) ; t = missing-ok
|
||||
(load (file-name-sans-extension calc-settings-file) t))) ; t = missing-ok
|
||||
(let ((p command-line-args))
|
||||
(while p
|
||||
(and (equal (car p) "-f")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue