diff options
author | Lin Sun <sunlin7@hotmail.com> | 2022-09-27 23:14:52 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-27 23:15:24 +0200 |
commit | a438e95c105f49492c9b9b4bb8ecc4c6e714a0cf (patch) | |
tree | 9dbc746e6b65bedb58f7b6fea4c3fc34f3f07290 /lisp/calc | |
parent | 42290bf8231159f5188d4b3c5861aa02f0489c61 (diff) | |
download | emacs-a438e95c105f49492c9b9b4bb8ecc4c6e714a0cf.tar.gz |
Load compiled "calc-loaddefs", if any
* lisp/calc/calc.el ("calc-loaddefs"): Load the .elc file (if it
exists) (bug#58127).
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index c0f87ad3d42..6ea8a4202fc 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -1162,7 +1162,7 @@ Used by `calc-user-invocation'.") ;;;; (Autoloads here) -(load "calc-loaddefs.el" nil t) +(load "calc-loaddefs" nil t) ;;;###autoload (define-key ctl-x-map "*" 'calc-dispatch) |