aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2007-11-12 10:16:00 +0000
committerKatsumi Yamaoka2007-11-12 10:16:00 +0000
commit0faed2fe2c044495b85bdc8d530b04566935784d (patch)
treee75f97c289db795234f8059793ec8a4685fe3af0
parent8f46ce9a7c6a0ed7667eaafbe2a96b93202ae781 (diff)
downloademacs-0faed2fe2c044495b85bdc8d530b04566935784d.tar.gz
emacs-0faed2fe2c044495b85bdc8d530b04566935784d.zip
Regenerate ldefs-boot.el.
-rw-r--r--lisp/ldefs-boot.el1363
1 files changed, 699 insertions, 664 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 9a1092b724f..450c5f219f9 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -63,7 +63,7 @@ should return a grid vector array that is the new solution.
63 63
64;;;*** 64;;;***
65 65
66;;;### (autoloads nil "abbrev" "abbrev.el" (18177 854)) 66;;;### (autoloads nil "abbrev" "abbrev.el" (18231 31060))
67;;; Generated autoloads from abbrev.el 67;;; Generated autoloads from abbrev.el
68(put 'abbrev-mode 'safe-local-variable 'booleanp) 68(put 'abbrev-mode 'safe-local-variable 'booleanp)
69 69
@@ -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;;;;;; (18190 35204)) 84;;;;;; (18190 39683))
85;;; Generated autoloads from progmodes/ada-mode.el 85;;; Generated autoloads from progmodes/ada-mode.el
86 86
87(autoload 'ada-add-extensions "ada-mode" "\ 87(autoload 'ada-add-extensions "ada-mode" "\
@@ -153,7 +153,7 @@ Insert a descriptive header at the top of the file.
153;;;*** 153;;;***
154 154
155;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 155;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
156;;;;;; (18177 871)) 156;;;;;; (18203 51790))
157;;; Generated autoloads from progmodes/ada-xref.el 157;;; Generated autoloads from progmodes/ada-xref.el
158 158
159(autoload 'ada-find-file "ada-xref" "\ 159(autoload 'ada-find-file "ada-xref" "\
@@ -167,8 +167,8 @@ Completion is available.
167;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode 167;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
168;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 168;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
169;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 169;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
170;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18190 170;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18213
171;;;;;; 35183)) 171;;;;;; 1252))
172;;; Generated autoloads from add-log.el 172;;; Generated autoloads from add-log.el
173 173
174(defvar add-log-current-defun-function nil "\ 174(defvar add-log-current-defun-function nil "\
@@ -301,7 +301,7 @@ old-style time formats for entries are supported.
301 301
302;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 302;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
303;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 303;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
304;;;;;; "advice" "emacs-lisp/advice.el" (18190 35187)) 304;;;;;; "advice" "emacs-lisp/advice.el" (18231 31064))
305;;; Generated autoloads from emacs-lisp/advice.el 305;;; Generated autoloads from emacs-lisp/advice.el
306 306
307(defvar ad-redefinition-action 'warn "\ 307(defvar ad-redefinition-action 'warn "\
@@ -519,9 +519,13 @@ A replacement function for `newline-and-indent', aligning as it goes.
519;;;*** 519;;;***
520 520
521;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 521;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
522;;;;;; (18190 35183)) 522;;;;;; (18231 31060))
523;;; Generated autoloads from allout.el 523;;; Generated autoloads from allout.el
524 524
525(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
526
527(put 'allout-reindent-bodies 'safe-local-variable '(lambda (x) (memq x '(nil t text force))))
528
525(put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) 529(put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
526 530
527(put 'allout-header-prefix 'safe-local-variable 'stringp) 531(put 'allout-header-prefix 'safe-local-variable 'stringp)
@@ -544,10 +548,6 @@ A replacement function for `newline-and-indent', aligning as it goes.
544 548
545(put 'allout-presentation-padding 'safe-local-variable 'integerp) 549(put 'allout-presentation-padding 'safe-local-variable 'integerp)
546 550
547(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
548
549(put 'allout-reindent-bodies 'safe-local-variable '(lambda (x) (memq x '(nil t text force))))
550
551(put 'allout-layout 'safe-local-variable '(lambda (x) (or (numberp x) (listp x) (memq x '(: * + -))))) 551(put 'allout-layout 'safe-local-variable '(lambda (x) (or (numberp x) (listp x) (memq x '(: * + -)))))
552 552
553(put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp) 553(put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp)
@@ -826,7 +826,7 @@ setup for auto-startup.
826;;;*** 826;;;***
827 827
828;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 828;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
829;;;;;; "net/ange-ftp.el" (18190 35202)) 829;;;;;; "net/ange-ftp.el" (18213 1258))
830;;; Generated autoloads from net/ange-ftp.el 830;;; Generated autoloads from net/ange-ftp.el
831 831
832(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 832(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -876,7 +876,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
876;;;*** 876;;;***
877 877
878;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 878;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
879;;;;;; "ansi-color" "ansi-color.el" (18190 35183)) 879;;;;;; "ansi-color" "ansi-color.el" (18190 39673))
880;;; Generated autoloads from ansi-color.el 880;;; Generated autoloads from ansi-color.el
881 881
882(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 882(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -902,7 +902,7 @@ This is a good function to put in `comint-output-filter-functions'.
902;;;*** 902;;;***
903 903
904;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 904;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
905;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18177 871)) 905;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18213 1259))
906;;; Generated autoloads from progmodes/antlr-mode.el 906;;; Generated autoloads from progmodes/antlr-mode.el
907 907
908(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 908(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -1029,7 +1029,7 @@ ARG is positive, otherwise off.
1029 1029
1030;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 1030;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
1031;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" 1031;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos"
1032;;;;;; "apropos.el" (18177 855)) 1032;;;;;; "apropos.el" (18231 31060))
1033;;; Generated autoloads from apropos.el 1033;;; Generated autoloads from apropos.el
1034 1034
1035(autoload 'apropos-read-pattern "apropos" "\ 1035(autoload 'apropos-read-pattern "apropos" "\
@@ -1126,7 +1126,7 @@ Returns list of symbols and documentation found.
1126;;;*** 1126;;;***
1127 1127
1128;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18190 1128;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18190
1129;;;;;; 35184)) 1129;;;;;; 39673))
1130;;; Generated autoloads from arc-mode.el 1130;;; Generated autoloads from arc-mode.el
1131 1131
1132(autoload 'archive-mode "arc-mode" "\ 1132(autoload 'archive-mode "arc-mode" "\
@@ -1217,8 +1217,8 @@ Entering array mode calls the function `array-mode-hook'.
1217 1217
1218;;;*** 1218;;;***
1219 1219
1220;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18190 1220;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18203
1221;;;;;; 35208)) 1221;;;;;; 51792))
1222;;; Generated autoloads from textmodes/artist.el 1222;;; Generated autoloads from textmodes/artist.el
1223 1223
1224(autoload 'artist-mode "artist" "\ 1224(autoload 'artist-mode "artist" "\
@@ -1451,8 +1451,8 @@ Special commands:
1451 1451
1452;;;*** 1452;;;***
1453 1453
1454;;;### (autoloads (assistant) "assistant" "gnus/assistant.el" (18212 1454;;;### (autoloads (assistant) "assistant" "gnus/assistant.el" (18230
1455;;;;;; 21478)) 1455;;;;;; 21280))
1456;;; Generated autoloads from gnus/assistant.el 1456;;; Generated autoloads from gnus/assistant.el
1457 1457
1458(autoload 'assistant "assistant" "\ 1458(autoload 'assistant "assistant" "\
@@ -1517,7 +1517,7 @@ etc. to supply digit arguments.
1517;;;*** 1517;;;***
1518 1518
1519;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1519;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1520;;;;;; (18190 35204)) 1520;;;;;; (18190 39683))
1521;;; Generated autoloads from progmodes/autoconf.el 1521;;; Generated autoloads from progmodes/autoconf.el
1522 1522
1523(autoload 'autoconf-mode "autoconf" "\ 1523(autoload 'autoconf-mode "autoconf" "\
@@ -1528,7 +1528,7 @@ Major mode for editing Autoconf configure.in files.
1528;;;*** 1528;;;***
1529 1529
1530;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1530;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1531;;;;;; "autoinsert" "autoinsert.el" (18190 35184)) 1531;;;;;; "autoinsert" "autoinsert.el" (18190 39673))
1532;;; Generated autoloads from autoinsert.el 1532;;; Generated autoloads from autoinsert.el
1533 1533
1534(autoload 'auto-insert "autoinsert" "\ 1534(autoload 'auto-insert "autoinsert" "\
@@ -1604,7 +1604,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1604 1604
1605;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1605;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1606;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1606;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1607;;;;;; "autorevert" "autorevert.el" (18190 35184)) 1607;;;;;; "autorevert" "autorevert.el" (18190 39673))
1608;;; Generated autoloads from autorevert.el 1608;;; Generated autoloads from autorevert.el
1609 1609
1610(autoload 'auto-revert-mode "autorevert" "\ 1610(autoload 'auto-revert-mode "autorevert" "\
@@ -1865,7 +1865,7 @@ if that value is non-nil.
1865;;;*** 1865;;;***
1866 1866
1867;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1867;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1868;;;;;; (18190 35208)) 1868;;;;;; (18190 39685))
1869;;; Generated autoloads from textmodes/bibtex-style.el 1869;;; Generated autoloads from textmodes/bibtex-style.el
1870 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode)) 1870 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode))
1871 1871
@@ -1878,7 +1878,7 @@ Major mode for editing BibTeX style files.
1878 1878
1879;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1879;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1880;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1880;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el"
1881;;;;;; (18177 860)) 1881;;;;;; (18231 31065))
1882;;; Generated autoloads from gnus/binhex.el 1882;;; Generated autoloads from gnus/binhex.el
1883 1883
1884(defconst binhex-begin-line "^:...............................................................$") 1884(defconst binhex-begin-line "^:...............................................................$")
@@ -1901,8 +1901,8 @@ Binhex decode region between START and END.
1901 1901
1902;;;*** 1902;;;***
1903 1903
1904;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18177 1904;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18213
1905;;;;;; 871)) 1905;;;;;; 1259))
1906;;; Generated autoloads from play/blackbox.el 1906;;; Generated autoloads from play/blackbox.el
1907 1907
1908(autoload 'blackbox "blackbox" "\ 1908(autoload 'blackbox "blackbox" "\
@@ -2025,7 +2025,7 @@ a reflection.
2025;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 2025;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
2026;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window 2026;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window
2027;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18190 2027;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18190
2028;;;;;; 35184)) 2028;;;;;; 39673))
2029;;; Generated autoloads from bookmark.el 2029;;; Generated autoloads from bookmark.el
2030 (define-key ctl-x-map "rb" 'bookmark-jump) 2030 (define-key ctl-x-map "rb" 'bookmark-jump)
2031 (define-key ctl-x-map "rm" 'bookmark-set) 2031 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -2214,15 +2214,15 @@ deletion, or > if it is flagged for displaying.
2214;;;*** 2214;;;***
2215 2215
2216;;;### (autoloads (browse-url-elinks browse-url-kde browse-url-generic 2216;;;### (autoloads (browse-url-elinks browse-url-kde browse-url-generic
2217;;;;;; browse-url-mail browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm 2217;;;;;; browse-url-mail browse-url-text-emacs browse-url-text-xterm
2218;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic 2218;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-cci browse-url-mosaic
2219;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz 2219;;;;;; browse-url-gnome-moz browse-url-emacs browse-url-galeon browse-url-firefox
2220;;;;;; browse-url-emacs browse-url-galeon browse-url-firefox browse-url-mozilla 2220;;;;;; browse-url-mozilla browse-url-netscape browse-url-default-browser
2221;;;;;; browse-url-netscape browse-url-default-browser browse-url-at-mouse 2221;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region
2222;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file 2222;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2223;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 2223;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2224;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) 2224;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2225;;;;;; "browse-url" "net/browse-url.el" (18190 35202)) 2225;;;;;; (18231 31069))
2226;;; Generated autoloads from net/browse-url.el 2226;;; Generated autoloads from net/browse-url.el
2227 2227
2228(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ 2228(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\
@@ -2443,13 +2443,6 @@ used instead of `browse-url-new-window-flag'.
2443 2443
2444\(fn URL &optional NEW-WINDOW)" t nil) 2444\(fn URL &optional NEW-WINDOW)" t nil)
2445 2445
2446(autoload 'browse-url-grail "browse-url" "\
2447Ask the Grail WWW browser to load URL.
2448Default to the URL around or before point. Runs the program in the
2449variable `browse-url-grail'.
2450
2451\(fn URL &optional NEW-WINDOW)" t nil)
2452
2453(autoload 'browse-url-cci "browse-url" "\ 2446(autoload 'browse-url-cci "browse-url" "\
2454Ask the XMosaic WWW browser to load URL. 2447Ask the XMosaic WWW browser to load URL.
2455Default to the URL around or before point. 2448Default to the URL around or before point.
@@ -2468,12 +2461,6 @@ used instead of `browse-url-new-window-flag'.
2468 2461
2469\(fn URL &optional NEW-WINDOW)" t nil) 2462\(fn URL &optional NEW-WINDOW)" t nil)
2470 2463
2471(autoload 'browse-url-iximosaic "browse-url" "\
2472Ask the IXIMosaic WWW browser to load URL.
2473Default to the URL around or before point.
2474
2475\(fn URL &optional NEW-WINDOW)" t nil)
2476
2477(autoload 'browse-url-w3 "browse-url" "\ 2464(autoload 'browse-url-w3 "browse-url" "\
2478Ask the w3 WWW browser to load URL. 2465Ask the w3 WWW browser to load URL.
2479Default to the URL around or before point. 2466Default to the URL around or before point.
@@ -2494,18 +2481,20 @@ The `browse-url-gnudoit-program' program is used with options given by
2494 2481
2495\(fn URL &optional NEW-WINDOW)" t nil) 2482\(fn URL &optional NEW-WINDOW)" t nil)
2496 2483
2497(autoload 'browse-url-lynx-xterm "browse-url" "\ 2484(autoload 'browse-url-text-xterm "browse-url" "\
2498Ask the Lynx WWW browser to load URL. 2485Ask a text browser to load URL.
2499Default to the URL around or before point. A new Lynx process is run 2486URL defaults to the URL around or before point.
2487This runs the text browser specified by `browse-url-text-browser'.
2500in an Xterm window using the Xterm program named by `browse-url-xterm-program' 2488in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2501with possible additional arguments `browse-url-xterm-args'. 2489with possible additional arguments `browse-url-xterm-args'.
2502 2490
2503\(fn URL &optional NEW-WINDOW)" t nil) 2491\(fn URL &optional NEW-WINDOW)" t nil)
2504 2492
2505(autoload 'browse-url-lynx-emacs "browse-url" "\ 2493(autoload 'browse-url-text-emacs "browse-url" "\
2506Ask the Lynx WWW browser to load URL. 2494Ask a text browser to load URL.
2507Default to the URL around or before point. With a prefix argument, run 2495URL defaults to the URL around or before point.
2508a new Lynx process in a new buffer. 2496This runs the text browser specified by `browse-url-text-browser'.
2497With a prefix argument, it runs a new browser process in a new buffer.
2509 2498
2510When called interactively, if variable `browse-url-new-window-flag' is 2499When called interactively, if variable `browse-url-new-window-flag' is
2511non-nil, load the document in a new browser process in a new term window, 2500non-nil, load the document in a new browser process in a new term window,
@@ -2517,12 +2506,6 @@ used instead of `browse-url-new-window-flag'.
2517 2506
2518\(fn URL &optional NEW-BUFFER)" t nil) 2507\(fn URL &optional NEW-BUFFER)" t nil)
2519 2508
2520(autoload 'browse-url-mmm "browse-url" "\
2521Ask the MMM WWW browser to load URL.
2522Default to the URL around or before point.
2523
2524\(fn URL &optional NEW-WINDOW)" t nil)
2525
2526(autoload 'browse-url-mail "browse-url" "\ 2509(autoload 'browse-url-mail "browse-url" "\
2527Open a new mail message buffer within Emacs for the RFC 2368 URL. 2510Open a new mail message buffer within Emacs for the RFC 2368 URL.
2528Default to using the mailto: URL around or before point as the 2511Default to using the mailto: URL around or before point as the
@@ -2586,7 +2569,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2586;;;*** 2569;;;***
2587 2570
2588;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2571;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2589;;;;;; "bs" "bs.el" (18190 35184)) 2572;;;;;; "bs" "bs.el" (18213 1252))
2590;;; Generated autoloads from bs.el 2573;;; Generated autoloads from bs.el
2591 2574
2592(autoload 'bs-cycle-next "bs" "\ 2575(autoload 'bs-cycle-next "bs" "\
@@ -2626,7 +2609,7 @@ name of buffer configuration.
2626 2609
2627;;;*** 2610;;;***
2628 2611
2629;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18190 35204)) 2612;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18190 39683))
2630;;; Generated autoloads from play/bubbles.el 2613;;; Generated autoloads from play/bubbles.el
2631 2614
2632(autoload 'bubbles "bubbles" "\ 2615(autoload 'bubbles "bubbles" "\
@@ -2638,7 +2621,7 @@ Play Bubbles game.
2638 2621
2639;;;### (autoloads (insert-text-button make-text-button insert-button 2622;;;### (autoloads (insert-text-button make-text-button insert-button
2640;;;;;; make-button define-button-type) "button" "button.el" (18190 2623;;;;;; make-button define-button-type) "button" "button.el" (18190
2641;;;;;; 35184)) 2624;;;;;; 39674))
2642;;; Generated autoloads from button.el 2625;;; Generated autoloads from button.el
2643 2626
2644(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " 'push-button) (define-key map [mouse-2] 'push-button) map) "\ 2627(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " 'push-button) (define-key map [mouse-2] 'push-button) map) "\
@@ -2725,8 +2708,9 @@ Also see `make-text-button'.
2725;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 2708;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2726;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2709;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2727;;;;;; compile-defun byte-compile-file byte-recompile-directory 2710;;;;;; compile-defun byte-compile-file byte-recompile-directory
2728;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" 2711;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning
2729;;;;;; "emacs-lisp/bytecomp.el" (18190 35187)) 2712;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el"
2713;;;;;; (18231 31064))
2730;;; Generated autoloads from emacs-lisp/bytecomp.el 2714;;; Generated autoloads from emacs-lisp/bytecomp.el
2731(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2715(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2732(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2716(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2738,6 +2722,24 @@ Not documented
2738 2722
2739\(fn X)" nil nil) 2723\(fn X)" nil nil)
2740 2724
2725(autoload 'byte-compile-disable-warning "bytecomp" "\
2726Change `byte-compile-warnings' to disable WARNING.
2727If `byte-compile-warnings' is t, set it to `(not WARNING)'.
2728Otherwise, if the first element is `not', add WARNING, else remove it.
2729Normally you should let-bind `byte-compile-warnings' before calling this,
2730else the global value will be modified.
2731
2732\(fn WARNING)" nil nil)
2733
2734(autoload 'byte-compile-enable-warning "bytecomp" "\
2735Change `byte-compile-warnings' to enable WARNING.
2736If `byte-compile-warnings' is `t', do nothing. Otherwise, if the
2737first element is `not', remove WARNING, else add it.
2738Normally you should let-bind `byte-compile-warnings' before calling this,
2739else the global value will be modified.
2740
2741\(fn WARNING)" nil nil)
2742
2741(autoload 'byte-force-recompile "bytecomp" "\ 2743(autoload 'byte-force-recompile "bytecomp" "\
2742Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 2744Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2743Files in subdirectories of DIRECTORY are processed also. 2745Files in subdirectories of DIRECTORY are processed also.
@@ -2843,7 +2845,7 @@ and corresponding effects.
2843;;;*** 2845;;;***
2844 2846
2845;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2847;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2846;;;;;; (18190 35185)) 2848;;;;;; (18190 39681))
2847;;; Generated autoloads from calendar/cal-hebrew.el 2849;;; Generated autoloads from calendar/cal-hebrew.el
2848 2850
2849(autoload 'list-yahrzeit-dates "cal-hebrew" "\ 2851(autoload 'list-yahrzeit-dates "cal-hebrew" "\
@@ -2858,7 +2860,7 @@ from the cursor position.
2858;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2860;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2859;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2861;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2860;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2862;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2861;;;;;; (18190 35184)) 2863;;;;;; (18231 31064))
2862;;; Generated autoloads from calc/calc.el 2864;;; Generated autoloads from calc/calc.el
2863 2865
2864(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2866(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
@@ -2936,8 +2938,8 @@ Not documented
2936 2938
2937;;;*** 2939;;;***
2938 2940
2939;;;### (autoloads (calculator) "calculator" "calculator.el" (18190 2941;;;### (autoloads (calculator) "calculator" "calculator.el" (18213
2940;;;;;; 35184)) 2942;;;;;; 1252))
2941;;; Generated autoloads from calculator.el 2943;;; Generated autoloads from calculator.el
2942 2944
2943(autoload 'calculator "calculator" "\ 2945(autoload 'calculator "calculator" "\
@@ -2965,7 +2967,7 @@ See the documentation for `calculator-mode' for more information.
2965;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially 2967;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2966;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2968;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2967;;;;;; view-diary-entries-initially calendar-offset) "calendar" 2969;;;;;; view-diary-entries-initially calendar-offset) "calendar"
2968;;;;;; "calendar/calendar.el" (18190 35185)) 2970;;;;;; "calendar/calendar.el" (18190 39681))
2969;;; Generated autoloads from calendar/calendar.el 2971;;; Generated autoloads from calendar/calendar.el
2970 2972
2971(defvar calendar-offset 0 "\ 2973(defvar calendar-offset 0 "\
@@ -3599,7 +3601,7 @@ Obsoletes `c-forward-into-nomenclature'.
3599;;;*** 3601;;;***
3600 3602
3601;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3603;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3602;;;;;; (18177 872)) 3604;;;;;; (18213 1259))
3603;;; Generated autoloads from progmodes/cc-engine.el 3605;;; Generated autoloads from progmodes/cc-engine.el
3604 3606
3605(autoload 'c-guess-basic-syntax "cc-engine" "\ 3607(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3611,7 +3613,7 @@ Return the syntactic context of the current line.
3611 3613
3612;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3614;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3613;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3615;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3614;;;;;; (18190 35205)) 3616;;;;;; (18194 36640))
3615;;; Generated autoloads from progmodes/cc-mode.el 3617;;; Generated autoloads from progmodes/cc-mode.el
3616 3618
3617(autoload 'c-initialize-cc-mode "cc-mode" "\ 3619(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3769,7 +3771,7 @@ Key bindings:
3769;;;*** 3771;;;***
3770 3772
3771;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3773;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3772;;;;;; "progmodes/cc-styles.el" (18177 872)) 3774;;;;;; "progmodes/cc-styles.el" (18194 36640))
3773;;; Generated autoloads from progmodes/cc-styles.el 3775;;; Generated autoloads from progmodes/cc-styles.el
3774 3776
3775(autoload 'c-set-style "cc-styles" "\ 3777(autoload 'c-set-style "cc-styles" "\
@@ -4118,7 +4120,7 @@ to the action header.
4118;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 4120;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
4119;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 4121;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
4120;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 4122;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
4121;;;;;; (18190 35187)) 4123;;;;;; (18213 1258))
4122;;; Generated autoloads from emacs-lisp/checkdoc.el 4124;;; Generated autoloads from emacs-lisp/checkdoc.el
4123(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 4125(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
4124(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp) 4126(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
@@ -4382,7 +4384,7 @@ and runs the normal hook `command-history-hook'.
4382 4384
4383;;;*** 4385;;;***
4384 4386
4385;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18177 857)) 4387;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18231 31065))
4386;;; Generated autoloads from emacs-lisp/cl.el 4388;;; Generated autoloads from emacs-lisp/cl.el
4387 4389
4388(defvar custom-print-functions nil "\ 4390(defvar custom-print-functions nil "\
@@ -4465,7 +4467,7 @@ Obsolete. All coding systems are set up initially.
4465;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4467;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4466;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4468;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4467;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4469;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4468;;;;;; (18190 35186)) 4470;;;;;; (18213 1253))
4469;;; Generated autoloads from comint.el 4471;;; Generated autoloads from comint.el
4470 4472
4471(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4473(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4593,7 +4595,7 @@ on third call it again advances points to the next difference and so on.
4593;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4595;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4594;;;;;; compile compilation-disable-input compile-command compilation-search-path 4596;;;;;; compile compilation-disable-input compile-command compilation-search-path
4595;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4597;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4596;;;;;; "compile" "progmodes/compile.el" (18190 35205)) 4598;;;;;; "compile" "progmodes/compile.el" (18213 1259))
4597;;; Generated autoloads from progmodes/compile.el 4599;;; Generated autoloads from progmodes/compile.el
4598 4600
4599(defvar compilation-mode-hook nil "\ 4601(defvar compilation-mode-hook nil "\
@@ -4761,7 +4763,7 @@ This is the value of `next-error-function' in Compilation buffers.
4761;;;*** 4763;;;***
4762 4764
4763;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4765;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4764;;;;;; (18190 35186)) 4766;;;;;; (18213 1253))
4765;;; Generated autoloads from complete.el 4767;;; Generated autoloads from complete.el
4766 4768
4767(defvar partial-completion-mode nil "\ 4769(defvar partial-completion-mode nil "\
@@ -4803,7 +4805,7 @@ second TAB brings up the `*Completions*' buffer.
4803;;;*** 4805;;;***
4804 4806
4805;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4807;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4806;;;;;; (18190 35186)) 4808;;;;;; (18190 39674))
4807;;; Generated autoloads from completion.el 4809;;; Generated autoloads from completion.el
4808 4810
4809(defvar dynamic-completion-mode nil "\ 4811(defvar dynamic-completion-mode nil "\
@@ -4870,7 +4872,7 @@ See `auto-composition-mode' for more information on Auto-Composition mode.
4870;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4872;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4871;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4873;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4872;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4874;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4873;;;;;; (18177 875)) 4875;;;;;; (18213 1260))
4874;;; Generated autoloads from textmodes/conf-mode.el 4876;;; Generated autoloads from textmodes/conf-mode.el
4875 4877
4876(autoload 'conf-mode "conf-mode" "\ 4878(autoload 'conf-mode "conf-mode" "\
@@ -5058,7 +5060,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
5058;;;*** 5060;;;***
5059 5061
5060;;;### (autoloads (copyright copyright-fix-years copyright-update) 5062;;;### (autoloads (copyright copyright-fix-years copyright-update)
5061;;;;;; "copyright" "emacs-lisp/copyright.el" (18190 35188)) 5063;;;;;; "copyright" "emacs-lisp/copyright.el" (18190 39681))
5062;;; Generated autoloads from emacs-lisp/copyright.el 5064;;; Generated autoloads from emacs-lisp/copyright.el
5063 5065
5064(autoload 'copyright-update "copyright" "\ 5066(autoload 'copyright-update "copyright" "\
@@ -5086,7 +5088,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
5086;;;*** 5088;;;***
5087 5089
5088;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 5090;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
5089;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18190 35205)) 5091;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18231 31069))
5090;;; Generated autoloads from progmodes/cperl-mode.el 5092;;; Generated autoloads from progmodes/cperl-mode.el
5091(put 'cperl-indent-level 'safe-local-variable 'integerp) 5093(put 'cperl-indent-level 'safe-local-variable 'integerp)
5092 5094
@@ -5356,8 +5358,8 @@ INHERIT-INPUT-METHOD.
5356 5358
5357;;;*** 5359;;;***
5358 5360
5359;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18190 5361;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18213
5360;;;;;; 35208)) 5362;;;;;; 1260))
5361;;; Generated autoloads from textmodes/css-mode.el 5363;;; Generated autoloads from textmodes/css-mode.el
5362 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode)) 5364 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode))
5363 5365
@@ -5369,7 +5371,7 @@ Major mode to edit Cascading Style Sheets.
5369;;;*** 5371;;;***
5370 5372
5371;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5373;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5372;;;;;; (18190 35188)) 5374;;;;;; (18190 39682))
5373;;; Generated autoloads from emulation/cua-base.el 5375;;; Generated autoloads from emulation/cua-base.el
5374 5376
5375(defvar cua-mode nil "\ 5377(defvar cua-mode nil "\
@@ -5428,7 +5430,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5428;;;;;; customize-mode customize customize-save-variable customize-set-variable 5430;;;;;; customize-mode customize customize-save-variable customize-set-variable
5429;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 5431;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
5430;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 5432;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
5431;;;;;; (18190 35186)) 5433;;;;;; (18231 31060))
5432;;; Generated autoloads from cus-edit.el 5434;;; Generated autoloads from cus-edit.el
5433 5435
5434(defvar custom-browse-sort-alphabetically nil "\ 5436(defvar custom-browse-sort-alphabetically nil "\
@@ -5726,7 +5728,7 @@ The format is suitable for use with `easy-menu-define'.
5726;;;*** 5728;;;***
5727 5729
5728;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces 5730;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces
5729;;;;;; custom-declare-face) "cus-face" "cus-face.el" (18190 35186)) 5731;;;;;; custom-declare-face) "cus-face" "cus-face.el" (18190 39674))
5730;;; Generated autoloads from cus-face.el 5732;;; Generated autoloads from cus-face.el
5731 5733
5732(autoload 'custom-declare-face "cus-face" "\ 5734(autoload 'custom-declare-face "cus-face" "\
@@ -5807,7 +5809,7 @@ Create a custom theme.
5807;;;*** 5809;;;***
5808 5810
5809;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5811;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5810;;;;;; (18177 856)) 5812;;;;;; (18231 31060))
5811;;; Generated autoloads from cvs-status.el 5813;;; Generated autoloads from cvs-status.el
5812 5814
5813(autoload 'cvs-status-mode "cvs-status" "\ 5815(autoload 'cvs-status-mode "cvs-status" "\
@@ -5934,8 +5936,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5934 5936
5935;;;*** 5937;;;***
5936 5938
5937;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18177 5939;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18213
5938;;;;;; 872)) 5940;;;;;; 1259))
5939;;; Generated autoloads from progmodes/dcl-mode.el 5941;;; Generated autoloads from progmodes/dcl-mode.el
5940 5942
5941(autoload 'dcl-mode "dcl-mode" "\ 5943(autoload 'dcl-mode "dcl-mode" "\
@@ -6062,7 +6064,7 @@ There is some minimal font-lock support (see vars
6062;;;*** 6064;;;***
6063 6065
6064;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 6066;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
6065;;;;;; "emacs-lisp/debug.el" (18177 857)) 6067;;;;;; "emacs-lisp/debug.el" (18195 4246))
6066;;; Generated autoloads from emacs-lisp/debug.el 6068;;; Generated autoloads from emacs-lisp/debug.el
6067 6069
6068(setq debugger 'debug) 6070(setq debugger 'debug)
@@ -6106,7 +6108,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
6106;;;*** 6108;;;***
6107 6109
6108;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 6110;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
6109;;;;;; (18177 871)) 6111;;;;;; (18213 1259))
6110;;; Generated autoloads from play/decipher.el 6112;;; Generated autoloads from play/decipher.el
6111 6113
6112(autoload 'decipher "decipher" "\ 6114(autoload 'decipher "decipher" "\
@@ -6160,8 +6162,8 @@ START and END delimits the corners of text rectangle.
6160 6162
6161;;;*** 6163;;;***
6162 6164
6163;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18190 6165;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18203
6164;;;;;; 35205)) 6166;;;;;; 51791))
6165;;; Generated autoloads from progmodes/delphi.el 6167;;; Generated autoloads from progmodes/delphi.el
6166 6168
6167(autoload 'delphi-mode "delphi" "\ 6169(autoload 'delphi-mode "delphi" "\
@@ -6211,8 +6213,8 @@ no args, if that value is non-nil.
6211 6213
6212;;;*** 6214;;;***
6213 6215
6214;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18190 6216;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18231
6215;;;;;; 35186)) 6217;;;;;; 31060))
6216;;; Generated autoloads from delsel.el 6218;;; Generated autoloads from delsel.el
6217 6219
6218(defalias 'pending-delete-mode 'delete-selection-mode) 6220(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -6306,7 +6308,7 @@ the first time the mode is used.
6306;;;*** 6308;;;***
6307 6309
6308;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6310;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6309;;;;;; "descr-text.el" (18177 856)) 6311;;;;;; "descr-text.el" (18231 31060))
6310;;; Generated autoloads from descr-text.el 6312;;; Generated autoloads from descr-text.el
6311 6313
6312(autoload 'describe-text-properties "descr-text" "\ 6314(autoload 'describe-text-properties "descr-text" "\
@@ -6332,7 +6334,7 @@ as well as widgets, buttons, overlays, and text properties.
6332;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6334;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6333;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6335;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6334;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6336;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6335;;;;;; "desktop.el" (18177 856)) 6337;;;;;; "desktop.el" (18231 31060))
6336;;; Generated autoloads from desktop.el 6338;;; Generated autoloads from desktop.el
6337 6339
6338(defvar desktop-save-mode nil "\ 6340(defvar desktop-save-mode nil "\
@@ -6516,7 +6518,7 @@ Revert to the last loaded desktop.
6516 6518
6517;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6519;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6518;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6520;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6519;;;;;; "deuglify" "gnus/deuglify.el" (18177 860)) 6521;;;;;; "deuglify" "gnus/deuglify.el" (18231 31065))
6520;;; Generated autoloads from gnus/deuglify.el 6522;;; Generated autoloads from gnus/deuglify.el
6521 6523
6522(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6524(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6573,7 +6575,7 @@ In this case, compose characters after POS of the string.
6573;;;*** 6575;;;***
6574 6576
6575;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6577;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6576;;;;;; "calendar/diary-lib.el" (18190 35185)) 6578;;;;;; "calendar/diary-lib.el" (18190 39681))
6577;;; Generated autoloads from calendar/diary-lib.el 6579;;; Generated autoloads from calendar/diary-lib.el
6578 6580
6579(autoload 'diary "diary-lib" "\ 6581(autoload 'diary "diary-lib" "\
@@ -6619,7 +6621,7 @@ Major mode for editing the diary file.
6619;;;*** 6621;;;***
6620 6622
6621;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6623;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6622;;;;;; "diff.el" (18177 856)) 6624;;;;;; "diff.el" (18213 1253))
6623;;; Generated autoloads from diff.el 6625;;; Generated autoloads from diff.el
6624 6626
6625(defvar diff-switches "-c" "\ 6627(defvar diff-switches "-c" "\
@@ -6653,7 +6655,7 @@ With prefix arg, prompt for diff switches.
6653;;;*** 6655;;;***
6654 6656
6655;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6657;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6656;;;;;; (18190 35186)) 6658;;;;;; (18213 1253))
6657;;; Generated autoloads from diff-mode.el 6659;;; Generated autoloads from diff-mode.el
6658 6660
6659(autoload 'diff-mode "diff-mode" "\ 6661(autoload 'diff-mode "diff-mode" "\
@@ -6685,7 +6687,7 @@ Minor mode for viewing/editing context diffs.
6685;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6687;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6686;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6688;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6687;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6689;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6688;;;;;; "dired" "dired.el" (18190 35187)) 6690;;;;;; "dired" "dired.el" (18203 51788))
6689;;; Generated autoloads from dired.el 6691;;; Generated autoloads from dired.el
6690 6692
6691(defvar dired-listing-switches "-al" "\ 6693(defvar dired-listing-switches "-al" "\
@@ -6890,7 +6892,7 @@ Keybindings:
6890;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory 6892;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
6891;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp 6893;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
6892;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff 6894;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
6893;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18190 35187)) 6895;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18231 31060))
6894;;; Generated autoloads from dired-aux.el 6896;;; Generated autoloads from dired-aux.el
6895 6897
6896(autoload 'dired-diff "dired-aux" "\ 6898(autoload 'dired-diff "dired-aux" "\
@@ -7305,7 +7307,7 @@ true then the type of the file linked to by FILE is printed instead.
7305;;;*** 7307;;;***
7306 7308
7307;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" 7309;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
7308;;;;;; (18177 856)) 7310;;;;;; (18231 31060))
7309;;; Generated autoloads from dired-x.el 7311;;; Generated autoloads from dired-x.el
7310 7312
7311(autoload 'dired-jump "dired-x" "\ 7313(autoload 'dired-jump "dired-x" "\
@@ -7334,9 +7336,20 @@ For absolute symlinks, use \\[dired-do-symlink].
7334 7336
7335;;;*** 7337;;;***
7336 7338
7337;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (18177 856)) 7339;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
7340;;;;;; (18231 31060))
7338;;; Generated autoloads from dirtrack.el 7341;;; Generated autoloads from dirtrack.el
7339 7342
7343(autoload 'dirtrack-mode "dirtrack" "\
7344Enable or disable Dirtrack directory tracking in a shell buffer.
7345This method requires that your shell prompt contain the full
7346current working directory at all times, and that `dirtrack-list'
7347is set to match the prompt. This is an alternative to
7348`shell-dirtrack-mode', which works differently, by tracking `cd'
7349and similar commands which change the shell working directory.
7350
7351\(fn &optional ARG)" t nil)
7352
7340(autoload 'dirtrack "dirtrack" "\ 7353(autoload 'dirtrack "dirtrack" "\
7341Determine the current directory by scanning the process output for a prompt. 7354Determine the current directory by scanning the process output for a prompt.
7342The prompt to look for is the first item in `dirtrack-list'. 7355The prompt to look for is the first item in `dirtrack-list'.
@@ -7351,7 +7364,7 @@ function `dirtrack-debug-mode' to turn on debugging output.
7351;;;*** 7364;;;***
7352 7365
7353;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18190 7366;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18190
7354;;;;;; 35188)) 7367;;;;;; 39681))
7355;;; Generated autoloads from emacs-lisp/disass.el 7368;;; Generated autoloads from emacs-lisp/disass.el
7356 7369
7357(autoload 'disassemble "disass" "\ 7370(autoload 'disassemble "disass" "\
@@ -7370,7 +7383,7 @@ redefine OBJECT if it is a symbol.
7370;;;;;; standard-display-g1 standard-display-ascii standard-display-default 7383;;;;;; standard-display-g1 standard-display-ascii standard-display-default
7371;;;;;; standard-display-8bit describe-current-display-table describe-display-table 7384;;;;;; standard-display-8bit describe-current-display-table describe-display-table
7372;;;;;; set-display-table-slot display-table-slot make-display-table) 7385;;;;;; set-display-table-slot display-table-slot make-display-table)
7373;;;;;; "disp-table" "disp-table.el" (18177 856)) 7386;;;;;; "disp-table" "disp-table.el" (18231 31060))
7374;;; Generated autoloads from disp-table.el 7387;;; Generated autoloads from disp-table.el
7375 7388
7376(autoload 'make-display-table "disp-table" "\ 7389(autoload 'make-display-table "disp-table" "\
@@ -7547,17 +7560,23 @@ Locate SOA record and increment the serial field.
7547 7560
7548;;;*** 7561;;;***
7549 7562
7550;;;### (autoloads (doc-view) "doc-view" "doc-view.el" (18190 34947)) 7563;;;### (autoloads (doc-view-minor-mode doc-view-mode) "doc-view"
7564;;;;;; "doc-view.el" (18231 31060))
7551;;; Generated autoloads from doc-view.el 7565;;; Generated autoloads from doc-view.el
7552 7566
7553(autoload 'doc-view "doc-view" "\ 7567(autoload 'doc-view-mode "doc-view" "\
7554Convert FILE to png and start viewing it. 7568Major mode in DocView buffers.
7555If no FILE is given, query for on. 7569You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
7556If this FILE is still in the cache, don't convert and use the 7570toggle between displaying the document or editing it as text.
7557existing page files. With prefix arg NO-CACHE, don't use the
7558cached files and convert anew.
7559 7571
7560\(fn NO-CACHE &optional FILE)" t nil) 7572\(fn)" t nil)
7573
7574(autoload 'doc-view-minor-mode "doc-view" "\
7575Toggle Doc view minor mode.
7576With arg, turn Doc view minor mode on if arg is positive, off otherwise.
7577See the command `doc-view-mode' for more information on this mode.
7578
7579\(fn &optional ARG)" t nil)
7561 7580
7562;;;*** 7581;;;***
7563 7582
@@ -7571,19 +7590,11 @@ Switch to *doctor* buffer and start giving psychotherapy.
7571 7590
7572;;;*** 7591;;;***
7573 7592
7574;;;### (autoloads (double-mode double-mode) "double" "double.el" 7593;;;### (autoloads (double-mode) "double" "double.el" (18213 1254))
7575;;;;;; (18190 35187))
7576;;; Generated autoloads from double.el 7594;;; Generated autoloads from double.el
7577 7595
7578(autoload 'double-mode "double" "\ 7596(autoload 'double-mode "double" "\
7579Toggle Double mode. 7597Toggle Double mode.
7580Setting this variable directly does not take effect;
7581use either \\[customize] or the function `double-mode'.")
7582
7583(custom-autoload 'double-mode "double" nil)
7584
7585(autoload 'double-mode "double" "\
7586Toggle Double mode.
7587With prefix argument ARG, turn Double mode on if ARG is positive, otherwise 7598With prefix argument ARG, turn Double mode on if ARG is positive, otherwise
7588turn it off. 7599turn it off.
7589 7600
@@ -7617,7 +7628,7 @@ Play sounds in message buffers.
7617 7628
7618;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 7629;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
7619;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 7630;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
7620;;;;;; "emacs-lisp/easy-mmode.el" (18190 35188)) 7631;;;;;; "emacs-lisp/easy-mmode.el" (18203 51788))
7621;;; Generated autoloads from emacs-lisp/easy-mmode.el 7632;;; Generated autoloads from emacs-lisp/easy-mmode.el
7622 7633
7623(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 7634(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7861,7 +7872,7 @@ To implement dynamic menus, either call this from
7861;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7872;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7862;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7873;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7863;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7874;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7864;;;;;; "progmodes/ebnf2ps.el" (18177 872)) 7875;;;;;; "progmodes/ebnf2ps.el" (18194 36640))
7865;;; Generated autoloads from progmodes/ebnf2ps.el 7876;;; Generated autoloads from progmodes/ebnf2ps.el
7866 7877
7867(autoload 'ebnf-customize "ebnf2ps" "\ 7878(autoload 'ebnf-customize "ebnf2ps" "\
@@ -8135,8 +8146,8 @@ See `ebnf-style-database' documentation.
8135;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 8146;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
8136;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 8147;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
8137;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 8148;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
8138;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18190 8149;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18195
8139;;;;;; 35205)) 8150;;;;;; 4247))
8140;;; Generated autoloads from progmodes/ebrowse.el 8151;;; Generated autoloads from progmodes/ebrowse.el
8141 8152
8142(autoload 'ebrowse-tree-mode "ebrowse" "\ 8153(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -8287,7 +8298,7 @@ Display statistics for a class tree.
8287;;;*** 8298;;;***
8288 8299
8289;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 8300;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
8290;;;;;; (18190 35187)) 8301;;;;;; (18190 39674))
8291;;; Generated autoloads from ebuff-menu.el 8302;;; Generated autoloads from ebuff-menu.el
8292 8303
8293(autoload 'electric-buffer-list "ebuff-menu" "\ 8304(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -8312,7 +8323,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
8312;;;*** 8323;;;***
8313 8324
8314;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 8325;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
8315;;;;;; "echistory.el" (18190 35187)) 8326;;;;;; "echistory.el" (18190 39674))
8316;;; Generated autoloads from echistory.el 8327;;; Generated autoloads from echistory.el
8317 8328
8318(autoload 'Electric-command-history-redo-expression "echistory" "\ 8329(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -8324,7 +8335,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
8324;;;*** 8335;;;***
8325 8336
8326;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 8337;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
8327;;;;;; (18212 21473)) 8338;;;;;; (18230 21282))
8328;;; Generated autoloads from gnus/ecomplete.el 8339;;; Generated autoloads from gnus/ecomplete.el
8329 8340
8330(autoload 'ecomplete-setup "ecomplete" "\ 8341(autoload 'ecomplete-setup "ecomplete" "\
@@ -8336,7 +8347,7 @@ Not documented
8336 8347
8337;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8348;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8338;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 8349;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8339;;;;;; "emacs-lisp/edebug.el" (18190 35188)) 8350;;;;;; "emacs-lisp/edebug.el" (18195 4247))
8340;;; Generated autoloads from emacs-lisp/edebug.el 8351;;; Generated autoloads from emacs-lisp/edebug.el
8341 8352
8342(defvar edebug-all-defs nil "\ 8353(defvar edebug-all-defs nil "\
@@ -8401,15 +8412,15 @@ Toggle edebugging of all forms.
8401;;;*** 8412;;;***
8402 8413
8403;;;### (autoloads (ediff-documentation ediff-version ediff-revision 8414;;;### (autoloads (ediff-documentation ediff-version ediff-revision
8404;;;;;; ediff-patch-buffer ediff-patch-file run-ediff-from-cvs-buffer 8415;;;;;; ediff-patch-buffer ediff-patch-file ediff-merge-revisions-with-ancestor
8405;;;;;; ediff-merge-revisions-with-ancestor ediff-merge-revisions 8416;;;;;; ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers
8406;;;;;; ediff-merge-buffers-with-ancestor ediff-merge-buffers ediff-merge-files-with-ancestor 8417;;;;;; ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise
8407;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise 8418;;;;;; ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise
8408;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor 8419;;;;;; ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions
8409;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 8420;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
8410;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 8421;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
8411;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 8422;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-files3 ediff-files)
8412;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (18177 857)) 8423;;;;;; "ediff" "ediff.el" (18231 31060))
8413;;; Generated autoloads from ediff.el 8424;;; Generated autoloads from ediff.el
8414 8425
8415(autoload 'ediff-files "ediff" "\ 8426(autoload 'ediff-files "ediff" "\
@@ -8585,13 +8596,6 @@ buffer.
8585 8596
8586\(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) 8597\(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
8587 8598
8588(autoload 'run-ediff-from-cvs-buffer "ediff" "\
8589Run Ediff-merge on appropriate revisions of the selected file.
8590First run after `M-x cvs-update'. Then place the cursor on a line describing a
8591file and then run `run-ediff-from-cvs-buffer'.
8592
8593\(fn POS)" t nil)
8594
8595(autoload 'ediff-patch-file "ediff" "\ 8599(autoload 'ediff-patch-file "ediff" "\
8596Run Ediff by patching SOURCE-FILENAME. 8600Run Ediff by patching SOURCE-FILENAME.
8597If optional PATCH-BUF is given, use the patch in that buffer 8601If optional PATCH-BUF is given, use the patch in that buffer
@@ -8641,7 +8645,7 @@ With optional NODE, goes to that node.
8641;;;*** 8645;;;***
8642 8646
8643;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 8647;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8644;;;;;; (18177 857)) 8648;;;;;; (18231 31060))
8645;;; Generated autoloads from ediff-help.el 8649;;; Generated autoloads from ediff-help.el
8646 8650
8647(autoload 'ediff-customize "ediff-help" "\ 8651(autoload 'ediff-customize "ediff-help" "\
@@ -8651,7 +8655,7 @@ Not documented
8651 8655
8652;;;*** 8656;;;***
8653 8657
8654;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18177 857)) 8658;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18231 31060))
8655;;; Generated autoloads from ediff-hook.el 8659;;; Generated autoloads from ediff-hook.el
8656 8660
8657(defvar ediff-window-setup-function) 8661(defvar ediff-window-setup-function)
@@ -8664,7 +8668,7 @@ Not documented
8664;;;*** 8668;;;***
8665 8669
8666;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 8670;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8667;;;;;; (18190 35187)) 8671;;;;;; (18231 31060))
8668;;; Generated autoloads from ediff-mult.el 8672;;; Generated autoloads from ediff-mult.el
8669 8673
8670(autoload 'ediff-show-registry "ediff-mult" "\ 8674(autoload 'ediff-show-registry "ediff-mult" "\
@@ -8677,7 +8681,7 @@ Display Ediff's registry.
8677;;;*** 8681;;;***
8678 8682
8679;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 8683;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8680;;;;;; "ediff-util" "ediff-util.el" (18190 35187)) 8684;;;;;; "ediff-util" "ediff-util.el" (18231 31060))
8681;;; Generated autoloads from ediff-util.el 8685;;; Generated autoloads from ediff-util.el
8682 8686
8683(autoload 'ediff-toggle-multiframe "ediff-util" "\ 8687(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8698,7 +8702,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8698 8702
8699;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8703;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8700;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8704;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8701;;;;;; (18190 35187)) 8705;;;;;; (18190 39674))
8702;;; Generated autoloads from edmacro.el 8706;;; Generated autoloads from edmacro.el
8703 8707
8704(defvar edmacro-eight-bits nil "\ 8708(defvar edmacro-eight-bits nil "\
@@ -8751,7 +8755,7 @@ or nil, use a compact 80-column format.
8751;;;*** 8755;;;***
8752 8756
8753;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8757;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8754;;;;;; "emulation/edt.el" (18177 858)) 8758;;;;;; "emulation/edt.el" (18231 31065))
8755;;; Generated autoloads from emulation/edt.el 8759;;; Generated autoloads from emulation/edt.el
8756 8760
8757(autoload 'edt-set-scroll-margins "edt" "\ 8761(autoload 'edt-set-scroll-margins "edt" "\
@@ -8806,7 +8810,7 @@ Not documented
8806;;;*** 8810;;;***
8807 8811
8808;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8812;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8809;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18190 35188)) 8813;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18190 39681))
8810;;; Generated autoloads from emacs-lisp/eldoc.el 8814;;; Generated autoloads from emacs-lisp/eldoc.el
8811 8815
8812(defvar eldoc-minor-mode-string " ElDoc" "\ 8816(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -8861,7 +8865,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8861;;;*** 8865;;;***
8862 8866
8863;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 8867;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
8864;;;;;; (18190 35188)) 8868;;;;;; (18190 39681))
8865;;; Generated autoloads from emacs-lisp/elint.el 8869;;; Generated autoloads from emacs-lisp/elint.el
8866 8870
8867(autoload 'elint-initialize "elint" "\ 8871(autoload 'elint-initialize "elint" "\
@@ -8872,8 +8876,8 @@ Initialize elint.
8872;;;*** 8876;;;***
8873 8877
8874;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8878;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8875;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18190 8879;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18231
8876;;;;;; 35188)) 8880;;;;;; 31065))
8877;;; Generated autoloads from emacs-lisp/elp.el 8881;;; Generated autoloads from emacs-lisp/elp.el
8878 8882
8879(autoload 'elp-instrument-function "elp" "\ 8883(autoload 'elp-instrument-function "elp" "\
@@ -8899,7 +8903,7 @@ For example, to instrument all ELP functions, do the following:
8899(autoload 'elp-results "elp" "\ 8903(autoload 'elp-results "elp" "\
8900Display current profiling results. 8904Display current profiling results.
8901If `elp-reset-after-results' is non-nil, then current profiling 8905If `elp-reset-after-results' is non-nil, then current profiling
8902information for all instrumented functions are reset after results are 8906information for all instrumented functions is reset after results are
8903displayed. 8907displayed.
8904 8908
8905\(fn)" t nil) 8909\(fn)" t nil)
@@ -8907,7 +8911,7 @@ displayed.
8907;;;*** 8911;;;***
8908 8912
8909;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8913;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8910;;;;;; (18190 35201)) 8914;;;;;; (18190 39683))
8911;;; Generated autoloads from mail/emacsbug.el 8915;;; Generated autoloads from mail/emacsbug.el
8912 8916
8913(autoload 'report-emacs-bug "emacsbug" "\ 8917(autoload 'report-emacs-bug "emacsbug" "\
@@ -8922,7 +8926,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8922;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8926;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8923;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8927;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8924;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8928;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8925;;;;;; "emerge.el" (18190 35188)) 8929;;;;;; "emerge.el" (18203 51788))
8926;;; Generated autoloads from emerge.el 8930;;; Generated autoloads from emerge.el
8927 8931
8928(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 8932(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -9000,7 +9004,7 @@ Not documented
9000;;;*** 9004;;;***
9001 9005
9002;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el" 9006;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el"
9003;;;;;; (18190 36070)) 9007;;;;;; (18203 51789))
9004;;; Generated autoloads from international/encoded-kb.el 9008;;; Generated autoloads from international/encoded-kb.el
9005 9009
9006(autoload 'encoded-kbd-setup-display "encoded-kb" "\ 9010(autoload 'encoded-kbd-setup-display "encoded-kb" "\
@@ -9013,7 +9017,7 @@ DISPLAY may be a display id, a frame, or nil for the selected frame's display.
9013;;;*** 9017;;;***
9014 9018
9015;;;### (autoloads (encrypt-insert-file-contents encrypt-find-model) 9019;;;### (autoloads (encrypt-insert-file-contents encrypt-find-model)
9016;;;;;; "encrypt" "gnus/encrypt.el" (18212 21482)) 9020;;;;;; "encrypt" "gnus/encrypt.el" (18230 21286))
9017;;; Generated autoloads from gnus/encrypt.el 9021;;; Generated autoloads from gnus/encrypt.el
9018 9022
9019(autoload 'encrypt-find-model "encrypt" "\ 9023(autoload 'encrypt-find-model "encrypt" "\
@@ -9060,7 +9064,7 @@ Not documented
9060;;;*** 9064;;;***
9061 9065
9062;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 9066;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
9063;;;;;; "erc/erc.el" (18190 35189)) 9067;;;;;; "erc/erc.el" (18231 31065))
9064;;; Generated autoloads from erc/erc.el 9068;;; Generated autoloads from erc/erc.el
9065 9069
9066(autoload 'erc-select-read-args "erc" "\ 9070(autoload 'erc-select-read-args "erc" "\
@@ -9109,7 +9113,7 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9109 9113
9110;;;*** 9114;;;***
9111 9115
9112;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18190 35189)) 9116;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18190 39682))
9113;;; Generated autoloads from erc/erc-button.el 9117;;; Generated autoloads from erc/erc-button.el
9114 (autoload 'erc-button-mode "erc-button" nil t) 9118 (autoload 'erc-button-mode "erc-button" nil t)
9115 9119
@@ -9121,7 +9125,7 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9121 9125
9122;;;*** 9126;;;***
9123 9127
9124;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18190 35189)) 9128;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18231 31065))
9125;;; Generated autoloads from erc/erc-compat.el 9129;;; Generated autoloads from erc/erc-compat.el
9126 (autoload 'erc-define-minor-mode "erc-compat") 9130 (autoload 'erc-define-minor-mode "erc-compat")
9127 9131
@@ -9243,7 +9247,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9243;;;*** 9247;;;***
9244 9248
9245;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9249;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9246;;;;;; "erc/erc-identd.el" (18190 35189)) 9250;;;;;; "erc/erc-identd.el" (18190 39682))
9247;;; Generated autoloads from erc/erc-identd.el 9251;;; Generated autoloads from erc/erc-identd.el
9248 (autoload 'erc-identd-mode "erc-identd") 9252 (autoload 'erc-identd-mode "erc-identd")
9249 9253
@@ -9282,7 +9286,7 @@ Not documented
9282;;;*** 9286;;;***
9283 9287
9284;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9288;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9285;;;;;; "erc/erc-log.el" (18190 35189)) 9289;;;;;; "erc/erc-log.el" (18231 31065))
9286;;; Generated autoloads from erc/erc-log.el 9290;;; Generated autoloads from erc/erc-log.el
9287 (autoload 'erc-log-mode "erc-log" nil t) 9291 (autoload 'erc-log-mode "erc-log" nil t)
9288 9292
@@ -9458,7 +9462,7 @@ When called interactively, read the password using `read-passwd'.
9458 9462
9459;;;*** 9463;;;***
9460 9464
9461;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18190 35189)) 9465;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18190 39682))
9462;;; Generated autoloads from erc/erc-sound.el 9466;;; Generated autoloads from erc/erc-sound.el
9463 (autoload 'erc-sound-mode "erc-sound") 9467 (autoload 'erc-sound-mode "erc-sound")
9464 9468
@@ -9483,14 +9487,14 @@ This will add a speedbar major display mode.
9483 9487
9484;;;*** 9488;;;***
9485 9489
9486;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18190 35189)) 9490;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18231 31065))
9487;;; Generated autoloads from erc/erc-stamp.el 9491;;; Generated autoloads from erc/erc-stamp.el
9488 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9492 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9489 9493
9490;;;*** 9494;;;***
9491 9495
9492;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9496;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9493;;;;;; (18190 35189)) 9497;;;;;; (18194 36639))
9494;;; Generated autoloads from erc/erc-track.el 9498;;; Generated autoloads from erc/erc-track.el
9495 9499
9496(defvar erc-track-minor-mode nil "\ 9500(defvar erc-track-minor-mode nil "\
@@ -9543,8 +9547,8 @@ Add a file to `erc-xdcc-files'.
9543 9547
9544;;;*** 9548;;;***
9545 9549
9546;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18190 9550;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18231
9547;;;;;; 35189)) 9551;;;;;; 31065))
9548;;; Generated autoloads from eshell/esh-mode.el 9552;;; Generated autoloads from eshell/esh-mode.el
9549 9553
9550(autoload 'eshell-mode "esh-mode" "\ 9554(autoload 'eshell-mode "esh-mode" "\
@@ -9614,7 +9618,7 @@ Please include any configuration details that might be involved.
9614;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9618;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9615;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9619;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9616;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9620;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9617;;;;;; (18177 872)) 9621;;;;;; (18231 31069))
9618;;; Generated autoloads from progmodes/etags.el 9622;;; Generated autoloads from progmodes/etags.el
9619 9623
9620(defvar tags-file-name nil "\ 9624(defvar tags-file-name nil "\
@@ -9916,7 +9920,7 @@ for \\[find-tag] (which see).
9916;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9920;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9917;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9921;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9918;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9922;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9919;;;;;; (18189 31807)) 9923;;;;;; (18194 36639))
9920;;; Generated autoloads from language/ethio-util.el 9924;;; Generated autoloads from language/ethio-util.el
9921 9925
9922(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9926(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -10086,7 +10090,7 @@ Not documented
10086 10090
10087;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 10091;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
10088;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 10092;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10089;;;;;; (18177 869)) 10093;;;;;; (18213 1258))
10090;;; Generated autoloads from net/eudc.el 10094;;; Generated autoloads from net/eudc.el
10091 10095
10092(autoload 'eudc-set-server "eudc" "\ 10096(autoload 'eudc-set-server "eudc" "\
@@ -10136,13 +10140,13 @@ This does nothing except loading eudc by autoload side-effect.
10136 10140
10137\(fn)" t nil) 10141\(fn)" t nil)
10138 10142
10139(cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu)) (define-key eudc-tools-menu [phone] '("Get Phone" . eudc-get-phone)) (define-key eudc-tools-menu [email] '("Get Email" . eudc-get-email)) (define-key eudc-tools-menu [separator-eudc-email] '("--")) (define-key eudc-tools-menu [expand-inline] '("Expand Inline Query" . eudc-expand-inline)) (define-key eudc-tools-menu [query] '("Query with Form" . eudc-query-form)) (define-key eudc-tools-menu [separator-eudc-query] '("--")) (define-key eudc-tools-menu [new] '("New Server" . eudc-set-server)) (define-key eudc-tools-menu [load] '("Load Hotlist of Servers" . eudc-load-eudc))) (t (let ((menu '("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t]))) (if (not (featurep 'eudc-autoloads)) (if eudc-xemacs-p (if (and (featurep 'menubar) (not (featurep 'infodock))) (add-submenu '("Tools") menu)) (require 'easymenu) (cond ((fboundp 'easy-menu-add-item) (easy-menu-add-item nil '("tools") (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp 'easy-menu-create-keymaps) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu))))))))))) 10143(cond ((not (featurep 'xemacs)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu)) (define-key eudc-tools-menu [phone] '("Get Phone" . eudc-get-phone)) (define-key eudc-tools-menu [email] '("Get Email" . eudc-get-email)) (define-key eudc-tools-menu [separator-eudc-email] '("--")) (define-key eudc-tools-menu [expand-inline] '("Expand Inline Query" . eudc-expand-inline)) (define-key eudc-tools-menu [query] '("Query with Form" . eudc-query-form)) (define-key eudc-tools-menu [separator-eudc-query] '("--")) (define-key eudc-tools-menu [new] '("New Server" . eudc-set-server)) (define-key eudc-tools-menu [load] '("Load Hotlist of Servers" . eudc-load-eudc))) (t (let ((menu '("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t]))) (if (not (featurep 'eudc-autoloads)) (if (featurep 'xemacs) (if (and (featurep 'menubar) (not (featurep 'infodock))) (add-submenu '("Tools") menu)) (require 'easymenu) (cond ((fboundp 'easy-menu-add-item) (easy-menu-add-item nil '("tools") (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp 'easy-menu-create-keymaps) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu)))))))))))
10140 10144
10141;;;*** 10145;;;***
10142 10146
10143;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10147;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10144;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10148;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10145;;;;;; "eudc-bob" "net/eudc-bob.el" (18177 869)) 10149;;;;;; "eudc-bob" "net/eudc-bob.el" (18213 1258))
10146;;; Generated autoloads from net/eudc-bob.el 10150;;; Generated autoloads from net/eudc-bob.el
10147 10151
10148(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10152(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10195,7 +10199,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10195;;;*** 10199;;;***
10196 10200
10197;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10201;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10198;;;;;; (18177 869)) 10202;;;;;; (18213 1258))
10199;;; Generated autoloads from net/eudc-hotlist.el 10203;;; Generated autoloads from net/eudc-hotlist.el
10200 10204
10201(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10205(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10327,7 +10331,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10327 10331
10328;;;*** 10332;;;***
10329 10333
10330;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18190 35205)) 10334;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18231 31069))
10331;;; Generated autoloads from progmodes/f90.el 10335;;; Generated autoloads from progmodes/f90.el
10332 10336
10333(autoload 'f90-mode "f90" "\ 10337(autoload 'f90-mode "f90" "\
@@ -10394,7 +10398,7 @@ with no args, if that value is non-nil.
10394;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 10398;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
10395;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 10399;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
10396;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 10400;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
10397;;;;;; "facemenu" "facemenu.el" (18177 859)) 10401;;;;;; "facemenu" "facemenu.el" (18231 31060))
10398;;; Generated autoloads from facemenu.el 10402;;; Generated autoloads from facemenu.el
10399 (define-key global-map "\M-o" 'facemenu-keymap) 10403 (define-key global-map "\M-o" 'facemenu-keymap)
10400 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 10404 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -10562,7 +10566,7 @@ argument BUFFER-NAME is nil, it defaults to *Colors*.
10562;;;*** 10566;;;***
10563 10567
10564;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" 10568;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
10565;;;;;; "obsolete/fast-lock.el" (18177 870)) 10569;;;;;; "obsolete/fast-lock.el" (18213 1259))
10566;;; Generated autoloads from obsolete/fast-lock.el 10570;;; Generated autoloads from obsolete/fast-lock.el
10567 10571
10568(autoload 'fast-lock-mode "fast-lock" "\ 10572(autoload 'fast-lock-mode "fast-lock" "\
@@ -10603,7 +10607,7 @@ Unconditionally turn on Fast Lock mode.
10603 10607
10604;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10608;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10605;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10609;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10606;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17928 6535)) 10610;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (18194 36639))
10607;;; Generated autoloads from mail/feedmail.el 10611;;; Generated autoloads from mail/feedmail.el
10608 10612
10609(autoload 'feedmail-send-it "feedmail" "\ 10613(autoload 'feedmail-send-it "feedmail" "\
@@ -10657,7 +10661,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10657;;;*** 10661;;;***
10658 10662
10659;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10663;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10660;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18190 35190)) 10664;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18190 39674))
10661;;; Generated autoloads from ffap.el 10665;;; Generated autoloads from ffap.el
10662 10666
10663(autoload 'ffap-next "ffap" "\ 10667(autoload 'ffap-next "ffap" "\
@@ -10716,7 +10720,7 @@ Evaluate the forms in variable `ffap-bindings'.
10716;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10720;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10717;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10721;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10718;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10722;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10719;;;;;; "filecache" "filecache.el" (18190 35190)) 10723;;;;;; "filecache" "filecache.el" (18190 39674))
10720;;; Generated autoloads from filecache.el 10724;;; Generated autoloads from filecache.el
10721 10725
10722(autoload 'file-cache-add-directory "filecache" "\ 10726(autoload 'file-cache-add-directory "filecache" "\
@@ -10775,8 +10779,8 @@ the name is considered already unique; only the second substitution
10775 10779
10776;;;*** 10780;;;***
10777 10781
10778;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18190 10782;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18203
10779;;;;;; 35190)) 10783;;;;;; 51788))
10780;;; Generated autoloads from filesets.el 10784;;; Generated autoloads from filesets.el
10781 10785
10782(autoload 'filesets-init "filesets" "\ 10786(autoload 'filesets-init "filesets" "\
@@ -10787,7 +10791,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10787 10791
10788;;;*** 10792;;;***
10789 10793
10790;;;### (autoloads nil "fill" "textmodes/fill.el" (18190 35208)) 10794;;;### (autoloads nil "fill" "textmodes/fill.el" (18213 1260))
10791;;; Generated autoloads from textmodes/fill.el 10795;;; Generated autoloads from textmodes/fill.el
10792(put 'colon-double-space 'safe-local-variable 'booleanp) 10796(put 'colon-double-space 'safe-local-variable 'booleanp)
10793 10797
@@ -10950,7 +10954,7 @@ Visit the file you click on in another window.
10950;;;;;; find-variable find-variable-noselect find-function-other-frame 10954;;;;;; find-variable find-variable-noselect find-function-other-frame
10951;;;;;; find-function-other-window find-function find-function-noselect 10955;;;;;; find-function-other-window find-function find-function-noselect
10952;;;;;; find-function-search-for-symbol find-library) "find-func" 10956;;;;;; find-function-search-for-symbol find-library) "find-func"
10953;;;;;; "emacs-lisp/find-func.el" (18177 857)) 10957;;;;;; "emacs-lisp/find-func.el" (18231 31065))
10954;;; Generated autoloads from emacs-lisp/find-func.el 10958;;; Generated autoloads from emacs-lisp/find-func.el
10955 10959
10956(autoload 'find-library "find-func" "\ 10960(autoload 'find-library "find-func" "\
@@ -11104,7 +11108,7 @@ Define some key bindings for the find-function family of functions.
11104;;;*** 11108;;;***
11105 11109
11106;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 11110;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11107;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18190 35190)) 11111;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18190 39675))
11108;;; Generated autoloads from find-lisp.el 11112;;; Generated autoloads from find-lisp.el
11109 11113
11110(autoload 'find-lisp-find-dired "find-lisp" "\ 11114(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11125,7 +11129,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
11125;;;*** 11129;;;***
11126 11130
11127;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11131;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11128;;;;;; "finder" "finder.el" (18190 35190)) 11132;;;;;; "finder" "finder.el" (18190 39675))
11129;;; Generated autoloads from finder.el 11133;;; Generated autoloads from finder.el
11130 11134
11131(autoload 'finder-list-keywords "finder" "\ 11135(autoload 'finder-list-keywords "finder" "\
@@ -11169,7 +11173,7 @@ to get the effect of a C-q.
11169;;;*** 11173;;;***
11170 11174
11171;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11175;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11172;;;;;; (18177 860)) 11176;;;;;; (18231 31065))
11173;;; Generated autoloads from gnus/flow-fill.el 11177;;; Generated autoloads from gnus/flow-fill.el
11174 11178
11175(autoload 'fill-flowed-encode "flow-fill" "\ 11179(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11209,7 +11213,7 @@ Turn flymake mode off.
11209 11213
11210;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11214;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11211;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11215;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11212;;;;;; "flyspell" "textmodes/flyspell.el" (18190 35209)) 11216;;;;;; "flyspell" "textmodes/flyspell.el" (18231 31070))
11213;;; Generated autoloads from textmodes/flyspell.el 11217;;; Generated autoloads from textmodes/flyspell.el
11214 11218
11215(autoload 'flyspell-prog-mode "flyspell" "\ 11219(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11279,7 +11283,7 @@ Flyspell whole buffer.
11279 11283
11280;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11284;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11281;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11285;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11282;;;;;; (18190 35190)) 11286;;;;;; (18231 31061))
11283;;; Generated autoloads from follow.el 11287;;; Generated autoloads from follow.el
11284 11288
11285(autoload 'turn-on-follow-mode "follow" "\ 11289(autoload 'turn-on-follow-mode "follow" "\
@@ -11331,7 +11335,7 @@ Keys specific to Follow mode:
11331\(fn &optional ARG)" t nil) 11335\(fn &optional ARG)" t nil)
11332 11336
11333(autoload 'follow-delete-other-windows-and-split "follow" "\ 11337(autoload 'follow-delete-other-windows-and-split "follow" "\
11334Create two side by side windows and enter Follow Mode. 11338Create two side by side windows and enter Follow mode.
11335 11339
11336Execute this command to display as much as possible of the text 11340Execute this command to display as much as possible of the text
11337in the selected window. All other windows, in the current 11341in the selected window. All other windows, in the current
@@ -11352,8 +11356,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
11352 11356
11353;;;*** 11357;;;***
11354 11358
11355;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18177 11359;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18231
11356;;;;;; 867)) 11360;;;;;; 31069))
11357;;; Generated autoloads from mail/footnote.el 11361;;; Generated autoloads from mail/footnote.el
11358 11362
11359(autoload 'footnote-mode "footnote" "\ 11363(autoload 'footnote-mode "footnote" "\
@@ -11411,7 +11415,7 @@ Visit a file in Forms mode in other window.
11411;;;*** 11415;;;***
11412 11416
11413;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11417;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11414;;;;;; (18190 35205)) 11418;;;;;; (18231 31070))
11415;;; Generated autoloads from progmodes/fortran.el 11419;;; Generated autoloads from progmodes/fortran.el
11416 11420
11417(autoload 'fortran-mode "fortran" "\ 11421(autoload 'fortran-mode "fortran" "\
@@ -11539,7 +11543,7 @@ and choose the directory as the fortune-file.
11539;;;*** 11543;;;***
11540 11544
11541;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 11545;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
11542;;;;;; (18190 35205)) 11546;;;;;; (18231 31070))
11543;;; Generated autoloads from progmodes/gdb-ui.el 11547;;; Generated autoloads from progmodes/gdb-ui.el
11544 11548
11545(autoload 'gdb "gdb-ui" "\ 11549(autoload 'gdb "gdb-ui" "\
@@ -11611,7 +11615,7 @@ Non-nil means record the process input and output in `gdb-debug-log'.")
11611 11615
11612;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11616;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11613;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18190 11617;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18190
11614;;;;;; 35188)) 11618;;;;;; 39682))
11615;;; Generated autoloads from emacs-lisp/generic.el 11619;;; Generated autoloads from emacs-lisp/generic.el
11616 11620
11617(defvar generic-mode-list nil "\ 11621(defvar generic-mode-list nil "\
@@ -11699,9 +11703,16 @@ at places they belong to.
11699;;;*** 11703;;;***
11700 11704
11701;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11705;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11702;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (18177 860)) 11706;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11707;;;;;; (18231 31065))
11703;;; Generated autoloads from gnus/gmm-utils.el 11708;;; Generated autoloads from gnus/gmm-utils.el
11704 11709
11710(autoload 'gmm-regexp-concat "gmm-utils" "\
11711Potentially concat a list of regexps into a single one.
11712The concatenation is done with logical ORs.
11713
11714\(fn REGEXP)" nil nil)
11715
11705(autoload 'gmm-message "gmm-utils" "\ 11716(autoload 'gmm-message "gmm-utils" "\
11706If LEVEL is lower than `gmm-verbose' print ARGS using `message'. 11717If LEVEL is lower than `gmm-verbose' print ARGS using `message'.
11707 11718
@@ -11746,7 +11757,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11746;;;*** 11757;;;***
11747 11758
11748;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11759;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11749;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18190 35191)) 11760;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18231 31066))
11750;;; Generated autoloads from gnus/gnus.el 11761;;; Generated autoloads from gnus/gnus.el
11751(when (fboundp 'custom-autoload) 11762(when (fboundp 'custom-autoload)
11752 (custom-autoload 'gnus-select-method "gnus")) 11763 (custom-autoload 'gnus-select-method "gnus"))
@@ -11799,7 +11810,7 @@ prompt the user for the name of an NNTP server to use.
11799;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11810;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11800;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11811;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11801;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11812;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11802;;;;;; "gnus/gnus-agent.el" (18190 35190)) 11813;;;;;; "gnus/gnus-agent.el" (18231 31065))
11803;;; Generated autoloads from gnus/gnus-agent.el 11814;;; Generated autoloads from gnus/gnus-agent.el
11804 11815
11805(autoload 'gnus-unplugged "gnus-agent" "\ 11816(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11890,7 +11901,7 @@ If CLEAN, obsolete (ignore).
11890;;;*** 11901;;;***
11891 11902
11892;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11903;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11893;;;;;; (18190 35190)) 11904;;;;;; (18231 31065))
11894;;; Generated autoloads from gnus/gnus-art.el 11905;;; Generated autoloads from gnus/gnus-art.el
11895 11906
11896(autoload 'gnus-article-prepare-display "gnus-art" "\ 11907(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11912,7 +11923,7 @@ Play a sound FILE through the speaker.
11912;;;*** 11923;;;***
11913 11924
11914;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11925;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11915;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (18212 21481)) 11926;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (18230 21278))
11916;;; Generated autoloads from gnus/gnus-bookmark.el 11927;;; Generated autoloads from gnus/gnus-bookmark.el
11917 11928
11918(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11929(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11937,8 +11948,8 @@ deletion, or > if it is flagged for displaying.
11937 11948
11938;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11949;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11939;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11950;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11940;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18177 11951;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18231
11941;;;;;; 860)) 11952;;;;;; 31065))
11942;;; Generated autoloads from gnus/gnus-cache.el 11953;;; Generated autoloads from gnus/gnus-cache.el
11943 11954
11944(autoload 'gnus-jog-cache "gnus-cache" "\ 11955(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11980,7 +11991,7 @@ supported.
11980;;;*** 11991;;;***
11981 11992
11982;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11993;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11983;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18177 860)) 11994;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18231 31065))
11984;;; Generated autoloads from gnus/gnus-delay.el 11995;;; Generated autoloads from gnus/gnus-delay.el
11985 11996
11986(autoload 'gnus-delay-article "gnus-delay" "\ 11997(autoload 'gnus-delay-article "gnus-delay" "\
@@ -12016,7 +12027,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12016;;;*** 12027;;;***
12017 12028
12018;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 12029;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
12019;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18177 860)) 12030;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18231 31065))
12020;;; Generated autoloads from gnus/gnus-diary.el 12031;;; Generated autoloads from gnus/gnus-diary.el
12021 12032
12022(autoload 'gnus-user-format-function-d "gnus-diary" "\ 12033(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -12032,7 +12043,7 @@ Not documented
12032;;;*** 12043;;;***
12033 12044
12034;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 12045;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
12035;;;;;; (18177 860)) 12046;;;;;; (18231 31065))
12036;;; Generated autoloads from gnus/gnus-dired.el 12047;;; Generated autoloads from gnus/gnus-dired.el
12037 12048
12038(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 12049(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -12043,7 +12054,7 @@ Convenience method to turn on gnus-dired-mode.
12043;;;*** 12054;;;***
12044 12055
12045;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 12056;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
12046;;;;;; (18177 860)) 12057;;;;;; (18231 31065))
12047;;; Generated autoloads from gnus/gnus-draft.el 12058;;; Generated autoloads from gnus/gnus-draft.el
12048 12059
12049(autoload 'gnus-draft-reminder "gnus-draft" "\ 12060(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -12055,8 +12066,8 @@ Reminder user if there are unsent drafts.
12055 12066
12056;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 12067;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
12057;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 12068;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12058;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18177 12069;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18231
12059;;;;;; 860)) 12070;;;;;; 31065))
12060;;; Generated autoloads from gnus/gnus-fun.el 12071;;; Generated autoloads from gnus/gnus-fun.el
12061 12072
12062(autoload 'gnus-random-x-face "gnus-fun" "\ 12073(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -12101,7 +12112,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12101;;;*** 12112;;;***
12102 12113
12103;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12114;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12104;;;;;; "gnus-group" "gnus/gnus-group.el" (18177 861)) 12115;;;;;; "gnus-group" "gnus/gnus-group.el" (18231 31065))
12105;;; Generated autoloads from gnus/gnus-group.el 12116;;; Generated autoloads from gnus/gnus-group.el
12106 12117
12107(autoload 'gnus-fetch-group "gnus-group" "\ 12118(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12119,7 +12130,7 @@ Pop up a frame and enter GROUP.
12119;;;*** 12130;;;***
12120 12131
12121;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 12132;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12122;;;;;; (18177 861)) 12133;;;;;; (18231 31065))
12123;;; Generated autoloads from gnus/gnus-kill.el 12134;;; Generated autoloads from gnus/gnus-kill.el
12124 12135
12125(defalias 'gnus-batch-kill 'gnus-batch-score) 12136(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12134,7 +12145,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12134 12145
12135;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12146;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12136;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12147;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12137;;;;;; (18177 861)) 12148;;;;;; (18231 31065))
12138;;; Generated autoloads from gnus/gnus-ml.el 12149;;; Generated autoloads from gnus/gnus-ml.el
12139 12150
12140(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12151(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12159,11 +12170,11 @@ Minor mode for providing mailing-list commands.
12159 12170
12160;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12171;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12161;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12172;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12162;;;;;; (18177 861)) 12173;;;;;; (18231 31065))
12163;;; Generated autoloads from gnus/gnus-mlspl.el 12174;;; Generated autoloads from gnus/gnus-mlspl.el
12164 12175
12165(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12176(autoload 'gnus-group-split-setup "gnus-mlspl" "\
12166Set up the split for nnmail-split-fancy. 12177Set up the split for `nnmail-split-fancy'.
12167Sets things up so that nnmail-split-fancy is used for mail 12178Sets things up so that nnmail-split-fancy is used for mail
12168splitting, and defines the variable nnmail-split-fancy according with 12179splitting, and defines the variable nnmail-split-fancy according with
12169group parameters. 12180group parameters.
@@ -12197,7 +12208,7 @@ instead. This variable is set by `gnus-group-split-setup'.
12197\(fn &optional CATCH-ALL)" t nil) 12208\(fn &optional CATCH-ALL)" t nil)
12198 12209
12199(autoload 'gnus-group-split "gnus-mlspl" "\ 12210(autoload 'gnus-group-split "gnus-mlspl" "\
12200Uses information from group parameters in order to split mail. 12211Use information from group parameters in order to split mail.
12201See `gnus-group-split-fancy' for more information. 12212See `gnus-group-split-fancy' for more information.
12202 12213
12203`gnus-group-split' is a valid value for `nnmail-split-methods'. 12214`gnus-group-split' is a valid value for `nnmail-split-methods'.
@@ -12260,7 +12271,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12260;;;*** 12271;;;***
12261 12272
12262;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 12273;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
12263;;;;;; (18177 861)) 12274;;;;;; (18231 31065))
12264;;; Generated autoloads from gnus/gnus-move.el 12275;;; Generated autoloads from gnus/gnus-move.el
12265 12276
12266(autoload 'gnus-change-server "gnus-move" "\ 12277(autoload 'gnus-change-server "gnus-move" "\
@@ -12272,7 +12283,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
12272;;;*** 12283;;;***
12273 12284
12274;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12285;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12275;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18177 861)) 12286;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18231 31065))
12276;;; Generated autoloads from gnus/gnus-msg.el 12287;;; Generated autoloads from gnus/gnus-msg.el
12277 12288
12278(autoload 'gnus-msg-mail "gnus-msg" "\ 12289(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12297,7 +12308,7 @@ Like `message-reply'.
12297;;;*** 12308;;;***
12298 12309
12299;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 12310;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
12300;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18177 861)) 12311;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18231 31065))
12301;;; Generated autoloads from gnus/gnus-nocem.el 12312;;; Generated autoloads from gnus/gnus-nocem.el
12302 12313
12303(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\ 12314(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\
@@ -12314,7 +12325,7 @@ Load the NoCeM cache.
12314 12325
12315;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12326;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12316;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12327;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12317;;;;;; (18177 861)) 12328;;;;;; (18231 31065))
12318;;; Generated autoloads from gnus/gnus-picon.el 12329;;; Generated autoloads from gnus/gnus-picon.el
12319 12330
12320(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12331(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12341,7 +12352,7 @@ If picons are already displayed, remove them.
12341;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12352;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12342;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12353;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12343;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12354;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12344;;;;;; "gnus/gnus-range.el" (18177 861)) 12355;;;;;; "gnus/gnus-range.el" (18231 31066))
12345;;; Generated autoloads from gnus/gnus-range.el 12356;;; Generated autoloads from gnus/gnus-range.el
12346 12357
12347(autoload 'gnus-sorted-difference "gnus-range" "\ 12358(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12409,7 +12420,7 @@ Add NUM into sorted LIST by side effect.
12409;;;*** 12420;;;***
12410 12421
12411;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12422;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12412;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18177 861)) 12423;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18231 31066))
12413;;; Generated autoloads from gnus/gnus-registry.el 12424;;; Generated autoloads from gnus/gnus-registry.el
12414 12425
12415(autoload 'gnus-registry-initialize "gnus-registry" "\ 12426(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12454,7 +12465,7 @@ Not documented
12454;;;*** 12465;;;***
12455 12466
12456;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 12467;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
12457;;;;;; (18177 861)) 12468;;;;;; (18231 31066))
12458;;; Generated autoloads from gnus/gnus-soup.el 12469;;; Generated autoloads from gnus/gnus-soup.el
12459 12470
12460(autoload 'gnus-batch-brew-soup "gnus-soup" "\ 12471(autoload 'gnus-batch-brew-soup "gnus-soup" "\
@@ -12474,7 +12485,7 @@ Note -- this function hasn't been implemented yet.
12474;;;*** 12485;;;***
12475 12486
12476;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12487;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12477;;;;;; (18177 861)) 12488;;;;;; (18231 31066))
12478;;; Generated autoloads from gnus/gnus-spec.el 12489;;; Generated autoloads from gnus/gnus-spec.el
12479 12490
12480(autoload 'gnus-update-format "gnus-spec" "\ 12491(autoload 'gnus-update-format "gnus-spec" "\
@@ -12485,8 +12496,8 @@ Update the format specification near point.
12485;;;*** 12496;;;***
12486 12497
12487;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 12498;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
12488;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18177 12499;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18231
12489;;;;;; 861)) 12500;;;;;; 31066))
12490;;; Generated autoloads from gnus/gnus-start.el 12501;;; Generated autoloads from gnus/gnus-start.el
12491 12502
12492(autoload 'gnus-declare-backend "gnus-start" "\ 12503(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12502,7 +12513,7 @@ Not documented
12502;;;*** 12513;;;***
12503 12514
12504;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12515;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12505;;;;;; (18177 861)) 12516;;;;;; (18231 31066))
12506;;; Generated autoloads from gnus/gnus-win.el 12517;;; Generated autoloads from gnus/gnus-win.el
12507 12518
12508(autoload 'gnus-add-configuration "gnus-win" "\ 12519(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12569,7 +12580,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12569 12580
12570;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12581;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12571;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12582;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12572;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18190 35205)) 12583;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18190 39684))
12573;;; Generated autoloads from progmodes/grep.el 12584;;; Generated autoloads from progmodes/grep.el
12574 12585
12575(defvar grep-window-height nil "\ 12586(defvar grep-window-height nil "\
@@ -12723,22 +12734,13 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12723;;;*** 12734;;;***
12724 12735
12725;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb) 12736;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb)
12726;;;;;; "gud" "progmodes/gud.el" (18190 35205)) 12737;;;;;; "gud" "progmodes/gud.el" (18231 31070))
12727;;; Generated autoloads from progmodes/gud.el 12738;;; Generated autoloads from progmodes/gud.el
12728 12739
12729(autoload 'gud-gdb "gud" "\ 12740(autoload 'gud-gdb "gud" "\
12730Run gdb on program FILE in buffer *gud-FILE*. 12741Run gdb on program FILE in buffer *gud-FILE*.
12731The directory containing FILE becomes the initial working 12742The directory containing FILE becomes the initial working
12732directory and source-file directory for your debugger. By 12743directory and source-file directory for your debugger.
12733default this command starts GDB using a graphical interface. See
12734`gdba' for more information.
12735
12736To run GDB in text command mode, replace the GDB \"--annotate=3\"
12737option with \"--fullname\" either in the minibuffer for the
12738current Emacs session, or the custom variable
12739`gud-gdb-command-name' for all future sessions. You need to use
12740text command mode to debug multiple programs within one Emacs
12741session.
12742 12744
12743\(fn COMMAND-LINE)" t nil) 12745\(fn COMMAND-LINE)" t nil)
12744 12746
@@ -12806,8 +12808,8 @@ Major mode for editing GDB scripts
12806 12808
12807;;;*** 12809;;;***
12808 12810
12809;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18177 12811;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18213
12810;;;;;; 871)) 12812;;;;;; 1259))
12811;;; Generated autoloads from play/handwrite.el 12813;;; Generated autoloads from play/handwrite.el
12812 12814
12813(autoload 'handwrite "handwrite" "\ 12815(autoload 'handwrite "handwrite" "\
@@ -12854,7 +12856,7 @@ to be updated.
12854 12856
12855;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12857;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12856;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12858;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12857;;;;;; "hashcash" "gnus/hashcash.el" (18212 21477)) 12859;;;;;; "hashcash" "gnus/hashcash.el" (18230 21282))
12858;;; Generated autoloads from gnus/hashcash.el 12860;;; Generated autoloads from gnus/hashcash.el
12859 12861
12860(autoload 'hashcash-insert-payment "hashcash" "\ 12862(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12899,7 +12901,7 @@ Prefix arg sets default accept amount temporarily.
12899;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12901;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12900;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12902;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12901;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12903;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12902;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18177 863)) 12904;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18231 31061))
12903;;; Generated autoloads from help-at-pt.el 12905;;; Generated autoloads from help-at-pt.el
12904 12906
12905(autoload 'help-at-pt-string "help-at-pt" "\ 12907(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13029,7 +13031,7 @@ different regions. With numeric argument ARG, behaves like
13029;;;### (autoloads (describe-categories describe-syntax describe-variable 13031;;;### (autoloads (describe-categories describe-syntax describe-variable
13030;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name 13032;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
13031;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 13033;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
13032;;;;;; (18190 35191)) 13034;;;;;; (18231 31061))
13033;;; Generated autoloads from help-fns.el 13035;;; Generated autoloads from help-fns.el
13034 13036
13035(autoload 'describe-function "help-fns" "\ 13037(autoload 'describe-function "help-fns" "\
@@ -13102,8 +13104,9 @@ A value of nil means skip the middle step, so that
13102;;;*** 13104;;;***
13103 13105
13104;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 13106;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
13105;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 13107;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
13106;;;;;; help-mode) "help-mode" "help-mode.el" (18177 863)) 13108;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (18231
13109;;;;;; 31061))
13107;;; Generated autoloads from help-mode.el 13110;;; Generated autoloads from help-mode.el
13108 13111
13109(autoload 'help-mode "help-mode" "\ 13112(autoload 'help-mode "help-mode" "\
@@ -13138,6 +13141,11 @@ restore it properly when going back.
13138 13141
13139\(fn ITEM INTERACTIVE-P)" nil nil) 13142\(fn ITEM INTERACTIVE-P)" nil nil)
13140 13143
13144(autoload 'help-buffer "help-mode" "\
13145Not documented
13146
13147\(fn)" nil nil)
13148
13141(autoload 'help-make-xrefs "help-mode" "\ 13149(autoload 'help-make-xrefs "help-mode" "\
13142Parse and hyperlink documentation cross-references in the given BUFFER. 13150Parse and hyperlink documentation cross-references in the given BUFFER.
13143 13151
@@ -13202,7 +13210,7 @@ Provide help for current mode.
13202;;;*** 13210;;;***
13203 13211
13204;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13212;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13205;;;;;; "hexl.el" (18177 863)) 13213;;;;;; "hexl.el" (18213 1254))
13206;;; Generated autoloads from hexl.el 13214;;; Generated autoloads from hexl.el
13207 13215
13208(autoload 'hexl-mode "hexl" "\ 13216(autoload 'hexl-mode "hexl" "\
@@ -13299,7 +13307,7 @@ This discards the buffer's undo information.
13299;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13307;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13300;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13308;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13301;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13309;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13302;;;;;; (18190 35191)) 13310;;;;;; (18190 39676))
13303;;; Generated autoloads from hi-lock.el 13311;;; Generated autoloads from hi-lock.el
13304 13312
13305(autoload 'hi-lock-mode "hi-lock" "\ 13313(autoload 'hi-lock-mode "hi-lock" "\
@@ -13791,7 +13799,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13791;;;*** 13799;;;***
13792 13800
13793;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 13801;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
13794;;;;;; (18190 35185)) 13802;;;;;; (18190 39681))
13795;;; Generated autoloads from calendar/holidays.el 13803;;; Generated autoloads from calendar/holidays.el
13796 13804
13797(autoload 'holidays "holidays" "\ 13805(autoload 'holidays "holidays" "\
@@ -13827,8 +13835,8 @@ The optional LABEL is used to label the buffer created.
13827 13835
13828;;;*** 13836;;;***
13829 13837
13830;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18177 13838;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18231
13831;;;;;; 861)) 13839;;;;;; 31066))
13832;;; Generated autoloads from gnus/html2text.el 13840;;; Generated autoloads from gnus/html2text.el
13833 13841
13834(autoload 'html2text "html2text" "\ 13842(autoload 'html2text "html2text" "\
@@ -13860,7 +13868,7 @@ Convert HTML to plain text in the current buffer.
13860;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 13868;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13861;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 13869;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13862;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 13870;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13863;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18177 863)) 13871;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18213 1254))
13864;;; Generated autoloads from ibuf-ext.el 13872;;; Generated autoloads from ibuf-ext.el
13865 13873
13866(autoload 'ibuffer-auto-mode "ibuf-ext" "\ 13874(autoload 'ibuffer-auto-mode "ibuf-ext" "\
@@ -14353,7 +14361,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14353 14361
14354;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14362;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14355;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14363;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14356;;;;;; "calendar/icalendar.el" (18190 35185)) 14364;;;;;; "calendar/icalendar.el" (18190 39681))
14357;;; Generated autoloads from calendar/icalendar.el 14365;;; Generated autoloads from calendar/icalendar.el
14358 14366
14359(autoload 'icalendar-export-file "icalendar" "\ 14367(autoload 'icalendar-export-file "icalendar" "\
@@ -14468,7 +14476,7 @@ with no args, if that value is non-nil.
14468;;;*** 14476;;;***
14469 14477
14470;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14478;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14471;;;;;; (18177 873)) 14479;;;;;; (18203 51791))
14472;;; Generated autoloads from progmodes/idlw-shell.el 14480;;; Generated autoloads from progmodes/idlw-shell.el
14473 14481
14474(autoload 'idlwave-shell "idlw-shell" "\ 14482(autoload 'idlwave-shell "idlw-shell" "\
@@ -14494,7 +14502,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14494;;;*** 14502;;;***
14495 14503
14496;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14504;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14497;;;;;; (18177 873)) 14505;;;;;; (18195 4247))
14498;;; Generated autoloads from progmodes/idlwave.el 14506;;; Generated autoloads from progmodes/idlwave.el
14499 14507
14500(autoload 'idlwave-mode "idlwave" "\ 14508(autoload 'idlwave-mode "idlwave" "\
@@ -14629,8 +14637,8 @@ The main features of this mode are
14629;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14637;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14630;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14638;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14631;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14639;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14632;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18190 14640;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18231
14633;;;;;; 35191)) 14641;;;;;; 31061))
14634;;; Generated autoloads from ido.el 14642;;; Generated autoloads from ido.el
14635 14643
14636(defvar ido-mode nil "\ 14644(defvar ido-mode nil "\
@@ -14891,7 +14899,7 @@ DEF, if non-nil, is the default value.
14891 14899
14892;;;*** 14900;;;***
14893 14901
14894;;;### (autoloads (ielm) "ielm" "ielm.el" (18177 864)) 14902;;;### (autoloads (ielm) "ielm" "ielm.el" (18231 31061))
14895;;; Generated autoloads from ielm.el 14903;;; Generated autoloads from ielm.el
14896 (add-hook 'same-window-buffer-names "*ielm*") 14904 (add-hook 'same-window-buffer-names "*ielm*")
14897 14905
@@ -14904,7 +14912,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14904;;;*** 14912;;;***
14905 14913
14906;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 14914;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
14907;;;;;; (18177 864)) 14915;;;;;; (18231 31061))
14908;;; Generated autoloads from iimage.el 14916;;; Generated autoloads from iimage.el
14909 14917
14910(autoload 'turn-on-iimage-mode "iimage" "\ 14918(autoload 'turn-on-iimage-mode "iimage" "\
@@ -14923,7 +14931,7 @@ Toggle inline image minor mode.
14923;;;;;; insert-image put-image create-image image-type-auto-detected-p 14931;;;;;; insert-image put-image create-image image-type-auto-detected-p
14924;;;;;; image-type-available-p image-type image-type-from-file-name 14932;;;;;; image-type-available-p image-type image-type-from-file-name
14925;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 14933;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
14926;;;;;; "image" "image.el" (18190 35191)) 14934;;;;;; "image" "image.el" (18190 39676))
14927;;; Generated autoloads from image.el 14935;;; Generated autoloads from image.el
14928 14936
14929(autoload 'image-type-from-data "image" "\ 14937(autoload 'image-type-from-data "image" "\
@@ -15106,7 +15114,7 @@ Example:
15106;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 15114;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15107;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 15115;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15108;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 15116;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
15109;;;;;; "image-dired" "image-dired.el" (18190 35191)) 15117;;;;;; "image-dired" "image-dired.el" (18213 1254))
15110;;; Generated autoloads from image-dired.el 15118;;; Generated autoloads from image-dired.el
15111 15119
15112(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 15120(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -15302,7 +15310,7 @@ Image files are those whose name has an extension in
15302;;;*** 15310;;;***
15303 15311
15304;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) 15312;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
15305;;;;;; "image-mode" "image-mode.el" (18177 864)) 15313;;;;;; "image-mode" "image-mode.el" (18231 31061))
15306;;; Generated autoloads from image-mode.el 15314;;; Generated autoloads from image-mode.el
15307 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 15315 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15308 (push '("\\.png\\'" . image-mode) auto-mode-alist) 15316 (push '("\\.png\\'" . image-mode) auto-mode-alist)
@@ -15557,7 +15565,7 @@ of `inferior-lisp-program'). Runs the hooks from
15557;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 15565;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
15558;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 15566;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15559;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 15567;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15560;;;;;; info info-other-window) "info" "info.el" (18177 864)) 15568;;;;;; info info-other-window) "info" "info.el" (18231 31061))
15561;;; Generated autoloads from info.el 15569;;; Generated autoloads from info.el
15562 15570
15563(autoload 'info-other-window "info" "\ 15571(autoload 'info-other-window "info" "\
@@ -15838,7 +15846,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15838;;;*** 15846;;;***
15839 15847
15840;;;### (autoloads (isearch-buffers-minor-mode) "isearch-multi" "isearch-multi.el" 15848;;;### (autoloads (isearch-buffers-minor-mode) "isearch-multi" "isearch-multi.el"
15841;;;;;; (18210 13714)) 15849;;;;;; (18211 184))
15842;;; Generated autoloads from isearch-multi.el 15850;;; Generated autoloads from isearch-multi.el
15843 15851
15844(defvar isearch-buffers-current-buffer nil "\ 15852(defvar isearch-buffers-current-buffer nil "\
@@ -15940,54 +15948,61 @@ and a negative argument disables it.
15940;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15948;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15941;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15949;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15942;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15950;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15943;;;;;; "international/iso-cvt.el" (18177 864)) 15951;;;;;; "international/iso-cvt.el" (18231 31069))
15944;;; Generated autoloads from international/iso-cvt.el 15952;;; Generated autoloads from international/iso-cvt.el
15945 15953
15946(autoload 'iso-spanish "iso-cvt" "\ 15954(autoload 'iso-spanish "iso-cvt" "\
15947Translate net conventions for Spanish to ISO 8859-1. 15955Translate net conventions for Spanish to ISO 8859-1.
15948The region between FROM and TO is translated using the table TRANS-TAB. 15956The region between FROM and TO is translated using
15957the table `iso-spanish-trans-tab'.
15949Optional arg BUFFER is ignored (for use in `format-alist'). 15958Optional arg BUFFER is ignored (for use in `format-alist').
15950 15959
15951\(fn FROM TO &optional BUFFER)" t nil) 15960\(fn FROM TO &optional BUFFER)" t nil)
15952 15961
15953(autoload 'iso-german "iso-cvt" "\ 15962(autoload 'iso-german "iso-cvt" "\
15954Translate net conventions for German to ISO 8859-1. 15963Translate net conventions for German to ISO 8859-1.
15955The region between FROM and TO is translated using the table TRANS-TAB. 15964The region between FROM and TO is translated using
15965the table `iso-german-trans-tab'.
15956Optional arg BUFFER is ignored (for use in `format-alist'). 15966Optional arg BUFFER is ignored (for use in `format-alist').
15957 15967
15958\(fn FROM TO &optional BUFFER)" t nil) 15968\(fn FROM TO &optional BUFFER)" t nil)
15959 15969
15960(autoload 'iso-iso2tex "iso-cvt" "\ 15970(autoload 'iso-iso2tex "iso-cvt" "\
15961Translate ISO 8859-1 characters to TeX sequences. 15971Translate ISO 8859-1 characters to TeX sequences.
15962The region between FROM and TO is translated using the table TRANS-TAB. 15972The region between FROM and TO is translated using
15973the table `iso-iso2tex-trans-tab'.
15963Optional arg BUFFER is ignored (for use in `format-alist'). 15974Optional arg BUFFER is ignored (for use in `format-alist').
15964 15975
15965\(fn FROM TO &optional BUFFER)" t nil) 15976\(fn FROM TO &optional BUFFER)" t nil)
15966 15977
15967(autoload 'iso-tex2iso "iso-cvt" "\ 15978(autoload 'iso-tex2iso "iso-cvt" "\
15968Translate TeX sequences to ISO 8859-1 characters. 15979Translate TeX sequences to ISO 8859-1 characters.
15969The region between FROM and TO is translated using the table TRANS-TAB. 15980The region between FROM and TO is translated using
15981the table `iso-tex2iso-trans-tab'.
15970Optional arg BUFFER is ignored (for use in `format-alist'). 15982Optional arg BUFFER is ignored (for use in `format-alist').
15971 15983
15972\(fn FROM TO &optional BUFFER)" t nil) 15984\(fn FROM TO &optional BUFFER)" t nil)
15973 15985
15974(autoload 'iso-gtex2iso "iso-cvt" "\ 15986(autoload 'iso-gtex2iso "iso-cvt" "\
15975Translate German TeX sequences to ISO 8859-1 characters. 15987Translate German TeX sequences to ISO 8859-1 characters.
15976The region between FROM and TO is translated using the table TRANS-TAB. 15988The region between FROM and TO is translated using
15989the table `iso-gtex2iso-trans-tab'.
15977Optional arg BUFFER is ignored (for use in `format-alist'). 15990Optional arg BUFFER is ignored (for use in `format-alist').
15978 15991
15979\(fn FROM TO &optional BUFFER)" t nil) 15992\(fn FROM TO &optional BUFFER)" t nil)
15980 15993
15981(autoload 'iso-iso2gtex "iso-cvt" "\ 15994(autoload 'iso-iso2gtex "iso-cvt" "\
15982Translate ISO 8859-1 characters to German TeX sequences. 15995Translate ISO 8859-1 characters to German TeX sequences.
15983The region between FROM and TO is translated using the table TRANS-TAB. 15996The region between FROM and TO is translated using
15997the table `iso-iso2gtex-trans-tab'.
15984Optional arg BUFFER is ignored (for use in `format-alist'). 15998Optional arg BUFFER is ignored (for use in `format-alist').
15985 15999
15986\(fn FROM TO &optional BUFFER)" t nil) 16000\(fn FROM TO &optional BUFFER)" t nil)
15987 16001
15988(autoload 'iso-iso2duden "iso-cvt" "\ 16002(autoload 'iso-iso2duden "iso-cvt" "\
15989Translate ISO 8859-1 characters to German TeX sequences. 16003Translate ISO 8859-1 characters to Duden sequences.
15990The region between FROM and TO is translated using the table TRANS-TAB. 16004The region between FROM and TO is translated using
16005the table `iso-iso2duden-trans-tab'.
15991Optional arg BUFFER is ignored (for use in `format-alist'). 16006Optional arg BUFFER is ignored (for use in `format-alist').
15992 16007
15993\(fn FROM TO &optional BUFFER)" t nil) 16008\(fn FROM TO &optional BUFFER)" t nil)
@@ -16037,7 +16052,7 @@ Add submenus to the File menu, to convert to and from various formats.
16037;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 16052;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16038;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 16053;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
16039;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 16054;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
16040;;;;;; (18177 875)) 16055;;;;;; (18203 51792))
16041;;; Generated autoloads from textmodes/ispell.el 16056;;; Generated autoloads from textmodes/ispell.el
16042(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16057(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16043 16058
@@ -16712,7 +16727,7 @@ Not documented
16712;;;*** 16727;;;***
16713 16728
16714;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 16729;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
16715;;;;;; (18177 871)) 16730;;;;;; (18213 1259))
16716;;; Generated autoloads from play/landmark.el 16731;;; Generated autoloads from play/landmark.el
16717 16732
16718(defalias 'landmark-repeat 'lm-test-run) 16733(defalias 'landmark-repeat 'lm-test-run)
@@ -16992,12 +17007,12 @@ generations (this defaults to 1).
16992 17007
16993;;;*** 17008;;;***
16994 17009
16995;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18177 17010;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18231
16996;;;;;; 867)) 17011;;;;;; 31063))
16997;;; Generated autoloads from loadhist.el 17012;;; Generated autoloads from loadhist.el
16998 17013
16999(autoload 'unload-feature "loadhist" "\ 17014(autoload 'unload-feature "loadhist" "\
17000Unload the library that provided FEATURE, restoring all its autoloads. 17015Unload the library that provided FEATURE.
17001If the feature is required by any other loaded code, and prefix arg FORCE 17016If the feature is required by any other loaded code, and prefix arg FORCE
17002is nil, raise an error. 17017is nil, raise an error.
17003 17018
@@ -17097,8 +17112,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
17097 17112
17098;;;*** 17113;;;***
17099 17114
17100;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18190 17115;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18213
17101;;;;;; 35201)) 17116;;;;;; 1254))
17102;;; Generated autoloads from log-view.el 17117;;; Generated autoloads from log-view.el
17103 17118
17104(autoload 'log-view-mode "log-view" "\ 17119(autoload 'log-view-mode "log-view" "\
@@ -17108,8 +17123,8 @@ Major mode for browsing CVS log output.
17108 17123
17109;;;*** 17124;;;***
17110 17125
17111;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18177 17126;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18231
17112;;;;;; 867)) 17127;;;;;; 31063))
17113;;; Generated autoloads from longlines.el 17128;;; Generated autoloads from longlines.el
17114 17129
17115(autoload 'longlines-mode "longlines" "\ 17130(autoload 'longlines-mode "longlines" "\
@@ -17481,10 +17496,25 @@ If 4th arg LIST is non-nil, return a list of all such fields.
17481 17496
17482;;;*** 17497;;;***
17483 17498
17484;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 17499;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17485;;;;;; "mailabbrev" "mail/mailabbrev.el" (18177 867)) 17500;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18231
17501;;;;;; 31069))
17486;;; Generated autoloads from mail/mailabbrev.el 17502;;; Generated autoloads from mail/mailabbrev.el
17487 17503
17504(defvar mail-abbrevs-mode nil "\
17505Non-nil if Mail-Abbrevs mode is enabled.
17506See the command `mail-abbrevs-mode' for a description of this minor mode.
17507Setting this variable directly does not take effect;
17508either customize it (see the info node `Easy Customization')
17509or call the function `mail-abbrevs-mode'.")
17510
17511(custom-autoload 'mail-abbrevs-mode "mailabbrev" nil)
17512
17513(autoload 'mail-abbrevs-mode "mailabbrev" "\
17514Non-nil means expand mail aliases as abbrevs, in certain message headers.
17515
17516\(fn &optional ARG)" t nil)
17517
17488(autoload 'mail-abbrevs-setup "mailabbrev" "\ 17518(autoload 'mail-abbrevs-setup "mailabbrev" "\
17489Initialize use of the `mailabbrev' package. 17519Initialize use of the `mailabbrev' package.
17490 17520
@@ -17695,7 +17725,7 @@ Previous contents of that buffer are killed first.
17695 17725
17696;;;*** 17726;;;***
17697 17727
17698;;;### (autoloads (man-follow man) "man" "man.el" (18190 35202)) 17728;;;### (autoloads (man-follow man) "man" "man.el" (18190 39677))
17699;;; Generated autoloads from man.el 17729;;; Generated autoloads from man.el
17700 17730
17701(defalias 'manual-entry 'man) 17731(defalias 'manual-entry 'man)
@@ -17745,7 +17775,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17745;;;*** 17775;;;***
17746 17776
17747;;;### (autoloads (minibuffer-indicate-depth-mode) "mb-depth" "mb-depth.el" 17777;;;### (autoloads (minibuffer-indicate-depth-mode) "mb-depth" "mb-depth.el"
17748;;;;;; (18190 35202)) 17778;;;;;; (18190 39677))
17749;;; Generated autoloads from mb-depth.el 17779;;; Generated autoloads from mb-depth.el
17750 17780
17751(defvar minibuffer-indicate-depth-mode nil "\ 17781(defvar minibuffer-indicate-depth-mode nil "\
@@ -17770,8 +17800,8 @@ Returns non-nil if the new state is enabled.
17770 17800
17771;;;*** 17801;;;***
17772 17802
17773;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18190 17803;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18213
17774;;;;;; 35202)) 17804;;;;;; 1254))
17775;;; Generated autoloads from menu-bar.el 17805;;; Generated autoloads from menu-bar.el
17776 17806
17777(put 'menu-bar-mode 'standard-value '(t)) 17807(put 'menu-bar-mode 'standard-value '(t))
@@ -17801,105 +17831,10 @@ turn on menu bars; otherwise, turn off menu bars.
17801;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body 17831;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
17802;;;;;; message-forward-make-body message-forward message-recover 17832;;;;;; message-forward-make-body message-forward message-recover
17803;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17833;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17804;;;;;; message-reply message-news message-mail message-mode message-signature-insert-empty-line 17834;;;;;; message-reply message-news message-mail message-mode) "message"
17805;;;;;; message-signature-file message-signature message-indent-citation-function 17835;;;;;; "gnus/message.el" (18231 31067))
17806;;;;;; message-cite-function message-yank-prefix message-citation-line-function
17807;;;;;; message-send-mail-function message-user-organization-file
17808;;;;;; message-signature-separator message-from-style) "message"
17809;;;;;; "gnus/message.el" (18177 861))
17810;;; Generated autoloads from gnus/message.el 17836;;; Generated autoloads from gnus/message.el
17811 17837
17812(defvar message-from-style 'default "\
17813*Specifies how \"From\" headers look.
17814
17815If nil, they contain just the return address like:
17816 king@grassland.com
17817If `parens', they look like:
17818 king@grassland.com (Elvis Parsley)
17819If `angles', they look like:
17820 Elvis Parsley <king@grassland.com>
17821
17822Otherwise, most addresses look like `angles', but they look like
17823`parens' if `angles' would need quoting and `parens' would not.")
17824
17825(custom-autoload 'message-from-style "message" t)
17826
17827(defvar message-signature-separator "^-- *$" "\
17828Regexp matching the signature separator.")
17829
17830(custom-autoload 'message-signature-separator "message" t)
17831
17832(defvar message-user-organization-file "/usr/lib/news/organization" "\
17833*Local news organization file.")
17834
17835(custom-autoload 'message-user-organization-file "message" t)
17836
17837(defvar message-send-mail-function 'message-send-mail-with-sendmail "\
17838Function to call to send the current buffer as mail.
17839The headers should be delimited by a line whose contents match the
17840variable `mail-header-separator'.
17841
17842Valid values include `message-send-mail-with-sendmail' (the default),
17843`message-send-mail-with-mh', `message-send-mail-with-qmail',
17844`message-smtpmail-send-it', `smtpmail-send-it' and `feedmail-send-it'.
17845
17846See also `send-mail-function'.")
17847
17848(custom-autoload 'message-send-mail-function "message" t)
17849
17850(defvar message-citation-line-function 'message-insert-citation-line "\
17851*Function called to insert the \"Whomever writes:\" line.
17852
17853Note that Gnus provides a feature where the reader can click on
17854`writes:' to hide the cited text. If you change this line too much,
17855people who read your message will have to change their Gnus
17856configuration. See the variable `gnus-cite-attribution-suffix'.")
17857
17858(custom-autoload 'message-citation-line-function "message" t)
17859
17860(defvar message-yank-prefix "> " "\
17861*Prefix inserted on the lines of yanked messages.
17862Fix `message-cite-prefix-regexp' if it is set to an abnormal value.
17863See also `message-yank-cited-prefix'.")
17864
17865(custom-autoload 'message-yank-prefix "message" t)
17866
17867(defvar message-cite-function 'message-cite-original "\
17868*Function for citing an original message.
17869Predefined functions include `message-cite-original' and
17870`message-cite-original-without-signature'.
17871Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil.")
17872
17873(custom-autoload 'message-cite-function "message" t)
17874
17875(defvar message-indent-citation-function 'message-indent-citation "\
17876*Function for modifying a citation just inserted in the mail buffer.
17877This can also be a list of functions. Each function can find the
17878citation between (point) and (mark t). And each function should leave
17879point and mark around the citation text as modified.")
17880
17881(custom-autoload 'message-indent-citation-function "message" t)
17882
17883(defvar message-signature t "\
17884*String to be inserted at the end of the message buffer.
17885If t, the `message-signature-file' file will be inserted instead.
17886If a function, the result from the function will be used instead.
17887If a form, the result from the form will be used instead.")
17888
17889(custom-autoload 'message-signature "message" t)
17890
17891(defvar message-signature-file "~/.signature" "\
17892*Name of file containing the text inserted at end of message buffer.
17893Ignored if the named file doesn't exist.
17894If nil, don't insert a signature.")
17895
17896(custom-autoload 'message-signature-file "message" t)
17897
17898(defvar message-signature-insert-empty-line t "\
17899*If non-nil, insert an empty line before the signature separator.")
17900
17901(custom-autoload 'message-signature-insert-empty-line "message" t)
17902
17903(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17838(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
17904 17839
17905(autoload 'message-mode "message" "\ 17840(autoload 'message-mode "message" "\
@@ -18045,7 +17980,7 @@ Start editing a news article to be sent.
18045 17980
18046\(fn &optional NEWSGROUPS SUBJECT)" t nil) 17981\(fn &optional NEWSGROUPS SUBJECT)" t nil)
18047 17982
18048(autoload 'bold-region "message" "\ 17983(autoload 'message-bold-region "message" "\
18049Bold all nonblank characters in the region. 17984Bold all nonblank characters in the region.
18050Works by overstriking characters. 17985Works by overstriking characters.
18051Called from program, takes two arguments START and END 17986Called from program, takes two arguments START and END
@@ -18053,7 +17988,7 @@ which specify the range to operate on.
18053 17988
18054\(fn START END)" t nil) 17989\(fn START END)" t nil)
18055 17990
18056(autoload 'unbold-region "message" "\ 17991(autoload 'message-unbold-region "message" "\
18057Remove all boldness (overstruck characters) in the region. 17992Remove all boldness (overstruck characters) in the region.
18058Called from program, takes two arguments START and END 17993Called from program, takes two arguments START and END
18059which specify the range to operate on. 17994which specify the range to operate on.
@@ -18063,7 +17998,7 @@ which specify the range to operate on.
18063;;;*** 17998;;;***
18064 17999
18065;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 18000;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
18066;;;;;; (18190 35205)) 18001;;;;;; (18190 39684))
18067;;; Generated autoloads from progmodes/meta-mode.el 18002;;; Generated autoloads from progmodes/meta-mode.el
18068 18003
18069(autoload 'metafont-mode "meta-mode" "\ 18004(autoload 'metafont-mode "meta-mode" "\
@@ -18222,7 +18157,7 @@ delete the draft message.
18222 18157
18223;;;*** 18158;;;***
18224 18159
18225;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18190 35202)) 18160;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18190 39683))
18226;;; Generated autoloads from mh-e/mh-e.el 18161;;; Generated autoloads from mh-e/mh-e.el
18227 18162
18228(put 'mh-progs 'risky-local-variable t) 18163(put 'mh-progs 'risky-local-variable t)
@@ -18376,7 +18311,7 @@ Returns non-nil if the new state is enabled.
18376;;;*** 18311;;;***
18377 18312
18378;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18313;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18379;;;;;; (18177 873)) 18314;;;;;; (18231 31070))
18380;;; Generated autoloads from progmodes/mixal-mode.el 18315;;; Generated autoloads from progmodes/mixal-mode.el
18381 18316
18382(autoload 'mixal-mode "mixal-mode" "\ 18317(autoload 'mixal-mode "mixal-mode" "\
@@ -18433,7 +18368,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18433;;;*** 18368;;;***
18434 18369
18435;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18370;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18436;;;;;; (18177 861)) 18371;;;;;; (18231 31067))
18437;;; Generated autoloads from gnus/mm-partial.el 18372;;; Generated autoloads from gnus/mm-partial.el
18438 18373
18439(autoload 'mm-inline-partial "mm-partial" "\ 18374(autoload 'mm-inline-partial "mm-partial" "\
@@ -18447,7 +18382,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18447;;;*** 18382;;;***
18448 18383
18449;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18384;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18450;;;;;; "mm-url" "gnus/mm-url.el" (18177 861)) 18385;;;;;; "mm-url" "gnus/mm-url.el" (18231 31067))
18451;;; Generated autoloads from gnus/mm-url.el 18386;;; Generated autoloads from gnus/mm-url.el
18452 18387
18453(autoload 'mm-url-insert-file-contents "mm-url" "\ 18388(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18464,7 +18399,7 @@ Insert file contents of URL using `mm-url-program'.
18464;;;*** 18399;;;***
18465 18400
18466;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18401;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18467;;;;;; "gnus/mm-uu.el" (18177 861)) 18402;;;;;; "gnus/mm-uu.el" (18231 31067))
18468;;; Generated autoloads from gnus/mm-uu.el 18403;;; Generated autoloads from gnus/mm-uu.el
18469 18404
18470(autoload 'mm-uu-dissect "mm-uu" "\ 18405(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18484,7 +18419,7 @@ Assume text has been decoded if DECODED is non-nil.
18484;;;*** 18419;;;***
18485 18420
18486;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18421;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18487;;;;;; (18177 862)) 18422;;;;;; (18231 31067))
18488;;; Generated autoloads from gnus/mml1991.el 18423;;; Generated autoloads from gnus/mml1991.el
18489 18424
18490(autoload 'mml1991-encrypt "mml1991" "\ 18425(autoload 'mml1991-encrypt "mml1991" "\
@@ -18501,7 +18436,7 @@ Not documented
18501 18436
18502;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18437;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18503;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18438;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18504;;;;;; "mml2015" "gnus/mml2015.el" (18177 862)) 18439;;;;;; "mml2015" "gnus/mml2015.el" (18231 31067))
18505;;; Generated autoloads from gnus/mml2015.el 18440;;; Generated autoloads from gnus/mml2015.el
18506 18441
18507(autoload 'mml2015-decrypt "mml2015" "\ 18442(autoload 'mml2015-decrypt "mml2015" "\
@@ -18652,7 +18587,7 @@ Multiplication puzzle with GNU Emacs.
18652 18587
18653;;;*** 18588;;;***
18654 18589
18655;;;### (autoloads (msb-mode) "msb" "msb.el" (18177 868)) 18590;;;### (autoloads (msb-mode) "msb" "msb.el" (18231 31063))
18656;;; Generated autoloads from msb.el 18591;;; Generated autoloads from msb.el
18657 18592
18658(defvar msb-mode nil "\ 18593(defvar msb-mode nil "\
@@ -18679,7 +18614,7 @@ different buffer menu using the function `msb'.
18679;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly 18614;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
18680;;;;;; describe-coding-system describe-character-set list-charset-chars 18615;;;;;; describe-coding-system describe-character-set list-charset-chars
18681;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18616;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18682;;;;;; (18190 35192)) 18617;;;;;; (18206 27859))
18683;;; Generated autoloads from international/mule-diag.el 18618;;; Generated autoloads from international/mule-diag.el
18684 18619
18685(autoload 'list-character-sets "mule-diag" "\ 18620(autoload 'list-character-sets "mule-diag" "\
@@ -19085,7 +19020,7 @@ Open a network connection to HOST on PORT.
19085;;;;;; uncomment-region comment-kill comment-set-column comment-indent 19020;;;;;; uncomment-region comment-kill comment-set-column comment-indent
19086;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 19021;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
19087;;;;;; comment-padding comment-style comment-column) "newcomment" 19022;;;;;; comment-padding comment-style comment-column) "newcomment"
19088;;;;;; "newcomment.el" (18190 35203)) 19023;;;;;; "newcomment.el" (18231 31063))
19089;;; Generated autoloads from newcomment.el 19024;;; Generated autoloads from newcomment.el
19090 19025
19091(defalias 'indent-for-comment 'comment-indent) 19026(defalias 'indent-for-comment 'comment-indent)
@@ -19146,7 +19081,7 @@ The function has no args.
19146Applicable at least in modes for languages like fixed-format Fortran where 19081Applicable at least in modes for languages like fixed-format Fortran where
19147comments always start in column zero.") 19082comments always start in column zero.")
19148 19083
19149(defvar comment-style 'plain "\ 19084(defvar comment-style 'indent-or-triple "\
19150Style to be used for `comment-region'. 19085Style to be used for `comment-region'.
19151See `comment-styles' for a list of available styles.") 19086See `comment-styles' for a list of available styles.")
19152 19087
@@ -19247,7 +19182,8 @@ Call the comment command you want (Do What I Mean).
19247If the region is active and `transient-mark-mode' is on, call 19182If the region is active and `transient-mark-mode' is on, call
19248 `comment-region' (unless it only consists of comments, in which 19183 `comment-region' (unless it only consists of comments, in which
19249 case it calls `uncomment-region'). 19184 case it calls `uncomment-region').
19250Else, if the current line is empty, insert a comment and indent it. 19185Else, if the current line is empty, call `comment-insert-comment-function'
19186if it is defined, otherwise insert a comment and indent it.
19251Else if a prefix ARG is specified, call `comment-kill'. 19187Else if a prefix ARG is specified, call `comment-kill'.
19252Else, call `comment-indent'. 19188Else, call `comment-indent'.
19253You can configure `comment-style' to change the way regions are commented. 19189You can configure `comment-style' to change the way regions are commented.
@@ -19281,7 +19217,7 @@ unless optional argument SOFT is non-nil.
19281 19217
19282;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start 19218;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start
19283;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" 19219;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker"
19284;;;;;; "net/newsticker.el" (18177 869)) 19220;;;;;; "net/newsticker.el" (18231 31069))
19285;;; Generated autoloads from net/newsticker.el 19221;;; Generated autoloads from net/newsticker.el
19286 19222
19287(autoload 'newsticker-running-p "newsticker" "\ 19223(autoload 'newsticker-running-p "newsticker" "\
@@ -19323,7 +19259,7 @@ Switch to newsticker buffer. You may want to bind this to a key.
19323;;;*** 19259;;;***
19324 19260
19325;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19261;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19326;;;;;; (18177 862)) 19262;;;;;; (18231 31067))
19327;;; Generated autoloads from gnus/nndiary.el 19263;;; Generated autoloads from gnus/nndiary.el
19328 19264
19329(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19265(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19333,8 +19269,8 @@ Generate NOV databases in all nndiary directories.
19333 19269
19334;;;*** 19270;;;***
19335 19271
19336;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18177 19272;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18231
19337;;;;;; 862)) 19273;;;;;; 31067))
19338;;; Generated autoloads from gnus/nndoc.el 19274;;; Generated autoloads from gnus/nndoc.el
19339 19275
19340(autoload 'nndoc-add-type "nndoc" "\ 19276(autoload 'nndoc-add-type "nndoc" "\
@@ -19349,7 +19285,7 @@ symbol in the alist.
19349;;;*** 19285;;;***
19350 19286
19351;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19287;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19352;;;;;; (18177 862)) 19288;;;;;; (18231 31068))
19353;;; Generated autoloads from gnus/nnfolder.el 19289;;; Generated autoloads from gnus/nnfolder.el
19354 19290
19355(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19291(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19361,7 +19297,7 @@ This command does not work if you use short group names.
19361;;;*** 19297;;;***
19362 19298
19363;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 19299;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
19364;;;;;; (18177 862)) 19300;;;;;; (18231 31068))
19365;;; Generated autoloads from gnus/nnkiboze.el 19301;;; Generated autoloads from gnus/nnkiboze.el
19366 19302
19367(autoload 'nnkiboze-generate-groups "nnkiboze" "\ 19303(autoload 'nnkiboze-generate-groups "nnkiboze" "\
@@ -19373,7 +19309,7 @@ Finds out what articles are to be part of the nnkiboze groups.
19373;;;*** 19309;;;***
19374 19310
19375;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19311;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19376;;;;;; (18177 862)) 19312;;;;;; (18231 31068))
19377;;; Generated autoloads from gnus/nnml.el 19313;;; Generated autoloads from gnus/nnml.el
19378 19314
19379(autoload 'nnml-generate-nov-databases "nnml" "\ 19315(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19384,7 +19320,7 @@ Generate NOV databases in all nnml directories.
19384;;;*** 19320;;;***
19385 19321
19386;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 19322;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
19387;;;;;; "nnsoup" "gnus/nnsoup.el" (18177 862)) 19323;;;;;; "nnsoup" "gnus/nnsoup.el" (18231 31068))
19388;;; Generated autoloads from gnus/nnsoup.el 19324;;; Generated autoloads from gnus/nnsoup.el
19389 19325
19390(autoload 'nnsoup-pack-replies "nnsoup" "\ 19326(autoload 'nnsoup-pack-replies "nnsoup" "\
@@ -19438,7 +19374,7 @@ to future sessions.
19438;;;*** 19374;;;***
19439 19375
19440;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19376;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19441;;;;;; (18177 875)) 19377;;;;;; (18231 31070))
19442;;; Generated autoloads from textmodes/nroff-mode.el 19378;;; Generated autoloads from textmodes/nroff-mode.el
19443 19379
19444(autoload 'nroff-mode "nroff-mode" "\ 19380(autoload 'nroff-mode "nroff-mode" "\
@@ -19467,7 +19403,7 @@ If KEY is not a string, prompt for it with completion.
19467;;;*** 19403;;;***
19468 19404
19469;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19405;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19470;;;;;; (18190 35205)) 19406;;;;;; (18190 39684))
19471;;; Generated autoloads from progmodes/octave-inf.el 19407;;; Generated autoloads from progmodes/octave-inf.el
19472 19408
19473(autoload 'inferior-octave "octave-inf" "\ 19409(autoload 'inferior-octave "octave-inf" "\
@@ -19490,7 +19426,7 @@ startup file, `~/.emacs-octave'.
19490;;;*** 19426;;;***
19491 19427
19492;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19428;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19493;;;;;; (18190 35205)) 19429;;;;;; (18213 1259))
19494;;; Generated autoloads from progmodes/octave-mod.el 19430;;; Generated autoloads from progmodes/octave-mod.el
19495 19431
19496(autoload 'octave-mode "octave-mod" "\ 19432(autoload 'octave-mode "octave-mod" "\
@@ -19606,11 +19542,12 @@ The Custom feature is intended to make this obsolete.
19606;;;;;; org-export-icalendar-this-file org-diary org-tags-view org-todo-list 19542;;;;;; org-export-icalendar-this-file org-diary org-tags-view org-todo-list
19607;;;;;; org-agenda-list org-cycle-agenda-files org-batch-store-agenda-views 19543;;;;;; org-agenda-list org-cycle-agenda-files org-batch-store-agenda-views
19608;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19544;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19609;;;;;; org-agenda org-remember-handler org-remember org-remember-apply-template 19545;;;;;; org-agenda org-agenda-to-appt org-remember-handler org-remember
19610;;;;;; org-remember-annotation org-open-at-point-global org-insert-link-global 19546;;;;;; org-remember-apply-template org-remember-annotation org-open-at-point-global
19611;;;;;; org-store-link orgtbl-mode turn-on-orgtbl org-run-like-in-org-mode 19547;;;;;; org-insert-link-global org-store-link orgtbl-mode turn-on-orgtbl
19612;;;;;; turn-on-orgstruct orgstruct-mode org-global-cycle org-cycle 19548;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct
19613;;;;;; org-mode) "org" "textmodes/org.el" (18190 35212)) 19549;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode) "org"
19550;;;;;; "textmodes/org.el" (18231 31070))
19614;;; Generated autoloads from textmodes/org.el 19551;;; Generated autoloads from textmodes/org.el
19615 19552
19616(autoload 'org-mode "org" "\ 19553(autoload 'org-mode "org" "\
@@ -19700,6 +19637,14 @@ Unconditionally turn on `orgstruct-mode'.
19700 19637
19701\(fn)" nil nil) 19638\(fn)" nil nil)
19702 19639
19640(autoload 'turn-on-orgstruct++ "org" "\
19641Unconditionally turn on `orgstruct-mode', and force org-mode indentations.
19642In addition to setting orgstruct-mode, this also exports all indentation and
19643autofilling variables from org-mode into the buffer. Note that turning
19644off orgstruct-mode will *not* remove these additonal settings.
19645
19646\(fn)" nil nil)
19647
19703(autoload 'org-run-like-in-org-mode "org" "\ 19648(autoload 'org-run-like-in-org-mode "org" "\
19704Not documented 19649Not documented
19705 19650
@@ -19798,6 +19743,25 @@ See also the variable `org-reverse-note-order'.
19798 19743
19799\(fn)" nil nil) 19744\(fn)" nil nil)
19800 19745
19746(autoload 'org-agenda-to-appt "org" "\
19747Activate appointments found in `org-agenda-files'.
19748When prefixed, prompt for a regular expression and use it as a
19749filter: only add entries if they match this regular expression.
19750
19751FILTER can be a string. In this case, use this string as a
19752regular expression to filter results.
19753
19754FILTER can also be an alist, with the car of each cell being
19755either 'headline or 'category. For example:
19756
19757 '((headline \"IMPORTANT\")
19758 (category \"Work\"))
19759
19760will only add headlines containing IMPORTANT or headlines
19761belonging to the category \"Work\".
19762
19763\(fn &optional FILTER)" t nil)
19764
19801(autoload 'org-agenda "org" "\ 19765(autoload 'org-agenda "org" "\
19802Dispatch agenda commands to collect entries to the agenda buffer. 19766Dispatch agenda commands to collect entries to the agenda buffer.
19803Prompts for a command to execute. Any prefix arg will be passed 19767Prompts for a command to execute. Any prefix arg will be passed
@@ -19890,14 +19854,19 @@ If the current buffer does not, find the first agenda file.
19890\(fn)" t nil) 19854\(fn)" t nil)
19891 19855
19892(autoload 'org-agenda-list "org" "\ 19856(autoload 'org-agenda-list "org" "\
19893Produce a weekly view from all files in variable `org-agenda-files'. 19857Produce a daily/weekly view from all files in variable `org-agenda-files'.
19894The view will be for the current week, but from the overview buffer you 19858The view will be for the current day or week, but from the overview buffer
19895will be able to go to other weeks. 19859you will be able to go to other days/weeks.
19896With one \\[universal-argument] prefix argument INCLUDE-ALL, all unfinished TODO items will 19860
19897also be shown, under the current date. 19861With one \\[universal-argument] prefix argument INCLUDE-ALL,
19898With two \\[universal-argument] prefix argument INCLUDE-ALL, all TODO entries marked DONE 19862all unfinished TODO items will also be shown, before the agenda.
19899on the days are also shown. See the variable `org-log-done' for how 19863This feature is considered obsolete, please use the TODO list or a block
19900to turn on logging. 19864agenda instead.
19865
19866With a numeric prefix argument in an interactive call, the agenda will
19867span INCLUDE-ALL days. Lisp programs should instead specify NDAYS to change
19868the number of days. NDAYS defaults to `org-agenda-ndays'.
19869
19901START-DAY defaults to TODAY, or to the most recent match for the weekday 19870START-DAY defaults to TODAY, or to the most recent match for the weekday
19902given in `org-agenda-start-on-weekday'. 19871given in `org-agenda-start-on-weekday'.
19903 19872
@@ -19991,7 +19960,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19991;;;### (autoloads (org-export-as-latex org-export-region-as-latex 19960;;;### (autoloads (org-export-as-latex org-export-region-as-latex
19992;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer 19961;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer
19993;;;;;; org-export-as-latex-batch) "org-export-latex" "textmodes/org-export-latex.el" 19962;;;;;; org-export-as-latex-batch) "org-export-latex" "textmodes/org-export-latex.el"
19994;;;;;; (18190 35212)) 19963;;;;;; (18231 31070))
19995;;; Generated autoloads from textmodes/org-export-latex.el 19964;;; Generated autoloads from textmodes/org-export-latex.el
19996 19965
19997(autoload 'org-export-as-latex-batch "org-export-latex" "\ 19966(autoload 'org-export-as-latex-batch "org-export-latex" "\
@@ -20043,8 +20012,8 @@ Export current buffer to a LaTeX file.
20043;;;*** 20012;;;***
20044 20013
20045;;;### (autoloads (org-publish-all org-publish-current-file org-publish-current-project 20014;;;### (autoloads (org-publish-all org-publish-current-file org-publish-current-project
20046;;;;;; org-publish) "org-publish" "textmodes/org-publish.el" (18190 20015;;;;;; org-publish) "org-publish" "textmodes/org-publish.el" (18231
20047;;;;;; 35212)) 20016;;;;;; 31070))
20048;;; Generated autoloads from textmodes/org-publish.el 20017;;; Generated autoloads from textmodes/org-publish.el
20049 20018
20050(autoload 'org-publish "org-publish" "\ 20019(autoload 'org-publish "org-publish" "\
@@ -20073,7 +20042,7 @@ With prefix argument, force publish all files.
20073;;;*** 20042;;;***
20074 20043
20075;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20044;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20076;;;;;; (18190 35204)) 20045;;;;;; (18190 39678))
20077;;; Generated autoloads from outline.el 20046;;; Generated autoloads from outline.el
20078(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 20047(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
20079 20048
@@ -20253,7 +20222,7 @@ C-Escape does list-buffers.
20253;;;*** 20222;;;***
20254 20223
20255;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 20224;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
20256;;;;;; "emulation/pc-select.el" (18177 858)) 20225;;;;;; "emulation/pc-select.el" (18213 1258))
20257;;; Generated autoloads from emulation/pc-select.el 20226;;; Generated autoloads from emulation/pc-select.el
20258 20227
20259(defvar pc-selection-mode nil "\ 20228(defvar pc-selection-mode nil "\
@@ -20512,7 +20481,7 @@ Setup shell-mode to use pcomplete.
20512 20481
20513;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20482;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20514;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20483;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20515;;;;;; "pcvs.el" (18190 35204)) 20484;;;;;; "pcvs.el" (18194 36639))
20516;;; Generated autoloads from pcvs.el 20485;;; Generated autoloads from pcvs.el
20517 20486
20518(autoload 'cvs-checkout "pcvs" "\ 20487(autoload 'cvs-checkout "pcvs" "\
@@ -20589,7 +20558,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20589 20558
20590;;;*** 20559;;;***
20591 20560
20592;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18190 35204)) 20561;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18190 39678))
20593;;; Generated autoloads from pcvs-defs.el 20562;;; Generated autoloads from pcvs-defs.el
20594 20563
20595(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] '(menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea")) (define-key m [checkout] '(menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository")) (define-key m [update] '(menu-item "Update Directory" cvs-update :help "Fetch updates from the repository")) (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) (fset 'cvs-global-menu m))) 20564(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] '(menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea")) (define-key m [checkout] '(menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository")) (define-key m [update] '(menu-item "Update Directory" cvs-update :help "Fetch updates from the repository")) (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) (fset 'cvs-global-menu m)))
@@ -20966,7 +20935,7 @@ Ignores leading comment characters.
20966;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20935;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20967;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20936;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20968;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20937;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20969;;;;;; (18190 35204)) 20938;;;;;; (18231 31063))
20970;;; Generated autoloads from printing.el 20939;;; Generated autoloads from printing.el
20971 20940
20972(autoload 'pr-interface "printing" "\ 20941(autoload 'pr-interface "printing" "\
@@ -21554,7 +21523,7 @@ are both set to t.
21554;;;*** 21523;;;***
21555 21524
21556;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21525;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21557;;;;;; (18177 873)) 21526;;;;;; (18213 1259))
21558;;; Generated autoloads from progmodes/prolog.el 21527;;; Generated autoloads from progmodes/prolog.el
21559 21528
21560(autoload 'prolog-mode "prolog" "\ 21529(autoload 'prolog-mode "prolog" "\
@@ -21586,8 +21555,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21586 21555
21587;;;*** 21556;;;***
21588 21557
21589;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18177 21558;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18231
21590;;;;;; 873)) 21559;;;;;; 31070))
21591;;; Generated autoloads from progmodes/ps-mode.el 21560;;; Generated autoloads from progmodes/ps-mode.el
21592 21561
21593(autoload 'ps-mode "ps-mode" "\ 21562(autoload 'ps-mode "ps-mode" "\
@@ -21638,8 +21607,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21638;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21607;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21639;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21608;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21640;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21609;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21641;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18190 21610;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18231
21642;;;;;; 35206)) 21611;;;;;; 31064))
21643;;; Generated autoloads from ps-print.el 21612;;; Generated autoloads from ps-print.el
21644 21613
21645(defvar ps-page-dimensions-database (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5")) "\ 21614(defvar ps-page-dimensions-database (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5")) "\
@@ -21836,7 +21805,7 @@ If EXTENSION is any other symbol, it is ignored.
21836;;;*** 21805;;;***
21837 21806
21838;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" 21807;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
21839;;;;;; (18190 35206)) 21808;;;;;; (18231 31070))
21840;;; Generated autoloads from progmodes/python.el 21809;;; Generated autoloads from progmodes/python.el
21841 21810
21842(add-to-list 'interpreter-mode-alist '("jython" . jython-mode)) 21811(add-to-list 'interpreter-mode-alist '("jython" . jython-mode))
@@ -21911,7 +21880,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
21911;;;*** 21880;;;***
21912 21881
21913;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21882;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21914;;;;;; (18177 862)) 21883;;;;;; (18231 31069))
21915;;; Generated autoloads from gnus/qp.el 21884;;; Generated autoloads from gnus/qp.el
21916 21885
21917(autoload 'quoted-printable-decode-region "qp" "\ 21886(autoload 'quoted-printable-decode-region "qp" "\
@@ -22238,7 +22207,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22238;;;*** 22207;;;***
22239 22208
22240;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22209;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22241;;;;;; "net/rcirc.el" (18177 869)) 22210;;;;;; "net/rcirc.el" (18231 31069))
22242;;; Generated autoloads from net/rcirc.el 22211;;; Generated autoloads from net/rcirc.el
22243 22212
22244(autoload 'rcirc "rcirc" "\ 22213(autoload 'rcirc "rcirc" "\
@@ -22286,7 +22255,7 @@ See \\[compile].
22286;;;*** 22255;;;***
22287 22256
22288;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22257;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22289;;;;;; (18190 35188)) 22258;;;;;; (18190 39682))
22290;;; Generated autoloads from emacs-lisp/re-builder.el 22259;;; Generated autoloads from emacs-lisp/re-builder.el
22291 22260
22292(defalias 'regexp-builder 're-builder) 22261(defalias 'regexp-builder 're-builder)
@@ -22298,7 +22267,7 @@ Construct a regexp interactively.
22298 22267
22299;;;*** 22268;;;***
22300 22269
22301;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18190 35206)) 22270;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18190 39678))
22302;;; Generated autoloads from recentf.el 22271;;; Generated autoloads from recentf.el
22303 22272
22304(defvar recentf-mode nil "\ 22273(defvar recentf-mode nil "\
@@ -22471,7 +22440,7 @@ refilling if they would cause auto-filling.
22471;;;*** 22440;;;***
22472 22441
22473;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22442;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22474;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18177 876)) 22443;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18231 31070))
22475;;; Generated autoloads from textmodes/reftex.el 22444;;; Generated autoloads from textmodes/reftex.el
22476 22445
22477(autoload 'turn-on-reftex "reftex" "\ 22446(autoload 'turn-on-reftex "reftex" "\
@@ -22521,7 +22490,7 @@ This enforces rescanning the buffer on next use.
22521;;;*** 22490;;;***
22522 22491
22523;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22492;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22524;;;;;; (18177 876)) 22493;;;;;; (18194 36640))
22525;;; Generated autoloads from textmodes/reftex-cite.el 22494;;; Generated autoloads from textmodes/reftex-cite.el
22526 22495
22527(autoload 'reftex-citation "reftex-cite" "\ 22496(autoload 'reftex-citation "reftex-cite" "\
@@ -22568,7 +22537,7 @@ With no argument, this command toggles
22568;;;*** 22537;;;***
22569 22538
22570;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22539;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22571;;;;;; (18177 876)) 22540;;;;;; (18231 31070))
22572;;; Generated autoloads from textmodes/reftex-index.el 22541;;; Generated autoloads from textmodes/reftex-index.el
22573 22542
22574(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22543(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -22651,7 +22620,45 @@ This means the number of non-shy regexp grouping constructs
22651 22620
22652;;;*** 22621;;;***
22653 22622
22654;;;### (autoloads (repeat) "repeat" "repeat.el" (18190 35206)) 22623;;;### (autoloads (remember-clipboard remember-other-frame remember)
22624;;;;;; "remember" "textmodes/remember.el" (18230 21316))
22625;;; Generated autoloads from textmodes/remember.el
22626
22627(autoload 'remember "remember" "\
22628Remember an arbitrary piece of data.
22629INITIAL is the text to initially place in the *Remember* buffer,
22630or nil to bring up a blank *Remember* buffer.
22631
22632With a prefix, use the region as INITIAL.
22633
22634\(fn &optional INITIAL)" t nil)
22635
22636(autoload 'remember-other-frame "remember" "\
22637Call `remember' in another frame.
22638
22639\(fn &optional INITIAL)" t nil)
22640
22641(autoload 'remember-clipboard "remember" "\
22642Remember the contents of the current clipboard.
22643Most useful for remembering things from Netscape or other X Windows
22644application.
22645
22646\(fn)" t nil)
22647
22648;;;***
22649
22650;;;### (autoloads (remember-diary-extract-entries) "remember-diary"
22651;;;;;; "textmodes/remember-diary.el" (18230 21313))
22652;;; Generated autoloads from textmodes/remember-diary.el
22653
22654(autoload 'remember-diary-extract-entries "remember-diary" "\
22655Extract diary entries from the region.
22656
22657\(fn)" nil nil)
22658
22659;;;***
22660
22661;;;### (autoloads (repeat) "repeat" "repeat.el" (18190 39678))
22655;;; Generated autoloads from repeat.el 22662;;; Generated autoloads from repeat.el
22656 22663
22657(autoload 'repeat "repeat" "\ 22664(autoload 'repeat "repeat" "\
@@ -22674,7 +22681,7 @@ recently executed command not bound to an input event\".
22674;;;*** 22681;;;***
22675 22682
22676;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22683;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22677;;;;;; (18177 867)) 22684;;;;;; (18194 36639))
22678;;; Generated autoloads from mail/reporter.el 22685;;; Generated autoloads from mail/reporter.el
22679 22686
22680(autoload 'reporter-submit-bug-report "reporter" "\ 22687(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22780,7 +22787,7 @@ With zero or negative ARG turn mode off.
22780;;;*** 22787;;;***
22781 22788
22782;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22789;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22783;;;;;; (18177 858)) 22790;;;;;; (18195 4247))
22784;;; Generated autoloads from emacs-lisp/ring.el 22791;;; Generated autoloads from emacs-lisp/ring.el
22785 22792
22786(autoload 'ring-p "ring" "\ 22793(autoload 'ring-p "ring" "\
@@ -22846,8 +22853,8 @@ variable.
22846;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 22853;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
22847;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 22854;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
22848;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 22855;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
22849;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18177 22856;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18194
22850;;;;;; 867)) 22857;;;;;; 36639))
22851;;; Generated autoloads from mail/rmail.el 22858;;; Generated autoloads from mail/rmail.el
22852 22859
22853(autoload 'rmail-movemail-variant-p "rmail" "\ 22860(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23474,7 +23481,7 @@ Display a ruler in the header line if ARG > 0.
23474;;;*** 23481;;;***
23475 23482
23476;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18190 23483;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18190
23477;;;;;; 35188)) 23484;;;;;; 39682))
23478;;; Generated autoloads from emacs-lisp/rx.el 23485;;; Generated autoloads from emacs-lisp/rx.el
23479 23486
23480(autoload 'rx-to-string "rx" "\ 23487(autoload 'rx-to-string "rx" "\
@@ -23787,7 +23794,7 @@ enclosed in `(and ...)'.
23787;;;*** 23794;;;***
23788 23795
23789;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23796;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23790;;;;;; (18177 874)) 23797;;;;;; (18231 31064))
23791;;; Generated autoloads from savehist.el 23798;;; Generated autoloads from savehist.el
23792 23799
23793(defvar savehist-mode nil "\ 23800(defvar savehist-mode nil "\
@@ -23855,7 +23862,7 @@ that variable's value is a string.
23855;;;*** 23862;;;***
23856 23863
23857;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23864;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23858;;;;;; (18177 862)) 23865;;;;;; (18231 31069))
23859;;; Generated autoloads from gnus/score-mode.el 23866;;; Generated autoloads from gnus/score-mode.el
23860 23867
23861(autoload 'gnus-score-mode "score-mode" "\ 23868(autoload 'gnus-score-mode "score-mode" "\
@@ -23917,7 +23924,7 @@ apply to all visible windows in the same frame.
23917;;;*** 23924;;;***
23918 23925
23919;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23926;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23920;;;;;; (18177 874)) 23927;;;;;; (18213 1255))
23921;;; Generated autoloads from scroll-lock.el 23928;;; Generated autoloads from scroll-lock.el
23922 23929
23923(autoload 'scroll-lock-mode "scroll-lock" "\ 23930(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23939,7 +23946,7 @@ during scrolling.
23939;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23946;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23940;;;;;; mail-header-separator send-mail-function mail-interactive 23947;;;;;; mail-header-separator send-mail-function mail-interactive
23941;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23948;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23942;;;;;; "sendmail" "mail/sendmail.el" (18190 35201)) 23949;;;;;; "sendmail" "mail/sendmail.el" (18203 51789))
23943;;; Generated autoloads from mail/sendmail.el 23950;;; Generated autoloads from mail/sendmail.el
23944 23951
23945(defvar mail-from-style 'angles "\ 23952(defvar mail-from-style 'angles "\
@@ -24240,7 +24247,7 @@ Like `mail' command, but display mail buffer in another frame.
24240;;;*** 24247;;;***
24241 24248
24242;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24249;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24243;;;;;; server-start) "server" "server.el" (18190 35206)) 24250;;;;;; server-start) "server" "server.el" (18231 31064))
24244;;; Generated autoloads from server.el 24251;;; Generated autoloads from server.el
24245 24252
24246(autoload 'server-start "server" "\ 24253(autoload 'server-start "server" "\
@@ -24284,7 +24291,7 @@ only these files will be asked to be saved.
24284 24291
24285;;;*** 24292;;;***
24286 24293
24287;;;### (autoloads (ses-mode) "ses" "ses.el" (18190 35206)) 24294;;;### (autoloads (ses-mode) "ses" "ses.el" (18231 31064))
24288;;; Generated autoloads from ses.el 24295;;; Generated autoloads from ses.el
24289 24296
24290(autoload 'ses-mode "ses" "\ 24297(autoload 'ses-mode "ses" "\
@@ -24371,7 +24378,7 @@ To work around that, do:
24371;;;*** 24378;;;***
24372 24379
24373;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24380;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24374;;;;;; (18190 35206)) 24381;;;;;; (18190 39684))
24375;;; Generated autoloads from progmodes/sh-script.el 24382;;; Generated autoloads from progmodes/sh-script.el
24376(put 'sh-shell 'safe-local-variable 'symbolp) 24383(put 'sh-shell 'safe-local-variable 'symbolp)
24377 24384
@@ -24497,8 +24504,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
24497;;;*** 24504;;;***
24498 24505
24499;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24506;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24500;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18177 24507;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18231
24501;;;;;; 874)) 24508;;;;;; 31064))
24502;;; Generated autoloads from shadowfile.el 24509;;; Generated autoloads from shadowfile.el
24503 24510
24504(autoload 'shadow-define-cluster "shadowfile" "\ 24511(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24506,8 +24513,8 @@ Edit (or create) the definition of a cluster NAME.
24506This is a group of hosts that share directories, so that copying to or from 24513This is a group of hosts that share directories, so that copying to or from
24507one of them is sufficient to update the file on all of them. Clusters are 24514one of them is sufficient to update the file on all of them. Clusters are
24508defined by a name, the network address of a primary host (the one we copy 24515defined by a name, the network address of a primary host (the one we copy
24509files to), and a regular expression that matches the hostnames of all the sites 24516files to), and a regular expression that matches the hostnames of all the
24510in the cluster. 24517sites in the cluster.
24511 24518
24512\(fn NAME)" t nil) 24519\(fn NAME)" t nil)
24513 24520
@@ -24523,8 +24530,8 @@ specific hostnames, or names of clusters (see `shadow-define-cluster').
24523Make each of a group of files be shared between hosts. 24530Make each of a group of files be shared between hosts.
24524Prompts for regular expression; files matching this are shared between a list 24531Prompts for regular expression; files matching this are shared between a list
24525of sites, which are also prompted for. The filenames must be identical on all 24532of sites, which are also prompted for. The filenames must be identical on all
24526hosts (if they aren't, use `shadow-define-literal-group' instead of this function). 24533hosts (if they aren't, use `shadow-define-literal-group' instead of this
24527Each site can be either a hostname or the name of a cluster (see 24534function). Each site can be either a hostname or the name of a cluster (see
24528`shadow-define-cluster'). 24535`shadow-define-cluster').
24529 24536
24530\(fn)" t nil) 24537\(fn)" t nil)
@@ -24537,7 +24544,7 @@ Set up file shadowing.
24537;;;*** 24544;;;***
24538 24545
24539;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24546;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24540;;;;;; (18190 35206)) 24547;;;;;; (18231 31064))
24541;;; Generated autoloads from shell.el 24548;;; Generated autoloads from shell.el
24542 24549
24543(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 24550(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -24587,7 +24594,7 @@ Otherwise, one argument `-i' is passed to the shell.
24587;;;*** 24594;;;***
24588 24595
24589;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24596;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24590;;;;;; "sieve" "gnus/sieve.el" (18177 862)) 24597;;;;;; "sieve" "gnus/sieve.el" (18231 31069))
24591;;; Generated autoloads from gnus/sieve.el 24598;;; Generated autoloads from gnus/sieve.el
24592 24599
24593(autoload 'sieve-manage "sieve" "\ 24600(autoload 'sieve-manage "sieve" "\
@@ -24608,7 +24615,7 @@ Not documented
24608;;;*** 24615;;;***
24609 24616
24610;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24617;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24611;;;;;; (18177 862)) 24618;;;;;; (18231 31069))
24612;;; Generated autoloads from gnus/sieve-mode.el 24619;;; Generated autoloads from gnus/sieve-mode.el
24613 24620
24614(autoload 'sieve-mode "sieve-mode" "\ 24621(autoload 'sieve-mode "sieve-mode" "\
@@ -24623,14 +24630,14 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24623 24630
24624;;;*** 24631;;;***
24625 24632
24626;;;### (autoloads nil "simple" "simple.el" (18190 35207)) 24633;;;### (autoloads nil "simple" "simple.el" (18231 31064))
24627;;; Generated autoloads from simple.el 24634;;; Generated autoloads from simple.el
24628(put 'fill-prefix 'safe-local-variable 'string-or-null-p) 24635(put 'fill-prefix 'safe-local-variable 'string-or-null-p)
24629 24636
24630;;;*** 24637;;;***
24631 24638
24632;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18177 24639;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18231
24633;;;;;; 873)) 24640;;;;;; 31070))
24634;;; Generated autoloads from progmodes/simula.el 24641;;; Generated autoloads from progmodes/simula.el
24635 24642
24636(autoload 'simula-mode "simula" "\ 24643(autoload 'simula-mode "simula" "\
@@ -24789,7 +24796,7 @@ symmetrical ones, and the same character twice for the others.
24789;;;*** 24796;;;***
24790 24797
24791;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 24798;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
24792;;;;;; (18190 35207)) 24799;;;;;; (18231 31064))
24793;;; Generated autoloads from smerge-mode.el 24800;;; Generated autoloads from smerge-mode.el
24794 24801
24795(autoload 'smerge-ediff "smerge-mode" "\ 24802(autoload 'smerge-ediff "smerge-mode" "\
@@ -24808,7 +24815,7 @@ Minor mode to simplify editing output from the diff3 program.
24808;;;*** 24815;;;***
24809 24816
24810;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24817;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24811;;;;;; (18177 862)) 24818;;;;;; (18231 31069))
24812;;; Generated autoloads from gnus/smiley.el 24819;;; Generated autoloads from gnus/smiley.el
24813 24820
24814(autoload 'smiley-region "smiley" "\ 24821(autoload 'smiley-region "smiley" "\
@@ -24865,7 +24872,7 @@ Snake mode keybindings:
24865;;;*** 24872;;;***
24866 24873
24867;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24874;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24868;;;;;; (18190 35202)) 24875;;;;;; (18190 39683))
24869;;; Generated autoloads from net/snmp-mode.el 24876;;; Generated autoloads from net/snmp-mode.el
24870 24877
24871(autoload 'snmp-mode "snmp-mode" "\ 24878(autoload 'snmp-mode "snmp-mode" "\
@@ -24968,7 +24975,7 @@ Requires floating point.
24968;;;*** 24975;;;***
24969 24976
24970;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18190 24977;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18190
24971;;;;;; 35204)) 24978;;;;;; 39683))
24972;;; Generated autoloads from play/solitaire.el 24979;;; Generated autoloads from play/solitaire.el
24973 24980
24974(autoload 'solitaire "solitaire" "\ 24981(autoload 'solitaire "solitaire" "\
@@ -25189,12 +25196,16 @@ From a program takes two point or marker arguments, BEG and END.
25189 25196
25190;;;*** 25197;;;***
25191 25198
25192;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18177 25199;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18231
25193;;;;;; 863)) 25200;;;;;; 31069))
25194;;; Generated autoloads from gnus/spam.el 25201;;; Generated autoloads from gnus/spam.el
25195 25202
25196(autoload 'spam-initialize "spam" "\ 25203(autoload 'spam-initialize "spam" "\
25197Install the spam.el hooks and do other initialization 25204Install the spam.el hooks and do other initialization.
25205When SYMBOLS is given, set those variables to t. This is so you
25206can call spam-initialize before you set spam-use-* variables on
25207explicitly, and matters only if you need the extra headers
25208installed through spam-necessary-extra-headers.
25198 25209
25199\(fn &rest SYMBOLS)" t nil) 25210\(fn &rest SYMBOLS)" t nil)
25200 25211
@@ -25202,7 +25213,7 @@ Install the spam.el hooks and do other initialization
25202 25213
25203;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25214;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25204;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25215;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25205;;;;;; "gnus/spam-report.el" (18177 863)) 25216;;;;;; "gnus/spam-report.el" (18231 31069))
25206;;; Generated autoloads from gnus/spam-report.el 25217;;; Generated autoloads from gnus/spam-report.el
25207 25218
25208(autoload 'spam-report-process-queue "spam-report" "\ 25219(autoload 'spam-report-process-queue "spam-report" "\
@@ -25245,7 +25256,7 @@ Spam reports will be queued with the method used when
25245;;;*** 25256;;;***
25246 25257
25247;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25258;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25248;;;;;; "speedbar.el" (18190 35207)) 25259;;;;;; "speedbar.el" (18190 39679))
25249;;; Generated autoloads from speedbar.el 25260;;; Generated autoloads from speedbar.el
25250 25261
25251(defalias 'speedbar 'speedbar-frame-mode) 25262(defalias 'speedbar 'speedbar-frame-mode)
@@ -25326,7 +25337,7 @@ Return a vector containing the lines from `spook-phrases-file'.
25326;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25337;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25327;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25338;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25328;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18190 25339;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18190
25329;;;;;; 35206)) 25340;;;;;; 39684))
25330;;; Generated autoloads from progmodes/sql.el 25341;;; Generated autoloads from progmodes/sql.el
25331 25342
25332(autoload 'sql-add-product-keywords "sql" "\ 25343(autoload 'sql-add-product-keywords "sql" "\
@@ -25757,8 +25768,8 @@ input. See `sql-interactive-mode'.
25757;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25768;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25758;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25769;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25759;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25770;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25760;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18177 25771;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18231
25761;;;;;; 874)) 25772;;;;;; 31064))
25762;;; Generated autoloads from strokes.el 25773;;; Generated autoloads from strokes.el
25763 25774
25764(autoload 'strokes-global-set-stroke "strokes" "\ 25775(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25868,7 +25879,7 @@ Read a complex stroke and insert its glyph into the current buffer.
25868;;;*** 25879;;;***
25869 25880
25870;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25881;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25871;;;;;; "studly" "play/studly.el" (16268 23254)) 25882;;;;;; "studly" "play/studly.el" (16511 54937))
25872;;; Generated autoloads from play/studly.el 25883;;; Generated autoloads from play/studly.el
25873 25884
25874(autoload 'studlify-region "studly" "\ 25885(autoload 'studlify-region "studly" "\
@@ -25888,7 +25899,7 @@ Studlify-case the current buffer.
25888 25899
25889;;;*** 25900;;;***
25890 25901
25891;;;### (autoloads (locate-library) "subr" "subr.el" (18190 35207)) 25902;;;### (autoloads (locate-library) "subr" "subr.el" (18231 31064))
25892;;; Generated autoloads from subr.el 25903;;; Generated autoloads from subr.el
25893 25904
25894(autoload 'locate-library "subr" "\ 25905(autoload 'locate-library "subr" "\
@@ -25910,7 +25921,7 @@ and the file name is displayed in the echo area.
25910;;;*** 25921;;;***
25911 25922
25912;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25923;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25913;;;;;; (18190 35202)) 25924;;;;;; (18190 39683))
25914;;; Generated autoloads from mail/supercite.el 25925;;; Generated autoloads from mail/supercite.el
25915 25926
25916(autoload 'sc-cite-original "supercite" "\ 25927(autoload 'sc-cite-original "supercite" "\
@@ -25943,7 +25954,7 @@ before, and `sc-post-hook' is run after the guts of this function.
25943;;;*** 25954;;;***
25944 25955
25945;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (18190 25956;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (18190
25946;;;;;; 35213)) 25957;;;;;; 39679))
25947;;; Generated autoloads from t-mouse.el 25958;;; Generated autoloads from t-mouse.el
25948 25959
25949(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 25960(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26005,7 +26016,7 @@ The variable `tab-width' controls the spacing of tab stops.
26005;;;;;; table-recognize table-insert-row-column table-insert-column 26016;;;;;; table-recognize table-insert-row-column table-insert-column
26006;;;;;; table-insert-row table-insert table-point-left-cell-hook 26017;;;;;; table-insert-row table-insert table-point-left-cell-hook
26007;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 26018;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26008;;;;;; "table" "textmodes/table.el" (18190 35212)) 26019;;;;;; "table" "textmodes/table.el" (18190 39686))
26009;;; Generated autoloads from textmodes/table.el 26020;;; Generated autoloads from textmodes/table.el
26010 26021
26011(defvar table-cell-map-hook nil "\ 26022(defvar table-cell-map-hook nil "\
@@ -26593,7 +26604,7 @@ converts a table into plain text without frames. It is a companion to
26593 26604
26594;;;*** 26605;;;***
26595 26606
26596;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18190 35207)) 26607;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18190 39679))
26597;;; Generated autoloads from talk.el 26608;;; Generated autoloads from talk.el
26598 26609
26599(autoload 'talk-connect "talk" "\ 26610(autoload 'talk-connect "talk" "\
@@ -26608,7 +26619,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
26608 26619
26609;;;*** 26620;;;***
26610 26621
26611;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18177 875)) 26622;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18213 1256))
26612;;; Generated autoloads from tar-mode.el 26623;;; Generated autoloads from tar-mode.el
26613 26624
26614(autoload 'tar-mode "tar-mode" "\ 26625(autoload 'tar-mode "tar-mode" "\
@@ -26818,7 +26829,7 @@ tetris-mode keybindings:
26818;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26829;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26819;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26830;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26820;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26831;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26821;;;;;; (18190 35213)) 26832;;;;;; (18213 1261))
26822;;; Generated autoloads from textmodes/tex-mode.el 26833;;; Generated autoloads from textmodes/tex-mode.el
26823 26834
26824(defvar tex-shell-file-name nil "\ 26835(defvar tex-shell-file-name nil "\
@@ -27160,7 +27171,7 @@ if large. You can use `Info-split' to do this manually.
27160;;;*** 27171;;;***
27161 27172
27162;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27173;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27163;;;;;; "texinfo" "textmodes/texinfo.el" (18190 35213)) 27174;;;;;; "texinfo" "textmodes/texinfo.el" (18190 39686))
27164;;; Generated autoloads from textmodes/texinfo.el 27175;;; Generated autoloads from textmodes/texinfo.el
27165 27176
27166(defvar texinfo-open-quote "``" "\ 27177(defvar texinfo-open-quote "``" "\
@@ -27474,7 +27485,7 @@ This function performs no refilling of the changed text.
27474;;;*** 27485;;;***
27475 27486
27476;;;### (autoloads (display-time-world display-time-mode display-time 27487;;;### (autoloads (display-time-world display-time-mode display-time
27477;;;;;; display-time-day-and-date) "time" "time.el" (18177 876)) 27488;;;;;; display-time-day-and-date) "time" "time.el" (18231 31064))
27478;;; Generated autoloads from time.el 27489;;; Generated autoloads from time.el
27479 27490
27480(defvar display-time-day-and-date nil "\ 27491(defvar display-time-day-and-date nil "\
@@ -27882,7 +27893,7 @@ In this case, compose characters after POS of the string.
27882;;;*** 27893;;;***
27883 27894
27884;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27895;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27885;;;;;; "tmm.el" (18190 35213)) 27896;;;;;; "tmm.el" (18190 39679))
27886;;; Generated autoloads from tmm.el 27897;;; Generated autoloads from tmm.el
27887 (define-key global-map "\M-`" 'tmm-menubar) 27898 (define-key global-map "\M-`" 'tmm-menubar)
27888 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27899 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27983,7 +27994,7 @@ Show TODO list.
27983 27994
27984;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27995;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27985;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 27996;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
27986;;;;;; "tool-bar" "tool-bar.el" (18190 35213)) 27997;;;;;; "tool-bar" "tool-bar.el" (18190 39679))
27987;;; Generated autoloads from tool-bar.el 27998;;; Generated autoloads from tool-bar.el
27988 27999
27989(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28000(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28056,7 +28067,7 @@ holds a keymap.
28056;;;*** 28067;;;***
28057 28068
28058;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 28069;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28059;;;;;; (18177 858)) 28070;;;;;; (18213 1258))
28060;;; Generated autoloads from emulation/tpu-edt.el 28071;;; Generated autoloads from emulation/tpu-edt.el
28061 28072
28062(defvar tpu-edt-mode nil "\ 28073(defvar tpu-edt-mode nil "\
@@ -28133,7 +28144,7 @@ BUFFER defaults to `trace-buffer'.
28133;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28144;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28134;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28145;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28135;;;;;; tramp-file-name-handler tramp-syntax) "tramp" "net/tramp.el" 28146;;;;;; tramp-file-name-handler tramp-syntax) "tramp" "net/tramp.el"
28136;;;;;; (18190 35203)) 28147;;;;;; (18231 31069))
28137;;; Generated autoloads from net/tramp.el 28148;;; Generated autoloads from net/tramp.el
28138 28149
28139(defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\ 28150(defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\
@@ -28163,7 +28174,7 @@ See `tramp-file-name-structure' for more explanations.")
28163 28174
28164(defconst tramp-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\ 28175(defconst tramp-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\
28165*Regular expression matching file names handled by Tramp. 28176*Regular expression matching file names handled by Tramp.
28166This regexp should match tramp file names but no other file names. 28177This regexp should match Tramp file names but no other file names.
28167\(When tramp.el is loaded, this regular expression is prepended to 28178\(When tramp.el is loaded, this regular expression is prepended to
28168`file-name-handler-alist', and that is searched sequentially. Thus, 28179`file-name-handler-alist', and that is searched sequentially. Thus,
28169if the Tramp entry appears rather early in the `file-name-handler-alist' 28180if the Tramp entry appears rather early in the `file-name-handler-alist'
@@ -28192,8 +28203,8 @@ Value for `tramp-completion-file-name-regexp' for URL-like remoting.
28192See `tramp-file-name-structure' for more explanations.") 28203See `tramp-file-name-structure' for more explanations.")
28193 28204
28194(defconst tramp-completion-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-completion-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-completion-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-completion-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\ 28205(defconst tramp-completion-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-completion-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-completion-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-completion-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\
28195*Regular expression matching file names handled by tramp completion. 28206*Regular expression matching file names handled by Tramp completion.
28196This regexp should match partial tramp file names only. 28207This regexp should match partial Tramp file names only.
28197 28208
28198Please note that the entry in `file-name-handler-alist' is made when 28209Please note that the entry in `file-name-handler-alist' is made when
28199this file (tramp.el) is loaded. This means that this variable must be set 28210this file (tramp.el) is loaded. This means that this variable must be set
@@ -28233,7 +28244,7 @@ Add Tramp file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quo
28233(tramp-register-file-name-handler) 28244(tramp-register-file-name-handler)
28234 28245
28235(defsubst tramp-register-completion-file-name-handler nil "\ 28246(defsubst tramp-register-completion-file-name-handler nil "\
28236Add tramp completion file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido)) (featurep (quote icicles))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist)))))) 28247Add Tramp completion file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido)) (featurep (quote icicles))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
28237(add-hook 28248(add-hook
28238 'after-init-hook 28249 'after-init-hook
28239 '(lambda () (tramp-register-completion-file-name-handler))) 28250 '(lambda () (tramp-register-completion-file-name-handler)))
@@ -28261,7 +28272,7 @@ Discard Tramp from loading remote files.
28261;;;*** 28272;;;***
28262 28273
28263;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28274;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28264;;;;;; (18190 35203)) 28275;;;;;; (18231 31069))
28265;;; Generated autoloads from net/tramp-ftp.el 28276;;; Generated autoloads from net/tramp-ftp.el
28266 28277
28267(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28278(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28271,8 +28282,8 @@ Not documented
28271 28282
28272;;;*** 28283;;;***
28273 28284
28274;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18190 28285;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18203
28275;;;;;; 35213)) 28286;;;;;; 51788))
28276;;; Generated autoloads from tutorial.el 28287;;; Generated autoloads from tutorial.el
28277 28288
28278(autoload 'help-with-tutorial "tutorial" "\ 28289(autoload 'help-with-tutorial "tutorial" "\
@@ -28308,7 +28319,7 @@ Not documented
28308;;;*** 28319;;;***
28309 28320
28310;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28321;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28311;;;;;; "textmodes/two-column.el" (18177 876)) 28322;;;;;; "textmodes/two-column.el" (18203 51793))
28312;;; Generated autoloads from textmodes/two-column.el 28323;;; Generated autoloads from textmodes/two-column.el
28313 (autoload '2C-command "two-column" () t 'keymap) 28324 (autoload '2C-command "two-column" () t 'keymap)
28314 (global-set-key "\C-x6" '2C-command) 28325 (global-set-key "\C-x6" '2C-command)
@@ -28601,14 +28612,14 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
28601 28612
28602;;;*** 28613;;;***
28603 28614
28604;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18177 28615;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18231
28605;;;;;; 858)) 28616;;;;;; 31065))
28606;;; Generated autoloads from emacs-lisp/unsafep.el 28617;;; Generated autoloads from emacs-lisp/unsafep.el
28607 28618
28608(autoload 'unsafep "unsafep" "\ 28619(autoload 'unsafep "unsafep" "\
28609Return nil if evaluating FORM couldn't possibly do any harm; 28620Return nil if evaluating FORM couldn't possibly do any harm.
28610otherwise result is a reason why FORM is unsafe. UNSAFEP-VARS is a list 28621Otherwise result is a reason why FORM is unsafe.
28611of symbols with local bindings. 28622UNSAFEP-VARS is a list of symbols with local bindings.
28612 28623
28613\(fn FORM &optional UNSAFEP-VARS)" nil nil) 28624\(fn FORM &optional UNSAFEP-VARS)" nil nil)
28614 28625
@@ -28655,7 +28666,7 @@ no further processing). URL is either a string or a parsed URL.
28655;;;*** 28666;;;***
28656 28667
28657;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28668;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28658;;;;;; "url-auth" "url/url-auth.el" (18190 35213)) 28669;;;;;; "url-auth" "url/url-auth.el" (18195 4247))
28659;;; Generated autoloads from url/url-auth.el 28670;;; Generated autoloads from url/url-auth.el
28660 28671
28661(autoload 'url-get-authentication "url-auth" "\ 28672(autoload 'url-get-authentication "url-auth" "\
@@ -28734,7 +28745,7 @@ Not documented
28734;;;*** 28745;;;***
28735 28746
28736;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28747;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28737;;;;;; "url/url-dav.el" (18190 35213)) 28748;;;;;; "url/url-dav.el" (18190 39686))
28738;;; Generated autoloads from url/url-dav.el 28749;;; Generated autoloads from url/url-dav.el
28739 28750
28740(autoload 'url-dav-supported-p "url-dav" "\ 28751(autoload 'url-dav-supported-p "url-dav" "\
@@ -28750,7 +28761,7 @@ Not documented
28750;;;*** 28761;;;***
28751 28762
28752;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18190 28763;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18190
28753;;;;;; 35213)) 28764;;;;;; 39686))
28754;;; Generated autoloads from url/url-file.el 28765;;; Generated autoloads from url/url-file.el
28755 28766
28756(autoload 'url-file "url-file" "\ 28767(autoload 'url-file "url-file" "\
@@ -28825,7 +28836,7 @@ Not documented
28825;;;*** 28836;;;***
28826 28837
28827;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28838;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28828;;;;;; url-http) "url-http" "url/url-http.el" (18190 35213)) 28839;;;;;; url-http) "url-http" "url/url-http.el" (18190 39686))
28829;;; Generated autoloads from url/url-http.el 28840;;; Generated autoloads from url/url-http.el
28830 28841
28831(autoload 'url-http "url-http" "\ 28842(autoload 'url-http "url-http" "\
@@ -28915,7 +28926,7 @@ URL can be a URL string, or a URL vector of the type returned by
28915;;;*** 28926;;;***
28916 28927
28917;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28928;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28918;;;;;; (18190 35213)) 28929;;;;;; (18190 39686))
28919;;; Generated autoloads from url/url-mailto.el 28930;;; Generated autoloads from url/url-mailto.el
28920 28931
28921(autoload 'url-mail "url-mailto" "\ 28932(autoload 'url-mail "url-mailto" "\
@@ -28931,7 +28942,7 @@ Handle the mailto: URL syntax.
28931;;;*** 28942;;;***
28932 28943
28933;;;### (autoloads (url-data url-generic-emulator-loader url-info 28944;;;### (autoloads (url-data url-generic-emulator-loader url-info
28934;;;;;; url-man) "url-misc" "url/url-misc.el" (18190 35213)) 28945;;;;;; url-man) "url-misc" "url/url-misc.el" (18190 39686))
28935;;; Generated autoloads from url/url-misc.el 28946;;; Generated autoloads from url/url-misc.el
28936 28947
28937(autoload 'url-man "url-misc" "\ 28948(autoload 'url-man "url-misc" "\
@@ -28963,7 +28974,7 @@ Fetch a data URL (RFC 2397).
28963;;;*** 28974;;;***
28964 28975
28965;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28976;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28966;;;;;; (18190 35213)) 28977;;;;;; (18190 39686))
28967;;; Generated autoloads from url/url-news.el 28978;;; Generated autoloads from url/url-news.el
28968 28979
28969(autoload 'url-news "url-news" "\ 28980(autoload 'url-news "url-news" "\
@@ -29021,7 +29032,7 @@ Not documented
29021;;;*** 29032;;;***
29022 29033
29023;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 29034;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29024;;;;;; "url/url-parse.el" (18190 35213)) 29035;;;;;; "url/url-parse.el" (18190 39686))
29025;;; Generated autoloads from url/url-parse.el 29036;;; Generated autoloads from url/url-parse.el
29026 29037
29027(autoload 'url-recreate-url "url-parse" "\ 29038(autoload 'url-recreate-url "url-parse" "\
@@ -29051,11 +29062,11 @@ Setup variables that expose info about you and your system.
29051 29062
29052;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension 29063;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension
29053;;;;;; url-hexify-string url-unhex-string url-parse-query-string 29064;;;;;; url-hexify-string url-unhex-string url-parse-query-string
29054;;;;;; url-basepath url-percentage url-display-percentage url-pretty-length 29065;;;;;; url-file-nondirectory url-file-directory url-percentage url-display-percentage
29055;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date 29066;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
29056;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string 29067;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
29057;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" 29068;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
29058;;;;;; (18190 35213)) 29069;;;;;; "url-util" "url/url-util.el" (18195 4247))
29059;;; Generated autoloads from url/url-util.el 29070;;; Generated autoloads from url/url-util.el
29060 29071
29061(defvar url-debug nil "\ 29072(defvar url-debug nil "\
@@ -29132,14 +29143,16 @@ Not documented
29132 29143
29133\(fn X Y)" nil nil) 29144\(fn X Y)" nil nil)
29134 29145
29135(autoload 'url-basepath "url-util" "\ 29146(autoload 'url-file-directory "url-util" "\
29136Return the base pathname of FILE, or the actual filename if X is true. 29147Return the directory part of FILE, for a URL.
29137 29148
29138\(fn FILE)" nil nil) 29149\(fn FILE)" nil nil)
29139 29150
29140(autoload 'url-file-nondirectory "url-util" "\ 29151(autoload 'url-file-nondirectory "url-util" "\
29141Return the nondirectory part of FILE, for a URL. 29152Return the nondirectory part of FILE, for a URL.
29142 29153
29154\(fn FILE)" nil nil)
29155
29143(autoload 'url-parse-query-string "url-util" "\ 29156(autoload 'url-parse-query-string "url-util" "\
29144Not documented 29157Not documented
29145 29158
@@ -29233,7 +29246,7 @@ Not documented
29233 29246
29234;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29247;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29235;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" 29248;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el"
29236;;;;;; (18177 863)) 29249;;;;;; (18231 31069))
29237;;; Generated autoloads from gnus/uudecode.el 29250;;; Generated autoloads from gnus/uudecode.el
29238 29251
29239(autoload 'uudecode-decode-region-external "uudecode" "\ 29252(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29261,9 +29274,9 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29261;;;;;; vc-rename-file vc-transfer-file vc-switch-backend vc-update 29274;;;;;; vc-rename-file vc-transfer-file vc-switch-backend vc-update
29262;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-snapshot vc-create-snapshot 29275;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-snapshot vc-create-snapshot
29263;;;;;; vc-directory vc-merge vc-insert-headers vc-revision-other-window 29276;;;;;; vc-directory vc-merge vc-insert-headers vc-revision-other-window
29264;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 29277;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-do-command
29265;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 29278;;;;;; edit-vc-file with-vc-file vc-before-checkin-hook vc-checkin-hook
29266;;;;;; "vc" "vc.el" (18190 35214)) 29279;;;;;; vc-checkout-hook) "vc" "vc.el" (18231 31064))
29267;;; Generated autoloads from vc.el 29280;;; Generated autoloads from vc.el
29268 29281
29269(defvar vc-checkout-hook nil "\ 29282(defvar vc-checkout-hook nil "\
@@ -29289,7 +29302,7 @@ Check out a writable copy of FILE if necessary, then execute BODY.
29289Check in FILE with COMMENT (a string) after BODY has been executed. 29302Check in FILE with COMMENT (a string) after BODY has been executed.
29290FILE is passed through `expand-file-name'; BODY executed within 29303FILE is passed through `expand-file-name'; BODY executed within
29291`save-excursion'. If FILE is not under version control, or you are 29304`save-excursion'. If FILE is not under version control, or you are
29292using a locking version-control system and the file is locked by 29305using a locking version-control system and the file is locked by
29293somebody else, signal error. 29306somebody else, signal error.
29294 29307
29295\(fn FILE COMMENT &rest BODY)" nil (quote macro)) 29308\(fn FILE COMMENT &rest BODY)" nil (quote macro))
@@ -29318,16 +29331,8 @@ that is inserted into the command line before the filename.
29318\(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil) 29331\(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil)
29319 29332
29320(autoload 'vc-next-action "vc" "\ 29333(autoload 'vc-next-action "vc" "\
29321Do the next logical version control operation on the current file. 29334Do the next logical version control operation on the current fileset.
29322 29335This requires that all files in the fileset be in the same state.
29323If you call this from within a VC dired buffer with no files marked,
29324it will operate on the file in the current line.
29325
29326If you call this from within a VC dired buffer, and one or more
29327files are marked, it will accept a log message and then operate on
29328each one. The log message will be used as a comment for any register
29329or checkin operations, but ignored when doing checkouts. Attempted
29330lock steals will raise an error.
29331 29336
29332For locking systems: 29337For locking systems:
29333 If every file is not already registered, this registers each for version 29338 If every file is not already registered, this registers each for version
@@ -29378,19 +29383,23 @@ Report diffs between revisions of the fileset in the repository history.
29378\(fn FILES REV1 REV2)" t nil) 29383\(fn FILES REV1 REV2)" t nil)
29379 29384
29380(autoload 'vc-diff "vc" "\ 29385(autoload 'vc-diff "vc" "\
29381Display diffs between file versions. 29386Display diffs between file revisions.
29382Normally this compares the current file and buffer with the most 29387Normally this compares the currently selected fileset with their
29383recent checked in version of that file. This uses no arguments. With 29388working revisions. With a prefix argument HISTORIC, it reads two revision
29384a prefix argument HISTORIC, it reads the file name to use and two 29389designators specifying which revisions to compare.
29385version designators specifying which versions to compare. The 29390
29386optional argument NOT-URGENT non-nil means it is ok to say no to 29391If no current fileset is available (that is, we are not in
29392VC-Dired mode and the visited file of the current buffer is not
29393under version control) and we're in a Dired buffer, use
29394the current directory.
29395The optional argument NOT-URGENT non-nil means it is ok to say no to
29387saving the buffer. 29396saving the buffer.
29388 29397
29389\(fn HISTORIC &optional NOT-URGENT)" t nil) 29398\(fn HISTORIC &optional NOT-URGENT)" t nil)
29390 29399
29391(autoload 'vc-version-other-window "vc" "\ 29400(autoload 'vc-revision-other-window "vc" "\
29392Visit version REV of the current file in another window. 29401Visit revision REV of the current file in another window.
29393If the current file is named `F', the version is named `F.~REV~'. 29402If the current file is named `F', the revision is named `F.~REV~'.
29394If `F.~REV~' already exists, use it instead of checking it out again. 29403If `F.~REV~' already exists, use it instead of checking it out again.
29395 29404
29396\(fn REV)" t nil) 29405\(fn REV)" t nil)
@@ -29403,10 +29412,10 @@ the variable `vc-BACKEND-header'.
29403\(fn)" t nil) 29412\(fn)" t nil)
29404 29413
29405(autoload 'vc-merge "vc" "\ 29414(autoload 'vc-merge "vc" "\
29406Merge changes between two versions into the current buffer's file. 29415Merge changes between two revisions into the current buffer's file.
29407This asks for two versions to merge from in the minibuffer. If the 29416This asks for two revisions to merge from in the minibuffer. If the
29408first version is a branch number, then merge all changes from that 29417first revision is a branch number, then merge all changes from that
29409branch. If the first version is empty, merge news, i.e. recent changes 29418branch. If the first revision is empty, merge news, i.e. recent changes
29410from the current branch. 29419from the current branch.
29411 29420
29412See Info node `Merging'. 29421See Info node `Merging'.
@@ -29444,32 +29453,33 @@ allowed and simply skipped).
29444\(fn DIR NAME)" t nil) 29453\(fn DIR NAME)" t nil)
29445 29454
29446(autoload 'vc-print-log "vc" "\ 29455(autoload 'vc-print-log "vc" "\
29447List the change log of the current buffer in a window. 29456List the change log of the current fileset in a window.
29448If FOCUS-REV is non-nil, leave the point at that revision. 29457If WORKING-REVISION is non-nil, leave the point at that revision.
29449 29458
29450\(fn &optional WORKING-REVISION)" t nil) 29459\(fn &optional WORKING-REVISION)" t nil)
29451 29460
29452(autoload 'vc-revert "vc" "\ 29461(autoload 'vc-revert "vc" "\
29453Revert the current buffer's file to the version it was based on. 29462Revert working copies of the selected fileset to their repository contents.
29454This asks for confirmation if the buffer contents are not identical 29463This asks for confirmation if the buffer contents are not identical
29455to the working revision (except for keyword expansion). 29464to the working revision (except for keyword expansion).
29456 29465
29457\(fn)" t nil) 29466\(fn)" t nil)
29458 29467
29459(autoload 'vc-rollback "vc" "\ 29468(autoload 'vc-rollback "vc" "\
29460Get rid of most recently checked in version of this file. 29469Roll back (remove) the most recent changeset committed to the repository.
29461A prefix argument NOREVERT means do not revert the buffer afterwards. 29470This may be either a file-level or a repository-level operation,
29471depending on the underlying version-control system.
29462 29472
29463\(fn &optional NOREVERT)" t nil) 29473\(fn)" t nil)
29464 29474
29465(define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1") 29475(define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
29466 29476
29467(autoload 'vc-update "vc" "\ 29477(autoload 'vc-update "vc" "\
29468Update the current buffer's file to the latest version on its branch. 29478Update the current fileset's files to their tip revisions.
29469If the file contains no changes, and is not locked, then this simply replaces 29479For each one that contains no changes, and is not locked, then this simply
29470the working file with the latest version on its branch. If the file contains 29480replaces the work file with the latest revision on its branch. If the file
29471changes, and the backend supports merging news, then any recent changes from 29481contains changes, and the backend supports merging news, then any recent
29472the current branch are merged into the working file. 29482changes from the current branch are merged into the working file.
29473 29483
29474\(fn)" t nil) 29484\(fn)" t nil)
29475 29485
@@ -29556,7 +29566,7 @@ mode-specific menu. `vc-annotate-color-map' and
29556 29566
29557;;;*** 29567;;;***
29558 29568
29559;;;### (autoloads nil "vc-arch" "vc-arch.el" (18190 35213)) 29569;;;### (autoloads nil "vc-arch" "vc-arch.el" (18231 31064))
29560;;; Generated autoloads from vc-arch.el 29570;;; Generated autoloads from vc-arch.el
29561 (defun vc-arch-registered (file) 29571 (defun vc-arch-registered (file)
29562 (if (vc-find-root file "{arch}/=tagging-method") 29572 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29566,7 +29576,7 @@ mode-specific menu. `vc-annotate-color-map' and
29566 29576
29567;;;*** 29577;;;***
29568 29578
29569;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18190 35214)) 29579;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18203 51788))
29570;;; Generated autoloads from vc-bzr.el 29580;;; Generated autoloads from vc-bzr.el
29571 29581
29572(defconst vc-bzr-admin-dirname ".bzr" "\ 29582(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -29581,7 +29591,7 @@ Name of the directory containing Bzr repository status files.")
29581 29591
29582;;;*** 29592;;;***
29583 29593
29584;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18190 35214)) 29594;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18231 31064))
29585;;; Generated autoloads from vc-cvs.el 29595;;; Generated autoloads from vc-cvs.el
29586 (defun vc-cvs-registered (f) 29596 (defun vc-cvs-registered (f)
29587 (when (file-readable-p (expand-file-name 29597 (when (file-readable-p (expand-file-name
@@ -29591,7 +29601,7 @@ Name of the directory containing Bzr repository status files.")
29591 29601
29592;;;*** 29602;;;***
29593 29603
29594;;;### (autoloads nil "vc-git" "vc-git.el" (18190 35214)) 29604;;;### (autoloads nil "vc-git" "vc-git.el" (18203 51788))
29595;;; Generated autoloads from vc-git.el 29605;;; Generated autoloads from vc-git.el
29596 (defun vc-git-registered (file) 29606 (defun vc-git-registered (file)
29597 "Return non-nil if FILE is registered with git." 29607 "Return non-nil if FILE is registered with git."
@@ -29602,7 +29612,7 @@ Name of the directory containing Bzr repository status files.")
29602 29612
29603;;;*** 29613;;;***
29604 29614
29605;;;### (autoloads nil "vc-hg" "vc-hg.el" (18190 35214)) 29615;;;### (autoloads nil "vc-hg" "vc-hg.el" (18203 51788))
29606;;; Generated autoloads from vc-hg.el 29616;;; Generated autoloads from vc-hg.el
29607 (defun vc-hg-registered (file) 29617 (defun vc-hg-registered (file)
29608 "Return non-nil if FILE is registered with hg." 29618 "Return non-nil if FILE is registered with hg."
@@ -29613,7 +29623,7 @@ Name of the directory containing Bzr repository status files.")
29613 29623
29614;;;*** 29624;;;***
29615 29625
29616;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (18177 877)) 29626;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (18231 31064))
29617;;; Generated autoloads from vc-mcvs.el 29627;;; Generated autoloads from vc-mcvs.el
29618 (defun vc-mcvs-registered (file) 29628 (defun vc-mcvs-registered (file)
29619 (if (vc-find-root file "MCVS/CVS") 29629 (if (vc-find-root file "MCVS/CVS")
@@ -29623,7 +29633,7 @@ Name of the directory containing Bzr repository status files.")
29623 29633
29624;;;*** 29634;;;***
29625 29635
29626;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18190 34947)) 29636;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18213 1256))
29627;;; Generated autoloads from vc-mtn.el 29637;;; Generated autoloads from vc-mtn.el
29628 29638
29629(defconst vc-mtn-admin-dir "_MTN") 29639(defconst vc-mtn-admin-dir "_MTN")
@@ -29638,7 +29648,7 @@ Name of the directory containing Bzr repository status files.")
29638;;;*** 29648;;;***
29639 29649
29640;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29650;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29641;;;;;; (18177 877)) 29651;;;;;; (18194 36639))
29642;;; Generated autoloads from vc-rcs.el 29652;;; Generated autoloads from vc-rcs.el
29643 29653
29644(defvar vc-rcs-master-templates '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s") "\ 29654(defvar vc-rcs-master-templates '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s") "\
@@ -29651,7 +29661,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29651;;;*** 29661;;;***
29652 29662
29653;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29663;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29654;;;;;; (18177 877)) 29664;;;;;; (18194 36639))
29655;;; Generated autoloads from vc-sccs.el 29665;;; Generated autoloads from vc-sccs.el
29656 29666
29657(defvar vc-sccs-master-templates '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir) "\ 29667(defvar vc-sccs-master-templates '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir) "\
@@ -29668,7 +29678,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29668 29678
29669;;;*** 29679;;;***
29670 29680
29671;;;### (autoloads nil "vc-svn" "vc-svn.el" (18190 35214)) 29681;;;### (autoloads nil "vc-svn" "vc-svn.el" (18231 31064))
29672;;; Generated autoloads from vc-svn.el 29682;;; Generated autoloads from vc-svn.el
29673 (defun vc-svn-registered (f) 29683 (defun vc-svn-registered (f)
29674 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29684 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29686,7 +29696,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29686;;;*** 29696;;;***
29687 29697
29688;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29698;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29689;;;;;; (18177 848)) 29699;;;;;; (18213 1259))
29690;;; Generated autoloads from progmodes/vera-mode.el 29700;;; Generated autoloads from progmodes/vera-mode.el
29691 (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode)) 29701 (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode))
29692 29702
@@ -29744,7 +29754,7 @@ Key bindings:
29744;;;*** 29754;;;***
29745 29755
29746;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29756;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29747;;;;;; (18190 35206)) 29757;;;;;; (18213 1260))
29748;;; Generated autoloads from progmodes/vhdl-mode.el 29758;;; Generated autoloads from progmodes/vhdl-mode.el
29749 29759
29750(autoload 'vhdl-mode "vhdl-mode" "\ 29760(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30285,7 +30295,7 @@ Key bindings:
30285 30295
30286;;;*** 30296;;;***
30287 30297
30288;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18177 858)) 30298;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18203 51788))
30289;;; Generated autoloads from emulation/vi.el 30299;;; Generated autoloads from emulation/vi.el
30290 30300
30291(autoload 'vi-mode "vi" "\ 30301(autoload 'vi-mode "vi" "\
@@ -30384,12 +30394,19 @@ Not documented
30384 30394
30385;;;*** 30395;;;***
30386 30396
30387;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 30397;;;### (autoloads (View-exit-and-edit view-mode-enter view-return-to-alist-update
30388;;;;;; view-buffer-other-window view-buffer view-file-other-frame 30398;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30389;;;;;; view-file-other-window view-file) "view" "view.el" (18190 30399;;;;;; view-buffer view-file-other-frame view-file-other-window
30390;;;;;; 35214)) 30400;;;;;; view-file view-remove-frame-by-deleting) "view" "view.el"
30401;;;;;; (18231 31064))
30391;;; Generated autoloads from view.el 30402;;; Generated autoloads from view.el
30392 30403
30404(defvar view-remove-frame-by-deleting t "\
30405*Determine how View mode removes a frame no longer needed.
30406If nil, make an icon of the frame. If non-nil, delete the frame.")
30407
30408(custom-autoload 'view-remove-frame-by-deleting "view" t)
30409
30393(defvar view-mode nil "\ 30410(defvar view-mode nil "\
30394Non-nil if View mode is enabled. 30411Non-nil if View mode is enabled.
30395Don't change this variable directly, you must change it by one of the 30412Don't change this variable directly, you must change it by one of the
@@ -30399,11 +30416,11 @@ functions that enable or disable view mode.")
30399 30416
30400(autoload 'view-file "view" "\ 30417(autoload 'view-file "view" "\
30401View FILE in View mode, returning to previous buffer when done. 30418View FILE in View mode, returning to previous buffer when done.
30402Emacs commands editing the buffer contents are not available; instead, 30419Emacs commands editing the buffer contents are not available; instead, a
30403a special set of commands (mostly letters and punctuation) 30420special set of commands (mostly letters and punctuation) are defined for
30404are defined for moving around in the buffer. 30421moving around in the buffer.
30405Space scrolls forward, Delete scrolls backward. 30422Space scrolls forward, Delete scrolls backward.
30406For list of all View commands, type H or h while viewing. 30423For a list of all View commands, type H or h while viewing.
30407 30424
30408This command runs the normal hook `view-mode-hook'. 30425This command runs the normal hook `view-mode-hook'.
30409 30426
@@ -30411,12 +30428,12 @@ This command runs the normal hook `view-mode-hook'.
30411 30428
30412(autoload 'view-file-other-window "view" "\ 30429(autoload 'view-file-other-window "view" "\
30413View FILE in View mode in another window. 30430View FILE in View mode in another window.
30414Return that window to its previous buffer when done. 30431Return that window to its previous buffer when done. Emacs commands
30415Emacs commands editing the buffer contents are not available; instead, 30432editing the buffer contents are not available; instead, a special set of
30416a special set of commands (mostly letters and punctuation) 30433commands (mostly letters and punctuation) are defined for moving around
30417are defined for moving around in the buffer. 30434in the buffer.
30418Space scrolls forward, Delete scrolls backward. 30435Space scrolls forward, Delete scrolls backward.
30419For list of all View commands, type H or h while viewing. 30436For a list of all View commands, type H or h while viewing.
30420 30437
30421This command runs the normal hook `view-mode-hook'. 30438This command runs the normal hook `view-mode-hook'.
30422 30439
@@ -30425,11 +30442,11 @@ This command runs the normal hook `view-mode-hook'.
30425(autoload 'view-file-other-frame "view" "\ 30442(autoload 'view-file-other-frame "view" "\
30426View FILE in View mode in another frame. 30443View FILE in View mode in another frame.
30427Maybe delete other frame and/or return to previous buffer when done. 30444Maybe delete other frame and/or return to previous buffer when done.
30428Emacs commands editing the buffer contents are not available; instead, 30445Emacs commands editing the buffer contents are not available; instead, a
30429a special set of commands (mostly letters and punctuation) 30446special set of commands (mostly letters and punctuation) are defined for
30430are defined for moving around in the buffer. 30447moving around in the buffer.
30431Space scrolls forward, Delete scrolls backward. 30448Space scrolls forward, Delete scrolls backward.
30432For list of all View commands, type H or h while viewing. 30449For a list of all View commands, type H or h while viewing.
30433 30450
30434This command runs the normal hook `view-mode-hook'. 30451This command runs the normal hook `view-mode-hook'.
30435 30452
@@ -30437,51 +30454,51 @@ This command runs the normal hook `view-mode-hook'.
30437 30454
30438(autoload 'view-buffer "view" "\ 30455(autoload 'view-buffer "view" "\
30439View BUFFER in View mode, returning to previous buffer when done. 30456View BUFFER in View mode, returning to previous buffer when done.
30440Emacs commands editing the buffer contents are not available; instead, 30457Emacs commands editing the buffer contents are not available; instead, a
30441a special set of commands (mostly letters and punctuation) 30458special set of commands (mostly letters and punctuation) are defined for
30442are defined for moving around in the buffer. 30459moving around in the buffer.
30443Space scrolls forward, Delete scrolls backward. 30460Space scrolls forward, Delete scrolls backward.
30444For list of all View commands, type H or h while viewing. 30461For a list of all View commands, type H or h while viewing.
30445 30462
30446This command runs the normal hook `view-mode-hook'. 30463This command runs the normal hook `view-mode-hook'.
30447 30464
30448Optional argument EXIT-ACTION is either nil or a function with buffer as 30465Optional argument EXIT-ACTION is either nil or a function with buffer as
30449argument. This function is called when finished viewing buffer. 30466argument. This function is called when finished viewing buffer. Use
30450Use this argument instead of explicitly setting `view-exit-action'. 30467this argument instead of explicitly setting `view-exit-action'.
30451 30468
30452\(fn BUFFER &optional EXIT-ACTION)" t nil) 30469\(fn BUFFER &optional EXIT-ACTION)" t nil)
30453 30470
30454(autoload 'view-buffer-other-window "view" "\ 30471(autoload 'view-buffer-other-window "view" "\
30455View BUFFER in View mode in another window. 30472View BUFFER in View mode in another window.
30456Return to previous buffer when done, unless optional NOT-RETURN is non-nil. 30473Return to previous buffer when done, unless optional NOT-RETURN is
30457Emacs commands editing the buffer contents are not available; instead, 30474non-nil. Emacs commands editing the buffer contents are not available;
30458a special set of commands (mostly letters and punctuation) 30475instead, a special set of commands (mostly letters and punctuation) are
30459are defined for moving around in the buffer. 30476defined for moving around in the buffer.
30460Space scrolls forward, Delete scrolls backward. 30477Space scrolls forward, Delete scrolls backward.
30461For list of all View commands, type H or h while viewing. 30478For a list of all View commands, type H or h while viewing.
30462 30479
30463This command runs the normal hook `view-mode-hook'. 30480This command runs the normal hook `view-mode-hook'.
30464 30481
30465Optional argument EXIT-ACTION is either nil or a function with buffer as 30482Optional argument EXIT-ACTION is either nil or a function with buffer as
30466argument. This function is called when finished viewing buffer. 30483argument. This function is called when finished viewing buffer. Use
30467Use this argument instead of explicitly setting `view-exit-action'. 30484this argument instead of explicitly setting `view-exit-action'.
30468 30485
30469\(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil) 30486\(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
30470 30487
30471(autoload 'view-buffer-other-frame "view" "\ 30488(autoload 'view-buffer-other-frame "view" "\
30472View BUFFER in View mode in another frame. 30489View BUFFER in View mode in another frame.
30473Return to previous buffer when done, unless optional NOT-RETURN is non-nil. 30490Return to previous buffer when done, unless optional NOT-RETURN is
30474Emacs commands editing the buffer contents are not available; instead, 30491non-nil. Emacs commands editing the buffer contents are not available;
30475a special set of commands (mostly letters and punctuation) 30492instead, a special set of commands (mostly letters and punctuation) are
30476are defined for moving around in the buffer. 30493defined for moving around in the buffer.
30477Space scrolls forward, Delete scrolls backward. 30494Space scrolls forward, Delete scrolls backward.
30478For list of all View commands, type H or h while viewing. 30495For a list of all View commands, type H or h while viewing.
30479 30496
30480This command runs the normal hook `view-mode-hook'. 30497This command runs the normal hook `view-mode-hook'.
30481 30498
30482Optional argument EXIT-ACTION is either nil or a function with buffer as 30499Optional argument EXIT-ACTION is either nil or a function with buffer as
30483argument. This function is called when finished viewing buffer. 30500argument. This function is called when finished viewing buffer. Use
30484Use this argument instead of explicitly setting `view-exit-action'. 30501this argument instead of explicitly setting `view-exit-action'.
30485 30502
30486\(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil) 30503\(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
30487 30504
@@ -30565,26 +30582,41 @@ Entry to view-mode runs the normal hook `view-mode-hook'.
30565 30582
30566\(fn &optional ARG)" t nil) 30583\(fn &optional ARG)" t nil)
30567 30584
30585(autoload 'view-return-to-alist-update "view" "\
30586Update `view-return-to-alist' of buffer BUFFER.
30587Remove from `view-return-to-alist' all entries referencing dead
30588windows. Optional argument ITEM non-nil means add ITEM to
30589`view-return-to-alist' after purging. For a decsription of items
30590that can be added see the RETURN-TO-ALIST argument of the
30591function `view-mode-exit'. If `view-return-to-alist' contains an
30592entry for the selected window, purge that entry from
30593`view-return-to-alist' before adding ITEM.
30594
30595\(fn BUFFER &optional ITEM)" nil nil)
30596
30568(autoload 'view-mode-enter "view" "\ 30597(autoload 'view-mode-enter "view" "\
30569Enter View mode and set up exit from view mode depending on optional arguments. 30598Enter View mode and set up exit from view mode depending on optional arguments.
30570If RETURN-TO is non-nil it is added as an element to the buffer local alist 30599RETURN-TO non-nil means add RETURN-TO as an element to the buffer
30571`view-return-to-alist'. 30600local alist `view-return-to-alist'. Save EXIT-ACTION in buffer
30572Save EXIT-ACTION in buffer local variable `view-exit-action'. 30601local variable `view-exit-action'. It should be either nil or a
30573It should be either nil or a function that takes a buffer as argument. 30602function that takes a buffer as argument. This function will be
30574This function will be called by `view-mode-exit'. 30603called by `view-mode-exit'.
30575 30604
30576RETURN-TO is either nil, meaning do nothing when exiting view mode, or 30605RETURN-TO is either nil, meaning do nothing when exiting view
30577it has the format (WINDOW OLD-WINDOW . OLD-BUF-INFO). 30606mode, or must have the format (WINDOW OLD-WINDOW . OLD-BUF-INFO).
30578WINDOW is a window used for viewing. 30607WINDOW is the window used for viewing. OLD-WINDOW is nil or the
30579OLD-WINDOW is nil or the window to select after viewing. 30608window to select after viewing. OLD-BUF-INFO tells what to do
30580OLD-BUF-INFO tells what to do with WINDOW when exiting. It is one of: 30609with WINDOW when exiting. It is one of:
305811) nil Do nothing. 306101) nil Do nothing.
305822) t Delete WINDOW or, if it is the only window, its frame. 306112) t Delete WINDOW or, if it is the only window and
30612 `view-remove-frame-by-deleting' is non-nil, its
30613 frame.
305833) (OLD-BUFF START POINT) Display buffer OLD-BUFF with displayed text 306143) (OLD-BUFF START POINT) Display buffer OLD-BUFF with displayed text
30584 starting at START and point at POINT in WINDOW. 30615 starting at START and point at POINT in WINDOW.
305854) quit-window Do `quit-window' in WINDOW. 306164) quit-window Do `quit-window' in WINDOW.
306175) keep-frame Like case 2) but do not delete the frame.
30586 30618
30587For list of all View commands, type H or h while viewing. 30619For a list of all View commands, type H or h while viewing.
30588 30620
30589This function runs the normal hook `view-mode-hook'. 30621This function runs the normal hook `view-mode-hook'.
30590 30622
@@ -30597,8 +30629,8 @@ Exit View mode and make the current buffer editable.
30597 30629
30598;;;*** 30630;;;***
30599 30631
30600;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18177 30632;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18231
30601;;;;;; 858)) 30633;;;;;; 31065))
30602;;; Generated autoloads from emulation/vip.el 30634;;; Generated autoloads from emulation/vip.el
30603 30635
30604(autoload 'vip-setup "vip" "\ 30636(autoload 'vip-setup "vip" "\
@@ -30614,7 +30646,7 @@ Turn on VIP emulation of VI.
30614;;;*** 30646;;;***
30615 30647
30616;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30648;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30617;;;;;; (18190 35188)) 30649;;;;;; (18231 31065))
30618;;; Generated autoloads from emulation/viper.el 30650;;; Generated autoloads from emulation/viper.el
30619 30651
30620(autoload 'toggle-viper-mode "viper" "\ 30652(autoload 'toggle-viper-mode "viper" "\
@@ -30721,7 +30753,7 @@ this is equivalent to `display-warning', using
30721;;;*** 30753;;;***
30722 30754
30723;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30755;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30724;;;;;; (18177 878)) 30756;;;;;; (18231 31064))
30725;;; Generated autoloads from wdired.el 30757;;; Generated autoloads from wdired.el
30726 30758
30727(autoload 'wdired-change-to-wdired-mode "wdired" "\ 30759(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -30754,7 +30786,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30754;;;*** 30786;;;***
30755 30787
30756;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30788;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30757;;;;;; (18190 35206)) 30789;;;;;; (18190 39684))
30758;;; Generated autoloads from progmodes/which-func.el 30790;;; Generated autoloads from progmodes/which-func.el
30759 (put 'which-func-format 'risky-local-variable t) 30791 (put 'which-func-format 'risky-local-variable t)
30760 (put 'which-func-current 'risky-local-variable t) 30792 (put 'which-func-current 'risky-local-variable t)
@@ -30787,7 +30819,7 @@ and off otherwise.
30787;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 30819;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
30788;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 30820;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
30789;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 30821;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
30790;;;;;; (18190 35214)) 30822;;;;;; (18231 31064))
30791;;; Generated autoloads from whitespace.el 30823;;; Generated autoloads from whitespace.el
30792 30824
30793(autoload 'whitespace-toggle-leading-check "whitespace" "\ 30825(autoload 'whitespace-toggle-leading-check "whitespace" "\
@@ -30873,12 +30905,12 @@ When this mode is active, `whitespace-buffer' is added to
30873Hook function to be called on the buffer when whitespace check is enabled. 30905Hook function to be called on the buffer when whitespace check is enabled.
30874This is meant to be added buffer-locally to `write-file-functions'. 30906This is meant to be added buffer-locally to `write-file-functions'.
30875 30907
30876\(fn)" t nil) 30908\(fn)" nil nil)
30877 30909
30878;;;*** 30910;;;***
30879 30911
30880;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 30912;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
30881;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18190 35214)) 30913;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18190 39680))
30882;;; Generated autoloads from wid-browse.el 30914;;; Generated autoloads from wid-browse.el
30883 30915
30884(autoload 'widget-browse-at "wid-browse" "\ 30916(autoload 'widget-browse-at "wid-browse" "\
@@ -30906,7 +30938,7 @@ With arg, turn widget mode on if and only if arg is positive.
30906 30938
30907;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 30939;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
30908;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18190 30940;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18190
30909;;;;;; 35214)) 30941;;;;;; 39680))
30910;;; Generated autoloads from wid-edit.el 30942;;; Generated autoloads from wid-edit.el
30911 30943
30912(autoload 'widgetp "wid-edit" "\ 30944(autoload 'widgetp "wid-edit" "\
@@ -31023,7 +31055,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31023;;;*** 31055;;;***
31024 31056
31025;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 31057;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
31026;;;;;; "woman.el" (18190 35215)) 31058;;;;;; "woman.el" (18195 4246))
31027;;; Generated autoloads from woman.el 31059;;; Generated autoloads from woman.el
31028 31060
31029(autoload 'woman "woman" "\ 31061(autoload 'woman "woman" "\
@@ -31197,8 +31229,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
31197 31229
31198;;;*** 31230;;;***
31199 31231
31200;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18190 31232;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18203
31201;;;;;; 35215)) 31233;;;;;; 51788))
31202;;; Generated autoloads from xt-mouse.el 31234;;; Generated autoloads from xt-mouse.el
31203 31235
31204(defvar xterm-mouse-mode nil "\ 31236(defvar xterm-mouse-mode nil "\
@@ -31269,7 +31301,7 @@ Zippy goes to the analyst.
31269 31301
31270;;;*** 31302;;;***
31271 31303
31272;;;### (autoloads (zone) "zone" "play/zone.el" (18190 35204)) 31304;;;### (autoloads (zone) "zone" "play/zone.el" (18213 1259))
31273;;; Generated autoloads from play/zone.el 31305;;; Generated autoloads from play/zone.el
31274 31306
31275(autoload 'zone "zone" "\ 31307(autoload 'zone "zone" "\
@@ -31308,9 +31340,9 @@ Zone out, completely.
31308;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/find-gc.el" 31340;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/find-gc.el"
31309;;;;;; "emacs-lisp/float-sup.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" 31341;;;;;; "emacs-lisp/float-sup.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el"
31310;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" 31342;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el"
31311;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" 31343;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el"
31312;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/regi.el" "emacs-lisp/sregex.el" 31344;;;;;; "emacs-lisp/regi.el" "emacs-lisp/sregex.el" "emacs-lisp/syntax.el"
31313;;;;;; "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 31345;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
31314;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" 31346;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
31315;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" 31347;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
31316;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/tpu-mapper.el" 31348;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/tpu-mapper.el"
@@ -31348,13 +31380,15 @@ Zone out, completely.
31348;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" 31380;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el"
31349;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el" 31381;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el"
31350;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" 31382;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el"
31351;;;;;; "gnus/nnwarchive.el" "gnus/nnweb.el" "gnus/nnwfm.el" "gnus/pop3.el" 31383;;;;;; "gnus/nnwarchive.el" "gnus/nnweb.el" "gnus/nnwfm.el" "gnus/ntlm.el"
31352;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" 31384;;;;;; "gnus/password.el" "gnus/pop3.el" "gnus/rfc1843.el" "gnus/rfc2045.el"
31353;;;;;; "gnus/rfc2231.el" "gnus/sieve-manage.el" "gnus/smime.el" 31385;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sasl-cram.el"
31354;;;;;; "gnus/spam-stat.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" 31386;;;;;; "gnus/sasl-digest.el" "gnus/sasl-ntlm.el" "gnus/sasl.el"
31355;;;;;; "help.el" "indent.el" "international/characters.el" "international/charprop.el" 31387;;;;;; "gnus/sieve-manage.el" "gnus/smime-ldap.el" "gnus/smime.el"
31356;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" 31388;;;;;; "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el"
31357;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" 31389;;;;;; "gnus/utf7.el" "gnus/webmail.el" "help.el" "indent.el" "international/characters.el"
31390;;;;;; "international/charprop.el" "international/cp51932.el" "international/eucjp-ms.el"
31391;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
31358;;;;;; "international/ja-dic-utl.el" "international/mule-cmds.el" 31392;;;;;; "international/ja-dic-utl.el" "international/mule-cmds.el"
31359;;;;;; "international/mule-conf.el" "international/mule.el" "international/ogonek.el" 31393;;;;;; "international/mule-conf.el" "international/mule.el" "international/ogonek.el"
31360;;;;;; "international/uni-bidi.el" "international/uni-category.el" 31394;;;;;; "international/uni-bidi.el" "international/uni-category.el"
@@ -31386,10 +31420,11 @@ Zone out, completely.
31386;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" 31420;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
31387;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" 31421;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el"
31388;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/socks.el" 31422;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/socks.el"
31389;;;;;; "net/tls.el" "net/tramp-cache.el" "net/tramp-compat.el" "net/tramp-fish.el" 31423;;;;;; "net/tls.el" "net/tramp-cache.el" "net/tramp-cmds.el" "net/tramp-compat.el"
31390;;;;;; "net/tramp-gw.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" 31424;;;;;; "net/tramp-fish.el" "net/tramp-gw.el" "net/tramp-smb.el"
31391;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" 31425;;;;;; "net/tramp-uu.el" "net/trampver.el" "patcomp.el" "paths.el"
31392;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" 31426;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el"
31427;;;;;; "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el"
31393;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 31428;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
31394;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" 31429;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
31395;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" 31430;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
@@ -31412,7 +31447,7 @@ Zone out, completely.
31412;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" 31447;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el"
31413;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" 31448;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el"
31414;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 31449;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
31415;;;;;; "widget.el" "window.el" "x-dnd.el") (18190 59623 725683)) 31450;;;;;; "widget.el" "window.el" "x-dnd.el") (18232 8668 344872))
31416 31451
31417;;;*** 31452;;;***
31418 31453