]> git.eshelyaron.com Git - emacs.git/commitdiff
Load compiled "calc-loaddefs", if any
authorLin Sun <sunlin7@hotmail.com>
Tue, 27 Sep 2022 21:14:52 +0000 (23:14 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 27 Sep 2022 21:15:24 +0000 (23:15 +0200)
* lisp/calc/calc.el ("calc-loaddefs"): Load the .elc file (if it
exists) (bug#58127).

lisp/calc/calc.el

index c0f87ad3d4244fc0250b2c8ee8001b3d5f14e726..6ea8a4202fced8a22eb59bb9670112d5647802f6 100644 (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)