projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42290bf
)
Load compiled "calc-loaddefs", if any
author
Lin Sun
<sunlin7@hotmail.com>
Tue, 27 Sep 2022 21:14:52 +0000
(23:14 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index c0f87ad3d4244fc0250b2c8ee8001b3d5f14e726..6ea8a4202fced8a22eb59bb9670112d5647802f6 100644
(file)
--- 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)