aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ldefs-boot.el121
1 files changed, 62 insertions, 59 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 5da53e40af1..da4e3919088 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -81,7 +81,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
81;;;*** 81;;;***
82 82
83;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 83;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
84;;;;;; (18363 3872)) 84;;;;;; (18368 9296))
85;;; Generated autoloads from progmodes/ada-mode.el 85;;; Generated autoloads from progmodes/ada-mode.el
86 86
87(autoload (quote ada-add-extensions) "ada-mode" "\ 87(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -300,7 +300,7 @@ old-style time formats for entries are supported.
300 300
301;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 301;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
302;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 302;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
303;;;;;; "advice" "emacs-lisp/advice.el" (18310 14580)) 303;;;;;; "advice" "emacs-lisp/advice.el" (18397 19038))
304;;; Generated autoloads from emacs-lisp/advice.el 304;;; Generated autoloads from emacs-lisp/advice.el
305 305
306(defvar ad-redefinition-action (quote warn) "\ 306(defvar ad-redefinition-action (quote warn) "\
@@ -421,6 +421,9 @@ documentation of the advised function can be dumped onto the `DOC' file
421during preloading. 421during preloading.
422 422
423See Info node `(elisp)Advising Functions' for comprehensive documentation. 423See Info node `(elisp)Advising Functions' for comprehensive documentation.
424usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
425 [DOCSTRING] [INTERACTIVE-FORM]
426 BODY...)
424 427
425\(fn FUNCTION ARGS &rest BODY)" nil (quote macro)) 428\(fn FUNCTION ARGS &rest BODY)" nil (quote macro))
426 429
@@ -518,7 +521,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
518;;;*** 521;;;***
519 522
520;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 523;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
521;;;;;; (18376 17137)) 524;;;;;; (18377 44622))
522;;; Generated autoloads from allout.el 525;;; Generated autoloads from allout.el
523 526
524(put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 527(put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
@@ -825,7 +828,7 @@ setup for auto-startup.
825;;;*** 828;;;***
826 829
827;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 830;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
828;;;;;; "net/ange-ftp.el" (18355 36599)) 831;;;;;; "net/ange-ftp.el" (18368 9296))
829;;; Generated autoloads from net/ange-ftp.el 832;;; Generated autoloads from net/ange-ftp.el
830 833
831(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 834(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -1789,8 +1792,8 @@ non-interactive use see also `benchmark-run' and
1789 1792
1790;;;*** 1793;;;***
1791 1794
1792;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (18368 1795;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (18377
1793;;;;;; 33141)) 1796;;;;;; 44624))
1794;;; Generated autoloads from textmodes/bibtex.el 1797;;; Generated autoloads from textmodes/bibtex.el
1795 1798
1796(autoload (quote bibtex-mode) "bibtex" "\ 1799(autoload (quote bibtex-mode) "bibtex" "\
@@ -3669,7 +3672,7 @@ Key bindings:
3669;;;*** 3672;;;***
3670 3673
3671;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3674;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3672;;;;;; "progmodes/cc-styles.el" (18355 36599)) 3675;;;;;; "progmodes/cc-styles.el" (18368 9297))
3673;;; Generated autoloads from progmodes/cc-styles.el 3676;;; Generated autoloads from progmodes/cc-styles.el
3674 3677
3675(autoload (quote c-set-style) "cc-styles" "\ 3678(autoload (quote c-set-style) "cc-styles" "\
@@ -3727,7 +3730,7 @@ and exists only for compatibility reasons.
3727 3730
3728;;;*** 3731;;;***
3729 3732
3730;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18335 29123)) 3733;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18342 38263))
3731;;; Generated autoloads from progmodes/cc-vars.el 3734;;; Generated autoloads from progmodes/cc-vars.el
3732(put 'c-basic-offset 'safe-local-variable 'integerp) 3735(put 'c-basic-offset 'safe-local-variable 'integerp)
3733(put 'c-backslash-column 'safe-local-variable 'integerp) 3736(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -4588,7 +4591,7 @@ on third call it again advances points to the next difference and so on.
4588;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4591;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4589;;;;;; compile compilation-disable-input compile-command compilation-search-path 4592;;;;;; compile compilation-disable-input compile-command compilation-search-path
4590;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4593;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4591;;;;;; "compile" "progmodes/compile.el" (18355 36599)) 4594;;;;;; "compile" "progmodes/compile.el" (18368 9297))
4592;;; Generated autoloads from progmodes/compile.el 4595;;; Generated autoloads from progmodes/compile.el
4593 4596
4594(defvar compilation-mode-hook nil "\ 4597(defvar compilation-mode-hook nil "\
@@ -5258,7 +5261,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
5258;;;*** 5261;;;***
5259 5262
5260;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 5263;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
5261;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18355 36599)) 5264;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18368 9297))
5262;;; Generated autoloads from progmodes/cperl-mode.el 5265;;; Generated autoloads from progmodes/cperl-mode.el
5263(put 'cperl-indent-level 'safe-local-variable 'integerp) 5266(put 'cperl-indent-level 'safe-local-variable 'integerp)
5264(put 'cperl-brace-offset 'safe-local-variable 'integerp) 5267(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -6694,7 +6697,7 @@ Revert to the last loaded desktop.
6694 6697
6695;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6698;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6696;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6699;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6697;;;;;; "deuglify" "gnus/deuglify.el" (18355 36598)) 6700;;;;;; "deuglify" "gnus/deuglify.el" (18368 9295))
6698;;; Generated autoloads from gnus/deuglify.el 6701;;; Generated autoloads from gnus/deuglify.el
6699 6702
6700(autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ 6703(autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\
@@ -6825,7 +6828,7 @@ With prefix arg, prompt for diff switches.
6825;;;*** 6828;;;***
6826 6829
6827;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6830;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6828;;;;;; (18376 17137)) 6831;;;;;; (18408 28171))
6829;;; Generated autoloads from diff-mode.el 6832;;; Generated autoloads from diff-mode.el
6830 6833
6831(autoload (quote diff-mode) "diff-mode" "\ 6834(autoload (quote diff-mode) "diff-mode" "\
@@ -6857,7 +6860,7 @@ Minor mode for viewing/editing context diffs.
6857;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6860;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6858;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6861;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6859;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6862;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6860;;;;;; "dired" "dired.el" (18368 40261)) 6863;;;;;; "dired" "dired.el" (18397 19038))
6861;;; Generated autoloads from dired.el 6864;;; Generated autoloads from dired.el
6862 6865
6863(defvar dired-listing-switches "-al" "\ 6866(defvar dired-listing-switches "-al" "\
@@ -8479,7 +8482,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
8479 8482
8480;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8483;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8481;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 8484;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8482;;;;;; "emacs-lisp/edebug.el" (18355 36598)) 8485;;;;;; "emacs-lisp/edebug.el" (18368 9295))
8483;;; Generated autoloads from emacs-lisp/edebug.el 8486;;; Generated autoloads from emacs-lisp/edebug.el
8484 8487
8485(defvar edebug-all-defs nil "\ 8488(defvar edebug-all-defs nil "\
@@ -9203,7 +9206,7 @@ Not documented
9203;;;*** 9206;;;***
9204 9207
9205;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 9208;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
9206;;;;;; "erc/erc.el" (18355 36598)) 9209;;;;;; "erc/erc.el" (18368 9295))
9207;;; Generated autoloads from erc/erc.el 9210;;; Generated autoloads from erc/erc.el
9208 9211
9209(autoload (quote erc-select-read-args) "erc" "\ 9212(autoload (quote erc-select-read-args) "erc" "\
@@ -9252,7 +9255,7 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9252 9255
9253;;;*** 9256;;;***
9254 9257
9255;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18355 36598)) 9258;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18368 9295))
9256;;; Generated autoloads from erc/erc-button.el 9259;;; Generated autoloads from erc/erc-button.el
9257 (autoload 'erc-button-mode "erc-button" nil t) 9260 (autoload 'erc-button-mode "erc-button" nil t)
9258 9261
@@ -9457,7 +9460,7 @@ You can save every individual message by putting this function on
9457;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9460;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9458;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9461;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9459;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9462;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9460;;;;;; (18355 36598)) 9463;;;;;; (18368 9295))
9461;;; Generated autoloads from erc/erc-match.el 9464;;; Generated autoloads from erc/erc-match.el
9462 (autoload 'erc-match-mode "erc-match") 9465 (autoload 'erc-match-mode "erc-match")
9463 9466
@@ -9757,7 +9760,7 @@ Please include any configuration details that might be involved.
9757;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9760;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9758;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9761;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9759;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9762;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9760;;;;;; (18339 44158)) 9763;;;;;; (18342 38263))
9761;;; Generated autoloads from progmodes/etags.el 9764;;; Generated autoloads from progmodes/etags.el
9762 9765
9763(defvar tags-file-name nil "\ 9766(defvar tags-file-name nil "\
@@ -10791,7 +10794,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10791;;;*** 10794;;;***
10792 10795
10793;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10796;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10794;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18355 36598)) 10797;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18368 9292))
10795;;; Generated autoloads from ffap.el 10798;;; Generated autoloads from ffap.el
10796 10799
10797(autoload (quote ffap-next) "ffap" "\ 10800(autoload (quote ffap-next) "ffap" "\
@@ -10918,7 +10921,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10918 10921
10919;;;*** 10922;;;***
10920 10923
10921;;;### (autoloads nil "fill" "textmodes/fill.el" (18376 17138)) 10924;;;### (autoloads nil "fill" "textmodes/fill.el" (18377 44624))
10922;;; Generated autoloads from textmodes/fill.el 10925;;; Generated autoloads from textmodes/fill.el
10923(put 'colon-double-space 'safe-local-variable 'booleanp) 10926(put 'colon-double-space 'safe-local-variable 'booleanp)
10924 10927
@@ -11417,7 +11420,7 @@ Flyspell whole buffer.
11417 11420
11418;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11421;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11419;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11422;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11420;;;;;; (18355 36598)) 11423;;;;;; (18368 9292))
11421;;; Generated autoloads from follow.el 11424;;; Generated autoloads from follow.el
11422 11425
11423(autoload (quote turn-on-follow-mode) "follow" "\ 11426(autoload (quote turn-on-follow-mode) "follow" "\
@@ -11685,7 +11688,7 @@ and choose the directory as the fortune-file.
11685;;;*** 11688;;;***
11686 11689
11687;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 11690;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
11688;;;;;; (18372 16113)) 11691;;;;;; (18389 59107))
11689;;; Generated autoloads from progmodes/gdb-ui.el 11692;;; Generated autoloads from progmodes/gdb-ui.el
11690 11693
11691(autoload (quote gdb) "gdb-ui" "\ 11694(autoload (quote gdb) "gdb-ui" "\
@@ -12037,7 +12040,7 @@ If CLEAN, obsolete (ignore).
12037;;;*** 12040;;;***
12038 12041
12039;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 12042;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
12040;;;;;; (18310 14584)) 12043;;;;;; (18389 59107))
12041;;; Generated autoloads from gnus/gnus-art.el 12044;;; Generated autoloads from gnus/gnus-art.el
12042 12045
12043(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 12046(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -12218,7 +12221,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12218;;;*** 12221;;;***
12219 12222
12220;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12223;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12221;;;;;; "gnus-group" "gnus/gnus-group.el" (18370 58910)) 12224;;;;;; "gnus-group" "gnus/gnus-group.el" (18377 44624))
12222;;; Generated autoloads from gnus/gnus-group.el 12225;;; Generated autoloads from gnus/gnus-group.el
12223 12226
12224(autoload (quote gnus-fetch-group) "gnus-group" "\ 12227(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -13609,7 +13612,7 @@ Unconditionally turn off `hs-minor-mode'.
13609;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13612;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13610;;;;;; highlight-changes-previous-change highlight-changes-next-change 13613;;;;;; highlight-changes-previous-change highlight-changes-next-change
13611;;;;;; highlight-changes-mode highlight-changes-remove-highlight) 13614;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
13612;;;;;; "hilit-chg" "hilit-chg.el" (18355 36598)) 13615;;;;;; "hilit-chg" "hilit-chg.el" (18368 9293))
13613;;; Generated autoloads from hilit-chg.el 13616;;; Generated autoloads from hilit-chg.el
13614 13617
13615(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 13618(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
@@ -14985,7 +14988,7 @@ Toggle inline image minor mode.
14985;;;;;; insert-image put-image create-image image-type-auto-detected-p 14988;;;;;; insert-image put-image create-image image-type-auto-detected-p
14986;;;;;; image-type-available-p image-type image-type-from-file-name 14989;;;;;; image-type-available-p image-type image-type-from-file-name
14987;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 14990;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
14988;;;;;; "image" "image.el" (18316 51172)) 14991;;;;;; "image" "image.el" (18323 58980))
14989;;; Generated autoloads from image.el 14992;;; Generated autoloads from image.el
14990 14993
14991(autoload (quote image-type-from-data) "image" "\ 14994(autoload (quote image-type-from-data) "image" "\
@@ -15621,7 +15624,7 @@ of `inferior-lisp-program'). Runs the hooks from
15621;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 15624;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
15622;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 15625;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15623;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 15626;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15624;;;;;; info info-other-window) "info" "info.el" (18310 14572)) 15627;;;;;; info info-other-window) "info" "info.el" (18409 53521))
15625;;; Generated autoloads from info.el 15628;;; Generated autoloads from info.el
15626 15629
15627(autoload (quote info-other-window) "info" "\ 15630(autoload (quote info-other-window) "info" "\
@@ -16044,7 +16047,7 @@ Add submenus to the File menu, to convert to and from various formats.
16044;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 16047;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16045;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 16048;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
16046;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 16049;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
16047;;;;;; (18355 36600)) 16050;;;;;; (18368 9298))
16048;;; Generated autoloads from textmodes/ispell.el 16051;;; Generated autoloads from textmodes/ispell.el
16049(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16052(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16050 16053
@@ -16333,8 +16336,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16333 16336
16334;;;*** 16337;;;***
16335 16338
16336;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18383 16339;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18385
16337;;;;;; 1606)) 16340;;;;;; 29912))
16338;;; Generated autoloads from iswitchb.el 16341;;; Generated autoloads from iswitchb.el
16339 16342
16340(defvar iswitchb-mode nil "\ 16343(defvar iswitchb-mode nil "\
@@ -17307,7 +17310,7 @@ and then select the region of un-tablified names and use
17307;;;*** 17310;;;***
17308 17311
17309;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17312;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17310;;;;;; "mail/mail-extr.el" (18355 36599)) 17313;;;;;; "mail/mail-extr.el" (18368 9296))
17311;;; Generated autoloads from mail/mail-extr.el 17314;;; Generated autoloads from mail/mail-extr.el
17312 17315
17313(autoload (quote mail-extract-address-components) "mail-extr" "\ 17316(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -17685,8 +17688,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17685 17688
17686;;;*** 17689;;;***
17687 17690
17688;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18384 17691;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18408
17689;;;;;; 14919)) 17692;;;;;; 28171))
17690;;; Generated autoloads from menu-bar.el 17693;;; Generated autoloads from menu-bar.el
17691 17694
17692(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 17695(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -17721,7 +17724,7 @@ turn on menu bars; otherwise, turn off menu bars.
17721;;;;;; message-cite-function message-yank-prefix message-citation-line-function 17724;;;;;; message-cite-function message-yank-prefix message-citation-line-function
17722;;;;;; message-send-mail-function message-user-organization-file 17725;;;;;; message-send-mail-function message-user-organization-file
17723;;;;;; message-signature-separator message-from-style) "message" 17726;;;;;; message-signature-separator message-from-style) "message"
17724;;;;;; "gnus/message.el" (18310 14587)) 17727;;;;;; "gnus/message.el" (18408 28171))
17725;;; Generated autoloads from gnus/message.el 17728;;; Generated autoloads from gnus/message.el
17726 17729
17727(defvar message-from-style (quote default) "\ 17730(defvar message-from-style (quote default) "\
@@ -18136,7 +18139,7 @@ delete the draft message.
18136 18139
18137;;;*** 18140;;;***
18138 18141
18139;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18355 36599)) 18142;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18368 9296))
18140;;; Generated autoloads from mh-e/mh-e.el 18143;;; Generated autoloads from mh-e/mh-e.el
18141 18144
18142(put (quote mh-progs) (quote risky-local-variable) t) 18145(put (quote mh-progs) (quote risky-local-variable) t)
@@ -18456,7 +18459,7 @@ Not documented
18456;;;*** 18459;;;***
18457 18460
18458;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 18461;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
18459;;;;;; (18130 57254)) 18462;;;;;; (18185 40526))
18460;;; Generated autoloads from progmodes/modula2.el 18463;;; Generated autoloads from progmodes/modula2.el
18461 18464
18462(autoload (quote modula-2-mode) "modula2" "\ 18465(autoload (quote modula-2-mode) "modula2" "\
@@ -18925,7 +18928,7 @@ Enable mouse wheel support.
18925;;;### (autoloads (network-connection network-connection-to-service 18928;;;### (autoloads (network-connection network-connection-to-service
18926;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18929;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18927;;;;;; nslookup nslookup-host route arp netstat ifconfig ping traceroute) 18930;;;;;; nslookup nslookup-host route arp netstat ifconfig ping traceroute)
18928;;;;;; "net-utils" "net/net-utils.el" (18372 16112)) 18931;;;;;; "net-utils" "net/net-utils.el" (18377 44624))
18929;;; Generated autoloads from net/net-utils.el 18932;;; Generated autoloads from net/net-utils.el
18930 18933
18931(autoload (quote traceroute) "net-utils" "\ 18934(autoload (quote traceroute) "net-utils" "\
@@ -19021,7 +19024,7 @@ Open a network connection to HOST on PORT.
19021;;;;;; uncomment-region comment-kill comment-set-column comment-indent 19024;;;;;; uncomment-region comment-kill comment-set-column comment-indent
19022;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 19025;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
19023;;;;;; comment-padding comment-style comment-column) "newcomment" 19026;;;;;; comment-padding comment-style comment-column) "newcomment"
19024;;;;;; "newcomment.el" (18383 1607)) 19027;;;;;; "newcomment.el" (18385 29912))
19025;;; Generated autoloads from newcomment.el 19028;;; Generated autoloads from newcomment.el
19026 19029
19027(defalias (quote indent-for-comment) (quote comment-indent)) 19030(defalias (quote indent-for-comment) (quote comment-indent))
@@ -22094,7 +22097,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22094;;;*** 22097;;;***
22095 22098
22096;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22099;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22097;;;;;; "net/rcirc.el" (18355 36599)) 22100;;;;;; "net/rcirc.el" (18368 9296))
22098;;; Generated autoloads from net/rcirc.el 22101;;; Generated autoloads from net/rcirc.el
22099 22102
22100(autoload (quote rcirc) "rcirc" "\ 22103(autoload (quote rcirc) "rcirc" "\
@@ -23619,7 +23622,7 @@ which is probably undesirable.
23619;;;*** 23622;;;***
23620 23623
23621;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23624;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23622;;;;;; (18355 36599)) 23625;;;;;; (18368 9297))
23623;;; Generated autoloads from progmodes/scheme.el 23626;;; Generated autoloads from progmodes/scheme.el
23624 23627
23625(autoload (quote scheme-mode) "scheme" "\ 23628(autoload (quote scheme-mode) "scheme" "\
@@ -24074,7 +24077,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24074;;;*** 24077;;;***
24075 24078
24076;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24079;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24077;;;;;; (18356 27153)) 24080;;;;;; (18368 9298))
24078;;; Generated autoloads from textmodes/sgml-mode.el 24081;;; Generated autoloads from textmodes/sgml-mode.el
24079 24082
24080(autoload (quote sgml-mode) "sgml-mode" "\ 24083(autoload (quote sgml-mode) "sgml-mode" "\
@@ -24391,7 +24394,7 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24391 24394
24392;;;*** 24395;;;***
24393 24396
24394;;;### (autoloads nil "simple" "simple.el" (18339 43351)) 24397;;;### (autoloads nil "simple" "simple.el" (18389 59148))
24395;;; Generated autoloads from simple.el 24398;;; Generated autoloads from simple.el
24396(put 'fill-prefix 'safe-local-variable 'string-or-null-p) 24399(put 'fill-prefix 'safe-local-variable 'string-or-null-p)
24397 24400
@@ -25656,7 +25659,7 @@ Studlify-case the current buffer.
25656 25659
25657;;;*** 25660;;;***
25658 25661
25659;;;### (autoloads (locate-library) "subr" "subr.el" (18368 29739)) 25662;;;### (autoloads (locate-library) "subr" "subr.el" (18388 4644))
25660;;; Generated autoloads from subr.el 25663;;; Generated autoloads from subr.el
25661 25664
25662(autoload (quote locate-library) "subr" "\ 25665(autoload (quote locate-library) "subr" "\
@@ -28419,7 +28422,7 @@ no further processing). URL is either a string or a parsed URL.
28419;;;*** 28422;;;***
28420 28423
28421;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28424;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28422;;;;;; "url-auth" "url/url-auth.el" (18370 62979)) 28425;;;;;; "url-auth" "url/url-auth.el" (18377 44624))
28423;;; Generated autoloads from url/url-auth.el 28426;;; Generated autoloads from url/url-auth.el
28424 28427
28425(autoload (quote url-get-authentication) "url-auth" "\ 28428(autoload (quote url-get-authentication) "url-auth" "\
@@ -28826,7 +28829,7 @@ Setup variables that expose info about you and your system.
28826;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 28829;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
28827;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 28830;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
28828;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 28831;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
28829;;;;;; "url-util" "url/url-util.el" (18375 10572)) 28832;;;;;; "url-util" "url/url-util.el" (18377 44624))
28830;;; Generated autoloads from url/url-util.el 28833;;; Generated autoloads from url/url-util.el
28831 28834
28832(defvar url-debug nil "\ 28835(defvar url-debug nil "\
@@ -28988,7 +28991,7 @@ The buffer in question is current when this function is called.
28988 28991
28989;;;*** 28992;;;***
28990 28993
28991;;;### (autoloads nil "utf-7" "international/utf-7.el" (18375 10572)) 28994;;;### (autoloads nil "utf-7" "international/utf-7.el" (18377 44624))
28992;;; Generated autoloads from international/utf-7.el 28995;;; Generated autoloads from international/utf-7.el
28993(autoload-coding-system 'utf-7 '(require 'utf-7)) 28996(autoload-coding-system 'utf-7 '(require 'utf-7))
28994 28997
@@ -29026,7 +29029,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29026;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 29029;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
29027;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 29030;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
29028;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook 29031;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook
29029;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18339 43351)) 29032;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18342 38263))
29030;;; Generated autoloads from vc.el 29033;;; Generated autoloads from vc.el
29031 29034
29032(defvar vc-checkout-hook nil "\ 29035(defvar vc-checkout-hook nil "\
@@ -29314,7 +29317,7 @@ colors. `vc-annotate-background' specifies the background color.
29314 29317
29315;;;*** 29318;;;***
29316 29319
29317;;;### (autoloads nil "vc-arch" "vc-arch.el" (18316 51172)) 29320;;;### (autoloads nil "vc-arch" "vc-arch.el" (18323 58980))
29318;;; Generated autoloads from vc-arch.el 29321;;; Generated autoloads from vc-arch.el
29319 (defun vc-arch-registered (file) 29322 (defun vc-arch-registered (file)
29320 (if (vc-find-root file "{arch}/=tagging-method") 29323 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29324,7 +29327,7 @@ colors. `vc-annotate-background' specifies the background color.
29324 29327
29325;;;*** 29328;;;***
29326 29329
29327;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18310 14578)) 29330;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18408 28171))
29328;;; Generated autoloads from vc-bzr.el 29331;;; Generated autoloads from vc-bzr.el
29329 29332
29330(defconst vc-bzr-admin-dirname ".bzr" "\ 29333(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -29426,7 +29429,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29426 29429
29427;;;*** 29430;;;***
29428 29431
29429;;;### (autoloads nil "vc-svn" "vc-svn.el" (18316 51172)) 29432;;;### (autoloads nil "vc-svn" "vc-svn.el" (18323 58980))
29430;;; Generated autoloads from vc-svn.el 29433;;; Generated autoloads from vc-svn.el
29431 (defun vc-svn-registered (f) 29434 (defun vc-svn-registered (f)
29432 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29435 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29502,7 +29505,7 @@ Key bindings:
29502;;;*** 29505;;;***
29503 29506
29504;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29507;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
29505;;;;;; (18383 1614)) 29508;;;;;; (18408 28172))
29506;;; Generated autoloads from progmodes/verilog-mode.el 29509;;; Generated autoloads from progmodes/verilog-mode.el
29507 29510
29508(autoload (quote verilog-mode) "verilog-mode" "\ 29511(autoload (quote verilog-mode) "verilog-mode" "\
@@ -29597,15 +29600,15 @@ Some other functions are:
29597 29600
29598 \\[verilog-comment-region] Put marked area in a comment. 29601 \\[verilog-comment-region] Put marked area in a comment.
29599 \\[verilog-uncomment-region] Uncomment an area commented with \\[verilog-comment-region]. 29602 \\[verilog-uncomment-region] Uncomment an area commented with \\[verilog-comment-region].
29600 \\[verilog-insert-block] Insert begin ... end;. 29603 \\[verilog-insert-block] Insert begin ... end.
29601 \\[verilog-star-comment] Insert /* ... */. 29604 \\[verilog-star-comment] Insert /* ... */.
29602 29605
29603 \\[verilog-sk-always] Insert a always @(AS) begin .. end block. 29606 \\[verilog-sk-always] Insert an always @(AS) begin .. end block.
29604 \\[verilog-sk-begin] Insert a begin .. end block. 29607 \\[verilog-sk-begin] Insert a begin .. end block.
29605 \\[verilog-sk-case] Insert a case block, prompting for details. 29608 \\[verilog-sk-case] Insert a case block, prompting for details.
29606 \\[verilog-sk-for] Insert a for (...) begin .. end block, prompting for details. 29609 \\[verilog-sk-for] Insert a for (...) begin .. end block, prompting for details.
29607 \\[verilog-sk-generate] Insert a generate .. endgenerate block. 29610 \\[verilog-sk-generate] Insert a generate .. endgenerate block.
29608 \\[verilog-sk-header] Insert a nice header block at the top of file. 29611 \\[verilog-sk-header] Insert a header block at the top of file.
29609 \\[verilog-sk-initial] Insert an initial begin .. end block. 29612 \\[verilog-sk-initial] Insert an initial begin .. end block.
29610 \\[verilog-sk-fork] Insert a fork begin .. end .. join block. 29613 \\[verilog-sk-fork] Insert a fork begin .. end .. join block.
29611 \\[verilog-sk-module] Insert a module .. (/*AUTOARG*/);.. endmodule block. 29614 \\[verilog-sk-module] Insert a module .. (/*AUTOARG*/);.. endmodule block.
@@ -30180,7 +30183,7 @@ Key bindings:
30180 30183
30181;;;*** 30184;;;***
30182 30185
30183;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18112 30478)) 30186;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18113 62672))
30184;;; Generated autoloads from emulation/vi.el 30187;;; Generated autoloads from emulation/vi.el
30185 30188
30186(autoload (quote vi-mode) "vi" "\ 30189(autoload (quote vi-mode) "vi" "\
@@ -30281,8 +30284,8 @@ Not documented
30281 30284
30282;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 30285;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
30283;;;;;; view-buffer-other-window view-buffer view-file-other-frame 30286;;;;;; view-buffer-other-window view-buffer view-file-other-frame
30284;;;;;; view-file-other-window view-file) "view" "view.el" (18330 30287;;;;;; view-file-other-window view-file) "view" "view.el" (18342
30285;;;;;; 34098)) 30288;;;;;; 38263))
30286;;; Generated autoloads from view.el 30289;;; Generated autoloads from view.el
30287 30290
30288(defvar view-mode nil "\ 30291(defvar view-mode nil "\
@@ -30621,7 +30624,7 @@ this is equivalent to `display-warning', using
30621;;;*** 30624;;;***
30622 30625
30623;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30626;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30624;;;;;; (18335 29123)) 30627;;;;;; (18342 38263))
30625;;; Generated autoloads from wdired.el 30628;;; Generated autoloads from wdired.el
30626 30629
30627(autoload (quote wdired-change-to-wdired-mode) "wdired" "\ 30630(autoload (quote wdired-change-to-wdired-mode) "wdired" "\
@@ -31314,7 +31317,7 @@ Zone out, completely.
31314;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" 31317;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el"
31315;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 31318;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
31316;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 31319;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
31317;;;;;; "x-dnd.el") (18385 28669 600418)) 31320;;;;;; "x-dnd.el") (18410 21129 646372))
31318 31321
31319;;;*** 31322;;;***
31320 31323