aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-01-29 23:46:05 +0800
committerChong Yidong2012-01-29 23:46:05 +0800
commitd7fac6deb0aefa98b0e26e19998f1c7cbe502eaf (patch)
tree75910b4096017b145b2e75740deeb242f1fe129d
parent5b95ee8a9630108cb43093bb71d32efae596aa43 (diff)
downloademacs-d7fac6deb0aefa98b0e26e19998f1c7cbe502eaf.tar.gz
emacs-d7fac6deb0aefa98b0e26e19998f1c7cbe502eaf.zip
Bump version to 24.0.93.emacs-pretest-24.0.93
Regenerate AUTHORS and ldefs-boot.el.
-rw-r--r--README2
-rw-r--r--configure.in2
-rw-r--r--doc/emacs/emacsver.texi2
-rw-r--r--doc/man/emacs.12
-rw-r--r--etc/AUTHORS279
-rw-r--r--lisp/ldefs-boot.el1827
-rw-r--r--msdos/sed2v2.inp2
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist4
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop2
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist4
-rw-r--r--nt/config.nt2
-rw-r--r--nt/emacs.rc8
-rw-r--r--nt/emacsclient.rc8
-rw-r--r--nt/makefile.w32-in2
15 files changed, 1205 insertions, 945 deletions
diff --git a/README b/README
index cf837ba4ea3..2fa93cbf1a8 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Copyright (C) 2001-2012 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
5This directory tree holds version 24.0.92 of GNU Emacs, the extensible, 5This directory tree holds version 24.0.93 of GNU Emacs, the extensible,
6customizable, self-documenting real-time display editor. 6customizable, self-documenting real-time display editor.
7 7
8The file INSTALL in this directory says how to build and install GNU 8The file INSTALL in this directory says how to build and install GNU
diff --git a/configure.in b/configure.in
index 91302e1c3ee..889aac44b46 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24AC_PREREQ(2.65) 24AC_PREREQ(2.65)
25AC_INIT(emacs, 24.0.92) 25AC_INIT(emacs, 24.0.93)
26AC_CONFIG_HEADER(src/config.h:src/config.in) 26AC_CONFIG_HEADER(src/config.h:src/config.in)
27AC_CONFIG_SRCDIR(src/lisp.h) 27AC_CONFIG_SRCDIR(src/lisp.h)
28AC_CONFIG_AUX_DIR(build-aux) 28AC_CONFIG_AUX_DIR(build-aux)
diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi
index cb3f3f39778..d85e6c7fdee 100644
--- a/doc/emacs/emacsver.texi
+++ b/doc/emacs/emacsver.texi
@@ -1,4 +1,4 @@
1@c It would be nicer to generate this using configure and @version@. 1@c It would be nicer to generate this using configure and @version@.
2@c However, that would mean emacsver.texi would always be newer 2@c However, that would mean emacsver.texi would always be newer
3@c then the info files in release tarfiles. 3@c then the info files in release tarfiles.
4@set EMACSVER 24.0.92 4@set EMACSVER 24.0.93
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1
index 437d8cbad3b..c2408f5e129 100644
--- a/doc/man/emacs.1
+++ b/doc/man/emacs.1
@@ -1,5 +1,5 @@
1.\" See section COPYING for copyright and redistribution information. 1.\" See section COPYING for copyright and redistribution information.
2.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.92" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.93"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 0c86e2b199a..a0a32959420 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -90,7 +90,7 @@ Aleksei Gusev: changed progmodes/compile.el
90Alex Coventry: changed files.el 90Alex Coventry: changed files.el
91 91
92Alex Harsanyi: changed soap-client.el emacs3.py soap-inspect.el 92Alex Harsanyi: changed soap-client.el emacs3.py soap-inspect.el
93 vc-hooks.el vc.el 93 vc-hooks.el vc.el xml.el
94 94
95Alex Ott: changed TUTORIAL.ru ru-refcard.tex ispell.el ru-refcard.ps 95Alex Ott: changed TUTORIAL.ru ru-refcard.tex ispell.el ru-refcard.ps
96 96
@@ -195,9 +195,9 @@ Andreas Politz: changed editfns.c elp.el ido.el term.el
195Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el 195Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el
196 196
197Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c 197Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c
198 process.c coding.c files.el xterm.c editfns.c keyboard.c fns.c print.c 198 process.c coding.c files.el keyboard.c xterm.c editfns.c emacs.c fns.c
199 emacs.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c 199 print.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c
200 and 571 other files 200 and 573 other files
201 201
202Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el 202Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el
203 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el 203 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el
@@ -253,9 +253,9 @@ Anna M. Bigatti: wrote cal-html.el
253 253
254Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el 254Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el
255 ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el 255 ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el
256 erc-track.el files.el find-file.el gnus-art.el gnus-uu.el gnus.el 256 erc-goodies.el erc-track.el files.el find-file.el gnus-art.el
257 gnus.texi message.el mh-funcs.el mh-mime.el printing.el 257 gnus-uu.el gnus.el gnus.texi message.el mh-funcs.el mh-mime.el
258 and 5 other files 258 and 7 other files
259 259
260Ari Roponen: changed atimer.c doc.c mule.texi startup.el time-date.el 260Ari Roponen: changed atimer.c doc.c mule.texi startup.el time-date.el
261 261
@@ -296,11 +296,11 @@ Barry Fishman: changed gnu-linux.h
296 296
297Bastien Guerry: wrote gnus-bookmark.el org-latex.el org-protocol.el 297Bastien Guerry: wrote gnus-bookmark.el org-latex.el org-protocol.el
298and co-wrote org-bibtex.el org-list.el org-src.el 298and co-wrote org-bibtex.el org-list.el org-src.el
299and changed org.el org-html.el org-agenda.el org-clock.el org-exp.el 299and changed org.el org-agenda.el org-html.el org-clock.el org-exp.el
300 org-capture.el org-timer.el org-export-latex.el org-table.el 300 org.texi org-table.el org-capture.el org-publish.el org-timer.el
301 org-publish.el org.texi org-ascii.el bookmark.el info.el ob.el 301 org-export-latex.el org-archive.el ob.el org-ascii.el org-mobile.el
302 org-archive.el org-attach.el org-crypt.el org-gnus.el org-mobile.el 302 bookmark.el info.el org-attach.el org-colview.el org-crypt.el
303 rmail.el and 20 other files 303 org-eshell.el and 31 other files
304 304
305Ben A. Mesander: co-wrote erc-dcc.el 305Ben A. Mesander: co-wrote erc-dcc.el
306 306
@@ -332,7 +332,7 @@ and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el
332Bernhard Herzog: changed vc-hg.el menu.c xsmfns.c 332Bernhard Herzog: changed vc-hg.el menu.c xsmfns.c
333 333
334Bernt Hansen: changed org-agenda.el org-clock.el org.el org-capture.el 334Bernt Hansen: changed org-agenda.el org-clock.el org.el org-capture.el
335 org-indent.el 335 org-html.el org-indent.el org.texi
336 336
337Bill Atkins: changed wdired.el 337Bill Atkins: changed wdired.el
338 338
@@ -431,7 +431,7 @@ Brian Preble: changed abbrev.el apropos.el asm-mode.el awk-mode.el
431 compare-w.el compile.el dabbrev.el debug.el diary.el diff.el dired.el 431 compare-w.el compile.el dabbrev.el debug.el diary.el diff.el dired.el
432 doctex.el doctor.el ebuff-menu.el echistory.el and 129 other files 432 doctex.el doctor.el ebuff-menu.el echistory.el and 129 other files
433 433
434Brian Sniffen: changed gnus-draft.el 434Brian Sniffen: changed gnus-draft.el mm-decode.el
435 435
436Brian T. Sniffen: changed imap.el 436Brian T. Sniffen: changed imap.el
437 437
@@ -469,7 +469,7 @@ and changed org-latex.el org.texi org-publish.el orgcard.tex
469 org-export-latex.el org-colview-xemacs.el org-docbook.el org-attach.el 469 org-export-latex.el org-colview-xemacs.el org-docbook.el org-attach.el
470 org-mouse.el org-protocol.el org-mac-message.el org-wl.el org-crypt.el 470 org-mouse.el org-protocol.el org-mac-message.el org-wl.el org-crypt.el
471 org-freemind.el idlw-rinfo.el org-exp-blocks.el org-habit.el org-mhe.el 471 org-freemind.el idlw-rinfo.el org-exp-blocks.el org-habit.el org-mhe.el
472 org-plot.el reftex.texi ob.el and 24 other files 472 org-plot.el org-special-blocks.el reftex.texi and 24 other files
473 473
474Caveh Jalali: changed configure.in intel386.h sol2-4.h 474Caveh Jalali: changed configure.in intel386.h sol2-4.h
475 475
@@ -497,16 +497,17 @@ Chip Coldwell: changed font.c
497Chong Yidong: wrote compile-tests.el dichromacy-theme.el 497Chong Yidong: wrote compile-tests.el dichromacy-theme.el
498 font-parse-tests.el redisplay-testsuite.el tabulated-list.el 498 font-parse-tests.el redisplay-testsuite.el tabulated-list.el
499and co-wrote longlines.el tango-dark-theme.el tango-theme.el 499and co-wrote longlines.el tango-dark-theme.el tango-theme.el
500and changed xdisp.c simple.el files.el display.texi frames.texi 500and changed xdisp.c simple.el display.texi files.el frames.texi
501 cus-edit.el files.texi keyboard.c startup.el package.el custom.el 501 cus-edit.el files.texi keyboard.c startup.el custom.el package.el
502 emacs.texi xterm.c subr.el text.texi faces.el image.c mouse.el 502 text.texi emacs.texi misc.texi xterm.c faces.el subr.el image.c
503 misc.texi progmodes/compile.el xfns.c and 830 other files 503 mouse.el custom.texi progmodes/compile.el and 837 other files
504 504
505Chris Chase: co-wrote idlw-shell.el idlwave.el 505Chris Chase: co-wrote idlw-shell.el idlwave.el
506 506
507Chris Foote: changed progmodes/python.el 507Chris Foote: changed progmodes/python.el
508 508
509Chris Gray: wrote org-special-blocks.el 509Chris Gray: wrote org-special-blocks.el
510and changed mm-decode.el
510 511
511Chris Hall: changed callproc.c frame.c 512Chris Hall: changed callproc.c frame.c
512 513
@@ -544,7 +545,7 @@ Christian Lynbech: changed appt.el emacsserver.c tramp.el
544 545
545Christian Millour: changed shell.el 546Christian Millour: changed shell.el
546 547
547Christian Moe: changed org-bbdb.el 548Christian Moe: changed org-bbdb.el org-html.el org-special-blocks.el
548 549
549Christian Neukirchen: changed mm-util.el 550Christian Neukirchen: changed mm-util.el
550 551
@@ -573,10 +574,14 @@ Christoph Wedler: wrote antlr-mode.el
573and changed format.el gnus-art.el gnus-picon.el message.el register.el 574and changed format.el gnus-art.el gnus-picon.el message.el register.el
574 smiley.el texinfmt.el 575 smiley.el texinfmt.el
575 576
577Christophe Rhodes: changed org-exp.el
578
576Christophe de Dinechin: co-wrote ns-win.el 579Christophe de Dinechin: co-wrote ns-win.el
577 580
578Christopher Allan Webber: changed gamegrid.el org-agenda.el tetris.el 581Christopher Allan Webber: changed gamegrid.el org-agenda.el tetris.el
579 582
583Christopher Genovese: changed assoc.el
584
580Christopher J. Madsen: wrote decipher.el 585Christopher J. Madsen: wrote decipher.el
581and changed replace.el files.el ispell.el time.el 586and changed replace.el files.el ispell.el time.el
582 587
@@ -660,7 +665,7 @@ and changed vc.el Makefile.in configure.in vc-hg.el vc-git.el vc-bzr.el
660 665
661Dan Rosenberg: changed movemail.c 666Dan Rosenberg: changed movemail.c
662 667
663Dani Moncayo: changed lists.texi 668Dani Moncayo: changed lists.texi buffers.texi text.texi
664 669
665Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el 670Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el
666 671
@@ -668,8 +673,8 @@ Daniel Clemente: changed generic-x.el org-html.el
668 673
669Daniel Colascione: co-wrote js.el 674Daniel Colascione: co-wrote js.el
670and changed cmdproxy.c subr.el syntax.el DEBUG cc-engine.el cus-start.el 675and changed cmdproxy.c subr.el syntax.el DEBUG cc-engine.el cus-start.el
671 eval.c fns.c imenu.el keyboard.c lisp.h nxml-mode.el nxml-rap.el 676 eval.c fns.c frames.texi imenu.el keyboard.c lisp.h nxml-mode.el
672 nxml-util.el sh-script.el which-func.el 677 nxml-rap.el nxml-util.el sh-script.el which-func.el
673 678
674Daniel Dehennin: changed mml2015.el gnus-msg.el mm-decode.el 679Daniel Dehennin: changed mml2015.el gnus-msg.el mm-decode.el
675 680
@@ -699,7 +704,7 @@ Daniel Ortmann: changed paragraphs.el
699Daniel Pfeiffer: wrote conf-mode.el copyright.el executable.el 704Daniel Pfeiffer: wrote conf-mode.el copyright.el executable.el
700 sh-script.el skeleton.el two-column.el 705 sh-script.el skeleton.el two-column.el
701and co-wrote ada-stmt.el apropos.el progmodes/compile.el wyse50.el 706and co-wrote ada-stmt.el apropos.el progmodes/compile.el wyse50.el
702and changed files.el make-mode.el buff-menu.el font-lock.el mpuz.el 707and changed make-mode.el files.el buff-menu.el font-lock.el mpuz.el
703 progmodes/grep.el sgml-mode.el autoinsert.el cperl-mode.el facemenu.el 708 progmodes/grep.el sgml-mode.el autoinsert.el cperl-mode.el facemenu.el
704 gomoku.el help.el imenu.el autoload.el autorevert.el bindings.el 709 gomoku.el help.el imenu.el autoload.el autorevert.el bindings.el
705 button.el cc-fonts.el cc-mode.el compilation.txt compile.el 710 button.el cc-fonts.el cc-mode.el compilation.txt compile.el
@@ -722,8 +727,8 @@ Darren Stalder: changed gnus-util.el
722 727
723Darrin B. Jewell: changed etags.c lisp.h 728Darrin B. Jewell: changed etags.c lisp.h
724 729
725Dave Abrahams: changed gnus-registry.el gnus-sum.el gnus.texi nnimap.el 730Dave Abrahams: changed gnus-sum.el org-agenda.el gnus-registry.el
726 nnir.el nnmairix.el nnregistry.el 731 gnus.texi nnimap.el nnir.el nnmairix.el nnregistry.el org-clock.el
727 732
728Dave Detlefs: co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el 733Dave Detlefs: co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el
729 cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el 734 cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el
@@ -749,6 +754,8 @@ David Abrahams: changed coding.c ediff-init.el mairix.el
749 754
750David Bakhash: wrote strokes.el 755David Bakhash: wrote strokes.el
751 756
757David Benjamin: changed xfns.c xterm.c xterm.h
758
752David Burger: changed macros.el 759David Burger: changed macros.el
753 760
754David Byers: changed minibuf.c 761David Byers: changed minibuf.c
@@ -762,11 +769,11 @@ David Edmondson: changed message.el gnus-cite.el imap.el mm-view.el
762 mml2015.el nnfolder.el nnimap.el nnml.el 769 mml2015.el nnfolder.el nnimap.el nnml.el
763 770
764David Engster: wrote mairix.el nnmairix.el 771David Engster: wrote mairix.el nnmairix.el
765and changed gnus.texi registry.el gnus-msg.el insert.el 772and changed gnus.texi insert.el registry.el gnus-msg.el
766 analyze/complete.el base.el bovine-grammar.el cedet/srecode.el 773 analyze/complete.el base.el bovine-grammar.el cedet/srecode.el
767 cpp-root.el custom.el db-find.el db-typecache.el db.el dictionary.el 774 cpp-root.el custom.el db-find.el db-typecache.el db.el dictionary.el
768 display.texi document.el ede-grammar.el files.el generic.el 775 display.texi document.el ede-grammar.el files.el filters.el generic.el
769 gnus-registry.el gnus-sum.el and 21 other files 776 gnus-registry.el and 22 other files
770 777
771David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el 778David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el
772 calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el 779 calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el
@@ -824,11 +831,11 @@ David M. Smith: wrote ielm.el
824and changed imenu.el pgg-def.el xterm.c 831and changed imenu.el pgg-def.el xterm.c
825 832
826David Maus: co-wrote org-wl.el 833David Maus: co-wrote org-wl.el
827and changed org.el org-feed.el org-html.el org-agenda.el org-exp.el 834and changed org.el org-agenda.el org-feed.el org-html.el org-macs.el
828 org-gnus.el org-capture.el org.texi org-protocol.el org-macs.el 835 org-exp.el org.texi org-gnus.el org-capture.el org-protocol.el
829 ob-haskell.el org-bibtex.el org-footnote.el org-id.el org-latex.el 836 org-publish.el ob-haskell.el ob.el org-bibtex.el org-clock.el
830 org-list.el org-mhe.el org-mobile.el org-publish.el org-table.el ob.el 837 org-compat.el org-footnote.el org-id.el org-latex.el org-list.el
831 and 13 other files 838 org-mhe.el and 18 other files
832 839
833David McCabe: changed lisp-mode.el 840David McCabe: changed lisp-mode.el
834 841
@@ -859,9 +866,9 @@ and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm
859 866
860David Reitter: wrote mailclient.el 867David Reitter: wrote mailclient.el
861and changed nsterm.m nsfns.m ns-win.el nsfont.m Makefile.in cus-start.el 868and changed nsterm.m nsfns.m ns-win.el nsfont.m Makefile.in cus-start.el
862 macos.texi menu-bar.el simple.el commands.h cus-edit.el easy-mmode.el 869 macos.texi menu-bar.el nsmenu.m simple.el commands.h cus-edit.el
863 emacsbug.el emacsclient.c faces.el flyspell.el info.el keyboard.c 870 easy-mmode.el emacsbug.el emacsclient.c faces.el flyspell.el info.el
864 keymap.c macterm.c menu.c and 12 other files 871 keyboard.c keymap.c macterm.c and 12 other files
865 872
866David Robinow: changed makefile.w32-in w32inevt.c 873David Robinow: changed makefile.w32-in w32inevt.c
867 874
@@ -971,10 +978,10 @@ Drake Wilson: changed emacsclient.c files.el misc.texi
971 978
972Drew Adams: wrote light-blue-theme.el 979Drew Adams: wrote light-blue-theme.el
973and co-wrote color.el 980and co-wrote color.el
974and changed cus-edit.el dired.el faces.el isearch.el menu-bar.el mouse.el 981and changed cus-edit.el dired.el faces.el files.el isearch.el menu-bar.el
975 bindings.el bookmark.el custom.el dired.texi etags.el files.el 982 mouse.el ange-ftp.el bindings.el bookmark.el custom.el descr-text.el
976 finder.el frame.el help-fns.el help.el image-dired.el info.el 983 dired.texi etags.el finder.el frame.el help-fns.el help.el
977 modes.texi msdog.texi pp.el and 5 other files 984 image-dired.el info.el modes.texi and 7 other files
978 985
979E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el 986E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el
980 whitespace.el window.h 987 whitespace.el window.h
@@ -983,7 +990,7 @@ Ed L. Cashin: changed gnus-sum.el imap.el
983 990
984Ed Swarthout: changed hexl.el textmodes/table.el 991Ed Swarthout: changed hexl.el textmodes/table.el
985 992
986Eduard Wiebe: changed browse-url.el dired.el flymake.texi footnote.el 993Eduard Wiebe: changed dired.el browse-url.el flymake.texi footnote.el
987 javascript.el korean.el locate.el mule-conf.el nxml-mode.texi 994 javascript.el korean.el locate.el mule-conf.el nxml-mode.texi
988 objects.texi ps-print.el vc-rcs.el 995 objects.texi ps-print.el vc-rcs.el
989 996
@@ -1022,14 +1029,14 @@ Eli Tziperman: wrote rmail-spam-filter.el
1022Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el 1029Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el
1023 tty-colors.el 1030 tty-colors.el
1024and changed makefile.w32-in msdos.c xdisp.c Makefile.in files.el 1031and changed makefile.w32-in msdos.c xdisp.c Makefile.in files.el
1025 config.bat fileio.c msdos.h simple.el mainmake.v2 sed1v2.inp info.el 1032 config.bat fileio.c simple.el msdos.h info.el mainmake.v2 rmail.el
1026 display.texi rmail.el w32.c process.c pc-win.el startup.el dispextern.h 1033 sed1v2.inp display.texi w32.c process.c pc-win.el dispnew.c startup.el
1027 dispnew.c dired.c and 697 other files 1034 dispextern.h dired.c and 697 other files
1028 1035
1029Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el 1036Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
1030 gnus.el 1037 gnus.el
1031 1038
1032Elias Pipping: changed XDelAssoc.c XMakeAssoc.c 1039Elias Pipping: changed XDelAssoc.c XMakeAssoc.c shr.el
1033 1040
1034Emanuele Giaquinta: changed configure.in rxvt.el charset.c etags.c 1041Emanuele Giaquinta: changed configure.in rxvt.el charset.c etags.c
1035 fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el 1042 fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el
@@ -1060,7 +1067,8 @@ Eric Eide: changed gnus-xmas.el
1060 1067
1061Eric Hanchrow: changed vc-git.el TUTORIAL.es abbrev.el autorevert.el 1068Eric Hanchrow: changed vc-git.el TUTORIAL.es abbrev.el autorevert.el
1062 cperl-mode.el delphi.el dired.el emacsclient.c env.el erc.el 1069 cperl-mode.el delphi.el dired.el emacsclient.c env.el erc.el
1063 frames.texi ibuf-ext.el ispell.el ldap.el make-dist 1070 frames.texi ibuf-ext.el ispell.el ldap.el make-dist tramp.texi
1071 window.el
1064 1072
1065Éric Jacoboni: changed fr-refcard.tex 1073Éric Jacoboni: changed fr-refcard.tex
1066 1074
@@ -1120,10 +1128,11 @@ Eric Schulte: wrote ob-C.el ob-asymptote.el ob-awk.el ob-calc.el
1120 ob-comint.el ob-css.el ob-ditaa.el ob-dot.el ob-emacs-lisp.el 1128 ob-comint.el ob-css.el ob-ditaa.el ob-dot.el ob-emacs-lisp.el
1121 ob-eval.el ob-gnuplot.el ob-haskell.el ob-java.el ob-js.el ob-keys.el 1129 ob-eval.el ob-gnuplot.el ob-haskell.el ob-java.el ob-js.el ob-keys.el
1122 ob-latex.el ob-ocaml.el ob-org.el ob-ruby.el ob-sass.el ob-scheme.el 1130 ob-latex.el ob-ocaml.el ob-org.el ob-ruby.el ob-sass.el ob-scheme.el
1123 ob-sh.el ob-sql.el ob-sqlite.el ob-table.el ob-tangle.el 1131 ob-sh.el ob-shen.el ob-sql.el ob-sqlite.el ob-table.el ob-tangle.el
1124 org-exp-blocks.el org-plot.el 1132 org-exp-blocks.el org-plot.el
1125and co-wrote ob-R.el ob-clojure.el ob-exp.el ob-lisp.el ob-lob.el 1133and co-wrote ob-R.el ob-clojure.el ob-exp.el ob-fortran.el ob-lisp.el
1126 ob-maxima.el ob-perl.el ob-python.el ob-ref.el ob.el org-bibtex.el 1134 ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el ob-python.el ob-ref.el
1135 ob.el org-bibtex.el
1127and changed org.texi org.el org-exp.el org-latex.el ob-plantuml.el 1136and changed org.texi org.el org-exp.el org-latex.el ob-plantuml.el
1128 org-table.el org-macs.el org-src.el orgcard.tex ob-lilypond.el 1137 org-table.el org-macs.el org-src.el orgcard.tex ob-lilypond.el
1129 ob-mscgen.el ob-octave.el ob-screen.el org-agenda.el org-ascii.el 1138 ob-mscgen.el ob-octave.el ob-screen.el org-agenda.el org-ascii.el
@@ -1327,7 +1336,8 @@ Glenn Morris: wrote check-declare.el f90.el vc-bzr.el
1327and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el 1336and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el
1328 files.el cal-menu.el appt.el cal-hebrew.el fortran.el bytecomp.el 1337 files.el cal-menu.el appt.el cal-hebrew.el fortran.el bytecomp.el
1329 holidays.el make-dist calendar.texi emacs.texi simple.el sed1v2.inp 1338 holidays.el make-dist calendar.texi emacs.texi simple.el sed1v2.inp
1330 cal-islam.el cal-bahai.el startup.el ack.texi and 1208 other files 1339 cal-islam.el cal-bahai.el makefile.w32-in dired-x.el
1340 and 1210 other files
1331 1341
1332Glynn Clements: wrote gamegrid.el snake.el tetris.el 1342Glynn Clements: wrote gamegrid.el snake.el tetris.el
1333 1343
@@ -1417,6 +1427,8 @@ Hiroshi Fujishima: changed faq.texi gnus-score.el mail-source.el
1417 1427
1418Hiroshi Nakano: changed ralloc.c unexelf.c 1428Hiroshi Nakano: changed ralloc.c unexelf.c
1419 1429
1430Hiroshi Oota: changed coding.c
1431
1420Hoan Ton-That: changed erc-log.el 1432Hoan Ton-That: changed erc-log.el
1421 1433
1422Holger Schauer: wrote fortune.el 1434Holger Schauer: wrote fortune.el
@@ -1517,8 +1529,10 @@ Jacques Duthen: co-wrote ps-print.el ps-samp.el
1517 1529
1518Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el 1530Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el
1519 1531
1520Jambunathan K: changed org.el org-exp.el org.texi indian.el 1532Jambunathan K: wrote org-lparse.el org-odt.el
1521 org-footnote.el org-html.el package-x.el tar-mode.el 1533and changed org.el org-exp.el org-inlinetask.el org.texi
1534 OrgOdtContentTemplate.xml OrgOdtStyles.xml indian.el org-footnote.el
1535 org-html.el package-x.el tar-mode.el
1522 1536
1523James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el 1537James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el
1524 nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el 1538 nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el
@@ -1556,9 +1570,9 @@ Jan Böker: changed org.el
1556 1570
1557Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el 1571Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el
1558and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h 1572and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h
1559 gtkutil.h x-win.el keyboard.c Makefile.in nsterm.m frames.texi 1573 gtkutil.h nsterm.m x-win.el keyboard.c Makefile.in frames.texi
1560 xsettings.c frame.c emacs.c xselect.c process.c xlwmenu.c config.in 1574 xsettings.c emacs.c frame.c nsfns.m xselect.c process.c xlwmenu.c
1561 cus-start.el nsfns.m and 302 other files 1575 config.in cus-start.el and 302 other files
1562 1576
1563Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el 1577Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el
1564and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el 1578and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el
@@ -1771,7 +1785,7 @@ John Heidemann: wrote mouse-copy.el mouse-drag.el
1771 1785
1772John Hughes: changed term.c 1786John Hughes: changed term.c
1773 1787
1774John J Foerch: changed erc-stamp.el progmodes/compile.el 1788John J Foerch: changed erc-stamp.el org.el progmodes/compile.el
1775 1789
1776John Mongan: changed f90.el 1790John Mongan: changed f90.el
1777 1791
@@ -1867,15 +1881,17 @@ Juan Pechiar: wrote ob-mscgen.el
1867and changed ob-octave.el 1881and changed ob-octave.el
1868 1882
1869Juanma Barranquero: wrote emacs-lock.el 1883Juanma Barranquero: wrote emacs-lock.el
1870and changed makefile.w32-in subr.el w32fns.c files.el server.el bs.el 1884and changed makefile.w32-in subr.el w32fns.c files.el server.el
1871 emacsclient.c help-fns.el faces.el org.el simple.el buffer.c xdisp.c 1885 emacsclient.c bs.el help-fns.el faces.el org.el simple.el buffer.c
1872 keyboard.c process.c w32term.c window.c desktop.el ido.el allout.el 1886 xdisp.c keyboard.c desktop.el process.c w32term.c window.c ido.el w32.c
1873 eval.c and 1084 other files 1887 allout.el and 1086 other files
1874 1888
1875Juergen Kreileder: changed imap.el nnimap.el 1889Juergen Kreileder: changed imap.el nnimap.el
1876 1890
1877Juergen Nickelsen: wrote ws-mode.el 1891Juergen Nickelsen: wrote ws-mode.el
1878 1892
1893Julian Gehring: changed org.texi orgcard.tex
1894
1879Julian Scheid: changed tramp.el 1895Julian Scheid: changed tramp.el
1880 1896
1881Julien Avarre: changed gnus-fun.el 1897Julien Avarre: changed gnus-fun.el
@@ -1887,7 +1903,7 @@ Julien Danjou: wrote gnus-gravatar.el gravatar.el notifications.el
1887and co-wrote color.el 1903and co-wrote color.el
1888and changed shr.el org-agenda.el gnus-art.el gnus-html.el gnus.el 1904and changed shr.el org-agenda.el gnus-art.el gnus-html.el gnus.el
1889 mm-decode.el gnus-group.el gnus-util.el message.el org.el gnus-sum.el 1905 mm-decode.el gnus-group.el gnus-util.el message.el org.el gnus-sum.el
1890 gnus.texi mm-view.el mm-uu.el nnimap.el nnir.el sieve-manage.el 1906 gnus.texi mm-view.el nnimap.el mm-uu.el nnir.el sieve-manage.el
1891 color-lab.el url-cache.el auth-source.el gnus-ems.el and 82 other files 1907 color-lab.el url-cache.el auth-source.el gnus-ems.el and 82 other files
1892 1908
1893Julien Gilles: wrote gnus-ml.el 1909Julien Gilles: wrote gnus-ml.el
@@ -1901,7 +1917,7 @@ and changed info.el isearch.el simple.el replace.el progmodes/grep.el
1901 dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el 1917 dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el
1902 display.texi menu-bar.el descr-text.el bindings.el cus-edit.el 1918 display.texi menu-bar.el descr-text.el bindings.el cus-edit.el
1903 image-mode.el ispell.el man.el dired-x.el log-view.el 1919 image-mode.el ispell.el man.el dired-x.el log-view.el
1904 and 335 other files 1920 and 337 other files
1905 1921
1906Justin Bogner: changed fortune.el 1922Justin Bogner: changed fortune.el
1907 1923
@@ -1909,6 +1925,8 @@ Justin Sheehy: changed gnus-sum.el nntp.el
1909 1925
1910Justus Piater: changed smtpmail.el 1926Justus Piater: changed smtpmail.el
1911 1927
1928Jérémy Compostella: changed battery.el windmove.el window.el
1929
1912Jérôme Marant: changed Makefile.in make-dist bindings.el configure.in 1930Jérôme Marant: changed Makefile.in make-dist bindings.el configure.in
1913 emacsclient.c misc.texi 1931 emacsclient.c misc.texi
1914 1932
@@ -1930,7 +1948,7 @@ and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el
1930 paragraphs.el bindings.el files.texi gnus-art.el gnus-group.el man.el 1948 paragraphs.el bindings.el files.texi gnus-art.el gnus-group.el man.el
1931 INSTALL crisp.el fileio.c and 45 other files 1949 INSTALL crisp.el fileio.c and 45 other files
1932 1950
1933Kai Tetzlaff: changed url-http.el 1951Kai Tetzlaff: changed org-publish.el url-http.el
1934 1952
1935Kailash C. Chowksey: changed HELLO Makefile.in ind-util.el kannada.el 1953Kailash C. Chowksey: changed HELLO Makefile.in ind-util.el kannada.el
1936 knd-util.el loadup.el makefile.w32-in 1954 knd-util.el loadup.el makefile.w32-in
@@ -1983,10 +2001,10 @@ Karl Pflästerer: changed gnus-art.el gnus-score.el mml.el spam-stat.el
1983Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el 2001Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el
1984 2002
1985Katsumi Yamaoka: wrote canlock.el 2003Katsumi Yamaoka: wrote canlock.el
1986and changed gnus-art.el gnus-sum.el message.el gnus.texi mm-decode.el 2004and changed gnus-art.el message.el gnus-sum.el gnus.texi mm-decode.el
1987 mm-util.el mm-view.el gnus-group.el mml.el rfc2047.el gnus-util.el 2005 mm-util.el mm-view.el gnus-group.el mml.el rfc2047.el gnus-util.el
1988 gnus-start.el gnus-msg.el shr.el gnus.el nntp.el gnus-agent.el nnrss.el 2006 gnus-start.el gnus-msg.el gnus.el shr.el nntp.el gnus-agent.el nnrss.el
1989 nnmail.el mm-uu.el gnus-html.el and 133 other files 2007 mm-uu.el nnmail.el gnus-html.el and 135 other files
1990 2008
1991Kaveh R. Ghazi: changed delta88k.h xterm.c 2009Kaveh R. Ghazi: changed delta88k.h xterm.c
1992 2010
@@ -2007,7 +2025,8 @@ Keith Gabryelski: wrote hexl.c hexl.el
2007Keith Packard: changed font.c 2025Keith Packard: changed font.c
2008 2026
2009Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c 2027Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c
2010 vm-limit.c dired.c emacs.c gdb-mi.el loadup.el mem-limits.h unexcw.c 2028 vm-limit.c dired.c emacs.c fileio.c gdb-mi.el loadup.el mem-limits.h
2029 unexcw.c
2011 2030
2012Ken Brush: changed emacsclient.c 2031Ken Brush: changed emacsclient.c
2013 2032
@@ -2111,7 +2130,8 @@ and changed hanja.el hangul.el hangul3.el hanja-jis.el symbol-ksc.el
2111Kobayashi Yasuhiro: changed w32fns.c configure.bat indent.c info.el 2130Kobayashi Yasuhiro: changed w32fns.c configure.bat indent.c info.el
2112 w32term.c w32term.h window.c xfns.c 2131 w32term.c w32term.h window.c xfns.c
2113 2132
2114Konrad Hinsen: changed ob-python.el 2133Konrad Hinsen: wrote org-eshell.el
2134and changed ob-python.el
2115 2135
2116Konstantin Novitsky: changed progmodes/python.el 2136Konstantin Novitsky: changed progmodes/python.el
2117 2137
@@ -2148,10 +2168,10 @@ Lars Hansen: changed desktop.el tramp.el info.el mh-e.el dired-x.el
2148 url-irc.el url-misc.el url-news.el url-privacy.el and 39 other files 2168 url-irc.el url-misc.el url-news.el url-privacy.el and 39 other files
2149 2169
2150Lars Ingebrigtsen: changed nnimap.el gnus-art.el gnus-sum.el shr.el 2170Lars Ingebrigtsen: changed nnimap.el gnus-art.el gnus-sum.el shr.el
2151 gnus.texi gnus-start.el auth-source.el message.el nntp.el gnus-draft.el 2171 gnus.texi gnus-start.el auth-source.el nntp.el message.el gnus-draft.el
2152 gnus-group.el gnus-agent.el gnus-html.el gnus-util.el nnfolder.el 2172 gnus-group.el gnus-agent.el gnus-html.el gnus-util.el macros.texi
2153 nnmail.el proto-stream.el gnus-demon.el gnus-gravatar.el gnus-int.el 2173 nnfolder.el nnmail.el proto-stream.el gnus-demon.el gnus-gravatar.el
2154 gnus-msg.el and 6 other files 2174 gnus-int.el and 10 other files
2155 2175
2156Lars Lindberg: wrote msb.el 2176Lars Lindberg: wrote msb.el
2157and co-wrote dabbrev.el imenu.el 2177and co-wrote dabbrev.el imenu.el
@@ -2173,10 +2193,10 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el
2173 nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el 2193 nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el
2174 rfc2047.el time-date.el 2194 rfc2047.el time-date.el
2175and changed gnus.texi gnus-cite.el pop3.el gnus-xmas.el smtpmail.el 2195and changed gnus.texi gnus-cite.el pop3.el gnus-xmas.el smtpmail.el
2176 proto-stream.el auth-source.el xml.c dired.el editfns.c nnultimate.el 2196 proto-stream.el auth-source.el subr.el xml.c dired.el editfns.c
2177 subr.el gnus-nocem.el gnutls.c imap.el nnkiboze.el nnrss.el 2197 nnultimate.el gnus-nocem.el gnutls.c imap.el nnkiboze.el nnrss.el
2178 nnslashdot.el spam-report.el url-http.el gnus-cus.el 2198 nnslashdot.el spam-report.el url-http.el gnus-cus.el
2179 and 206 other files 2199 and 207 other files
2180 2200
2181Lars Rasmusson: changed ebrowse.c 2201Lars Rasmusson: changed ebrowse.c
2182 2202
@@ -2208,9 +2228,9 @@ and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el
2208Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c 2228Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c
2209 2229
2210Leo Liu: changed rcirc.el ido.el makefile.w32-in abbrev.el Makefile.in 2230Leo Liu: changed rcirc.el ido.el makefile.w32-in abbrev.el Makefile.in
2211 deps.mk fns.c gl-comp.m4 gnulib.mk minibuffer.el register.el replace.el 2231 deps.mk dnd.el em-hist.el erc.el files.el fns.c footnote.el gl-comp.m4
2212 subr.el abbrevlist.el ansi-color.el bindings.el bookmark.el cl-macs.el 2232 gnulib.mk help-mode.el iswitchb.el minibuf.c minibuffer.el register.el
2213 diff.el editfns.c files.el and 22 other files 2233 replace.el subr.el and 47 other files
2214 2234
2215Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el 2235Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el
2216 rmailout.el sendmail.el 2236 rmailout.el sendmail.el
@@ -2221,6 +2241,8 @@ Lewis Perin: changed emacs.manifest
2221 2241
2222Liam Healy: changed outline.el 2242Liam Healy: changed outline.el
2223 2243
2244Litvinov Sergey: changed ob-maxima.el ob-octave.el
2245
2224Lloyd Zusman: changed mml.el pgg-gpg.el 2246Lloyd Zusman: changed mml.el pgg-gpg.el
2225 2247
2226Luc Teirlinck: wrote help-at-pt.el 2248Luc Teirlinck: wrote help-at-pt.el
@@ -2268,6 +2290,8 @@ Manoj Srivastava: wrote manoj-dark-theme.el
2268 2290
2269Manuel Giraud: changed org-html.el org-publish.el org.texi 2291Manuel Giraud: changed org-html.el org-publish.el org.texi
2270 2292
2293Manuel Gómez: changed speedbar.el
2294
2271Manuel Serrano: wrote flyspell.el 2295Manuel Serrano: wrote flyspell.el
2272 2296
2273Marc Fleischeuers: changed files.el 2297Marc Fleischeuers: changed files.el
@@ -2491,7 +2515,7 @@ and changed tramp.texi dbusbind.c trampver.texi dbus.texi trampver.el
2491Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h 2515Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h
2492 unexec.c 2516 unexec.c
2493 2517
2494Michael Brand: changed org-agenda.el org-table.el org.el 2518Michael Brand: changed org.el org-agenda.el org-table.el org.texi
2495 2519
2496Michael D. Ernst: wrote reposition.el 2520Michael D. Ernst: wrote reposition.el
2497and changed dired-x.el uniquify.el ispell.el bibtex.el rmail.el dired.el 2521and changed dired-x.el uniquify.el ispell.el bibtex.el rmail.el dired.el
@@ -2555,7 +2579,7 @@ Michael Shields: changed spam.el gnus-art.el gnus-sum.el gnus-cite.el
2555 window.c window.el 2579 window.c window.el
2556 2580
2557Michael Sperber: changed aix3-1.h aix4-2.h gnus.texi mail-source.el 2581Michael Sperber: changed aix3-1.h aix4-2.h gnus.texi mail-source.el
2558 nnmail.el 2582 nnmail.el org-capture.el
2559 2583
2560Michael Staats: wrote pc-select.el 2584Michael Staats: wrote pc-select.el
2561 2585
@@ -2568,6 +2592,8 @@ Michal Jankowski: changed insdel.c keyboard.c
2568 2592
2569Michal Nazarewicz: changed frame.c frame.h ispell.el w32term.c xterm.c 2593Michal Nazarewicz: changed frame.c frame.h ispell.el w32term.c xterm.c
2570 2594
2595Michal Sojka: changed org-icalendar.el
2596
2571Michaël Cadilhac: changed browse-url.el gnus-sum.el gnus.texi ido.el 2597Michaël Cadilhac: changed browse-url.el gnus-sum.el gnus.texi ido.el
2572 emacsbug.el files.el fill.el flyspell.el fr-drdref.tex fr-refcard.ps 2598 emacsbug.el files.el fill.el flyspell.el fr-drdref.tex fr-refcard.ps
2573 fr-refcard.tex ispell.el meta-mode.el nnrss.el 2599 fr-refcard.tex ispell.el meta-mode.el nnrss.el
@@ -2592,6 +2618,8 @@ Mike Kazantsev: changed erc-dcc.el
2592 2618
2593Mike Kupfer: changed mh-e.el mh-utils.el 2619Mike Kupfer: changed mh-e.el mh-utils.el
2594 2620
2621Mike Lamb: changed em-unix.el esh-util.el pcmpl-unix.el
2622
2595Mike Long: changed b2m.c make-dist make-mode.el netbsd.h view.el vms.h 2623Mike Long: changed b2m.c make-dist make-mode.el netbsd.h view.el vms.h
2596 2624
2597Mike McEwan: changed gnus-agent.el gnus-sum.el gnus-score.el 2625Mike McEwan: changed gnus-agent.el gnus-sum.el gnus-score.el
@@ -2610,7 +2638,7 @@ Mikio Nakajima: changed ring.el viper-util.el
2610 2638
2611Milan Zamazal: wrote czech.el glasses.el tildify.el 2639Milan Zamazal: wrote czech.el glasses.el tildify.el
2612and co-wrote prolog.el slovak.el 2640and co-wrote prolog.el slovak.el
2613and changed abbrev.el filecache.el files.el mm-view.el 2641and changed abbrev.el filecache.el files.el mm-view.el org.el
2614 progmodes/compile.el 2642 progmodes/compile.el
2615 2643
2616Miles Bader: wrote button.el face-remap.el image-file.el macroexp.el 2644Miles Bader: wrote button.el face-remap.el image-file.el macroexp.el
@@ -2692,7 +2720,9 @@ Nic Ferrier: changed tramp.el
2692 2720
2693Nicholas Maniscalco: changed term.el 2721Nicholas Maniscalco: changed term.el
2694 2722
2695Nick Dokos: changed org-exp.el mh-search.el url-cache.el 2723Nick Alcock: changed gnus.el
2724
2725Nick Dokos: changed org-exp.el mh-search.el org.el url-cache.el
2696 2726
2697Nick Roberts: wrote gdb-mi.el t-mouse.el 2727Nick Roberts: wrote gdb-mi.el t-mouse.el
2698and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el 2728and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el
@@ -2704,13 +2734,14 @@ Nico Francois: changed w32fns.c w32inevt.c w32menu.c
2704 2734
2705Nicolas Avrutin: changed url-http.el 2735Nicolas Avrutin: changed url-http.el
2706 2736
2707Nicolas Goaziou: changed org-list.el org.el org-latex.el org-exp.el 2737Nicolas Goaziou: changed org-list.el org.el org-footnote.el org-exp.el
2708 org-footnote.el org-html.el org-inlinetask.el org-docbook.el 2738 org-latex.el org-html.el org-inlinetask.el org-indent.el org-docbook.el
2709 org-timer.el org-capture.el org-ascii.el ob.el org-archive.el 2739 org-timer.el ob-asymptote.el org-ascii.el org-capture.el ob.el
2710 org-clock.el org-macs.el org-indent.el org-mouse.el 2740 org-agenda.el org-archive.el org-clock.el org-macs.el org-mouse.el
2741 ob-exp.el org-colview.el org-table.el
2711 2742
2712Niels Giesen: changed icalendar.el org-clock.el org-docbook.el 2743Niels Giesen: changed icalendar.el org-agenda.el org-clock.el
2713 org-icalendar.el 2744 org-docbook.el org-icalendar.el
2714 2745
2715Niimi Satoshi: changed pp.el search.c 2746Niimi Satoshi: changed pp.el search.c
2716 2747
@@ -2797,7 +2828,7 @@ P. E. Jareth Hein: changed gnus-util.el
2797 2828
2798Pascal Dupuis: changed octave-inf.el 2829Pascal Dupuis: changed octave-inf.el
2799 2830
2800Pascal Rigaux: changed rfc2231.el 2831Pascal Rigaux: changed image.c rfc2231.el
2801 2832
2802Pat Thoyts: changed xfns.c 2833Pat Thoyts: changed xfns.c
2803 2834
@@ -2815,7 +2846,7 @@ and co-wrote cal-dst.el
2815and changed lisp.h Makefile.in editfns.c alloc.c xdisp.c configure.in 2846and changed lisp.h Makefile.in editfns.c alloc.c xdisp.c configure.in
2816 fileio.c image.c process.c fns.c xterm.c dispextern.h keyboard.c data.c 2847 fileio.c image.c process.c fns.c xterm.c dispextern.h keyboard.c data.c
2817 lread.c sysdep.c xfns.c eval.c emacs.c config.in print.c 2848 lread.c sysdep.c xfns.c eval.c emacs.c config.in print.c
2818 and 564 other files 2849 and 568 other files
2819 2850
2820Paul Fisher: changed fns.c 2851Paul Fisher: changed fns.c
2821 2852
@@ -2905,7 +2936,7 @@ Peter Kleiweg: wrote ps-mode.el
2905 2936
2906Peter Liljenberg: wrote elint.el 2937Peter Liljenberg: wrote elint.el
2907 2938
2908Peter Münster: changed gnus.texi 2939Peter Münster: changed gnus.texi org-agenda.el org.el
2909 2940
2910Peter O'Gorman: changed configure.in frame.h hpux10-20.h termhooks.h 2941Peter O'Gorman: changed configure.in frame.h hpux10-20.h termhooks.h
2911 2942
@@ -2974,6 +3005,8 @@ Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el
2974 3005
2975R. Bernstein: changed gud.el 3006R. Bernstein: changed gud.el
2976 3007
3008Rafael Laboissiere: changed org.el org.texi
3009
2977Rafael Sepúlveda: changed TUTORIAL.es 3010Rafael Sepúlveda: changed TUTORIAL.es
2978 3011
2979Raffael Mancini: changed misc.el 3012Raffael Mancini: changed misc.el
@@ -3073,10 +3106,10 @@ and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el
3073 3106
3074Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el 3107Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el
3075 terminal.el yow.el 3108 terminal.el yow.el
3076and changed files.el rmail.el sysdep.c info.el keyboard.c bytecomp.el 3109and changed files.el simple.el rmail.el info.el sysdep.c bytecomp.el
3077 fileio.c simple.el process.c startup.el window.c editfns.c unexec.c 3110 startup.el keyboard.c fileio.c process.c sendmail.el window.c editfns.c
3078 xfns.c keymap.c minibuf.c sendmail.el buffer.c dispnew.c emacs.c 3111 unexec.c xfns.c keymap.c lisp-mode.el minibuf.c buffer.c dired.el
3079 subr.el and 129 other files 3112 dispnew.c and 140 other files
3080 3113
3081Richard Sharman: wrote hilit-chg.el 3114Richard Sharman: wrote hilit-chg.el
3082and changed sh-script.el ediff-init.el regexp-opt.el simple.el 3115and changed sh-script.el ediff-init.el regexp-opt.el simple.el
@@ -3090,6 +3123,8 @@ Rob Browning: changed configure.in
3090 3123
3091Rob Christie: changed nsmenu.m 3124Rob Christie: changed nsmenu.m
3092 3125
3126Rob Giardina: changed org-agenda.el
3127
3093Rob Kaut: changed vhdl-mode.el 3128Rob Kaut: changed vhdl-mode.el
3094 3129
3095Rob Riepel: wrote tpu-edt.el tpu-extras.el tpu-mapper.el vt-control.el 3130Rob Riepel: wrote tpu-edt.el tpu-extras.el tpu-mapper.el vt-control.el
@@ -3116,6 +3151,8 @@ Robert Pluim: changed gnus-demon.el org-agenda.el
3116 3151
3117Robert Thorpe: changed cus-start.el indent.el 3152Robert Thorpe: changed cus-start.el indent.el
3118 3153
3154Roberto Huelga: changed org-clock.el
3155
3119Roberto Rodríguez: changed ada-mode.texi glossary.texi widget.texi 3156Roberto Rodríguez: changed ada-mode.texi glossary.texi widget.texi
3120 3157
3121Roderick Schertler: changed dgux.h dgux4.h gud.el sysdep.c 3158Roderick Schertler: changed dgux.h dgux4.h gud.el sysdep.c
@@ -3202,11 +3239,13 @@ Sam Steingold: wrote gulp.el midnight.el
3202and changed progmodes/compile.el cl-indent.el vc-cvs.el vc.el mouse.el 3239and changed progmodes/compile.el cl-indent.el vc-cvs.el vc.el mouse.el
3203 simple.el font-lock.el ange-ftp.el vc-hg.el add-log.el bookmark.el 3240 simple.el font-lock.el ange-ftp.el vc-hg.el add-log.el bookmark.el
3204 bug-reference.el diary-lib.el dired.el pcvs.el tex-mode.el apropos.el 3241 bug-reference.el diary-lib.el dired.el pcvs.el tex-mode.el apropos.el
3205 bindings.el emacs-lisp/debug.el etags.el files.el and 124 other files 3242 bindings.el emacs-lisp/debug.el etags.el files.el and 126 other files
3243
3244Samuel Bronson: changed custom.el
3206 3245
3207Samuel Tardieu: changed smime.el 3246Samuel Tardieu: changed smime.el
3208 3247
3209Samuel Thibault: changed sysdep.c term.c 3248Samuel Thibault: changed gnu.h sysdep.c term.c
3210 3249
3211Sanghyuk Suh: changed mac-win.el macterm.c 3250Sanghyuk Suh: changed mac-win.el macterm.c
3212 3251
@@ -3266,6 +3305,8 @@ Sebastian Tennant: changed desktop.el
3266 3305
3267Sebastien Kirche: changed mail-extr.el 3306Sebastien Kirche: changed mail-extr.el
3268 3307
3308Sebastien Vauban: changed org-agenda.el org-html.el
3309
3269Seiji Zenitani: changed nsfns.m frame.c xterm.c Info.plist PkgInfo 3310Seiji Zenitani: changed nsfns.m frame.c xterm.c Info.plist PkgInfo
3270 document.icns find-func.el frame.h help-fns.el macfns.c nsfont.m 3311 document.icns find-func.el frame.h help-fns.el macfns.c nsfont.m
3271 nsterm.m w32fns.c xdisp.c xfns.c 3312 nsterm.m w32fns.c xdisp.c xfns.c
@@ -3278,6 +3319,8 @@ Seppo Sade: changed esh-ext.el
3278 3319
3279Sergei Organov: changed vc.el 3320Sergei Organov: changed vc.el
3280 3321
3322Sergey Litvinov: co-wrote ob-fortran.el
3323
3281Sergey Poznyakoff: changed mh-mime.el rmail.el rmail.texi smtpmail.el 3324Sergey Poznyakoff: changed mh-mime.el rmail.el rmail.texi smtpmail.el
3282 3325
3283Sergio Pokrovskij: changed TUTORIAL.eo 3326Sergio Pokrovskij: changed TUTORIAL.eo
@@ -3366,8 +3409,8 @@ Stefan Monnier: wrote bibtex-style.el bzrmerge.el css-mode.el
3366and co-wrote font-lock.el 3409and co-wrote font-lock.el
3367and changed vc.el subr.el simple.el lisp.h keyboard.c files.el 3410and changed vc.el subr.el simple.el lisp.h keyboard.c files.el
3368 bytecomp.el Makefile.in keymap.c progmodes/compile.el xdisp.c pcvs.el 3411 bytecomp.el Makefile.in keymap.c progmodes/compile.el xdisp.c pcvs.el
3369 alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio.c 3412 alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio.c eval.c
3370 sh-script.el eval.c fill.el and 1032 other files 3413 sh-script.el fill.el and 1032 other files
3371 3414
3372Stefan Reichör: changed gnus-agent.el 3415Stefan Reichör: changed gnus-agent.el
3373 3416
@@ -3471,7 +3514,7 @@ Sun Yijiang: changed TUTORIAL.cn
3471 3514
3472Sundar Narasimhan: changed rnews.el rnewspost.el 3515Sundar Narasimhan: changed rnews.el rnewspost.el
3473 3516
3474Suvayu Ali: changed org.texi 3517Suvayu Ali: changed org-exp.el org-inlinetask.el org.texi
3475 3518
3476Sven Joachim: changed files.el de-refcard.tex dired-aux.el emacs.1 3519Sven Joachim: changed files.el de-refcard.tex dired-aux.el emacs.1
3477 arc-mode.el dired-x.el em-cmpl.el em-hist.el em-ls.el esh-cmd.el 3520 arc-mode.el dired-x.el em-cmpl.el em-hist.el em-ls.el esh-cmd.el
@@ -3480,9 +3523,11 @@ Sven Joachim: changed files.el de-refcard.tex dired-aux.el emacs.1
3480 3523
3481Svend Tollak Munkejord: changed deuglify.el 3524Svend Tollak Munkejord: changed deuglify.el
3482 3525
3526Syver Enstad: changed gud.el
3527
3483Sébastien Delafond: changed org.el 3528Sébastien Delafond: changed org.el
3484 3529
3485Sébastien Vauban: changed org-agenda.el org-latex.el org.el 3530Sébastien Vauban: changed org.el org-agenda.el org-latex.el
3486 3531
3487T. V. Raman: changed completion.el files.el json.el 3532T. V. Raman: changed completion.el files.el json.el
3488 3533
@@ -3517,7 +3562,7 @@ and changed subword.el image-mode.el Makefile.in cc-cmds.el emacsbug.el
3517 gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el 3562 gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el
3518 org-footnote.el org.el reftex-ref.el simple.el tsdh-dark-theme.el 3563 org-footnote.el org.el reftex-ref.el simple.el tsdh-dark-theme.el
3519 tsdh-light-theme.el ack.texi bindings.el bookmark.el cc-mode.el 3564 tsdh-light-theme.el ack.texi bindings.el bookmark.el cc-mode.el
3520 and 22 other files 3565 and 23 other files
3521 3566
3522Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el 3567Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el
3523 3568
@@ -3531,8 +3576,8 @@ Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el
3531 gnus-tests.el gnutls.el registry.el spam-report.el url-future.el 3576 gnus-tests.el gnutls.el registry.el spam-report.el url-future.el
3532and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el gnus-util.el 3577and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el gnus-util.el
3533 auth.texi netrc.el gnus-start.el gnutls.c message.el spam-stat.el 3578 auth.texi netrc.el gnus-start.el gnutls.c message.el spam-stat.el
3534 encrypt.el nnir.el nnmail.el imap.el mail-source.el nnmairix.el 3579 encrypt.el nnir.el nnmail.el imap.el mail-source.el nnmairix.el nntp.el
3535 Makefile.in gnus-encrypt.el gnus-html.el and 97 other files 3580 Makefile.in gnus-encrypt.el and 97 other files
3536 3581
3537Terje Rosten: changed xfns.c version.el xterm.c xterm.h 3582Terje Rosten: changed xfns.c version.el xterm.c xterm.h
3538 3583
@@ -3559,7 +3604,7 @@ Thierry Emery: changed kinsoku.el timezone.el url-http.el wid-edit.el
3559 3604
3560Thierry Volpiatto: changed bookmark.el eshell.el gnus-sum.el 3605Thierry Volpiatto: changed bookmark.el eshell.el gnus-sum.el
3561 image-mode.el info.el man.el woman.el dired-aux.el dired.el doc-view.el 3606 image-mode.el info.el man.el woman.el dired-aux.el dired.el doc-view.el
3562 files.el gnus-art.el image-dired.el vc-rcs.el 3607 files.el find-func.el gnus-art.el image-dired.el vc-rcs.el
3563 3608
3564Thomas Baumann: wrote org-mhe.el 3609Thomas Baumann: wrote org-mhe.el
3565and co-wrote org-bbdb.el 3610and co-wrote org-bbdb.el
@@ -3570,6 +3615,8 @@ Thomas Deweese: changed x-win.el
3570 3615
3571Thomas Dorner: changed ange-ftp.el 3616Thomas Dorner: changed ange-ftp.el
3572 3617
3618Thomas Dye: changed org.texi ob-R.el
3619
3573Thomas Horsley: changed cxux-crt0.s cxux.h cxux7.h emacs.c nh3000.h 3620Thomas Horsley: changed cxux-crt0.s cxux.h cxux7.h emacs.c nh3000.h
3574 nh4000.h simple.el sysdep.c xterm.c 3621 nh4000.h simple.el sysdep.c xterm.c
3575 3622
@@ -3591,6 +3638,8 @@ and changed emacs-lock.el subr.el
3591 3638
3592Thor Kristoffersen: changed nntp.el 3639Thor Kristoffersen: changed nntp.el
3593 3640
3641Thorsten Jolitz: co-wrote ob-picolisp.el
3642
3594Thorsten Ohl: changed lread.c next.h 3643Thorsten Ohl: changed lread.c next.h
3595 3644
3596Tiago Saboga: changed files.el 3645Tiago Saboga: changed files.el
@@ -3628,7 +3677,7 @@ and co-wrote org-wl.el
3628 3677
3629Tom Breton: changed autoinsert.el cus-edit.el gnus-agent.el lread.c 3678Tom Breton: changed autoinsert.el cus-edit.el gnus-agent.el lread.c
3630 3679
3631Tom Dye: changed org-bibtex.el org.texi org.el 3680Tom Dye: changed org.texi org-bibtex.el org.el
3632 3681
3633Tom Hageman: changed etags.c 3682Tom Hageman: changed etags.c
3634 3683
@@ -3712,9 +3761,9 @@ and changed org-gnus.el smime.el
3712 3761
3713Ulrich Leodolter: changed w32proc.c 3762Ulrich Leodolter: changed w32proc.c
3714 3763
3715Ulrich Mueller: changed configure.in Makefile.in files.el gud.el 3764Ulrich Mueller: changed configure.in Makefile.in doctor.el files.el
3716 server.el ChgPane.c ChgSel.c HELLO INSTALL XMakeAssoc.c authors.el 3765 gud.el server.el ChgPane.c ChgSel.c HELLO INSTALL XMakeAssoc.c
3717 bytecomp.el calc-units.el case-table.el configure doctor.el em-ls.el 3766 authors.el bytecomp.el calc-units.el case-table.el configure em-ls.el
3718 emacs.1 emacs.c emacs.desktop emacsclient.c and 26 other files 3767 emacs.1 emacs.c emacs.desktop emacsclient.c and 26 other files
3719 3768
3720Ulrich Neumerkel: changed xterm.c 3769Ulrich Neumerkel: changed xterm.c
@@ -3726,6 +3775,8 @@ Vadim Nasardinov: changed allout.el
3726 3775
3727Vagn Johansen: changed gnus-cache.el vc-svn.el 3776Vagn Johansen: changed gnus-cache.el vc-svn.el
3728 3777
3778Valentin Wüstholz: changed org.el
3779
3729Valery Alexeev: changed cyril-util.el cyrillic.el 3780Valery Alexeev: changed cyril-util.el cyrillic.el
3730 3781
3731Vasily Korytov: changed cyrillic.el message.el cperl-mode.el gnus-art.el 3782Vasily Korytov: changed cyrillic.el message.el cperl-mode.el gnus-art.el
@@ -3733,6 +3784,8 @@ Vasily Korytov: changed cyrillic.el message.el cperl-mode.el gnus-art.el
3733 3784
3734Victor Zandy: wrote zone.el 3785Victor Zandy: wrote zone.el
3735 3786
3787Vida Gábor: changed gnus-demon.el
3788
3736Ville Skyttä: changed mh-comp.el pgg.el tcl.el 3789Ville Skyttä: changed mh-comp.el pgg.el tcl.el
3737 3790
3738Vincent Belaïche: changed ses.el 5x5.el calc-alg.el calc-vec.el calc.texi 3791Vincent Belaïche: changed ses.el 5x5.el calc-alg.el calc-vec.el calc.texi
@@ -3758,6 +3811,8 @@ Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el
3758 3811
3759Vladimir Volovich: changed smime.el 3812Vladimir Volovich: changed smime.el
3760 3813
3814Volker Sobek: changed programs.texi
3815
3761W. Martin Borgert: changed files.el schemas.xml 3816W. Martin Borgert: changed files.el schemas.xml
3762 3817
3763Walter C. Pelissero: changed browse-url.el url-methods.el 3818Walter C. Pelissero: changed browse-url.el url-methods.el
@@ -3809,13 +3864,15 @@ and changed files.el
3809 3864
3810Wim Nieuwenhuizen: changed TUTORIAL.nl 3865Wim Nieuwenhuizen: changed TUTORIAL.nl
3811 3866
3867Wj Carpenter: changed feedmail.el
3868
3812Wlodzimierz Bzyl: co-wrote ogonek.el 3869Wlodzimierz Bzyl: co-wrote ogonek.el
3813and changed latin-pre.el pl-refcard.ps pl-refcard.tex refcard-pl.ps 3870and changed latin-pre.el pl-refcard.ps pl-refcard.tex refcard-pl.ps
3814 refcard-pl.tex survival.tex 3871 refcard-pl.tex survival.tex
3815 3872
3816Wolfgang Glas: changed unexsgi.c 3873Wolfgang Glas: changed unexsgi.c
3817 3874
3818Wolfgang Jenkner: changed conf-mode.el gnus-sum.el lread.c 3875Wolfgang Jenkner: changed conf-mode.el gnus-agent.el gnus-sum.el lread.c
3819 network-stream.el pcvs.el pop3.el 3876 network-stream.el pcvs.el pop3.el
3820 3877
3821Wolfgang Lux: changed nsterm.m keyboard.c 3878Wolfgang Lux: changed nsterm.m keyboard.c
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 754764b9758..22b1b8e98f6 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -5,7 +5,7 @@
5 5
6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
8;;;;;; "play/5x5.el" (20168 57844)) 8;;;;;; "play/5x5.el" (20229 31156))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -68,7 +68,7 @@ should return a grid vector array that is the new solution.
68;;;*** 68;;;***
69 69
70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
71;;;;;; (20197 58064)) 71;;;;;; (20229 31156))
72;;; Generated autoloads from progmodes/ada-mode.el 72;;; Generated autoloads from progmodes/ada-mode.el
73 73
74(autoload 'ada-add-extensions "ada-mode" "\ 74(autoload 'ada-add-extensions "ada-mode" "\
@@ -88,7 +88,7 @@ Ada mode is the major mode for editing Ada code.
88;;;*** 88;;;***
89 89
90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
91;;;;;; (20209 49217)) 91;;;;;; (20229 31156))
92;;; Generated autoloads from progmodes/ada-stmt.el 92;;; Generated autoloads from progmodes/ada-stmt.el
93 93
94(autoload 'ada-header "ada-stmt" "\ 94(autoload 'ada-header "ada-stmt" "\
@@ -99,7 +99,7 @@ Insert a descriptive header at the top of the file.
99;;;*** 99;;;***
100 100
101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
102;;;;;; (20222 61246)) 102;;;;;; (20235 62921))
103;;; Generated autoloads from progmodes/ada-xref.el 103;;; Generated autoloads from progmodes/ada-xref.el
104 104
105(autoload 'ada-find-file "ada-xref" "\ 105(autoload 'ada-find-file "ada-xref" "\
@@ -114,7 +114,7 @@ Completion is available.
114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
115;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 115;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
116;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el" 116;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
117;;;;;; (20033 22846)) 117;;;;;; (20229 31156))
118;;; Generated autoloads from vc/add-log.el 118;;; Generated autoloads from vc/add-log.el
119 119
120(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 120(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -253,7 +253,7 @@ old-style time formats for entries are supported.
253 253
254;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 254;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
255;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 255;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
256;;;;;; "advice" "emacs-lisp/advice.el" (20179 28130)) 256;;;;;; "advice" "emacs-lisp/advice.el" (20229 31156))
257;;; Generated autoloads from emacs-lisp/advice.el 257;;; Generated autoloads from emacs-lisp/advice.el
258 258
259(defvar ad-redefinition-action 'warn "\ 259(defvar ad-redefinition-action 'warn "\
@@ -398,7 +398,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
398 398
399;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 399;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
400;;;;;; align-highlight-rule align-current align-entire align-regexp 400;;;;;; align-highlight-rule align-current align-entire align-regexp
401;;;;;; align) "align" "align.el" (20188 43079)) 401;;;;;; align) "align" "align.el" (20229 31156))
402;;; Generated autoloads from align.el 402;;; Generated autoloads from align.el
403 403
404(autoload 'align "align" "\ 404(autoload 'align "align" "\
@@ -489,7 +489,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
489 489
490;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation 490;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation
491;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" 491;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
492;;;;;; (20207 7484)) 492;;;;;; (20229 31156))
493;;; Generated autoloads from allout.el 493;;; Generated autoloads from allout.el
494 494
495(autoload 'allout-auto-activation-helper "allout" "\ 495(autoload 'allout-auto-activation-helper "allout" "\
@@ -850,7 +850,7 @@ for details on preparing Emacs for automatic allout activation.
850 850
851;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation 851;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
852;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" 852;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
853;;;;;; (20221 40442)) 853;;;;;; (20229 31156))
854;;; Generated autoloads from allout-widgets.el 854;;; Generated autoloads from allout-widgets.el
855 855
856(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) 856(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
@@ -910,7 +910,7 @@ outline hot-spot navigation (see `allout-mode').
910;;;*** 910;;;***
911 911
912;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 912;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
913;;;;;; "net/ange-ftp.el" (20213 46266)) 913;;;;;; "net/ange-ftp.el" (20259 64614))
914;;; Generated autoloads from net/ange-ftp.el 914;;; Generated autoloads from net/ange-ftp.el
915 915
916(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 916(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -932,7 +932,7 @@ directory, so that Emacs will know its current contents.
932;;;*** 932;;;***
933 933
934;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 934;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
935;;;;;; "animate" "play/animate.el" (20164 60780)) 935;;;;;; "animate" "play/animate.el" (20229 31156))
936;;; Generated autoloads from play/animate.el 936;;; Generated autoloads from play/animate.el
937 937
938(autoload 'animate-string "animate" "\ 938(autoload 'animate-string "animate" "\
@@ -965,7 +965,7 @@ the buffer *Birthday-Present-for-Name*.
965;;;*** 965;;;***
966 966
967;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 967;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
968;;;;;; "ansi-color" "ansi-color.el" (20204 31303)) 968;;;;;; "ansi-color" "ansi-color.el" (20229 31156))
969;;; Generated autoloads from ansi-color.el 969;;; Generated autoloads from ansi-color.el
970 970
971(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 971(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -991,7 +991,7 @@ This is a good function to put in `comint-output-filter-functions'.
991;;;*** 991;;;***
992 992
993;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 993;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19890 42850)) 994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20229 31156))
995;;; Generated autoloads from progmodes/antlr-mode.el 995;;; Generated autoloads from progmodes/antlr-mode.el
996 996
997(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 997(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -1027,7 +1027,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1027;;;*** 1027;;;***
1028 1028
1029;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" 1029;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
1030;;;;;; (20188 43079)) 1030;;;;;; (20229 31156))
1031;;; Generated autoloads from calendar/appt.el 1031;;; Generated autoloads from calendar/appt.el
1032 1032
1033(autoload 'appt-add "appt" "\ 1033(autoload 'appt-add "appt" "\
@@ -1050,7 +1050,7 @@ ARG is positive, otherwise off.
1050 1050
1051;;;### (autoloads (apropos-documentation apropos-value apropos-library 1051;;;### (autoloads (apropos-documentation apropos-value apropos-library
1052;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 1052;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1053;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20161 45793)) 1053;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20229 31156))
1054;;; Generated autoloads from apropos.el 1054;;; Generated autoloads from apropos.el
1055 1055
1056(autoload 'apropos-read-pattern "apropos" "\ 1056(autoload 'apropos-read-pattern "apropos" "\
@@ -1158,8 +1158,8 @@ Returns list of symbols and documentation found.
1158 1158
1159;;;*** 1159;;;***
1160 1160
1161;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20201 1161;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20229
1162;;;;;; 55112)) 1162;;;;;; 31156))
1163;;; Generated autoloads from arc-mode.el 1163;;; Generated autoloads from arc-mode.el
1164 1164
1165(autoload 'archive-mode "arc-mode" "\ 1165(autoload 'archive-mode "arc-mode" "\
@@ -1179,7 +1179,7 @@ archive.
1179 1179
1180;;;*** 1180;;;***
1181 1181
1182;;;### (autoloads (array-mode) "array" "array.el" (19845 45374)) 1182;;;### (autoloads (array-mode) "array" "array.el" (20229 31156))
1183;;; Generated autoloads from array.el 1183;;; Generated autoloads from array.el
1184 1184
1185(autoload 'array-mode "array" "\ 1185(autoload 'array-mode "array" "\
@@ -1250,8 +1250,8 @@ Entering array mode calls the function `array-mode-hook'.
1250 1250
1251;;;*** 1251;;;***
1252 1252
1253;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20204 1253;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20229
1254;;;;;; 31303)) 1254;;;;;; 31156))
1255;;; Generated autoloads from textmodes/artist.el 1255;;; Generated autoloads from textmodes/artist.el
1256 1256
1257(autoload 'artist-mode "artist" "\ 1257(autoload 'artist-mode "artist" "\
@@ -1457,8 +1457,8 @@ Keymap summary
1457 1457
1458;;;*** 1458;;;***
1459 1459
1460;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19890 1460;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20229
1461;;;;;; 42850)) 1461;;;;;; 31156))
1462;;; Generated autoloads from progmodes/asm-mode.el 1462;;; Generated autoloads from progmodes/asm-mode.el
1463 1463
1464(autoload 'asm-mode "asm-mode" "\ 1464(autoload 'asm-mode "asm-mode" "\
@@ -1486,7 +1486,7 @@ Special commands:
1486;;;*** 1486;;;***
1487 1487
1488;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" 1488;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el"
1489;;;;;; (20089 47591)) 1489;;;;;; (20237 33565))
1490;;; Generated autoloads from gnus/auth-source.el 1490;;; Generated autoloads from gnus/auth-source.el
1491 1491
1492(defvar auth-source-cache-expiry 7200 "\ 1492(defvar auth-source-cache-expiry 7200 "\
@@ -1499,7 +1499,7 @@ let-binding.")
1499;;;*** 1499;;;***
1500 1500
1501;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1501;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1502;;;;;; (20127 62865)) 1502;;;;;; (20229 31156))
1503;;; Generated autoloads from autoarg.el 1503;;; Generated autoloads from autoarg.el
1504 1504
1505(defvar autoarg-mode nil "\ 1505(defvar autoarg-mode nil "\
@@ -1560,7 +1560,7 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1560;;;*** 1560;;;***
1561 1561
1562;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1562;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1563;;;;;; (20163 39903)) 1563;;;;;; (20229 31156))
1564;;; Generated autoloads from progmodes/autoconf.el 1564;;; Generated autoloads from progmodes/autoconf.el
1565 1565
1566(autoload 'autoconf-mode "autoconf" "\ 1566(autoload 'autoconf-mode "autoconf" "\
@@ -1571,7 +1571,7 @@ Major mode for editing Autoconf configure.in files.
1571;;;*** 1571;;;***
1572 1572
1573;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1573;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1574;;;;;; "autoinsert" "autoinsert.el" (20127 62865)) 1574;;;;;; "autoinsert" "autoinsert.el" (20229 31156))
1575;;; Generated autoloads from autoinsert.el 1575;;; Generated autoloads from autoinsert.el
1576 1576
1577(autoload 'auto-insert "autoinsert" "\ 1577(autoload 'auto-insert "autoinsert" "\
@@ -1611,7 +1611,7 @@ insert a template for the file depending on the mode of the buffer.
1611 1611
1612;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1612;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1613;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1613;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1614;;;;;; (20173 35732)) 1614;;;;;; (20229 31156))
1615;;; Generated autoloads from emacs-lisp/autoload.el 1615;;; Generated autoloads from emacs-lisp/autoload.el
1616 1616
1617(put 'generated-autoload-file 'safe-local-variable 'stringp) 1617(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1662,7 +1662,7 @@ should be non-nil).
1662 1662
1663;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1663;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1664;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1664;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1665;;;;;; "autorevert" "autorevert.el" (20168 57844)) 1665;;;;;; "autorevert" "autorevert.el" (20229 31156))
1666;;; Generated autoloads from autorevert.el 1666;;; Generated autoloads from autorevert.el
1667 1667
1668(autoload 'auto-revert-mode "autorevert" "\ 1668(autoload 'auto-revert-mode "autorevert" "\
@@ -1751,7 +1751,7 @@ specifies in the mode line.
1751;;;*** 1751;;;***
1752 1752
1753;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1753;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1754;;;;;; "avoid.el" (19845 45374)) 1754;;;;;; "avoid.el" (20229 31156))
1755;;; Generated autoloads from avoid.el 1755;;; Generated autoloads from avoid.el
1756 1756
1757(defvar mouse-avoidance-mode nil "\ 1757(defvar mouse-avoidance-mode nil "\
@@ -1792,7 +1792,7 @@ definition of \"random distance\".)
1792;;;*** 1792;;;***
1793 1793
1794;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1794;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1795;;;;;; (20211 4536)) 1795;;;;;; (20229 31156))
1796;;; Generated autoloads from battery.el 1796;;; Generated autoloads from battery.el
1797 (put 'battery-mode-line-string 'risky-local-variable t) 1797 (put 'battery-mode-line-string 'risky-local-variable t)
1798 1798
@@ -1828,7 +1828,7 @@ seconds.
1828;;;*** 1828;;;***
1829 1829
1830;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1830;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1831;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19981 40664)) 1831;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20229 31156))
1832;;; Generated autoloads from emacs-lisp/benchmark.el 1832;;; Generated autoloads from emacs-lisp/benchmark.el
1833 1833
1834(autoload 'benchmark-run "benchmark" "\ 1834(autoload 'benchmark-run "benchmark" "\
@@ -1861,7 +1861,7 @@ For non-interactive use see also `benchmark-run' and
1861;;;*** 1861;;;***
1862 1862
1863;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1863;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1864;;;;;; "bibtex" "textmodes/bibtex.el" (20221 40442)) 1864;;;;;; "bibtex" "textmodes/bibtex.el" (20260 51086))
1865;;; Generated autoloads from textmodes/bibtex.el 1865;;; Generated autoloads from textmodes/bibtex.el
1866 1866
1867(autoload 'bibtex-initialize "bibtex" "\ 1867(autoload 'bibtex-initialize "bibtex" "\
@@ -1950,7 +1950,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1950;;;*** 1950;;;***
1951 1951
1952;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1952;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1953;;;;;; (19863 8742)) 1953;;;;;; (20229 31156))
1954;;; Generated autoloads from textmodes/bibtex-style.el 1954;;; Generated autoloads from textmodes/bibtex-style.el
1955 1955
1956(autoload 'bibtex-style-mode "bibtex-style" "\ 1956(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1962,7 +1962,7 @@ Major mode for editing BibTeX style files.
1962 1962
1963;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1963;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1964;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1964;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1965;;;;;; (20174 10230)) 1965;;;;;; (20229 31156))
1966;;; Generated autoloads from mail/binhex.el 1966;;; Generated autoloads from mail/binhex.el
1967 1967
1968(defconst binhex-begin-line "^:...............................................................$" "\ 1968(defconst binhex-begin-line "^:...............................................................$" "\
@@ -1986,8 +1986,8 @@ Binhex decode region between START and END.
1986 1986
1987;;;*** 1987;;;***
1988 1988
1989;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19845 1989;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20229
1990;;;;;; 45374)) 1990;;;;;; 31156))
1991;;; Generated autoloads from play/blackbox.el 1991;;; Generated autoloads from play/blackbox.el
1992 1992
1993(autoload 'blackbox "blackbox" "\ 1993(autoload 'blackbox "blackbox" "\
@@ -2110,7 +2110,7 @@ a reflection.
2110;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 2110;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2111;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 2111;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2112;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 2112;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2113;;;;;; "bookmark.el" (20178 7273)) 2113;;;;;; "bookmark.el" (20229 31156))
2114;;; Generated autoloads from bookmark.el 2114;;; Generated autoloads from bookmark.el
2115 (define-key ctl-x-r-map "b" 'bookmark-jump) 2115 (define-key ctl-x-r-map "b" 'bookmark-jump)
2116 (define-key ctl-x-r-map "m" 'bookmark-set) 2116 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2311,7 +2311,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2311;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point 2311;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point
2312;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2312;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2313;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) 2313;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
2314;;;;;; "browse-url" "net/browse-url.el" (20168 57844)) 2314;;;;;; "browse-url" "net/browse-url.el" (20229 31156))
2315;;; Generated autoloads from net/browse-url.el 2315;;; Generated autoloads from net/browse-url.el
2316 2316
2317(defvar browse-url-browser-function 'browse-url-default-browser "\ 2317(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2624,8 +2624,8 @@ from `browse-url-elinks-wrapper'.
2624 2624
2625;;;*** 2625;;;***
2626 2626
2627;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20165 2627;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20229
2628;;;;;; 31925)) 2628;;;;;; 31156))
2629;;; Generated autoloads from play/bruce.el 2629;;; Generated autoloads from play/bruce.el
2630 2630
2631(autoload 'bruce "bruce" "\ 2631(autoload 'bruce "bruce" "\
@@ -2641,7 +2641,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2641;;;*** 2641;;;***
2642 2642
2643;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2643;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2644;;;;;; "bs" "bs.el" (20161 45793)) 2644;;;;;; "bs" "bs.el" (20229 31156))
2645;;; Generated autoloads from bs.el 2645;;; Generated autoloads from bs.el
2646 2646
2647(autoload 'bs-cycle-next "bs" "\ 2647(autoload 'bs-cycle-next "bs" "\
@@ -2681,7 +2681,7 @@ name of buffer configuration.
2681 2681
2682;;;*** 2682;;;***
2683 2683
2684;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20166 16092)) 2684;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20229 31156))
2685;;; Generated autoloads from play/bubbles.el 2685;;; Generated autoloads from play/bubbles.el
2686 2686
2687(autoload 'bubbles "bubbles" "\ 2687(autoload 'bubbles "bubbles" "\
@@ -2703,7 +2703,7 @@ columns on its right towards the left.
2703;;;*** 2703;;;***
2704 2704
2705;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2705;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2706;;;;;; "progmodes/bug-reference.el" (20127 62865)) 2706;;;;;; "progmodes/bug-reference.el" (20229 31156))
2707;;; Generated autoloads from progmodes/bug-reference.el 2707;;; Generated autoloads from progmodes/bug-reference.el
2708 2708
2709(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2709(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2727,7 +2727,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2727;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2727;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2728;;;;;; compile-defun byte-compile-file byte-recompile-directory 2728;;;;;; compile-defun byte-compile-file byte-recompile-directory
2729;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2729;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2730;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20224 16567)) 2730;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20230 53294))
2731;;; Generated autoloads from emacs-lisp/bytecomp.el 2731;;; Generated autoloads from emacs-lisp/bytecomp.el
2732(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2732(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2733(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2733(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2847,8 +2847,8 @@ and corresponding effects.
2847 2847
2848;;;*** 2848;;;***
2849 2849
2850;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19885 2850;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20229
2851;;;;;; 24894)) 2851;;;;;; 31156))
2852;;; Generated autoloads from calendar/cal-china.el 2852;;; Generated autoloads from calendar/cal-china.el
2853 2853
2854(put 'calendar-chinese-time-zone 'risky-local-variable t) 2854(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2857,7 +2857,7 @@ and corresponding effects.
2857 2857
2858;;;*** 2858;;;***
2859 2859
2860;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19885 24894)) 2860;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20229 31156))
2861;;; Generated autoloads from calendar/cal-dst.el 2861;;; Generated autoloads from calendar/cal-dst.el
2862 2862
2863(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2863(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2869,7 +2869,7 @@ and corresponding effects.
2869;;;*** 2869;;;***
2870 2870
2871;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2871;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2872;;;;;; (19885 24894)) 2872;;;;;; (20229 31156))
2873;;; Generated autoloads from calendar/cal-hebrew.el 2873;;; Generated autoloads from calendar/cal-hebrew.el
2874 2874
2875(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2875(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2885,8 +2885,8 @@ from the cursor position.
2885 2885
2886;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2886;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2887;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2887;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2888;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20172 2888;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20229
2889;;;;;; 54913)) 2889;;;;;; 31156))
2890;;; Generated autoloads from calc/calc.el 2890;;; Generated autoloads from calc/calc.el
2891 (define-key ctl-x-map "*" 'calc-dispatch) 2891 (define-key ctl-x-map "*" 'calc-dispatch)
2892 2892
@@ -2970,8 +2970,8 @@ See Info node `(calc)Defining Functions'.
2970 2970
2971;;;*** 2971;;;***
2972 2972
2973;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (19845 2973;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20229
2974;;;;;; 45374)) 2974;;;;;; 31156))
2975;;; Generated autoloads from calc/calc-undo.el 2975;;; Generated autoloads from calc/calc-undo.el
2976 2976
2977(autoload 'calc-undo "calc-undo" "\ 2977(autoload 'calc-undo "calc-undo" "\
@@ -2981,8 +2981,8 @@ See Info node `(calc)Defining Functions'.
2981 2981
2982;;;*** 2982;;;***
2983 2983
2984;;;### (autoloads (calculator) "calculator" "calculator.el" (20187 2984;;;### (autoloads (calculator) "calculator" "calculator.el" (20229
2985;;;;;; 22214)) 2985;;;;;; 31156))
2986;;; Generated autoloads from calculator.el 2986;;; Generated autoloads from calculator.el
2987 2987
2988(autoload 'calculator "calculator" "\ 2988(autoload 'calculator "calculator" "\
@@ -2993,8 +2993,8 @@ See the documentation for `calculator-mode' for more information.
2993 2993
2994;;;*** 2994;;;***
2995 2995
2996;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20141 2996;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20230
2997;;;;;; 9296)) 2997;;;;;; 53294))
2998;;; Generated autoloads from calendar/calendar.el 2998;;; Generated autoloads from calendar/calendar.el
2999 2999
3000(autoload 'calendar "calendar" "\ 3000(autoload 'calendar "calendar" "\
@@ -3038,7 +3038,7 @@ This function is suitable for execution in a .emacs file.
3038;;;*** 3038;;;***
3039 3039
3040;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3040;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3041;;;;;; "gnus/canlock.el" (19845 45374)) 3041;;;;;; "gnus/canlock.el" (20229 31156))
3042;;; Generated autoloads from gnus/canlock.el 3042;;; Generated autoloads from gnus/canlock.el
3043 3043
3044(autoload 'canlock-insert-header "canlock" "\ 3044(autoload 'canlock-insert-header "canlock" "\
@@ -3056,7 +3056,7 @@ it fails.
3056;;;*** 3056;;;***
3057 3057
3058;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 3058;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3059;;;;;; (20127 62865)) 3059;;;;;; (20229 31156))
3060;;; Generated autoloads from progmodes/cap-words.el 3060;;; Generated autoloads from progmodes/cap-words.el
3061 3061
3062(autoload 'capitalized-words-mode "cap-words" "\ 3062(autoload 'capitalized-words-mode "cap-words" "\
@@ -3095,15 +3095,15 @@ Obsoletes `c-forward-into-nomenclature'.
3095 3095
3096;;;*** 3096;;;***
3097 3097
3098;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19845 3098;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20229
3099;;;;;; 45374)) 3099;;;;;; 31156))
3100;;; Generated autoloads from progmodes/cc-compat.el 3100;;; Generated autoloads from progmodes/cc-compat.el
3101(put 'c-indent-level 'safe-local-variable 'integerp) 3101(put 'c-indent-level 'safe-local-variable 'integerp)
3102 3102
3103;;;*** 3103;;;***
3104 3104
3105;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3105;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3106;;;;;; (20222 61246)) 3106;;;;;; (20248 54395))
3107;;; Generated autoloads from progmodes/cc-engine.el 3107;;; Generated autoloads from progmodes/cc-engine.el
3108 3108
3109(autoload 'c-guess-basic-syntax "cc-engine" "\ 3109(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3115,7 +3115,7 @@ Return the syntactic context of the current line.
3115 3115
3116;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region 3116;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region
3117;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install 3117;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3118;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (19981 40664)) 3118;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20229 31156))
3119;;; Generated autoloads from progmodes/cc-guess.el 3119;;; Generated autoloads from progmodes/cc-guess.el
3120 3120
3121(defvar c-guess-guessed-offsets-alist nil "\ 3121(defvar c-guess-guessed-offsets-alist nil "\
@@ -3215,7 +3215,7 @@ the absolute file name of the file if STYLE-NAME is nil.
3215 3215
3216;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode 3216;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
3217;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3217;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3218;;;;;; (20221 40442)) 3218;;;;;; (20248 54395))
3219;;; Generated autoloads from progmodes/cc-mode.el 3219;;; Generated autoloads from progmodes/cc-mode.el
3220 3220
3221(autoload 'c-initialize-cc-mode "cc-mode" "\ 3221(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3392,7 +3392,7 @@ Key bindings:
3392;;;*** 3392;;;***
3393 3393
3394;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3394;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3395;;;;;; "progmodes/cc-styles.el" (19981 40664)) 3395;;;;;; "progmodes/cc-styles.el" (20229 31156))
3396;;; Generated autoloads from progmodes/cc-styles.el 3396;;; Generated autoloads from progmodes/cc-styles.el
3397 3397
3398(autoload 'c-set-style "cc-styles" "\ 3398(autoload 'c-set-style "cc-styles" "\
@@ -3443,7 +3443,7 @@ and exists only for compatibility reasons.
3443 3443
3444;;;*** 3444;;;***
3445 3445
3446;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20189 63932)) 3446;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20229 31156))
3447;;; Generated autoloads from progmodes/cc-vars.el 3447;;; Generated autoloads from progmodes/cc-vars.el
3448(put 'c-basic-offset 'safe-local-variable 'integerp) 3448(put 'c-basic-offset 'safe-local-variable 'integerp)
3449(put 'c-backslash-column 'safe-local-variable 'integerp) 3449(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3453,7 +3453,7 @@ and exists only for compatibility reasons.
3453 3453
3454;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3454;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3455;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3455;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3456;;;;;; (20201 55112)) 3456;;;;;; (20229 31156))
3457;;; Generated autoloads from international/ccl.el 3457;;; Generated autoloads from international/ccl.el
3458 3458
3459(autoload 'ccl-compile "ccl" "\ 3459(autoload 'ccl-compile "ccl" "\
@@ -3714,7 +3714,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3714;;;*** 3714;;;***
3715 3715
3716;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" 3716;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3717;;;;;; (20178 7273)) 3717;;;;;; (20229 31156))
3718;;; Generated autoloads from emacs-lisp/cconv.el 3718;;; Generated autoloads from emacs-lisp/cconv.el
3719 3719
3720(autoload 'cconv-closure-convert "cconv" "\ 3720(autoload 'cconv-closure-convert "cconv" "\
@@ -3729,7 +3729,7 @@ Returns a form where all lambdas don't have any free variables.
3729;;;*** 3729;;;***
3730 3730
3731;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) 3731;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode)
3732;;;;;; "cfengine" "progmodes/cfengine.el" (20211 4536)) 3732;;;;;; "cfengine" "progmodes/cfengine.el" (20229 31156))
3733;;; Generated autoloads from progmodes/cfengine.el 3733;;; Generated autoloads from progmodes/cfengine.el
3734 3734
3735(autoload 'cfengine3-mode "cfengine" "\ 3735(autoload 'cfengine3-mode "cfengine" "\
@@ -3759,7 +3759,7 @@ on the buffer contents
3759;;;*** 3759;;;***
3760 3760
3761;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3761;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3762;;;;;; "emacs-lisp/check-declare.el" (19906 31087)) 3762;;;;;; "emacs-lisp/check-declare.el" (20229 31156))
3763;;; Generated autoloads from emacs-lisp/check-declare.el 3763;;; Generated autoloads from emacs-lisp/check-declare.el
3764 3764
3765(autoload 'check-declare-file "check-declare" "\ 3765(autoload 'check-declare-file "check-declare" "\
@@ -3784,7 +3784,7 @@ Returns non-nil if any false statements are found.
3784;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3784;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3785;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3785;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3786;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3786;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3787;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20168 57844)) 3787;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20237 33565))
3788;;; Generated autoloads from emacs-lisp/checkdoc.el 3788;;; Generated autoloads from emacs-lisp/checkdoc.el
3789(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3789(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3790(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3790(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3980,7 +3980,7 @@ checking of documentation strings.
3980 3980
3981;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3981;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3982;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3982;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3983;;;;;; "language/china-util.el" (19845 45374)) 3983;;;;;; "language/china-util.el" (20229 31156))
3984;;; Generated autoloads from language/china-util.el 3984;;; Generated autoloads from language/china-util.el
3985 3985
3986(autoload 'decode-hz-region "china-util" "\ 3986(autoload 'decode-hz-region "china-util" "\
@@ -4018,7 +4018,7 @@ Encode the text in the current buffer to HZ.
4018;;;*** 4018;;;***
4019 4019
4020;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4020;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4021;;;;;; "chistory" "chistory.el" (19845 45374)) 4021;;;;;; "chistory" "chistory.el" (20229 31156))
4022;;; Generated autoloads from chistory.el 4022;;; Generated autoloads from chistory.el
4023 4023
4024(autoload 'repeat-matching-complex-command "chistory" "\ 4024(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4057,7 +4057,7 @@ and runs the normal hook `command-history-hook'.
4057 4057
4058;;;*** 4058;;;***
4059 4059
4060;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (20137 45833)) 4060;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (20229 31156))
4061;;; Generated autoloads from emacs-lisp/cl.el 4061;;; Generated autoloads from emacs-lisp/cl.el
4062 4062
4063(defvar custom-print-functions nil "\ 4063(defvar custom-print-functions nil "\
@@ -4073,7 +4073,7 @@ a future Emacs interpreter will be able to use it.")
4073;;;*** 4073;;;***
4074 4074
4075;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4075;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4076;;;;;; (20170 64186)) 4076;;;;;; (20229 31156))
4077;;; Generated autoloads from emacs-lisp/cl-indent.el 4077;;; Generated autoloads from emacs-lisp/cl-indent.el
4078 4078
4079(autoload 'common-lisp-indent-function "cl-indent" "\ 4079(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4152,7 +4152,7 @@ For example, the function `case' has an indent property
4152;;;*** 4152;;;***
4153 4153
4154;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4154;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4155;;;;;; (19845 45374)) 4155;;;;;; (20229 31156))
4156;;; Generated autoloads from progmodes/cmacexp.el 4156;;; Generated autoloads from progmodes/cmacexp.el
4157 4157
4158(autoload 'c-macro-expand "cmacexp" "\ 4158(autoload 'c-macro-expand "cmacexp" "\
@@ -4172,8 +4172,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4172 4172
4173;;;*** 4173;;;***
4174 4174
4175;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20092 4175;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20229
4176;;;;;; 23754)) 4176;;;;;; 31156))
4177;;; Generated autoloads from cmuscheme.el 4177;;; Generated autoloads from cmuscheme.el
4178 4178
4179(autoload 'run-scheme "cmuscheme" "\ 4179(autoload 'run-scheme "cmuscheme" "\
@@ -4193,7 +4193,7 @@ is run).
4193 4193
4194;;;*** 4194;;;***
4195 4195
4196;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20175 31160)) 4196;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20254 54879))
4197;;; Generated autoloads from color.el 4197;;; Generated autoloads from color.el
4198 4198
4199(autoload 'color-name-to-rgb "color" "\ 4199(autoload 'color-name-to-rgb "color" "\
@@ -4215,7 +4215,7 @@ If FRAME cannot display COLOR, return nil.
4215;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4215;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4216;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4216;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4217;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4217;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4218;;;;;; (20197 58064)) 4218;;;;;; (20229 31156))
4219;;; Generated autoloads from comint.el 4219;;; Generated autoloads from comint.el
4220 4220
4221(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4221(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4310,7 +4310,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4310;;;*** 4310;;;***
4311 4311
4312;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 4312;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4313;;;;;; (19845 45374)) 4313;;;;;; (20229 31156))
4314;;; Generated autoloads from vc/compare-w.el 4314;;; Generated autoloads from vc/compare-w.el
4315 4315
4316(autoload 'compare-windows "compare-w" "\ 4316(autoload 'compare-windows "compare-w" "\
@@ -4347,8 +4347,8 @@ on third call it again advances points to the next difference and so on.
4347;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4347;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4348;;;;;; compile compilation-disable-input compile-command compilation-search-path 4348;;;;;; compile compilation-disable-input compile-command compilation-search-path
4349;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4349;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4350;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20167 4350;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20255
4351;;;;;; 36967)) 4351;;;;;; 37778))
4352;;; Generated autoloads from progmodes/compile.el 4352;;; Generated autoloads from progmodes/compile.el
4353 4353
4354(defvar compilation-mode-hook nil "\ 4354(defvar compilation-mode-hook nil "\
@@ -4528,7 +4528,7 @@ This is the value of `next-error-function' in Compilation buffers.
4528;;;*** 4528;;;***
4529 4529
4530;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4530;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4531;;;;;; (19886 45771)) 4531;;;;;; (20229 31156))
4532;;; Generated autoloads from completion.el 4532;;; Generated autoloads from completion.el
4533 4533
4534(defvar dynamic-completion-mode nil "\ 4534(defvar dynamic-completion-mode nil "\
@@ -4550,7 +4550,7 @@ Enable dynamic word-completion.
4550;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4550;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4551;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4551;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4552;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4552;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4553;;;;;; (20178 7273)) 4553;;;;;; (20229 31156))
4554;;; Generated autoloads from textmodes/conf-mode.el 4554;;; Generated autoloads from textmodes/conf-mode.el
4555 4555
4556(autoload 'conf-mode "conf-mode" "\ 4556(autoload 'conf-mode "conf-mode" "\
@@ -4706,7 +4706,7 @@ For details see `conf-mode'. Example:
4706;;;*** 4706;;;***
4707 4707
4708;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4708;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4709;;;;;; "cookie1" "play/cookie1.el" (20222 61246)) 4709;;;;;; "cookie1" "play/cookie1.el" (20229 31156))
4710;;; Generated autoloads from play/cookie1.el 4710;;; Generated autoloads from play/cookie1.el
4711 4711
4712(autoload 'cookie "cookie1" "\ 4712(autoload 'cookie "cookie1" "\
@@ -4738,8 +4738,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4738;;;*** 4738;;;***
4739 4739
4740;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4740;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4741;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19845 4741;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20229
4742;;;;;; 45374)) 4742;;;;;; 31156))
4743;;; Generated autoloads from emacs-lisp/copyright.el 4743;;; Generated autoloads from emacs-lisp/copyright.el
4744(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4744(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4745(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4745(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4778,7 +4778,7 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4778;;;*** 4778;;;***
4779 4779
4780;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4780;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4781;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20201 55112)) 4781;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20229 31156))
4782;;; Generated autoloads from progmodes/cperl-mode.el 4782;;; Generated autoloads from progmodes/cperl-mode.el
4783(put 'cperl-indent-level 'safe-local-variable 'integerp) 4783(put 'cperl-indent-level 'safe-local-variable 'integerp)
4784(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4784(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4977,7 +4977,7 @@ Run a `perldoc' on the word around point.
4977;;;*** 4977;;;***
4978 4978
4979;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4979;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4980;;;;;; (20104 14925)) 4980;;;;;; (20229 31156))
4981;;; Generated autoloads from progmodes/cpp.el 4981;;; Generated autoloads from progmodes/cpp.el
4982 4982
4983(autoload 'cpp-highlight-buffer "cpp" "\ 4983(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4996,7 +4996,7 @@ Edit display information for cpp conditionals.
4996;;;*** 4996;;;***
4997 4997
4998;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4998;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4999;;;;;; (20161 45793)) 4999;;;;;; (20229 31156))
5000;;; Generated autoloads from emulation/crisp.el 5000;;; Generated autoloads from emulation/crisp.el
5001 5001
5002(defvar crisp-mode nil "\ 5002(defvar crisp-mode nil "\
@@ -5022,7 +5022,7 @@ if ARG is omitted or nil.
5022;;;*** 5022;;;***
5023 5023
5024;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5024;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5025;;;;;; (20222 61246)) 5025;;;;;; (20229 31156))
5026;;; Generated autoloads from emacs-lisp/crm.el 5026;;; Generated autoloads from emacs-lisp/crm.el
5027 5027
5028(autoload 'completing-read-multiple "crm" "\ 5028(autoload 'completing-read-multiple "crm" "\
@@ -5057,8 +5057,8 @@ INHERIT-INPUT-METHOD.
5057 5057
5058;;;*** 5058;;;***
5059 5059
5060;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19978 5060;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20229
5061;;;;;; 37530)) 5061;;;;;; 31156))
5062;;; Generated autoloads from textmodes/css-mode.el 5062;;; Generated autoloads from textmodes/css-mode.el
5063 5063
5064(autoload 'css-mode "css-mode" "\ 5064(autoload 'css-mode "css-mode" "\
@@ -5069,7 +5069,7 @@ Major mode to edit Cascading Style Sheets.
5069;;;*** 5069;;;***
5070 5070
5071;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5071;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5072;;;;;; (20222 61246)) 5072;;;;;; (20229 31156))
5073;;; Generated autoloads from emulation/cua-base.el 5073;;; Generated autoloads from emulation/cua-base.el
5074 5074
5075(defvar cua-mode nil "\ 5075(defvar cua-mode nil "\
@@ -5129,7 +5129,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5129;;;;;; customize-mode customize customize-push-and-save customize-save-variable 5129;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5130;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically 5130;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5131;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) 5131;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5132;;;;;; "cus-edit" "cus-edit.el" (20179 28130)) 5132;;;;;; "cus-edit" "cus-edit.el" (20261 17554))
5133;;; Generated autoloads from cus-edit.el 5133;;; Generated autoloads from cus-edit.el
5134 5134
5135(defvar custom-browse-sort-alphabetically nil "\ 5135(defvar custom-browse-sort-alphabetically nil "\
@@ -5312,7 +5312,7 @@ suggest to customize that face, if it's customizable.
5312\(fn &optional FACE)" t nil) 5312\(fn &optional FACE)" t nil)
5313 5313
5314(autoload 'customize-unsaved "cus-edit" "\ 5314(autoload 'customize-unsaved "cus-edit" "\
5315Customize all user options set in this session but not saved. 5315Customize all options and faces set in this session but not saved.
5316 5316
5317\(fn)" t nil) 5317\(fn)" t nil)
5318 5318
@@ -5322,7 +5322,7 @@ Customize all user variables modified outside customize.
5322\(fn)" t nil) 5322\(fn)" t nil)
5323 5323
5324(autoload 'customize-saved "cus-edit" "\ 5324(autoload 'customize-saved "cus-edit" "\
5325Customize all already saved user options. 5325Customize all saved options and faces.
5326 5326
5327\(fn)" t nil) 5327\(fn)" t nil)
5328 5328
@@ -5445,8 +5445,8 @@ The format is suitable for use with `easy-menu-define'.
5445;;;*** 5445;;;***
5446 5446
5447;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme 5447;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5448;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20059 5448;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20229
5449;;;;;; 26455)) 5449;;;;;; 31156))
5450;;; Generated autoloads from cus-theme.el 5450;;; Generated autoloads from cus-theme.el
5451 5451
5452(autoload 'customize-create-theme "cus-theme" "\ 5452(autoload 'customize-create-theme "cus-theme" "\
@@ -5478,7 +5478,7 @@ omitted, a buffer named *Custom Themes* is used.
5478;;;*** 5478;;;***
5479 5479
5480;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5480;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5481;;;;;; (20174 10230)) 5481;;;;;; (20229 31156))
5482;;; Generated autoloads from vc/cvs-status.el 5482;;; Generated autoloads from vc/cvs-status.el
5483 5483
5484(autoload 'cvs-status-mode "cvs-status" "\ 5484(autoload 'cvs-status-mode "cvs-status" "\
@@ -5489,7 +5489,7 @@ Mode used for cvs status output.
5489;;;*** 5489;;;***
5490 5490
5491;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5491;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5492;;;;;; "cwarn" "progmodes/cwarn.el" (20168 57844)) 5492;;;;;; "cwarn" "progmodes/cwarn.el" (20229 31156))
5493;;; Generated autoloads from progmodes/cwarn.el 5493;;; Generated autoloads from progmodes/cwarn.el
5494 5494
5495(autoload 'cwarn-mode "cwarn" "\ 5495(autoload 'cwarn-mode "cwarn" "\
@@ -5538,7 +5538,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5538 5538
5539;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5539;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5540;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5540;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5541;;;;;; (19845 45374)) 5541;;;;;; (20229 31156))
5542;;; Generated autoloads from language/cyril-util.el 5542;;; Generated autoloads from language/cyril-util.el
5543 5543
5544(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5544(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5567,7 +5567,7 @@ If the argument is nil, we return the display table to its standard state.
5567;;;*** 5567;;;***
5568 5568
5569;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5569;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5570;;;;;; (19989 34789)) 5570;;;;;; (20229 31156))
5571;;; Generated autoloads from dabbrev.el 5571;;; Generated autoloads from dabbrev.el
5572(put 'dabbrev-case-fold-search 'risky-local-variable t) 5572(put 'dabbrev-case-fold-search 'risky-local-variable t)
5573(put 'dabbrev-case-replace 'risky-local-variable t) 5573(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5614,7 +5614,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5614;;;*** 5614;;;***
5615 5615
5616;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5616;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5617;;;;;; (20207 7484)) 5617;;;;;; (20229 31156))
5618;;; Generated autoloads from cedet/data-debug.el 5618;;; Generated autoloads from cedet/data-debug.el
5619 5619
5620(autoload 'data-debug-new-buffer "data-debug" "\ 5620(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5624,8 +5624,8 @@ Create a new data-debug buffer with NAME.
5624 5624
5625;;;*** 5625;;;***
5626 5626
5627;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20197 5627;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20229
5628;;;;;; 58064)) 5628;;;;;; 31156))
5629;;; Generated autoloads from net/dbus.el 5629;;; Generated autoloads from net/dbus.el
5630 5630
5631(autoload 'dbus-handle-event "dbus" "\ 5631(autoload 'dbus-handle-event "dbus" "\
@@ -5638,8 +5638,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5638 5638
5639;;;*** 5639;;;***
5640 5640
5641;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20187 5641;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20229
5642;;;;;; 22214)) 5642;;;;;; 31156))
5643;;; Generated autoloads from progmodes/dcl-mode.el 5643;;; Generated autoloads from progmodes/dcl-mode.el
5644 5644
5645(autoload 'dcl-mode "dcl-mode" "\ 5645(autoload 'dcl-mode "dcl-mode" "\
@@ -5766,7 +5766,7 @@ There is some minimal font-lock support (see vars
5766;;;*** 5766;;;***
5767 5767
5768;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5768;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5769;;;;;; "emacs-lisp/debug.el" (20098 62550)) 5769;;;;;; "emacs-lisp/debug.el" (20229 31156))
5770;;; Generated autoloads from emacs-lisp/debug.el 5770;;; Generated autoloads from emacs-lisp/debug.el
5771 5771
5772(setq debugger 'debug) 5772(setq debugger 'debug)
@@ -5810,7 +5810,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5810;;;*** 5810;;;***
5811 5811
5812;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5812;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5813;;;;;; (20164 60780)) 5813;;;;;; (20229 31156))
5814;;; Generated autoloads from play/decipher.el 5814;;; Generated autoloads from play/decipher.el
5815 5815
5816(autoload 'decipher "decipher" "\ 5816(autoload 'decipher "decipher" "\
@@ -5839,8 +5839,8 @@ The most useful commands are:
5839;;;*** 5839;;;***
5840 5840
5841;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5841;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5842;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20197 5842;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20229
5843;;;;;; 58064)) 5843;;;;;; 31156))
5844;;; Generated autoloads from delim-col.el 5844;;; Generated autoloads from delim-col.el
5845 5845
5846(autoload 'delimit-columns-customize "delim-col" "\ 5846(autoload 'delimit-columns-customize "delim-col" "\
@@ -5864,8 +5864,8 @@ START and END delimits the corners of text rectangle.
5864 5864
5865;;;*** 5865;;;***
5866 5866
5867;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20153 5867;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20229
5868;;;;;; 32900)) 5868;;;;;; 31156))
5869;;; Generated autoloads from progmodes/delphi.el 5869;;; Generated autoloads from progmodes/delphi.el
5870 5870
5871(autoload 'delphi-mode "delphi" "\ 5871(autoload 'delphi-mode "delphi" "\
@@ -5916,8 +5916,8 @@ with no args, if that value is non-nil.
5916 5916
5917;;;*** 5917;;;***
5918 5918
5919;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20187 5919;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20229
5920;;;;;; 22214)) 5920;;;;;; 31156))
5921;;; Generated autoloads from delsel.el 5921;;; Generated autoloads from delsel.el
5922 5922
5923(defalias 'pending-delete-mode 'delete-selection-mode) 5923(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5947,7 +5947,7 @@ any selection.
5947;;;*** 5947;;;***
5948 5948
5949;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5949;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5950;;;;;; "derived" "emacs-lisp/derived.el" (20137 12290)) 5950;;;;;; "derived" "emacs-lisp/derived.el" (20229 31156))
5951;;; Generated autoloads from emacs-lisp/derived.el 5951;;; Generated autoloads from emacs-lisp/derived.el
5952 5952
5953(autoload 'define-derived-mode "derived" "\ 5953(autoload 'define-derived-mode "derived" "\
@@ -6014,7 +6014,7 @@ the first time the mode is used.
6014;;;*** 6014;;;***
6015 6015
6016;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6016;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6017;;;;;; "descr-text.el" (20189 63932)) 6017;;;;;; "descr-text.el" (20259 64614))
6018;;; Generated autoloads from descr-text.el 6018;;; Generated autoloads from descr-text.el
6019 6019
6020(autoload 'describe-text-properties "descr-text" "\ 6020(autoload 'describe-text-properties "descr-text" "\
@@ -6028,12 +6028,21 @@ otherwise.
6028\(fn POS &optional OUTPUT-BUFFER BUFFER)" t nil) 6028\(fn POS &optional OUTPUT-BUFFER BUFFER)" t nil)
6029 6029
6030(autoload 'describe-char "descr-text" "\ 6030(autoload 'describe-char "descr-text" "\
6031Describe the character after POS (interactively, the character after point). 6031Describe position POS (interactively, point) and the char after POS.
6032Is POS is taken to be in buffer BUFFER or current buffer if nil. 6032POS is taken to be in BUFFER, or the current buffer if BUFFER is nil.
6033The information includes character code, charset and code points in it, 6033The information is displayed in buffer `*Help*'.
6034syntax, category, how the character is encoded in a file, 6034
6035character composition information (if relevant), 6035The position information includes POS; the total size of BUFFER; the
6036as well as widgets, buttons, overlays, and text properties. 6036region limits, if narrowed; the column number; and the horizontal
6037scroll amount, if the buffer is horizontally scrolled.
6038
6039The character information includes the character code; charset and
6040code points in it; syntax; category; how the character is encoded in
6041BUFFER and in BUFFER's file; character composition information (if
6042relevant); the font and font glyphs used to display the character;
6043the character's canonical name and other properties defined by the
6044Unicode Data Base; and widgets, buttons, overlays, and text properties
6045relevant to POS.
6037 6046
6038\(fn POS &optional BUFFER)" t nil) 6047\(fn POS &optional BUFFER)" t nil)
6039 6048
@@ -6042,7 +6051,7 @@ as well as widgets, buttons, overlays, and text properties.
6042;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6051;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6043;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6052;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6044;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6053;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6045;;;;;; "desktop.el" (20212 25403)) 6054;;;;;; "desktop.el" (20229 31156))
6046;;; Generated autoloads from desktop.el 6055;;; Generated autoloads from desktop.el
6047 6056
6048(defvar desktop-save-mode nil "\ 6057(defvar desktop-save-mode nil "\
@@ -6229,7 +6238,7 @@ Revert to the last loaded desktop.
6229 6238
6230;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6239;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6231;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6240;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6232;;;;;; "deuglify" "gnus/deuglify.el" (19845 45374)) 6241;;;;;; "deuglify" "gnus/deuglify.el" (20229 31156))
6233;;; Generated autoloads from gnus/deuglify.el 6242;;; Generated autoloads from gnus/deuglify.el
6234 6243
6235(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6244(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6262,7 +6271,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6262;;;*** 6271;;;***
6263 6272
6264;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6273;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6265;;;;;; "calendar/diary-lib.el" (20168 57844)) 6274;;;;;; "calendar/diary-lib.el" (20229 31156))
6266;;; Generated autoloads from calendar/diary-lib.el 6275;;; Generated autoloads from calendar/diary-lib.el
6267 6276
6268(autoload 'diary "diary-lib" "\ 6277(autoload 'diary "diary-lib" "\
@@ -6305,7 +6314,7 @@ Major mode for editing the diary file.
6305;;;*** 6314;;;***
6306 6315
6307;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command 6316;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command
6308;;;;;; diff-switches) "diff" "vc/diff.el" (19999 41597)) 6317;;;;;; diff-switches) "diff" "vc/diff.el" (20229 31156))
6309;;; Generated autoloads from vc/diff.el 6318;;; Generated autoloads from vc/diff.el
6310 6319
6311(defvar diff-switches (purecopy "-c") "\ 6320(defvar diff-switches (purecopy "-c") "\
@@ -6349,7 +6358,7 @@ This requires the external program `diff' to be in your `exec-path'.
6349;;;*** 6358;;;***
6350 6359
6351;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6360;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6352;;;;;; (20181 13366)) 6361;;;;;; (20260 48967))
6353;;; Generated autoloads from vc/diff-mode.el 6362;;; Generated autoloads from vc/diff-mode.el
6354 6363
6355(autoload 'diff-mode "diff-mode" "\ 6364(autoload 'diff-mode "diff-mode" "\
@@ -6381,7 +6390,7 @@ the mode if ARG is omitted or nil.
6381 6390
6382;;;*** 6391;;;***
6383 6392
6384;;;### (autoloads (dig) "dig" "net/dig.el" (19845 45374)) 6393;;;### (autoloads (dig) "dig" "net/dig.el" (20229 31156))
6385;;; Generated autoloads from net/dig.el 6394;;; Generated autoloads from net/dig.el
6386 6395
6387(autoload 'dig "dig" "\ 6396(autoload 'dig "dig" "\
@@ -6393,7 +6402,7 @@ Optional arguments are passed to `dig-invoke'.
6393;;;*** 6402;;;***
6394 6403
6395;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6404;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6396;;;;;; dired dired-listing-switches) "dired" "dired.el" (20189 63932)) 6405;;;;;; dired dired-listing-switches) "dired" "dired.el" (20259 19594))
6397;;; Generated autoloads from dired.el 6406;;; Generated autoloads from dired.el
6398 6407
6399(defvar dired-listing-switches (purecopy "-al") "\ 6408(defvar dired-listing-switches (purecopy "-al") "\
@@ -6515,7 +6524,7 @@ Keybindings:
6515;;;*** 6524;;;***
6516 6525
6517;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6526;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6518;;;;;; (20127 62865)) 6527;;;;;; (20229 31156))
6519;;; Generated autoloads from dirtrack.el 6528;;; Generated autoloads from dirtrack.el
6520 6529
6521(autoload 'dirtrack-mode "dirtrack" "\ 6530(autoload 'dirtrack-mode "dirtrack" "\
@@ -6524,29 +6533,29 @@ With a prefix argument ARG, enable Dirtrack mode if ARG is
6524positive, and disable it otherwise. If called from Lisp, enable 6533positive, and disable it otherwise. If called from Lisp, enable
6525the mode if ARG is omitted or nil. 6534the mode if ARG is omitted or nil.
6526 6535
6527This method requires that your shell prompt contain the full 6536This method requires that your shell prompt contain the current
6528current working directory at all times, and that `dirtrack-list' 6537working directory at all times, and that you set the variable
6529is set to match the prompt. This is an alternative to 6538`dirtrack-list' to match the prompt.
6530`shell-dirtrack-mode', which works differently, by tracking `cd' 6539
6531and similar commands which change the shell working directory. 6540This is an alternative to `shell-dirtrack-mode', which works by
6541tracking `cd' and similar commands which change the shell working
6542directory.
6532 6543
6533\(fn &optional ARG)" t nil) 6544\(fn &optional ARG)" t nil)
6534 6545
6535(autoload 'dirtrack "dirtrack" "\ 6546(autoload 'dirtrack "dirtrack" "\
6536Determine the current directory by scanning the process output for a prompt. 6547Determine the current directory from the process output for a prompt.
6537The prompt to look for is the first item in `dirtrack-list'. 6548This filter function is used by `dirtrack-mode'. It looks for
6538 6549the prompt specified by `dirtrack-list', and calls
6539You can toggle directory tracking by using the function `dirtrack-mode'. 6550`shell-process-cd' if the directory seems to have changed away
6540 6551from `default-directory'.
6541If directory tracking does not seem to be working, you can use the
6542function `dirtrack-debug-mode' to turn on debugging output.
6543 6552
6544\(fn INPUT)" nil nil) 6553\(fn INPUT)" nil nil)
6545 6554
6546;;;*** 6555;;;***
6547 6556
6548;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19931 6557;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20229
6549;;;;;; 11784)) 6558;;;;;; 31156))
6550;;; Generated autoloads from emacs-lisp/disass.el 6559;;; Generated autoloads from emacs-lisp/disass.el
6551 6560
6552(autoload 'disassemble "disass" "\ 6561(autoload 'disassemble "disass" "\
@@ -6565,7 +6574,7 @@ redefine OBJECT if it is a symbol.
6565;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6574;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6566;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6575;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6567;;;;;; set-display-table-slot display-table-slot make-display-table) 6576;;;;;; set-display-table-slot display-table-slot make-display-table)
6568;;;;;; "disp-table" "disp-table.el" (19984 16846)) 6577;;;;;; "disp-table" "disp-table.el" (20229 31156))
6569;;; Generated autoloads from disp-table.el 6578;;; Generated autoloads from disp-table.el
6570 6579
6571(autoload 'make-display-table "disp-table" "\ 6580(autoload 'make-display-table "disp-table" "\
@@ -6687,7 +6696,7 @@ in `.emacs'.
6687;;;*** 6696;;;***
6688 6697
6689;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6698;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6690;;;;;; (19845 45374)) 6699;;;;;; (20229 31156))
6691;;; Generated autoloads from play/dissociate.el 6700;;; Generated autoloads from play/dissociate.el
6692 6701
6693(autoload 'dissociated-press "dissociate" "\ 6702(autoload 'dissociated-press "dissociate" "\
@@ -6703,7 +6712,7 @@ Default is 2.
6703 6712
6704;;;*** 6713;;;***
6705 6714
6706;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19886 45771)) 6715;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20229 31156))
6707;;; Generated autoloads from dnd.el 6716;;; Generated autoloads from dnd.el
6708 6717
6709(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)) "\ 6718(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)) "\
@@ -6724,7 +6733,7 @@ if some action was made, or nil if the URL is ignored.")
6724;;;*** 6733;;;***
6725 6734
6726;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6735;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6727;;;;;; "textmodes/dns-mode.el" (19845 45374)) 6736;;;;;; "textmodes/dns-mode.el" (20229 31156))
6728;;; Generated autoloads from textmodes/dns-mode.el 6737;;; Generated autoloads from textmodes/dns-mode.el
6729 6738
6730(autoload 'dns-mode "dns-mode" "\ 6739(autoload 'dns-mode "dns-mode" "\
@@ -6748,8 +6757,8 @@ Locate SOA record and increment the serial field.
6748;;;*** 6757;;;***
6749 6758
6750;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe 6759;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6751;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20172 6760;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20229
6752;;;;;; 54913)) 6761;;;;;; 31156))
6753;;; Generated autoloads from doc-view.el 6762;;; Generated autoloads from doc-view.el
6754 6763
6755(autoload 'doc-view-mode-p "doc-view" "\ 6764(autoload 'doc-view-mode-p "doc-view" "\
@@ -6795,7 +6804,7 @@ See the command `doc-view-mode' for more information on this mode.
6795 6804
6796;;;*** 6805;;;***
6797 6806
6798;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20077 56412)) 6807;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20230 53294))
6799;;; Generated autoloads from play/doctor.el 6808;;; Generated autoloads from play/doctor.el
6800 6809
6801(autoload 'doctor "doctor" "\ 6810(autoload 'doctor "doctor" "\
@@ -6805,7 +6814,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6805 6814
6806;;;*** 6815;;;***
6807 6816
6808;;;### (autoloads (double-mode) "double" "double.el" (20127 62865)) 6817;;;### (autoloads (double-mode) "double" "double.el" (20229 31156))
6809;;; Generated autoloads from double.el 6818;;; Generated autoloads from double.el
6810 6819
6811(autoload 'double-mode "double" "\ 6820(autoload 'double-mode "double" "\
@@ -6821,7 +6830,7 @@ strings when pressed twice. See `double-map' for details.
6821 6830
6822;;;*** 6831;;;***
6823 6832
6824;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20221 40442)) 6833;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20229 31156))
6825;;; Generated autoloads from play/dunnet.el 6834;;; Generated autoloads from play/dunnet.el
6826 6835
6827(autoload 'dunnet "dunnet" "\ 6836(autoload 'dunnet "dunnet" "\
@@ -6833,7 +6842,7 @@ Switch to *dungeon* buffer and start game.
6833 6842
6834;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6843;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6835;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6844;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6836;;;;;; "emacs-lisp/easy-mmode.el" (20179 28130)) 6845;;;;;; "emacs-lisp/easy-mmode.el" (20229 31156))
6837;;; Generated autoloads from emacs-lisp/easy-mmode.el 6846;;; Generated autoloads from emacs-lisp/easy-mmode.el
6838 6847
6839(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6848(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6944,8 +6953,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6944;;;*** 6953;;;***
6945 6954
6946;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6955;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6947;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19845 6956;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20229
6948;;;;;; 45374)) 6957;;;;;; 31156))
6949;;; Generated autoloads from emacs-lisp/easymenu.el 6958;;; Generated autoloads from emacs-lisp/easymenu.el
6950 6959
6951(autoload 'easy-menu-define "easymenu" "\ 6960(autoload 'easy-menu-define "easymenu" "\
@@ -7099,7 +7108,7 @@ To implement dynamic menus, either call this from
7099;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7108;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7100;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7109;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7101;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7110;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7102;;;;;; "progmodes/ebnf2ps.el" (20203 10426)) 7111;;;;;; "progmodes/ebnf2ps.el" (20229 31156))
7103;;; Generated autoloads from progmodes/ebnf2ps.el 7112;;; Generated autoloads from progmodes/ebnf2ps.el
7104 7113
7105(autoload 'ebnf-customize "ebnf2ps" "\ 7114(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7373,8 +7382,8 @@ See `ebnf-style-database' documentation.
7373;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7382;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7374;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7383;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7375;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7384;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7376;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20104 7385;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20229
7377;;;;;; 14925)) 7386;;;;;; 31156))
7378;;; Generated autoloads from progmodes/ebrowse.el 7387;;; Generated autoloads from progmodes/ebrowse.el
7379 7388
7380(autoload 'ebrowse-tree-mode "ebrowse" "\ 7389(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7523,7 +7532,7 @@ Display statistics for a class tree.
7523;;;*** 7532;;;***
7524 7533
7525;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7534;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7526;;;;;; (20104 14925)) 7535;;;;;; (20229 31156))
7527;;; Generated autoloads from ebuff-menu.el 7536;;; Generated autoloads from ebuff-menu.el
7528 7537
7529(autoload 'electric-buffer-list "ebuff-menu" "\ 7538(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7548,7 +7557,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7548;;;*** 7557;;;***
7549 7558
7550;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7559;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7551;;;;;; "echistory.el" (19886 45771)) 7560;;;;;; "echistory.el" (20229 31156))
7552;;; Generated autoloads from echistory.el 7561;;; Generated autoloads from echistory.el
7553 7562
7554(autoload 'Electric-command-history-redo-expression "echistory" "\ 7563(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7560,7 +7569,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7560;;;*** 7569;;;***
7561 7570
7562;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7571;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7563;;;;;; (20110 24804)) 7572;;;;;; (20229 31156))
7564;;; Generated autoloads from gnus/ecomplete.el 7573;;; Generated autoloads from gnus/ecomplete.el
7565 7574
7566(autoload 'ecomplete-setup "ecomplete" "\ 7575(autoload 'ecomplete-setup "ecomplete" "\
@@ -7570,7 +7579,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7570 7579
7571;;;*** 7580;;;***
7572 7581
7573;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20168 57844)) 7582;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20240 12046))
7574;;; Generated autoloads from cedet/ede.el 7583;;; Generated autoloads from cedet/ede.el
7575 7584
7576(defvar global-ede-mode nil "\ 7585(defvar global-ede-mode nil "\
@@ -7597,7 +7606,7 @@ an EDE controlled project.
7597 7606
7598;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7607;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7599;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7608;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7600;;;;;; "emacs-lisp/edebug.el" (20187 22214)) 7609;;;;;; "emacs-lisp/edebug.el" (20229 31156))
7601;;; Generated autoloads from emacs-lisp/edebug.el 7610;;; Generated autoloads from emacs-lisp/edebug.el
7602 7611
7603(defvar edebug-all-defs nil "\ 7612(defvar edebug-all-defs nil "\
@@ -7670,7 +7679,7 @@ Toggle edebugging of all forms.
7670;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7679;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7671;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7680;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7672;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7681;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7673;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19996 8027)) 7682;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20229 31156))
7674;;; Generated autoloads from vc/ediff.el 7683;;; Generated autoloads from vc/ediff.el
7675 7684
7676(autoload 'ediff-files "ediff" "\ 7685(autoload 'ediff-files "ediff" "\
@@ -7902,7 +7911,7 @@ With optional NODE, goes to that node.
7902;;;*** 7911;;;***
7903 7912
7904;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7913;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7905;;;;;; (20178 7273)) 7914;;;;;; (20229 31156))
7906;;; Generated autoloads from vc/ediff-help.el 7915;;; Generated autoloads from vc/ediff-help.el
7907 7916
7908(autoload 'ediff-customize "ediff-help" "\ 7917(autoload 'ediff-customize "ediff-help" "\
@@ -7913,7 +7922,7 @@ With optional NODE, goes to that node.
7913;;;*** 7922;;;***
7914 7923
7915;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7924;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7916;;;;;; (20168 57844)) 7925;;;;;; (20229 31156))
7917;;; Generated autoloads from vc/ediff-mult.el 7926;;; Generated autoloads from vc/ediff-mult.el
7918 7927
7919(autoload 'ediff-show-registry "ediff-mult" "\ 7928(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7926,7 +7935,7 @@ Display Ediff's registry.
7926;;;*** 7935;;;***
7927 7936
7928;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7937;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7929;;;;;; "ediff-util" "vc/ediff-util.el" (20175 31160)) 7938;;;;;; "ediff-util" "vc/ediff-util.el" (20229 31156))
7930;;; Generated autoloads from vc/ediff-util.el 7939;;; Generated autoloads from vc/ediff-util.el
7931 7940
7932(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7941(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7947,7 +7956,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7947 7956
7948;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7957;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7949;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7958;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7950;;;;;; (19886 45771)) 7959;;;;;; (20229 31156))
7951;;; Generated autoloads from edmacro.el 7960;;; Generated autoloads from edmacro.el
7952 7961
7953(autoload 'edit-kbd-macro "edmacro" "\ 7962(autoload 'edit-kbd-macro "edmacro" "\
@@ -7996,7 +8005,7 @@ or nil, use a compact 80-column format.
7996;;;*** 8005;;;***
7997 8006
7998;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8007;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7999;;;;;; "emulation/edt.el" (20154 24929)) 8008;;;;;; "emulation/edt.el" (20229 31156))
8000;;; Generated autoloads from emulation/edt.el 8009;;; Generated autoloads from emulation/edt.el
8001 8010
8002(autoload 'edt-set-scroll-margins "edt" "\ 8011(autoload 'edt-set-scroll-margins "edt" "\
@@ -8014,7 +8023,7 @@ Turn on EDT Emulation.
8014;;;*** 8023;;;***
8015 8024
8016;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8025;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8017;;;;;; (19865 50420)) 8026;;;;;; (20229 31156))
8018;;; Generated autoloads from ehelp.el 8027;;; Generated autoloads from ehelp.el
8019 8028
8020(autoload 'with-electric-help "ehelp" "\ 8029(autoload 'with-electric-help "ehelp" "\
@@ -8051,7 +8060,7 @@ BUFFER is put back into its original major mode.
8051;;;*** 8060;;;***
8052 8061
8053;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8062;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8054;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20161 45793)) 8063;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20229 31156))
8055;;; Generated autoloads from emacs-lisp/eldoc.el 8064;;; Generated autoloads from emacs-lisp/eldoc.el
8056 8065
8057(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8066(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8098,7 +8107,7 @@ Emacs Lisp mode) that support ElDoc.")
8098;;;*** 8107;;;***
8099 8108
8100;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 8109;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8101;;;;;; "electric" "electric.el" (20187 22214)) 8110;;;;;; "electric" "electric.el" (20229 31156))
8102;;; Generated autoloads from electric.el 8111;;; Generated autoloads from electric.el
8103 8112
8104(defvar electric-indent-chars '(10) "\ 8113(defvar electric-indent-chars '(10) "\
@@ -8162,8 +8171,8 @@ Automatically insert newlines around some chars.
8162 8171
8163;;;*** 8172;;;***
8164 8173
8165;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19845 8174;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20229
8166;;;;;; 45374)) 8175;;;;;; 31156))
8167;;; Generated autoloads from elide-head.el 8176;;; Generated autoloads from elide-head.el
8168 8177
8169(autoload 'elide-head "elide-head" "\ 8178(autoload 'elide-head "elide-head" "\
@@ -8180,7 +8189,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8180 8189
8181;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 8190;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8182;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 8191;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8183;;;;;; (20172 54913)) 8192;;;;;; (20229 31156))
8184;;; Generated autoloads from emacs-lisp/elint.el 8193;;; Generated autoloads from emacs-lisp/elint.el
8185 8194
8186(autoload 'elint-file "elint" "\ 8195(autoload 'elint-file "elint" "\
@@ -8216,8 +8225,8 @@ optional prefix argument REINIT is non-nil.
8216;;;*** 8225;;;***
8217 8226
8218;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8227;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8219;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19981 8228;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20229
8220;;;;;; 40664)) 8229;;;;;; 31156))
8221;;; Generated autoloads from emacs-lisp/elp.el 8230;;; Generated autoloads from emacs-lisp/elp.el
8222 8231
8223(autoload 'elp-instrument-function "elp" "\ 8232(autoload 'elp-instrument-function "elp" "\
@@ -8252,7 +8261,7 @@ displayed.
8252;;;*** 8261;;;***
8253 8262
8254;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" 8263;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el"
8255;;;;;; (20127 62865)) 8264;;;;;; (20237 33565))
8256;;; Generated autoloads from emacs-lock.el 8265;;; Generated autoloads from emacs-lock.el
8257 8266
8258(autoload 'emacs-lock-mode "emacs-lock" "\ 8267(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8280,7 +8289,7 @@ Other values are interpreted as usual.
8280;;;*** 8289;;;***
8281 8290
8282;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) 8291;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug)
8283;;;;;; "emacsbug" "mail/emacsbug.el" (20197 58064)) 8292;;;;;; "emacsbug" "mail/emacsbug.el" (20259 64614))
8284;;; Generated autoloads from mail/emacsbug.el 8293;;; Generated autoloads from mail/emacsbug.el
8285 8294
8286(autoload 'report-emacs-bug "emacsbug" "\ 8295(autoload 'report-emacs-bug "emacsbug" "\
@@ -8301,7 +8310,7 @@ The result is an alist with items of the form (URL SUBJECT NO).
8301;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8310;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8302;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8311;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8303;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8312;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8304;;;;;; "vc/emerge.el" (20204 31303)) 8313;;;;;; "vc/emerge.el" (20204 18649))
8305;;; Generated autoloads from vc/emerge.el 8314;;; Generated autoloads from vc/emerge.el
8306 8315
8307(autoload 'emerge-files "emerge" "\ 8316(autoload 'emerge-files "emerge" "\
@@ -8362,7 +8371,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8362;;;*** 8371;;;***
8363 8372
8364;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8373;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8365;;;;;; "enriched" "textmodes/enriched.el" (19845 45374)) 8374;;;;;; "enriched" "textmodes/enriched.el" (20229 31156))
8366;;; Generated autoloads from textmodes/enriched.el 8375;;; Generated autoloads from textmodes/enriched.el
8367 8376
8368(autoload 'enriched-mode "enriched" "\ 8377(autoload 'enriched-mode "enriched" "\
@@ -8397,8 +8406,8 @@ Commands:
8397;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 8406;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8398;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8407;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8399;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8408;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8400;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20104 8409;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20229
8401;;;;;; 14925)) 8410;;;;;; 31156))
8402;;; Generated autoloads from epa.el 8411;;; Generated autoloads from epa.el
8403 8412
8404(autoload 'epa-list-keys "epa" "\ 8413(autoload 'epa-list-keys "epa" "\
@@ -8576,7 +8585,7 @@ Insert selected KEYS after the point.
8576;;;*** 8585;;;***
8577 8586
8578;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8587;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8579;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20197 58064)) 8588;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20229 31156))
8580;;; Generated autoloads from epa-dired.el 8589;;; Generated autoloads from epa-dired.el
8581 8590
8582(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8591(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8602,7 +8611,7 @@ Encrypt marked files.
8602;;;*** 8611;;;***
8603 8612
8604;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8613;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8605;;;;;; "epa-file" "epa-file.el" (20197 58064)) 8614;;;;;; "epa-file" "epa-file.el" (20229 31156))
8606;;; Generated autoloads from epa-file.el 8615;;; Generated autoloads from epa-file.el
8607 8616
8608(autoload 'epa-file-handler "epa-file" "\ 8617(autoload 'epa-file-handler "epa-file" "\
@@ -8624,7 +8633,7 @@ Encrypt marked files.
8624 8633
8625;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8634;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8626;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8635;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8627;;;;;; "epa-mail" "epa-mail.el" (20043 38232)) 8636;;;;;; "epa-mail" "epa-mail.el" (20229 31156))
8628;;; Generated autoloads from epa-mail.el 8637;;; Generated autoloads from epa-mail.el
8629 8638
8630(autoload 'epa-mail-mode "epa-mail" "\ 8639(autoload 'epa-mail-mode "epa-mail" "\
@@ -8688,7 +8697,7 @@ Minor mode to hook EasyPG into Mail mode.
8688 8697
8689;;;*** 8698;;;***
8690 8699
8691;;;### (autoloads (epg-make-context) "epg" "epg.el" (20172 54913)) 8700;;;### (autoloads (epg-make-context) "epg" "epg.el" (20241 10643))
8692;;; Generated autoloads from epg.el 8701;;; Generated autoloads from epg.el
8693 8702
8694(autoload 'epg-make-context "epg" "\ 8703(autoload 'epg-make-context "epg" "\
@@ -8699,7 +8708,7 @@ Return a context object.
8699;;;*** 8708;;;***
8700 8709
8701;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8710;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8702;;;;;; "epg-config" "epg-config.el" (19845 45374)) 8711;;;;;; "epg-config" "epg-config.el" (20229 31156))
8703;;; Generated autoloads from epg-config.el 8712;;; Generated autoloads from epg-config.el
8704 8713
8705(autoload 'epg-configuration "epg-config" "\ 8714(autoload 'epg-configuration "epg-config" "\
@@ -8719,8 +8728,8 @@ Look at CONFIG and try to expand GROUP.
8719 8728
8720;;;*** 8729;;;***
8721 8730
8722;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8731;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args)
8723;;;;;; "erc/erc.el" (20172 54913)) 8732;;;;;; "erc" "erc/erc.el" (20230 53294))
8724;;; Generated autoloads from erc/erc.el 8733;;; Generated autoloads from erc/erc.el
8725 8734
8726(autoload 'erc-select-read-args "erc" "\ 8735(autoload 'erc-select-read-args "erc" "\
@@ -8753,6 +8762,12 @@ be invoked for the values of the other parameters.
8753 8762
8754(defalias 'erc-select 'erc) 8763(defalias 'erc-select 'erc)
8755 8764
8765(autoload 'erc-tls "erc" "\
8766Interactively select TLS connection parameters and run ERC.
8767Arguments are the same as for `erc'.
8768
8769\(fn &rest R)" t nil)
8770
8756(autoload 'erc-handle-irc-url "erc" "\ 8771(autoload 'erc-handle-irc-url "erc" "\
8757Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. 8772Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
8758If ERC is already connected to HOST:PORT, simply /join CHANNEL. 8773If ERC is already connected to HOST:PORT, simply /join CHANNEL.
@@ -8762,33 +8777,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8762 8777
8763;;;*** 8778;;;***
8764 8779
8765;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20161 8780;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20229
8766;;;;;; 45793)) 8781;;;;;; 31156))
8767;;; Generated autoloads from erc/erc-autoaway.el 8782;;; Generated autoloads from erc/erc-autoaway.el
8768 (autoload 'erc-autoaway-mode "erc-autoaway") 8783 (autoload 'erc-autoaway-mode "erc-autoaway")
8769 8784
8770;;;*** 8785;;;***
8771 8786
8772;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20093 44623)) 8787;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20229 31156))
8773;;; Generated autoloads from erc/erc-button.el 8788;;; Generated autoloads from erc/erc-button.el
8774 (autoload 'erc-button-mode "erc-button" nil t) 8789 (autoload 'erc-button-mode "erc-button" nil t)
8775 8790
8776;;;*** 8791;;;***
8777 8792
8778;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19845 45374)) 8793;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20229 31156))
8779;;; Generated autoloads from erc/erc-capab.el 8794;;; Generated autoloads from erc/erc-capab.el
8780 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8795 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8781 8796
8782;;;*** 8797;;;***
8783 8798
8784;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19845 45374)) 8799;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20229 31156))
8785;;; Generated autoloads from erc/erc-compat.el 8800;;; Generated autoloads from erc/erc-compat.el
8786 (autoload 'erc-define-minor-mode "erc-compat") 8801 (autoload 'erc-define-minor-mode "erc-compat")
8787 8802
8788;;;*** 8803;;;***
8789 8804
8790;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8805;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8791;;;;;; "erc-dcc" "erc/erc-dcc.el" (20179 28130)) 8806;;;;;; "erc-dcc" "erc/erc-dcc.el" (20229 31156))
8792;;; Generated autoloads from erc/erc-dcc.el 8807;;; Generated autoloads from erc/erc-dcc.el
8793 (autoload 'erc-dcc-mode "erc-dcc") 8808 (autoload 'erc-dcc-mode "erc-dcc")
8794 8809
@@ -8821,7 +8836,7 @@ that subcommand.
8821;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8836;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8822;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8837;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8823;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8838;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8824;;;;;; (19845 45374)) 8839;;;;;; (20229 31156))
8825;;; Generated autoloads from erc/erc-ezbounce.el 8840;;; Generated autoloads from erc/erc-ezbounce.el
8826 8841
8827(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8842(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8883,8 +8898,8 @@ Add EZBouncer convenience functions to ERC.
8883 8898
8884;;;*** 8899;;;***
8885 8900
8886;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20127 8901;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20229
8887;;;;;; 62865)) 8902;;;;;; 31156))
8888;;; Generated autoloads from erc/erc-fill.el 8903;;; Generated autoloads from erc/erc-fill.el
8889 (autoload 'erc-fill-mode "erc-fill" nil t) 8904 (autoload 'erc-fill-mode "erc-fill" nil t)
8890 8905
@@ -8897,7 +8912,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8897;;;*** 8912;;;***
8898 8913
8899;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8914;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8900;;;;;; "erc/erc-identd.el" (19845 45374)) 8915;;;;;; "erc/erc-identd.el" (20229 31156))
8901;;; Generated autoloads from erc/erc-identd.el 8916;;; Generated autoloads from erc/erc-identd.el
8902 (autoload 'erc-identd-mode "erc-identd") 8917 (autoload 'erc-identd-mode "erc-identd")
8903 8918
@@ -8919,7 +8934,7 @@ system.
8919;;;*** 8934;;;***
8920 8935
8921;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8936;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8922;;;;;; (19845 45374)) 8937;;;;;; (20229 31156))
8923;;; Generated autoloads from erc/erc-imenu.el 8938;;; Generated autoloads from erc/erc-imenu.el
8924 8939
8925(autoload 'erc-create-imenu-index "erc-imenu" "\ 8940(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8929,20 +8944,20 @@ system.
8929 8944
8930;;;*** 8945;;;***
8931 8946
8932;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19845 45374)) 8947;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20229 31156))
8933;;; Generated autoloads from erc/erc-join.el 8948;;; Generated autoloads from erc/erc-join.el
8934 (autoload 'erc-autojoin-mode "erc-join" nil t) 8949 (autoload 'erc-autojoin-mode "erc-join" nil t)
8935 8950
8936;;;*** 8951;;;***
8937 8952
8938;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19845 45374)) 8953;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20229 31156))
8939;;; Generated autoloads from erc/erc-list.el 8954;;; Generated autoloads from erc/erc-list.el
8940 (autoload 'erc-list-mode "erc-list") 8955 (autoload 'erc-list-mode "erc-list")
8941 8956
8942;;;*** 8957;;;***
8943 8958
8944;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8959;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8945;;;;;; "erc/erc-log.el" (20168 57844)) 8960;;;;;; "erc/erc-log.el" (20229 31156))
8946;;; Generated autoloads from erc/erc-log.el 8961;;; Generated autoloads from erc/erc-log.el
8947 (autoload 'erc-log-mode "erc-log" nil t) 8962 (autoload 'erc-log-mode "erc-log" nil t)
8948 8963
@@ -8974,7 +8989,7 @@ You can save every individual message by putting this function on
8974;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8989;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8975;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8990;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8976;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8991;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8977;;;;;; (20168 57844)) 8992;;;;;; (20229 31156))
8978;;; Generated autoloads from erc/erc-match.el 8993;;; Generated autoloads from erc/erc-match.el
8979 (autoload 'erc-match-mode "erc-match") 8994 (autoload 'erc-match-mode "erc-match")
8980 8995
@@ -9020,14 +9035,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9020 9035
9021;;;*** 9036;;;***
9022 9037
9023;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19845 45374)) 9038;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20229 31156))
9024;;; Generated autoloads from erc/erc-menu.el 9039;;; Generated autoloads from erc/erc-menu.el
9025 (autoload 'erc-menu-mode "erc-menu" nil t) 9040 (autoload 'erc-menu-mode "erc-menu" nil t)
9026 9041
9027;;;*** 9042;;;***
9028 9043
9029;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9044;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9030;;;;;; (19845 45374)) 9045;;;;;; (20229 31156))
9031;;; Generated autoloads from erc/erc-netsplit.el 9046;;; Generated autoloads from erc/erc-netsplit.el
9032 (autoload 'erc-netsplit-mode "erc-netsplit") 9047 (autoload 'erc-netsplit-mode "erc-netsplit")
9033 9048
@@ -9039,7 +9054,7 @@ Show who's gone.
9039;;;*** 9054;;;***
9040 9055
9041;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9056;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9042;;;;;; "erc/erc-networks.el" (19845 45374)) 9057;;;;;; "erc/erc-networks.el" (20229 31156))
9043;;; Generated autoloads from erc/erc-networks.el 9058;;; Generated autoloads from erc/erc-networks.el
9044 9059
9045(autoload 'erc-determine-network "erc-networks" "\ 9060(autoload 'erc-determine-network "erc-networks" "\
@@ -9057,7 +9072,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9057;;;*** 9072;;;***
9058 9073
9059;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9074;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9060;;;;;; "erc/erc-notify.el" (20161 45793)) 9075;;;;;; "erc/erc-notify.el" (20229 31156))
9061;;; Generated autoloads from erc/erc-notify.el 9076;;; Generated autoloads from erc/erc-notify.el
9062 (autoload 'erc-notify-mode "erc-notify" nil t) 9077 (autoload 'erc-notify-mode "erc-notify" nil t)
9063 9078
@@ -9075,33 +9090,33 @@ with args, toggle notify status of people.
9075 9090
9076;;;*** 9091;;;***
9077 9092
9078;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19845 45374)) 9093;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20237 33565))
9079;;; Generated autoloads from erc/erc-page.el 9094;;; Generated autoloads from erc/erc-page.el
9080 (autoload 'erc-page-mode "erc-page") 9095 (autoload 'erc-page-mode "erc-page")
9081 9096
9082;;;*** 9097;;;***
9083 9098
9084;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19936 9099;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20229
9085;;;;;; 52203)) 9100;;;;;; 31156))
9086;;; Generated autoloads from erc/erc-pcomplete.el 9101;;; Generated autoloads from erc/erc-pcomplete.el
9087 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9102 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9088 9103
9089;;;*** 9104;;;***
9090 9105
9091;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19845 45374)) 9106;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20229 31156))
9092;;; Generated autoloads from erc/erc-replace.el 9107;;; Generated autoloads from erc/erc-replace.el
9093 (autoload 'erc-replace-mode "erc-replace") 9108 (autoload 'erc-replace-mode "erc-replace")
9094 9109
9095;;;*** 9110;;;***
9096 9111
9097;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19845 45374)) 9112;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20229 31156))
9098;;; Generated autoloads from erc/erc-ring.el 9113;;; Generated autoloads from erc/erc-ring.el
9099 (autoload 'erc-ring-mode "erc-ring" nil t) 9114 (autoload 'erc-ring-mode "erc-ring" nil t)
9100 9115
9101;;;*** 9116;;;***
9102 9117
9103;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9118;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9104;;;;;; "erc-services" "erc/erc-services.el" (19845 45374)) 9119;;;;;; "erc-services" "erc/erc-services.el" (20229 31156))
9105;;; Generated autoloads from erc/erc-services.el 9120;;; Generated autoloads from erc/erc-services.el
9106 (autoload 'erc-services-mode "erc-services" nil t) 9121 (autoload 'erc-services-mode "erc-services" nil t)
9107 9122
@@ -9118,14 +9133,14 @@ When called interactively, read the password using `read-passwd'.
9118 9133
9119;;;*** 9134;;;***
9120 9135
9121;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19845 45374)) 9136;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20229 31156))
9122;;; Generated autoloads from erc/erc-sound.el 9137;;; Generated autoloads from erc/erc-sound.el
9123 (autoload 'erc-sound-mode "erc-sound") 9138 (autoload 'erc-sound-mode "erc-sound")
9124 9139
9125;;;*** 9140;;;***
9126 9141
9127;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9142;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9128;;;;;; (19845 45374)) 9143;;;;;; (20229 31156))
9129;;; Generated autoloads from erc/erc-speedbar.el 9144;;; Generated autoloads from erc/erc-speedbar.el
9130 9145
9131(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9146(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9136,21 +9151,21 @@ This will add a speedbar major display mode.
9136 9151
9137;;;*** 9152;;;***
9138 9153
9139;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19845 9154;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20229
9140;;;;;; 45374)) 9155;;;;;; 31156))
9141;;; Generated autoloads from erc/erc-spelling.el 9156;;; Generated autoloads from erc/erc-spelling.el
9142 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9157 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9143 9158
9144;;;*** 9159;;;***
9145 9160
9146;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19845 45374)) 9161;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20229 31156))
9147;;; Generated autoloads from erc/erc-stamp.el 9162;;; Generated autoloads from erc/erc-stamp.el
9148 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9163 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9149 9164
9150;;;*** 9165;;;***
9151 9166
9152;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9167;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9153;;;;;; (20168 57844)) 9168;;;;;; (20229 31156))
9154;;; Generated autoloads from erc/erc-track.el 9169;;; Generated autoloads from erc/erc-track.el
9155 9170
9156(defvar erc-track-minor-mode nil "\ 9171(defvar erc-track-minor-mode nil "\
@@ -9176,7 +9191,7 @@ keybindings will not do anything useful.
9176;;;*** 9191;;;***
9177 9192
9178;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9193;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9179;;;;;; "erc-truncate" "erc/erc-truncate.el" (19845 45374)) 9194;;;;;; "erc-truncate" "erc/erc-truncate.el" (20229 31156))
9180;;; Generated autoloads from erc/erc-truncate.el 9195;;; Generated autoloads from erc/erc-truncate.el
9181 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9196 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9182 9197
@@ -9196,7 +9211,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9196;;;*** 9211;;;***
9197 9212
9198;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9213;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9199;;;;;; (19845 45374)) 9214;;;;;; (20229 31156))
9200;;; Generated autoloads from erc/erc-xdcc.el 9215;;; Generated autoloads from erc/erc-xdcc.el
9201 (autoload 'erc-xdcc-mode "erc-xdcc") 9216 (autoload 'erc-xdcc-mode "erc-xdcc")
9202 9217
@@ -9209,7 +9224,7 @@ Add a file to `erc-xdcc-files'.
9209 9224
9210;;;### (autoloads (ert-describe-test ert-run-tests-interactively 9225;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9211;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) 9226;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9212;;;;;; "ert" "emacs-lisp/ert.el" (20168 57844)) 9227;;;;;; "ert" "emacs-lisp/ert.el" (20229 31156))
9213;;; Generated autoloads from emacs-lisp/ert.el 9228;;; Generated autoloads from emacs-lisp/ert.el
9214 9229
9215(autoload 'ert-deftest "ert" "\ 9230(autoload 'ert-deftest "ert" "\
@@ -9279,7 +9294,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9279;;;*** 9294;;;***
9280 9295
9281;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" 9296;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
9282;;;;;; (19845 45374)) 9297;;;;;; (20229 31156))
9283;;; Generated autoloads from emacs-lisp/ert-x.el 9298;;; Generated autoloads from emacs-lisp/ert-x.el
9284 9299
9285(put 'ert-with-test-buffer 'lisp-indent-function 1) 9300(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9291,8 +9306,8 @@ Kill all test buffers that are still live.
9291 9306
9292;;;*** 9307;;;***
9293 9308
9294;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20164 9309;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20231
9295;;;;;; 60780)) 9310;;;;;; 59760))
9296;;; Generated autoloads from eshell/esh-mode.el 9311;;; Generated autoloads from eshell/esh-mode.el
9297 9312
9298(autoload 'eshell-mode "esh-mode" "\ 9313(autoload 'eshell-mode "esh-mode" "\
@@ -9305,7 +9320,7 @@ Emacs shell interactive mode.
9305;;;*** 9320;;;***
9306 9321
9307;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 9322;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9308;;;;;; "eshell/eshell.el" (20116 6099)) 9323;;;;;; "eshell/eshell.el" (20259 64046))
9309;;; Generated autoloads from eshell/eshell.el 9324;;; Generated autoloads from eshell/eshell.el
9310 9325
9311(autoload 'eshell "eshell" "\ 9326(autoload 'eshell "eshell" "\
@@ -9346,7 +9361,7 @@ corresponding to a successful execution.
9346;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9361;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9347;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9362;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9348;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9363;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9349;;;;;; (20168 57844)) 9364;;;;;; (20237 33565))
9350;;; Generated autoloads from progmodes/etags.el 9365;;; Generated autoloads from progmodes/etags.el
9351 9366
9352(defvar tags-file-name nil "\ 9367(defvar tags-file-name nil "\
@@ -9664,7 +9679,7 @@ for \\[find-tag] (which see).
9664;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9679;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9665;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9680;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9666;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9681;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9667;;;;;; (20201 55112)) 9682;;;;;; (20229 31156))
9668;;; Generated autoloads from language/ethio-util.el 9683;;; Generated autoloads from language/ethio-util.el
9669 9684
9670(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9685(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9834,7 +9849,7 @@ With ARG, insert that many delimiters.
9834 9849
9835;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9850;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9836;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9851;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9837;;;;;; (19931 11784)) 9852;;;;;; (20229 31156))
9838;;; Generated autoloads from net/eudc.el 9853;;; Generated autoloads from net/eudc.el
9839 9854
9840(autoload 'eudc-set-server "eudc" "\ 9855(autoload 'eudc-set-server "eudc" "\
@@ -9890,7 +9905,7 @@ This does nothing except loading eudc by autoload side-effect.
9890 9905
9891;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9906;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9892;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9907;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9893;;;;;; "eudc-bob" "net/eudc-bob.el" (19845 45374)) 9908;;;;;; "eudc-bob" "net/eudc-bob.el" (20229 31156))
9894;;; Generated autoloads from net/eudc-bob.el 9909;;; Generated autoloads from net/eudc-bob.el
9895 9910
9896(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9911(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9926,7 +9941,7 @@ Display a button for the JPEG DATA.
9926;;;*** 9941;;;***
9927 9942
9928;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9943;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9929;;;;;; "eudc-export" "net/eudc-export.el" (20175 31160)) 9944;;;;;; "eudc-export" "net/eudc-export.el" (20229 31156))
9930;;; Generated autoloads from net/eudc-export.el 9945;;; Generated autoloads from net/eudc-export.el
9931 9946
9932(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9947(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9943,7 +9958,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9943;;;*** 9958;;;***
9944 9959
9945;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9960;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9946;;;;;; (20162 19074)) 9961;;;;;; (20229 31156))
9947;;; Generated autoloads from net/eudc-hotlist.el 9962;;; Generated autoloads from net/eudc-hotlist.el
9948 9963
9949(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9964(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9953,8 +9968,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9953 9968
9954;;;*** 9969;;;***
9955 9970
9956;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19845 9971;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20229
9957;;;;;; 45374)) 9972;;;;;; 31156))
9958;;; Generated autoloads from emacs-lisp/ewoc.el 9973;;; Generated autoloads from emacs-lisp/ewoc.el
9959 9974
9960(autoload 'ewoc-create "ewoc" "\ 9975(autoload 'ewoc-create "ewoc" "\
@@ -9983,7 +9998,7 @@ fourth arg NOSEP non-nil inhibits this.
9983;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9998;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9984;;;;;; executable-self-display executable-set-magic executable-interpret 9999;;;;;; executable-self-display executable-set-magic executable-interpret
9985;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10000;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9986;;;;;; (20160 63745)) 10001;;;;;; (20229 31156))
9987;;; Generated autoloads from progmodes/executable.el 10002;;; Generated autoloads from progmodes/executable.el
9988 10003
9989(autoload 'executable-command-find-posix-p "executable" "\ 10004(autoload 'executable-command-find-posix-p "executable" "\
@@ -10026,7 +10041,7 @@ file modes.
10026 10041
10027;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10042;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10028;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 10043;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10029;;;;;; (20164 29468)) 10044;;;;;; (20229 31156))
10030;;; Generated autoloads from expand.el 10045;;; Generated autoloads from expand.el
10031 10046
10032(autoload 'expand-add-abbrevs "expand" "\ 10047(autoload 'expand-add-abbrevs "expand" "\
@@ -10075,7 +10090,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10075 10090
10076;;;*** 10091;;;***
10077 10092
10078;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20178 7273)) 10093;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20257 27597))
10079;;; Generated autoloads from progmodes/f90.el 10094;;; Generated autoloads from progmodes/f90.el
10080 10095
10081(autoload 'f90-mode "f90" "\ 10096(autoload 'f90-mode "f90" "\
@@ -10145,8 +10160,8 @@ with no args, if that value is non-nil.
10145;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 10160;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10146;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 10161;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10147;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 10162;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10148;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20127 10163;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20229
10149;;;;;; 62865)) 10164;;;;;; 31156))
10150;;; Generated autoloads from face-remap.el 10165;;; Generated autoloads from face-remap.el
10151 10166
10152(autoload 'face-remap-add-relative "face-remap" "\ 10167(autoload 'face-remap-add-relative "face-remap" "\
@@ -10286,7 +10301,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10286 10301
10287;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10302;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10288;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10303;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10289;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20172 54913)) 10304;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20173 2352))
10290;;; Generated autoloads from mail/feedmail.el 10305;;; Generated autoloads from mail/feedmail.el
10291 10306
10292(autoload 'feedmail-send-it "feedmail" "\ 10307(autoload 'feedmail-send-it "feedmail" "\
@@ -10340,7 +10355,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10340;;;*** 10355;;;***
10341 10356
10342;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10357;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10343;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20164 60780)) 10358;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20229 31156))
10344;;; Generated autoloads from ffap.el 10359;;; Generated autoloads from ffap.el
10345 10360
10346(autoload 'ffap-next "ffap" "\ 10361(autoload 'ffap-next "ffap" "\
@@ -10404,7 +10419,7 @@ Evaluate the forms in variable `ffap-bindings'.
10404;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10419;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10405;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10420;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10406;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10421;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10407;;;;;; "filecache" "filecache.el" (19845 45374)) 10422;;;;;; "filecache" "filecache.el" (20229 31156))
10408;;; Generated autoloads from filecache.el 10423;;; Generated autoloads from filecache.el
10409 10424
10410(autoload 'file-cache-add-directory "filecache" "\ 10425(autoload 'file-cache-add-directory "filecache" "\
@@ -10464,7 +10479,7 @@ the name is considered already unique; only the second substitution
10464;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10479;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10465;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 10480;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10466;;;;;; add-file-local-variable-prop-line delete-file-local-variable 10481;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10467;;;;;; add-file-local-variable) "files-x" "files-x.el" (20167 36967)) 10482;;;;;; add-file-local-variable) "files-x" "files-x.el" (20229 31156))
10468;;; Generated autoloads from files-x.el 10483;;; Generated autoloads from files-x.el
10469 10484
10470(autoload 'add-file-local-variable "files-x" "\ 10485(autoload 'add-file-local-variable "files-x" "\
@@ -10529,8 +10544,8 @@ Copy directory-local variables to the -*- line.
10529 10544
10530;;;*** 10545;;;***
10531 10546
10532;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20201 10547;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20229
10533;;;;;; 55112)) 10548;;;;;; 31156))
10534;;; Generated autoloads from filesets.el 10549;;; Generated autoloads from filesets.el
10535 10550
10536(autoload 'filesets-init "filesets" "\ 10551(autoload 'filesets-init "filesets" "\
@@ -10541,7 +10556,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10541 10556
10542;;;*** 10557;;;***
10543 10558
10544;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19845 45374)) 10559;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20229 31156))
10545;;; Generated autoloads from find-cmd.el 10560;;; Generated autoloads from find-cmd.el
10546 10561
10547(autoload 'find-cmd "find-cmd" "\ 10562(autoload 'find-cmd "find-cmd" "\
@@ -10561,7 +10576,7 @@ result is a string that should be ready for the command line.
10561;;;*** 10576;;;***
10562 10577
10563;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" 10578;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10564;;;;;; "find-dired.el" (19980 19797)) 10579;;;;;; "find-dired.el" (20240 11630))
10565;;; Generated autoloads from find-dired.el 10580;;; Generated autoloads from find-dired.el
10566 10581
10567(autoload 'find-dired "find-dired" "\ 10582(autoload 'find-dired "find-dired" "\
@@ -10601,7 +10616,7 @@ use in place of \"-ls\" as the final argument.
10601 10616
10602;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10617;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10603;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10618;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10604;;;;;; (19845 45374)) 10619;;;;;; (20229 31156))
10605;;; Generated autoloads from find-file.el 10620;;; Generated autoloads from find-file.el
10606 10621
10607(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10622(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10695,7 +10710,7 @@ Visit the file you click on in another window.
10695;;;;;; find-variable find-variable-noselect find-function-other-frame 10710;;;;;; find-variable find-variable-noselect find-function-other-frame
10696;;;;;; find-function-other-window find-function find-function-noselect 10711;;;;;; find-function-other-window find-function find-function-noselect
10697;;;;;; find-function-search-for-symbol find-library) "find-func" 10712;;;;;; find-function-search-for-symbol find-library) "find-func"
10698;;;;;; "emacs-lisp/find-func.el" (20153 32815)) 10713;;;;;; "emacs-lisp/find-func.el" (20229 31156))
10699;;; Generated autoloads from emacs-lisp/find-func.el 10714;;; Generated autoloads from emacs-lisp/find-func.el
10700 10715
10701(autoload 'find-library "find-func" "\ 10716(autoload 'find-library "find-func" "\
@@ -10854,7 +10869,7 @@ Define some key bindings for the find-function family of functions.
10854;;;*** 10869;;;***
10855 10870
10856;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10871;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10857;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19886 45771)) 10872;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20229 31156))
10858;;; Generated autoloads from find-lisp.el 10873;;; Generated autoloads from find-lisp.el
10859 10874
10860(autoload 'find-lisp-find-dired "find-lisp" "\ 10875(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10875,7 +10890,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10875;;;*** 10890;;;***
10876 10891
10877;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10892;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10878;;;;;; "finder" "finder.el" (19893 19022)) 10893;;;;;; "finder" "finder.el" (20229 31156))
10879;;; Generated autoloads from finder.el 10894;;; Generated autoloads from finder.el
10880 10895
10881(autoload 'finder-list-keywords "finder" "\ 10896(autoload 'finder-list-keywords "finder" "\
@@ -10897,7 +10912,7 @@ Find packages matching a given keyword.
10897;;;*** 10912;;;***
10898 10913
10899;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10914;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10900;;;;;; "flow-ctrl.el" (19845 45374)) 10915;;;;;; "flow-ctrl.el" (20229 31156))
10901;;; Generated autoloads from flow-ctrl.el 10916;;; Generated autoloads from flow-ctrl.el
10902 10917
10903(autoload 'enable-flow-control "flow-ctrl" "\ 10918(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10919,7 +10934,7 @@ to get the effect of a C-q.
10919;;;*** 10934;;;***
10920 10935
10921;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10936;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10922;;;;;; (19845 45374)) 10937;;;;;; (20229 31156))
10923;;; Generated autoloads from gnus/flow-fill.el 10938;;; Generated autoloads from gnus/flow-fill.el
10924 10939
10925(autoload 'fill-flowed-encode "flow-fill" "\ 10940(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10935,7 +10950,7 @@ to get the effect of a C-q.
10935;;;*** 10950;;;***
10936 10951
10937;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on 10952;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
10938;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (19984 16846)) 10953;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20229 31156))
10939;;; Generated autoloads from progmodes/flymake.el 10954;;; Generated autoloads from progmodes/flymake.el
10940 10955
10941(autoload 'flymake-mode "flymake" "\ 10956(autoload 'flymake-mode "flymake" "\
@@ -10964,7 +10979,7 @@ Turn flymake mode off.
10964 10979
10965;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10980;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10966;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10981;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10967;;;;;; "flyspell" "textmodes/flyspell.el" (20174 10230)) 10982;;;;;; "flyspell" "textmodes/flyspell.el" (20229 31156))
10968;;; Generated autoloads from textmodes/flyspell.el 10983;;; Generated autoloads from textmodes/flyspell.el
10969 10984
10970(autoload 'flyspell-prog-mode "flyspell" "\ 10985(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11036,7 +11051,7 @@ Flyspell whole buffer.
11036 11051
11037;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11052;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11038;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11053;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11039;;;;;; (20187 22214)) 11054;;;;;; (20229 31156))
11040;;; Generated autoloads from follow.el 11055;;; Generated autoloads from follow.el
11041 11056
11042(autoload 'turn-on-follow-mode "follow" "\ 11057(autoload 'turn-on-follow-mode "follow" "\
@@ -11112,8 +11127,8 @@ in your `~/.emacs' file, replacing [f7] by your favorite key:
11112 11127
11113;;;*** 11128;;;***
11114 11129
11115;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20170 11130;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20229
11116;;;;;; 13157)) 11131;;;;;; 31156))
11117;;; Generated autoloads from mail/footnote.el 11132;;; Generated autoloads from mail/footnote.el
11118 11133
11119(autoload 'footnote-mode "footnote" "\ 11134(autoload 'footnote-mode "footnote" "\
@@ -11132,7 +11147,7 @@ play around with the following keys:
11132;;;*** 11147;;;***
11133 11148
11134;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11149;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11135;;;;;; "forms" "forms.el" (20197 58064)) 11150;;;;;; "forms" "forms.el" (20229 31156))
11136;;; Generated autoloads from forms.el 11151;;; Generated autoloads from forms.el
11137 11152
11138(autoload 'forms-mode "forms" "\ 11153(autoload 'forms-mode "forms" "\
@@ -11169,7 +11184,7 @@ Visit a file in Forms mode in other window.
11169;;;*** 11184;;;***
11170 11185
11171;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11186;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11172;;;;;; (20178 7273)) 11187;;;;;; (20229 31156))
11173;;; Generated autoloads from progmodes/fortran.el 11188;;; Generated autoloads from progmodes/fortran.el
11174 11189
11175(autoload 'fortran-mode "fortran" "\ 11190(autoload 'fortran-mode "fortran" "\
@@ -11247,7 +11262,7 @@ with no args, if that value is non-nil.
11247;;;*** 11262;;;***
11248 11263
11249;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11264;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11250;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20165 31925)) 11265;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20229 31156))
11251;;; Generated autoloads from play/fortune.el 11266;;; Generated autoloads from play/fortune.el
11252 11267
11253(autoload 'fortune-add-fortune "fortune" "\ 11268(autoload 'fortune-add-fortune "fortune" "\
@@ -11296,7 +11311,7 @@ and choose the directory as the fortune-file.
11296;;;*** 11311;;;***
11297 11312
11298;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 11313;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11299;;;;;; (20218 64194)) 11314;;;;;; (20229 31156))
11300;;; Generated autoloads from progmodes/gdb-mi.el 11315;;; Generated autoloads from progmodes/gdb-mi.el
11301 11316
11302(defvar gdb-enable-debug nil "\ 11317(defvar gdb-enable-debug nil "\
@@ -11363,8 +11378,8 @@ detailed description of this mode.
11363;;;*** 11378;;;***
11364 11379
11365;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11380;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11366;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19845 11381;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20229
11367;;;;;; 45374)) 11382;;;;;; 31156))
11368;;; Generated autoloads from emacs-lisp/generic.el 11383;;; Generated autoloads from emacs-lisp/generic.el
11369 11384
11370(defvar generic-mode-list nil "\ 11385(defvar generic-mode-list nil "\
@@ -11441,7 +11456,7 @@ regular expression that can be used as an element of
11441;;;*** 11456;;;***
11442 11457
11443;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11458;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11444;;;;;; (19906 31087)) 11459;;;;;; (20229 31156))
11445;;; Generated autoloads from progmodes/glasses.el 11460;;; Generated autoloads from progmodes/glasses.el
11446 11461
11447(autoload 'glasses-mode "glasses" "\ 11462(autoload 'glasses-mode "glasses" "\
@@ -11455,7 +11470,7 @@ at places they belong to.
11455 11470
11456;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11471;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11457;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11472;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11458;;;;;; (20175 31160)) 11473;;;;;; (20229 31156))
11459;;; Generated autoloads from gnus/gmm-utils.el 11474;;; Generated autoloads from gnus/gmm-utils.el
11460 11475
11461(autoload 'gmm-regexp-concat "gmm-utils" "\ 11476(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11510,7 +11525,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11510;;;*** 11525;;;***
11511 11526
11512;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11527;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11513;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20187 22214)) 11528;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20258 21136))
11514;;; Generated autoloads from gnus/gnus.el 11529;;; Generated autoloads from gnus/gnus.el
11515(when (fboundp 'custom-autoload) 11530(when (fboundp 'custom-autoload)
11516 (custom-autoload 'gnus-select-method "gnus")) 11531 (custom-autoload 'gnus-select-method "gnus"))
@@ -11563,7 +11578,7 @@ prompt the user for the name of an NNTP server to use.
11563;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11578;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11564;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11579;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11565;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11580;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11566;;;;;; "gnus/gnus-agent.el" (20221 40442)) 11581;;;;;; "gnus/gnus-agent.el" (20231 40198))
11567;;; Generated autoloads from gnus/gnus-agent.el 11582;;; Generated autoloads from gnus/gnus-agent.el
11568 11583
11569(autoload 'gnus-unplugged "gnus-agent" "\ 11584(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11654,7 +11669,7 @@ If CLEAN, obsolete (ignore).
11654;;;*** 11669;;;***
11655 11670
11656;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11671;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11657;;;;;; (20207 7484)) 11672;;;;;; (20231 40198))
11658;;; Generated autoloads from gnus/gnus-art.el 11673;;; Generated autoloads from gnus/gnus-art.el
11659 11674
11660(autoload 'gnus-article-prepare-display "gnus-art" "\ 11675(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11665,7 +11680,7 @@ Make the current buffer look like a nice article.
11665;;;*** 11680;;;***
11666 11681
11667;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11682;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11668;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19845 45374)) 11683;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20229 31156))
11669;;; Generated autoloads from gnus/gnus-bookmark.el 11684;;; Generated autoloads from gnus/gnus-bookmark.el
11670 11685
11671(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11686(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11690,8 +11705,8 @@ deletion, or > if it is flagged for displaying.
11690 11705
11691;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11706;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11692;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11707;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11693;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19845 11708;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20229
11694;;;;;; 45374)) 11709;;;;;; 31156))
11695;;; Generated autoloads from gnus/gnus-cache.el 11710;;; Generated autoloads from gnus/gnus-cache.el
11696 11711
11697(autoload 'gnus-jog-cache "gnus-cache" "\ 11712(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11733,7 +11748,7 @@ supported.
11733;;;*** 11748;;;***
11734 11749
11735;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11750;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11736;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19931 11784)) 11751;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20229 31156))
11737;;; Generated autoloads from gnus/gnus-delay.el 11752;;; Generated autoloads from gnus/gnus-delay.el
11738 11753
11739(autoload 'gnus-delay-article "gnus-delay" "\ 11754(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11769,7 +11784,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11769;;;*** 11784;;;***
11770 11785
11771;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11786;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11772;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20161 45793)) 11787;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20229 31156))
11773;;; Generated autoloads from gnus/gnus-diary.el 11788;;; Generated autoloads from gnus/gnus-diary.el
11774 11789
11775(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11790(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11785,7 +11800,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11785;;;*** 11800;;;***
11786 11801
11787;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11802;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11788;;;;;; (20167 36967)) 11803;;;;;; (20229 31156))
11789;;; Generated autoloads from gnus/gnus-dired.el 11804;;; Generated autoloads from gnus/gnus-dired.el
11790 11805
11791(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11806(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11796,7 +11811,7 @@ Convenience method to turn on gnus-dired-mode.
11796;;;*** 11811;;;***
11797 11812
11798;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11813;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11799;;;;;; (19981 40664)) 11814;;;;;; (20229 31156))
11800;;; Generated autoloads from gnus/gnus-draft.el 11815;;; Generated autoloads from gnus/gnus-draft.el
11801 11816
11802(autoload 'gnus-draft-reminder "gnus-draft" "\ 11817(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11808,8 +11823,8 @@ Reminder user if there are unsent drafts.
11808 11823
11809;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11824;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11810;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11825;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11811;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20187 11826;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20229
11812;;;;;; 22214)) 11827;;;;;; 31156))
11813;;; Generated autoloads from gnus/gnus-fun.el 11828;;; Generated autoloads from gnus/gnus-fun.el
11814 11829
11815(autoload 'gnus-random-x-face "gnus-fun" "\ 11830(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11854,7 +11869,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11854;;;*** 11869;;;***
11855 11870
11856;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 11871;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
11857;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19845 45374)) 11872;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20229 31156))
11858;;; Generated autoloads from gnus/gnus-gravatar.el 11873;;; Generated autoloads from gnus/gnus-gravatar.el
11859 11874
11860(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 11875(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -11872,7 +11887,7 @@ If gravatars are already displayed, remove them.
11872;;;*** 11887;;;***
11873 11888
11874;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11889;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11875;;;;;; "gnus-group" "gnus/gnus-group.el" (20201 55112)) 11890;;;;;; "gnus-group" "gnus/gnus-group.el" (20231 40198))
11876;;; Generated autoloads from gnus/gnus-group.el 11891;;; Generated autoloads from gnus/gnus-group.el
11877 11892
11878(autoload 'gnus-fetch-group "gnus-group" "\ 11893(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11890,7 +11905,7 @@ Pop up a frame and enter GROUP.
11890;;;*** 11905;;;***
11891 11906
11892;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 11907;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
11893;;;;;; "gnus/gnus-html.el" (20050 11479)) 11908;;;;;; "gnus/gnus-html.el" (20229 31156))
11894;;; Generated autoloads from gnus/gnus-html.el 11909;;; Generated autoloads from gnus/gnus-html.el
11895 11910
11896(autoload 'gnus-article-html "gnus-html" "\ 11911(autoload 'gnus-article-html "gnus-html" "\
@@ -11906,7 +11921,7 @@ Pop up a frame and enter GROUP.
11906;;;*** 11921;;;***
11907 11922
11908;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11923;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11909;;;;;; (19845 45374)) 11924;;;;;; (20229 31156))
11910;;; Generated autoloads from gnus/gnus-kill.el 11925;;; Generated autoloads from gnus/gnus-kill.el
11911 11926
11912(defalias 'gnus-batch-kill 'gnus-batch-score) 11927(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11921,7 +11936,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11921 11936
11922;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11937;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11923;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11938;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11924;;;;;; (19845 45374)) 11939;;;;;; (20229 31156))
11925;;; Generated autoloads from gnus/gnus-ml.el 11940;;; Generated autoloads from gnus/gnus-ml.el
11926 11941
11927(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11942(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11946,7 +11961,7 @@ Minor mode for providing mailing-list commands.
11946 11961
11947;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11962;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11948;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11963;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11949;;;;;; (19845 45374)) 11964;;;;;; (20229 31156))
11950;;; Generated autoloads from gnus/gnus-mlspl.el 11965;;; Generated autoloads from gnus/gnus-mlspl.el
11951 11966
11952(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11967(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12047,7 +12062,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12047;;;*** 12062;;;***
12048 12063
12049;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12064;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12050;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20207 7484)) 12065;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20230 53294))
12051;;; Generated autoloads from gnus/gnus-msg.el 12066;;; Generated autoloads from gnus/gnus-msg.el
12052 12067
12053(autoload 'gnus-msg-mail "gnus-msg" "\ 12068(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12073,7 +12088,7 @@ Like `message-reply'.
12073 12088
12074;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12089;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12075;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12090;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12076;;;;;; (19845 45374)) 12091;;;;;; (20229 31156))
12077;;; Generated autoloads from gnus/gnus-picon.el 12092;;; Generated autoloads from gnus/gnus-picon.el
12078 12093
12079(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12094(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12100,7 +12115,7 @@ If picons are already displayed, remove them.
12100;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12115;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12101;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12116;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12102;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12117;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12103;;;;;; "gnus/gnus-range.el" (19845 45374)) 12118;;;;;; "gnus/gnus-range.el" (20229 31156))
12104;;; Generated autoloads from gnus/gnus-range.el 12119;;; Generated autoloads from gnus/gnus-range.el
12105 12120
12106(autoload 'gnus-sorted-difference "gnus-range" "\ 12121(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12168,7 +12183,7 @@ Add NUM into sorted LIST by side effect.
12168;;;*** 12183;;;***
12169 12184
12170;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12185;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12171;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20143 51029)) 12186;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20229 31156))
12172;;; Generated autoloads from gnus/gnus-registry.el 12187;;; Generated autoloads from gnus/gnus-registry.el
12173 12188
12174(autoload 'gnus-registry-initialize "gnus-registry" "\ 12189(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12184,8 +12199,8 @@ Install the registry hooks.
12184;;;*** 12199;;;***
12185 12200
12186;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12201;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12187;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19845 12202;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20229
12188;;;;;; 45374)) 12203;;;;;; 31156))
12189;;; Generated autoloads from gnus/gnus-sieve.el 12204;;; Generated autoloads from gnus/gnus-sieve.el
12190 12205
12191(autoload 'gnus-sieve-update "gnus-sieve" "\ 12206(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12213,7 +12228,7 @@ See the documentation for these variables and functions for details.
12213;;;*** 12228;;;***
12214 12229
12215;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12230;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12216;;;;;; (20207 7484)) 12231;;;;;; (20229 31156))
12217;;; Generated autoloads from gnus/gnus-spec.el 12232;;; Generated autoloads from gnus/gnus-spec.el
12218 12233
12219(autoload 'gnus-update-format "gnus-spec" "\ 12234(autoload 'gnus-update-format "gnus-spec" "\
@@ -12224,7 +12239,7 @@ Update the format specification near point.
12224;;;*** 12239;;;***
12225 12240
12226;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 12241;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12227;;;;;; (20176 51947)) 12242;;;;;; (20259 19594))
12228;;; Generated autoloads from gnus/gnus-start.el 12243;;; Generated autoloads from gnus/gnus-start.el
12229 12244
12230(autoload 'gnus-declare-backend "gnus-start" "\ 12245(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12235,7 +12250,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12235;;;*** 12250;;;***
12236 12251
12237;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 12252;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12238;;;;;; (20222 61246)) 12253;;;;;; (20258 21136))
12239;;; Generated autoloads from gnus/gnus-sum.el 12254;;; Generated autoloads from gnus/gnus-sum.el
12240 12255
12241(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12256(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12247,7 +12262,7 @@ BOOKMARK is a bookmark name or a bookmark record.
12247;;;*** 12262;;;***
12248 12263
12249;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 12264;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
12250;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19845 45374)) 12265;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20229 31156))
12251;;; Generated autoloads from gnus/gnus-sync.el 12266;;; Generated autoloads from gnus/gnus-sync.el
12252 12267
12253(autoload 'gnus-sync-initialize "gnus-sync" "\ 12268(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12263,7 +12278,7 @@ Install the sync hooks.
12263;;;*** 12278;;;***
12264 12279
12265;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12280;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12266;;;;;; (20207 7484)) 12281;;;;;; (20231 40198))
12267;;; Generated autoloads from gnus/gnus-win.el 12282;;; Generated autoloads from gnus/gnus-win.el
12268 12283
12269(autoload 'gnus-add-configuration "gnus-win" "\ 12284(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12274,7 +12289,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12274;;;*** 12289;;;***
12275 12290
12276;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" 12291;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12277;;;;;; (20176 51947)) 12292;;;;;; (20229 31156))
12278;;; Generated autoloads from net/gnutls.el 12293;;; Generated autoloads from net/gnutls.el
12279 12294
12280(defvar gnutls-min-prime-bits nil "\ 12295(defvar gnutls-min-prime-bits nil "\
@@ -12290,7 +12305,7 @@ A value of nil says to use the default gnutls value.")
12290 12305
12291;;;*** 12306;;;***
12292 12307
12293;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20178 7273)) 12308;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20229 31156))
12294;;; Generated autoloads from play/gomoku.el 12309;;; Generated autoloads from play/gomoku.el
12295 12310
12296(autoload 'gomoku "gomoku" "\ 12311(autoload 'gomoku "gomoku" "\
@@ -12317,8 +12332,8 @@ Use \\[describe-mode] for more info.
12317;;;*** 12332;;;***
12318 12333
12319;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 12334;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12320;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20127 12335;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20229
12321;;;;;; 62865)) 12336;;;;;; 31156))
12322;;; Generated autoloads from net/goto-addr.el 12337;;; Generated autoloads from net/goto-addr.el
12323 12338
12324(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12339(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12357,7 +12372,7 @@ Like `goto-address-mode', but only for comments and strings.
12357;;;*** 12372;;;***
12358 12373
12359;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) 12374;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12360;;;;;; "gravatar" "gnus/gravatar.el" (19845 45374)) 12375;;;;;; "gravatar" "gnus/gravatar.el" (20229 31156))
12361;;; Generated autoloads from gnus/gravatar.el 12376;;; Generated autoloads from gnus/gravatar.el
12362 12377
12363(autoload 'gravatar-retrieve "gravatar" "\ 12378(autoload 'gravatar-retrieve "gravatar" "\
@@ -12375,7 +12390,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12375 12390
12376;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12391;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12377;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12392;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12378;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20212 25403)) 12393;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20255 37778))
12379;;; Generated autoloads from progmodes/grep.el 12394;;; Generated autoloads from progmodes/grep.el
12380 12395
12381(defvar grep-window-height nil "\ 12396(defvar grep-window-height nil "\
@@ -12537,7 +12552,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12537 12552
12538;;;*** 12553;;;***
12539 12554
12540;;;### (autoloads (gs-load-image) "gs" "gs.el" (20188 43079)) 12555;;;### (autoloads (gs-load-image) "gs" "gs.el" (20229 31156))
12541;;; Generated autoloads from gs.el 12556;;; Generated autoloads from gs.el
12542 12557
12543(autoload 'gs-load-image "gs" "\ 12558(autoload 'gs-load-image "gs" "\
@@ -12551,7 +12566,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12551;;;*** 12566;;;***
12552 12567
12553;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12568;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12554;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20215 1592)) 12569;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20260 61180))
12555;;; Generated autoloads from progmodes/gud.el 12570;;; Generated autoloads from progmodes/gud.el
12556 12571
12557(autoload 'gud-gdb "gud" "\ 12572(autoload 'gud-gdb "gud" "\
@@ -12639,8 +12654,8 @@ it if ARG is omitted or nil.
12639 12654
12640;;;*** 12655;;;***
12641 12656
12642;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19889 12657;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20229
12643;;;;;; 21967)) 12658;;;;;; 31156))
12644;;; Generated autoloads from play/handwrite.el 12659;;; Generated autoloads from play/handwrite.el
12645 12660
12646(autoload 'handwrite "handwrite" "\ 12661(autoload 'handwrite "handwrite" "\
@@ -12658,7 +12673,7 @@ Variables: `handwrite-linespace' (default 12)
12658;;;*** 12673;;;***
12659 12674
12660;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12675;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12661;;;;;; (19981 40664)) 12676;;;;;; (20119 34052))
12662;;; Generated autoloads from play/hanoi.el 12677;;; Generated autoloads from play/hanoi.el
12663 12678
12664(autoload 'hanoi "hanoi" "\ 12679(autoload 'hanoi "hanoi" "\
@@ -12687,7 +12702,7 @@ to be updated.
12687 12702
12688;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12703;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12689;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12704;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12690;;;;;; "hashcash" "mail/hashcash.el" (19845 45374)) 12705;;;;;; "hashcash" "mail/hashcash.el" (20229 31156))
12691;;; Generated autoloads from mail/hashcash.el 12706;;; Generated autoloads from mail/hashcash.el
12692 12707
12693(autoload 'hashcash-insert-payment "hashcash" "\ 12708(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12732,7 +12747,7 @@ Prefix arg sets default accept amount temporarily.
12732;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12747;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12733;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12748;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12734;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12749;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12735;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19845 45374)) 12750;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20229 31156))
12736;;; Generated autoloads from help-at-pt.el 12751;;; Generated autoloads from help-at-pt.el
12737 12752
12738(autoload 'help-at-pt-string "help-at-pt" "\ 12753(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12862,7 +12877,7 @@ different regions. With numeric argument ARG, behaves like
12862;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 12877;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
12863;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 12878;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
12864;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 12879;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
12865;;;;;; "help-fns" "help-fns.el" (20161 45793)) 12880;;;;;; "help-fns" "help-fns.el" (20229 31156))
12866;;; Generated autoloads from help-fns.el 12881;;; Generated autoloads from help-fns.el
12867 12882
12868(autoload 'describe-function "help-fns" "\ 12883(autoload 'describe-function "help-fns" "\
@@ -12942,7 +12957,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
12942;;;*** 12957;;;***
12943 12958
12944;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12959;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12945;;;;;; (19845 45374)) 12960;;;;;; (20250 53480))
12946;;; Generated autoloads from help-macro.el 12961;;; Generated autoloads from help-macro.el
12947 12962
12948(defvar three-step-help nil "\ 12963(defvar three-step-help nil "\
@@ -12958,8 +12973,8 @@ gives the window that lists the options.")
12958 12973
12959;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12974;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12960;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12975;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12961;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20167 12976;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20229
12962;;;;;; 36967)) 12977;;;;;; 31156))
12963;;; Generated autoloads from help-mode.el 12978;;; Generated autoloads from help-mode.el
12964 12979
12965(autoload 'help-mode "help-mode" "\ 12980(autoload 'help-mode "help-mode" "\
@@ -13052,7 +13067,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
13052;;;*** 13067;;;***
13053 13068
13054;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13069;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13055;;;;;; "emacs-lisp/helper.el" (19845 45374)) 13070;;;;;; "emacs-lisp/helper.el" (20229 31156))
13056;;; Generated autoloads from emacs-lisp/helper.el 13071;;; Generated autoloads from emacs-lisp/helper.el
13057 13072
13058(autoload 'Helper-describe-bindings "helper" "\ 13073(autoload 'Helper-describe-bindings "helper" "\
@@ -13068,7 +13083,7 @@ Provide help for current mode.
13068;;;*** 13083;;;***
13069 13084
13070;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13085;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13071;;;;;; "hexl.el" (19865 50420)) 13086;;;;;; "hexl.el" (20229 31156))
13072;;; Generated autoloads from hexl.el 13087;;; Generated autoloads from hexl.el
13073 13088
13074(autoload 'hexl-mode "hexl" "\ 13089(autoload 'hexl-mode "hexl" "\
@@ -13165,7 +13180,7 @@ This discards the buffer's undo information.
13165;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13180;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13166;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13181;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13167;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13182;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13168;;;;;; (20127 62865)) 13183;;;;;; (20229 31156))
13169;;; Generated autoloads from hi-lock.el 13184;;; Generated autoloads from hi-lock.el
13170 13185
13171(autoload 'hi-lock-mode "hi-lock" "\ 13186(autoload 'hi-lock-mode "hi-lock" "\
@@ -13304,7 +13319,7 @@ be found in variable `hi-lock-interactive-patterns'.
13304;;;*** 13319;;;***
13305 13320
13306;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 13321;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13307;;;;;; (20197 58064)) 13322;;;;;; (20229 31156))
13308;;; Generated autoloads from progmodes/hideif.el 13323;;; Generated autoloads from progmodes/hideif.el
13309 13324
13310(autoload 'hide-ifdef-mode "hideif" "\ 13325(autoload 'hide-ifdef-mode "hideif" "\
@@ -13348,7 +13363,7 @@ Several variables affect how the hiding is done:
13348;;;*** 13363;;;***
13349 13364
13350;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13365;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13351;;;;;; (20172 54913)) 13366;;;;;; (20237 33565))
13352;;; Generated autoloads from progmodes/hideshow.el 13367;;; Generated autoloads from progmodes/hideshow.el
13353 13368
13354(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))) "\ 13369(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))) "\
@@ -13410,8 +13425,8 @@ Unconditionally turn off `hs-minor-mode'.
13410;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13425;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13411;;;;;; highlight-changes-previous-change highlight-changes-next-change 13426;;;;;; highlight-changes-previous-change highlight-changes-next-change
13412;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13427;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13413;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20188 13428;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20229
13414;;;;;; 43079)) 13429;;;;;; 31156))
13415;;; Generated autoloads from hilit-chg.el 13430;;; Generated autoloads from hilit-chg.el
13416 13431
13417(autoload 'highlight-changes-mode "hilit-chg" "\ 13432(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13546,7 +13561,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13546;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13561;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13547;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13562;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13548;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13563;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13549;;;;;; "hippie-exp.el" (20167 36967)) 13564;;;;;; "hippie-exp.el" (20229 31156))
13550;;; Generated autoloads from hippie-exp.el 13565;;; Generated autoloads from hippie-exp.el
13551 13566
13552(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ 13567(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\
@@ -13619,7 +13634,7 @@ argument VERBOSE non-nil makes the function verbose.
13619;;;*** 13634;;;***
13620 13635
13621;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13636;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13622;;;;;; (20127 62865)) 13637;;;;;; (20229 31156))
13623;;; Generated autoloads from hl-line.el 13638;;; Generated autoloads from hl-line.el
13624 13639
13625(autoload 'hl-line-mode "hl-line" "\ 13640(autoload 'hl-line-mode "hl-line" "\
@@ -13672,7 +13687,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13672;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13687;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13673;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13688;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13674;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13689;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13675;;;;;; "calendar/holidays.el" (20209 49217)) 13690;;;;;; "calendar/holidays.el" (20229 31156))
13676;;; Generated autoloads from calendar/holidays.el 13691;;; Generated autoloads from calendar/holidays.el
13677 13692
13678(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13693(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -13820,8 +13835,8 @@ The optional LABEL is used to label the buffer created.
13820 13835
13821;;;*** 13836;;;***
13822 13837
13823;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20164 13838;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20229
13824;;;;;; 60780)) 13839;;;;;; 31156))
13825;;; Generated autoloads from gnus/html2text.el 13840;;; Generated autoloads from gnus/html2text.el
13826 13841
13827(autoload 'html2text "html2text" "\ 13842(autoload 'html2text "html2text" "\
@@ -13832,7 +13847,7 @@ Convert HTML to plain text in the current buffer.
13832;;;*** 13847;;;***
13833 13848
13834;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13849;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13835;;;;;; "htmlfontify" "htmlfontify.el" (20188 43079)) 13850;;;;;; "htmlfontify" "htmlfontify.el" (20237 33565))
13836;;; Generated autoloads from htmlfontify.el 13851;;; Generated autoloads from htmlfontify.el
13837 13852
13838(autoload 'htmlfontify-buffer "htmlfontify" "\ 13853(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13865,8 +13880,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
13865;;;*** 13880;;;***
13866 13881
13867;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13882;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13868;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19845 13883;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20229
13869;;;;;; 45374)) 13884;;;;;; 31156))
13870;;; Generated autoloads from ibuf-macs.el 13885;;; Generated autoloads from ibuf-macs.el
13871 13886
13872(autoload 'define-ibuffer-column "ibuf-macs" "\ 13887(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13963,7 +13978,7 @@ bound to the current value of the filter.
13963;;;*** 13978;;;***
13964 13979
13965;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13980;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13966;;;;;; "ibuffer" "ibuffer.el" (20197 58671)) 13981;;;;;; "ibuffer" "ibuffer.el" (20231 60882))
13967;;; Generated autoloads from ibuffer.el 13982;;; Generated autoloads from ibuffer.el
13968 13983
13969(autoload 'ibuffer-list-buffers "ibuffer" "\ 13984(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14004,7 +14019,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14004 14019
14005;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14020;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14006;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14021;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14007;;;;;; "calendar/icalendar.el" (20164 29468)) 14022;;;;;; "calendar/icalendar.el" (20229 31156))
14008;;; Generated autoloads from calendar/icalendar.el 14023;;; Generated autoloads from calendar/icalendar.el
14009 14024
14010(autoload 'icalendar-export-file "icalendar" "\ 14025(autoload 'icalendar-export-file "icalendar" "\
@@ -14056,8 +14071,8 @@ buffer `*icalendar-errors*'.
14056 14071
14057;;;*** 14072;;;***
14058 14073
14059;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20127 14074;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20229
14060;;;;;; 62865)) 14075;;;;;; 31156))
14061;;; Generated autoloads from icomplete.el 14076;;; Generated autoloads from icomplete.el
14062 14077
14063(defvar icomplete-mode nil "\ 14078(defvar icomplete-mode nil "\
@@ -14079,7 +14094,7 @@ the mode if ARG is omitted or nil.
14079 14094
14080;;;*** 14095;;;***
14081 14096
14082;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19890 42850)) 14097;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20229 31156))
14083;;; Generated autoloads from progmodes/icon.el 14098;;; Generated autoloads from progmodes/icon.el
14084 14099
14085(autoload 'icon-mode "icon" "\ 14100(autoload 'icon-mode "icon" "\
@@ -14120,7 +14135,7 @@ with no args, if that value is non-nil.
14120;;;*** 14135;;;***
14121 14136
14122;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14137;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14123;;;;;; (20178 7273)) 14138;;;;;; (20237 33565))
14124;;; Generated autoloads from progmodes/idlw-shell.el 14139;;; Generated autoloads from progmodes/idlw-shell.el
14125 14140
14126(autoload 'idlwave-shell "idlw-shell" "\ 14141(autoload 'idlwave-shell "idlw-shell" "\
@@ -14146,7 +14161,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14146;;;*** 14161;;;***
14147 14162
14148;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14163;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14149;;;;;; (20221 40442)) 14164;;;;;; (20229 31156))
14150;;; Generated autoloads from progmodes/idlwave.el 14165;;; Generated autoloads from progmodes/idlwave.el
14151 14166
14152(autoload 'idlwave-mode "idlwave" "\ 14167(autoload 'idlwave-mode "idlwave" "\
@@ -14280,8 +14295,8 @@ The main features of this mode are
14280;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14295;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14281;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14296;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14282;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14297;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14283;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20203 14298;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20229
14284;;;;;; 10426)) 14299;;;;;; 31156))
14285;;; Generated autoloads from ido.el 14300;;; Generated autoloads from ido.el
14286 14301
14287(defvar ido-mode nil "\ 14302(defvar ido-mode nil "\
@@ -14542,7 +14557,7 @@ DEF, if non-nil, is the default value.
14542 14557
14543;;;*** 14558;;;***
14544 14559
14545;;;### (autoloads (ielm) "ielm" "ielm.el" (20077 56412)) 14560;;;### (autoloads (ielm) "ielm" "ielm.el" (20229 31156))
14546;;; Generated autoloads from ielm.el 14561;;; Generated autoloads from ielm.el
14547 14562
14548(autoload 'ielm "ielm" "\ 14563(autoload 'ielm "ielm" "\
@@ -14553,7 +14568,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14553 14568
14554;;;*** 14569;;;***
14555 14570
14556;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19845 45374)) 14571;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20229 31156))
14557;;; Generated autoloads from iimage.el 14572;;; Generated autoloads from iimage.el
14558 14573
14559(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14574(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -14570,7 +14585,7 @@ Toggle inline image minor mode.
14570;;;;;; create-image image-type-auto-detected-p image-type-available-p 14585;;;;;; create-image image-type-auto-detected-p image-type-available-p
14571;;;;;; image-type image-type-from-file-name image-type-from-file-header 14586;;;;;; image-type image-type-from-file-name image-type-from-file-header
14572;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" 14587;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14573;;;;;; (20084 29660)) 14588;;;;;; (20229 31156))
14574;;; Generated autoloads from image.el 14589;;; Generated autoloads from image.el
14575 14590
14576(autoload 'image-type-from-data "image" "\ 14591(autoload 'image-type-from-data "image" "\
@@ -14767,7 +14782,7 @@ If Emacs is compiled without ImageMagick support, do nothing.
14767;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14782;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14768;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14783;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14769;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 14784;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
14770;;;;;; "image-dired" "image-dired.el" (20168 57844)) 14785;;;;;; "image-dired" "image-dired.el" (20229 31156))
14771;;; Generated autoloads from image-dired.el 14786;;; Generated autoloads from image-dired.el
14772 14787
14773(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 14788(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -14905,7 +14920,7 @@ easy-to-use form.
14905 14920
14906;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14921;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14907;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14922;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14908;;;;;; "image-file.el" (20127 62865)) 14923;;;;;; "image-file.el" (20229 31156))
14909;;; Generated autoloads from image-file.el 14924;;; Generated autoloads from image-file.el
14910 14925
14911(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14926(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14968,7 +14983,7 @@ An image file is one whose name has an extension in
14968;;;*** 14983;;;***
14969 14984
14970;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14985;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14971;;;;;; image-mode) "image-mode" "image-mode.el" (20160 63745)) 14986;;;;;; image-mode) "image-mode" "image-mode.el" (20229 31156))
14972;;; Generated autoloads from image-mode.el 14987;;; Generated autoloads from image-mode.el
14973 14988
14974(autoload 'image-mode "image-mode" "\ 14989(autoload 'image-mode "image-mode" "\
@@ -15013,7 +15028,7 @@ on these modes.
15013;;;*** 15028;;;***
15014 15029
15015;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15030;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15016;;;;;; imenu-sort-function) "imenu" "imenu.el" (19845 45374)) 15031;;;;;; imenu-sort-function) "imenu" "imenu.el" (20229 31156))
15017;;; Generated autoloads from imenu.el 15032;;; Generated autoloads from imenu.el
15018 15033
15019(defvar imenu-sort-function nil "\ 15034(defvar imenu-sort-function nil "\
@@ -15130,7 +15145,7 @@ for more information.
15130 15145
15131;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 15146;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15132;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15147;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15133;;;;;; "ind-util" "language/ind-util.el" (20097 41737)) 15148;;;;;; "ind-util" "language/ind-util.el" (20229 31156))
15134;;; Generated autoloads from language/ind-util.el 15149;;; Generated autoloads from language/ind-util.el
15135 15150
15136(autoload 'indian-compose-region "ind-util" "\ 15151(autoload 'indian-compose-region "ind-util" "\
@@ -15162,7 +15177,7 @@ Convert old Emacs Devanagari characters to UCS.
15162 15177
15163;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15178;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15164;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15179;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15165;;;;;; "progmodes/inf-lisp.el" (20197 58064)) 15180;;;;;; "progmodes/inf-lisp.el" (20229 31156))
15166;;; Generated autoloads from progmodes/inf-lisp.el 15181;;; Generated autoloads from progmodes/inf-lisp.el
15167 15182
15168(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 15183(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -15229,7 +15244,7 @@ of `inferior-lisp-program'). Runs the hooks from
15229;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 15244;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15230;;;;;; Info-mode info-finder info-apropos Info-index Info-directory 15245;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15231;;;;;; Info-on-current-buffer info-standalone info-emacs-manual 15246;;;;;; Info-on-current-buffer info-standalone info-emacs-manual
15232;;;;;; info info-other-window) "info" "info.el" (20184 46008)) 15247;;;;;; info info-other-window) "info" "info.el" (20242 13131))
15233;;; Generated autoloads from info.el 15248;;; Generated autoloads from info.el
15234 15249
15235(autoload 'info-other-window "info" "\ 15250(autoload 'info-other-window "info" "\
@@ -15415,7 +15430,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists.
15415 15430
15416;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15431;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15417;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15432;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15418;;;;;; (19984 16846)) 15433;;;;;; (20229 31156))
15419;;; Generated autoloads from info-look.el 15434;;; Generated autoloads from info-look.el
15420 15435
15421(autoload 'info-lookup-reset "info-look" "\ 15436(autoload 'info-lookup-reset "info-look" "\
@@ -15464,7 +15479,7 @@ Perform completion on file preceding point.
15464 15479
15465;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom 15480;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15466;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" 15481;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15467;;;;;; (20168 57844)) 15482;;;;;; (20229 31156))
15468;;; Generated autoloads from info-xref.el 15483;;; Generated autoloads from info-xref.el
15469 15484
15470(autoload 'info-xref-check "info-xref" "\ 15485(autoload 'info-xref-check "info-xref" "\
@@ -15547,7 +15562,7 @@ the sources handy.
15547;;;*** 15562;;;***
15548 15563
15549;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 15564;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15550;;;;;; Info-tagify) "informat" "informat.el" (19886 45771)) 15565;;;;;; Info-tagify) "informat" "informat.el" (20229 31156))
15551;;; Generated autoloads from informat.el 15566;;; Generated autoloads from informat.el
15552 15567
15553(autoload 'Info-tagify "informat" "\ 15568(autoload 'Info-tagify "informat" "\
@@ -15594,7 +15609,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15594 15609
15595;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15610;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15596;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15611;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15597;;;;;; (19845 45374)) 15612;;;;;; (20229 31156))
15598;;; Generated autoloads from international/isearch-x.el 15613;;; Generated autoloads from international/isearch-x.el
15599 15614
15600(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15615(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15614,8 +15629,8 @@ Toggle input method in interactive search.
15614 15629
15615;;;*** 15630;;;***
15616 15631
15617;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19845 15632;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20229
15618;;;;;; 45374)) 15633;;;;;; 31156))
15619;;; Generated autoloads from isearchb.el 15634;;; Generated autoloads from isearchb.el
15620 15635
15621(autoload 'isearchb-activate "isearchb" "\ 15636(autoload 'isearchb-activate "isearchb" "\
@@ -15631,7 +15646,7 @@ accessed via isearchb.
15631;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15646;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15632;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15647;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15633;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15648;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15634;;;;;; "international/iso-cvt.el" (19845 45374)) 15649;;;;;; "international/iso-cvt.el" (20229 31156))
15635;;; Generated autoloads from international/iso-cvt.el 15650;;; Generated autoloads from international/iso-cvt.el
15636 15651
15637(autoload 'iso-spanish "iso-cvt" "\ 15652(autoload 'iso-spanish "iso-cvt" "\
@@ -15722,7 +15737,7 @@ Add submenus to the File menu, to convert to and from various formats.
15722;;;*** 15737;;;***
15723 15738
15724;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15739;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15725;;;;;; (19845 45374)) 15740;;;;;; (20229 31156))
15726;;; Generated autoloads from international/iso-transl.el 15741;;; Generated autoloads from international/iso-transl.el
15727 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15742 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15728 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15743 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15734,7 +15749,7 @@ Add submenus to the File menu, to convert to and from various formats.
15734;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15749;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15735;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15750;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15736;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15751;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15737;;;;;; "ispell" "textmodes/ispell.el" (20187 22214)) 15752;;;;;; "ispell" "textmodes/ispell.el" (20229 31156))
15738;;; Generated autoloads from textmodes/ispell.el 15753;;; Generated autoloads from textmodes/ispell.el
15739 15754
15740(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15755(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -15960,8 +15975,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15960 15975
15961;;;*** 15976;;;***
15962 15977
15963;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20168 15978;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20229
15964;;;;;; 57844)) 15979;;;;;; 31156))
15965;;; Generated autoloads from iswitchb.el 15980;;; Generated autoloads from iswitchb.el
15966 15981
15967(defvar iswitchb-mode nil "\ 15982(defvar iswitchb-mode nil "\
@@ -15989,7 +16004,7 @@ between buffers using substrings. See `iswitchb' for details.
15989;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16004;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15990;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16005;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15991;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16006;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15992;;;;;; "japan-util" "language/japan-util.el" (19845 45374)) 16007;;;;;; "japan-util" "language/japan-util.el" (20229 31156))
15993;;; Generated autoloads from language/japan-util.el 16008;;; Generated autoloads from language/japan-util.el
15994 16009
15995(autoload 'setup-japanese-environment-internal "japan-util" "\ 16010(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16067,7 +16082,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16067;;;*** 16082;;;***
16068 16083
16069;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16084;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16070;;;;;; "jka-compr.el" (20000 30139)) 16085;;;;;; "jka-compr.el" (20250 53480))
16071;;; Generated autoloads from jka-compr.el 16086;;; Generated autoloads from jka-compr.el
16072 16087
16073(defvar jka-compr-inhibit nil "\ 16088(defvar jka-compr-inhibit nil "\
@@ -16083,14 +16098,14 @@ It is not recommended to set this variable permanently to anything but nil.")
16083(autoload 'jka-compr-uninstall "jka-compr" "\ 16098(autoload 'jka-compr-uninstall "jka-compr" "\
16084Uninstall jka-compr. 16099Uninstall jka-compr.
16085This removes the entries in `file-name-handler-alist' and `auto-mode-alist' 16100This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
16086and `inhibit-first-line-modes-suffixes' that were added 16101and `inhibit-local-variables-suffixes' that were added
16087by `jka-compr-installed'. 16102by `jka-compr-installed'.
16088 16103
16089\(fn)" nil nil) 16104\(fn)" nil nil)
16090 16105
16091;;;*** 16106;;;***
16092 16107
16093;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20222 61246)) 16108;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20229 31156))
16094;;; Generated autoloads from progmodes/js.el 16109;;; Generated autoloads from progmodes/js.el
16095 16110
16096(autoload 'js-mode "js" "\ 16111(autoload 'js-mode "js" "\
@@ -16104,7 +16119,7 @@ Major mode for editing JavaScript.
16104 16119
16105;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16120;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16106;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16121;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16107;;;;;; (19845 45374)) 16122;;;;;; (20237 33565))
16108;;; Generated autoloads from emulation/keypad.el 16123;;; Generated autoloads from emulation/keypad.el
16109 16124
16110(defvar keypad-setup nil "\ 16125(defvar keypad-setup nil "\
@@ -16160,7 +16175,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16160;;;*** 16175;;;***
16161 16176
16162;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16177;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16163;;;;;; (19845 45374)) 16178;;;;;; (20229 31156))
16164;;; Generated autoloads from international/kinsoku.el 16179;;; Generated autoloads from international/kinsoku.el
16165 16180
16166(autoload 'kinsoku "kinsoku" "\ 16181(autoload 'kinsoku "kinsoku" "\
@@ -16181,8 +16196,8 @@ the context of text formatting.
16181 16196
16182;;;*** 16197;;;***
16183 16198
16184;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19845 16199;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20229
16185;;;;;; 45374)) 16200;;;;;; 31156))
16186;;; Generated autoloads from international/kkc.el 16201;;; Generated autoloads from international/kkc.el
16187 16202
16188(defvar kkc-after-update-conversion-functions nil "\ 16203(defvar kkc-after-update-conversion-functions nil "\
@@ -16207,7 +16222,7 @@ and the return value is the length of the conversion.
16207;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16222;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16208;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16223;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16209;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 16224;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16210;;;;;; "kmacro" "kmacro.el" (20187 22214)) 16225;;;;;; "kmacro" "kmacro.el" (20229 31156))
16211;;; Generated autoloads from kmacro.el 16226;;; Generated autoloads from kmacro.el
16212 (global-set-key "\C-x(" 'kmacro-start-macro) 16227 (global-set-key "\C-x(" 'kmacro-start-macro)
16213 (global-set-key "\C-x)" 'kmacro-end-macro) 16228 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16318,7 +16333,7 @@ If kbd macro currently being defined end it before activating it.
16318;;;*** 16333;;;***
16319 16334
16320;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16335;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16321;;;;;; "language/korea-util.el" (19845 45374)) 16336;;;;;; "language/korea-util.el" (20229 31156))
16322;;; Generated autoloads from language/korea-util.el 16337;;; Generated autoloads from language/korea-util.el
16323 16338
16324(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16339(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16333,7 +16348,7 @@ If kbd macro currently being defined end it before activating it.
16333;;;*** 16348;;;***
16334 16349
16335;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" 16350;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16336;;;;;; (20178 7273)) 16351;;;;;; (20229 31156))
16337;;; Generated autoloads from play/landmark.el 16352;;; Generated autoloads from play/landmark.el
16338 16353
16339(defalias 'landmark-repeat 'landmark-test-run) 16354(defalias 'landmark-repeat 'landmark-test-run)
@@ -16365,7 +16380,7 @@ Use \\[describe-mode] for more info.
16365 16380
16366;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16381;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16367;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16382;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16368;;;;;; "lao-util" "language/lao-util.el" (20188 43079)) 16383;;;;;; "lao-util" "language/lao-util.el" (20229 31156))
16369;;; Generated autoloads from language/lao-util.el 16384;;; Generated autoloads from language/lao-util.el
16370 16385
16371(autoload 'lao-compose-string "lao-util" "\ 16386(autoload 'lao-compose-string "lao-util" "\
@@ -16404,7 +16419,7 @@ Transcribe Romanized Lao string STR to Lao character string.
16404 16419
16405;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16420;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16406;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16421;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16407;;;;;; "latexenc" "international/latexenc.el" (19845 45374)) 16422;;;;;; "latexenc" "international/latexenc.el" (20229 31156))
16408;;; Generated autoloads from international/latexenc.el 16423;;; Generated autoloads from international/latexenc.el
16409 16424
16410(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))) "\ 16425(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))) "\
@@ -16436,7 +16451,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16436;;;*** 16451;;;***
16437 16452
16438;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16453;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16439;;;;;; "latin1-disp" "international/latin1-disp.el" (19845 45374)) 16454;;;;;; "latin1-disp" "international/latin1-disp.el" (20229 31156))
16440;;; Generated autoloads from international/latin1-disp.el 16455;;; Generated autoloads from international/latin1-disp.el
16441 16456
16442(defvar latin1-display nil "\ 16457(defvar latin1-display nil "\
@@ -16478,7 +16493,7 @@ use either \\[customize] or the function `latin1-display'.")
16478;;;*** 16493;;;***
16479 16494
16480;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16495;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16481;;;;;; (19961 55377)) 16496;;;;;; (20229 31156))
16482;;; Generated autoloads from progmodes/ld-script.el 16497;;; Generated autoloads from progmodes/ld-script.el
16483 16498
16484(autoload 'ld-script-mode "ld-script" "\ 16499(autoload 'ld-script-mode "ld-script" "\
@@ -16489,7 +16504,7 @@ A major mode to edit GNU ld script files
16489;;;*** 16504;;;***
16490 16505
16491;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16506;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16492;;;;;; (19845 45374)) 16507;;;;;; (20229 31156))
16493;;; Generated autoloads from ledit.el 16508;;; Generated autoloads from ledit.el
16494 16509
16495(defconst ledit-save-files t "\ 16510(defconst ledit-save-files t "\
@@ -16524,7 +16539,7 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode)
16524 16539
16525;;;*** 16540;;;***
16526 16541
16527;;;### (autoloads (life) "life" "play/life.el" (19845 45374)) 16542;;;### (autoloads (life) "life" "play/life.el" (20229 31156))
16528;;; Generated autoloads from play/life.el 16543;;; Generated autoloads from play/life.el
16529 16544
16530(autoload 'life "life" "\ 16545(autoload 'life "life" "\
@@ -16538,7 +16553,7 @@ generations (this defaults to 1).
16538;;;*** 16553;;;***
16539 16554
16540;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 16555;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
16541;;;;;; "linum.el" (20127 62865)) 16556;;;;;; "linum.el" (20229 31156))
16542;;; Generated autoloads from linum.el 16557;;; Generated autoloads from linum.el
16543 16558
16544(defvar linum-format 'dynamic "\ 16559(defvar linum-format 'dynamic "\
@@ -16583,8 +16598,8 @@ See `linum-mode' for more information on Linum mode.
16583 16598
16584;;;*** 16599;;;***
16585 16600
16586;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20203 16601;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20229
16587;;;;;; 10426)) 16602;;;;;; 31156))
16588;;; Generated autoloads from loadhist.el 16603;;; Generated autoloads from loadhist.el
16589 16604
16590(autoload 'unload-feature "loadhist" "\ 16605(autoload 'unload-feature "loadhist" "\
@@ -16616,7 +16631,7 @@ something strange, such as redefining an Emacs function.
16616;;;*** 16631;;;***
16617 16632
16618;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16633;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16619;;;;;; "locate" "locate.el" (19886 45771)) 16634;;;;;; "locate" "locate.el" (20229 31156))
16620;;; Generated autoloads from locate.el 16635;;; Generated autoloads from locate.el
16621 16636
16622(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16637(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -16668,7 +16683,7 @@ except that FILTER is not optional.
16668 16683
16669;;;*** 16684;;;***
16670 16685
16671;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20138 33157)) 16686;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20229 31156))
16672;;; Generated autoloads from vc/log-edit.el 16687;;; Generated autoloads from vc/log-edit.el
16673 16688
16674(autoload 'log-edit "log-edit" "\ 16689(autoload 'log-edit "log-edit" "\
@@ -16695,8 +16710,8 @@ uses the current buffer.
16695 16710
16696;;;*** 16711;;;***
16697 16712
16698;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19946 16713;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20229
16699;;;;;; 1612)) 16714;;;;;; 31156))
16700;;; Generated autoloads from vc/log-view.el 16715;;; Generated autoloads from vc/log-view.el
16701 16716
16702(autoload 'log-view-mode "log-view" "\ 16717(autoload 'log-view-mode "log-view" "\
@@ -16706,8 +16721,8 @@ Major mode for browsing CVS log output.
16706 16721
16707;;;*** 16722;;;***
16708 16723
16709;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20127 16724;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20229
16710;;;;;; 62865)) 16725;;;;;; 31156))
16711;;; Generated autoloads from longlines.el 16726;;; Generated autoloads from longlines.el
16712 16727
16713(autoload 'longlines-mode "longlines" "\ 16728(autoload 'longlines-mode "longlines" "\
@@ -16733,8 +16748,8 @@ newlines are indicated with a symbol.
16733;;;*** 16748;;;***
16734 16749
16735;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16750;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16736;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20174 16751;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20229
16737;;;;;; 10230)) 16752;;;;;; 31156))
16738;;; Generated autoloads from lpr.el 16753;;; Generated autoloads from lpr.el
16739 16754
16740(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 16755(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -16830,7 +16845,7 @@ for further customization of the printer command.
16830;;;*** 16845;;;***
16831 16846
16832;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16847;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16833;;;;;; (19886 45771)) 16848;;;;;; (20229 31156))
16834;;; Generated autoloads from ls-lisp.el 16849;;; Generated autoloads from ls-lisp.el
16835 16850
16836(defvar ls-lisp-support-shell-wildcards t "\ 16851(defvar ls-lisp-support-shell-wildcards t "\
@@ -16841,8 +16856,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16841 16856
16842;;;*** 16857;;;***
16843 16858
16844;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19845 16859;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20229
16845;;;;;; 45374)) 16860;;;;;; 31156))
16846;;; Generated autoloads from calendar/lunar.el 16861;;; Generated autoloads from calendar/lunar.el
16847 16862
16848(autoload 'lunar-phases "lunar" "\ 16863(autoload 'lunar-phases "lunar" "\
@@ -16856,8 +16871,8 @@ This function is suitable for execution in a .emacs file.
16856 16871
16857;;;*** 16872;;;***
16858 16873
16859;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19845 16874;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20229
16860;;;;;; 45374)) 16875;;;;;; 31156))
16861;;; Generated autoloads from progmodes/m4-mode.el 16876;;; Generated autoloads from progmodes/m4-mode.el
16862 16877
16863(autoload 'm4-mode "m4-mode" "\ 16878(autoload 'm4-mode "m4-mode" "\
@@ -16868,7 +16883,7 @@ A major mode to edit m4 macro files.
16868;;;*** 16883;;;***
16869 16884
16870;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16885;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16871;;;;;; (19930 13389)) 16886;;;;;; (20229 31156))
16872;;; Generated autoloads from emacs-lisp/macroexp.el 16887;;; Generated autoloads from emacs-lisp/macroexp.el
16873 16888
16874(autoload 'macroexpand-all "macroexp" "\ 16889(autoload 'macroexpand-all "macroexp" "\
@@ -16882,7 +16897,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16882;;;*** 16897;;;***
16883 16898
16884;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16899;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16885;;;;;; name-last-kbd-macro) "macros" "macros.el" (19886 45771)) 16900;;;;;; name-last-kbd-macro) "macros" "macros.el" (20229 31156))
16886;;; Generated autoloads from macros.el 16901;;; Generated autoloads from macros.el
16887 16902
16888(autoload 'name-last-kbd-macro "macros" "\ 16903(autoload 'name-last-kbd-macro "macros" "\
@@ -16971,7 +16986,7 @@ and then select the region of un-tablified names and use
16971;;;*** 16986;;;***
16972 16987
16973;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16988;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16974;;;;;; "mail/mail-extr.el" (20160 63745)) 16989;;;;;; "mail/mail-extr.el" (20237 33565))
16975;;; Generated autoloads from mail/mail-extr.el 16990;;; Generated autoloads from mail/mail-extr.el
16976 16991
16977(autoload 'mail-extract-address-components "mail-extr" "\ 16992(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17003,7 +17018,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17003 17018
17004;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17019;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17005;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17020;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17006;;;;;; (19845 45374)) 17021;;;;;; (20229 31156))
17007;;; Generated autoloads from mail/mail-hist.el 17022;;; Generated autoloads from mail/mail-hist.el
17008 17023
17009(autoload 'mail-hist-define-keys "mail-hist" "\ 17024(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17035,7 +17050,7 @@ This function normally would be called when the message is sent.
17035;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17050;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17036;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 17051;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
17037;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) 17052;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
17038;;;;;; "mail-utils" "mail/mail-utils.el" (19922 19303)) 17053;;;;;; "mail-utils" "mail/mail-utils.el" (20229 31156))
17039;;; Generated autoloads from mail/mail-utils.el 17054;;; Generated autoloads from mail/mail-utils.el
17040 17055
17041(defvar mail-use-rfc822 nil "\ 17056(defvar mail-use-rfc822 nil "\
@@ -17107,8 +17122,8 @@ matches may be returned from the message body.
17107;;;*** 17122;;;***
17108 17123
17109;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 17124;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17110;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20127 17125;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20229
17111;;;;;; 62865)) 17126;;;;;; 31156))
17112;;; Generated autoloads from mail/mailabbrev.el 17127;;; Generated autoloads from mail/mailabbrev.el
17113 17128
17114(defvar mail-abbrevs-mode nil "\ 17129(defvar mail-abbrevs-mode nil "\
@@ -17159,7 +17174,7 @@ double-quotes.
17159 17174
17160;;;### (autoloads (mail-complete mail-completion-at-point-function 17175;;;### (autoloads (mail-complete mail-completion-at-point-function
17161;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) 17176;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
17162;;;;;; "mailalias" "mail/mailalias.el" (19881 27850)) 17177;;;;;; "mailalias" "mail/mailalias.el" (20229 31156))
17163;;; Generated autoloads from mail/mailalias.el 17178;;; Generated autoloads from mail/mailalias.el
17164 17179
17165(defvar mail-complete-style 'angles "\ 17180(defvar mail-complete-style 'angles "\
@@ -17211,7 +17226,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17211;;;*** 17226;;;***
17212 17227
17213;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17228;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17214;;;;;; (19845 45374)) 17229;;;;;; (20237 33565))
17215;;; Generated autoloads from mail/mailclient.el 17230;;; Generated autoloads from mail/mailclient.el
17216 17231
17217(autoload 'mailclient-send-it "mailclient" "\ 17232(autoload 'mailclient-send-it "mailclient" "\
@@ -17225,7 +17240,7 @@ The mail client is taken to be the handler of mailto URLs.
17225 17240
17226;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17241;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17227;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17242;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17228;;;;;; "make-mode" "progmodes/make-mode.el" (20199 13366)) 17243;;;;;; "make-mode" "progmodes/make-mode.el" (20229 31156))
17229;;; Generated autoloads from progmodes/make-mode.el 17244;;; Generated autoloads from progmodes/make-mode.el
17230 17245
17231(autoload 'makefile-mode "make-mode" "\ 17246(autoload 'makefile-mode "make-mode" "\
@@ -17342,8 +17357,8 @@ An adapted `makefile-mode' that knows about imake.
17342 17357
17343;;;*** 17358;;;***
17344 17359
17345;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19886 17360;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20229
17346;;;;;; 45771)) 17361;;;;;; 31156))
17347;;; Generated autoloads from makesum.el 17362;;; Generated autoloads from makesum.el
17348 17363
17349(autoload 'make-command-summary "makesum" "\ 17364(autoload 'make-command-summary "makesum" "\
@@ -17355,7 +17370,7 @@ Previous contents of that buffer are killed first.
17355;;;*** 17370;;;***
17356 17371
17357;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 17372;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17358;;;;;; (20203 10426)) 17373;;;;;; (20229 31156))
17359;;; Generated autoloads from man.el 17374;;; Generated autoloads from man.el
17360 17375
17361(defalias 'manual-entry 'man) 17376(defalias 'manual-entry 'man)
@@ -17409,7 +17424,7 @@ Default bookmark handler for Man buffers.
17409 17424
17410;;;*** 17425;;;***
17411 17426
17412;;;### (autoloads (master-mode) "master" "master.el" (20127 62865)) 17427;;;### (autoloads (master-mode) "master" "master.el" (20229 31156))
17413;;; Generated autoloads from master.el 17428;;; Generated autoloads from master.el
17414 17429
17415(autoload 'master-mode "master" "\ 17430(autoload 'master-mode "master" "\
@@ -17432,7 +17447,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17432;;;*** 17447;;;***
17433 17448
17434;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 17449;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17435;;;;;; (20127 62865)) 17450;;;;;; (20229 31156))
17436;;; Generated autoloads from mb-depth.el 17451;;; Generated autoloads from mb-depth.el
17437 17452
17438(defvar minibuffer-depth-indicate-mode nil "\ 17453(defvar minibuffer-depth-indicate-mode nil "\
@@ -17465,7 +17480,7 @@ recursion depth in the minibuffer prompt. This is only useful if
17465;;;;;; message-forward-make-body message-forward message-recover 17480;;;;;; message-forward-make-body message-forward message-recover
17466;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17481;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17467;;;;;; message-reply message-news message-mail message-mode) "message" 17482;;;;;; message-reply message-news message-mail message-mode) "message"
17468;;;;;; "gnus/message.el" (20222 61246)) 17483;;;;;; "gnus/message.el" (20229 31156))
17469;;; Generated autoloads from gnus/message.el 17484;;; Generated autoloads from gnus/message.el
17470 17485
17471(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17486(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17631,7 +17646,7 @@ which specify the range to operate on.
17631;;;*** 17646;;;***
17632 17647
17633;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17648;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17634;;;;;; (20222 61246)) 17649;;;;;; (20229 31156))
17635;;; Generated autoloads from progmodes/meta-mode.el 17650;;; Generated autoloads from progmodes/meta-mode.el
17636 17651
17637(autoload 'metafont-mode "meta-mode" "\ 17652(autoload 'metafont-mode "meta-mode" "\
@@ -17648,7 +17663,7 @@ Major mode for editing MetaPost sources.
17648 17663
17649;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17664;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17650;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17665;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17651;;;;;; (20168 57844)) 17666;;;;;; (20229 31156))
17652;;; Generated autoloads from mail/metamail.el 17667;;; Generated autoloads from mail/metamail.el
17653 17668
17654(autoload 'metamail-interpret-header "metamail" "\ 17669(autoload 'metamail-interpret-header "metamail" "\
@@ -17693,7 +17708,7 @@ redisplayed as output is inserted.
17693 17708
17694;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17709;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17695;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17710;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17696;;;;;; "mh-e/mh-comp.el" (20160 63745)) 17711;;;;;; "mh-e/mh-comp.el" (20229 31156))
17697;;; Generated autoloads from mh-e/mh-comp.el 17712;;; Generated autoloads from mh-e/mh-comp.el
17698 17713
17699(autoload 'mh-smail "mh-comp" "\ 17714(autoload 'mh-smail "mh-comp" "\
@@ -17783,7 +17798,7 @@ delete the draft message.
17783 17798
17784;;;*** 17799;;;***
17785 17800
17786;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20222 61246)) 17801;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20229 31156))
17787;;; Generated autoloads from mh-e/mh-e.el 17802;;; Generated autoloads from mh-e/mh-e.el
17788 17803
17789(put 'mh-progs 'risky-local-variable t) 17804(put 'mh-progs 'risky-local-variable t)
@@ -17800,7 +17815,7 @@ Display version information about MH-E and the MH mail handling system.
17800;;;*** 17815;;;***
17801 17816
17802;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17817;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17803;;;;;; "mh-e/mh-folder.el" (20004 2139)) 17818;;;;;; "mh-e/mh-folder.el" (20229 31156))
17804;;; Generated autoloads from mh-e/mh-folder.el 17819;;; Generated autoloads from mh-e/mh-folder.el
17805 17820
17806(autoload 'mh-rmail "mh-folder" "\ 17821(autoload 'mh-rmail "mh-folder" "\
@@ -17882,7 +17897,7 @@ perform the operation on all messages in that region.
17882;;;*** 17897;;;***
17883 17898
17884;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17899;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17885;;;;;; "midnight.el" (19853 59245)) 17900;;;;;; "midnight.el" (20229 31156))
17886;;; Generated autoloads from midnight.el 17901;;; Generated autoloads from midnight.el
17887 17902
17888(autoload 'clean-buffer-list "midnight" "\ 17903(autoload 'clean-buffer-list "midnight" "\
@@ -17909,7 +17924,7 @@ to its second argument TM.
17909;;;*** 17924;;;***
17910 17925
17911;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17926;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17912;;;;;; "minibuf-eldef.el" (20127 62865)) 17927;;;;;; "minibuf-eldef.el" (20229 31156))
17913;;; Generated autoloads from minibuf-eldef.el 17928;;; Generated autoloads from minibuf-eldef.el
17914 17929
17915(defvar minibuffer-electric-default-mode nil "\ 17930(defvar minibuffer-electric-default-mode nil "\
@@ -17939,7 +17954,7 @@ is modified to remove the default indication.
17939;;;*** 17954;;;***
17940 17955
17941;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" 17956;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el"
17942;;;;;; (19968 28627)) 17957;;;;;; (20229 31156))
17943;;; Generated autoloads from misc.el 17958;;; Generated autoloads from misc.el
17944 17959
17945(autoload 'butterfly "misc" "\ 17960(autoload 'butterfly "misc" "\
@@ -17969,7 +17984,7 @@ The return value is always nil.
17969 17984
17970;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17985;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17971;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17986;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17972;;;;;; "misearch" "misearch.el" (20168 57844)) 17987;;;;;; "misearch" "misearch.el" (20229 31156))
17973;;; Generated autoloads from misearch.el 17988;;; Generated autoloads from misearch.el
17974 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17989 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17975 17990
@@ -18051,7 +18066,7 @@ whose file names match the specified wildcard.
18051;;;*** 18066;;;***
18052 18067
18053;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18068;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18054;;;;;; (20162 19074)) 18069;;;;;; (20237 33565))
18055;;; Generated autoloads from progmodes/mixal-mode.el 18070;;; Generated autoloads from progmodes/mixal-mode.el
18056 18071
18057(autoload 'mixal-mode "mixal-mode" "\ 18072(autoload 'mixal-mode "mixal-mode" "\
@@ -18062,7 +18077,7 @@ Major mode for the mixal asm language.
18062;;;*** 18077;;;***
18063 18078
18064;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" 18079;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el"
18065;;;;;; (20075 14682)) 18080;;;;;; (20229 31156))
18066;;; Generated autoloads from gnus/mm-encode.el 18081;;; Generated autoloads from gnus/mm-encode.el
18067 18082
18068(autoload 'mm-default-file-encoding "mm-encode" "\ 18083(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18073,7 +18088,7 @@ Return a default encoding for FILE.
18073;;;*** 18088;;;***
18074 18089
18075;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18090;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18076;;;;;; "mm-extern" "gnus/mm-extern.el" (19845 45374)) 18091;;;;;; "mm-extern" "gnus/mm-extern.el" (20229 31156))
18077;;; Generated autoloads from gnus/mm-extern.el 18092;;; Generated autoloads from gnus/mm-extern.el
18078 18093
18079(autoload 'mm-extern-cache-contents "mm-extern" "\ 18094(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18092,7 +18107,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18092;;;*** 18107;;;***
18093 18108
18094;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18109;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18095;;;;;; (19845 45374)) 18110;;;;;; (20229 31156))
18096;;; Generated autoloads from gnus/mm-partial.el 18111;;; Generated autoloads from gnus/mm-partial.el
18097 18112
18098(autoload 'mm-inline-partial "mm-partial" "\ 18113(autoload 'mm-inline-partial "mm-partial" "\
@@ -18106,7 +18121,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18106;;;*** 18121;;;***
18107 18122
18108;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18123;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18109;;;;;; "mm-url" "gnus/mm-url.el" (19877 30798)) 18124;;;;;; "mm-url" "gnus/mm-url.el" (20229 31156))
18110;;; Generated autoloads from gnus/mm-url.el 18125;;; Generated autoloads from gnus/mm-url.el
18111 18126
18112(autoload 'mm-url-insert-file-contents "mm-url" "\ 18127(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18123,7 +18138,7 @@ Insert file contents of URL using `mm-url-program'.
18123;;;*** 18138;;;***
18124 18139
18125;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18140;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18126;;;;;; "gnus/mm-uu.el" (19845 45374)) 18141;;;;;; "gnus/mm-uu.el" (20229 31156))
18127;;; Generated autoloads from gnus/mm-uu.el 18142;;; Generated autoloads from gnus/mm-uu.el
18128 18143
18129(autoload 'mm-uu-dissect "mm-uu" "\ 18144(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18143,7 +18158,7 @@ Assume text has been decoded if DECODED is non-nil.
18143;;;*** 18158;;;***
18144 18159
18145;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" 18160;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
18146;;;;;; (20183 25152)) 18161;;;;;; (20229 31156))
18147;;; Generated autoloads from gnus/mml.el 18162;;; Generated autoloads from gnus/mml.el
18148 18163
18149(autoload 'mml-to-mime "mml" "\ 18164(autoload 'mml-to-mime "mml" "\
@@ -18168,7 +18183,7 @@ body) or \"attachment\" (separate from the body).
18168;;;*** 18183;;;***
18169 18184
18170;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18185;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18171;;;;;; (20124 236)) 18186;;;;;; (20229 31156))
18172;;; Generated autoloads from gnus/mml1991.el 18187;;; Generated autoloads from gnus/mml1991.el
18173 18188
18174(autoload 'mml1991-encrypt "mml1991" "\ 18189(autoload 'mml1991-encrypt "mml1991" "\
@@ -18185,7 +18200,7 @@ body) or \"attachment\" (separate from the body).
18185 18200
18186;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18201;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18187;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18202;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18188;;;;;; "mml2015" "gnus/mml2015.el" (20124 236)) 18203;;;;;; "mml2015" "gnus/mml2015.el" (20229 31156))
18189;;; Generated autoloads from gnus/mml2015.el 18204;;; Generated autoloads from gnus/mml2015.el
18190 18205
18191(autoload 'mml2015-decrypt "mml2015" "\ 18206(autoload 'mml2015-decrypt "mml2015" "\
@@ -18225,8 +18240,8 @@ body) or \"attachment\" (separate from the body).
18225 18240
18226;;;*** 18241;;;***
18227 18242
18228;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20159 18243;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20161
18229;;;;;; 42847)) 18244;;;;;; 61915))
18230;;; Generated autoloads from progmodes/modula2.el 18245;;; Generated autoloads from progmodes/modula2.el
18231 18246
18232(defalias 'modula-2-mode 'm2-mode) 18247(defalias 'modula-2-mode 'm2-mode)
@@ -18260,7 +18275,7 @@ followed by the first character of the construct.
18260;;;*** 18275;;;***
18261 18276
18262;;;### (autoloads (denato-region nato-region unmorse-region morse-region) 18277;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
18263;;;;;; "morse" "play/morse.el" (19869 36706)) 18278;;;;;; "morse" "play/morse.el" (20229 31156))
18264;;; Generated autoloads from play/morse.el 18279;;; Generated autoloads from play/morse.el
18265 18280
18266(autoload 'morse-region "morse" "\ 18281(autoload 'morse-region "morse" "\
@@ -18286,7 +18301,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18286;;;*** 18301;;;***
18287 18302
18288;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 18303;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18289;;;;;; "mouse-drag.el" (19890 42850)) 18304;;;;;; "mouse-drag.el" (20229 31156))
18290;;; Generated autoloads from mouse-drag.el 18305;;; Generated autoloads from mouse-drag.el
18291 18306
18292(autoload 'mouse-drag-throw "mouse-drag" "\ 18307(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18333,8 +18348,8 @@ To test this function, evaluate:
18333 18348
18334;;;*** 18349;;;***
18335 18350
18336;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20168 18351;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20229
18337;;;;;; 57844)) 18352;;;;;; 31156))
18338;;; Generated autoloads from mouse-sel.el 18353;;; Generated autoloads from mouse-sel.el
18339 18354
18340(defvar mouse-sel-mode nil "\ 18355(defvar mouse-sel-mode nil "\
@@ -18377,7 +18392,7 @@ kill ring; mouse-1 or mouse-3 kills it.
18377 18392
18378;;;*** 18393;;;***
18379 18394
18380;;;### (autoloads (mpc) "mpc" "mpc.el" (20222 61246)) 18395;;;### (autoloads (mpc) "mpc" "mpc.el" (20229 31156))
18381;;; Generated autoloads from mpc.el 18396;;; Generated autoloads from mpc.el
18382 18397
18383(autoload 'mpc "mpc" "\ 18398(autoload 'mpc "mpc" "\
@@ -18387,7 +18402,7 @@ Main entry point for MPC.
18387 18402
18388;;;*** 18403;;;***
18389 18404
18390;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19890 42850)) 18405;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20229 31156))
18391;;; Generated autoloads from play/mpuz.el 18406;;; Generated autoloads from play/mpuz.el
18392 18407
18393(autoload 'mpuz "mpuz" "\ 18408(autoload 'mpuz "mpuz" "\
@@ -18397,7 +18412,7 @@ Multiplication puzzle with GNU Emacs.
18397 18412
18398;;;*** 18413;;;***
18399 18414
18400;;;### (autoloads (msb-mode) "msb" "msb.el" (20127 62865)) 18415;;;### (autoloads (msb-mode) "msb" "msb.el" (20229 31156))
18401;;; Generated autoloads from msb.el 18416;;; Generated autoloads from msb.el
18402 18417
18403(defvar msb-mode nil "\ 18418(defvar msb-mode nil "\
@@ -18427,7 +18442,7 @@ different buffer menu using the function `msb'.
18427;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18442;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18428;;;;;; describe-coding-system describe-character-set list-charset-chars 18443;;;;;; describe-coding-system describe-character-set list-charset-chars
18429;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18444;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18430;;;;;; (20160 63745)) 18445;;;;;; (20229 31156))
18431;;; Generated autoloads from international/mule-diag.el 18446;;; Generated autoloads from international/mule-diag.el
18432 18447
18433(autoload 'list-character-sets "mule-diag" "\ 18448(autoload 'list-character-sets "mule-diag" "\
@@ -18564,7 +18579,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18564;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18579;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18565;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18580;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18566;;;;;; truncate-string-to-width store-substring string-to-sequence) 18581;;;;;; truncate-string-to-width store-substring string-to-sequence)
18567;;;;;; "mule-util" "international/mule-util.el" (20197 58064)) 18582;;;;;; "mule-util" "international/mule-util.el" (20229 31156))
18568;;; Generated autoloads from international/mule-util.el 18583;;; Generated autoloads from international/mule-util.el
18569 18584
18570(autoload 'string-to-sequence "mule-util" "\ 18585(autoload 'string-to-sequence "mule-util" "\
@@ -18704,8 +18719,8 @@ per-character basis, this may not be accurate.
18704;;;### (autoloads (network-connection network-connection-to-service 18719;;;### (autoloads (network-connection network-connection-to-service
18705;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18720;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18706;;;;;; nslookup nslookup-host ping traceroute route arp netstat 18721;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18707;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19845 18722;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20229
18708;;;;;; 45374)) 18723;;;;;; 31156))
18709;;; Generated autoloads from net/net-utils.el 18724;;; Generated autoloads from net/net-utils.el
18710 18725
18711(autoload 'ifconfig "net-utils" "\ 18726(autoload 'ifconfig "net-utils" "\
@@ -18799,8 +18814,8 @@ Open a network connection to HOST on PORT.
18799 18814
18800;;;*** 18815;;;***
18801 18816
18802;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20188 18817;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20229
18803;;;;;; 43079)) 18818;;;;;; 31156))
18804;;; Generated autoloads from net/netrc.el 18819;;; Generated autoloads from net/netrc.el
18805 18820
18806(autoload 'netrc-credentials "netrc" "\ 18821(autoload 'netrc-credentials "netrc" "\
@@ -18813,7 +18828,7 @@ listed in the PORTS list.
18813;;;*** 18828;;;***
18814 18829
18815;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" 18830;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
18816;;;;;; (20188 43079)) 18831;;;;;; (20236 4279))
18817;;; Generated autoloads from net/network-stream.el 18832;;; Generated autoloads from net/network-stream.el
18818 18833
18819(autoload 'open-network-stream "network-stream" "\ 18834(autoload 'open-network-stream "network-stream" "\
@@ -18909,7 +18924,7 @@ functionality.
18909;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18924;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18910;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18925;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18911;;;;;; comment-padding comment-style comment-column) "newcomment" 18926;;;;;; comment-padding comment-style comment-column) "newcomment"
18912;;;;;; "newcomment.el" (20087 5852)) 18927;;;;;; "newcomment.el" (20229 31156))
18913;;; Generated autoloads from newcomment.el 18928;;; Generated autoloads from newcomment.el
18914 18929
18915(defalias 'indent-for-comment 'comment-indent) 18930(defalias 'indent-for-comment 'comment-indent)
@@ -19109,7 +19124,7 @@ unless optional argument SOFT is non-nil.
19109;;;*** 19124;;;***
19110 19125
19111;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 19126;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19112;;;;;; "net/newst-backend.el" (19918 22236)) 19127;;;;;; "net/newst-backend.el" (20229 31156))
19113;;; Generated autoloads from net/newst-backend.el 19128;;; Generated autoloads from net/newst-backend.el
19114 19129
19115(autoload 'newsticker-running-p "newst-backend" "\ 19130(autoload 'newsticker-running-p "newst-backend" "\
@@ -19131,7 +19146,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19131;;;*** 19146;;;***
19132 19147
19133;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 19148;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19134;;;;;; (20167 36967)) 19149;;;;;; (20229 31156))
19135;;; Generated autoloads from net/newst-plainview.el 19150;;; Generated autoloads from net/newst-plainview.el
19136 19151
19137(autoload 'newsticker-plainview "newst-plainview" "\ 19152(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19142,7 +19157,7 @@ Start newsticker plainview.
19142;;;*** 19157;;;***
19143 19158
19144;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 19159;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19145;;;;;; (20094 65493)) 19160;;;;;; (20229 31156))
19146;;; Generated autoloads from net/newst-reader.el 19161;;; Generated autoloads from net/newst-reader.el
19147 19162
19148(autoload 'newsticker-show-news "newst-reader" "\ 19163(autoload 'newsticker-show-news "newst-reader" "\
@@ -19153,7 +19168,7 @@ Start reading news. You may want to bind this to a key.
19153;;;*** 19168;;;***
19154 19169
19155;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 19170;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
19156;;;;;; "newst-ticker" "net/newst-ticker.el" (19845 45374)) 19171;;;;;; "newst-ticker" "net/newst-ticker.el" (20229 31156))
19157;;; Generated autoloads from net/newst-ticker.el 19172;;; Generated autoloads from net/newst-ticker.el
19158 19173
19159(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19174(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19174,7 +19189,7 @@ running already.
19174;;;*** 19189;;;***
19175 19190
19176;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 19191;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19177;;;;;; (20168 57844)) 19192;;;;;; (20229 31156))
19178;;; Generated autoloads from net/newst-treeview.el 19193;;; Generated autoloads from net/newst-treeview.el
19179 19194
19180(autoload 'newsticker-treeview "newst-treeview" "\ 19195(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19185,7 +19200,7 @@ Start newsticker treeview.
19185;;;*** 19200;;;***
19186 19201
19187;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19202;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19188;;;;;; (20221 40442)) 19203;;;;;; (20229 31156))
19189;;; Generated autoloads from gnus/nndiary.el 19204;;; Generated autoloads from gnus/nndiary.el
19190 19205
19191(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19206(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19195,8 +19210,8 @@ Generate NOV databases in all nndiary directories.
19195 19210
19196;;;*** 19211;;;***
19197 19212
19198;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19845 19213;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20229
19199;;;;;; 45374)) 19214;;;;;; 31156))
19200;;; Generated autoloads from gnus/nndoc.el 19215;;; Generated autoloads from gnus/nndoc.el
19201 19216
19202(autoload 'nndoc-add-type "nndoc" "\ 19217(autoload 'nndoc-add-type "nndoc" "\
@@ -19211,7 +19226,7 @@ symbol in the alist.
19211;;;*** 19226;;;***
19212 19227
19213;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19228;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19214;;;;;; (19845 45374)) 19229;;;;;; (20229 31156))
19215;;; Generated autoloads from gnus/nnfolder.el 19230;;; Generated autoloads from gnus/nnfolder.el
19216 19231
19217(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19232(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19223,7 +19238,7 @@ This command does not work if you use short group names.
19223;;;*** 19238;;;***
19224 19239
19225;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19240;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19226;;;;;; (20178 7273)) 19241;;;;;; (20229 31156))
19227;;; Generated autoloads from gnus/nnml.el 19242;;; Generated autoloads from gnus/nnml.el
19228 19243
19229(autoload 'nnml-generate-nov-databases "nnml" "\ 19244(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19234,7 +19249,7 @@ Generate NOV databases in all nnml directories.
19234;;;*** 19249;;;***
19235 19250
19236;;;### (autoloads (disable-command enable-command disabled-command-function) 19251;;;### (autoloads (disable-command enable-command disabled-command-function)
19237;;;;;; "novice" "novice.el" (19845 45374)) 19252;;;;;; "novice" "novice.el" (20229 31156))
19238;;; Generated autoloads from novice.el 19253;;; Generated autoloads from novice.el
19239 19254
19240(defvar disabled-command-function 'disabled-command-function "\ 19255(defvar disabled-command-function 'disabled-command-function "\
@@ -19267,7 +19282,7 @@ to future sessions.
19267;;;*** 19282;;;***
19268 19283
19269;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19284;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19270;;;;;; (20127 62865)) 19285;;;;;; (20229 31156))
19271;;; Generated autoloads from textmodes/nroff-mode.el 19286;;; Generated autoloads from textmodes/nroff-mode.el
19272 19287
19273(autoload 'nroff-mode "nroff-mode" "\ 19288(autoload 'nroff-mode "nroff-mode" "\
@@ -19282,7 +19297,7 @@ closing requests for requests that are used in matched pairs.
19282;;;*** 19297;;;***
19283 19298
19284;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 19299;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19285;;;;;; (19845 45374)) 19300;;;;;; (20229 31156))
19286;;; Generated autoloads from nxml/nxml-glyph.el 19301;;; Generated autoloads from nxml/nxml-glyph.el
19287 19302
19288(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19303(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19294,8 +19309,8 @@ Return nil if the face cannot display a glyph for N.
19294 19309
19295;;;*** 19310;;;***
19296 19311
19297;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19927 19312;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20229
19298;;;;;; 37225)) 19313;;;;;; 31156))
19299;;; Generated autoloads from nxml/nxml-mode.el 19314;;; Generated autoloads from nxml/nxml-mode.el
19300 19315
19301(autoload 'nxml-mode "nxml-mode" "\ 19316(autoload 'nxml-mode "nxml-mode" "\
@@ -19357,7 +19372,7 @@ Many aspects this mode can be customized using
19357;;;*** 19372;;;***
19358 19373
19359;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 19374;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19360;;;;;; "nxml/nxml-uchnm.el" (19845 45374)) 19375;;;;;; "nxml/nxml-uchnm.el" (20229 31156))
19361;;; Generated autoloads from nxml/nxml-uchnm.el 19376;;; Generated autoloads from nxml/nxml-uchnm.el
19362 19377
19363(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19378(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19371,16 +19386,16 @@ the variable `nxml-enabled-unicode-blocks'.
19371 19386
19372;;;### (autoloads (org-babel-mark-block org-babel-previous-src-block 19387;;;### (autoloads (org-babel-mark-block org-babel-previous-src-block
19373;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block 19388;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block
19374;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe 19389;;;;;; org-babel-goto-src-block-head org-babel-sha1-hash org-babel-execute-subtree
19375;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer 19390;;;;;; org-babel-execute-buffer org-babel-map-call-lines org-babel-map-inline-src-blocks
19376;;;;;; org-babel-map-inline-src-blocks org-babel-map-src-blocks 19391;;;;;; org-babel-map-src-blocks org-babel-open-src-block-result
19377;;;;;; org-babel-open-src-block-result org-babel-switch-to-session-with-code 19392;;;;;; org-babel-switch-to-session-with-code org-babel-switch-to-session
19378;;;;;; org-babel-switch-to-session org-babel-initiate-session org-babel-load-in-session 19393;;;;;; org-babel-initiate-session org-babel-load-in-session org-babel-insert-header-arg
19379;;;;;; org-babel-check-src-block org-babel-expand-src-block org-babel-execute-src-block 19394;;;;;; org-babel-check-src-block org-babel-expand-src-block org-babel-execute-src-block
19380;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe 19395;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe
19381;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info 19396;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info
19382;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" 19397;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
19383;;;;;; "org/ob.el" (20189 63932)) 19398;;;;;; "org/ob.el" (20230 53294))
19384;;; Generated autoloads from org/ob.el 19399;;; Generated autoloads from org/ob.el
19385 19400
19386(autoload 'org-babel-execute-safely-maybe "ob" "\ 19401(autoload 'org-babel-execute-safely-maybe "ob" "\
@@ -19427,9 +19442,8 @@ Insert the results of execution into the buffer. Source code
19427execution and the collection and formatting of results can be 19442execution and the collection and formatting of results can be
19428controlled through a variety of header arguments. 19443controlled through a variety of header arguments.
19429 19444
19430With prefix argument ARG, force re-execution even if an 19445With prefix argument ARG, force re-execution even if an existing
19431existing result cached in the buffer would otherwise have been 19446result cached in the buffer would otherwise have been returned.
19432returned.
19433 19447
19434Optionally supply a value for INFO in the form returned by 19448Optionally supply a value for INFO in the form returned by
19435`org-babel-get-src-block-info'. 19449`org-babel-get-src-block-info'.
@@ -19452,6 +19466,11 @@ Check for misspelled header arguments in the current code block.
19452 19466
19453\(fn)" t nil) 19467\(fn)" t nil)
19454 19468
19469(autoload 'org-babel-insert-header-arg "ob" "\
19470Insert a header argument selecting from lists of common args and values.
19471
19472\(fn)" t nil)
19473
19455(autoload 'org-babel-load-in-session "ob" "\ 19474(autoload 'org-babel-load-in-session "ob" "\
19456Load the body of the current source-code block. 19475Load the body of the current source-code block.
19457Evaluate the header arguments for the source block before 19476Evaluate the header arguments for the source block before
@@ -19524,6 +19543,15 @@ buffer.
19524 19543
19525(put 'org-babel-map-inline-src-blocks 'lisp-indent-function '1) 19544(put 'org-babel-map-inline-src-blocks 'lisp-indent-function '1)
19526 19545
19546(autoload 'org-babel-map-call-lines "ob" "\
19547Evaluate BODY forms on each call line in FILE.
19548If FILE is nil evaluate BODY forms on source blocks in current
19549buffer.
19550
19551\(fn FILE &rest BODY)" nil (quote macro))
19552
19553(put 'org-babel-map-call-lines 'lisp-indent-function '1)
19554
19527(autoload 'org-babel-execute-buffer "ob" "\ 19555(autoload 'org-babel-execute-buffer "ob" "\
19528Execute source code blocks in a buffer. 19556Execute source code blocks in a buffer.
19529Call `org-babel-execute-src-block' on every source block in 19557Call `org-babel-execute-src-block' on every source block in
@@ -19543,11 +19571,6 @@ Generate an sha1 hash based on the value of info.
19543 19571
19544\(fn &optional INFO)" t nil) 19572\(fn &optional INFO)" t nil)
19545 19573
19546(autoload 'org-babel-hide-result-toggle-maybe "ob" "\
19547Toggle visibility of result at point.
19548
19549\(fn)" t nil)
19550
19551(autoload 'org-babel-goto-src-block-head "ob" "\ 19574(autoload 'org-babel-goto-src-block-head "ob" "\
19552Go to the beginning of the current code block. 19575Go to the beginning of the current code block.
19553 19576
@@ -19583,7 +19606,7 @@ Mark current src block
19583;;;*** 19606;;;***
19584 19607
19585;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" 19608;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
19586;;;;;; (20045 30710)) 19609;;;;;; (20229 31156))
19587;;; Generated autoloads from org/ob-keys.el 19610;;; Generated autoloads from org/ob-keys.el
19588 19611
19589(autoload 'org-babel-describe-bindings "ob-keys" "\ 19612(autoload 'org-babel-describe-bindings "ob-keys" "\
@@ -19594,7 +19617,7 @@ Describe all keybindings behind `org-babel-key-prefix'.
19594;;;*** 19617;;;***
19595 19618
19596;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe 19619;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
19597;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20045 31431)) 19620;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20229 31156))
19598;;; Generated autoloads from org/ob-lob.el 19621;;; Generated autoloads from org/ob-lob.el
19599 19622
19600(autoload 'org-babel-lob-ingest "ob-lob" "\ 19623(autoload 'org-babel-lob-ingest "ob-lob" "\
@@ -19619,7 +19642,7 @@ Return a Library of Babel function call as a string.
19619 19642
19620;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file 19643;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
19621;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" 19644;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
19622;;;;;; (20045 30712)) 19645;;;;;; (20229 31156))
19623;;; Generated autoloads from org/ob-tangle.el 19646;;; Generated autoloads from org/ob-tangle.el
19624 19647
19625(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ 19648(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
@@ -19661,7 +19684,7 @@ exported source code blocks by language.
19661;;;*** 19684;;;***
19662 19685
19663;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19686;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19664;;;;;; (20135 56947)) 19687;;;;;; (20229 31156))
19665;;; Generated autoloads from progmodes/octave-inf.el 19688;;; Generated autoloads from progmodes/octave-inf.el
19666 19689
19667(autoload 'inferior-octave "octave-inf" "\ 19690(autoload 'inferior-octave "octave-inf" "\
@@ -19684,7 +19707,7 @@ startup file, `~/.emacs-octave'.
19684;;;*** 19707;;;***
19685 19708
19686;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19709;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19687;;;;;; (20135 56947)) 19710;;;;;; (20229 31156))
19688;;; Generated autoloads from progmodes/octave-mod.el 19711;;; Generated autoloads from progmodes/octave-mod.el
19689 19712
19690(autoload 'octave-mode "octave-mod" "\ 19713(autoload 'octave-mode "octave-mod" "\
@@ -19772,7 +19795,7 @@ including a reproducible test case and send the message.
19772;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 19795;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19773;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 19796;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19774;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" 19797;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el"
19775;;;;;; (20197 58064)) 19798;;;;;; (20235 62921))
19776;;; Generated autoloads from org/org.el 19799;;; Generated autoloads from org/org.el
19777 19800
19778(autoload 'org-babel-do-load-languages "org" "\ 19801(autoload 'org-babel-do-load-languages "org" "\
@@ -19911,6 +19934,9 @@ SCOPE determines the scope of this command. It can be any of:
19911nil The current buffer, respecting the restriction if any 19934nil The current buffer, respecting the restriction if any
19912tree The subtree started with the entry at point 19935tree The subtree started with the entry at point
19913region The entries within the active region, if any 19936region The entries within the active region, if any
19937region-start-level
19938 The entries within the active region, but only those at
19939 the same level than the first one.
19914file The current buffer, without restriction 19940file The current buffer, without restriction
19915file-with-archives 19941file-with-archives
19916 The current buffer, and any archives associated with it 19942 The current buffer, and any archives associated with it
@@ -19944,7 +19970,7 @@ a *different* entry, you cannot use these techniques.
19944 19970
19945(autoload 'org-switchb "org" "\ 19971(autoload 'org-switchb "org" "\
19946Switch between Org buffers. 19972Switch between Org buffers.
19947With a prefix argument, restrict available to files. 19973With one prefix argument, restrict available buffers to files.
19948With two prefix arguments, restrict available buffers to agenda files. 19974With two prefix arguments, restrict available buffers to agenda files.
19949 19975
19950Defaults to `iswitchb' for buffer name completion. 19976Defaults to `iswitchb' for buffer name completion.
@@ -19996,7 +20022,7 @@ Call the customize function with org as argument.
19996;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 20022;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
19997;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 20023;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19998;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 20024;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19999;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20187 22214)) 20025;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20235 62921))
20000;;; Generated autoloads from org/org-agenda.el 20026;;; Generated autoloads from org/org-agenda.el
20001 20027
20002(autoload 'org-agenda "org-agenda" "\ 20028(autoload 'org-agenda "org-agenda" "\
@@ -20098,13 +20124,13 @@ The view will be for the current day or week, but from the overview buffer
20098you will be able to go to other days/weeks. 20124you will be able to go to other days/weeks.
20099 20125
20100With a numeric prefix argument in an interactive call, the agenda will 20126With a numeric prefix argument in an interactive call, the agenda will
20101span INCLUDE-ALL days. Lisp programs should instead specify SPAN to change 20127span ARG days. Lisp programs should instead specify SPAN to change
20102the number of days. SPAN defaults to `org-agenda-span'. 20128the number of days. SPAN defaults to `org-agenda-span'.
20103 20129
20104START-DAY defaults to TODAY, or to the most recent match for the weekday 20130START-DAY defaults to TODAY, or to the most recent match for the weekday
20105given in `org-agenda-start-on-weekday'. 20131given in `org-agenda-start-on-weekday'.
20106 20132
20107\(fn &optional INCLUDE-ALL START-DAY SPAN)" t nil) 20133\(fn &optional ARG START-DAY SPAN)" t nil)
20108 20134
20109(autoload 'org-search-view "org-agenda" "\ 20135(autoload 'org-search-view "org-agenda" "\
20110Show all entries that contain a phrase or words or regular expressions. 20136Show all entries that contain a phrase or words or regular expressions.
@@ -20226,6 +20252,10 @@ expression, and filter out entries that don't match it.
20226If FILTER is a string, use this string as a regular expression 20252If FILTER is a string, use this string as a regular expression
20227for filtering entries out. 20253for filtering entries out.
20228 20254
20255If FILTER is a function, filter out entries against which
20256calling the function returns nil. This function takes one
20257argument: an entry from `org-agenda-get-day-entries'.
20258
20229FILTER can also be an alist with the car of each cell being 20259FILTER can also be an alist with the car of each cell being
20230either 'headline or 'category. For example: 20260either 'headline or 'category. For example:
20231 20261
@@ -20235,13 +20265,18 @@ either 'headline or 'category. For example:
20235will only add headlines containing IMPORTANT or headlines 20265will only add headlines containing IMPORTANT or headlines
20236belonging to the \"Work\" category. 20266belonging to the \"Work\" category.
20237 20267
20238\(fn &optional REFRESH FILTER)" t nil) 20268ARGS are symbols indicating what kind of entries to consider.
20269By default `org-agenda-to-appt' will use :deadline, :scheduled
20270and :timestamp entries. See the docstring of `org-diary' for
20271details and examples.
20272
20273\(fn &optional REFRESH FILTER &rest ARGS)" t nil)
20239 20274
20240;;;*** 20275;;;***
20241 20276
20242;;;### (autoloads (org-archive-subtree-default-with-confirmation 20277;;;### (autoloads (org-archive-subtree-default-with-confirmation
20243;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 20278;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
20244;;;;;; (20045 30713)) 20279;;;;;; (20229 31156))
20245;;; Generated autoloads from org/org-archive.el 20280;;; Generated autoloads from org/org-archive.el
20246 20281
20247(autoload 'org-archive-subtree-default "org-archive" "\ 20282(autoload 'org-archive-subtree-default "org-archive" "\
@@ -20261,8 +20296,8 @@ This command is set with the variable `org-archive-default-command'.
20261;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 20296;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
20262;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer 20297;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
20263;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer 20298;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
20264;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20045 20299;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20229
20265;;;;;; 30713)) 20300;;;;;; 31156))
20266;;; Generated autoloads from org/org-ascii.el 20301;;; Generated autoloads from org/org-ascii.el
20267 20302
20268(autoload 'org-export-as-latin1 "org-ascii" "\ 20303(autoload 'org-export-as-latin1 "org-ascii" "\
@@ -20335,8 +20370,8 @@ publishing directory.
20335 20370
20336;;;*** 20371;;;***
20337 20372
20338;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20045 20373;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20229
20339;;;;;; 30713)) 20374;;;;;; 31156))
20340;;; Generated autoloads from org/org-attach.el 20375;;; Generated autoloads from org/org-attach.el
20341 20376
20342(autoload 'org-attach "org-attach" "\ 20377(autoload 'org-attach "org-attach" "\
@@ -20348,7 +20383,7 @@ Shows a list of commands and prompts for another key to execute a command.
20348;;;*** 20383;;;***
20349 20384
20350;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 20385;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20351;;;;;; (20164 29468)) 20386;;;;;; (20230 53294))
20352;;; Generated autoloads from org/org-bbdb.el 20387;;; Generated autoloads from org/org-bbdb.el
20353 20388
20354(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 20389(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -20359,7 +20394,7 @@ Extract anniversaries from BBDB for display in the agenda.
20359;;;*** 20394;;;***
20360 20395
20361;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here 20396;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
20362;;;;;; org-capture) "org-capture" "org/org-capture.el" (20168 57844)) 20397;;;;;; org-capture) "org-capture" "org/org-capture.el" (20235 62921))
20363;;; Generated autoloads from org/org-capture.el 20398;;; Generated autoloads from org/org-capture.el
20364 20399
20365(autoload 'org-capture "org-capture" "\ 20400(autoload 'org-capture "org-capture" "\
@@ -20397,7 +20432,7 @@ Set org-capture-templates to be similar to `org-remember-templates'.
20397;;;*** 20432;;;***
20398 20433
20399;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 20434;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
20400;;;;;; "org-clock" "org/org-clock.el" (20187 22214)) 20435;;;;;; "org-clock" "org/org-clock.el" (20235 62921))
20401;;; Generated autoloads from org/org-clock.el 20436;;; Generated autoloads from org/org-clock.el
20402 20437
20403(autoload 'org-get-clocktable "org-clock" "\ 20438(autoload 'org-get-clocktable "org-clock" "\
@@ -20415,7 +20450,7 @@ Set up hooks for clock persistence.
20415;;;*** 20450;;;***
20416 20451
20417;;;### (autoloads (org-datetree-find-date-create) "org-datetree" 20452;;;### (autoloads (org-datetree-find-date-create) "org-datetree"
20418;;;;;; "org/org-datetree.el" (20045 30713)) 20453;;;;;; "org/org-datetree.el" (20229 31156))
20419;;; Generated autoloads from org/org-datetree.el 20454;;; Generated autoloads from org/org-datetree.el
20420 20455
20421(autoload 'org-datetree-find-date-create "org-datetree" "\ 20456(autoload 'org-datetree-find-date-create "org-datetree" "\
@@ -20431,7 +20466,7 @@ tree can be found.
20431;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 20466;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
20432;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 20467;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
20433;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 20468;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
20434;;;;;; "org-docbook" "org/org-docbook.el" (20045 30713)) 20469;;;;;; "org-docbook" "org/org-docbook.el" (20229 31156))
20435;;; Generated autoloads from org/org-docbook.el 20470;;; Generated autoloads from org/org-docbook.el
20436 20471
20437(autoload 'org-export-as-docbook-batch "org-docbook" "\ 20472(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -20508,7 +20543,7 @@ publishing directory.
20508 20543
20509;;;### (autoloads (org-insert-export-options-template org-export-as-org 20544;;;### (autoloads (org-insert-export-options-template org-export-as-org
20510;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 20545;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
20511;;;;;; (20221 40442)) 20546;;;;;; (20235 62921))
20512;;; Generated autoloads from org/org-exp.el 20547;;; Generated autoloads from org/org-exp.el
20513 20548
20514(autoload 'org-export "org-exp" "\ 20549(autoload 'org-export "org-exp" "\
@@ -20569,8 +20604,8 @@ Insert into the buffer a template with information for exporting.
20569;;;*** 20604;;;***
20570 20605
20571;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 20606;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
20572;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20065 20607;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20229
20573;;;;;; 65310)) 20608;;;;;; 31156))
20574;;; Generated autoloads from org/org-feed.el 20609;;; Generated autoloads from org/org-feed.el
20575 20610
20576(autoload 'org-feed-update-all "org-feed" "\ 20611(autoload 'org-feed-update-all "org-feed" "\
@@ -20598,7 +20633,7 @@ Show the raw feed buffer of a feed.
20598;;;*** 20633;;;***
20599 20634
20600;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 20635;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20601;;;;;; "org/org-footnote.el" (20161 45793)) 20636;;;;;; "org/org-footnote.el" (20229 31156))
20602;;; Generated autoloads from org/org-footnote.el 20637;;; Generated autoloads from org/org-footnote.el
20603 20638
20604(autoload 'org-footnote-action "org-footnote" "\ 20639(autoload 'org-footnote-action "org-footnote" "\
@@ -20630,11 +20665,11 @@ If Org is amidst an export process, EXPORT-PROPS will hold the
20630export properties of the buffer. 20665export properties of the buffer.
20631 20666
20632When EXPORT-PROPS is non-nil, the default action is to insert 20667When EXPORT-PROPS is non-nil, the default action is to insert
20633normalized footnotes towards the end of the pre-processing buffer. 20668normalized footnotes towards the end of the pre-processing
20634Some exporters like docbook, odt, etc. expect that footnote 20669buffer. Some exporters (docbook, odt...) expect footnote
20635definitions be available before any references to them. Such 20670definitions to be available before any references to them. Such
20636exporters can let bind `org-footnote-insert-pos-for-preprocessor' to 20671exporters can let bind `org-footnote-insert-pos-for-preprocessor'
20637symbol 'point-min to achieve the desired behavior. 20672to symbol `point-min' to achieve the desired behaviour.
20638 20673
20639Additional note on `org-footnote-insert-pos-for-preprocessor': 20674Additional note on `org-footnote-insert-pos-for-preprocessor':
206401. This variable has not effect when FOR-PREPROCESSOR is nil. 206751. This variable has not effect when FOR-PREPROCESSOR is nil.
@@ -20649,7 +20684,7 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
20649;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 20684;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
20650;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 20685;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
20651;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 20686;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
20652;;;;;; "org/org-freemind.el" (20172 54913)) 20687;;;;;; "org/org-freemind.el" (20229 31156))
20653;;; Generated autoloads from org/org-freemind.el 20688;;; Generated autoloads from org/org-freemind.el
20654 20689
20655(autoload 'org-export-as-freemind "org-freemind" "\ 20690(autoload 'org-export-as-freemind "org-freemind" "\
@@ -20710,7 +20745,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
20710;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 20745;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
20711;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 20746;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
20712;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 20747;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
20713;;;;;; "org/org-html.el" (20065 65310)) 20748;;;;;; "org/org-html.el" (20229 31156))
20714;;; Generated autoloads from org/org-html.el 20749;;; Generated autoloads from org/org-html.el
20715 20750
20716(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 20751(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -20804,7 +20839,7 @@ that uses these same face definitions.
20804 20839
20805;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 20840;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
20806;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 20841;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
20807;;;;;; (20164 29468)) 20842;;;;;; (20229 31156))
20808;;; Generated autoloads from org/org-icalendar.el 20843;;; Generated autoloads from org/org-icalendar.el
20809 20844
20810(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 20845(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -20832,7 +20867,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
20832;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find 20867;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
20833;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion 20868;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
20834;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" 20869;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
20835;;;;;; (20065 65310)) 20870;;;;;; (20229 31156))
20836;;; Generated autoloads from org/org-id.el 20871;;; Generated autoloads from org/org-id.el
20837 20872
20838(autoload 'org-id-get-create "org-id" "\ 20873(autoload 'org-id-get-create "org-id" "\
@@ -20901,22 +20936,25 @@ Store a link to the current entry, using its ID.
20901;;;*** 20936;;;***
20902 20937
20903;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 20938;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
20904;;;;;; (20045 30716)) 20939;;;;;; (20229 31156))
20905;;; Generated autoloads from org/org-indent.el 20940;;; Generated autoloads from org/org-indent.el
20906 20941
20907(autoload 'org-indent-mode "org-indent" "\ 20942(autoload 'org-indent-mode "org-indent" "\
20908When active, indent text according to outline structure. 20943When active, indent text according to outline structure.
20909 20944
20910Internally this works by adding `line-prefix' properties to all non-headlines. 20945Internally this works by adding `line-prefix' and `wrap-prefix'
20911These properties are updated locally in idle time. 20946properties, after each buffer modification, on the modified zone.
20912FIXME: How to update when broken? 20947
20948The process is synchronous. Though, initial indentation of
20949buffer, which can take a few seconds on large buffers, is done
20950during idle time.
20913 20951
20914\(fn &optional ARG)" t nil) 20952\(fn &optional ARG)" t nil)
20915 20953
20916;;;*** 20954;;;***
20917 20955
20918;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 20956;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20919;;;;;; (20065 65310)) 20957;;;;;; (20229 31156))
20920;;; Generated autoloads from org/org-irc.el 20958;;; Generated autoloads from org/org-irc.el
20921 20959
20922(autoload 'org-irc-store-link "org-irc" "\ 20960(autoload 'org-irc-store-link "org-irc" "\
@@ -20929,7 +20967,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
20929;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 20967;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
20930;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 20968;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
20931;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 20969;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
20932;;;;;; (20164 29468)) 20970;;;;;; (20229 31156))
20933;;; Generated autoloads from org/org-latex.el 20971;;; Generated autoloads from org/org-latex.el
20934 20972
20935(autoload 'org-export-as-latex-batch "org-latex" "\ 20973(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -21008,9 +21046,67 @@ Export as LaTeX, then process through to PDF, and open.
21008 21046
21009;;;*** 21047;;;***
21010 21048
21049;;;### (autoloads (org-lparse-region org-replace-region-by org-lparse-to-buffer
21050;;;;;; org-lparse-batch org-lparse-and-open) "org-lparse" "org/org-lparse.el"
21051;;;;;; (20235 62921))
21052;;; Generated autoloads from org/org-lparse.el
21053
21054(autoload 'org-lparse-and-open "org-lparse" "\
21055Export outline to TARGET-BACKEND via NATIVE-BACKEND and open exported file.
21056If there is an active region, export only the region. The prefix
21057ARG specifies how many levels of the outline should become
21058headlines. The default is 3. Lower levels will become bulleted
21059lists.
21060
21061\(fn TARGET-BACKEND NATIVE-BACKEND ARG &optional FILE-OR-BUF)" nil nil)
21062
21063(autoload 'org-lparse-batch "org-lparse" "\
21064Call the function `org-lparse'.
21065This function can be used in batch processing as:
21066emacs --batch
21067 --load=$HOME/lib/emacs/org.el
21068 --eval \"(setq org-export-headline-levels 2)\"
21069 --visit=MyFile --funcall org-lparse-batch
21070
21071\(fn TARGET-BACKEND &optional NATIVE-BACKEND)" nil nil)
21072
21073(autoload 'org-lparse-to-buffer "org-lparse" "\
21074Call `org-lparse' with output to a temporary buffer.
21075No file is created. The prefix ARG is passed through to
21076`org-lparse'.
21077
21078\(fn BACKEND ARG)" nil nil)
21079
21080(autoload 'org-replace-region-by "org-lparse" "\
21081Assume the current region has org-mode syntax, and convert it to HTML.
21082This can be used in any buffer. For example, you could write an
21083itemized list in org-mode syntax in an HTML buffer and then use
21084this command to convert it.
21085
21086\(fn BACKEND BEG END)" nil nil)
21087
21088(autoload 'org-lparse-region "org-lparse" "\
21089Convert region from BEG to END in org-mode buffer to HTML.
21090If prefix arg BODY-ONLY is set, omit file header, footer, and table of
21091contents, and only produce the region of converted text, useful for
21092cut-and-paste operations.
21093If BUFFER is a buffer or a string, use/create that buffer as a target
21094of the converted HTML. If BUFFER is the symbol `string', return the
21095produced HTML as a string and leave not buffer behind. For example,
21096a Lisp program could call this function in the following way:
21097
21098 (setq html (org-lparse-region \"html\" beg end t 'string))
21099
21100When called interactively, the output buffer is selected, and shown
21101in a window. A non-interactive call will only return the buffer.
21102
21103\(fn BACKEND BEG END &optional BODY-ONLY BUFFER)" nil nil)
21104
21105;;;***
21106
21011;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 21107;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
21012;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20065 21108;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20230
21013;;;;;; 65310)) 21109;;;;;; 53294))
21014;;; Generated autoloads from org/org-mobile.el 21110;;; Generated autoloads from org/org-mobile.el
21015 21111
21016(autoload 'org-mobile-push "org-mobile" "\ 21112(autoload 'org-mobile-push "org-mobile" "\
@@ -21034,8 +21130,111 @@ Create a file that contains all custom agenda views.
21034 21130
21035;;;*** 21131;;;***
21036 21132
21133;;;### (autoloads (org-export-as-odf-and-open org-export-as-odf org-export-odt-convert
21134;;;;;; org-export-as-odt org-export-region-as-odt org-replace-region-by-odt
21135;;;;;; org-export-as-odt-to-buffer org-export-as-odt-batch org-export-as-odt-and-open)
21136;;;;;; "org-odt" "org/org-odt.el" (20235 62921))
21137;;; Generated autoloads from org/org-odt.el
21138
21139(autoload 'org-export-as-odt-and-open "org-odt" "\
21140Export the outline as ODT and immediately open it with a browser.
21141If there is an active region, export only the region.
21142The prefix ARG specifies how many levels of the outline should become
21143headlines. The default is 3. Lower levels will become bulleted lists.
21144
21145\(fn ARG)" t nil)
21146
21147(autoload 'org-export-as-odt-batch "org-odt" "\
21148Call the function `org-lparse-batch'.
21149This function can be used in batch processing as:
21150emacs --batch
21151 --load=$HOME/lib/emacs/org.el
21152 --eval \"(setq org-export-headline-levels 2)\"
21153 --visit=MyFile --funcall org-export-as-odt-batch
21154
21155\(fn)" nil nil)
21156
21157(autoload 'org-export-as-odt-to-buffer "org-odt" "\
21158Call `org-lparse-odt` with output to a temporary buffer.
21159No file is created. The prefix ARG is passed through to `org-lparse-to-buffer'.
21160
21161\(fn ARG)" t nil)
21162
21163(autoload 'org-replace-region-by-odt "org-odt" "\
21164Assume the current region has org-mode syntax, and convert it to ODT.
21165This can be used in any buffer. For example, you could write an
21166itemized list in org-mode syntax in an ODT buffer and then use this
21167command to convert it.
21168
21169\(fn BEG END)" t nil)
21170
21171(autoload 'org-export-region-as-odt "org-odt" "\
21172Convert region from BEG to END in org-mode buffer to ODT.
21173If prefix arg BODY-ONLY is set, omit file header, footer, and table of
21174contents, and only produce the region of converted text, useful for
21175cut-and-paste operations.
21176If BUFFER is a buffer or a string, use/create that buffer as a target
21177of the converted ODT. If BUFFER is the symbol `string', return the
21178produced ODT as a string and leave not buffer behind. For example,
21179a Lisp program could call this function in the following way:
21180
21181 (setq odt (org-export-region-as-odt beg end t 'string))
21182
21183When called interactively, the output buffer is selected, and shown
21184in a window. A non-interactive call will only return the buffer.
21185
21186\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
21187
21188(autoload 'org-export-as-odt "org-odt" "\
21189Export the outline as a OpenDocumentText file.
21190If there is an active region, export only the region. The prefix
21191ARG specifies how many levels of the outline should become
21192headlines. The default is 3. Lower levels will become bulleted
21193lists. HIDDEN is obsolete and does nothing.
21194EXT-PLIST is a property list with external parameters overriding
21195org-mode's default settings, but still inferior to file-local
21196settings. When TO-BUFFER is non-nil, create a buffer with that
21197name and export to that buffer. If TO-BUFFER is the symbol
21198`string', don't leave any buffer behind but just return the
21199resulting XML as a string. When BODY-ONLY is set, don't produce
21200the file header and footer, simply return the content of
21201<body>...</body>, without even the body tags themselves. When
21202PUB-DIR is set, use this as the publishing directory.
21203
21204\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
21205
21206(autoload 'org-export-odt-convert "org-odt" "\
21207Convert IN-FILE to format OUT-FMT using a command line converter.
21208IN-FILE is the file to be converted. If unspecified, it defaults
21209to variable `buffer-file-name'. OUT-FMT is the desired output
21210format. Use `org-export-odt-convert-process' as the converter.
21211If PREFIX-ARG is non-nil then the newly converted file is opened
21212using `org-open-file'.
21213
21214\(fn &optional IN-FILE OUT-FMT PREFIX-ARG)" t nil)
21215
21216(autoload 'org-export-as-odf "org-odt" "\
21217Export LATEX-FRAG as OpenDocument formula file ODF-FILE.
21218Use `org-create-math-formula' to convert LATEX-FRAG first to
21219MathML. When invoked as an interactive command, use
21220`org-latex-regexps' to infer LATEX-FRAG from currently active
21221region. If no LaTeX fragments are found, prompt for it. Push
21222MathML source to kill ring, if `org-export-copy-to-kill-ring' is
21223non-nil.
21224
21225\(fn LATEX-FRAG &optional ODF-FILE)" t nil)
21226
21227(autoload 'org-export-as-odf-and-open "org-odt" "\
21228Export LaTeX fragment as OpenDocument formula and immediately open it.
21229Use `org-export-as-odf' to read LaTeX fragment and OpenDocument
21230formula file.
21231
21232\(fn)" t nil)
21233
21234;;;***
21235
21037;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 21236;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
21038;;;;;; (20157 54694)) 21237;;;;;; (20229 31156))
21039;;; Generated autoloads from org/org-plot.el 21238;;; Generated autoloads from org/org-plot.el
21040 21239
21041(autoload 'org-plot/gnuplot "org-plot" "\ 21240(autoload 'org-plot/gnuplot "org-plot" "\
@@ -21049,7 +21248,7 @@ line directly before or after the table.
21049 21248
21050;;;### (autoloads (org-publish-current-project org-publish-current-file 21249;;;### (autoloads (org-publish-current-project org-publish-current-file
21051;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 21250;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
21052;;;;;; (20189 63932)) 21251;;;;;; (20235 62921))
21053;;; Generated autoloads from org/org-publish.el 21252;;; Generated autoloads from org/org-publish.el
21054 21253
21055(defalias 'org-publish-project 'org-publish) 21254(defalias 'org-publish-project 'org-publish)
@@ -21083,7 +21282,7 @@ the project.
21083 21282
21084;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 21283;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
21085;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 21284;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
21086;;;;;; "org/org-remember.el" (20165 31925)) 21285;;;;;; "org/org-remember.el" (20229 31156))
21087;;; Generated autoloads from org/org-remember.el 21286;;; Generated autoloads from org/org-remember.el
21088 21287
21089(autoload 'org-remember-insinuate "org-remember" "\ 21288(autoload 'org-remember-insinuate "org-remember" "\
@@ -21159,7 +21358,7 @@ See also the variable `org-reverse-note-order'.
21159;;;*** 21358;;;***
21160 21359
21161;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 21360;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
21162;;;;;; "org-table" "org/org-table.el" (20222 61246)) 21361;;;;;; "org-table" "org/org-table.el" (20235 62921))
21163;;; Generated autoloads from org/org-table.el 21362;;; Generated autoloads from org/org-table.el
21164 21363
21165(autoload 'turn-on-orgtbl "org-table" "\ 21364(autoload 'turn-on-orgtbl "org-table" "\
@@ -21183,7 +21382,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
21183;;;*** 21382;;;***
21184 21383
21185;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) 21384;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
21186;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20187 22214)) 21385;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20235 62921))
21187;;; Generated autoloads from org/org-taskjuggler.el 21386;;; Generated autoloads from org/org-taskjuggler.el
21188 21387
21189(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ 21388(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
@@ -21211,7 +21410,7 @@ with the TaskJuggler GUI.
21211 21410
21212;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 21411;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
21213;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 21412;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
21214;;;;;; (20045 30718)) 21413;;;;;; (20229 31156))
21215;;; Generated autoloads from org/org-timer.el 21414;;; Generated autoloads from org/org-timer.el
21216 21415
21217(autoload 'org-timer-start "org-timer" "\ 21416(autoload 'org-timer-start "org-timer" "\
@@ -21272,7 +21471,7 @@ replace any running timer.
21272;;;*** 21471;;;***
21273 21472
21274;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 21473;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
21275;;;;;; (20045 30719)) 21474;;;;;; (20229 31156))
21276;;; Generated autoloads from org/org-xoxo.el 21475;;; Generated autoloads from org/org-xoxo.el
21277 21476
21278(autoload 'org-export-as-xoxo "org-xoxo" "\ 21477(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -21284,7 +21483,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
21284;;;*** 21483;;;***
21285 21484
21286;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 21485;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
21287;;;;;; (20162 63140)) 21486;;;;;; (20229 31156))
21288;;; Generated autoloads from outline.el 21487;;; Generated autoloads from outline.el
21289(put 'outline-regexp 'safe-local-variable 'stringp) 21488(put 'outline-regexp 'safe-local-variable 'stringp)
21290(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 21489(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -21348,7 +21547,7 @@ See the command `outline-mode' for more information on this mode.
21348;;;### (autoloads (list-packages describe-package package-initialize 21547;;;### (autoloads (list-packages describe-package package-initialize
21349;;;;;; package-refresh-contents package-install-file package-install-from-buffer 21548;;;;;; package-refresh-contents package-install-file package-install-from-buffer
21350;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" 21549;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
21351;;;;;; (20189 63932)) 21550;;;;;; (20259 50203))
21352;;; Generated autoloads from emacs-lisp/package.el 21551;;; Generated autoloads from emacs-lisp/package.el
21353 21552
21354(defvar package-enable-at-startup t "\ 21553(defvar package-enable-at-startup t "\
@@ -21418,7 +21617,7 @@ The list is displayed in a buffer named `*Packages*'.
21418 21617
21419;;;*** 21618;;;***
21420 21619
21421;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20127 62865)) 21620;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20229 31156))
21422;;; Generated autoloads from paren.el 21621;;; Generated autoloads from paren.el
21423 21622
21424(defvar show-paren-mode nil "\ 21623(defvar show-paren-mode nil "\
@@ -21445,7 +21644,7 @@ matching parenthesis is highlighted in `show-paren-style' after
21445;;;*** 21644;;;***
21446 21645
21447;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 21646;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
21448;;;;;; (19845 45374)) 21647;;;;;; (20229 31156))
21449;;; Generated autoloads from calendar/parse-time.el 21648;;; Generated autoloads from calendar/parse-time.el
21450(put 'parse-time-rules 'risky-local-variable t) 21649(put 'parse-time-rules 'risky-local-variable t)
21451 21650
@@ -21458,8 +21657,8 @@ unknown are returned as nil.
21458 21657
21459;;;*** 21658;;;***
21460 21659
21461;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20200 21660;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20229
21462;;;;;; 34235)) 21661;;;;;; 31156))
21463;;; Generated autoloads from progmodes/pascal.el 21662;;; Generated autoloads from progmodes/pascal.el
21464 21663
21465(autoload 'pascal-mode "pascal" "\ 21664(autoload 'pascal-mode "pascal" "\
@@ -21512,7 +21711,7 @@ no args, if that value is non-nil.
21512;;;*** 21711;;;***
21513 21712
21514;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) 21713;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
21515;;;;;; "password-cache" "password-cache.el" (20089 47591)) 21714;;;;;; "password-cache" "password-cache.el" (20229 31156))
21516;;; Generated autoloads from password-cache.el 21715;;; Generated autoloads from password-cache.el
21517 21716
21518(defvar password-cache t "\ 21717(defvar password-cache t "\
@@ -21534,7 +21733,7 @@ Check if KEY is in the cache.
21534;;;*** 21733;;;***
21535 21734
21536;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 21735;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
21537;;;;;; (20222 61246)) 21736;;;;;; (20229 31156))
21538;;; Generated autoloads from emacs-lisp/pcase.el 21737;;; Generated autoloads from emacs-lisp/pcase.el
21539 21738
21540(autoload 'pcase "pcase" "\ 21739(autoload 'pcase "pcase" "\
@@ -21593,8 +21792,8 @@ of the form (UPAT EXP).
21593 21792
21594;;;*** 21793;;;***
21595 21794
21596;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20100 21795;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20229
21597;;;;;; 17869)) 21796;;;;;; 31156))
21598;;; Generated autoloads from pcmpl-cvs.el 21797;;; Generated autoloads from pcmpl-cvs.el
21599 21798
21600(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 21799(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -21605,7 +21804,7 @@ Completion rules for the `cvs' command.
21605;;;*** 21804;;;***
21606 21805
21607;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 21806;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
21608;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20193 60993)) 21807;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20255 37778))
21609;;; Generated autoloads from pcmpl-gnu.el 21808;;; Generated autoloads from pcmpl-gnu.el
21610 21809
21611(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 21810(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -21633,7 +21832,7 @@ Completion for the GNU tar utility.
21633;;;*** 21832;;;***
21634 21833
21635;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 21834;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
21636;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19986 58615)) 21835;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20229 31156))
21637;;; Generated autoloads from pcmpl-linux.el 21836;;; Generated autoloads from pcmpl-linux.el
21638 21837
21639(autoload 'pcomplete/kill "pcmpl-linux" "\ 21838(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -21653,8 +21852,8 @@ Completion for GNU/Linux `mount'.
21653 21852
21654;;;*** 21853;;;***
21655 21854
21656;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19961 21855;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20229
21657;;;;;; 55377)) 21856;;;;;; 31156))
21658;;; Generated autoloads from pcmpl-rpm.el 21857;;; Generated autoloads from pcmpl-rpm.el
21659 21858
21660(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 21859(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -21666,7 +21865,7 @@ Completion for the `rpm' command.
21666 21865
21667;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 21866;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
21668;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 21867;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
21669;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20121 24048)) 21868;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20259 19594))
21670;;; Generated autoloads from pcmpl-unix.el 21869;;; Generated autoloads from pcmpl-unix.el
21671 21870
21672(autoload 'pcomplete/cd "pcmpl-unix" "\ 21871(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -21723,8 +21922,8 @@ Includes files as well as host names followed by a colon.
21723 21922
21724;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 21923;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
21725;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 21924;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
21726;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20106 21925;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20229
21727;;;;;; 17429)) 21926;;;;;; 31156))
21728;;; Generated autoloads from pcomplete.el 21927;;; Generated autoloads from pcomplete.el
21729 21928
21730(autoload 'pcomplete "pcomplete" "\ 21929(autoload 'pcomplete "pcomplete" "\
@@ -21783,7 +21982,7 @@ Setup `shell-mode' to use pcomplete.
21783 21982
21784;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 21983;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
21785;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 21984;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
21786;;;;;; "vc/pcvs.el" (20187 22214)) 21985;;;;;; "vc/pcvs.el" (20254 54879))
21787;;; Generated autoloads from vc/pcvs.el 21986;;; Generated autoloads from vc/pcvs.el
21788 21987
21789(autoload 'cvs-checkout "pcvs" "\ 21988(autoload 'cvs-checkout "pcvs" "\
@@ -21858,7 +22057,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21858 22057
21859;;;*** 22058;;;***
21860 22059
21861;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20174 10230)) 22060;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20229 31156))
21862;;; Generated autoloads from vc/pcvs-defs.el 22061;;; Generated autoloads from vc/pcvs-defs.el
21863 22062
21864(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)) "\ 22063(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)) "\
@@ -21867,7 +22066,7 @@ Global menu used by PCL-CVS.")
21867;;;*** 22066;;;***
21868 22067
21869;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 22068;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
21870;;;;;; (20108 12033)) 22069;;;;;; (20229 31156))
21871;;; Generated autoloads from progmodes/perl-mode.el 22070;;; Generated autoloads from progmodes/perl-mode.el
21872(put 'perl-indent-level 'safe-local-variable 'integerp) 22071(put 'perl-indent-level 'safe-local-variable 'integerp)
21873(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 22072(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21929,7 +22128,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21929;;;*** 22128;;;***
21930 22129
21931;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 22130;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
21932;;;;;; (20188 43079)) 22131;;;;;; (20229 31156))
21933;;; Generated autoloads from textmodes/picture.el 22132;;; Generated autoloads from textmodes/picture.el
21934 22133
21935(autoload 'picture-mode "picture" "\ 22134(autoload 'picture-mode "picture" "\
@@ -22009,8 +22208,8 @@ they are not by default assigned to keys.
22009 22208
22010;;;*** 22209;;;***
22011 22210
22012;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20197 22211;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20229
22013;;;;;; 58064)) 22212;;;;;; 31156))
22014;;; Generated autoloads from gnus/plstore.el 22213;;; Generated autoloads from gnus/plstore.el
22015 22214
22016(autoload 'plstore-open "plstore" "\ 22215(autoload 'plstore-open "plstore" "\
@@ -22021,7 +22220,7 @@ Create a plstore instance associated with FILE.
22021;;;*** 22220;;;***
22022 22221
22023;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 22222;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
22024;;;;;; (19845 45374)) 22223;;;;;; (20229 31156))
22025;;; Generated autoloads from textmodes/po.el 22224;;; Generated autoloads from textmodes/po.el
22026 22225
22027(autoload 'po-find-file-coding-system "po" "\ 22226(autoload 'po-find-file-coding-system "po" "\
@@ -22032,7 +22231,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
22032 22231
22033;;;*** 22232;;;***
22034 22233
22035;;;### (autoloads (pong) "pong" "play/pong.el" (19845 45374)) 22234;;;### (autoloads (pong) "pong" "play/pong.el" (20229 31156))
22036;;; Generated autoloads from play/pong.el 22235;;; Generated autoloads from play/pong.el
22037 22236
22038(autoload 'pong "pong" "\ 22237(autoload 'pong "pong" "\
@@ -22048,7 +22247,7 @@ pong-mode keybindings:\\<pong-mode-map>
22048 22247
22049;;;*** 22248;;;***
22050 22249
22051;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20178 7273)) 22250;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20229 31156))
22052;;; Generated autoloads from gnus/pop3.el 22251;;; Generated autoloads from gnus/pop3.el
22053 22252
22054(autoload 'pop3-movemail "pop3" "\ 22253(autoload 'pop3-movemail "pop3" "\
@@ -22061,7 +22260,7 @@ Use streaming commands.
22061 22260
22062;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 22261;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
22063;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 22262;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
22064;;;;;; (19845 45374)) 22263;;;;;; (20229 31156))
22065;;; Generated autoloads from emacs-lisp/pp.el 22264;;; Generated autoloads from emacs-lisp/pp.el
22066 22265
22067(autoload 'pp-to-string "pp" "\ 22266(autoload 'pp-to-string "pp" "\
@@ -22129,7 +22328,7 @@ Ignores leading comment characters.
22129;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 22328;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
22130;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 22329;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
22131;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 22330;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
22132;;;;;; (20201 55112)) 22331;;;;;; (20229 31156))
22133;;; Generated autoloads from printing.el 22332;;; Generated autoloads from printing.el
22134 22333
22135(autoload 'pr-interface "printing" "\ 22334(autoload 'pr-interface "printing" "\
@@ -22716,7 +22915,7 @@ are both set to t.
22716 22915
22717;;;*** 22916;;;***
22718 22917
22719;;;### (autoloads (proced) "proced" "proced.el" (20197 58064)) 22918;;;### (autoloads (proced) "proced" "proced.el" (20229 31156))
22720;;; Generated autoloads from proced.el 22919;;; Generated autoloads from proced.el
22721 22920
22722(autoload 'proced "proced" "\ 22921(autoload 'proced "proced" "\
@@ -22732,7 +22931,7 @@ See `proced-mode' for a description of features available in Proced buffers.
22732;;;*** 22931;;;***
22733 22932
22734;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" 22933;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
22735;;;;;; "progmodes/prolog.el" (20221 40442)) 22934;;;;;; "progmodes/prolog.el" (20229 31156))
22736;;; Generated autoloads from progmodes/prolog.el 22935;;; Generated autoloads from progmodes/prolog.el
22737 22936
22738(autoload 'prolog-mode "prolog" "\ 22937(autoload 'prolog-mode "prolog" "\
@@ -22767,8 +22966,8 @@ With prefix argument ARG, restart the Prolog process if running before.
22767 22966
22768;;;*** 22967;;;***
22769 22968
22770;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19845 22969;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20229
22771;;;;;; 45374)) 22970;;;;;; 31156))
22772;;; Generated autoloads from ps-bdf.el 22971;;; Generated autoloads from ps-bdf.el
22773 22972
22774(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")) "\ 22973(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")) "\
@@ -22779,8 +22978,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22779 22978
22780;;;*** 22979;;;***
22781 22980
22782;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20167 22981;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20229
22783;;;;;; 36967)) 22982;;;;;; 31156))
22784;;; Generated autoloads from progmodes/ps-mode.el 22983;;; Generated autoloads from progmodes/ps-mode.el
22785 22984
22786(autoload 'ps-mode "ps-mode" "\ 22985(autoload 'ps-mode "ps-mode" "\
@@ -22831,8 +23030,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22831;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 23030;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
22832;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 23031;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
22833;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 23032;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
22834;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20222 23033;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20229
22835;;;;;; 61437)) 23034;;;;;; 47145))
22836;;; Generated autoloads from ps-print.el 23035;;; Generated autoloads from ps-print.el
22837 23036
22838(defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ 23037(defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\
@@ -23029,7 +23228,7 @@ If EXTENSION is any other symbol, it is ignored.
23029;;;*** 23228;;;***
23030 23229
23031;;;### (autoloads (jython-mode python-mode python-after-info-look 23230;;;### (autoloads (jython-mode python-mode python-after-info-look
23032;;;;;; run-python) "python" "progmodes/python.el" (20204 31303)) 23231;;;;;; run-python) "python" "progmodes/python.el" (20260 61348))
23033;;; Generated autoloads from progmodes/python.el 23232;;; Generated autoloads from progmodes/python.el
23034 23233
23035(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 23234(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -23115,7 +23314,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
23115;;;*** 23314;;;***
23116 23315
23117;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 23316;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
23118;;;;;; (19845 45374)) 23317;;;;;; (20229 31156))
23119;;; Generated autoloads from gnus/qp.el 23318;;; Generated autoloads from gnus/qp.el
23120 23319
23121(autoload 'quoted-printable-decode-region "qp" "\ 23320(autoload 'quoted-printable-decode-region "qp" "\
@@ -23138,7 +23337,7 @@ them into characters should be done separately.
23138;;;;;; quail-defrule quail-install-decode-map quail-install-map 23337;;;;;; quail-defrule quail-install-decode-map quail-install-map
23139;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 23338;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
23140;;;;;; quail-define-package quail-use-package quail-title) "quail" 23339;;;;;; quail-define-package quail-use-package quail-title) "quail"
23141;;;;;; "international/quail.el" (20201 55112)) 23340;;;;;; "international/quail.el" (20229 31156))
23142;;; Generated autoloads from international/quail.el 23341;;; Generated autoloads from international/quail.el
23143 23342
23144(autoload 'quail-title "quail" "\ 23343(autoload 'quail-title "quail" "\
@@ -23369,8 +23568,8 @@ of each directory.
23369 23568
23370;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 23569;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
23371;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 23570;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
23372;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20168 23571;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20229
23373;;;;;; 57844)) 23572;;;;;; 31156))
23374;;; Generated autoloads from net/quickurl.el 23573;;; Generated autoloads from net/quickurl.el
23375 23574
23376(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" "\ 23575(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" "\
@@ -23442,7 +23641,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
23442;;;*** 23641;;;***
23443 23642
23444;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 23643;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
23445;;;;;; "net/rcirc.el" (20170 13157)) 23644;;;;;; "net/rcirc.el" (20229 31156))
23446;;; Generated autoloads from net/rcirc.el 23645;;; Generated autoloads from net/rcirc.el
23447 23646
23448(autoload 'rcirc "rcirc" "\ 23647(autoload 'rcirc "rcirc" "\
@@ -23477,8 +23676,8 @@ Global minor mode for tracking activity in rcirc buffers.
23477 23676
23478;;;*** 23677;;;***
23479 23678
23480;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19845 23679;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20229
23481;;;;;; 45374)) 23680;;;;;; 31156))
23482;;; Generated autoloads from net/rcompile.el 23681;;; Generated autoloads from net/rcompile.el
23483 23682
23484(autoload 'remote-compile "rcompile" "\ 23683(autoload 'remote-compile "rcompile" "\
@@ -23490,7 +23689,7 @@ See \\[compile].
23490;;;*** 23689;;;***
23491 23690
23492;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 23691;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
23493;;;;;; (19975 1875)) 23692;;;;;; (20229 31156))
23494;;; Generated autoloads from emacs-lisp/re-builder.el 23693;;; Generated autoloads from emacs-lisp/re-builder.el
23495 23694
23496(defalias 'regexp-builder 're-builder) 23695(defalias 'regexp-builder 're-builder)
@@ -23508,7 +23707,7 @@ matching parts of the target buffer will be highlighted.
23508 23707
23509;;;*** 23708;;;***
23510 23709
23511;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20167 36967)) 23710;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20229 31156))
23512;;; Generated autoloads from recentf.el 23711;;; Generated autoloads from recentf.el
23513 23712
23514(defvar recentf-mode nil "\ 23713(defvar recentf-mode nil "\
@@ -23538,7 +23737,7 @@ were operated on recently.
23538;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle 23737;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
23539;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle 23738;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle
23540;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el" 23739;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el"
23541;;;;;; (19999 41597)) 23740;;;;;; (20229 31156))
23542;;; Generated autoloads from rect.el 23741;;; Generated autoloads from rect.el
23543 (define-key ctl-x-r-map "c" 'clear-rectangle) 23742 (define-key ctl-x-r-map "c" 'clear-rectangle)
23544 (define-key ctl-x-r-map "k" 'kill-rectangle) 23743 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -23674,8 +23873,8 @@ with a prefix argument, prompt for START-AT and FORMAT.
23674 23873
23675;;;*** 23874;;;***
23676 23875
23677;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20127 23876;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20229
23678;;;;;; 62865)) 23877;;;;;; 31156))
23679;;; Generated autoloads from textmodes/refill.el 23878;;; Generated autoloads from textmodes/refill.el
23680 23879
23681(autoload 'refill-mode "refill" "\ 23880(autoload 'refill-mode "refill" "\
@@ -23696,7 +23895,7 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
23696;;;*** 23895;;;***
23697 23896
23698;;;### (autoloads (reftex-reset-scanning-information reftex-mode 23897;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23699;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20164 60780)) 23898;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20229 31156))
23700;;; Generated autoloads from textmodes/reftex.el 23899;;; Generated autoloads from textmodes/reftex.el
23701 23900
23702(autoload 'turn-on-reftex "reftex" "\ 23901(autoload 'turn-on-reftex "reftex" "\
@@ -23752,7 +23951,7 @@ This enforces rescanning the buffer on next use.
23752;;;*** 23951;;;***
23753 23952
23754;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 23953;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23755;;;;;; (20168 57844)) 23954;;;;;; (20229 31156))
23756;;; Generated autoloads from textmodes/reftex-cite.el 23955;;; Generated autoloads from textmodes/reftex-cite.el
23757 23956
23758(autoload 'reftex-citation "reftex-cite" "\ 23957(autoload 'reftex-citation "reftex-cite" "\
@@ -23782,7 +23981,7 @@ While entering the regexp, completion on knows citation keys is possible.
23782;;;*** 23981;;;***
23783 23982
23784;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 23983;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23785;;;;;; (20164 60780)) 23984;;;;;; (20229 31156))
23786;;; Generated autoloads from textmodes/reftex-global.el 23985;;; Generated autoloads from textmodes/reftex-global.el
23787 23986
23788(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 23987(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -23799,7 +23998,7 @@ With no argument, this command toggles
23799;;;*** 23998;;;***
23800 23999
23801;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 24000;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23802;;;;;; (20162 63140)) 24001;;;;;; (20229 31156))
23803;;; Generated autoloads from textmodes/reftex-index.el 24002;;; Generated autoloads from textmodes/reftex-index.el
23804 24003
23805(autoload 'reftex-index-phrases-mode "reftex-index" "\ 24004(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -23832,7 +24031,7 @@ Here are all local bindings.
23832;;;*** 24031;;;***
23833 24032
23834;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 24033;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
23835;;;;;; (20161 45793)) 24034;;;;;; (20229 31156))
23836;;; Generated autoloads from textmodes/reftex-parse.el 24035;;; Generated autoloads from textmodes/reftex-parse.el
23837 24036
23838(autoload 'reftex-all-document-files "reftex-parse" "\ 24037(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -23844,8 +24043,8 @@ of master file.
23844 24043
23845;;;*** 24044;;;***
23846 24045
23847;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20221 24046;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20229
23848;;;;;; 40442)) 24047;;;;;; 31156))
23849;;; Generated autoloads from textmodes/reftex-vars.el 24048;;; Generated autoloads from textmodes/reftex-vars.el
23850(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 24049(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23851(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 24050(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23855,7 +24054,7 @@ of master file.
23855;;;*** 24054;;;***
23856 24055
23857;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 24056;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
23858;;;;;; (19845 45374)) 24057;;;;;; (20229 31156))
23859;;; Generated autoloads from emacs-lisp/regexp-opt.el 24058;;; Generated autoloads from emacs-lisp/regexp-opt.el
23860 24059
23861(autoload 'regexp-opt "regexp-opt" "\ 24060(autoload 'regexp-opt "regexp-opt" "\
@@ -23886,7 +24085,7 @@ This means the number of non-shy regexp grouping constructs
23886 24085
23887;;;### (autoloads (remember-diary-extract-entries remember-clipboard 24086;;;### (autoloads (remember-diary-extract-entries remember-clipboard
23888;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 24087;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
23889;;;;;; (20209 49217)) 24088;;;;;; (20229 31156))
23890;;; Generated autoloads from textmodes/remember.el 24089;;; Generated autoloads from textmodes/remember.el
23891 24090
23892(autoload 'remember "remember" "\ 24091(autoload 'remember "remember" "\
@@ -23917,7 +24116,7 @@ Extract diary entries from the region.
23917 24116
23918;;;*** 24117;;;***
23919 24118
23920;;;### (autoloads (repeat) "repeat" "repeat.el" (20172 54913)) 24119;;;### (autoloads (repeat) "repeat" "repeat.el" (20229 31156))
23921;;; Generated autoloads from repeat.el 24120;;; Generated autoloads from repeat.el
23922 24121
23923(autoload 'repeat "repeat" "\ 24122(autoload 'repeat "repeat" "\
@@ -23940,7 +24139,7 @@ recently executed command not bound to an input event\".
23940;;;*** 24139;;;***
23941 24140
23942;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 24141;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
23943;;;;;; (20076 35541)) 24142;;;;;; (20229 31156))
23944;;; Generated autoloads from mail/reporter.el 24143;;; Generated autoloads from mail/reporter.el
23945 24144
23946(autoload 'reporter-submit-bug-report "reporter" "\ 24145(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23972,7 +24171,7 @@ mail-sending package is used for editing and sending the message.
23972;;;*** 24171;;;***
23973 24172
23974;;;### (autoloads (reposition-window) "reposition" "reposition.el" 24173;;;### (autoloads (reposition-window) "reposition" "reposition.el"
23975;;;;;; (19845 45374)) 24174;;;;;; (20229 31156))
23976;;; Generated autoloads from reposition.el 24175;;; Generated autoloads from reposition.el
23977 24176
23978(autoload 'reposition-window "reposition" "\ 24177(autoload 'reposition-window "reposition" "\
@@ -23999,7 +24198,7 @@ first comment line visible (if point is in a comment).
23999;;;*** 24198;;;***
24000 24199
24001;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 24200;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
24002;;;;;; (20207 7484)) 24201;;;;;; (20229 31156))
24003;;; Generated autoloads from reveal.el 24202;;; Generated autoloads from reveal.el
24004 24203
24005(autoload 'reveal-mode "reveal" "\ 24204(autoload 'reveal-mode "reveal" "\
@@ -24035,7 +24234,7 @@ the mode if ARG is omitted or nil.
24035;;;*** 24234;;;***
24036 24235
24037;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 24236;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
24038;;;;;; (19845 45374)) 24237;;;;;; (20229 31156))
24039;;; Generated autoloads from emacs-lisp/ring.el 24238;;; Generated autoloads from emacs-lisp/ring.el
24040 24239
24041(autoload 'ring-p "ring" "\ 24240(autoload 'ring-p "ring" "\
@@ -24050,7 +24249,7 @@ Make a ring that can contain SIZE elements.
24050 24249
24051;;;*** 24250;;;***
24052 24251
24053;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20077 56412)) 24252;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20229 31156))
24054;;; Generated autoloads from net/rlogin.el 24253;;; Generated autoloads from net/rlogin.el
24055 24254
24056(autoload 'rlogin "rlogin" "\ 24255(autoload 'rlogin "rlogin" "\
@@ -24099,7 +24298,7 @@ variable.
24099;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 24298;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
24100;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 24299;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
24101;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) 24300;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p)
24102;;;;;; "rmail" "mail/rmail.el" (20222 61246)) 24301;;;;;; "rmail" "mail/rmail.el" (20259 22152))
24103;;; Generated autoloads from mail/rmail.el 24302;;; Generated autoloads from mail/rmail.el
24104 24303
24105(autoload 'rmail-movemail-variant-p "rmail" "\ 24304(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -24283,7 +24482,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
24283;;;*** 24482;;;***
24284 24483
24285;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 24484;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
24286;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20172 54913)) 24485;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20229 31156))
24287;;; Generated autoloads from mail/rmailout.el 24486;;; Generated autoloads from mail/rmailout.el
24288(put 'rmail-output-file-alist 'risky-local-variable t) 24487(put 'rmail-output-file-alist 'risky-local-variable t)
24289 24488
@@ -24348,7 +24547,7 @@ than appending to it. Deletes the message after writing if
24348;;;*** 24547;;;***
24349 24548
24350;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 24549;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
24351;;;;;; (19845 45374)) 24550;;;;;; (20229 31156))
24352;;; Generated autoloads from nxml/rng-cmpct.el 24551;;; Generated autoloads from nxml/rng-cmpct.el
24353 24552
24354(autoload 'rng-c-load-schema "rng-cmpct" "\ 24553(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -24360,7 +24559,7 @@ Return a pattern.
24360;;;*** 24559;;;***
24361 24560
24362;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 24561;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
24363;;;;;; (19845 45374)) 24562;;;;;; (20229 31156))
24364;;; Generated autoloads from nxml/rng-nxml.el 24563;;; Generated autoloads from nxml/rng-nxml.el
24365 24564
24366(autoload 'rng-nxml-mode-init "rng-nxml" "\ 24565(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -24373,7 +24572,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
24373;;;*** 24572;;;***
24374 24573
24375;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 24574;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
24376;;;;;; (20221 40442)) 24575;;;;;; (20229 31156))
24377;;; Generated autoloads from nxml/rng-valid.el 24576;;; Generated autoloads from nxml/rng-valid.el
24378 24577
24379(autoload 'rng-validate-mode "rng-valid" "\ 24578(autoload 'rng-validate-mode "rng-valid" "\
@@ -24403,8 +24602,8 @@ to use for finding the schema.
24403 24602
24404;;;*** 24603;;;***
24405 24604
24406;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19930 24605;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20229
24407;;;;;; 13389)) 24606;;;;;; 31156))
24408;;; Generated autoloads from nxml/rng-xsd.el 24607;;; Generated autoloads from nxml/rng-xsd.el
24409 24608
24410(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 24609(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -24432,7 +24631,7 @@ must be equal.
24432;;;*** 24631;;;***
24433 24632
24434;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 24633;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24435;;;;;; "robin" "international/robin.el" (20209 49217)) 24634;;;;;; "robin" "international/robin.el" (20211 417))
24436;;; Generated autoloads from international/robin.el 24635;;; Generated autoloads from international/robin.el
24437 24636
24438(autoload 'robin-define-package "robin" "\ 24637(autoload 'robin-define-package "robin" "\
@@ -24465,7 +24664,7 @@ Start using robin package NAME, which is a string.
24465;;;*** 24664;;;***
24466 24665
24467;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 24666;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24468;;;;;; rot13-string rot13) "rot13" "rot13.el" (20154 24929)) 24667;;;;;; rot13-string rot13) "rot13" "rot13.el" (20229 31156))
24469;;; Generated autoloads from rot13.el 24668;;; Generated autoloads from rot13.el
24470 24669
24471(autoload 'rot13 "rot13" "\ 24670(autoload 'rot13 "rot13" "\
@@ -24503,7 +24702,7 @@ Toggle the use of ROT13 encoding for the current window.
24503;;;*** 24702;;;***
24504 24703
24505;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 24704;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24506;;;;;; (20221 40442)) 24705;;;;;; (20229 31156))
24507;;; Generated autoloads from textmodes/rst.el 24706;;; Generated autoloads from textmodes/rst.el
24508 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 24707 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
24509 24708
@@ -24540,7 +24739,7 @@ for modes derived from Text mode, like Mail mode.
24540;;;*** 24739;;;***
24541 24740
24542;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 24741;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
24543;;;;;; (19845 45374)) 24742;;;;;; (20229 31156))
24544;;; Generated autoloads from progmodes/ruby-mode.el 24743;;; Generated autoloads from progmodes/ruby-mode.el
24545 24744
24546(autoload 'ruby-mode "ruby-mode" "\ 24745(autoload 'ruby-mode "ruby-mode" "\
@@ -24561,8 +24760,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
24561 24760
24562;;;*** 24761;;;***
24563 24762
24564;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20127 24763;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20229
24565;;;;;; 62865)) 24764;;;;;; 31156))
24566;;; Generated autoloads from ruler-mode.el 24765;;; Generated autoloads from ruler-mode.el
24567 24766
24568(defvar ruler-mode nil "\ 24767(defvar ruler-mode nil "\
@@ -24579,8 +24778,8 @@ if ARG is omitted or nil.
24579 24778
24580;;;*** 24779;;;***
24581 24780
24582;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20161 24781;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20229
24583;;;;;; 45793)) 24782;;;;;; 31156))
24584;;; Generated autoloads from emacs-lisp/rx.el 24783;;; Generated autoloads from emacs-lisp/rx.el
24585 24784
24586(autoload 'rx-to-string "rx" "\ 24785(autoload 'rx-to-string "rx" "\
@@ -24891,8 +25090,8 @@ enclosed in `(and ...)'.
24891 25090
24892;;;*** 25091;;;***
24893 25092
24894;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20127 25093;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20229
24895;;;;;; 62865)) 25094;;;;;; 31156))
24896;;; Generated autoloads from savehist.el 25095;;; Generated autoloads from savehist.el
24897 25096
24898(defvar savehist-mode nil "\ 25097(defvar savehist-mode nil "\
@@ -24924,7 +25123,7 @@ histories, which is probably undesirable.
24924;;;*** 25123;;;***
24925 25124
24926;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 25125;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
24927;;;;;; (20079 39251)) 25126;;;;;; (20229 31156))
24928;;; Generated autoloads from progmodes/scheme.el 25127;;; Generated autoloads from progmodes/scheme.el
24929 25128
24930(autoload 'scheme-mode "scheme" "\ 25129(autoload 'scheme-mode "scheme" "\
@@ -24966,7 +25165,7 @@ that variable's value is a string.
24966;;;*** 25165;;;***
24967 25166
24968;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 25167;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
24969;;;;;; (19845 45374)) 25168;;;;;; (20229 31156))
24970;;; Generated autoloads from gnus/score-mode.el 25169;;; Generated autoloads from gnus/score-mode.el
24971 25170
24972(autoload 'gnus-score-mode "score-mode" "\ 25171(autoload 'gnus-score-mode "score-mode" "\
@@ -24980,7 +25179,7 @@ This mode is an extended emacs-lisp mode.
24980;;;*** 25179;;;***
24981 25180
24982;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 25181;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
24983;;;;;; (20127 62865)) 25182;;;;;; (20229 31156))
24984;;; Generated autoloads from scroll-all.el 25183;;; Generated autoloads from scroll-all.el
24985 25184
24986(defvar scroll-all-mode nil "\ 25185(defvar scroll-all-mode nil "\
@@ -25006,7 +25205,7 @@ one window apply to all visible windows in the same frame.
25006;;;*** 25205;;;***
25007 25206
25008;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 25207;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
25009;;;;;; (19845 45374)) 25208;;;;;; (20229 31156))
25010;;; Generated autoloads from scroll-lock.el 25209;;; Generated autoloads from scroll-lock.el
25011 25210
25012(autoload 'scroll-lock-mode "scroll-lock" "\ 25211(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -25020,7 +25219,7 @@ during scrolling.
25020 25219
25021;;;*** 25220;;;***
25022 25221
25023;;;### (autoloads nil "secrets" "net/secrets.el" (20175 31160)) 25222;;;### (autoloads nil "secrets" "net/secrets.el" (20229 31156))
25024;;; Generated autoloads from net/secrets.el 25223;;; Generated autoloads from net/secrets.el
25025(when (featurep 'dbusbind) 25224(when (featurep 'dbusbind)
25026 (autoload 'secrets-show-secrets "secrets" nil t)) 25225 (autoload 'secrets-show-secrets "secrets" nil t))
@@ -25028,7 +25227,7 @@ during scrolling.
25028;;;*** 25227;;;***
25029 25228
25030;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 25229;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
25031;;;;;; "cedet/semantic.el" (20187 22214)) 25230;;;;;; "cedet/semantic.el" (20229 31156))
25032;;; Generated autoloads from cedet/semantic.el 25231;;; Generated autoloads from cedet/semantic.el
25033 25232
25034(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 25233(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -25082,7 +25281,7 @@ Semantic mode.
25082;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name 25281;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
25083;;;;;; mail-header-separator send-mail-function mail-interactive 25282;;;;;; mail-header-separator send-mail-function mail-interactive
25084;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 25283;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
25085;;;;;; "sendmail" "mail/sendmail.el" (20122 44898)) 25284;;;;;; "sendmail" "mail/sendmail.el" (20259 20204))
25086;;; Generated autoloads from mail/sendmail.el 25285;;; Generated autoloads from mail/sendmail.el
25087 25286
25088(defvar mail-from-style 'default "\ 25287(defvar mail-from-style 'default "\
@@ -25364,8 +25563,8 @@ Like `mail' command, but display mail buffer in another frame.
25364;;;*** 25563;;;***
25365 25564
25366;;;### (autoloads (server-save-buffers-kill-terminal server-mode 25565;;;### (autoloads (server-save-buffers-kill-terminal server-mode
25367;;;;;; server-force-delete server-start) "server" "server.el" (20188 25566;;;;;; server-force-delete server-start) "server" "server.el" (20229
25368;;;;;; 43079)) 25567;;;;;; 31156))
25369;;; Generated autoloads from server.el 25568;;; Generated autoloads from server.el
25370 25569
25371(put 'server-host 'risky-local-variable t) 25570(put 'server-host 'risky-local-variable t)
@@ -25432,7 +25631,7 @@ only these files will be asked to be saved.
25432 25631
25433;;;*** 25632;;;***
25434 25633
25435;;;### (autoloads (ses-mode) "ses" "ses.el" (20207 7484)) 25634;;;### (autoloads (ses-mode) "ses" "ses.el" (20229 31156))
25436;;; Generated autoloads from ses.el 25635;;; Generated autoloads from ses.el
25437 25636
25438(autoload 'ses-mode "ses" "\ 25637(autoload 'ses-mode "ses" "\
@@ -25451,7 +25650,7 @@ These are active only in the minibuffer, when entering or editing a formula:
25451;;;*** 25650;;;***
25452 25651
25453;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 25652;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
25454;;;;;; (20167 36967)) 25653;;;;;; (20229 31156))
25455;;; Generated autoloads from textmodes/sgml-mode.el 25654;;; Generated autoloads from textmodes/sgml-mode.el
25456 25655
25457(autoload 'sgml-mode "sgml-mode" "\ 25656(autoload 'sgml-mode "sgml-mode" "\
@@ -25517,7 +25716,7 @@ To work around that, do:
25517;;;*** 25716;;;***
25518 25717
25519;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 25718;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25520;;;;;; (20168 57844)) 25719;;;;;; (20229 31156))
25521;;; Generated autoloads from progmodes/sh-script.el 25720;;; Generated autoloads from progmodes/sh-script.el
25522(put 'sh-shell 'safe-local-variable 'symbolp) 25721(put 'sh-shell 'safe-local-variable 'symbolp)
25523 25722
@@ -25582,7 +25781,7 @@ with your script for an edit-interpret-debug cycle.
25582;;;*** 25781;;;***
25583 25782
25584;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 25783;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25585;;;;;; (19845 45374)) 25784;;;;;; (20229 31156))
25586;;; Generated autoloads from emacs-lisp/shadow.el 25785;;; Generated autoloads from emacs-lisp/shadow.el
25587 25786
25588(autoload 'list-load-path-shadows "shadow" "\ 25787(autoload 'list-load-path-shadows "shadow" "\
@@ -25632,8 +25831,8 @@ function, `load-path-shadows-find'.
25632;;;*** 25831;;;***
25633 25832
25634;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 25833;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25635;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19886 25834;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20229
25636;;;;;; 45771)) 25835;;;;;; 31156))
25637;;; Generated autoloads from shadowfile.el 25836;;; Generated autoloads from shadowfile.el
25638 25837
25639(autoload 'shadow-define-cluster "shadowfile" "\ 25838(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25672,7 +25871,7 @@ Set up file shadowing.
25672;;;*** 25871;;;***
25673 25872
25674;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 25873;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25675;;;;;; (20197 58064)) 25874;;;;;; (20229 47225))
25676;;; Generated autoloads from shell.el 25875;;; Generated autoloads from shell.el
25677 25876
25678(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25877(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25720,8 +25919,8 @@ Otherwise, one argument `-i' is passed to the shell.
25720 25919
25721;;;*** 25920;;;***
25722 25921
25723;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20172 25922;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20259
25724;;;;;; 54913)) 25923;;;;;; 25488))
25725;;; Generated autoloads from gnus/shr.el 25924;;; Generated autoloads from gnus/shr.el
25726 25925
25727(autoload 'shr-insert-document "shr" "\ 25926(autoload 'shr-insert-document "shr" "\
@@ -25732,7 +25931,7 @@ Otherwise, one argument `-i' is passed to the shell.
25732;;;*** 25931;;;***
25733 25932
25734;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 25933;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25735;;;;;; "sieve" "gnus/sieve.el" (20165 31925)) 25934;;;;;; "sieve" "gnus/sieve.el" (20229 31156))
25736;;; Generated autoloads from gnus/sieve.el 25935;;; Generated autoloads from gnus/sieve.el
25737 25936
25738(autoload 'sieve-manage "sieve" "\ 25937(autoload 'sieve-manage "sieve" "\
@@ -25753,7 +25952,7 @@ Otherwise, one argument `-i' is passed to the shell.
25753;;;*** 25952;;;***
25754 25953
25755;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 25954;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25756;;;;;; (19845 45374)) 25955;;;;;; (20229 31156))
25757;;; Generated autoloads from gnus/sieve-mode.el 25956;;; Generated autoloads from gnus/sieve-mode.el
25758 25957
25759(autoload 'sieve-mode "sieve-mode" "\ 25958(autoload 'sieve-mode "sieve-mode" "\
@@ -25768,8 +25967,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25768 25967
25769;;;*** 25968;;;***
25770 25969
25771;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19890 25970;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20229
25772;;;;;; 42850)) 25971;;;;;; 31156))
25773;;; Generated autoloads from progmodes/simula.el 25972;;; Generated autoloads from progmodes/simula.el
25774 25973
25775(autoload 'simula-mode "simula" "\ 25974(autoload 'simula-mode "simula" "\
@@ -25818,7 +26017,7 @@ with no arguments, if that value is non-nil.
25818;;;*** 26017;;;***
25819 26018
25820;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 26019;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
25821;;;;;; define-skeleton) "skeleton" "skeleton.el" (19845 45374)) 26020;;;;;; define-skeleton) "skeleton" "skeleton.el" (20229 31156))
25822;;; Generated autoloads from skeleton.el 26021;;; Generated autoloads from skeleton.el
25823 26022
25824(defvar skeleton-filter-function 'identity "\ 26023(defvar skeleton-filter-function 'identity "\
@@ -25928,7 +26127,7 @@ symmetrical ones, and the same character twice for the others.
25928;;;*** 26127;;;***
25929 26128
25930;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 26129;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
25931;;;;;; "smerge-mode" "vc/smerge-mode.el" (19946 1612)) 26130;;;;;; "smerge-mode" "vc/smerge-mode.el" (20229 31156))
25932;;; Generated autoloads from vc/smerge-mode.el 26131;;; Generated autoloads from vc/smerge-mode.el
25933 26132
25934(autoload 'smerge-ediff "smerge-mode" "\ 26133(autoload 'smerge-ediff "smerge-mode" "\
@@ -25953,7 +26152,7 @@ If no conflict maker is found, turn off `smerge-mode'.
25953;;;*** 26152;;;***
25954 26153
25955;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 26154;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
25956;;;;;; (19939 28373)) 26155;;;;;; (20229 31156))
25957;;; Generated autoloads from gnus/smiley.el 26156;;; Generated autoloads from gnus/smiley.el
25958 26157
25959(autoload 'smiley-region "smiley" "\ 26158(autoload 'smiley-region "smiley" "\
@@ -25971,7 +26170,7 @@ interactively. If there's no argument, do it at the current buffer.
25971;;;*** 26170;;;***
25972 26171
25973;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 26172;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25974;;;;;; "mail/smtpmail.el" (20168 57844)) 26173;;;;;; "mail/smtpmail.el" (20231 60882))
25975;;; Generated autoloads from mail/smtpmail.el 26174;;; Generated autoloads from mail/smtpmail.el
25976 26175
25977(autoload 'smtpmail-send-it "smtpmail" "\ 26176(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25986,7 +26185,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25986 26185
25987;;;*** 26186;;;***
25988 26187
25989;;;### (autoloads (snake) "snake" "play/snake.el" (19845 45374)) 26188;;;### (autoloads (snake) "snake" "play/snake.el" (20229 31156))
25990;;; Generated autoloads from play/snake.el 26189;;; Generated autoloads from play/snake.el
25991 26190
25992(autoload 'snake "snake" "\ 26191(autoload 'snake "snake" "\
@@ -26010,7 +26209,7 @@ Snake mode keybindings:
26010;;;*** 26209;;;***
26011 26210
26012;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 26211;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
26013;;;;;; (20161 45793)) 26212;;;;;; (20229 31156))
26014;;; Generated autoloads from net/snmp-mode.el 26213;;; Generated autoloads from net/snmp-mode.el
26015 26214
26016(autoload 'snmp-mode "snmp-mode" "\ 26215(autoload 'snmp-mode "snmp-mode" "\
@@ -26039,8 +26238,8 @@ then `snmpv2-mode-hook'.
26039 26238
26040;;;*** 26239;;;***
26041 26240
26042;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20188 26241;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20229
26043;;;;;; 43079)) 26242;;;;;; 31156))
26044;;; Generated autoloads from calendar/solar.el 26243;;; Generated autoloads from calendar/solar.el
26045 26244
26046(autoload 'sunrise-sunset "solar" "\ 26245(autoload 'sunrise-sunset "solar" "\
@@ -26055,8 +26254,8 @@ This function is suitable for execution in a .emacs file.
26055 26254
26056;;;*** 26255;;;***
26057 26256
26058;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20165 26257;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20229
26059;;;;;; 31925)) 26258;;;;;; 31156))
26060;;; Generated autoloads from play/solitaire.el 26259;;; Generated autoloads from play/solitaire.el
26061 26260
26062(autoload 'solitaire "solitaire" "\ 26261(autoload 'solitaire "solitaire" "\
@@ -26133,7 +26332,7 @@ Pick your favorite shortcuts:
26133 26332
26134;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 26333;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
26135;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 26334;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
26136;;;;;; sort-lines sort-subr) "sort" "sort.el" (19845 45374)) 26335;;;;;; sort-lines sort-subr) "sort" "sort.el" (20229 31156))
26137;;; Generated autoloads from sort.el 26336;;; Generated autoloads from sort.el
26138(put 'sort-fold-case 'safe-local-variable 'booleanp) 26337(put 'sort-fold-case 'safe-local-variable 'booleanp)
26139 26338
@@ -26277,8 +26476,8 @@ From a program takes two point or marker arguments, BEG and END.
26277 26476
26278;;;*** 26477;;;***
26279 26478
26280;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20167 26479;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20229
26281;;;;;; 36967)) 26480;;;;;; 31156))
26282;;; Generated autoloads from gnus/spam.el 26481;;; Generated autoloads from gnus/spam.el
26283 26482
26284(autoload 'spam-initialize "spam" "\ 26483(autoload 'spam-initialize "spam" "\
@@ -26294,7 +26493,7 @@ installed through `spam-necessary-extra-headers'.
26294 26493
26295;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 26494;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
26296;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 26495;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
26297;;;;;; "gnus/spam-report.el" (20166 16092)) 26496;;;;;; "gnus/spam-report.el" (20229 31156))
26298;;; Generated autoloads from gnus/spam-report.el 26497;;; Generated autoloads from gnus/spam-report.el
26299 26498
26300(autoload 'spam-report-process-queue "spam-report" "\ 26499(autoload 'spam-report-process-queue "spam-report" "\
@@ -26337,7 +26536,7 @@ Spam reports will be queued with the method used when
26337;;;*** 26536;;;***
26338 26537
26339;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 26538;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
26340;;;;;; "speedbar.el" (20221 40442)) 26539;;;;;; "speedbar.el" (20229 31156))
26341;;; Generated autoloads from speedbar.el 26540;;; Generated autoloads from speedbar.el
26342 26541
26343(defalias 'speedbar 'speedbar-frame-mode) 26542(defalias 'speedbar 'speedbar-frame-mode)
@@ -26361,8 +26560,8 @@ selected. If the speedbar frame is active, then select the attached frame.
26361 26560
26362;;;*** 26561;;;***
26363 26562
26364;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19845 26563;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20229
26365;;;;;; 45374)) 26564;;;;;; 31156))
26366;;; Generated autoloads from play/spook.el 26565;;; Generated autoloads from play/spook.el
26367 26566
26368(autoload 'spook "spook" "\ 26567(autoload 'spook "spook" "\
@@ -26381,7 +26580,7 @@ Return a vector containing the lines from `spook-phrases-file'.
26381;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 26580;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
26382;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 26581;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
26383;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 26582;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
26384;;;;;; (20207 7484)) 26583;;;;;; (20229 31156))
26385;;; Generated autoloads from progmodes/sql.el 26584;;; Generated autoloads from progmodes/sql.el
26386 26585
26387(autoload 'sql-add-product-keywords "sql" "\ 26586(autoload 'sql-add-product-keywords "sql" "\
@@ -26877,7 +27076,7 @@ buffer.
26877;;;*** 27076;;;***
26878 27077
26879;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 27078;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26880;;;;;; (20197 58064)) 27079;;;;;; (20229 31156))
26881;;; Generated autoloads from cedet/srecode/srt-mode.el 27080;;; Generated autoloads from cedet/srecode/srt-mode.el
26882 27081
26883(autoload 'srecode-template-mode "srecode/srt-mode" "\ 27082(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -26890,7 +27089,7 @@ Major-mode for writing SRecode macros.
26890;;;*** 27089;;;***
26891 27090
26892;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 27091;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
26893;;;;;; (20175 31160)) 27092;;;;;; (20229 47145))
26894;;; Generated autoloads from gnus/starttls.el 27093;;; Generated autoloads from gnus/starttls.el
26895 27094
26896(autoload 'starttls-open-stream "starttls" "\ 27095(autoload 'starttls-open-stream "starttls" "\
@@ -26917,8 +27116,8 @@ GnuTLS requires a port number.
26917;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 27116;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
26918;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 27117;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
26919;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 27118;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
26920;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20127 27119;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20229
26921;;;;;; 62865)) 27120;;;;;; 31156))
26922;;; Generated autoloads from strokes.el 27121;;; Generated autoloads from strokes.el
26923 27122
26924(autoload 'strokes-global-set-stroke "strokes" "\ 27123(autoload 'strokes-global-set-stroke "strokes" "\
@@ -27032,7 +27231,7 @@ Read a complex stroke and insert its glyph into the current buffer.
27032;;;*** 27231;;;***
27033 27232
27034;;;### (autoloads (studlify-buffer studlify-word studlify-region) 27233;;;### (autoloads (studlify-buffer studlify-word studlify-region)
27035;;;;;; "studly" "play/studly.el" (19845 45374)) 27234;;;;;; "studly" "play/studly.el" (20119 34052))
27036;;; Generated autoloads from play/studly.el 27235;;; Generated autoloads from play/studly.el
27037 27236
27038(autoload 'studlify-region "studly" "\ 27237(autoload 'studlify-region "studly" "\
@@ -27053,7 +27252,7 @@ Studlify-case the current buffer.
27053;;;*** 27252;;;***
27054 27253
27055;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 27254;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
27056;;;;;; (20127 62865)) 27255;;;;;; (20229 31156))
27057;;; Generated autoloads from progmodes/subword.el 27256;;; Generated autoloads from progmodes/subword.el
27058 27257
27059(autoload 'subword-mode "subword" "\ 27258(autoload 'subword-mode "subword" "\
@@ -27109,7 +27308,7 @@ See `subword-mode' for more information on Subword mode.
27109;;;*** 27308;;;***
27110 27309
27111;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 27310;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
27112;;;;;; (19931 11784)) 27311;;;;;; (20229 31156))
27113;;; Generated autoloads from mail/supercite.el 27312;;; Generated autoloads from mail/supercite.el
27114 27313
27115(autoload 'sc-cite-original "supercite" "\ 27314(autoload 'sc-cite-original "supercite" "\
@@ -27141,8 +27340,8 @@ and `sc-post-hook' is run after the guts of this function.
27141 27340
27142;;;*** 27341;;;***
27143 27342
27144;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20127 27343;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20229
27145;;;;;; 62865)) 27344;;;;;; 31156))
27146;;; Generated autoloads from t-mouse.el 27345;;; Generated autoloads from t-mouse.el
27147 27346
27148(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 27347(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -27170,7 +27369,7 @@ It relies on the `gpm' daemon being activated.
27170 27369
27171;;;*** 27370;;;***
27172 27371
27173;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19998 49767)) 27372;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20229 31156))
27174;;; Generated autoloads from tabify.el 27373;;; Generated autoloads from tabify.el
27175 27374
27176(autoload 'untabify "tabify" "\ 27375(autoload 'untabify "tabify" "\
@@ -27205,7 +27404,7 @@ The variable `tab-width' controls the spacing of tab stops.
27205;;;;;; table-recognize table-insert-row-column table-insert-column 27404;;;;;; table-recognize table-insert-row-column table-insert-column
27206;;;;;; table-insert-row table-insert table-point-left-cell-hook 27405;;;;;; table-insert-row table-insert table-point-left-cell-hook
27207;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 27406;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
27208;;;;;; "table" "textmodes/table.el" (20189 63932)) 27407;;;;;; "table" "textmodes/table.el" (20229 31156))
27209;;; Generated autoloads from textmodes/table.el 27408;;; Generated autoloads from textmodes/table.el
27210 27409
27211(defvar table-cell-map-hook nil "\ 27410(defvar table-cell-map-hook nil "\
@@ -27794,7 +27993,7 @@ converts a table into plain text without frames. It is a companion to
27794;;;*** 27993;;;***
27795 27994
27796;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el" 27995;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el"
27797;;;;;; (20170 13157)) 27996;;;;;; (20257 27597))
27798;;; Generated autoloads from emacs-lisp/tabulated-list.el 27997;;; Generated autoloads from emacs-lisp/tabulated-list.el
27799 27998
27800(autoload 'tabulated-list-mode "tabulated-list" "\ 27999(autoload 'tabulated-list-mode "tabulated-list" "\
@@ -27836,7 +28035,7 @@ as the ewoc pretty-printer.
27836 28035
27837;;;*** 28036;;;***
27838 28037
27839;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20141 9296)) 28038;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20229 31156))
27840;;; Generated autoloads from talk.el 28039;;; Generated autoloads from talk.el
27841 28040
27842(autoload 'talk-connect "talk" "\ 28041(autoload 'talk-connect "talk" "\
@@ -27851,7 +28050,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
27851 28050
27852;;;*** 28051;;;***
27853 28052
27854;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20161 45793)) 28053;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20229 31156))
27855;;; Generated autoloads from tar-mode.el 28054;;; Generated autoloads from tar-mode.el
27856 28055
27857(autoload 'tar-mode "tar-mode" "\ 28056(autoload 'tar-mode "tar-mode" "\
@@ -27875,7 +28074,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27875;;;*** 28074;;;***
27876 28075
27877;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 28076;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
27878;;;;;; "progmodes/tcl.el" (20164 29468)) 28077;;;;;; "progmodes/tcl.el" (20229 31156))
27879;;; Generated autoloads from progmodes/tcl.el 28078;;; Generated autoloads from progmodes/tcl.el
27880 28079
27881(autoload 'tcl-mode "tcl" "\ 28080(autoload 'tcl-mode "tcl" "\
@@ -27923,7 +28122,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27923 28122
27924;;;*** 28123;;;***
27925 28124
27926;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20077 56412)) 28125;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20229 31156))
27927;;; Generated autoloads from net/telnet.el 28126;;; Generated autoloads from net/telnet.el
27928 28127
27929(autoload 'telnet "telnet" "\ 28128(autoload 'telnet "telnet" "\
@@ -27949,7 +28148,7 @@ Normally input is edited in Emacs and sent a line at a time.
27949;;;*** 28148;;;***
27950 28149
27951;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 28150;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
27952;;;;;; (20209 49217)) 28151;;;;;; (20256 60852))
27953;;; Generated autoloads from term.el 28152;;; Generated autoloads from term.el
27954 28153
27955(autoload 'make-term "term" "\ 28154(autoload 'make-term "term" "\
@@ -27991,8 +28190,8 @@ use in that buffer.
27991 28190
27992;;;*** 28191;;;***
27993 28192
27994;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20167 28193;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20229
27995;;;;;; 36967)) 28194;;;;;; 31156))
27996;;; Generated autoloads from terminal.el 28195;;; Generated autoloads from terminal.el
27997 28196
27998(autoload 'terminal-emulator "terminal" "\ 28197(autoload 'terminal-emulator "terminal" "\
@@ -28029,7 +28228,7 @@ subprocess started.
28029;;;*** 28228;;;***
28030 28229
28031;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 28230;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
28032;;;;;; (20172 54913)) 28231;;;;;; (20229 31156))
28033;;; Generated autoloads from emacs-lisp/testcover.el 28232;;; Generated autoloads from emacs-lisp/testcover.el
28034 28233
28035(autoload 'testcover-this-defun "testcover" "\ 28234(autoload 'testcover-this-defun "testcover" "\
@@ -28039,7 +28238,7 @@ Start coverage on function under point.
28039 28238
28040;;;*** 28239;;;***
28041 28240
28042;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19889 21967)) 28241;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20229 31156))
28043;;; Generated autoloads from play/tetris.el 28242;;; Generated autoloads from play/tetris.el
28044 28243
28045(autoload 'tetris "tetris" "\ 28244(autoload 'tetris "tetris" "\
@@ -28070,7 +28269,7 @@ tetris-mode keybindings:
28070;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 28269;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
28071;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 28270;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
28072;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 28271;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
28073;;;;;; (20178 7273)) 28272;;;;;; (20229 31156))
28074;;; Generated autoloads from textmodes/tex-mode.el 28273;;; Generated autoloads from textmodes/tex-mode.el
28075 28274
28076(defvar tex-shell-file-name nil "\ 28275(defvar tex-shell-file-name nil "\
@@ -28372,7 +28571,7 @@ Major mode to edit DocTeX files.
28372;;;*** 28571;;;***
28373 28572
28374;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 28573;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
28375;;;;;; "texinfmt" "textmodes/texinfmt.el" (20187 22214)) 28574;;;;;; "texinfmt" "textmodes/texinfmt.el" (20229 31156))
28376;;; Generated autoloads from textmodes/texinfmt.el 28575;;; Generated autoloads from textmodes/texinfmt.el
28377 28576
28378(autoload 'texinfo-format-buffer "texinfmt" "\ 28577(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -28412,7 +28611,7 @@ if large. You can use `Info-split' to do this manually.
28412;;;*** 28611;;;***
28413 28612
28414;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 28613;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
28415;;;;;; "texinfo" "textmodes/texinfo.el" (19845 45374)) 28614;;;;;; "texinfo" "textmodes/texinfo.el" (20229 31156))
28416;;; Generated autoloads from textmodes/texinfo.el 28615;;; Generated autoloads from textmodes/texinfo.el
28417 28616
28418(defvar texinfo-open-quote (purecopy "``") "\ 28617(defvar texinfo-open-quote (purecopy "``") "\
@@ -28498,7 +28697,7 @@ value of `texinfo-mode-hook'.
28498 28697
28499;;;### (autoloads (thai-composition-function thai-compose-buffer 28698;;;### (autoloads (thai-composition-function thai-compose-buffer
28500;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 28699;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
28501;;;;;; (20168 57844)) 28700;;;;;; (20229 31156))
28502;;; Generated autoloads from language/thai-util.el 28701;;; Generated autoloads from language/thai-util.el
28503 28702
28504(autoload 'thai-compose-region "thai-util" "\ 28703(autoload 'thai-compose-region "thai-util" "\
@@ -28527,7 +28726,7 @@ Compose Thai characters in the current buffer.
28527 28726
28528;;;### (autoloads (list-at-point number-at-point symbol-at-point 28727;;;### (autoloads (list-at-point number-at-point symbol-at-point
28529;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 28728;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
28530;;;;;; "thingatpt" "thingatpt.el" (19990 55648)) 28729;;;;;; "thingatpt" "thingatpt.el" (20229 31156))
28531;;; Generated autoloads from thingatpt.el 28730;;; Generated autoloads from thingatpt.el
28532 28731
28533(autoload 'forward-thing "thingatpt" "\ 28732(autoload 'forward-thing "thingatpt" "\
@@ -28590,7 +28789,7 @@ Return the Lisp list at point, or nil if none is found.
28590 28789
28591;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 28790;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28592;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 28791;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28593;;;;;; (20168 57844)) 28792;;;;;; (20229 31156))
28594;;; Generated autoloads from thumbs.el 28793;;; Generated autoloads from thumbs.el
28595 28794
28596(autoload 'thumbs-find-thumb "thumbs" "\ 28795(autoload 'thumbs-find-thumb "thumbs" "\
@@ -28628,8 +28827,8 @@ In dired, call the setroot program on the image at point.
28628;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 28827;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
28629;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 28828;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
28630;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 28829;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
28631;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20175 28830;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20229
28632;;;;;; 31160)) 28831;;;;;; 31156))
28633;;; Generated autoloads from language/tibet-util.el 28832;;; Generated autoloads from language/tibet-util.el
28634 28833
28635(autoload 'tibetan-char-p "tibet-util" "\ 28834(autoload 'tibetan-char-p "tibet-util" "\
@@ -28703,7 +28902,7 @@ See also docstring of the function tibetan-compose-region.
28703;;;*** 28902;;;***
28704 28903
28705;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 28904;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28706;;;;;; (19845 45374)) 28905;;;;;; (20229 31156))
28707;;; Generated autoloads from textmodes/tildify.el 28906;;; Generated autoloads from textmodes/tildify.el
28708 28907
28709(autoload 'tildify-region "tildify" "\ 28908(autoload 'tildify-region "tildify" "\
@@ -28728,7 +28927,7 @@ This function performs no refilling of the changed text.
28728 28927
28729;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 28928;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28730;;;;;; display-time-mode display-time display-time-day-and-date) 28929;;;;;; display-time-mode display-time display-time-day-and-date)
28731;;;;;; "time" "time.el" (20187 22214)) 28930;;;;;; "time" "time.el" (20230 53294))
28732;;; Generated autoloads from time.el 28931;;; Generated autoloads from time.el
28733 28932
28734(defvar display-time-day-and-date nil "\ 28933(defvar display-time-day-and-date nil "\
@@ -28794,7 +28993,7 @@ Return a string giving the duration of the Emacs initialization.
28794;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 28993;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
28795;;;;;; time-add time-subtract time-since days-to-time time-less-p 28994;;;;;; time-add time-subtract time-since days-to-time time-less-p
28796;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 28995;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
28797;;;;;; (19885 24894)) 28996;;;;;; (20229 31156))
28798;;; Generated autoloads from calendar/time-date.el 28997;;; Generated autoloads from calendar/time-date.el
28799 28998
28800(autoload 'date-to-time "time-date" "\ 28999(autoload 'date-to-time "time-date" "\
@@ -28908,7 +29107,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
28908;;;*** 29107;;;***
28909 29108
28910;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 29109;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
28911;;;;;; "time-stamp.el" (20033 22846)) 29110;;;;;; "time-stamp.el" (20229 31156))
28912;;; Generated autoloads from time-stamp.el 29111;;; Generated autoloads from time-stamp.el
28913(put 'time-stamp-format 'safe-local-variable 'stringp) 29112(put 'time-stamp-format 'safe-local-variable 'stringp)
28914(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 29113(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28952,7 +29151,7 @@ With ARG, turn time stamping on if and only if arg is positive.
28952;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 29151;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
28953;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 29152;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
28954;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 29153;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
28955;;;;;; (20165 31925)) 29154;;;;;; (20229 31156))
28956;;; Generated autoloads from calendar/timeclock.el 29155;;; Generated autoloads from calendar/timeclock.el
28957 29156
28958(autoload 'timeclock-modeline-display "timeclock" "\ 29157(autoload 'timeclock-modeline-display "timeclock" "\
@@ -29052,7 +29251,7 @@ relative only to the time worked today, and not to past time.
29052;;;*** 29251;;;***
29053 29252
29054;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 29253;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
29055;;;;;; "international/titdic-cnv.el" (20201 55112)) 29254;;;;;; "international/titdic-cnv.el" (20229 31156))
29056;;; Generated autoloads from international/titdic-cnv.el 29255;;; Generated autoloads from international/titdic-cnv.el
29057 29256
29058(autoload 'titdic-convert "titdic-cnv" "\ 29257(autoload 'titdic-convert "titdic-cnv" "\
@@ -29075,7 +29274,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
29075;;;*** 29274;;;***
29076 29275
29077;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 29276;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
29078;;;;;; "tmm.el" (20163 39903)) 29277;;;;;; "tmm.el" (20229 31156))
29079;;; Generated autoloads from tmm.el 29278;;; Generated autoloads from tmm.el
29080 (define-key global-map "\M-`" 'tmm-menubar) 29279 (define-key global-map "\M-`" 'tmm-menubar)
29081 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 29280 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -29115,7 +29314,7 @@ Its value should be an event that has a binding in MENU.
29115 29314
29116;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 29315;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
29117;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 29316;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
29118;;;;;; "todo-mode" "calendar/todo-mode.el" (20168 57844)) 29317;;;;;; "todo-mode" "calendar/todo-mode.el" (20229 31156))
29119;;; Generated autoloads from calendar/todo-mode.el 29318;;; Generated autoloads from calendar/todo-mode.el
29120 29319
29121(autoload 'todo-add-category "todo-mode" "\ 29320(autoload 'todo-add-category "todo-mode" "\
@@ -29175,7 +29374,7 @@ Show TODO list.
29175 29374
29176;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 29375;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
29177;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 29376;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
29178;;;;;; "tool-bar" "tool-bar.el" (20127 62865)) 29377;;;;;; "tool-bar" "tool-bar.el" (20229 31156))
29179;;; Generated autoloads from tool-bar.el 29378;;; Generated autoloads from tool-bar.el
29180 29379
29181(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 29380(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -29246,7 +29445,7 @@ holds a keymap.
29246;;;*** 29445;;;***
29247 29446
29248;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 29447;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
29249;;;;;; (20141 9296)) 29448;;;;;; (20229 47145))
29250;;; Generated autoloads from emulation/tpu-edt.el 29449;;; Generated autoloads from emulation/tpu-edt.el
29251 29450
29252(defvar tpu-edt-mode nil "\ 29451(defvar tpu-edt-mode nil "\
@@ -29273,7 +29472,7 @@ Turn on TPU/edt emulation.
29273;;;*** 29472;;;***
29274 29473
29275;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 29474;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
29276;;;;;; (19845 45374)) 29475;;;;;; (20229 31156))
29277;;; Generated autoloads from emulation/tpu-mapper.el 29476;;; Generated autoloads from emulation/tpu-mapper.el
29278 29477
29279(autoload 'tpu-mapper "tpu-mapper" "\ 29478(autoload 'tpu-mapper "tpu-mapper" "\
@@ -29307,7 +29506,7 @@ your local X guru can try to figure out why the key is being ignored.
29307 29506
29308;;;*** 29507;;;***
29309 29508
29310;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19845 45374)) 29509;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20229 31156))
29311;;; Generated autoloads from emacs-lisp/tq.el 29510;;; Generated autoloads from emacs-lisp/tq.el
29312 29511
29313(autoload 'tq-create "tq" "\ 29512(autoload 'tq-create "tq" "\
@@ -29321,7 +29520,7 @@ to a tcp server on another machine.
29321;;;*** 29520;;;***
29322 29521
29323;;;### (autoloads (trace-function-background trace-function trace-buffer) 29522;;;### (autoloads (trace-function-background trace-function trace-buffer)
29324;;;;;; "trace" "emacs-lisp/trace.el" (19845 45374)) 29523;;;;;; "trace" "emacs-lisp/trace.el" (20229 31156))
29325;;; Generated autoloads from emacs-lisp/trace.el 29524;;; Generated autoloads from emacs-lisp/trace.el
29326 29525
29327(defvar trace-buffer (purecopy "*trace-output*") "\ 29526(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -29358,7 +29557,7 @@ BUFFER defaults to `trace-buffer'.
29358;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 29557;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
29359;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 29558;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
29360;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 29559;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
29361;;;;;; "net/tramp.el" (20209 49217)) 29560;;;;;; "net/tramp.el" (20252 56601))
29362;;; Generated autoloads from net/tramp.el 29561;;; Generated autoloads from net/tramp.el
29363 29562
29364(defvar tramp-mode t "\ 29563(defvar tramp-mode t "\
@@ -29491,7 +29690,7 @@ Discard Tramp from loading remote files.
29491;;;*** 29690;;;***
29492 29691
29493;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 29692;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
29494;;;;;; (19946 29209)) 29693;;;;;; (20229 31156))
29495;;; Generated autoloads from net/tramp-ftp.el 29694;;; Generated autoloads from net/tramp-ftp.el
29496 29695
29497(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 29696(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -29501,8 +29700,8 @@ Discard Tramp from loading remote files.
29501 29700
29502;;;*** 29701;;;***
29503 29702
29504;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20176 29703;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20229
29505;;;;;; 51947)) 29704;;;;;; 31156))
29506;;; Generated autoloads from tutorial.el 29705;;; Generated autoloads from tutorial.el
29507 29706
29508(autoload 'help-with-tutorial "tutorial" "\ 29707(autoload 'help-with-tutorial "tutorial" "\
@@ -29527,7 +29726,7 @@ resumed later.
29527;;;*** 29726;;;***
29528 29727
29529;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 29728;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
29530;;;;;; (19845 45374)) 29729;;;;;; (20119 34052))
29531;;; Generated autoloads from language/tv-util.el 29730;;; Generated autoloads from language/tv-util.el
29532 29731
29533(autoload 'tai-viet-composition-function "tv-util" "\ 29732(autoload 'tai-viet-composition-function "tv-util" "\
@@ -29538,7 +29737,7 @@ resumed later.
29538;;;*** 29737;;;***
29539 29738
29540;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 29739;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
29541;;;;;; "textmodes/two-column.el" (20141 9296)) 29740;;;;;; "textmodes/two-column.el" (20229 31156))
29542;;; Generated autoloads from textmodes/two-column.el 29741;;; Generated autoloads from textmodes/two-column.el
29543 (autoload '2C-command "two-column" () t 'keymap) 29742 (autoload '2C-command "two-column" () t 'keymap)
29544 (global-set-key "\C-x6" '2C-command) 29743 (global-set-key "\C-x6" '2C-command)
@@ -29589,7 +29788,7 @@ First column's text sSs Second column's text
29589;;;;;; type-break type-break-mode type-break-keystroke-threshold 29788;;;;;; type-break type-break-mode type-break-keystroke-threshold
29590;;;;;; type-break-good-break-interval type-break-good-rest-interval 29789;;;;;; type-break-good-break-interval type-break-good-rest-interval
29591;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 29790;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
29592;;;;;; (20127 62865)) 29791;;;;;; (20229 31156))
29593;;; Generated autoloads from type-break.el 29792;;; Generated autoloads from type-break.el
29594 29793
29595(defvar type-break-mode nil "\ 29794(defvar type-break-mode nil "\
@@ -29771,7 +29970,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29771 29970
29772;;;*** 29971;;;***
29773 29972
29774;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19845 45374)) 29973;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20229 31156))
29775;;; Generated autoloads from mail/uce.el 29974;;; Generated autoloads from mail/uce.el
29776 29975
29777(autoload 'uce-reply-to-uce "uce" "\ 29976(autoload 'uce-reply-to-uce "uce" "\
@@ -29789,7 +29988,7 @@ You might need to set `uce-mail-reader' before using this.
29789;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 29988;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
29790;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 29989;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
29791;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 29990;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
29792;;;;;; "international/ucs-normalize.el" (20187 22214)) 29991;;;;;; "international/ucs-normalize.el" (20229 31156))
29793;;; Generated autoloads from international/ucs-normalize.el 29992;;; Generated autoloads from international/ucs-normalize.el
29794 29993
29795(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 29994(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -29855,7 +30054,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29855;;;*** 30054;;;***
29856 30055
29857;;;### (autoloads (ununderline-region underline-region) "underline" 30056;;;### (autoloads (ununderline-region underline-region) "underline"
29858;;;;;; "textmodes/underline.el" (19845 45374)) 30057;;;;;; "textmodes/underline.el" (20229 31156))
29859;;; Generated autoloads from textmodes/underline.el 30058;;; Generated autoloads from textmodes/underline.el
29860 30059
29861(autoload 'underline-region "underline" "\ 30060(autoload 'underline-region "underline" "\
@@ -29876,7 +30075,7 @@ which specify the range to operate on.
29876;;;*** 30075;;;***
29877 30076
29878;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 30077;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
29879;;;;;; (20172 54913)) 30078;;;;;; (20235 47855))
29880;;; Generated autoloads from mail/unrmail.el 30079;;; Generated autoloads from mail/unrmail.el
29881 30080
29882(autoload 'batch-unrmail "unrmail" "\ 30081(autoload 'batch-unrmail "unrmail" "\
@@ -29895,8 +30094,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
29895 30094
29896;;;*** 30095;;;***
29897 30096
29898;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19845 30097;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20229
29899;;;;;; 45374)) 30098;;;;;; 31156))
29900;;; Generated autoloads from emacs-lisp/unsafep.el 30099;;; Generated autoloads from emacs-lisp/unsafep.el
29901 30100
29902(autoload 'unsafep "unsafep" "\ 30101(autoload 'unsafep "unsafep" "\
@@ -29909,7 +30108,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29909;;;*** 30108;;;***
29910 30109
29911;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 30110;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
29912;;;;;; "url/url.el" (20162 19074)) 30111;;;;;; "url/url.el" (20229 31156))
29913;;; Generated autoloads from url/url.el 30112;;; Generated autoloads from url/url.el
29914 30113
29915(autoload 'url-retrieve "url" "\ 30114(autoload 'url-retrieve "url" "\
@@ -29951,7 +30150,7 @@ no further processing). URL is either a string or a parsed URL.
29951;;;*** 30150;;;***
29952 30151
29953;;;### (autoloads (url-register-auth-scheme url-get-authentication) 30152;;;### (autoloads (url-register-auth-scheme url-get-authentication)
29954;;;;;; "url-auth" "url/url-auth.el" (19845 45374)) 30153;;;;;; "url-auth" "url/url-auth.el" (20240 11630))
29955;;; Generated autoloads from url/url-auth.el 30154;;; Generated autoloads from url/url-auth.el
29956 30155
29957(autoload 'url-get-authentication "url-auth" "\ 30156(autoload 'url-get-authentication "url-auth" "\
@@ -29993,7 +30192,7 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29993;;;*** 30192;;;***
29994 30193
29995;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 30194;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
29996;;;;;; "url-cache" "url/url-cache.el" (19988 13913)) 30195;;;;;; "url-cache" "url/url-cache.el" (20229 31156))
29997;;; Generated autoloads from url/url-cache.el 30196;;; Generated autoloads from url/url-cache.el
29998 30197
29999(autoload 'url-store-in-cache "url-cache" "\ 30198(autoload 'url-store-in-cache "url-cache" "\
@@ -30014,7 +30213,7 @@ Extract FNAM from the local disk cache.
30014 30213
30015;;;*** 30214;;;***
30016 30215
30017;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19845 45374)) 30216;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20229 31156))
30018;;; Generated autoloads from url/url-cid.el 30217;;; Generated autoloads from url/url-cid.el
30019 30218
30020(autoload 'url-cid "url-cid" "\ 30219(autoload 'url-cid "url-cid" "\
@@ -30025,7 +30224,7 @@ Extract FNAM from the local disk cache.
30025;;;*** 30224;;;***
30026 30225
30027;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 30226;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
30028;;;;;; "url/url-dav.el" (20168 57844)) 30227;;;;;; "url/url-dav.el" (20229 31156))
30029;;; Generated autoloads from url/url-dav.el 30228;;; Generated autoloads from url/url-dav.el
30030 30229
30031(autoload 'url-dav-supported-p "url-dav" "\ 30230(autoload 'url-dav-supported-p "url-dav" "\
@@ -30040,8 +30239,8 @@ Extract FNAM from the local disk cache.
30040 30239
30041;;;*** 30240;;;***
30042 30241
30043;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19845 30242;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20229
30044;;;;;; 45374)) 30243;;;;;; 31156))
30045;;; Generated autoloads from url/url-file.el 30244;;; Generated autoloads from url/url-file.el
30046 30245
30047(autoload 'url-file "url-file" "\ 30246(autoload 'url-file "url-file" "\
@@ -30052,7 +30251,7 @@ Handle file: and ftp: URLs.
30052;;;*** 30251;;;***
30053 30252
30054;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 30253;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
30055;;;;;; "url/url-gw.el" (20187 22214)) 30254;;;;;; "url/url-gw.el" (20229 31156))
30056;;; Generated autoloads from url/url-gw.el 30255;;; Generated autoloads from url/url-gw.el
30057 30256
30058(autoload 'url-gateway-nslookup-host "url-gw" "\ 30257(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -30072,7 +30271,7 @@ Might do a non-blocking connection; use `process-status' to check.
30072 30271
30073;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 30272;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
30074;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 30273;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
30075;;;;;; (20127 62865)) 30274;;;;;; (20229 31156))
30076;;; Generated autoloads from url/url-handlers.el 30275;;; Generated autoloads from url/url-handlers.el
30077 30276
30078(defvar url-handler-mode nil "\ 30277(defvar url-handler-mode nil "\
@@ -30127,7 +30326,7 @@ accessible.
30127;;;*** 30326;;;***
30128 30327
30129;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 30328;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
30130;;;;;; url-http) "url-http" "url/url-http.el" (20201 55112)) 30329;;;;;; url-http) "url-http" "url/url-http.el" (20229 31156))
30131;;; Generated autoloads from url/url-http.el 30330;;; Generated autoloads from url/url-http.el
30132 30331
30133(autoload 'url-http "url-http" "\ 30332(autoload 'url-http "url-http" "\
@@ -30193,7 +30392,7 @@ HTTPS retrievals are asynchronous.")
30193 30392
30194;;;*** 30393;;;***
30195 30394
30196;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19845 45374)) 30395;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20229 31156))
30197;;; Generated autoloads from url/url-irc.el 30396;;; Generated autoloads from url/url-irc.el
30198 30397
30199(autoload 'url-irc "url-irc" "\ 30398(autoload 'url-irc "url-irc" "\
@@ -30203,8 +30402,8 @@ HTTPS retrievals are asynchronous.")
30203 30402
30204;;;*** 30403;;;***
30205 30404
30206;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20164 30405;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20229
30207;;;;;; 60780)) 30406;;;;;; 31156))
30208;;; Generated autoloads from url/url-ldap.el 30407;;; Generated autoloads from url/url-ldap.el
30209 30408
30210(autoload 'url-ldap "url-ldap" "\ 30409(autoload 'url-ldap "url-ldap" "\
@@ -30218,7 +30417,7 @@ URL can be a URL string, or a URL vector of the type returned by
30218;;;*** 30417;;;***
30219 30418
30220;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 30419;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
30221;;;;;; (19845 45374)) 30420;;;;;; (20229 31156))
30222;;; Generated autoloads from url/url-mailto.el 30421;;; Generated autoloads from url/url-mailto.el
30223 30422
30224(autoload 'url-mail "url-mailto" "\ 30423(autoload 'url-mail "url-mailto" "\
@@ -30234,7 +30433,7 @@ Handle the mailto: URL syntax.
30234;;;*** 30433;;;***
30235 30434
30236;;;### (autoloads (url-data url-generic-emulator-loader url-info 30435;;;### (autoloads (url-data url-generic-emulator-loader url-info
30237;;;;;; url-man) "url-misc" "url/url-misc.el" (19845 45374)) 30436;;;;;; url-man) "url-misc" "url/url-misc.el" (20229 31156))
30238;;; Generated autoloads from url/url-misc.el 30437;;; Generated autoloads from url/url-misc.el
30239 30438
30240(autoload 'url-man "url-misc" "\ 30439(autoload 'url-man "url-misc" "\
@@ -30266,7 +30465,7 @@ Fetch a data URL (RFC 2397).
30266;;;*** 30465;;;***
30267 30466
30268;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 30467;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
30269;;;;;; (19845 45374)) 30468;;;;;; (20229 31156))
30270;;; Generated autoloads from url/url-news.el 30469;;; Generated autoloads from url/url-news.el
30271 30470
30272(autoload 'url-news "url-news" "\ 30471(autoload 'url-news "url-news" "\
@@ -30283,7 +30482,7 @@ Fetch a data URL (RFC 2397).
30283 30482
30284;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 30483;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
30285;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 30484;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
30286;;;;;; (19845 45374)) 30485;;;;;; (20229 31156))
30287;;; Generated autoloads from url/url-ns.el 30486;;; Generated autoloads from url/url-ns.el
30288 30487
30289(autoload 'isPlainHostName "url-ns" "\ 30488(autoload 'isPlainHostName "url-ns" "\
@@ -30324,7 +30523,7 @@ Fetch a data URL (RFC 2397).
30324;;;*** 30523;;;***
30325 30524
30326;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 30525;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
30327;;;;;; "url/url-parse.el" (19845 45374)) 30526;;;;;; "url/url-parse.el" (20229 31156))
30328;;; Generated autoloads from url/url-parse.el 30527;;; Generated autoloads from url/url-parse.el
30329 30528
30330(autoload 'url-recreate-url "url-parse" "\ 30529(autoload 'url-recreate-url "url-parse" "\
@@ -30342,7 +30541,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
30342;;;*** 30541;;;***
30343 30542
30344;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 30543;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
30345;;;;;; (19845 45374)) 30544;;;;;; (20229 31156))
30346;;; Generated autoloads from url/url-privacy.el 30545;;; Generated autoloads from url/url-privacy.el
30347 30546
30348(autoload 'url-setup-privacy-info "url-privacy" "\ 30547(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -30353,7 +30552,7 @@ Setup variables that expose info about you and your system.
30353;;;*** 30552;;;***
30354 30553
30355;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" 30554;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el"
30356;;;;;; (19943 25429)) 30555;;;;;; (20229 31156))
30357;;; Generated autoloads from url/url-queue.el 30556;;; Generated autoloads from url/url-queue.el
30358 30557
30359(autoload 'url-queue-retrieve "url-queue" "\ 30558(autoload 'url-queue-retrieve "url-queue" "\
@@ -30372,7 +30571,7 @@ controls the level of parallelism via the
30372;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 30571;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
30373;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 30572;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
30374;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 30573;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
30375;;;;;; "url-util" "url/url-util.el" (19867 59212)) 30574;;;;;; "url-util" "url/url-util.el" (20229 31156))
30376;;; Generated autoloads from url/url-util.el 30575;;; Generated autoloads from url/url-util.el
30377 30576
30378(defvar url-debug nil "\ 30577(defvar url-debug nil "\
@@ -30508,7 +30707,7 @@ This uses `url-current-object', set locally to the buffer.
30508;;;*** 30707;;;***
30509 30708
30510;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 30709;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
30511;;;;;; "userlock" "userlock.el" (19845 45374)) 30710;;;;;; "userlock" "userlock.el" (20229 31156))
30512;;; Generated autoloads from userlock.el 30711;;; Generated autoloads from userlock.el
30513 30712
30514(autoload 'ask-user-about-lock "userlock" "\ 30713(autoload 'ask-user-about-lock "userlock" "\
@@ -30538,7 +30737,7 @@ The buffer in question is current when this function is called.
30538 30737
30539;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 30738;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
30540;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 30739;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
30541;;;;;; "utf-7" "international/utf-7.el" (19845 45374)) 30740;;;;;; "utf-7" "international/utf-7.el" (20229 31156))
30542;;; Generated autoloads from international/utf-7.el 30741;;; Generated autoloads from international/utf-7.el
30543 30742
30544(autoload 'utf-7-post-read-conversion "utf-7" "\ 30743(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -30563,7 +30762,7 @@ The buffer in question is current when this function is called.
30563 30762
30564;;;*** 30763;;;***
30565 30764
30566;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19845 45374)) 30765;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20229 31156))
30567;;; Generated autoloads from gnus/utf7.el 30766;;; Generated autoloads from gnus/utf7.el
30568 30767
30569(autoload 'utf7-encode "utf7" "\ 30768(autoload 'utf7-encode "utf7" "\
@@ -30575,7 +30774,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
30575 30774
30576;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 30775;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
30577;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 30776;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
30578;;;;;; (20222 61246)) 30777;;;;;; (20229 31156))
30579;;; Generated autoloads from mail/uudecode.el 30778;;; Generated autoloads from mail/uudecode.el
30580 30779
30581(autoload 'uudecode-decode-region-external "uudecode" "\ 30780(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -30605,8 +30804,8 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
30605;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers 30804;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
30606;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff 30805;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
30607;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 30806;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
30608;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20204 30807;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20255
30609;;;;;; 31303)) 30808;;;;;; 37778))
30610;;; Generated autoloads from vc/vc.el 30809;;; Generated autoloads from vc/vc.el
30611 30810
30612(defvar vc-checkout-hook nil "\ 30811(defvar vc-checkout-hook nil "\
@@ -30882,7 +31081,7 @@ Return the branch part of a revision number REV.
30882;;;*** 31081;;;***
30883 31082
30884;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 31083;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
30885;;;;;; (19920 63959)) 31084;;;;;; (20229 31156))
30886;;; Generated autoloads from vc/vc-annotate.el 31085;;; Generated autoloads from vc/vc-annotate.el
30887 31086
30888(autoload 'vc-annotate "vc-annotate" "\ 31087(autoload 'vc-annotate "vc-annotate" "\
@@ -30919,7 +31118,7 @@ mode-specific menu. `vc-annotate-color-map' and
30919 31118
30920;;;*** 31119;;;***
30921 31120
30922;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20168 57844)) 31121;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20229 31156))
30923;;; Generated autoloads from vc/vc-arch.el 31122;;; Generated autoloads from vc/vc-arch.el
30924 (defun vc-arch-registered (file) 31123 (defun vc-arch-registered (file)
30925 (if (vc-find-root file "{arch}/=tagging-method") 31124 (if (vc-find-root file "{arch}/=tagging-method")
@@ -30929,7 +31128,7 @@ mode-specific menu. `vc-annotate-color-map' and
30929 31128
30930;;;*** 31129;;;***
30931 31130
30932;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20209 49217)) 31131;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20229 31156))
30933;;; Generated autoloads from vc/vc-bzr.el 31132;;; Generated autoloads from vc/vc-bzr.el
30934 31133
30935(defconst vc-bzr-admin-dirname ".bzr" "\ 31134(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30945,7 +31144,7 @@ Name of the format file in a .bzr directory.")
30945 31144
30946;;;*** 31145;;;***
30947 31146
30948;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20221 40442)) 31147;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20229 31156))
30949;;; Generated autoloads from vc/vc-cvs.el 31148;;; Generated autoloads from vc/vc-cvs.el
30950(defun vc-cvs-registered (f) 31149(defun vc-cvs-registered (f)
30951 "Return non-nil if file F is registered with CVS." 31150 "Return non-nil if file F is registered with CVS."
@@ -30956,7 +31155,7 @@ Name of the format file in a .bzr directory.")
30956 31155
30957;;;*** 31156;;;***
30958 31157
30959;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20207 7484)) 31158;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20229 31156))
30960;;; Generated autoloads from vc/vc-dir.el 31159;;; Generated autoloads from vc/vc-dir.el
30961 31160
30962(autoload 'vc-dir "vc-dir" "\ 31161(autoload 'vc-dir "vc-dir" "\
@@ -30981,7 +31180,7 @@ These are the commands available for use in the file status buffer:
30981;;;*** 31180;;;***
30982 31181
30983;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 31182;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
30984;;;;;; (20168 57844)) 31183;;;;;; (20229 31156))
30985;;; Generated autoloads from vc/vc-dispatcher.el 31184;;; Generated autoloads from vc/vc-dispatcher.el
30986 31185
30987(autoload 'vc-do-command "vc-dispatcher" "\ 31186(autoload 'vc-do-command "vc-dispatcher" "\
@@ -31004,7 +31203,7 @@ case, and the process object in the asynchronous case.
31004 31203
31005;;;*** 31204;;;***
31006 31205
31007;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20087 5852)) 31206;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20229 31156))
31008;;; Generated autoloads from vc/vc-git.el 31207;;; Generated autoloads from vc/vc-git.el
31009 (defun vc-git-registered (file) 31208 (defun vc-git-registered (file)
31010 "Return non-nil if FILE is registered with git." 31209 "Return non-nil if FILE is registered with git."
@@ -31015,7 +31214,7 @@ case, and the process object in the asynchronous case.
31015 31214
31016;;;*** 31215;;;***
31017 31216
31018;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20207 7484)) 31217;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20229 31156))
31019;;; Generated autoloads from vc/vc-hg.el 31218;;; Generated autoloads from vc/vc-hg.el
31020 (defun vc-hg-registered (file) 31219 (defun vc-hg-registered (file)
31021 "Return non-nil if FILE is registered with hg." 31220 "Return non-nil if FILE is registered with hg."
@@ -31026,7 +31225,7 @@ case, and the process object in the asynchronous case.
31026 31225
31027;;;*** 31226;;;***
31028 31227
31029;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20221 40442)) 31228;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20229 31156))
31030;;; Generated autoloads from vc/vc-mtn.el 31229;;; Generated autoloads from vc/vc-mtn.el
31031 31230
31032(defconst vc-mtn-admin-dir "_MTN" "\ 31231(defconst vc-mtn-admin-dir "_MTN" "\
@@ -31043,7 +31242,7 @@ Name of the monotone directory's format file.")
31043;;;*** 31242;;;***
31044 31243
31045;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 31244;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
31046;;;;;; (20161 45793)) 31245;;;;;; (20254 54879))
31047;;; Generated autoloads from vc/vc-rcs.el 31246;;; Generated autoloads from vc/vc-rcs.el
31048 31247
31049(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 31248(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -31057,7 +31256,7 @@ For a description of possible values, see `vc-check-master-templates'.")
31057;;;*** 31256;;;***
31058 31257
31059;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 31258;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
31060;;;;;; (19845 45374)) 31259;;;;;; (20254 54879))
31061;;; Generated autoloads from vc/vc-sccs.el 31260;;; Generated autoloads from vc/vc-sccs.el
31062 31261
31063(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 31262(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -31074,7 +31273,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31074 31273
31075;;;*** 31274;;;***
31076 31275
31077;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20162 19074)) 31276;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20229 31156))
31078;;; Generated autoloads from vc/vc-svn.el 31277;;; Generated autoloads from vc/vc-svn.el
31079 (defun vc-svn-registered (f) 31278 (defun vc-svn-registered (f)
31080 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 31279 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -31088,7 +31287,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31088;;;*** 31287;;;***
31089 31288
31090;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 31289;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
31091;;;;;; (20203 10426)) 31290;;;;;; (20229 31156))
31092;;; Generated autoloads from progmodes/vera-mode.el 31291;;; Generated autoloads from progmodes/vera-mode.el
31093 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 31292 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
31094 31293
@@ -31146,7 +31345,7 @@ Key bindings:
31146;;;*** 31345;;;***
31147 31346
31148;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 31347;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
31149;;;;;; (20222 61246)) 31348;;;;;; (20229 31156))
31150;;; Generated autoloads from progmodes/verilog-mode.el 31349;;; Generated autoloads from progmodes/verilog-mode.el
31151 31350
31152(autoload 'verilog-mode "verilog-mode" "\ 31351(autoload 'verilog-mode "verilog-mode" "\
@@ -31285,7 +31484,7 @@ Key bindings specific to `verilog-mode-map' are:
31285;;;*** 31484;;;***
31286 31485
31287;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 31486;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
31288;;;;;; (20197 58064)) 31487;;;;;; (20229 31156))
31289;;; Generated autoloads from progmodes/vhdl-mode.el 31488;;; Generated autoloads from progmodes/vhdl-mode.el
31290 31489
31291(autoload 'vhdl-mode "vhdl-mode" "\ 31490(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31826,7 +32025,7 @@ Key bindings:
31826 32025
31827;;;*** 32026;;;***
31828 32027
31829;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20104 14925)) 32028;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20119 34052))
31830;;; Generated autoloads from emulation/vi.el 32029;;; Generated autoloads from emulation/vi.el
31831 32030
31832(autoload 'vi-mode "vi" "\ 32031(autoload 'vi-mode "vi" "\
@@ -31881,7 +32080,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
31881;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 32080;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
31882;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 32081;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
31883;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 32082;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
31884;;;;;; "language/viet-util.el" (20187 22214)) 32083;;;;;; "language/viet-util.el" (20229 31156))
31885;;; Generated autoloads from language/viet-util.el 32084;;; Generated autoloads from language/viet-util.el
31886 32085
31887(autoload 'viet-encode-viscii-char "viet-util" "\ 32086(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31929,7 +32128,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31929;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 32128;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
31930;;;;;; view-buffer view-file-other-frame view-file-other-window 32129;;;;;; view-buffer view-file-other-frame view-file-other-window
31931;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 32130;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
31932;;;;;; "view" "view.el" (20188 43079)) 32131;;;;;; "view" "view.el" (20229 31156))
31933;;; Generated autoloads from view.el 32132;;; Generated autoloads from view.el
31934 32133
31935(defvar view-remove-frame-by-deleting t "\ 32134(defvar view-remove-frame-by-deleting t "\
@@ -32171,8 +32370,8 @@ Exit View mode and make the current buffer editable.
32171 32370
32172;;;*** 32371;;;***
32173 32372
32174;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20187 32373;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20229
32175;;;;;; 22214)) 32374;;;;;; 31156))
32176;;; Generated autoloads from emulation/vip.el 32375;;; Generated autoloads from emulation/vip.el
32177 32376
32178(autoload 'vip-setup "vip" "\ 32377(autoload 'vip-setup "vip" "\
@@ -32188,7 +32387,7 @@ Turn on VIP emulation of VI.
32188;;;*** 32387;;;***
32189 32388
32190;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 32389;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
32191;;;;;; (20187 22214)) 32390;;;;;; (20229 31156))
32192;;; Generated autoloads from emulation/viper.el 32391;;; Generated autoloads from emulation/viper.el
32193 32392
32194(autoload 'toggle-viper-mode "viper" "\ 32393(autoload 'toggle-viper-mode "viper" "\
@@ -32205,7 +32404,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
32205;;;*** 32404;;;***
32206 32405
32207;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 32406;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
32208;;;;;; (19906 31087)) 32407;;;;;; (20229 31156))
32209;;; Generated autoloads from emacs-lisp/warnings.el 32408;;; Generated autoloads from emacs-lisp/warnings.el
32210 32409
32211(defvar warning-prefix-function nil "\ 32410(defvar warning-prefix-function nil "\
@@ -32295,7 +32494,7 @@ this is equivalent to `display-warning', using
32295;;;*** 32494;;;***
32296 32495
32297;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 32496;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
32298;;;;;; (20174 10230)) 32497;;;;;; (20229 31156))
32299;;; Generated autoloads from wdired.el 32498;;; Generated autoloads from wdired.el
32300 32499
32301(autoload 'wdired-change-to-wdired-mode "wdired" "\ 32500(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -32311,7 +32510,7 @@ See `wdired-mode'.
32311 32510
32312;;;*** 32511;;;***
32313 32512
32314;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20159 42847)) 32513;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20229 31156))
32315;;; Generated autoloads from net/webjump.el 32514;;; Generated autoloads from net/webjump.el
32316 32515
32317(autoload 'webjump "webjump" "\ 32516(autoload 'webjump "webjump" "\
@@ -32327,13 +32526,16 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
32327 32526
32328;;;*** 32527;;;***
32329 32528
32330;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 32529;;;### (autoloads (which-function-mode which-func-mode) "which-func"
32331;;;;;; (20127 62865)) 32530;;;;;; "progmodes/which-func.el" (20231 40198))
32332;;; Generated autoloads from progmodes/which-func.el 32531;;; Generated autoloads from progmodes/which-func.el
32333 (put 'which-func-format 'risky-local-variable t) 32532 (put 'which-func-format 'risky-local-variable t)
32334 (put 'which-func-current 'risky-local-variable t) 32533 (put 'which-func-current 'risky-local-variable t)
32335 32534
32336(defalias 'which-func-mode 'which-function-mode) 32535(autoload 'which-func-mode "which-func" "\
32536
32537
32538\(fn &optional ARG)" nil nil)
32337 32539
32338(defvar which-function-mode nil "\ 32540(defvar which-function-mode nil "\
32339Non-nil if Which-Function mode is enabled. 32541Non-nil if Which-Function mode is enabled.
@@ -32361,7 +32563,7 @@ in certain major modes.
32361;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 32563;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
32362;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 32564;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
32363;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 32565;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
32364;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20176 51947)) 32566;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20229 31156))
32365;;; Generated autoloads from whitespace.el 32567;;; Generated autoloads from whitespace.el
32366 32568
32367(autoload 'whitespace-mode "whitespace" "\ 32569(autoload 'whitespace-mode "whitespace" "\
@@ -32760,7 +32962,7 @@ cleaning up these problems.
32760;;;*** 32962;;;***
32761 32963
32762;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 32964;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
32763;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20127 62865)) 32965;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20229 31156))
32764;;; Generated autoloads from wid-browse.el 32966;;; Generated autoloads from wid-browse.el
32765 32967
32766(autoload 'widget-browse-at "wid-browse" "\ 32968(autoload 'widget-browse-at "wid-browse" "\
@@ -32786,8 +32988,8 @@ Minor mode for traversing widgets.
32786;;;*** 32988;;;***
32787 32989
32788;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 32990;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32789;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20222 32991;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20229
32790;;;;;; 61246)) 32992;;;;;; 31156))
32791;;; Generated autoloads from wid-edit.el 32993;;; Generated autoloads from wid-edit.el
32792 32994
32793(autoload 'widgetp "wid-edit" "\ 32995(autoload 'widgetp "wid-edit" "\
@@ -32830,8 +33032,8 @@ Setup current buffer so editing string widgets works.
32830;;;*** 33032;;;***
32831 33033
32832;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 33034;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
32833;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20161 33035;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20250
32834;;;;;; 45793)) 33036;;;;;; 53480))
32835;;; Generated autoloads from windmove.el 33037;;; Generated autoloads from windmove.el
32836 33038
32837(autoload 'windmove-left "windmove" "\ 33039(autoload 'windmove-left "windmove" "\
@@ -32884,7 +33086,7 @@ Default MODIFIER is 'shift.
32884;;;*** 33086;;;***
32885 33087
32886;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 33088;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
32887;;;;;; (19998 49767)) 33089;;;;;; (20237 33565))
32888;;; Generated autoloads from winner.el 33090;;; Generated autoloads from winner.el
32889 33091
32890(defvar winner-mode nil "\ 33092(defvar winner-mode nil "\
@@ -32903,7 +33105,7 @@ With arg, turn Winner mode on if and only if arg is positive.
32903;;;*** 33105;;;***
32904 33106
32905;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 33107;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
32906;;;;;; woman woman-locale) "woman" "woman.el" (20168 57844)) 33108;;;;;; woman woman-locale) "woman" "woman.el" (20229 31156))
32907;;; Generated autoloads from woman.el 33109;;; Generated autoloads from woman.el
32908 33110
32909(defvar woman-locale nil "\ 33111(defvar woman-locale nil "\
@@ -32952,7 +33154,7 @@ Default bookmark handler for Woman buffers.
32952;;;*** 33154;;;***
32953 33155
32954;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 33156;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
32955;;;;;; (20141 9296)) 33157;;;;;; (20229 31156))
32956;;; Generated autoloads from emulation/ws-mode.el 33158;;; Generated autoloads from emulation/ws-mode.el
32957 33159
32958(autoload 'wordstar-mode "ws-mode" "\ 33160(autoload 'wordstar-mode "ws-mode" "\
@@ -33064,7 +33266,7 @@ The key bindings are:
33064 33266
33065;;;*** 33267;;;***
33066 33268
33067;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20197 58064)) 33269;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20229 31156))
33068;;; Generated autoloads from net/xesam.el 33270;;; Generated autoloads from net/xesam.el
33069 33271
33070(autoload 'xesam-search "xesam" "\ 33272(autoload 'xesam-search "xesam" "\
@@ -33084,7 +33286,7 @@ Example:
33084;;;*** 33286;;;***
33085 33287
33086;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 33288;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
33087;;;;;; (20168 57844)) 33289;;;;;; (20258 25549))
33088;;; Generated autoloads from xml.el 33290;;; Generated autoloads from xml.el
33089 33291
33090(autoload 'xml-parse-file "xml" "\ 33292(autoload 'xml-parse-file "xml" "\
@@ -33110,7 +33312,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
33110;;;*** 33312;;;***
33111 33313
33112;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 33314;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
33113;;;;;; "nxml/xmltok.el" (19845 45374)) 33315;;;;;; "nxml/xmltok.el" (20229 31156))
33114;;; Generated autoloads from nxml/xmltok.el 33316;;; Generated autoloads from nxml/xmltok.el
33115 33317
33116(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 33318(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -33128,8 +33330,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
33128 33330
33129;;;*** 33331;;;***
33130 33332
33131;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20127 33333;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20229
33132;;;;;; 62865)) 33334;;;;;; 31156))
33133;;; Generated autoloads from xt-mouse.el 33335;;; Generated autoloads from xt-mouse.el
33134 33336
33135(defvar xterm-mouse-mode nil "\ 33337(defvar xterm-mouse-mode nil "\
@@ -33159,7 +33361,7 @@ down the SHIFT key while pressing the mouse button.
33159;;;*** 33361;;;***
33160 33362
33161;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 33363;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
33162;;;;;; "gnus/yenc.el" (19845 45374)) 33364;;;;;; "gnus/yenc.el" (20229 31156))
33163;;; Generated autoloads from gnus/yenc.el 33365;;; Generated autoloads from gnus/yenc.el
33164 33366
33165(autoload 'yenc-decode-region "yenc" "\ 33367(autoload 'yenc-decode-region "yenc" "\
@@ -33175,7 +33377,7 @@ Extract file name from an yenc header.
33175;;;*** 33377;;;***
33176 33378
33177;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 33379;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
33178;;;;;; yow) "yow" "play/yow.el" (19845 45374)) 33380;;;;;; yow) "yow" "play/yow.el" (20229 31156))
33179;;; Generated autoloads from play/yow.el 33381;;; Generated autoloads from play/yow.el
33180 33382
33181(autoload 'yow "yow" "\ 33383(autoload 'yow "yow" "\
@@ -33201,7 +33403,7 @@ Zippy goes to the analyst.
33201 33403
33202;;;*** 33404;;;***
33203 33405
33204;;;### (autoloads (zone) "zone" "play/zone.el" (19889 21967)) 33406;;;### (autoloads (zone) "zone" "play/zone.el" (20229 31156))
33205;;; Generated autoloads from play/zone.el 33407;;; Generated autoloads from play/zone.el
33206 33408
33207(autoload 'zone "zone" "\ 33409(autoload 'zone "zone" "\
@@ -33371,47 +33573,48 @@ Zone out, completely.
33371;;;;;; "nxml/xsd-regexp.el" "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" 33573;;;;;; "nxml/xsd-regexp.el" "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el"
33372;;;;;; "org/ob-awk.el" "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el" 33574;;;;;; "org/ob-awk.el" "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el"
33373;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el" 33575;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el"
33374;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-gnuplot.el" "org/ob-haskell.el" 33576;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" "org/ob-gnuplot.el"
33375;;;;;; "org/ob-java.el" "org/ob-js.el" "org/ob-latex.el" "org/ob-ledger.el" 33577;;;;;; "org/ob-haskell.el" "org/ob-java.el" "org/ob-js.el" "org/ob-latex.el"
33376;;;;;; "org/ob-lilypond.el" "org/ob-lisp.el" "org/ob-matlab.el" 33578;;;;;; "org/ob-ledger.el" "org/ob-lilypond.el" "org/ob-lisp.el"
33377;;;;;; "org/ob-maxima.el" "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el" 33579;;;;;; "org/ob-matlab.el" "org/ob-maxima.el" "org/ob-mscgen.el"
33378;;;;;; "org/ob-org.el" "org/ob-perl.el" "org/ob-plantuml.el" "org/ob-python.el" 33580;;;;;; "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" "org/ob-perl.el"
33581;;;;;; "org/ob-picolisp.el" "org/ob-plantuml.el" "org/ob-python.el"
33379;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scheme.el" 33582;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scheme.el"
33380;;;;;; "org/ob-screen.el" "org/ob-sh.el" "org/ob-sql.el" "org/ob-sqlite.el" 33583;;;;;; "org/ob-screen.el" "org/ob-sh.el" "org/ob-shen.el" "org/ob-sql.el"
33381;;;;;; "org/ob-table.el" "org/org-beamer.el" "org/org-bibtex.el" 33584;;;;;; "org/ob-sqlite.el" "org/ob-table.el" "org/org-beamer.el"
33382;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-crypt.el" 33585;;;;;; "org/org-bibtex.el" "org/org-colview.el" "org/org-compat.el"
33383;;;;;; "org/org-ctags.el" "org/org-docview.el" "org/org-entities.el" 33586;;;;;; "org/org-crypt.el" "org/org-ctags.el" "org/org-docview.el"
33384;;;;;; "org/org-exp-blocks.el" "org/org-faces.el" "org/org-gnus.el" 33587;;;;;; "org/org-entities.el" "org/org-eshell.el" "org/org-exp-blocks.el"
33385;;;;;; "org/org-habit.el" "org/org-info.el" "org/org-inlinetask.el" 33588;;;;;; "org/org-faces.el" "org/org-gnus.el" "org/org-habit.el" "org/org-info.el"
33386;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el" 33589;;;;;; "org/org-inlinetask.el" "org/org-install.el" "org/org-jsinfo.el"
33387;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el" 33590;;;;;; "org/org-list.el" "org/org-mac-message.el" "org/org-macs.el"
33388;;;;;; "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el" "org/org-pcomplete.el" 33591;;;;;; "org/org-mew.el" "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el"
33389;;;;;; "org/org-protocol.el" "org/org-rmail.el" "org/org-special-blocks.el" 33592;;;;;; "org/org-pcomplete.el" "org/org-protocol.el" "org/org-rmail.el"
33390;;;;;; "org/org-src.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" 33593;;;;;; "org/org-special-blocks.el" "org/org-src.el" "org/org-vm.el"
33391;;;;;; "patcomp.el" "play/gamegrid.el" "play/gametree.el" "play/meese.el" 33594;;;;;; "org/org-w3m.el" "org/org-wl.el" "patcomp.el" "play/gamegrid.el"
33392;;;;;; "progmodes/ada-prj.el" "progmodes/cc-align.el" "progmodes/cc-awk.el" 33595;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
33393;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-defs.el" 33596;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
33394;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el" 33597;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
33395;;;;;; "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" 33598;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el"
33396;;;;;; "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" 33599;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el"
33397;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el" 33600;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
33398;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" 33601;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el"
33399;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el" 33602;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el"
33400;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" 33603;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "saveplace.el" "sb-image.el"
33401;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el" 33604;;;;;; "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" "tempo.el"
33402;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el" 33605;;;;;; "textmodes/bib-mode.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
33403;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 33606;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el"
33404;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 33607;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el"
33405;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el" 33608;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el"
33406;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" 33609;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el"
33407;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-future.el" 33610;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el"
33408;;;;;; "url/url-history.el" "url/url-imap.el" "url/url-methods.el" 33611;;;;;; "url/url-ftp.el" "url/url-future.el" "url/url-history.el"
33409;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc/ediff-diff.el" 33612;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
33410;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" 33613;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el"
33411;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 33614;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
33412;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" 33615;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
33413;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20224 33616;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
33414;;;;;; 16870 730403)) 33617;;;;;; "w32-vars.el" "x-dnd.el") (20261 26438 513741))
33415 33618
33416;;;*** 33619;;;***
33417 33620
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index cefec573f78..7560400f5d9 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -59,7 +59,7 @@
59/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ 59/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
60/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ 60/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
61/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ 61/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
62/^#undef VERSION/s/^.*$/#define VERSION "24.0.92"/ 62/^#undef VERSION/s/^.*$/#define VERSION "24.0.93"/
63/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ 63/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
64/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ 64/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
65/^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/ 65/^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index 3445c1c3c7b..fc56c1260ac 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
@@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
553 <key>CFBundleExecutable</key> 553 <key>CFBundleExecutable</key>
554 <string>Emacs</string> 554 <string>Emacs</string>
555 <key>CFBundleGetInfoString</key> 555 <key>CFBundleGetInfoString</key>
556 <string>Emacs 24.0.92 Copyright (C) 2012 Free Software Foundation, Inc.</string> 556 <string>Emacs 24.0.93 Copyright (C) 2012 Free Software Foundation, Inc.</string>
557 <key>CFBundleIconFile</key> 557 <key>CFBundleIconFile</key>
558 <string>Emacs.icns</string> 558 <string>Emacs.icns</string>
559 <key>CFBundleIdentifier</key> 559 <key>CFBundleIdentifier</key>
@@ -566,7 +566,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
566 <string>APPL</string> 566 <string>APPL</string>
567 <!-- This should be the emacs version number. --> 567 <!-- This should be the emacs version number. -->
568 <key>CFBundleShortVersionString</key> 568 <key>CFBundleShortVersionString</key>
569 <string>24.0.92</string> 569 <string>24.0.93</string>
570 <key>CFBundleSignature</key> 570 <key>CFBundleSignature</key>
571 <string>EMAx</string> 571 <string>EMAx</string>
572 <!-- This SHOULD be a build number. --> 572 <!-- This SHOULD be a build number. -->
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
index 681521784d2..aab092a5dd4 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
+++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
@@ -1,6 +1,6 @@
1/* Localized versions of Info.plist keys */ 1/* Localized versions of Info.plist keys */
2 2
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "Version 24.0.92"; 4CFBundleShortVersionString = "Version 24.0.93";
5CFBundleGetInfoString = "Emacs version 24.0.92, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 24.0.93, NS Windowing";
6NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc."; 6NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
index 1b8926e9ef6..7750ef06732 100644
--- a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
+++ b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
@@ -1,7 +1,7 @@
1[Desktop Entry] 1[Desktop Entry]
2Encoding=UTF-8 2Encoding=UTF-8
3Type=Application 3Type=Application
4Version=24.0.92 4Version=24.0.93
5Categories=GNUstep 5Categories=GNUstep
6Name=Emacs 6Name=Emacs
7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X 7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
index 5a98a76a344..85b3c8f3d5a 100644
--- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
+++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
@@ -2,7 +2,7 @@
2 ApplicationDescription = "GNU Emacs for GNUstep / OS X"; 2 ApplicationDescription = "GNU Emacs for GNUstep / OS X";
3 ApplicationIcon = emacs.tiff; 3 ApplicationIcon = emacs.tiff;
4 ApplicationName = Emacs; 4 ApplicationName = Emacs;
5 ApplicationRelease = "24.0.92"; 5 ApplicationRelease = "24.0.93";
6 Authors = ( 6 Authors = (
7 "Adrian Robert (GNUstep)", 7 "Adrian Robert (GNUstep)",
8 "Christophe de Dinechin (MacOS X)", 8 "Christophe de Dinechin (MacOS X)",
@@ -13,7 +13,7 @@
13 ); 13 );
14 Copyright = "Copyright (C) 2012 Free Software Foundation, Inc."; 14 Copyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
15 CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; 15 CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
16 FullVersionID = "Emacs 24.0.92, NS Windowing"; 16 FullVersionID = "Emacs 24.0.93, NS Windowing";
17 NSExecutable = Emacs; 17 NSExecutable = Emacs;
18 NSIcon = emacs.tiff; 18 NSIcon = emacs.tiff;
19 NSPrincipalClass = NSApplication; 19 NSPrincipalClass = NSApplication;
diff --git a/nt/config.nt b/nt/config.nt
index 48db9665f8a..ab674e3d1c5 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -328,7 +328,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
328#define PACKAGE "emacs" 328#define PACKAGE "emacs"
329 329
330/* Version number of package */ 330/* Version number of package */
331#define VERSION "24.0.92" 331#define VERSION "24.0.93"
332 332
333/* Define to `__inline__' or `__inline' if that's what the C compiler 333/* Define to `__inline__' or `__inline' if that's what the C compiler
334 calls it, or to nothing if 'inline' is not supported under any name. */ 334 calls it, or to nothing if 'inline' is not supported under any name. */
diff --git a/nt/emacs.rc b/nt/emacs.rc
index 2a4b256b9d3..a3f931523e9 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
7#endif 7#endif
8 8
9VS_VERSION_INFO VERSIONINFO 9VS_VERSION_INFO VERSIONINFO
10 FILEVERSION 24,0,92,0 10 FILEVERSION 24,0,93,0
11 PRODUCTVERSION 24,0,92,0 11 PRODUCTVERSION 24,0,93,0
12 FILEFLAGSMASK 0x3FL 12 FILEFLAGSMASK 0x3FL
13#ifdef EMACSDEBUG 13#ifdef EMACSDEBUG
14 FILEFLAGS 0x1L 14 FILEFLAGS 0x1L
@@ -25,12 +25,12 @@ BEGIN
25 BEGIN 25 BEGIN
26 VALUE "CompanyName", "Free Software Foundation\0" 26 VALUE "CompanyName", "Free Software Foundation\0"
27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" 27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
28 VALUE "FileVersion", "24, 0, 92, 0\0" 28 VALUE "FileVersion", "24, 0, 93, 0\0"
29 VALUE "InternalName", "Emacs\0" 29 VALUE "InternalName", "Emacs\0"
30 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" 30 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
31 VALUE "OriginalFilename", "emacs.exe" 31 VALUE "OriginalFilename", "emacs.exe"
32 VALUE "ProductName", "Emacs\0" 32 VALUE "ProductName", "Emacs\0"
33 VALUE "ProductVersion", "24, 0, 92, 0\0" 33 VALUE "ProductVersion", "24, 0, 93, 0\0"
34 VALUE "OLESelfRegister", "\0" 34 VALUE "OLESelfRegister", "\0"
35 END 35 END
36 END 36 END
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index 75eb1584c20..db61673d4bf 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
5#endif 5#endif
6 6
7VS_VERSION_INFO VERSIONINFO 7VS_VERSION_INFO VERSIONINFO
8 FILEVERSION 24,0,92,0 8 FILEVERSION 24,0,93,0
9 PRODUCTVERSION 24,0,92,0 9 PRODUCTVERSION 24,0,93,0
10 FILEFLAGSMASK 0x3FL 10 FILEFLAGSMASK 0x3FL
11#ifdef EMACSDEBUG 11#ifdef EMACSDEBUG
12 FILEFLAGS 0x1L 12 FILEFLAGS 0x1L
@@ -23,12 +23,12 @@ BEGIN
23 BEGIN 23 BEGIN
24 VALUE "CompanyName", "Free Software Foundation\0" 24 VALUE "CompanyName", "Free Software Foundation\0"
25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" 25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
26 VALUE "FileVersion", "24, 0, 92, 0\0" 26 VALUE "FileVersion", "24, 0, 93, 0\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
29 VALUE "OriginalFilename", "emacsclientw.exe" 29 VALUE "OriginalFilename", "emacsclientw.exe"
30 VALUE "ProductName", "EmacsClient\0" 30 VALUE "ProductName", "EmacsClient\0"
31 VALUE "ProductVersion", "24, 0, 92, 0\0" 31 VALUE "ProductVersion", "24, 0, 93, 0\0"
32 VALUE "OLESelfRegister", "\0" 32 VALUE "OLESelfRegister", "\0"
33 END 33 END
34 END 34 END
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 56ecae32e82..b442ca57b78 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -22,7 +22,7 @@
22# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out 22# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out
23# (and remove or replace this comment). 23# (and remove or replace this comment).
24 24
25VERSION = 24.0.92 25VERSION = 24.0.93
26 26
27TMP_DIST_DIR = emacs-$(VERSION) 27TMP_DIST_DIR = emacs-$(VERSION)
28 28