aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-03-07 16:49:48 +0000
committerChong Yidong2008-03-07 16:49:48 +0000
commite50003f5fa2925708e87dd491ac5b1bb7b7477ed (patch)
treebd3fc7430e4f01eccaf917797da6ac9215a20c96
parent6dc48f1415b2c5756b937648bd32bab4003cb42a (diff)
downloademacs-e50003f5fa2925708e87dd491ac5b1bb7b7477ed.tar.gz
emacs-e50003f5fa2925708e87dd491ac5b1bb7b7477ed.zip
Regenerate.
-rw-r--r--lisp/ldefs-boot.el72
1 files changed, 36 insertions, 36 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 1de9d2aacd3..5da53e40af1 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -518,7 +518,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
518;;;*** 518;;;***
519 519
520;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 520;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
521;;;;;; (18335 29122)) 521;;;;;; (18376 17137))
522;;; Generated autoloads from allout.el 522;;; Generated autoloads from allout.el
523 523
524(put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 524(put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
@@ -1789,8 +1789,8 @@ non-interactive use see also `benchmark-run' and
1789 1789
1790;;;*** 1790;;;***
1791 1791
1792;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (18310 1792;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (18368
1793;;;;;; 14604)) 1793;;;;;; 33141))
1794;;; Generated autoloads from textmodes/bibtex.el 1794;;; Generated autoloads from textmodes/bibtex.el
1795 1795
1796(autoload (quote bibtex-mode) "bibtex" "\ 1796(autoload (quote bibtex-mode) "bibtex" "\
@@ -1851,7 +1851,7 @@ if that value is non-nil.
1851;;;*** 1851;;;***
1852 1852
1853;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1853;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1854;;;;;; (18310 14604)) 1854;;;;;; (18383 1614))
1855;;; Generated autoloads from textmodes/bibtex-style.el 1855;;; Generated autoloads from textmodes/bibtex-style.el
1856 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode)) 1856 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode))
1857 1857
@@ -3499,7 +3499,7 @@ it fails.
3499;;;*** 3499;;;***
3500 3500
3501;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3501;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3502;;;;;; (18336 60140)) 3502;;;;;; (18368 29740))
3503;;; Generated autoloads from progmodes/cc-engine.el 3503;;; Generated autoloads from progmodes/cc-engine.el
3504 3504
3505(autoload (quote c-guess-basic-syntax) "cc-engine" "\ 3505(autoload (quote c-guess-basic-syntax) "cc-engine" "\
@@ -3511,7 +3511,7 @@ Return the syntactic context of the current line.
3511 3511
3512;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3512;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3513;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3513;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3514;;;;;; (18310 14597)) 3514;;;;;; (18383 1613))
3515;;; Generated autoloads from progmodes/cc-mode.el 3515;;; Generated autoloads from progmodes/cc-mode.el
3516 3516
3517(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3517(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -4401,7 +4401,7 @@ Return an updated `non-iso-charset-alist'.
4401 4401
4402;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 4402;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
4403;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 4403;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
4404;;;;;; "codepage" "international/codepage.el" (18310 14589)) 4404;;;;;; "codepage" "international/codepage.el" (18368 29739))
4405;;; Generated autoloads from international/codepage.el 4405;;; Generated autoloads from international/codepage.el
4406 4406
4407(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 4407(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -5534,8 +5534,8 @@ INHERIT-INPUT-METHOD.
5534 5534
5535;;;*** 5535;;;***
5536 5536
5537;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18310 5537;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18383
5538;;;;;; 14604)) 5538;;;;;; 1614))
5539;;; Generated autoloads from textmodes/css-mode.el 5539;;; Generated autoloads from textmodes/css-mode.el
5540 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode)) 5540 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode))
5541 5541
@@ -6510,7 +6510,7 @@ as well as widgets, buttons, overlays, and text properties.
6510;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6510;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6511;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6511;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6512;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6512;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6513;;;;;; "desktop.el" (18355 36598)) 6513;;;;;; "desktop.el" (18383 1604))
6514;;; Generated autoloads from desktop.el 6514;;; Generated autoloads from desktop.el
6515 6515
6516(defvar desktop-save-mode nil "\ 6516(defvar desktop-save-mode nil "\
@@ -6825,7 +6825,7 @@ With prefix arg, prompt for diff switches.
6825;;;*** 6825;;;***
6826 6826
6827;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6827;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6828;;;;;; (18355 36598)) 6828;;;;;; (18376 17137))
6829;;; Generated autoloads from diff-mode.el 6829;;; Generated autoloads from diff-mode.el
6830 6830
6831(autoload (quote diff-mode) "diff-mode" "\ 6831(autoload (quote diff-mode) "diff-mode" "\
@@ -6857,7 +6857,7 @@ Minor mode for viewing/editing context diffs.
6857;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6857;;;;;; 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 6858;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6859;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6859;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6860;;;;;; "dired" "dired.el" (18310 14568)) 6860;;;;;; "dired" "dired.el" (18368 40261))
6861;;; Generated autoloads from dired.el 6861;;; Generated autoloads from dired.el
6862 6862
6863(defvar dired-listing-switches "-al" "\ 6863(defvar dired-listing-switches "-al" "\
@@ -10918,7 +10918,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10918 10918
10919;;;*** 10919;;;***
10920 10920
10921;;;### (autoloads nil "fill" "textmodes/fill.el" (18310 14604)) 10921;;;### (autoloads nil "fill" "textmodes/fill.el" (18376 17138))
10922;;; Generated autoloads from textmodes/fill.el 10922;;; Generated autoloads from textmodes/fill.el
10923(put 'colon-double-space 'safe-local-variable 'booleanp) 10923(put 'colon-double-space 'safe-local-variable 'booleanp)
10924 10924
@@ -11685,7 +11685,7 @@ and choose the directory as the fortune-file.
11685;;;*** 11685;;;***
11686 11686
11687;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 11687;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
11688;;;;;; (18363 3872)) 11688;;;;;; (18372 16113))
11689;;; Generated autoloads from progmodes/gdb-ui.el 11689;;; Generated autoloads from progmodes/gdb-ui.el
11690 11690
11691(autoload (quote gdb) "gdb-ui" "\ 11691(autoload (quote gdb) "gdb-ui" "\
@@ -12218,7 +12218,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12218;;;*** 12218;;;***
12219 12219
12220;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12220;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12221;;;;;; "gnus-group" "gnus/gnus-group.el" (18310 14585)) 12221;;;;;; "gnus-group" "gnus/gnus-group.el" (18370 58910))
12222;;; Generated autoloads from gnus/gnus-group.el 12222;;; Generated autoloads from gnus/gnus-group.el
12223 12223
12224(autoload (quote gnus-fetch-group) "gnus-group" "\ 12224(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -12839,7 +12839,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12839;;;*** 12839;;;***
12840 12840
12841;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb) 12841;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb)
12842;;;;;; "gud" "progmodes/gud.el" (18363 3872)) 12842;;;;;; "gud" "progmodes/gud.el" (18368 29740))
12843;;; Generated autoloads from progmodes/gud.el 12843;;; Generated autoloads from progmodes/gud.el
12844 12844
12845(autoload (quote gud-gdb) "gud" "\ 12845(autoload (quote gud-gdb) "gud" "\
@@ -16333,8 +16333,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16333 16333
16334;;;*** 16334;;;***
16335 16335
16336;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18310 16336;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18383
16337;;;;;; 14572)) 16337;;;;;; 1606))
16338;;; Generated autoloads from iswitchb.el 16338;;; Generated autoloads from iswitchb.el
16339 16339
16340(defvar iswitchb-mode nil "\ 16340(defvar iswitchb-mode nil "\
@@ -17685,8 +17685,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17685 17685
17686;;;*** 17686;;;***
17687 17687
17688;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18310 17688;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18384
17689;;;;;; 14574)) 17689;;;;;; 14919))
17690;;; Generated autoloads from menu-bar.el 17690;;; Generated autoloads from menu-bar.el
17691 17691
17692(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 17692(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -18925,7 +18925,7 @@ Enable mouse wheel support.
18925;;;### (autoloads (network-connection network-connection-to-service 18925;;;### (autoloads (network-connection network-connection-to-service
18926;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18926;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18927;;;;;; nslookup nslookup-host route arp netstat ifconfig ping traceroute) 18927;;;;;; nslookup nslookup-host route arp netstat ifconfig ping traceroute)
18928;;;;;; "net-utils" "net/net-utils.el" (18355 36599)) 18928;;;;;; "net-utils" "net/net-utils.el" (18372 16112))
18929;;; Generated autoloads from net/net-utils.el 18929;;; Generated autoloads from net/net-utils.el
18930 18930
18931(autoload (quote traceroute) "net-utils" "\ 18931(autoload (quote traceroute) "net-utils" "\
@@ -18953,12 +18953,12 @@ Run netstat program.
18953\(fn)" t nil) 18953\(fn)" t nil)
18954 18954
18955(autoload (quote arp) "net-utils" "\ 18955(autoload (quote arp) "net-utils" "\
18956Run the arp program. 18956Run arp program.
18957 18957
18958\(fn)" t nil) 18958\(fn)" t nil)
18959 18959
18960(autoload (quote route) "net-utils" "\ 18960(autoload (quote route) "net-utils" "\
18961Run the route program. 18961Run route program.
18962 18962
18963\(fn)" t nil) 18963\(fn)" t nil)
18964 18964
@@ -19021,7 +19021,7 @@ Open a network connection to HOST on PORT.
19021;;;;;; uncomment-region comment-kill comment-set-column comment-indent 19021;;;;;; uncomment-region comment-kill comment-set-column comment-indent
19022;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 19022;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
19023;;;;;; comment-padding comment-style comment-column) "newcomment" 19023;;;;;; comment-padding comment-style comment-column) "newcomment"
19024;;;;;; "newcomment.el" (18355 41016)) 19024;;;;;; "newcomment.el" (18383 1607))
19025;;; Generated autoloads from newcomment.el 19025;;; Generated autoloads from newcomment.el
19026 19026
19027(defalias (quote indent-for-comment) (quote comment-indent)) 19027(defalias (quote indent-for-comment) (quote comment-indent))
@@ -19138,7 +19138,7 @@ With any other arg, set comment column to indentation of the previous comment
19138\(fn ARG)" t nil) 19138\(fn ARG)" t nil)
19139 19139
19140(autoload (quote comment-kill) "newcomment" "\ 19140(autoload (quote comment-kill) "newcomment" "\
19141Kill the comment on this line, if any. 19141Kill the first comment on this line, if any.
19142With prefix ARG, kill comments on that many lines starting with this one. 19142With prefix ARG, kill comments on that many lines starting with this one.
19143 19143
19144\(fn ARG)" t nil) 19144\(fn ARG)" t nil)
@@ -22698,8 +22698,8 @@ variable.
22698;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 22698;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
22699;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 22699;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
22700;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 22700;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
22701;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18339 22701;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18368
22702;;;;;; 43353)) 22702;;;;;; 29739))
22703;;; Generated autoloads from mail/rmail.el 22703;;; Generated autoloads from mail/rmail.el
22704 22704
22705(autoload (quote rmail-movemail-variant-p) "rmail" "\ 22705(autoload (quote rmail-movemail-variant-p) "rmail" "\
@@ -24142,7 +24142,7 @@ To work around that, do:
24142;;;*** 24142;;;***
24143 24143
24144;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24144;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24145;;;;;; (18326 18336)) 24145;;;;;; (18368 29740))
24146;;; Generated autoloads from progmodes/sh-script.el 24146;;; Generated autoloads from progmodes/sh-script.el
24147(put 'sh-shell 'safe-local-variable 'symbolp) 24147(put 'sh-shell 'safe-local-variable 'symbolp)
24148 24148
@@ -24308,7 +24308,7 @@ Set up file shadowing.
24308;;;*** 24308;;;***
24309 24309
24310;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24310;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24311;;;;;; (18310 14577)) 24311;;;;;; (18376 17161))
24312;;; Generated autoloads from shell.el 24312;;; Generated autoloads from shell.el
24313 24313
24314(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 24314(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -25656,7 +25656,7 @@ Studlify-case the current buffer.
25656 25656
25657;;;*** 25657;;;***
25658 25658
25659;;;### (autoloads (locate-library) "subr" "subr.el" (18355 36598)) 25659;;;### (autoloads (locate-library) "subr" "subr.el" (18368 29739))
25660;;; Generated autoloads from subr.el 25660;;; Generated autoloads from subr.el
25661 25661
25662(autoload (quote locate-library) "subr" "\ 25662(autoload (quote locate-library) "subr" "\
@@ -28419,7 +28419,7 @@ no further processing). URL is either a string or a parsed URL.
28419;;;*** 28419;;;***
28420 28420
28421;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28421;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28422;;;;;; "url-auth" "url/url-auth.el" (18310 14608)) 28422;;;;;; "url-auth" "url/url-auth.el" (18370 62979))
28423;;; Generated autoloads from url/url-auth.el 28423;;; Generated autoloads from url/url-auth.el
28424 28424
28425(autoload (quote url-get-authentication) "url-auth" "\ 28425(autoload (quote url-get-authentication) "url-auth" "\
@@ -28826,7 +28826,7 @@ Setup variables that expose info about you and your system.
28826;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 28826;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
28827;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 28827;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
28828;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 28828;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
28829;;;;;; "url-util" "url/url-util.el" (18310 14608)) 28829;;;;;; "url-util" "url/url-util.el" (18375 10572))
28830;;; Generated autoloads from url/url-util.el 28830;;; Generated autoloads from url/url-util.el
28831 28831
28832(defvar url-debug nil "\ 28832(defvar url-debug nil "\
@@ -28988,7 +28988,7 @@ The buffer in question is current when this function is called.
28988 28988
28989;;;*** 28989;;;***
28990 28990
28991;;;### (autoloads nil "utf-7" "international/utf-7.el" (18310 14591)) 28991;;;### (autoloads nil "utf-7" "international/utf-7.el" (18375 10572))
28992;;; Generated autoloads from international/utf-7.el 28992;;; Generated autoloads from international/utf-7.el
28993(autoload-coding-system 'utf-7 '(require 'utf-7)) 28993(autoload-coding-system 'utf-7 '(require 'utf-7))
28994 28994
@@ -29381,7 +29381,7 @@ Name of the directory containing Bzr repository status files.")
29381 29381
29382;;;*** 29382;;;***
29383 29383
29384;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18310 14578)) 29384;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18383 1610))
29385;;; Generated autoloads from vc-mtn.el 29385;;; Generated autoloads from vc-mtn.el
29386 29386
29387(defconst vc-mtn-admin-dir "_MTN") 29387(defconst vc-mtn-admin-dir "_MTN")
@@ -29502,7 +29502,7 @@ Key bindings:
29502;;;*** 29502;;;***
29503 29503
29504;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29504;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
29505;;;;;; (18363 3872)) 29505;;;;;; (18383 1614))
29506;;; Generated autoloads from progmodes/verilog-mode.el 29506;;; Generated autoloads from progmodes/verilog-mode.el
29507 29507
29508(autoload (quote verilog-mode) "verilog-mode" "\ 29508(autoload (quote verilog-mode) "verilog-mode" "\
@@ -31314,7 +31314,7 @@ Zone out, completely.
31314;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" 31314;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el"
31315;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 31315;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
31316;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 31316;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
31317;;;;;; "x-dnd.el") (18363 6667 679295)) 31317;;;;;; "x-dnd.el") (18385 28669 600418))
31318 31318
31319;;;*** 31319;;;***
31320 31320