From: Lin Sun Date: Tue, 27 Sep 2022 21:14:52 +0000 (+0200) Subject: Load compiled "calc-loaddefs", if any X-Git-Tag: emacs-29.0.90~1856^2~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a438e95c105f49492c9b9b4bb8ecc4c6e714a0cf;p=emacs.git Load compiled "calc-loaddefs", if any * lisp/calc/calc.el ("calc-loaddefs"): Load the .elc file (if it exists) (bug#58127). --- 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)