mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Load emacs-lisp/backquote instead of autoloading
This commit is contained in:
parent
137cad7c3d
commit
e04d21aaae
2 changed files with 40 additions and 35 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2000-12-07 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* loadup.el: Load emacs-lisp/backquote instead of autoloading.
|
||||
Backquote is used in isearch.el, so autoloading saves nothing.
|
||||
|
||||
2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
(load "widget")
|
||||
(load "custom")
|
||||
(autoload '\` "emacs-lisp/backquote" nil nil 'macro)
|
||||
(load "emacs-lisp/backquote")
|
||||
(load "map-ynp")
|
||||
(load "env")
|
||||
(load "cus-start")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue