aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2016-11-28 19:04:23 +0100
committerNicolas Petton2016-11-28 19:04:23 +0100
commit39809036d39711fb5d01105739dd301ac046b151 (patch)
tree6c36d0ec14488cbac07ac619c9c6e348de24a106
parent5878abf87b6b3ead1367cbae5cc6b0743349f611 (diff)
downloademacs-25.1.90.tar.gz
emacs-25.1.90.zip
; Update ChangeLog.2, etc/AUTHORS and ldef-boot.el for Emacs 25.1.90 pretestemacs-25.1.90
-rw-r--r--ChangeLog.244
-rw-r--r--etc/AUTHORS40
-rw-r--r--lisp/ldefs-boot.el2230
3 files changed, 1198 insertions, 1116 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 6b521da2506..0b73dc2f841 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,45 @@
12016-11-28 Eli Zaretskii <eliz@gnu.org>
2
3 Fix 'expand-file-name' during startup on MS-Windows
4
5 * src/w32.c (w32_init_file_name_codepage): New function, resets
6 file_name_codepage and w32_ansi_code_page to undo the values
7 recorded during dumping.
8 (codepage_for_filenames): Fix an embarrassing typo. Ignore the
9 cached value of file-name encoding if it is nil, i.e. not
10 initialized yet. Actually cache the last used file-name encoding
11 to avoid calling APIs when not necessary.
12
13 * src/w32.h (w32_init_file_name_codepage): Add prototype.
14
15 * src/w32term.c (syms_of_w32term): Set the value of
16 w32_unicode_filenames according to the OS version. This avoids
17 resetting it during startup, which then causes temacs to run with
18 the incorrect value.
19
20 * src/emacs.c (main): Call w32_init_file_name_codepage early
21 during the startup.
22
23 * src/fileio.c (Fexpand_file_name) [WINDOWSNT]: Update 'newdir'
24 after converting $HOME to a UTF-8 string, so that 'newdirlim' is
25 consistent with it. (Bug#25038)
26
27 * lisp/international/mule-cmds.el (set-locale-environment): Set
28 'default-file-name-coding-system' to the ANSI codepage even in
29 non-interactive sessions.
30
31 * lisp/files.el (directory-abbrev-alist, abbreviated-home-dir):
32 Doc fix.
33 (abbreviate-file-name): Decode 'abbreviated-home-dir' if it is a
34 unibyte string.
35
36 * doc/lispref/files.texi (Directory Names): Index
37 'directory-abbrev-alist'.
38
392016-11-28 Nicolas Petton <nicolas@petton.fr>
40
41 * admin/authors.el (authors-renamed-files-alist): Addition.
42
12016-11-28 Glenn Morris <rgm@gnu.org> 432016-11-28 Glenn Morris <rgm@gnu.org>
2 44
3 Tweak refcard note about documentation location 45 Tweak refcard note about documentation location
@@ -34968,7 +35010,7 @@
34968 35010
34969This file records repository revisions from 35011This file records repository revisions from
34970commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 35012commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
34971commit 6d27423d381c3496e76e8d57e0d81841cdde0815 (inclusive). 35013commit 5878abf87b6b3ead1367cbae5cc6b0743349f611 (inclusive).
34972See ChangeLog.1 for earlier changes. 35014See ChangeLog.1 for earlier changes.
34973 35015
34974;; Local Variables: 35016;; Local Variables:
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 3cfce198fb8..ccf91349de3 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -367,8 +367,6 @@ Atsuo Ohki: changed lread.c
367 367
368Aubrey Jaffer: changed info.el unexelf.c 368Aubrey Jaffer: changed info.el unexelf.c
369 369
370Aurelien Aptel: changed alloc.c
371
372Aurélien Aptel: changed alloc.c emacs-module.h lisp.h Makefile 370Aurélien Aptel: changed alloc.c emacs-module.h lisp.h Makefile
373 configure.ac cus-face.el data.c dispextern.h display.texi dynlib.c 371 configure.ac cus-face.el data.c dispextern.h display.texi dynlib.c
374 dynlib.h emacs-module.c faces.el lread.c mod-test.c modhelp.py nsterm.m 372 dynlib.h emacs-module.c faces.el lread.c mod-test.c modhelp.py nsterm.m
@@ -541,7 +539,7 @@ Brian Palmer: changed erc.el erc-list.el
541Brian Preble: changed abbrev.el apropos.el asm-mode.el awk-mode.el 539Brian Preble: changed abbrev.el apropos.el asm-mode.el awk-mode.el
542 bytecomp.el c++-mode.el cal.el calc.el chistory.el cl-indent.el 540 bytecomp.el c++-mode.el cal.el calc.el chistory.el cl-indent.el
543 compare-w.el compile.el dabbrev.el debug.el diary.el diff.el dired.el 541 compare-w.el compile.el dabbrev.el debug.el diary.el diff.el dired.el
544 doctex.el doctor.el ebuff-menu.el echistory.el and 128 other files 542 doctex.el doctor.el ebuff-menu.el echistory.el and 129 other files
545 543
546Brian P Templeton: changed erc.el erc-compat.el erc-fill.el 544Brian P Templeton: changed erc.el erc-compat.el erc-fill.el
547 erc-nickserv.el erc-pcomplete.el erc-stamp.el erc-track.el lread.c 545 erc-nickserv.el erc-pcomplete.el erc-stamp.el erc-track.el lread.c
@@ -742,6 +740,8 @@ Chris Zheng: changed gnutls.c calculator.el w32-win.el
742 740
743Chuck Blake: changed term.c 741Chuck Blake: changed term.c
744 742
743Chunyang Xu: changed esh-mode.el
744
745Chunyu Wang: changed gnus-art.el pcl-cvs.texi 745Chunyu Wang: changed gnus-art.el pcl-cvs.texi
746 746
747Claudio Bley: changed image.c image.el process.c stat.h w32-win.el w32.c 747Claudio Bley: changed image.c image.el process.c stat.h w32-win.el w32.c
@@ -1248,7 +1248,7 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c]
1248 [tty menus in term.c] abbrev-tests.el bidi.c biditest.el 1248 [tty menus in term.c] abbrev-tests.el bidi.c biditest.el
1249 coding-tests.el rxvt.el tty-colors.el 1249 coding-tests.el rxvt.el tty-colors.el
1250and changed xdisp.c msdos.c w32.c w32fns.c display.texi files.el 1250and changed xdisp.c msdos.c w32.c w32fns.c display.texi files.el
1251 simple.el fileio.c w32proc.c keyboard.c w32term.c dispnew.c emacs.c 1251 simple.el fileio.c w32proc.c w32term.c keyboard.c emacs.c dispnew.c
1252 dispextern.h INSTALL config.bat sed1v2.inp src/Makefile.in term.c 1252 dispextern.h INSTALL config.bat sed1v2.inp src/Makefile.in term.c
1253 frames.texi window.c and 1017 other files 1253 frames.texi window.c and 1017 other files
1254 1254
@@ -1360,7 +1360,7 @@ and co-wrote make-mode.el
1360and changed vc.el vc-hooks.el vc-svn.el vc-cvs.el vc-git.el vc-rcs.el 1360and changed vc.el vc-hooks.el vc-svn.el vc-cvs.el vc-git.el vc-rcs.el
1361 vc-sccs.el vc-hg.el vc-bzr.el vc-dispatcher.el files.texi vc-mcvs.el 1361 vc-sccs.el vc-hg.el vc-bzr.el vc-dispatcher.el files.texi vc-mcvs.el
1362 vc-mtn.el files.el vc-arch.el comint.el emacsbug.el simple.el vc-src.el 1362 vc-mtn.el files.el vc-arch.el comint.el emacsbug.el simple.el vc-src.el
1363 Makefile.in add-log.el and 271 other files 1363 Makefile.in add-log.el and 272 other files
1364 1364
1365Eric Youngdale: changed etags-vmslib.c 1365Eric Youngdale: changed etags-vmslib.c
1366 1366
@@ -1610,8 +1610,8 @@ Giuseppe Scrivano: changed browse-url.el buffer.c configure.ac sysdep.c
1610Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el 1610Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el
1611and changed configure.ac Makefile.in src/Makefile.in calendar.el 1611and changed configure.ac Makefile.in src/Makefile.in calendar.el
1612 diary-lib.el lisp/Makefile.in files.el rmail.el progmodes/f90.el 1612 diary-lib.el lisp/Makefile.in files.el rmail.el progmodes/f90.el
1613 make-dist simple.el bytecomp.el emacs.texi misc/Makefile.in ack.texi 1613 make-dist simple.el bytecomp.el emacs.texi misc/Makefile.in authors.el
1614 authors.el lib-src/Makefile.in startup.el admin.el cal-menu.el 1614 ack.texi lib-src/Makefile.in startup.el admin.el cal-menu.el
1615 display.texi and 1603 other files 1615 display.texi and 1603 other files
1616 1616
1617Glynn Clements: wrote gamegrid.el snake.el tetris.el 1617Glynn Clements: wrote gamegrid.el snake.el tetris.el
@@ -1740,7 +1740,7 @@ Hoan Ton-That: changed erc-log.el
1740Holger Schauer: wrote fortune.el 1740Holger Schauer: wrote fortune.el
1741and changed message-utils.el 1741and changed message-utils.el
1742 1742
1743Hong Xu: changed files.texi maintaining.texi vc.el 1743Hong Xu: changed files.texi maintaining.texi programs.texi vc.el
1744 1744
1745Hosoya Kei: changed TUTORIAL.ja 1745Hosoya Kei: changed TUTORIAL.ja
1746 1746
@@ -2071,7 +2071,7 @@ and co-wrote wyse50.el
2071and changed keyboard.c xterm.c xfns.c window.c process.c ymakefile 2071and changed keyboard.c xterm.c xfns.c window.c process.c ymakefile
2072 dispnew.c xdisp.c sysdep.c configure.ac lisp.h Makefile.in keymap.c 2072 dispnew.c xdisp.c sysdep.c configure.ac lisp.h Makefile.in keymap.c
2073 configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c 2073 configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c
2074 and 400 other files 2074 and 401 other files
2075 2075
2076Jim Diamond: changed server.el 2076Jim Diamond: changed server.el
2077 2077
@@ -2363,7 +2363,7 @@ Juri Linkov: wrote files-x.el misearch.el occur-tests.el
2363and changed isearch.el info.el replace.el simple.el progmodes/grep.el 2363and changed isearch.el info.el replace.el simple.el progmodes/grep.el
2364 dired-aux.el dired.el progmodes/compile.el startup.el faces.el files.el 2364 dired-aux.el dired.el progmodes/compile.el startup.el faces.el files.el
2365 menu-bar.el bindings.el display.texi descr-text.el desktop.el comint.el 2365 menu-bar.el bindings.el display.texi descr-text.el desktop.el comint.el
2366 image-mode.el ispell.el man.el cus-edit.el and 355 other files 2366 image-mode.el ispell.el man.el cus-edit.el and 356 other files
2367 2367
2368Jussi Lahdenniemi: changed ms-w32.h w32.c w32.h w32fns.c w32heap.c 2368Jussi Lahdenniemi: changed ms-w32.h w32.c w32.h w32fns.c w32heap.c
2369 2369
@@ -2419,7 +2419,7 @@ and changed simple.el files.el doc-view.el image-mode.el info.el
2419 vc-svn.el CONTRIBUTE INSTALL autogen.sh isearch.el menu-bar.el 2419 vc-svn.el CONTRIBUTE INSTALL autogen.sh isearch.el menu-bar.el
2420 simple-test.el thingatpt.el INSTALL.REPO comint.el configure 2420 simple-test.el thingatpt.el INSTALL.REPO comint.el configure
2421 configure.ac editfns.c git-workflow gnus-bookmark.el gnus-msg.el 2421 configure.ac editfns.c git-workflow gnus-bookmark.el gnus-msg.el
2422 and 14 other files 2422 and 15 other files
2423 2423
2424Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c 2424Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c
2425 alloc.c files.el frame.c configure.ac window.c data.c minibuf.c 2425 alloc.c files.el frame.c configure.ac window.c data.c minibuf.c
@@ -2718,7 +2718,7 @@ and changed octave.el ido.el rcirc.el files.el lisp-mode.el subr.el
2718 eldoc.el simple.el flymake.el smie.el abbrev.el progmodes/python.el 2718 eldoc.el simple.el flymake.el smie.el abbrev.el progmodes/python.el
2719 cfengine.el cl-extra.el cl-macs.el emacs-lisp/cl-lib.el 2719 cfengine.el cl-extra.el cl-macs.el emacs-lisp/cl-lib.el
2720 progmodes/compile.el register.el rng-valid.el window.el bindings.el 2720 progmodes/compile.el register.el rng-valid.el window.el bindings.el
2721 and 163 other files 2721 and 164 other files
2722 2722
2723Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el 2723Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el
2724 rmailout.el sendmail.el 2724 rmailout.el sendmail.el
@@ -3350,11 +3350,11 @@ Nicolas Graner: changed message.el
3350Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el 3350Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el
3351 thunk-tests.el thunk.el 3351 thunk-tests.el thunk.el
3352and co-wrote auth-source-tests.el subr-tests.el 3352and co-wrote auth-source-tests.el subr-tests.el
3353and changed sequences.texi emacs.png README configure.ac sed2v2.inp 3353and changed sequences.texi README configure.ac emacs.png sed2v2.inp
3354 authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg Emacs.icns 3354 authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg Emacs.icns
3355 Makefile.in auth-source.el emacs.ico obarray-tests.el obarray.el data.c 3355 Makefile.in README.W32 auth-source.el emacs.ico obarray-tests.el
3356 emacs-document.svg emacs-document23.svg emacs.texi emacs23.svg 3356 obarray.el data.c emacs-document.svg emacs-document23.svg emacs.texi
3357 and 6 other files 3357 and 7 other files
3358 3358
3359Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el 3359Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el
3360and changed ffap.el package.el help.el keyboard.c landmark.el org.el 3360and changed ffap.el package.el help.el keyboard.c landmark.el org.el
@@ -3535,7 +3535,7 @@ Pavel JanĂ­k: co-wrote eudc-bob.el eudc-export.el eudc-hotlist.el
3535and changed keyboard.c xterm.c COPYING xdisp.c process.c emacs.c lisp.h 3535and changed keyboard.c xterm.c COPYING xdisp.c process.c emacs.c lisp.h
3536 menu-bar.el ldap.el make-dist xfns.c buffer.c coding.c eval.c fileio.c 3536 menu-bar.el ldap.el make-dist xfns.c buffer.c coding.c eval.c fileio.c
3537 flyspell.el fns.c indent.c Makefile.in callint.c cus-start.el 3537 flyspell.el fns.c indent.c Makefile.in callint.c cus-start.el
3538 and 701 other files 3538 and 702 other files
3539 3539
3540Pavel Kobiakov: wrote flymake.el 3540Pavel Kobiakov: wrote flymake.el
3541and changed flymake.texi 3541and changed flymake.texi
@@ -3659,7 +3659,7 @@ Philipp Haselwarter: changed gnus-agent.el gnus-sum.el gnus-sync.el
3659Philipp Rumpf: changed electric.el 3659Philipp Rumpf: changed electric.el
3660 3660
3661Philipp Stephani: wrote xt-mouse-tests.el 3661Philipp Stephani: wrote xt-mouse-tests.el
3662and changed emacs-module.c lisp.h editfns.c eval.c mod-test.c xt-mouse.el 3662and changed emacs-module.c lisp.h xt-mouse.el editfns.c eval.c mod-test.c
3663 xterm.el Makefile alloc.c callproc.c configure.ac dynlib.c dynlib.h 3663 xterm.el Makefile alloc.c callproc.c configure.ac dynlib.c dynlib.h
3664 electric-tests.el emacs-module.h fileio.c fns.c modhelp.py mule.el 3664 electric-tests.el emacs-module.h fileio.c fns.c modhelp.py mule.el
3665 src/Makefile.in term.el and 4 other files 3665 src/Makefile.in term.el and 4 other files
@@ -3819,7 +3819,7 @@ Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el
3819and changed files.el rmail.el simple.el info.el sysdep.c bytecomp.el 3819and changed files.el rmail.el simple.el info.el sysdep.c bytecomp.el
3820 startup.el keyboard.c fileio.c process.c sendmail.el window.c editfns.c 3820 startup.el keyboard.c fileio.c process.c sendmail.el window.c editfns.c
3821 unexec.c xfns.c keymap.c lisp-mode.el minibuf.c buffer.c dired.el 3821 unexec.c xfns.c keymap.c lisp-mode.el minibuf.c buffer.c dired.el
3822 dispnew.c and 139 other files 3822 dispnew.c and 140 other files
3823 3823
3824Richard M. Stallman: wrote [The original GNU Emacs and numerous files] 3824Richard M. Stallman: wrote [The original GNU Emacs and numerous files]
3825 easymenu.el image-mode.el menu-bar.el paren.el 3825 easymenu.el image-mode.el menu-bar.el paren.el
@@ -3828,7 +3828,7 @@ and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-langs.el
3828and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el 3828and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el
3829 fileio.c process.c sysdep.c buffer.c xfns.c window.c subr.el 3829 fileio.c process.c sysdep.c buffer.c xfns.c window.c subr.el
3830 configure.ac startup.el sendmail.el emacs.c Makefile.in editfns.c 3830 configure.ac startup.el sendmail.el emacs.c Makefile.in editfns.c
3831 info.el dired.el and 1338 other files 3831 info.el dired.el and 1339 other files
3832 3832
3833Richard Ryniker: changed sendmail.el 3833Richard Ryniker: changed sendmail.el
3834 3834
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 73163aaac6a..8a1d65248c6 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -3,7 +3,7 @@
3;;; Code: 3;;; Code:
4 4
5 5
6;;;### (autoloads nil "5x5" "play/5x5.el" (22388 6383 169254 278000)) 6;;;### (autoloads nil "5x5" "play/5x5.el" (22387 39328 255705 281000))
7;;; Generated autoloads from play/5x5.el 7;;; Generated autoloads from play/5x5.el
8 8
9(autoload '5x5 "5x5" "\ 9(autoload '5x5 "5x5" "\
@@ -65,8 +65,8 @@ should return a grid vector array that is the new solution.
65 65
66;;;*** 66;;;***
67 67
68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (22388 6383 68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (22387 39328
69;;;;;; 531257 838000)) 69;;;;;; 275705 210000))
70;;; Generated autoloads from progmodes/ada-mode.el 70;;; Generated autoloads from progmodes/ada-mode.el
71 71
72(autoload 'ada-add-extensions "ada-mode" "\ 72(autoload 'ada-add-extensions "ada-mode" "\
@@ -85,8 +85,8 @@ Ada mode is the major mode for editing Ada code.
85 85
86;;;*** 86;;;***
87 87
88;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (22388 6383 88;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (22387 39328
89;;;;;; 583258 350000)) 89;;;;;; 277705 202000))
90;;; Generated autoloads from progmodes/ada-stmt.el 90;;; Generated autoloads from progmodes/ada-stmt.el
91 91
92(autoload 'ada-header "ada-stmt" "\ 92(autoload 'ada-header "ada-stmt" "\
@@ -96,8 +96,8 @@ Insert a descriptive header at the top of the file.
96 96
97;;;*** 97;;;***
98 98
99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (22388 6383 99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (22387 39328
100;;;;;; 612258 635000)) 100;;;;;; 278705 199000))
101;;; Generated autoloads from progmodes/ada-xref.el 101;;; Generated autoloads from progmodes/ada-xref.el
102 102
103(autoload 'ada-find-file "ada-xref" "\ 103(autoload 'ada-find-file "ada-xref" "\
@@ -108,8 +108,8 @@ Completion is available.
108 108
109;;;*** 109;;;***
110 110
111;;;### (autoloads nil "add-log" "vc/add-log.el" (22388 6390 743328 111;;;### (autoloads nil "add-log" "vc/add-log.el" (22387 39328 622703
112;;;;;; 764000)) 112;;;;;; 971000))
113;;; Generated autoloads from vc/add-log.el 113;;; Generated autoloads from vc/add-log.el
114 114
115(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 115(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -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" (22388 6368 241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (22387 39327
242;;;;;; 545110 460000)) 242;;;;;; 270708 798000))
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 "\
@@ -374,7 +374,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
374 374
375;;;*** 375;;;***
376 376
377;;;### (autoloads nil "align" "align.el" (22388 5702 14555 614000)) 377;;;### (autoloads nil "align" "align.el" (22387 39326 533711 429000))
378;;; Generated autoloads from align.el 378;;; Generated autoloads from align.el
379 379
380(autoload 'align "align" "\ 380(autoload 'align "align" "\
@@ -479,7 +479,7 @@ indented.
479 479
480;;;*** 480;;;***
481 481
482;;;### (autoloads nil "allout" "allout.el" (22388 5702 143556 882000)) 482;;;### (autoloads nil "allout" "allout.el" (22387 39326 536711 418000))
483;;; Generated autoloads from allout.el 483;;; Generated autoloads from allout.el
484(push (purecopy '(allout 2 3)) package--builtin-versions) 484(push (purecopy '(allout 2 3)) package--builtin-versions)
485 485
@@ -839,8 +839,8 @@ for details on preparing Emacs for automatic allout activation.
839 839
840;;;*** 840;;;***
841 841
842;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (22388 842;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (22387
843;;;;;; 5702 56556 27000)) 843;;;;;; 39326 534711 425000))
844;;; Generated autoloads from allout-widgets.el 844;;; Generated autoloads from allout-widgets.el
845(push (purecopy '(allout-widgets 1 0)) package--builtin-versions) 845(push (purecopy '(allout-widgets 1 0)) package--builtin-versions)
846 846
@@ -898,8 +898,8 @@ outline hot-spot navigation (see `allout-mode').
898 898
899;;;*** 899;;;***
900 900
901;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (22388 6377 227195 901;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (22578 62356 730212
902;;;;;; 842000)) 902;;;;;; 84000))
903;;; Generated autoloads from net/ange-ftp.el 903;;; Generated autoloads from net/ange-ftp.el
904 904
905(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 905(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -920,8 +920,8 @@ directory, so that Emacs will know its current contents.
920 920
921;;;*** 921;;;***
922 922
923;;;### (autoloads nil "animate" "play/animate.el" (22388 6383 172254 923;;;### (autoloads nil "animate" "play/animate.el" (22387 39328 255705
924;;;;;; 308000)) 924;;;;;; 281000))
925;;; Generated autoloads from play/animate.el 925;;; Generated autoloads from play/animate.el
926 926
927(autoload 'animate-string "animate" "\ 927(autoload 'animate-string "animate" "\
@@ -953,8 +953,8 @@ the buffer *Birthday-Present-for-Name*.
953 953
954;;;*** 954;;;***
955 955
956;;;### (autoloads nil "ansi-color" "ansi-color.el" (22388 5702 202557 956;;;### (autoloads nil "ansi-color" "ansi-color.el" (22387 39326 538711
957;;;;;; 463000)) 957;;;;;; 411000))
958;;; Generated autoloads from ansi-color.el 958;;; Generated autoloads from ansi-color.el
959(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) 959(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions)
960 960
@@ -980,8 +980,8 @@ This is a good function to put in `comint-output-filter-functions'.
980 980
981;;;*** 981;;;***
982 982
983;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (22388 983;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (22387
984;;;;;; 6383 656259 67000)) 984;;;;;; 39328 279705 195000))
985;;; Generated autoloads from progmodes/antlr-mode.el 985;;; Generated autoloads from progmodes/antlr-mode.el
986(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) 986(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions)
987 987
@@ -1017,8 +1017,8 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1017 1017
1018;;;*** 1018;;;***
1019 1019
1020;;;### (autoloads nil "appt" "calendar/appt.el" (22388 6367 808103 1020;;;### (autoloads nil "appt" "calendar/appt.el" (22387 39327 74709
1021;;;;;; 212000)) 1021;;;;;; 497000))
1022;;; Generated autoloads from calendar/appt.el 1022;;; Generated autoloads from calendar/appt.el
1023 1023
1024(autoload 'appt-add "appt" "\ 1024(autoload 'appt-add "appt" "\
@@ -1039,7 +1039,8 @@ ARG is positive, otherwise off.
1039 1039
1040;;;*** 1040;;;***
1041 1041
1042;;;### (autoloads nil "apropos" "apropos.el" (22388 5702 277558 200000)) 1042;;;### (autoloads nil "apropos" "apropos.el" (22387 39326 539711
1043;;;;;; 407000))
1043;;; Generated autoloads from apropos.el 1044;;; Generated autoloads from apropos.el
1044 1045
1045(autoload 'apropos-read-pattern "apropos" "\ 1046(autoload 'apropos-read-pattern "apropos" "\
@@ -1155,8 +1156,8 @@ Returns list of symbols and documentation found.
1155 1156
1156;;;*** 1157;;;***
1157 1158
1158;;;### (autoloads nil "arc-mode" "arc-mode.el" (22388 5702 279558 1159;;;### (autoloads nil "arc-mode" "arc-mode.el" (22578 62356 712212
1159;;;;;; 220000)) 1160;;;;;; 180000))
1160;;; Generated autoloads from arc-mode.el 1161;;; Generated autoloads from arc-mode.el
1161 1162
1162(autoload 'archive-mode "arc-mode" "\ 1163(autoload 'archive-mode "arc-mode" "\
@@ -1176,7 +1177,7 @@ archive.
1176 1177
1177;;;*** 1178;;;***
1178 1179
1179;;;### (autoloads nil "array" "array.el" (22388 5702 287558 299000)) 1180;;;### (autoloads nil "array" "array.el" (22387 39326 541711 400000))
1180;;; Generated autoloads from array.el 1181;;; Generated autoloads from array.el
1181 1182
1182(autoload 'array-mode "array" "\ 1183(autoload 'array-mode "array" "\
@@ -1247,8 +1248,8 @@ Entering array mode calls the function `array-mode-hook'.
1247 1248
1248;;;*** 1249;;;***
1249 1250
1250;;;### (autoloads nil "artist" "textmodes/artist.el" (22388 6389 1251;;;### (autoloads nil "artist" "textmodes/artist.el" (22387 39328
1251;;;;;; 2311 642000)) 1252;;;;;; 519704 339000))
1252;;; Generated autoloads from textmodes/artist.el 1253;;; Generated autoloads from textmodes/artist.el
1253(push (purecopy '(artist 1 2 6)) package--builtin-versions) 1254(push (purecopy '(artist 1 2 6)) package--builtin-versions)
1254 1255
@@ -1454,8 +1455,8 @@ Keymap summary
1454 1455
1455;;;*** 1456;;;***
1456 1457
1457;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22388 6383 1458;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22387 39328
1458;;;;;; 682259 323000)) 1459;;;;;; 280705 192000))
1459;;; Generated autoloads from progmodes/asm-mode.el 1460;;; Generated autoloads from progmodes/asm-mode.el
1460 1461
1461(autoload 'asm-mode "asm-mode" "\ 1462(autoload 'asm-mode "asm-mode" "\
@@ -1482,8 +1483,8 @@ Special commands:
1482 1483
1483;;;*** 1484;;;***
1484 1485
1485;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22388 1486;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22578
1486;;;;;; 6371 630140 799000)) 1487;;;;;; 62356 719212 143000))
1487;;; Generated autoloads from gnus/auth-source.el 1488;;; Generated autoloads from gnus/auth-source.el
1488 1489
1489(defvar auth-source-cache-expiry 7200 "\ 1490(defvar auth-source-cache-expiry 7200 "\
@@ -1495,7 +1496,8 @@ let-binding.")
1495 1496
1496;;;*** 1497;;;***
1497 1498
1498;;;### (autoloads nil "autoarg" "autoarg.el" (22388 5702 305558 475000)) 1499;;;### (autoloads nil "autoarg" "autoarg.el" (22387 39326 542711
1500;;;;;; 397000))
1499;;; Generated autoloads from autoarg.el 1501;;; Generated autoloads from autoarg.el
1500 1502
1501(defvar autoarg-mode nil "\ 1503(defvar autoarg-mode nil "\
@@ -1557,8 +1559,8 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1557 1559
1558;;;*** 1560;;;***
1559 1561
1560;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22388 6383 1562;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22387 39328
1561;;;;;; 698259 481000)) 1563;;;;;; 280705 192000))
1562;;; Generated autoloads from progmodes/autoconf.el 1564;;; Generated autoloads from progmodes/autoconf.el
1563 1565
1564(autoload 'autoconf-mode "autoconf" "\ 1566(autoload 'autoconf-mode "autoconf" "\
@@ -1568,8 +1570,8 @@ Major mode for editing Autoconf configure.ac files.
1568 1570
1569;;;*** 1571;;;***
1570 1572
1571;;;### (autoloads nil "autoinsert" "autoinsert.el" (22388 5702 322558 1573;;;### (autoloads nil "autoinsert" "autoinsert.el" (22387 39326 542711
1572;;;;;; 643000)) 1574;;;;;; 397000))
1573;;; Generated autoloads from autoinsert.el 1575;;; Generated autoloads from autoinsert.el
1574 1576
1575(autoload 'auto-insert "autoinsert" "\ 1577(autoload 'auto-insert "autoinsert" "\
@@ -1608,8 +1610,8 @@ insert a template for the file depending on the mode of the buffer.
1608 1610
1609;;;*** 1611;;;***
1610 1612
1611;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22388 1613;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22578
1612;;;;;; 6368 588110 884000)) 1614;;;;;; 62356 716212 159000))
1613;;; Generated autoloads from emacs-lisp/autoload.el 1615;;; Generated autoloads from emacs-lisp/autoload.el
1614 1616
1615(put 'generated-autoload-file 'safe-local-variable 'stringp) 1617(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1660,8 +1662,8 @@ should be non-nil).
1660 1662
1661;;;*** 1663;;;***
1662 1664
1663;;;### (autoloads nil "autorevert" "autorevert.el" (22388 5702 322558 1665;;;### (autoloads nil "autorevert" "autorevert.el" (22387 39326 543711
1664;;;;;; 643000)) 1666;;;;;; 393000))
1665;;; Generated autoloads from autorevert.el 1667;;; Generated autoloads from autorevert.el
1666 1668
1667(autoload 'auto-revert-mode "autorevert" "\ 1669(autoload 'auto-revert-mode "autorevert" "\
@@ -1750,7 +1752,7 @@ specifies in the mode line.
1750 1752
1751;;;*** 1753;;;***
1752 1754
1753;;;### (autoloads nil "avoid" "avoid.el" (22388 5702 326558 682000)) 1755;;;### (autoloads nil "avoid" "avoid.el" (22387 39326 543711 393000))
1754;;; Generated autoloads from avoid.el 1756;;; Generated autoloads from avoid.el
1755 1757
1756(defvar mouse-avoidance-mode nil "\ 1758(defvar mouse-avoidance-mode nil "\
@@ -1788,8 +1790,8 @@ definition of \"random distance\".)
1788 1790
1789;;;*** 1791;;;***
1790 1792
1791;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22388 6383 1793;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22387 39328
1792;;;;;; 700259 500000)) 1794;;;;;; 281705 188000))
1793;;; Generated autoloads from progmodes/bat-mode.el 1795;;; Generated autoloads from progmodes/bat-mode.el
1794 1796
1795(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) 1797(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode))
@@ -1807,7 +1809,8 @@ Run script using `bat-run' and `bat-run-args'.
1807 1809
1808;;;*** 1810;;;***
1809 1811
1810;;;### (autoloads nil "battery" "battery.el" (22388 5702 332558 741000)) 1812;;;### (autoloads nil "battery" "battery.el" (22578 62356 712212
1813;;;;;; 180000))
1811;;; Generated autoloads from battery.el 1814;;; Generated autoloads from battery.el
1812 (put 'battery-mode-line-string 'risky-local-variable t) 1815 (put 'battery-mode-line-string 'risky-local-variable t)
1813 1816
@@ -1843,8 +1846,8 @@ seconds.
1843 1846
1844;;;*** 1847;;;***
1845 1848
1846;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22388 1849;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22387
1847;;;;;; 6368 596110 962000)) 1850;;;;;; 39327 272708 790000))
1848;;; Generated autoloads from emacs-lisp/benchmark.el 1851;;; Generated autoloads from emacs-lisp/benchmark.el
1849 1852
1850(autoload 'benchmark-run "benchmark" "\ 1853(autoload 'benchmark-run "benchmark" "\
@@ -1880,8 +1883,8 @@ For non-interactive use see also `benchmark-run' and
1880 1883
1881;;;*** 1884;;;***
1882 1885
1883;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22388 6389 1886;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22387 39328
1884;;;;;; 163313 226000)) 1887;;;;;; 529704 303000))
1885;;; Generated autoloads from textmodes/bibtex.el 1888;;; Generated autoloads from textmodes/bibtex.el
1886 1889
1887(autoload 'bibtex-initialize "bibtex" "\ 1890(autoload 'bibtex-initialize "bibtex" "\
@@ -1973,7 +1976,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1973;;;*** 1976;;;***
1974 1977
1975;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" 1978;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el"
1976;;;;;; (22388 6389 80312 409000)) 1979;;;;;; (22387 39328 527704 310000))
1977;;; Generated autoloads from textmodes/bibtex-style.el 1980;;; Generated autoloads from textmodes/bibtex-style.el
1978 1981
1979(autoload 'bibtex-style-mode "bibtex-style" "\ 1982(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1983,8 +1986,8 @@ Major mode for editing BibTeX style files.
1983 1986
1984;;;*** 1987;;;***
1985 1988
1986;;;### (autoloads nil "binhex" "mail/binhex.el" (22388 6375 470178 1989;;;### (autoloads nil "binhex" "mail/binhex.el" (22387 39327 899706
1987;;;;;; 563000)) 1990;;;;;; 552000))
1988;;; Generated autoloads from mail/binhex.el 1991;;; Generated autoloads from mail/binhex.el
1989 1992
1990(defconst binhex-begin-line "^:...............................................................$" "\ 1993(defconst binhex-begin-line "^:...............................................................$" "\
@@ -2008,8 +2011,8 @@ Binhex decode region between START and END.
2008 2011
2009;;;*** 2012;;;***
2010 2013
2011;;;### (autoloads nil "blackbox" "play/blackbox.el" (22388 6383 172254 2014;;;### (autoloads nil "blackbox" "play/blackbox.el" (22387 39328
2012;;;;;; 308000)) 2015;;;;;; 256705 277000))
2013;;; Generated autoloads from play/blackbox.el 2016;;; Generated autoloads from play/blackbox.el
2014 2017
2015(autoload 'blackbox "blackbox" "\ 2018(autoload 'blackbox "blackbox" "\
@@ -2128,8 +2131,8 @@ a reflection.
2128 2131
2129;;;*** 2132;;;***
2130 2133
2131;;;### (autoloads nil "bookmark" "bookmark.el" (22388 5702 411559 2134;;;### (autoloads nil "bookmark" "bookmark.el" (22387 39326 545711
2132;;;;;; 518000)) 2135;;;;;; 386000))
2133;;; Generated autoloads from bookmark.el 2136;;; Generated autoloads from bookmark.el
2134 (define-key ctl-x-r-map "b" 'bookmark-jump) 2137 (define-key ctl-x-r-map "b" 'bookmark-jump)
2135 (define-key ctl-x-r-map "m" 'bookmark-set) 2138 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2353,8 +2356,8 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2353 2356
2354;;;*** 2357;;;***
2355 2358
2356;;;### (autoloads nil "browse-url" "net/browse-url.el" (22388 6377 2359;;;### (autoloads nil "browse-url" "net/browse-url.el" (22578 62356
2357;;;;;; 307196 629000)) 2360;;;;;; 730212 84000))
2358;;; Generated autoloads from net/browse-url.el 2361;;; Generated autoloads from net/browse-url.el
2359 2362
2360(defvar browse-url-browser-function 'browse-url-default-browser "\ 2363(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2702,7 +2705,7 @@ from `browse-url-elinks-wrapper'.
2702 2705
2703;;;*** 2706;;;***
2704 2707
2705;;;### (autoloads nil "bs" "bs.el" (22388 5702 452559 922000)) 2708;;;### (autoloads nil "bs" "bs.el" (22387 39326 546711 382000))
2706;;; Generated autoloads from bs.el 2709;;; Generated autoloads from bs.el
2707(push (purecopy '(bs 1 17)) package--builtin-versions) 2710(push (purecopy '(bs 1 17)) package--builtin-versions)
2708 2711
@@ -2743,8 +2746,8 @@ name of buffer configuration.
2743 2746
2744;;;*** 2747;;;***
2745 2748
2746;;;### (autoloads nil "bubbles" "play/bubbles.el" (22388 6383 181254 2749;;;### (autoloads nil "bubbles" "play/bubbles.el" (22387 39328 256705
2747;;;;;; 396000)) 2750;;;;;; 277000))
2748;;; Generated autoloads from play/bubbles.el 2751;;; Generated autoloads from play/bubbles.el
2749 2752
2750(autoload 'bubbles "bubbles" "\ 2753(autoload 'bubbles "bubbles" "\
@@ -2766,7 +2769,7 @@ columns on its right towards the left.
2766;;;*** 2769;;;***
2767 2770
2768;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" 2771;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el"
2769;;;;;; (22388 6383 700259 500000)) 2772;;;;;; (22387 39328 281705 188000))
2770;;; Generated autoloads from progmodes/bug-reference.el 2773;;; Generated autoloads from progmodes/bug-reference.el
2771 2774
2772(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2775(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2786,8 +2789,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2786 2789
2787;;;*** 2790;;;***
2788 2791
2789;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22388 2792;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22387
2790;;;;;; 6368 704112 24000)) 2793;;;;;; 39327 276708 776000))
2791;;; Generated autoloads from emacs-lisp/bytecomp.el 2794;;; Generated autoloads from emacs-lisp/bytecomp.el
2792(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2795(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2793(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2796(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2907,16 +2910,16 @@ and corresponding effects.
2907 2910
2908;;;*** 2911;;;***
2909 2912
2910;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22388 2913;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22387
2911;;;;;; 6367 842103 547000)) 2914;;;;;; 39327 75709 494000))
2912;;; Generated autoloads from calendar/cal-china.el 2915;;; Generated autoloads from calendar/cal-china.el
2913 2916
2914(put 'calendar-chinese-time-zone 'risky-local-variable t) 2917(put 'calendar-chinese-time-zone 'risky-local-variable t)
2915 2918
2916;;;*** 2919;;;***
2917 2920
2918;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22388 6367 2921;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22387 39327
2919;;;;;; 847103 596000)) 2922;;;;;; 77709 487000))
2920;;; Generated autoloads from calendar/cal-dst.el 2923;;; Generated autoloads from calendar/cal-dst.el
2921 2924
2922(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2925(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2927,8 +2930,8 @@ and corresponding effects.
2927 2930
2928;;;*** 2931;;;***
2929 2932
2930;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22388 2933;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22387
2931;;;;;; 6367 866103 783000)) 2934;;;;;; 39327 78709 483000))
2932;;; Generated autoloads from calendar/cal-hebrew.el 2935;;; Generated autoloads from calendar/cal-hebrew.el
2933 2936
2934(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2937(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2940,7 +2943,7 @@ from the cursor position.
2940 2943
2941;;;*** 2944;;;***
2942 2945
2943;;;### (autoloads nil "calc" "calc/calc.el" (22388 6367 620101 364000)) 2946;;;### (autoloads nil "calc" "calc/calc.el" (22387 39327 40709 619000))
2944;;; Generated autoloads from calc/calc.el 2947;;; Generated autoloads from calc/calc.el
2945 (define-key ctl-x-map "*" 'calc-dispatch) 2948 (define-key ctl-x-map "*" 'calc-dispatch)
2946 2949
@@ -3026,8 +3029,8 @@ See Info node `(calc)Defining Functions'.
3026 3029
3027;;;*** 3030;;;***
3028 3031
3029;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22388 6367 3032;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22387 39327
3030;;;;;; 444099 633000)) 3033;;;;;; 30709 655000))
3031;;; Generated autoloads from calc/calc-undo.el 3034;;; Generated autoloads from calc/calc-undo.el
3032 3035
3033(autoload 'calc-undo "calc-undo" "\ 3036(autoload 'calc-undo "calc-undo" "\
@@ -3037,8 +3040,8 @@ See Info node `(calc)Defining Functions'.
3037 3040
3038;;;*** 3041;;;***
3039 3042
3040;;;### (autoloads nil "calculator" "calculator.el" (22388 5702 517560 3043;;;### (autoloads nil "calculator" "calculator.el" (22387 39326 549711
3041;;;;;; 561000)) 3044;;;;;; 372000))
3042;;; Generated autoloads from calculator.el 3045;;; Generated autoloads from calculator.el
3043 3046
3044(autoload 'calculator "calculator" "\ 3047(autoload 'calculator "calculator" "\
@@ -3049,8 +3052,8 @@ See the documentation for `calculator-mode' for more information.
3049 3052
3050;;;*** 3053;;;***
3051 3054
3052;;;### (autoloads nil "calendar" "calendar/calendar.el" (22489 43024 3055;;;### (autoloads nil "calendar" "calendar/calendar.el" (22490 22723
3053;;;;;; 125096 768000)) 3056;;;;;; 646600 845000))
3054;;; Generated autoloads from calendar/calendar.el 3057;;; Generated autoloads from calendar/calendar.el
3055 3058
3056(autoload 'calendar "calendar" "\ 3059(autoload 'calendar "calendar" "\
@@ -3093,8 +3096,8 @@ This function is suitable for execution in an init file.
3093 3096
3094;;;*** 3097;;;***
3095 3098
3096;;;### (autoloads nil "canlock" "gnus/canlock.el" (22388 6371 657141 3099;;;### (autoloads nil "canlock" "gnus/canlock.el" (22387 39327 447708
3097;;;;;; 65000)) 3100;;;;;; 166000))
3098;;; Generated autoloads from gnus/canlock.el 3101;;; Generated autoloads from gnus/canlock.el
3099 3102
3100(autoload 'canlock-insert-header "canlock" "\ 3103(autoload 'canlock-insert-header "canlock" "\
@@ -3111,8 +3114,8 @@ it fails.
3111 3114
3112;;;*** 3115;;;***
3113 3116
3114;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22388 3117;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22387
3115;;;;;; 6384 111263 543000)) 3118;;;;;; 39328 290705 156000))
3116;;; Generated autoloads from progmodes/cc-engine.el 3119;;; Generated autoloads from progmodes/cc-engine.el
3117 3120
3118(autoload 'c-guess-basic-syntax "cc-engine" "\ 3121(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3122,8 +3125,8 @@ Return the syntactic context of the current line.
3122 3125
3123;;;*** 3126;;;***
3124 3127
3125;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22388 6384 3128;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22387 39328
3126;;;;;; 327265 667000)) 3129;;;;;; 296705 134000))
3127;;; Generated autoloads from progmodes/cc-guess.el 3130;;; Generated autoloads from progmodes/cc-guess.el
3128 3131
3129(defvar c-guess-guessed-offsets-alist nil "\ 3132(defvar c-guess-guessed-offsets-alist nil "\
@@ -3221,8 +3224,8 @@ the absolute file name of the file if STYLE-NAME is nil.
3221 3224
3222;;;*** 3225;;;***
3223 3226
3224;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22388 6384 3227;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22387 39328
3225;;;;;; 496267 328000)) 3228;;;;;; 299705 124000))
3226;;; Generated autoloads from progmodes/cc-mode.el 3229;;; Generated autoloads from progmodes/cc-mode.el
3227 3230
3228(autoload 'c-initialize-cc-mode "cc-mode" "\ 3231(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3380,8 +3383,8 @@ Key bindings:
3380 3383
3381;;;*** 3384;;;***
3382 3385
3383;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22388 3386;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22387
3384;;;;;; 6384 576268 115000)) 3387;;;;;; 39328 301705 117000))
3385;;; Generated autoloads from progmodes/cc-styles.el 3388;;; Generated autoloads from progmodes/cc-styles.el
3386 3389
3387(autoload 'c-set-style "cc-styles" "\ 3390(autoload 'c-set-style "cc-styles" "\
@@ -3432,8 +3435,8 @@ and exists only for compatibility reasons.
3432 3435
3433;;;*** 3436;;;***
3434 3437
3435;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22388 6384 3438;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22387 39328
3436;;;;;; 657268 912000)) 3439;;;;;; 301705 117000))
3437;;; Generated autoloads from progmodes/cc-vars.el 3440;;; Generated autoloads from progmodes/cc-vars.el
3438(put 'c-basic-offset 'safe-local-variable 'integerp) 3441(put 'c-basic-offset 'safe-local-variable 'integerp)
3439(put 'c-backslash-column 'safe-local-variable 'integerp) 3442(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3441,8 +3444,8 @@ and exists only for compatibility reasons.
3441 3444
3442;;;*** 3445;;;***
3443 3446
3444;;;### (autoloads nil "ccl" "international/ccl.el" (22388 6374 281166 3447;;;### (autoloads nil "ccl" "international/ccl.el" (22387 39327 578707
3445;;;;;; 870000)) 3448;;;;;; 698000))
3446;;; Generated autoloads from international/ccl.el 3449;;; Generated autoloads from international/ccl.el
3447 3450
3448(autoload 'ccl-compile "ccl" "\ 3451(autoload 'ccl-compile "ccl" "\
@@ -3735,8 +3738,8 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3735 3738
3736;;;*** 3739;;;***
3737 3740
3738;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22388 6368 788112 3741;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22387 39327
3739;;;;;; 850000)) 3742;;;;;; 277708 773000))
3740;;; Generated autoloads from emacs-lisp/cconv.el 3743;;; Generated autoloads from emacs-lisp/cconv.el
3741 3744
3742(autoload 'cconv-closure-convert "cconv" "\ 3745(autoload 'cconv-closure-convert "cconv" "\
@@ -3755,15 +3758,15 @@ Add the warnings that closure conversion would encounter.
3755 3758
3756;;;*** 3759;;;***
3757 3760
3758;;;### (autoloads nil "cedet" "cedet/cedet.el" (22388 6368 422109 3761;;;### (autoloads nil "cedet" "cedet/cedet.el" (22387 39327 134709
3759;;;;;; 251000)) 3762;;;;;; 283000))
3760;;; Generated autoloads from cedet/cedet.el 3763;;; Generated autoloads from cedet/cedet.el
3761(push (purecopy '(cedet 2 0)) package--builtin-versions) 3764(push (purecopy '(cedet 2 0)) package--builtin-versions)
3762 3765
3763;;;*** 3766;;;***
3764 3767
3765;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22388 6384 3768;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22387 39328
3766;;;;;; 702269 354000)) 3769;;;;;; 303705 110000))
3767;;; Generated autoloads from progmodes/cfengine.el 3770;;; Generated autoloads from progmodes/cfengine.el
3768(push (purecopy '(cfengine 1 4)) package--builtin-versions) 3771(push (purecopy '(cfengine 1 4)) package--builtin-versions)
3769 3772
@@ -3792,8 +3795,8 @@ Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents.
3792 3795
3793;;;*** 3796;;;***
3794 3797
3795;;;### (autoloads nil "char-fold" "char-fold.el" (22388 5702 541560 3798;;;### (autoloads nil "char-fold" "char-fold.el" (22387 39326 550711
3796;;;;;; 796000)) 3799;;;;;; 368000))
3797;;; Generated autoloads from char-fold.el 3800;;; Generated autoloads from char-fold.el
3798 3801
3799(autoload 'char-fold-to-regexp "char-fold" "\ 3802(autoload 'char-fold-to-regexp "char-fold" "\
@@ -3812,15 +3815,15 @@ from which to start.
3812 3815
3813;;;*** 3816;;;***
3814 3817
3815;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22388 6368 788112 3818;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22387 39327
3816;;;;;; 850000)) 3819;;;;;; 278708 769000))
3817;;; Generated autoloads from emacs-lisp/chart.el 3820;;; Generated autoloads from emacs-lisp/chart.el
3818(push (purecopy '(chart 0 2)) package--builtin-versions) 3821(push (purecopy '(chart 0 2)) package--builtin-versions)
3819 3822
3820;;;*** 3823;;;***
3821 3824
3822;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" 3825;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el"
3823;;;;;; (22388 6368 813113 96000)) 3826;;;;;; (22387 39327 278708 769000))
3824;;; Generated autoloads from emacs-lisp/check-declare.el 3827;;; Generated autoloads from emacs-lisp/check-declare.el
3825 3828
3826(autoload 'check-declare-file "check-declare" "\ 3829(autoload 'check-declare-file "check-declare" "\
@@ -3837,8 +3840,8 @@ Returns non-nil if any false statements are found.
3837 3840
3838;;;*** 3841;;;***
3839 3842
3840;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22388 3843;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22387
3841;;;;;; 6368 849113 450000)) 3844;;;;;; 39327 279708 766000))
3842;;; Generated autoloads from emacs-lisp/checkdoc.el 3845;;; Generated autoloads from emacs-lisp/checkdoc.el
3843(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) 3846(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions)
3844(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) 3847(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp)
@@ -4048,8 +4051,8 @@ Find package keywords that aren't in `finder-known-keywords'.
4048 4051
4049;;;*** 4052;;;***
4050 4053
4051;;;### (autoloads nil "china-util" "language/china-util.el" (22388 4054;;;### (autoloads nil "china-util" "language/china-util.el" (22387
4052;;;;;; 6374 954173 489000)) 4055;;;;;; 39327 648707 448000))
4053;;; Generated autoloads from language/china-util.el 4056;;; Generated autoloads from language/china-util.el
4054 4057
4055(autoload 'decode-hz-region "china-util" "\ 4058(autoload 'decode-hz-region "china-util" "\
@@ -4086,8 +4089,8 @@ Encode the text in the current buffer to HZ.
4086 4089
4087;;;*** 4090;;;***
4088 4091
4089;;;### (autoloads nil "chistory" "chistory.el" (22388 5702 610561 4092;;;### (autoloads nil "chistory" "chistory.el" (22578 62356 713212
4090;;;;;; 475000)) 4093;;;;;; 175000))
4091;;; Generated autoloads from chistory.el 4094;;; Generated autoloads from chistory.el
4092 4095
4093(autoload 'repeat-matching-complex-command "chistory" "\ 4096(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4100,7 +4103,7 @@ editing and the result is evaluated.
4100\(fn &optional PATTERN)" t nil) 4103\(fn &optional PATTERN)" t nil)
4101 4104
4102(autoload 'list-command-history "chistory" "\ 4105(autoload 'list-command-history "chistory" "\
4103List history of commands typed to minibuffer. 4106List history of commands that used the minibuffer.
4104The number of commands listed is controlled by `list-command-history-max'. 4107The number of commands listed is controlled by `list-command-history-max'.
4105Calls value of `list-command-history-filter' (if non-nil) on each history 4108Calls value of `list-command-history-filter' (if non-nil) on each history
4106element to judge if that element should be excluded from the list. 4109element to judge if that element should be excluded from the list.
@@ -4126,8 +4129,8 @@ and runs the normal hook `command-history-hook'.
4126 4129
4127;;;*** 4130;;;***
4128 4131
4129;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22388 4132;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22387
4130;;;;;; 6368 936114 306000)) 4133;;;;;; 39327 282708 755000))
4131;;; Generated autoloads from emacs-lisp/cl-indent.el 4134;;; Generated autoloads from emacs-lisp/cl-indent.el
4132 4135
4133(autoload 'common-lisp-indent-function "cl-indent" "\ 4136(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4210,8 +4213,8 @@ instead.
4210 4213
4211;;;*** 4214;;;***
4212 4215
4213;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22388 6368 4216;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22387 39327
4214;;;;;; 949114 434000)) 4217;;;;;; 283708 751000))
4215;;; Generated autoloads from emacs-lisp/cl-lib.el 4218;;; Generated autoloads from emacs-lisp/cl-lib.el
4216(push (purecopy '(cl-lib 1 0)) package--builtin-versions) 4219(push (purecopy '(cl-lib 1 0)) package--builtin-versions)
4217 4220
@@ -4229,8 +4232,8 @@ a future Emacs interpreter will be able to use it.")
4229 4232
4230;;;*** 4233;;;***
4231 4234
4232;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22388 6384 4235;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22387 39328
4233;;;;;; 705269 384000)) 4236;;;;;; 303705 110000))
4234;;; Generated autoloads from progmodes/cmacexp.el 4237;;; Generated autoloads from progmodes/cmacexp.el
4235 4238
4236(autoload 'c-macro-expand "cmacexp" "\ 4239(autoload 'c-macro-expand "cmacexp" "\
@@ -4250,8 +4253,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4250 4253
4251;;;*** 4254;;;***
4252 4255
4253;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22388 5702 612561 4256;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22387 39326 553711
4254;;;;;; 495000)) 4257;;;;;; 358000))
4255;;; Generated autoloads from cmuscheme.el 4258;;; Generated autoloads from cmuscheme.el
4256 4259
4257(autoload 'run-scheme "cmuscheme" "\ 4260(autoload 'run-scheme "cmuscheme" "\
@@ -4271,7 +4274,7 @@ is run).
4271 4274
4272;;;*** 4275;;;***
4273 4276
4274;;;### (autoloads nil "color" "color.el" (22388 5702 628561 652000)) 4277;;;### (autoloads nil "color" "color.el" (22387 39326 553711 358000))
4275;;; Generated autoloads from color.el 4278;;; Generated autoloads from color.el
4276 4279
4277(autoload 'color-name-to-rgb "color" "\ 4280(autoload 'color-name-to-rgb "color" "\
@@ -4290,7 +4293,7 @@ If FRAME cannot display COLOR, return nil.
4290 4293
4291;;;*** 4294;;;***
4292 4295
4293;;;### (autoloads nil "comint" "comint.el" (22388 5702 673562 95000)) 4296;;;### (autoloads nil "comint" "comint.el" (22387 39326 555711 350000))
4294;;; Generated autoloads from comint.el 4297;;; Generated autoloads from comint.el
4295 4298
4296(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4299(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4391,8 +4394,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4391 4394
4392;;;*** 4395;;;***
4393 4396
4394;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22388 6390 746328 4397;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22387 39328
4395;;;;;; 793000)) 4398;;;;;; 648703 878000))
4396;;; Generated autoloads from vc/compare-w.el 4399;;; Generated autoloads from vc/compare-w.el
4397 4400
4398(autoload 'compare-windows "compare-w" "\ 4401(autoload 'compare-windows "compare-w" "\
@@ -4428,8 +4431,8 @@ on third call it again advances points to the next difference and so on.
4428 4431
4429;;;*** 4432;;;***
4430 4433
4431;;;### (autoloads nil "compile" "progmodes/compile.el" (22388 6384 4434;;;### (autoloads nil "compile" "progmodes/compile.el" (22387 39328
4432;;;;;; 791270 230000)) 4435;;;;;; 304705 106000))
4433;;; Generated autoloads from progmodes/compile.el 4436;;; Generated autoloads from progmodes/compile.el
4434 4437
4435(defvar compilation-mode-hook nil "\ 4438(defvar compilation-mode-hook nil "\
@@ -4610,8 +4613,8 @@ This is the value of `next-error-function' in Compilation buffers.
4610 4613
4611;;;*** 4614;;;***
4612 4615
4613;;;### (autoloads nil "completion" "completion.el" (22388 5702 734562 4616;;;### (autoloads nil "completion" "completion.el" (22387 39326 556711
4614;;;;;; 695000)) 4617;;;;;; 347000))
4615;;; Generated autoloads from completion.el 4618;;; Generated autoloads from completion.el
4616 4619
4617(defvar dynamic-completion-mode nil "\ 4620(defvar dynamic-completion-mode nil "\
@@ -4634,8 +4637,8 @@ if ARG is omitted or nil.
4634 4637
4635;;;*** 4638;;;***
4636 4639
4637;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22388 4640;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22387
4638;;;;;; 6389 244314 22000)) 4641;;;;;; 39328 531704 295000))
4639;;; Generated autoloads from textmodes/conf-mode.el 4642;;; Generated autoloads from textmodes/conf-mode.el
4640 4643
4641(autoload 'conf-mode "conf-mode" "\ 4644(autoload 'conf-mode "conf-mode" "\
@@ -4790,8 +4793,8 @@ For details see `conf-mode'. Example:
4790 4793
4791;;;*** 4794;;;***
4792 4795
4793;;;### (autoloads nil "cookie1" "play/cookie1.el" (22388 6383 214254 4796;;;### (autoloads nil "cookie1" "play/cookie1.el" (22387 39328 257705
4794;;;;;; 721000)) 4797;;;;;; 274000))
4795;;; Generated autoloads from play/cookie1.el 4798;;; Generated autoloads from play/cookie1.el
4796 4799
4797(autoload 'cookie "cookie1" "\ 4800(autoload 'cookie "cookie1" "\
@@ -4819,8 +4822,8 @@ and subsequent calls on the same file won't go to disk.
4819 4822
4820;;;*** 4823;;;***
4821 4824
4822;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22388 4825;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22387
4823;;;;;; 6369 72115 643000)) 4826;;;;;; 39327 287708 737000))
4824;;; Generated autoloads from emacs-lisp/copyright.el 4827;;; Generated autoloads from emacs-lisp/copyright.el
4825(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4828(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4826(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4829(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4858,8 +4861,8 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4858 4861
4859;;;*** 4862;;;***
4860 4863
4861;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22388 4864;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22387
4862;;;;;; 6385 218274 429000)) 4865;;;;;; 39328 310705 85000))
4863;;; Generated autoloads from progmodes/cperl-mode.el 4866;;; Generated autoloads from progmodes/cperl-mode.el
4864(put 'cperl-indent-level 'safe-local-variable 'integerp) 4867(put 'cperl-indent-level 'safe-local-variable 'integerp)
4865(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4868(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -5057,8 +5060,8 @@ Run a `perldoc' on the word around point.
5057 5060
5058;;;*** 5061;;;***
5059 5062
5060;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22388 6385 395276 5063;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22387 39328 312705
5061;;;;;; 170000)) 5064;;;;;; 77000))
5062;;; Generated autoloads from progmodes/cpp.el 5065;;; Generated autoloads from progmodes/cpp.el
5063 5066
5064(autoload 'cpp-highlight-buffer "cpp" "\ 5067(autoload 'cpp-highlight-buffer "cpp" "\
@@ -5076,8 +5079,8 @@ Edit display information for cpp conditionals.
5076 5079
5077;;;*** 5080;;;***
5078 5081
5079;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22388 6369 74115 5082;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22387 39327 288708
5080;;;;;; 663000)) 5083;;;;;; 733000))
5081;;; Generated autoloads from emacs-lisp/crm.el 5084;;; Generated autoloads from emacs-lisp/crm.el
5082 5085
5083(autoload 'completing-read-multiple "crm" "\ 5086(autoload 'completing-read-multiple "crm" "\
@@ -5103,8 +5106,8 @@ with empty strings removed.
5103 5106
5104;;;*** 5107;;;***
5105 5108
5106;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22388 6389 5109;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22387 39328
5107;;;;;; 247314 52000)) 5110;;;;;; 532704 292000))
5108;;; Generated autoloads from textmodes/css-mode.el 5111;;; Generated autoloads from textmodes/css-mode.el
5109 5112
5110(autoload 'css-mode "css-mode" "\ 5113(autoload 'css-mode "css-mode" "\
@@ -5120,8 +5123,8 @@ Major mode to edit \"Sassy CSS\" files.
5120 5123
5121;;;*** 5124;;;***
5122 5125
5123;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22388 6369 5126;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22387 39327
5124;;;;;; 804122 842000)) 5127;;;;;; 363708 465000))
5125;;; Generated autoloads from emulation/cua-base.el 5128;;; Generated autoloads from emulation/cua-base.el
5126 5129
5127(defvar cua-mode nil "\ 5130(defvar cua-mode nil "\
@@ -5167,8 +5170,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5167 5170
5168;;;*** 5171;;;***
5169 5172
5170;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22388 6369 5173;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22387 39327
5171;;;;;; 824123 38000)) 5174;;;;;; 364708 462000))
5172;;; Generated autoloads from emulation/cua-rect.el 5175;;; Generated autoloads from emulation/cua-rect.el
5173 5176
5174(autoload 'cua-rectangle-mark-mode "cua-rect" "\ 5177(autoload 'cua-rectangle-mark-mode "cua-rect" "\
@@ -5180,7 +5183,7 @@ Activates the region if needed. Only lasts until the region is deactivated.
5180;;;*** 5183;;;***
5181 5184
5182;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el" 5185;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el"
5183;;;;;; (22388 6369 75115 673000)) 5186;;;;;; (22387 39327 288708 733000))
5184;;; Generated autoloads from emacs-lisp/cursor-sensor.el 5187;;; Generated autoloads from emacs-lisp/cursor-sensor.el
5185 5188
5186(defvar cursor-sensor-inhibit nil) 5189(defvar cursor-sensor-inhibit nil)
@@ -5202,8 +5205,8 @@ is entering the area covered by the text-property property or leaving it.
5202 5205
5203;;;*** 5206;;;***
5204 5207
5205;;;### (autoloads nil "cus-edit" "cus-edit.el" (22420 38537 265424 5208;;;### (autoloads nil "cus-edit" "cus-edit.el" (22421 48064 572733
5206;;;;;; 393000)) 5209;;;;;; 228000))
5207;;; Generated autoloads from cus-edit.el 5210;;; Generated autoloads from cus-edit.el
5208 5211
5209(defvar custom-browse-sort-alphabetically nil "\ 5212(defvar custom-browse-sort-alphabetically nil "\
@@ -5523,8 +5526,8 @@ The format is suitable for use with `easy-menu-define'.
5523 5526
5524;;;*** 5527;;;***
5525 5528
5526;;;### (autoloads nil "cus-theme" "cus-theme.el" (22388 5702 879564 5529;;;### (autoloads nil "cus-theme" "cus-theme.el" (22387 39326 564711
5527;;;;;; 121000)) 5530;;;;;; 318000))
5528;;; Generated autoloads from cus-theme.el 5531;;; Generated autoloads from cus-theme.el
5529 5532
5530(autoload 'customize-create-theme "cus-theme" "\ 5533(autoload 'customize-create-theme "cus-theme" "\
@@ -5557,8 +5560,8 @@ omitted, a buffer named *Custom Themes* is used.
5557 5560
5558;;;*** 5561;;;***
5559 5562
5560;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22388 6390 5563;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22387 39328
5561;;;;;; 747328 803000)) 5564;;;;;; 649703 874000))
5562;;; Generated autoloads from vc/cvs-status.el 5565;;; Generated autoloads from vc/cvs-status.el
5563 5566
5564(autoload 'cvs-status-mode "cvs-status" "\ 5567(autoload 'cvs-status-mode "cvs-status" "\
@@ -5568,8 +5571,8 @@ Mode used for cvs status output.
5568 5571
5569;;;*** 5572;;;***
5570 5573
5571;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22388 6385 438276 5574;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22387 39328 313705
5572;;;;;; 593000)) 5575;;;;;; 74000))
5573;;; Generated autoloads from progmodes/cwarn.el 5576;;; Generated autoloads from progmodes/cwarn.el
5574(push (purecopy '(cwarn 1 3 1)) package--builtin-versions) 5577(push (purecopy '(cwarn 1 3 1)) package--builtin-versions)
5575 5578
@@ -5614,8 +5617,8 @@ See `cwarn-mode' for more information on Cwarn mode.
5614 5617
5615;;;*** 5618;;;***
5616 5619
5617;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22388 5620;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22387
5618;;;;;; 6374 956173 509000)) 5621;;;;;; 39327 648707 448000))
5619;;; Generated autoloads from language/cyril-util.el 5622;;; Generated autoloads from language/cyril-util.el
5620 5623
5621(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5624(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5643,7 +5646,8 @@ If the argument is nil, we return the display table to its standard state.
5643 5646
5644;;;*** 5647;;;***
5645 5648
5646;;;### (autoloads nil "dabbrev" "dabbrev.el" (22388 5702 925564 573000)) 5649;;;### (autoloads nil "dabbrev" "dabbrev.el" (22578 62356 713212
5650;;;;;; 175000))
5647;;; Generated autoloads from dabbrev.el 5651;;; Generated autoloads from dabbrev.el
5648(put 'dabbrev-case-fold-search 'risky-local-variable t) 5652(put 'dabbrev-case-fold-search 'risky-local-variable t)
5649(put 'dabbrev-case-replace 'risky-local-variable t) 5653(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5671,7 +5675,10 @@ Expands to the most recent, preceding word for which this is a prefix.
5671If no suitable preceding word is found, words following point are 5675If no suitable preceding word is found, words following point are
5672considered. If still no suitable word is found, then look in the 5676considered. If still no suitable word is found, then look in the
5673buffers accepted by the function pointed out by variable 5677buffers accepted by the function pointed out by variable
5674`dabbrev-friend-buffer-function'. 5678`dabbrev-friend-buffer-function', if `dabbrev-check-other-buffers'
5679says so. Then, if `dabbrev-check-all-buffers' is non-nil, look in
5680all the other buffers, subject to constraints specified
5681by `dabbrev-ignored-buffer-names' and `dabbrev-ignored-regexps'.
5675 5682
5676A positive prefix argument, N, says to take the Nth backward *distinct* 5683A positive prefix argument, N, says to take the Nth backward *distinct*
5677possibility. A negative argument says search forward. 5684possibility. A negative argument says search forward.
@@ -5689,8 +5696,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5689 5696
5690;;;*** 5697;;;***
5691 5698
5692;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22388 6368 5699;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22387 39327
5693;;;;;; 422109 251000)) 5700;;;;;; 134709 283000))
5694;;; Generated autoloads from cedet/data-debug.el 5701;;; Generated autoloads from cedet/data-debug.el
5695 5702
5696(autoload 'data-debug-new-buffer "data-debug" "\ 5703(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5700,7 +5707,7 @@ Create a new data-debug buffer with NAME.
5700 5707
5701;;;*** 5708;;;***
5702 5709
5703;;;### (autoloads nil "dbus" "net/dbus.el" (22388 6377 308196 639000)) 5710;;;### (autoloads nil "dbus" "net/dbus.el" (22387 39327 967706 309000))
5704;;; Generated autoloads from net/dbus.el 5711;;; Generated autoloads from net/dbus.el
5705 5712
5706(autoload 'dbus-handle-event "dbus" "\ 5713(autoload 'dbus-handle-event "dbus" "\
@@ -5713,8 +5720,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5713 5720
5714;;;*** 5721;;;***
5715 5722
5716;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22388 6385 5723;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22387 39328
5717;;;;;; 479276 996000)) 5724;;;;;; 313705 74000))
5718;;; Generated autoloads from progmodes/dcl-mode.el 5725;;; Generated autoloads from progmodes/dcl-mode.el
5719 5726
5720(autoload 'dcl-mode "dcl-mode" "\ 5727(autoload 'dcl-mode "dcl-mode" "\
@@ -5840,8 +5847,8 @@ There is some minimal font-lock support (see vars
5840 5847
5841;;;*** 5848;;;***
5842 5849
5843;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22388 6369 75115 5850;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22387 39327
5844;;;;;; 673000)) 5851;;;;;; 289708 730000))
5845;;; Generated autoloads from emacs-lisp/debug.el 5852;;; Generated autoloads from emacs-lisp/debug.el
5846 5853
5847(setq debugger 'debug) 5854(setq debugger 'debug)
@@ -5884,8 +5891,8 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5884 5891
5885;;;*** 5892;;;***
5886 5893
5887;;;### (autoloads nil "decipher" "play/decipher.el" (22388 6383 232254 5894;;;### (autoloads nil "decipher" "play/decipher.el" (22387 39328
5888;;;;;; 898000)) 5895;;;;;; 258705 270000))
5889;;; Generated autoloads from play/decipher.el 5896;;; Generated autoloads from play/decipher.el
5890 5897
5891(autoload 'decipher "decipher" "\ 5898(autoload 'decipher "decipher" "\
@@ -5913,8 +5920,8 @@ The most useful commands are:
5913 5920
5914;;;*** 5921;;;***
5915 5922
5916;;;### (autoloads nil "delim-col" "delim-col.el" (22388 5703 6565 5923;;;### (autoloads nil "delim-col" "delim-col.el" (22387 39326 566711
5917;;;;;; 369000)) 5924;;;;;; 311000))
5918;;; Generated autoloads from delim-col.el 5925;;; Generated autoloads from delim-col.el
5919(push (purecopy '(delim-col 2 1)) package--builtin-versions) 5926(push (purecopy '(delim-col 2 1)) package--builtin-versions)
5920 5927
@@ -5939,7 +5946,7 @@ START and END delimits the corners of text rectangle.
5939 5946
5940;;;*** 5947;;;***
5941 5948
5942;;;### (autoloads nil "delsel" "delsel.el" (22388 5703 9565 399000)) 5949;;;### (autoloads nil "delsel" "delsel.el" (22387 39326 566711 311000))
5943;;; Generated autoloads from delsel.el 5950;;; Generated autoloads from delsel.el
5944 5951
5945(defalias 'pending-delete-mode 'delete-selection-mode) 5952(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5972,8 +5979,8 @@ information on adapting behavior of commands in Delete Selection mode.
5972 5979
5973;;;*** 5980;;;***
5974 5981
5975;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22388 6369 5982;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22387 39327
5976;;;;;; 111116 27000)) 5983;;;;;; 289708 730000))
5977;;; Generated autoloads from emacs-lisp/derived.el 5984;;; Generated autoloads from emacs-lisp/derived.el
5978 5985
5979(autoload 'define-derived-mode "derived" "\ 5986(autoload 'define-derived-mode "derived" "\
@@ -6039,8 +6046,8 @@ the first time the mode is used.
6039 6046
6040;;;*** 6047;;;***
6041 6048
6042;;;### (autoloads nil "descr-text" "descr-text.el" (22388 5703 27565 6049;;;### (autoloads nil "descr-text" "descr-text.el" (22387 39326 567711
6043;;;;;; 576000)) 6050;;;;;; 307000))
6044;;; Generated autoloads from descr-text.el 6051;;; Generated autoloads from descr-text.el
6045 6052
6046(autoload 'describe-text-properties "descr-text" "\ 6053(autoload 'describe-text-properties "descr-text" "\
@@ -6089,7 +6096,8 @@ This function is meant to be used as a value of
6089 6096
6090;;;*** 6097;;;***
6091 6098
6092;;;### (autoloads nil "desktop" "desktop.el" (22388 5703 33565 635000)) 6099;;;### (autoloads nil "desktop" "desktop.el" (22387 39326 567711
6100;;;;;; 307000))
6093;;; Generated autoloads from desktop.el 6101;;; Generated autoloads from desktop.el
6094 6102
6095(defvar desktop-save-mode nil "\ 6103(defvar desktop-save-mode nil "\
@@ -6317,8 +6325,8 @@ Revert to the last loaded desktop.
6317 6325
6318;;;*** 6326;;;***
6319 6327
6320;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22388 6371 666141 6328;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22387 39327
6321;;;;;; 154000)) 6329;;;;;; 448708 162000))
6322;;; Generated autoloads from gnus/deuglify.el 6330;;; Generated autoloads from gnus/deuglify.el
6323 6331
6324(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6332(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6350,8 +6358,8 @@ Deuglify broken Outlook (Express) articles and redisplay.
6350 6358
6351;;;*** 6359;;;***
6352 6360
6353;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22388 6361;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22387
6354;;;;;; 6368 72105 809000)) 6362;;;;;; 39327 108709 376000))
6355;;; Generated autoloads from calendar/diary-lib.el 6363;;; Generated autoloads from calendar/diary-lib.el
6356 6364
6357(autoload 'diary "diary-lib" "\ 6365(autoload 'diary "diary-lib" "\
@@ -6393,7 +6401,7 @@ Major mode for editing the diary file.
6393 6401
6394;;;*** 6402;;;***
6395 6403
6396;;;### (autoloads nil "diff" "vc/diff.el" (22388 6390 787329 197000)) 6404;;;### (autoloads nil "diff" "vc/diff.el" (22387 39328 651703 867000))
6397;;; Generated autoloads from vc/diff.el 6405;;; Generated autoloads from vc/diff.el
6398 6406
6399(defvar diff-switches (purecopy "-u") "\ 6407(defvar diff-switches (purecopy "-u") "\
@@ -6441,8 +6449,8 @@ This requires the external program `diff' to be in your `exec-path'.
6441 6449
6442;;;*** 6450;;;***
6443 6451
6444;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22388 6390 785329 6452;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22387 39328
6445;;;;;; 177000)) 6453;;;;;; 650703 871000))
6446;;; Generated autoloads from vc/diff-mode.el 6454;;; Generated autoloads from vc/diff-mode.el
6447 6455
6448(autoload 'diff-mode "diff-mode" "\ 6456(autoload 'diff-mode "diff-mode" "\
@@ -6474,7 +6482,7 @@ the mode if ARG is omitted or nil.
6474 6482
6475;;;*** 6483;;;***
6476 6484
6477;;;### (autoloads nil "dig" "net/dig.el" (22388 6377 355197 101000)) 6485;;;### (autoloads nil "dig" "net/dig.el" (22387 39327 967706 309000))
6478;;; Generated autoloads from net/dig.el 6486;;; Generated autoloads from net/dig.el
6479 6487
6480(autoload 'dig "dig" "\ 6488(autoload 'dig "dig" "\
@@ -6485,7 +6493,7 @@ Optional arguments are passed to `dig-invoke'.
6485 6493
6486;;;*** 6494;;;***
6487 6495
6488;;;### (autoloads nil "dired" "dired.el" (22388 5703 243567 701000)) 6496;;;### (autoloads nil "dired" "dired.el" (22579 9748 130924 321000))
6489;;; Generated autoloads from dired.el 6497;;; Generated autoloads from dired.el
6490 6498
6491(defvar dired-listing-switches (purecopy "-al") "\ 6499(defvar dired-listing-switches (purecopy "-al") "\
@@ -6611,8 +6619,8 @@ Keybindings:
6611 6619
6612;;;*** 6620;;;***
6613 6621
6614;;;### (autoloads nil "dirtrack" "dirtrack.el" (22388 5703 290568 6622;;;### (autoloads nil "dirtrack" "dirtrack.el" (22387 39326 575711
6615;;;;;; 163000)) 6623;;;;;; 279000))
6616;;; Generated autoloads from dirtrack.el 6624;;; Generated autoloads from dirtrack.el
6617 6625
6618(autoload 'dirtrack-mode "dirtrack" "\ 6626(autoload 'dirtrack-mode "dirtrack" "\
@@ -6642,8 +6650,8 @@ from `default-directory'.
6642 6650
6643;;;*** 6651;;;***
6644 6652
6645;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22388 6369 6653;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22387 39327
6646;;;;;; 111116 27000)) 6654;;;;;; 290708 726000))
6647;;; Generated autoloads from emacs-lisp/disass.el 6655;;; Generated autoloads from emacs-lisp/disass.el
6648 6656
6649(autoload 'disassemble "disass" "\ 6657(autoload 'disassemble "disass" "\
@@ -6657,8 +6665,8 @@ redefine OBJECT if it is a symbol.
6657 6665
6658;;;*** 6666;;;***
6659 6667
6660;;;### (autoloads nil "disp-table" "disp-table.el" (22388 5703 328568 6668;;;### (autoloads nil "disp-table" "disp-table.el" (22387 39326 576711
6661;;;;;; 537000)) 6669;;;;;; 275000))
6662;;; Generated autoloads from disp-table.el 6670;;; Generated autoloads from disp-table.el
6663 6671
6664(autoload 'make-display-table "disp-table" "\ 6672(autoload 'make-display-table "disp-table" "\
@@ -6779,8 +6787,8 @@ in `.emacs'.
6779 6787
6780;;;*** 6788;;;***
6781 6789
6782;;;### (autoloads nil "dissociate" "play/dissociate.el" (22388 6383 6790;;;### (autoloads nil "dissociate" "play/dissociate.el" (22387 39328
6783;;;;;; 236254 937000)) 6791;;;;;; 258705 270000))
6784;;; Generated autoloads from play/dissociate.el 6792;;; Generated autoloads from play/dissociate.el
6785 6793
6786(autoload 'dissociated-press "dissociate" "\ 6794(autoload 'dissociated-press "dissociate" "\
@@ -6796,7 +6804,7 @@ Default is 2.
6796 6804
6797;;;*** 6805;;;***
6798 6806
6799;;;### (autoloads nil "dnd" "dnd.el" (22388 5703 329568 547000)) 6807;;;### (autoloads nil "dnd" "dnd.el" (22387 39326 576711 275000))
6800;;; Generated autoloads from dnd.el 6808;;; Generated autoloads from dnd.el
6801 6809
6802(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ 6810(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\
@@ -6816,8 +6824,8 @@ if some action was made, or nil if the URL is ignored.")
6816 6824
6817;;;*** 6825;;;***
6818 6826
6819;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22388 6389 6827;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22387 39328
6820;;;;;; 248314 61000)) 6828;;;;;; 532704 292000))
6821;;; Generated autoloads from textmodes/dns-mode.el 6829;;; Generated autoloads from textmodes/dns-mode.el
6822 6830
6823(autoload 'dns-mode "dns-mode" "\ 6831(autoload 'dns-mode "dns-mode" "\
@@ -6840,8 +6848,8 @@ Locate SOA record and increment the serial field.
6840 6848
6841;;;*** 6849;;;***
6842 6850
6843;;;### (autoloads nil "doc-view" "doc-view.el" (22388 5703 332568 6851;;;### (autoloads nil "doc-view" "doc-view.el" (22387 39326 577711
6844;;;;;; 576000)) 6852;;;;;; 272000))
6845;;; Generated autoloads from doc-view.el 6853;;; Generated autoloads from doc-view.el
6846 6854
6847(autoload 'doc-view-mode-p "doc-view" "\ 6855(autoload 'doc-view-mode-p "doc-view" "\
@@ -6887,8 +6895,8 @@ See the command `doc-view-mode' for more information on this mode.
6887 6895
6888;;;*** 6896;;;***
6889 6897
6890;;;### (autoloads nil "doctor" "play/doctor.el" (22388 6383 237254 6898;;;### (autoloads nil "doctor" "play/doctor.el" (22387 39328 259705
6891;;;;;; 947000)) 6899;;;;;; 267000))
6892;;; Generated autoloads from play/doctor.el 6900;;; Generated autoloads from play/doctor.el
6893 6901
6894(autoload 'doctor "doctor" "\ 6902(autoload 'doctor "doctor" "\
@@ -6898,7 +6906,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6898 6906
6899;;;*** 6907;;;***
6900 6908
6901;;;### (autoloads nil "double" "double.el" (22388 5703 374568 989000)) 6909;;;### (autoloads nil "double" "double.el" (22387 39326 589711 229000))
6902;;; Generated autoloads from double.el 6910;;; Generated autoloads from double.el
6903 6911
6904(autoload 'double-mode "double" "\ 6912(autoload 'double-mode "double" "\
@@ -6914,8 +6922,8 @@ strings when pressed twice. See `double-map' for details.
6914 6922
6915;;;*** 6923;;;***
6916 6924
6917;;;### (autoloads nil "dunnet" "play/dunnet.el" (22388 6383 302255 6925;;;### (autoloads nil "dunnet" "play/dunnet.el" (22387 39328 260705
6918;;;;;; 586000)) 6926;;;;;; 263000))
6919;;; Generated autoloads from play/dunnet.el 6927;;; Generated autoloads from play/dunnet.el
6920(push (purecopy '(dunnet 2 2)) package--builtin-versions) 6928(push (purecopy '(dunnet 2 2)) package--builtin-versions)
6921 6929
@@ -6926,8 +6934,8 @@ Switch to *dungeon* buffer and start game.
6926 6934
6927;;;*** 6935;;;***
6928 6936
6929;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22388 6937;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22387
6930;;;;;; 6369 112116 36000)) 6938;;;;;; 39327 291708 723000))
6931;;; Generated autoloads from emacs-lisp/easy-mmode.el 6939;;; Generated autoloads from emacs-lisp/easy-mmode.el
6932 6940
6933(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6941(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7069,8 +7077,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7069 7077
7070;;;*** 7078;;;***
7071 7079
7072;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22388 7080;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22387
7073;;;;;; 6369 115116 66000)) 7081;;;;;; 39327 291708 723000))
7074;;; Generated autoloads from emacs-lisp/easymenu.el 7082;;; Generated autoloads from emacs-lisp/easymenu.el
7075 7083
7076(autoload 'easy-menu-define "easymenu" "\ 7084(autoload 'easy-menu-define "easymenu" "\
@@ -7208,8 +7216,8 @@ To implement dynamic menus, either call this from
7208 7216
7209;;;*** 7217;;;***
7210 7218
7211;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22388 6385 7219;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22387 39328
7212;;;;;; 685279 22000)) 7220;;;;;; 319705 52000))
7213;;; Generated autoloads from progmodes/ebnf2ps.el 7221;;; Generated autoloads from progmodes/ebnf2ps.el
7214(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) 7222(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions)
7215 7223
@@ -7474,8 +7482,8 @@ See `ebnf-style-database' documentation.
7474 7482
7475;;;*** 7483;;;***
7476 7484
7477;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22388 6385 7485;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22387 39328
7478;;;;;; 813280 281000)) 7486;;;;;; 321705 45000))
7479;;; Generated autoloads from progmodes/ebrowse.el 7487;;; Generated autoloads from progmodes/ebrowse.el
7480 7488
7481(autoload 'ebrowse-tree-mode "ebrowse" "\ 7489(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7623,8 +7631,8 @@ Display statistics for a class tree.
7623 7631
7624;;;*** 7632;;;***
7625 7633
7626;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22388 5703 376569 7634;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22387 39326 590711
7627;;;;;; 8000)) 7635;;;;;; 225000))
7628;;; Generated autoloads from ebuff-menu.el 7636;;; Generated autoloads from ebuff-menu.el
7629 7637
7630(autoload 'electric-buffer-list "ebuff-menu" "\ 7638(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7656,8 +7664,8 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7656 7664
7657;;;*** 7665;;;***
7658 7666
7659;;;### (autoloads nil "echistory" "echistory.el" (22388 5703 407569 7667;;;### (autoloads nil "echistory" "echistory.el" (22387 39326 591711
7660;;;;;; 313000)) 7668;;;;;; 222000))
7661;;; Generated autoloads from echistory.el 7669;;; Generated autoloads from echistory.el
7662 7670
7663(autoload 'Electric-command-history-redo-expression "echistory" "\ 7671(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7668,8 +7676,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7668 7676
7669;;;*** 7677;;;***
7670 7678
7671;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22388 6371 7679;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22387 39327
7672;;;;;; 666141 154000)) 7680;;;;;; 448708 162000))
7673;;; Generated autoloads from gnus/ecomplete.el 7681;;; Generated autoloads from gnus/ecomplete.el
7674 7682
7675(autoload 'ecomplete-setup "ecomplete" "\ 7683(autoload 'ecomplete-setup "ecomplete" "\
@@ -7679,7 +7687,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7679 7687
7680;;;*** 7688;;;***
7681 7689
7682;;;### (autoloads nil "ede" "cedet/ede.el" (22388 6368 441109 438000)) 7690;;;### (autoloads nil "ede" "cedet/ede.el" (22387 39327 135709 280000))
7683;;; Generated autoloads from cedet/ede.el 7691;;; Generated autoloads from cedet/ede.el
7684(push (purecopy '(ede 1 2)) package--builtin-versions) 7692(push (purecopy '(ede 1 2)) package--builtin-versions)
7685 7693
@@ -7706,8 +7714,8 @@ an EDE controlled project.
7706 7714
7707;;;*** 7715;;;***
7708 7716
7709;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22388 6369 7717;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22387 39327
7710;;;;;; 157116 479000)) 7718;;;;;; 293708 716000))
7711;;; Generated autoloads from emacs-lisp/edebug.el 7719;;; Generated autoloads from emacs-lisp/edebug.el
7712 7720
7713(defvar edebug-all-defs nil "\ 7721(defvar edebug-all-defs nil "\
@@ -7771,7 +7779,7 @@ Toggle edebugging of all forms.
7771 7779
7772;;;*** 7780;;;***
7773 7781
7774;;;### (autoloads nil "ediff" "vc/ediff.el" (22388 6391 36331 645000)) 7782;;;### (autoloads nil "ediff" "vc/ediff.el" (22387 39328 660703 835000))
7775;;; Generated autoloads from vc/ediff.el 7783;;; Generated autoloads from vc/ediff.el
7776(push (purecopy '(ediff 2 81 4)) package--builtin-versions) 7784(push (purecopy '(ediff 2 81 4)) package--builtin-versions)
7777 7785
@@ -8043,8 +8051,8 @@ With optional NODE, goes to that node.
8043 8051
8044;;;*** 8052;;;***
8045 8053
8046;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22388 6390 8054;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22387 39328
8047;;;;;; 831329 629000)) 8055;;;;;; 653703 860000))
8048;;; Generated autoloads from vc/ediff-help.el 8056;;; Generated autoloads from vc/ediff-help.el
8049 8057
8050(autoload 'ediff-customize "ediff-help" "\ 8058(autoload 'ediff-customize "ediff-help" "\
@@ -8054,8 +8062,8 @@ With optional NODE, goes to that node.
8054 8062
8055;;;*** 8063;;;***
8056 8064
8057;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22388 6390 8065;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22387 39328
8058;;;;;; 876330 72000)) 8066;;;;;; 656703 849000))
8059;;; Generated autoloads from vc/ediff-mult.el 8067;;; Generated autoloads from vc/ediff-mult.el
8060 8068
8061(autoload 'ediff-show-registry "ediff-mult" "\ 8069(autoload 'ediff-show-registry "ediff-mult" "\
@@ -8067,8 +8075,8 @@ Display Ediff's registry.
8067 8075
8068;;;*** 8076;;;***
8069 8077
8070;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22388 6390 8078;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22387 39328
8071;;;;;; 954330 839000)) 8079;;;;;; 658703 842000))
8072;;; Generated autoloads from vc/ediff-util.el 8080;;; Generated autoloads from vc/ediff-util.el
8073 8081
8074(autoload 'ediff-toggle-multiframe "ediff-util" "\ 8082(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8087,7 +8095,8 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8087 8095
8088;;;*** 8096;;;***
8089 8097
8090;;;### (autoloads nil "edmacro" "edmacro.el" (22388 5703 410569 343000)) 8098;;;### (autoloads nil "edmacro" "edmacro.el" (22387 39326 591711
8099;;;;;; 222000))
8091;;; Generated autoloads from edmacro.el 8100;;; Generated autoloads from edmacro.el
8092(push (purecopy '(edmacro 2 1)) package--builtin-versions) 8101(push (purecopy '(edmacro 2 1)) package--builtin-versions)
8093 8102
@@ -8136,8 +8145,8 @@ or nil, use a compact 80-column format.
8136 8145
8137;;;*** 8146;;;***
8138 8147
8139;;;### (autoloads nil "edt" "emulation/edt.el" (22388 6369 879123 8148;;;### (autoloads nil "edt" "emulation/edt.el" (22578 62356 717212
8140;;;;;; 579000)) 8149;;;;;; 153000))
8141;;; Generated autoloads from emulation/edt.el 8150;;; Generated autoloads from emulation/edt.el
8142 8151
8143(autoload 'edt-set-scroll-margins "edt" "\ 8152(autoload 'edt-set-scroll-margins "edt" "\
@@ -8154,7 +8163,7 @@ Turn on EDT Emulation.
8154 8163
8155;;;*** 8164;;;***
8156 8165
8157;;;### (autoloads nil "ehelp" "ehelp.el" (22388 5703 411569 352000)) 8166;;;### (autoloads nil "ehelp" "ehelp.el" (22387 39326 592711 218000))
8158;;; Generated autoloads from ehelp.el 8167;;; Generated autoloads from ehelp.el
8159 8168
8160(autoload 'with-electric-help "ehelp" "\ 8169(autoload 'with-electric-help "ehelp" "\
@@ -8190,15 +8199,15 @@ BUFFER is put back into its original major mode.
8190 8199
8191;;;*** 8200;;;***
8192 8201
8193;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22388 6369 284117 8202;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22387 39327
8194;;;;;; 728000)) 8203;;;;;; 299708 694000))
8195;;; Generated autoloads from emacs-lisp/eieio.el 8204;;; Generated autoloads from emacs-lisp/eieio.el
8196(push (purecopy '(eieio 1 4)) package--builtin-versions) 8205(push (purecopy '(eieio 1 4)) package--builtin-versions)
8197 8206
8198;;;*** 8207;;;***
8199 8208
8200;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22420 8209;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22578
8201;;;;;; 38537 268424 423000)) 8210;;;;;; 62356 716212 159000))
8202;;; Generated autoloads from emacs-lisp/eieio-core.el 8211;;; Generated autoloads from emacs-lisp/eieio-core.el
8203(push (purecopy '(eieio-core 1 4)) package--builtin-versions) 8212(push (purecopy '(eieio-core 1 4)) package--builtin-versions)
8204 8213
@@ -8214,8 +8223,8 @@ It creates an autoload function for CNAME's constructor.
8214 8223
8215;;;*** 8224;;;***
8216 8225
8217;;;### (autoloads nil "elec-pair" "elec-pair.el" (22388 5703 414569 8226;;;### (autoloads nil "elec-pair" "elec-pair.el" (22387 39326 592711
8218;;;;;; 382000)) 8227;;;;;; 218000))
8219;;; Generated autoloads from elec-pair.el 8228;;; Generated autoloads from elec-pair.el
8220 8229
8221(defvar electric-pair-text-pairs '((34 . 34)) "\ 8230(defvar electric-pair-text-pairs '((34 . 34)) "\
@@ -8257,8 +8266,8 @@ Toggle `electric-pair-mode' only in this buffer.
8257 8266
8258;;;*** 8267;;;***
8259 8268
8260;;;### (autoloads nil "elide-head" "elide-head.el" (22388 5703 450569 8269;;;### (autoloads nil "elide-head" "elide-head.el" (22387 39326 593711
8261;;;;;; 736000)) 8270;;;;;; 215000))
8262;;; Generated autoloads from elide-head.el 8271;;; Generated autoloads from elide-head.el
8263 8272
8264(autoload 'elide-head "elide-head" "\ 8273(autoload 'elide-head "elide-head" "\
@@ -8273,8 +8282,8 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8273 8282
8274;;;*** 8283;;;***
8275 8284
8276;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22388 6369 300117 8285;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22387 39327
8277;;;;;; 885000)) 8286;;;;;; 300708 690000))
8278;;; Generated autoloads from emacs-lisp/elint.el 8287;;; Generated autoloads from emacs-lisp/elint.el
8279 8288
8280(autoload 'elint-file "elint" "\ 8289(autoload 'elint-file "elint" "\
@@ -8309,8 +8318,8 @@ optional prefix argument REINIT is non-nil.
8309 8318
8310;;;*** 8319;;;***
8311 8320
8312;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22388 6369 328118 8321;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22387 39327 301708
8313;;;;;; 161000)) 8322;;;;;; 687000))
8314;;; Generated autoloads from emacs-lisp/elp.el 8323;;; Generated autoloads from emacs-lisp/elp.el
8315 8324
8316(autoload 'elp-instrument-function "elp" "\ 8325(autoload 'elp-instrument-function "elp" "\
@@ -8344,8 +8353,8 @@ displayed.
8344 8353
8345;;;*** 8354;;;***
8346 8355
8347;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22388 5703 453569 8356;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22387 39326 594711
8348;;;;;; 765000)) 8357;;;;;; 211000))
8349;;; Generated autoloads from emacs-lock.el 8358;;; Generated autoloads from emacs-lock.el
8350 8359
8351(autoload 'emacs-lock-mode "emacs-lock" "\ 8360(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8372,8 +8381,8 @@ Other values are interpreted as usual.
8372 8381
8373;;;*** 8382;;;***
8374 8383
8375;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22388 6375 470178 8384;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22578 62356
8376;;;;;; 563000)) 8385;;;;;; 725212 110000))
8377;;; Generated autoloads from mail/emacsbug.el 8386;;; Generated autoloads from mail/emacsbug.el
8378 8387
8379(autoload 'report-emacs-bug "emacsbug" "\ 8388(autoload 'report-emacs-bug "emacsbug" "\
@@ -8386,7 +8395,8 @@ Prompts for bug subject. Leaves you in a mail buffer.
8386 8395
8387;;;*** 8396;;;***
8388 8397
8389;;;### (autoloads nil "emerge" "vc/emerge.el" (22388 6391 68331 960000)) 8398;;;### (autoloads nil "emerge" "vc/emerge.el" (22387 39328 661703
8399;;;;;; 831000))
8390;;; Generated autoloads from vc/emerge.el 8400;;; Generated autoloads from vc/emerge.el
8391 8401
8392(autoload 'emerge-files "emerge" "\ 8402(autoload 'emerge-files "emerge" "\
@@ -8446,8 +8456,8 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8446 8456
8447;;;*** 8457;;;***
8448 8458
8449;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22388 6389 8459;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22387 39328
8450;;;;;; 248314 61000)) 8460;;;;;; 533704 288000))
8451;;; Generated autoloads from textmodes/enriched.el 8461;;; Generated autoloads from textmodes/enriched.el
8452 8462
8453(autoload 'enriched-mode "enriched" "\ 8463(autoload 'enriched-mode "enriched" "\
@@ -8482,7 +8492,7 @@ Commands:
8482 8492
8483;;;*** 8493;;;***
8484 8494
8485;;;### (autoloads nil "epa" "epa.el" (22388 5703 490570 130000)) 8495;;;### (autoloads nil "epa" "epa.el" (22387 39326 603711 179000))
8486;;; Generated autoloads from epa.el 8496;;; Generated autoloads from epa.el
8487 8497
8488(autoload 'epa-list-keys "epa" "\ 8498(autoload 'epa-list-keys "epa" "\
@@ -8670,8 +8680,8 @@ Insert selected KEYS after the point.
8670 8680
8671;;;*** 8681;;;***
8672 8682
8673;;;### (autoloads nil "epa-dired" "epa-dired.el" (22388 5703 456569 8683;;;### (autoloads nil "epa-dired" "epa-dired.el" (22387 39326 594711
8674;;;;;; 795000)) 8684;;;;;; 211000))
8675;;; Generated autoloads from epa-dired.el 8685;;; Generated autoloads from epa-dired.el
8676 8686
8677(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8687(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8696,8 +8706,8 @@ Encrypt marked files.
8696 8706
8697;;;*** 8707;;;***
8698 8708
8699;;;### (autoloads nil "epa-file" "epa-file.el" (22388 5703 456569 8709;;;### (autoloads nil "epa-file" "epa-file.el" (22387 39326 595711
8700;;;;;; 795000)) 8710;;;;;; 208000))
8701;;; Generated autoloads from epa-file.el 8711;;; Generated autoloads from epa-file.el
8702 8712
8703(autoload 'epa-file-handler "epa-file" "\ 8713(autoload 'epa-file-handler "epa-file" "\
@@ -8717,8 +8727,8 @@ Encrypt marked files.
8717 8727
8718;;;*** 8728;;;***
8719 8729
8720;;;### (autoloads nil "epa-mail" "epa-mail.el" (22388 5703 459569 8730;;;### (autoloads nil "epa-mail" "epa-mail.el" (22387 39326 595711
8721;;;;;; 824000)) 8731;;;;;; 208000))
8722;;; Generated autoloads from epa-mail.el 8732;;; Generated autoloads from epa-mail.el
8723 8733
8724(autoload 'epa-mail-mode "epa-mail" "\ 8734(autoload 'epa-mail-mode "epa-mail" "\
@@ -8796,7 +8806,7 @@ if ARG is omitted or nil.
8796 8806
8797;;;*** 8807;;;***
8798 8808
8799;;;### (autoloads nil "epg" "epg.el" (22388 5703 495570 179000)) 8809;;;### (autoloads nil "epg" "epg.el" (22387 39326 604711 175000))
8800;;; Generated autoloads from epg.el 8810;;; Generated autoloads from epg.el
8801(push (purecopy '(epg 1 0 0)) package--builtin-versions) 8811(push (purecopy '(epg 1 0 0)) package--builtin-versions)
8802 8812
@@ -8807,8 +8817,8 @@ Return a context object.
8807 8817
8808;;;*** 8818;;;***
8809 8819
8810;;;### (autoloads nil "epg-config" "epg-config.el" (22388 5703 494570 8820;;;### (autoloads nil "epg-config" "epg-config.el" (22387 39326 603711
8811;;;;;; 169000)) 8821;;;;;; 179000))
8812;;; Generated autoloads from epg-config.el 8822;;; Generated autoloads from epg-config.el
8813 8823
8814(autoload 'epg-find-configuration "epg-config" "\ 8824(autoload 'epg-find-configuration "epg-config" "\
@@ -8842,7 +8852,7 @@ Look at CONFIG and try to expand GROUP.
8842 8852
8843;;;*** 8853;;;***
8844 8854
8845;;;### (autoloads nil "erc" "erc/erc.el" (22388 6370 962134 230000)) 8855;;;### (autoloads nil "erc" "erc/erc.el" (22387 39327 421708 258000))
8846;;; Generated autoloads from erc/erc.el 8856;;; Generated autoloads from erc/erc.el
8847(push (purecopy '(erc 5 3)) package--builtin-versions) 8857(push (purecopy '(erc 5 3)) package--builtin-versions)
8848 8858
@@ -8891,36 +8901,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8891 8901
8892;;;*** 8902;;;***
8893 8903
8894;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22388 8904;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22387
8895;;;;;; 6370 614130 808000)) 8905;;;;;; 39327 403708 323000))
8896;;; Generated autoloads from erc/erc-autoaway.el 8906;;; Generated autoloads from erc/erc-autoaway.el
8897 (autoload 'erc-autoaway-mode "erc-autoaway") 8907 (autoload 'erc-autoaway-mode "erc-autoaway")
8898 8908
8899;;;*** 8909;;;***
8900 8910
8901;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22388 6370 8911;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22387 39327
8902;;;;;; 674131 398000)) 8912;;;;;; 405708 316000))
8903;;; Generated autoloads from erc/erc-button.el 8913;;; Generated autoloads from erc/erc-button.el
8904 (autoload 'erc-button-mode "erc-button" nil t) 8914 (autoload 'erc-button-mode "erc-button" nil t)
8905 8915
8906;;;*** 8916;;;***
8907 8917
8908;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22388 6370 8918;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22387 39327
8909;;;;;; 700131 653000)) 8919;;;;;; 405708 316000))
8910;;; Generated autoloads from erc/erc-capab.el 8920;;; Generated autoloads from erc/erc-capab.el
8911 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8921 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8912 8922
8913;;;*** 8923;;;***
8914 8924
8915;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22388 6370 8925;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22387 39327
8916;;;;;; 700131 653000)) 8926;;;;;; 406708 312000))
8917;;; Generated autoloads from erc/erc-compat.el 8927;;; Generated autoloads from erc/erc-compat.el
8918 (autoload 'erc-define-minor-mode "erc-compat") 8928 (autoload 'erc-define-minor-mode "erc-compat")
8919 8929
8920;;;*** 8930;;;***
8921 8931
8922;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22388 6370 705131 8932;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22387 39327 406708
8923;;;;;; 703000)) 8933;;;;;; 312000))
8924;;; Generated autoloads from erc/erc-dcc.el 8934;;; Generated autoloads from erc/erc-dcc.el
8925 (autoload 'erc-dcc-mode "erc-dcc") 8935 (autoload 'erc-dcc-mode "erc-dcc")
8926 8936
@@ -8950,14 +8960,14 @@ that subcommand.
8950;;;*** 8960;;;***
8951 8961
8952;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" 8962;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8953;;;;;; (22388 6370 744132 87000)) 8963;;;;;; (22387 39327 407708 309000))
8954;;; Generated autoloads from erc/erc-desktop-notifications.el 8964;;; Generated autoloads from erc/erc-desktop-notifications.el
8955(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) 8965(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8956 8966
8957;;;*** 8967;;;***
8958 8968
8959;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22388 8969;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22387
8960;;;;;; 6370 745132 97000)) 8970;;;;;; 39327 407708 309000))
8961;;; Generated autoloads from erc/erc-ezbounce.el 8971;;; Generated autoloads from erc/erc-ezbounce.el
8962 8972
8963(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8973(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -9019,8 +9029,8 @@ Add EZBouncer convenience functions to ERC.
9019 9029
9020;;;*** 9030;;;***
9021 9031
9022;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22388 6370 745132 9032;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22387 39327 408708
9023;;;;;; 97000)) 9033;;;;;; 305000))
9024;;; Generated autoloads from erc/erc-fill.el 9034;;; Generated autoloads from erc/erc-fill.el
9025 (autoload 'erc-fill-mode "erc-fill" nil t) 9035 (autoload 'erc-fill-mode "erc-fill" nil t)
9026 9036
@@ -9032,8 +9042,8 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9032 9042
9033;;;*** 9043;;;***
9034 9044
9035;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22388 6370 9045;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22387 39327
9036;;;;;; 750132 146000)) 9046;;;;;; 409708 301000))
9037;;; Generated autoloads from erc/erc-identd.el 9047;;; Generated autoloads from erc/erc-identd.el
9038 (autoload 'erc-identd-mode "erc-identd") 9048 (autoload 'erc-identd-mode "erc-identd")
9039 9049
@@ -9054,8 +9064,8 @@ system.
9054 9064
9055;;;*** 9065;;;***
9056 9066
9057;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22388 6370 9067;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22387 39327
9058;;;;;; 751132 156000)) 9068;;;;;; 410708 298000))
9059;;; Generated autoloads from erc/erc-imenu.el 9069;;; Generated autoloads from erc/erc-imenu.el
9060 9070
9061(autoload 'erc-create-imenu-index "erc-imenu" "\ 9071(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9065,22 +9075,22 @@ system.
9065 9075
9066;;;*** 9076;;;***
9067 9077
9068;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22388 6370 751132 9078;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22387 39327 410708
9069;;;;;; 156000)) 9079;;;;;; 298000))
9070;;; Generated autoloads from erc/erc-join.el 9080;;; Generated autoloads from erc/erc-join.el
9071 (autoload 'erc-autojoin-mode "erc-join" nil t) 9081 (autoload 'erc-autojoin-mode "erc-join" nil t)
9072 9082
9073;;;*** 9083;;;***
9074 9084
9075;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22388 6370 758132 9085;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22387 39327 411708
9076;;;;;; 225000)) 9086;;;;;; 294000))
9077;;; Generated autoloads from erc/erc-list.el 9087;;; Generated autoloads from erc/erc-list.el
9078 (autoload 'erc-list-mode "erc-list") 9088 (autoload 'erc-list-mode "erc-list")
9079 9089
9080;;;*** 9090;;;***
9081 9091
9082;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22388 6370 777132 9092;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22387 39327 411708
9083;;;;;; 411000)) 9093;;;;;; 294000))
9084;;; Generated autoloads from erc/erc-log.el 9094;;; Generated autoloads from erc/erc-log.el
9085 (autoload 'erc-log-mode "erc-log" nil t) 9095 (autoload 'erc-log-mode "erc-log" nil t)
9086 9096
@@ -9109,8 +9119,8 @@ You can save every individual message by putting this function on
9109 9119
9110;;;*** 9120;;;***
9111 9121
9112;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22388 6370 9122;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22387 39327
9113;;;;;; 796132 598000)) 9123;;;;;; 412708 291000))
9114;;; Generated autoloads from erc/erc-match.el 9124;;; Generated autoloads from erc/erc-match.el
9115 (autoload 'erc-match-mode "erc-match") 9125 (autoload 'erc-match-mode "erc-match")
9116 9126
@@ -9156,15 +9166,15 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9156 9166
9157;;;*** 9167;;;***
9158 9168
9159;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22388 6370 796132 9169;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22387 39327 413708
9160;;;;;; 598000)) 9170;;;;;; 287000))
9161;;; Generated autoloads from erc/erc-menu.el 9171;;; Generated autoloads from erc/erc-menu.el
9162 (autoload 'erc-menu-mode "erc-menu" nil t) 9172 (autoload 'erc-menu-mode "erc-menu" nil t)
9163 9173
9164;;;*** 9174;;;***
9165 9175
9166;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22388 9176;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22387
9167;;;;;; 6370 798132 618000)) 9177;;;;;; 39327 413708 287000))
9168;;; Generated autoloads from erc/erc-netsplit.el 9178;;; Generated autoloads from erc/erc-netsplit.el
9169 (autoload 'erc-netsplit-mode "erc-netsplit") 9179 (autoload 'erc-netsplit-mode "erc-netsplit")
9170 9180
@@ -9175,8 +9185,8 @@ Show who's gone.
9175 9185
9176;;;*** 9186;;;***
9177 9187
9178;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22388 9188;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22387
9179;;;;;; 6370 799132 627000)) 9189;;;;;; 39327 413708 287000))
9180;;; Generated autoloads from erc/erc-networks.el 9190;;; Generated autoloads from erc/erc-networks.el
9181 9191
9182(autoload 'erc-determine-network "erc-networks" "\ 9192(autoload 'erc-determine-network "erc-networks" "\
@@ -9193,8 +9203,8 @@ Interactively select a server to connect to using `erc-server-alist'.
9193 9203
9194;;;*** 9204;;;***
9195 9205
9196;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22388 6370 9206;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22387 39327
9197;;;;;; 837133 1000)) 9207;;;;;; 414708 283000))
9198;;; Generated autoloads from erc/erc-notify.el 9208;;; Generated autoloads from erc/erc-notify.el
9199 (autoload 'erc-notify-mode "erc-notify" nil t) 9209 (autoload 'erc-notify-mode "erc-notify" nil t)
9200 9210
@@ -9212,36 +9222,36 @@ with args, toggle notify status of people.
9212 9222
9213;;;*** 9223;;;***
9214 9224
9215;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22388 6370 837133 9225;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22387 39327 415708
9216;;;;;; 1000)) 9226;;;;;; 280000))
9217;;; Generated autoloads from erc/erc-page.el 9227;;; Generated autoloads from erc/erc-page.el
9218 (autoload 'erc-page-mode "erc-page") 9228 (autoload 'erc-page-mode "erc-page")
9219 9229
9220;;;*** 9230;;;***
9221 9231
9222;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22388 9232;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22387
9223;;;;;; 6370 839133 21000)) 9233;;;;;; 39327 415708 280000))
9224;;; Generated autoloads from erc/erc-pcomplete.el 9234;;; Generated autoloads from erc/erc-pcomplete.el
9225 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9235 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9226 9236
9227;;;*** 9237;;;***
9228 9238
9229;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22388 6370 9239;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22387 39327
9230;;;;;; 839133 21000)) 9240;;;;;; 415708 280000))
9231;;; Generated autoloads from erc/erc-replace.el 9241;;; Generated autoloads from erc/erc-replace.el
9232 (autoload 'erc-replace-mode "erc-replace") 9242 (autoload 'erc-replace-mode "erc-replace")
9233 9243
9234;;;*** 9244;;;***
9235 9245
9236;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22388 6370 841133 9246;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22387 39327 416708
9237;;;;;; 40000)) 9247;;;;;; 276000))
9238;;; Generated autoloads from erc/erc-ring.el 9248;;; Generated autoloads from erc/erc-ring.el
9239 (autoload 'erc-ring-mode "erc-ring" nil t) 9249 (autoload 'erc-ring-mode "erc-ring" nil t)
9240 9250
9241;;;*** 9251;;;***
9242 9252
9243;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22388 9253;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22387
9244;;;;;; 6370 841133 40000)) 9254;;;;;; 39327 416708 276000))
9245;;; Generated autoloads from erc/erc-services.el 9255;;; Generated autoloads from erc/erc-services.el
9246 (autoload 'erc-services-mode "erc-services" nil t) 9256 (autoload 'erc-services-mode "erc-services" nil t)
9247 9257
@@ -9258,15 +9268,15 @@ When called interactively, read the password using `read-passwd'.
9258 9268
9259;;;*** 9269;;;***
9260 9270
9261;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22388 6370 9271;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22387 39327
9262;;;;;; 843133 60000)) 9272;;;;;; 416708 276000))
9263;;; Generated autoloads from erc/erc-sound.el 9273;;; Generated autoloads from erc/erc-sound.el
9264 (autoload 'erc-sound-mode "erc-sound") 9274 (autoload 'erc-sound-mode "erc-sound")
9265 9275
9266;;;*** 9276;;;***
9267 9277
9268;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22388 9278;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22387
9269;;;;;; 6370 843133 60000)) 9279;;;;;; 39327 417708 273000))
9270;;; Generated autoloads from erc/erc-speedbar.el 9280;;; Generated autoloads from erc/erc-speedbar.el
9271 9281
9272(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9282(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9277,22 +9287,22 @@ This will add a speedbar major display mode.
9277 9287
9278;;;*** 9288;;;***
9279 9289
9280;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22388 9290;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22387
9281;;;;;; 6370 844133 70000)) 9291;;;;;; 39327 417708 273000))
9282;;; Generated autoloads from erc/erc-spelling.el 9292;;; Generated autoloads from erc/erc-spelling.el
9283 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9293 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9284 9294
9285;;;*** 9295;;;***
9286 9296
9287;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22388 6370 9297;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22387 39327
9288;;;;;; 857133 197000)) 9298;;;;;; 417708 273000))
9289;;; Generated autoloads from erc/erc-stamp.el 9299;;; Generated autoloads from erc/erc-stamp.el
9290 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9300 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9291 9301
9292;;;*** 9302;;;***
9293 9303
9294;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22388 6370 9304;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22387 39327
9295;;;;;; 879133 414000)) 9305;;;;;; 418708 269000))
9296;;; Generated autoloads from erc/erc-track.el 9306;;; Generated autoloads from erc/erc-track.el
9297 9307
9298(defvar erc-track-minor-mode nil "\ 9308(defvar erc-track-minor-mode nil "\
@@ -9318,8 +9328,8 @@ keybindings will not do anything useful.
9318 9328
9319;;;*** 9329;;;***
9320 9330
9321;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22388 9331;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22387
9322;;;;;; 6370 879133 414000)) 9332;;;;;; 39327 419708 266000))
9323;;; Generated autoloads from erc/erc-truncate.el 9333;;; Generated autoloads from erc/erc-truncate.el
9324 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9334 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9325 9335
@@ -9338,8 +9348,8 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9338 9348
9339;;;*** 9349;;;***
9340 9350
9341;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22388 6370 880133 9351;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22387 39327 419708
9342;;;;;; 424000)) 9352;;;;;; 266000))
9343;;; Generated autoloads from erc/erc-xdcc.el 9353;;; Generated autoloads from erc/erc-xdcc.el
9344 (autoload 'erc-xdcc-mode "erc-xdcc") 9354 (autoload 'erc-xdcc-mode "erc-xdcc")
9345 9355
@@ -9350,8 +9360,8 @@ Add a file to `erc-xdcc-files'.
9350 9360
9351;;;*** 9361;;;***
9352 9362
9353;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22388 6369 379118 9363;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22387 39327 302708
9354;;;;;; 662000)) 9364;;;;;; 683000))
9355;;; Generated autoloads from emacs-lisp/ert.el 9365;;; Generated autoloads from emacs-lisp/ert.el
9356 9366
9357(autoload 'ert-deftest "ert" "\ 9367(autoload 'ert-deftest "ert" "\
@@ -9420,8 +9430,8 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9420 9430
9421;;;*** 9431;;;***
9422 9432
9423;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22388 6369 330118 9433;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22387 39327
9424;;;;;; 180000)) 9434;;;;;; 301708 687000))
9425;;; Generated autoloads from emacs-lisp/ert-x.el 9435;;; Generated autoloads from emacs-lisp/ert-x.el
9426 9436
9427(put 'ert-with-test-buffer 'lisp-indent-function 1) 9437(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9433,8 +9443,8 @@ Kill all test buffers that are still live.
9433 9443
9434;;;*** 9444;;;***
9435 9445
9436;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22388 6370 9446;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22587 59854
9437;;;;;; 366128 369000)) 9447;;;;;; 958142 856000))
9438;;; Generated autoloads from eshell/esh-mode.el 9448;;; Generated autoloads from eshell/esh-mode.el
9439 9449
9440(autoload 'eshell-mode "esh-mode" "\ 9450(autoload 'eshell-mode "esh-mode" "\
@@ -9444,8 +9454,8 @@ Emacs shell interactive mode.
9444 9454
9445;;;*** 9455;;;***
9446 9456
9447;;;### (autoloads nil "eshell" "eshell/eshell.el" (22388 6370 441129 9457;;;### (autoloads nil "eshell" "eshell/eshell.el" (22387 39327 436708
9448;;;;;; 106000)) 9458;;;;;; 205000))
9449;;; Generated autoloads from eshell/eshell.el 9459;;; Generated autoloads from eshell/eshell.el
9450(push (purecopy '(eshell 2 4 2)) package--builtin-versions) 9460(push (purecopy '(eshell 2 4 2)) package--builtin-versions)
9451 9461
@@ -9480,8 +9490,8 @@ corresponding to a successful execution.
9480 9490
9481;;;*** 9491;;;***
9482 9492
9483;;;### (autoloads nil "etags" "progmodes/etags.el" (22489 43024 128096 9493;;;### (autoloads nil "etags" "progmodes/etags.el" (22490 22724 15599
9484;;;;;; 697000)) 9494;;;;;; 212000))
9485;;; Generated autoloads from progmodes/etags.el 9495;;; Generated autoloads from progmodes/etags.el
9486 9496
9487(defvar tags-file-name nil "\ 9497(defvar tags-file-name nil "\
@@ -9794,8 +9804,8 @@ for \\[find-tag] (which see).
9794 9804
9795;;;*** 9805;;;***
9796 9806
9797;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22388 9807;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22387
9798;;;;;; 6374 991173 853000)) 9808;;;;;; 39327 650707 441000))
9799;;; Generated autoloads from language/ethio-util.el 9809;;; Generated autoloads from language/ethio-util.el
9800 9810
9801(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9811(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9963,7 +9973,7 @@ With ARG, insert that many delimiters.
9963 9973
9964;;;*** 9974;;;***
9965 9975
9966;;;### (autoloads nil "eudc" "net/eudc.el" (22388 6377 395197 495000)) 9976;;;### (autoloads nil "eudc" "net/eudc.el" (22387 39327 971706 295000))
9967;;; Generated autoloads from net/eudc.el 9977;;; Generated autoloads from net/eudc.el
9968 9978
9969(autoload 'eudc-set-server "eudc" "\ 9979(autoload 'eudc-set-server "eudc" "\
@@ -10017,8 +10027,8 @@ This does nothing except loading eudc by autoload side-effect.
10017 10027
10018;;;*** 10028;;;***
10019 10029
10020;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22388 6377 358197 10030;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22387 39327 968706
10021;;;;;; 131000)) 10031;;;;;; 306000))
10022;;; Generated autoloads from net/eudc-bob.el 10032;;; Generated autoloads from net/eudc-bob.el
10023 10033
10024(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10034(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10053,8 +10063,8 @@ Display a button for the JPEG DATA.
10053 10063
10054;;;*** 10064;;;***
10055 10065
10056;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22388 6377 10066;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22387 39327
10057;;;;;; 358197 131000)) 10067;;;;;; 969706 302000))
10058;;; Generated autoloads from net/eudc-export.el 10068;;; Generated autoloads from net/eudc-export.el
10059 10069
10060(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 10070(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10070,8 +10080,8 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10070 10080
10071;;;*** 10081;;;***
10072 10082
10073;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22388 10083;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22387
10074;;;;;; 6377 361197 160000)) 10084;;;;;; 39327 970706 298000))
10075;;; Generated autoloads from net/eudc-hotlist.el 10085;;; Generated autoloads from net/eudc-hotlist.el
10076 10086
10077(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10087(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10081,8 +10091,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10081 10091
10082;;;*** 10092;;;***
10083 10093
10084;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22388 6369 386118 10094;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22387 39327 303708
10085;;;;;; 731000)) 10095;;;;;; 680000))
10086;;; Generated autoloads from emacs-lisp/ewoc.el 10096;;; Generated autoloads from emacs-lisp/ewoc.el
10087 10097
10088(autoload 'ewoc-create "ewoc" "\ 10098(autoload 'ewoc-create "ewoc" "\
@@ -10108,7 +10118,7 @@ fourth arg NOSEP non-nil inhibits this.
10108 10118
10109;;;*** 10119;;;***
10110 10120
10111;;;### (autoloads nil "eww" "net/eww.el" (22388 6377 438197 918000)) 10121;;;### (autoloads nil "eww" "net/eww.el" (22387 39327 973706 288000))
10112;;; Generated autoloads from net/eww.el 10122;;; Generated autoloads from net/eww.el
10113 10123
10114(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\ 10124(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\
@@ -10155,8 +10165,8 @@ Display the bookmarks.
10155 10165
10156;;;*** 10166;;;***
10157 10167
10158;;;### (autoloads nil "executable" "progmodes/executable.el" (22388 10168;;;### (autoloads nil "executable" "progmodes/executable.el" (22387
10159;;;;;; 6386 103283 133000)) 10169;;;;;; 39328 325705 31000))
10160;;; Generated autoloads from progmodes/executable.el 10170;;; Generated autoloads from progmodes/executable.el
10161 10171
10162(autoload 'executable-command-find-posix-p "executable" "\ 10172(autoload 'executable-command-find-posix-p "executable" "\
@@ -10191,7 +10201,7 @@ file modes.
10191 10201
10192;;;*** 10202;;;***
10193 10203
10194;;;### (autoloads nil "expand" "expand.el" (22388 5703 536570 582000)) 10204;;;### (autoloads nil "expand" "expand.el" (22387 39326 605711 172000))
10195;;; Generated autoloads from expand.el 10205;;; Generated autoloads from expand.el
10196 10206
10197(autoload 'expand-add-abbrevs "expand" "\ 10207(autoload 'expand-add-abbrevs "expand" "\
@@ -10240,8 +10250,8 @@ This is used only in conjunction with `expand-add-abbrevs'.
10240 10250
10241;;;*** 10251;;;***
10242 10252
10243;;;### (autoloads nil "f90" "progmodes/f90.el" (22388 6386 142283 10253;;;### (autoloads nil "f90" "progmodes/f90.el" (22587 59854 959142
10244;;;;;; 516000)) 10254;;;;;; 850000))
10245;;; Generated autoloads from progmodes/f90.el 10255;;; Generated autoloads from progmodes/f90.el
10246 10256
10247(autoload 'f90-mode "f90" "\ 10257(autoload 'f90-mode "f90" "\
@@ -10308,8 +10318,8 @@ with no args, if that value is non-nil.
10308 10318
10309;;;*** 10319;;;***
10310 10320
10311;;;### (autoloads nil "face-remap" "face-remap.el" (22388 5703 600571 10321;;;### (autoloads nil "face-remap" "face-remap.el" (22387 39326 606711
10312;;;;;; 211000)) 10322;;;;;; 168000))
10313;;; Generated autoloads from face-remap.el 10323;;; Generated autoloads from face-remap.el
10314 10324
10315(autoload 'face-remap-add-relative "face-remap" "\ 10325(autoload 'face-remap-add-relative "face-remap" "\
@@ -10468,8 +10478,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10468 10478
10469;;;*** 10479;;;***
10470 10480
10471;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22388 6375 510178 10481;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22387 39327
10472;;;;;; 957000)) 10482;;;;;; 901706 545000))
10473;;; Generated autoloads from mail/feedmail.el 10483;;; Generated autoloads from mail/feedmail.el
10474(push (purecopy '(feedmail 11)) package--builtin-versions) 10484(push (purecopy '(feedmail 11)) package--builtin-versions)
10475 10485
@@ -10523,7 +10533,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10523 10533
10524;;;*** 10534;;;***
10525 10535
10526;;;### (autoloads nil "ffap" "ffap.el" (22388 5703 738572 568000)) 10536;;;### (autoloads nil "ffap" "ffap.el" (22387 39326 611711 151000))
10527;;; Generated autoloads from ffap.el 10537;;; Generated autoloads from ffap.el
10528 10538
10529(autoload 'ffap-next "ffap" "\ 10539(autoload 'ffap-next "ffap" "\
@@ -10586,8 +10596,8 @@ Evaluate the forms in variable `ffap-bindings'.
10586 10596
10587;;;*** 10597;;;***
10588 10598
10589;;;### (autoloads nil "filecache" "filecache.el" (22388 5703 754572 10599;;;### (autoloads nil "filecache" "filecache.el" (22387 39326 612711
10590;;;;;; 726000)) 10600;;;;;; 147000))
10591;;; Generated autoloads from filecache.el 10601;;; Generated autoloads from filecache.el
10592 10602
10593(autoload 'file-cache-add-directory "filecache" "\ 10603(autoload 'file-cache-add-directory "filecache" "\
@@ -10644,8 +10654,8 @@ the name is considered already unique; only the second substitution
10644 10654
10645;;;*** 10655;;;***
10646 10656
10647;;;### (autoloads nil "filenotify" "filenotify.el" (22388 5703 780572 10657;;;### (autoloads nil "filenotify" "filenotify.el" (22387 39326 612711
10648;;;;;; 982000)) 10658;;;;;; 147000))
10649;;; Generated autoloads from filenotify.el 10659;;; Generated autoloads from filenotify.el
10650 10660
10651(autoload 'file-notify-handle-event "filenotify" "\ 10661(autoload 'file-notify-handle-event "filenotify" "\
@@ -10660,7 +10670,8 @@ Otherwise, signal a `file-notify-error'.
10660 10670
10661;;;*** 10671;;;***
10662 10672
10663;;;### (autoloads nil "files-x" "files-x.el" (22388 5703 781572 992000)) 10673;;;### (autoloads nil "files-x" "files-x.el" (22387 39326 613711
10674;;;;;; 143000))
10664;;; Generated autoloads from files-x.el 10675;;; Generated autoloads from files-x.el
10665 10676
10666(autoload 'add-file-local-variable "files-x" "\ 10677(autoload 'add-file-local-variable "files-x" "\
@@ -10725,8 +10736,8 @@ Copy directory-local variables to the -*- line.
10725 10736
10726;;;*** 10737;;;***
10727 10738
10728;;;### (autoloads nil "filesets" "filesets.el" (22388 5704 35575 10739;;;### (autoloads nil "filesets" "filesets.el" (22387 39326 618711
10729;;;;;; 489000)) 10740;;;;;; 125000))
10730;;; Generated autoloads from filesets.el 10741;;; Generated autoloads from filesets.el
10731 10742
10732(autoload 'filesets-init "filesets" "\ 10743(autoload 'filesets-init "filesets" "\
@@ -10737,8 +10748,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10737 10748
10738;;;*** 10749;;;***
10739 10750
10740;;;### (autoloads nil "find-cmd" "find-cmd.el" (22388 5704 81575 10751;;;### (autoloads nil "find-cmd" "find-cmd.el" (22387 39326 618711
10741;;;;;; 942000)) 10752;;;;;; 125000))
10742;;; Generated autoloads from find-cmd.el 10753;;; Generated autoloads from find-cmd.el
10743(push (purecopy '(find-cmd 0 6)) package--builtin-versions) 10754(push (purecopy '(find-cmd 0 6)) package--builtin-versions)
10744 10755
@@ -10758,8 +10769,8 @@ result is a string that should be ready for the command line.
10758 10769
10759;;;*** 10770;;;***
10760 10771
10761;;;### (autoloads nil "find-dired" "find-dired.el" (22388 5704 84575 10772;;;### (autoloads nil "find-dired" "find-dired.el" (22387 39326 619711
10762;;;;;; 971000)) 10773;;;;;; 122000))
10763;;; Generated autoloads from find-dired.el 10774;;; Generated autoloads from find-dired.el
10764 10775
10765(autoload 'find-dired "find-dired" "\ 10776(autoload 'find-dired "find-dired" "\
@@ -10799,8 +10810,8 @@ use in place of \"-ls\" as the final argument.
10799 10810
10800;;;*** 10811;;;***
10801 10812
10802;;;### (autoloads nil "find-file" "find-file.el" (22388 5704 85575 10813;;;### (autoloads nil "find-file" "find-file.el" (22387 39326 619711
10803;;;;;; 981000)) 10814;;;;;; 122000))
10804;;; Generated autoloads from find-file.el 10815;;; Generated autoloads from find-file.el
10805 10816
10806(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10817(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10890,8 +10901,8 @@ Visit the file you click on in another window.
10890 10901
10891;;;*** 10902;;;***
10892 10903
10893;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22420 10904;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22578
10894;;;;;; 38537 268424 423000)) 10905;;;;;; 62356 716212 159000))
10895;;; Generated autoloads from emacs-lisp/find-func.el 10906;;; Generated autoloads from emacs-lisp/find-func.el
10896 10907
10897(autoload 'find-library "find-func" "\ 10908(autoload 'find-library "find-func" "\
@@ -11061,8 +11072,8 @@ Define some key bindings for the find-function family of functions.
11061 11072
11062;;;*** 11073;;;***
11063 11074
11064;;;### (autoloads nil "find-lisp" "find-lisp.el" (22388 5704 89576 11075;;;### (autoloads nil "find-lisp" "find-lisp.el" (22387 39326 620711
11065;;;;;; 20000)) 11076;;;;;; 118000))
11066;;; Generated autoloads from find-lisp.el 11077;;; Generated autoloads from find-lisp.el
11067 11078
11068(autoload 'find-lisp-find-dired "find-lisp" "\ 11079(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11082,7 +11093,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
11082 11093
11083;;;*** 11094;;;***
11084 11095
11085;;;### (autoloads nil "finder" "finder.el" (22388 5704 124576 364000)) 11096;;;### (autoloads nil "finder" "finder.el" (22387 39326 621711 115000))
11086;;; Generated autoloads from finder.el 11097;;; Generated autoloads from finder.el
11087(push (purecopy '(finder 1 0)) package--builtin-versions) 11098(push (purecopy '(finder 1 0)) package--builtin-versions)
11088 11099
@@ -11104,8 +11115,8 @@ Find packages matching a given keyword.
11104 11115
11105;;;*** 11116;;;***
11106 11117
11107;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22388 5704 128576 11118;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22387 39326 622711
11108;;;;;; 404000)) 11119;;;;;; 111000))
11109;;; Generated autoloads from flow-ctrl.el 11120;;; Generated autoloads from flow-ctrl.el
11110 11121
11111(autoload 'enable-flow-control "flow-ctrl" "\ 11122(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11126,8 +11137,8 @@ to get the effect of a C-q.
11126 11137
11127;;;*** 11138;;;***
11128 11139
11129;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22388 6371 11140;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22387 39327
11130;;;;;; 667141 163000)) 11141;;;;;; 449708 159000))
11131;;; Generated autoloads from gnus/flow-fill.el 11142;;; Generated autoloads from gnus/flow-fill.el
11132 11143
11133(autoload 'fill-flowed-encode "flow-fill" "\ 11144(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11142,8 +11153,8 @@ to get the effect of a C-q.
11142 11153
11143;;;*** 11154;;;***
11144 11155
11145;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22388 6386 11156;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22387 39328
11146;;;;;; 215284 234000)) 11157;;;;;; 328705 20000))
11147;;; Generated autoloads from progmodes/flymake.el 11158;;; Generated autoloads from progmodes/flymake.el
11148(push (purecopy '(flymake 0 3)) package--builtin-versions) 11159(push (purecopy '(flymake 0 3)) package--builtin-versions)
11149 11160
@@ -11173,8 +11184,8 @@ Turn flymake mode off.
11173 11184
11174;;;*** 11185;;;***
11175 11186
11176;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22388 6389 11187;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22387 39328
11177;;;;;; 329314 858000)) 11188;;;;;; 535704 281000))
11178;;; Generated autoloads from textmodes/flyspell.el 11189;;; Generated autoloads from textmodes/flyspell.el
11179 11190
11180(autoload 'flyspell-prog-mode "flyspell" "\ 11191(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11244,13 +11255,14 @@ Flyspell whole buffer.
11244 11255
11245;;;*** 11256;;;***
11246 11257
11247;;;### (autoloads nil "foldout" "foldout.el" (22388 5704 128576 404000)) 11258;;;### (autoloads nil "foldout" "foldout.el" (22387 39326 622711
11259;;;;;; 111000))
11248;;; Generated autoloads from foldout.el 11260;;; Generated autoloads from foldout.el
11249(push (purecopy '(foldout 1 10)) package--builtin-versions) 11261(push (purecopy '(foldout 1 10)) package--builtin-versions)
11250 11262
11251;;;*** 11263;;;***
11252 11264
11253;;;### (autoloads nil "follow" "follow.el" (22388 5704 168576 797000)) 11265;;;### (autoloads nil "follow" "follow.el" (22387 39326 623711 108000))
11254;;; Generated autoloads from follow.el 11266;;; Generated autoloads from follow.el
11255 11267
11256(autoload 'turn-on-follow-mode "follow" "\ 11268(autoload 'turn-on-follow-mode "follow" "\
@@ -11372,8 +11384,8 @@ selected if the original window is the first one in the frame.
11372 11384
11373;;;*** 11385;;;***
11374 11386
11375;;;### (autoloads nil "footnote" "mail/footnote.el" (22388 6375 555179 11387;;;### (autoloads nil "footnote" "mail/footnote.el" (22387 39327
11376;;;;;; 400000)) 11388;;;;;; 923706 466000))
11377;;; Generated autoloads from mail/footnote.el 11389;;; Generated autoloads from mail/footnote.el
11378(push (purecopy '(footnote 0 19)) package--builtin-versions) 11390(push (purecopy '(footnote 0 19)) package--builtin-versions)
11379 11391
@@ -11392,7 +11404,7 @@ play around with the following keys:
11392 11404
11393;;;*** 11405;;;***
11394 11406
11395;;;### (autoloads nil "forms" "forms.el" (22388 5704 290577 997000)) 11407;;;### (autoloads nil "forms" "forms.el" (22387 39326 627711 93000))
11396;;; Generated autoloads from forms.el 11408;;; Generated autoloads from forms.el
11397 11409
11398(autoload 'forms-mode "forms" "\ 11410(autoload 'forms-mode "forms" "\
@@ -11428,8 +11440,8 @@ Visit a file in Forms mode in other window.
11428 11440
11429;;;*** 11441;;;***
11430 11442
11431;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22388 6386 11443;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22387 39328
11432;;;;;; 297285 40000)) 11444;;;;;; 329705 17000))
11433;;; Generated autoloads from progmodes/fortran.el 11445;;; Generated autoloads from progmodes/fortran.el
11434 11446
11435(autoload 'fortran-mode "fortran" "\ 11447(autoload 'fortran-mode "fortran" "\
@@ -11506,8 +11518,8 @@ with no args, if that value is non-nil.
11506 11518
11507;;;*** 11519;;;***
11508 11520
11509;;;### (autoloads nil "fortune" "play/fortune.el" (22388 6383 331255 11521;;;### (autoloads nil "fortune" "play/fortune.el" (22387 39328 261705
11510;;;;;; 871000)) 11522;;;;;; 259000))
11511;;; Generated autoloads from play/fortune.el 11523;;; Generated autoloads from play/fortune.el
11512 11524
11513(autoload 'fortune-add-fortune "fortune" "\ 11525(autoload 'fortune-add-fortune "fortune" "\
@@ -11555,8 +11567,8 @@ and choose the directory as the fortune-file.
11555 11567
11556;;;*** 11568;;;***
11557 11569
11558;;;### (autoloads nil "frameset" "frameset.el" (22388 5704 371578 11570;;;### (autoloads nil "frameset" "frameset.el" (22387 39326 628711
11559;;;;;; 794000)) 11571;;;;;; 90000))
11560;;; Generated autoloads from frameset.el 11572;;; Generated autoloads from frameset.el
11561 11573
11562(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\ 11574(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\
@@ -11742,15 +11754,15 @@ Interactively, reads the register using `register-read-with-preview'.
11742 11754
11743;;;*** 11755;;;***
11744 11756
11745;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22388 6383 335255 11757;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22387 39328
11746;;;;;; 911000)) 11758;;;;;; 261705 259000))
11747;;; Generated autoloads from play/gamegrid.el 11759;;; Generated autoloads from play/gamegrid.el
11748(push (purecopy '(gamegrid 1 2)) package--builtin-versions) 11760(push (purecopy '(gamegrid 1 2)) package--builtin-versions)
11749 11761
11750;;;*** 11762;;;***
11751 11763
11752;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22431 53468 11764;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22578 62356
11753;;;;;; 724634 231000)) 11765;;;;;; 739212 35000))
11754;;; Generated autoloads from progmodes/gdb-mi.el 11766;;; Generated autoloads from progmodes/gdb-mi.el
11755 11767
11756(defvar gdb-enable-debug nil "\ 11768(defvar gdb-enable-debug nil "\
@@ -11832,8 +11844,8 @@ detailed description of this mode.
11832 11844
11833;;;*** 11845;;;***
11834 11846
11835;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22388 6369 11847;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22387 39327
11836;;;;;; 423119 95000)) 11848;;;;;; 306708 669000))
11837;;; Generated autoloads from emacs-lisp/generic.el 11849;;; Generated autoloads from emacs-lisp/generic.el
11838 11850
11839(defvar generic-mode-list nil "\ 11851(defvar generic-mode-list nil "\
@@ -11913,8 +11925,8 @@ regular expression that can be used as an element of
11913 11925
11914;;;*** 11926;;;***
11915 11927
11916;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22388 6386 11928;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22387 39328
11917;;;;;; 507287 105000)) 11929;;;;;; 335704 995000))
11918;;; Generated autoloads from progmodes/glasses.el 11930;;; Generated autoloads from progmodes/glasses.el
11919 11931
11920(autoload 'glasses-mode "glasses" "\ 11932(autoload 'glasses-mode "glasses" "\
@@ -11928,8 +11940,8 @@ add virtual separators (like underscores) at places they belong to.
11928 11940
11929;;;*** 11941;;;***
11930 11942
11931;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22388 6371 11943;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22387 39327
11932;;;;;; 667141 163000)) 11944;;;;;; 449708 159000))
11933;;; Generated autoloads from gnus/gmm-utils.el 11945;;; Generated autoloads from gnus/gmm-utils.el
11934 11946
11935(autoload 'gmm-regexp-concat "gmm-utils" "\ 11947(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11983,7 +11995,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11983 11995
11984;;;*** 11996;;;***
11985 11997
11986;;;### (autoloads nil "gnus" "gnus/gnus.el" (22388 6373 163155 876000)) 11998;;;### (autoloads nil "gnus" "gnus/gnus.el" (22387 39327 493708 2000))
11987;;; Generated autoloads from gnus/gnus.el 11999;;; Generated autoloads from gnus/gnus.el
11988(push (purecopy '(gnus 5 13)) package--builtin-versions) 12000(push (purecopy '(gnus 5 13)) package--builtin-versions)
11989(when (fboundp 'custom-autoload) 12001(when (fboundp 'custom-autoload)
@@ -12033,8 +12045,8 @@ prompt the user for the name of an NNTP server to use.
12033 12045
12034;;;*** 12046;;;***
12035 12047
12036;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22388 6371 12048;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22387 39327
12037;;;;;; 716141 645000)) 12049;;;;;; 450708 155000))
12038;;; Generated autoloads from gnus/gnus-agent.el 12050;;; Generated autoloads from gnus/gnus-agent.el
12039 12051
12040(autoload 'gnus-unplugged "gnus-agent" "\ 12052(autoload 'gnus-unplugged "gnus-agent" "\
@@ -12124,8 +12136,8 @@ CLEAN is obsolete and ignored.
12124 12136
12125;;;*** 12137;;;***
12126 12138
12127;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22388 6371 843142 12139;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22578 62356
12128;;;;;; 894000)) 12140;;;;;; 721212 132000))
12129;;; Generated autoloads from gnus/gnus-art.el 12141;;; Generated autoloads from gnus/gnus-art.el
12130 12142
12131(autoload 'gnus-article-prepare-display "gnus-art" "\ 12143(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -12135,8 +12147,8 @@ Make the current buffer look like a nice article.
12135 12147
12136;;;*** 12148;;;***
12137 12149
12138;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22388 12150;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22387
12139;;;;;; 6371 929143 740000)) 12151;;;;;; 39327 457708 130000))
12140;;; Generated autoloads from gnus/gnus-bookmark.el 12152;;; Generated autoloads from gnus/gnus-bookmark.el
12141 12153
12142(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 12154(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -12159,8 +12171,8 @@ deletion, or > if it is flagged for displaying.
12159 12171
12160;;;*** 12172;;;***
12161 12173
12162;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22388 6371 12174;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22387 39327
12163;;;;;; 944143 887000)) 12175;;;;;; 457708 130000))
12164;;; Generated autoloads from gnus/gnus-cache.el 12176;;; Generated autoloads from gnus/gnus-cache.el
12165 12177
12166(autoload 'gnus-jog-cache "gnus-cache" "\ 12178(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -12201,8 +12213,8 @@ supported.
12201 12213
12202;;;*** 12214;;;***
12203 12215
12204;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22388 6372 12216;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22387 39327
12205;;;;;; 21144 645000)) 12217;;;;;; 460708 119000))
12206;;; Generated autoloads from gnus/gnus-delay.el 12218;;; Generated autoloads from gnus/gnus-delay.el
12207 12219
12208(autoload 'gnus-delay-article "gnus-delay" "\ 12220(autoload 'gnus-delay-article "gnus-delay" "\
@@ -12237,8 +12249,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12237 12249
12238;;;*** 12250;;;***
12239 12251
12240;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22388 6372 12252;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22387 39327
12241;;;;;; 22144 655000)) 12253;;;;;; 461708 116000))
12242;;; Generated autoloads from gnus/gnus-diary.el 12254;;; Generated autoloads from gnus/gnus-diary.el
12243 12255
12244(autoload 'gnus-user-format-function-d "gnus-diary" "\ 12256(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -12253,8 +12265,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12253 12265
12254;;;*** 12266;;;***
12255 12267
12256;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22388 6372 12268;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22387 39327
12257;;;;;; 22144 655000)) 12269;;;;;; 461708 116000))
12258;;; Generated autoloads from gnus/gnus-dired.el 12270;;; Generated autoloads from gnus/gnus-dired.el
12259 12271
12260(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 12272(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -12264,8 +12276,8 @@ Convenience method to turn on gnus-dired-mode.
12264 12276
12265;;;*** 12277;;;***
12266 12278
12267;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22388 6372 12279;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22387 39327
12268;;;;;; 23144 664000)) 12280;;;;;; 461708 116000))
12269;;; Generated autoloads from gnus/gnus-draft.el 12281;;; Generated autoloads from gnus/gnus-draft.el
12270 12282
12271(autoload 'gnus-draft-reminder "gnus-draft" "\ 12283(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -12275,8 +12287,8 @@ Reminder user if there are unsent drafts.
12275 12287
12276;;;*** 12288;;;***
12277 12289
12278;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22388 6372 81145 12290;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22387 39327
12279;;;;;; 235000)) 12291;;;;;; 463708 109000))
12280;;; Generated autoloads from gnus/gnus-fun.el 12292;;; Generated autoloads from gnus/gnus-fun.el
12281 12293
12282(autoload 'gnus--random-face-with-type "gnus-fun" "\ 12294(autoload 'gnus--random-face-with-type "gnus-fun" "\
@@ -12341,8 +12353,8 @@ Insert a random Face header from `gnus-face-directory'.
12341 12353
12342;;;*** 12354;;;***
12343 12355
12344;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22388 12356;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22387
12345;;;;;; 6372 82145 245000)) 12357;;;;;; 39327 463708 109000))
12346;;; Generated autoloads from gnus/gnus-gravatar.el 12358;;; Generated autoloads from gnus/gnus-gravatar.el
12347 12359
12348(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 12360(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -12359,8 +12371,8 @@ If gravatars are already displayed, remove them.
12359 12371
12360;;;*** 12372;;;***
12361 12373
12362;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22388 6372 12374;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22387 39327
12363;;;;;; 124145 658000)) 12375;;;;;; 465708 101000))
12364;;; Generated autoloads from gnus/gnus-group.el 12376;;; Generated autoloads from gnus/gnus-group.el
12365 12377
12366(autoload 'gnus-fetch-group "gnus-group" "\ 12378(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12377,8 +12389,8 @@ Pop up a frame and enter GROUP.
12377 12389
12378;;;*** 12390;;;***
12379 12391
12380;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22388 6372 12392;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22387 39327
12381;;;;;; 166146 71000)) 12393;;;;;; 466708 98000))
12382;;; Generated autoloads from gnus/gnus-html.el 12394;;; Generated autoloads from gnus/gnus-html.el
12383 12395
12384(autoload 'gnus-article-html "gnus-html" "\ 12396(autoload 'gnus-article-html "gnus-html" "\
@@ -12393,8 +12405,8 @@ Pop up a frame and enter GROUP.
12393 12405
12394;;;*** 12406;;;***
12395 12407
12396;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22388 6372 12408;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22387 39327
12397;;;;;; 241146 808000)) 12409;;;;;; 469708 87000))
12398;;; Generated autoloads from gnus/gnus-kill.el 12410;;; Generated autoloads from gnus/gnus-kill.el
12399 12411
12400(defalias 'gnus-batch-kill 'gnus-batch-score) 12412(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12407,8 +12419,8 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12407 12419
12408;;;*** 12420;;;***
12409 12421
12410;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22388 6372 250146 12422;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22387 39327 470708
12411;;;;;; 897000)) 12423;;;;;; 83000))
12412;;; Generated autoloads from gnus/gnus-ml.el 12424;;; Generated autoloads from gnus/gnus-ml.el
12413 12425
12414(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12426(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12431,8 +12443,8 @@ Minor mode for providing mailing-list commands.
12431 12443
12432;;;*** 12444;;;***
12433 12445
12434;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22388 6372 12446;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22387 39327
12435;;;;;; 251146 907000)) 12447;;;;;; 470708 83000))
12436;;; Generated autoloads from gnus/gnus-mlspl.el 12448;;; Generated autoloads from gnus/gnus-mlspl.el
12437 12449
12438(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12450(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12532,8 +12544,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12532 12544
12533;;;*** 12545;;;***
12534 12546
12535;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22388 6372 285147 12547;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22387 39327
12536;;;;;; 241000)) 12548;;;;;; 471708 80000))
12537;;; Generated autoloads from gnus/gnus-msg.el 12549;;; Generated autoloads from gnus/gnus-msg.el
12538 12550
12539(autoload 'gnus-msg-mail "gnus-msg" "\ 12551(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12560,7 +12572,7 @@ Like `message-reply'.
12560;;;*** 12572;;;***
12561 12573
12562;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" 12574;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el"
12563;;;;;; (22388 6372 289147 280000)) 12575;;;;;; (22387 39327 472708 76000))
12564;;; Generated autoloads from gnus/gnus-notifications.el 12576;;; Generated autoloads from gnus/gnus-notifications.el
12565 12577
12566(autoload 'gnus-notifications "gnus-notifications" "\ 12578(autoload 'gnus-notifications "gnus-notifications" "\
@@ -12576,8 +12588,8 @@ This is typically a function to add in
12576 12588
12577;;;*** 12589;;;***
12578 12590
12579;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22388 6372 12591;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22387 39327
12580;;;;;; 309147 477000)) 12592;;;;;; 472708 76000))
12581;;; Generated autoloads from gnus/gnus-picon.el 12593;;; Generated autoloads from gnus/gnus-picon.el
12582 12594
12583(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12595(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12600,8 +12612,8 @@ If picons are already displayed, remove them.
12600 12612
12601;;;*** 12613;;;***
12602 12614
12603;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22388 6372 12615;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22387 39327
12604;;;;;; 328147 664000)) 12616;;;;;; 473708 73000))
12605;;; Generated autoloads from gnus/gnus-range.el 12617;;; Generated autoloads from gnus/gnus-range.el
12606 12618
12607(autoload 'gnus-sorted-difference "gnus-range" "\ 12619(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12668,8 +12680,8 @@ Add NUM into sorted LIST by side effect.
12668 12680
12669;;;*** 12681;;;***
12670 12682
12671;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22388 12683;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22387
12672;;;;;; 6372 330147 684000)) 12684;;;;;; 39327 473708 73000))
12673;;; Generated autoloads from gnus/gnus-registry.el 12685;;; Generated autoloads from gnus/gnus-registry.el
12674 12686
12675(autoload 'gnus-registry-initialize "gnus-registry" "\ 12687(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12684,8 +12696,8 @@ Install the registry hooks.
12684 12696
12685;;;*** 12697;;;***
12686 12698
12687;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22388 6372 12699;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22387 39327
12688;;;;;; 437148 736000)) 12700;;;;;; 476708 62000))
12689;;; Generated autoloads from gnus/gnus-sieve.el 12701;;; Generated autoloads from gnus/gnus-sieve.el
12690 12702
12691(autoload 'gnus-sieve-update "gnus-sieve" "\ 12703(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12712,8 +12724,8 @@ See the documentation for these variables and functions for details.
12712 12724
12713;;;*** 12725;;;***
12714 12726
12715;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22388 6372 12727;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22387 39327
12716;;;;;; 457148 932000)) 12728;;;;;; 476708 62000))
12717;;; Generated autoloads from gnus/gnus-spec.el 12729;;; Generated autoloads from gnus/gnus-spec.el
12718 12730
12719(autoload 'gnus-update-format "gnus-spec" "\ 12731(autoload 'gnus-update-format "gnus-spec" "\
@@ -12723,8 +12735,8 @@ Update the format specification near point.
12723 12735
12724;;;*** 12736;;;***
12725 12737
12726;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22388 6372 12738;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22387 39327
12727;;;;;; 548149 827000)) 12739;;;;;; 479708 51000))
12728;;; Generated autoloads from gnus/gnus-start.el 12740;;; Generated autoloads from gnus/gnus-start.el
12729 12741
12730(autoload 'gnus-declare-backend "gnus-start" "\ 12742(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12734,8 +12746,8 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12734 12746
12735;;;*** 12747;;;***
12736 12748
12737;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22388 6372 777152 12749;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22387 39327
12738;;;;;; 80000)) 12750;;;;;; 482708 41000))
12739;;; Generated autoloads from gnus/gnus-sum.el 12751;;; Generated autoloads from gnus/gnus-sum.el
12740 12752
12741(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12753(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12746,8 +12758,8 @@ BOOKMARK is a bookmark name or a bookmark record.
12746 12758
12747;;;*** 12759;;;***
12748 12760
12749;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22388 6372 12761;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22387 39327
12750;;;;;; 949153 772000)) 12762;;;;;; 486708 26000))
12751;;; Generated autoloads from gnus/gnus-sync.el 12763;;; Generated autoloads from gnus/gnus-sync.el
12752 12764
12753(autoload 'gnus-sync-initialize "gnus-sync" "\ 12765(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12762,8 +12774,8 @@ Install the sync hooks.
12762 12774
12763;;;*** 12775;;;***
12764 12776
12765;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22388 6373 115155 12777;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22387 39327
12766;;;;;; 403000)) 12778;;;;;; 491708 8000))
12767;;; Generated autoloads from gnus/gnus-win.el 12779;;; Generated autoloads from gnus/gnus-win.el
12768 12780
12769(autoload 'gnus-add-configuration "gnus-win" "\ 12781(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12773,8 +12785,8 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12773 12785
12774;;;*** 12786;;;***
12775 12787
12776;;;### (autoloads nil "gnutls" "net/gnutls.el" (22388 6377 479198 12788;;;### (autoloads nil "gnutls" "net/gnutls.el" (22387 39327 974706
12777;;;;;; 321000)) 12789;;;;;; 284000))
12778;;; Generated autoloads from net/gnutls.el 12790;;; Generated autoloads from net/gnutls.el
12779 12791
12780(defvar gnutls-min-prime-bits 256 "\ 12792(defvar gnutls-min-prime-bits 256 "\
@@ -12790,8 +12802,8 @@ A value of nil says to use the default GnuTLS value.")
12790 12802
12791;;;*** 12803;;;***
12792 12804
12793;;;### (autoloads nil "gomoku" "play/gomoku.el" (22388 6383 373256 12805;;;### (autoloads nil "gomoku" "play/gomoku.el" (22387 39328 263705
12794;;;;;; 284000)) 12806;;;;;; 252000))
12795;;; Generated autoloads from play/gomoku.el 12807;;; Generated autoloads from play/gomoku.el
12796 12808
12797(autoload 'gomoku "gomoku" "\ 12809(autoload 'gomoku "gomoku" "\
@@ -12817,8 +12829,8 @@ Use \\[describe-mode] for more info.
12817 12829
12818;;;*** 12830;;;***
12819 12831
12820;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22388 6377 12832;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22387 39327
12821;;;;;; 479198 321000)) 12833;;;;;; 974706 284000))
12822;;; Generated autoloads from net/goto-addr.el 12834;;; Generated autoloads from net/goto-addr.el
12823 12835
12824(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12836(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12859,8 +12871,8 @@ Like `goto-address-mode', but only for comments and strings.
12859 12871
12860;;;*** 12872;;;***
12861 12873
12862;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22388 6373 208156 12874;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22387 39327
12863;;;;;; 318000)) 12875;;;;;; 494707 998000))
12864;;; Generated autoloads from gnus/gravatar.el 12876;;; Generated autoloads from gnus/gravatar.el
12865 12877
12866(autoload 'gravatar-retrieve "gravatar" "\ 12878(autoload 'gravatar-retrieve "gravatar" "\
@@ -12876,8 +12888,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12876 12888
12877;;;*** 12889;;;***
12878 12890
12879;;;### (autoloads nil "grep" "progmodes/grep.el" (22388 6386 514287 12891;;;### (autoloads nil "grep" "progmodes/grep.el" (22387 39328 336704
12880;;;;;; 174000)) 12892;;;;;; 992000))
12881;;; Generated autoloads from progmodes/grep.el 12893;;; Generated autoloads from progmodes/grep.el
12882 12894
12883(defvar grep-window-height nil "\ 12895(defvar grep-window-height nil "\
@@ -13044,7 +13056,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
13044 13056
13045;;;*** 13057;;;***
13046 13058
13047;;;### (autoloads nil "gs" "gs.el" (22388 5704 415579 226000)) 13059;;;### (autoloads nil "gs" "gs.el" (22387 39326 630711 83000))
13048;;; Generated autoloads from gs.el 13060;;; Generated autoloads from gs.el
13049 13061
13050(autoload 'gs-load-image "gs" "\ 13062(autoload 'gs-load-image "gs" "\
@@ -13057,8 +13069,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
13057 13069
13058;;;*** 13070;;;***
13059 13071
13060;;;### (autoloads nil "gud" "progmodes/gud.el" (22431 53468 725634 13072;;;### (autoloads nil "gud" "progmodes/gud.el" (22432 21609 981325
13061;;;;;; 240000)) 13073;;;;;; 89000))
13062;;; Generated autoloads from progmodes/gud.el 13074;;; Generated autoloads from progmodes/gud.el
13063 13075
13064(autoload 'gud-gdb "gud" "\ 13076(autoload 'gud-gdb "gud" "\
@@ -13160,8 +13172,8 @@ it if ARG is omitted or nil.
13160 13172
13161;;;*** 13173;;;***
13162 13174
13163;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22489 43024 126096 13175;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22490 22723 681600
13164;;;;;; 745000)) 13176;;;;;; 690000))
13165;;; Generated autoloads from emacs-lisp/gv.el 13177;;; Generated autoloads from emacs-lisp/gv.el
13166 13178
13167(autoload 'gv-get "gv" "\ 13179(autoload 'gv-get "gv" "\
@@ -13263,8 +13275,8 @@ binding mode.
13263 13275
13264;;;*** 13276;;;***
13265 13277
13266;;;### (autoloads nil "handwrite" "play/handwrite.el" (22388 6383 13278;;;### (autoloads nil "handwrite" "play/handwrite.el" (22387 39328
13267;;;;;; 391256 461000)) 13279;;;;;; 263705 252000))
13268;;; Generated autoloads from play/handwrite.el 13280;;; Generated autoloads from play/handwrite.el
13269 13281
13270(autoload 'handwrite "handwrite" "\ 13282(autoload 'handwrite "handwrite" "\
@@ -13281,8 +13293,8 @@ Variables: `handwrite-linespace' (default 12)
13281 13293
13282;;;*** 13294;;;***
13283 13295
13284;;;### (autoloads nil "hanoi" "play/hanoi.el" (22388 6383 415256 13296;;;### (autoloads nil "hanoi" "play/hanoi.el" (22387 39328 264705
13285;;;;;; 698000)) 13297;;;;;; 249000))
13286;;; Generated autoloads from play/hanoi.el 13298;;; Generated autoloads from play/hanoi.el
13287 13299
13288(autoload 'hanoi "hanoi" "\ 13300(autoload 'hanoi "hanoi" "\
@@ -13309,8 +13321,8 @@ to be updated.
13309 13321
13310;;;*** 13322;;;***
13311 13323
13312;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22388 6375 557179 13324;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22387 39327
13313;;;;;; 420000)) 13325;;;;;; 924706 463000))
13314;;; Generated autoloads from mail/hashcash.el 13326;;; Generated autoloads from mail/hashcash.el
13315 13327
13316(autoload 'hashcash-insert-payment "hashcash" "\ 13328(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13352,8 +13364,8 @@ Prefix arg sets default accept amount temporarily.
13352 13364
13353;;;*** 13365;;;***
13354 13366
13355;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22388 5704 419579 13367;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22387 39326 631711
13356;;;;;; 265000)) 13368;;;;;; 79000))
13357;;; Generated autoloads from help-at-pt.el 13369;;; Generated autoloads from help-at-pt.el
13358 13370
13359(autoload 'help-at-pt-string "help-at-pt" "\ 13371(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13480,12 +13492,13 @@ different regions. With numeric argument ARG, behaves like
13480 13492
13481;;;*** 13493;;;***
13482 13494
13483;;;### (autoloads nil "help-fns" "help-fns.el" (22420 38537 275424 13495;;;### (autoloads nil "help-fns" "help-fns.el" (22578 62356 721212
13484;;;;;; 491000)) 13496;;;;;; 132000))
13485;;; Generated autoloads from help-fns.el 13497;;; Generated autoloads from help-fns.el
13486 13498
13487(autoload 'describe-function "help-fns" "\ 13499(autoload 'describe-function "help-fns" "\
13488Display the full documentation of FUNCTION (a symbol). 13500Display the full documentation of FUNCTION (a symbol).
13501When called from lisp, FUNCTION may also be a function object.
13489 13502
13490\(fn FUNCTION)" t nil) 13503\(fn FUNCTION)" t nil)
13491 13504
@@ -13568,8 +13581,8 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13568 13581
13569;;;*** 13582;;;***
13570 13583
13571;;;### (autoloads nil "help-macro" "help-macro.el" (22388 5704 462579 13584;;;### (autoloads nil "help-macro" "help-macro.el" (22387 39326 632711
13572;;;;;; 689000)) 13585;;;;;; 75000))
13573;;; Generated autoloads from help-macro.el 13586;;; Generated autoloads from help-macro.el
13574 13587
13575(defvar three-step-help nil "\ 13588(defvar three-step-help nil "\
@@ -13583,8 +13596,8 @@ gives the window that lists the options.")
13583 13596
13584;;;*** 13597;;;***
13585 13598
13586;;;### (autoloads nil "help-mode" "help-mode.el" (22388 5704 464579 13599;;;### (autoloads nil "help-mode" "help-mode.el" (22578 62356 721212
13587;;;;;; 709000)) 13600;;;;;; 132000))
13588;;; Generated autoloads from help-mode.el 13601;;; Generated autoloads from help-mode.el
13589 13602
13590(autoload 'help-mode "help-mode" "\ 13603(autoload 'help-mode "help-mode" "\
@@ -13685,8 +13698,8 @@ BOOKMARK is a bookmark name or a bookmark record.
13685 13698
13686;;;*** 13699;;;***
13687 13700
13688;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22388 6369 13701;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22387 39327
13689;;;;;; 433119 193000)) 13702;;;;;; 307708 665000))
13690;;; Generated autoloads from emacs-lisp/helper.el 13703;;; Generated autoloads from emacs-lisp/helper.el
13691 13704
13692(autoload 'Helper-describe-bindings "helper" "\ 13705(autoload 'Helper-describe-bindings "helper" "\
@@ -13701,7 +13714,7 @@ Provide help for current mode.
13701 13714
13702;;;*** 13715;;;***
13703 13716
13704;;;### (autoloads nil "hexl" "hexl.el" (22388 5704 524580 299000)) 13717;;;### (autoloads nil "hexl" "hexl.el" (22387 39326 635711 65000))
13705;;; Generated autoloads from hexl.el 13718;;; Generated autoloads from hexl.el
13706 13719
13707(autoload 'hexl-mode "hexl" "\ 13720(autoload 'hexl-mode "hexl" "\
@@ -13795,7 +13808,8 @@ This discards the buffer's undo information.
13795 13808
13796;;;*** 13809;;;***
13797 13810
13798;;;### (autoloads nil "hi-lock" "hi-lock.el" (22388 5704 575580 800000)) 13811;;;### (autoloads nil "hi-lock" "hi-lock.el" (22387 39326 636711
13812;;;;;; 61000))
13799;;; Generated autoloads from hi-lock.el 13813;;; Generated autoloads from hi-lock.el
13800 13814
13801(autoload 'hi-lock-mode "hi-lock" "\ 13815(autoload 'hi-lock-mode "hi-lock" "\
@@ -13963,8 +13977,8 @@ be found in variable `hi-lock-interactive-patterns'.
13963 13977
13964;;;*** 13978;;;***
13965 13979
13966;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22388 6386 13980;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22387 39328
13967;;;;;; 684288 846000)) 13981;;;;;; 338704 984000))
13968;;; Generated autoloads from progmodes/hideif.el 13982;;; Generated autoloads from progmodes/hideif.el
13969 13983
13970(autoload 'hide-ifdef-mode "hideif" "\ 13984(autoload 'hide-ifdef-mode "hideif" "\
@@ -14011,8 +14025,8 @@ Several variables affect how the hiding is done:
14011 14025
14012;;;*** 14026;;;***
14013 14027
14014;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22388 6386 14028;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22387 39328
14015;;;;;; 703289 33000)) 14029;;;;;; 339704 981000))
14016;;; Generated autoloads from progmodes/hideshow.el 14030;;; Generated autoloads from progmodes/hideshow.el
14017 14031
14018(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ 14032(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\
@@ -14074,8 +14088,8 @@ Unconditionally turn off `hs-minor-mode'.
14074 14088
14075;;;*** 14089;;;***
14076 14090
14077;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22388 5704 576580 14091;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22387 39326 637711
14078;;;;;; 810000)) 14092;;;;;; 58000))
14079;;; Generated autoloads from hilit-chg.el 14093;;; Generated autoloads from hilit-chg.el
14080 14094
14081(autoload 'highlight-changes-mode "hilit-chg" "\ 14095(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -14207,8 +14221,8 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
14207 14221
14208;;;*** 14222;;;***
14209 14223
14210;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22388 5704 619581 14224;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22387 39326 638711
14211;;;;;; 232000)) 14225;;;;;; 54000))
14212;;; Generated autoloads from hippie-exp.el 14226;;; Generated autoloads from hippie-exp.el
14213(push (purecopy '(hippie-exp 1 6)) package--builtin-versions) 14227(push (purecopy '(hippie-exp 1 6)) package--builtin-versions)
14214 14228
@@ -14240,7 +14254,8 @@ argument VERBOSE non-nil makes the function verbose.
14240 14254
14241;;;*** 14255;;;***
14242 14256
14243;;;### (autoloads nil "hl-line" "hl-line.el" (22388 5704 621581 252000)) 14257;;;### (autoloads nil "hl-line" "hl-line.el" (22387 39326 638711
14258;;;;;; 54000))
14244;;; Generated autoloads from hl-line.el 14259;;; Generated autoloads from hl-line.el
14245 14260
14246(autoload 'hl-line-mode "hl-line" "\ 14261(autoload 'hl-line-mode "hl-line" "\
@@ -14290,8 +14305,8 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
14290 14305
14291;;;*** 14306;;;***
14292 14307
14293;;;### (autoloads nil "holidays" "calendar/holidays.el" (22388 6368 14308;;;### (autoloads nil "holidays" "calendar/holidays.el" (22387 39327
14294;;;;;; 119106 271000)) 14309;;;;;; 110709 369000))
14295;;; Generated autoloads from calendar/holidays.el 14310;;; Generated autoloads from calendar/holidays.el
14296 14311
14297(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ 14312(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\
@@ -14401,8 +14416,8 @@ The optional LABEL is used to label the buffer created.
14401 14416
14402;;;*** 14417;;;***
14403 14418
14404;;;### (autoloads nil "html2text" "gnus/html2text.el" (22388 6373 14419;;;### (autoloads nil "html2text" "gnus/html2text.el" (22387 39327
14405;;;;;; 233156 564000)) 14420;;;;;; 495707 994000))
14406;;; Generated autoloads from gnus/html2text.el 14421;;; Generated autoloads from gnus/html2text.el
14407 14422
14408(autoload 'html2text "html2text" "\ 14423(autoload 'html2text "html2text" "\
@@ -14412,8 +14427,8 @@ Convert HTML to plain text in the current buffer.
14412 14427
14413;;;*** 14428;;;***
14414 14429
14415;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22388 5704 14430;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22387 39326
14416;;;;;; 696581 990000)) 14431;;;;;; 639711 51000))
14417;;; Generated autoloads from htmlfontify.el 14432;;; Generated autoloads from htmlfontify.el
14418(push (purecopy '(htmlfontify 0 21)) package--builtin-versions) 14433(push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
14419 14434
@@ -14446,8 +14461,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
14446 14461
14447;;;*** 14462;;;***
14448 14463
14449;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22388 5704 724582 14464;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22387 39326 641711
14450;;;;;; 265000)) 14465;;;;;; 43000))
14451;;; Generated autoloads from ibuf-macs.el 14466;;; Generated autoloads from ibuf-macs.el
14452 14467
14453(autoload 'define-ibuffer-column "ibuf-macs" "\ 14468(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14549,7 +14564,8 @@ bound to the current value of the filter.
14549 14564
14550;;;*** 14565;;;***
14551 14566
14552;;;### (autoloads nil "ibuffer" "ibuffer.el" (22388 5704 764582 658000)) 14567;;;### (autoloads nil "ibuffer" "ibuffer.el" (22387 39326 642711
14568;;;;;; 40000))
14553;;; Generated autoloads from ibuffer.el 14569;;; Generated autoloads from ibuffer.el
14554 14570
14555(autoload 'ibuffer-list-buffers "ibuffer" "\ 14571(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14588,8 +14604,8 @@ FORMATS is the value to use for `ibuffer-formats'.
14588 14604
14589;;;*** 14605;;;***
14590 14606
14591;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22388 14607;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22578
14592;;;;;; 6368 158106 655000)) 14608;;;;;; 62356 713212 175000))
14593;;; Generated autoloads from calendar/icalendar.el 14609;;; Generated autoloads from calendar/icalendar.el
14594(push (purecopy '(icalendar 0 19)) package--builtin-versions) 14610(push (purecopy '(icalendar 0 19)) package--builtin-versions)
14595 14611
@@ -14642,8 +14658,8 @@ buffer `*icalendar-errors*'.
14642 14658
14643;;;*** 14659;;;***
14644 14660
14645;;;### (autoloads nil "icomplete" "icomplete.el" (22388 5704 805583 14661;;;### (autoloads nil "icomplete" "icomplete.el" (22387 39326 643711
14646;;;;;; 62000)) 14662;;;;;; 36000))
14647;;; Generated autoloads from icomplete.el 14663;;; Generated autoloads from icomplete.el
14648 14664
14649(defvar icomplete-mode nil "\ 14665(defvar icomplete-mode nil "\
@@ -14683,8 +14699,8 @@ completions:
14683 14699
14684;;;*** 14700;;;***
14685 14701
14686;;;### (autoloads nil "icon" "progmodes/icon.el" (22388 6386 724289 14702;;;### (autoloads nil "icon" "progmodes/icon.el" (22387 39328 340704
14687;;;;;; 240000)) 14703;;;;;; 977000))
14688;;; Generated autoloads from progmodes/icon.el 14704;;; Generated autoloads from progmodes/icon.el
14689 14705
14690(autoload 'icon-mode "icon" "\ 14706(autoload 'icon-mode "icon" "\
@@ -14724,8 +14740,8 @@ with no args, if that value is non-nil.
14724 14740
14725;;;*** 14741;;;***
14726 14742
14727;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22388 14743;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22387
14728;;;;;; 6386 833290 311000)) 14744;;;;;; 39328 342704 970000))
14729;;; Generated autoloads from progmodes/idlw-shell.el 14745;;; Generated autoloads from progmodes/idlw-shell.el
14730 14746
14731(autoload 'idlwave-shell "idlw-shell" "\ 14747(autoload 'idlwave-shell "idlw-shell" "\
@@ -14750,8 +14766,8 @@ See also the variable `idlwave-shell-prompt-pattern'.
14750 14766
14751;;;*** 14767;;;***
14752 14768
14753;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22388 6387 14769;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22578 62356
14754;;;;;; 24292 190000)) 14770;;;;;; 741212 24000))
14755;;; Generated autoloads from progmodes/idlwave.el 14771;;; Generated autoloads from progmodes/idlwave.el
14756(push (purecopy '(idlwave 6 1 22)) package--builtin-versions) 14772(push (purecopy '(idlwave 6 1 22)) package--builtin-versions)
14757 14773
@@ -14880,7 +14896,7 @@ The main features of this mode are
14880 14896
14881;;;*** 14897;;;***
14882 14898
14883;;;### (autoloads nil "ido" "ido.el" (22388 5704 862583 622000)) 14899;;;### (autoloads nil "ido" "ido.el" (22387 39326 645711 29000))
14884;;; Generated autoloads from ido.el 14900;;; Generated autoloads from ido.el
14885 14901
14886(defvar ido-mode nil "\ 14902(defvar ido-mode nil "\
@@ -15142,7 +15158,7 @@ DEF, if non-nil, is the default value.
15142 15158
15143;;;*** 15159;;;***
15144 15160
15145;;;### (autoloads nil "ielm" "ielm.el" (22388 5704 921584 203000)) 15161;;;### (autoloads nil "ielm" "ielm.el" (22387 39326 646711 25000))
15146;;; Generated autoloads from ielm.el 15162;;; Generated autoloads from ielm.el
15147 15163
15148(autoload 'ielm "ielm" "\ 15164(autoload 'ielm "ielm" "\
@@ -15154,7 +15170,7 @@ See `inferior-emacs-lisp-mode' for details.
15154 15170
15155;;;*** 15171;;;***
15156 15172
15157;;;### (autoloads nil "iimage" "iimage.el" (22388 5704 924584 232000)) 15173;;;### (autoloads nil "iimage" "iimage.el" (22387 39326 646711 25000))
15158;;; Generated autoloads from iimage.el 15174;;; Generated autoloads from iimage.el
15159 15175
15160(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 15176(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -15170,7 +15186,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
15170 15186
15171;;;*** 15187;;;***
15172 15188
15173;;;### (autoloads nil "image" "image.el" (22388 5705 444589 346000)) 15189;;;### (autoloads nil "image" "image.el" (22387 39326 650711 11000))
15174;;; Generated autoloads from image.el 15190;;; Generated autoloads from image.el
15175 15191
15176(autoload 'image-type-from-data "image" "\ 15192(autoload 'image-type-from-data "image" "\
@@ -15363,8 +15379,8 @@ If Emacs is compiled without ImageMagick support, this does nothing.
15363 15379
15364;;;*** 15380;;;***
15365 15381
15366;;;### (autoloads nil "image-dired" "image-dired.el" (22388 5705 15382;;;### (autoloads nil "image-dired" "image-dired.el" (22387 39326
15367;;;;;; 150586 455000)) 15383;;;;;; 648711 18000))
15368;;; Generated autoloads from image-dired.el 15384;;; Generated autoloads from image-dired.el
15369(push (purecopy '(image-dired 0 4 11)) package--builtin-versions) 15385(push (purecopy '(image-dired 0 4 11)) package--builtin-versions)
15370 15386
@@ -15501,8 +15517,8 @@ easy-to-use form.
15501 15517
15502;;;*** 15518;;;***
15503 15519
15504;;;### (autoloads nil "image-file" "image-file.el" (22388 5705 201586 15520;;;### (autoloads nil "image-file" "image-file.el" (22387 39326 649711
15505;;;;;; 957000)) 15521;;;;;; 15000))
15506;;; Generated autoloads from image-file.el 15522;;; Generated autoloads from image-file.el
15507 15523
15508(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 15524(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -15565,8 +15581,8 @@ An image file is one whose name has an extension in
15565 15581
15566;;;*** 15582;;;***
15567 15583
15568;;;### (autoloads nil "image-mode" "image-mode.el" (22388 5705 201586 15584;;;### (autoloads nil "image-mode" "image-mode.el" (22387 39326 649711
15569;;;;;; 957000)) 15585;;;;;; 15000))
15570;;; Generated autoloads from image-mode.el 15586;;; Generated autoloads from image-mode.el
15571 15587
15572(autoload 'image-mode "image-mode" "\ 15588(autoload 'image-mode "image-mode" "\
@@ -15613,7 +15629,7 @@ on these modes.
15613 15629
15614;;;*** 15630;;;***
15615 15631
15616;;;### (autoloads nil "imenu" "imenu.el" (22388 5705 445589 356000)) 15632;;;### (autoloads nil "imenu" "imenu.el" (22387 39326 651711 8000))
15617;;; Generated autoloads from imenu.el 15633;;; Generated autoloads from imenu.el
15618 15634
15619(defvar imenu-sort-function nil "\ 15635(defvar imenu-sort-function nil "\
@@ -15751,8 +15767,8 @@ for more information.
15751 15767
15752;;;*** 15768;;;***
15753 15769
15754;;;### (autoloads nil "ind-util" "language/ind-util.el" (22388 6375 15770;;;### (autoloads nil "ind-util" "language/ind-util.el" (22578 62356
15755;;;;;; 345177 334000)) 15771;;;;;; 725212 110000))
15756;;; Generated autoloads from language/ind-util.el 15772;;; Generated autoloads from language/ind-util.el
15757 15773
15758(autoload 'indian-compose-region "ind-util" "\ 15774(autoload 'indian-compose-region "ind-util" "\
@@ -15782,8 +15798,8 @@ Convert old Emacs Devanagari characters to UCS.
15782 15798
15783;;;*** 15799;;;***
15784 15800
15785;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22388 6387 15801;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22387 39328
15786;;;;;; 122293 154000)) 15802;;;;;; 351704 938000))
15787;;; Generated autoloads from progmodes/inf-lisp.el 15803;;; Generated autoloads from progmodes/inf-lisp.el
15788 15804
15789(autoload 'inferior-lisp "inf-lisp" "\ 15805(autoload 'inferior-lisp "inf-lisp" "\
@@ -15801,7 +15817,7 @@ of `inferior-lisp-program'). Runs the hooks from
15801 15817
15802;;;*** 15818;;;***
15803 15819
15804;;;### (autoloads nil "info" "info.el" (22388 5705 585590 732000)) 15820;;;### (autoloads nil "info" "info.el" (22578 62356 723212 121000))
15805;;; Generated autoloads from info.el 15821;;; Generated autoloads from info.el
15806 15822
15807(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))))) "\ 15823(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))))) "\
@@ -16013,8 +16029,8 @@ completion alternatives to currently visited manuals.
16013 16029
16014;;;*** 16030;;;***
16015 16031
16016;;;### (autoloads nil "info-look" "info-look.el" (22388 5705 484589 16032;;;### (autoloads nil "info-look" "info-look.el" (22387 39326 652711
16017;;;;;; 739000)) 16033;;;;;; 4000))
16018;;; Generated autoloads from info-look.el 16034;;; Generated autoloads from info-look.el
16019 16035
16020(autoload 'info-lookup-reset "info-look" "\ 16036(autoload 'info-lookup-reset "info-look" "\
@@ -16061,8 +16077,8 @@ Perform completion on file preceding point.
16061 16077
16062;;;*** 16078;;;***
16063 16079
16064;;;### (autoloads nil "info-xref" "info-xref.el" (22388 5705 523590 16080;;;### (autoloads nil "info-xref" "info-xref.el" (22387 39326 653711
16065;;;;;; 123000)) 16081;;;;;; 0))
16066;;; Generated autoloads from info-xref.el 16082;;; Generated autoloads from info-xref.el
16067(push (purecopy '(info-xref 3)) package--builtin-versions) 16083(push (purecopy '(info-xref 3)) package--builtin-versions)
16068 16084
@@ -16145,8 +16161,8 @@ the sources handy.
16145 16161
16146;;;*** 16162;;;***
16147 16163
16148;;;### (autoloads nil "informat" "informat.el" (22388 5705 689591 16164;;;### (autoloads nil "informat" "informat.el" (22387 39326 656710
16149;;;;;; 755000)) 16165;;;;;; 990000))
16150;;; Generated autoloads from informat.el 16166;;; Generated autoloads from informat.el
16151 16167
16152(autoload 'Info-tagify "informat" "\ 16168(autoload 'Info-tagify "informat" "\
@@ -16191,8 +16207,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16191 16207
16192;;;*** 16208;;;***
16193 16209
16194;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22388 6369 16210;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22387 39327
16195;;;;;; 449119 351000)) 16211;;;;;; 307708 665000))
16196;;; Generated autoloads from emacs-lisp/inline.el 16212;;; Generated autoloads from emacs-lisp/inline.el
16197 16213
16198(autoload 'define-inline "inline" "\ 16214(autoload 'define-inline "inline" "\
@@ -16206,8 +16222,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16206 16222
16207;;;*** 16223;;;***
16208 16224
16209;;;### (autoloads nil "inversion" "cedet/inversion.el" (22388 6368 16225;;;### (autoloads nil "inversion" "cedet/inversion.el" (22387 39327
16210;;;;;; 463109 654000)) 16226;;;;;; 136709 276000))
16211;;; Generated autoloads from cedet/inversion.el 16227;;; Generated autoloads from cedet/inversion.el
16212(push (purecopy '(inversion 1 3)) package--builtin-versions) 16228(push (purecopy '(inversion 1 3)) package--builtin-versions)
16213 16229
@@ -16219,8 +16235,8 @@ Only checks one based on which kind of Emacs is being run.
16219 16235
16220;;;*** 16236;;;***
16221 16237
16222;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22388 16238;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22387
16223;;;;;; 6374 396168 1000)) 16239;;;;;; 39327 581707 687000))
16224;;; Generated autoloads from international/isearch-x.el 16240;;; Generated autoloads from international/isearch-x.el
16225 16241
16226(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 16242(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -16240,8 +16256,8 @@ Toggle input method in interactive search.
16240 16256
16241;;;*** 16257;;;***
16242 16258
16243;;;### (autoloads nil "isearchb" "isearchb.el" (22388 5705 752592 16259;;;### (autoloads nil "isearchb" "isearchb.el" (22387 39326 658710
16244;;;;;; 375000)) 16260;;;;;; 983000))
16245;;; Generated autoloads from isearchb.el 16261;;; Generated autoloads from isearchb.el
16246(push (purecopy '(isearchb 1 5)) package--builtin-versions) 16262(push (purecopy '(isearchb 1 5)) package--builtin-versions)
16247 16263
@@ -16255,8 +16271,8 @@ accessed via isearchb.
16255 16271
16256;;;*** 16272;;;***
16257 16273
16258;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22388 16274;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22387
16259;;;;;; 6374 400168 41000)) 16275;;;;;; 39327 582707 684000))
16260;;; Generated autoloads from international/iso-cvt.el 16276;;; Generated autoloads from international/iso-cvt.el
16261 16277
16262(autoload 'iso-spanish "iso-cvt" "\ 16278(autoload 'iso-spanish "iso-cvt" "\
@@ -16347,15 +16363,15 @@ Add submenus to the File menu, to convert to and from various formats.
16347;;;*** 16363;;;***
16348 16364
16349;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16365;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16350;;;;;; (22388 6374 403168 70000)) 16366;;;;;; (22387 39327 583707 680000))
16351;;; Generated autoloads from international/iso-transl.el 16367;;; Generated autoloads from international/iso-transl.el
16352 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16368 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16353 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 16369 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
16354 16370
16355;;;*** 16371;;;***
16356 16372
16357;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22388 6389 16373;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22387 39328
16358;;;;;; 418315 733000)) 16374;;;;;; 536704 278000))
16359;;; Generated autoloads from textmodes/ispell.el 16375;;; Generated autoloads from textmodes/ispell.el
16360 16376
16361(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16377(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16588,8 +16604,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16588 16604
16589;;;*** 16605;;;***
16590 16606
16591;;;### (autoloads nil "japan-util" "language/japan-util.el" (22388 16607;;;### (autoloads nil "japan-util" "language/japan-util.el" (22387
16592;;;;;; 6375 363177 511000)) 16608;;;;;; 39327 660707 405000))
16593;;; Generated autoloads from language/japan-util.el 16609;;; Generated autoloads from language/japan-util.el
16594 16610
16595(autoload 'setup-japanese-environment-internal "japan-util" "\ 16611(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16666,8 +16682,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16666 16682
16667;;;*** 16683;;;***
16668 16684
16669;;;### (autoloads nil "jka-compr" "jka-compr.el" (22388 5705 804592 16685;;;### (autoloads nil "jka-compr" "jka-compr.el" (22387 39326 660710
16670;;;;;; 887000)) 16686;;;;;; 976000))
16671;;; Generated autoloads from jka-compr.el 16687;;; Generated autoloads from jka-compr.el
16672 16688
16673(defvar jka-compr-inhibit nil "\ 16689(defvar jka-compr-inhibit nil "\
@@ -16690,7 +16706,8 @@ by `jka-compr-installed'.
16690 16706
16691;;;*** 16707;;;***
16692 16708
16693;;;### (autoloads nil "js" "progmodes/js.el" (22388 6387 166293 586000)) 16709;;;### (autoloads nil "js" "progmodes/js.el" (22578 62356 742212
16710;;;;;; 19000))
16694;;; Generated autoloads from progmodes/js.el 16711;;; Generated autoloads from progmodes/js.el
16695(push (purecopy '(js 9)) package--builtin-versions) 16712(push (purecopy '(js 9)) package--builtin-versions)
16696 16713
@@ -16717,14 +16734,14 @@ locally, like so:
16717 16734
16718;;;*** 16735;;;***
16719 16736
16720;;;### (autoloads nil "json" "json.el" (22388 5705 807592 916000)) 16737;;;### (autoloads nil "json" "json.el" (22387 39326 661710 972000))
16721;;; Generated autoloads from json.el 16738;;; Generated autoloads from json.el
16722(push (purecopy '(json 1 4)) package--builtin-versions) 16739(push (purecopy '(json 1 4)) package--builtin-versions)
16723 16740
16724;;;*** 16741;;;***
16725 16742
16726;;;### (autoloads nil "keypad" "emulation/keypad.el" (22388 6369 16743;;;### (autoloads nil "keypad" "emulation/keypad.el" (22387 39327
16727;;;;;; 920123 983000)) 16744;;;;;; 368708 448000))
16728;;; Generated autoloads from emulation/keypad.el 16745;;; Generated autoloads from emulation/keypad.el
16729 16746
16730(defvar keypad-setup nil "\ 16747(defvar keypad-setup nil "\
@@ -16779,8 +16796,8 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16779 16796
16780;;;*** 16797;;;***
16781 16798
16782;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22388 16799;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22387
16783;;;;;; 6374 423168 267000)) 16800;;;;;; 39327 593707 644000))
16784;;; Generated autoloads from international/kinsoku.el 16801;;; Generated autoloads from international/kinsoku.el
16785 16802
16786(autoload 'kinsoku "kinsoku" "\ 16803(autoload 'kinsoku "kinsoku" "\
@@ -16801,8 +16818,8 @@ the context of text formatting.
16801 16818
16802;;;*** 16819;;;***
16803 16820
16804;;;### (autoloads nil "kkc" "international/kkc.el" (22388 6374 436168 16821;;;### (autoloads nil "kkc" "international/kkc.el" (22387 39327 594707
16805;;;;;; 395000)) 16822;;;;;; 641000))
16806;;; Generated autoloads from international/kkc.el 16823;;; Generated autoloads from international/kkc.el
16807 16824
16808(defvar kkc-after-update-conversion-functions nil "\ 16825(defvar kkc-after-update-conversion-functions nil "\
@@ -16824,7 +16841,7 @@ and the return value is the length of the conversion.
16824 16841
16825;;;*** 16842;;;***
16826 16843
16827;;;### (autoloads nil "kmacro" "kmacro.el" (22388 5705 847593 309000)) 16844;;;### (autoloads nil "kmacro" "kmacro.el" (22387 39326 662710 968000))
16828;;; Generated autoloads from kmacro.el 16845;;; Generated autoloads from kmacro.el
16829 (global-set-key "\C-x(" 'kmacro-start-macro) 16846 (global-set-key "\C-x(" 'kmacro-start-macro)
16830 (global-set-key "\C-x)" 'kmacro-end-macro) 16847 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16936,8 +16953,8 @@ If kbd macro currently being defined end it before activating it.
16936 16953
16937;;;*** 16954;;;***
16938 16955
16939;;;### (autoloads nil "korea-util" "language/korea-util.el" (22388 16956;;;### (autoloads nil "korea-util" "language/korea-util.el" (22387
16940;;;;;; 6375 366177 541000)) 16957;;;;;; 39327 661707 402000))
16941;;; Generated autoloads from language/korea-util.el 16958;;; Generated autoloads from language/korea-util.el
16942 16959
16943(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16960(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16951,8 +16968,8 @@ The kind of Korean keyboard for Korean input method.
16951 16968
16952;;;*** 16969;;;***
16953 16970
16954;;;### (autoloads nil "lao-util" "language/lao-util.el" (22388 6375 16971;;;### (autoloads nil "lao-util" "language/lao-util.el" (22387 39327
16955;;;;;; 368177 560000)) 16972;;;;;; 662707 398000))
16956;;; Generated autoloads from language/lao-util.el 16973;;; Generated autoloads from language/lao-util.el
16957 16974
16958(autoload 'lao-compose-string "lao-util" "\ 16975(autoload 'lao-compose-string "lao-util" "\
@@ -16989,8 +17006,8 @@ Transcribe Romanized Lao string STR to Lao character string.
16989 17006
16990;;;*** 17007;;;***
16991 17008
16992;;;### (autoloads nil "latexenc" "international/latexenc.el" (22388 17009;;;### (autoloads nil "latexenc" "international/latexenc.el" (22387
16993;;;;;; 6374 439168 424000)) 17010;;;;;; 39327 594707 641000))
16994;;; Generated autoloads from international/latexenc.el 17011;;; Generated autoloads from international/latexenc.el
16995 17012
16996(defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ 17013(defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
@@ -17022,7 +17039,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
17022;;;*** 17039;;;***
17023 17040
17024;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el" 17041;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el"
17025;;;;;; (22388 6374 462168 650000)) 17042;;;;;; (22387 39327 607707 594000))
17026;;; Generated autoloads from international/latin1-disp.el 17043;;; Generated autoloads from international/latin1-disp.el
17027 17044
17028(defvar latin1-display nil "\ 17045(defvar latin1-display nil "\
@@ -17063,8 +17080,8 @@ use either \\[customize] or the function `latin1-display'.")
17063 17080
17064;;;*** 17081;;;***
17065 17082
17066;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22388 17083;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22387
17067;;;;;; 6387 218294 98000)) 17084;;;;;; 39328 365704 888000))
17068;;; Generated autoloads from progmodes/ld-script.el 17085;;; Generated autoloads from progmodes/ld-script.el
17069 17086
17070(autoload 'ld-script-mode "ld-script" "\ 17087(autoload 'ld-script-mode "ld-script" "\
@@ -17074,8 +17091,8 @@ A major mode to edit GNU ld script files
17074 17091
17075;;;*** 17092;;;***
17076 17093
17077;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22388 17094;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22387
17078;;;;;; 6369 450119 360000)) 17095;;;;;; 39327 308708 662000))
17079;;; Generated autoloads from emacs-lisp/let-alist.el 17096;;; Generated autoloads from emacs-lisp/let-alist.el
17080(push (purecopy '(let-alist 1 0 4)) package--builtin-versions) 17097(push (purecopy '(let-alist 1 0 4)) package--builtin-versions)
17081 17098
@@ -17114,7 +17131,7 @@ displayed in the example above.
17114 17131
17115;;;*** 17132;;;***
17116 17133
17117;;;### (autoloads nil "life" "play/life.el" (22388 6383 419256 737000)) 17134;;;### (autoloads nil "life" "play/life.el" (22387 39328 265705 245000))
17118;;; Generated autoloads from play/life.el 17135;;; Generated autoloads from play/life.el
17119 17136
17120(autoload 'life "life" "\ 17137(autoload 'life "life" "\
@@ -17127,7 +17144,7 @@ generations (this defaults to 1).
17127 17144
17128;;;*** 17145;;;***
17129 17146
17130;;;### (autoloads nil "linum" "linum.el" (22388 5706 317597 931000)) 17147;;;### (autoloads nil "linum" "linum.el" (22387 39326 675710 922000))
17131;;; Generated autoloads from linum.el 17148;;; Generated autoloads from linum.el
17132(push (purecopy '(linum 0 9 24)) package--builtin-versions) 17149(push (purecopy '(linum 0 9 24)) package--builtin-versions)
17133 17150
@@ -17165,8 +17182,8 @@ See `linum-mode' for more information on Linum mode.
17165 17182
17166;;;*** 17183;;;***
17167 17184
17168;;;### (autoloads nil "loadhist" "loadhist.el" (22388 5706 319597 17185;;;### (autoloads nil "loadhist" "loadhist.el" (22387 39326 685710
17169;;;;;; 951000)) 17186;;;;;; 886000))
17170;;; Generated autoloads from loadhist.el 17187;;; Generated autoloads from loadhist.el
17171 17188
17172(autoload 'unload-feature "loadhist" "\ 17189(autoload 'unload-feature "loadhist" "\
@@ -17197,7 +17214,7 @@ something strange, such as redefining an Emacs function.
17197 17214
17198;;;*** 17215;;;***
17199 17216
17200;;;### (autoloads nil "locate" "locate.el" (22388 5706 360598 354000)) 17217;;;### (autoloads nil "locate" "locate.el" (22387 39326 686710 883000))
17201;;; Generated autoloads from locate.el 17218;;; Generated autoloads from locate.el
17202 17219
17203(defvar locate-ls-subdir-switches (purecopy "-al") "\ 17220(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -17249,8 +17266,8 @@ except that FILTER is not optional.
17249 17266
17250;;;*** 17267;;;***
17251 17268
17252;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22388 6391 125332 17269;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22387 39328 663703
17253;;;;;; 520000)) 17270;;;;;; 824000))
17254;;; Generated autoloads from vc/log-edit.el 17271;;; Generated autoloads from vc/log-edit.el
17255 17272
17256(autoload 'log-edit "log-edit" "\ 17273(autoload 'log-edit "log-edit" "\
@@ -17281,8 +17298,8 @@ done. Otherwise, it uses the current buffer.
17281 17298
17282;;;*** 17299;;;***
17283 17300
17284;;;### (autoloads nil "log-view" "vc/log-view.el" (22388 6391 153332 17301;;;### (autoloads nil "log-view" "vc/log-view.el" (22387 39328 663703
17285;;;;;; 797000)) 17302;;;;;; 824000))
17286;;; Generated autoloads from vc/log-view.el 17303;;; Generated autoloads from vc/log-view.el
17287 17304
17288(autoload 'log-view-mode "log-view" "\ 17305(autoload 'log-view-mode "log-view" "\
@@ -17292,7 +17309,7 @@ Major mode for browsing CVS log output.
17292 17309
17293;;;*** 17310;;;***
17294 17311
17295;;;### (autoloads nil "lpr" "lpr.el" (22388 5706 361598 364000)) 17312;;;### (autoloads nil "lpr" "lpr.el" (22387 39326 687710 879000))
17296;;; Generated autoloads from lpr.el 17313;;; Generated autoloads from lpr.el
17297 17314
17298(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 17315(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17387,7 +17404,8 @@ for further customization of the printer command.
17387 17404
17388;;;*** 17405;;;***
17389 17406
17390;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22388 5706 404598 787000)) 17407;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22578 62356 725212
17408;;;;;; 110000))
17391;;; Generated autoloads from ls-lisp.el 17409;;; Generated autoloads from ls-lisp.el
17392 17410
17393(defvar ls-lisp-support-shell-wildcards t "\ 17411(defvar ls-lisp-support-shell-wildcards t "\
@@ -17398,8 +17416,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17398 17416
17399;;;*** 17417;;;***
17400 17418
17401;;;### (autoloads nil "lunar" "calendar/lunar.el" (22388 6368 185106 17419;;;### (autoloads nil "lunar" "calendar/lunar.el" (22387 39327 112709
17402;;;;;; 920000)) 17420;;;;;; 362000))
17403;;; Generated autoloads from calendar/lunar.el 17421;;; Generated autoloads from calendar/lunar.el
17404 17422
17405(autoload 'lunar-phases "lunar" "\ 17423(autoload 'lunar-phases "lunar" "\
@@ -17411,8 +17429,8 @@ This function is suitable for execution in an init file.
17411 17429
17412;;;*** 17430;;;***
17413 17431
17414;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22388 6387 17432;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22387 39328
17415;;;;;; 219294 107000)) 17433;;;;;; 365704 888000))
17416;;; Generated autoloads from progmodes/m4-mode.el 17434;;; Generated autoloads from progmodes/m4-mode.el
17417 17435
17418(autoload 'm4-mode "m4-mode" "\ 17436(autoload 'm4-mode "m4-mode" "\
@@ -17422,7 +17440,7 @@ A major mode to edit m4 macro files.
17422 17440
17423;;;*** 17441;;;***
17424 17442
17425;;;### (autoloads nil "macros" "macros.el" (22388 5706 405598 797000)) 17443;;;### (autoloads nil "macros" "macros.el" (22387 39326 688710 876000))
17426;;; Generated autoloads from macros.el 17444;;; Generated autoloads from macros.el
17427 17445
17428(autoload 'name-last-kbd-macro "macros" "\ 17446(autoload 'name-last-kbd-macro "macros" "\
@@ -17511,8 +17529,8 @@ and then select the region of un-tablified names and use
17511 17529
17512;;;*** 17530;;;***
17513 17531
17514;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22388 6375 17532;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22387 39327
17515;;;;;; 635180 186000)) 17533;;;;;; 924706 463000))
17516;;; Generated autoloads from mail/mail-extr.el 17534;;; Generated autoloads from mail/mail-extr.el
17517 17535
17518(autoload 'mail-extract-address-components "mail-extr" "\ 17536(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17542,8 +17560,8 @@ Convert mail domain DOMAIN to the country it corresponds to.
17542 17560
17543;;;*** 17561;;;***
17544 17562
17545;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22388 6375 17563;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22387 39327
17546;;;;;; 637180 206000)) 17564;;;;;; 925706 459000))
17547;;; Generated autoloads from mail/mail-hist.el 17565;;; Generated autoloads from mail/mail-hist.el
17548 17566
17549(autoload 'mail-hist-define-keys "mail-hist" "\ 17567(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17572,8 +17590,8 @@ This function normally would be called when the message is sent.
17572 17590
17573;;;*** 17591;;;***
17574 17592
17575;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22388 6375 17593;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22387 39327
17576;;;;;; 637180 206000)) 17594;;;;;; 925706 459000))
17577;;; Generated autoloads from mail/mail-utils.el 17595;;; Generated autoloads from mail/mail-utils.el
17578 17596
17579(defvar mail-use-rfc822 nil "\ 17597(defvar mail-use-rfc822 nil "\
@@ -17647,8 +17665,8 @@ matches may be returned from the message body.
17647 17665
17648;;;*** 17666;;;***
17649 17667
17650;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22388 6375 17668;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22387 39327
17651;;;;;; 638180 216000)) 17669;;;;;; 926706 456000))
17652;;; Generated autoloads from mail/mailabbrev.el 17670;;; Generated autoloads from mail/mailabbrev.el
17653 17671
17654(defvar mail-abbrevs-mode nil "\ 17672(defvar mail-abbrevs-mode nil "\
@@ -17698,8 +17716,8 @@ double-quotes.
17698 17716
17699;;;*** 17717;;;***
17700 17718
17701;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22388 6375 17719;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22387 39327
17702;;;;;; 639180 226000)) 17720;;;;;; 926706 456000))
17703;;; Generated autoloads from mail/mailalias.el 17721;;; Generated autoloads from mail/mailalias.el
17704 17722
17705(defvar mail-complete-style 'angles "\ 17723(defvar mail-complete-style 'angles "\
@@ -17752,8 +17770,8 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17752 17770
17753;;;*** 17771;;;***
17754 17772
17755;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22388 6375 17773;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22387 39327
17756;;;;;; 639180 226000)) 17774;;;;;; 927706 452000))
17757;;; Generated autoloads from mail/mailclient.el 17775;;; Generated autoloads from mail/mailclient.el
17758 17776
17759(autoload 'mailclient-send-it "mailclient" "\ 17777(autoload 'mailclient-send-it "mailclient" "\
@@ -17765,8 +17783,8 @@ The mail client is taken to be the handler of mailto URLs.
17765 17783
17766;;;*** 17784;;;***
17767 17785
17768;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22388 17786;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22387
17769;;;;;; 6387 242294 334000)) 17787;;;;;; 39328 366704 885000))
17770;;; Generated autoloads from progmodes/make-mode.el 17788;;; Generated autoloads from progmodes/make-mode.el
17771 17789
17772(autoload 'makefile-mode "make-mode" "\ 17790(autoload 'makefile-mode "make-mode" "\
@@ -17883,7 +17901,8 @@ An adapted `makefile-mode' that knows about imake.
17883 17901
17884;;;*** 17902;;;***
17885 17903
17886;;;### (autoloads nil "makesum" "makesum.el" (22388 5706 447599 210000)) 17904;;;### (autoloads nil "makesum" "makesum.el" (22387 39326 688710
17905;;;;;; 876000))
17887;;; Generated autoloads from makesum.el 17906;;; Generated autoloads from makesum.el
17888 17907
17889(autoload 'make-command-summary "makesum" "\ 17908(autoload 'make-command-summary "makesum" "\
@@ -17894,7 +17913,7 @@ Previous contents of that buffer are killed first.
17894 17913
17895;;;*** 17914;;;***
17896 17915
17897;;;### (autoloads nil "man" "man.el" (22388 5706 492599 652000)) 17916;;;### (autoloads nil "man" "man.el" (22578 62356 726212 105000))
17898;;; Generated autoloads from man.el 17917;;; Generated autoloads from man.el
17899 17918
17900(defalias 'manual-entry 'man) 17919(defalias 'manual-entry 'man)
@@ -17950,14 +17969,14 @@ Default bookmark handler for Man buffers.
17950 17969
17951;;;*** 17970;;;***
17952 17971
17953;;;### (autoloads nil "map" "emacs-lisp/map.el" (22388 6369 508119 17972;;;### (autoloads nil "map" "emacs-lisp/map.el" (22387 39327 311708
17954;;;;;; 931000)) 17973;;;;;; 651000))
17955;;; Generated autoloads from emacs-lisp/map.el 17974;;; Generated autoloads from emacs-lisp/map.el
17956(push (purecopy '(map 1 0)) package--builtin-versions) 17975(push (purecopy '(map 1 0)) package--builtin-versions)
17957 17976
17958;;;*** 17977;;;***
17959 17978
17960;;;### (autoloads nil "master" "master.el" (22388 5706 537600 95000)) 17979;;;### (autoloads nil "master" "master.el" (22387 39326 690710 868000))
17961;;; Generated autoloads from master.el 17980;;; Generated autoloads from master.el
17962(push (purecopy '(master 1 0 2)) package--builtin-versions) 17981(push (purecopy '(master 1 0 2)) package--builtin-versions)
17963 17982
@@ -17980,8 +17999,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17980 17999
17981;;;*** 18000;;;***
17982 18001
17983;;;### (autoloads nil "mb-depth" "mb-depth.el" (22388 5706 539600 18002;;;### (autoloads nil "mb-depth" "mb-depth.el" (22387 39326 690710
17984;;;;;; 114000)) 18003;;;;;; 868000))
17985;;; Generated autoloads from mb-depth.el 18004;;; Generated autoloads from mb-depth.el
17986 18005
17987(defvar minibuffer-depth-indicate-mode nil "\ 18006(defvar minibuffer-depth-indicate-mode nil "\
@@ -18009,14 +18028,14 @@ recursion depth in the minibuffer prompt. This is only useful if
18009 18028
18010;;;*** 18029;;;***
18011 18030
18012;;;### (autoloads nil "md4" "md4.el" (22388 5706 539600 114000)) 18031;;;### (autoloads nil "md4" "md4.el" (22387 39326 691710 865000))
18013;;; Generated autoloads from md4.el 18032;;; Generated autoloads from md4.el
18014(push (purecopy '(md4 1 0)) package--builtin-versions) 18033(push (purecopy '(md4 1 0)) package--builtin-versions)
18015 18034
18016;;;*** 18035;;;***
18017 18036
18018;;;### (autoloads nil "message" "gnus/message.el" (22388 6373 395158 18037;;;### (autoloads nil "message" "gnus/message.el" (22387 39327 500707
18019;;;;;; 158000)) 18038;;;;;; 977000))
18020;;; Generated autoloads from gnus/message.el 18039;;; Generated autoloads from gnus/message.el
18021 18040
18022(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 18041(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -18181,8 +18200,8 @@ which specify the range to operate on.
18181 18200
18182;;;*** 18201;;;***
18183 18202
18184;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22388 18203;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22387
18185;;;;;; 6387 280294 707000)) 18204;;;;;; 39328 367704 881000))
18186;;; Generated autoloads from progmodes/meta-mode.el 18205;;; Generated autoloads from progmodes/meta-mode.el
18187(push (purecopy '(meta-mode 1 0)) package--builtin-versions) 18206(push (purecopy '(meta-mode 1 0)) package--builtin-versions)
18188 18207
@@ -18198,8 +18217,8 @@ Major mode for editing MetaPost sources.
18198 18217
18199;;;*** 18218;;;***
18200 18219
18201;;;### (autoloads nil "metamail" "mail/metamail.el" (22388 6375 640180 18220;;;### (autoloads nil "metamail" "mail/metamail.el" (22387 39327
18202;;;;;; 235000)) 18221;;;;;; 928706 448000))
18203;;; Generated autoloads from mail/metamail.el 18222;;; Generated autoloads from mail/metamail.el
18204 18223
18205(autoload 'metamail-interpret-header "metamail" "\ 18224(autoload 'metamail-interpret-header "metamail" "\
@@ -18242,8 +18261,8 @@ redisplayed as output is inserted.
18242 18261
18243;;;*** 18262;;;***
18244 18263
18245;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22388 6376 408187 18264;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22387 39327 947706
18246;;;;;; 788000)) 18265;;;;;; 380000))
18247;;; Generated autoloads from mh-e/mh-comp.el 18266;;; Generated autoloads from mh-e/mh-comp.el
18248 18267
18249(autoload 'mh-smail "mh-comp" "\ 18268(autoload 'mh-smail "mh-comp" "\
@@ -18333,7 +18352,7 @@ delete the draft message.
18333 18352
18334;;;*** 18353;;;***
18335 18354
18336;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22388 6376 513188 821000)) 18355;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22387 39327 948706 377000))
18337;;; Generated autoloads from mh-e/mh-e.el 18356;;; Generated autoloads from mh-e/mh-e.el
18338(push (purecopy '(mh-e 8 6)) package--builtin-versions) 18357(push (purecopy '(mh-e 8 6)) package--builtin-versions)
18339 18358
@@ -18350,8 +18369,8 @@ Display version information about MH-E and the MH mail handling system.
18350 18369
18351;;;*** 18370;;;***
18352 18371
18353;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22388 6376 18372;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22387 39327
18354;;;;;; 631189 982000)) 18373;;;;;; 949706 373000))
18355;;; Generated autoloads from mh-e/mh-folder.el 18374;;; Generated autoloads from mh-e/mh-folder.el
18356 18375
18357(autoload 'mh-rmail "mh-folder" "\ 18376(autoload 'mh-rmail "mh-folder" "\
@@ -18432,8 +18451,8 @@ perform the operation on all messages in that region.
18432 18451
18433;;;*** 18452;;;***
18434 18453
18435;;;### (autoloads nil "midnight" "midnight.el" (22388 5706 628600 18454;;;### (autoloads nil "midnight" "midnight.el" (22387 39326 692710
18436;;;;;; 990000)) 18455;;;;;; 861000))
18437;;; Generated autoloads from midnight.el 18456;;; Generated autoloads from midnight.el
18438 18457
18439(defvar midnight-mode nil "\ 18458(defvar midnight-mode nil "\
@@ -18474,8 +18493,8 @@ to its second argument TM.
18474 18493
18475;;;*** 18494;;;***
18476 18495
18477;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22388 5706 18496;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22387 39326
18478;;;;;; 628600 990000)) 18497;;;;;; 693710 858000))
18479;;; Generated autoloads from minibuf-eldef.el 18498;;; Generated autoloads from minibuf-eldef.el
18480 18499
18481(defvar minibuffer-electric-default-mode nil "\ 18500(defvar minibuffer-electric-default-mode nil "\
@@ -18505,7 +18524,7 @@ is modified to remove the default indication.
18505 18524
18506;;;*** 18525;;;***
18507 18526
18508;;;### (autoloads nil "misc" "misc.el" (22388 5706 864603 311000)) 18527;;;### (autoloads nil "misc" "misc.el" (22387 39326 694710 854000))
18509;;; Generated autoloads from misc.el 18528;;; Generated autoloads from misc.el
18510 18529
18511(autoload 'butterfly "misc" "\ 18530(autoload 'butterfly "misc" "\
@@ -18533,8 +18552,8 @@ The return value is always nil.
18533 18552
18534;;;*** 18553;;;***
18535 18554
18536;;;### (autoloads nil "misearch" "misearch.el" (22388 5706 866603 18555;;;### (autoloads nil "misearch" "misearch.el" (22387 39326 695710
18537;;;;;; 331000)) 18556;;;;;; 851000))
18538;;; Generated autoloads from misearch.el 18557;;; Generated autoloads from misearch.el
18539 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18558 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18540 18559
@@ -18622,8 +18641,8 @@ whose file names match the specified wildcard.
18622 18641
18623;;;*** 18642;;;***
18624 18643
18625;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22388 18644;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22387
18626;;;;;; 6387 283294 737000)) 18645;;;;;; 39328 368704 877000))
18627;;; Generated autoloads from progmodes/mixal-mode.el 18646;;; Generated autoloads from progmodes/mixal-mode.el
18628(push (purecopy '(mixal-mode 0 1)) package--builtin-versions) 18647(push (purecopy '(mixal-mode 0 1)) package--builtin-versions)
18629 18648
@@ -18634,8 +18653,8 @@ Major mode for the mixal asm language.
18634 18653
18635;;;*** 18654;;;***
18636 18655
18637;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22388 6373 18656;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22387 39327
18638;;;;;; 521159 397000)) 18657;;;;;; 504707 962000))
18639;;; Generated autoloads from gnus/mm-encode.el 18658;;; Generated autoloads from gnus/mm-encode.el
18640 18659
18641(autoload 'mm-default-file-encoding "mm-encode" "\ 18660(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18645,8 +18664,8 @@ Return a default encoding for FILE.
18645 18664
18646;;;*** 18665;;;***
18647 18666
18648;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22388 6373 18667;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22387 39327
18649;;;;;; 524159 426000)) 18668;;;;;; 504707 962000))
18650;;; Generated autoloads from gnus/mm-extern.el 18669;;; Generated autoloads from gnus/mm-extern.el
18651 18670
18652(autoload 'mm-extern-cache-contents "mm-extern" "\ 18671(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18664,8 +18683,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18664 18683
18665;;;*** 18684;;;***
18666 18685
18667;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22388 6373 18686;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22387 39327
18668;;;;;; 524159 426000)) 18687;;;;;; 505707 959000))
18669;;; Generated autoloads from gnus/mm-partial.el 18688;;; Generated autoloads from gnus/mm-partial.el
18670 18689
18671(autoload 'mm-inline-partial "mm-partial" "\ 18690(autoload 'mm-inline-partial "mm-partial" "\
@@ -18678,8 +18697,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18678 18697
18679;;;*** 18698;;;***
18680 18699
18681;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22388 6373 526159 18700;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22387 39327 505707
18682;;;;;; 446000)) 18701;;;;;; 959000))
18683;;; Generated autoloads from gnus/mm-url.el 18702;;; Generated autoloads from gnus/mm-url.el
18684 18703
18685(autoload 'mm-url-insert-file-contents "mm-url" "\ 18704(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18695,8 +18714,8 @@ Insert file contents of URL using `mm-url-program'.
18695 18714
18696;;;*** 18715;;;***
18697 18716
18698;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22388 6373 564159 18717;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22387 39327 506707
18699;;;;;; 819000)) 18718;;;;;; 955000))
18700;;; Generated autoloads from gnus/mm-uu.el 18719;;; Generated autoloads from gnus/mm-uu.el
18701 18720
18702(autoload 'mm-uu-dissect "mm-uu" "\ 18721(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18715,7 +18734,7 @@ Assume text has been decoded if DECODED is non-nil.
18715 18734
18716;;;*** 18735;;;***
18717 18736
18718;;;### (autoloads nil "mml" "gnus/mml.el" (22388 6373 623160 399000)) 18737;;;### (autoloads nil "mml" "gnus/mml.el" (22387 39327 509707 944000))
18719;;; Generated autoloads from gnus/mml.el 18738;;; Generated autoloads from gnus/mml.el
18720 18739
18721(autoload 'mml-to-mime "mml" "\ 18740(autoload 'mml-to-mime "mml" "\
@@ -18740,8 +18759,8 @@ body) or \"attachment\" (separate from the body).
18740 18759
18741;;;*** 18760;;;***
18742 18761
18743;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22388 6373 653160 18762;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22387 39327 509707
18744;;;;;; 694000)) 18763;;;;;; 944000))
18745;;; Generated autoloads from gnus/mml1991.el 18764;;; Generated autoloads from gnus/mml1991.el
18746 18765
18747(autoload 'mml1991-encrypt "mml1991" "\ 18766(autoload 'mml1991-encrypt "mml1991" "\
@@ -18756,8 +18775,8 @@ body) or \"attachment\" (separate from the body).
18756 18775
18757;;;*** 18776;;;***
18758 18777
18759;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22388 6373 662160 18778;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22387 39327 510707
18760;;;;;; 783000)) 18779;;;;;; 941000))
18761;;; Generated autoloads from gnus/mml2015.el 18780;;; Generated autoloads from gnus/mml2015.el
18762 18781
18763(autoload 'mml2015-decrypt "mml2015" "\ 18782(autoload 'mml2015-decrypt "mml2015" "\
@@ -18797,16 +18816,16 @@ body) or \"attachment\" (separate from the body).
18797 18816
18798;;;*** 18817;;;***
18799 18818
18800;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22388 6368 18819;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22387 39327
18801;;;;;; 463109 654000)) 18820;;;;;; 137709 272000))
18802;;; Generated autoloads from cedet/mode-local.el 18821;;; Generated autoloads from cedet/mode-local.el
18803 18822
18804(put 'define-overloadable-function 'doc-string-elt 3) 18823(put 'define-overloadable-function 'doc-string-elt 3)
18805 18824
18806;;;*** 18825;;;***
18807 18826
18808;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22388 6387 18827;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22387 39328
18809;;;;;; 287294 776000)) 18828;;;;;; 369704 874000))
18810;;; Generated autoloads from progmodes/modula2.el 18829;;; Generated autoloads from progmodes/modula2.el
18811 18830
18812(defalias 'modula-2-mode 'm2-mode) 18831(defalias 'modula-2-mode 'm2-mode)
@@ -18839,8 +18858,8 @@ followed by the first character of the construct.
18839 18858
18840;;;*** 18859;;;***
18841 18860
18842;;;### (autoloads nil "morse" "play/morse.el" (22388 6383 419256 18861;;;### (autoloads nil "morse" "play/morse.el" (22387 39328 265705
18843;;;;;; 737000)) 18862;;;;;; 245000))
18844;;; Generated autoloads from play/morse.el 18863;;; Generated autoloads from play/morse.el
18845 18864
18846(autoload 'morse-region "morse" "\ 18865(autoload 'morse-region "morse" "\
@@ -18865,8 +18884,8 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18865 18884
18866;;;*** 18885;;;***
18867 18886
18868;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22388 5706 883603 18887;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22387 39326 695710
18869;;;;;; 498000)) 18888;;;;;; 851000))
18870;;; Generated autoloads from mouse-drag.el 18889;;; Generated autoloads from mouse-drag.el
18871 18890
18872(autoload 'mouse-drag-throw "mouse-drag" "\ 18891(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18913,7 +18932,7 @@ To test this function, evaluate:
18913 18932
18914;;;*** 18933;;;***
18915 18934
18916;;;### (autoloads nil "mpc" "mpc.el" (22388 5707 75605 386000)) 18935;;;### (autoloads nil "mpc" "mpc.el" (22387 39326 697710 843000))
18917;;; Generated autoloads from mpc.el 18936;;; Generated autoloads from mpc.el
18918 18937
18919(autoload 'mpc "mpc" "\ 18938(autoload 'mpc "mpc" "\
@@ -18923,7 +18942,7 @@ Main entry point for MPC.
18923 18942
18924;;;*** 18943;;;***
18925 18944
18926;;;### (autoloads nil "mpuz" "play/mpuz.el" (22388 6383 433256 875000)) 18945;;;### (autoloads nil "mpuz" "play/mpuz.el" (22387 39328 265705 245000))
18927;;; Generated autoloads from play/mpuz.el 18946;;; Generated autoloads from play/mpuz.el
18928 18947
18929(autoload 'mpuz "mpuz" "\ 18948(autoload 'mpuz "mpuz" "\
@@ -18933,7 +18952,7 @@ Multiplication puzzle with GNU Emacs.
18933 18952
18934;;;*** 18953;;;***
18935 18954
18936;;;### (autoloads nil "msb" "msb.el" (22388 5707 159606 212000)) 18955;;;### (autoloads nil "msb" "msb.el" (22387 39326 698710 840000))
18937;;; Generated autoloads from msb.el 18956;;; Generated autoloads from msb.el
18938 18957
18939(defvar msb-mode nil "\ 18958(defvar msb-mode nil "\
@@ -18959,8 +18978,8 @@ different buffer menu using the function `msb'.
18959 18978
18960;;;*** 18979;;;***
18961 18980
18962;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22388 18981;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22387
18963;;;;;; 6374 566169 673000)) 18982;;;;;; 39327 612707 577000))
18964;;; Generated autoloads from international/mule-diag.el 18983;;; Generated autoloads from international/mule-diag.el
18965 18984
18966(autoload 'list-character-sets "mule-diag" "\ 18985(autoload 'list-character-sets "mule-diag" "\
@@ -19092,8 +19111,8 @@ The default is 20. If LIMIT is negative, do not limit the listing.
19092 19111
19093;;;*** 19112;;;***
19094 19113
19095;;;### (autoloads nil "mule-util" "international/mule-util.el" (22388 19114;;;### (autoloads nil "mule-util" "international/mule-util.el" (22387
19096;;;;;; 6374 605170 57000)) 19115;;;;;; 39327 613707 573000))
19097;;; Generated autoloads from international/mule-util.el 19116;;; Generated autoloads from international/mule-util.el
19098 19117
19099(defsubst string-to-list (string) "\ 19118(defsubst string-to-list (string) "\
@@ -19252,8 +19271,8 @@ QUALITY can be:
19252 19271
19253;;;*** 19272;;;***
19254 19273
19255;;;### (autoloads nil "net-utils" "net/net-utils.el" (22388 6377 19274;;;### (autoloads nil "net-utils" "net/net-utils.el" (22387 39327
19256;;;;;; 599199 501000)) 19275;;;;;; 978706 270000))
19257;;; Generated autoloads from net/net-utils.el 19276;;; Generated autoloads from net/net-utils.el
19258 19277
19259(autoload 'ifconfig "net-utils" "\ 19278(autoload 'ifconfig "net-utils" "\
@@ -19347,7 +19366,8 @@ Open a network connection to HOST on PORT.
19347 19366
19348;;;*** 19367;;;***
19349 19368
19350;;;### (autoloads nil "netrc" "net/netrc.el" (22388 6377 609199 599000)) 19369;;;### (autoloads nil "netrc" "net/netrc.el" (22387 39327 979706
19370;;;;;; 266000))
19351;;; Generated autoloads from net/netrc.el 19371;;; Generated autoloads from net/netrc.el
19352 19372
19353(autoload 'netrc-credentials "netrc" "\ 19373(autoload 'netrc-credentials "netrc" "\
@@ -19359,8 +19379,8 @@ listed in the PORTS list.
19359 19379
19360;;;*** 19380;;;***
19361 19381
19362;;;### (autoloads nil "network-stream" "net/network-stream.el" (22388 19382;;;### (autoloads nil "network-stream" "net/network-stream.el" (22387
19363;;;;;; 6377 611199 619000)) 19383;;;;;; 39327 979706 266000))
19364;;; Generated autoloads from net/network-stream.el 19384;;; Generated autoloads from net/network-stream.el
19365 19385
19366(autoload 'open-network-stream "network-stream" "\ 19386(autoload 'open-network-stream "network-stream" "\
@@ -19456,8 +19476,8 @@ asynchronously, if possible.
19456 19476
19457;;;*** 19477;;;***
19458 19478
19459;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22388 19479;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22387
19460;;;;;; 6377 707200 563000)) 19480;;;;;; 39327 980706 263000))
19461;;; Generated autoloads from net/newst-backend.el 19481;;; Generated autoloads from net/newst-backend.el
19462 19482
19463(autoload 'newsticker-running-p "newst-backend" "\ 19483(autoload 'newsticker-running-p "newst-backend" "\
@@ -19479,7 +19499,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19479;;;*** 19499;;;***
19480 19500
19481;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" 19501;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el"
19482;;;;;; (22388 6377 714200 632000)) 19502;;;;;; (22387 39327 981706 259000))
19483;;; Generated autoloads from net/newst-plainview.el 19503;;; Generated autoloads from net/newst-plainview.el
19484 19504
19485(autoload 'newsticker-plainview "newst-plainview" "\ 19505(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19489,8 +19509,8 @@ Start newsticker plainview.
19489 19509
19490;;;*** 19510;;;***
19491 19511
19492;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22388 19512;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22387
19493;;;;;; 6377 747200 956000)) 19513;;;;;; 39327 982706 255000))
19494;;; Generated autoloads from net/newst-reader.el 19514;;; Generated autoloads from net/newst-reader.el
19495 19515
19496(autoload 'newsticker-show-news "newst-reader" "\ 19516(autoload 'newsticker-show-news "newst-reader" "\
@@ -19500,8 +19520,8 @@ Start reading news. You may want to bind this to a key.
19500 19520
19501;;;*** 19521;;;***
19502 19522
19503;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22388 19523;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22387
19504;;;;;; 6377 755201 35000)) 19524;;;;;; 39327 983706 252000))
19505;;; Generated autoloads from net/newst-ticker.el 19525;;; Generated autoloads from net/newst-ticker.el
19506 19526
19507(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19527(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19521,8 +19541,8 @@ running already.
19521 19541
19522;;;*** 19542;;;***
19523 19543
19524;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22388 19544;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22387
19525;;;;;; 6377 785201 330000)) 19545;;;;;; 39327 983706 252000))
19526;;; Generated autoloads from net/newst-treeview.el 19546;;; Generated autoloads from net/newst-treeview.el
19527 19547
19528(autoload 'newsticker-treeview "newst-treeview" "\ 19548(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19532,8 +19552,8 @@ Start newsticker treeview.
19532 19552
19533;;;*** 19553;;;***
19534 19554
19535;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22388 6373 720161 19555;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22387 39327 511707
19536;;;;;; 353000)) 19556;;;;;; 937000))
19537;;; Generated autoloads from gnus/nndiary.el 19557;;; Generated autoloads from gnus/nndiary.el
19538 19558
19539(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19559(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19543,8 +19563,8 @@ Generate NOV databases in all nndiary directories.
19543 19563
19544;;;*** 19564;;;***
19545 19565
19546;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22388 6373 725161 19566;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22387 39327 513707
19547;;;;;; 403000)) 19567;;;;;; 930000))
19548;;; Generated autoloads from gnus/nndoc.el 19568;;; Generated autoloads from gnus/nndoc.el
19549 19569
19550(autoload 'nndoc-add-type "nndoc" "\ 19570(autoload 'nndoc-add-type "nndoc" "\
@@ -19558,8 +19578,8 @@ symbol in the alist.
19558 19578
19559;;;*** 19579;;;***
19560 19580
19561;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22388 6373 768161 19581;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22387 39327
19562;;;;;; 825000)) 19582;;;;;; 514707 926000))
19563;;; Generated autoloads from gnus/nnfolder.el 19583;;; Generated autoloads from gnus/nnfolder.el
19564 19584
19565(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19585(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19570,7 +19590,7 @@ This command does not work if you use short group names.
19570 19590
19571;;;*** 19591;;;***
19572 19592
19573;;;### (autoloads nil "nnml" "gnus/nnml.el" (22388 6374 14164 244000)) 19593;;;### (autoloads nil "nnml" "gnus/nnml.el" (22387 39327 523707 894000))
19574;;; Generated autoloads from gnus/nnml.el 19594;;; Generated autoloads from gnus/nnml.el
19575 19595
19576(autoload 'nnml-generate-nov-databases "nnml" "\ 19596(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19580,7 +19600,7 @@ Generate NOV databases in all nnml directories.
19580 19600
19581;;;*** 19601;;;***
19582 19602
19583;;;### (autoloads nil "novice" "novice.el" (22388 5707 314607 736000)) 19603;;;### (autoloads nil "novice" "novice.el" (22387 39326 702710 825000))
19584;;; Generated autoloads from novice.el 19604;;; Generated autoloads from novice.el
19585 19605
19586(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") 19606(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
@@ -19612,8 +19632,8 @@ future sessions.
19612 19632
19613;;;*** 19633;;;***
19614 19634
19615;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22388 19635;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22387
19616;;;;;; 6389 478316 324000)) 19636;;;;;; 39328 538704 271000))
19617;;; Generated autoloads from textmodes/nroff-mode.el 19637;;; Generated autoloads from textmodes/nroff-mode.el
19618 19638
19619(autoload 'nroff-mode "nroff-mode" "\ 19639(autoload 'nroff-mode "nroff-mode" "\
@@ -19627,14 +19647,14 @@ closing requests for requests that are used in matched pairs.
19627 19647
19628;;;*** 19648;;;***
19629 19649
19630;;;### (autoloads nil "ntlm" "net/ntlm.el" (22388 6377 844201 910000)) 19650;;;### (autoloads nil "ntlm" "net/ntlm.el" (22387 39327 985706 245000))
19631;;; Generated autoloads from net/ntlm.el 19651;;; Generated autoloads from net/ntlm.el
19632(push (purecopy '(ntlm 2 0 0)) package--builtin-versions) 19652(push (purecopy '(ntlm 2 0 0)) package--builtin-versions)
19633 19653
19634;;;*** 19654;;;***
19635 19655
19636;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22388 6379 19656;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22387 39328
19637;;;;;; 155214 803000)) 19657;;;;;; 40706 49000))
19638;;; Generated autoloads from nxml/nxml-glyph.el 19658;;; Generated autoloads from nxml/nxml-glyph.el
19639 19659
19640(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19660(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19646,8 +19666,8 @@ Return nil if the face cannot display a glyph for N.
19646 19666
19647;;;*** 19667;;;***
19648 19668
19649;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22388 6379 19669;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22387 39328
19650;;;;;; 228215 522000)) 19670;;;;;; 41706 45000))
19651;;; Generated autoloads from nxml/nxml-mode.el 19671;;; Generated autoloads from nxml/nxml-mode.el
19652 19672
19653(autoload 'nxml-mode "nxml-mode" "\ 19673(autoload 'nxml-mode "nxml-mode" "\
@@ -19707,8 +19727,8 @@ Many aspects this mode can be customized using
19707 19727
19708;;;*** 19728;;;***
19709 19729
19710;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22388 6379 19730;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22387 39328
19711;;;;;; 309216 317000)) 19731;;;;;; 60705 977000))
19712;;; Generated autoloads from nxml/nxml-uchnm.el 19732;;; Generated autoloads from nxml/nxml-uchnm.el
19713 19733
19714(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19734(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19720,8 +19740,8 @@ the variable `nxml-enabled-unicode-blocks'.
19720 19740
19721;;;*** 19741;;;***
19722 19742
19723;;;### (autoloads nil "octave" "progmodes/octave.el" (22388 6387 19743;;;### (autoloads nil "octave" "progmodes/octave.el" (22387 39328
19724;;;;;; 328295 179000)) 19744;;;;;; 370704 870000))
19725;;; Generated autoloads from progmodes/octave.el 19745;;; Generated autoloads from progmodes/octave.el
19726 19746
19727(autoload 'octave-mode "octave" "\ 19747(autoload 'octave-mode "octave" "\
@@ -19758,8 +19778,8 @@ startup file, `~/.emacs-octave'.
19758 19778
19759;;;*** 19779;;;***
19760 19780
19761;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22388 6387 19781;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22387 39328
19762;;;;;; 367295 563000)) 19782;;;;;; 372704 863000))
19763;;; Generated autoloads from progmodes/opascal.el 19783;;; Generated autoloads from progmodes/opascal.el
19764 19784
19765(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") 19785(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4")
@@ -19794,7 +19814,7 @@ Coloring:
19794 19814
19795;;;*** 19815;;;***
19796 19816
19797;;;### (autoloads nil "org" "org/org.el" (22388 6381 830241 110000)) 19817;;;### (autoloads nil "org" "org/org.el" (22578 62356 737212 46000))
19798;;; Generated autoloads from org/org.el 19818;;; Generated autoloads from org/org.el
19799 19819
19800(autoload 'org-babel-do-load-languages "org" "\ 19820(autoload 'org-babel-do-load-languages "org" "\
@@ -20015,8 +20035,8 @@ Call the customize function with org as argument.
20015 20035
20016;;;*** 20036;;;***
20017 20037
20018;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22388 6380 20038;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22387 39328
20019;;;;;; 492227 952000)) 20039;;;;;; 198705 484000))
20020;;; Generated autoloads from org/org-agenda.el 20040;;; Generated autoloads from org/org-agenda.el
20021 20041
20022(autoload 'org-toggle-sticky-agenda "org-agenda" "\ 20042(autoload 'org-toggle-sticky-agenda "org-agenda" "\
@@ -20289,8 +20309,8 @@ to override `appt-message-warning-time'.
20289 20309
20290;;;*** 20310;;;***
20291 20311
20292;;;### (autoloads nil "org-capture" "org/org-capture.el" (22388 6380 20312;;;### (autoloads nil "org-capture" "org/org-capture.el" (22387 39328
20293;;;;;; 765230 636000)) 20313;;;;;; 202705 470000))
20294;;; Generated autoloads from org/org-capture.el 20314;;; Generated autoloads from org/org-capture.el
20295 20315
20296(autoload 'org-capture-string "org-capture" "\ 20316(autoload 'org-capture-string "org-capture" "\
@@ -20332,8 +20352,8 @@ Set `org-capture-templates' to be similar to `org-remember-templates'.
20332 20352
20333;;;*** 20353;;;***
20334 20354
20335;;;### (autoloads nil "org-colview" "org/org-colview.el" (22388 6380 20355;;;### (autoloads nil "org-colview" "org/org-colview.el" (22387 39328
20336;;;;;; 918232 141000)) 20356;;;;;; 205705 459000))
20337;;; Generated autoloads from org/org-colview.el 20357;;; Generated autoloads from org/org-colview.el
20338 20358
20339(autoload 'org-columns-remove-overlays "org-colview" "\ 20359(autoload 'org-columns-remove-overlays "org-colview" "\
@@ -20396,8 +20416,8 @@ Turn on or update column view in the agenda.
20396 20416
20397;;;*** 20417;;;***
20398 20418
20399;;;### (autoloads nil "org-compat" "org/org-compat.el" (22388 6380 20419;;;### (autoloads nil "org-compat" "org/org-compat.el" (22387 39328
20400;;;;;; 946232 416000)) 20420;;;;;; 205705 459000))
20401;;; Generated autoloads from org/org-compat.el 20421;;; Generated autoloads from org/org-compat.el
20402 20422
20403(autoload 'org-check-version "org-compat" "\ 20423(autoload 'org-check-version "org-compat" "\
@@ -20407,8 +20427,8 @@ Try very hard to provide sensible version strings.
20407 20427
20408;;;*** 20428;;;***
20409 20429
20410;;;### (autoloads nil "org-macs" "org/org-macs.el" (22388 6381 325236 20430;;;### (autoloads nil "org-macs" "org/org-macs.el" (22387 39328 221705
20411;;;;;; 144000)) 20431;;;;;; 402000))
20412;;; Generated autoloads from org/org-macs.el 20432;;; Generated autoloads from org/org-macs.el
20413 20433
20414(autoload 'org-load-noerror-mustsuffix "org-macs" "\ 20434(autoload 'org-load-noerror-mustsuffix "org-macs" "\
@@ -20418,8 +20438,8 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a
20418 20438
20419;;;*** 20439;;;***
20420 20440
20421;;;### (autoloads nil "org-version" "org/org-version.el" (22388 6381 20441;;;### (autoloads nil "org-version" "org/org-version.el" (22387 39328
20422;;;;;; 568238 534000)) 20442;;;;;; 229705 374000))
20423;;; Generated autoloads from org/org-version.el 20443;;; Generated autoloads from org/org-version.el
20424 20444
20425(autoload 'org-release "org-version" "\ 20445(autoload 'org-release "org-version" "\
@@ -20436,7 +20456,8 @@ The Git version of org-mode.
20436 20456
20437;;;*** 20457;;;***
20438 20458
20439;;;### (autoloads nil "outline" "outline.el" (22388 5707 326607 854000)) 20459;;;### (autoloads nil "outline" "outline.el" (22578 62356 737212
20460;;;;;; 46000))
20440;;; Generated autoloads from outline.el 20461;;; Generated autoloads from outline.el
20441(put 'outline-regexp 'safe-local-variable 'stringp) 20462(put 'outline-regexp 'safe-local-variable 'stringp)
20442(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 20463(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -20479,8 +20500,8 @@ See the command `outline-mode' for more information on this mode.
20479 20500
20480;;;*** 20501;;;***
20481 20502
20482;;;### (autoloads nil "package" "emacs-lisp/package.el" (22420 38537 20503;;;### (autoloads nil "package" "emacs-lisp/package.el" (22421 48078
20483;;;;;; 270424 442000)) 20504;;;;;; 37624 440000))
20484;;; Generated autoloads from emacs-lisp/package.el 20505;;; Generated autoloads from emacs-lisp/package.el
20485(push (purecopy '(package 1 1 0)) package--builtin-versions) 20506(push (purecopy '(package 1 1 0)) package--builtin-versions)
20486 20507
@@ -20598,7 +20619,7 @@ The list is displayed in a buffer named `*Packages*'.
20598 20619
20599;;;*** 20620;;;***
20600 20621
20601;;;### (autoloads nil "paren" "paren.el" (22388 5707 384608 424000)) 20622;;;### (autoloads nil "paren" "paren.el" (22387 39326 859710 265000))
20602;;; Generated autoloads from paren.el 20623;;; Generated autoloads from paren.el
20603 20624
20604(defvar show-paren-mode nil "\ 20625(defvar show-paren-mode nil "\
@@ -20625,8 +20646,8 @@ matching parenthesis is highlighted in `show-paren-style' after
20625 20646
20626;;;*** 20647;;;***
20627 20648
20628;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22388 20649;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22387
20629;;;;;; 6368 186106 930000)) 20650;;;;;; 39327 112709 362000))
20630;;; Generated autoloads from calendar/parse-time.el 20651;;; Generated autoloads from calendar/parse-time.el
20631(put 'parse-time-rules 'risky-local-variable t) 20652(put 'parse-time-rules 'risky-local-variable t)
20632 20653
@@ -20639,8 +20660,8 @@ unknown are returned as nil.
20639 20660
20640;;;*** 20661;;;***
20641 20662
20642;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22388 6387 20663;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22387 39328
20643;;;;;; 391295 799000)) 20664;;;;;; 373704 859000))
20644;;; Generated autoloads from progmodes/pascal.el 20665;;; Generated autoloads from progmodes/pascal.el
20645 20666
20646(autoload 'pascal-mode "pascal" "\ 20667(autoload 'pascal-mode "pascal" "\
@@ -20689,8 +20710,8 @@ See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
20689 20710
20690;;;*** 20711;;;***
20691 20712
20692;;;### (autoloads nil "password-cache" "password-cache.el" (22388 20713;;;### (autoloads nil "password-cache" "password-cache.el" (22387
20693;;;;;; 5707 386608 444000)) 20714;;;;;; 39326 860710 261000))
20694;;; Generated autoloads from password-cache.el 20715;;; Generated autoloads from password-cache.el
20695 20716
20696(defvar password-cache t "\ 20717(defvar password-cache t "\
@@ -20711,8 +20732,8 @@ Check if KEY is in the cache.
20711 20732
20712;;;*** 20733;;;***
20713 20734
20714;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22388 6369 618121 20735;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22387 39327
20715;;;;;; 13000)) 20736;;;;;; 315708 637000))
20716;;; Generated autoloads from emacs-lisp/pcase.el 20737;;; Generated autoloads from emacs-lisp/pcase.el
20717 20738
20718(autoload 'pcase "pcase" "\ 20739(autoload 'pcase "pcase" "\
@@ -20832,8 +20853,8 @@ to this macro.
20832 20853
20833;;;*** 20854;;;***
20834 20855
20835;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22388 5707 387608 20856;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22387 39326 860710
20836;;;;;; 454000)) 20857;;;;;; 261000))
20837;;; Generated autoloads from pcmpl-cvs.el 20858;;; Generated autoloads from pcmpl-cvs.el
20838 20859
20839(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20860(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20843,8 +20864,8 @@ Completion rules for the `cvs' command.
20843 20864
20844;;;*** 20865;;;***
20845 20866
20846;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22388 5707 389608 20867;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22387 39326 863710
20847;;;;;; 473000)) 20868;;;;;; 251000))
20848;;; Generated autoloads from pcmpl-gnu.el 20869;;; Generated autoloads from pcmpl-gnu.el
20849 20870
20850(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20871(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20871,8 +20892,8 @@ Completion for the GNU tar utility.
20871 20892
20872;;;*** 20893;;;***
20873 20894
20874;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22388 5707 20895;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22387 39326
20875;;;;;; 397608 552000)) 20896;;;;;; 863710 251000))
20876;;; Generated autoloads from pcmpl-linux.el 20897;;; Generated autoloads from pcmpl-linux.el
20877 20898
20878(autoload 'pcomplete/kill "pcmpl-linux" "\ 20899(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20892,8 +20913,8 @@ Completion for GNU/Linux `mount'.
20892 20913
20893;;;*** 20914;;;***
20894 20915
20895;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22388 5707 398608 20916;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22387 39326 863710
20896;;;;;; 562000)) 20917;;;;;; 251000))
20897;;; Generated autoloads from pcmpl-rpm.el 20918;;; Generated autoloads from pcmpl-rpm.el
20898 20919
20899(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20920(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20903,8 +20924,8 @@ Completion for the `rpm' command.
20903 20924
20904;;;*** 20925;;;***
20905 20926
20906;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22388 5707 426608 20927;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22387 39326 869710
20907;;;;;; 837000)) 20928;;;;;; 229000))
20908;;; Generated autoloads from pcmpl-unix.el 20929;;; Generated autoloads from pcmpl-unix.el
20909 20930
20910(autoload 'pcomplete/cd "pcmpl-unix" "\ 20931(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20959,7 +20980,8 @@ Includes files as well as host names followed by a colon.
20959 20980
20960;;;*** 20981;;;***
20961 20982
20962;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22388 5707 427608 847000)) 20983;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22387 39326 870710
20984;;;;;; 226000))
20963;;; Generated autoloads from pcmpl-x.el 20985;;; Generated autoloads from pcmpl-x.el
20964 20986
20965(autoload 'pcomplete/tlmgr "pcmpl-x" "\ 20987(autoload 'pcomplete/tlmgr "pcmpl-x" "\
@@ -20983,8 +21005,8 @@ Completion for the `ag' command.
20983 21005
20984;;;*** 21006;;;***
20985 21007
20986;;;### (autoloads nil "pcomplete" "pcomplete.el" (22388 5707 441608 21008;;;### (autoloads nil "pcomplete" "pcomplete.el" (22387 39326 871710
20987;;;;;; 985000)) 21009;;;;;; 222000))
20988;;; Generated autoloads from pcomplete.el 21010;;; Generated autoloads from pcomplete.el
20989 21011
20990(autoload 'pcomplete "pcomplete" "\ 21012(autoload 'pcomplete "pcomplete" "\
@@ -21041,7 +21063,7 @@ Setup `shell-mode' to use pcomplete.
21041 21063
21042;;;*** 21064;;;***
21043 21065
21044;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22388 6391 236333 612000)) 21066;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22578 62356 750211 976000))
21045;;; Generated autoloads from vc/pcvs.el 21067;;; Generated autoloads from vc/pcvs.el
21046 21068
21047(autoload 'cvs-checkout "pcvs" "\ 21069(autoload 'cvs-checkout "pcvs" "\
@@ -21116,8 +21138,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21116 21138
21117;;;*** 21139;;;***
21118 21140
21119;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22388 6391 155332 21141;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22387 39328
21120;;;;;; 816000)) 21142;;;;;; 664703 821000))
21121;;; Generated autoloads from vc/pcvs-defs.el 21143;;; Generated autoloads from vc/pcvs-defs.el
21122 21144
21123(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)) "\ 21145(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)) "\
@@ -21125,8 +21147,8 @@ Global menu used by PCL-CVS.")
21125 21147
21126;;;*** 21148;;;***
21127 21149
21128;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22388 21150;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22387
21129;;;;;; 6387 473296 605000)) 21151;;;;;; 39328 374704 856000))
21130;;; Generated autoloads from progmodes/perl-mode.el 21152;;; Generated autoloads from progmodes/perl-mode.el
21131(put 'perl-indent-level 'safe-local-variable 'integerp) 21153(put 'perl-indent-level 'safe-local-variable 'integerp)
21132(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 21154(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21187,8 +21209,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21187 21209
21188;;;*** 21210;;;***
21189 21211
21190;;;### (autoloads nil "picture" "textmodes/picture.el" (22388 6389 21212;;;### (autoloads nil "picture" "textmodes/picture.el" (22387 39328
21191;;;;;; 521316 747000)) 21213;;;;;; 540704 263000))
21192;;; Generated autoloads from textmodes/picture.el 21214;;; Generated autoloads from textmodes/picture.el
21193 21215
21194(autoload 'picture-mode "picture" "\ 21216(autoload 'picture-mode "picture" "\
@@ -21268,8 +21290,8 @@ they are not by default assigned to keys.
21268 21290
21269;;;*** 21291;;;***
21270 21292
21271;;;### (autoloads nil "pinentry" "net/pinentry.el" (22388 6377 846201 21293;;;### (autoloads nil "pinentry" "net/pinentry.el" (22387 39327 986706
21272;;;;;; 930000)) 21294;;;;;; 241000))
21273;;; Generated autoloads from net/pinentry.el 21295;;; Generated autoloads from net/pinentry.el
21274(push (purecopy '(pinentry 0 1)) package--builtin-versions) 21296(push (purecopy '(pinentry 0 1)) package--builtin-versions)
21275 21297
@@ -21286,8 +21308,8 @@ will not be shown.
21286 21308
21287;;;*** 21309;;;***
21288 21310
21289;;;### (autoloads nil "plstore" "gnus/plstore.el" (22388 6374 119165 21311;;;### (autoloads nil "plstore" "gnus/plstore.el" (22387 39327 528707
21290;;;;;; 277000)) 21312;;;;;; 877000))
21291;;; Generated autoloads from gnus/plstore.el 21313;;; Generated autoloads from gnus/plstore.el
21292 21314
21293(autoload 'plstore-open "plstore" "\ 21315(autoload 'plstore-open "plstore" "\
@@ -21302,7 +21324,8 @@ Major mode for editing PLSTORE files.
21302 21324
21303;;;*** 21325;;;***
21304 21326
21305;;;### (autoloads nil "po" "textmodes/po.el" (22388 6389 566317 189000)) 21327;;;### (autoloads nil "po" "textmodes/po.el" (22387 39328 540704
21328;;;;;; 263000))
21306;;; Generated autoloads from textmodes/po.el 21329;;; Generated autoloads from textmodes/po.el
21307 21330
21308(autoload 'po-find-file-coding-system "po" "\ 21331(autoload 'po-find-file-coding-system "po" "\
@@ -21313,7 +21336,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21313 21336
21314;;;*** 21337;;;***
21315 21338
21316;;;### (autoloads nil "pong" "play/pong.el" (22388 6383 433256 875000)) 21339;;;### (autoloads nil "pong" "play/pong.el" (22387 39328 266705 242000))
21317;;; Generated autoloads from play/pong.el 21340;;; Generated autoloads from play/pong.el
21318 21341
21319(autoload 'pong "pong" "\ 21342(autoload 'pong "pong" "\
@@ -21329,7 +21352,7 @@ pong-mode keybindings:\\<pong-mode-map>
21329 21352
21330;;;*** 21353;;;***
21331 21354
21332;;;### (autoloads nil "pop3" "gnus/pop3.el" (22388 6374 119165 277000)) 21355;;;### (autoloads nil "pop3" "gnus/pop3.el" (22387 39327 529707 873000))
21333;;; Generated autoloads from gnus/pop3.el 21356;;; Generated autoloads from gnus/pop3.el
21334 21357
21335(autoload 'pop3-movemail "pop3" "\ 21358(autoload 'pop3-movemail "pop3" "\
@@ -21340,8 +21363,8 @@ Use streaming commands.
21340 21363
21341;;;*** 21364;;;***
21342 21365
21343;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22388 6369 620121 21366;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22387 39327 315708
21344;;;;;; 33000)) 21367;;;;;; 637000))
21345;;; Generated autoloads from emacs-lisp/pp.el 21368;;; Generated autoloads from emacs-lisp/pp.el
21346 21369
21347(autoload 'pp-to-string "pp" "\ 21370(autoload 'pp-to-string "pp" "\
@@ -21391,8 +21414,8 @@ Ignores leading comment characters.
21391 21414
21392;;;*** 21415;;;***
21393 21416
21394;;;### (autoloads nil "printing" "printing.el" (22388 5707 557610 21417;;;### (autoloads nil "printing" "printing.el" (22578 62356 738212
21395;;;;;; 126000)) 21418;;;;;; 40000))
21396;;; Generated autoloads from printing.el 21419;;; Generated autoloads from printing.el
21397(push (purecopy '(printing 6 9 3)) package--builtin-versions) 21420(push (purecopy '(printing 6 9 3)) package--builtin-versions)
21398 21421
@@ -21980,7 +22003,7 @@ are both set to t.
21980 22003
21981;;;*** 22004;;;***
21982 22005
21983;;;### (autoloads nil "proced" "proced.el" (22388 5707 663611 168000)) 22006;;;### (autoloads nil "proced" "proced.el" (22387 39326 874710 211000))
21984;;; Generated autoloads from proced.el 22007;;; Generated autoloads from proced.el
21985 22008
21986(autoload 'proced "proced" "\ 22009(autoload 'proced "proced" "\
@@ -21998,8 +22021,8 @@ Proced buffers.
21998 22021
21999;;;*** 22022;;;***
22000 22023
22001;;;### (autoloads nil "profiler" "profiler.el" (22431 53468 722634 22024;;;### (autoloads nil "profiler" "profiler.el" (22432 21609 980325
22002;;;;;; 211000)) 22025;;;;;; 95000))
22003;;; Generated autoloads from profiler.el 22026;;; Generated autoloads from profiler.el
22004 22027
22005(autoload 'profiler-start "profiler" "\ 22028(autoload 'profiler-start "profiler" "\
@@ -22027,8 +22050,8 @@ Open profile FILENAME.
22027 22050
22028;;;*** 22051;;;***
22029 22052
22030;;;### (autoloads nil "project" "progmodes/project.el" (22388 6387 22053;;;### (autoloads nil "project" "progmodes/project.el" (22387 39328
22031;;;;;; 479296 664000)) 22054;;;;;; 379704 838000))
22032;;; Generated autoloads from progmodes/project.el 22055;;; Generated autoloads from progmodes/project.el
22033 22056
22034(autoload 'project-current "project" "\ 22057(autoload 'project-current "project" "\
@@ -22070,8 +22093,8 @@ recognized.
22070 22093
22071;;;*** 22094;;;***
22072 22095
22073;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22388 6387 22096;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22387 39328
22074;;;;;; 512296 989000)) 22097;;;;;; 381704 831000))
22075;;; Generated autoloads from progmodes/prolog.el 22098;;; Generated autoloads from progmodes/prolog.el
22076 22099
22077(autoload 'prolog-mode "prolog" "\ 22100(autoload 'prolog-mode "prolog" "\
@@ -22104,7 +22127,7 @@ With prefix argument ARG, restart the Prolog process if running before.
22104 22127
22105;;;*** 22128;;;***
22106 22129
22107;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22388 5707 728611 808000)) 22130;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22387 39326 876710 204000))
22108;;; Generated autoloads from ps-bdf.el 22131;;; Generated autoloads from ps-bdf.el
22109 22132
22110(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ 22133(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\
@@ -22115,8 +22138,8 @@ The default value is (\"/usr/local/share/emacs/fonts/bdf\").")
22115 22138
22116;;;*** 22139;;;***
22117 22140
22118;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22388 6387 22141;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22387 39328
22119;;;;;; 553297 392000)) 22142;;;;;; 381704 831000))
22120;;; Generated autoloads from progmodes/ps-mode.el 22143;;; Generated autoloads from progmodes/ps-mode.el
22121(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) 22144(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions)
22122 22145
@@ -22162,8 +22185,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22162 22185
22163;;;*** 22186;;;***
22164 22187
22165;;;### (autoloads nil "ps-print" "ps-print.el" (22388 5707 937613 22188;;;### (autoloads nil "ps-print" "ps-print.el" (22387 39326 881710
22166;;;;;; 863000)) 22189;;;;;; 186000))
22167;;; Generated autoloads from ps-print.el 22190;;; Generated autoloads from ps-print.el
22168(push (purecopy '(ps-print 7 3 5)) package--builtin-versions) 22191(push (purecopy '(ps-print 7 3 5)) package--builtin-versions)
22169 22192
@@ -22360,8 +22383,8 @@ If EXTENSION is any other symbol, it is ignored.
22360 22383
22361;;;*** 22384;;;***
22362 22385
22363;;;### (autoloads nil "pulse" "cedet/pulse.el" (22388 6368 485109 22386;;;### (autoloads nil "pulse" "cedet/pulse.el" (22387 39327 137709
22364;;;;;; 870000)) 22387;;;;;; 272000))
22365;;; Generated autoloads from cedet/pulse.el 22388;;; Generated autoloads from cedet/pulse.el
22366(push (purecopy '(pulse 1 0)) package--builtin-versions) 22389(push (purecopy '(pulse 1 0)) package--builtin-versions)
22367 22390
@@ -22379,8 +22402,8 @@ Optional argument FACE specifies the face to do the highlighting.
22379 22402
22380;;;*** 22403;;;***
22381 22404
22382;;;### (autoloads nil "python" "progmodes/python.el" (22388 6387 22405;;;### (autoloads nil "python" "progmodes/python.el" (22578 62356
22383;;;;;; 635298 199000)) 22406;;;;;; 743212 14000))
22384;;; Generated autoloads from progmodes/python.el 22407;;; Generated autoloads from progmodes/python.el
22385(push (purecopy '(python 0 25 1)) package--builtin-versions) 22408(push (purecopy '(python 0 25 1)) package--builtin-versions)
22386 22409
@@ -22417,7 +22440,7 @@ Major mode for editing Python files.
22417 22440
22418;;;*** 22441;;;***
22419 22442
22420;;;### (autoloads nil "qp" "gnus/qp.el" (22388 6374 122165 307000)) 22443;;;### (autoloads nil "qp" "gnus/qp.el" (22387 39327 530707 869000))
22421;;; Generated autoloads from gnus/qp.el 22444;;; Generated autoloads from gnus/qp.el
22422 22445
22423(autoload 'quoted-printable-decode-region "qp" "\ 22446(autoload 'quoted-printable-decode-region "qp" "\
@@ -22436,8 +22459,8 @@ them into characters should be done separately.
22436 22459
22437;;;*** 22460;;;***
22438 22461
22439;;;### (autoloads nil "quail" "international/quail.el" (22388 6374 22462;;;### (autoloads nil "quail" "international/quail.el" (22387 39327
22440;;;;;; 689170 883000)) 22463;;;;;; 616707 562000))
22441;;; Generated autoloads from international/quail.el 22464;;; Generated autoloads from international/quail.el
22442 22465
22443(autoload 'quail-title "quail" "\ 22466(autoload 'quail-title "quail" "\
@@ -22667,8 +22690,8 @@ of each directory.
22667 22690
22668;;;*** 22691;;;***
22669 22692
22670;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22388 22693;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22387
22671;;;;;; 7510 443340 205000)) 22694;;;;;; 39327 824706 820000))
22672;;; Generated autoloads from leim/quail/hangul.el 22695;;; Generated autoloads from leim/quail/hangul.el
22673 22696
22674(autoload 'hangul-input-method-activate "quail/hangul" "\ 22697(autoload 'hangul-input-method-activate "quail/hangul" "\
@@ -22681,7 +22704,7 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'.
22681;;;*** 22704;;;***
22682 22705
22683;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el" 22706;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el"
22684;;;;;; (22388 7511 889354 425000)) 22707;;;;;; (22387 39327 864706 677000))
22685;;; Generated autoloads from leim/quail/uni-input.el 22708;;; Generated autoloads from leim/quail/uni-input.el
22686 22709
22687(autoload 'ucs-input-activate "quail/uni-input" "\ 22710(autoload 'ucs-input-activate "quail/uni-input" "\
@@ -22695,8 +22718,8 @@ While this input method is active, the variable
22695 22718
22696;;;*** 22719;;;***
22697 22720
22698;;;### (autoloads nil "quickurl" "net/quickurl.el" (22388 6377 884202 22721;;;### (autoloads nil "quickurl" "net/quickurl.el" (22387 39327 986706
22699;;;;;; 303000)) 22722;;;;;; 241000))
22700;;; Generated autoloads from net/quickurl.el 22723;;; Generated autoloads from net/quickurl.el
22701 22724
22702(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 22725(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
@@ -22767,7 +22790,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22767 22790
22768;;;*** 22791;;;***
22769 22792
22770;;;### (autoloads nil "rcirc" "net/rcirc.el" (22388 6377 971203 159000)) 22793;;;### (autoloads nil "rcirc" "net/rcirc.el" (22387 39327 987706
22794;;;;;; 238000))
22771;;; Generated autoloads from net/rcirc.el 22795;;; Generated autoloads from net/rcirc.el
22772 22796
22773(autoload 'rcirc "rcirc" "\ 22797(autoload 'rcirc "rcirc" "\
@@ -22806,8 +22830,8 @@ if ARG is omitted or nil.
22806 22830
22807;;;*** 22831;;;***
22808 22832
22809;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22388 22833;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22387
22810;;;;;; 6369 628121 111000)) 22834;;;;;; 39327 315708 637000))
22811;;; Generated autoloads from emacs-lisp/re-builder.el 22835;;; Generated autoloads from emacs-lisp/re-builder.el
22812 22836
22813(defalias 'regexp-builder 're-builder) 22837(defalias 'regexp-builder 're-builder)
@@ -22825,7 +22849,8 @@ matching parts of the target buffer will be highlighted.
22825 22849
22826;;;*** 22850;;;***
22827 22851
22828;;;### (autoloads nil "recentf" "recentf.el" (22388 5708 102615 486000)) 22852;;;### (autoloads nil "recentf" "recentf.el" (22387 39326 883710
22853;;;;;; 179000))
22829;;; Generated autoloads from recentf.el 22854;;; Generated autoloads from recentf.el
22830 22855
22831(defvar recentf-mode nil "\ 22856(defvar recentf-mode nil "\
@@ -22852,7 +22877,7 @@ were operated on recently.
22852 22877
22853;;;*** 22878;;;***
22854 22879
22855;;;### (autoloads nil "rect" "rect.el" (22420 38537 290424 639000)) 22880;;;### (autoloads nil "rect" "rect.el" (22578 62356 744212 8000))
22856;;; Generated autoloads from rect.el 22881;;; Generated autoloads from rect.el
22857 22882
22858(autoload 'delete-rectangle "rect" "\ 22883(autoload 'delete-rectangle "rect" "\
@@ -22992,8 +23017,8 @@ Activates the region if needed. Only lasts until the region is deactivated.
22992 23017
22993;;;*** 23018;;;***
22994 23019
22995;;;### (autoloads nil "refill" "textmodes/refill.el" (22388 6389 23020;;;### (autoloads nil "refill" "textmodes/refill.el" (22387 39328
22996;;;;;; 566317 189000)) 23021;;;;;; 545704 246000))
22997;;; Generated autoloads from textmodes/refill.el 23022;;; Generated autoloads from textmodes/refill.el
22998 23023
22999(autoload 'refill-mode "refill" "\ 23024(autoload 'refill-mode "refill" "\
@@ -23013,8 +23038,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
23013 23038
23014;;;*** 23039;;;***
23015 23040
23016;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22388 6389 23041;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22387 39328
23017;;;;;; 951320 975000)) 23042;;;;;; 554704 213000))
23018;;; Generated autoloads from textmodes/reftex.el 23043;;; Generated autoloads from textmodes/reftex.el
23019(autoload 'reftex-citation "reftex-cite" nil t) 23044(autoload 'reftex-citation "reftex-cite" nil t)
23020(autoload 'reftex-all-document-files "reftex-parse") 23045(autoload 'reftex-all-document-files "reftex-parse")
@@ -23067,8 +23092,8 @@ This enforces rescanning the buffer on next use.
23067 23092
23068;;;*** 23093;;;***
23069 23094
23070;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22388 23095;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22387
23071;;;;;; 6389 866320 139000)) 23096;;;;;; 39328 552704 220000))
23072;;; Generated autoloads from textmodes/reftex-vars.el 23097;;; Generated autoloads from textmodes/reftex-vars.el
23073(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23098(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23074(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23099(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23077,8 +23102,8 @@ This enforces rescanning the buffer on next use.
23077 23102
23078;;;*** 23103;;;***
23079 23104
23080;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22489 23105;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22490
23081;;;;;; 43024 126096 745000)) 23106;;;;;; 22723 775600 274000))
23082;;; Generated autoloads from emacs-lisp/regexp-opt.el 23107;;; Generated autoloads from emacs-lisp/regexp-opt.el
23083 23108
23084(autoload 'regexp-opt "regexp-opt" "\ 23109(autoload 'regexp-opt "regexp-opt" "\
@@ -23133,15 +23158,15 @@ This means the number of non-shy regexp grouping constructs
23133 23158
23134;;;*** 23159;;;***
23135 23160
23136;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22388 6369 632121 23161;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22387 39327 316708
23137;;;;;; 150000)) 23162;;;;;; 633000))
23138;;; Generated autoloads from emacs-lisp/regi.el 23163;;; Generated autoloads from emacs-lisp/regi.el
23139(push (purecopy '(regi 1 8)) package--builtin-versions) 23164(push (purecopy '(regi 1 8)) package--builtin-versions)
23140 23165
23141;;;*** 23166;;;***
23142 23167
23143;;;### (autoloads nil "remember" "textmodes/remember.el" (22388 6389 23168;;;### (autoloads nil "remember" "textmodes/remember.el" (22387 39328
23144;;;;;; 996321 418000)) 23169;;;;;; 554704 213000))
23145;;; Generated autoloads from textmodes/remember.el 23170;;; Generated autoloads from textmodes/remember.el
23146(push (purecopy '(remember 2 0)) package--builtin-versions) 23171(push (purecopy '(remember 2 0)) package--builtin-versions)
23147 23172
@@ -23195,7 +23220,7 @@ to turn the *scratch* buffer into your notes buffer.
23195 23220
23196;;;*** 23221;;;***
23197 23222
23198;;;### (autoloads nil "repeat" "repeat.el" (22388 5708 226616 706000)) 23223;;;### (autoloads nil "repeat" "repeat.el" (22387 39326 885710 172000))
23199;;; Generated autoloads from repeat.el 23224;;; Generated autoloads from repeat.el
23200(push (purecopy '(repeat 0 51)) package--builtin-versions) 23225(push (purecopy '(repeat 0 51)) package--builtin-versions)
23201 23226
@@ -23218,8 +23243,8 @@ recently executed command not bound to an input event\".
23218 23243
23219;;;*** 23244;;;***
23220 23245
23221;;;### (autoloads nil "reporter" "mail/reporter.el" (22388 6375 640180 23246;;;### (autoloads nil "reporter" "mail/reporter.el" (22387 39327
23222;;;;;; 235000)) 23247;;;;;; 929706 445000))
23223;;; Generated autoloads from mail/reporter.el 23248;;; Generated autoloads from mail/reporter.el
23224 23249
23225(autoload 'reporter-submit-bug-report "reporter" "\ 23250(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23250,8 +23275,8 @@ mail-sending package is used for editing and sending the message.
23250 23275
23251;;;*** 23276;;;***
23252 23277
23253;;;### (autoloads nil "reposition" "reposition.el" (22388 5708 409618 23278;;;### (autoloads nil "reposition" "reposition.el" (22387 39326 886710
23254;;;;;; 505000)) 23279;;;;;; 169000))
23255;;; Generated autoloads from reposition.el 23280;;; Generated autoloads from reposition.el
23256 23281
23257(autoload 'reposition-window "reposition" "\ 23282(autoload 'reposition-window "reposition" "\
@@ -23277,7 +23302,7 @@ first comment line visible (if point is in a comment).
23277 23302
23278;;;*** 23303;;;***
23279 23304
23280;;;### (autoloads nil "reveal" "reveal.el" (22388 5708 409618 505000)) 23305;;;### (autoloads nil "reveal" "reveal.el" (22387 39326 887710 165000))
23281;;; Generated autoloads from reveal.el 23306;;; Generated autoloads from reveal.el
23282 23307
23283(autoload 'reveal-mode "reveal" "\ 23308(autoload 'reveal-mode "reveal" "\
@@ -23313,8 +23338,8 @@ the mode if ARG is omitted or nil.
23313 23338
23314;;;*** 23339;;;***
23315 23340
23316;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22388 6369 634121 23341;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22387 39327 317708
23317;;;;;; 170000)) 23342;;;;;; 630000))
23318;;; Generated autoloads from emacs-lisp/ring.el 23343;;; Generated autoloads from emacs-lisp/ring.el
23319 23344
23320(autoload 'ring-p "ring" "\ 23345(autoload 'ring-p "ring" "\
@@ -23329,8 +23354,8 @@ Make a ring that can contain SIZE elements.
23329 23354
23330;;;*** 23355;;;***
23331 23356
23332;;;### (autoloads nil "rlogin" "net/rlogin.el" (22388 6377 978203 23357;;;### (autoloads nil "rlogin" "net/rlogin.el" (22387 39327 989706
23333;;;;;; 228000)) 23358;;;;;; 231000))
23334;;; Generated autoloads from net/rlogin.el 23359;;; Generated autoloads from net/rlogin.el
23335 23360
23336(autoload 'rlogin "rlogin" "\ 23361(autoload 'rlogin "rlogin" "\
@@ -23374,8 +23399,8 @@ variable.
23374 23399
23375;;;*** 23400;;;***
23376 23401
23377;;;### (autoloads nil "rmail" "mail/rmail.el" (22388 6375 722181 23402;;;### (autoloads nil "rmail" "mail/rmail.el" (22387 39327 932706
23378;;;;;; 42000)) 23403;;;;;; 434000))
23379;;; Generated autoloads from mail/rmail.el 23404;;; Generated autoloads from mail/rmail.el
23380 23405
23381(defvar rmail-file-name (purecopy "~/RMAIL") "\ 23406(defvar rmail-file-name (purecopy "~/RMAIL") "\
@@ -23572,8 +23597,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23572 23597
23573;;;*** 23598;;;***
23574 23599
23575;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22388 6375 836182 23600;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22387 39327
23576;;;;;; 163000)) 23601;;;;;; 935706 423000))
23577;;; Generated autoloads from mail/rmailout.el 23602;;; Generated autoloads from mail/rmailout.el
23578(put 'rmail-output-file-alist 'risky-local-variable t) 23603(put 'rmail-output-file-alist 'risky-local-variable t)
23579 23604
@@ -23637,8 +23662,8 @@ than appending to it. Deletes the message after writing if
23637 23662
23638;;;*** 23663;;;***
23639 23664
23640;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22388 6379 23665;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22387 39328
23641;;;;;; 311216 337000)) 23666;;;;;; 61705 974000))
23642;;; Generated autoloads from nxml/rng-cmpct.el 23667;;; Generated autoloads from nxml/rng-cmpct.el
23643 23668
23644(autoload 'rng-c-load-schema "rng-cmpct" "\ 23669(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23649,8 +23674,8 @@ Return a pattern.
23649 23674
23650;;;*** 23675;;;***
23651 23676
23652;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22388 6379 395217 23677;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22387 39328
23653;;;;;; 163000)) 23678;;;;;; 63705 966000))
23654;;; Generated autoloads from nxml/rng-nxml.el 23679;;; Generated autoloads from nxml/rng-nxml.el
23655 23680
23656(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23681(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23662,8 +23687,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23662 23687
23663;;;*** 23688;;;***
23664 23689
23665;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22388 6379 23690;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22387 39328
23666;;;;;; 440217 606000)) 23691;;;;;; 66705 956000))
23667;;; Generated autoloads from nxml/rng-valid.el 23692;;; Generated autoloads from nxml/rng-valid.el
23668 23693
23669(autoload 'rng-validate-mode "rng-valid" "\ 23694(autoload 'rng-validate-mode "rng-valid" "\
@@ -23693,8 +23718,8 @@ to use for finding the schema.
23693 23718
23694;;;*** 23719;;;***
23695 23720
23696;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22388 6379 480217 23721;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22387 39328 67705
23697;;;;;; 999000)) 23722;;;;;; 952000))
23698;;; Generated autoloads from nxml/rng-xsd.el 23723;;; Generated autoloads from nxml/rng-xsd.el
23699 23724
23700(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23725(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23721,8 +23746,8 @@ must be equal.
23721 23746
23722;;;*** 23747;;;***
23723 23748
23724;;;### (autoloads nil "robin" "international/robin.el" (22388 6374 23749;;;### (autoloads nil "robin" "international/robin.el" (22387 39327
23725;;;;;; 714171 129000)) 23750;;;;;; 617707 559000))
23726;;; Generated autoloads from international/robin.el 23751;;; Generated autoloads from international/robin.el
23727 23752
23728(autoload 'robin-define-package "robin" "\ 23753(autoload 'robin-define-package "robin" "\
@@ -23754,7 +23779,7 @@ Start using robin package NAME, which is a string.
23754 23779
23755;;;*** 23780;;;***
23756 23781
23757;;;### (autoloads nil "rot13" "rot13.el" (22388 5708 410618 514000)) 23782;;;### (autoloads nil "rot13" "rot13.el" (22387 39326 887710 165000))
23758;;; Generated autoloads from rot13.el 23783;;; Generated autoloads from rot13.el
23759 23784
23760(autoload 'rot13 "rot13" "\ 23785(autoload 'rot13 "rot13" "\
@@ -23791,8 +23816,8 @@ Toggle the use of ROT13 encoding for the current window.
23791 23816
23792;;;*** 23817;;;***
23793 23818
23794;;;### (autoloads nil "rst" "textmodes/rst.el" (22388 6390 44321 23819;;;### (autoloads nil "rst" "textmodes/rst.el" (22578 62356 749211
23795;;;;;; 890000)) 23820;;;;;; 981000))
23796;;; Generated autoloads from textmodes/rst.el 23821;;; Generated autoloads from textmodes/rst.el
23797 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23822 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23798 23823
@@ -23822,8 +23847,8 @@ for modes derived from Text mode, like Mail mode.
23822 23847
23823;;;*** 23848;;;***
23824 23849
23825;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22388 23850;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22387
23826;;;;;; 6387 729299 124000)) 23851;;;;;; 39328 385704 817000))
23827;;; Generated autoloads from progmodes/ruby-mode.el 23852;;; Generated autoloads from progmodes/ruby-mode.el
23828(push (purecopy '(ruby-mode 1 2)) package--builtin-versions) 23853(push (purecopy '(ruby-mode 1 2)) package--builtin-versions)
23829 23854
@@ -23840,8 +23865,8 @@ Major mode for editing Ruby code.
23840 23865
23841;;;*** 23866;;;***
23842 23867
23843;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22388 5708 411618 23868;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22387 39326 888710
23844;;;;;; 524000)) 23869;;;;;; 161000))
23845;;; Generated autoloads from ruler-mode.el 23870;;; Generated autoloads from ruler-mode.el
23846(push (purecopy '(ruler-mode 1 6)) package--builtin-versions) 23871(push (purecopy '(ruler-mode 1 6)) package--builtin-versions)
23847 23872
@@ -23859,8 +23884,8 @@ if ARG is omitted or nil.
23859 23884
23860;;;*** 23885;;;***
23861 23886
23862;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22388 6369 650121 23887;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22387 39327 317708
23863;;;;;; 327000)) 23888;;;;;; 630000))
23864;;; Generated autoloads from emacs-lisp/rx.el 23889;;; Generated autoloads from emacs-lisp/rx.el
23865 23890
23866(autoload 'rx-to-string "rx" "\ 23891(autoload 'rx-to-string "rx" "\
@@ -24171,15 +24196,15 @@ enclosed in `(and ...)'.
24171 24196
24172;;;*** 24197;;;***
24173 24198
24174;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22388 6378 24199;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22387 39327
24175;;;;;; 9203 533000)) 24200;;;;;; 990706 227000))
24176;;; Generated autoloads from net/sasl-ntlm.el 24201;;; Generated autoloads from net/sasl-ntlm.el
24177(push (purecopy '(sasl 1 0)) package--builtin-versions) 24202(push (purecopy '(sasl 1 0)) package--builtin-versions)
24178 24203
24179;;;*** 24204;;;***
24180 24205
24181;;;### (autoloads nil "savehist" "savehist.el" (22388 5708 411618 24206;;;### (autoloads nil "savehist" "savehist.el" (22387 39326 888710
24182;;;;;; 524000)) 24207;;;;;; 161000))
24183;;; Generated autoloads from savehist.el 24208;;; Generated autoloads from savehist.el
24184(push (purecopy '(savehist 24)) package--builtin-versions) 24209(push (purecopy '(savehist 24)) package--builtin-versions)
24185 24210
@@ -24212,8 +24237,8 @@ histories, which is probably undesirable.
24212 24237
24213;;;*** 24238;;;***
24214 24239
24215;;;### (autoloads nil "saveplace" "saveplace.el" (22388 5708 453618 24240;;;### (autoloads nil "saveplace" "saveplace.el" (22387 39326 889710
24216;;;;;; 938000)) 24241;;;;;; 158000))
24217;;; Generated autoloads from saveplace.el 24242;;; Generated autoloads from saveplace.el
24218 24243
24219(defvar save-place-mode nil "\ 24244(defvar save-place-mode nil "\
@@ -24251,8 +24276,8 @@ file:
24251 24276
24252;;;*** 24277;;;***
24253 24278
24254;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22388 6387 24279;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22387 39328
24255;;;;;; 746299 291000)) 24280;;;;;; 387704 809000))
24256;;; Generated autoloads from progmodes/scheme.el 24281;;; Generated autoloads from progmodes/scheme.el
24257 24282
24258(autoload 'scheme-mode "scheme" "\ 24283(autoload 'scheme-mode "scheme" "\
@@ -24291,8 +24316,8 @@ that variable's value is a string.
24291 24316
24292;;;*** 24317;;;***
24293 24318
24294;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22388 6374 24319;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22387 39327
24295;;;;;; 162165 700000)) 24320;;;;;; 533707 859000))
24296;;; Generated autoloads from gnus/score-mode.el 24321;;; Generated autoloads from gnus/score-mode.el
24297 24322
24298(autoload 'gnus-score-mode "score-mode" "\ 24323(autoload 'gnus-score-mode "score-mode" "\
@@ -24305,8 +24330,8 @@ This mode is an extended emacs-lisp mode.
24305 24330
24306;;;*** 24331;;;***
24307 24332
24308;;;### (autoloads nil "scroll-all" "scroll-all.el" (22388 5708 454618 24333;;;### (autoloads nil "scroll-all" "scroll-all.el" (22387 39326 890710
24309;;;;;; 948000)) 24334;;;;;; 154000))
24310;;; Generated autoloads from scroll-all.el 24335;;; Generated autoloads from scroll-all.el
24311 24336
24312(defvar scroll-all-mode nil "\ 24337(defvar scroll-all-mode nil "\
@@ -24332,8 +24357,8 @@ one window apply to all visible windows in the same frame.
24332 24357
24333;;;*** 24358;;;***
24334 24359
24335;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22388 5708 24360;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22387 39326
24336;;;;;; 509619 488000)) 24361;;;;;; 891710 151000))
24337;;; Generated autoloads from scroll-lock.el 24362;;; Generated autoloads from scroll-lock.el
24338 24363
24339(autoload 'scroll-lock-mode "scroll-lock" "\ 24364(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -24349,16 +24374,16 @@ vertically fixed relative to window boundaries during scrolling.
24349 24374
24350;;;*** 24375;;;***
24351 24376
24352;;;### (autoloads nil "secrets" "net/secrets.el" (22388 6378 21203 24377;;;### (autoloads nil "secrets" "net/secrets.el" (22387 39327 991706
24353;;;;;; 651000)) 24378;;;;;; 223000))
24354;;; Generated autoloads from net/secrets.el 24379;;; Generated autoloads from net/secrets.el
24355(when (featurep 'dbusbind) 24380(when (featurep 'dbusbind)
24356 (autoload 'secrets-show-secrets "secrets" nil t)) 24381 (autoload 'secrets-show-secrets "secrets" nil t))
24357 24382
24358;;;*** 24383;;;***
24359 24384
24360;;;### (autoloads nil "semantic" "cedet/semantic.el" (22388 6368 24385;;;### (autoloads nil "semantic" "cedet/semantic.el" (22387 39327
24361;;;;;; 485109 870000)) 24386;;;;;; 138709 269000))
24362;;; Generated autoloads from cedet/semantic.el 24387;;; Generated autoloads from cedet/semantic.el
24363(push (purecopy '(semantic 2 2)) package--builtin-versions) 24388(push (purecopy '(semantic 2 2)) package--builtin-versions)
24364 24389
@@ -24417,7 +24442,7 @@ Semantic mode.
24417;;;*** 24442;;;***
24418 24443
24419;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" 24444;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el"
24420;;;;;; (22388 11492 220498 203000)) 24445;;;;;; (22387 39327 240708 905000))
24421;;; Generated autoloads from cedet/semantic/bovine/grammar.el 24446;;; Generated autoloads from cedet/semantic/bovine/grammar.el
24422 24447
24423(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ 24448(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
@@ -24428,7 +24453,7 @@ Major mode for editing Bovine grammars.
24428;;;*** 24453;;;***
24429 24454
24430;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el" 24455;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el"
24431;;;;;; (22388 11492 494500 898000)) 24456;;;;;; (22387 39327 249708 873000))
24432;;; Generated autoloads from cedet/semantic/wisent/grammar.el 24457;;; Generated autoloads from cedet/semantic/wisent/grammar.el
24433 24458
24434(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ 24459(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
@@ -24438,8 +24463,8 @@ Major mode for editing Wisent grammars.
24438 24463
24439;;;*** 24464;;;***
24440 24465
24441;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22388 6375 932183 24466;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22387 39327
24442;;;;;; 107000)) 24467;;;;;; 937706 416000))
24443;;; Generated autoloads from mail/sendmail.el 24468;;; Generated autoloads from mail/sendmail.el
24444 24469
24445(defvar mail-from-style 'default "\ 24470(defvar mail-from-style 'default "\
@@ -24720,14 +24745,14 @@ Like `mail' command, but display mail buffer in another frame.
24720 24745
24721;;;*** 24746;;;***
24722 24747
24723;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22489 43024 126096 24748;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22490 22723 987599
24724;;;;;; 745000)) 24749;;;;;; 335000))
24725;;; Generated autoloads from emacs-lisp/seq.el 24750;;; Generated autoloads from emacs-lisp/seq.el
24726(push (purecopy '(seq 2 3)) package--builtin-versions) 24751(push (purecopy '(seq 2 3)) package--builtin-versions)
24727 24752
24728;;;*** 24753;;;***
24729 24754
24730;;;### (autoloads nil "server" "server.el" (22388 5708 590620 286000)) 24755;;;### (autoloads nil "server" "server.el" (22387 39326 892710 147000))
24731;;; Generated autoloads from server.el 24756;;; Generated autoloads from server.el
24732 24757
24733(put 'server-host 'risky-local-variable t) 24758(put 'server-host 'risky-local-variable t)
@@ -24795,7 +24820,7 @@ only these files will be asked to be saved.
24795 24820
24796;;;*** 24821;;;***
24797 24822
24798;;;### (autoloads nil "ses" "ses.el" (22457 44247 406108 197000)) 24823;;;### (autoloads nil "ses" "ses.el" (22458 46685 211272 717000))
24799;;; Generated autoloads from ses.el 24824;;; Generated autoloads from ses.el
24800 24825
24801(autoload 'ses-mode "ses" "\ 24826(autoload 'ses-mode "ses" "\
@@ -24839,8 +24864,8 @@ formula:
24839 24864
24840;;;*** 24865;;;***
24841 24866
24842;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22388 24867;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22387
24843;;;;;; 6390 132322 756000)) 24868;;;;;; 39328 566704 170000))
24844;;; Generated autoloads from textmodes/sgml-mode.el 24869;;; Generated autoloads from textmodes/sgml-mode.el
24845 24870
24846(autoload 'sgml-mode "sgml-mode" "\ 24871(autoload 'sgml-mode "sgml-mode" "\
@@ -24905,8 +24930,8 @@ To work around that, do:
24905 24930
24906;;;*** 24931;;;***
24907 24932
24908;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22420 24933;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22578
24909;;;;;; 38537 290424 639000)) 24934;;;;;; 62356 743212 14000))
24910;;; Generated autoloads from progmodes/sh-script.el 24935;;; Generated autoloads from progmodes/sh-script.el
24911(push (purecopy '(sh-script 2 0 6)) package--builtin-versions) 24936(push (purecopy '(sh-script 2 0 6)) package--builtin-versions)
24912(put 'sh-shell 'safe-local-variable 'symbolp) 24937(put 'sh-shell 'safe-local-variable 'symbolp)
@@ -24971,8 +24996,8 @@ with your script for an edit-interpret-debug cycle.
24971 24996
24972;;;*** 24997;;;***
24973 24998
24974;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22388 6369 24999;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22387 39327
24975;;;;;; 668121 504000)) 25000;;;;;; 318708 626000))
24976;;; Generated autoloads from emacs-lisp/shadow.el 25001;;; Generated autoloads from emacs-lisp/shadow.el
24977 25002
24978(autoload 'list-load-path-shadows "shadow" "\ 25003(autoload 'list-load-path-shadows "shadow" "\
@@ -25021,8 +25046,8 @@ function, `load-path-shadows-find'.
25021 25046
25022;;;*** 25047;;;***
25023 25048
25024;;;### (autoloads nil "shadowfile" "shadowfile.el" (22388 5708 840622 25049;;;### (autoloads nil "shadowfile" "shadowfile.el" (22387 39326 894710
25025;;;;;; 743000)) 25050;;;;;; 140000))
25026;;; Generated autoloads from shadowfile.el 25051;;; Generated autoloads from shadowfile.el
25027 25052
25028(autoload 'shadow-define-cluster "shadowfile" "\ 25053(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25060,7 +25085,7 @@ Set up file shadowing.
25060 25085
25061;;;*** 25086;;;***
25062 25087
25063;;;### (autoloads nil "shell" "shell.el" (22388 5708 884623 178000)) 25088;;;### (autoloads nil "shell" "shell.el" (22387 39326 895710 137000))
25064;;; Generated autoloads from shell.el 25089;;; Generated autoloads from shell.el
25065 25090
25066(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25091(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25108,7 +25133,7 @@ Otherwise, one argument `-i' is passed to the shell.
25108 25133
25109;;;*** 25134;;;***
25110 25135
25111;;;### (autoloads nil "shr" "net/shr.el" (22388 6378 63204 64000)) 25136;;;### (autoloads nil "shr" "net/shr.el" (22578 62356 730212 84000))
25112;;; Generated autoloads from net/shr.el 25137;;; Generated autoloads from net/shr.el
25113 25138
25114(autoload 'shr-render-region "shr" "\ 25139(autoload 'shr-render-region "shr" "\
@@ -25125,8 +25150,8 @@ DOM should be a parse tree as generated by
25125 25150
25126;;;*** 25151;;;***
25127 25152
25128;;;### (autoloads nil "sieve" "gnus/sieve.el" (22388 6374 179165 25153;;;### (autoloads nil "sieve" "gnus/sieve.el" (22387 39327 534707
25129;;;;;; 867000)) 25154;;;;;; 855000))
25130;;; Generated autoloads from gnus/sieve.el 25155;;; Generated autoloads from gnus/sieve.el
25131 25156
25132(autoload 'sieve-manage "sieve" "\ 25157(autoload 'sieve-manage "sieve" "\
@@ -25151,8 +25176,8 @@ DOM should be a parse tree as generated by
25151 25176
25152;;;*** 25177;;;***
25153 25178
25154;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22388 6374 25179;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22387 39327
25155;;;;;; 173165 808000)) 25180;;;;;; 534707 855000))
25156;;; Generated autoloads from gnus/sieve-mode.el 25181;;; Generated autoloads from gnus/sieve-mode.el
25157 25182
25158(autoload 'sieve-mode "sieve-mode" "\ 25183(autoload 'sieve-mode "sieve-mode" "\
@@ -25167,8 +25192,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25167 25192
25168;;;*** 25193;;;***
25169 25194
25170;;;### (autoloads nil "simula" "progmodes/simula.el" (22388 6387 25195;;;### (autoloads nil "simula" "progmodes/simula.el" (22387 39328
25171;;;;;; 879300 598000)) 25196;;;;;; 390704 799000))
25172;;; Generated autoloads from progmodes/simula.el 25197;;; Generated autoloads from progmodes/simula.el
25173 25198
25174(autoload 'simula-mode "simula" "\ 25199(autoload 'simula-mode "simula" "\
@@ -25216,8 +25241,8 @@ with no arguments, if that value is non-nil.
25216 25241
25217;;;*** 25242;;;***
25218 25243
25219;;;### (autoloads nil "skeleton" "skeleton.el" (22388 5709 330627 25244;;;### (autoloads nil "skeleton" "skeleton.el" (22387 39326 901710
25220;;;;;; 562000)) 25245;;;;;; 115000))
25221;;; Generated autoloads from skeleton.el 25246;;; Generated autoloads from skeleton.el
25222 25247
25223(defvar skeleton-filter-function 'identity "\ 25248(defvar skeleton-filter-function 'identity "\
@@ -25336,8 +25361,8 @@ twice for the others.
25336 25361
25337;;;*** 25362;;;***
25338 25363
25339;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22388 6391 25364;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22387 39328
25340;;;;;; 279334 35000)) 25365;;;;;; 668703 806000))
25341;;; Generated autoloads from vc/smerge-mode.el 25366;;; Generated autoloads from vc/smerge-mode.el
25342 25367
25343(autoload 'smerge-ediff "smerge-mode" "\ 25368(autoload 'smerge-ediff "smerge-mode" "\
@@ -25364,8 +25389,8 @@ If no conflict maker is found, turn off `smerge-mode'.
25364 25389
25365;;;*** 25390;;;***
25366 25391
25367;;;### (autoloads nil "smiley" "gnus/smiley.el" (22388 6374 180165 25392;;;### (autoloads nil "smiley" "gnus/smiley.el" (22387 39327 535707
25368;;;;;; 877000)) 25393;;;;;; 851000))
25369;;; Generated autoloads from gnus/smiley.el 25394;;; Generated autoloads from gnus/smiley.el
25370 25395
25371(autoload 'smiley-region "smiley" "\ 25396(autoload 'smiley-region "smiley" "\
@@ -25382,8 +25407,8 @@ interactively. If there's no argument, do it at the current buffer.
25382 25407
25383;;;*** 25408;;;***
25384 25409
25385;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22388 6375 961183 25410;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22387 39327
25386;;;;;; 392000)) 25411;;;;;; 938706 413000))
25387;;; Generated autoloads from mail/smtpmail.el 25412;;; Generated autoloads from mail/smtpmail.el
25388 25413
25389(autoload 'smtpmail-send-it "smtpmail" "\ 25414(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25398,8 +25423,8 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25398 25423
25399;;;*** 25424;;;***
25400 25425
25401;;;### (autoloads nil "snake" "play/snake.el" (22388 6383 455257 25426;;;### (autoloads nil "snake" "play/snake.el" (22387 39328 271705
25402;;;;;; 91000)) 25427;;;;;; 224000))
25403;;; Generated autoloads from play/snake.el 25428;;; Generated autoloads from play/snake.el
25404 25429
25405(autoload 'snake "snake" "\ 25430(autoload 'snake "snake" "\
@@ -25422,8 +25447,8 @@ Snake mode keybindings:
25422 25447
25423;;;*** 25448;;;***
25424 25449
25425;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22388 6378 25450;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22387 39327
25426;;;;;; 107204 497000)) 25451;;;;;; 993706 216000))
25427;;; Generated autoloads from net/snmp-mode.el 25452;;; Generated autoloads from net/snmp-mode.el
25428 25453
25429(autoload 'snmp-mode "snmp-mode" "\ 25454(autoload 'snmp-mode "snmp-mode" "\
@@ -25452,15 +25477,15 @@ then `snmpv2-mode-hook'.
25452 25477
25453;;;*** 25478;;;***
25454 25479
25455;;;### (autoloads nil "soap-client" "net/soap-client.el" (22388 6378 25480;;;### (autoloads nil "soap-client" "net/soap-client.el" (22387 39327
25456;;;;;; 185205 264000)) 25481;;;;;; 995706 209000))
25457;;; Generated autoloads from net/soap-client.el 25482;;; Generated autoloads from net/soap-client.el
25458(push (purecopy '(soap-client 3 0 2)) package--builtin-versions) 25483(push (purecopy '(soap-client 3 0 2)) package--builtin-versions)
25459 25484
25460;;;*** 25485;;;***
25461 25486
25462;;;### (autoloads nil "solar" "calendar/solar.el" (22388 6368 219107 25487;;;### (autoloads nil "solar" "calendar/solar.el" (22387 39327 123709
25463;;;;;; 254000)) 25488;;;;;; 322000))
25464;;; Generated autoloads from calendar/solar.el 25489;;; Generated autoloads from calendar/solar.el
25465 25490
25466(autoload 'sunrise-sunset "solar" "\ 25491(autoload 'sunrise-sunset "solar" "\
@@ -25475,8 +25500,8 @@ This function is suitable for execution in an init file.
25475 25500
25476;;;*** 25501;;;***
25477 25502
25478;;;### (autoloads nil "solitaire" "play/solitaire.el" (22388 6383 25503;;;### (autoloads nil "solitaire" "play/solitaire.el" (22387 39328
25479;;;;;; 455257 91000)) 25504;;;;;; 272705 220000))
25480;;; Generated autoloads from play/solitaire.el 25505;;; Generated autoloads from play/solitaire.el
25481 25506
25482(autoload 'solitaire "solitaire" "\ 25507(autoload 'solitaire "solitaire" "\
@@ -25551,7 +25576,7 @@ Pick your favorite shortcuts:
25551 25576
25552;;;*** 25577;;;***
25553 25578
25554;;;### (autoloads nil "sort" "sort.el" (22388 5709 370627 956000)) 25579;;;### (autoloads nil "sort" "sort.el" (22387 39326 901710 115000))
25555;;; Generated autoloads from sort.el 25580;;; Generated autoloads from sort.el
25556(put 'sort-fold-case 'safe-local-variable 'booleanp) 25581(put 'sort-fold-case 'safe-local-variable 'booleanp)
25557 25582
@@ -25726,7 +25751,7 @@ is non-nil, it also prints a message describing the number of deletions.
25726 25751
25727;;;*** 25752;;;***
25728 25753
25729;;;### (autoloads nil "spam" "gnus/spam.el" (22388 6374 263166 693000)) 25754;;;### (autoloads nil "spam" "gnus/spam.el" (22387 39327 538707 841000))
25730;;; Generated autoloads from gnus/spam.el 25755;;; Generated autoloads from gnus/spam.el
25731 25756
25732(autoload 'spam-initialize "spam" "\ 25757(autoload 'spam-initialize "spam" "\
@@ -25740,8 +25765,8 @@ installed through `spam-necessary-extra-headers'.
25740 25765
25741;;;*** 25766;;;***
25742 25767
25743;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22388 25768;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22387
25744;;;;;; 6374 182165 897000)) 25769;;;;;; 39327 536707 848000))
25745;;; Generated autoloads from gnus/spam-report.el 25770;;; Generated autoloads from gnus/spam-report.el
25746 25771
25747(autoload 'spam-report-process-queue "spam-report" "\ 25772(autoload 'spam-report-process-queue "spam-report" "\
@@ -25783,8 +25808,8 @@ Spam reports will be queued with the method used when
25783 25808
25784;;;*** 25809;;;***
25785 25810
25786;;;### (autoloads nil "speedbar" "speedbar.el" (22388 5709 449628 25811;;;### (autoloads nil "speedbar" "speedbar.el" (22387 39326 903710
25787;;;;;; 733000)) 25812;;;;;; 108000))
25788;;; Generated autoloads from speedbar.el 25813;;; Generated autoloads from speedbar.el
25789 25814
25790(defalias 'speedbar 'speedbar-frame-mode) 25815(defalias 'speedbar 'speedbar-frame-mode)
@@ -25808,8 +25833,8 @@ selected. If the speedbar frame is active, then select the attached frame.
25808 25833
25809;;;*** 25834;;;***
25810 25835
25811;;;### (autoloads nil "spook" "play/spook.el" (22388 6383 458257 25836;;;### (autoloads nil "spook" "play/spook.el" (22387 39328 272705
25812;;;;;; 120000)) 25837;;;;;; 220000))
25813;;; Generated autoloads from play/spook.el 25838;;; Generated autoloads from play/spook.el
25814 25839
25815(autoload 'spook "spook" "\ 25840(autoload 'spook "spook" "\
@@ -25824,8 +25849,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25824 25849
25825;;;*** 25850;;;***
25826 25851
25827;;;### (autoloads nil "sql" "progmodes/sql.el" (22388 6387 963301 25852;;;### (autoloads nil "sql" "progmodes/sql.el" (22387 39328 393704
25828;;;;;; 424000)) 25853;;;;;; 788000))
25829;;; Generated autoloads from progmodes/sql.el 25854;;; Generated autoloads from progmodes/sql.el
25830(push (purecopy '(sql 3 5)) package--builtin-versions) 25855(push (purecopy '(sql 3 5)) package--builtin-versions)
25831 25856
@@ -26291,15 +26316,15 @@ Run vsql as an inferior process.
26291 26316
26292;;;*** 26317;;;***
26293 26318
26294;;;### (autoloads nil "srecode" "cedet/srecode.el" (22388 6368 506110 26319;;;### (autoloads nil "srecode" "cedet/srecode.el" (22387 39327 139709
26295;;;;;; 77000)) 26320;;;;;; 265000))
26296;;; Generated autoloads from cedet/srecode.el 26321;;; Generated autoloads from cedet/srecode.el
26297(push (purecopy '(srecode 1 2)) package--builtin-versions) 26322(push (purecopy '(srecode 1 2)) package--builtin-versions)
26298 26323
26299;;;*** 26324;;;***
26300 26325
26301;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" 26326;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26302;;;;;; (22388 7503 616273 65000)) 26327;;;;;; (22387 39327 265708 816000))
26303;;; Generated autoloads from cedet/srecode/srt-mode.el 26328;;; Generated autoloads from cedet/srecode/srt-mode.el
26304 26329
26305(autoload 'srecode-template-mode "srecode/srt-mode" "\ 26330(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -26311,8 +26336,8 @@ Major-mode for writing SRecode macros.
26311 26336
26312;;;*** 26337;;;***
26313 26338
26314;;;### (autoloads nil "starttls" "gnus/starttls.el" (22388 6374 269166 26339;;;### (autoloads nil "starttls" "gnus/starttls.el" (22387 39327
26315;;;;;; 752000)) 26340;;;;;; 538707 841000))
26316;;; Generated autoloads from gnus/starttls.el 26341;;; Generated autoloads from gnus/starttls.el
26317 26342
26318(autoload 'starttls-open-stream "starttls" "\ 26343(autoload 'starttls-open-stream "starttls" "\
@@ -26335,7 +26360,8 @@ GnuTLS requires a port number.
26335 26360
26336;;;*** 26361;;;***
26337 26362
26338;;;### (autoloads nil "strokes" "strokes.el" (22388 5709 633630 542000)) 26363;;;### (autoloads nil "strokes" "strokes.el" (22387 39326 907710
26364;;;;;; 94000))
26339;;; Generated autoloads from strokes.el 26365;;; Generated autoloads from strokes.el
26340 26366
26341(autoload 'strokes-global-set-stroke "strokes" "\ 26367(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26449,8 +26475,8 @@ Read a complex stroke and insert its glyph into the current buffer.
26449 26475
26450;;;*** 26476;;;***
26451 26477
26452;;;### (autoloads nil "studly" "play/studly.el" (22388 6383 458257 26478;;;### (autoloads nil "studly" "play/studly.el" (22387 39328 273705
26453;;;;;; 120000)) 26479;;;;;; 217000))
26454;;; Generated autoloads from play/studly.el 26480;;; Generated autoloads from play/studly.el
26455 26481
26456(autoload 'studlify-region "studly" "\ 26482(autoload 'studlify-region "studly" "\
@@ -26470,8 +26496,8 @@ Studlify-case the current buffer.
26470 26496
26471;;;*** 26497;;;***
26472 26498
26473;;;### (autoloads nil "subword" "progmodes/subword.el" (22388 6388 26499;;;### (autoloads nil "subword" "progmodes/subword.el" (22387 39328
26474;;;;;; 3301 818000)) 26500;;;;;; 394704 784000))
26475;;; Generated autoloads from progmodes/subword.el 26501;;; Generated autoloads from progmodes/subword.el
26476 26502
26477(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1") 26503(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1")
@@ -26565,8 +26591,8 @@ See `superword-mode' for more information on Superword mode.
26565 26591
26566;;;*** 26592;;;***
26567 26593
26568;;;### (autoloads nil "supercite" "mail/supercite.el" (22388 6376 26594;;;### (autoloads nil "supercite" "mail/supercite.el" (22387 39327
26569;;;;;; 4183 815000)) 26595;;;;;; 939706 409000))
26570;;; Generated autoloads from mail/supercite.el 26596;;; Generated autoloads from mail/supercite.el
26571 26597
26572(autoload 'sc-cite-original "supercite" "\ 26598(autoload 'sc-cite-original "supercite" "\
@@ -26598,7 +26624,8 @@ and `sc-post-hook' is run after the guts of this function.
26598 26624
26599;;;*** 26625;;;***
26600 26626
26601;;;### (autoloads nil "t-mouse" "t-mouse.el" (22388 5709 919633 355000)) 26627;;;### (autoloads nil "t-mouse" "t-mouse.el" (22387 39326 911710
26628;;;;;; 79000))
26602;;; Generated autoloads from t-mouse.el 26629;;; Generated autoloads from t-mouse.el
26603 26630
26604(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26631(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26631,7 +26658,7 @@ GPM. This is due to limitations in GPM and the Linux kernel.
26631 26658
26632;;;*** 26659;;;***
26633 26660
26634;;;### (autoloads nil "tabify" "tabify.el" (22388 5709 919633 355000)) 26661;;;### (autoloads nil "tabify" "tabify.el" (22387 39326 911710 79000))
26635;;; Generated autoloads from tabify.el 26662;;; Generated autoloads from tabify.el
26636 26663
26637(autoload 'untabify "tabify" "\ 26664(autoload 'untabify "tabify" "\
@@ -26660,8 +26687,8 @@ The variable `tab-width' controls the spacing of tab stops.
26660 26687
26661;;;*** 26688;;;***
26662 26689
26663;;;### (autoloads nil "table" "textmodes/table.el" (22388 6390 235323 26690;;;### (autoloads nil "table" "textmodes/table.el" (22387 39328 569704
26664;;;;;; 768000)) 26691;;;;;; 160000))
26665;;; Generated autoloads from textmodes/table.el 26692;;; Generated autoloads from textmodes/table.el
26666 26693
26667(autoload 'table-insert "table" "\ 26694(autoload 'table-insert "table" "\
@@ -27232,7 +27259,7 @@ converts a table into plain text without frames. It is a companion to
27232 27259
27233;;;*** 27260;;;***
27234 27261
27235;;;### (autoloads nil "talk" "talk.el" (22388 5709 921633 374000)) 27262;;;### (autoloads nil "talk" "talk.el" (22387 39326 912710 76000))
27236;;; Generated autoloads from talk.el 27263;;; Generated autoloads from talk.el
27237 27264
27238(autoload 'talk-connect "talk" "\ 27265(autoload 'talk-connect "talk" "\
@@ -27247,8 +27274,8 @@ Connect to the Emacs talk group from the current X display or tty frame.
27247 27274
27248;;;*** 27275;;;***
27249 27276
27250;;;### (autoloads nil "tar-mode" "tar-mode.el" (22388 5709 957633 27277;;;### (autoloads nil "tar-mode" "tar-mode.el" (22387 39326 912710
27251;;;;;; 728000)) 27278;;;;;; 76000))
27252;;; Generated autoloads from tar-mode.el 27279;;; Generated autoloads from tar-mode.el
27253 27280
27254(autoload 'tar-mode "tar-mode" "\ 27281(autoload 'tar-mode "tar-mode" "\
@@ -27271,8 +27298,8 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27271 27298
27272;;;*** 27299;;;***
27273 27300
27274;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22388 6388 41302 27301;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22387 39328 395704
27275;;;;;; 191000)) 27302;;;;;; 781000))
27276;;; Generated autoloads from progmodes/tcl.el 27303;;; Generated autoloads from progmodes/tcl.el
27277 27304
27278(autoload 'tcl-mode "tcl" "\ 27305(autoload 'tcl-mode "tcl" "\
@@ -27320,8 +27347,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27320 27347
27321;;;*** 27348;;;***
27322 27349
27323;;;### (autoloads nil "telnet" "net/telnet.el" (22388 6378 270206 27350;;;### (autoloads nil "telnet" "net/telnet.el" (22387 39327 997706
27324;;;;;; 100000)) 27351;;;;;; 202000))
27325;;; Generated autoloads from net/telnet.el 27352;;; Generated autoloads from net/telnet.el
27326 27353
27327(autoload 'telnet "telnet" "\ 27354(autoload 'telnet "telnet" "\
@@ -27346,7 +27373,7 @@ Normally input is edited in Emacs and sent a line at a time.
27346 27373
27347;;;*** 27374;;;***
27348 27375
27349;;;### (autoloads nil "term" "term.el" (22420 38537 296424 698000)) 27376;;;### (autoloads nil "term" "term.el" (22578 62356 748211 987000))
27350;;; Generated autoloads from term.el 27377;;; Generated autoloads from term.el
27351 27378
27352(autoload 'make-term "term" "\ 27379(autoload 'make-term "term" "\
@@ -27388,8 +27415,8 @@ use in that buffer.
27388 27415
27389;;;*** 27416;;;***
27390 27417
27391;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22388 27418;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22387
27392;;;;;; 6369 795122 753000)) 27419;;;;;; 39327 336708 562000))
27393;;; Generated autoloads from emacs-lisp/testcover.el 27420;;; Generated autoloads from emacs-lisp/testcover.el
27394 27421
27395(autoload 'testcover-this-defun "testcover" "\ 27422(autoload 'testcover-this-defun "testcover" "\
@@ -27399,8 +27426,8 @@ Start coverage on function under point.
27399 27426
27400;;;*** 27427;;;***
27401 27428
27402;;;### (autoloads nil "tetris" "play/tetris.el" (22388 6383 460257 27429;;;### (autoloads nil "tetris" "play/tetris.el" (22387 39328 273705
27403;;;;;; 140000)) 27430;;;;;; 217000))
27404;;; Generated autoloads from play/tetris.el 27431;;; Generated autoloads from play/tetris.el
27405(push (purecopy '(tetris 2 1)) package--builtin-versions) 27432(push (purecopy '(tetris 2 1)) package--builtin-versions)
27406 27433
@@ -27425,8 +27452,8 @@ tetris-mode keybindings:
27425 27452
27426;;;*** 27453;;;***
27427 27454
27428;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22388 6390 27455;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22587 59854
27429;;;;;; 352324 919000)) 27456;;;;;; 962142 834000))
27430;;; Generated autoloads from textmodes/tex-mode.el 27457;;; Generated autoloads from textmodes/tex-mode.el
27431 27458
27432(defvar tex-shell-file-name nil "\ 27459(defvar tex-shell-file-name nil "\
@@ -27727,8 +27754,8 @@ Major mode to edit DocTeX files.
27727 27754
27728;;;*** 27755;;;***
27729 27756
27730;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22388 6390 27757;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22387 39328
27731;;;;;; 408325 469000)) 27758;;;;;; 575704 138000))
27732;;; Generated autoloads from textmodes/texinfmt.el 27759;;; Generated autoloads from textmodes/texinfmt.el
27733 27760
27734(autoload 'texinfo-format-buffer "texinfmt" "\ 27761(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27767,8 +27794,8 @@ if large. You can use `Info-split' to do this manually.
27767 27794
27768;;;*** 27795;;;***
27769 27796
27770;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22388 6390 27797;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22387 39328
27771;;;;;; 440325 784000)) 27798;;;;;; 577704 131000))
27772;;; Generated autoloads from textmodes/texinfo.el 27799;;; Generated autoloads from textmodes/texinfo.el
27773 27800
27774(defvar texinfo-open-quote (purecopy "``") "\ 27801(defvar texinfo-open-quote (purecopy "``") "\
@@ -27852,8 +27879,8 @@ value of `texinfo-mode-hook'.
27852 27879
27853;;;*** 27880;;;***
27854 27881
27855;;;### (autoloads nil "thai-util" "language/thai-util.el" (22388 27882;;;### (autoloads nil "thai-util" "language/thai-util.el" (22387
27856;;;;;; 6375 384177 718000)) 27883;;;;;; 39327 664707 391000))
27857;;; Generated autoloads from language/thai-util.el 27884;;; Generated autoloads from language/thai-util.el
27858 27885
27859(autoload 'thai-compose-region "thai-util" "\ 27886(autoload 'thai-compose-region "thai-util" "\
@@ -27880,8 +27907,8 @@ Compose Thai characters in the current buffer.
27880 27907
27881;;;*** 27908;;;***
27882 27909
27883;;;### (autoloads nil "thingatpt" "thingatpt.el" (22388 5710 166635 27910;;;### (autoloads nil "thingatpt" "thingatpt.el" (22387 39326 915710
27884;;;;;; 784000)) 27911;;;;;; 65000))
27885;;; Generated autoloads from thingatpt.el 27912;;; Generated autoloads from thingatpt.el
27886 27913
27887(autoload 'forward-thing "thingatpt" "\ 27914(autoload 'forward-thing "thingatpt" "\
@@ -27945,7 +27972,7 @@ Return the Lisp list at point, or nil if none is found.
27945 27972
27946;;;*** 27973;;;***
27947 27974
27948;;;### (autoloads nil "thumbs" "thumbs.el" (22388 5710 168635 803000)) 27975;;;### (autoloads nil "thumbs" "thumbs.el" (22387 39326 916710 61000))
27949;;; Generated autoloads from thumbs.el 27976;;; Generated autoloads from thumbs.el
27950 27977
27951(autoload 'thumbs-find-thumb "thumbs" "\ 27978(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27979,15 +28006,15 @@ In dired, call the setroot program on the image at point.
27979 28006
27980;;;*** 28007;;;***
27981 28008
27982;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22388 6369 797122 28009;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22387 39327
27983;;;;;; 773000)) 28010;;;;;; 336708 562000))
27984;;; Generated autoloads from emacs-lisp/thunk.el 28011;;; Generated autoloads from emacs-lisp/thunk.el
27985(push (purecopy '(thunk 1 0)) package--builtin-versions) 28012(push (purecopy '(thunk 1 0)) package--builtin-versions)
27986 28013
27987;;;*** 28014;;;***
27988 28015
27989;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22388 28016;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22387
27990;;;;;; 6375 464178 504000)) 28017;;;;;; 39327 667707 380000))
27991;;; Generated autoloads from language/tibet-util.el 28018;;; Generated autoloads from language/tibet-util.el
27992 28019
27993(autoload 'tibetan-char-p "tibet-util" "\ 28020(autoload 'tibetan-char-p "tibet-util" "\
@@ -28060,8 +28087,8 @@ See also docstring of the function tibetan-compose-region.
28060 28087
28061;;;*** 28088;;;***
28062 28089
28063;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22388 6390 28090;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22387 39328
28064;;;;;; 524326 610000)) 28091;;;;;; 579704 124000))
28065;;; Generated autoloads from textmodes/tildify.el 28092;;; Generated autoloads from textmodes/tildify.el
28066(push (purecopy '(tildify 4 6 1)) package--builtin-versions) 28093(push (purecopy '(tildify 4 6 1)) package--builtin-versions)
28067 28094
@@ -28127,7 +28154,7 @@ variable will be set to the representation.
28127 28154
28128;;;*** 28155;;;***
28129 28156
28130;;;### (autoloads nil "time" "time.el" (22388 5710 254636 649000)) 28157;;;### (autoloads nil "time" "time.el" (22387 39326 918710 54000))
28131;;; Generated autoloads from time.el 28158;;; Generated autoloads from time.el
28132 28159
28133(defvar display-time-day-and-date nil "\ 28160(defvar display-time-day-and-date nil "\
@@ -28190,8 +28217,8 @@ Return a string giving the duration of the Emacs initialization.
28190 28217
28191;;;*** 28218;;;***
28192 28219
28193;;;### (autoloads nil "time-date" "calendar/time-date.el" (22388 28220;;;### (autoloads nil "time-date" "calendar/time-date.el" (22387
28194;;;;;; 6368 233107 392000)) 28221;;;;;; 39327 124709 319000))
28195;;; Generated autoloads from calendar/time-date.el 28222;;; Generated autoloads from calendar/time-date.el
28196 28223
28197(autoload 'date-to-time "time-date" "\ 28224(autoload 'date-to-time "time-date" "\
@@ -28294,8 +28321,8 @@ Convert the time interval in seconds to a short string.
28294 28321
28295;;;*** 28322;;;***
28296 28323
28297;;;### (autoloads nil "time-stamp" "time-stamp.el" (22388 5710 209636 28324;;;### (autoloads nil "time-stamp" "time-stamp.el" (22387 39326 917710
28298;;;;;; 207000)) 28325;;;;;; 58000))
28299;;; Generated autoloads from time-stamp.el 28326;;; Generated autoloads from time-stamp.el
28300(put 'time-stamp-format 'safe-local-variable 'stringp) 28327(put 'time-stamp-format 'safe-local-variable 'stringp)
28301(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 28328(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28335,8 +28362,8 @@ With ARG, turn time stamping on if and only if arg is positive.
28335 28362
28336;;;*** 28363;;;***
28337 28364
28338;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22388 28365;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22387
28339;;;;;; 6368 236107 422000)) 28366;;;;;; 39327 125709 315000))
28340;;; Generated autoloads from calendar/timeclock.el 28367;;; Generated autoloads from calendar/timeclock.el
28341(push (purecopy '(timeclock 2 6 1)) package--builtin-versions) 28368(push (purecopy '(timeclock 2 6 1)) package--builtin-versions)
28342 28369
@@ -28447,7 +28474,7 @@ relative only to the time worked today, and not to past time.
28447;;;*** 28474;;;***
28448 28475
28449;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el" 28476;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el"
28450;;;;;; (22388 6374 736171 345000)) 28477;;;;;; (22387 39327 617707 559000))
28451;;; Generated autoloads from international/titdic-cnv.el 28478;;; Generated autoloads from international/titdic-cnv.el
28452 28479
28453(autoload 'titdic-convert "titdic-cnv" "\ 28480(autoload 'titdic-convert "titdic-cnv" "\
@@ -28469,7 +28496,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28469 28496
28470;;;*** 28497;;;***
28471 28498
28472;;;### (autoloads nil "tmm" "tmm.el" (22388 5710 257636 679000)) 28499;;;### (autoloads nil "tmm" "tmm.el" (22387 39326 919710 51000))
28473;;; Generated autoloads from tmm.el 28500;;; Generated autoloads from tmm.el
28474 (define-key global-map "\M-`" 'tmm-menubar) 28501 (define-key global-map "\M-`" 'tmm-menubar)
28475 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 28502 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28511,8 +28538,8 @@ Its value should be an event that has a binding in MENU.
28511 28538
28512;;;*** 28539;;;***
28513 28540
28514;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22420 28541;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22421
28515;;;;;; 38537 264424 383000)) 28542;;;;;; 47996 796280 817000))
28516;;; Generated autoloads from calendar/todo-mode.el 28543;;; Generated autoloads from calendar/todo-mode.el
28517 28544
28518(autoload 'todo-show "todo-mode" "\ 28545(autoload 'todo-show "todo-mode" "\
@@ -28577,8 +28604,8 @@ Mode for displaying and reprioritizing top priority Todo.
28577 28604
28578;;;*** 28605;;;***
28579 28606
28580;;;### (autoloads nil "tool-bar" "tool-bar.el" (22388 5710 258636 28607;;;### (autoloads nil "tool-bar" "tool-bar.el" (22387 39326 919710
28581;;;;;; 688000)) 28608;;;;;; 51000))
28582;;; Generated autoloads from tool-bar.el 28609;;; Generated autoloads from tool-bar.el
28583 28610
28584(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28611(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28648,8 +28675,8 @@ holds a keymap.
28648 28675
28649;;;*** 28676;;;***
28650 28677
28651;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22388 6369 799122 28678;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22387 39327 337708
28652;;;;;; 793000)) 28679;;;;;; 558000))
28653;;; Generated autoloads from emacs-lisp/tq.el 28680;;; Generated autoloads from emacs-lisp/tq.el
28654 28681
28655(autoload 'tq-create "tq" "\ 28682(autoload 'tq-create "tq" "\
@@ -28662,8 +28689,8 @@ to a tcp server on another machine.
28662 28689
28663;;;*** 28690;;;***
28664 28691
28665;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22388 6369 800122 28692;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22387 39327
28666;;;;;; 802000)) 28693;;;;;; 338708 555000))
28667;;; Generated autoloads from emacs-lisp/trace.el 28694;;; Generated autoloads from emacs-lisp/trace.el
28668 28695
28669(defvar trace-buffer "*trace-output*" "\ 28696(defvar trace-buffer "*trace-output*" "\
@@ -28708,8 +28735,8 @@ the output buffer or changing the window configuration.
28708 28735
28709;;;*** 28736;;;***
28710 28737
28711;;;### (autoloads nil "tramp" "net/tramp.el" (22420 38537 288424 28738;;;### (autoloads nil "tramp" "net/tramp.el" (22578 62356 732212
28712;;;;;; 619000)) 28739;;;;;; 73000))
28713;;; Generated autoloads from net/tramp.el 28740;;; Generated autoloads from net/tramp.el
28714 28741
28715(defvar tramp-mode t "\ 28742(defvar tramp-mode t "\
@@ -28824,8 +28851,8 @@ Discard Tramp from loading remote files.
28824 28851
28825;;;*** 28852;;;***
28826 28853
28827;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22388 6378 28854;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22387 39328
28828;;;;;; 476208 126000)) 28855;;;;;; 1706 188000))
28829;;; Generated autoloads from net/tramp-ftp.el 28856;;; Generated autoloads from net/tramp-ftp.el
28830 28857
28831(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28858(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28835,15 +28862,15 @@ Discard Tramp from loading remote files.
28835 28862
28836;;;*** 28863;;;***
28837 28864
28838;;;### (autoloads nil "trampver" "net/trampver.el" (22388 6379 102214 28865;;;### (autoloads nil "trampver" "net/trampver.el" (22578 62356 732212
28839;;;;;; 282000)) 28866;;;;;; 73000))
28840;;; Generated autoloads from net/trampver.el 28867;;; Generated autoloads from net/trampver.el
28841(push (purecopy '(tramp 2 2 13 25 1)) package--builtin-versions) 28868(push (purecopy '(tramp 2 2 13 25 2)) package--builtin-versions)
28842 28869
28843;;;*** 28870;;;***
28844 28871
28845;;;### (autoloads nil "tutorial" "tutorial.el" (22388 5710 354637 28872;;;### (autoloads nil "tutorial" "tutorial.el" (22387 39326 921710
28846;;;;;; 632000)) 28873;;;;;; 44000))
28847;;; Generated autoloads from tutorial.el 28874;;; Generated autoloads from tutorial.el
28848 28875
28849(autoload 'help-with-tutorial "tutorial" "\ 28876(autoload 'help-with-tutorial "tutorial" "\
@@ -28867,8 +28894,8 @@ resumed later.
28867 28894
28868;;;*** 28895;;;***
28869 28896
28870;;;### (autoloads nil "tv-util" "language/tv-util.el" (22388 6375 28897;;;### (autoloads nil "tv-util" "language/tv-util.el" (22387 39327
28871;;;;;; 465178 514000)) 28898;;;;;; 668707 377000))
28872;;; Generated autoloads from language/tv-util.el 28899;;; Generated autoloads from language/tv-util.el
28873 28900
28874(autoload 'tai-viet-composition-function "tv-util" "\ 28901(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28878,8 +28905,8 @@ resumed later.
28878 28905
28879;;;*** 28906;;;***
28880 28907
28881;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22388 28908;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22387
28882;;;;;; 6390 530326 669000)) 28909;;;;;; 39328 579704 124000))
28883;;; Generated autoloads from textmodes/two-column.el 28910;;; Generated autoloads from textmodes/two-column.el
28884 (autoload '2C-command "two-column" () t 'keymap) 28911 (autoload '2C-command "two-column" () t 'keymap)
28885 (global-set-key "\C-x6" '2C-command) 28912 (global-set-key "\C-x6" '2C-command)
@@ -28926,8 +28953,8 @@ First column's text sSs Second column's text
28926 28953
28927;;;*** 28954;;;***
28928 28955
28929;;;### (autoloads nil "type-break" "type-break.el" (22388 5710 396638 28956;;;### (autoloads nil "type-break" "type-break.el" (22387 39326 921710
28930;;;;;; 46000)) 28957;;;;;; 44000))
28931;;; Generated autoloads from type-break.el 28958;;; Generated autoloads from type-break.el
28932 28959
28933(defvar type-break-mode nil "\ 28960(defvar type-break-mode nil "\
@@ -29060,7 +29087,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29060 29087
29061;;;*** 29088;;;***
29062 29089
29063;;;### (autoloads nil "uce" "mail/uce.el" (22388 6376 94184 700000)) 29090;;;### (autoloads nil "uce" "mail/uce.el" (22387 39327 939706 409000))
29064;;; Generated autoloads from mail/uce.el 29091;;; Generated autoloads from mail/uce.el
29065 29092
29066(autoload 'uce-reply-to-uce "uce" "\ 29093(autoload 'uce-reply-to-uce "uce" "\
@@ -29074,7 +29101,7 @@ You might need to set `uce-mail-reader' before using this.
29074;;;*** 29101;;;***
29075 29102
29076;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el" 29103;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el"
29077;;;;;; (22388 6374 751171 492000)) 29104;;;;;; (22578 62356 724212 116000))
29078;;; Generated autoloads from international/ucs-normalize.el 29105;;; Generated autoloads from international/ucs-normalize.el
29079 29106
29080(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 29107(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -29139,8 +29166,8 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29139 29166
29140;;;*** 29167;;;***
29141 29168
29142;;;### (autoloads nil "underline" "textmodes/underline.el" (22388 29169;;;### (autoloads nil "underline" "textmodes/underline.el" (22387
29143;;;;;; 6390 530326 669000)) 29170;;;;;; 39328 580704 121000))
29144;;; Generated autoloads from textmodes/underline.el 29171;;; Generated autoloads from textmodes/underline.el
29145 29172
29146(autoload 'underline-region "underline" "\ 29173(autoload 'underline-region "underline" "\
@@ -29160,8 +29187,8 @@ which specify the range to operate on.
29160 29187
29161;;;*** 29188;;;***
29162 29189
29163;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22388 6376 95184 29190;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22387 39327 940706
29164;;;;;; 710000)) 29191;;;;;; 406000))
29165;;; Generated autoloads from mail/unrmail.el 29192;;; Generated autoloads from mail/unrmail.el
29166 29193
29167(autoload 'batch-unrmail "unrmail" "\ 29194(autoload 'batch-unrmail "unrmail" "\
@@ -29181,8 +29208,8 @@ The variable `unrmail-mbox-format' controls which mbox format to use.
29181 29208
29182;;;*** 29209;;;***
29183 29210
29184;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22388 6369 29211;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22387 39327
29185;;;;;; 802122 822000)) 29212;;;;;; 338708 555000))
29186;;; Generated autoloads from emacs-lisp/unsafep.el 29213;;; Generated autoloads from emacs-lisp/unsafep.el
29187 29214
29188(autoload 'unsafep "unsafep" "\ 29215(autoload 'unsafep "unsafep" "\
@@ -29194,7 +29221,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29194 29221
29195;;;*** 29222;;;***
29196 29223
29197;;;### (autoloads nil "url" "url/url.el" (22388 6390 706328 400000)) 29224;;;### (autoloads nil "url" "url/url.el" (22387 39328 621703 974000))
29198;;; Generated autoloads from url/url.el 29225;;; Generated autoloads from url/url.el
29199 29226
29200(autoload 'url-retrieve "url" "\ 29227(autoload 'url-retrieve "url" "\
@@ -29244,8 +29271,8 @@ to the server.
29244 29271
29245;;;*** 29272;;;***
29246 29273
29247;;;### (autoloads nil "url-auth" "url/url-auth.el" (22388 6390 576327 29274;;;### (autoloads nil "url-auth" "url/url-auth.el" (22387 39328 608704
29248;;;;;; 121000)) 29275;;;;;; 20000))
29249;;; Generated autoloads from url/url-auth.el 29276;;; Generated autoloads from url/url-auth.el
29250 29277
29251(autoload 'url-get-authentication "url-auth" "\ 29278(autoload 'url-get-authentication "url-auth" "\
@@ -29286,8 +29313,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29286 29313
29287;;;*** 29314;;;***
29288 29315
29289;;;### (autoloads nil "url-cache" "url/url-cache.el" (22388 6390 29316;;;### (autoloads nil "url-cache" "url/url-cache.el" (22387 39328
29290;;;;;; 578327 141000)) 29317;;;;;; 608704 20000))
29291;;; Generated autoloads from url/url-cache.el 29318;;; Generated autoloads from url/url-cache.el
29292 29319
29293(autoload 'url-store-in-cache "url-cache" "\ 29320(autoload 'url-store-in-cache "url-cache" "\
@@ -29308,8 +29335,8 @@ Extract FNAM from the local disk cache.
29308 29335
29309;;;*** 29336;;;***
29310 29337
29311;;;### (autoloads nil "url-cid" "url/url-cid.el" (22388 6390 578327 29338;;;### (autoloads nil "url-cid" "url/url-cid.el" (22387 39328 608704
29312;;;;;; 141000)) 29339;;;;;; 20000))
29313;;; Generated autoloads from url/url-cid.el 29340;;; Generated autoloads from url/url-cid.el
29314 29341
29315(autoload 'url-cid "url-cid" "\ 29342(autoload 'url-cid "url-cid" "\
@@ -29319,8 +29346,8 @@ Extract FNAM from the local disk cache.
29319 29346
29320;;;*** 29347;;;***
29321 29348
29322;;;### (autoloads nil "url-dav" "url/url-dav.el" (22388 6390 581327 29349;;;### (autoloads nil "url-dav" "url/url-dav.el" (22387 39328 609704
29323;;;;;; 171000)) 29350;;;;;; 17000))
29324;;; Generated autoloads from url/url-dav.el 29351;;; Generated autoloads from url/url-dav.el
29325 29352
29326(autoload 'url-dav-supported-p "url-dav" "\ 29353(autoload 'url-dav-supported-p "url-dav" "\
@@ -29354,8 +29381,8 @@ added to this list, so most requests can just pass in nil.
29354 29381
29355;;;*** 29382;;;***
29356 29383
29357;;;### (autoloads nil "url-file" "url/url-file.el" (22388 6390 611327 29384;;;### (autoloads nil "url-file" "url/url-file.el" (22387 39328 611704
29358;;;;;; 466000)) 29385;;;;;; 10000))
29359;;; Generated autoloads from url/url-file.el 29386;;; Generated autoloads from url/url-file.el
29360 29387
29361(autoload 'url-file "url-file" "\ 29388(autoload 'url-file "url-file" "\
@@ -29365,8 +29392,8 @@ Handle file: and ftp: URLs.
29365 29392
29366;;;*** 29393;;;***
29367 29394
29368;;;### (autoloads nil "url-gw" "url/url-gw.el" (22388 6390 617327 29395;;;### (autoloads nil "url-gw" "url/url-gw.el" (22387 39328 612704
29369;;;;;; 525000)) 29396;;;;;; 6000))
29370;;; Generated autoloads from url/url-gw.el 29397;;; Generated autoloads from url/url-gw.el
29371 29398
29372(autoload 'url-gateway-nslookup-host "url-gw" "\ 29399(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -29387,8 +29414,8 @@ overriding the value of `url-gateway-method'.
29387 29414
29388;;;*** 29415;;;***
29389 29416
29390;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22388 29417;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22387
29391;;;;;; 6390 619327 544000)) 29418;;;;;; 39328 612704 6000))
29392;;; Generated autoloads from url/url-handlers.el 29419;;; Generated autoloads from url/url-handlers.el
29393 29420
29394(defvar url-handler-mode nil "\ 29421(defvar url-handler-mode nil "\
@@ -29450,8 +29477,8 @@ if it had been inserted from a file named URL.
29450 29477
29451;;;*** 29478;;;***
29452 29479
29453;;;### (autoloads nil "url-http" "url/url-http.el" (22489 43024 129096 29480;;;### (autoloads nil "url-http" "url/url-http.el" (22578 62356 750211
29454;;;;;; 674000)) 29481;;;;;; 976000))
29455;;; Generated autoloads from url/url-http.el 29482;;; Generated autoloads from url/url-http.el
29456 (autoload 'url-default-expander "url-expand") 29483 (autoload 'url-default-expander "url-expand")
29457 29484
@@ -29463,8 +29490,8 @@ if it had been inserted from a file named URL.
29463 29490
29464;;;*** 29491;;;***
29465 29492
29466;;;### (autoloads nil "url-irc" "url/url-irc.el" (22388 6390 660327 29493;;;### (autoloads nil "url-irc" "url/url-irc.el" (22387 39328 615703
29467;;;;;; 948000)) 29494;;;;;; 996000))
29468;;; Generated autoloads from url/url-irc.el 29495;;; Generated autoloads from url/url-irc.el
29469 29496
29470(autoload 'url-irc "url-irc" "\ 29497(autoload 'url-irc "url-irc" "\
@@ -29474,8 +29501,8 @@ if it had been inserted from a file named URL.
29474 29501
29475;;;*** 29502;;;***
29476 29503
29477;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22388 6390 660327 29504;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22387 39328 615703
29478;;;;;; 948000)) 29505;;;;;; 996000))
29479;;; Generated autoloads from url/url-ldap.el 29506;;; Generated autoloads from url/url-ldap.el
29480 29507
29481(autoload 'url-ldap "url-ldap" "\ 29508(autoload 'url-ldap "url-ldap" "\
@@ -29488,8 +29515,8 @@ URL can be a URL string, or a URL vector of the type returned by
29488 29515
29489;;;*** 29516;;;***
29490 29517
29491;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22388 6390 29518;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22387 39328
29492;;;;;; 661327 958000)) 29519;;;;;; 615703 996000))
29493;;; Generated autoloads from url/url-mailto.el 29520;;; Generated autoloads from url/url-mailto.el
29494 29521
29495(autoload 'url-mail "url-mailto" "\ 29522(autoload 'url-mail "url-mailto" "\
@@ -29504,8 +29531,8 @@ Handle the mailto: URL syntax.
29504 29531
29505;;;*** 29532;;;***
29506 29533
29507;;;### (autoloads nil "url-misc" "url/url-misc.el" (22388 6390 663327 29534;;;### (autoloads nil "url-misc" "url/url-misc.el" (22387 39328 616703
29508;;;;;; 977000)) 29535;;;;;; 992000))
29509;;; Generated autoloads from url/url-misc.el 29536;;; Generated autoloads from url/url-misc.el
29510 29537
29511(autoload 'url-man "url-misc" "\ 29538(autoload 'url-man "url-misc" "\
@@ -29536,8 +29563,8 @@ Fetch a data URL (RFC 2397).
29536 29563
29537;;;*** 29564;;;***
29538 29565
29539;;;### (autoloads nil "url-news" "url/url-news.el" (22388 6390 663327 29566;;;### (autoloads nil "url-news" "url/url-news.el" (22387 39328 617703
29540;;;;;; 977000)) 29567;;;;;; 988000))
29541;;; Generated autoloads from url/url-news.el 29568;;; Generated autoloads from url/url-news.el
29542 29569
29543(autoload 'url-news "url-news" "\ 29570(autoload 'url-news "url-news" "\
@@ -29552,8 +29579,8 @@ Fetch a data URL (RFC 2397).
29552 29579
29553;;;*** 29580;;;***
29554 29581
29555;;;### (autoloads nil "url-ns" "url/url-ns.el" (22388 6390 665327 29582;;;### (autoloads nil "url-ns" "url/url-ns.el" (22387 39328 617703
29556;;;;;; 997000)) 29583;;;;;; 988000))
29557;;; Generated autoloads from url/url-ns.el 29584;;; Generated autoloads from url/url-ns.el
29558 29585
29559(autoload 'isPlainHostName "url-ns" "\ 29586(autoload 'isPlainHostName "url-ns" "\
@@ -29593,8 +29620,8 @@ Fetch a data URL (RFC 2397).
29593 29620
29594;;;*** 29621;;;***
29595 29622
29596;;;### (autoloads nil "url-parse" "url/url-parse.el" (22388 6390 29623;;;### (autoloads nil "url-parse" "url/url-parse.el" (22387 39328
29597;;;;;; 681328 154000)) 29624;;;;;; 618703 985000))
29598;;; Generated autoloads from url/url-parse.el 29625;;; Generated autoloads from url/url-parse.el
29599 29626
29600(autoload 'url-recreate-url "url-parse" "\ 29627(autoload 'url-recreate-url "url-parse" "\
@@ -29645,8 +29672,8 @@ parses to
29645 29672
29646;;;*** 29673;;;***
29647 29674
29648;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22388 6390 29675;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22387 39328
29649;;;;;; 683328 174000)) 29676;;;;;; 618703 985000))
29650;;; Generated autoloads from url/url-privacy.el 29677;;; Generated autoloads from url/url-privacy.el
29651 29678
29652(autoload 'url-setup-privacy-info "url-privacy" "\ 29679(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29656,8 +29683,8 @@ Setup variables that expose info about you and your system.
29656 29683
29657;;;*** 29684;;;***
29658 29685
29659;;;### (autoloads nil "url-queue" "url/url-queue.el" (22388 6390 29686;;;### (autoloads nil "url-queue" "url/url-queue.el" (22387 39328
29660;;;;;; 702328 361000)) 29687;;;;;; 619703 981000))
29661;;; Generated autoloads from url/url-queue.el 29688;;; Generated autoloads from url/url-queue.el
29662 29689
29663(autoload 'url-queue-retrieve "url-queue" "\ 29690(autoload 'url-queue-retrieve "url-queue" "\
@@ -29671,8 +29698,8 @@ The variable `url-queue-timeout' sets a timeout.
29671 29698
29672;;;*** 29699;;;***
29673 29700
29674;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22388 6390 29701;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22387 39328
29675;;;;;; 703328 370000)) 29702;;;;;; 619703 981000))
29676;;; Generated autoloads from url/url-tramp.el 29703;;; Generated autoloads from url/url-tramp.el
29677 29704
29678(defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\ 29705(defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\
@@ -29690,8 +29717,8 @@ would have been passed to OPERATION.
29690 29717
29691;;;*** 29718;;;***
29692 29719
29693;;;### (autoloads nil "url-util" "url/url-util.el" (22388 6390 704328 29720;;;### (autoloads nil "url-util" "url/url-util.el" (22387 39328 620703
29694;;;;;; 380000)) 29721;;;;;; 978000))
29695;;; Generated autoloads from url/url-util.el 29722;;; Generated autoloads from url/url-util.el
29696 29723
29697(defvar url-debug nil "\ 29724(defvar url-debug nil "\
@@ -29859,8 +29886,8 @@ This uses `url-current-object', set locally to the buffer.
29859 29886
29860;;;*** 29887;;;***
29861 29888
29862;;;### (autoloads nil "userlock" "userlock.el" (22388 5710 439638 29889;;;### (autoloads nil "userlock" "userlock.el" (22387 39326 923710
29863;;;;;; 468000)) 29890;;;;;; 37000))
29864;;; Generated autoloads from userlock.el 29891;;; Generated autoloads from userlock.el
29865 29892
29866(autoload 'ask-user-about-lock "userlock" "\ 29893(autoload 'ask-user-about-lock "userlock" "\
@@ -29888,8 +29915,8 @@ The buffer in question is current when this function is called.
29888 29915
29889;;;*** 29916;;;***
29890 29917
29891;;;### (autoloads nil "utf-7" "international/utf-7.el" (22388 6374 29918;;;### (autoloads nil "utf-7" "international/utf-7.el" (22387 39327
29892;;;;;; 952173 469000)) 29919;;;;;; 646707 455000))
29893;;; Generated autoloads from international/utf-7.el 29920;;; Generated autoloads from international/utf-7.el
29894 29921
29895(autoload 'utf-7-post-read-conversion "utf-7" "\ 29922(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29914,7 +29941,7 @@ The buffer in question is current when this function is called.
29914 29941
29915;;;*** 29942;;;***
29916 29943
29917;;;### (autoloads nil "utf7" "gnus/utf7.el" (22388 6374 272166 782000)) 29944;;;### (autoloads nil "utf7" "gnus/utf7.el" (22387 39327 539707 837000))
29918;;; Generated autoloads from gnus/utf7.el 29945;;; Generated autoloads from gnus/utf7.el
29919 29946
29920(autoload 'utf7-encode "utf7" "\ 29947(autoload 'utf7-encode "utf7" "\
@@ -29924,8 +29951,8 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29924 29951
29925;;;*** 29952;;;***
29926 29953
29927;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22388 6376 109184 29954;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22387 39327
29928;;;;;; 848000)) 29955;;;;;; 941706 402000))
29929;;; Generated autoloads from mail/uudecode.el 29956;;; Generated autoloads from mail/uudecode.el
29930 29957
29931(autoload 'uudecode-decode-region-external "uudecode" "\ 29958(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29949,7 +29976,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29949 29976
29950;;;*** 29977;;;***
29951 29978
29952;;;### (autoloads nil "vc" "vc/vc.el" (22388 6391 900340 142000)) 29979;;;### (autoloads nil "vc" "vc/vc.el" (22578 62356 751211 971000))
29953;;; Generated autoloads from vc/vc.el 29980;;; Generated autoloads from vc/vc.el
29954 29981
29955(defvar vc-checkout-hook nil "\ 29982(defvar vc-checkout-hook nil "\
@@ -29978,6 +30005,10 @@ backend of FILE. If FILE is not registered, then the
29978first backend in `vc-handled-backends' that declares itself 30005first backend in `vc-handled-backends' that declares itself
29979responsible for FILE is returned. 30006responsible for FILE is returned.
29980 30007
30008Note that if FILE is a symbolic link, it will not be resolved --
30009the responsible backend system for the symbolic link itself will
30010be reported.
30011
29981\(fn FILE)" nil nil) 30012\(fn FILE)" nil nil)
29982 30013
29983(autoload 'vc-next-action "vc" "\ 30014(autoload 'vc-next-action "vc" "\
@@ -30265,8 +30296,8 @@ Return the branch part of a revision number REV.
30265 30296
30266;;;*** 30297;;;***
30267 30298
30268;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22388 6391 30299;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22387 39328
30269;;;;;; 299334 232000)) 30300;;;;;; 669703 803000))
30270;;; Generated autoloads from vc/vc-annotate.el 30301;;; Generated autoloads from vc/vc-annotate.el
30271 30302
30272(autoload 'vc-annotate "vc-annotate" "\ 30303(autoload 'vc-annotate "vc-annotate" "\
@@ -30305,8 +30336,8 @@ should be applied to the background or to the foreground.
30305 30336
30306;;;*** 30337;;;***
30307 30338
30308;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22388 6391 331334 30339;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22387 39328 670703
30309;;;;;; 546000)) 30340;;;;;; 799000))
30310;;; Generated autoloads from vc/vc-bzr.el 30341;;; Generated autoloads from vc/vc-bzr.el
30311 30342
30312(defconst vc-bzr-admin-dirname ".bzr" "\ 30343(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30322,8 +30353,8 @@ Name of the format file in a .bzr directory.")
30322 30353
30323;;;*** 30354;;;***
30324 30355
30325;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22388 6391 418335 30356;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22578 62356 751211
30326;;;;;; 402000)) 30357;;;;;; 971000))
30327;;; Generated autoloads from vc/vc-cvs.el 30358;;; Generated autoloads from vc/vc-cvs.el
30328(defun vc-cvs-registered (f) 30359(defun vc-cvs-registered (f)
30329 "Return non-nil if file F is registered with CVS." 30360 "Return non-nil if file F is registered with CVS."
@@ -30334,8 +30365,8 @@ Name of the format file in a .bzr directory.")
30334 30365
30335;;;*** 30366;;;***
30336 30367
30337;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22388 6391 424335 30368;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22387 39328 672703
30338;;;;;; 461000)) 30369;;;;;; 792000))
30339;;; Generated autoloads from vc/vc-dir.el 30370;;; Generated autoloads from vc/vc-dir.el
30340 30371
30341(autoload 'vc-dir "vc-dir" "\ 30372(autoload 'vc-dir "vc-dir" "\
@@ -30359,8 +30390,8 @@ These are the commands available for use in the file status buffer:
30359 30390
30360;;;*** 30391;;;***
30361 30392
30362;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22388 30393;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22387
30363;;;;;; 6391 464335 854000)) 30394;;;;;; 39328 673703 789000))
30364;;; Generated autoloads from vc/vc-dispatcher.el 30395;;; Generated autoloads from vc/vc-dispatcher.el
30365 30396
30366(autoload 'vc-do-command "vc-dispatcher" "\ 30397(autoload 'vc-do-command "vc-dispatcher" "\
@@ -30383,8 +30414,8 @@ case, and the process object in the asynchronous case.
30383 30414
30384;;;*** 30415;;;***
30385 30416
30386;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22420 38537 297424 30417;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22421 48002 959231
30387;;;;;; 708000)) 30418;;;;;; 24000))
30388;;; Generated autoloads from vc/vc-git.el 30419;;; Generated autoloads from vc/vc-git.el
30389 (defun vc-git-registered (file) 30420 (defun vc-git-registered (file)
30390 "Return non-nil if FILE is registered with git." 30421 "Return non-nil if FILE is registered with git."
@@ -30395,7 +30426,7 @@ case, and the process object in the asynchronous case.
30395 30426
30396;;;*** 30427;;;***
30397 30428
30398;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22388 6391 556336 759000)) 30429;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22387 39328 675703 781000))
30399;;; Generated autoloads from vc/vc-hg.el 30430;;; Generated autoloads from vc/vc-hg.el
30400 (defun vc-hg-registered (file) 30431 (defun vc-hg-registered (file)
30401 "Return non-nil if FILE is registered with hg." 30432 "Return non-nil if FILE is registered with hg."
@@ -30406,8 +30437,8 @@ case, and the process object in the asynchronous case.
30406 30437
30407;;;*** 30438;;;***
30408 30439
30409;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22388 6391 641337 30440;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22387 39328 676703
30410;;;;;; 595000)) 30441;;;;;; 778000))
30411;;; Generated autoloads from vc/vc-mtn.el 30442;;; Generated autoloads from vc/vc-mtn.el
30412 30443
30413(defconst vc-mtn-admin-dir "_MTN" "\ 30444(defconst vc-mtn-admin-dir "_MTN" "\
@@ -30423,8 +30454,8 @@ Name of the monotone directory's format file.")
30423 30454
30424;;;*** 30455;;;***
30425 30456
30426;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22388 6391 707338 30457;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22387 39328 677703
30427;;;;;; 244000)) 30458;;;;;; 774000))
30428;;; Generated autoloads from vc/vc-rcs.el 30459;;; Generated autoloads from vc/vc-rcs.el
30429 30460
30430(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 30461(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -30437,8 +30468,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30437 30468
30438;;;*** 30469;;;***
30439 30470
30440;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22388 6391 745338 30471;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22387 39328 678703
30441;;;;;; 618000)) 30472;;;;;; 771000))
30442;;; Generated autoloads from vc/vc-sccs.el 30473;;; Generated autoloads from vc/vc-sccs.el
30443 30474
30444(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 30475(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -30456,8 +30487,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30456 30487
30457;;;*** 30488;;;***
30458 30489
30459;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22388 6391 798339 30490;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22387 39328 678703
30460;;;;;; 139000)) 30491;;;;;; 771000))
30461;;; Generated autoloads from vc/vc-src.el 30492;;; Generated autoloads from vc/vc-src.el
30462 30493
30463(defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\ 30494(defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\
@@ -30470,8 +30501,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30470 30501
30471;;;*** 30502;;;***
30472 30503
30473;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22388 6391 799339 30504;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22387 39328 679703
30474;;;;;; 149000)) 30505;;;;;; 767000))
30475;;; Generated autoloads from vc/vc-svn.el 30506;;; Generated autoloads from vc/vc-svn.el
30476 (defun vc-svn-registered (f) 30507 (defun vc-svn-registered (f)
30477 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 30508 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -30484,8 +30515,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30484 30515
30485;;;*** 30516;;;***
30486 30517
30487;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22388 30518;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22387
30488;;;;;; 6388 56302 339000)) 30519;;;;;; 39328 396704 777000))
30489;;; Generated autoloads from progmodes/vera-mode.el 30520;;; Generated autoloads from progmodes/vera-mode.el
30490(push (purecopy '(vera-mode 2 28)) package--builtin-versions) 30521(push (purecopy '(vera-mode 2 28)) package--builtin-versions)
30491 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 30522 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
@@ -30544,7 +30575,7 @@ Key bindings:
30544;;;*** 30575;;;***
30545 30576
30546;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 30577;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
30547;;;;;; (22388 6388 217303 922000)) 30578;;;;;; (22387 39328 402704 756000))
30548;;; Generated autoloads from progmodes/verilog-mode.el 30579;;; Generated autoloads from progmodes/verilog-mode.el
30549 30580
30550(autoload 'verilog-mode "verilog-mode" "\ 30581(autoload 'verilog-mode "verilog-mode" "\
@@ -30683,8 +30714,8 @@ Key bindings specific to `verilog-mode-map' are:
30683 30714
30684;;;*** 30715;;;***
30685 30716
30686;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22388 30717;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22387
30687;;;;;; 6388 508306 784000)) 30718;;;;;; 39328 414704 713000))
30688;;; Generated autoloads from progmodes/vhdl-mode.el 30719;;; Generated autoloads from progmodes/vhdl-mode.el
30689 30720
30690(autoload 'vhdl-mode "vhdl-mode" "\ 30721(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31238,8 +31269,8 @@ Key bindings:
31238 31269
31239;;;*** 31270;;;***
31240 31271
31241;;;### (autoloads nil "viet-util" "language/viet-util.el" (22388 31272;;;### (autoloads nil "viet-util" "language/viet-util.el" (22387
31242;;;;;; 6375 466178 524000)) 31273;;;;;; 39327 668707 377000))
31243;;; Generated autoloads from language/viet-util.el 31274;;; Generated autoloads from language/viet-util.el
31244 31275
31245(autoload 'viet-encode-viscii-char "viet-util" "\ 31276(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31283,7 +31314,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31283 31314
31284;;;*** 31315;;;***
31285 31316
31286;;;### (autoloads nil "view" "view.el" (22388 5710 520639 265000)) 31317;;;### (autoloads nil "view" "view.el" (22387 39326 924710 33000))
31287;;; Generated autoloads from view.el 31318;;; Generated autoloads from view.el
31288 31319
31289(defvar view-remove-frame-by-deleting t "\ 31320(defvar view-remove-frame-by-deleting t "\
@@ -31539,8 +31570,8 @@ Exit View mode and make the current buffer editable.
31539 31570
31540;;;*** 31571;;;***
31541 31572
31542;;;### (autoloads nil "viper" "emulation/viper.el" (22388 6370 127126 31573;;;### (autoloads nil "viper" "emulation/viper.el" (22387 39327 375708
31543;;;;;; 18000)) 31574;;;;;; 423000))
31544;;; Generated autoloads from emulation/viper.el 31575;;; Generated autoloads from emulation/viper.el
31545(push (purecopy '(viper 3 14 1)) package--builtin-versions) 31576(push (purecopy '(viper 3 14 1)) package--builtin-versions)
31546 31577
@@ -31557,8 +31588,8 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31557 31588
31558;;;*** 31589;;;***
31559 31590
31560;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22388 31591;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22387
31561;;;;;; 6369 802122 822000)) 31592;;;;;; 39327 339708 551000))
31562;;; Generated autoloads from emacs-lisp/warnings.el 31593;;; Generated autoloads from emacs-lisp/warnings.el
31563 31594
31564(defvar warning-prefix-function nil "\ 31595(defvar warning-prefix-function nil "\
@@ -31648,7 +31679,7 @@ this is equivalent to `display-warning', using
31648 31679
31649;;;*** 31680;;;***
31650 31681
31651;;;### (autoloads nil "wdired" "wdired.el" (22388 5710 565639 708000)) 31682;;;### (autoloads nil "wdired" "wdired.el" (22387 39326 926710 26000))
31652;;; Generated autoloads from wdired.el 31683;;; Generated autoloads from wdired.el
31653(push (purecopy '(wdired 2 0)) package--builtin-versions) 31684(push (purecopy '(wdired 2 0)) package--builtin-versions)
31654 31685
@@ -31666,8 +31697,8 @@ See `wdired-mode'.
31666 31697
31667;;;*** 31698;;;***
31668 31699
31669;;;### (autoloads nil "webjump" "net/webjump.el" (22388 6379 113214 31700;;;### (autoloads nil "webjump" "net/webjump.el" (22387 39328 12706
31670;;;;;; 390000)) 31701;;;;;; 148000))
31671;;; Generated autoloads from net/webjump.el 31702;;; Generated autoloads from net/webjump.el
31672 31703
31673(autoload 'webjump "webjump" "\ 31704(autoload 'webjump "webjump" "\
@@ -31683,8 +31714,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31683 31714
31684;;;*** 31715;;;***
31685 31716
31686;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22388 31717;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22387
31687;;;;;; 6388 697308 643000)) 31718;;;;;; 39328 419704 695000))
31688;;; Generated autoloads from progmodes/which-func.el 31719;;; Generated autoloads from progmodes/which-func.el
31689 (put 'which-func-format 'risky-local-variable t) 31720 (put 'which-func-format 'risky-local-variable t)
31690 (put 'which-func-current 'risky-local-variable t) 31721 (put 'which-func-current 'risky-local-variable t)
@@ -31715,16 +31746,18 @@ in certain major modes.
31715 31746
31716;;;*** 31747;;;***
31717 31748
31718;;;### (autoloads nil "whitespace" "whitespace.el" (22388 5710 616640 31749;;;### (autoloads nil "whitespace" "whitespace.el" (22578 62356 752211
31719;;;;;; 209000)) 31750;;;;;; 965000))
31720;;; Generated autoloads from whitespace.el 31751;;; Generated autoloads from whitespace.el
31721(push (purecopy '(whitespace 13 2 2)) package--builtin-versions) 31752(push (purecopy '(whitespace 13 2 2)) package--builtin-versions)
31722 31753
31723(autoload 'whitespace-mode "whitespace" "\ 31754(autoload 'whitespace-mode "whitespace" "\
31724Toggle whitespace visualization (Whitespace mode). 31755Toggle whitespace visualization (Whitespace mode).
31725With a prefix argument ARG, enable Whitespace mode if ARG is 31756With a prefix argument ARG, enable Whitespace mode if ARG is
31726positive, and disable it otherwise. If called from Lisp, enable 31757positive, and disable it otherwise.
31727the mode if ARG is omitted or nil. 31758
31759If called from Lisp, also enables the mode if ARG is omitted or nil,
31760and toggles it if ARG is `toggle'.
31728 31761
31729See also `whitespace-style', `whitespace-newline' and 31762See also `whitespace-style', `whitespace-newline' and
31730`whitespace-display-mappings'. 31763`whitespace-display-mappings'.
@@ -31734,8 +31767,10 @@ See also `whitespace-style', `whitespace-newline' and
31734(autoload 'whitespace-newline-mode "whitespace" "\ 31767(autoload 'whitespace-newline-mode "whitespace" "\
31735Toggle newline visualization (Whitespace Newline mode). 31768Toggle newline visualization (Whitespace Newline mode).
31736With a prefix argument ARG, enable Whitespace Newline mode if ARG 31769With a prefix argument ARG, enable Whitespace Newline mode if ARG
31737is positive, and disable it otherwise. If called from Lisp, 31770is positive, and disable it otherwise.
31738enable the mode if ARG is omitted or nil. 31771
31772If called from Lisp, also enables the mode if ARG is omitted or nil,
31773and toggles it if ARG is `toggle'.
31739 31774
31740Use `whitespace-newline-mode' only for NEWLINE visualization 31775Use `whitespace-newline-mode' only for NEWLINE visualization
31741exclusively. For other visualizations, including NEWLINE 31776exclusively. For other visualizations, including NEWLINE
@@ -31759,8 +31794,10 @@ or call the function `global-whitespace-mode'.")
31759(autoload 'global-whitespace-mode "whitespace" "\ 31794(autoload 'global-whitespace-mode "whitespace" "\
31760Toggle whitespace visualization globally (Global Whitespace mode). 31795Toggle whitespace visualization globally (Global Whitespace mode).
31761With a prefix argument ARG, enable Global Whitespace mode if ARG 31796With a prefix argument ARG, enable Global Whitespace mode if ARG
31762is positive, and disable it otherwise. If called from Lisp, 31797is positive, and disable it otherwise.
31763enable it if ARG is omitted or nil. 31798
31799If called from Lisp, also enables the mode if ARG is omitted or nil,
31800and toggles it if ARG is `toggle'.
31764 31801
31765See also `whitespace-style', `whitespace-newline' and 31802See also `whitespace-style', `whitespace-newline' and
31766`whitespace-display-mappings'. 31803`whitespace-display-mappings'.
@@ -31780,8 +31817,10 @@ or call the function `global-whitespace-newline-mode'.")
31780(autoload 'global-whitespace-newline-mode "whitespace" "\ 31817(autoload 'global-whitespace-newline-mode "whitespace" "\
31781Toggle global newline visualization (Global Whitespace Newline mode). 31818Toggle global newline visualization (Global Whitespace Newline mode).
31782With a prefix argument ARG, enable Global Whitespace Newline mode 31819With a prefix argument ARG, enable Global Whitespace Newline mode
31783if ARG is positive, and disable it otherwise. If called from 31820if ARG is positive, and disable it otherwise.
31784Lisp, enable it if ARG is omitted or nil. 31821
31822If called from Lisp, also enables the mode if ARG is omitted or nil,
31823and toggles it if ARG is `toggle'.
31785 31824
31786Use `global-whitespace-newline-mode' only for NEWLINE 31825Use `global-whitespace-newline-mode' only for NEWLINE
31787visualization exclusively. For other visualizations, including 31826visualization exclusively. For other visualizations, including
@@ -32086,8 +32125,8 @@ cleaning up these problems.
32086 32125
32087;;;*** 32126;;;***
32088 32127
32089;;;### (autoloads nil "wid-browse" "wid-browse.el" (22388 5710 661640 32128;;;### (autoloads nil "wid-browse" "wid-browse.el" (22387 39326 928710
32090;;;;;; 652000)) 32129;;;;;; 19000))
32091;;; Generated autoloads from wid-browse.el 32130;;; Generated autoloads from wid-browse.el
32092 32131
32093(autoload 'widget-browse-at "wid-browse" "\ 32132(autoload 'widget-browse-at "wid-browse" "\
@@ -32115,8 +32154,8 @@ if ARG is omitted or nil.
32115 32154
32116;;;*** 32155;;;***
32117 32156
32118;;;### (autoloads nil "wid-edit" "wid-edit.el" (22388 5710 705641 32157;;;### (autoloads nil "wid-edit" "wid-edit.el" (22387 39326 929710
32119;;;;;; 84000)) 32158;;;;;; 15000))
32120;;; Generated autoloads from wid-edit.el 32159;;; Generated autoloads from wid-edit.el
32121 32160
32122(autoload 'widgetp "wid-edit" "\ 32161(autoload 'widgetp "wid-edit" "\
@@ -32158,8 +32197,8 @@ Setup current buffer so editing string widgets works.
32158 32197
32159;;;*** 32198;;;***
32160 32199
32161;;;### (autoloads nil "windmove" "windmove.el" (22388 5710 791641 32200;;;### (autoloads nil "windmove" "windmove.el" (22387 39326 931710
32162;;;;;; 930000)) 32201;;;;;; 8000))
32163;;; Generated autoloads from windmove.el 32202;;; Generated autoloads from windmove.el
32164 32203
32165(autoload 'windmove-left "windmove" "\ 32204(autoload 'windmove-left "windmove" "\
@@ -32211,7 +32250,7 @@ Default MODIFIER is `shift'.
32211 32250
32212;;;*** 32251;;;***
32213 32252
32214;;;### (autoloads nil "winner" "winner.el" (22388 5711 24644 221000)) 32253;;;### (autoloads nil "winner" "winner.el" (22387 39326 936709 990000))
32215;;; Generated autoloads from winner.el 32254;;; Generated autoloads from winner.el
32216 32255
32217(defvar winner-mode nil "\ 32256(defvar winner-mode nil "\
@@ -32241,7 +32280,7 @@ you can press `C-c <right>' (calling `winner-redo').
32241 32280
32242;;;*** 32281;;;***
32243 32282
32244;;;### (autoloads nil "woman" "woman.el" (22388 5711 111645 78000)) 32283;;;### (autoloads nil "woman" "woman.el" (22387 39326 937709 987000))
32245;;; Generated autoloads from woman.el 32284;;; Generated autoloads from woman.el
32246(push (purecopy '(woman 0 551)) package--builtin-versions) 32285(push (purecopy '(woman 0 551)) package--builtin-versions)
32247 32286
@@ -32290,7 +32329,7 @@ Default bookmark handler for Woman buffers.
32290 32329
32291;;;*** 32330;;;***
32292 32331
32293;;;### (autoloads nil "xml" "xml.el" (22388 5711 194645 894000)) 32332;;;### (autoloads nil "xml" "xml.el" (22387 39326 939709 979000))
32294;;; Generated autoloads from xml.el 32333;;; Generated autoloads from xml.el
32295 32334
32296(autoload 'xml-parse-file "xml" "\ 32335(autoload 'xml-parse-file "xml" "\
@@ -32346,8 +32385,8 @@ Both features can be combined by providing a cons cell
32346 32385
32347;;;*** 32386;;;***
32348 32387
32349;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22388 6379 484218 32388;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22387 39328 67705
32350;;;;;; 39000)) 32389;;;;;; 952000))
32351;;; Generated autoloads from nxml/xmltok.el 32390;;; Generated autoloads from nxml/xmltok.el
32352 32391
32353(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32392(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32365,8 +32404,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32365 32404
32366;;;*** 32405;;;***
32367 32406
32368;;;### (autoloads nil "xref" "progmodes/xref.el" (22388 6388 698308 32407;;;### (autoloads nil "xref" "progmodes/xref.el" (22387 39328 420704
32369;;;;;; 653000)) 32408;;;;;; 692000))
32370;;; Generated autoloads from progmodes/xref.el 32409;;; Generated autoloads from progmodes/xref.el
32371 32410
32372(autoload 'xref-find-backend "xref" "\ 32411(autoload 'xref-find-backend "xref" "\
@@ -32433,8 +32472,8 @@ IGNORES is a list of glob patterns.
32433 32472
32434;;;*** 32473;;;***
32435 32474
32436;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22388 5711 211646 32475;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22581 47658 786375
32437;;;;;; 61000)) 32476;;;;;; 832000))
32438;;; Generated autoloads from xt-mouse.el 32477;;; Generated autoloads from xt-mouse.el
32439 32478
32440(defvar xterm-mouse-mode nil "\ 32479(defvar xterm-mouse-mode nil "\
@@ -32464,7 +32503,8 @@ down the SHIFT key while pressing the mouse button.
32464 32503
32465;;;*** 32504;;;***
32466 32505
32467;;;### (autoloads nil "xwidget" "xwidget.el" (22388 5711 213646 81000)) 32506;;;### (autoloads nil "xwidget" "xwidget.el" (22387 39326 940709
32507;;;;;; 976000))
32468;;; Generated autoloads from xwidget.el 32508;;; Generated autoloads from xwidget.el
32469 32509
32470(autoload 'xwidget-webkit-browse-url "xwidget" "\ 32510(autoload 'xwidget-webkit-browse-url "xwidget" "\
@@ -32476,7 +32516,7 @@ Interactively, URL defaults to the string looking like a url around point.
32476 32516
32477;;;*** 32517;;;***
32478 32518
32479;;;### (autoloads nil "yenc" "gnus/yenc.el" (22388 6374 272166 782000)) 32519;;;### (autoloads nil "yenc" "gnus/yenc.el" (22387 39327 539707 837000))
32480;;; Generated autoloads from gnus/yenc.el 32520;;; Generated autoloads from gnus/yenc.el
32481 32521
32482(autoload 'yenc-decode-region "yenc" "\ 32522(autoload 'yenc-decode-region "yenc" "\
@@ -32491,7 +32531,7 @@ Extract file name from an yenc header.
32491 32531
32492;;;*** 32532;;;***
32493 32533
32494;;;### (autoloads nil "zone" "play/zone.el" (22388 6383 476257 297000)) 32534;;;### (autoloads nil "zone" "play/zone.el" (22387 39328 274705 213000))
32495;;; Generated autoloads from play/zone.el 32535;;; Generated autoloads from play/zone.el
32496 32536
32497(autoload 'zone "zone" "\ 32537(autoload 'zone "zone" "\
@@ -32719,7 +32759,7 @@ Zone out, completely.
32719;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 32759;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
32720;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" 32760;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el"
32721;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 32761;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
32722;;;;;; "x-dnd.el") (22491 3984 174622 61000)) 32762;;;;;; "x-dnd.el") (22588 27933 487024 747000))
32723 32763
32724;;;*** 32764;;;***
32725 32765