aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-04-01 06:17:57 -0400
committerGlenn Morris2014-04-01 06:17:57 -0400
commita7ab7bc038e1e53f4e8e4b65125b5c64c548c407 (patch)
treeaf5bfd6c8d4269cffc4411d7c4dd9b58eabc3e2e
parentfbc87aeaafe7ccdcfd2e4d1c0417c747587b8ab9 (diff)
downloademacs-a7ab7bc038e1e53f4e8e4b65125b5c64c548c407.tar.gz
emacs-a7ab7bc038e1e53f4e8e4b65125b5c64c548c407.zip
Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el1022
1 files changed, 490 insertions, 532 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 74746d9f312..78a14854195 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -238,8 +238,8 @@ old-style time formats for entries are supported.
238 238
239;;;*** 239;;;***
240 240
241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (21240 46395 241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (21278 229
242;;;;;; 727291 0)) 242;;;;;; 682967 799000))
243;;; Generated autoloads from emacs-lisp/advice.el 243;;; Generated autoloads from emacs-lisp/advice.el
244 244
245(defvar ad-redefinition-action 'warn "\ 245(defvar ad-redefinition-action 'warn "\
@@ -299,8 +299,6 @@ If FUNCTION was not advised already, its advice info will be
299initialized. Redefining a piece of advice whose name is part of 299initialized. Redefining a piece of advice whose name is part of
300the cache-id will clear the cache. 300the cache-id will clear the cache.
301 301
302See Info node `(elisp)Computed Advice' for detailed documentation.
303
304\(fn FUNCTION ADVICE CLASS POSITION)" nil nil) 302\(fn FUNCTION ADVICE CLASS POSITION)" nil nil)
305 303
306(autoload 'ad-activate "advice" "\ 304(autoload 'ad-activate "advice" "\
@@ -364,7 +362,6 @@ time. This generates a compiled advised definition according to the current
364advice state that will be used during activation if appropriate. Only use 362advice state that will be used during activation if appropriate. Only use
365this if the `defadvice' gets actually compiled. 363this if the `defadvice' gets actually compiled.
366 364
367See Info node `(elisp)Advising Functions' for comprehensive documentation.
368usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) 365usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
369 [DOCSTRING] [INTERACTIVE-FORM] 366 [DOCSTRING] [INTERACTIVE-FORM]
370 BODY...) 367 BODY...)
@@ -377,7 +374,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
377 374
378;;;*** 375;;;***
379 376
380;;;### (autoloads nil "align" "align.el" (21240 46395 727291 0)) 377;;;### (autoloads nil "align" "align.el" (21299 64170 881226 0))
381;;; Generated autoloads from align.el 378;;; Generated autoloads from align.el
382 379
383(autoload 'align "align" "\ 380(autoload 'align "align" "\
@@ -954,7 +951,7 @@ the buffer *Birthday-Present-for-Name*.
954 951
955;;;*** 952;;;***
956 953
957;;;### (autoloads nil "ansi-color" "ansi-color.el" (21187 63826 213216 954;;;### (autoloads nil "ansi-color" "ansi-color.el" (21277 37159 898165
958;;;;;; 0)) 955;;;;;; 0))
959;;; Generated autoloads from ansi-color.el 956;;; Generated autoloads from ansi-color.el
960(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) 957(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions)
@@ -1483,8 +1480,8 @@ Special commands:
1483 1480
1484;;;*** 1481;;;***
1485 1482
1486;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21257 1483;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21296
1487;;;;;; 55477 969423 0)) 1484;;;;;; 1575 438327 0))
1488;;; Generated autoloads from gnus/auth-source.el 1485;;; Generated autoloads from gnus/auth-source.el
1489 1486
1490(defvar auth-source-cache-expiry 7200 "\ 1487(defvar auth-source-cache-expiry 7200 "\
@@ -1805,7 +1802,7 @@ Run script using `bat-run' and `bat-run-args'.
1805 1802
1806;;;*** 1803;;;***
1807 1804
1808;;;### (autoloads nil "battery" "battery.el" (21187 63826 213216 1805;;;### (autoloads nil "battery" "battery.el" (21293 25385 120083
1809;;;;;; 0)) 1806;;;;;; 0))
1810;;; Generated autoloads from battery.el 1807;;; Generated autoloads from battery.el
1811 (put 'battery-mode-line-string 'risky-local-variable t) 1808 (put 'battery-mode-line-string 'risky-local-variable t)
@@ -2126,7 +2123,7 @@ a reflection.
2126 2123
2127;;;*** 2124;;;***
2128 2125
2129;;;### (autoloads nil "bookmark" "bookmark.el" (21187 63826 213216 2126;;;### (autoloads nil "bookmark" "bookmark.el" (21294 46247 414129
2130;;;;;; 0)) 2127;;;;;; 0))
2131;;; Generated autoloads from bookmark.el 2128;;; Generated autoloads from bookmark.el
2132 (define-key ctl-x-r-map "b" 'bookmark-jump) 2129 (define-key ctl-x-r-map "b" 'bookmark-jump)
@@ -2253,10 +2250,11 @@ probably because we were called from there.
2253 2250
2254(autoload 'bookmark-write "bookmark" "\ 2251(autoload 'bookmark-write "bookmark" "\
2255Write bookmarks to a file (reading the file name with the minibuffer). 2252Write bookmarks to a file (reading the file name with the minibuffer).
2256Don't use this in Lisp programs; use `bookmark-save' instead.
2257 2253
2258\(fn)" t nil) 2254\(fn)" t nil)
2259 2255
2256(put 'bookmark-write 'interactive-only 'bookmark-save)
2257
2260(autoload 'bookmark-save "bookmark" "\ 2258(autoload 'bookmark-save "bookmark" "\
2261Save currently defined bookmarks. 2259Save currently defined bookmarks.
2262Saves by default in the file defined by the variable 2260Saves by default in the file defined by the variable
@@ -2720,8 +2718,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2720 2718
2721;;;*** 2719;;;***
2722 2720
2723;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21240 2721;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21282
2724;;;;;; 46395 727291 0)) 2722;;;;;; 19839 942967 438000))
2725;;; Generated autoloads from emacs-lisp/bytecomp.el 2723;;; Generated autoloads from emacs-lisp/bytecomp.el
2726(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2724(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2727(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2725(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2985,8 +2983,8 @@ See the documentation for `calculator-mode' for more information.
2985 2983
2986;;;*** 2984;;;***
2987 2985
2988;;;### (autoloads nil "calendar" "calendar/calendar.el" (21187 63826 2986;;;### (autoloads nil "calendar" "calendar/calendar.el" (21288 7471
2989;;;;;; 213216 0)) 2987;;;;;; 924179 0))
2990;;; Generated autoloads from calendar/calendar.el 2988;;; Generated autoloads from calendar/calendar.el
2991 2989
2992(autoload 'calendar "calendar" "\ 2990(autoload 'calendar "calendar" "\
@@ -3047,46 +3045,6 @@ it fails.
3047 3045
3048;;;*** 3046;;;***
3049 3047
3050;;;### (autoloads nil "cap-words" "progmodes/cap-words.el" (21187
3051;;;;;; 63826 213216 0))
3052;;; Generated autoloads from progmodes/cap-words.el
3053
3054(autoload 'capitalized-words-mode "cap-words" "\
3055Toggle Capitalized Words mode.
3056With a prefix argument ARG, enable Capitalized Words mode if ARG
3057is positive, and disable it otherwise. If called from Lisp,
3058enable the mode if ARG is omitted or nil.
3059
3060Capitalized Words mode is a buffer-local minor mode. When
3061enabled, a word boundary occurs immediately before an uppercase
3062letter in a symbol. This is in addition to all the normal
3063boundaries given by the syntax and category tables. There is no
3064restriction to ASCII.
3065
3066E.g. the beginning of words in the following identifier are as marked:
3067
3068 capitalizedWorDD
3069 ^ ^ ^^
3070
3071Note that these word boundaries only apply for word motion and
3072marking commands such as \\[forward-word]. This mode does not affect word
3073boundaries found by regexp matching (`\\>', `\\w' &c).
3074
3075This style of identifiers is common in environments like Java ones,
3076where underscores aren't trendy enough. Capitalization rules are
3077sometimes part of the language, e.g. Haskell, which may thus encourage
3078such a style. It is appropriate to add `capitalized-words-mode' to
3079the mode hook for programming language modes in which you encounter
3080variables like this, e.g. `java-mode-hook'. It's unlikely to cause
3081trouble if such identifiers aren't used.
3082
3083See also `glasses-mode' and `studlify-word'.
3084Obsoletes `c-forward-into-nomenclature'.
3085
3086\(fn &optional ARG)" t nil)
3087
3088;;;***
3089
3090;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (21187 3048;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (21187
3091;;;;;; 63826 213216 0)) 3049;;;;;; 63826 213216 0))
3092;;; Generated autoloads from progmodes/cc-compat.el 3050;;; Generated autoloads from progmodes/cc-compat.el
@@ -3204,8 +3162,8 @@ the absolute file name of the file if STYLE-NAME is nil.
3204 3162
3205;;;*** 3163;;;***
3206 3164
3207;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21251 16696 3165;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21269 46645
3208;;;;;; 39562 0)) 3166;;;;;; 763684 0))
3209;;; Generated autoloads from progmodes/cc-mode.el 3167;;; Generated autoloads from progmodes/cc-mode.el
3210 3168
3211(autoload 'c-initialize-cc-mode "cc-mode" "\ 3169(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -4217,7 +4175,7 @@ If FRAME cannot display COLOR, return nil.
4217 4175
4218;;;*** 4176;;;***
4219 4177
4220;;;### (autoloads nil "comint" "comint.el" (21265 49588 918402 0)) 4178;;;### (autoloads nil "comint" "comint.el" (21305 16557 836987 0))
4221;;; Generated autoloads from comint.el 4179;;; Generated autoloads from comint.el
4222 4180
4223(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4181(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4279,6 +4237,8 @@ See `make-comint' and `comint-exec'.
4279 4237
4280\(fn PROGRAM)" t nil) 4238\(fn PROGRAM)" t nil)
4281 4239
4240(put 'comint-run 'interactive-only 'make-comint)
4241
4282(defvar comint-file-name-prefix (purecopy "") "\ 4242(defvar comint-file-name-prefix (purecopy "") "\
4283Prefix prepended to absolute file names taken from process input. 4243Prefix prepended to absolute file names taken from process input.
4284This is used by Comint's and shell's completion functions, and by shell's 4244This is used by Comint's and shell's completion functions, and by shell's
@@ -5050,8 +5010,8 @@ with empty strings removed.
5050 5010
5051;;;*** 5011;;;***
5052 5012
5053;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21187 63826 5013;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21285 31272
5054;;;;;; 213216 0)) 5014;;;;;; 331063 0))
5055;;; Generated autoloads from textmodes/css-mode.el 5015;;; Generated autoloads from textmodes/css-mode.el
5056 5016
5057(autoload 'css-mode "css-mode" "\ 5017(autoload 'css-mode "css-mode" "\
@@ -5978,7 +5938,7 @@ relevant to POS.
5978 5938
5979;;;*** 5939;;;***
5980 5940
5981;;;### (autoloads nil "desktop" "desktop.el" (21256 34613 967717 5941;;;### (autoloads nil "desktop" "desktop.el" (21280 13349 392544
5982;;;;;; 0)) 5942;;;;;; 0))
5983;;; Generated autoloads from desktop.el 5943;;; Generated autoloads from desktop.el
5984 5944
@@ -6051,13 +6011,13 @@ Handlers are called with argument list
6051 6011
6052Furthermore, they may use the following variables: 6012Furthermore, they may use the following variables:
6053 6013
6054 desktop-file-version 6014 `desktop-file-version'
6055 desktop-buffer-major-mode 6015 `desktop-buffer-major-mode'
6056 desktop-buffer-minor-modes 6016 `desktop-buffer-minor-modes'
6057 desktop-buffer-point 6017 `desktop-buffer-point'
6058 desktop-buffer-mark 6018 `desktop-buffer-mark'
6059 desktop-buffer-read-only 6019 `desktop-buffer-read-only'
6060 desktop-buffer-locals 6020 `desktop-buffer-locals'
6061 6021
6062If a handler returns a buffer, then the saved mode settings 6022If a handler returns a buffer, then the saved mode settings
6063and variable values for that buffer are copied into it. 6023and variable values for that buffer are copied into it.
@@ -6090,15 +6050,15 @@ Handlers are called with argument list
6090 6050
6091Furthermore, they may use the following variables: 6051Furthermore, they may use the following variables:
6092 6052
6093 desktop-file-version 6053 `desktop-file-version'
6094 desktop-buffer-file-name 6054 `desktop-buffer-file-name'
6095 desktop-buffer-name 6055 `desktop-buffer-name'
6096 desktop-buffer-major-mode 6056 `desktop-buffer-major-mode'
6097 desktop-buffer-minor-modes 6057 `desktop-buffer-minor-modes'
6098 desktop-buffer-point 6058 `desktop-buffer-point'
6099 desktop-buffer-mark 6059 `desktop-buffer-mark'
6100 desktop-buffer-read-only 6060 `desktop-buffer-read-only'
6101 desktop-buffer-misc 6061 `desktop-buffer-misc'
6102 6062
6103When a handler is called, the buffer has been created and the major mode has 6063When a handler is called, the buffer has been created and the major mode has
6104been set, but local variables listed in desktop-buffer-locals has not yet been 6064been set, but local variables listed in desktop-buffer-locals has not yet been
@@ -6351,7 +6311,7 @@ Optional arguments are passed to `dig-invoke'.
6351 6311
6352;;;*** 6312;;;***
6353 6313
6354;;;### (autoloads nil "dired" "dired.el" (21262 15747 490127 657000)) 6314;;;### (autoloads nil "dired" "dired.el" (21294 46655 260114 485000))
6355;;; Generated autoloads from dired.el 6315;;; Generated autoloads from dired.el
6356 6316
6357(defvar dired-listing-switches (purecopy "-al") "\ 6317(defvar dired-listing-switches (purecopy "-al") "\
@@ -7536,7 +7496,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7536 7496
7537;;;*** 7497;;;***
7538 7498
7539;;;### (autoloads nil "ede" "cedet/ede.el" (21187 63826 213216 0)) 7499;;;### (autoloads nil "ede" "cedet/ede.el" (21302 40357 421344 0))
7540;;; Generated autoloads from cedet/ede.el 7500;;; Generated autoloads from cedet/ede.el
7541(push (purecopy '(ede 1 2)) package--builtin-versions) 7501(push (purecopy '(ede 1 2)) package--builtin-versions)
7542 7502
@@ -7562,13 +7522,6 @@ an EDE controlled project.
7562 7522
7563;;;*** 7523;;;***
7564 7524
7565;;;### (autoloads nil "ede/dired" "cedet/ede/dired.el" (21187 63826
7566;;;;;; 213216 0))
7567;;; Generated autoloads from cedet/ede/dired.el
7568(push (purecopy '(dired 0 4)) package--builtin-versions)
7569
7570;;;***
7571
7572;;;### (autoloads nil "ede/project-am" "cedet/ede/project-am.el" 7525;;;### (autoloads nil "ede/project-am" "cedet/ede/project-am.el"
7573;;;;;; (21187 63826 213216 0)) 7526;;;;;; (21187 63826 213216 0))
7574;;; Generated autoloads from cedet/ede/project-am.el 7527;;; Generated autoloads from cedet/ede/project-am.el
@@ -8061,8 +8014,8 @@ BUFFER is put back into its original major mode.
8061 8014
8062;;;*** 8015;;;***
8063 8016
8064;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21226 13617 8017;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21280 51108
8065;;;;;; 810122 433000)) 8018;;;;;; 920078 0))
8066;;; Generated autoloads from emacs-lisp/eieio.el 8019;;; Generated autoloads from emacs-lisp/eieio.el
8067(push (purecopy '(eieio 1 4)) package--builtin-versions) 8020(push (purecopy '(eieio 1 4)) package--builtin-versions)
8068 8021
@@ -8085,8 +8038,8 @@ It creates an autoload function for CNAME's constructor.
8085 8038
8086;;;*** 8039;;;***
8087 8040
8088;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (21226 13501 8041;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (21305 16557
8089;;;;;; 706948 0)) 8042;;;;;; 836987 0))
8090;;; Generated autoloads from emacs-lisp/eldoc.el 8043;;; Generated autoloads from emacs-lisp/eldoc.el
8091 8044
8092(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8045(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8111,8 +8064,8 @@ expression point is on.
8111 8064
8112(define-obsolete-function-alias 'turn-on-eldoc-mode 'eldoc-mode "24.4") 8065(define-obsolete-function-alias 'turn-on-eldoc-mode 'eldoc-mode "24.4")
8113 8066
8114(defvar eldoc-documentation-function nil "\ 8067(defvar eldoc-documentation-function #'eldoc-documentation-function-default "\
8115If non-nil, function to call to return doc string. 8068Function to call to return doc string.
8116The function of no args should return a one-line string for displaying 8069The function of no args should return a one-line string for displaying
8117doc about a function etc. appropriate to the context around point. 8070doc about a function etc. appropriate to the context around point.
8118It should return nil if there's no doc appropriate for the context. 8071It should return nil if there's no doc appropriate for the context.
@@ -8280,8 +8233,8 @@ Other values are interpreted as usual.
8280 8233
8281;;;*** 8234;;;***
8282 8235
8283;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (21240 46395 8236;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (21302 89 140834
8284;;;;;; 727291 0)) 8237;;;;;; 615000))
8285;;; Generated autoloads from mail/emacsbug.el 8238;;; Generated autoloads from mail/emacsbug.el
8286 8239
8287(autoload 'report-emacs-bug "emacsbug" "\ 8240(autoload 'report-emacs-bug "emacsbug" "\
@@ -8389,7 +8342,7 @@ Commands:
8389 8342
8390;;;*** 8343;;;***
8391 8344
8392;;;### (autoloads nil "epa" "epa.el" (21235 28473 29431 0)) 8345;;;### (autoloads nil "epa" "epa.el" (21294 46247 414129 0))
8393;;; Generated autoloads from epa.el 8346;;; Generated autoloads from epa.el
8394 8347
8395(autoload 'epa-list-keys "epa" "\ 8348(autoload 'epa-list-keys "epa" "\
@@ -8466,6 +8419,8 @@ See the reason described in the `epa-decrypt-region' documentation.
8466 8419
8467\(fn START END)" t nil) 8420\(fn START END)" t nil)
8468 8421
8422(put 'epa-decrypt-armor-in-region 'interactive-only 't)
8423
8469(autoload 'epa-verify-region "epa" "\ 8424(autoload 'epa-verify-region "epa" "\
8470Verify the current region between START and END. 8425Verify the current region between START and END.
8471 8426
@@ -8486,6 +8441,8 @@ For example:
8486 8441
8487\(fn START END)" t nil) 8442\(fn START END)" t nil)
8488 8443
8444(put 'epa-verify-region 'interactive-only 't)
8445
8489(autoload 'epa-verify-cleartext-in-region "epa" "\ 8446(autoload 'epa-verify-cleartext-in-region "epa" "\
8490Verify OpenPGP cleartext signed messages in the current region 8447Verify OpenPGP cleartext signed messages in the current region
8491between START and END. 8448between START and END.
@@ -8495,6 +8452,8 @@ See the reason described in the `epa-verify-region' documentation.
8495 8452
8496\(fn START END)" t nil) 8453\(fn START END)" t nil)
8497 8454
8455(put 'epa-verify-cleartext-in-region 'interactive-only 't)
8456
8498(autoload 'epa-sign-region "epa" "\ 8457(autoload 'epa-sign-region "epa" "\
8499Sign the current region between START and END by SIGNERS keys selected. 8458Sign the current region between START and END by SIGNERS keys selected.
8500 8459
@@ -8514,6 +8473,8 @@ For example:
8514 8473
8515\(fn START END SIGNERS MODE)" t nil) 8474\(fn START END SIGNERS MODE)" t nil)
8516 8475
8476(put 'epa-sign-region 'interactive-only 't)
8477
8517(autoload 'epa-encrypt-region "epa" "\ 8478(autoload 'epa-encrypt-region "epa" "\
8518Encrypt the current region between START and END for RECIPIENTS. 8479Encrypt the current region between START and END for RECIPIENTS.
8519 8480
@@ -8534,6 +8495,8 @@ For example:
8534 8495
8535\(fn START END RECIPIENTS SIGN SIGNERS)" t nil) 8496\(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
8536 8497
8498(put 'epa-encrypt-region 'interactive-only 't)
8499
8537(autoload 'epa-delete-keys "epa" "\ 8500(autoload 'epa-delete-keys "epa" "\
8538Delete selected KEYS. 8501Delete selected KEYS.
8539 8502
@@ -8614,7 +8577,7 @@ Encrypt marked files.
8614 8577
8615;;;*** 8578;;;***
8616 8579
8617;;;### (autoloads nil "epa-mail" "epa-mail.el" (21187 63826 213216 8580;;;### (autoloads nil "epa-mail" "epa-mail.el" (21294 46247 414129
8618;;;;;; 0)) 8581;;;;;; 0))
8619;;; Generated autoloads from epa-mail.el 8582;;; Generated autoloads from epa-mail.el
8620 8583
@@ -8630,26 +8593,26 @@ if ARG is omitted or nil.
8630Decrypt OpenPGP armors in the current buffer. 8593Decrypt OpenPGP armors in the current buffer.
8631The buffer is expected to contain a mail message. 8594The buffer is expected to contain a mail message.
8632 8595
8633Don't use this command in Lisp programs!
8634
8635\(fn)" t nil) 8596\(fn)" t nil)
8636 8597
8598(put 'epa-mail-decrypt 'interactive-only 't)
8599
8637(autoload 'epa-mail-verify "epa-mail" "\ 8600(autoload 'epa-mail-verify "epa-mail" "\
8638Verify OpenPGP cleartext signed messages in the current buffer. 8601Verify OpenPGP cleartext signed messages in the current buffer.
8639The buffer is expected to contain a mail message. 8602The buffer is expected to contain a mail message.
8640 8603
8641Don't use this command in Lisp programs!
8642
8643\(fn)" t nil) 8604\(fn)" t nil)
8644 8605
8606(put 'epa-mail-verify 'interactive-only 't)
8607
8645(autoload 'epa-mail-sign "epa-mail" "\ 8608(autoload 'epa-mail-sign "epa-mail" "\
8646Sign the current buffer. 8609Sign the current buffer.
8647The buffer is expected to contain a mail message. 8610The buffer is expected to contain a mail message.
8648 8611
8649Don't use this command in Lisp programs!
8650
8651\(fn START END SIGNERS MODE)" t nil) 8612\(fn START END SIGNERS MODE)" t nil)
8652 8613
8614(put 'epa-mail-sign 'interactive-only 't)
8615
8653(autoload 'epa-mail-encrypt "epa-mail" "\ 8616(autoload 'epa-mail-encrypt "epa-mail" "\
8654Encrypt the outgoing mail message in the current buffer. 8617Encrypt the outgoing mail message in the current buffer.
8655Takes the recipients from the text in the header in the buffer 8618Takes the recipients from the text in the header in the buffer
@@ -8669,10 +8632,10 @@ SIGNERS is a list of keys to sign the message with.
8669Import keys in the OpenPGP armor format in the current buffer. 8632Import keys in the OpenPGP armor format in the current buffer.
8670The buffer is expected to contain a mail message. 8633The buffer is expected to contain a mail message.
8671 8634
8672Don't use this command in Lisp programs!
8673
8674\(fn)" t nil) 8635\(fn)" t nil)
8675 8636
8637(put 'epa-mail-import-keys 'interactive-only 't)
8638
8676(defvar epa-global-mail-mode nil "\ 8639(defvar epa-global-mail-mode nil "\
8677Non-nil if Epa-Global-Mail mode is enabled. 8640Non-nil if Epa-Global-Mail mode is enabled.
8678See the command `epa-global-mail-mode' for a description of this minor mode. 8641See the command `epa-global-mail-mode' for a description of this minor mode.
@@ -9988,7 +9951,7 @@ fourth arg NOSEP non-nil inhibits this.
9988 9951
9989;;;*** 9952;;;***
9990 9953
9991;;;### (autoloads nil "eww" "net/eww.el" (21220 61111 156047 0)) 9954;;;### (autoloads nil "eww" "net/eww.el" (21271 29460 497806 0))
9992;;; Generated autoloads from net/eww.el 9955;;; Generated autoloads from net/eww.el
9993 9956
9994(autoload 'eww "eww" "\ 9957(autoload 'eww "eww" "\
@@ -10385,14 +10348,14 @@ you can set `feedmail-queue-reminder-alist' to nil.
10385 10348
10386;;;*** 10349;;;***
10387 10350
10388;;;### (autoloads nil "ffap" "ffap.el" (21240 46395 727291 0)) 10351;;;### (autoloads nil "ffap" "ffap.el" (21293 25385 120083 0))
10389;;; Generated autoloads from ffap.el 10352;;; Generated autoloads from ffap.el
10390 10353
10391(autoload 'ffap-next "ffap" "\ 10354(autoload 'ffap-next "ffap" "\
10392Search buffer for next file or URL, and run ffap. 10355Search buffer for next file or URL, and run ffap.
10393Optional argument BACK says to search backwards. 10356Optional argument BACK says to search backwards.
10394Optional argument WRAP says to try wrapping around if necessary. 10357Optional argument WRAP says to try wrapping around if necessary.
10395Interactively: use a single prefix to search backwards, 10358Interactively: use a single prefix \\[universal-argument] to search backwards,
10396double prefix to wrap forward, triple to wrap backwards. 10359double prefix to wrap forward, triple to wrap backwards.
10397Actual search is done by the function `ffap-next-guess'. 10360Actual search is done by the function `ffap-next-guess'.
10398 10361
@@ -10930,7 +10893,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
10930 10893
10931;;;*** 10894;;;***
10932 10895
10933;;;### (autoloads nil "finder" "finder.el" (21264 57319 597552 0)) 10896;;;### (autoloads nil "finder" "finder.el" (21283 26898 123687 848000))
10934;;; Generated autoloads from finder.el 10897;;; Generated autoloads from finder.el
10935(push (purecopy '(finder 1 0)) package--builtin-versions) 10898(push (purecopy '(finder 1 0)) package--builtin-versions)
10936 10899
@@ -11350,7 +11313,7 @@ and choose the directory as the fortune-file.
11350 11313
11351;;;*** 11314;;;***
11352 11315
11353;;;### (autoloads nil "frameset" "frameset.el" (21253 58421 377974 11316;;;### (autoloads nil "frameset" "frameset.el" (21300 27302 473448
11354;;;;;; 0)) 11317;;;;;; 0))
11355;;; Generated autoloads from frameset.el 11318;;; Generated autoloads from frameset.el
11356 11319
@@ -11466,41 +11429,65 @@ and window-state is not restored.
11466FILTERS is an alist of parameter filters; if nil, the value of 11429FILTERS is an alist of parameter filters; if nil, the value of
11467`frameset-filter-alist' is used instead. 11430`frameset-filter-alist' is used instead.
11468 11431
11469REUSE-FRAMES selects the policy to use to reuse frames when restoring: 11432REUSE-FRAMES selects the policy to reuse frames when restoring:
11470 t Reuse existing frames if possible, and delete those not reused. 11433 t All existing frames can be reused.
11471 nil Restore frameset in new frames and delete existing frames. 11434 nil No existing frame can be reused.
11472 :keep Restore frameset in new frames and keep the existing ones. 11435 match Only frames with matching frame ids can be reused.
11473 LIST A list of frames to reuse; only these are reused (if possible). 11436 PRED A predicate function; it receives as argument a live frame,
11474 Remaining frames in this list are deleted; other frames not 11437 and must return non-nil to allow reusing it, nil otherwise.
11475 included on the list are left untouched.
11476 11438
11477FORCE-DISPLAY can be: 11439FORCE-DISPLAY can be:
11478 t Frames are restored in the current display. 11440 t Frames are restored in the current display.
11479 nil Frames are restored, if possible, in their original displays. 11441 nil Frames are restored, if possible, in their original displays.
11480 :delete Frames in other displays are deleted instead of restored. 11442 delete Frames in other displays are deleted instead of restored.
11481 PRED A function called with two arguments, the parameter alist and 11443 PRED A function called with two arguments, the parameter alist and
11482 the window state (in that order). It must return t, nil or 11444 the window state (in that order). It must return t, nil or
11483 `:delete', as above but affecting only the frame that will 11445 `delete', as above but affecting only the frame that will
11484 be created from that parameter alist. 11446 be created from that parameter alist.
11485 11447
11486FORCE-ONSCREEN can be: 11448FORCE-ONSCREEN can be:
11487 t Force onscreen only those frames that are fully offscreen. 11449 t Force onscreen only those frames that are fully offscreen.
11488 nil Do not force any frame back onscreen. 11450 nil Do not force any frame back onscreen.
11489 :all Force onscreen any frame fully or partially offscreen. 11451 all Force onscreen any frame fully or partially offscreen.
11490 PRED A function called with three arguments, 11452 PRED A function called with three arguments,
11491 - the live frame just restored, 11453 - the live frame just restored,
11492 - a list (LEFT TOP WIDTH HEIGHT), describing the frame, 11454 - a list (LEFT TOP WIDTH HEIGHT), describing the frame,
11493 - a list (LEFT TOP WIDTH HEIGHT), describing the workarea. 11455 - a list (LEFT TOP WIDTH HEIGHT), describing the workarea.
11494 It must return non-nil to force the frame onscreen, nil otherwise. 11456 It must return non-nil to force the frame onscreen, nil otherwise.
11495 11457
11458CLEANUP-FRAMES allows to \"clean up\" the frame list after restoring a frameset:
11459 t Delete all frames that were not created or restored upon.
11460 nil Keep all frames.
11461 FUNC A function called with two arguments:
11462 - FRAME, a live frame.
11463 - ACTION, which can be one of
11464 :rejected Frame existed, but was not a candidate for reuse.
11465 :ignored Frame existed, was a candidate, but wasn't reused.
11466 :reused Frame existed, was a candidate, and restored upon.
11467 :created Frame didn't exist, was created and restored upon.
11468 Return value is ignored.
11469
11496Note the timing and scope of the operations described above: REUSE-FRAMES 11470Note the timing and scope of the operations described above: REUSE-FRAMES
11497affects existing frames; PREDICATE, FILTERS and FORCE-DISPLAY affect the frame 11471affects existing frames; PREDICATE, FILTERS and FORCE-DISPLAY affect the frame
11498being restored before that happens; and FORCE-ONSCREEN affects the frame once 11472being restored before that happens; FORCE-ONSCREEN affects the frame once
11499it has been restored. 11473it has been restored; and CLEANUP-FRAMES affects all frames alive after the
11474restoration, including those that have been reused or created anew.
11500 11475
11501All keyword parameters default to nil. 11476All keyword parameters default to nil.
11502 11477
11503\(fn FRAMESET &key PREDICATE FILTERS REUSE-FRAMES FORCE-DISPLAY FORCE-ONSCREEN)" nil nil) 11478\(fn FRAMESET &key PREDICATE FILTERS REUSE-FRAMES FORCE-DISPLAY FORCE-ONSCREEN CLEANUP-FRAMES)" nil nil)
11479
11480(autoload 'frameset--jump-to-register "frameset" "\
11481Restore frameset from DATA stored in register.
11482Called from `jump-to-register'. Internal use only.
11483
11484\(fn DATA)" nil nil)
11485
11486(autoload 'frameset--print-register "frameset" "\
11487Print basic info about frameset stored in DATA.
11488Called from `list-registers' and `view-register'. Internal use only.
11489
11490\(fn DATA)" nil nil)
11504 11491
11505(autoload 'frameset-to-register "frameset" "\ 11492(autoload 'frameset-to-register "frameset" "\
11506Store the current frameset in register REGISTER. 11493Store the current frameset in register REGISTER.
@@ -11694,8 +11681,8 @@ add virtual separators (like underscores) at places they belong to.
11694 11681
11695;;;*** 11682;;;***
11696 11683
11697;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21197 43194 11684;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21296 1575
11698;;;;;; 200483 0)) 11685;;;;;; 438327 0))
11699;;; Generated autoloads from gnus/gmm-utils.el 11686;;; Generated autoloads from gnus/gmm-utils.el
11700 11687
11701(autoload 'gmm-regexp-concat "gmm-utils" "\ 11688(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11749,7 +11736,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11749 11736
11750;;;*** 11737;;;***
11751 11738
11752;;;### (autoloads nil "gnus" "gnus/gnus.el" (21187 63826 213216 0)) 11739;;;### (autoloads nil "gnus" "gnus/gnus.el" (21296 1575 438327 0))
11753;;; Generated autoloads from gnus/gnus.el 11740;;; Generated autoloads from gnus/gnus.el
11754(push (purecopy '(gnus 5 13)) package--builtin-versions) 11741(push (purecopy '(gnus 5 13)) package--builtin-versions)
11755(when (fboundp 'custom-autoload) 11742(when (fboundp 'custom-autoload)
@@ -11799,8 +11786,8 @@ prompt the user for the name of an NNTP server to use.
11799 11786
11800;;;*** 11787;;;***
11801 11788
11802;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (21187 63826 11789;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (21274 64565
11803;;;;;; 213216 0)) 11790;;;;;; 737222 0))
11804;;; Generated autoloads from gnus/gnus-agent.el 11791;;; Generated autoloads from gnus/gnus-agent.el
11805 11792
11806(autoload 'gnus-unplugged "gnus-agent" "\ 11793(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11890,7 +11877,7 @@ CLEAN is obsolete and ignored.
11890 11877
11891;;;*** 11878;;;***
11892 11879
11893;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21227 851 585414 11880;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21296 1575 438327
11894;;;;;; 0)) 11881;;;;;; 0))
11895;;; Generated autoloads from gnus/gnus-art.el 11882;;; Generated autoloads from gnus/gnus-art.el
11896 11883
@@ -11925,8 +11912,8 @@ deletion, or > if it is flagged for displaying.
11925 11912
11926;;;*** 11913;;;***
11927 11914
11928;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (21187 63826 11915;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (21296 1575
11929;;;;;; 213216 0)) 11916;;;;;; 438327 0))
11930;;; Generated autoloads from gnus/gnus-cache.el 11917;;; Generated autoloads from gnus/gnus-cache.el
11931 11918
11932(autoload 'gnus-jog-cache "gnus-cache" "\ 11919(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -12041,13 +12028,22 @@ Reminder user if there are unsent drafts.
12041 12028
12042;;;*** 12029;;;***
12043 12030
12044;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (21187 63826 12031;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (21296 1575 438327
12045;;;;;; 213216 0)) 12032;;;;;; 0))
12046;;; Generated autoloads from gnus/gnus-fun.el 12033;;; Generated autoloads from gnus/gnus-fun.el
12047 12034
12035(autoload 'gnus--random-face-with-type "gnus-fun" "\
12036Return file from DIR with extension EXT, omitting matches of OMIT, processed by FUN.
12037
12038\(fn DIR EXT OMIT FUN)" nil nil)
12039
12040(autoload 'message-goto-eoh "message" nil t)
12041
12048(autoload 'gnus-random-x-face "gnus-fun" "\ 12042(autoload 'gnus-random-x-face "gnus-fun" "\
12049Return X-Face header data chosen randomly from `gnus-x-face-directory'. 12043Return X-Face header data chosen randomly from `gnus-x-face-directory'.
12050 12044
12045Files matching `gnus-x-face-omit-files' are not considered.
12046
12051\(fn)" t nil) 12047\(fn)" t nil)
12052 12048
12053(autoload 'gnus-insert-random-x-face-header "gnus-fun" "\ 12049(autoload 'gnus-insert-random-x-face-header "gnus-fun" "\
@@ -12056,7 +12052,7 @@ Insert a random X-Face header from `gnus-x-face-directory'.
12056\(fn)" t nil) 12052\(fn)" t nil)
12057 12053
12058(autoload 'gnus-x-face-from-file "gnus-fun" "\ 12054(autoload 'gnus-x-face-from-file "gnus-fun" "\
12059Insert an X-Face header based on an image file. 12055Insert an X-Face header based on an image FILE.
12060 12056
12061Depending on `gnus-convert-image-to-x-face-command' it may accept 12057Depending on `gnus-convert-image-to-x-face-command' it may accept
12062different input formats. 12058different input formats.
@@ -12064,7 +12060,7 @@ different input formats.
12064\(fn FILE)" t nil) 12060\(fn FILE)" t nil)
12065 12061
12066(autoload 'gnus-face-from-file "gnus-fun" "\ 12062(autoload 'gnus-face-from-file "gnus-fun" "\
12067Return a Face header based on an image file. 12063Return a Face header based on an image FILE.
12068 12064
12069Depending on `gnus-convert-image-to-face-command' it may accept 12065Depending on `gnus-convert-image-to-face-command' it may accept
12070different input formats. 12066different input formats.
@@ -12084,6 +12080,18 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12084 12080
12085\(fn FILE)" nil nil) 12081\(fn FILE)" nil nil)
12086 12082
12083(autoload 'gnus-random-face "gnus-fun" "\
12084Return randomly chosen Face from `gnus-face-directory'.
12085
12086Files matching `gnus-face-omit-files' are not considered.
12087
12088\(fn)" t nil)
12089
12090(autoload 'gnus-insert-random-face-header "gnus-fun" "\
12091Insert a randome Face header from `gnus-face-directory'.
12092
12093\(fn)" nil nil)
12094
12087;;;*** 12095;;;***
12088 12096
12089;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (21187 12097;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (21187
@@ -12104,8 +12112,8 @@ If gravatars are already displayed, remove them.
12104 12112
12105;;;*** 12113;;;***
12106 12114
12107;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (21187 63826 12115;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (21296 1575
12108;;;;;; 213216 0)) 12116;;;;;; 438327 0))
12109;;; Generated autoloads from gnus/gnus-group.el 12117;;; Generated autoloads from gnus/gnus-group.el
12110 12118
12111(autoload 'gnus-fetch-group "gnus-group" "\ 12119(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12122,8 +12130,8 @@ Pop up a frame and enter GROUP.
12122 12130
12123;;;*** 12131;;;***
12124 12132
12125;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (21187 63826 12133;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (21296 1575
12126;;;;;; 213216 0)) 12134;;;;;; 438327 0))
12127;;; Generated autoloads from gnus/gnus-html.el 12135;;; Generated autoloads from gnus/gnus-html.el
12128 12136
12129(autoload 'gnus-article-html "gnus-html" "\ 12137(autoload 'gnus-article-html "gnus-html" "\
@@ -12176,8 +12184,8 @@ Minor mode for providing mailing-list commands.
12176 12184
12177;;;*** 12185;;;***
12178 12186
12179;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (21187 63826 12187;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (21296 1575
12180;;;;;; 213216 0)) 12188;;;;;; 438327 0))
12181;;; Generated autoloads from gnus/gnus-mlspl.el 12189;;; Generated autoloads from gnus/gnus-mlspl.el
12182 12190
12183(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12191(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12305,7 +12313,7 @@ Like `message-reply'.
12305;;;*** 12313;;;***
12306 12314
12307;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" 12315;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el"
12308;;;;;; (21187 63826 213216 0)) 12316;;;;;; (21296 1575 438327 0))
12309;;; Generated autoloads from gnus/gnus-notifications.el 12317;;; Generated autoloads from gnus/gnus-notifications.el
12310 12318
12311(autoload 'gnus-notifications "gnus-notifications" "\ 12319(autoload 'gnus-notifications "gnus-notifications" "\
@@ -12321,8 +12329,8 @@ This is typically a function to add in
12321 12329
12322;;;*** 12330;;;***
12323 12331
12324;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (21187 63826 12332;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (21296 1575
12325;;;;;; 213216 0)) 12333;;;;;; 438327 0))
12326;;; Generated autoloads from gnus/gnus-picon.el 12334;;; Generated autoloads from gnus/gnus-picon.el
12327 12335
12328(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12336(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12457,8 +12465,8 @@ See the documentation for these variables and functions for details.
12457 12465
12458;;;*** 12466;;;***
12459 12467
12460;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (21187 63826 12468;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (21296 1575
12461;;;;;; 213216 0)) 12469;;;;;; 438327 0))
12462;;; Generated autoloads from gnus/gnus-spec.el 12470;;; Generated autoloads from gnus/gnus-spec.el
12463 12471
12464(autoload 'gnus-update-format "gnus-spec" "\ 12472(autoload 'gnus-update-format "gnus-spec" "\
@@ -12468,8 +12476,8 @@ Update the format specification near point.
12468 12476
12469;;;*** 12477;;;***
12470 12478
12471;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21187 63826 12479;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21296 1575
12472;;;;;; 213216 0)) 12480;;;;;; 438327 0))
12473;;; Generated autoloads from gnus/gnus-start.el 12481;;; Generated autoloads from gnus/gnus-start.el
12474 12482
12475(autoload 'gnus-declare-backend "gnus-start" "\ 12483(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12479,7 +12487,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12479 12487
12480;;;*** 12488;;;***
12481 12489
12482;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21227 851 585414 12490;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21296 1575 438327
12483;;;;;; 0)) 12491;;;;;; 0))
12484;;; Generated autoloads from gnus/gnus-sum.el 12492;;; Generated autoloads from gnus/gnus-sum.el
12485 12493
@@ -12604,8 +12612,8 @@ Like `goto-address-mode', but only for comments and strings.
12604 12612
12605;;;*** 12613;;;***
12606 12614
12607;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (21187 63826 12615;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (21296 1575 438327
12608;;;;;; 213216 0)) 12616;;;;;; 0))
12609;;; Generated autoloads from gnus/gravatar.el 12617;;; Generated autoloads from gnus/gravatar.el
12610 12618
12611(autoload 'gravatar-retrieve "gravatar" "\ 12619(autoload 'gravatar-retrieve "gravatar" "\
@@ -13037,8 +13045,8 @@ to be updated.
13037 13045
13038;;;*** 13046;;;***
13039 13047
13040;;;### (autoloads nil "hashcash" "mail/hashcash.el" (21187 63826 13048;;;### (autoloads nil "hashcash" "mail/hashcash.el" (21296 1575 438327
13041;;;;;; 213216 0)) 13049;;;;;; 0))
13042;;; Generated autoloads from mail/hashcash.el 13050;;; Generated autoloads from mail/hashcash.el
13043 13051
13044(autoload 'hashcash-insert-payment "hashcash" "\ 13052(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13208,7 +13216,7 @@ different regions. With numeric argument ARG, behaves like
13208 13216
13209;;;*** 13217;;;***
13210 13218
13211;;;### (autoloads nil "help-fns" "help-fns.el" (21240 46395 727291 13219;;;### (autoloads nil "help-fns" "help-fns.el" (21294 46247 414129
13212;;;;;; 0)) 13220;;;;;; 0))
13213;;; Generated autoloads from help-fns.el 13221;;; Generated autoloads from help-fns.el
13214 13222
@@ -13419,7 +13427,7 @@ Provide help for current mode.
13419 13427
13420;;;*** 13428;;;***
13421 13429
13422;;;### (autoloads nil "hexl" "hexl.el" (21240 46395 727291 0)) 13430;;;### (autoloads nil "hexl" "hexl.el" (21271 1974 113743 0))
13423;;; Generated autoloads from hexl.el 13431;;; Generated autoloads from hexl.el
13424 13432
13425(autoload 'hexl-mode "hexl" "\ 13433(autoload 'hexl-mode "hexl" "\
@@ -13434,10 +13442,10 @@ using the function `hexlify-buffer'.
13434Each line in the buffer has an \"address\" (displayed in hexadecimal) 13442Each line in the buffer has an \"address\" (displayed in hexadecimal)
13435representing the offset into the file that the characters on this line 13443representing the offset into the file that the characters on this line
13436are at and 16 characters from the file (displayed as hexadecimal 13444are at and 16 characters from the file (displayed as hexadecimal
13437values grouped every `hexl-bits' bits) and as their ASCII values. 13445values grouped every `hexl-bits' bits, and as their ASCII values).
13438 13446
13439If any of the characters (displayed as ASCII characters) are 13447If any of the characters (displayed as ASCII characters) are
13440unprintable (control or meta characters) they will be replaced as 13448unprintable (control or meta characters) they will be replaced by
13441periods. 13449periods.
13442 13450
13443If `hexl-mode' is invoked with an argument the buffer is assumed to be 13451If `hexl-mode' is invoked with an argument the buffer is assumed to be
@@ -13461,8 +13469,8 @@ A sample format:
13461 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character 13469 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
13462 000000c0: 7265 6769 6f6e 2e0a region.. 13470 000000c0: 7265 6769 6f6e 2e0a region..
13463 13471
13464Movement is as simple as movement in a normal Emacs text buffer. Most 13472Movement is as simple as movement in a normal Emacs text buffer.
13465cursor movement bindings are the same: use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line] 13473Most cursor movement bindings are the same: use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
13466to move the cursor left, right, down, and up. 13474to move the cursor left, right, down, and up.
13467 13475
13468Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are 13476Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
@@ -13487,7 +13495,7 @@ into the buffer at the current point.
13487\\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255) 13495\\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
13488into the buffer at the current point. 13496into the buffer at the current point.
13489 13497
13490\\[hexl-mode-exit] will exit hexl-mode. 13498\\[hexl-mode-exit] will exit `hexl-mode'.
13491 13499
13492Note: saving the file with any of the usual Emacs commands 13500Note: saving the file with any of the usual Emacs commands
13493will actually convert it back to binary format while saving. 13501will actually convert it back to binary format while saving.
@@ -13681,8 +13689,8 @@ be found in variable `hi-lock-interactive-patterns'.
13681 13689
13682;;;*** 13690;;;***
13683 13691
13684;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21240 46395 13692;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21292 4516
13685;;;;;; 727291 0)) 13693;;;;;; 491683 0))
13686;;; Generated autoloads from progmodes/hideif.el 13694;;; Generated autoloads from progmodes/hideif.el
13687 13695
13688(autoload 'hide-ifdef-mode "hideif" "\ 13696(autoload 'hide-ifdef-mode "hideif" "\
@@ -13788,7 +13796,7 @@ Unconditionally turn off `hs-minor-mode'.
13788 13796
13789;;;*** 13797;;;***
13790 13798
13791;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (21187 63826 213216 13799;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (21271 1974 113743
13792;;;;;; 0)) 13800;;;;;; 0))
13793;;; Generated autoloads from hilit-chg.el 13801;;; Generated autoloads from hilit-chg.el
13794 13802
@@ -13800,7 +13808,7 @@ enable the mode if ARG is omitted or nil.
13800 13808
13801When Highlight Changes is enabled, changes are marked with a text 13809When Highlight Changes is enabled, changes are marked with a text
13802property. Normally they are displayed in a distinctive face, but 13810property. Normally they are displayed in a distinctive face, but
13803command \\[highlight-changes-visible-mode] can be used to toggles 13811command \\[highlight-changes-visible-mode] can be used to toggle
13804this on and off. 13812this on and off.
13805 13813
13806Other functions for buffers in this mode include: 13814Other functions for buffers in this mode include:
@@ -13828,7 +13836,7 @@ in a distinctive face.
13828The default value can be customized with variable 13836The default value can be customized with variable
13829`highlight-changes-visibility-initial-state'. 13837`highlight-changes-visibility-initial-state'.
13830 13838
13831This command does not itself set highlight-changes mode. 13839This command does not itself set Highlight Changes mode.
13832 13840
13833\(fn &optional ARG)" t nil) 13841\(fn &optional ARG)" t nil)
13834 13842
@@ -14163,8 +14171,8 @@ Convert HTML to plain text in the current buffer.
14163 14171
14164;;;*** 14172;;;***
14165 14173
14166;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21220 61111 14174;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21269 46645
14167;;;;;; 156047 0)) 14175;;;;;; 763684 0))
14168;;; Generated autoloads from htmlfontify.el 14176;;; Generated autoloads from htmlfontify.el
14169(push (purecopy '(htmlfontify 0 21)) package--builtin-versions) 14177(push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
14170 14178
@@ -14380,7 +14388,7 @@ buffer `*icalendar-errors*'.
14380 14388
14381;;;*** 14389;;;***
14382 14390
14383;;;### (autoloads nil "icomplete" "icomplete.el" (21265 49588 918402 14391;;;### (autoloads nil "icomplete" "icomplete.el" (21268 25782 576189
14384;;;;;; 0)) 14392;;;;;; 0))
14385;;; Generated autoloads from icomplete.el 14393;;; Generated autoloads from icomplete.el
14386 14394
@@ -14405,7 +14413,7 @@ the string you have typed. See `icomplete-completions' for a
14405description of how prospective completions are displayed. 14413description of how prospective completions are displayed.
14406 14414
14407For more information, see Info node `(emacs)Icomplete'. 14415For more information, see Info node `(emacs)Icomplete'.
14408For options you can set, `M-x customize-group icomplete'. 14416For options you can set, `\\[customize-group] icomplete'.
14409 14417
14410You can use the following key bindings to navigate and select 14418You can use the following key bindings to navigate and select
14411completions: 14419completions:
@@ -14612,17 +14620,17 @@ The main features of this mode are
14612 14620
14613;;;*** 14621;;;***
14614 14622
14615;;;### (autoloads nil "ido" "ido.el" (21251 16696 39562 0)) 14623;;;### (autoloads nil "ido" "ido.el" (21268 25782 576189 0))
14616;;; Generated autoloads from ido.el 14624;;; Generated autoloads from ido.el
14617 14625
14618(defvar ido-mode nil "\ 14626(defvar ido-mode nil "\
14619Determines for which buffer/file Ido should be enabled. 14627Determines for which buffer/file Ido should be enabled.
14620The following values are possible: 14628The following values are possible:
14621- `buffer': Turn only on ido buffer behavior (switching, killing, 14629- `buffer': Turn only on Ido buffer behavior (switching, killing,
14622 displaying...) 14630 displaying...)
14623- `file': Turn only on ido file behavior (finding, writing, inserting...) 14631- `file': Turn only on Ido file behavior (finding, writing, inserting...)
14624- `both': Turn on ido buffer and file behavior. 14632- `both': Turn on Ido buffer and file behavior.
14625- nil: Turn off any ido switching. 14633- nil: Turn off any Ido switching.
14626 14634
14627Setting this variable directly does not take effect; 14635Setting this variable directly does not take effect;
14628use either \\[customize] or the function `ido-mode'.") 14636use either \\[customize] or the function `ido-mode'.")
@@ -14630,11 +14638,11 @@ use either \\[customize] or the function `ido-mode'.")
14630(custom-autoload 'ido-mode "ido" nil) 14638(custom-autoload 'ido-mode "ido" nil)
14631 14639
14632(autoload 'ido-mode "ido" "\ 14640(autoload 'ido-mode "ido" "\
14633Toggle ido mode on or off. 14641Toggle Ido mode on or off.
14634With ARG, turn ido-mode on if arg is positive, off otherwise. 14642With ARG, turn Ido mode on if arg is positive, off otherwise.
14635Turning on ido-mode will remap (via a minor-mode keymap) the default 14643Turning on Ido mode will remap (via a minor-mode keymap) the default
14636keybindings for the `find-file' and `switch-to-buffer' families of 14644keybindings for the `find-file' and `switch-to-buffer' families of
14637commands to the ido versions of these functions. 14645commands to the Ido versions of these functions.
14638However, if ARG arg equals 'files, remap only commands for files, or 14646However, if ARG arg equals 'files, remap only commands for files, or
14639if it equals 'buffers, remap only commands for buffer switching. 14647if it equals 'buffers, remap only commands for buffer switching.
14640This function also adds a hook to the minibuffer. 14648This function also adds a hook to the minibuffer.
@@ -14653,26 +14661,26 @@ displayed if substring-matching is used (default). Look at
14653buffer you want, it can then be selected. As you type, most keys have 14661buffer you want, it can then be selected. As you type, most keys have
14654their normal keybindings, except for the following: \\<ido-buffer-completion-map> 14662their normal keybindings, except for the following: \\<ido-buffer-completion-map>
14655 14663
14656RET Select the buffer at the front of the list of matches. If the 14664RET Select the buffer at the front of the list of matches.
14657list is empty, possibly prompt to create new buffer. 14665 If the list is empty, possibly prompt to create new buffer.
14658 14666
14659\\[ido-select-text] Use the current input string verbatim. 14667\\[ido-select-text] Use the current input string verbatim.
14660 14668
14661\\[ido-next-match] Put the first element at the end of the list. 14669\\[ido-next-match] Put the first element at the end of the list.
14662\\[ido-prev-match] Put the last element at the start of the list. 14670\\[ido-prev-match] Put the last element at the start of the list.
14663\\[ido-complete] Complete a common suffix to the current string that 14671\\[ido-complete] Complete a common suffix to the current string that matches
14664matches all buffers. If there is only one match, select that buffer. 14672 all buffers. If there is only one match, select that buffer.
14665If there is no common suffix, show a list of all matching buffers 14673 If there is no common suffix, show a list of all matching buffers
14666in a separate window. 14674 in a separate window.
14667\\[ido-edit-input] Edit input string. 14675\\[ido-edit-input] Edit input string.
14668\\[ido-fallback-command] Fallback to non-ido version of current command. 14676\\[ido-fallback-command] Fallback to non-ido version of current command.
14669\\[ido-toggle-regexp] Toggle regexp searching. 14677\\[ido-toggle-regexp] Toggle regexp searching.
14670\\[ido-toggle-prefix] Toggle between substring and prefix matching. 14678\\[ido-toggle-prefix] Toggle between substring and prefix matching.
14671\\[ido-toggle-case] Toggle case-sensitive searching of buffer names. 14679\\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
14672\\[ido-completion-help] Show list of matching buffers in separate window. 14680\\[ido-completion-help] Show list of matching buffers in separate window.
14673\\[ido-enter-find-file] Drop into `ido-find-file'. 14681\\[ido-enter-find-file] Drop into `ido-find-file'.
14674\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list. 14682\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
14675\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'. 14683\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
14676 14684
14677\(fn)" t nil) 14685\(fn)" t nil)
14678 14686
@@ -14719,8 +14727,8 @@ Switch to another file starting from DIR.
14719(autoload 'ido-find-file "ido" "\ 14727(autoload 'ido-find-file "ido" "\
14720Edit file with name obtained via minibuffer. 14728Edit file with name obtained via minibuffer.
14721The file is displayed according to `ido-default-file-method' -- the 14729The file is displayed according to `ido-default-file-method' -- the
14722default is to show it in the same window, unless it is already 14730default is to show it in the same window, unless it is already visible
14723visible in another frame. 14731in another frame.
14724 14732
14725The file name is selected interactively by typing a substring. As you 14733The file name is selected interactively by typing a substring. As you
14726type in a string, all of the filenames matching the string are displayed 14734type in a string, all of the filenames matching the string are displayed
@@ -14729,32 +14737,35 @@ if substring-matching is used (default). Look at `ido-enable-prefix' and
14729then be selected. As you type, most keys have their normal keybindings, 14737then be selected. As you type, most keys have their normal keybindings,
14730except for the following: \\<ido-file-completion-map> 14738except for the following: \\<ido-file-completion-map>
14731 14739
14732RET Select the file at the front of the list of matches. If the 14740RET Select the file at the front of the list of matches.
14733list is empty, possibly prompt to create new file. 14741 If the list is empty, possibly prompt to create new file.
14734 14742
14735\\[ido-select-text] Use the current input string verbatim. 14743\\[ido-select-text] Use the current input string verbatim.
14736 14744
14737\\[ido-next-match] Put the first element at the end of the list. 14745\\[ido-next-match] Put the first element at the end of the list.
14738\\[ido-prev-match] Put the last element at the start of the list. 14746\\[ido-prev-match] Put the last element at the start of the list.
14739\\[ido-complete] Complete a common suffix to the current string that 14747\\[ido-complete] Complete a common suffix to the current string that matches
14740matches all files. If there is only one match, select that file. 14748 all files. If there is only one match, select that file.
14741If there is no common suffix, show a list of all matching files 14749 If there is no common suffix, show a list of all matching files
14742in a separate window. 14750 in a separate window.
14743\\[ido-magic-delete-char] Open the specified directory in Dired mode. 14751\\[ido-magic-delete-char] Open the specified directory in Dired mode.
14744\\[ido-edit-input] Edit input string (including directory). 14752\\[ido-edit-input] Edit input string (including directory).
14745\\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history. 14753\\[ido-prev-work-directory] Go to previous directory in work directory history.
14746\\[ido-merge-work-directories] search for file in the work directory history. 14754\\[ido-next-work-directory] Go to next directory in work directory history.
14747\\[ido-forget-work-directory] removes current directory from the work directory history. 14755\\[ido-merge-work-directories] Search for file in the work directory history.
14748\\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history. 14756\\[ido-forget-work-directory] Remove current directory from the work directory history.
14749\\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories. 14757\\[ido-prev-work-file] Cycle to previous file in work file history.
14750\\[ido-make-directory] prompts for a directory to create in current directory. 14758\\[ido-next-work-file] Cycle to next file in work file history.
14751\\[ido-fallback-command] Fallback to non-ido version of current command. 14759\\[ido-wide-find-file-or-pop-dir] Prompt for a file and use find to locate it.
14752\\[ido-toggle-regexp] Toggle regexp searching. 14760\\[ido-wide-find-dir-or-delete-dir] Prompt for a directory and use find to locate it.
14753\\[ido-toggle-prefix] Toggle between substring and prefix matching. 14761\\[ido-make-directory] Prompt for a directory to create in current directory.
14754\\[ido-toggle-case] Toggle case-sensitive searching of file names. 14762\\[ido-fallback-command] Fallback to non-Ido version of current command.
14755\\[ido-toggle-literal] Toggle literal reading of this file. 14763\\[ido-toggle-regexp] Toggle regexp searching.
14756\\[ido-completion-help] Show list of matching files in separate window. 14764\\[ido-toggle-prefix] Toggle between substring and prefix matching.
14757\\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'. 14765\\[ido-toggle-case] Toggle case-sensitive searching of file names.
14766\\[ido-toggle-literal] Toggle literal reading of this file.
14767\\[ido-completion-help] Show list of matching files in separate window.
14768\\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
14758 14769
14759\(fn)" t nil) 14770\(fn)" t nil)
14760 14771
@@ -14822,7 +14833,7 @@ For details of keybindings, see `ido-find-file'.
14822\(fn)" t nil) 14833\(fn)" t nil)
14823 14834
14824(autoload 'ido-dired "ido" "\ 14835(autoload 'ido-dired "ido" "\
14825Call `dired' the ido way. 14836Call `dired' the Ido way.
14826The directory is selected interactively by typing a substring. 14837The directory is selected interactively by typing a substring.
14827For details of keybindings, see `ido-find-file'. 14838For details of keybindings, see `ido-find-file'.
14828 14839
@@ -14853,10 +14864,10 @@ See `read-directory-name' for additional parameters.
14853 14864
14854(autoload 'ido-completing-read "ido" "\ 14865(autoload 'ido-completing-read "ido" "\
14855Ido replacement for the built-in `completing-read'. 14866Ido replacement for the built-in `completing-read'.
14856Read a string in the minibuffer with ido-style completion. 14867Read a string in the minibuffer with Ido-style completion.
14857PROMPT is a string to prompt with; normally it ends in a colon and a space. 14868PROMPT is a string to prompt with; normally it ends in a colon and a space.
14858CHOICES is a list of strings which are the possible completions. 14869CHOICES is a list of strings which are the possible completions.
14859PREDICATE and INHERIT-INPUT-METHOD is currently ignored; it is included 14870PREDICATE and INHERIT-INPUT-METHOD are currently ignored; they are included
14860 to be compatible with `completing-read'. 14871 to be compatible with `completing-read'.
14861If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless 14872If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
14862 the input is (or completes to) an element of CHOICES or is null. 14873 the input is (or completes to) an element of CHOICES or is null.
@@ -14883,7 +14894,7 @@ See `inferior-emacs-lisp-mode' for details.
14883 14894
14884;;;*** 14895;;;***
14885 14896
14886;;;### (autoloads nil "iimage" "iimage.el" (21187 63826 213216 0)) 14897;;;### (autoloads nil "iimage" "iimage.el" (21289 28325 826818 0))
14887;;; Generated autoloads from iimage.el 14898;;; Generated autoloads from iimage.el
14888 14899
14889(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14900(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -15529,7 +15540,7 @@ of `inferior-lisp-program'). Runs the hooks from
15529 15540
15530;;;*** 15541;;;***
15531 15542
15532;;;### (autoloads nil "info" "info.el" (21263 61769 818166 484000)) 15543;;;### (autoloads nil "info" "info.el" (21292 4516 491683 0))
15533;;; Generated autoloads from info.el 15544;;; Generated autoloads from info.el
15534 15545
15535(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ 15546(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\
@@ -16300,6 +16311,34 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16300 16311
16301;;;*** 16312;;;***
16302 16313
16314;;;### (autoloads nil "iswitchb" "obsolete/iswitchb.el" (21300 29848
16315;;;;;; 351552 156000))
16316;;; Generated autoloads from obsolete/iswitchb.el
16317
16318(defvar iswitchb-mode nil "\
16319Non-nil if Iswitchb mode is enabled.
16320See the command `iswitchb-mode' for a description of this minor mode.
16321Setting this variable directly does not take effect;
16322either customize it (see the info node `Easy Customization')
16323or call the function `iswitchb-mode'.")
16324
16325(custom-autoload 'iswitchb-mode "iswitchb" nil)
16326
16327(autoload 'iswitchb-mode "iswitchb" "\
16328Toggle Iswitchb mode.
16329With a prefix argument ARG, enable Iswitchb mode if ARG is
16330positive, and disable it otherwise. If called from Lisp, enable
16331the mode if ARG is omitted or nil.
16332
16333Iswitchb mode is a global minor mode that enables switching
16334between buffers using substrings. See `iswitchb' for details.
16335
16336\(fn &optional ARG)" t nil)
16337
16338(make-obsolete 'iswitchb-mode "use `icomplete-mode' or `ido-mode' instead." "24.4")
16339
16340;;;***
16341
16303;;;### (autoloads nil "japan-util" "language/japan-util.el" (21187 16342;;;### (autoloads nil "japan-util" "language/japan-util.el" (21187
16304;;;;;; 63826 213216 0)) 16343;;;;;; 63826 213216 0))
16305;;; Generated autoloads from language/japan-util.el 16344;;; Generated autoloads from language/japan-util.el
@@ -17696,7 +17735,7 @@ recursion depth in the minibuffer prompt. This is only useful if
17696 17735
17697;;;*** 17736;;;***
17698 17737
17699;;;### (autoloads nil "message" "gnus/message.el" (21239 25528 651427 17738;;;### (autoloads nil "message" "gnus/message.el" (21296 1575 438327
17700;;;;;; 0)) 17739;;;;;; 0))
17701;;; Generated autoloads from gnus/message.el 17740;;; Generated autoloads from gnus/message.el
17702 17741
@@ -18014,9 +18053,9 @@ delete the draft message.
18014 18053
18015;;;*** 18054;;;***
18016 18055
18017;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (21187 63826 213216 0)) 18056;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (21286 52150 476720 0))
18018;;; Generated autoloads from mh-e/mh-e.el 18057;;; Generated autoloads from mh-e/mh-e.el
18019(push (purecopy '(mh-e 8 5)) package--builtin-versions) 18058(push (purecopy '(mh-e 8 5 -4)) package--builtin-versions)
18020 18059
18021(put 'mh-progs 'risky-local-variable t) 18060(put 'mh-progs 'risky-local-variable t)
18022 18061
@@ -18031,8 +18070,8 @@ Display version information about MH-E and the MH mail handling system.
18031 18070
18032;;;*** 18071;;;***
18033 18072
18034;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (21187 63826 18073;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (21286 52150
18035;;;;;; 213216 0)) 18074;;;;;; 476720 0))
18036;;; Generated autoloads from mh-e/mh-folder.el 18075;;; Generated autoloads from mh-e/mh-folder.el
18037 18076
18038(autoload 'mh-rmail "mh-folder" "\ 18077(autoload 'mh-rmail "mh-folder" "\
@@ -18303,8 +18342,8 @@ Return a default encoding for FILE.
18303 18342
18304;;;*** 18343;;;***
18305 18344
18306;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (21187 63826 18345;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (21296 1575
18307;;;;;; 213216 0)) 18346;;;;;; 438327 0))
18308;;; Generated autoloads from gnus/mm-extern.el 18347;;; Generated autoloads from gnus/mm-extern.el
18309 18348
18310(autoload 'mm-extern-cache-contents "mm-extern" "\ 18349(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18336,7 +18375,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18336 18375
18337;;;*** 18376;;;***
18338 18377
18339;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21187 63826 213216 18378;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21296 1575 438327
18340;;;;;; 0)) 18379;;;;;; 0))
18341;;; Generated autoloads from gnus/mm-url.el 18380;;; Generated autoloads from gnus/mm-url.el
18342 18381
@@ -18373,7 +18412,7 @@ Assume text has been decoded if DECODED is non-nil.
18373 18412
18374;;;*** 18413;;;***
18375 18414
18376;;;### (autoloads nil "mml" "gnus/mml.el" (21187 63826 213216 0)) 18415;;;### (autoloads nil "mml" "gnus/mml.el" (21296 1575 438327 0))
18377;;; Generated autoloads from gnus/mml.el 18416;;; Generated autoloads from gnus/mml.el
18378 18417
18379(autoload 'mml-to-mime "mml" "\ 18418(autoload 'mml-to-mime "mml" "\
@@ -18398,7 +18437,7 @@ body) or \"attachment\" (separate from the body).
18398 18437
18399;;;*** 18438;;;***
18400 18439
18401;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (21187 63826 213216 18440;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (21296 1575 438327
18402;;;;;; 0)) 18441;;;;;; 0))
18403;;; Generated autoloads from gnus/mml1991.el 18442;;; Generated autoloads from gnus/mml1991.el
18404 18443
@@ -18414,7 +18453,7 @@ body) or \"attachment\" (separate from the body).
18414 18453
18415;;;*** 18454;;;***
18416 18455
18417;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (21187 63826 213216 18456;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (21296 1575 438327
18418;;;;;; 0)) 18457;;;;;; 0))
18419;;; Generated autoloads from gnus/mml2015.el 18458;;; Generated autoloads from gnus/mml2015.el
18420 18459
@@ -18463,8 +18502,8 @@ body) or \"attachment\" (separate from the body).
18463 18502
18464;;;*** 18503;;;***
18465 18504
18466;;;### (autoloads nil "modula2" "progmodes/modula2.el" (21240 46395 18505;;;### (autoloads nil "modula2" "progmodes/modula2.el" (21282 19826
18467;;;;;; 727291 0)) 18506;;;;;; 403614 0))
18468;;; Generated autoloads from progmodes/modula2.el 18507;;; Generated autoloads from progmodes/modula2.el
18469 18508
18470(defalias 'modula-2-mode 'm2-mode) 18509(defalias 'modula-2-mode 'm2-mode)
@@ -19192,8 +19231,8 @@ symbol in the alist.
19192 19231
19193;;;*** 19232;;;***
19194 19233
19195;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (21187 63826 19234;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (21296 1575 438327
19196;;;;;; 213216 0)) 19235;;;;;; 0))
19197;;; Generated autoloads from gnus/nnfolder.el 19236;;; Generated autoloads from gnus/nnfolder.el
19198 19237
19199(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19238(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19274,8 +19313,8 @@ closing requests for requests that are used in matched pairs.
19274 19313
19275;;;*** 19314;;;***
19276 19315
19277;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (21187 63826 19316;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (21293 25385
19278;;;;;; 213216 0)) 19317;;;;;; 120083 0))
19279;;; Generated autoloads from nxml/nxml-glyph.el 19318;;; Generated autoloads from nxml/nxml-glyph.el
19280 19319
19281(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19320(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19287,8 +19326,8 @@ Return nil if the face cannot display a glyph for N.
19287 19326
19288;;;*** 19327;;;***
19289 19328
19290;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21220 61111 19329;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21293 25385
19291;;;;;; 156047 0)) 19330;;;;;; 120083 0))
19292;;; Generated autoloads from nxml/nxml-mode.el 19331;;; Generated autoloads from nxml/nxml-mode.el
19293 19332
19294(autoload 'nxml-mode "nxml-mode" "\ 19333(autoload 'nxml-mode "nxml-mode" "\
@@ -19349,8 +19388,8 @@ Many aspects this mode can be customized using
19349 19388
19350;;;*** 19389;;;***
19351 19390
19352;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (21187 63826 19391;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (21293 25385
19353;;;;;; 213216 0)) 19392;;;;;; 120083 0))
19354;;; Generated autoloads from nxml/nxml-uchnm.el 19393;;; Generated autoloads from nxml/nxml-uchnm.el
19355 19394
19356(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19395(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19400,14 +19439,14 @@ startup file, `~/.emacs-octave'.
19400 19439
19401;;;*** 19440;;;***
19402 19441
19403;;;### (autoloads nil "opascal" "progmodes/opascal.el" (21220 61111 19442;;;### (autoloads nil "opascal" "progmodes/opascal.el" (21282 19826
19404;;;;;; 156047 0)) 19443;;;;;; 403614 0))
19405;;; Generated autoloads from progmodes/opascal.el 19444;;; Generated autoloads from progmodes/opascal.el
19406 19445
19407(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") 19446(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4")
19408 19447
19409(autoload 'opascal-mode "opascal" "\ 19448(autoload 'opascal-mode "opascal" "\
19410Major mode for editing OPascal code. \\<opascal-mode-map> 19449Major mode for editing OPascal code.\\<opascal-mode-map>
19411\\[opascal-find-unit] - Search for a OPascal source file. 19450\\[opascal-find-unit] - Search for a OPascal source file.
19412\\[opascal-fill-comment] - Fill the current comment. 19451\\[opascal-fill-comment] - Fill the current comment.
19413\\[opascal-new-comment-line] - If in a // comment, do a new comment line. 19452\\[opascal-new-comment-line] - If in a // comment, do a new comment line.
@@ -19429,12 +19468,9 @@ Customization:
19429 19468
19430Coloring: 19469Coloring:
19431 19470
19432 `opascal-keyword-face' (default font-lock-keyword-face) 19471 `opascal-keyword-face' (default `font-lock-keyword-face')
19433 Face used to color OPascal keywords. 19472 Face used to color OPascal keywords.
19434 19473
19435Turning on OPascal mode calls the value of the variable `opascal-mode-hook'
19436with no args, if that value is non-nil.
19437
19438\(fn)" t nil) 19474\(fn)" t nil)
19439 19475
19440;;;*** 19476;;;***
@@ -20143,8 +20179,8 @@ See the command `outline-mode' for more information on this mode.
20143 20179
20144;;;*** 20180;;;***
20145 20181
20146;;;### (autoloads nil "package" "emacs-lisp/package.el" (21242 52061 20182;;;### (autoloads nil "package" "emacs-lisp/package.el" (21299 64170
20147;;;;;; 270865 616000)) 20183;;;;;; 881226 0))
20148;;; Generated autoloads from emacs-lisp/package.el 20184;;; Generated autoloads from emacs-lisp/package.el
20149(push (purecopy '(package 1 0 1)) package--builtin-versions) 20185(push (purecopy '(package 1 0 1)) package--builtin-versions)
20150 20186
@@ -20242,8 +20278,8 @@ matching parenthesis is highlighted in `show-paren-style' after
20242 20278
20243;;;*** 20279;;;***
20244 20280
20245;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (21187 20281;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (21296
20246;;;;;; 63826 213216 0)) 20282;;;;;; 1575 438327 0))
20247;;; Generated autoloads from calendar/parse-time.el 20283;;; Generated autoloads from calendar/parse-time.el
20248(put 'parse-time-rules 'risky-local-variable t) 20284(put 'parse-time-rules 'risky-local-variable t)
20249 20285
@@ -20256,12 +20292,12 @@ unknown are returned as nil.
20256 20292
20257;;;*** 20293;;;***
20258 20294
20259;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21187 63826 20295;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21282 19826
20260;;;;;; 213216 0)) 20296;;;;;; 403614 0))
20261;;; Generated autoloads from progmodes/pascal.el 20297;;; Generated autoloads from progmodes/pascal.el
20262 20298
20263(autoload 'pascal-mode "pascal" "\ 20299(autoload 'pascal-mode "pascal" "\
20264Major mode for editing Pascal code. \\<pascal-mode-map> 20300Major mode for editing Pascal code.\\<pascal-mode-map>
20265TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. 20301TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
20266 20302
20267\\[completion-at-point] completes the word around current point with respect to position in code 20303\\[completion-at-point] completes the word around current point with respect to position in code
@@ -20302,9 +20338,6 @@ Variables controlling indentation/edit style:
20302See also the user variables `pascal-type-keywords', `pascal-start-keywords' and 20338See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
20303`pascal-separator-keywords'. 20339`pascal-separator-keywords'.
20304 20340
20305Turning on Pascal mode calls the value of the variable pascal-mode-hook with
20306no args, if that value is non-nil.
20307
20308\(fn)" t nil) 20341\(fn)" t nil)
20309 20342
20310;;;*** 20343;;;***
@@ -20603,11 +20636,11 @@ Setup `shell-mode' to use pcomplete.
20603 20636
20604;;;*** 20637;;;***
20605 20638
20606;;;### (autoloads nil "pcvs" "vc/pcvs.el" (21222 64465 21576 403000)) 20639;;;### (autoloads nil "pcvs" "vc/pcvs.el" (21280 13349 392544 0))
20607;;; Generated autoloads from vc/pcvs.el 20640;;; Generated autoloads from vc/pcvs.el
20608 20641
20609(autoload 'cvs-checkout "pcvs" "\ 20642(autoload 'cvs-checkout "pcvs" "\
20610Run a 'cvs checkout MODULES' in DIR. 20643Run a `cvs checkout MODULES' in DIR.
20611Feed the output to a *cvs* buffer, display it in the current window, 20644Feed the output to a *cvs* buffer, display it in the current window,
20612and run `cvs-mode' on it. 20645and run `cvs-mode' on it.
20613 20646
@@ -20666,7 +20699,7 @@ Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
20666(defvar cvs-dired-use-hook '(4) "\ 20699(defvar cvs-dired-use-hook '(4) "\
20667Whether or not opening a CVS directory should run PCL-CVS. 20700Whether or not opening a CVS directory should run PCL-CVS.
20668A value of nil means never do it. 20701A value of nil means never do it.
20669ALWAYS means to always do it unless a prefix argument is given to the 20702`always' means to always do it unless a prefix argument is given to the
20670 command that prompted the opening of the directory. 20703 command that prompted the opening of the directory.
20671Anything else means to do it only if the prefix arg is equal to this value.") 20704Anything else means to do it only if the prefix arg is equal to this value.")
20672 20705
@@ -20678,8 +20711,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20678 20711
20679;;;*** 20712;;;***
20680 20713
20681;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (21187 63826 20714;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (21280 13349
20682;;;;;; 213216 0)) 20715;;;;;; 392544 0))
20683;;; Generated autoloads from vc/pcvs-defs.el 20716;;; Generated autoloads from vc/pcvs-defs.el
20684 20717
20685(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\ 20718(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\
@@ -21665,7 +21698,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21665 21698
21666;;;*** 21699;;;***
21667 21700
21668;;;### (autoloads nil "ps-print" "ps-print.el" (21207 49087 974317 21701;;;### (autoloads nil "ps-print" "ps-print.el" (21290 16897 466877
21669;;;;;; 0)) 21702;;;;;; 0))
21670;;; Generated autoloads from ps-print.el 21703;;; Generated autoloads from ps-print.el
21671(push (purecopy '(ps-print 7 3 5)) package--builtin-versions) 21704(push (purecopy '(ps-print 7 3 5)) package--builtin-versions)
@@ -21870,8 +21903,8 @@ If EXTENSION is any other symbol, it is ignored.
21870 21903
21871;;;*** 21904;;;***
21872 21905
21873;;;### (autoloads nil "python" "progmodes/python.el" (21240 46395 21906;;;### (autoloads nil "python" "progmodes/python.el" (21285 31272
21874;;;;;; 727291 0)) 21907;;;;;; 331063 0))
21875;;; Generated autoloads from progmodes/python.el 21908;;; Generated autoloads from progmodes/python.el
21876(push (purecopy '(python 0 24 2)) package--builtin-versions) 21909(push (purecopy '(python 0 24 2)) package--builtin-versions)
21877 21910
@@ -21890,8 +21923,8 @@ command used to call the interpreter and define DEDICATED, so a
21890dedicated process for the current buffer is open. When numeric 21923dedicated process for the current buffer is open. When numeric
21891prefix arg is other than 0 or 4 do not SHOW. 21924prefix arg is other than 0 or 4 do not SHOW.
21892 21925
21893Runs the hook `inferior-python-mode-hook' (after the 21926Runs the hook `inferior-python-mode-hook' after
21894`comint-mode-hook' is run). (Type \\[describe-mode] in the 21927`comint-mode-hook' is run. (Type \\[describe-mode] in the
21895process buffer for a list of commands.) 21928process buffer for a list of commands.)
21896 21929
21897\(fn CMD &optional DEDICATED SHOW)" t nil) 21930\(fn CMD &optional DEDICATED SHOW)" t nil)
@@ -22501,9 +22534,13 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
22501 22534
22502;;;*** 22535;;;***
22503 22536
22504;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21214 22326 22537;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21302 6271
22505;;;;;; 616729 0)) 22538;;;;;; 390850 735000))
22506;;; Generated autoloads from textmodes/reftex.el 22539;;; Generated autoloads from textmodes/reftex.el
22540(autoload 'reftex-citation "reftex-cite" nil t)
22541(autoload 'reftex-all-document-files "reftex-parse")
22542(autoload 'reftex-isearch-minor-mode "reftex-global" nil t)
22543(autoload 'reftex-index-phrases-mode "reftex-index" nil t)
22507 22544
22508(autoload 'turn-on-reftex "reftex" "\ 22545(autoload 'turn-on-reftex "reftex" "\
22509Turn on RefTeX mode. 22546Turn on RefTeX mode.
@@ -22551,99 +22588,6 @@ This enforces rescanning the buffer on next use.
22551 22588
22552;;;*** 22589;;;***
22553 22590
22554;;;### (autoloads nil "reftex-cite" "textmodes/reftex-cite.el" (21214
22555;;;;;; 22326 616729 0))
22556;;; Generated autoloads from textmodes/reftex-cite.el
22557
22558(autoload 'reftex-citation "reftex-cite" "\
22559Make a citation using BibTeX database files.
22560After prompting for a regular expression, scans the buffers with
22561bibtex entries (taken from the \\bibliography command) and offers the
22562matching entries for selection. The selected entry is formatted according
22563to `reftex-cite-format' and inserted into the buffer.
22564
22565If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
22566
22567FORMAT-KEY can be used to pre-select a citation format.
22568
22569When called with a `C-u' prefix, prompt for optional arguments in
22570cite macros. When called with a numeric prefix, make that many
22571citations. When called with point inside the braces of a `\\cite'
22572command, it will add another key, ignoring the value of
22573`reftex-cite-format'.
22574
22575The regular expression uses an expanded syntax: && is interpreted as `and'.
22576Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.
22577While entering the regexp, completion on knows citation keys is possible.
22578`=' is a good regular expression to match all entries in all files.
22579
22580\(fn &optional NO-INSERT FORMAT-KEY)" t nil)
22581
22582;;;***
22583
22584;;;### (autoloads nil "reftex-global" "textmodes/reftex-global.el"
22585;;;;;; (21187 63826 213216 0))
22586;;; Generated autoloads from textmodes/reftex-global.el
22587
22588(autoload 'reftex-isearch-minor-mode "reftex-global" "\
22589When on, isearch searches the whole document, not only the current file.
22590This minor mode allows isearch to search through all the files of
22591the current TeX document.
22592
22593With no argument, this command toggles
22594`reftex-isearch-minor-mode'. With a prefix argument ARG, turn
22595`reftex-isearch-minor-mode' on if ARG is positive, otherwise turn it off.
22596
22597\(fn &optional ARG)" t nil)
22598
22599;;;***
22600
22601;;;### (autoloads nil "reftex-index" "textmodes/reftex-index.el"
22602;;;;;; (21193 16180 875828 0))
22603;;; Generated autoloads from textmodes/reftex-index.el
22604
22605(autoload 'reftex-index-phrases-mode "reftex-index" "\
22606Major mode for managing the Index phrases of a LaTeX document.
22607This buffer was created with RefTeX.
22608
22609To insert new phrases, use
22610 - `C-c \\' in the LaTeX document to copy selection or word
22611 - `\\[reftex-index-new-phrase]' in the phrases buffer.
22612
22613To index phrases use one of:
22614
22615\\[reftex-index-this-phrase] index current phrase
22616\\[reftex-index-next-phrase] index next phrase (or N with prefix arg)
22617\\[reftex-index-all-phrases] index all phrases
22618\\[reftex-index-remaining-phrases] index current and following phrases
22619\\[reftex-index-region-phrases] index the phrases in the region
22620
22621You can sort the phrases in this buffer with \\[reftex-index-sort-phrases].
22622To display information about the phrase at point, use \\[reftex-index-phrases-info].
22623
22624For more information see the RefTeX User Manual.
22625
22626Here are all local bindings.
22627
22628\\{reftex-index-phrases-mode-map}
22629
22630\(fn)" t nil)
22631
22632;;;***
22633
22634;;;### (autoloads nil "reftex-parse" "textmodes/reftex-parse.el"
22635;;;;;; (21187 63826 213216 0))
22636;;; Generated autoloads from textmodes/reftex-parse.el
22637
22638(autoload 'reftex-all-document-files "reftex-parse" "\
22639Return a list of all files belonging to the current document.
22640When RELATIVE is non-nil, give file names relative to directory
22641of master file.
22642
22643\(fn &optional RELATIVE)" nil nil)
22644
22645;;;***
22646
22647;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (21194 22591;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (21194
22648;;;;;; 37048 599945 0)) 22592;;;;;; 37048 599945 0))
22649;;; Generated autoloads from textmodes/reftex-vars.el 22593;;; Generated autoloads from textmodes/reftex-vars.el
@@ -22924,8 +22868,8 @@ variable.
22924 22868
22925;;;*** 22869;;;***
22926 22870
22927;;;### (autoloads nil "rmail" "mail/rmail.el" (21245 3427 941571 22871;;;### (autoloads nil "rmail" "mail/rmail.el" (21293 25438 932257
22928;;;;;; 853000)) 22872;;;;;; 536000))
22929;;; Generated autoloads from mail/rmail.el 22873;;; Generated autoloads from mail/rmail.el
22930 22874
22931(defvar rmail-file-name (purecopy "~/RMAIL") "\ 22875(defvar rmail-file-name (purecopy "~/RMAIL") "\
@@ -23187,8 +23131,8 @@ than appending to it. Deletes the message after writing if
23187 23131
23188;;;*** 23132;;;***
23189 23133
23190;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21187 63826 23134;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21293 25385
23191;;;;;; 213216 0)) 23135;;;;;; 120083 0))
23192;;; Generated autoloads from nxml/rng-cmpct.el 23136;;; Generated autoloads from nxml/rng-cmpct.el
23193 23137
23194(autoload 'rng-c-load-schema "rng-cmpct" "\ 23138(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23199,8 +23143,8 @@ Return a pattern.
23199 23143
23200;;;*** 23144;;;***
23201 23145
23202;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (21187 63826 23146;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (21293 25385
23203;;;;;; 213216 0)) 23147;;;;;; 120083 0))
23204;;; Generated autoloads from nxml/rng-nxml.el 23148;;; Generated autoloads from nxml/rng-nxml.el
23205 23149
23206(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23150(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23212,8 +23156,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23212 23156
23213;;;*** 23157;;;***
23214 23158
23215;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (21187 63826 23159;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (21293 25385
23216;;;;;; 213216 0)) 23160;;;;;; 120083 0))
23217;;; Generated autoloads from nxml/rng-valid.el 23161;;; Generated autoloads from nxml/rng-valid.el
23218 23162
23219(autoload 'rng-validate-mode "rng-valid" "\ 23163(autoload 'rng-validate-mode "rng-valid" "\
@@ -23243,7 +23187,7 @@ to use for finding the schema.
23243 23187
23244;;;*** 23188;;;***
23245 23189
23246;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (21187 63826 213216 23190;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (21293 25385 120083
23247;;;;;; 0)) 23191;;;;;; 0))
23248;;; Generated autoloads from nxml/rng-xsd.el 23192;;; Generated autoloads from nxml/rng-xsd.el
23249 23193
@@ -23341,7 +23285,7 @@ Toggle the use of ROT13 encoding for the current window.
23341 23285
23342;;;*** 23286;;;***
23343 23287
23344;;;### (autoloads nil "rst" "textmodes/rst.el" (21204 37210 187838 23288;;;### (autoloads nil "rst" "textmodes/rst.el" (21285 31272 331063
23345;;;;;; 0)) 23289;;;;;; 0))
23346;;; Generated autoloads from textmodes/rst.el 23290;;; Generated autoloads from textmodes/rst.el
23347 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23291 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
@@ -23372,8 +23316,8 @@ for modes derived from Text mode, like Mail mode.
23372 23316
23373;;;*** 23317;;;***
23374 23318
23375;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21257 23319;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21300
23376;;;;;; 55477 969423 0)) 23320;;;;;; 27302 473448 0))
23377;;; Generated autoloads from progmodes/ruby-mode.el 23321;;; Generated autoloads from progmodes/ruby-mode.el
23378(push (purecopy '(ruby-mode 1 2)) package--builtin-versions) 23322(push (purecopy '(ruby-mode 1 2)) package--builtin-versions)
23379 23323
@@ -23761,8 +23705,8 @@ histories, which is probably undesirable.
23761 23705
23762;;;*** 23706;;;***
23763 23707
23764;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21187 63826 23708;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21286 52150
23765;;;;;; 213216 0)) 23709;;;;;; 476720 0))
23766;;; Generated autoloads from progmodes/scheme.el 23710;;; Generated autoloads from progmodes/scheme.el
23767 23711
23768(autoload 'scheme-mode "scheme" "\ 23712(autoload 'scheme-mode "scheme" "\
@@ -24228,7 +24172,7 @@ Like `mail' command, but display mail buffer in another frame.
24228 24172
24229;;;*** 24173;;;***
24230 24174
24231;;;### (autoloads nil "server" "server.el" (21240 46395 727291 0)) 24175;;;### (autoloads nil "server" "server.el" (21293 25385 120083 0))
24232;;; Generated autoloads from server.el 24176;;; Generated autoloads from server.el
24233 24177
24234(put 'server-host 'risky-local-variable t) 24178(put 'server-host 'risky-local-variable t)
@@ -24405,8 +24349,8 @@ To work around that, do:
24405 24349
24406;;;*** 24350;;;***
24407 24351
24408;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21240 24352;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21271
24409;;;;;; 46395 727291 0)) 24353;;;;;; 29887 434495 380000))
24410;;; Generated autoloads from progmodes/sh-script.el 24354;;; Generated autoloads from progmodes/sh-script.el
24411(push (purecopy '(sh-script 2 0 6)) package--builtin-versions) 24355(push (purecopy '(sh-script 2 0 6)) package--builtin-versions)
24412(put 'sh-shell 'safe-local-variable 'symbolp) 24356(put 'sh-shell 'safe-local-variable 'symbolp)
@@ -24470,8 +24414,8 @@ with your script for an edit-interpret-debug cycle.
24470 24414
24471;;;*** 24415;;;***
24472 24416
24473;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (21187 63826 24417;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (21271 54940
24474;;;;;; 213216 0)) 24418;;;;;; 492268 31000))
24475;;; Generated autoloads from emacs-lisp/shadow.el 24419;;; Generated autoloads from emacs-lisp/shadow.el
24476 24420
24477(autoload 'list-load-path-shadows "shadow" "\ 24421(autoload 'list-load-path-shadows "shadow" "\
@@ -24607,7 +24551,7 @@ Otherwise, one argument `-i' is passed to the shell.
24607 24551
24608;;;*** 24552;;;***
24609 24553
24610;;;### (autoloads nil "shr" "net/shr.el" (21264 60073 653706 828000)) 24554;;;### (autoloads nil "shr" "net/shr.el" (21271 29460 497806 0))
24611;;; Generated autoloads from net/shr.el 24555;;; Generated autoloads from net/shr.el
24612 24556
24613(autoload 'shr-render-region "shr" "\ 24557(autoload 'shr-render-region "shr" "\
@@ -24715,7 +24659,7 @@ with no arguments, if that value is non-nil.
24715 24659
24716;;;*** 24660;;;***
24717 24661
24718;;;### (autoloads nil "skeleton" "skeleton.el" (21240 46395 727291 24662;;;### (autoloads nil "skeleton" "skeleton.el" (21293 25385 120083
24719;;;;;; 0)) 24663;;;;;; 0))
24720;;; Generated autoloads from skeleton.el 24664;;; Generated autoloads from skeleton.el
24721 24665
@@ -24775,21 +24719,21 @@ If ELEMENT is a string or a character it gets inserted (see also
24775 @ add position to `skeleton-positions' 24719 @ add position to `skeleton-positions'
24776 & do next ELEMENT if previous moved point 24720 & do next ELEMENT if previous moved point
24777 | do next ELEMENT if previous didn't move point 24721 | do next ELEMENT if previous didn't move point
24778 -num delete num preceding characters (see `skeleton-untabify') 24722 -NUM delete NUM preceding characters (see `skeleton-untabify')
24779 resume: skipped, continue here if quit is signaled 24723 resume: skipped, continue here if quit is signaled
24780 nil skipped 24724 nil skipped
24781 24725
24782After termination, point will be positioned at the last occurrence of - 24726After termination, point will be positioned at the last occurrence of -
24783or at the first occurrence of _ or at the end of the inserted text. 24727or at the first occurrence of _ or at the end of the inserted text.
24784 24728
24785Further elements can be defined via `skeleton-further-elements'. ELEMENT may 24729Further elements can be defined via `skeleton-further-elements'.
24786itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for 24730ELEMENT may itself be a SKELETON with an INTERACTOR. The user is prompted
24787different inputs. The SKELETON is processed as often as the user enters a 24731repeatedly for different inputs. The SKELETON is processed as often as
24788non-empty string. \\[keyboard-quit] terminates skeleton insertion, but 24732the user enters a non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
24789continues after `resume:' and positions at `_' if any. If INTERACTOR in such 24733continues after `resume:' and positions at `_' if any. If INTERACTOR in
24790a subskeleton is a prompt-string which contains a \".. %s ..\" it is 24734such a subskeleton is a prompt-string which contains a \".. %s ..\" it is
24791formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list of 24735formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list
24792strings with the subskeleton being repeated once for each string. 24736of strings with the subskeleton being repeated once for each string.
24793 24737
24794Quoted Lisp expressions are evaluated for their side-effects. 24738Quoted Lisp expressions are evaluated for their side-effects.
24795Other Lisp expressions are evaluated and the value treated as above. 24739Other Lisp expressions are evaluated and the value treated as above.
@@ -25210,7 +25154,7 @@ is non-nil, it also prints a message describing the number of deletions.
25210 25154
25211;;;*** 25155;;;***
25212 25156
25213;;;### (autoloads nil "spam" "gnus/spam.el" (21227 851 585414 0)) 25157;;;### (autoloads nil "spam" "gnus/spam.el" (21296 1575 438327 0))
25214;;; Generated autoloads from gnus/spam.el 25158;;; Generated autoloads from gnus/spam.el
25215 25159
25216(autoload 'spam-initialize "spam" "\ 25160(autoload 'spam-initialize "spam" "\
@@ -25267,8 +25211,8 @@ Spam reports will be queued with the method used when
25267 25211
25268;;;*** 25212;;;***
25269 25213
25270;;;### (autoloads nil "speedbar" "speedbar.el" (21220 61111 156047 25214;;;### (autoloads nil "speedbar" "speedbar.el" (21302 10113 180145
25271;;;;;; 0)) 25215;;;;;; 84000))
25272;;; Generated autoloads from speedbar.el 25216;;; Generated autoloads from speedbar.el
25273 25217
25274(defalias 'speedbar 'speedbar-frame-mode) 25218(defalias 'speedbar 'speedbar-frame-mode)
@@ -25814,15 +25758,14 @@ GnuTLS requires a port number.
25814 25758
25815;;;*** 25759;;;***
25816 25760
25817;;;### (autoloads nil "strokes" "strokes.el" (21240 46395 727291 25761;;;### (autoloads nil "strokes" "strokes.el" (21271 1974 113743 0))
25818;;;;;; 0))
25819;;; Generated autoloads from strokes.el 25762;;; Generated autoloads from strokes.el
25820 25763
25821(autoload 'strokes-global-set-stroke "strokes" "\ 25764(autoload 'strokes-global-set-stroke "strokes" "\
25822Interactively give STROKE the global binding as COMMAND. 25765Interactively give STROKE the global binding as COMMAND.
25823Operated just like `global-set-key', except for strokes. 25766Works just like `global-set-key', except for strokes. COMMAND is
25824COMMAND is a symbol naming an interactively-callable function. STROKE 25767a symbol naming an interactively-callable function. STROKE is a
25825is a list of sampled positions on the stroke grid as described in the 25768list of sampled positions on the stroke grid as described in the
25826documentation for the `strokes-define-stroke' function. 25769documentation for the `strokes-define-stroke' function.
25827 25770
25828See also `strokes-global-set-stroke-string'. 25771See also `strokes-global-set-stroke-string'.
@@ -25878,8 +25821,8 @@ Load user-defined strokes from file named by `strokes-file'.
25878 25821
25879(autoload 'strokes-list-strokes "strokes" "\ 25822(autoload 'strokes-list-strokes "strokes" "\
25880Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP. 25823Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
25881With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes 25824With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes chronologically
25882chronologically by command name. 25825by command name.
25883If STROKES-MAP is not given, `strokes-global-map' will be used instead. 25826If STROKES-MAP is not given, `strokes-global-map' will be used instead.
25884 25827
25885\(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil) 25828\(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil)
@@ -25896,8 +25839,8 @@ or call the function `strokes-mode'.")
25896(autoload 'strokes-mode "strokes" "\ 25839(autoload 'strokes-mode "strokes" "\
25897Toggle Strokes mode, a global minor mode. 25840Toggle Strokes mode, a global minor mode.
25898With a prefix argument ARG, enable Strokes mode if ARG is 25841With a prefix argument ARG, enable Strokes mode if ARG is
25899positive, and disable it otherwise. If called from Lisp, enable 25842positive, and disable it otherwise. If called from Lisp,
25900the mode if ARG is omitted or nil. 25843enable the mode if ARG is omitted or nil.
25901 25844
25902\\<strokes-mode-map> 25845\\<strokes-mode-map>
25903Strokes are pictographic mouse gestures which invoke commands. 25846Strokes are pictographic mouse gestures which invoke commands.
@@ -25949,18 +25892,20 @@ Studlify-case the current buffer.
25949 25892
25950;;;*** 25893;;;***
25951 25894
25952;;;### (autoloads nil "subword" "progmodes/subword.el" (21193 16180 25895;;;### (autoloads nil "subword" "progmodes/subword.el" (21294 46247
25953;;;;;; 875828 0)) 25896;;;;;; 414129 0))
25954;;; Generated autoloads from progmodes/subword.el 25897;;; Generated autoloads from progmodes/subword.el
25955 25898
25899(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "24.5")
25900
25956(autoload 'subword-mode "subword" "\ 25901(autoload 'subword-mode "subword" "\
25957Toggle subword movement and editing (Subword mode). 25902Toggle subword movement and editing (Subword mode).
25958With a prefix argument ARG, enable Subword mode if ARG is 25903With a prefix argument ARG, enable Subword mode if ARG is
25959positive, and disable it otherwise. If called from Lisp, enable 25904positive, and disable it otherwise. If called from Lisp, enable
25960the mode if ARG is omitted or nil. 25905the mode if ARG is omitted or nil.
25961 25906
25962Subword mode is a buffer-local minor mode. Enabling it remaps 25907Subword mode is a buffer-local minor mode. Enabling it changes
25963word-based editing commands to subword-based commands that handle 25908the definition of a word so that word-based commands stop inside
25964symbols with mixed uppercase and lowercase letters, 25909symbols with mixed uppercase and lowercase letters,
25965e.g. \"GtkWidget\", \"EmacsFrameClass\", \"NSGraphicsContext\". 25910e.g. \"GtkWidget\", \"EmacsFrameClass\", \"NSGraphicsContext\".
25966 25911
@@ -25974,9 +25919,8 @@ called a `subword'. Here are some examples:
25974 EmacsFrameClass => \"Emacs\", \"Frame\" and \"Class\" 25919 EmacsFrameClass => \"Emacs\", \"Frame\" and \"Class\"
25975 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\" 25920 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
25976 25921
25977The subword oriented commands activated in this minor mode recognize 25922This mode changes the definition of a word so that word commands
25978subwords in a nomenclature to move between subwords and to edit them 25923treat nomenclature boundaries as word bounaries.
25979as words.
25980 25924
25981\\{subword-mode-map} 25925\\{subword-mode-map}
25982 25926
@@ -26009,13 +25953,10 @@ With a prefix argument ARG, enable Superword mode if ARG is
26009positive, and disable it otherwise. If called from Lisp, enable 25953positive, and disable it otherwise. If called from Lisp, enable
26010the mode if ARG is omitted or nil. 25954the mode if ARG is omitted or nil.
26011 25955
26012Superword mode is a buffer-local minor mode. Enabling it remaps 25956Superword mode is a buffer-local minor mode. Enabling it changes
26013word-based editing commands to superword-based commands that 25957the definition of words such that symbols characters are treated
26014treat symbols as words, e.g. \"this_is_a_symbol\". 25958as parts of words: e.g., in `superword-mode',
26015 25959\"this_is_a_symbol\" counts as one word.
26016The superword oriented commands activated in this minor mode
26017recognize symbols as superwords to move between superwords and to
26018edit them as words.
26019 25960
26020\\{superword-mode-map} 25961\\{superword-mode-map}
26021 25962
@@ -28235,7 +28176,7 @@ the output buffer or changing the window configuration.
28235 28176
28236;;;*** 28177;;;***
28237 28178
28238;;;### (autoloads nil "tramp" "net/tramp.el" (21263 60369 592555 28179;;;### (autoloads nil "tramp" "net/tramp.el" (21299 64170 881226
28239;;;;;; 0)) 28180;;;;;; 0))
28240;;; Generated autoloads from net/tramp.el 28181;;; Generated autoloads from net/tramp.el
28241 28182
@@ -28721,7 +28662,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28721 28662
28722;;;*** 28663;;;***
28723 28664
28724;;;### (autoloads nil "url" "url/url.el" (21187 63826 213216 0)) 28665;;;### (autoloads nil "url" "url/url.el" (21302 6641 882267 783000))
28725;;; Generated autoloads from url/url.el 28666;;; Generated autoloads from url/url.el
28726 28667
28727(autoload 'url-retrieve "url" "\ 28668(autoload 'url-retrieve "url" "\
@@ -28843,8 +28784,8 @@ Extract FNAM from the local disk cache.
28843 28784
28844;;;*** 28785;;;***
28845 28786
28846;;;### (autoloads nil "url-dav" "url/url-dav.el" (21187 63826 213216 28787;;;### (autoloads nil "url-dav" "url/url-dav.el" (21302 6606 390237
28847;;;;;; 0)) 28788;;;;;; 377000))
28848;;; Generated autoloads from url/url-dav.el 28789;;; Generated autoloads from url/url-dav.el
28849 28790
28850(autoload 'url-dav-supported-p "url-dav" "\ 28791(autoload 'url-dav-supported-p "url-dav" "\
@@ -28889,8 +28830,8 @@ Handle file: and ftp: URLs.
28889 28830
28890;;;*** 28831;;;***
28891 28832
28892;;;### (autoloads nil "url-gw" "url/url-gw.el" (21187 63826 213216 28833;;;### (autoloads nil "url-gw" "url/url-gw.el" (21302 6606 390237
28893;;;;;; 0)) 28834;;;;;; 377000))
28894;;; Generated autoloads from url/url-gw.el 28835;;; Generated autoloads from url/url-gw.el
28895 28836
28896(autoload 'url-gateway-nslookup-host "url-gw" "\ 28837(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28908,8 +28849,8 @@ Might do a non-blocking connection; use `process-status' to check.
28908 28849
28909;;;*** 28850;;;***
28910 28851
28911;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21187 28852;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21299
28912;;;;;; 63826 213216 0)) 28853;;;;;; 64170 881226 0))
28913;;; Generated autoloads from url/url-handlers.el 28854;;; Generated autoloads from url/url-handlers.el
28914 28855
28915(defvar url-handler-mode nil "\ 28856(defvar url-handler-mode nil "\
@@ -28963,8 +28904,8 @@ accessible.
28963 28904
28964;;;*** 28905;;;***
28965 28906
28966;;;### (autoloads nil "url-http" "url/url-http.el" (21197 39236 714874 28907;;;### (autoloads nil "url-http" "url/url-http.el" (21302 6606 390237
28967;;;;;; 0)) 28908;;;;;; 377000))
28968;;; Generated autoloads from url/url-http.el 28909;;; Generated autoloads from url/url-http.el
28969 (autoload 'url-default-expander "url-expand") 28910 (autoload 'url-default-expander "url-expand")
28970 28911
@@ -29049,8 +28990,8 @@ Fetch a data URL (RFC 2397).
29049 28990
29050;;;*** 28991;;;***
29051 28992
29052;;;### (autoloads nil "url-news" "url/url-news.el" (21187 63826 213216 28993;;;### (autoloads nil "url-news" "url/url-news.el" (21301 65237 320114
29053;;;;;; 0)) 28994;;;;;; 350000))
29054;;; Generated autoloads from url/url-news.el 28995;;; Generated autoloads from url/url-news.el
29055 28996
29056(autoload 'url-news "url-news" "\ 28997(autoload 'url-news "url-news" "\
@@ -29184,8 +29125,8 @@ The variable `url-queue-timeout' sets a timeout.
29184 29125
29185;;;*** 29126;;;***
29186 29127
29187;;;### (autoloads nil "url-util" "url/url-util.el" (21187 63826 213216 29128;;;### (autoloads nil "url-util" "url/url-util.el" (21302 6606 390237
29188;;;;;; 0)) 29129;;;;;; 377000))
29189;;; Generated autoloads from url/url-util.el 29130;;; Generated autoloads from url/url-util.el
29190 29131
29191(defvar url-debug nil "\ 29132(defvar url-debug nil "\
@@ -29443,7 +29384,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29443 29384
29444;;;*** 29385;;;***
29445 29386
29446;;;### (autoloads nil "vc" "vc/vc.el" (21187 63826 213216 0)) 29387;;;### (autoloads nil "vc" "vc/vc.el" (21296 1575 438327 0))
29447;;; Generated autoloads from vc/vc.el 29388;;; Generated autoloads from vc/vc.el
29448 29389
29449(defvar vc-checkout-hook nil "\ 29390(defvar vc-checkout-hook nil "\
@@ -29851,8 +29792,8 @@ case, and the process object in the asynchronous case.
29851 29792
29852;;;*** 29793;;;***
29853 29794
29854;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21215 9704 346293 29795;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21274 64565 737222
29855;;;;;; 827000)) 29796;;;;;; 0))
29856;;; Generated autoloads from vc/vc-git.el 29797;;; Generated autoloads from vc/vc-git.el
29857 (defun vc-git-registered (file) 29798 (defun vc-git-registered (file)
29858 "Return non-nil if FILE is registered with git." 29799 "Return non-nil if FILE is registered with git."
@@ -29998,7 +29939,7 @@ Key bindings:
29998;;;*** 29939;;;***
29999 29940
30000;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 29941;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
30001;;;;;; (21199 54969 178188 0)) 29942;;;;;; (21298 43300 420449 0))
30002;;; Generated autoloads from progmodes/verilog-mode.el 29943;;; Generated autoloads from progmodes/verilog-mode.el
30003 29944
30004(autoload 'verilog-mode "verilog-mode" "\ 29945(autoload 'verilog-mode "verilog-mode" "\
@@ -30137,8 +30078,8 @@ Key bindings specific to `verilog-mode-map' are:
30137 30078
30138;;;*** 30079;;;***
30139 30080
30140;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (21187 30081;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (21305
30141;;;;;; 63826 213216 0)) 30082;;;;;; 16557 836987 0))
30142;;; Generated autoloads from progmodes/vhdl-mode.el 30083;;; Generated autoloads from progmodes/vhdl-mode.el
30143 30084
30144(autoload 'vhdl-mode "vhdl-mode" "\ 30085(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31912,7 +31853,7 @@ Both features can be combined by providing a cons cell
31912 31853
31913;;;*** 31854;;;***
31914 31855
31915;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21187 63826 213216 31856;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21293 25385 120083
31916;;;;;; 0)) 31857;;;;;; 0))
31917;;; Generated autoloads from nxml/xmltok.el 31858;;; Generated autoloads from nxml/xmltok.el
31918 31859
@@ -32009,19 +31950,19 @@ Zone out, completely.
32009;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" 31950;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el"
32010;;;;;; "cedet/cedet-idutils.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" 31951;;;;;; "cedet/cedet-idutils.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el"
32011;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" 31952;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el"
32012;;;;;; "cedet/ede/emacs.el" "cedet/ede/files.el" "cedet/ede/generic.el" 31953;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el"
32013;;;;;; "cedet/ede/linux.el" "cedet/ede/loaddefs.el" "cedet/ede/locate.el" 31954;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/loaddefs.el"
32014;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" 31955;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el"
32015;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" 31956;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el"
32016;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" 31957;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el"
32017;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" 31958;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el"
32018;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" 31959;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el"
32019;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" 31960;;;;;; "cedet/ede/proj.el" "cedet/ede/shell.el" "cedet/ede/simple.el"
32020;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" 31961;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el"
32021;;;;;; "cedet/ede/util.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" 31962;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/semantic/analyze.el"
32022;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" 31963;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el"
32023;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" 31964;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el"
32024;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" 31965;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el"
32025;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" 31966;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el"
32026;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el" 31967;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el"
32027;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" 31968;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el"
@@ -32062,46 +32003,46 @@ Zone out, completely.
32062;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" 32003;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el"
32063;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" 32004;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el"
32064;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" 32005;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el"
32065;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" 32006;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el"
32066;;;;;; "emacs-lisp/package-x.el" "emacs-lisp/smie.el" "emacs-lisp/subr-x.el" 32007;;;;;; "emacs-lisp/smie.el" "emacs-lisp/subr-x.el" "emacs-lisp/tcover-ses.el"
32067;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 32008;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/edt-lk201.el"
32068;;;;;; "emulation/cua-gmrk.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 32009;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el"
32069;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el" 32010;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
32070;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" 32011;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
32071;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" 32012;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el"
32072;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el" 32013;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "eshell/em-alias.el"
32073;;;;;; "erc/erc-ibuffer.el" "eshell/em-alias.el" "eshell/em-banner.el" 32014;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
32074;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" 32015;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
32075;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" 32016;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
32076;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 32017;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
32077;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" 32018;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el"
32078;;;;;; "eshell/em-tramp.el" "eshell/em-unix.el" "eshell/em-xtra.el" 32019;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
32079;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" 32020;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"
32080;;;;;; "eshell/esh-groups.el" "eshell/esh-io.el" "eshell/esh-module.el" 32021;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
32081;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" 32022;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "format-spec.el"
32082;;;;;; "eshell/esh-var.el" "ezimage.el" "format-spec.el" "fringe.el" 32023;;;;;; "fringe.el" "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el"
32083;;;;;; "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 32024;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cloud.el"
32084;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 32025;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el"
32085;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" 32026;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-icalendar.el"
32086;;;;;; "gnus/gnus-icalendar.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 32027;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
32087;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" 32028;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-srvr.el"
32088;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el" 32029;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
32089;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" 32030;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el"
32090;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" 32031;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el"
32091;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" 32032;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el"
32092;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el" 32033;;;;;; "gnus/mm-archive.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
32093;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el" 32034;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el"
32094;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el" 32035;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"
32095;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" 32036;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el"
32096;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" 32037;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el"
32097;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" 32038;;;;;; "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el"
32098;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" 32039;;;;;; "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el"
32099;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" 32040;;;;;; "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el"
32100;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" 32041;;;;;; "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el"
32101;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el" 32042;;;;;; "gnus/rtree.el" "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el"
32102;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" 32043;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el"
32103;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el" 32044;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el"
32104;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" 32045;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el"
32105;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "kermit.el" 32046;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "kermit.el"
32106;;;;;; "language/hanja-util.el" "language/thai-word.el" "ldefs-boot.el" 32047;;;;;; "language/hanja-util.el" "language/thai-word.el" "ldefs-boot.el"
32107;;;;;; "leim/quail/arabic.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el" 32048;;;;;; "leim/quail/arabic.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el"
@@ -32142,27 +32083,43 @@ Zone out, completely.
32142;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" 32083;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el"
32143;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el" 32084;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el"
32144;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el" 32085;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el"
32145;;;;;; "nxml/xsd-regexp.el" "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" 32086;;;;;; "nxml/xsd-regexp.el" "obsolete/abbrevlist.el" "obsolete/assoc.el"
32146;;;;;; "org/ob-awk.el" "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el" 32087;;;;;; "obsolete/awk-mode.el" "obsolete/bruce.el" "obsolete/cl-compat.el"
32147;;;;;; "org/ob-core.el" "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" 32088;;;;;; "obsolete/complete.el" "obsolete/cust-print.el" "obsolete/erc-hecomplete.el"
32148;;;;;; "org/ob-emacs-lisp.el" "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" 32089;;;;;; "obsolete/fast-lock.el" "obsolete/gulp.el" "obsolete/iso-acc.el"
32149;;;;;; "org/ob-gnuplot.el" "org/ob-haskell.el" "org/ob-io.el" "org/ob-java.el" 32090;;;;;; "obsolete/iso-insert.el" "obsolete/iso-swed.el" "obsolete/keyswap.el"
32150;;;;;; "org/ob-js.el" "org/ob-keys.el" "org/ob-latex.el" "org/ob-ledger.el" 32091;;;;;; "obsolete/lazy-lock.el" "obsolete/ledit.el" "obsolete/levents.el"
32151;;;;;; "org/ob-lilypond.el" "org/ob-lisp.el" "org/ob-lob.el" "org/ob-makefile.el" 32092;;;;;; "obsolete/lmenu.el" "obsolete/longlines.el" "obsolete/lucid.el"
32152;;;;;; "org/ob-matlab.el" "org/ob-maxima.el" "org/ob-mscgen.el" 32093;;;;;; "obsolete/mailpost.el" "obsolete/meese.el" "obsolete/mouse-sel.el"
32153;;;;;; "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" "org/ob-perl.el" 32094;;;;;; "obsolete/old-emacs-lock.el" "obsolete/old-whitespace.el"
32154;;;;;; "org/ob-picolisp.el" "org/ob-plantuml.el" "org/ob-python.el" 32095;;;;;; "obsolete/options.el" "obsolete/otodo-mode.el" "obsolete/patcomp.el"
32155;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scala.el" 32096;;;;;; "obsolete/pc-mode.el" "obsolete/pc-select.el" "obsolete/pgg-def.el"
32156;;;;;; "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el" "org/ob-shen.el" 32097;;;;;; "obsolete/pgg-gpg.el" "obsolete/pgg-parse.el" "obsolete/pgg-pgp.el"
32157;;;;;; "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el" "org/ob-tangle.el" 32098;;;;;; "obsolete/pgg-pgp5.el" "obsolete/pgg.el" "obsolete/rcompile.el"
32158;;;;;; "org/ob.el" "org/org-archive.el" "org/org-attach.el" "org/org-bbdb.el" 32099;;;;;; "obsolete/resume.el" "obsolete/s-region.el" "obsolete/scribe.el"
32159;;;;;; "org/org-bibtex.el" "org/org-clock.el" "org/org-crypt.el" 32100;;;;;; "obsolete/spell.el" "obsolete/sregex.el" "obsolete/sup-mouse.el"
32160;;;;;; "org/org-ctags.el" "org/org-datetree.el" "org/org-docview.el" 32101;;;;;; "obsolete/swedish.el" "obsolete/sym-comp.el" "obsolete/terminal.el"
32161;;;;;; "org/org-element.el" "org/org-entities.el" "org/org-eshell.el" 32102;;;;;; "obsolete/vc-mcvs.el" "obsolete/xesam.el" "obsolete/yow.el"
32162;;;;;; "org/org-faces.el" "org/org-feed.el" "org/org-footnote.el" 32103;;;;;; "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" "org/ob-awk.el"
32163;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-id.el" "org/org-indent.el" 32104;;;;;; "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el" "org/ob-core.el"
32164;;;;;; "org/org-info.el" "org/org-inlinetask.el" "org/org-install.el" 32105;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el"
32165;;;;;; "org/org-irc.el" "org/org-list.el" "org/org-loaddefs.el" 32106;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" "org/ob-gnuplot.el"
32107;;;;;; "org/ob-haskell.el" "org/ob-io.el" "org/ob-java.el" "org/ob-js.el"
32108;;;;;; "org/ob-keys.el" "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lilypond.el"
32109;;;;;; "org/ob-lisp.el" "org/ob-lob.el" "org/ob-makefile.el" "org/ob-matlab.el"
32110;;;;;; "org/ob-maxima.el" "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el"
32111;;;;;; "org/ob-org.el" "org/ob-perl.el" "org/ob-picolisp.el" "org/ob-plantuml.el"
32112;;;;;; "org/ob-python.el" "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el"
32113;;;;;; "org/ob-scala.el" "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el"
32114;;;;;; "org/ob-shen.el" "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el"
32115;;;;;; "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" "org/org-attach.el"
32116;;;;;; "org/org-bbdb.el" "org/org-bibtex.el" "org/org-clock.el"
32117;;;;;; "org/org-crypt.el" "org/org-ctags.el" "org/org-datetree.el"
32118;;;;;; "org/org-docview.el" "org/org-element.el" "org/org-entities.el"
32119;;;;;; "org/org-eshell.el" "org/org-faces.el" "org/org-feed.el"
32120;;;;;; "org/org-footnote.el" "org/org-gnus.el" "org/org-habit.el"
32121;;;;;; "org/org-id.el" "org/org-indent.el" "org/org-info.el" "org/org-inlinetask.el"
32122;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-list.el" "org/org-loaddefs.el"
32166;;;;;; "org/org-macro.el" "org/org-mhe.el" "org/org-mobile.el" "org/org-mouse.el" 32123;;;;;; "org/org-macro.el" "org/org-mhe.el" "org/org-mobile.el" "org/org-mouse.el"
32167;;;;;; "org/org-pcomplete.el" "org/org-plot.el" "org/org-protocol.el" 32124;;;;;; "org/org-pcomplete.el" "org/org-plot.el" "org/org-protocol.el"
32168;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-table.el" "org/org-timer.el" 32125;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-table.el" "org/org-timer.el"
@@ -32180,19 +32137,20 @@ Zone out, completely.
32180;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" 32137;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
32181;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el" 32138;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el"
32182;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el" 32139;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el"
32183;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 32140;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-cite.el"
32184;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 32141;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" "textmodes/reftex-index.el"
32185;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el" 32142;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el"
32186;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" 32143;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el"
32187;;;;;; "url/url-domsuf.el" "url/url-expand.el" "url/url-ftp.el" 32144;;;;;; "tooltip.el" "tree-widget.el" "url/url-about.el" "url/url-cookie.el"
32188;;;;;; "url/url-future.el" "url/url-history.el" "url/url-imap.el" 32145;;;;;; "url/url-dired.el" "url/url-domsuf.el" "url/url-expand.el"
32189;;;;;; "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 32146;;;;;; "url/url-ftp.el" "url/url-future.el" "url/url-history.el"
32147;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32190;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el" 32148;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el"
32191;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" 32149;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
32192;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" 32150;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
32193;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" 32151;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el"
32194;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21265 49730 375624 32152;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21306 37457 872788
32195;;;;;; 657000)) 32153;;;;;; 579000))
32196 32154
32197;;;*** 32155;;;***
32198 32156