aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2000-12-07 15:23:07 +0000
committerSam Steingold2000-12-07 15:23:07 +0000
commite04d21aaaecdca40193e176a801e3c3ca4cb5250 (patch)
tree5c107f2942e17cc5d7f12645a3fdbef5c10c6f9c
parent137cad7c3d334a7da9c6dc00519fc1e493160f7e (diff)
downloademacs-e04d21aaaecdca40193e176a801e3c3ca4cb5250.tar.gz
emacs-e04d21aaaecdca40193e176a801e3c3ca4cb5250.zip
Load emacs-lisp/backquote instead of autoloading
-rw-r--r--lisp/ChangeLog67
-rw-r--r--lisp/loadup.el8
2 files changed, 40 insertions, 35 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 49866fb6af5..53acbb8244a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-12-07 Sam Steingold <sds@gnu.org>
2
3 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4 Backquote is used in isearch.el, so autoloading saves nothing.
5
12000-12-07 Eli Zaretskii <eliz@is.elta.co.il> 62000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore 8 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
@@ -15,7 +20,7 @@
15 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright. 20 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
16 21
17 * bindings.el (mode-line-mode-menu): Add glasses-mode. 22 * bindings.el (mode-line-mode-menu): Add glasses-mode.
18 23
19 * bindings.el (mode-line-mode-menu): Reverse the order 24 * bindings.el (mode-line-mode-menu): Reverse the order
20 of define-keys so that the menu appears in alphabetical order. 25 of define-keys so that the menu appears in alphabetical order.
21 26
@@ -86,7 +91,7 @@
86 91
87 * startup.el (fancy-splash-text, command-line-1): Use 92 * startup.el (fancy-splash-text, command-line-1): Use
88 `File' for the menu name instead of `Files'. 93 `File' for the menu name instead of `Files'.
89 94
90 * tmm.el: Update copyright. 95 * tmm.el: Update copyright.
91 96
92 * cus-start.el: Add entry for even-window-heights. 97 * cus-start.el: Add entry for even-window-heights.
@@ -129,7 +134,7 @@
129 134
1302000-12-04 Gerd Moellmann <gerd@gnu.org> 1352000-12-04 Gerd Moellmann <gerd@gnu.org>
131 136
132 * mail/rmailsum.el (rmail-summary-expunge) 137 * mail/rmailsum.el (rmail-summary-expunge)
133 (rmail-summary-expunge-and-save): Ask for confirmation with 138 (rmail-summary-expunge-and-save): Ask for confirmation with
134 rmail-expunge-confirmed. 139 rmail-expunge-confirmed.
135 140
@@ -139,7 +144,7 @@
139 * progmodes/etags.el (tag-partial-file-name-match-p): New function. 144 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
140 (etags-recognize-tags-table, find-tag-in-order): New 145 (etags-recognize-tags-table, find-tag-in-order): New
141 functionality: interpret file names as tags. 146 functionality: interpret file names as tags.
142 147
1432000-12-04 Eli Zaretskii <eliz@is.elta.co.il> 1482000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
144 149
145 * info.el (Info-scroll-prefer-subnodes): New defcustom. 150 * info.el (Info-scroll-prefer-subnodes): New defcustom.
@@ -161,7 +166,7 @@
161 166
1622000-12-03 Stefan Monnier <monnier@cs.yale.edu> 1672000-12-03 Stefan Monnier <monnier@cs.yale.edu>
163 168
164 * emacs-lisp/easy-mmode.el (define-derived-mode) 169 * emacs-lisp/easy-mmode.el (define-derived-mode)
165 (easy-mmode-derived-mode-p): Remove (moved to derived.el). 170 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
166 171
167 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el. 172 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
@@ -210,7 +215,7 @@
210 texinfo-open-quote and texinfo-close-quote. Insert literal quote 215 texinfo-open-quote and texinfo-close-quote. Insert literal quote
211 with numeric argument. Docstring fix. 216 with numeric argument. Docstring fix.
212 (toplevel): Require cl when compiling. 217 (toplevel): Require cl when compiling.
213 218
214 * international/mule.el (make-char): Doc fix. 219 * international/mule.el (make-char): Doc fix.
215 220
2162000-12-02 Jason Rumney <jasonr@gnu.org> 2212000-12-02 Jason Rumney <jasonr@gnu.org>
@@ -238,7 +243,7 @@
238 243
239 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify. 244 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
240 245
241 * play/5x5.el (5x5-play-solution): 246 * play/5x5.el (5x5-play-solution):
242 247
2432000-12-01 Miles Bader <miles@gnu.org> 2482000-12-01 Miles Bader <miles@gnu.org>
244 249
@@ -255,14 +260,14 @@
255 upper-case variants of each filename extension in 260 upper-case variants of each filename extension in
256 `image-file-name-extensions', since they seem to be common. 261 `image-file-name-extensions', since they seem to be common.
257 262
258 * simple.el (minibuffer-contents) 263 * simple.el (minibuffer-contents)
259 (minibuffer-contents-no-properties, delete-minibuffer-contents): 264 (minibuffer-contents-no-properties, delete-minibuffer-contents):
260 New functions. 265 New functions.
261 * filecache.el (file-cache-directory-name) 266 * filecache.el (file-cache-directory-name)
262 (file-cache-minibuffer-complete): Ignore the minibuffer prompt. 267 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
263 268
2642000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com> 2692000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
265 270
266 * filecache.el (file-cache-minibuffer-complete): Don't try to 271 * filecache.el (file-cache-minibuffer-complete): Don't try to
267 delete the minibuffer prompt. 272 delete the minibuffer prompt.
268 273
@@ -302,7 +307,7 @@
302 * bs.el: Fix typos and spelling errors. 307 * bs.el: Fix typos and spelling errors.
303 (bs-appearance) <defgroup>: Renamed from bs-appearence. 308 (bs-appearance) <defgroup>: Renamed from bs-appearence.
304 (bs-configuration): Doc fix. 309 (bs-configuration): Doc fix.
305 310
306 * bs.el: Undo mistaken change of 2000-11-28. Update copyright. 311 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
307 312
3082000-11-30 Rob Riepel <riepel@Stanford.EDU> 3132000-11-30 Rob Riepel <riepel@Stanford.EDU>
@@ -323,7 +328,7 @@
323 328
324 * emulation/tpu-extras.el (tpu-forward-line): Use 329 * emulation/tpu-extras.el (tpu-forward-line): Use
325 forward-visible-line. 330 forward-visible-line.
326 331
3272000-11-30 Per Abrahamsen <abraham@dina.kvl.dk> 3322000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
328 333
329 * cus-edit.el (custom-face-value-create): Always emphasize tag. 334 * cus-edit.el (custom-face-value-create): Always emphasize tag.
@@ -332,7 +337,7 @@
332 337
333 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly 338 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
334 and skip whitespace and newlines. 339 and skip whitespace and newlines.
335 340
3362000-11-30 Stefan Monnier <monnier@cs.yale.edu> 3412000-11-30 Stefan Monnier <monnier@cs.yale.edu>
337 342
338 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05. 343 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
@@ -423,7 +428,7 @@
423 Suggested by Jay@aol.com. 428 Suggested by Jay@aol.com.
424 (antlr-hide-actions): Change accordingly. Hide line if completely 429 (antlr-hide-actions): Change accordingly. Hide line if completely
425 hidden action is on a line of its own. 430 hidden action is on a line of its own.
426 431
4272000-11-29 Stefan Monnier <monnier@cs.yale.edu> 4322000-11-29 Stefan Monnier <monnier@cs.yale.edu>
428 433
429 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run. 434 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
@@ -570,7 +575,7 @@
570 575
5712000-11-27 Miles Bader <miles@gnu.org> 5762000-11-27 Miles Bader <miles@gnu.org>
572 577
573 * wid-edit.el (widget-field-buffer, widget-field-start) 578 * wid-edit.el (widget-field-buffer, widget-field-start)
574 (widget-field-end): Handle widget field `pseudo-overlays'. 579 (widget-field-end): Handle widget field `pseudo-overlays'.
575 (widget-field-value-delete): Delete WIDGET from `widget-field-new' 580 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
576 if it's there instead of in `widget-field-list'. 581 if it's there instead of in `widget-field-list'.
@@ -616,7 +621,7 @@
616 621
6172000-11-24 Miles Bader <miles@gnu.org> 6222000-11-24 Miles Bader <miles@gnu.org>
618 623
619 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec) 624 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
620 (custom-post-filter-face-spec): New functions. 625 (custom-post-filter-face-spec): New functions.
621 (custom-face-set, custom-face-value-create): Filter the face spec 626 (custom-face-set, custom-face-value-create): Filter the face spec
622 before and after customization. 627 before and after customization.
@@ -634,28 +639,28 @@
634 so that people can easily turn it off. 639 so that people can easily turn it off.
635 640
6362000-11-24 Michael Kifer <kifer@cs.sunysb.edu> 6412000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
637 642
638 * ediff-diff.el: Moved variables around to have it compile under NT. 643 * ediff-diff.el: Moved variables around to have it compile under NT.
639 644
640 * ediff-help.el (ediff-use-long-help-message): Made it customizable. 645 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
641 646
642 * ediff-init.el (ediff-abbrev-jobname): Use capitalize. 647 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
643 648
644 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the 649 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
645 redundant skip-small-frames test. 650 redundant skip-small-frames test.
646 651
647 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode. 652 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
648 (viper-downgrade-to-insert): protect against errors in hooks. 653 (viper-downgrade-to-insert): protect against errors in hooks.
649 654
650 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook) 655 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
651 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling. 656 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
652 (viper-restore-cursor-type,viper-set-insert-cursor-type): New 657 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
653 functions. 658 functions.
654 659
655 * viper-util.el (viper-memq-char): Bug fixes. 660 * viper-util.el (viper-memq-char): Bug fixes.
656 661
657 * viper.el (viper-mode): Fix cursor handling. 662 * viper.el (viper-mode): Fix cursor handling.
658 663
6592000-11-24 Kenichi Handa <handa@etl.go.jp> 6642000-11-24 Kenichi Handa <handa@etl.go.jp>
660 665
661 * international/mule-diag.el (list-iso-charset-chars): For 666 * international/mule-diag.el (list-iso-charset-chars): For
@@ -712,9 +717,9 @@
712 717
7132000-11-22 Gerd Moellmann <gerd@gnu.org> 7182000-11-22 Gerd Moellmann <gerd@gnu.org>
714 719
715 * mail/rmail.el (rmail-confirm-expunge): Default to 720 * mail/rmail.el (rmail-confirm-expunge): Default to
716 y-or-n-p. 721 y-or-n-p.
717 722
7182000-11-22 Stefan Monnier <monnier@cs.yale.edu> 7232000-11-22 Stefan Monnier <monnier@cs.yale.edu>
719 724
720 * textmodes/tex-mode.el (tex-font-lock-keywords-1): 725 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
@@ -740,13 +745,13 @@
740 745
741 * simple.el (delete-trailing-whitespace): New interactive 746 * simple.el (delete-trailing-whitespace): New interactive
742 function. 747 function.
743 748
744 * progmodes/ada-mode.el (ada-mode): Use it instead of 749 * progmodes/ada-mode.el (ada-mode): Use it instead of
745 `ada-remove-trailing-spaces'. 750 `ada-remove-trailing-spaces'.
746 (ada-remove-trailing-spaces): Removed. 751 (ada-remove-trailing-spaces): Removed.
747 752
748 * textmodes/two-column.el (2C-merge): Recommend it in the doc. 753 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
749 754
750 * textmodes/picture.el (picture-clean): Removed. 755 * textmodes/picture.el (picture-clean): Removed.
751 (picture-mode-exit): Call it instead of `picture-clean'. 756 (picture-mode-exit): Call it instead of `picture-clean'.
752 757
@@ -8300,7 +8305,7 @@
8300 8305
8301 (recentf-open-files, recentf-open-more-files) 8306 (recentf-open-files, recentf-open-more-files)
8302 (recentf-edit-list): Dialogs use `recentf-dialog-mode' 8307 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8303 8308
8304 (recentf-dialog-mode): New mode for dialogs. You can now just type 8309 (recentf-dialog-mode): New mode for dialogs. You can now just type
8305 "q" to cancel the dialogs. 8310 "q" to cancel the dialogs.
8306 8311
@@ -9290,7 +9295,7 @@
9290 We'll have this commented out till get resolve the problem. 9295 We'll have this commented out till get resolve the problem.
9291 9296
92922000-06-07 John Wiegley <johnw@gnu.org> 92972000-06-07 John Wiegley <johnw@gnu.org>
9293 9298
9294 * align.el (align-dq-string-modes, align-sq-string-modes) 9299 * align.el (align-dq-string-modes, align-sq-string-modes)
9295 (align-open-comment-modes): Add pyhton-mode. 9300 (align-open-comment-modes): Add pyhton-mode.
9296 (align-rules-list): Use get-text-property instead of 9301 (align-rules-list): Use get-text-property instead of
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 237ed920f60..31a7cac8c9d 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -52,7 +52,7 @@
52 52
53(load "widget") 53(load "widget")
54(load "custom") 54(load "custom")
55(autoload '\` "emacs-lisp/backquote" nil nil 'macro) 55(load "emacs-lisp/backquote")
56(load "map-ynp") 56(load "map-ynp")
57(load "env") 57(load "env")
58(load "cus-start") 58(load "cus-start")
@@ -160,7 +160,7 @@
160 (load "international/ccl") ; for cpNNN coding systems in codepage.el 160 (load "international/ccl") ; for cpNNN coding systems in codepage.el
161 (load "international/codepage") ; internal.el uses cpNNN coding systems 161 (load "international/codepage") ; internal.el uses cpNNN coding systems
162 (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el 162 (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
163(if (fboundp 'atan) ; preload some constants and 163(if (fboundp 'atan) ; preload some constants and
164 (progn ; floating pt. functions if we have float support. 164 (progn ; floating pt. functions if we have float support.
165 (load "float-sup"))) 165 (load "float-sup")))
166(message "%s" (garbage-collect)) 166(message "%s" (garbage-collect))
@@ -250,7 +250,7 @@
250 (princ ")))\n" (current-buffer)) 250 (princ ")))\n" (current-buffer))
251 (write-region (point-min) (point-max) 251 (write-region (point-min) (point-max)
252 (expand-file-name 252 (expand-file-name
253 (cond 253 (cond
254 ((eq system-type 'ms-dos) 254 ((eq system-type 'ms-dos)
255 "../lib-src/fns.el") 255 "../lib-src/fns.el")
256 ((eq system-type 'windows-nt) 256 ((eq system-type 'windows-nt)
@@ -276,7 +276,7 @@
276(if (or (member (nth 3 command-line-args) '("dump" "bootstrap")) 276(if (or (member (nth 3 command-line-args) '("dump" "bootstrap"))
277 (member (nth 4 command-line-args) '("dump" "bootstrap"))) 277 (member (nth 4 command-line-args) '("dump" "bootstrap")))
278 (if (eq system-type 'vax-vms) 278 (if (eq system-type 'vax-vms)
279 (progn 279 (progn
280 (message "Dumping data as file temacs.dump") 280 (message "Dumping data as file temacs.dump")
281 (dump-emacs "temacs.dump" "temacs") 281 (dump-emacs "temacs.dump" "temacs")
282 (kill-emacs)) 282 (kill-emacs))