Load compiled "calc-loaddefs", if any

* lisp/calc/calc.el ("calc-loaddefs"): Load the .elc file (if it
exists) (bug#58127).
This commit is contained in:
Lin Sun 2022-09-27 23:14:52 +02:00 committed by Lars Ingebrigtsen
parent 42290bf823
commit a438e95c10

View file

@ -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)