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:
parent
42290bf823
commit
a438e95c10
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue