aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/AUTHORS382
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ldefs-boot.el1778
-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
16 files changed, 1152 insertions, 1054 deletions
diff --git a/README b/README
index 2fa93cbf1a8..17976b3a86d 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.93 of GNU Emacs, the extensible, 5This directory tree holds version 24.0.94 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 0277c0a6b60..b7e54f86f24 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.93) 25AC_INIT(emacs, 24.0.94)
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 d85e6c7fdee..48a0b2256a5 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.93 4@set EMACSVER 24.0.94
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1
index c2408f5e129..d4887839157 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.93" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.94"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/etc/AUTHORS b/etc/AUTHORS
index a0a32959420..79c1cc01eb4 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -3,8 +3,6 @@ Foundation's distribution of GNU Emacs. To show our appreciation for
3their public spirit, we list here in alphabetical order a condensed 3their public spirit, we list here in alphabetical order a condensed
4list of their contributions. 4list of their contributions.
5 5
6Aaa Bbb: changed org-archive.el
7
8Aaron Ecay: changed nsterm.m 6Aaron Ecay: changed nsterm.m
9 7
10Aaron Larson: co-wrote bibtex.el 8Aaron Larson: co-wrote bibtex.el
@@ -53,8 +51,6 @@ and changed nsterm.m nsfns.m nsfont.m nsterm.h Makefile.in nsmenu.m
53 51
54Agustín Martín: changed ispell.el flyspell.el fixit.texi 52Agustín Martín: changed ispell.el flyspell.el fixit.texi
55 53
56Agustín Martín Domingo: changed flyspell.el ispell.el
57
58Aidan Kehoe: changed ipa.el lread.c mm-util.el erc-log.el erc.el 54Aidan Kehoe: changed ipa.el lread.c mm-util.el erc-log.el erc.el
59 gnus-sum.el gnus-util.el latin-ltx.el nnfolder.el ob-tangle.el 55 gnus-sum.el gnus-util.el latin-ltx.el nnfolder.el ob-tangle.el
60 objects.texi 56 objects.texi
@@ -72,10 +68,10 @@ Alakazam Petrofsky: changed hanoi.el
72Alan Mackenzie: wrote cc-awk.el 68Alan Mackenzie: wrote cc-awk.el
73and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el 69and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el
74 cc-langs.el cc-mode.el cc-styles.el cc-vars.el 70 cc-langs.el cc-mode.el cc-styles.el cc-vars.el
75and changed cc-mode.texi lread.c programs.texi isearch.el lisp.el 71and changed cc-mode.texi lread.c programs.texi font-lock.el font-core.el
76 cc-subword.el display.texi font-lock.el modes.texi os.texi search.texi 72 isearch.el lisp.el modes.texi cc-subword.el display.texi os.texi
77 startup.el subr.el text.texi INSTALL.BZR add-log.el buffers.texi 73 search.texi startup.el subr.el text.texi INSTALL.BZR add-log.el
78 bytecomp.el callint.c cc-fix.el cc-menus.el and 21 other files 74 buffers.texi bytecomp.el callint.c cc-fix.el and 22 other files
79 75
80Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el 76Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el
81 easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el 77 easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el
@@ -89,9 +85,6 @@ Aleksei Gusev: changed progmodes/compile.el
89 85
90Alex Coventry: changed files.el 86Alex Coventry: changed files.el
91 87
92Alex Harsanyi: changed soap-client.el emacs3.py soap-inspect.el
93 vc-hooks.el vc.el xml.el
94
95Alex Ott: changed TUTORIAL.ru ru-refcard.tex ispell.el ru-refcard.ps 88Alex Ott: changed TUTORIAL.ru ru-refcard.tex ispell.el ru-refcard.ps
96 89
97Alex Rezinsky: wrote which-func.el 90Alex Rezinsky: wrote which-func.el
@@ -99,7 +92,7 @@ Alex Rezinsky: wrote which-func.el
99Alex Schroeder: wrote ansi-color.el cus-theme.el erc-compat.el 92Alex Schroeder: wrote ansi-color.el cus-theme.el erc-compat.el
100 erc-hecomplete.el erc-join.el erc-lang.el erc-ring.el master.el 93 erc-hecomplete.el erc-join.el erc-lang.el erc-ring.el master.el
101 spam-stat.el sql.el 94 spam-stat.el sql.el
102and co-wrote longlines.el rmailmm.el 95and co-wrote longlines.el mail/rmailmm.el
103and changed erc.el erc-track.el erc-button.el erc-stamp.el erc-match.el 96and changed erc.el erc-track.el erc-button.el erc-stamp.el erc-match.el
104 erc-autoaway.el erc-nickserv.el rcirc.texi erc-autojoin.el erc-fill.el 97 erc-autoaway.el erc-nickserv.el rcirc.texi erc-autojoin.el erc-fill.el
105 erc-pcomplete.el erc-complete.el erc-ibuffer.el erc-members.el rmail.el 98 erc-pcomplete.el erc-complete.el erc-ibuffer.el erc-members.el rmail.el
@@ -117,7 +110,7 @@ Alexander Kreuzer: changed nnrss.el
117 110
118Alexander L. Belikoff: wrote erc.el 111Alexander L. Belikoff: wrote erc.el
119 112
120Alexander Pohoyda: co-wrote rmailmm.el 113Alexander Pohoyda: co-wrote mail/rmailmm.el
121and changed rmailsum.el man.el rmail.el sendmail.el 114and changed rmailsum.el man.el rmail.el sendmail.el
122 115
123Alexander Shopov: changed code-pages.el 116Alexander Shopov: changed code-pages.el
@@ -133,6 +126,7 @@ and changed unexelf.c format.el iris4d.h iris5d.h regex.c unexsgi.c
133Alexandre Veyrenc: changed fr-refcard.tex 126Alexandre Veyrenc: changed fr-refcard.tex
134 127
135Alexandru Harsanyi: wrote soap-client.el soap-inspect.el 128Alexandru Harsanyi: wrote soap-client.el soap-inspect.el
129and changed emacs3.py vc-hooks.el vc.el xml.el
136 130
137Alfred Correira: changed generic-x.el 131Alfred Correira: changed generic-x.el
138 132
@@ -147,6 +141,8 @@ Alin C. Soare: changed lisp-mode.el hexl.el
147 141
148Allen S. Rout: changed org-capture.el 142Allen S. Rout: changed org-capture.el
149 143
144Alon Albert: wrote rcompile.el
145
150Alp Aker: changed nsfont.m nsterm.h nsterm.m buff-menu.el configure.in 146Alp Aker: changed nsfont.m nsterm.h nsterm.m buff-menu.el configure.in
151 nsfns.m nsmenu.m 147 nsfns.m nsmenu.m
152 148
@@ -197,7 +193,7 @@ Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el
197Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c 193Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c
198 process.c coding.c files.el keyboard.c xterm.c editfns.c emacs.c fns.c 194 process.c coding.c files.el keyboard.c xterm.c editfns.c emacs.c fns.c
199 print.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c 195 print.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c
200 and 573 other files 196 and 577 other files
201 197
202Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el 198Andreas 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 199 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el
@@ -260,8 +256,8 @@ Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el
260Ari Roponen: changed atimer.c doc.c mule.texi startup.el time-date.el 256Ari Roponen: changed atimer.c doc.c mule.texi startup.el time-date.el
261 257
262Arisawa Akihiro: changed characters.el coding.c epa-file.el japan-util.el 258Arisawa Akihiro: changed characters.el coding.c epa-file.el japan-util.el
263 message.el mm-decode.el mm-view.el ps-print.el tai-viet.el term.c 259 language/tibetan.el message.el mm-decode.el mm-view.el ps-print.el
264 tibetan.el time.el utf-8.el 260 tai-viet.el term.c time.el utf-8.el
265 261
266Arnaud Giersch: changed gnus-sum.el 262Arnaud Giersch: changed gnus-sum.el
267 263
@@ -294,13 +290,13 @@ and changed c++-mode.el cplus-md1.el syntax.c syntax.h
294 290
295Barry Fishman: changed gnu-linux.h 291Barry Fishman: changed gnu-linux.h
296 292
297Bastien Guerry: wrote gnus-bookmark.el org-latex.el org-protocol.el 293Bastien Guerry: wrote gnus-bookmark.el org-latex.el
298and co-wrote org-bibtex.el org-list.el org-src.el 294and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el
299and changed org.el org-agenda.el org-html.el org-clock.el org-exp.el 295and changed org.el org-agenda.el org-html.el org-clock.el org-exp.el
300 org.texi org-table.el org-capture.el org-publish.el org-timer.el 296 org.texi org-table.el org-capture.el org-publish.el org-timer.el
301 org-export-latex.el org-archive.el ob.el org-ascii.el org-mobile.el 297 org-export-latex.el org-archive.el ob.el org-ascii.el org-mobile.el
302 bookmark.el info.el org-attach.el org-colview.el org-crypt.el 298 bookmark.el info.el org-attach.el org-colview.el org-crypt.el
303 org-eshell.el and 31 other files 299 org-eshell.el and 32 other files
304 300
305Ben A. Mesander: co-wrote erc-dcc.el 301Ben A. Mesander: co-wrote erc-dcc.el
306 302
@@ -431,9 +427,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 427 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 428 doctex.el doctor.el ebuff-menu.el echistory.el and 129 other files
433 429
434Brian Sniffen: changed gnus-draft.el mm-decode.el 430Brian Sniffen: changed gnus-draft.el imap.el mm-decode.el
435
436Brian T. Sniffen: changed imap.el
437 431
438Bruno Haible: co-wrote po.el 432Bruno Haible: co-wrote po.el
439and changed INSTALL emacs.1 epaths.in info.el paths.el 433and changed INSTALL emacs.1 epaths.in info.el paths.el
@@ -498,9 +492,9 @@ Chong Yidong: wrote compile-tests.el dichromacy-theme.el
498 font-parse-tests.el redisplay-testsuite.el tabulated-list.el 492 font-parse-tests.el redisplay-testsuite.el tabulated-list.el
499and co-wrote longlines.el tango-dark-theme.el tango-theme.el 493and co-wrote longlines.el tango-dark-theme.el tango-theme.el
500and changed xdisp.c simple.el display.texi files.el frames.texi 494and changed xdisp.c simple.el display.texi files.el frames.texi
501 cus-edit.el files.texi keyboard.c startup.el custom.el package.el 495 cus-edit.el files.texi keyboard.c custom.el startup.el package.el
502 text.texi emacs.texi misc.texi xterm.c faces.el subr.el image.c 496 text.texi xterm.c emacs.texi faces.el misc.texi subr.el image.c
503 mouse.el custom.texi progmodes/compile.el and 837 other files 497 mouse.el custom.texi xfns.c and 841 other files
504 498
505Chris Chase: co-wrote idlw-shell.el idlwave.el 499Chris Chase: co-wrote idlw-shell.el idlwave.el
506 500
@@ -564,11 +558,11 @@ Christoph Bauer: changed configure.in
564Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in 558Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in
565 qp.el 559 qp.el
566 560
567Christoph Scholtes: changed makefile.w32-in progmodes/python.el stdint.h 561Christoph Scholtes: changed makefile.w32-in README.W32
568 INSTALL README.W32 maintaining.texi zipdist.bat admin.el bookmark.el 562 progmodes/python.el stdint.h INSTALL maintaining.texi zipdist.bat
569 config.nt configure.bat control.texi cua-base.el help-mode.el help.el 563 admin.el bookmark.el config.nt configure.bat control.texi cua-base.el
570 ido.el makedist.bat menu.c minibuf.c process.c progmodes/grep.el 564 gmake.defs help-mode.el help.el ido.el make-dist makedist.bat menu.c
571 and 3 other files 565 minibuf.c and 6 other files
572 566
573Christoph Wedler: wrote antlr-mode.el 567Christoph Wedler: wrote antlr-mode.el
574and changed format.el gnus-art.el gnus-picon.el message.el register.el 568and changed format.el gnus-art.el gnus-picon.el message.el register.el
@@ -665,7 +659,7 @@ and changed vc.el Makefile.in configure.in vc-hg.el vc-git.el vc-bzr.el
665 659
666Dan Rosenberg: changed movemail.c 660Dan Rosenberg: changed movemail.c
667 661
668Dani Moncayo: changed lists.texi buffers.texi text.texi 662Dani Moncayo: changed buffers.texi lists.texi makefile.w32-in text.texi
669 663
670Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el 664Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el
671 665
@@ -685,7 +679,7 @@ Daniel Elliott: changed octave-mod.el
685Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi 679Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi
686 misc.texi process.c process.h processes.texi term.el w32.c w32.h 680 misc.texi process.c process.h processes.texi term.el w32.c w32.h
687 681
688Daniel Hackney: changed emacsclient.c process.c 682Daniel Hackney: changed emacsclient.c package.el process.c
689 683
690Daniel Jensen: changed apropos.el 684Daniel Jensen: changed apropos.el
691 685
@@ -695,7 +689,7 @@ and changed mlconvert.el eval-region.el
695 689
696Daniel M Coffman: changed arc-mode.el 690Daniel M Coffman: changed arc-mode.el
697 691
698Daniel M German: wrote org-protocol.el 692Daniel M German: co-wrote org-protocol.el
699 693
700Daniel Néri: changed message.el 694Daniel Néri: changed message.el
701 695
@@ -727,30 +721,29 @@ Darren Stalder: changed gnus-util.el
727 721
728Darrin B. Jewell: changed etags.c lisp.h 722Darrin B. Jewell: changed etags.c lisp.h
729 723
730Dave Abrahams: changed gnus-sum.el org-agenda.el gnus-registry.el
731 gnus.texi nnimap.el nnir.el nnmairix.el nnregistry.el org-clock.el
732
733Dave Detlefs: co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el 724Dave Detlefs: co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el
734 cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el 725 cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el
735 726
736Dave Lambert: changed sol2-5.h xfns.c xterm.c xterm.h 727Dave Lambert: changed sol2-5.h xfns.c xterm.c xterm.h
737 728
738Dave Love: wrote autoarg.el autoconf.el benchmark.el cap-words.el 729Dave Love: wrote autoarg.el autoconf.el benchmark.el cap-words.el
739 cfengine.el elide-head.el georgian.el hl-line.el latin1-disp.el 730 cfengine.el elide-head.el hl-line.el language/georgian.el
740 progmodes/python.el refill.el rfc1345.el sgml-input.el smiley.el 731 latin1-disp.el progmodes/python.el quail/georgian.el refill.el
741 sym-comp.el tool-bar.el uni-input.el utf-7.el utf-8-lang.el vc-bzr.el 732 rfc1345.el sgml-input.el smiley.el sym-comp.el tool-bar.el uni-input.el
742 welsh.el 733 utf-7.el utf-8-lang.el vc/vc-bzr.el welsh.el
743and co-wrote latin-ltx.el socks.el 734and co-wrote latin-ltx.el socks.el
744and changed Makefile.in configure.in help.el mule-cmds.el fortran.el 735and changed Makefile.in configure.in help.el mule-cmds.el fortran.el
745 mule-conf.el xterm.c browse-url.el mule.el coding.c cyrillic.el 736 mule-conf.el xterm.c browse-url.el mule.el coding.c european.el fns.c
746 european.el fns.c mule-diag.el simple.el wid-edit.el cus-edit.el 737 mule-diag.el simple.el wid-edit.el cus-edit.el cus-start.el files.el
747 cus-start.el files.el keyboard.c byte-opt.el and 759 other files 738 keyboard.c byte-opt.el info.el and 770 other files
748 739
749Dave Pearson: wrote 5x5.el quickurl.el 740Dave Pearson: wrote 5x5.el quickurl.el
750 741
751David A. Capello: changed etags.c 742David A. Capello: changed etags.c
752 743
753David Abrahams: changed coding.c ediff-init.el mairix.el 744David Abrahams: changed gnus-sum.el org-agenda.el coding.c ediff-init.el
745 gnus-registry.el gnus.texi mairix.el nnimap.el nnir.el nnmairix.el
746 nnregistry.el org-clock.el
754 747
755David Bakhash: wrote strokes.el 748David Bakhash: wrote strokes.el
756 749
@@ -771,9 +764,9 @@ David Edmondson: changed message.el gnus-cite.el imap.el mm-view.el
771David Engster: wrote mairix.el nnmairix.el 764David Engster: wrote mairix.el nnmairix.el
772and changed gnus.texi insert.el registry.el gnus-msg.el 765and changed gnus.texi insert.el registry.el gnus-msg.el
773 analyze/complete.el base.el bovine-grammar.el cedet/srecode.el 766 analyze/complete.el base.el bovine-grammar.el cedet/srecode.el
774 cpp-root.el custom.el db-find.el db-typecache.el db.el dictionary.el 767 cpp-root.el db-find.el db-typecache.el db.el dictionary.el display.texi
775 display.texi document.el ede-grammar.el files.el filters.el generic.el 768 document.el ede-grammar.el ede/custom.el ede/generic.el files.el
776 gnus-registry.el and 22 other files 769 filters.el gnus-registry.el and 22 other files
777 770
778David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el 771David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el
779 calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el 772 calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el
@@ -807,10 +800,10 @@ David J. MacKenzie: changed configure.in etags.c Makefile.in fakemail.c
807 b2m.c config.in digest-doc.c emacsclient.c emacsserver.c emacstool.c 800 b2m.c config.in digest-doc.c emacsclient.c emacsserver.c emacstool.c
808 etags-vmslib.c fortran.el hexl.c and 14 other files 801 etags-vmslib.c fortran.el hexl.c and 14 other files
809 802
810David Kastrup: changed greek.el replace.el faq.texi search.c ange-ftp.el 803David Kastrup: changed quail/greek.el replace.el faq.texi search.c
811 calc.el help.el keymaps.texi mouse.el subr.el woman.el Makefile.in 804 ange-ftp.el calc.el help.el keymaps.texi mouse.el subr.el woman.el
812 desktop.el gnus-art.el keymap.c keymap.h lisp-mnt.el meta-mode.el 805 Makefile.in desktop.el gnus-art.el keymap.c keymap.h lisp-mnt.el
813 mpuz.el process.c search.texi and 79 other files 806 meta-mode.el mpuz.el process.c search.texi and 79 other files
814 807
815David Kågedal: wrote tempo.el 808David Kågedal: wrote tempo.el
816and changed sendmail.el xmenu.c 809and changed sendmail.el xmenu.c
@@ -853,6 +846,7 @@ David Mosberger-Tang: changed alpha.h unexelf.c cm.h config.in
853 sysdep.c terminfo.c unexelf1.c yow.c 846 sysdep.c terminfo.c unexelf1.c yow.c
854 847
855David O'Toole: wrote org-publish.el 848David O'Toole: wrote org-publish.el
849and co-wrote ob-lisp.el
856 850
857David Ponce: wrote bovine-grammar.el cedet.el comp.el grammar-wy.el 851David Ponce: wrote bovine-grammar.el cedet.el comp.el grammar-wy.el
858 grammar.el java-tags.el mode-local.el recentf.el ruler-mode.el 852 grammar.el java-tags.el mode-local.el recentf.el ruler-mode.el
@@ -876,8 +870,6 @@ David Robinson: changed menu-bar.el x-win.el
876 870
877David S. Goldberg: changed gnus-art.el message.el 871David S. Goldberg: changed gnus-art.el message.el
878 872
879David T. O'Toole: co-wrote ob-lisp.el
880
881David Vazquez: changed m4-mode.el 873David Vazquez: changed m4-mode.el
882 874
883David Z. Maze: changed nnml.el nnrss.el 875David Z. Maze: changed nnml.el nnrss.el
@@ -904,7 +896,7 @@ Denis Stünkel: changed ibuf-ext.el
904 896
905Deniz Dogan: changed rcirc.el simple.el css-mode.el commands.texi 897Deniz Dogan: changed rcirc.el simple.el css-mode.el commands.texi
906 image.el iswitchb.el lisp-mode.el process.c progmodes/python.el 898 image.el iswitchb.el lisp-mode.el process.c progmodes/python.el
907 quickurl.el rcirc.texi vc-bzr.el wdired.el window.el 899 quickurl.el rcirc.texi vc/vc-bzr.el wdired.el window.el
908 900
909Dennis Gilmore: changed sparc.h 901Dennis Gilmore: changed sparc.h
910 902
@@ -920,7 +912,7 @@ Derek Upham: changed nxml-mode.el
920 912
921Detlev Zundel: wrote re-builder.el 913Detlev Zundel: wrote re-builder.el
922 914
923Devon Sean Mccullough: changed comint.el 915Devon Sean McCullough: changed comint.el
924 916
925Dhruva Krishnamurthy: changed makefile.w32-in emacsclient.c fontset.c 917Dhruva Krishnamurthy: changed makefile.w32-in emacsclient.c fontset.c
926 sound.c w32proc.c 918 sound.c w32proc.c
@@ -960,6 +952,8 @@ Dmitry Bolshakov: changed hideshow.el
960Dmitry Dzhus: changed gdb-mi.el gud.el fadr.el all.xpm building.texi 952Dmitry Dzhus: changed gdb-mi.el gud.el fadr.el all.xpm building.texi
961 emacs.texi process.c thread.xpm 953 emacs.texi process.c thread.xpm
962 954
955Dmitry Gutov: changed lisp.el
956
963Dmitry Kurochkin: changed isearch.el 957Dmitry Kurochkin: changed isearch.el
964 958
965Dominique de Waleffe: changed pcvs-info.el 959Dominique de Waleffe: changed pcvs-info.el
@@ -991,8 +985,8 @@ Ed L. Cashin: changed gnus-sum.el imap.el
991Ed Swarthout: changed hexl.el textmodes/table.el 985Ed Swarthout: changed hexl.el textmodes/table.el
992 986
993Eduard Wiebe: changed dired.el browse-url.el flymake.texi footnote.el 987Eduard Wiebe: changed dired.el browse-url.el flymake.texi footnote.el
994 javascript.el korean.el locate.el mule-conf.el nxml-mode.texi 988 javascript.el jit-lock.el korean.el locate.el mule-conf.el
995 objects.texi ps-print.el vc-rcs.el 989 nxml-mode.texi objects.texi ps-print.el vc-rcs.el
996 990
997Eduardo Muñoz: changed dired.el ls-lisp.el 991Eduardo Muñoz: changed dired.el ls-lisp.el
998 992
@@ -1013,8 +1007,6 @@ and changed erc.el erc-viper.el erc-log.el erc-track.el viper.el
1013 1007
1014Edward Trumbo: changed Makefile.in 1008Edward Trumbo: changed Makefile.in
1015 1009
1016Edward Wiebe: changed jit-lock.el
1017
1018Edwin Steiner: changed gnus-nocem.el 1010Edwin Steiner: changed gnus-nocem.el
1019 1011
1020Ehud Karni: changed rmail.el aviion-intel.h complete.el configure.in 1012Ehud Karni: changed rmail.el aviion-intel.h complete.el configure.in
@@ -1030,8 +1022,8 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el
1030 tty-colors.el 1022 tty-colors.el
1031and changed makefile.w32-in msdos.c xdisp.c Makefile.in files.el 1023and changed makefile.w32-in msdos.c xdisp.c Makefile.in files.el
1032 config.bat fileio.c simple.el msdos.h info.el mainmake.v2 rmail.el 1024 config.bat fileio.c simple.el msdos.h info.el mainmake.v2 rmail.el
1033 sed1v2.inp display.texi w32.c process.c pc-win.el dispnew.c startup.el 1025 sed1v2.inp display.texi w32.c pc-win.el process.c dispnew.c startup.el
1034 dispextern.h dired.c and 697 other files 1026 dispextern.h dired.c and 700 other files
1035 1027
1036Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el 1028Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
1037 gnus.el 1029 gnus.el
@@ -1078,16 +1070,16 @@ Eric M. Ludlam: wrote analyze.el analyze/complete.el analyze/debug.el
1078 args.el auto.el autoconf-edit.el base.el bovine.el bovine/debug.el 1070 args.el auto.el autoconf-edit.el base.el bovine.el bovine/debug.el
1079 bovine/el.el bovine/make.el c.el cedet-cscope.el cedet-files.el 1071 bovine/el.el bovine/make.el c.el cedet-cscope.el cedet-files.el
1080 cedet-global.el cedet-idutils.el cedet-utests.el cedet/semantic.el 1072 cedet-global.el cedet-idutils.el cedet-utests.el cedet/semantic.el
1081 cedet/srecode.el checkdoc.el cpp-root.el cscope.el custom.el 1073 cedet/srecode.el checkdoc.el cpp-root.el cscope.el data-debug.el
1082 data-debug.el db-debug.el db-el.el db-file.el db-find.el db-global.el 1074 db-debug.el db-el.el db-file.el db-find.el db-global.el db-mode.el
1083 db-mode.el db-ref.el db-typecache.el db.el decorate.el decorate/mode.el 1075 db-ref.el db-typecache.el db.el decorate.el decorate/mode.el dep.el
1084 dep.el dframe.el dictionary.el doc.el document.el ede-grammar.el 1076 dframe.el dictionary.el doc.el document.el ede-grammar.el ede-tests.el
1085 ede-tests.el ede.el ede/dired.el ede/files.el ede/linux.el 1077 ede.el ede/custom.el ede/dired.el ede/files.el ede/generic.el
1086 ede/locate.el ede/make.el ede/shell.el ede/simple.el ede/speedbar.el 1078 ede/linux.el ede/locate.el ede/make.el ede/shell.el ede/simple.el
1087 ede/srecode.el ede/util.el edit.el eieio-base.el eieio-custom.el 1079 ede/speedbar.el ede/srecode.el ede/util.el edit.el eieio-base.el
1088 eieio-datadebug.el eieio-opt.el eieio-speedbar.el eieio.el 1080 eieio-custom.el eieio-datadebug.el eieio-opt.el eieio-speedbar.el
1089 emacs-lisp/chart.el emacs.el expandproto.el extract.el ezimage.el 1081 eieio.el emacs-lisp/chart.el emacs.el expandproto.el extract.el
1090 fcn.el fields.el filter.el filters.el fw.el gcc.el generic.el getset.el 1082 ezimage.el fcn.el fields.el filter.el filters.el fw.el gcc.el getset.el
1091 global.el html.el ia-sb.el ia.el idle.el idutils.el include.el 1083 global.el html.el ia-sb.el ia.el idle.el idutils.el include.el
1092 insert.el inversion.el javascript.el lex-spp.el lex.el list.el 1084 insert.el inversion.el javascript.el lex-spp.el lex.el list.el
1093 makefile-edit.el map.el mru-bookmark.el pconf.el pmake.el 1085 makefile-edit.el map.el mru-bookmark.el pconf.el pmake.el
@@ -1162,7 +1154,7 @@ Ethan Ligon: changed org-docbook.el org-html.el
1162 1154
1163Eugene Exarevsky: changed sql.el 1155Eugene Exarevsky: changed sql.el
1164 1156
1165Evangelos Evangelou: changed f90.el 1157Evangelos Evangelou: changed progmodes/f90.el
1166 1158
1167Evgeni Dobrev: changed man.el 1159Evgeni Dobrev: changed man.el
1168 1160
@@ -1315,7 +1307,7 @@ Gerd Möllmann: wrote authors.el ebrowse.el jit-lock.el rx.el tooltip.el
1315and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c 1307and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c
1316 window.c keyboard.c lisp.h Makefile.in faces.el alloc.c buffer.c 1308 window.c keyboard.c lisp.h Makefile.in faces.el alloc.c buffer.c
1317 startup.el xterm.h fns.c simple.el term.c frame.c xmenu.c emacs.c 1309 startup.el xterm.h fns.c simple.el term.c frame.c xmenu.c emacs.c
1318 and 615 other files 1310 and 617 other files
1319 1311
1320Gergely Nagy: changed erc.el 1312Gergely Nagy: changed erc.el
1321 1313
@@ -1332,12 +1324,11 @@ Giuliano Procida: changed perl-mode.el
1332Giuseppe Scrivano: changed browse-url.el buffer.c configure.in sysdep.c 1324Giuseppe Scrivano: changed browse-url.el buffer.c configure.in sysdep.c
1333 xsmfns.c 1325 xsmfns.c
1334 1326
1335Glenn Morris: wrote check-declare.el f90.el vc-bzr.el 1327Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el
1336and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el 1328and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el
1337 files.el cal-menu.el appt.el cal-hebrew.el fortran.el bytecomp.el 1329 progmodes/f90.el files.el cal-menu.el appt.el cal-hebrew.el fortran.el
1338 holidays.el make-dist calendar.texi emacs.texi simple.el sed1v2.inp 1330 bytecomp.el holidays.el calendar.texi emacs.texi make-dist simple.el
1339 cal-islam.el cal-bahai.el makefile.w32-in dired-x.el 1331 ack.texi sed1v2.inp cal-islam.el dired-x.el and 1242 other files
1340 and 1210 other files
1341 1332
1342Glynn Clements: wrote gamegrid.el snake.el tetris.el 1333Glynn Clements: wrote gamegrid.el snake.el tetris.el
1343 1334
@@ -1407,8 +1398,8 @@ Helmut Eller: changed cl-macs.el emacs-lisp/debug.el process.c
1407Helmut Waitzmann: changed gnus-sum.el gnus.texi 1398Helmut Waitzmann: changed gnus-sum.el gnus.texi
1408 1399
1409Henrik Enberg: changed rmailout.el gnus-art.el gnus-msg.el lread.c 1400Henrik Enberg: changed rmailout.el gnus-art.el gnus-msg.el lread.c
1410 rmail.el rmailedit.el rmailkwd.el rmailmm.el rmailmsc.el rmailsort.el 1401 mail/rmailmm.el rmail.el rmailedit.el rmailkwd.el rmailmsc.el
1411 rmailsum.el xfaces.c 1402 rmailsort.el rmailsum.el xfaces.c
1412 1403
1413Henrique Martins: changed mh-mime.el mh-xface.el 1404Henrique Martins: changed mh-mime.el mh-xface.el
1414 1405
@@ -1531,8 +1522,8 @@ Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el
1531 1522
1532Jambunathan K: wrote org-lparse.el org-odt.el 1523Jambunathan K: wrote org-lparse.el org-odt.el
1533and changed org.el org-exp.el org-inlinetask.el org.texi 1524and changed org.el org-exp.el org-inlinetask.el org.texi
1534 OrgOdtContentTemplate.xml OrgOdtStyles.xml indian.el org-footnote.el 1525 OrgOdtContentTemplate.xml OrgOdtStyles.xml org-footnote.el org-html.el
1535 org-html.el package-x.el tar-mode.el 1526 package-x.el quail/indian.el tar-mode.el
1536 1527
1537James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el 1528James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el
1538 nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el 1529 nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el
@@ -1572,7 +1563,7 @@ Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el
1572and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h 1563and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h
1573 gtkutil.h nsterm.m x-win.el keyboard.c Makefile.in frames.texi 1564 gtkutil.h nsterm.m x-win.el keyboard.c Makefile.in frames.texi
1574 xsettings.c emacs.c frame.c nsfns.m xselect.c process.c xlwmenu.c 1565 xsettings.c emacs.c frame.c nsfns.m xselect.c process.c xlwmenu.c
1575 config.in cus-start.el and 302 other files 1566 config.in cus-start.el and 303 other files
1576 1567
1577Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el 1568Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el
1578and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el 1569and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el
@@ -1614,10 +1605,10 @@ and changed w32fns.c w32term.c w32font.c makefile.w32-in w32menu.c
1614 font.c image.c w32font.h w32gui.h and 160 other files 1605 font.c image.c w32font.h w32gui.h and 160 other files
1615 1606
1616Jay Belanger: changed calc.texi calc.el calc-ext.el calc-aent.el 1607Jay Belanger: changed calc.texi calc.el calc-ext.el calc-aent.el
1617 calc-units.el calc-embed.el calc-lang.el calc-prog.el calc-help.el 1608 calc-units.el calc-embed.el calc-help.el calc-lang.el calc-prog.el
1618 calc-math.el calccomp.el calc-arith.el calc-graph.el calc-forms.el 1609 calc-math.el calccomp.el calc-arith.el calc-graph.el calc-forms.el
1619 calc-misc.el calc-store.el calc-yank.el calcalg2.el calc-bin.el 1610 calc-misc.el calc-store.el calc-yank.el calcalg2.el calc-bin.el
1620 calc-alg.el calc-vec.el and 39 other files 1611 calc-alg.el calc-vec.el and 40 other files
1621 1612
1622Jay K. Adams: wrote jka-cmpr-hook.el jka-compr.el 1613Jay K. Adams: wrote jka-cmpr-hook.el jka-compr.el
1623 1614
@@ -1648,11 +1639,12 @@ Jens Krinke: changed smime.el
1648Jens Lautenbacher: changed gnus.el 1639Jens Lautenbacher: changed gnus.el
1649 1640
1650Jens Petersen: wrote find-func.el 1641Jens Petersen: wrote find-func.el
1651and changed ffap.el mule-cmds.el pcmpl-rpm.el 1642and changed mule-cmds.el pcmpl-rpm.el
1652 1643
1653Jens Toivo Berger Thielemann: changed word-help.el 1644Jens Toivo Berger Thielemann: changed word-help.el
1654 1645
1655Jens-Ulrik Holger Petersen: changed cus-edit.el find-func.el gnus.el 1646Jens-Ulrik Holger Petersen: changed cus-edit.el ffap.el find-func.el
1647 gnus.el
1656 1648
1657Jeramey Crawford: changed amdx86-64.h configure.in 1649Jeramey Crawford: changed amdx86-64.h configure.in
1658 1650
@@ -1684,7 +1676,7 @@ and co-wrote wyse50.el
1684and changed keyboard.c xterm.c xfns.c Makefile.in window.c process.c 1676and changed keyboard.c xterm.c xfns.c Makefile.in window.c process.c
1685 ymakefile dispnew.c xdisp.c sysdep.c configure.in lisp.h keymap.c 1677 ymakefile dispnew.c xdisp.c sysdep.c configure.in lisp.h keymap.c
1686 configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c 1678 configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c
1687 and 387 other files 1679 and 388 other files
1688 1680
1689Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h 1681Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h
1690 rmail.el 1682 rmail.el
@@ -1692,7 +1684,7 @@ Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h
1692Jim Meyering: changed lread.c w32.c copyright.el ebrowse.c emacs.c 1684Jim Meyering: changed lread.c w32.c copyright.el ebrowse.c emacs.c
1693 make-docfile.c nsfont.m term.c w32font.c xfaces.c xselect.c Makefile.in 1685 make-docfile.c nsfont.m term.c w32font.c xfaces.c xselect.c Makefile.in
1694 alloc.c artist.el autoinsert.el buffer.h character.h charset.c 1686 alloc.c artist.el autoinsert.el buffer.h character.h charset.c
1695 configure configure.in doprnt.c and 52 other files 1687 configure configure.in doprnt.c and 53 other files
1696 1688
1697Jim Radford: changed gnus-start.el 1689Jim Radford: changed gnus-start.el
1698 1690
@@ -1773,8 +1765,6 @@ John F. Carr: changed dired.c
1773 1765
1774John F. Whitehead: changed mule-cmds.el mule-diag.el 1766John F. Whitehead: changed mule-cmds.el mule-diag.el
1775 1767
1776John Foerch: changed display.texi
1777
1778John Fremlin: changed gnus-msg.el message.el 1768John Fremlin: changed gnus-msg.el message.el
1779 1769
1780John Grabowski: changed xfaces.c xfns.c 1770John Grabowski: changed xfaces.c xfns.c
@@ -1785,9 +1775,10 @@ John Heidemann: wrote mouse-copy.el mouse-drag.el
1785 1775
1786John Hughes: changed term.c 1776John Hughes: changed term.c
1787 1777
1788John J Foerch: changed erc-stamp.el org.el progmodes/compile.el 1778John J Foerch: changed display.texi erc-stamp.el org.el
1779 progmodes/compile.el
1789 1780
1790John Mongan: changed f90.el 1781John Mongan: changed progmodes/f90.el
1791 1782
1792John Paul Wallington: changed ibuffer.el ibuf-ext.el subr.el help-fns.el 1783John Paul Wallington: changed ibuffer.el ibuf-ext.el subr.el help-fns.el
1793 rmail.el files.el thumbs.el bindings.el fns.c xfns.c arc-mode.el 1784 rmail.el files.el thumbs.el bindings.el fns.c xfns.c arc-mode.el
@@ -1798,16 +1789,17 @@ John Sullivan: changed window.c
1798 1789
1799John Tobey: changed gud.el 1790John Tobey: changed gud.el
1800 1791
1801John W. Eaton: wrote octave-inf.el octave-mod.el 1792John W. Eaton: co-wrote octave-mod.el
1793and changed octave-inf.el
1802 1794
1803John Wiegley: wrote align.el cal-bahai.el em-alias.el em-banner.el 1795John Wiegley: wrote align.el cal-bahai.el em-alias.el em-banner.el
1804 em-basic.el em-cmpl.el em-dirs.el em-glob.el em-hist.el em-ls.el 1796 em-basic.el em-cmpl.el em-dirs.el em-glob.el em-hist.el em-ls.el
1805 em-pred.el em-prompt.el em-rebind.el em-script.el em-smart.el 1797 em-pred.el em-prompt.el em-rebind.el em-script.el em-smart.el
1806 em-term.el em-unix.el em-xtra.el erc-identd.el esh-arg.el esh-cmd.el 1798 em-term.el em-unix.el em-xtra.el erc-identd.el esh-arg.el esh-cmd.el
1807 esh-ext.el esh-io.el esh-mode.el esh-module.el esh-opt.el esh-proc.el 1799 esh-ext.el esh-io.el esh-mode.el esh-module.el esh-opt.el esh-proc.el
1808 esh-util.el esh-var.el eshell.el eudcb-mab.el isearchb.el org-attach.el 1800 esh-util.el esh-var.el eshell/eshell.el eudcb-mab.el isearchb.el
1809 org-crypt.el org-habit.el pcmpl-cvs.el pcomplete.el remember.el 1801 org-attach.el org-crypt.el org-habit.el pcmpl-cvs.el pcomplete.el
1810 timeclock.el 1802 remember.el test/eshell.el timeclock.el
1811and co-wrote org-mac-message.el org-pcomplete.el 1803and co-wrote org-mac-message.el org-pcomplete.el
1812and changed org-clock.el org-agenda.el erc-chess.el org.el erc.el 1804and changed org-clock.el org-agenda.el erc-chess.el org.el erc.el
1813 iswitchb.el ido.el esh-test.el Makefile.in allout.el cal-menu.el 1805 iswitchb.el ido.el esh-test.el Makefile.in allout.el cal-menu.el
@@ -1881,10 +1873,10 @@ Juan Pechiar: wrote ob-mscgen.el
1881and changed ob-octave.el 1873and changed ob-octave.el
1882 1874
1883Juanma Barranquero: wrote emacs-lock.el 1875Juanma Barranquero: wrote emacs-lock.el
1884and changed makefile.w32-in subr.el w32fns.c files.el server.el 1876and changed makefile.w32-in subr.el w32fns.c files.el server.el bs.el
1885 emacsclient.c bs.el help-fns.el faces.el org.el simple.el buffer.c 1877 emacsclient.c help-fns.el faces.el org.el simple.el buffer.c xdisp.c
1886 xdisp.c keyboard.c desktop.el process.c w32term.c window.c ido.el w32.c 1878 keyboard.c desktop.el process.c w32term.c window.c ido.el w32.c
1887 allout.el and 1086 other files 1879 allout.el and 1089 other files
1888 1880
1889Juergen Kreileder: changed imap.el nnimap.el 1881Juergen Kreileder: changed imap.el nnimap.el
1890 1882
@@ -1917,7 +1909,7 @@ and changed info.el isearch.el simple.el replace.el progmodes/grep.el
1917 dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el 1909 dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el
1918 display.texi menu-bar.el descr-text.el bindings.el cus-edit.el 1910 display.texi menu-bar.el descr-text.el bindings.el cus-edit.el
1919 image-mode.el ispell.el man.el dired-x.el log-view.el 1911 image-mode.el ispell.el man.el dired-x.el log-view.el
1920 and 337 other files 1912 and 338 other files
1921 1913
1922Justin Bogner: changed fortune.el 1914Justin Bogner: changed fortune.el
1923 1915
@@ -2001,7 +1993,7 @@ Karl Pflästerer: changed gnus-art.el gnus-score.el mml.el spam-stat.el
2001Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el 1993Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el
2002 1994
2003Katsumi Yamaoka: wrote canlock.el 1995Katsumi Yamaoka: wrote canlock.el
2004and changed gnus-art.el message.el gnus-sum.el gnus.texi mm-decode.el 1996and changed gnus-art.el gnus-sum.el message.el gnus.texi mm-decode.el
2005 mm-util.el mm-view.el gnus-group.el mml.el rfc2047.el gnus-util.el 1997 mm-util.el mm-view.el gnus-group.el mml.el rfc2047.el gnus-util.el
2006 gnus-start.el gnus-msg.el gnus.el shr.el nntp.el gnus-agent.el nnrss.el 1998 gnus-start.el gnus-msg.el gnus.el shr.el nntp.el gnus-agent.el nnrss.el
2007 mm-uu.el nnmail.el gnus-html.el and 135 other files 1999 mm-uu.el nnmail.el gnus-html.el and 135 other files
@@ -2033,9 +2025,9 @@ Ken Brush: changed emacsclient.c
2033Ken Laprade: changed simple.el 2025Ken Laprade: changed simple.el
2034 2026
2035Ken Manheimer: wrote allout-widgets.el allout.el icomplete.el 2027Ken Manheimer: wrote allout-widgets.el allout.el icomplete.el
2036and changed pgg-gpg.el pgg.el progmodes/python.el encrypted-locked.xpm 2028and changed pgg-gpg.el pgg.el progmodes/python.el locked-encrypted.png
2037 pgg-pgp.el pgg-pgp5.el unlocked-encrypted.png unlocked-encrypted.xpm 2029 locked-encrypted.xpm pgg-pgp.el pgg-pgp5.el unlocked-encrypted.png
2038 README edebug.el pgg.texi tips.texi 2030 unlocked-encrypted.xpm README edebug.el pgg.texi tips.texi
2039 2031
2040Ken Raeburn: changed lisp.h lread.c Makefile.in alloc.c buffer.c fns.c 2032Ken Raeburn: changed lisp.h lread.c Makefile.in alloc.c buffer.c fns.c
2041 keyboard.c minibuf.c coding.c editfns.c fileio.c keymap.c xdisp.c 2033 keyboard.c minibuf.c coding.c editfns.c fileio.c keymap.c xdisp.c
@@ -2044,13 +2036,13 @@ Ken Raeburn: changed lisp.h lread.c Makefile.in alloc.c buffer.c fns.c
2044 2036
2045Ken Stevens: wrote ispell.el 2037Ken Stevens: wrote ispell.el
2046 2038
2047Kenichi Handa: wrote composite.el cyrillic.el isearch-x.el ps-bdf.el 2039Kenichi Handa: wrote composite.el isearch-x.el language/cyrillic.el
2048 py-punct.el pypunct-b5.el thai-word.el 2040 ps-bdf.el py-punct.el pypunct-b5.el thai-word.el
2049and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el 2041and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el
2050and changed coding.c mule-cmds.el mule.el fontset.c charset.c xdisp.c 2042and changed coding.c mule-cmds.el mule.el fontset.c charset.c xdisp.c
2051 fontset.el font.c xterm.c Makefile.in fileio.c mule-conf.el 2043 fontset.el font.c xterm.c Makefile.in fileio.c mule-conf.el
2052 characters.el fns.c ftfont.c mule-diag.el charset.h ccl.c coding.h 2044 characters.el fns.c ftfont.c mule-diag.el charset.h ccl.c coding.h
2053 xfaces.c japanese.el and 379 other files 2045 xfaces.c editfns.c and 388 other files
2054 2046
2055Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el 2047Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el
2056 2048
@@ -2139,7 +2131,8 @@ Kristoffer Grönlund: wrote wombat-theme.el
2139 2131
2140Kurt B. Kaiser: changed message.el 2132Kurt B. Kaiser: changed message.el
2141 2133
2142Kurt Hornik: wrote octave-inf.el octave-mod.el 2134Kurt Hornik: wrote octave-inf.el
2135and co-wrote octave-mod.el
2143and changed battery.el ielm.el octave-hlp.el term.el 2136and changed battery.el ielm.el octave-hlp.el term.el
2144 2137
2145Kurt Swanson: changed gnus-art.el gnus-salt.el gnus-sum.el gnus-ems.el 2138Kurt Swanson: changed gnus-art.el gnus-salt.el gnus-sum.el gnus-ems.el
@@ -2167,15 +2160,11 @@ Lars Hansen: changed desktop.el tramp.el info.el mh-e.el dired-x.el
2167 hilit-chg.el misc.texi url-auth.el url-cache.el url-dired.el url-ftp.el 2160 hilit-chg.el misc.texi url-auth.el url-cache.el url-dired.el url-ftp.el
2168 url-irc.el url-misc.el url-news.el url-privacy.el and 39 other files 2161 url-irc.el url-misc.el url-news.el url-privacy.el and 39 other files
2169 2162
2170Lars Ingebrigtsen: changed nnimap.el gnus-art.el gnus-sum.el shr.el
2171 gnus.texi gnus-start.el auth-source.el nntp.el message.el gnus-draft.el
2172 gnus-group.el gnus-agent.el gnus-html.el gnus-util.el macros.texi
2173 nnfolder.el nnmail.el proto-stream.el gnus-demon.el gnus-gravatar.el
2174 gnus-int.el and 10 other files
2175
2176Lars Lindberg: wrote msb.el 2163Lars Lindberg: wrote msb.el
2177and co-wrote dabbrev.el imenu.el 2164and co-wrote dabbrev.el imenu.el
2178 2165
2166Lars Ljung: changed esh-ext.el
2167
2179Lars Magne Ingebrigtsen: wrote compface.el dns.el ecomplete.el 2168Lars Magne Ingebrigtsen: wrote compface.el dns.el ecomplete.el
2180 format-spec.el gnus-agent.el gnus-art.el gnus-async.el gnus-bcklg.el 2169 format-spec.el gnus-agent.el gnus-art.el gnus-async.el gnus-bcklg.el
2181 gnus-cache.el gnus-demon.el gnus-draft.el gnus-dup.el gnus-eform.el 2170 gnus-cache.el gnus-demon.el gnus-draft.el gnus-dup.el gnus-eform.el
@@ -2192,11 +2181,10 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el
2192 mm-encode.el mm-util.el nnbabyl.el nndoc.el nneething.el nnfolder.el 2181 mm-encode.el mm-util.el nnbabyl.el nndoc.el nneething.el nnfolder.el
2193 nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el 2182 nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el
2194 rfc2047.el time-date.el 2183 rfc2047.el time-date.el
2195and changed gnus.texi gnus-cite.el pop3.el gnus-xmas.el smtpmail.el 2184and changed gnus.texi gnus-cite.el pop3.el smtpmail.el gnus-xmas.el
2196 proto-stream.el auth-source.el subr.el xml.c dired.el editfns.c 2185 auth-source.el proto-stream.el url-http.el gnutls.c subr.el xml.c
2197 nnultimate.el gnus-nocem.el gnutls.c imap.el nnkiboze.el nnrss.el 2186 dired.el editfns.c nnultimate.el gnus-nocem.el imap.el nnkiboze.el
2198 nnslashdot.el spam-report.el url-http.el gnus-cus.el 2187 nnrss.el nnslashdot.el simple.el spam-report.el and 210 other files
2199 and 207 other files
2200 2188
2201Lars Rasmusson: changed ebrowse.c 2189Lars Rasmusson: changed ebrowse.c
2202 2190
@@ -2209,7 +2197,7 @@ and changed erc.el org-latex.el org.el erc-match.el erc-nets.el
2209 erc-nickserv.el org-exp.el browse-url.el erc-button.el erc-compat.el 2197 erc-nickserv.el org-exp.el browse-url.el erc-button.el erc-compat.el
2210 erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el ob.el 2198 erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el ob.el
2211 org-html.el cl-macs.el erc-autoaway.el erc-autojoin.el erc-bbdb.el 2199 org-html.el cl-macs.el erc-autoaway.el erc-autojoin.el erc-bbdb.el
2212 and 22 other files 2200 and 23 other files
2213 2201
2214Lawrence R. Dodd: co-wrote dired-x.el 2202Lawrence R. Dodd: co-wrote dired-x.el
2215and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el 2203and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el
@@ -2227,10 +2215,10 @@ and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el
2227 2215
2228Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c 2216Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c
2229 2217
2230Leo Liu: changed rcirc.el ido.el makefile.w32-in abbrev.el Makefile.in 2218Leo Liu: changed rcirc.el ido.el makefile.w32-in abbrev.el subr.el
2231 deps.mk dnd.el em-hist.el erc.el files.el fns.c footnote.el gl-comp.m4 2219 Makefile.in deps.mk diff-mode.el dnd.el em-hist.el erc.el files.el
2232 gnulib.mk help-mode.el iswitchb.el minibuf.c minibuffer.el register.el 2220 fns.c footnote.el gl-comp.m4 gnulib.mk help-mode.el iswitchb.el
2233 replace.el subr.el and 47 other files 2221 minibuf.c minibuffer.el register.el and 57 other files
2234 2222
2235Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el 2223Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el
2236 rmailout.el sendmail.el 2224 rmailout.el sendmail.el
@@ -2269,11 +2257,11 @@ Lukas Huonker: changed tetris.el
2269Łukasz Stelmach: changed cookie1.el message.el org-agenda.el org-bbdb.el 2257Łukasz Stelmach: changed cookie1.el message.el org-agenda.el org-bbdb.el
2270 org-exp.el org-html.el org.el 2258 org-exp.el org-html.el org.el
2271 2259
2272Lute Kamstra: changed modes.texi generic.el emacs-lisp/debug.el 2260Lute Kamstra: changed modes.texi emacs-lisp/debug.el generic-x.el
2273 generic-x.el font-lock.el simple.el subr.el Makefile.in battery.el 2261 generic.el font-lock.el simple.el subr.el Makefile.in battery.el
2274 debugging.texi easy-mmode.el elisp.texi hl-line.el info.el basic.texi 2262 debugging.texi easy-mmode.el elisp.texi emacs-lisp/generic.el
2275 bindings.el calc.el cmdargs.texi diff-mode.el doclicense.texi 2263 hl-line.el info.el basic.texi bindings.el calc.el cmdargs.texi
2276 edebug.texi and 290 other files 2264 diff-mode.el doclicense.texi and 291 other files
2277 2265
2278Lynn Slater: wrote help-macro.el 2266Lynn Slater: wrote help-macro.el
2279 2267
@@ -2281,8 +2269,9 @@ Maciek Pasternacki: changed nnrss.el
2281 2269
2282Magnus Henoch: changed url-http.el ispell.el url.el dbusbind.c dns.el 2270Magnus Henoch: changed url-http.el ispell.el url.el dbusbind.c dns.el
2283 url-gw.el url-parse.el url-proxy.el autoinsert.el cl.texi configure.in 2271 url-gw.el url-parse.el url-proxy.el autoinsert.el cl.texi configure.in
2284 cyrillic.el dbus.el gnus.texi hashcash.el log-edit.el message.el 2272 dbus.el gnus.texi hashcash.el log-edit.el message.el org-clock.el
2285 org-clock.el org-latex.el org-table.el process.c and 10 other files 2273 org-latex.el org-table.el process.c quail/cyrillic.el
2274 and 10 other files
2286 2275
2287Malcolm Purvis: changed spam-stat.el 2276Malcolm Purvis: changed spam-stat.el
2288 2277
@@ -2423,7 +2412,7 @@ Martin Pohlack: changed iimage.el pc-select.el
2423Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c 2412Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c
2424 help.el window.h cus-start.el frame.el cus-edit.el files.el 2413 help.el window.h cus-start.el frame.el cus-edit.el files.el
2425 buffers.texi dired.el subr.el add-log.el xdisp.c font-lock.el 2414 buffers.texi dired.el subr.el add-log.el xdisp.c font-lock.el
2426 help-fns.el lisp.h mouse.el wid-edit.el and 135 other files 2415 help-fns.el lisp.h mouse.el wid-edit.el and 136 other files
2427 2416
2428Martin Stjernholm: wrote cc-bytecomp.el 2417Martin Stjernholm: wrote cc-bytecomp.el
2429and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el 2418and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el
@@ -2452,15 +2441,13 @@ and co-wrote cc-guess.el
2452and changed etags.el asm-mode.el hexl.el xdisp.c bindings.el man.el 2441and changed etags.el asm-mode.el hexl.el xdisp.c bindings.el man.el
2453 xfaces.c simple.el vc.el wid-edit.el add-log.el etags.c faces.el 2442 xfaces.c simple.el vc.el wid-edit.el add-log.el etags.c faces.el
2454 pcvs.el progmodes/compile.el register.el ruler-mode.el buffer.c 2443 pcvs.el progmodes/compile.el register.el ruler-mode.el buffer.c
2455 cus-face.el dired-x.el dispextern.h and 71 other files 2444 cc-langs.el cus-face.el dired-x.el and 73 other files
2456 2445
2457Masayuki Ataka: changed texinfmt.el texinfo.el characters.el cmuscheme.el 2446Masayuki Ataka: changed texinfmt.el texinfo.el characters.el cmuscheme.el
2458 make-mode.el 2447 make-mode.el
2459 2448
2460Masayuki Fujii: changed dnd.el w32-win.el 2449Masayuki Fujii: changed dnd.el w32-win.el
2461 2450
2462Mastake Yamato: changed cc-guess.el cc-langs.el cc-mode.el cc-styles.el
2463
2464Mathias Dahl: wrote image-dired.el 2451Mathias Dahl: wrote image-dired.el
2465and changed tumme.el dired.el dired.texi 2452and changed tumme.el dired.el dired.texi
2466 2453
@@ -2636,8 +2623,9 @@ Mike Woolley: changed gnus-sum.el
2636 2623
2637Mikio Nakajima: changed ring.el viper-util.el 2624Mikio Nakajima: changed ring.el viper-util.el
2638 2625
2639Milan Zamazal: wrote czech.el glasses.el tildify.el 2626Milan Zamazal: wrote glasses.el language/czech.el quail/czech.el
2640and co-wrote prolog.el slovak.el 2627 tildify.el
2628and co-wrote language/slovak.el prolog.el quail/slovak.el
2641and changed abbrev.el filecache.el files.el mm-view.el org.el 2629and changed abbrev.el filecache.el files.el mm-view.el org.el
2642 progmodes/compile.el 2630 progmodes/compile.el
2643 2631
@@ -2770,9 +2758,7 @@ Nobuyuki Hikichi: changed news-risc.h
2770Noel Cragg: changed mh-junk.el 2758Noel Cragg: changed mh-junk.el
2771 2759
2772Noorul Islam: changed org-latex.el org-html.el org.el org.texi 2760Noorul Islam: changed org-latex.el org-html.el org.el org.texi
2773 org-capture.el org-gnus.el org-habit.el 2761 org-capture.el org-gnus.el org-habit.el package.el
2774
2775Noorul Islam K M: changed package.el
2776 2762
2777Norbert Koch: changed gnus-msg.el gnus-score.el 2763Norbert Koch: changed gnus-msg.el gnus-score.el
2778 2764
@@ -2783,7 +2769,7 @@ Nuutti Kotivuori: changed gnus-sum.el flow-fill.el gnus-cache.el
2783 2769
2784Odd Gripenstam: wrote dcl-mode.el 2770Odd Gripenstam: wrote dcl-mode.el
2785 2771
2786Ognyan Kulev: changed TUTORIAL.bg cyrillic.el 2772Ognyan Kulev: changed TUTORIAL.bg quail/cyrillic.el
2787 2773
2788Okazaki Tetsurou: changed cc-fonts.el 2774Okazaki Tetsurou: changed cc-fonts.el
2789 2775
@@ -2791,7 +2777,8 @@ Olaf Sylvester: wrote bs.el
2791 2777
2792Ole Aamot: changed compile.el 2778Ole Aamot: changed compile.el
2793 2779
2794Oleg S. Tihonov: changed cyrillic.el ispell.el map-ynp.el subr.el 2780Oleg S. Tihonov: changed ispell.el language/cyrillic.el map-ynp.el
2781 quail/cyrillic.el subr.el
2795 2782
2796Oleksandr Gavenko: changed generic-x.el progmodes/grep.el 2783Oleksandr Gavenko: changed generic-x.el progmodes/grep.el
2797 2784
@@ -2846,7 +2833,7 @@ and co-wrote cal-dst.el
2846and changed lisp.h Makefile.in editfns.c alloc.c xdisp.c configure.in 2833and changed lisp.h Makefile.in editfns.c alloc.c xdisp.c configure.in
2847 fileio.c image.c process.c fns.c xterm.c dispextern.h keyboard.c data.c 2834 fileio.c image.c process.c fns.c xterm.c dispextern.h keyboard.c data.c
2848 lread.c sysdep.c xfns.c eval.c emacs.c config.in print.c 2835 lread.c sysdep.c xfns.c eval.c emacs.c config.in print.c
2849 and 568 other files 2836 and 573 other files
2850 2837
2851Paul Fisher: changed fns.c 2838Paul Fisher: changed fns.c
2852 2839
@@ -2866,7 +2853,7 @@ Paul Pogonyshev: changed progmodes/python.el subr.el which-func.el
2866Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.in 2853Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.in
2867 mail-utils.el process.c rmail.el xfns.c Makefile.in dgux5-4R2.h 2854 mail-utils.el process.c rmail.el xfns.c Makefile.in dgux5-4R2.h
2868 dgux5-4R3.h files.el keyboard.c lwlib-Xaw.c lwlib-Xm.h lwlib-int.h 2855 dgux5-4R3.h files.el keyboard.c lwlib-Xaw.c lwlib-Xm.h lwlib-int.h
2869 lwlib.h rmailedit.el rmailkwd.el rmailmm.el and 10 other files 2856 lwlib.h mail/rmailmm.el rmailedit.el rmailkwd.el and 10 other files
2870 2857
2871Paul Rivier: changed ada-mode.el mixal-mode.el reftex-vars.el reftex.el 2858Paul Rivier: changed ada-mode.el mixal-mode.el reftex-vars.el reftex.el
2872 2859
@@ -2881,7 +2868,7 @@ Paul Stodghill: changed gnus-agent.el gnus-util.el
2881Pavel Janík: changed keyboard.c xterm.c COPYING xdisp.c Makefile.in 2868Pavel Janík: changed keyboard.c xterm.c COPYING xdisp.c Makefile.in
2882 process.c emacs.c lisp.h menu-bar.el ldap.el make-dist xfns.c buffer.c 2869 process.c emacs.c lisp.h menu-bar.el ldap.el make-dist xfns.c buffer.c
2883 coding.c eval.c fileio.c flyspell.el fns.c indent.c callint.c 2870 coding.c eval.c fileio.c flyspell.el fns.c indent.c callint.c
2884 cus-start.el and 700 other files 2871 cus-start.el and 710 other files
2885 2872
2886Pavel Kobiakov: wrote flymake.el 2873Pavel Kobiakov: wrote flymake.el
2887and changed flymake.texi 2874and changed flymake.texi
@@ -2915,8 +2902,9 @@ Pete Kazmier: changed gnus-art.el
2915 2902
2916Pete Ware: changed message.el 2903Pete Ware: changed message.el
2917 2904
2918Peter Breton: wrote dirtrack.el filecache.el find-lisp.el generic-x.el 2905Peter Breton: wrote dirtrack.el emacs-lisp/generic.el filecache.el
2919 generic.el locate.el net-utils.el 2906 find-lisp.el generic-x.el locate.el net-utils.el
2907and changed generic.el
2920 2908
2921Peter Danenberg: changed scheme.el 2909Peter Danenberg: changed scheme.el
2922 2910
@@ -2926,7 +2914,7 @@ Peter Dyballa: changed calendar.el
2926 2914
2927Peter Heslin: changed flyspell.el outline.el 2915Peter Heslin: changed flyspell.el outline.el
2928 2916
2929Peter J. Weisberg: changed picture.el simple.el 2917Peter J. Weisberg: changed help.el picture.el simple.el
2930 2918
2931Peter Jolly: changed arc-mode.el ftfont.c 2919Peter Jolly: changed arc-mode.el ftfont.c
2932 2920
@@ -2978,24 +2966,26 @@ Phil Sung: changed follow.el progmodes/python.el wdired.el
2978 2966
2979Philip Jackson: wrote find-cmd.el org-irc.el 2967Philip Jackson: wrote find-cmd.el org-irc.el
2980 2968
2969Philipp Haselwarter: changed gnus-agent.el gnus.texi
2970
2981Philippe Schnoebelen: wrote gomoku.el mpuz.el 2971Philippe Schnoebelen: wrote gomoku.el mpuz.el
2982 2972
2983Philippe Waroquiers: changed etags.el term.c 2973Philippe Waroquiers: changed etags.el term.c
2984 2974
2985Pierre Poissinger: changed charset.c 2975Pierre Poissinger: changed charset.c
2986 2976
2987Piet Van Oostrum: changed data.c fileio.c flyspell.el smtpmail.el 2977Piet van Oostrum: changed data.c fileio.c flyspell.el smtpmail.el
2988 2978
2989Pieter E.J. Pareit: wrote mixal-mode.el 2979Pieter E.J. Pareit: wrote mixal-mode.el
2990 2980
2991Pieter Praet: changed org-crypt.el 2981Pieter Praet: changed org-crypt.el
2992 2982
2983Pieter Schoenmakers: changed TUTORIAL.nl
2984
2993Pinku Surana: changed sql.el 2985Pinku Surana: changed sql.el
2994 2986
2995Piotr Zielinski: wrote org-mouse.el 2987Piotr Zielinski: wrote org-mouse.el
2996 2988
2997Pj Weisberg: changed help.el
2998
2999Prestoo Ten: changed screen.el 2989Prestoo Ten: changed screen.el
3000 2990
3001Primoz Peterlin: changed TUTORIAL.sl 2991Primoz Peterlin: changed TUTORIAL.sl
@@ -3034,8 +3024,6 @@ and changed w32fns.c gnus-art.el reftex-cite.el reftex-toc.el reftex.el
3034 3024
3035Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el 3025Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el
3036 3026
3037Ralf Scheidhauer And Michael Mehl: wrote prolog.el
3038
3039Ralph Schleicher: wrote battery.el info-look.el 3027Ralph Schleicher: wrote battery.el info-look.el
3040and changed libc.el browse-url.el fileio.c info.el mm-decode.el 3028and changed libc.el browse-url.el fileio.c info.el mm-decode.el
3041 nnultimate.el perl-mode.el which-func.el 3029 nnultimate.el perl-mode.el which-func.el
@@ -3102,7 +3090,7 @@ and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-langs.el
3102and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el 3090and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el
3103 Makefile.in fileio.c process.c sysdep.c buffer.c xfns.c window.c 3091 Makefile.in fileio.c process.c sysdep.c buffer.c xfns.c window.c
3104 configure.in subr.el startup.el emacs.c sendmail.el editfns.c info.el 3092 configure.in subr.el startup.el emacs.c sendmail.el editfns.c info.el
3105 dispnew.c and 1347 other files 3093 dispnew.c and 1350 other files
3106 3094
3107Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el 3095Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el
3108 terminal.el yow.el 3096 terminal.el yow.el
@@ -3195,7 +3183,7 @@ Ron Schnell: wrote dunnet.el
3195 3183
3196Ronan Waide: changed smtpmail.el 3184Ronan Waide: changed smtpmail.el
3197 3185
3198Ross Patterson: wrote org-protocol.el 3186Ross Patterson: co-wrote org-protocol.el
3199 3187
3200Roy Liu: changed ns-win.el 3188Roy Liu: changed ns-win.el
3201 3189
@@ -3283,11 +3271,11 @@ Scott M. Meyers: changed cmacexp.el
3283 3271
3284Sean Neakums: changed gnus-msg.el gnus-uu.el supercite.el 3272Sean Neakums: changed gnus-msg.el gnus-uu.el supercite.el
3285 3273
3274Sean O'Halpin: changed ob.el
3275
3286Sean O'Rourke: changed complete.el comint.el dabbrev.el find-func.el 3276Sean O'Rourke: changed complete.el comint.el dabbrev.el find-func.el
3287 ibuf-ext.el pcomplete.el register.el tramp.el 3277 ibuf-ext.el pcomplete.el register.el tramp.el
3288 3278
3289Sean O'halpin: changed ob.el
3290
3291Sean Sieger: changed emacs-lisp-intro.texi 3279Sean Sieger: changed emacs-lisp-intro.texi
3292 3280
3293Sebastian Freundt: changed nnmaildir.el 3281Sebastian Freundt: changed nnmaildir.el
@@ -3298,15 +3286,13 @@ Sebastian Kremer: wrote dired-aux.el dired.el ls-lisp.el
3298and co-wrote dired-x.el find-dired.el 3286and co-wrote dired-x.el find-dired.el
3299and changed add-log.el 3287and changed add-log.el
3300 3288
3301Sebastian Rose: wrote org-protocol.el 3289Sebastian Rose: co-wrote org-protocol.el
3302and changed org-publish.el ftfont.c org-jsinfo.el 3290and changed org-publish.el ftfont.c org-jsinfo.el
3303 3291
3304Sebastian Tennant: changed desktop.el 3292Sebastian Tennant: changed desktop.el
3305 3293
3306Sebastien Kirche: changed mail-extr.el 3294Sebastien Kirche: changed mail-extr.el
3307 3295
3308Sebastien Vauban: changed org-agenda.el org-html.el
3309
3310Seiji Zenitani: changed nsfns.m frame.c xterm.c Info.plist PkgInfo 3296Seiji Zenitani: changed nsfns.m frame.c xterm.c Info.plist PkgInfo
3311 document.icns find-func.el frame.h help-fns.el macfns.c nsfont.m 3297 document.icns find-func.el frame.h help-fns.el macfns.c nsfont.m
3312 nsterm.m w32fns.c xdisp.c xfns.c 3298 nsterm.m w32fns.c xdisp.c xfns.c
@@ -3380,7 +3366,7 @@ and co-wrote comint.el shell.el
3380and changed font-lock.el rmail.el fortran.el sendmail.el subr.el dired.el 3366and changed font-lock.el rmail.el fortran.el sendmail.el subr.el dired.el
3381 sh-script.el texinfo.el add-log.el compile.el outline.el help.el 3367 sh-script.el texinfo.el add-log.el compile.el outline.el help.el
3382 menu-bar.el perl-mode.el ps-print.el rmailsum.el bytecomp.el 3368 menu-bar.el perl-mode.el ps-print.el rmailsum.el bytecomp.el
3383 cc-fonts.el data.c faces.el lisp-mode.el and 55 other files 3369 cc-fonts.el data.c faces.el lisp-mode.el and 56 other files
3384 3370
3385Simon South: co-wrote delphi.el 3371Simon South: co-wrote delphi.el
3386 3372
@@ -3408,9 +3394,9 @@ Stefan Monnier: wrote bibtex-style.el bzrmerge.el css-mode.el
3408 pcvs-util.el reveal.el smerge-mode.el smie.el vc-mtn.el 3394 pcvs-util.el reveal.el smerge-mode.el smie.el vc-mtn.el
3409and co-wrote font-lock.el 3395and co-wrote font-lock.el
3410and changed vc.el subr.el simple.el lisp.h keyboard.c files.el 3396and changed vc.el subr.el simple.el lisp.h keyboard.c files.el
3411 bytecomp.el Makefile.in keymap.c progmodes/compile.el xdisp.c pcvs.el 3397 bytecomp.el keymap.c Makefile.in progmodes/compile.el xdisp.c pcvs.el
3412 alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio.c eval.c 3398 alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio.c eval.c
3413 sh-script.el fill.el and 1032 other files 3399 sh-script.el fill.el and 1033 other files
3414 3400
3415Stefan Reichör: changed gnus-agent.el 3401Stefan Reichör: changed gnus-agent.el
3416 3402
@@ -3512,7 +3498,7 @@ and changed emacsclient.c server.el
3512 3498
3513Sun Yijiang: changed TUTORIAL.cn 3499Sun Yijiang: changed TUTORIAL.cn
3514 3500
3515Sundar Narasimhan: changed rnews.el rnewspost.el 3501Sundar Narasimhan: changed rnews.el
3516 3502
3517Suvayu Ali: changed org-exp.el org-inlinetask.el org.texi 3503Suvayu Ali: changed org-exp.el org-inlinetask.el org.texi
3518 3504
@@ -3527,16 +3513,15 @@ Syver Enstad: changed gud.el
3527 3513
3528Sébastien Delafond: changed org.el 3514Sébastien Delafond: changed org.el
3529 3515
3530Sébastien Vauban: changed org.el org-agenda.el org-latex.el 3516Sébastien Vauban: changed org-agenda.el org.el org-html.el org-latex.el
3531 3517
3532T. V. Raman: changed completion.el files.el json.el 3518T.V. Raman: changed completion.el files.el json.el mairix.el mspools.el
3519 xml.c
3533 3520
3534T.V. Raman: changed mairix.el mspools.el xml.c 3521Taichi Kawabata: wrote quail/indian.el ucs-normalize.el
3535
3536Taichi Kawabata: wrote indian.el ucs-normalize.el
3537and changed devanagari.el ind-util.el Makefile.in devan-util.el 3522and changed devanagari.el ind-util.el Makefile.in devan-util.el
3538 characters.el fontset.el malayalam.el mlm-util.el mule-conf.el tamil.el 3523 language/indian.el characters.el fontset.el malayalam.el mlm-util.el
3539 tml-util.el 3524 mule-conf.el tamil.el tml-util.el
3540 3525
3541Takaaki Ota: wrote textmodes/table.el 3526Takaaki Ota: wrote textmodes/table.el
3542and changed appt.el dired.c etags.c ldap.el makefile.w32-in 3527and changed appt.el dired.c etags.c ldap.el makefile.w32-in
@@ -3544,8 +3529,8 @@ and changed appt.el dired.c etags.c ldap.el makefile.w32-in
3544 3529
3545Takahashi Kaoru: changed texinfmt.el 3530Takahashi Kaoru: changed texinfmt.el
3546 3531
3547Takahashi Naoto: wrote cyrillic.el ethio-util.el ethiopic.el 3532Takahashi Naoto: wrote ethio-util.el language/ethiopic.el latin-post.el
3548 latin-post.el robin.el 3533 quail/cyrillic.el quail/ethiopic.el robin.el
3549and co-wrote latin-ltx.el quail.el 3534and co-wrote latin-ltx.el quail.el
3550and changed fontset.el mule-conf.el 3535and changed fontset.el mule-conf.el
3551 3536
@@ -3562,7 +3547,7 @@ and changed subword.el image-mode.el Makefile.in cc-cmds.el emacsbug.el
3562 gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el 3547 gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el
3563 org-footnote.el org.el reftex-ref.el simple.el tsdh-dark-theme.el 3548 org-footnote.el org.el reftex-ref.el simple.el tsdh-dark-theme.el
3564 tsdh-light-theme.el ack.texi bindings.el bookmark.el cc-mode.el 3549 tsdh-light-theme.el ack.texi bindings.el bookmark.el cc-mode.el
3565 and 23 other files 3550 and 24 other files
3566 3551
3567Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el 3552Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el
3568 3553
@@ -3573,7 +3558,8 @@ Ted Phelps: changed mh-search.el mh-tool-bar.el
3573Teemu Likonen: changed dired.el gnus-agent.el message.el 3558Teemu Likonen: changed dired.el gnus-agent.el message.el
3574 3559
3575Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el 3560Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el
3576 gnus-tests.el gnutls.el registry.el spam-report.el url-future.el 3561 gnus-tests.el gnutls.el registry.el spam-report.el url-future-tests.el
3562 url-future.el
3577and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el gnus-util.el 3563and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el gnus-util.el
3578 auth.texi netrc.el gnus-start.el gnutls.c message.el spam-stat.el 3564 auth.texi netrc.el gnus-start.el gnutls.c message.el spam-stat.el
3579 encrypt.el nnir.el nnmail.el imap.el mail-source.el nnmairix.el nntp.el 3565 encrypt.el nnir.el nnmail.el imap.el mail-source.el nnmairix.el nntp.el
@@ -3602,9 +3588,10 @@ and changed ewoc.el vc.el zone.el info.el Makefile.in processes.texi
3602 3588
3603Thierry Emery: changed kinsoku.el timezone.el url-http.el wid-edit.el 3589Thierry Emery: changed kinsoku.el timezone.el url-http.el wid-edit.el
3604 3590
3605Thierry Volpiatto: changed bookmark.el eshell.el gnus-sum.el 3591Thierry Volpiatto: changed bookmark.el eshell/eshell.el files.el
3606 image-mode.el info.el man.el woman.el dired-aux.el dired.el doc-view.el 3592 gnus-sum.el dired-aux.el image-mode.el info.el man.el woman.el dired.el
3607 files.el find-func.el gnus-art.el image-dired.el vc-rcs.el 3593 doc-view.el files.texi find-func.el gnus-art.el image-dired.el
3594 vc-rcs.el
3608 3595
3609Thomas Baumann: wrote org-mhe.el 3596Thomas Baumann: wrote org-mhe.el
3610and co-wrote org-bbdb.el 3597and co-wrote org-bbdb.el
@@ -3615,7 +3602,7 @@ Thomas Deweese: changed x-win.el
3615 3602
3616Thomas Dorner: changed ange-ftp.el 3603Thomas Dorner: changed ange-ftp.el
3617 3604
3618Thomas Dye: changed org.texi ob-R.el 3605Thomas Dye: changed org.texi org-bibtex.el ob-R.el org.el
3619 3606
3620Thomas Horsley: changed cxux-crt0.s cxux.h cxux7.h emacs.c nh3000.h 3607Thomas Horsley: changed cxux-crt0.s cxux.h cxux7.h emacs.c nh3000.h
3621 nh4000.h simple.el sysdep.c xterm.c 3608 nh4000.h simple.el sysdep.c xterm.c
@@ -3644,9 +3631,9 @@ Thorsten Ohl: changed lread.c next.h
3644 3631
3645Tiago Saboga: changed files.el 3632Tiago Saboga: changed files.el
3646 3633
3647Tibor Šimko: co-wrote slovak.el 3634Tibor Šimko: co-wrote language/slovak.el quail/slovak.el
3648 3635
3649Tijs Van Bakel: changed erc.el 3636Tijs van Bakel: changed erc.el
3650 3637
3651Tim Cross: changed keymaps.texi 3638Tim Cross: changed keymaps.texi
3652 3639
@@ -3677,8 +3664,6 @@ and co-wrote org-wl.el
3677 3664
3678Tom Breton: changed autoinsert.el cus-edit.el gnus-agent.el lread.c 3665Tom Breton: changed autoinsert.el cus-edit.el gnus-agent.el lread.c
3679 3666
3680Tom Dye: changed org.texi org-bibtex.el org.el
3681
3682Tom Hageman: changed etags.c 3667Tom Hageman: changed etags.c
3683 3668
3684Tom Houlder: wrote mantemp.el 3669Tom Houlder: wrote mantemp.el
@@ -3709,11 +3694,12 @@ Tomoji Kagatani: wrote smtpmail.el
3709 3694
3710Torbjörn Axelsson: changed options.el 3695Torbjörn Axelsson: changed options.el
3711 3696
3712Torbjörn Einarsson: wrote f90.el 3697Torbjörn Einarsson: wrote progmodes/f90.el
3698and changed f90.el
3713 3699
3714Torsten Bronger: changed latin-ltx.el 3700Torsten Bronger: changed latin-ltx.el
3715 3701
3716Toru Tomabechi: wrote tibet-util.el tibetan.el 3702Toru Tomabechi: wrote language/tibetan.el quail/tibetan.el tibet-util.el
3717 3703
3718Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el cus-start.el fileio.c 3704Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el cus-start.el fileio.c
3719 files.el lisp.h tramp.el w32fns.c 3705 files.el lisp.h tramp.el w32fns.c
@@ -3777,10 +3763,11 @@ Vagn Johansen: changed gnus-cache.el vc-svn.el
3777 3763
3778Valentin Wüstholz: changed org.el 3764Valentin Wüstholz: changed org.el
3779 3765
3780Valery Alexeev: changed cyril-util.el cyrillic.el 3766Valery Alexeev: changed cyril-util.el quail/cyrillic.el
3781 3767
3782Vasily Korytov: changed cyrillic.el message.el cperl-mode.el gnus-art.el 3768Vasily Korytov: changed message.el quail/cyrillic.el cperl-mode.el
3783 gnus-dired.el gnus-msg.el gnus-util.el mail-source.el smiley.el 3769 gnus-art.el gnus-dired.el gnus-msg.el gnus-util.el mail-source.el
3770 smiley.el
3784 3771
3785Victor Zandy: wrote zone.el 3772Victor Zandy: wrote zone.el
3786 3773
@@ -3822,10 +3809,11 @@ Wang Diancheng: changed gdb-mi.el nnml.el
3822Werner Benger: changed keyboard.c 3809Werner Benger: changed keyboard.c
3823 3810
3824Werner Lemberg: wrote sisheng.el vntelex.el 3811Werner Lemberg: wrote sisheng.el vntelex.el
3825and changed Makefile.in TUTORIAL.de calc.texi chinese.el czech.el emacs.1 3812and changed Makefile.in TUTORIAL.de calc.texi chinese.el emacs.1
3826 european.el idlwave.el reftex-vars.el reftex.el reftex.texi slovak.el 3813 european.el idlwave.el language/czech.el language/slovak.el
3827 supercite.el advice.el calc-forms.el calc-sel.el calendar.el 3814 reftex-vars.el reftex.el reftex.texi supercite.el advice.el
3828 china-util.el cl-macs.el cl.texi complete.el and 50 other files 3815 calc-forms.el calc-sel.el calendar.el china-util.el cl-macs.el cl.texi
3816 complete.el and 50 other files
3829 3817
3830Werner Meisner: changed lwlib-Xm.c 3818Werner Meisner: changed lwlib-Xm.c
3831 3819
@@ -3864,8 +3852,6 @@ and changed files.el
3864 3852
3865Wim Nieuwenhuizen: changed TUTORIAL.nl 3853Wim Nieuwenhuizen: changed TUTORIAL.nl
3866 3854
3867Wj Carpenter: changed feedmail.el
3868
3869Wlodzimierz Bzyl: co-wrote ogonek.el 3855Wlodzimierz Bzyl: co-wrote ogonek.el
3870and changed latin-pre.el pl-refcard.ps pl-refcard.tex refcard-pl.ps 3856and changed latin-pre.el pl-refcard.ps pl-refcard.tex refcard-pl.ps
3871 refcard-pl.tex survival.tex 3857 refcard-pl.tex survival.tex
@@ -3894,7 +3880,7 @@ Xavier Maillard: changed gnus-faq.texi gnus-score.el mh-utils.el spam.el
3894 3880
3895Yagi Tatsuya: changed gnus-art.el gnus-start.el 3881Yagi Tatsuya: changed gnus-art.el gnus-start.el
3896 3882
3897Yair F: changed hebrew.el 3883Yair F: changed quail/hebrew.el
3898 3884
3899Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h 3885Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h
3900 macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c 3886 macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c
@@ -3910,7 +3896,7 @@ Yavor Doganov: changed configure.in Info-gnustep.plist Makefile.in
3910 3896
3911Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el 3897Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el
3912 3898
3913Yong Lu: changed charset.c coding.c greek.el 3899Yong Lu: changed charset.c coding.c language/greek.el
3914 3900
3915Yoni Rabkin: changed faces.el net-utils.el artist.el bs.el cmacexp.el 3901Yoni Rabkin: changed faces.el net-utils.el artist.el bs.el cmacexp.el
3916 ediff.el files.el hilit19.el ps-mode.el simula.el vera-mode.el 3902 ediff.el files.el hilit19.el ps-mode.el simula.el vera-mode.el
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c97aa54ca0b..cc846534a1c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,7 +3,7 @@
3 * font-lock.el (font-lock-specified-p): Rename from 3 * font-lock.el (font-lock-specified-p): Rename from
4 font-lock-spec-present. Callers changed. 4 font-lock-spec-present. Callers changed.
5 5
62012-02-27 Daniel Hackney <dan@haxney.org> (tiny change) 62012-02-27 Daniel Hackney <dan@haxney.org>
7 7
8 * emacs-lisp/package.el (package-compute-transaction): Handle 8 * emacs-lisp/package.el (package-compute-transaction): Handle
9 holding a package version to t in package-load-list. 9 holding a package version to t in package-load-list.
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 9d5e69ba9d9..e886f33a16e 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" (20229 34587)) 8;;;;;; "play/5x5.el" (20281 13989))
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;;;;;; (20229 34587)) 71;;;;;; (20281 13989))
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;;;;;; (20229 34587)) 91;;;;;; (20281 13989))
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;;;;;; (20236 7740)) 102;;;;;; (20281 13989))
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;;;;;; (20229 34587)) 117;;;;;; (20281 13989))
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" (20229 34587)) 256;;;;;; "advice" "emacs-lisp/advice.el" (20281 13989))
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" (20229 34587)) 401;;;;;; align) "align" "align.el" (20281 13989))
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;;;;;; (20229 34587)) 492;;;;;; (20281 13989))
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;;;;;; (20229 34587)) 853;;;;;; (20281 13989))
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" (20261 10951)) 913;;;;;; "net/ange-ftp.el" (20295 19037))
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" (20229 34587)) 935;;;;;; "animate" "play/animate.el" (20281 13989))
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" (20229 34587)) 968;;;;;; "ansi-color" "ansi-color.el" (20288 65503))
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" (20229 34587)) 994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20281 13989))
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;;;;;; (20229 34587)) 1030;;;;;; (20281 13989))
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" (20229 34587)) 1053;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20281 13989))
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" (20229 1161;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20281
1162;;;;;; 34587)) 1162;;;;;; 13989))
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" (20229 34587)) 1182;;;### (autoloads (array-mode) "array" "array.el" (20281 13989))
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" (20229 1253;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20281
1254;;;;;; 34587)) 1254;;;;;; 13989))
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" (20229 1460;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20281
1461;;;;;; 34587)) 1461;;;;;; 13989))
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;;;;;; (20236 48737)) 1489;;;;;; (20281 13989))
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;;;;;; (20229 34587)) 1502;;;;;; (20281 13989))
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;;;;;; (20229 34587)) 1563;;;;;; (20281 13989))
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" (20229 34587)) 1574;;;;;; "autoinsert" "autoinsert.el" (20281 13989))
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;;;;;; (20229 34587)) 1614;;;;;; (20281 13989))
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" (20229 34587)) 1665;;;;;; "autorevert" "autorevert.el" (20281 13989))
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" (20229 34587)) 1754;;;;;; "avoid.el" (20281 13989))
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;;;;;; (20229 34587)) 1795;;;;;; (20281 13989))
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" (20229 34587)) 1831;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20281 13989))
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" (20261 10951)) 1864;;;;;; "bibtex" "textmodes/bibtex.el" (20281 13989))
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;;;;;; (20229 34587)) 1953;;;;;; (20281 13989))
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;;;;;; (20229 34587)) 1965;;;;;; (20281 13989))
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" (20229 1989;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20281
1990;;;;;; 34587)) 1990;;;;;; 13989))
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" (20229 34587)) 2113;;;;;; "bookmark.el" (20281 13989))
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" (20229 34587)) 2314;;;;;; "browse-url" "net/browse-url.el" (20281 13989))
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 "\
@@ -2380,9 +2380,11 @@ to use.
2380\(fn EVENT)" t nil) 2380\(fn EVENT)" t nil)
2381 2381
2382(autoload 'browse-url-xdg-open "browse-url" "\ 2382(autoload 'browse-url-xdg-open "browse-url" "\
2383Pass the specified URL to the \"xdg-open\" command.
2384xdg-open is a desktop utility that calls your preferred web browser.
2385The optional argument IGNORED is not used.
2383 2386
2384 2387\(fn URL &optional IGNORED)" t nil)
2385\(fn URL &optional NEW-WINDOW)" t nil)
2386 2388
2387(autoload 'browse-url-netscape "browse-url" "\ 2389(autoload 'browse-url-netscape "browse-url" "\
2388Ask the Netscape WWW browser to load URL. 2390Ask the Netscape WWW browser to load URL.
@@ -2624,8 +2626,8 @@ from `browse-url-elinks-wrapper'.
2624 2626
2625;;;*** 2627;;;***
2626 2628
2627;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20229 2629;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20281
2628;;;;;; 34587)) 2630;;;;;; 13989))
2629;;; Generated autoloads from play/bruce.el 2631;;; Generated autoloads from play/bruce.el
2630 2632
2631(autoload 'bruce "bruce" "\ 2633(autoload 'bruce "bruce" "\
@@ -2641,7 +2643,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2641;;;*** 2643;;;***
2642 2644
2643;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2645;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2644;;;;;; "bs" "bs.el" (20229 34587)) 2646;;;;;; "bs" "bs.el" (20297 43054))
2645;;; Generated autoloads from bs.el 2647;;; Generated autoloads from bs.el
2646 2648
2647(autoload 'bs-cycle-next "bs" "\ 2649(autoload 'bs-cycle-next "bs" "\
@@ -2681,7 +2683,7 @@ name of buffer configuration.
2681 2683
2682;;;*** 2684;;;***
2683 2685
2684;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20229 34587)) 2686;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20281 13989))
2685;;; Generated autoloads from play/bubbles.el 2687;;; Generated autoloads from play/bubbles.el
2686 2688
2687(autoload 'bubbles "bubbles" "\ 2689(autoload 'bubbles "bubbles" "\
@@ -2703,7 +2705,7 @@ columns on its right towards the left.
2703;;;*** 2705;;;***
2704 2706
2705;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2707;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2706;;;;;; "progmodes/bug-reference.el" (20229 34587)) 2708;;;;;; "progmodes/bug-reference.el" (20281 13989))
2707;;; Generated autoloads from progmodes/bug-reference.el 2709;;; Generated autoloads from progmodes/bug-reference.el
2708 2710
2709(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2711(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2727,7 +2729,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2727;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2729;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2728;;;;;; compile-defun byte-compile-file byte-recompile-directory 2730;;;;;; compile-defun byte-compile-file byte-recompile-directory
2729;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2731;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2730;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20230 55355)) 2732;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20281 13989))
2731;;; Generated autoloads from emacs-lisp/bytecomp.el 2733;;; Generated autoloads from emacs-lisp/bytecomp.el
2732(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2734(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2733(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2735(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2847,8 +2849,8 @@ and corresponding effects.
2847 2849
2848;;;*** 2850;;;***
2849 2851
2850;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20229 2852;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20281
2851;;;;;; 34587)) 2853;;;;;; 13989))
2852;;; Generated autoloads from calendar/cal-china.el 2854;;; Generated autoloads from calendar/cal-china.el
2853 2855
2854(put 'calendar-chinese-time-zone 'risky-local-variable t) 2856(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2857,7 +2859,7 @@ and corresponding effects.
2857 2859
2858;;;*** 2860;;;***
2859 2861
2860;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20229 34587)) 2862;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20281 13989))
2861;;; Generated autoloads from calendar/cal-dst.el 2863;;; Generated autoloads from calendar/cal-dst.el
2862 2864
2863(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2865(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2869,7 +2871,7 @@ and corresponding effects.
2869;;;*** 2871;;;***
2870 2872
2871;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2873;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2872;;;;;; (20229 34587)) 2874;;;;;; (20285 4745))
2873;;; Generated autoloads from calendar/cal-hebrew.el 2875;;; Generated autoloads from calendar/cal-hebrew.el
2874 2876
2875(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2877(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2885,8 +2887,8 @@ from the cursor position.
2885 2887
2886;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2888;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2887;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2889;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2888;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20229 2890;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20281
2889;;;;;; 34587)) 2891;;;;;; 13989))
2890;;; Generated autoloads from calc/calc.el 2892;;; Generated autoloads from calc/calc.el
2891 (define-key ctl-x-map "*" 'calc-dispatch) 2893 (define-key ctl-x-map "*" 'calc-dispatch)
2892 2894
@@ -2970,8 +2972,8 @@ See Info node `(calc)Defining Functions'.
2970 2972
2971;;;*** 2973;;;***
2972 2974
2973;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20229 2975;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20281
2974;;;;;; 34587)) 2976;;;;;; 13989))
2975;;; Generated autoloads from calc/calc-undo.el 2977;;; Generated autoloads from calc/calc-undo.el
2976 2978
2977(autoload 'calc-undo "calc-undo" "\ 2979(autoload 'calc-undo "calc-undo" "\
@@ -2981,8 +2983,8 @@ See Info node `(calc)Defining Functions'.
2981 2983
2982;;;*** 2984;;;***
2983 2985
2984;;;### (autoloads (calculator) "calculator" "calculator.el" (20229 2986;;;### (autoloads (calculator) "calculator" "calculator.el" (20281
2985;;;;;; 34587)) 2987;;;;;; 13989))
2986;;; Generated autoloads from calculator.el 2988;;; Generated autoloads from calculator.el
2987 2989
2988(autoload 'calculator "calculator" "\ 2990(autoload 'calculator "calculator" "\
@@ -2993,8 +2995,8 @@ See the documentation for `calculator-mode' for more information.
2993 2995
2994;;;*** 2996;;;***
2995 2997
2996;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20230 2998;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20287
2997;;;;;; 18463)) 2999;;;;;; 42957))
2998;;; Generated autoloads from calendar/calendar.el 3000;;; Generated autoloads from calendar/calendar.el
2999 3001
3000(autoload 'calendar "calendar" "\ 3002(autoload 'calendar "calendar" "\
@@ -3038,7 +3040,7 @@ This function is suitable for execution in a .emacs file.
3038;;;*** 3040;;;***
3039 3041
3040;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3042;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3041;;;;;; "gnus/canlock.el" (20229 34587)) 3043;;;;;; "gnus/canlock.el" (20281 13989))
3042;;; Generated autoloads from gnus/canlock.el 3044;;; Generated autoloads from gnus/canlock.el
3043 3045
3044(autoload 'canlock-insert-header "canlock" "\ 3046(autoload 'canlock-insert-header "canlock" "\
@@ -3056,7 +3058,7 @@ it fails.
3056;;;*** 3058;;;***
3057 3059
3058;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 3060;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3059;;;;;; (20229 34587)) 3061;;;;;; (20281 13989))
3060;;; Generated autoloads from progmodes/cap-words.el 3062;;; Generated autoloads from progmodes/cap-words.el
3061 3063
3062(autoload 'capitalized-words-mode "cap-words" "\ 3064(autoload 'capitalized-words-mode "cap-words" "\
@@ -3095,15 +3097,15 @@ Obsoletes `c-forward-into-nomenclature'.
3095 3097
3096;;;*** 3098;;;***
3097 3099
3098;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20229 3100;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20281
3099;;;;;; 34587)) 3101;;;;;; 13989))
3100;;; Generated autoloads from progmodes/cc-compat.el 3102;;; Generated autoloads from progmodes/cc-compat.el
3101(put 'c-indent-level 'safe-local-variable 'integerp) 3103(put 'c-indent-level 'safe-local-variable 'integerp)
3102 3104
3103;;;*** 3105;;;***
3104 3106
3105;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3107;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3106;;;;;; (20264 31805)) 3108;;;;;; (20281 13989))
3107;;; Generated autoloads from progmodes/cc-engine.el 3109;;; Generated autoloads from progmodes/cc-engine.el
3108 3110
3109(autoload 'c-guess-basic-syntax "cc-engine" "\ 3111(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3115,7 +3117,7 @@ Return the syntactic context of the current line.
3115 3117
3116;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region 3118;;;### (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 3119;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3118;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20229 34587)) 3120;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20281 13989))
3119;;; Generated autoloads from progmodes/cc-guess.el 3121;;; Generated autoloads from progmodes/cc-guess.el
3120 3122
3121(defvar c-guess-guessed-offsets-alist nil "\ 3123(defvar c-guess-guessed-offsets-alist nil "\
@@ -3215,7 +3217,7 @@ the absolute file name of the file if STYLE-NAME is nil.
3215 3217
3216;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode 3218;;;### (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" 3219;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3218;;;;;; (20247 64512)) 3220;;;;;; (20293 51680))
3219;;; Generated autoloads from progmodes/cc-mode.el 3221;;; Generated autoloads from progmodes/cc-mode.el
3220 3222
3221(autoload 'c-initialize-cc-mode "cc-mode" "\ 3223(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3392,7 +3394,7 @@ Key bindings:
3392;;;*** 3394;;;***
3393 3395
3394;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3396;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3395;;;;;; "progmodes/cc-styles.el" (20229 34587)) 3397;;;;;; "progmodes/cc-styles.el" (20281 13989))
3396;;; Generated autoloads from progmodes/cc-styles.el 3398;;; Generated autoloads from progmodes/cc-styles.el
3397 3399
3398(autoload 'c-set-style "cc-styles" "\ 3400(autoload 'c-set-style "cc-styles" "\
@@ -3443,7 +3445,7 @@ and exists only for compatibility reasons.
3443 3445
3444;;;*** 3446;;;***
3445 3447
3446;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20229 34587)) 3448;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20281 13989))
3447;;; Generated autoloads from progmodes/cc-vars.el 3449;;; Generated autoloads from progmodes/cc-vars.el
3448(put 'c-basic-offset 'safe-local-variable 'integerp) 3450(put 'c-basic-offset 'safe-local-variable 'integerp)
3449(put 'c-backslash-column 'safe-local-variable 'integerp) 3451(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3453,7 +3455,7 @@ and exists only for compatibility reasons.
3453 3455
3454;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3456;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3455;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3457;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3456;;;;;; (20229 34587)) 3458;;;;;; (20281 13989))
3457;;; Generated autoloads from international/ccl.el 3459;;; Generated autoloads from international/ccl.el
3458 3460
3459(autoload 'ccl-compile "ccl" "\ 3461(autoload 'ccl-compile "ccl" "\
@@ -3714,7 +3716,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3714;;;*** 3716;;;***
3715 3717
3716;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" 3718;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3717;;;;;; (20229 34587)) 3719;;;;;; (20281 13989))
3718;;; Generated autoloads from emacs-lisp/cconv.el 3720;;; Generated autoloads from emacs-lisp/cconv.el
3719 3721
3720(autoload 'cconv-closure-convert "cconv" "\ 3722(autoload 'cconv-closure-convert "cconv" "\
@@ -3729,7 +3731,7 @@ Returns a form where all lambdas don't have any free variables.
3729;;;*** 3731;;;***
3730 3732
3731;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) 3733;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode)
3732;;;;;; "cfengine" "progmodes/cfengine.el" (20229 34587)) 3734;;;;;; "cfengine" "progmodes/cfengine.el" (20281 13989))
3733;;; Generated autoloads from progmodes/cfengine.el 3735;;; Generated autoloads from progmodes/cfengine.el
3734 3736
3735(autoload 'cfengine3-mode "cfengine" "\ 3737(autoload 'cfengine3-mode "cfengine" "\
@@ -3759,7 +3761,7 @@ on the buffer contents
3759;;;*** 3761;;;***
3760 3762
3761;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3763;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3762;;;;;; "emacs-lisp/check-declare.el" (20229 34587)) 3764;;;;;; "emacs-lisp/check-declare.el" (20281 13989))
3763;;; Generated autoloads from emacs-lisp/check-declare.el 3765;;; Generated autoloads from emacs-lisp/check-declare.el
3764 3766
3765(autoload 'check-declare-file "check-declare" "\ 3767(autoload 'check-declare-file "check-declare" "\
@@ -3784,7 +3786,7 @@ Returns non-nil if any false statements are found.
3784;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3786;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3785;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3787;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3786;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3788;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3787;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20237 28610)) 3789;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20281 13989))
3788;;; Generated autoloads from emacs-lisp/checkdoc.el 3790;;; Generated autoloads from emacs-lisp/checkdoc.el
3789(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3791(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3790(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3792(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3980,7 +3982,7 @@ checking of documentation strings.
3980 3982
3981;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3983;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3982;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3984;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3983;;;;;; "language/china-util.el" (20229 34587)) 3985;;;;;; "language/china-util.el" (20281 13989))
3984;;; Generated autoloads from language/china-util.el 3986;;; Generated autoloads from language/china-util.el
3985 3987
3986(autoload 'decode-hz-region "china-util" "\ 3988(autoload 'decode-hz-region "china-util" "\
@@ -4018,7 +4020,7 @@ Encode the text in the current buffer to HZ.
4018;;;*** 4020;;;***
4019 4021
4020;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4022;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4021;;;;;; "chistory" "chistory.el" (20229 34587)) 4023;;;;;; "chistory" "chistory.el" (20281 13989))
4022;;; Generated autoloads from chistory.el 4024;;; Generated autoloads from chistory.el
4023 4025
4024(autoload 'repeat-matching-complex-command "chistory" "\ 4026(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4057,7 +4059,7 @@ and runs the normal hook `command-history-hook'.
4057 4059
4058;;;*** 4060;;;***
4059 4061
4060;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (20229 34587)) 4062;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (20281 13989))
4061;;; Generated autoloads from emacs-lisp/cl.el 4063;;; Generated autoloads from emacs-lisp/cl.el
4062 4064
4063(defvar custom-print-functions nil "\ 4065(defvar custom-print-functions nil "\
@@ -4073,7 +4075,7 @@ a future Emacs interpreter will be able to use it.")
4073;;;*** 4075;;;***
4074 4076
4075;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4077;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4076;;;;;; (20229 34587)) 4078;;;;;; (20281 13989))
4077;;; Generated autoloads from emacs-lisp/cl-indent.el 4079;;; Generated autoloads from emacs-lisp/cl-indent.el
4078 4080
4079(autoload 'common-lisp-indent-function "cl-indent" "\ 4081(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4152,7 +4154,7 @@ For example, the function `case' has an indent property
4152;;;*** 4154;;;***
4153 4155
4154;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4156;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4155;;;;;; (20229 34587)) 4157;;;;;; (20281 13989))
4156;;; Generated autoloads from progmodes/cmacexp.el 4158;;; Generated autoloads from progmodes/cmacexp.el
4157 4159
4158(autoload 'c-macro-expand "cmacexp" "\ 4160(autoload 'c-macro-expand "cmacexp" "\
@@ -4172,8 +4174,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4172 4174
4173;;;*** 4175;;;***
4174 4176
4175;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20229 4177;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20281
4176;;;;;; 34587)) 4178;;;;;; 13989))
4177;;; Generated autoloads from cmuscheme.el 4179;;; Generated autoloads from cmuscheme.el
4178 4180
4179(autoload 'run-scheme "cmuscheme" "\ 4181(autoload 'run-scheme "cmuscheme" "\
@@ -4193,7 +4195,7 @@ is run).
4193 4195
4194;;;*** 4196;;;***
4195 4197
4196;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20254 62269)) 4198;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20281 13989))
4197;;; Generated autoloads from color.el 4199;;; Generated autoloads from color.el
4198 4200
4199(autoload 'color-name-to-rgb "color" "\ 4201(autoload 'color-name-to-rgb "color" "\
@@ -4215,10 +4217,10 @@ If FRAME cannot display COLOR, return nil.
4215;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4217;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4216;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4218;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4217;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4219;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4218;;;;;; (20229 34587)) 4220;;;;;; (20288 56001))
4219;;; Generated autoloads from comint.el 4221;;; Generated autoloads from comint.el
4220 4222
4221(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4223(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
4222Functions to call after output is inserted into the buffer. 4224Functions to call after output is inserted into the buffer.
4223One possible function is `comint-postoutput-scroll-to-bottom'. 4225One possible function is `comint-postoutput-scroll-to-bottom'.
4224These functions get one argument, a string containing the text as originally 4226These functions get one argument, a string containing the text as originally
@@ -4310,7 +4312,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4310;;;*** 4312;;;***
4311 4313
4312;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 4314;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4313;;;;;; (20229 34587)) 4315;;;;;; (20281 13989))
4314;;; Generated autoloads from vc/compare-w.el 4316;;; Generated autoloads from vc/compare-w.el
4315 4317
4316(autoload 'compare-windows "compare-w" "\ 4318(autoload 'compare-windows "compare-w" "\
@@ -4347,8 +4349,8 @@ on third call it again advances points to the next difference and so on.
4347;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4349;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4348;;;;;; compile compilation-disable-input compile-command compilation-search-path 4350;;;;;; compile compilation-disable-input compile-command compilation-search-path
4349;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4351;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4350;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20265 4352;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20281
4351;;;;;; 7997)) 4353;;;;;; 13989))
4352;;; Generated autoloads from progmodes/compile.el 4354;;; Generated autoloads from progmodes/compile.el
4353 4355
4354(defvar compilation-mode-hook nil "\ 4356(defvar compilation-mode-hook nil "\
@@ -4528,7 +4530,7 @@ This is the value of `next-error-function' in Compilation buffers.
4528;;;*** 4530;;;***
4529 4531
4530;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4532;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4531;;;;;; (20229 34587)) 4533;;;;;; (20281 13989))
4532;;; Generated autoloads from completion.el 4534;;; Generated autoloads from completion.el
4533 4535
4534(defvar dynamic-completion-mode nil "\ 4536(defvar dynamic-completion-mode nil "\
@@ -4541,7 +4543,10 @@ or call the function `dynamic-completion-mode'.")
4541(custom-autoload 'dynamic-completion-mode "completion" nil) 4543(custom-autoload 'dynamic-completion-mode "completion" nil)
4542 4544
4543(autoload 'dynamic-completion-mode "completion" "\ 4545(autoload 'dynamic-completion-mode "completion" "\
4544Enable dynamic word-completion. 4546Toggle dynamic word-completion on or off.
4547With a prefix argument ARG, enable the mode if ARG is positive,
4548and disable it otherwise. If called from Lisp, enable the mode
4549if ARG is omitted or nil.
4545 4550
4546\(fn &optional ARG)" t nil) 4551\(fn &optional ARG)" t nil)
4547 4552
@@ -4550,7 +4555,7 @@ Enable dynamic word-completion.
4550;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4555;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4551;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4556;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4552;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4557;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4553;;;;;; (20229 34587)) 4558;;;;;; (20281 13989))
4554;;; Generated autoloads from textmodes/conf-mode.el 4559;;; Generated autoloads from textmodes/conf-mode.el
4555 4560
4556(autoload 'conf-mode "conf-mode" "\ 4561(autoload 'conf-mode "conf-mode" "\
@@ -4706,7 +4711,7 @@ For details see `conf-mode'. Example:
4706;;;*** 4711;;;***
4707 4712
4708;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4713;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4709;;;;;; "cookie1" "play/cookie1.el" (20229 34587)) 4714;;;;;; "cookie1" "play/cookie1.el" (20281 13989))
4710;;; Generated autoloads from play/cookie1.el 4715;;; Generated autoloads from play/cookie1.el
4711 4716
4712(autoload 'cookie "cookie1" "\ 4717(autoload 'cookie "cookie1" "\
@@ -4738,8 +4743,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4738;;;*** 4743;;;***
4739 4744
4740;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4745;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4741;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20229 4746;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20281
4742;;;;;; 34587)) 4747;;;;;; 13989))
4743;;; Generated autoloads from emacs-lisp/copyright.el 4748;;; Generated autoloads from emacs-lisp/copyright.el
4744(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4749(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4745(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4750(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4778,7 +4783,7 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4778;;;*** 4783;;;***
4779 4784
4780;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4785;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4781;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20229 34587)) 4786;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20281 13989))
4782;;; Generated autoloads from progmodes/cperl-mode.el 4787;;; Generated autoloads from progmodes/cperl-mode.el
4783(put 'cperl-indent-level 'safe-local-variable 'integerp) 4788(put 'cperl-indent-level 'safe-local-variable 'integerp)
4784(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4789(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4977,7 +4982,7 @@ Run a `perldoc' on the word around point.
4977;;;*** 4982;;;***
4978 4983
4979;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4984;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4980;;;;;; (20229 34587)) 4985;;;;;; (20281 13989))
4981;;; Generated autoloads from progmodes/cpp.el 4986;;; Generated autoloads from progmodes/cpp.el
4982 4987
4983(autoload 'cpp-highlight-buffer "cpp" "\ 4988(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4996,7 +5001,7 @@ Edit display information for cpp conditionals.
4996;;;*** 5001;;;***
4997 5002
4998;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5003;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4999;;;;;; (20229 34587)) 5004;;;;;; (20281 13989))
5000;;; Generated autoloads from emulation/crisp.el 5005;;; Generated autoloads from emulation/crisp.el
5001 5006
5002(defvar crisp-mode nil "\ 5007(defvar crisp-mode nil "\
@@ -5022,7 +5027,7 @@ if ARG is omitted or nil.
5022;;;*** 5027;;;***
5023 5028
5024;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5029;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5025;;;;;; (20229 34587)) 5030;;;;;; (20281 13989))
5026;;; Generated autoloads from emacs-lisp/crm.el 5031;;; Generated autoloads from emacs-lisp/crm.el
5027 5032
5028(autoload 'completing-read-multiple "crm" "\ 5033(autoload 'completing-read-multiple "crm" "\
@@ -5057,8 +5062,8 @@ INHERIT-INPUT-METHOD.
5057 5062
5058;;;*** 5063;;;***
5059 5064
5060;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20229 5065;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20281
5061;;;;;; 34587)) 5066;;;;;; 13989))
5062;;; Generated autoloads from textmodes/css-mode.el 5067;;; Generated autoloads from textmodes/css-mode.el
5063 5068
5064(autoload 'css-mode "css-mode" "\ 5069(autoload 'css-mode "css-mode" "\
@@ -5069,7 +5074,7 @@ Major mode to edit Cascading Style Sheets.
5069;;;*** 5074;;;***
5070 5075
5071;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5076;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5072;;;;;; (20229 34587)) 5077;;;;;; (20281 13989))
5073;;; Generated autoloads from emulation/cua-base.el 5078;;; Generated autoloads from emulation/cua-base.el
5074 5079
5075(defvar cua-mode nil "\ 5080(defvar cua-mode nil "\
@@ -5129,7 +5134,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 5134;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5130;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically 5135;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5131;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) 5136;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5132;;;;;; "cus-edit" "cus-edit.el" (20259 55615)) 5137;;;;;; "cus-edit" "cus-edit.el" (20281 13989))
5133;;; Generated autoloads from cus-edit.el 5138;;; Generated autoloads from cus-edit.el
5134 5139
5135(defvar custom-browse-sort-alphabetically nil "\ 5140(defvar custom-browse-sort-alphabetically nil "\
@@ -5445,8 +5450,8 @@ The format is suitable for use with `easy-menu-define'.
5445;;;*** 5450;;;***
5446 5451
5447;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme 5452;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5448;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20229 5453;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20281
5449;;;;;; 34587)) 5454;;;;;; 13989))
5450;;; Generated autoloads from cus-theme.el 5455;;; Generated autoloads from cus-theme.el
5451 5456
5452(autoload 'customize-create-theme "cus-theme" "\ 5457(autoload 'customize-create-theme "cus-theme" "\
@@ -5478,7 +5483,7 @@ omitted, a buffer named *Custom Themes* is used.
5478;;;*** 5483;;;***
5479 5484
5480;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5485;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5481;;;;;; (20229 34587)) 5486;;;;;; (20281 13989))
5482;;; Generated autoloads from vc/cvs-status.el 5487;;; Generated autoloads from vc/cvs-status.el
5483 5488
5484(autoload 'cvs-status-mode "cvs-status" "\ 5489(autoload 'cvs-status-mode "cvs-status" "\
@@ -5489,7 +5494,7 @@ Mode used for cvs status output.
5489;;;*** 5494;;;***
5490 5495
5491;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5496;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5492;;;;;; "cwarn" "progmodes/cwarn.el" (20263 52669)) 5497;;;;;; "cwarn" "progmodes/cwarn.el" (20281 13989))
5493;;; Generated autoloads from progmodes/cwarn.el 5498;;; Generated autoloads from progmodes/cwarn.el
5494 5499
5495(autoload 'cwarn-mode "cwarn" "\ 5500(autoload 'cwarn-mode "cwarn" "\
@@ -5501,7 +5506,9 @@ Note, in addition to enabling this minor mode, the major mode must
5501be included in the variable `cwarn-configuration'. By default C and 5506be included in the variable `cwarn-configuration'. By default C and
5502C++ modes are included. 5507C++ modes are included.
5503 5508
5504With ARG, turn CWarn mode on if and only if arg is positive. 5509With a prefix argument ARG, enable the mode if ARG is positive,
5510and disable it otherwise. If called from Lisp, enable the mode
5511if ARG is omitted or nil.
5505 5512
5506\(fn &optional ARG)" t nil) 5513\(fn &optional ARG)" t nil)
5507 5514
@@ -5538,7 +5545,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5538 5545
5539;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5546;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5540;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5547;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5541;;;;;; (20229 34587)) 5548;;;;;; (20281 13989))
5542;;; Generated autoloads from language/cyril-util.el 5549;;; Generated autoloads from language/cyril-util.el
5543 5550
5544(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5551(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5567,7 +5574,7 @@ If the argument is nil, we return the display table to its standard state.
5567;;;*** 5574;;;***
5568 5575
5569;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5576;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5570;;;;;; (20229 34587)) 5577;;;;;; (20281 13989))
5571;;; Generated autoloads from dabbrev.el 5578;;; Generated autoloads from dabbrev.el
5572(put 'dabbrev-case-fold-search 'risky-local-variable t) 5579(put 'dabbrev-case-fold-search 'risky-local-variable t)
5573(put 'dabbrev-case-replace 'risky-local-variable t) 5580(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5614,7 +5621,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5614;;;*** 5621;;;***
5615 5622
5616;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5623;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5617;;;;;; (20229 34587)) 5624;;;;;; (20281 13989))
5618;;; Generated autoloads from cedet/data-debug.el 5625;;; Generated autoloads from cedet/data-debug.el
5619 5626
5620(autoload 'data-debug-new-buffer "data-debug" "\ 5627(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5624,8 +5631,8 @@ Create a new data-debug buffer with NAME.
5624 5631
5625;;;*** 5632;;;***
5626 5633
5627;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20229 5634;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20281
5628;;;;;; 34587)) 5635;;;;;; 13989))
5629;;; Generated autoloads from net/dbus.el 5636;;; Generated autoloads from net/dbus.el
5630 5637
5631(autoload 'dbus-handle-event "dbus" "\ 5638(autoload 'dbus-handle-event "dbus" "\
@@ -5638,8 +5645,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5638 5645
5639;;;*** 5646;;;***
5640 5647
5641;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20229 5648;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20281
5642;;;;;; 34587)) 5649;;;;;; 13989))
5643;;; Generated autoloads from progmodes/dcl-mode.el 5650;;; Generated autoloads from progmodes/dcl-mode.el
5644 5651
5645(autoload 'dcl-mode "dcl-mode" "\ 5652(autoload 'dcl-mode "dcl-mode" "\
@@ -5766,7 +5773,7 @@ There is some minimal font-lock support (see vars
5766;;;*** 5773;;;***
5767 5774
5768;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5775;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5769;;;;;; "emacs-lisp/debug.el" (20229 34587)) 5776;;;;;; "emacs-lisp/debug.el" (20281 13989))
5770;;; Generated autoloads from emacs-lisp/debug.el 5777;;; Generated autoloads from emacs-lisp/debug.el
5771 5778
5772(setq debugger 'debug) 5779(setq debugger 'debug)
@@ -5810,7 +5817,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5810;;;*** 5817;;;***
5811 5818
5812;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5819;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5813;;;;;; (20229 34587)) 5820;;;;;; (20281 13989))
5814;;; Generated autoloads from play/decipher.el 5821;;; Generated autoloads from play/decipher.el
5815 5822
5816(autoload 'decipher "decipher" "\ 5823(autoload 'decipher "decipher" "\
@@ -5839,8 +5846,8 @@ The most useful commands are:
5839;;;*** 5846;;;***
5840 5847
5841;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5848;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5842;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20229 5849;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20281
5843;;;;;; 34587)) 5850;;;;;; 13989))
5844;;; Generated autoloads from delim-col.el 5851;;; Generated autoloads from delim-col.el
5845 5852
5846(autoload 'delimit-columns-customize "delim-col" "\ 5853(autoload 'delimit-columns-customize "delim-col" "\
@@ -5864,8 +5871,8 @@ START and END delimits the corners of text rectangle.
5864 5871
5865;;;*** 5872;;;***
5866 5873
5867;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20229 5874;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20281
5868;;;;;; 34587)) 5875;;;;;; 13989))
5869;;; Generated autoloads from progmodes/delphi.el 5876;;; Generated autoloads from progmodes/delphi.el
5870 5877
5871(autoload 'delphi-mode "delphi" "\ 5878(autoload 'delphi-mode "delphi" "\
@@ -5916,8 +5923,8 @@ with no args, if that value is non-nil.
5916 5923
5917;;;*** 5924;;;***
5918 5925
5919;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20229 5926;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20281
5920;;;;;; 34587)) 5927;;;;;; 13989))
5921;;; Generated autoloads from delsel.el 5928;;; Generated autoloads from delsel.el
5922 5929
5923(defalias 'pending-delete-mode 'delete-selection-mode) 5930(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5947,7 +5954,7 @@ any selection.
5947;;;*** 5954;;;***
5948 5955
5949;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5956;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5950;;;;;; "derived" "emacs-lisp/derived.el" (20229 34587)) 5957;;;;;; "derived" "emacs-lisp/derived.el" (20281 13989))
5951;;; Generated autoloads from emacs-lisp/derived.el 5958;;; Generated autoloads from emacs-lisp/derived.el
5952 5959
5953(autoload 'define-derived-mode "derived" "\ 5960(autoload 'define-derived-mode "derived" "\
@@ -6014,7 +6021,7 @@ the first time the mode is used.
6014;;;*** 6021;;;***
6015 6022
6016;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6023;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6017;;;;;; "descr-text.el" (20259 55615)) 6024;;;;;; "descr-text.el" (20281 13989))
6018;;; Generated autoloads from descr-text.el 6025;;; Generated autoloads from descr-text.el
6019 6026
6020(autoload 'describe-text-properties "descr-text" "\ 6027(autoload 'describe-text-properties "descr-text" "\
@@ -6051,7 +6058,7 @@ relevant to POS.
6051;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6058;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6052;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6059;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6053;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6060;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6054;;;;;; "desktop.el" (20229 34587)) 6061;;;;;; "desktop.el" (20281 13989))
6055;;; Generated autoloads from desktop.el 6062;;; Generated autoloads from desktop.el
6056 6063
6057(defvar desktop-save-mode nil "\ 6064(defvar desktop-save-mode nil "\
@@ -6238,7 +6245,7 @@ Revert to the last loaded desktop.
6238 6245
6239;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6246;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6240;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6247;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6241;;;;;; "deuglify" "gnus/deuglify.el" (20229 34587)) 6248;;;;;; "deuglify" "gnus/deuglify.el" (20281 13989))
6242;;; Generated autoloads from gnus/deuglify.el 6249;;; Generated autoloads from gnus/deuglify.el
6243 6250
6244(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6251(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6271,7 +6278,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6271;;;*** 6278;;;***
6272 6279
6273;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6280;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6274;;;;;; "calendar/diary-lib.el" (20229 34587)) 6281;;;;;; "calendar/diary-lib.el" (20287 42957))
6275;;; Generated autoloads from calendar/diary-lib.el 6282;;; Generated autoloads from calendar/diary-lib.el
6276 6283
6277(autoload 'diary "diary-lib" "\ 6284(autoload 'diary "diary-lib" "\
@@ -6314,7 +6321,7 @@ Major mode for editing the diary file.
6314;;;*** 6321;;;***
6315 6322
6316;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command 6323;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command
6317;;;;;; diff-switches) "diff" "vc/diff.el" (20229 34587)) 6324;;;;;; diff-switches) "diff" "vc/diff.el" (20281 13989))
6318;;; Generated autoloads from vc/diff.el 6325;;; Generated autoloads from vc/diff.el
6319 6326
6320(defvar diff-switches (purecopy "-c") "\ 6327(defvar diff-switches (purecopy "-c") "\
@@ -6358,7 +6365,7 @@ This requires the external program `diff' to be in your `exec-path'.
6358;;;*** 6365;;;***
6359 6366
6360;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6367;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6361;;;;;; (20229 34587)) 6368;;;;;; (20281 13989))
6362;;; Generated autoloads from vc/diff-mode.el 6369;;; Generated autoloads from vc/diff-mode.el
6363 6370
6364(autoload 'diff-mode "diff-mode" "\ 6371(autoload 'diff-mode "diff-mode" "\
@@ -6390,7 +6397,7 @@ the mode if ARG is omitted or nil.
6390 6397
6391;;;*** 6398;;;***
6392 6399
6393;;;### (autoloads (dig) "dig" "net/dig.el" (20229 34587)) 6400;;;### (autoloads (dig) "dig" "net/dig.el" (20281 13989))
6394;;; Generated autoloads from net/dig.el 6401;;; Generated autoloads from net/dig.el
6395 6402
6396(autoload 'dig "dig" "\ 6403(autoload 'dig "dig" "\
@@ -6402,7 +6409,7 @@ Optional arguments are passed to `dig-invoke'.
6402;;;*** 6409;;;***
6403 6410
6404;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6411;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6405;;;;;; dired dired-listing-switches) "dired" "dired.el" (20259 55615)) 6412;;;;;; dired dired-listing-switches) "dired" "dired.el" (20296 18557))
6406;;; Generated autoloads from dired.el 6413;;; Generated autoloads from dired.el
6407 6414
6408(defvar dired-listing-switches (purecopy "-al") "\ 6415(defvar dired-listing-switches (purecopy "-al") "\
@@ -6524,7 +6531,7 @@ Keybindings:
6524;;;*** 6531;;;***
6525 6532
6526;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6533;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6527;;;;;; (20229 34587)) 6534;;;;;; (20281 13989))
6528;;; Generated autoloads from dirtrack.el 6535;;; Generated autoloads from dirtrack.el
6529 6536
6530(autoload 'dirtrack-mode "dirtrack" "\ 6537(autoload 'dirtrack-mode "dirtrack" "\
@@ -6554,8 +6561,8 @@ from `default-directory'.
6554 6561
6555;;;*** 6562;;;***
6556 6563
6557;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20229 6564;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20281
6558;;;;;; 34587)) 6565;;;;;; 13989))
6559;;; Generated autoloads from emacs-lisp/disass.el 6566;;; Generated autoloads from emacs-lisp/disass.el
6560 6567
6561(autoload 'disassemble "disass" "\ 6568(autoload 'disassemble "disass" "\
@@ -6574,7 +6581,7 @@ redefine OBJECT if it is a symbol.
6574;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6581;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6575;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6582;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6576;;;;;; set-display-table-slot display-table-slot make-display-table) 6583;;;;;; set-display-table-slot display-table-slot make-display-table)
6577;;;;;; "disp-table" "disp-table.el" (20229 34587)) 6584;;;;;; "disp-table" "disp-table.el" (20281 13989))
6578;;; Generated autoloads from disp-table.el 6585;;; Generated autoloads from disp-table.el
6579 6586
6580(autoload 'make-display-table "disp-table" "\ 6587(autoload 'make-display-table "disp-table" "\
@@ -6696,7 +6703,7 @@ in `.emacs'.
6696;;;*** 6703;;;***
6697 6704
6698;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6705;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6699;;;;;; (20229 34587)) 6706;;;;;; (20281 13989))
6700;;; Generated autoloads from play/dissociate.el 6707;;; Generated autoloads from play/dissociate.el
6701 6708
6702(autoload 'dissociated-press "dissociate" "\ 6709(autoload 'dissociated-press "dissociate" "\
@@ -6712,7 +6719,7 @@ Default is 2.
6712 6719
6713;;;*** 6720;;;***
6714 6721
6715;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20229 34587)) 6722;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20281 13989))
6716;;; Generated autoloads from dnd.el 6723;;; Generated autoloads from dnd.el
6717 6724
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)) "\ 6725(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)) "\
@@ -6733,7 +6740,7 @@ if some action was made, or nil if the URL is ignored.")
6733;;;*** 6740;;;***
6734 6741
6735;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6742;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6736;;;;;; "textmodes/dns-mode.el" (20229 34587)) 6743;;;;;; "textmodes/dns-mode.el" (20281 13989))
6737;;; Generated autoloads from textmodes/dns-mode.el 6744;;; Generated autoloads from textmodes/dns-mode.el
6738 6745
6739(autoload 'dns-mode "dns-mode" "\ 6746(autoload 'dns-mode "dns-mode" "\
@@ -6757,8 +6764,8 @@ Locate SOA record and increment the serial field.
6757;;;*** 6764;;;***
6758 6765
6759;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe 6766;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6760;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20229 6767;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20281
6761;;;;;; 34587)) 6768;;;;;; 13989))
6762;;; Generated autoloads from doc-view.el 6769;;; Generated autoloads from doc-view.el
6763 6770
6764(autoload 'doc-view-mode-p "doc-view" "\ 6771(autoload 'doc-view-mode-p "doc-view" "\
@@ -6804,7 +6811,7 @@ See the command `doc-view-mode' for more information on this mode.
6804 6811
6805;;;*** 6812;;;***
6806 6813
6807;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20230 15291)) 6814;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20281 13989))
6808;;; Generated autoloads from play/doctor.el 6815;;; Generated autoloads from play/doctor.el
6809 6816
6810(autoload 'doctor "doctor" "\ 6817(autoload 'doctor "doctor" "\
@@ -6814,7 +6821,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6814 6821
6815;;;*** 6822;;;***
6816 6823
6817;;;### (autoloads (double-mode) "double" "double.el" (20229 34587)) 6824;;;### (autoloads (double-mode) "double" "double.el" (20281 13989))
6818;;; Generated autoloads from double.el 6825;;; Generated autoloads from double.el
6819 6826
6820(autoload 'double-mode "double" "\ 6827(autoload 'double-mode "double" "\
@@ -6830,7 +6837,7 @@ strings when pressed twice. See `double-map' for details.
6830 6837
6831;;;*** 6838;;;***
6832 6839
6833;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20229 34587)) 6840;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20281 13989))
6834;;; Generated autoloads from play/dunnet.el 6841;;; Generated autoloads from play/dunnet.el
6835 6842
6836(autoload 'dunnet "dunnet" "\ 6843(autoload 'dunnet "dunnet" "\
@@ -6842,7 +6849,7 @@ Switch to *dungeon* buffer and start game.
6842 6849
6843;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6850;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6844;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6851;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6845;;;;;; "emacs-lisp/easy-mmode.el" (20264 40969)) 6852;;;;;; "emacs-lisp/easy-mmode.el" (20295 19037))
6846;;; Generated autoloads from emacs-lisp/easy-mmode.el 6853;;; Generated autoloads from emacs-lisp/easy-mmode.el
6847 6854
6848(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6855(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6853,6 +6860,14 @@ This defines the toggle command MODE and (by default) a control variable
6853MODE (you can override this with the :variable keyword, see below). 6860MODE (you can override this with the :variable keyword, see below).
6854DOC is the documentation for the mode toggle command. 6861DOC is the documentation for the mode toggle command.
6855 6862
6863The defined mode command takes one optional (prefix) argument.
6864Interactively with no prefix argument it toggles the mode.
6865With a prefix argument, it enables the mode if the argument is
6866positive and otherwise disables it. When called from Lisp, it
6867enables the mode if the argument is omitted or nil, and toggles
6868the mode if the argument is `toggle'. If DOC is nil this
6869function adds a basic doc-string stating these facts.
6870
6856Optional INIT-VALUE is the initial value of the mode's variable. 6871Optional INIT-VALUE is the initial value of the mode's variable.
6857Optional LIGHTER is displayed in the modeline when the mode is on. 6872Optional LIGHTER is displayed in the modeline when the mode is on.
6858Optional KEYMAP is the default keymap bound to the mode keymap. 6873Optional KEYMAP is the default keymap bound to the mode keymap.
@@ -6890,6 +6905,8 @@ BODY contains code to execute each time the mode is enabled or disabled.
6890 the new state, and sets it. If you specify a :variable, 6905 the new state, and sets it. If you specify a :variable,
6891 this function does not define a MODE variable (nor any of 6906 this function does not define a MODE variable (nor any of
6892 the terms used in :variable). 6907 the terms used in :variable).
6908:after-hook A single lisp form which is evaluated after the mode hooks
6909 have been run. It should not be quoted.
6893 6910
6894For example, you could write 6911For example, you could write
6895 (define-minor-mode foo-mode \"If enabled, foo on you!\" 6912 (define-minor-mode foo-mode \"If enabled, foo on you!\"
@@ -6958,8 +6975,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6958;;;*** 6975;;;***
6959 6976
6960;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6977;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6961;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20229 6978;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20281
6962;;;;;; 34587)) 6979;;;;;; 13989))
6963;;; Generated autoloads from emacs-lisp/easymenu.el 6980;;; Generated autoloads from emacs-lisp/easymenu.el
6964 6981
6965(autoload 'easy-menu-define "easymenu" "\ 6982(autoload 'easy-menu-define "easymenu" "\
@@ -7113,7 +7130,7 @@ To implement dynamic menus, either call this from
7113;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7130;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7114;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7131;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7115;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7132;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7116;;;;;; "progmodes/ebnf2ps.el" (20229 34587)) 7133;;;;;; "progmodes/ebnf2ps.el" (20281 13989))
7117;;; Generated autoloads from progmodes/ebnf2ps.el 7134;;; Generated autoloads from progmodes/ebnf2ps.el
7118 7135
7119(autoload 'ebnf-customize "ebnf2ps" "\ 7136(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7387,8 +7404,8 @@ See `ebnf-style-database' documentation.
7387;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7404;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7388;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7405;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7389;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7406;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7390;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20229 7407;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20281
7391;;;;;; 34587)) 7408;;;;;; 13989))
7392;;; Generated autoloads from progmodes/ebrowse.el 7409;;; Generated autoloads from progmodes/ebrowse.el
7393 7410
7394(autoload 'ebrowse-tree-mode "ebrowse" "\ 7411(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7537,7 +7554,7 @@ Display statistics for a class tree.
7537;;;*** 7554;;;***
7538 7555
7539;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7556;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7540;;;;;; (20229 34587)) 7557;;;;;; (20281 13989))
7541;;; Generated autoloads from ebuff-menu.el 7558;;; Generated autoloads from ebuff-menu.el
7542 7559
7543(autoload 'electric-buffer-list "ebuff-menu" "\ 7560(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7562,7 +7579,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7562;;;*** 7579;;;***
7563 7580
7564;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7581;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7565;;;;;; "echistory.el" (20229 34587)) 7582;;;;;; "echistory.el" (20281 13989))
7566;;; Generated autoloads from echistory.el 7583;;; Generated autoloads from echistory.el
7567 7584
7568(autoload 'Electric-command-history-redo-expression "echistory" "\ 7585(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7574,7 +7591,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7574;;;*** 7591;;;***
7575 7592
7576;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7593;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7577;;;;;; (20229 34587)) 7594;;;;;; (20281 13989))
7578;;; Generated autoloads from gnus/ecomplete.el 7595;;; Generated autoloads from gnus/ecomplete.el
7579 7596
7580(autoload 'ecomplete-setup "ecomplete" "\ 7597(autoload 'ecomplete-setup "ecomplete" "\
@@ -7584,7 +7601,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7584 7601
7585;;;*** 7602;;;***
7586 7603
7587;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20240 47305)) 7604;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20281 13989))
7588;;; Generated autoloads from cedet/ede.el 7605;;; Generated autoloads from cedet/ede.el
7589 7606
7590(defvar global-ede-mode nil "\ 7607(defvar global-ede-mode nil "\
@@ -7611,7 +7628,7 @@ an EDE controlled project.
7611 7628
7612;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7629;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7613;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7630;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7614;;;;;; "emacs-lisp/edebug.el" (20229 34587)) 7631;;;;;; "emacs-lisp/edebug.el" (20281 13989))
7615;;; Generated autoloads from emacs-lisp/edebug.el 7632;;; Generated autoloads from emacs-lisp/edebug.el
7616 7633
7617(defvar edebug-all-defs nil "\ 7634(defvar edebug-all-defs nil "\
@@ -7684,7 +7701,7 @@ Toggle edebugging of all forms.
7684;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7701;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7685;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7702;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7686;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7703;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7687;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20229 34587)) 7704;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20281 13989))
7688;;; Generated autoloads from vc/ediff.el 7705;;; Generated autoloads from vc/ediff.el
7689 7706
7690(autoload 'ediff-files "ediff" "\ 7707(autoload 'ediff-files "ediff" "\
@@ -7916,7 +7933,7 @@ With optional NODE, goes to that node.
7916;;;*** 7933;;;***
7917 7934
7918;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7935;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7919;;;;;; (20229 34587)) 7936;;;;;; (20281 13989))
7920;;; Generated autoloads from vc/ediff-help.el 7937;;; Generated autoloads from vc/ediff-help.el
7921 7938
7922(autoload 'ediff-customize "ediff-help" "\ 7939(autoload 'ediff-customize "ediff-help" "\
@@ -7927,7 +7944,7 @@ With optional NODE, goes to that node.
7927;;;*** 7944;;;***
7928 7945
7929;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7946;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7930;;;;;; (20229 34587)) 7947;;;;;; (20281 13989))
7931;;; Generated autoloads from vc/ediff-mult.el 7948;;; Generated autoloads from vc/ediff-mult.el
7932 7949
7933(autoload 'ediff-show-registry "ediff-mult" "\ 7950(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7940,7 +7957,7 @@ Display Ediff's registry.
7940;;;*** 7957;;;***
7941 7958
7942;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7959;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7943;;;;;; "ediff-util" "vc/ediff-util.el" (20229 34587)) 7960;;;;;; "ediff-util" "vc/ediff-util.el" (20281 13989))
7944;;; Generated autoloads from vc/ediff-util.el 7961;;; Generated autoloads from vc/ediff-util.el
7945 7962
7946(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7963(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7961,7 +7978,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7961 7978
7962;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7979;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7963;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7980;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7964;;;;;; (20229 34587)) 7981;;;;;; (20281 13989))
7965;;; Generated autoloads from edmacro.el 7982;;; Generated autoloads from edmacro.el
7966 7983
7967(autoload 'edit-kbd-macro "edmacro" "\ 7984(autoload 'edit-kbd-macro "edmacro" "\
@@ -8010,7 +8027,7 @@ or nil, use a compact 80-column format.
8010;;;*** 8027;;;***
8011 8028
8012;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8029;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8013;;;;;; "emulation/edt.el" (20229 34587)) 8030;;;;;; "emulation/edt.el" (20281 13989))
8014;;; Generated autoloads from emulation/edt.el 8031;;; Generated autoloads from emulation/edt.el
8015 8032
8016(autoload 'edt-set-scroll-margins "edt" "\ 8033(autoload 'edt-set-scroll-margins "edt" "\
@@ -8028,7 +8045,7 @@ Turn on EDT Emulation.
8028;;;*** 8045;;;***
8029 8046
8030;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8047;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8031;;;;;; (20229 34587)) 8048;;;;;; (20281 13989))
8032;;; Generated autoloads from ehelp.el 8049;;; Generated autoloads from ehelp.el
8033 8050
8034(autoload 'with-electric-help "ehelp" "\ 8051(autoload 'with-electric-help "ehelp" "\
@@ -8065,7 +8082,7 @@ BUFFER is put back into its original major mode.
8065;;;*** 8082;;;***
8066 8083
8067;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8084;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8068;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20229 34587)) 8085;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20281 13989))
8069;;; Generated autoloads from emacs-lisp/eldoc.el 8086;;; Generated autoloads from emacs-lisp/eldoc.el
8070 8087
8071(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8088(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8112,7 +8129,7 @@ Emacs Lisp mode) that support ElDoc.")
8112;;;*** 8129;;;***
8113 8130
8114;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 8131;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8115;;;;;; "electric" "electric.el" (20229 34587)) 8132;;;;;; "electric" "electric.el" (20281 13989))
8116;;; Generated autoloads from electric.el 8133;;; Generated autoloads from electric.el
8117 8134
8118(defvar electric-indent-chars '(10) "\ 8135(defvar electric-indent-chars '(10) "\
@@ -8133,9 +8150,9 @@ With a prefix argument ARG, enable Electric Indent mode if ARG is
8133positive, and disable it otherwise. If called from Lisp, enable 8150positive, and disable it otherwise. If called from Lisp, enable
8134the mode if ARG is omitted or nil. 8151the mode if ARG is omitted or nil.
8135 8152
8136Electric Indent mode is a global minor mode. When enabled, 8153This is a global minor mode. When enabled, it reindents whenever
8137reindentation is triggered whenever you insert a character listed 8154the hook `electric-indent-functions' returns non-nil, or you
8138in `electric-indent-chars'. 8155insert a character from `electric-indent-chars'.
8139 8156
8140\(fn &optional ARG)" t nil) 8157\(fn &optional ARG)" t nil)
8141 8158
@@ -8158,6 +8175,8 @@ Electric Pair mode is a global minor mode. When enabled, typing
8158an open parenthesis automatically inserts the corresponding 8175an open parenthesis automatically inserts the corresponding
8159closing parenthesis. (Likewise for brackets, etc.) 8176closing parenthesis. (Likewise for brackets, etc.)
8160 8177
8178See options `electric-pair-pairs' and `electric-pair-skip-self'.
8179
8161\(fn &optional ARG)" t nil) 8180\(fn &optional ARG)" t nil)
8162 8181
8163(defvar electric-layout-mode nil "\ 8182(defvar electric-layout-mode nil "\
@@ -8171,13 +8190,17 @@ or call the function `electric-layout-mode'.")
8171 8190
8172(autoload 'electric-layout-mode "electric" "\ 8191(autoload 'electric-layout-mode "electric" "\
8173Automatically insert newlines around some chars. 8192Automatically insert newlines around some chars.
8193With a prefix argument ARG, enable Electric Layout mode if ARG is
8194positive, and disable it otherwise. If called from Lisp, enable
8195the mode if ARG is omitted or nil.
8196The variable `electric-layout-rules' says when and how to insert newlines.
8174 8197
8175\(fn &optional ARG)" t nil) 8198\(fn &optional ARG)" t nil)
8176 8199
8177;;;*** 8200;;;***
8178 8201
8179;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20229 8202;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20281
8180;;;;;; 34587)) 8203;;;;;; 13989))
8181;;; Generated autoloads from elide-head.el 8204;;; Generated autoloads from elide-head.el
8182 8205
8183(autoload 'elide-head "elide-head" "\ 8206(autoload 'elide-head "elide-head" "\
@@ -8194,7 +8217,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8194 8217
8195;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 8218;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8196;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 8219;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8197;;;;;; (20229 34587)) 8220;;;;;; (20281 13989))
8198;;; Generated autoloads from emacs-lisp/elint.el 8221;;; Generated autoloads from emacs-lisp/elint.el
8199 8222
8200(autoload 'elint-file "elint" "\ 8223(autoload 'elint-file "elint" "\
@@ -8230,8 +8253,8 @@ optional prefix argument REINIT is non-nil.
8230;;;*** 8253;;;***
8231 8254
8232;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8255;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8233;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20229 8256;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20281
8234;;;;;; 34587)) 8257;;;;;; 13989))
8235;;; Generated autoloads from emacs-lisp/elp.el 8258;;; Generated autoloads from emacs-lisp/elp.el
8236 8259
8237(autoload 'elp-instrument-function "elp" "\ 8260(autoload 'elp-instrument-function "elp" "\
@@ -8266,7 +8289,7 @@ displayed.
8266;;;*** 8289;;;***
8267 8290
8268;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" 8291;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el"
8269;;;;;; (20237 28610)) 8292;;;;;; (20281 13989))
8270;;; Generated autoloads from emacs-lock.el 8293;;; Generated autoloads from emacs-lock.el
8271 8294
8272(autoload 'emacs-lock-mode "emacs-lock" "\ 8295(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8294,7 +8317,7 @@ Other values are interpreted as usual.
8294;;;*** 8317;;;***
8295 8318
8296;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) 8319;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug)
8297;;;;;; "emacsbug" "mail/emacsbug.el" (20259 55615)) 8320;;;;;; "emacsbug" "mail/emacsbug.el" (20281 13989))
8298;;; Generated autoloads from mail/emacsbug.el 8321;;; Generated autoloads from mail/emacsbug.el
8299 8322
8300(autoload 'report-emacs-bug "emacsbug" "\ 8323(autoload 'report-emacs-bug "emacsbug" "\
@@ -8315,7 +8338,7 @@ The result is an alist with items of the form (URL SUBJECT NO).
8315;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8338;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8316;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8339;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8317;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8340;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8318;;;;;; "vc/emerge.el" (20204 31303)) 8341;;;;;; "vc/emerge.el" (20292 33249))
8319;;; Generated autoloads from vc/emerge.el 8342;;; Generated autoloads from vc/emerge.el
8320 8343
8321(autoload 'emerge-files "emerge" "\ 8344(autoload 'emerge-files "emerge" "\
@@ -8376,13 +8399,18 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8376;;;*** 8399;;;***
8377 8400
8378;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8401;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8379;;;;;; "enriched" "textmodes/enriched.el" (20229 34587)) 8402;;;;;; "enriched" "textmodes/enriched.el" (20281 13989))
8380;;; Generated autoloads from textmodes/enriched.el 8403;;; Generated autoloads from textmodes/enriched.el
8381 8404
8382(autoload 'enriched-mode "enriched" "\ 8405(autoload 'enriched-mode "enriched" "\
8383Minor mode for editing text/enriched files. 8406Minor mode for editing text/enriched files.
8384These are files with embedded formatting information in the MIME standard 8407These are files with embedded formatting information in the MIME standard
8385text/enriched format. 8408text/enriched format.
8409
8410With a prefix argument ARG, enable the mode if ARG is positive,
8411and disable it otherwise. If called from Lisp, enable the mode
8412if ARG is omitted or nil.
8413
8386Turning the mode on or off runs `enriched-mode-hook'. 8414Turning the mode on or off runs `enriched-mode-hook'.
8387 8415
8388More information about Enriched mode is available in the file 8416More information about Enriched mode is available in the file
@@ -8411,8 +8439,8 @@ Commands:
8411;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 8439;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8412;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8440;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8413;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8441;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8414;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20229 8442;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20281
8415;;;;;; 34587)) 8443;;;;;; 13989))
8416;;; Generated autoloads from epa.el 8444;;; Generated autoloads from epa.el
8417 8445
8418(autoload 'epa-list-keys "epa" "\ 8446(autoload 'epa-list-keys "epa" "\
@@ -8590,7 +8618,7 @@ Insert selected KEYS after the point.
8590;;;*** 8618;;;***
8591 8619
8592;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8620;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8593;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20229 34587)) 8621;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20281 13989))
8594;;; Generated autoloads from epa-dired.el 8622;;; Generated autoloads from epa-dired.el
8595 8623
8596(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8624(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8616,7 +8644,7 @@ Encrypt marked files.
8616;;;*** 8644;;;***
8617 8645
8618;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8646;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8619;;;;;; "epa-file" "epa-file.el" (20229 34587)) 8647;;;;;; "epa-file" "epa-file.el" (20281 13989))
8620;;; Generated autoloads from epa-file.el 8648;;; Generated autoloads from epa-file.el
8621 8649
8622(autoload 'epa-file-handler "epa-file" "\ 8650(autoload 'epa-file-handler "epa-file" "\
@@ -8638,11 +8666,14 @@ Encrypt marked files.
8638 8666
8639;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8667;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8640;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8668;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8641;;;;;; "epa-mail" "epa-mail.el" (20229 34587)) 8669;;;;;; "epa-mail" "epa-mail.el" (20281 13989))
8642;;; Generated autoloads from epa-mail.el 8670;;; Generated autoloads from epa-mail.el
8643 8671
8644(autoload 'epa-mail-mode "epa-mail" "\ 8672(autoload 'epa-mail-mode "epa-mail" "\
8645A minor-mode for composing encrypted/clearsigned mails. 8673A minor-mode for composing encrypted/clearsigned mails.
8674With a prefix argument ARG, enable the mode if ARG is positive,
8675and disable it otherwise. If called from Lisp, enable the mode
8676if ARG is omitted or nil.
8646 8677
8647\(fn &optional ARG)" t nil) 8678\(fn &optional ARG)" t nil)
8648 8679
@@ -8697,12 +8728,15 @@ or call the function `epa-global-mail-mode'.")
8697 8728
8698(autoload 'epa-global-mail-mode "epa-mail" "\ 8729(autoload 'epa-global-mail-mode "epa-mail" "\
8699Minor mode to hook EasyPG into Mail mode. 8730Minor mode to hook EasyPG into Mail mode.
8731With a prefix argument ARG, enable the mode if ARG is positive,
8732and disable it otherwise. If called from Lisp, enable the mode
8733if ARG is omitted or nil.
8700 8734
8701\(fn &optional ARG)" t nil) 8735\(fn &optional ARG)" t nil)
8702 8736
8703;;;*** 8737;;;***
8704 8738
8705;;;### (autoloads (epg-make-context) "epg" "epg.el" (20241 25657)) 8739;;;### (autoloads (epg-make-context) "epg" "epg.el" (20281 13989))
8706;;; Generated autoloads from epg.el 8740;;; Generated autoloads from epg.el
8707 8741
8708(autoload 'epg-make-context "epg" "\ 8742(autoload 'epg-make-context "epg" "\
@@ -8713,7 +8747,7 @@ Return a context object.
8713;;;*** 8747;;;***
8714 8748
8715;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8749;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8716;;;;;; "epg-config" "epg-config.el" (20229 34587)) 8750;;;;;; "epg-config" "epg-config.el" (20281 13989))
8717;;; Generated autoloads from epg-config.el 8751;;; Generated autoloads from epg-config.el
8718 8752
8719(autoload 'epg-configuration "epg-config" "\ 8753(autoload 'epg-configuration "epg-config" "\
@@ -8734,7 +8768,7 @@ Look at CONFIG and try to expand GROUP.
8734;;;*** 8768;;;***
8735 8769
8736;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args) 8770;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args)
8737;;;;;; "erc" "erc/erc.el" (20230 55355)) 8771;;;;;; "erc" "erc/erc.el" (20281 13989))
8738;;; Generated autoloads from erc/erc.el 8772;;; Generated autoloads from erc/erc.el
8739 8773
8740(autoload 'erc-select-read-args "erc" "\ 8774(autoload 'erc-select-read-args "erc" "\
@@ -8782,33 +8816,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8782 8816
8783;;;*** 8817;;;***
8784 8818
8785;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20229 8819;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20281
8786;;;;;; 34587)) 8820;;;;;; 13989))
8787;;; Generated autoloads from erc/erc-autoaway.el 8821;;; Generated autoloads from erc/erc-autoaway.el
8788 (autoload 'erc-autoaway-mode "erc-autoaway") 8822 (autoload 'erc-autoaway-mode "erc-autoaway")
8789 8823
8790;;;*** 8824;;;***
8791 8825
8792;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20229 34587)) 8826;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20281 13989))
8793;;; Generated autoloads from erc/erc-button.el 8827;;; Generated autoloads from erc/erc-button.el
8794 (autoload 'erc-button-mode "erc-button" nil t) 8828 (autoload 'erc-button-mode "erc-button" nil t)
8795 8829
8796;;;*** 8830;;;***
8797 8831
8798;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20229 34587)) 8832;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20281 13989))
8799;;; Generated autoloads from erc/erc-capab.el 8833;;; Generated autoloads from erc/erc-capab.el
8800 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8834 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8801 8835
8802;;;*** 8836;;;***
8803 8837
8804;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20229 34587)) 8838;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20281 13989))
8805;;; Generated autoloads from erc/erc-compat.el 8839;;; Generated autoloads from erc/erc-compat.el
8806 (autoload 'erc-define-minor-mode "erc-compat") 8840 (autoload 'erc-define-minor-mode "erc-compat")
8807 8841
8808;;;*** 8842;;;***
8809 8843
8810;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8844;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8811;;;;;; "erc-dcc" "erc/erc-dcc.el" (20229 34587)) 8845;;;;;; "erc-dcc" "erc/erc-dcc.el" (20281 13989))
8812;;; Generated autoloads from erc/erc-dcc.el 8846;;; Generated autoloads from erc/erc-dcc.el
8813 (autoload 'erc-dcc-mode "erc-dcc") 8847 (autoload 'erc-dcc-mode "erc-dcc")
8814 8848
@@ -8841,7 +8875,7 @@ that subcommand.
8841;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8875;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8842;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8876;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8843;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8877;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8844;;;;;; (20229 34587)) 8878;;;;;; (20281 13989))
8845;;; Generated autoloads from erc/erc-ezbounce.el 8879;;; Generated autoloads from erc/erc-ezbounce.el
8846 8880
8847(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8881(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8903,8 +8937,8 @@ Add EZBouncer convenience functions to ERC.
8903 8937
8904;;;*** 8938;;;***
8905 8939
8906;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20229 8940;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20281
8907;;;;;; 34587)) 8941;;;;;; 13989))
8908;;; Generated autoloads from erc/erc-fill.el 8942;;; Generated autoloads from erc/erc-fill.el
8909 (autoload 'erc-fill-mode "erc-fill" nil t) 8943 (autoload 'erc-fill-mode "erc-fill" nil t)
8910 8944
@@ -8917,7 +8951,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8917;;;*** 8951;;;***
8918 8952
8919;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8953;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8920;;;;;; "erc/erc-identd.el" (20229 34587)) 8954;;;;;; "erc/erc-identd.el" (20281 13989))
8921;;; Generated autoloads from erc/erc-identd.el 8955;;; Generated autoloads from erc/erc-identd.el
8922 (autoload 'erc-identd-mode "erc-identd") 8956 (autoload 'erc-identd-mode "erc-identd")
8923 8957
@@ -8939,7 +8973,7 @@ system.
8939;;;*** 8973;;;***
8940 8974
8941;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8975;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8942;;;;;; (20229 34587)) 8976;;;;;; (20281 13989))
8943;;; Generated autoloads from erc/erc-imenu.el 8977;;; Generated autoloads from erc/erc-imenu.el
8944 8978
8945(autoload 'erc-create-imenu-index "erc-imenu" "\ 8979(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8949,20 +8983,20 @@ system.
8949 8983
8950;;;*** 8984;;;***
8951 8985
8952;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20229 34587)) 8986;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20281 13989))
8953;;; Generated autoloads from erc/erc-join.el 8987;;; Generated autoloads from erc/erc-join.el
8954 (autoload 'erc-autojoin-mode "erc-join" nil t) 8988 (autoload 'erc-autojoin-mode "erc-join" nil t)
8955 8989
8956;;;*** 8990;;;***
8957 8991
8958;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20229 34587)) 8992;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20281 13989))
8959;;; Generated autoloads from erc/erc-list.el 8993;;; Generated autoloads from erc/erc-list.el
8960 (autoload 'erc-list-mode "erc-list") 8994 (autoload 'erc-list-mode "erc-list")
8961 8995
8962;;;*** 8996;;;***
8963 8997
8964;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8998;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8965;;;;;; "erc/erc-log.el" (20229 34587)) 8999;;;;;; "erc/erc-log.el" (20281 13989))
8966;;; Generated autoloads from erc/erc-log.el 9000;;; Generated autoloads from erc/erc-log.el
8967 (autoload 'erc-log-mode "erc-log" nil t) 9001 (autoload 'erc-log-mode "erc-log" nil t)
8968 9002
@@ -8994,7 +9028,7 @@ You can save every individual message by putting this function on
8994;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9028;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8995;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9029;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8996;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9030;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8997;;;;;; (20229 34587)) 9031;;;;;; (20281 13989))
8998;;; Generated autoloads from erc/erc-match.el 9032;;; Generated autoloads from erc/erc-match.el
8999 (autoload 'erc-match-mode "erc-match") 9033 (autoload 'erc-match-mode "erc-match")
9000 9034
@@ -9040,14 +9074,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9040 9074
9041;;;*** 9075;;;***
9042 9076
9043;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20229 34587)) 9077;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20281 13989))
9044;;; Generated autoloads from erc/erc-menu.el 9078;;; Generated autoloads from erc/erc-menu.el
9045 (autoload 'erc-menu-mode "erc-menu" nil t) 9079 (autoload 'erc-menu-mode "erc-menu" nil t)
9046 9080
9047;;;*** 9081;;;***
9048 9082
9049;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9083;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9050;;;;;; (20229 34587)) 9084;;;;;; (20281 13989))
9051;;; Generated autoloads from erc/erc-netsplit.el 9085;;; Generated autoloads from erc/erc-netsplit.el
9052 (autoload 'erc-netsplit-mode "erc-netsplit") 9086 (autoload 'erc-netsplit-mode "erc-netsplit")
9053 9087
@@ -9059,7 +9093,7 @@ Show who's gone.
9059;;;*** 9093;;;***
9060 9094
9061;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9095;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9062;;;;;; "erc/erc-networks.el" (20229 34587)) 9096;;;;;; "erc/erc-networks.el" (20281 13989))
9063;;; Generated autoloads from erc/erc-networks.el 9097;;; Generated autoloads from erc/erc-networks.el
9064 9098
9065(autoload 'erc-determine-network "erc-networks" "\ 9099(autoload 'erc-determine-network "erc-networks" "\
@@ -9077,7 +9111,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9077;;;*** 9111;;;***
9078 9112
9079;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9113;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9080;;;;;; "erc/erc-notify.el" (20229 34587)) 9114;;;;;; "erc/erc-notify.el" (20281 13989))
9081;;; Generated autoloads from erc/erc-notify.el 9115;;; Generated autoloads from erc/erc-notify.el
9082 (autoload 'erc-notify-mode "erc-notify" nil t) 9116 (autoload 'erc-notify-mode "erc-notify" nil t)
9083 9117
@@ -9095,33 +9129,33 @@ with args, toggle notify status of people.
9095 9129
9096;;;*** 9130;;;***
9097 9131
9098;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20237 28610)) 9132;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20281 13989))
9099;;; Generated autoloads from erc/erc-page.el 9133;;; Generated autoloads from erc/erc-page.el
9100 (autoload 'erc-page-mode "erc-page") 9134 (autoload 'erc-page-mode "erc-page")
9101 9135
9102;;;*** 9136;;;***
9103 9137
9104;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20229 9138;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20281
9105;;;;;; 34587)) 9139;;;;;; 13989))
9106;;; Generated autoloads from erc/erc-pcomplete.el 9140;;; Generated autoloads from erc/erc-pcomplete.el
9107 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9141 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9108 9142
9109;;;*** 9143;;;***
9110 9144
9111;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20229 34587)) 9145;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20281 13989))
9112;;; Generated autoloads from erc/erc-replace.el 9146;;; Generated autoloads from erc/erc-replace.el
9113 (autoload 'erc-replace-mode "erc-replace") 9147 (autoload 'erc-replace-mode "erc-replace")
9114 9148
9115;;;*** 9149;;;***
9116 9150
9117;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20229 34587)) 9151;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20281 13989))
9118;;; Generated autoloads from erc/erc-ring.el 9152;;; Generated autoloads from erc/erc-ring.el
9119 (autoload 'erc-ring-mode "erc-ring" nil t) 9153 (autoload 'erc-ring-mode "erc-ring" nil t)
9120 9154
9121;;;*** 9155;;;***
9122 9156
9123;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9157;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9124;;;;;; "erc-services" "erc/erc-services.el" (20229 34587)) 9158;;;;;; "erc-services" "erc/erc-services.el" (20281 13989))
9125;;; Generated autoloads from erc/erc-services.el 9159;;; Generated autoloads from erc/erc-services.el
9126 (autoload 'erc-services-mode "erc-services" nil t) 9160 (autoload 'erc-services-mode "erc-services" nil t)
9127 9161
@@ -9138,14 +9172,14 @@ When called interactively, read the password using `read-passwd'.
9138 9172
9139;;;*** 9173;;;***
9140 9174
9141;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20229 34587)) 9175;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20281 13989))
9142;;; Generated autoloads from erc/erc-sound.el 9176;;; Generated autoloads from erc/erc-sound.el
9143 (autoload 'erc-sound-mode "erc-sound") 9177 (autoload 'erc-sound-mode "erc-sound")
9144 9178
9145;;;*** 9179;;;***
9146 9180
9147;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9181;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9148;;;;;; (20229 34587)) 9182;;;;;; (20281 13989))
9149;;; Generated autoloads from erc/erc-speedbar.el 9183;;; Generated autoloads from erc/erc-speedbar.el
9150 9184
9151(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9185(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9156,21 +9190,21 @@ This will add a speedbar major display mode.
9156 9190
9157;;;*** 9191;;;***
9158 9192
9159;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20229 9193;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20281
9160;;;;;; 34587)) 9194;;;;;; 13989))
9161;;; Generated autoloads from erc/erc-spelling.el 9195;;; Generated autoloads from erc/erc-spelling.el
9162 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9196 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9163 9197
9164;;;*** 9198;;;***
9165 9199
9166;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20229 34587)) 9200;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20281 13989))
9167;;; Generated autoloads from erc/erc-stamp.el 9201;;; Generated autoloads from erc/erc-stamp.el
9168 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9202 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9169 9203
9170;;;*** 9204;;;***
9171 9205
9172;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9206;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9173;;;;;; (20229 34587)) 9207;;;;;; (20281 13989))
9174;;; Generated autoloads from erc/erc-track.el 9208;;; Generated autoloads from erc/erc-track.el
9175 9209
9176(defvar erc-track-minor-mode nil "\ 9210(defvar erc-track-minor-mode nil "\
@@ -9196,7 +9230,7 @@ keybindings will not do anything useful.
9196;;;*** 9230;;;***
9197 9231
9198;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9232;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9199;;;;;; "erc-truncate" "erc/erc-truncate.el" (20229 34587)) 9233;;;;;; "erc-truncate" "erc/erc-truncate.el" (20281 13989))
9200;;; Generated autoloads from erc/erc-truncate.el 9234;;; Generated autoloads from erc/erc-truncate.el
9201 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9235 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9202 9236
@@ -9216,7 +9250,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9216;;;*** 9250;;;***
9217 9251
9218;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9252;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9219;;;;;; (20229 34587)) 9253;;;;;; (20281 13989))
9220;;; Generated autoloads from erc/erc-xdcc.el 9254;;; Generated autoloads from erc/erc-xdcc.el
9221 (autoload 'erc-xdcc-mode "erc-xdcc") 9255 (autoload 'erc-xdcc-mode "erc-xdcc")
9222 9256
@@ -9229,7 +9263,7 @@ Add a file to `erc-xdcc-files'.
9229 9263
9230;;;### (autoloads (ert-describe-test ert-run-tests-interactively 9264;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9231;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) 9265;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9232;;;;;; "ert" "emacs-lisp/ert.el" (20229 34587)) 9266;;;;;; "ert" "emacs-lisp/ert.el" (20281 13989))
9233;;; Generated autoloads from emacs-lisp/ert.el 9267;;; Generated autoloads from emacs-lisp/ert.el
9234 9268
9235(autoload 'ert-deftest "ert" "\ 9269(autoload 'ert-deftest "ert" "\
@@ -9299,7 +9333,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9299;;;*** 9333;;;***
9300 9334
9301;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" 9335;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
9302;;;;;; (20229 34587)) 9336;;;;;; (20281 13989))
9303;;; Generated autoloads from emacs-lisp/ert-x.el 9337;;; Generated autoloads from emacs-lisp/ert-x.el
9304 9338
9305(put 'ert-with-test-buffer 'lisp-indent-function 1) 9339(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9311,8 +9345,8 @@ Kill all test buffers that are still live.
9311 9345
9312;;;*** 9346;;;***
9313 9347
9314;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20229 9348;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20281
9315;;;;;; 34587)) 9349;;;;;; 13989))
9316;;; Generated autoloads from eshell/esh-mode.el 9350;;; Generated autoloads from eshell/esh-mode.el
9317 9351
9318(autoload 'eshell-mode "esh-mode" "\ 9352(autoload 'eshell-mode "esh-mode" "\
@@ -9325,7 +9359,7 @@ Emacs shell interactive mode.
9325;;;*** 9359;;;***
9326 9360
9327;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 9361;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9328;;;;;; "eshell/eshell.el" (20229 34587)) 9362;;;;;; "eshell/eshell.el" (20281 13989))
9329;;; Generated autoloads from eshell/eshell.el 9363;;; Generated autoloads from eshell/eshell.el
9330 9364
9331(autoload 'eshell "eshell" "\ 9365(autoload 'eshell "eshell" "\
@@ -9366,7 +9400,7 @@ corresponding to a successful execution.
9366;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9400;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9367;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9401;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9368;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9402;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9369;;;;;; (20237 28610)) 9403;;;;;; (20281 13989))
9370;;; Generated autoloads from progmodes/etags.el 9404;;; Generated autoloads from progmodes/etags.el
9371 9405
9372(defvar tags-file-name nil "\ 9406(defvar tags-file-name nil "\
@@ -9684,7 +9718,7 @@ for \\[find-tag] (which see).
9684;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9718;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9685;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9719;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9686;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9720;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9687;;;;;; (20229 34587)) 9721;;;;;; (20281 13989))
9688;;; Generated autoloads from language/ethio-util.el 9722;;; Generated autoloads from language/ethio-util.el
9689 9723
9690(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9724(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9854,7 +9888,7 @@ With ARG, insert that many delimiters.
9854 9888
9855;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9889;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9856;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9890;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9857;;;;;; (20229 34587)) 9891;;;;;; (20281 13989))
9858;;; Generated autoloads from net/eudc.el 9892;;; Generated autoloads from net/eudc.el
9859 9893
9860(autoload 'eudc-set-server "eudc" "\ 9894(autoload 'eudc-set-server "eudc" "\
@@ -9910,7 +9944,7 @@ This does nothing except loading eudc by autoload side-effect.
9910 9944
9911;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9945;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9912;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9946;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9913;;;;;; "eudc-bob" "net/eudc-bob.el" (20229 34587)) 9947;;;;;; "eudc-bob" "net/eudc-bob.el" (20281 13989))
9914;;; Generated autoloads from net/eudc-bob.el 9948;;; Generated autoloads from net/eudc-bob.el
9915 9949
9916(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9950(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9946,7 +9980,7 @@ Display a button for the JPEG DATA.
9946;;;*** 9980;;;***
9947 9981
9948;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9982;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9949;;;;;; "eudc-export" "net/eudc-export.el" (20229 34587)) 9983;;;;;; "eudc-export" "net/eudc-export.el" (20281 13989))
9950;;; Generated autoloads from net/eudc-export.el 9984;;; Generated autoloads from net/eudc-export.el
9951 9985
9952(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9986(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9963,7 +9997,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9963;;;*** 9997;;;***
9964 9998
9965;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9999;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9966;;;;;; (20229 34587)) 10000;;;;;; (20281 13989))
9967;;; Generated autoloads from net/eudc-hotlist.el 10001;;; Generated autoloads from net/eudc-hotlist.el
9968 10002
9969(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10003(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9973,8 +10007,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9973 10007
9974;;;*** 10008;;;***
9975 10009
9976;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20229 10010;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20281
9977;;;;;; 34587)) 10011;;;;;; 13989))
9978;;; Generated autoloads from emacs-lisp/ewoc.el 10012;;; Generated autoloads from emacs-lisp/ewoc.el
9979 10013
9980(autoload 'ewoc-create "ewoc" "\ 10014(autoload 'ewoc-create "ewoc" "\
@@ -10003,7 +10037,7 @@ fourth arg NOSEP non-nil inhibits this.
10003;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10037;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10004;;;;;; executable-self-display executable-set-magic executable-interpret 10038;;;;;; executable-self-display executable-set-magic executable-interpret
10005;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10039;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10006;;;;;; (20229 34587)) 10040;;;;;; (20281 13989))
10007;;; Generated autoloads from progmodes/executable.el 10041;;; Generated autoloads from progmodes/executable.el
10008 10042
10009(autoload 'executable-command-find-posix-p "executable" "\ 10043(autoload 'executable-command-find-posix-p "executable" "\
@@ -10046,7 +10080,7 @@ file modes.
10046 10080
10047;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10081;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10048;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 10082;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10049;;;;;; (20229 34587)) 10083;;;;;; (20281 13989))
10050;;; Generated autoloads from expand.el 10084;;; Generated autoloads from expand.el
10051 10085
10052(autoload 'expand-add-abbrevs "expand" "\ 10086(autoload 'expand-add-abbrevs "expand" "\
@@ -10095,7 +10129,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10095 10129
10096;;;*** 10130;;;***
10097 10131
10098;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20257 13883)) 10132;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20281 13989))
10099;;; Generated autoloads from progmodes/f90.el 10133;;; Generated autoloads from progmodes/f90.el
10100 10134
10101(autoload 'f90-mode "f90" "\ 10135(autoload 'f90-mode "f90" "\
@@ -10165,8 +10199,8 @@ with no args, if that value is non-nil.
10165;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 10199;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10166;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 10200;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10167;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 10201;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10168;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20229 10202;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20281
10169;;;;;; 34587)) 10203;;;;;; 13989))
10170;;; Generated autoloads from face-remap.el 10204;;; Generated autoloads from face-remap.el
10171 10205
10172(autoload 'face-remap-add-relative "face-remap" "\ 10206(autoload 'face-remap-add-relative "face-remap" "\
@@ -10264,8 +10298,10 @@ a top-level keymap, `text-scale-increase' or
10264 10298
10265(autoload 'buffer-face-mode "face-remap" "\ 10299(autoload 'buffer-face-mode "face-remap" "\
10266Minor mode for a buffer-specific default face. 10300Minor mode for a buffer-specific default face.
10267When enabled, the face specified by the variable 10301With a prefix argument ARG, enable the mode if ARG is positive,
10268`buffer-face-mode-face' is used to display the buffer text. 10302and disable it otherwise. If called from Lisp, enable the mode
10303if ARG is omitted or nil. When enabled, the face specified by the
10304variable `buffer-face-mode-face' is used to display the buffer text.
10269 10305
10270\(fn &optional ARG)" t nil) 10306\(fn &optional ARG)" t nil)
10271 10307
@@ -10306,7 +10342,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10306 10342
10307;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10343;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10308;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10344;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10309;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20172 54913)) 10345;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20281 13989))
10310;;; Generated autoloads from mail/feedmail.el 10346;;; Generated autoloads from mail/feedmail.el
10311 10347
10312(autoload 'feedmail-send-it "feedmail" "\ 10348(autoload 'feedmail-send-it "feedmail" "\
@@ -10360,7 +10396,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10360;;;*** 10396;;;***
10361 10397
10362;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10398;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10363;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20229 34587)) 10399;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20292 45155))
10364;;; Generated autoloads from ffap.el 10400;;; Generated autoloads from ffap.el
10365 10401
10366(autoload 'ffap-next "ffap" "\ 10402(autoload 'ffap-next "ffap" "\
@@ -10424,7 +10460,7 @@ Evaluate the forms in variable `ffap-bindings'.
10424;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10460;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10425;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10461;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10426;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10462;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10427;;;;;; "filecache" "filecache.el" (20229 34587)) 10463;;;;;; "filecache" "filecache.el" (20281 13989))
10428;;; Generated autoloads from filecache.el 10464;;; Generated autoloads from filecache.el
10429 10465
10430(autoload 'file-cache-add-directory "filecache" "\ 10466(autoload 'file-cache-add-directory "filecache" "\
@@ -10484,7 +10520,7 @@ the name is considered already unique; only the second substitution
10484;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10520;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10485;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 10521;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10486;;;;;; add-file-local-variable-prop-line delete-file-local-variable 10522;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10487;;;;;; add-file-local-variable) "files-x" "files-x.el" (20229 34587)) 10523;;;;;; add-file-local-variable) "files-x" "files-x.el" (20281 13989))
10488;;; Generated autoloads from files-x.el 10524;;; Generated autoloads from files-x.el
10489 10525
10490(autoload 'add-file-local-variable "files-x" "\ 10526(autoload 'add-file-local-variable "files-x" "\
@@ -10549,8 +10585,8 @@ Copy directory-local variables to the -*- line.
10549 10585
10550;;;*** 10586;;;***
10551 10587
10552;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20229 10588;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20281
10553;;;;;; 34587)) 10589;;;;;; 13989))
10554;;; Generated autoloads from filesets.el 10590;;; Generated autoloads from filesets.el
10555 10591
10556(autoload 'filesets-init "filesets" "\ 10592(autoload 'filesets-init "filesets" "\
@@ -10561,7 +10597,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10561 10597
10562;;;*** 10598;;;***
10563 10599
10564;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20229 34587)) 10600;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20281 13989))
10565;;; Generated autoloads from find-cmd.el 10601;;; Generated autoloads from find-cmd.el
10566 10602
10567(autoload 'find-cmd "find-cmd" "\ 10603(autoload 'find-cmd "find-cmd" "\
@@ -10581,7 +10617,7 @@ result is a string that should be ready for the command line.
10581;;;*** 10617;;;***
10582 10618
10583;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" 10619;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10584;;;;;; "find-dired.el" (20239 38674)) 10620;;;;;; "find-dired.el" (20281 13989))
10585;;; Generated autoloads from find-dired.el 10621;;; Generated autoloads from find-dired.el
10586 10622
10587(autoload 'find-dired "find-dired" "\ 10623(autoload 'find-dired "find-dired" "\
@@ -10621,7 +10657,7 @@ use in place of \"-ls\" as the final argument.
10621 10657
10622;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10658;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10623;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10659;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10624;;;;;; (20229 34587)) 10660;;;;;; (20281 13989))
10625;;; Generated autoloads from find-file.el 10661;;; Generated autoloads from find-file.el
10626 10662
10627(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10663(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10715,7 +10751,7 @@ Visit the file you click on in another window.
10715;;;;;; find-variable find-variable-noselect find-function-other-frame 10751;;;;;; find-variable find-variable-noselect find-function-other-frame
10716;;;;;; find-function-other-window find-function find-function-noselect 10752;;;;;; find-function-other-window find-function find-function-noselect
10717;;;;;; find-function-search-for-symbol find-library) "find-func" 10753;;;;;; find-function-search-for-symbol find-library) "find-func"
10718;;;;;; "emacs-lisp/find-func.el" (20229 34587)) 10754;;;;;; "emacs-lisp/find-func.el" (20281 13989))
10719;;; Generated autoloads from emacs-lisp/find-func.el 10755;;; Generated autoloads from emacs-lisp/find-func.el
10720 10756
10721(autoload 'find-library "find-func" "\ 10757(autoload 'find-library "find-func" "\
@@ -10874,7 +10910,7 @@ Define some key bindings for the find-function family of functions.
10874;;;*** 10910;;;***
10875 10911
10876;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10912;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10877;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20229 34587)) 10913;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20281 13989))
10878;;; Generated autoloads from find-lisp.el 10914;;; Generated autoloads from find-lisp.el
10879 10915
10880(autoload 'find-lisp-find-dired "find-lisp" "\ 10916(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10895,7 +10931,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10895;;;*** 10931;;;***
10896 10932
10897;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10933;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10898;;;;;; "finder" "finder.el" (20229 34587)) 10934;;;;;; "finder" "finder.el" (20281 13989))
10899;;; Generated autoloads from finder.el 10935;;; Generated autoloads from finder.el
10900 10936
10901(autoload 'finder-list-keywords "finder" "\ 10937(autoload 'finder-list-keywords "finder" "\
@@ -10917,7 +10953,7 @@ Find packages matching a given keyword.
10917;;;*** 10953;;;***
10918 10954
10919;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10955;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10920;;;;;; "flow-ctrl.el" (20229 34587)) 10956;;;;;; "flow-ctrl.el" (20281 13989))
10921;;; Generated autoloads from flow-ctrl.el 10957;;; Generated autoloads from flow-ctrl.el
10922 10958
10923(autoload 'enable-flow-control "flow-ctrl" "\ 10959(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10939,7 +10975,7 @@ to get the effect of a C-q.
10939;;;*** 10975;;;***
10940 10976
10941;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10977;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10942;;;;;; (20229 34587)) 10978;;;;;; (20281 13989))
10943;;; Generated autoloads from gnus/flow-fill.el 10979;;; Generated autoloads from gnus/flow-fill.el
10944 10980
10945(autoload 'fill-flowed-encode "flow-fill" "\ 10981(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10955,13 +10991,14 @@ to get the effect of a C-q.
10955;;;*** 10991;;;***
10956 10992
10957;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on 10993;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
10958;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20229 34587)) 10994;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20281 13989))
10959;;; Generated autoloads from progmodes/flymake.el 10995;;; Generated autoloads from progmodes/flymake.el
10960 10996
10961(autoload 'flymake-mode "flymake" "\ 10997(autoload 'flymake-mode "flymake" "\
10962Minor mode to do on-the-fly syntax checking. 10998Toggle on-the-fly syntax checking.
10963When called interactively, toggles the minor mode. 10999With a prefix argument ARG, enable the mode if ARG is positive,
10964With arg, turn Flymake mode on if and only if arg is positive. 11000and disable it otherwise. If called from Lisp, enable the mode
11001if ARG is omitted or nil.
10965 11002
10966\(fn &optional ARG)" t nil) 11003\(fn &optional ARG)" t nil)
10967 11004
@@ -10984,7 +11021,7 @@ Turn flymake mode off.
10984 11021
10985;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11022;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10986;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11023;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10987;;;;;; "flyspell" "textmodes/flyspell.el" (20229 34587)) 11024;;;;;; "flyspell" "textmodes/flyspell.el" (20281 13989))
10988;;; Generated autoloads from textmodes/flyspell.el 11025;;; Generated autoloads from textmodes/flyspell.el
10989 11026
10990(autoload 'flyspell-prog-mode "flyspell" "\ 11027(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11056,7 +11093,7 @@ Flyspell whole buffer.
11056 11093
11057;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11094;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11058;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11095;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11059;;;;;; (20229 34587)) 11096;;;;;; (20281 13989))
11060;;; Generated autoloads from follow.el 11097;;; Generated autoloads from follow.el
11061 11098
11062(autoload 'turn-on-follow-mode "follow" "\ 11099(autoload 'turn-on-follow-mode "follow" "\
@@ -11132,8 +11169,8 @@ in your `~/.emacs' file, replacing [f7] by your favorite key:
11132 11169
11133;;;*** 11170;;;***
11134 11171
11135;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20229 11172;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20281
11136;;;;;; 34587)) 11173;;;;;; 13989))
11137;;; Generated autoloads from mail/footnote.el 11174;;; Generated autoloads from mail/footnote.el
11138 11175
11139(autoload 'footnote-mode "footnote" "\ 11176(autoload 'footnote-mode "footnote" "\
@@ -11152,7 +11189,7 @@ play around with the following keys:
11152;;;*** 11189;;;***
11153 11190
11154;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11191;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11155;;;;;; "forms" "forms.el" (20229 34587)) 11192;;;;;; "forms" "forms.el" (20281 13989))
11156;;; Generated autoloads from forms.el 11193;;; Generated autoloads from forms.el
11157 11194
11158(autoload 'forms-mode "forms" "\ 11195(autoload 'forms-mode "forms" "\
@@ -11189,7 +11226,7 @@ Visit a file in Forms mode in other window.
11189;;;*** 11226;;;***
11190 11227
11191;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11228;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11192;;;;;; (20229 34587)) 11229;;;;;; (20281 13989))
11193;;; Generated autoloads from progmodes/fortran.el 11230;;; Generated autoloads from progmodes/fortran.el
11194 11231
11195(autoload 'fortran-mode "fortran" "\ 11232(autoload 'fortran-mode "fortran" "\
@@ -11267,7 +11304,7 @@ with no args, if that value is non-nil.
11267;;;*** 11304;;;***
11268 11305
11269;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11306;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11270;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20229 34587)) 11307;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20281 13989))
11271;;; Generated autoloads from play/fortune.el 11308;;; Generated autoloads from play/fortune.el
11272 11309
11273(autoload 'fortune-add-fortune "fortune" "\ 11310(autoload 'fortune-add-fortune "fortune" "\
@@ -11316,7 +11353,7 @@ and choose the directory as the fortune-file.
11316;;;*** 11353;;;***
11317 11354
11318;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 11355;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11319;;;;;; (20264 32142)) 11356;;;;;; (20297 64756))
11320;;; Generated autoloads from progmodes/gdb-mi.el 11357;;; Generated autoloads from progmodes/gdb-mi.el
11321 11358
11322(defvar gdb-enable-debug nil "\ 11359(defvar gdb-enable-debug nil "\
@@ -11383,8 +11420,8 @@ detailed description of this mode.
11383;;;*** 11420;;;***
11384 11421
11385;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11422;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11386;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20229 11423;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20281
11387;;;;;; 34587)) 11424;;;;;; 13989))
11388;;; Generated autoloads from emacs-lisp/generic.el 11425;;; Generated autoloads from emacs-lisp/generic.el
11389 11426
11390(defvar generic-mode-list nil "\ 11427(defvar generic-mode-list nil "\
@@ -11461,13 +11498,15 @@ regular expression that can be used as an element of
11461;;;*** 11498;;;***
11462 11499
11463;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11500;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11464;;;;;; (20229 34587)) 11501;;;;;; (20281 13989))
11465;;; Generated autoloads from progmodes/glasses.el 11502;;; Generated autoloads from progmodes/glasses.el
11466 11503
11467(autoload 'glasses-mode "glasses" "\ 11504(autoload 'glasses-mode "glasses" "\
11468Minor mode for making identifiers likeThis readable. 11505Minor mode for making identifiers likeThis readable.
11469When this mode is active, it tries to add virtual separators (like underscores) 11506With a prefix argument ARG, enable the mode if ARG is positive,
11470at places they belong to. 11507and disable it otherwise. If called from Lisp, enable the mode
11508if ARG is omitted or nil. When this mode is active, it tries to
11509add virtual separators (like underscores) at places they belong to.
11471 11510
11472\(fn &optional ARG)" t nil) 11511\(fn &optional ARG)" t nil)
11473 11512
@@ -11475,7 +11514,7 @@ at places they belong to.
11475 11514
11476;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11515;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11477;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11516;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11478;;;;;; (20229 34587)) 11517;;;;;; (20281 13989))
11479;;; Generated autoloads from gnus/gmm-utils.el 11518;;; Generated autoloads from gnus/gmm-utils.el
11480 11519
11481(autoload 'gmm-regexp-concat "gmm-utils" "\ 11520(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11530,7 +11569,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11530;;;*** 11569;;;***
11531 11570
11532;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11571;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11533;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20258 34747)) 11572;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20281 13989))
11534;;; Generated autoloads from gnus/gnus.el 11573;;; Generated autoloads from gnus/gnus.el
11535(when (fboundp 'custom-autoload) 11574(when (fboundp 'custom-autoload)
11536 (custom-autoload 'gnus-select-method "gnus")) 11575 (custom-autoload 'gnus-select-method "gnus"))
@@ -11583,7 +11622,7 @@ prompt the user for the name of an NNTP server to use.
11583;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11622;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11584;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11623;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11585;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11624;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11586;;;;;; "gnus/gnus-agent.el" (20265 7997)) 11625;;;;;; "gnus/gnus-agent.el" (20281 13989))
11587;;; Generated autoloads from gnus/gnus-agent.el 11626;;; Generated autoloads from gnus/gnus-agent.el
11588 11627
11589(autoload 'gnus-unplugged "gnus-agent" "\ 11628(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11674,7 +11713,7 @@ If CLEAN, obsolete (ignore).
11674;;;*** 11713;;;***
11675 11714
11676;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11715;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11677;;;;;; (20232 10689)) 11716;;;;;; (20281 13989))
11678;;; Generated autoloads from gnus/gnus-art.el 11717;;; Generated autoloads from gnus/gnus-art.el
11679 11718
11680(autoload 'gnus-article-prepare-display "gnus-art" "\ 11719(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11685,7 +11724,7 @@ Make the current buffer look like a nice article.
11685;;;*** 11724;;;***
11686 11725
11687;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11726;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11688;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20229 34587)) 11727;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20281 13989))
11689;;; Generated autoloads from gnus/gnus-bookmark.el 11728;;; Generated autoloads from gnus/gnus-bookmark.el
11690 11729
11691(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11730(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11710,8 +11749,8 @@ deletion, or > if it is flagged for displaying.
11710 11749
11711;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11750;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11712;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11751;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11713;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20229 11752;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20281
11714;;;;;; 34587)) 11753;;;;;; 13989))
11715;;; Generated autoloads from gnus/gnus-cache.el 11754;;; Generated autoloads from gnus/gnus-cache.el
11716 11755
11717(autoload 'gnus-jog-cache "gnus-cache" "\ 11756(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11753,7 +11792,7 @@ supported.
11753;;;*** 11792;;;***
11754 11793
11755;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11794;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11756;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20229 34587)) 11795;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20281 13989))
11757;;; Generated autoloads from gnus/gnus-delay.el 11796;;; Generated autoloads from gnus/gnus-delay.el
11758 11797
11759(autoload 'gnus-delay-article "gnus-delay" "\ 11798(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11789,7 +11828,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11789;;;*** 11828;;;***
11790 11829
11791;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11830;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11792;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20229 34587)) 11831;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20281 13989))
11793;;; Generated autoloads from gnus/gnus-diary.el 11832;;; Generated autoloads from gnus/gnus-diary.el
11794 11833
11795(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11834(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11805,7 +11844,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11805;;;*** 11844;;;***
11806 11845
11807;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11846;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11808;;;;;; (20229 34587)) 11847;;;;;; (20281 13989))
11809;;; Generated autoloads from gnus/gnus-dired.el 11848;;; Generated autoloads from gnus/gnus-dired.el
11810 11849
11811(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11850(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11816,7 +11855,7 @@ Convenience method to turn on gnus-dired-mode.
11816;;;*** 11855;;;***
11817 11856
11818;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11857;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11819;;;;;; (20229 34587)) 11858;;;;;; (20281 13989))
11820;;; Generated autoloads from gnus/gnus-draft.el 11859;;; Generated autoloads from gnus/gnus-draft.el
11821 11860
11822(autoload 'gnus-draft-reminder "gnus-draft" "\ 11861(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11828,8 +11867,8 @@ Reminder user if there are unsent drafts.
11828 11867
11829;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11868;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11830;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11869;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11831;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20229 11870;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20281
11832;;;;;; 34587)) 11871;;;;;; 13989))
11833;;; Generated autoloads from gnus/gnus-fun.el 11872;;; Generated autoloads from gnus/gnus-fun.el
11834 11873
11835(autoload 'gnus-random-x-face "gnus-fun" "\ 11874(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11874,7 +11913,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11874;;;*** 11913;;;***
11875 11914
11876;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 11915;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
11877;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20229 34587)) 11916;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20281 13989))
11878;;; Generated autoloads from gnus/gnus-gravatar.el 11917;;; Generated autoloads from gnus/gnus-gravatar.el
11879 11918
11880(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 11919(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -11892,7 +11931,7 @@ If gravatars are already displayed, remove them.
11892;;;*** 11931;;;***
11893 11932
11894;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11933;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11895;;;;;; "gnus-group" "gnus/gnus-group.el" (20232 10689)) 11934;;;;;; "gnus-group" "gnus/gnus-group.el" (20281 13989))
11896;;; Generated autoloads from gnus/gnus-group.el 11935;;; Generated autoloads from gnus/gnus-group.el
11897 11936
11898(autoload 'gnus-fetch-group "gnus-group" "\ 11937(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11910,7 +11949,7 @@ Pop up a frame and enter GROUP.
11910;;;*** 11949;;;***
11911 11950
11912;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 11951;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
11913;;;;;; "gnus/gnus-html.el" (20229 34587)) 11952;;;;;; "gnus/gnus-html.el" (20281 13989))
11914;;; Generated autoloads from gnus/gnus-html.el 11953;;; Generated autoloads from gnus/gnus-html.el
11915 11954
11916(autoload 'gnus-article-html "gnus-html" "\ 11955(autoload 'gnus-article-html "gnus-html" "\
@@ -11926,7 +11965,7 @@ Pop up a frame and enter GROUP.
11926;;;*** 11965;;;***
11927 11966
11928;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11967;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11929;;;;;; (20229 34587)) 11968;;;;;; (20281 13989))
11930;;; Generated autoloads from gnus/gnus-kill.el 11969;;; Generated autoloads from gnus/gnus-kill.el
11931 11970
11932(defalias 'gnus-batch-kill 'gnus-batch-score) 11971(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11941,7 +11980,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11941 11980
11942;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11981;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11943;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11982;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11944;;;;;; (20229 34587)) 11983;;;;;; (20281 13989))
11945;;; Generated autoloads from gnus/gnus-ml.el 11984;;; Generated autoloads from gnus/gnus-ml.el
11946 11985
11947(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11986(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11966,7 +12005,7 @@ Minor mode for providing mailing-list commands.
11966 12005
11967;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12006;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11968;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12007;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11969;;;;;; (20229 34587)) 12008;;;;;; (20281 13989))
11970;;; Generated autoloads from gnus/gnus-mlspl.el 12009;;; Generated autoloads from gnus/gnus-mlspl.el
11971 12010
11972(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12011(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12067,13 +12106,15 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12067;;;*** 12106;;;***
12068 12107
12069;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12108;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12070;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20230 55355)) 12109;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20291 37665))
12071;;; Generated autoloads from gnus/gnus-msg.el 12110;;; Generated autoloads from gnus/gnus-msg.el
12072 12111
12073(autoload 'gnus-msg-mail "gnus-msg" "\ 12112(autoload 'gnus-msg-mail "gnus-msg" "\
12074Start editing a mail message to be sent. 12113Start editing a mail message to be sent.
12075Like `message-mail', but with Gnus paraphernalia, particularly the 12114Like `message-mail', but with Gnus paraphernalia, particularly the
12076Gcc: header for archiving purposes. 12115Gcc: header for archiving purposes.
12116If Gnus isn't running, a plain `message-mail' setup is used
12117instead.
12077 12118
12078\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil) 12119\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil)
12079 12120
@@ -12093,7 +12134,7 @@ Like `message-reply'.
12093 12134
12094;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12135;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12095;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12136;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12096;;;;;; (20229 34587)) 12137;;;;;; (20281 13989))
12097;;; Generated autoloads from gnus/gnus-picon.el 12138;;; Generated autoloads from gnus/gnus-picon.el
12098 12139
12099(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12140(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12120,7 +12161,7 @@ If picons are already displayed, remove them.
12120;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12161;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12121;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12162;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12122;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12163;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12123;;;;;; "gnus/gnus-range.el" (20229 34587)) 12164;;;;;; "gnus/gnus-range.el" (20281 13989))
12124;;; Generated autoloads from gnus/gnus-range.el 12165;;; Generated autoloads from gnus/gnus-range.el
12125 12166
12126(autoload 'gnus-sorted-difference "gnus-range" "\ 12167(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12188,7 +12229,7 @@ Add NUM into sorted LIST by side effect.
12188;;;*** 12229;;;***
12189 12230
12190;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12231;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12191;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20229 34587)) 12232;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20281 13989))
12192;;; Generated autoloads from gnus/gnus-registry.el 12233;;; Generated autoloads from gnus/gnus-registry.el
12193 12234
12194(autoload 'gnus-registry-initialize "gnus-registry" "\ 12235(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12204,8 +12245,8 @@ Install the registry hooks.
12204;;;*** 12245;;;***
12205 12246
12206;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12247;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12207;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20229 12248;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20281
12208;;;;;; 34587)) 12249;;;;;; 13989))
12209;;; Generated autoloads from gnus/gnus-sieve.el 12250;;; Generated autoloads from gnus/gnus-sieve.el
12210 12251
12211(autoload 'gnus-sieve-update "gnus-sieve" "\ 12252(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12233,7 +12274,7 @@ See the documentation for these variables and functions for details.
12233;;;*** 12274;;;***
12234 12275
12235;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12276;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12236;;;;;; (20229 34587)) 12277;;;;;; (20281 13989))
12237;;; Generated autoloads from gnus/gnus-spec.el 12278;;; Generated autoloads from gnus/gnus-spec.el
12238 12279
12239(autoload 'gnus-update-format "gnus-spec" "\ 12280(autoload 'gnus-update-format "gnus-spec" "\
@@ -12244,7 +12285,7 @@ Update the format specification near point.
12244;;;*** 12285;;;***
12245 12286
12246;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 12287;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12247;;;;;; (20259 55615)) 12288;;;;;; (20285 5577))
12248;;; Generated autoloads from gnus/gnus-start.el 12289;;; Generated autoloads from gnus/gnus-start.el
12249 12290
12250(autoload 'gnus-declare-backend "gnus-start" "\ 12291(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12255,7 +12296,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12255;;;*** 12296;;;***
12256 12297
12257;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 12298;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12258;;;;;; (20258 34747)) 12299;;;;;; (20291 37665))
12259;;; Generated autoloads from gnus/gnus-sum.el 12300;;; Generated autoloads from gnus/gnus-sum.el
12260 12301
12261(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12302(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12267,7 +12308,7 @@ BOOKMARK is a bookmark name or a bookmark record.
12267;;;*** 12308;;;***
12268 12309
12269;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 12310;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
12270;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20229 34587)) 12311;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20281 13989))
12271;;; Generated autoloads from gnus/gnus-sync.el 12312;;; Generated autoloads from gnus/gnus-sync.el
12272 12313
12273(autoload 'gnus-sync-initialize "gnus-sync" "\ 12314(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12283,7 +12324,7 @@ Install the sync hooks.
12283;;;*** 12324;;;***
12284 12325
12285;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12326;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12286;;;;;; (20232 10689)) 12327;;;;;; (20281 13989))
12287;;; Generated autoloads from gnus/gnus-win.el 12328;;; Generated autoloads from gnus/gnus-win.el
12288 12329
12289(autoload 'gnus-add-configuration "gnus-win" "\ 12330(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12294,7 +12335,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12294;;;*** 12335;;;***
12295 12336
12296;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" 12337;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12297;;;;;; (20229 34587)) 12338;;;;;; (20286 22798))
12298;;; Generated autoloads from net/gnutls.el 12339;;; Generated autoloads from net/gnutls.el
12299 12340
12300(defvar gnutls-min-prime-bits nil "\ 12341(defvar gnutls-min-prime-bits nil "\
@@ -12310,7 +12351,7 @@ A value of nil says to use the default gnutls value.")
12310 12351
12311;;;*** 12352;;;***
12312 12353
12313;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20229 34587)) 12354;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20281 13989))
12314;;; Generated autoloads from play/gomoku.el 12355;;; Generated autoloads from play/gomoku.el
12315 12356
12316(autoload 'gomoku "gomoku" "\ 12357(autoload 'gomoku "gomoku" "\
@@ -12337,8 +12378,8 @@ Use \\[describe-mode] for more info.
12337;;;*** 12378;;;***
12338 12379
12339;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 12380;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12340;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20229 12381;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20281
12341;;;;;; 34587)) 12382;;;;;; 13989))
12342;;; Generated autoloads from net/goto-addr.el 12383;;; Generated autoloads from net/goto-addr.el
12343 12384
12344(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12385(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12366,6 +12407,9 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12366 12407
12367(autoload 'goto-address-mode "goto-addr" "\ 12408(autoload 'goto-address-mode "goto-addr" "\
12368Minor mode to buttonize URLs and e-mail addresses in the current buffer. 12409Minor mode to buttonize URLs and e-mail addresses in the current buffer.
12410With a prefix argument ARG, enable the mode if ARG is positive,
12411and disable it otherwise. If called from Lisp, enable the mode
12412if ARG is omitted or nil.
12369 12413
12370\(fn &optional ARG)" t nil) 12414\(fn &optional ARG)" t nil)
12371 12415
@@ -12377,7 +12421,7 @@ Like `goto-address-mode', but only for comments and strings.
12377;;;*** 12421;;;***
12378 12422
12379;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) 12423;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12380;;;;;; "gravatar" "gnus/gravatar.el" (20229 34587)) 12424;;;;;; "gravatar" "gnus/gravatar.el" (20281 13989))
12381;;; Generated autoloads from gnus/gravatar.el 12425;;; Generated autoloads from gnus/gravatar.el
12382 12426
12383(autoload 'gravatar-retrieve "gravatar" "\ 12427(autoload 'gravatar-retrieve "gravatar" "\
@@ -12395,7 +12439,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12395 12439
12396;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12440;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12397;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12441;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12398;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20255 25045)) 12442;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20281 13989))
12399;;; Generated autoloads from progmodes/grep.el 12443;;; Generated autoloads from progmodes/grep.el
12400 12444
12401(defvar grep-window-height nil "\ 12445(defvar grep-window-height nil "\
@@ -12557,7 +12601,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12557 12601
12558;;;*** 12602;;;***
12559 12603
12560;;;### (autoloads (gs-load-image) "gs" "gs.el" (20229 34587)) 12604;;;### (autoloads (gs-load-image) "gs" "gs.el" (20281 13989))
12561;;; Generated autoloads from gs.el 12605;;; Generated autoloads from gs.el
12562 12606
12563(autoload 'gs-load-image "gs" "\ 12607(autoload 'gs-load-image "gs" "\
@@ -12571,7 +12615,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12571;;;*** 12615;;;***
12572 12616
12573;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12617;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12574;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20261 10951)) 12618;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20281 13989))
12575;;; Generated autoloads from progmodes/gud.el 12619;;; Generated autoloads from progmodes/gud.el
12576 12620
12577(autoload 'gud-gdb "gud" "\ 12621(autoload 'gud-gdb "gud" "\
@@ -12659,8 +12703,8 @@ it if ARG is omitted or nil.
12659 12703
12660;;;*** 12704;;;***
12661 12705
12662;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20229 12706;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20281
12663;;;;;; 34587)) 12707;;;;;; 13989))
12664;;; Generated autoloads from play/handwrite.el 12708;;; Generated autoloads from play/handwrite.el
12665 12709
12666(autoload 'handwrite "handwrite" "\ 12710(autoload 'handwrite "handwrite" "\
@@ -12678,7 +12722,7 @@ Variables: `handwrite-linespace' (default 12)
12678;;;*** 12722;;;***
12679 12723
12680;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12724;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12681;;;;;; (19981 40664)) 12725;;;;;; (20281 13875))
12682;;; Generated autoloads from play/hanoi.el 12726;;; Generated autoloads from play/hanoi.el
12683 12727
12684(autoload 'hanoi "hanoi" "\ 12728(autoload 'hanoi "hanoi" "\
@@ -12707,7 +12751,7 @@ to be updated.
12707 12751
12708;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12752;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12709;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12753;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12710;;;;;; "hashcash" "mail/hashcash.el" (20229 34587)) 12754;;;;;; "hashcash" "mail/hashcash.el" (20281 13989))
12711;;; Generated autoloads from mail/hashcash.el 12755;;; Generated autoloads from mail/hashcash.el
12712 12756
12713(autoload 'hashcash-insert-payment "hashcash" "\ 12757(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12752,7 +12796,7 @@ Prefix arg sets default accept amount temporarily.
12752;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12796;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12753;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12797;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12754;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12798;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12755;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20229 34587)) 12799;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20281 13989))
12756;;; Generated autoloads from help-at-pt.el 12800;;; Generated autoloads from help-at-pt.el
12757 12801
12758(autoload 'help-at-pt-string "help-at-pt" "\ 12802(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12882,7 +12926,7 @@ different regions. With numeric argument ARG, behaves like
12882;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 12926;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
12883;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 12927;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
12884;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 12928;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
12885;;;;;; "help-fns" "help-fns.el" (20229 34587)) 12929;;;;;; "help-fns" "help-fns.el" (20297 63987))
12886;;; Generated autoloads from help-fns.el 12930;;; Generated autoloads from help-fns.el
12887 12931
12888(autoload 'describe-function "help-fns" "\ 12932(autoload 'describe-function "help-fns" "\
@@ -12962,7 +13006,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
12962;;;*** 13006;;;***
12963 13007
12964;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 13008;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12965;;;;;; (20249 19777)) 13009;;;;;; (20281 13989))
12966;;; Generated autoloads from help-macro.el 13010;;; Generated autoloads from help-macro.el
12967 13011
12968(defvar three-step-help nil "\ 13012(defvar three-step-help nil "\
@@ -12978,8 +13022,8 @@ gives the window that lists the options.")
12978 13022
12979;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 13023;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12980;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 13024;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12981;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20229 13025;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20281
12982;;;;;; 34587)) 13026;;;;;; 13989))
12983;;; Generated autoloads from help-mode.el 13027;;; Generated autoloads from help-mode.el
12984 13028
12985(autoload 'help-mode "help-mode" "\ 13029(autoload 'help-mode "help-mode" "\
@@ -13072,7 +13116,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
13072;;;*** 13116;;;***
13073 13117
13074;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13118;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13075;;;;;; "emacs-lisp/helper.el" (20229 34587)) 13119;;;;;; "emacs-lisp/helper.el" (20281 13989))
13076;;; Generated autoloads from emacs-lisp/helper.el 13120;;; Generated autoloads from emacs-lisp/helper.el
13077 13121
13078(autoload 'Helper-describe-bindings "helper" "\ 13122(autoload 'Helper-describe-bindings "helper" "\
@@ -13088,7 +13132,7 @@ Provide help for current mode.
13088;;;*** 13132;;;***
13089 13133
13090;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13134;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13091;;;;;; "hexl.el" (20229 34587)) 13135;;;;;; "hexl.el" (20281 13989))
13092;;; Generated autoloads from hexl.el 13136;;; Generated autoloads from hexl.el
13093 13137
13094(autoload 'hexl-mode "hexl" "\ 13138(autoload 'hexl-mode "hexl" "\
@@ -13185,7 +13229,7 @@ This discards the buffer's undo information.
13185;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13229;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13186;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13230;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13187;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13231;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13188;;;;;; (20229 34587)) 13232;;;;;; (20281 13989))
13189;;; Generated autoloads from hi-lock.el 13233;;; Generated autoloads from hi-lock.el
13190 13234
13191(autoload 'hi-lock-mode "hi-lock" "\ 13235(autoload 'hi-lock-mode "hi-lock" "\
@@ -13324,7 +13368,7 @@ be found in variable `hi-lock-interactive-patterns'.
13324;;;*** 13368;;;***
13325 13369
13326;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 13370;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13327;;;;;; (20229 34587)) 13371;;;;;; (20281 13989))
13328;;; Generated autoloads from progmodes/hideif.el 13372;;; Generated autoloads from progmodes/hideif.el
13329 13373
13330(autoload 'hide-ifdef-mode "hideif" "\ 13374(autoload 'hide-ifdef-mode "hideif" "\
@@ -13368,7 +13412,7 @@ Several variables affect how the hiding is done:
13368;;;*** 13412;;;***
13369 13413
13370;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13414;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13371;;;;;; (20237 28610)) 13415;;;;;; (20281 13989))
13372;;; Generated autoloads from progmodes/hideshow.el 13416;;; Generated autoloads from progmodes/hideshow.el
13373 13417
13374(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))) "\ 13418(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))) "\
@@ -13401,6 +13445,10 @@ whitespace. Case does not matter.")
13401 13445
13402(autoload 'hs-minor-mode "hideshow" "\ 13446(autoload 'hs-minor-mode "hideshow" "\
13403Minor mode to selectively hide/show code and comment blocks. 13447Minor mode to selectively hide/show code and comment blocks.
13448With a prefix argument ARG, enable the mode if ARG is positive,
13449and disable it otherwise. If called from Lisp, enable the mode
13450if ARG is omitted or nil.
13451
13404When hideshow minor mode is on, the menu bar is augmented with hideshow 13452When hideshow minor mode is on, the menu bar is augmented with hideshow
13405commands and the hideshow commands are enabled. 13453commands and the hideshow commands are enabled.
13406The value '(hs . t) is added to `buffer-invisibility-spec'. 13454The value '(hs . t) is added to `buffer-invisibility-spec'.
@@ -13430,8 +13478,8 @@ Unconditionally turn off `hs-minor-mode'.
13430;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13478;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13431;;;;;; highlight-changes-previous-change highlight-changes-next-change 13479;;;;;; highlight-changes-previous-change highlight-changes-next-change
13432;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13480;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13433;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20229 13481;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20281
13434;;;;;; 34587)) 13482;;;;;; 13989))
13435;;; Generated autoloads from hilit-chg.el 13483;;; Generated autoloads from hilit-chg.el
13436 13484
13437(autoload 'highlight-changes-mode "hilit-chg" "\ 13485(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13566,7 +13614,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13566;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13614;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13567;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13615;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13568;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13616;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13569;;;;;; "hippie-exp.el" (20229 34587)) 13617;;;;;; "hippie-exp.el" (20281 13989))
13570;;; Generated autoloads from hippie-exp.el 13618;;; Generated autoloads from hippie-exp.el
13571 13619
13572(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) "\ 13620(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) "\
@@ -13639,7 +13687,7 @@ argument VERBOSE non-nil makes the function verbose.
13639;;;*** 13687;;;***
13640 13688
13641;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13689;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13642;;;;;; (20229 34587)) 13690;;;;;; (20281 13989))
13643;;; Generated autoloads from hl-line.el 13691;;; Generated autoloads from hl-line.el
13644 13692
13645(autoload 'hl-line-mode "hl-line" "\ 13693(autoload 'hl-line-mode "hl-line" "\
@@ -13692,7 +13740,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13692;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13740;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13693;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13741;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13694;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13742;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13695;;;;;; "calendar/holidays.el" (20229 34587)) 13743;;;;;; "calendar/holidays.el" (20287 42957))
13696;;; Generated autoloads from calendar/holidays.el 13744;;; Generated autoloads from calendar/holidays.el
13697 13745
13698(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13746(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -13787,8 +13835,8 @@ See the documentation for `calendar-holidays' for details.")
13787 13835
13788(define-obsolete-variable-alias 'bahai-holidays 'holiday-bahai-holidays "23.1") 13836(define-obsolete-variable-alias 'bahai-holidays 'holiday-bahai-holidays "23.1")
13789 13837
13790(defvar holiday-bahai-holidays (mapcar 'purecopy '((holiday-bahai-new-year) (holiday-bahai-ridvan) (holiday-fixed 5 23 "Declaration of the Bab") (holiday-fixed 5 29 "Ascension of Baha'u'llah") (holiday-fixed 7 9 "Martyrdom of the Bab") (holiday-fixed 10 20 "Birth of the Bab") (holiday-fixed 11 12 "Birth of Baha'u'llah") (if calendar-bahai-all-holidays-flag (append (holiday-fixed 11 26 "Day of the Covenant") (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha"))))) "\ 13838(defvar holiday-bahai-holidays (mapcar 'purecopy '((holiday-bahai-new-year) (holiday-bahai-ridvan) (holiday-fixed 5 23 "Declaration of the Báb") (holiday-fixed 5 29 "Ascension of Bahá'u'lláh") (holiday-fixed 7 9 "Martyrdom of the Báb") (holiday-fixed 10 20 "Birth of the Báb") (holiday-fixed 11 12 "Birth of Bahá'u'lláh") (if calendar-bahai-all-holidays-flag (append (holiday-fixed 11 26 "Day of the Covenant") (holiday-fixed 11 28 "Ascension of `Abdu'l-Bahá"))))) "\
13791Baha'i holidays. 13839Bahá'í holidays.
13792See the documentation for `calendar-holidays' for details.") 13840See the documentation for `calendar-holidays' for details.")
13793 13841
13794(custom-autoload 'holiday-bahai-holidays "holidays" t) 13842(custom-autoload 'holiday-bahai-holidays "holidays" t)
@@ -13840,8 +13888,8 @@ The optional LABEL is used to label the buffer created.
13840 13888
13841;;;*** 13889;;;***
13842 13890
13843;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20229 13891;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20281
13844;;;;;; 34587)) 13892;;;;;; 13989))
13845;;; Generated autoloads from gnus/html2text.el 13893;;; Generated autoloads from gnus/html2text.el
13846 13894
13847(autoload 'html2text "html2text" "\ 13895(autoload 'html2text "html2text" "\
@@ -13852,7 +13900,7 @@ Convert HTML to plain text in the current buffer.
13852;;;*** 13900;;;***
13853 13901
13854;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13902;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13855;;;;;; "htmlfontify" "htmlfontify.el" (20237 28610)) 13903;;;;;; "htmlfontify" "htmlfontify.el" (20281 13989))
13856;;; Generated autoloads from htmlfontify.el 13904;;; Generated autoloads from htmlfontify.el
13857 13905
13858(autoload 'htmlfontify-buffer "htmlfontify" "\ 13906(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13885,8 +13933,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
13885;;;*** 13933;;;***
13886 13934
13887;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13935;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13888;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20229 13936;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20281
13889;;;;;; 34587)) 13937;;;;;; 13989))
13890;;; Generated autoloads from ibuf-macs.el 13938;;; Generated autoloads from ibuf-macs.el
13891 13939
13892(autoload 'define-ibuffer-column "ibuf-macs" "\ 13940(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13983,7 +14031,7 @@ bound to the current value of the filter.
13983;;;*** 14031;;;***
13984 14032
13985;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14033;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13986;;;;;; "ibuffer" "ibuffer.el" (20232 10689)) 14034;;;;;; "ibuffer" "ibuffer.el" (20281 13989))
13987;;; Generated autoloads from ibuffer.el 14035;;; Generated autoloads from ibuffer.el
13988 14036
13989(autoload 'ibuffer-list-buffers "ibuffer" "\ 14037(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14024,7 +14072,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14024 14072
14025;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14073;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14026;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14074;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14027;;;;;; "calendar/icalendar.el" (20229 34587)) 14075;;;;;; "calendar/icalendar.el" (20281 13989))
14028;;; Generated autoloads from calendar/icalendar.el 14076;;; Generated autoloads from calendar/icalendar.el
14029 14077
14030(autoload 'icalendar-export-file "icalendar" "\ 14078(autoload 'icalendar-export-file "icalendar" "\
@@ -14076,8 +14124,8 @@ buffer `*icalendar-errors*'.
14076 14124
14077;;;*** 14125;;;***
14078 14126
14079;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20229 14127;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20294
14080;;;;;; 34587)) 14128;;;;;; 31102))
14081;;; Generated autoloads from icomplete.el 14129;;; Generated autoloads from icomplete.el
14082 14130
14083(defvar icomplete-mode nil "\ 14131(defvar icomplete-mode nil "\
@@ -14099,7 +14147,7 @@ the mode if ARG is omitted or nil.
14099 14147
14100;;;*** 14148;;;***
14101 14149
14102;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20229 34587)) 14150;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20281 13989))
14103;;; Generated autoloads from progmodes/icon.el 14151;;; Generated autoloads from progmodes/icon.el
14104 14152
14105(autoload 'icon-mode "icon" "\ 14153(autoload 'icon-mode "icon" "\
@@ -14140,7 +14188,7 @@ with no args, if that value is non-nil.
14140;;;*** 14188;;;***
14141 14189
14142;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14190;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14143;;;;;; (20237 28610)) 14191;;;;;; (20281 13989))
14144;;; Generated autoloads from progmodes/idlw-shell.el 14192;;; Generated autoloads from progmodes/idlw-shell.el
14145 14193
14146(autoload 'idlwave-shell "idlw-shell" "\ 14194(autoload 'idlwave-shell "idlw-shell" "\
@@ -14166,7 +14214,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14166;;;*** 14214;;;***
14167 14215
14168;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14216;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14169;;;;;; (20229 34587)) 14217;;;;;; (20281 13989))
14170;;; Generated autoloads from progmodes/idlwave.el 14218;;; Generated autoloads from progmodes/idlwave.el
14171 14219
14172(autoload 'idlwave-mode "idlwave" "\ 14220(autoload 'idlwave-mode "idlwave" "\
@@ -14300,8 +14348,8 @@ The main features of this mode are
14300;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14348;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14301;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14349;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14302;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14350;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14303;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20229 14351;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20281
14304;;;;;; 34587)) 14352;;;;;; 13989))
14305;;; Generated autoloads from ido.el 14353;;; Generated autoloads from ido.el
14306 14354
14307(defvar ido-mode nil "\ 14355(defvar ido-mode nil "\
@@ -14442,7 +14490,6 @@ in a separate window.
14442\\[ido-toggle-regexp] Toggle regexp searching. 14490\\[ido-toggle-regexp] Toggle regexp searching.
14443\\[ido-toggle-prefix] Toggle between substring and prefix matching. 14491\\[ido-toggle-prefix] Toggle between substring and prefix matching.
14444\\[ido-toggle-case] Toggle case-sensitive searching of file names. 14492\\[ido-toggle-case] Toggle case-sensitive searching of file names.
14445\\[ido-toggle-vc] Toggle version control for this file.
14446\\[ido-toggle-literal] Toggle literal reading of this file. 14493\\[ido-toggle-literal] Toggle literal reading of this file.
14447\\[ido-completion-help] Show list of matching files in separate window. 14494\\[ido-completion-help] Show list of matching files in separate window.
14448\\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'. 14495\\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
@@ -14562,7 +14609,7 @@ DEF, if non-nil, is the default value.
14562 14609
14563;;;*** 14610;;;***
14564 14611
14565;;;### (autoloads (ielm) "ielm" "ielm.el" (20229 34587)) 14612;;;### (autoloads (ielm) "ielm" "ielm.el" (20281 13989))
14566;;; Generated autoloads from ielm.el 14613;;; Generated autoloads from ielm.el
14567 14614
14568(autoload 'ielm "ielm" "\ 14615(autoload 'ielm "ielm" "\
@@ -14573,13 +14620,17 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14573 14620
14574;;;*** 14621;;;***
14575 14622
14576;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20229 34587)) 14623;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20281 13989))
14577;;; Generated autoloads from iimage.el 14624;;; Generated autoloads from iimage.el
14578 14625
14579(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14626(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
14580 14627
14581(autoload 'iimage-mode "iimage" "\ 14628(autoload 'iimage-mode "iimage" "\
14582Toggle inline image minor mode. 14629Toggle Iimage mode on or off.
14630With a prefix argument ARG, enable Iimage mode if ARG is
14631positive, and disable it otherwise. If called from Lisp, enable
14632the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
14633\\{iimage-mode-map}
14583 14634
14584\(fn &optional ARG)" t nil) 14635\(fn &optional ARG)" t nil)
14585 14636
@@ -14590,7 +14641,7 @@ Toggle inline image minor mode.
14590;;;;;; create-image image-type-auto-detected-p image-type-available-p 14641;;;;;; create-image image-type-auto-detected-p image-type-available-p
14591;;;;;; image-type image-type-from-file-name image-type-from-file-header 14642;;;;;; image-type image-type-from-file-name image-type-from-file-header
14592;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" 14643;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14593;;;;;; (20229 34587)) 14644;;;;;; (20281 13989))
14594;;; Generated autoloads from image.el 14645;;; Generated autoloads from image.el
14595 14646
14596(autoload 'image-type-from-data "image" "\ 14647(autoload 'image-type-from-data "image" "\
@@ -14787,7 +14838,7 @@ If Emacs is compiled without ImageMagick support, do nothing.
14787;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14838;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14788;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14839;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14789;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 14840;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
14790;;;;;; "image-dired" "image-dired.el" (20229 34587)) 14841;;;;;; "image-dired" "image-dired.el" (20281 13989))
14791;;; Generated autoloads from image-dired.el 14842;;; Generated autoloads from image-dired.el
14792 14843
14793(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 14844(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -14925,7 +14976,7 @@ easy-to-use form.
14925 14976
14926;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14977;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14927;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14978;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14928;;;;;; "image-file.el" (20229 34587)) 14979;;;;;; "image-file.el" (20281 13989))
14929;;; Generated autoloads from image-file.el 14980;;; Generated autoloads from image-file.el
14930 14981
14931(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14982(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14988,7 +15039,7 @@ An image file is one whose name has an extension in
14988;;;*** 15039;;;***
14989 15040
14990;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 15041;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14991;;;;;; image-mode) "image-mode" "image-mode.el" (20229 34587)) 15042;;;;;; image-mode) "image-mode" "image-mode.el" (20281 13989))
14992;;; Generated autoloads from image-mode.el 15043;;; Generated autoloads from image-mode.el
14993 15044
14994(autoload 'image-mode "image-mode" "\ 15045(autoload 'image-mode "image-mode" "\
@@ -15033,7 +15084,7 @@ on these modes.
15033;;;*** 15084;;;***
15034 15085
15035;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15086;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15036;;;;;; imenu-sort-function) "imenu" "imenu.el" (20229 34587)) 15087;;;;;; imenu-sort-function) "imenu" "imenu.el" (20281 13989))
15037;;; Generated autoloads from imenu.el 15088;;; Generated autoloads from imenu.el
15038 15089
15039(defvar imenu-sort-function nil "\ 15090(defvar imenu-sort-function nil "\
@@ -15150,7 +15201,7 @@ for more information.
15150 15201
15151;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 15202;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15152;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15203;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15153;;;;;; "ind-util" "language/ind-util.el" (20229 34587)) 15204;;;;;; "ind-util" "language/ind-util.el" (20281 13989))
15154;;; Generated autoloads from language/ind-util.el 15205;;; Generated autoloads from language/ind-util.el
15155 15206
15156(autoload 'indian-compose-region "ind-util" "\ 15207(autoload 'indian-compose-region "ind-util" "\
@@ -15182,7 +15233,7 @@ Convert old Emacs Devanagari characters to UCS.
15182 15233
15183;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15234;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15184;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15235;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15185;;;;;; "progmodes/inf-lisp.el" (20229 34587)) 15236;;;;;; "progmodes/inf-lisp.el" (20281 13989))
15186;;; Generated autoloads from progmodes/inf-lisp.el 15237;;; Generated autoloads from progmodes/inf-lisp.el
15187 15238
15188(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 15239(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -15249,7 +15300,7 @@ of `inferior-lisp-program'). Runs the hooks from
15249;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 15300;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15250;;;;;; Info-mode info-finder info-apropos Info-index Info-directory 15301;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15251;;;;;; Info-on-current-buffer info-standalone info-emacs-manual 15302;;;;;; Info-on-current-buffer info-standalone info-emacs-manual
15252;;;;;; info info-other-window) "info" "info.el" (20242 46528)) 15303;;;;;; info info-other-window) "info" "info.el" (20281 13989))
15253;;; Generated autoloads from info.el 15304;;; Generated autoloads from info.el
15254 15305
15255(autoload 'info-other-window "info" "\ 15306(autoload 'info-other-window "info" "\
@@ -15435,7 +15486,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists.
15435 15486
15436;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15487;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15437;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15488;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15438;;;;;; (20229 34587)) 15489;;;;;; (20281 13989))
15439;;; Generated autoloads from info-look.el 15490;;; Generated autoloads from info-look.el
15440 15491
15441(autoload 'info-lookup-reset "info-look" "\ 15492(autoload 'info-lookup-reset "info-look" "\
@@ -15484,7 +15535,7 @@ Perform completion on file preceding point.
15484 15535
15485;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom 15536;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15486;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" 15537;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15487;;;;;; (20229 34587)) 15538;;;;;; (20281 13989))
15488;;; Generated autoloads from info-xref.el 15539;;; Generated autoloads from info-xref.el
15489 15540
15490(autoload 'info-xref-check "info-xref" "\ 15541(autoload 'info-xref-check "info-xref" "\
@@ -15567,7 +15618,7 @@ the sources handy.
15567;;;*** 15618;;;***
15568 15619
15569;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 15620;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15570;;;;;; Info-tagify) "informat" "informat.el" (20229 34587)) 15621;;;;;; Info-tagify) "informat" "informat.el" (20281 13989))
15571;;; Generated autoloads from informat.el 15622;;; Generated autoloads from informat.el
15572 15623
15573(autoload 'Info-tagify "informat" "\ 15624(autoload 'Info-tagify "informat" "\
@@ -15614,7 +15665,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15614 15665
15615;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15666;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15616;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15667;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15617;;;;;; (20229 34587)) 15668;;;;;; (20281 13989))
15618;;; Generated autoloads from international/isearch-x.el 15669;;; Generated autoloads from international/isearch-x.el
15619 15670
15620(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15671(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15634,8 +15685,8 @@ Toggle input method in interactive search.
15634 15685
15635;;;*** 15686;;;***
15636 15687
15637;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20229 15688;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20281
15638;;;;;; 34587)) 15689;;;;;; 13989))
15639;;; Generated autoloads from isearchb.el 15690;;; Generated autoloads from isearchb.el
15640 15691
15641(autoload 'isearchb-activate "isearchb" "\ 15692(autoload 'isearchb-activate "isearchb" "\
@@ -15651,7 +15702,7 @@ accessed via isearchb.
15651;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15702;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15652;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15703;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15653;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15704;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15654;;;;;; "international/iso-cvt.el" (20229 34587)) 15705;;;;;; "international/iso-cvt.el" (20281 13989))
15655;;; Generated autoloads from international/iso-cvt.el 15706;;; Generated autoloads from international/iso-cvt.el
15656 15707
15657(autoload 'iso-spanish "iso-cvt" "\ 15708(autoload 'iso-spanish "iso-cvt" "\
@@ -15742,7 +15793,7 @@ Add submenus to the File menu, to convert to and from various formats.
15742;;;*** 15793;;;***
15743 15794
15744;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15795;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15745;;;;;; (20229 34587)) 15796;;;;;; (20281 13989))
15746;;; Generated autoloads from international/iso-transl.el 15797;;; Generated autoloads from international/iso-transl.el
15747 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15798 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15748 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15799 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15754,7 +15805,7 @@ Add submenus to the File menu, to convert to and from various formats.
15754;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15805;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15755;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15806;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15756;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15807;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15757;;;;;; "ispell" "textmodes/ispell.el" (20229 34587)) 15808;;;;;; "ispell" "textmodes/ispell.el" (20281 13989))
15758;;; Generated autoloads from textmodes/ispell.el 15809;;; Generated autoloads from textmodes/ispell.el
15759 15810
15760(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15811(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -15980,8 +16031,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15980 16031
15981;;;*** 16032;;;***
15982 16033
15983;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20229 16034;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20281
15984;;;;;; 34587)) 16035;;;;;; 13989))
15985;;; Generated autoloads from iswitchb.el 16036;;; Generated autoloads from iswitchb.el
15986 16037
15987(defvar iswitchb-mode nil "\ 16038(defvar iswitchb-mode nil "\
@@ -16009,7 +16060,7 @@ between buffers using substrings. See `iswitchb' for details.
16009;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16060;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16010;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16061;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16011;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16062;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16012;;;;;; "japan-util" "language/japan-util.el" (20229 34587)) 16063;;;;;; "japan-util" "language/japan-util.el" (20281 13989))
16013;;; Generated autoloads from language/japan-util.el 16064;;; Generated autoloads from language/japan-util.el
16014 16065
16015(autoload 'setup-japanese-environment-internal "japan-util" "\ 16066(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16087,7 +16138,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16087;;;*** 16138;;;***
16088 16139
16089;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16140;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16090;;;;;; "jka-compr.el" (20250 40679)) 16141;;;;;; "jka-compr.el" (20281 13989))
16091;;; Generated autoloads from jka-compr.el 16142;;; Generated autoloads from jka-compr.el
16092 16143
16093(defvar jka-compr-inhibit nil "\ 16144(defvar jka-compr-inhibit nil "\
@@ -16110,7 +16161,7 @@ by `jka-compr-installed'.
16110 16161
16111;;;*** 16162;;;***
16112 16163
16113;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20229 34587)) 16164;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20281 13989))
16114;;; Generated autoloads from progmodes/js.el 16165;;; Generated autoloads from progmodes/js.el
16115 16166
16116(autoload 'js-mode "js" "\ 16167(autoload 'js-mode "js" "\
@@ -16124,7 +16175,7 @@ Major mode for editing JavaScript.
16124 16175
16125;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16176;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16126;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16177;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16127;;;;;; (20237 28610)) 16178;;;;;; (20281 13989))
16128;;; Generated autoloads from emulation/keypad.el 16179;;; Generated autoloads from emulation/keypad.el
16129 16180
16130(defvar keypad-setup nil "\ 16181(defvar keypad-setup nil "\
@@ -16180,7 +16231,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16180;;;*** 16231;;;***
16181 16232
16182;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16233;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16183;;;;;; (20229 34587)) 16234;;;;;; (20281 13989))
16184;;; Generated autoloads from international/kinsoku.el 16235;;; Generated autoloads from international/kinsoku.el
16185 16236
16186(autoload 'kinsoku "kinsoku" "\ 16237(autoload 'kinsoku "kinsoku" "\
@@ -16201,8 +16252,8 @@ the context of text formatting.
16201 16252
16202;;;*** 16253;;;***
16203 16254
16204;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20229 16255;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20281
16205;;;;;; 34587)) 16256;;;;;; 13989))
16206;;; Generated autoloads from international/kkc.el 16257;;; Generated autoloads from international/kkc.el
16207 16258
16208(defvar kkc-after-update-conversion-functions nil "\ 16259(defvar kkc-after-update-conversion-functions nil "\
@@ -16227,7 +16278,7 @@ and the return value is the length of the conversion.
16227;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16278;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16228;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16279;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16229;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 16280;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16230;;;;;; "kmacro" "kmacro.el" (20229 34587)) 16281;;;;;; "kmacro" "kmacro.el" (20281 13989))
16231;;; Generated autoloads from kmacro.el 16282;;; Generated autoloads from kmacro.el
16232 (global-set-key "\C-x(" 'kmacro-start-macro) 16283 (global-set-key "\C-x(" 'kmacro-start-macro)
16233 (global-set-key "\C-x)" 'kmacro-end-macro) 16284 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16338,7 +16389,7 @@ If kbd macro currently being defined end it before activating it.
16338;;;*** 16389;;;***
16339 16390
16340;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16391;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16341;;;;;; "language/korea-util.el" (20229 34587)) 16392;;;;;; "language/korea-util.el" (20281 13989))
16342;;; Generated autoloads from language/korea-util.el 16393;;; Generated autoloads from language/korea-util.el
16343 16394
16344(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16395(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16353,7 +16404,7 @@ If kbd macro currently being defined end it before activating it.
16353;;;*** 16404;;;***
16354 16405
16355;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" 16406;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16356;;;;;; (20229 34587)) 16407;;;;;; (20281 13989))
16357;;; Generated autoloads from play/landmark.el 16408;;; Generated autoloads from play/landmark.el
16358 16409
16359(defalias 'landmark-repeat 'landmark-test-run) 16410(defalias 'landmark-repeat 'landmark-test-run)
@@ -16385,7 +16436,7 @@ Use \\[describe-mode] for more info.
16385 16436
16386;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16437;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16387;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16438;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16388;;;;;; "lao-util" "language/lao-util.el" (20229 34587)) 16439;;;;;; "lao-util" "language/lao-util.el" (20281 13989))
16389;;; Generated autoloads from language/lao-util.el 16440;;; Generated autoloads from language/lao-util.el
16390 16441
16391(autoload 'lao-compose-string "lao-util" "\ 16442(autoload 'lao-compose-string "lao-util" "\
@@ -16424,7 +16475,7 @@ Transcribe Romanized Lao string STR to Lao character string.
16424 16475
16425;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16476;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16426;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16477;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16427;;;;;; "latexenc" "international/latexenc.el" (20229 34587)) 16478;;;;;; "latexenc" "international/latexenc.el" (20281 13989))
16428;;; Generated autoloads from international/latexenc.el 16479;;; Generated autoloads from international/latexenc.el
16429 16480
16430(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))) "\ 16481(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))) "\
@@ -16456,7 +16507,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16456;;;*** 16507;;;***
16457 16508
16458;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16509;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16459;;;;;; "latin1-disp" "international/latin1-disp.el" (20229 34587)) 16510;;;;;; "latin1-disp" "international/latin1-disp.el" (20281 13989))
16460;;; Generated autoloads from international/latin1-disp.el 16511;;; Generated autoloads from international/latin1-disp.el
16461 16512
16462(defvar latin1-display nil "\ 16513(defvar latin1-display nil "\
@@ -16498,7 +16549,7 @@ use either \\[customize] or the function `latin1-display'.")
16498;;;*** 16549;;;***
16499 16550
16500;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16551;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16501;;;;;; (20229 34587)) 16552;;;;;; (20281 13989))
16502;;; Generated autoloads from progmodes/ld-script.el 16553;;; Generated autoloads from progmodes/ld-script.el
16503 16554
16504(autoload 'ld-script-mode "ld-script" "\ 16555(autoload 'ld-script-mode "ld-script" "\
@@ -16509,7 +16560,7 @@ A major mode to edit GNU ld script files
16509;;;*** 16560;;;***
16510 16561
16511;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16562;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16512;;;;;; (20229 34587)) 16563;;;;;; (20281 13989))
16513;;; Generated autoloads from ledit.el 16564;;; Generated autoloads from ledit.el
16514 16565
16515(defconst ledit-save-files t "\ 16566(defconst ledit-save-files t "\
@@ -16544,7 +16595,7 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode)
16544 16595
16545;;;*** 16596;;;***
16546 16597
16547;;;### (autoloads (life) "life" "play/life.el" (20229 34587)) 16598;;;### (autoloads (life) "life" "play/life.el" (20281 13989))
16548;;; Generated autoloads from play/life.el 16599;;; Generated autoloads from play/life.el
16549 16600
16550(autoload 'life "life" "\ 16601(autoload 'life "life" "\
@@ -16558,7 +16609,7 @@ generations (this defaults to 1).
16558;;;*** 16609;;;***
16559 16610
16560;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 16611;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
16561;;;;;; "linum.el" (20229 34587)) 16612;;;;;; "linum.el" (20281 13989))
16562;;; Generated autoloads from linum.el 16613;;; Generated autoloads from linum.el
16563 16614
16564(defvar linum-format 'dynamic "\ 16615(defvar linum-format 'dynamic "\
@@ -16603,8 +16654,8 @@ See `linum-mode' for more information on Linum mode.
16603 16654
16604;;;*** 16655;;;***
16605 16656
16606;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20229 16657;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20281
16607;;;;;; 34587)) 16658;;;;;; 13989))
16608;;; Generated autoloads from loadhist.el 16659;;; Generated autoloads from loadhist.el
16609 16660
16610(autoload 'unload-feature "loadhist" "\ 16661(autoload 'unload-feature "loadhist" "\
@@ -16636,7 +16687,7 @@ something strange, such as redefining an Emacs function.
16636;;;*** 16687;;;***
16637 16688
16638;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16689;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16639;;;;;; "locate" "locate.el" (20229 34587)) 16690;;;;;; "locate" "locate.el" (20281 13989))
16640;;; Generated autoloads from locate.el 16691;;; Generated autoloads from locate.el
16641 16692
16642(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16693(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -16688,7 +16739,7 @@ except that FILTER is not optional.
16688 16739
16689;;;*** 16740;;;***
16690 16741
16691;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20229 34587)) 16742;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20281 13989))
16692;;; Generated autoloads from vc/log-edit.el 16743;;; Generated autoloads from vc/log-edit.el
16693 16744
16694(autoload 'log-edit "log-edit" "\ 16745(autoload 'log-edit "log-edit" "\
@@ -16715,8 +16766,8 @@ uses the current buffer.
16715 16766
16716;;;*** 16767;;;***
16717 16768
16718;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20229 16769;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20281
16719;;;;;; 34587)) 16770;;;;;; 13989))
16720;;; Generated autoloads from vc/log-view.el 16771;;; Generated autoloads from vc/log-view.el
16721 16772
16722(autoload 'log-view-mode "log-view" "\ 16773(autoload 'log-view-mode "log-view" "\
@@ -16726,8 +16777,8 @@ Major mode for browsing CVS log output.
16726 16777
16727;;;*** 16778;;;***
16728 16779
16729;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20229 16780;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20281
16730;;;;;; 34587)) 16781;;;;;; 13989))
16731;;; Generated autoloads from longlines.el 16782;;; Generated autoloads from longlines.el
16732 16783
16733(autoload 'longlines-mode "longlines" "\ 16784(autoload 'longlines-mode "longlines" "\
@@ -16753,8 +16804,8 @@ newlines are indicated with a symbol.
16753;;;*** 16804;;;***
16754 16805
16755;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16806;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16756;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20229 16807;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20281
16757;;;;;; 34587)) 16808;;;;;; 13989))
16758;;; Generated autoloads from lpr.el 16809;;; Generated autoloads from lpr.el
16759 16810
16760(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 16811(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -16850,7 +16901,7 @@ for further customization of the printer command.
16850;;;*** 16901;;;***
16851 16902
16852;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16903;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16853;;;;;; (20229 34587)) 16904;;;;;; (20281 13989))
16854;;; Generated autoloads from ls-lisp.el 16905;;; Generated autoloads from ls-lisp.el
16855 16906
16856(defvar ls-lisp-support-shell-wildcards t "\ 16907(defvar ls-lisp-support-shell-wildcards t "\
@@ -16861,8 +16912,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16861 16912
16862;;;*** 16913;;;***
16863 16914
16864;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20229 16915;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20281
16865;;;;;; 34587)) 16916;;;;;; 13989))
16866;;; Generated autoloads from calendar/lunar.el 16917;;; Generated autoloads from calendar/lunar.el
16867 16918
16868(autoload 'lunar-phases "lunar" "\ 16919(autoload 'lunar-phases "lunar" "\
@@ -16876,8 +16927,8 @@ This function is suitable for execution in a .emacs file.
16876 16927
16877;;;*** 16928;;;***
16878 16929
16879;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20229 16930;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20281
16880;;;;;; 34587)) 16931;;;;;; 13989))
16881;;; Generated autoloads from progmodes/m4-mode.el 16932;;; Generated autoloads from progmodes/m4-mode.el
16882 16933
16883(autoload 'm4-mode "m4-mode" "\ 16934(autoload 'm4-mode "m4-mode" "\
@@ -16888,7 +16939,7 @@ A major mode to edit m4 macro files.
16888;;;*** 16939;;;***
16889 16940
16890;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16941;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16891;;;;;; (20229 34587)) 16942;;;;;; (20281 13989))
16892;;; Generated autoloads from emacs-lisp/macroexp.el 16943;;; Generated autoloads from emacs-lisp/macroexp.el
16893 16944
16894(autoload 'macroexpand-all "macroexp" "\ 16945(autoload 'macroexpand-all "macroexp" "\
@@ -16902,7 +16953,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16902;;;*** 16953;;;***
16903 16954
16904;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16955;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16905;;;;;; name-last-kbd-macro) "macros" "macros.el" (20229 34587)) 16956;;;;;; name-last-kbd-macro) "macros" "macros.el" (20281 13989))
16906;;; Generated autoloads from macros.el 16957;;; Generated autoloads from macros.el
16907 16958
16908(autoload 'name-last-kbd-macro "macros" "\ 16959(autoload 'name-last-kbd-macro "macros" "\
@@ -16991,7 +17042,7 @@ and then select the region of un-tablified names and use
16991;;;*** 17042;;;***
16992 17043
16993;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17044;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16994;;;;;; "mail/mail-extr.el" (20237 28610)) 17045;;;;;; "mail/mail-extr.el" (20281 13989))
16995;;; Generated autoloads from mail/mail-extr.el 17046;;; Generated autoloads from mail/mail-extr.el
16996 17047
16997(autoload 'mail-extract-address-components "mail-extr" "\ 17048(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17023,7 +17074,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17023 17074
17024;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17075;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17025;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17076;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17026;;;;;; (20229 34587)) 17077;;;;;; (20281 13989))
17027;;; Generated autoloads from mail/mail-hist.el 17078;;; Generated autoloads from mail/mail-hist.el
17028 17079
17029(autoload 'mail-hist-define-keys "mail-hist" "\ 17080(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17055,7 +17106,7 @@ This function normally would be called when the message is sent.
17055;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17106;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17056;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 17107;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
17057;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) 17108;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
17058;;;;;; "mail-utils" "mail/mail-utils.el" (20229 34587)) 17109;;;;;; "mail-utils" "mail/mail-utils.el" (20281 13989))
17059;;; Generated autoloads from mail/mail-utils.el 17110;;; Generated autoloads from mail/mail-utils.el
17060 17111
17061(defvar mail-use-rfc822 nil "\ 17112(defvar mail-use-rfc822 nil "\
@@ -17127,8 +17178,8 @@ matches may be returned from the message body.
17127;;;*** 17178;;;***
17128 17179
17129;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 17180;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17130;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20229 17181;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20281
17131;;;;;; 34587)) 17182;;;;;; 13989))
17132;;; Generated autoloads from mail/mailabbrev.el 17183;;; Generated autoloads from mail/mailabbrev.el
17133 17184
17134(defvar mail-abbrevs-mode nil "\ 17185(defvar mail-abbrevs-mode nil "\
@@ -17179,7 +17230,7 @@ double-quotes.
17179 17230
17180;;;### (autoloads (mail-complete mail-completion-at-point-function 17231;;;### (autoloads (mail-complete mail-completion-at-point-function
17181;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) 17232;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
17182;;;;;; "mailalias" "mail/mailalias.el" (20229 34587)) 17233;;;;;; "mailalias" "mail/mailalias.el" (20281 13989))
17183;;; Generated autoloads from mail/mailalias.el 17234;;; Generated autoloads from mail/mailalias.el
17184 17235
17185(defvar mail-complete-style 'angles "\ 17236(defvar mail-complete-style 'angles "\
@@ -17231,7 +17282,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17231;;;*** 17282;;;***
17232 17283
17233;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17284;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17234;;;;;; (20237 28610)) 17285;;;;;; (20281 13989))
17235;;; Generated autoloads from mail/mailclient.el 17286;;; Generated autoloads from mail/mailclient.el
17236 17287
17237(autoload 'mailclient-send-it "mailclient" "\ 17288(autoload 'mailclient-send-it "mailclient" "\
@@ -17245,7 +17296,7 @@ The mail client is taken to be the handler of mailto URLs.
17245 17296
17246;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17297;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17247;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17298;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17248;;;;;; "make-mode" "progmodes/make-mode.el" (20229 34587)) 17299;;;;;; "make-mode" "progmodes/make-mode.el" (20281 13989))
17249;;; Generated autoloads from progmodes/make-mode.el 17300;;; Generated autoloads from progmodes/make-mode.el
17250 17301
17251(autoload 'makefile-mode "make-mode" "\ 17302(autoload 'makefile-mode "make-mode" "\
@@ -17362,8 +17413,8 @@ An adapted `makefile-mode' that knows about imake.
17362 17413
17363;;;*** 17414;;;***
17364 17415
17365;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20229 17416;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20281
17366;;;;;; 34587)) 17417;;;;;; 13989))
17367;;; Generated autoloads from makesum.el 17418;;; Generated autoloads from makesum.el
17368 17419
17369(autoload 'make-command-summary "makesum" "\ 17420(autoload 'make-command-summary "makesum" "\
@@ -17375,7 +17426,7 @@ Previous contents of that buffer are killed first.
17375;;;*** 17426;;;***
17376 17427
17377;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 17428;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17378;;;;;; (20229 34587)) 17429;;;;;; (20292 45155))
17379;;; Generated autoloads from man.el 17430;;; Generated autoloads from man.el
17380 17431
17381(defalias 'manual-entry 'man) 17432(defalias 'manual-entry 'man)
@@ -17429,7 +17480,7 @@ Default bookmark handler for Man buffers.
17429 17480
17430;;;*** 17481;;;***
17431 17482
17432;;;### (autoloads (master-mode) "master" "master.el" (20229 34587)) 17483;;;### (autoloads (master-mode) "master" "master.el" (20281 13989))
17433;;; Generated autoloads from master.el 17484;;; Generated autoloads from master.el
17434 17485
17435(autoload 'master-mode "master" "\ 17486(autoload 'master-mode "master" "\
@@ -17452,7 +17503,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17452;;;*** 17503;;;***
17453 17504
17454;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 17505;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17455;;;;;; (20229 34587)) 17506;;;;;; (20281 13989))
17456;;; Generated autoloads from mb-depth.el 17507;;; Generated autoloads from mb-depth.el
17457 17508
17458(defvar minibuffer-depth-indicate-mode nil "\ 17509(defvar minibuffer-depth-indicate-mode nil "\
@@ -17485,7 +17536,7 @@ recursion depth in the minibuffer prompt. This is only useful if
17485;;;;;; message-forward-make-body message-forward message-recover 17536;;;;;; message-forward-make-body message-forward message-recover
17486;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17537;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17487;;;;;; message-reply message-news message-mail message-mode) "message" 17538;;;;;; message-reply message-news message-mail message-mode) "message"
17488;;;;;; "gnus/message.el" (20229 34587)) 17539;;;;;; "gnus/message.el" (20281 13989))
17489;;; Generated autoloads from gnus/message.el 17540;;; Generated autoloads from gnus/message.el
17490 17541
17491(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17542(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17651,7 +17702,7 @@ which specify the range to operate on.
17651;;;*** 17702;;;***
17652 17703
17653;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17704;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17654;;;;;; (20229 34587)) 17705;;;;;; (20281 13989))
17655;;; Generated autoloads from progmodes/meta-mode.el 17706;;; Generated autoloads from progmodes/meta-mode.el
17656 17707
17657(autoload 'metafont-mode "meta-mode" "\ 17708(autoload 'metafont-mode "meta-mode" "\
@@ -17668,7 +17719,7 @@ Major mode for editing MetaPost sources.
17668 17719
17669;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17720;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17670;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17721;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17671;;;;;; (20229 34587)) 17722;;;;;; (20281 13989))
17672;;; Generated autoloads from mail/metamail.el 17723;;; Generated autoloads from mail/metamail.el
17673 17724
17674(autoload 'metamail-interpret-header "metamail" "\ 17725(autoload 'metamail-interpret-header "metamail" "\
@@ -17713,7 +17764,7 @@ redisplayed as output is inserted.
17713 17764
17714;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17765;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17715;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17766;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17716;;;;;; "mh-e/mh-comp.el" (20229 34587)) 17767;;;;;; "mh-e/mh-comp.el" (20281 13989))
17717;;; Generated autoloads from mh-e/mh-comp.el 17768;;; Generated autoloads from mh-e/mh-comp.el
17718 17769
17719(autoload 'mh-smail "mh-comp" "\ 17770(autoload 'mh-smail "mh-comp" "\
@@ -17803,7 +17854,7 @@ delete the draft message.
17803 17854
17804;;;*** 17855;;;***
17805 17856
17806;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20229 34587)) 17857;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20281 13989))
17807;;; Generated autoloads from mh-e/mh-e.el 17858;;; Generated autoloads from mh-e/mh-e.el
17808 17859
17809(put 'mh-progs 'risky-local-variable t) 17860(put 'mh-progs 'risky-local-variable t)
@@ -17820,7 +17871,7 @@ Display version information about MH-E and the MH mail handling system.
17820;;;*** 17871;;;***
17821 17872
17822;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17873;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17823;;;;;; "mh-e/mh-folder.el" (20229 34587)) 17874;;;;;; "mh-e/mh-folder.el" (20281 13989))
17824;;; Generated autoloads from mh-e/mh-folder.el 17875;;; Generated autoloads from mh-e/mh-folder.el
17825 17876
17826(autoload 'mh-rmail "mh-folder" "\ 17877(autoload 'mh-rmail "mh-folder" "\
@@ -17902,7 +17953,7 @@ perform the operation on all messages in that region.
17902;;;*** 17953;;;***
17903 17954
17904;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17955;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17905;;;;;; "midnight.el" (20229 34587)) 17956;;;;;; "midnight.el" (20281 13989))
17906;;; Generated autoloads from midnight.el 17957;;; Generated autoloads from midnight.el
17907 17958
17908(autoload 'clean-buffer-list "midnight" "\ 17959(autoload 'clean-buffer-list "midnight" "\
@@ -17929,7 +17980,7 @@ to its second argument TM.
17929;;;*** 17980;;;***
17930 17981
17931;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17982;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17932;;;;;; "minibuf-eldef.el" (20229 34587)) 17983;;;;;; "minibuf-eldef.el" (20281 13989))
17933;;; Generated autoloads from minibuf-eldef.el 17984;;; Generated autoloads from minibuf-eldef.el
17934 17985
17935(defvar minibuffer-electric-default-mode nil "\ 17986(defvar minibuffer-electric-default-mode nil "\
@@ -17959,7 +18010,7 @@ is modified to remove the default indication.
17959;;;*** 18010;;;***
17960 18011
17961;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" 18012;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el"
17962;;;;;; (20229 34587)) 18013;;;;;; (20281 13989))
17963;;; Generated autoloads from misc.el 18014;;; Generated autoloads from misc.el
17964 18015
17965(autoload 'butterfly "misc" "\ 18016(autoload 'butterfly "misc" "\
@@ -17989,7 +18040,7 @@ The return value is always nil.
17989 18040
17990;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 18041;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17991;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 18042;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17992;;;;;; "misearch" "misearch.el" (20229 34587)) 18043;;;;;; "misearch" "misearch.el" (20281 13989))
17993;;; Generated autoloads from misearch.el 18044;;; Generated autoloads from misearch.el
17994 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18045 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17995 18046
@@ -18071,7 +18122,7 @@ whose file names match the specified wildcard.
18071;;;*** 18122;;;***
18072 18123
18073;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18124;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18074;;;;;; (20237 28610)) 18125;;;;;; (20281 13989))
18075;;; Generated autoloads from progmodes/mixal-mode.el 18126;;; Generated autoloads from progmodes/mixal-mode.el
18076 18127
18077(autoload 'mixal-mode "mixal-mode" "\ 18128(autoload 'mixal-mode "mixal-mode" "\
@@ -18082,7 +18133,7 @@ Major mode for the mixal asm language.
18082;;;*** 18133;;;***
18083 18134
18084;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" 18135;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el"
18085;;;;;; (20229 34587)) 18136;;;;;; (20281 13989))
18086;;; Generated autoloads from gnus/mm-encode.el 18137;;; Generated autoloads from gnus/mm-encode.el
18087 18138
18088(autoload 'mm-default-file-encoding "mm-encode" "\ 18139(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18093,7 +18144,7 @@ Return a default encoding for FILE.
18093;;;*** 18144;;;***
18094 18145
18095;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18146;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18096;;;;;; "mm-extern" "gnus/mm-extern.el" (20229 34587)) 18147;;;;;; "mm-extern" "gnus/mm-extern.el" (20281 13989))
18097;;; Generated autoloads from gnus/mm-extern.el 18148;;; Generated autoloads from gnus/mm-extern.el
18098 18149
18099(autoload 'mm-extern-cache-contents "mm-extern" "\ 18150(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18112,7 +18163,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18112;;;*** 18163;;;***
18113 18164
18114;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18165;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18115;;;;;; (20229 34587)) 18166;;;;;; (20281 13989))
18116;;; Generated autoloads from gnus/mm-partial.el 18167;;; Generated autoloads from gnus/mm-partial.el
18117 18168
18118(autoload 'mm-inline-partial "mm-partial" "\ 18169(autoload 'mm-inline-partial "mm-partial" "\
@@ -18126,7 +18177,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18126;;;*** 18177;;;***
18127 18178
18128;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18179;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18129;;;;;; "mm-url" "gnus/mm-url.el" (20229 34587)) 18180;;;;;; "mm-url" "gnus/mm-url.el" (20281 13989))
18130;;; Generated autoloads from gnus/mm-url.el 18181;;; Generated autoloads from gnus/mm-url.el
18131 18182
18132(autoload 'mm-url-insert-file-contents "mm-url" "\ 18183(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18143,7 +18194,7 @@ Insert file contents of URL using `mm-url-program'.
18143;;;*** 18194;;;***
18144 18195
18145;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18196;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18146;;;;;; "gnus/mm-uu.el" (20229 34587)) 18197;;;;;; "gnus/mm-uu.el" (20281 13989))
18147;;; Generated autoloads from gnus/mm-uu.el 18198;;; Generated autoloads from gnus/mm-uu.el
18148 18199
18149(autoload 'mm-uu-dissect "mm-uu" "\ 18200(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18163,7 +18214,7 @@ Assume text has been decoded if DECODED is non-nil.
18163;;;*** 18214;;;***
18164 18215
18165;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" 18216;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
18166;;;;;; (20229 34587)) 18217;;;;;; (20281 13989))
18167;;; Generated autoloads from gnus/mml.el 18218;;; Generated autoloads from gnus/mml.el
18168 18219
18169(autoload 'mml-to-mime "mml" "\ 18220(autoload 'mml-to-mime "mml" "\
@@ -18188,7 +18239,7 @@ body) or \"attachment\" (separate from the body).
18188;;;*** 18239;;;***
18189 18240
18190;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18241;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18191;;;;;; (20229 34587)) 18242;;;;;; (20291 37665))
18192;;; Generated autoloads from gnus/mml1991.el 18243;;; Generated autoloads from gnus/mml1991.el
18193 18244
18194(autoload 'mml1991-encrypt "mml1991" "\ 18245(autoload 'mml1991-encrypt "mml1991" "\
@@ -18205,7 +18256,7 @@ body) or \"attachment\" (separate from the body).
18205 18256
18206;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18257;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18207;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18258;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18208;;;;;; "mml2015" "gnus/mml2015.el" (20229 34587)) 18259;;;;;; "mml2015" "gnus/mml2015.el" (20281 13989))
18209;;; Generated autoloads from gnus/mml2015.el 18260;;; Generated autoloads from gnus/mml2015.el
18210 18261
18211(autoload 'mml2015-decrypt "mml2015" "\ 18262(autoload 'mml2015-decrypt "mml2015" "\
@@ -18245,8 +18296,8 @@ body) or \"attachment\" (separate from the body).
18245 18296
18246;;;*** 18297;;;***
18247 18298
18248;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20159 18299;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20281
18249;;;;;; 42847)) 18300;;;;;; 13989))
18250;;; Generated autoloads from progmodes/modula2.el 18301;;; Generated autoloads from progmodes/modula2.el
18251 18302
18252(defalias 'modula-2-mode 'm2-mode) 18303(defalias 'modula-2-mode 'm2-mode)
@@ -18280,7 +18331,7 @@ followed by the first character of the construct.
18280;;;*** 18331;;;***
18281 18332
18282;;;### (autoloads (denato-region nato-region unmorse-region morse-region) 18333;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
18283;;;;;; "morse" "play/morse.el" (20229 34587)) 18334;;;;;; "morse" "play/morse.el" (20281 13989))
18284;;; Generated autoloads from play/morse.el 18335;;; Generated autoloads from play/morse.el
18285 18336
18286(autoload 'morse-region "morse" "\ 18337(autoload 'morse-region "morse" "\
@@ -18306,7 +18357,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18306;;;*** 18357;;;***
18307 18358
18308;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 18359;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18309;;;;;; "mouse-drag.el" (20229 34587)) 18360;;;;;; "mouse-drag.el" (20281 13989))
18310;;; Generated autoloads from mouse-drag.el 18361;;; Generated autoloads from mouse-drag.el
18311 18362
18312(autoload 'mouse-drag-throw "mouse-drag" "\ 18363(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18353,8 +18404,8 @@ To test this function, evaluate:
18353 18404
18354;;;*** 18405;;;***
18355 18406
18356;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20229 18407;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20281
18357;;;;;; 34587)) 18408;;;;;; 13989))
18358;;; Generated autoloads from mouse-sel.el 18409;;; Generated autoloads from mouse-sel.el
18359 18410
18360(defvar mouse-sel-mode nil "\ 18411(defvar mouse-sel-mode nil "\
@@ -18397,7 +18448,7 @@ kill ring; mouse-1 or mouse-3 kills it.
18397 18448
18398;;;*** 18449;;;***
18399 18450
18400;;;### (autoloads (mpc) "mpc" "mpc.el" (20229 34587)) 18451;;;### (autoloads (mpc) "mpc" "mpc.el" (20281 13989))
18401;;; Generated autoloads from mpc.el 18452;;; Generated autoloads from mpc.el
18402 18453
18403(autoload 'mpc "mpc" "\ 18454(autoload 'mpc "mpc" "\
@@ -18407,7 +18458,7 @@ Main entry point for MPC.
18407 18458
18408;;;*** 18459;;;***
18409 18460
18410;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20229 34587)) 18461;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20281 13989))
18411;;; Generated autoloads from play/mpuz.el 18462;;; Generated autoloads from play/mpuz.el
18412 18463
18413(autoload 'mpuz "mpuz" "\ 18464(autoload 'mpuz "mpuz" "\
@@ -18417,7 +18468,7 @@ Multiplication puzzle with GNU Emacs.
18417 18468
18418;;;*** 18469;;;***
18419 18470
18420;;;### (autoloads (msb-mode) "msb" "msb.el" (20229 34587)) 18471;;;### (autoloads (msb-mode) "msb" "msb.el" (20281 13989))
18421;;; Generated autoloads from msb.el 18472;;; Generated autoloads from msb.el
18422 18473
18423(defvar msb-mode nil "\ 18474(defvar msb-mode nil "\
@@ -18447,7 +18498,7 @@ different buffer menu using the function `msb'.
18447;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18498;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18448;;;;;; describe-coding-system describe-character-set list-charset-chars 18499;;;;;; describe-coding-system describe-character-set list-charset-chars
18449;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18500;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18450;;;;;; (20229 34587)) 18501;;;;;; (20281 13989))
18451;;; Generated autoloads from international/mule-diag.el 18502;;; Generated autoloads from international/mule-diag.el
18452 18503
18453(autoload 'list-character-sets "mule-diag" "\ 18504(autoload 'list-character-sets "mule-diag" "\
@@ -18584,7 +18635,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18584;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18635;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18585;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18636;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18586;;;;;; truncate-string-to-width store-substring string-to-sequence) 18637;;;;;; truncate-string-to-width store-substring string-to-sequence)
18587;;;;;; "mule-util" "international/mule-util.el" (20229 34587)) 18638;;;;;; "mule-util" "international/mule-util.el" (20281 13989))
18588;;; Generated autoloads from international/mule-util.el 18639;;; Generated autoloads from international/mule-util.el
18589 18640
18590(autoload 'string-to-sequence "mule-util" "\ 18641(autoload 'string-to-sequence "mule-util" "\
@@ -18724,8 +18775,8 @@ per-character basis, this may not be accurate.
18724;;;### (autoloads (network-connection network-connection-to-service 18775;;;### (autoloads (network-connection network-connection-to-service
18725;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18776;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18726;;;;;; nslookup nslookup-host ping traceroute route arp netstat 18777;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18727;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20229 18778;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20281
18728;;;;;; 34587)) 18779;;;;;; 13989))
18729;;; Generated autoloads from net/net-utils.el 18780;;; Generated autoloads from net/net-utils.el
18730 18781
18731(autoload 'ifconfig "net-utils" "\ 18782(autoload 'ifconfig "net-utils" "\
@@ -18819,8 +18870,8 @@ Open a network connection to HOST on PORT.
18819 18870
18820;;;*** 18871;;;***
18821 18872
18822;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20229 18873;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20281
18823;;;;;; 34587)) 18874;;;;;; 13989))
18824;;; Generated autoloads from net/netrc.el 18875;;; Generated autoloads from net/netrc.el
18825 18876
18826(autoload 'netrc-credentials "netrc" "\ 18877(autoload 'netrc-credentials "netrc" "\
@@ -18833,7 +18884,7 @@ listed in the PORTS list.
18833;;;*** 18884;;;***
18834 18885
18835;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" 18886;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
18836;;;;;; (20236 7740)) 18887;;;;;; (20281 13989))
18837;;; Generated autoloads from net/network-stream.el 18888;;; Generated autoloads from net/network-stream.el
18838 18889
18839(autoload 'open-network-stream "network-stream" "\ 18890(autoload 'open-network-stream "network-stream" "\
@@ -18929,7 +18980,7 @@ functionality.
18929;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18980;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18930;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18981;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18931;;;;;; comment-padding comment-style comment-column) "newcomment" 18982;;;;;; comment-padding comment-style comment-column) "newcomment"
18932;;;;;; "newcomment.el" (20229 34587)) 18983;;;;;; "newcomment.el" (20296 20594))
18933;;; Generated autoloads from newcomment.el 18984;;; Generated autoloads from newcomment.el
18934 18985
18935(defalias 'indent-for-comment 'comment-indent) 18986(defalias 'indent-for-comment 'comment-indent)
@@ -18990,6 +19041,48 @@ The function has no args.
18990Applicable at least in modes for languages like fixed-format Fortran where 19041Applicable at least in modes for languages like fixed-format Fortran where
18991comments always start in column zero.") 19042comments always start in column zero.")
18992 19043
19044(defconst comment-styles '((plain nil nil nil nil "Start in column 0 (do not indent), as in Emacs-20") (indent-or-triple nil nil nil multi-char "Start in column 0, but only for single-char starters") (indent nil nil nil t "Full comment per line, ends not aligned") (aligned nil t nil t "Full comment per line, ends aligned") (box nil t t t "Full comment per line, ends aligned, + top and bottom") (extra-line t nil t t "One comment for all lines, end on a line by itself") (multi-line t nil nil t "One comment for all lines, end on last commented line") (box-multi t t t t "One comment for all lines, + top and bottom")) "\
19045Comment region style definitions.
19046Each style is defined with a form (STYLE . (MULTI ALIGN EXTRA INDENT DOC)).
19047DOC should succinctly describe the style.
19048STYLE should be a mnemonic symbol.
19049MULTI specifies that comments are allowed to span multiple lines.
19050 e.g. in C it comments regions as
19051 /* blabla
19052 * bli */
19053 rather than
19054 /* blabla */
19055 /* bli */
19056 if `comment-end' is empty, this has no effect.
19057
19058ALIGN specifies that the `comment-end' markers should be aligned.
19059 e.g. in C it comments regions as
19060 /* blabla */
19061 /* bli */
19062 rather than
19063 /* blabla */
19064 /* bli */
19065 if `comment-end' is empty, this has no effect, unless EXTRA is also set,
19066 in which case the comment gets wrapped in a box.
19067
19068EXTRA specifies that an extra line should be used before and after the
19069 region to comment (to put the `comment-end' and `comment-start').
19070 e.g. in C it comments regions as
19071 /*
19072 * blabla
19073 * bli
19074 */
19075 rather than
19076 /* blabla
19077 * bli */
19078 if the comment style is not multi line, this has no effect, unless ALIGN
19079 is also set, in which case the comment gets wrapped in a box.
19080
19081INDENT specifies that the `comment-start' markers should not be put at the
19082 left margin but at the current indentation of the region to comment.
19083If INDENT is `multi-char', that means indent multi-character
19084 comment starters, but not one-character comment starters.")
19085
18993(defvar comment-style 'indent "\ 19086(defvar comment-style 'indent "\
18994Style to be used for `comment-region'. 19087Style to be used for `comment-region'.
18995See `comment-styles' for a list of available styles.") 19088See `comment-styles' for a list of available styles.")
@@ -19129,7 +19222,7 @@ unless optional argument SOFT is non-nil.
19129;;;*** 19222;;;***
19130 19223
19131;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 19224;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19132;;;;;; "net/newst-backend.el" (20229 34587)) 19225;;;;;; "net/newst-backend.el" (20281 13989))
19133;;; Generated autoloads from net/newst-backend.el 19226;;; Generated autoloads from net/newst-backend.el
19134 19227
19135(autoload 'newsticker-running-p "newst-backend" "\ 19228(autoload 'newsticker-running-p "newst-backend" "\
@@ -19151,7 +19244,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19151;;;*** 19244;;;***
19152 19245
19153;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 19246;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19154;;;;;; (20229 34587)) 19247;;;;;; (20281 13989))
19155;;; Generated autoloads from net/newst-plainview.el 19248;;; Generated autoloads from net/newst-plainview.el
19156 19249
19157(autoload 'newsticker-plainview "newst-plainview" "\ 19250(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19162,7 +19255,7 @@ Start newsticker plainview.
19162;;;*** 19255;;;***
19163 19256
19164;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 19257;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19165;;;;;; (20229 34587)) 19258;;;;;; (20281 13989))
19166;;; Generated autoloads from net/newst-reader.el 19259;;; Generated autoloads from net/newst-reader.el
19167 19260
19168(autoload 'newsticker-show-news "newst-reader" "\ 19261(autoload 'newsticker-show-news "newst-reader" "\
@@ -19173,7 +19266,7 @@ Start reading news. You may want to bind this to a key.
19173;;;*** 19266;;;***
19174 19267
19175;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 19268;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
19176;;;;;; "newst-ticker" "net/newst-ticker.el" (20229 34587)) 19269;;;;;; "newst-ticker" "net/newst-ticker.el" (20281 13989))
19177;;; Generated autoloads from net/newst-ticker.el 19270;;; Generated autoloads from net/newst-ticker.el
19178 19271
19179(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19272(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19194,7 +19287,7 @@ running already.
19194;;;*** 19287;;;***
19195 19288
19196;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 19289;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19197;;;;;; (20229 34587)) 19290;;;;;; (20281 13989))
19198;;; Generated autoloads from net/newst-treeview.el 19291;;; Generated autoloads from net/newst-treeview.el
19199 19292
19200(autoload 'newsticker-treeview "newst-treeview" "\ 19293(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19205,7 +19298,7 @@ Start newsticker treeview.
19205;;;*** 19298;;;***
19206 19299
19207;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19300;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19208;;;;;; (20229 34587)) 19301;;;;;; (20281 13989))
19209;;; Generated autoloads from gnus/nndiary.el 19302;;; Generated autoloads from gnus/nndiary.el
19210 19303
19211(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19304(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19215,8 +19308,8 @@ Generate NOV databases in all nndiary directories.
19215 19308
19216;;;*** 19309;;;***
19217 19310
19218;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20229 19311;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20281
19219;;;;;; 34587)) 19312;;;;;; 13989))
19220;;; Generated autoloads from gnus/nndoc.el 19313;;; Generated autoloads from gnus/nndoc.el
19221 19314
19222(autoload 'nndoc-add-type "nndoc" "\ 19315(autoload 'nndoc-add-type "nndoc" "\
@@ -19231,7 +19324,7 @@ symbol in the alist.
19231;;;*** 19324;;;***
19232 19325
19233;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19326;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19234;;;;;; (20229 34587)) 19327;;;;;; (20281 13989))
19235;;; Generated autoloads from gnus/nnfolder.el 19328;;; Generated autoloads from gnus/nnfolder.el
19236 19329
19237(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19330(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19243,7 +19336,7 @@ This command does not work if you use short group names.
19243;;;*** 19336;;;***
19244 19337
19245;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19338;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19246;;;;;; (20229 34587)) 19339;;;;;; (20281 13989))
19247;;; Generated autoloads from gnus/nnml.el 19340;;; Generated autoloads from gnus/nnml.el
19248 19341
19249(autoload 'nnml-generate-nov-databases "nnml" "\ 19342(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19254,7 +19347,7 @@ Generate NOV databases in all nnml directories.
19254;;;*** 19347;;;***
19255 19348
19256;;;### (autoloads (disable-command enable-command disabled-command-function) 19349;;;### (autoloads (disable-command enable-command disabled-command-function)
19257;;;;;; "novice" "novice.el" (20229 34587)) 19350;;;;;; "novice" "novice.el" (20281 13989))
19258;;; Generated autoloads from novice.el 19351;;; Generated autoloads from novice.el
19259 19352
19260(defvar disabled-command-function 'disabled-command-function "\ 19353(defvar disabled-command-function 'disabled-command-function "\
@@ -19287,7 +19380,7 @@ to future sessions.
19287;;;*** 19380;;;***
19288 19381
19289;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19382;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19290;;;;;; (20229 34587)) 19383;;;;;; (20281 13989))
19291;;; Generated autoloads from textmodes/nroff-mode.el 19384;;; Generated autoloads from textmodes/nroff-mode.el
19292 19385
19293(autoload 'nroff-mode "nroff-mode" "\ 19386(autoload 'nroff-mode "nroff-mode" "\
@@ -19302,7 +19395,7 @@ closing requests for requests that are used in matched pairs.
19302;;;*** 19395;;;***
19303 19396
19304;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 19397;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19305;;;;;; (20229 34587)) 19398;;;;;; (20281 13989))
19306;;; Generated autoloads from nxml/nxml-glyph.el 19399;;; Generated autoloads from nxml/nxml-glyph.el
19307 19400
19308(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19401(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19314,8 +19407,8 @@ Return nil if the face cannot display a glyph for N.
19314 19407
19315;;;*** 19408;;;***
19316 19409
19317;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20229 19410;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20281
19318;;;;;; 34587)) 19411;;;;;; 13989))
19319;;; Generated autoloads from nxml/nxml-mode.el 19412;;; Generated autoloads from nxml/nxml-mode.el
19320 19413
19321(autoload 'nxml-mode "nxml-mode" "\ 19414(autoload 'nxml-mode "nxml-mode" "\
@@ -19377,7 +19470,7 @@ Many aspects this mode can be customized using
19377;;;*** 19470;;;***
19378 19471
19379;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 19472;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19380;;;;;; "nxml/nxml-uchnm.el" (20229 34587)) 19473;;;;;; "nxml/nxml-uchnm.el" (20281 13989))
19381;;; Generated autoloads from nxml/nxml-uchnm.el 19474;;; Generated autoloads from nxml/nxml-uchnm.el
19382 19475
19383(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19476(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19400,7 +19493,7 @@ the variable `nxml-enabled-unicode-blocks'.
19400;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe 19493;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe
19401;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info 19494;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info
19402;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" 19495;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
19403;;;;;; "org/ob.el" (20230 13182)) 19496;;;;;; "org/ob.el" (20281 13989))
19404;;; Generated autoloads from org/ob.el 19497;;; Generated autoloads from org/ob.el
19405 19498
19406(autoload 'org-babel-execute-safely-maybe "ob" "\ 19499(autoload 'org-babel-execute-safely-maybe "ob" "\
@@ -19611,7 +19704,7 @@ Mark current src block
19611;;;*** 19704;;;***
19612 19705
19613;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" 19706;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
19614;;;;;; (20229 34587)) 19707;;;;;; (20281 13989))
19615;;; Generated autoloads from org/ob-keys.el 19708;;; Generated autoloads from org/ob-keys.el
19616 19709
19617(autoload 'org-babel-describe-bindings "ob-keys" "\ 19710(autoload 'org-babel-describe-bindings "ob-keys" "\
@@ -19622,7 +19715,7 @@ Describe all keybindings behind `org-babel-key-prefix'.
19622;;;*** 19715;;;***
19623 19716
19624;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe 19717;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
19625;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20229 34587)) 19718;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20281 13989))
19626;;; Generated autoloads from org/ob-lob.el 19719;;; Generated autoloads from org/ob-lob.el
19627 19720
19628(autoload 'org-babel-lob-ingest "ob-lob" "\ 19721(autoload 'org-babel-lob-ingest "ob-lob" "\
@@ -19647,7 +19740,7 @@ Return a Library of Babel function call as a string.
19647 19740
19648;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file 19741;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
19649;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" 19742;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
19650;;;;;; (20229 34587)) 19743;;;;;; (20281 13989))
19651;;; Generated autoloads from org/ob-tangle.el 19744;;; Generated autoloads from org/ob-tangle.el
19652 19745
19653(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ 19746(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
@@ -19689,7 +19782,7 @@ exported source code blocks by language.
19689;;;*** 19782;;;***
19690 19783
19691;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19784;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19692;;;;;; (20229 34587)) 19785;;;;;; (20291 37665))
19693;;; Generated autoloads from progmodes/octave-inf.el 19786;;; Generated autoloads from progmodes/octave-inf.el
19694 19787
19695(autoload 'inferior-octave "octave-inf" "\ 19788(autoload 'inferior-octave "octave-inf" "\
@@ -19712,7 +19805,7 @@ startup file, `~/.emacs-octave'.
19712;;;*** 19805;;;***
19713 19806
19714;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19807;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19715;;;;;; (20229 34587)) 19808;;;;;; (20291 37665))
19716;;; Generated autoloads from progmodes/octave-mod.el 19809;;; Generated autoloads from progmodes/octave-mod.el
19717 19810
19718(autoload 'octave-mode "octave-mod" "\ 19811(autoload 'octave-mode "octave-mod" "\
@@ -19800,7 +19893,7 @@ including a reproducible test case and send the message.
19800;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 19893;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19801;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 19894;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19802;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" 19895;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el"
19803;;;;;; (20236 7740)) 19896;;;;;; (20281 13989))
19804;;; Generated autoloads from org/org.el 19897;;; Generated autoloads from org/org.el
19805 19898
19806(autoload 'org-babel-do-load-languages "org" "\ 19899(autoload 'org-babel-do-load-languages "org" "\
@@ -20027,7 +20120,7 @@ Call the customize function with org as argument.
20027;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 20120;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
20028;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 20121;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
20029;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 20122;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
20030;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20236 7740)) 20123;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20281 13989))
20031;;; Generated autoloads from org/org-agenda.el 20124;;; Generated autoloads from org/org-agenda.el
20032 20125
20033(autoload 'org-agenda "org-agenda" "\ 20126(autoload 'org-agenda "org-agenda" "\
@@ -20281,7 +20374,7 @@ details and examples.
20281 20374
20282;;;### (autoloads (org-archive-subtree-default-with-confirmation 20375;;;### (autoloads (org-archive-subtree-default-with-confirmation
20283;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 20376;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
20284;;;;;; (20229 34587)) 20377;;;;;; (20281 13989))
20285;;; Generated autoloads from org/org-archive.el 20378;;; Generated autoloads from org/org-archive.el
20286 20379
20287(autoload 'org-archive-subtree-default "org-archive" "\ 20380(autoload 'org-archive-subtree-default "org-archive" "\
@@ -20301,8 +20394,8 @@ This command is set with the variable `org-archive-default-command'.
20301;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 20394;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
20302;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer 20395;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
20303;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer 20396;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
20304;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20229 20397;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20281
20305;;;;;; 34587)) 20398;;;;;; 13989))
20306;;; Generated autoloads from org/org-ascii.el 20399;;; Generated autoloads from org/org-ascii.el
20307 20400
20308(autoload 'org-export-as-latin1 "org-ascii" "\ 20401(autoload 'org-export-as-latin1 "org-ascii" "\
@@ -20375,8 +20468,8 @@ publishing directory.
20375 20468
20376;;;*** 20469;;;***
20377 20470
20378;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20229 20471;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20281
20379;;;;;; 34587)) 20472;;;;;; 13989))
20380;;; Generated autoloads from org/org-attach.el 20473;;; Generated autoloads from org/org-attach.el
20381 20474
20382(autoload 'org-attach "org-attach" "\ 20475(autoload 'org-attach "org-attach" "\
@@ -20388,7 +20481,7 @@ Shows a list of commands and prompts for another key to execute a command.
20388;;;*** 20481;;;***
20389 20482
20390;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 20483;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20391;;;;;; (20230 13182)) 20484;;;;;; (20281 13989))
20392;;; Generated autoloads from org/org-bbdb.el 20485;;; Generated autoloads from org/org-bbdb.el
20393 20486
20394(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 20487(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -20399,7 +20492,7 @@ Extract anniversaries from BBDB for display in the agenda.
20399;;;*** 20492;;;***
20400 20493
20401;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here 20494;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
20402;;;;;; org-capture) "org-capture" "org/org-capture.el" (20236 7740)) 20495;;;;;; org-capture) "org-capture" "org/org-capture.el" (20281 13989))
20403;;; Generated autoloads from org/org-capture.el 20496;;; Generated autoloads from org/org-capture.el
20404 20497
20405(autoload 'org-capture "org-capture" "\ 20498(autoload 'org-capture "org-capture" "\
@@ -20437,7 +20530,7 @@ Set org-capture-templates to be similar to `org-remember-templates'.
20437;;;*** 20530;;;***
20438 20531
20439;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 20532;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
20440;;;;;; "org-clock" "org/org-clock.el" (20236 7740)) 20533;;;;;; "org-clock" "org/org-clock.el" (20281 13989))
20441;;; Generated autoloads from org/org-clock.el 20534;;; Generated autoloads from org/org-clock.el
20442 20535
20443(autoload 'org-get-clocktable "org-clock" "\ 20536(autoload 'org-get-clocktable "org-clock" "\
@@ -20455,7 +20548,7 @@ Set up hooks for clock persistence.
20455;;;*** 20548;;;***
20456 20549
20457;;;### (autoloads (org-datetree-find-date-create) "org-datetree" 20550;;;### (autoloads (org-datetree-find-date-create) "org-datetree"
20458;;;;;; "org/org-datetree.el" (20229 34587)) 20551;;;;;; "org/org-datetree.el" (20281 13989))
20459;;; Generated autoloads from org/org-datetree.el 20552;;; Generated autoloads from org/org-datetree.el
20460 20553
20461(autoload 'org-datetree-find-date-create "org-datetree" "\ 20554(autoload 'org-datetree-find-date-create "org-datetree" "\
@@ -20471,7 +20564,7 @@ tree can be found.
20471;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 20564;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
20472;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 20565;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
20473;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 20566;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
20474;;;;;; "org-docbook" "org/org-docbook.el" (20229 34587)) 20567;;;;;; "org-docbook" "org/org-docbook.el" (20281 13989))
20475;;; Generated autoloads from org/org-docbook.el 20568;;; Generated autoloads from org/org-docbook.el
20476 20569
20477(autoload 'org-export-as-docbook-batch "org-docbook" "\ 20570(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -20548,7 +20641,7 @@ publishing directory.
20548 20641
20549;;;### (autoloads (org-insert-export-options-template org-export-as-org 20642;;;### (autoloads (org-insert-export-options-template org-export-as-org
20550;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 20643;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
20551;;;;;; (20236 7740)) 20644;;;;;; (20281 13989))
20552;;; Generated autoloads from org/org-exp.el 20645;;; Generated autoloads from org/org-exp.el
20553 20646
20554(autoload 'org-export "org-exp" "\ 20647(autoload 'org-export "org-exp" "\
@@ -20609,8 +20702,8 @@ Insert into the buffer a template with information for exporting.
20609;;;*** 20702;;;***
20610 20703
20611;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 20704;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
20612;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20229 20705;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20281
20613;;;;;; 34587)) 20706;;;;;; 13989))
20614;;; Generated autoloads from org/org-feed.el 20707;;; Generated autoloads from org/org-feed.el
20615 20708
20616(autoload 'org-feed-update-all "org-feed" "\ 20709(autoload 'org-feed-update-all "org-feed" "\
@@ -20638,7 +20731,7 @@ Show the raw feed buffer of a feed.
20638;;;*** 20731;;;***
20639 20732
20640;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 20733;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20641;;;;;; "org/org-footnote.el" (20229 34587)) 20734;;;;;; "org/org-footnote.el" (20282 26769))
20642;;; Generated autoloads from org/org-footnote.el 20735;;; Generated autoloads from org/org-footnote.el
20643 20736
20644(autoload 'org-footnote-action "org-footnote" "\ 20737(autoload 'org-footnote-action "org-footnote" "\
@@ -20689,7 +20782,7 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
20689;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 20782;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
20690;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 20783;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
20691;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 20784;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
20692;;;;;; "org/org-freemind.el" (20229 34587)) 20785;;;;;; "org/org-freemind.el" (20281 13989))
20693;;; Generated autoloads from org/org-freemind.el 20786;;; Generated autoloads from org/org-freemind.el
20694 20787
20695(autoload 'org-export-as-freemind "org-freemind" "\ 20788(autoload 'org-export-as-freemind "org-freemind" "\
@@ -20750,7 +20843,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
20750;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 20843;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
20751;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 20844;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
20752;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 20845;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
20753;;;;;; "org/org-html.el" (20229 34587)) 20846;;;;;; "org/org-html.el" (20281 13989))
20754;;; Generated autoloads from org/org-html.el 20847;;; Generated autoloads from org/org-html.el
20755 20848
20756(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 20849(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -20844,7 +20937,7 @@ that uses these same face definitions.
20844 20937
20845;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 20938;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
20846;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 20939;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
20847;;;;;; (20229 34587)) 20940;;;;;; (20281 13989))
20848;;; Generated autoloads from org/org-icalendar.el 20941;;; Generated autoloads from org/org-icalendar.el
20849 20942
20850(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 20943(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -20872,7 +20965,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
20872;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find 20965;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
20873;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion 20966;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
20874;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" 20967;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
20875;;;;;; (20229 34587)) 20968;;;;;; (20281 13989))
20876;;; Generated autoloads from org/org-id.el 20969;;; Generated autoloads from org/org-id.el
20877 20970
20878(autoload 'org-id-get-create "org-id" "\ 20971(autoload 'org-id-get-create "org-id" "\
@@ -20941,7 +21034,7 @@ Store a link to the current entry, using its ID.
20941;;;*** 21034;;;***
20942 21035
20943;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 21036;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
20944;;;;;; (20229 34587)) 21037;;;;;; (20281 13989))
20945;;; Generated autoloads from org/org-indent.el 21038;;; Generated autoloads from org/org-indent.el
20946 21039
20947(autoload 'org-indent-mode "org-indent" "\ 21040(autoload 'org-indent-mode "org-indent" "\
@@ -20959,7 +21052,7 @@ during idle time.
20959;;;*** 21052;;;***
20960 21053
20961;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 21054;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20962;;;;;; (20229 34587)) 21055;;;;;; (20281 13989))
20963;;; Generated autoloads from org/org-irc.el 21056;;; Generated autoloads from org/org-irc.el
20964 21057
20965(autoload 'org-irc-store-link "org-irc" "\ 21058(autoload 'org-irc-store-link "org-irc" "\
@@ -20972,7 +21065,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
20972;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 21065;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
20973;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 21066;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
20974;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 21067;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
20975;;;;;; (20229 34587)) 21068;;;;;; (20281 13989))
20976;;; Generated autoloads from org/org-latex.el 21069;;; Generated autoloads from org/org-latex.el
20977 21070
20978(autoload 'org-export-as-latex-batch "org-latex" "\ 21071(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -21053,7 +21146,7 @@ Export as LaTeX, then process through to PDF, and open.
21053 21146
21054;;;### (autoloads (org-lparse-region org-replace-region-by org-lparse-to-buffer 21147;;;### (autoloads (org-lparse-region org-replace-region-by org-lparse-to-buffer
21055;;;;;; org-lparse-batch org-lparse-and-open) "org-lparse" "org/org-lparse.el" 21148;;;;;; org-lparse-batch org-lparse-and-open) "org-lparse" "org/org-lparse.el"
21056;;;;;; (20236 7740)) 21149;;;;;; (20281 13989))
21057;;; Generated autoloads from org/org-lparse.el 21150;;; Generated autoloads from org/org-lparse.el
21058 21151
21059(autoload 'org-lparse-and-open "org-lparse" "\ 21152(autoload 'org-lparse-and-open "org-lparse" "\
@@ -21110,8 +21203,8 @@ in a window. A non-interactive call will only return the buffer.
21110;;;*** 21203;;;***
21111 21204
21112;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 21205;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
21113;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20230 21206;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20281
21114;;;;;; 13182)) 21207;;;;;; 13989))
21115;;; Generated autoloads from org/org-mobile.el 21208;;; Generated autoloads from org/org-mobile.el
21116 21209
21117(autoload 'org-mobile-push "org-mobile" "\ 21210(autoload 'org-mobile-push "org-mobile" "\
@@ -21138,7 +21231,7 @@ Create a file that contains all custom agenda views.
21138;;;### (autoloads (org-export-as-odf-and-open org-export-as-odf org-export-odt-convert 21231;;;### (autoloads (org-export-as-odf-and-open org-export-as-odf org-export-odt-convert
21139;;;;;; org-export-as-odt org-export-region-as-odt org-replace-region-by-odt 21232;;;;;; org-export-as-odt org-export-region-as-odt org-replace-region-by-odt
21140;;;;;; org-export-as-odt-to-buffer org-export-as-odt-batch org-export-as-odt-and-open) 21233;;;;;; org-export-as-odt-to-buffer org-export-as-odt-batch org-export-as-odt-and-open)
21141;;;;;; "org-odt" "org/org-odt.el" (20236 7740)) 21234;;;;;; "org-odt" "org/org-odt.el" (20281 13989))
21142;;; Generated autoloads from org/org-odt.el 21235;;; Generated autoloads from org/org-odt.el
21143 21236
21144(autoload 'org-export-as-odt-and-open "org-odt" "\ 21237(autoload 'org-export-as-odt-and-open "org-odt" "\
@@ -21239,7 +21332,7 @@ formula file.
21239;;;*** 21332;;;***
21240 21333
21241;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 21334;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
21242;;;;;; (20229 34587)) 21335;;;;;; (20281 13989))
21243;;; Generated autoloads from org/org-plot.el 21336;;; Generated autoloads from org/org-plot.el
21244 21337
21245(autoload 'org-plot/gnuplot "org-plot" "\ 21338(autoload 'org-plot/gnuplot "org-plot" "\
@@ -21253,7 +21346,7 @@ line directly before or after the table.
21253 21346
21254;;;### (autoloads (org-publish-current-project org-publish-current-file 21347;;;### (autoloads (org-publish-current-project org-publish-current-file
21255;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 21348;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
21256;;;;;; (20236 7740)) 21349;;;;;; (20281 13989))
21257;;; Generated autoloads from org/org-publish.el 21350;;; Generated autoloads from org/org-publish.el
21258 21351
21259(defalias 'org-publish-project 'org-publish) 21352(defalias 'org-publish-project 'org-publish)
@@ -21287,7 +21380,7 @@ the project.
21287 21380
21288;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 21381;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
21289;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 21382;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
21290;;;;;; "org/org-remember.el" (20229 34587)) 21383;;;;;; "org/org-remember.el" (20281 13989))
21291;;; Generated autoloads from org/org-remember.el 21384;;; Generated autoloads from org/org-remember.el
21292 21385
21293(autoload 'org-remember-insinuate "org-remember" "\ 21386(autoload 'org-remember-insinuate "org-remember" "\
@@ -21363,7 +21456,7 @@ See also the variable `org-reverse-note-order'.
21363;;;*** 21456;;;***
21364 21457
21365;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 21458;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
21366;;;;;; "org-table" "org/org-table.el" (20236 7740)) 21459;;;;;; "org-table" "org/org-table.el" (20281 13989))
21367;;; Generated autoloads from org/org-table.el 21460;;; Generated autoloads from org/org-table.el
21368 21461
21369(autoload 'turn-on-orgtbl "org-table" "\ 21462(autoload 'turn-on-orgtbl "org-table" "\
@@ -21387,7 +21480,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
21387;;;*** 21480;;;***
21388 21481
21389;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) 21482;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
21390;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20236 7740)) 21483;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20281 13989))
21391;;; Generated autoloads from org/org-taskjuggler.el 21484;;; Generated autoloads from org/org-taskjuggler.el
21392 21485
21393(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ 21486(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
@@ -21415,7 +21508,7 @@ with the TaskJuggler GUI.
21415 21508
21416;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 21509;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
21417;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 21510;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
21418;;;;;; (20229 34587)) 21511;;;;;; (20281 13989))
21419;;; Generated autoloads from org/org-timer.el 21512;;; Generated autoloads from org/org-timer.el
21420 21513
21421(autoload 'org-timer-start "org-timer" "\ 21514(autoload 'org-timer-start "org-timer" "\
@@ -21476,7 +21569,7 @@ replace any running timer.
21476;;;*** 21569;;;***
21477 21570
21478;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 21571;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
21479;;;;;; (20229 34587)) 21572;;;;;; (20281 13989))
21480;;; Generated autoloads from org/org-xoxo.el 21573;;; Generated autoloads from org/org-xoxo.el
21481 21574
21482(autoload 'org-export-as-xoxo "org-xoxo" "\ 21575(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -21488,7 +21581,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
21488;;;*** 21581;;;***
21489 21582
21490;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 21583;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
21491;;;;;; (20229 34587)) 21584;;;;;; (20281 13989))
21492;;; Generated autoloads from outline.el 21585;;; Generated autoloads from outline.el
21493(put 'outline-regexp 'safe-local-variable 'stringp) 21586(put 'outline-regexp 'safe-local-variable 'stringp)
21494(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 21587(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -21552,7 +21645,7 @@ See the command `outline-mode' for more information on this mode.
21552;;;### (autoloads (list-packages describe-package package-initialize 21645;;;### (autoloads (list-packages describe-package package-initialize
21553;;;;;; package-refresh-contents package-install-file package-install-from-buffer 21646;;;;;; package-refresh-contents package-install-file package-install-from-buffer
21554;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" 21647;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
21555;;;;;; (20259 55615)) 21648;;;;;; (20298 57969))
21556;;; Generated autoloads from emacs-lisp/package.el 21649;;; Generated autoloads from emacs-lisp/package.el
21557 21650
21558(defvar package-enable-at-startup t "\ 21651(defvar package-enable-at-startup t "\
@@ -21622,7 +21715,7 @@ The list is displayed in a buffer named `*Packages*'.
21622 21715
21623;;;*** 21716;;;***
21624 21717
21625;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20229 34587)) 21718;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20281 13989))
21626;;; Generated autoloads from paren.el 21719;;; Generated autoloads from paren.el
21627 21720
21628(defvar show-paren-mode nil "\ 21721(defvar show-paren-mode nil "\
@@ -21649,7 +21742,7 @@ matching parenthesis is highlighted in `show-paren-style' after
21649;;;*** 21742;;;***
21650 21743
21651;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 21744;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
21652;;;;;; (20229 34587)) 21745;;;;;; (20297 43054))
21653;;; Generated autoloads from calendar/parse-time.el 21746;;; Generated autoloads from calendar/parse-time.el
21654(put 'parse-time-rules 'risky-local-variable t) 21747(put 'parse-time-rules 'risky-local-variable t)
21655 21748
@@ -21662,8 +21755,8 @@ unknown are returned as nil.
21662 21755
21663;;;*** 21756;;;***
21664 21757
21665;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20229 21758;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20281
21666;;;;;; 34587)) 21759;;;;;; 13989))
21667;;; Generated autoloads from progmodes/pascal.el 21760;;; Generated autoloads from progmodes/pascal.el
21668 21761
21669(autoload 'pascal-mode "pascal" "\ 21762(autoload 'pascal-mode "pascal" "\
@@ -21716,7 +21809,7 @@ no args, if that value is non-nil.
21716;;;*** 21809;;;***
21717 21810
21718;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) 21811;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
21719;;;;;; "password-cache" "password-cache.el" (20229 34587)) 21812;;;;;; "password-cache" "password-cache.el" (20281 13989))
21720;;; Generated autoloads from password-cache.el 21813;;; Generated autoloads from password-cache.el
21721 21814
21722(defvar password-cache t "\ 21815(defvar password-cache t "\
@@ -21738,7 +21831,7 @@ Check if KEY is in the cache.
21738;;;*** 21831;;;***
21739 21832
21740;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 21833;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
21741;;;;;; (20229 34587)) 21834;;;;;; (20281 13989))
21742;;; Generated autoloads from emacs-lisp/pcase.el 21835;;; Generated autoloads from emacs-lisp/pcase.el
21743 21836
21744(autoload 'pcase "pcase" "\ 21837(autoload 'pcase "pcase" "\
@@ -21797,8 +21890,8 @@ of the form (UPAT EXP).
21797 21890
21798;;;*** 21891;;;***
21799 21892
21800;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20229 21893;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20281
21801;;;;;; 34587)) 21894;;;;;; 13989))
21802;;; Generated autoloads from pcmpl-cvs.el 21895;;; Generated autoloads from pcmpl-cvs.el
21803 21896
21804(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 21897(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -21809,7 +21902,7 @@ Completion rules for the `cvs' command.
21809;;;*** 21902;;;***
21810 21903
21811;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 21904;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
21812;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20254 62253)) 21905;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20281 13989))
21813;;; Generated autoloads from pcmpl-gnu.el 21906;;; Generated autoloads from pcmpl-gnu.el
21814 21907
21815(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 21908(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -21837,7 +21930,7 @@ Completion for the GNU tar utility.
21837;;;*** 21930;;;***
21838 21931
21839;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 21932;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
21840;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20229 34587)) 21933;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20281 13989))
21841;;; Generated autoloads from pcmpl-linux.el 21934;;; Generated autoloads from pcmpl-linux.el
21842 21935
21843(autoload 'pcomplete/kill "pcmpl-linux" "\ 21936(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -21857,8 +21950,8 @@ Completion for GNU/Linux `mount'.
21857 21950
21858;;;*** 21951;;;***
21859 21952
21860;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20229 21953;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20281
21861;;;;;; 34587)) 21954;;;;;; 13989))
21862;;; Generated autoloads from pcmpl-rpm.el 21955;;; Generated autoloads from pcmpl-rpm.el
21863 21956
21864(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 21957(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -21870,7 +21963,7 @@ Completion for the `rpm' command.
21870 21963
21871;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 21964;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
21872;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 21965;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
21873;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20259 55615)) 21966;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20281 13989))
21874;;; Generated autoloads from pcmpl-unix.el 21967;;; Generated autoloads from pcmpl-unix.el
21875 21968
21876(autoload 'pcomplete/cd "pcmpl-unix" "\ 21969(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -21927,8 +22020,8 @@ Includes files as well as host names followed by a colon.
21927 22020
21928;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 22021;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
21929;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 22022;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
21930;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20229 22023;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20281
21931;;;;;; 34587)) 22024;;;;;; 13989))
21932;;; Generated autoloads from pcomplete.el 22025;;; Generated autoloads from pcomplete.el
21933 22026
21934(autoload 'pcomplete "pcomplete" "\ 22027(autoload 'pcomplete "pcomplete" "\
@@ -21987,7 +22080,7 @@ Setup `shell-mode' to use pcomplete.
21987 22080
21988;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 22081;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
21989;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 22082;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
21990;;;;;; "vc/pcvs.el" (20253 16827)) 22083;;;;;; "vc/pcvs.el" (20281 13989))
21991;;; Generated autoloads from vc/pcvs.el 22084;;; Generated autoloads from vc/pcvs.el
21992 22085
21993(autoload 'cvs-checkout "pcvs" "\ 22086(autoload 'cvs-checkout "pcvs" "\
@@ -22062,7 +22155,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
22062 22155
22063;;;*** 22156;;;***
22064 22157
22065;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20229 34587)) 22158;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20281 13989))
22066;;; Generated autoloads from vc/pcvs-defs.el 22159;;; Generated autoloads from vc/pcvs-defs.el
22067 22160
22068(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)) "\ 22161(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)) "\
@@ -22071,7 +22164,7 @@ Global menu used by PCL-CVS.")
22071;;;*** 22164;;;***
22072 22165
22073;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 22166;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
22074;;;;;; (20229 34587)) 22167;;;;;; (20281 13989))
22075;;; Generated autoloads from progmodes/perl-mode.el 22168;;; Generated autoloads from progmodes/perl-mode.el
22076(put 'perl-indent-level 'safe-local-variable 'integerp) 22169(put 'perl-indent-level 'safe-local-variable 'integerp)
22077(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 22170(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -22133,7 +22226,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
22133;;;*** 22226;;;***
22134 22227
22135;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 22228;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
22136;;;;;; (20229 34587)) 22229;;;;;; (20292 33249))
22137;;; Generated autoloads from textmodes/picture.el 22230;;; Generated autoloads from textmodes/picture.el
22138 22231
22139(autoload 'picture-mode "picture" "\ 22232(autoload 'picture-mode "picture" "\
@@ -22183,7 +22276,7 @@ You can edit tabular text with these commands:
22183 22276
22184You can manipulate text with these commands: 22277You can manipulate text with these commands:
22185 Clear ARG columns after point without moving: \\[picture-clear-column] 22278 Clear ARG columns after point without moving: \\[picture-clear-column]
22186 Delete char at point: \\[delete-char] 22279 Delete char at point: \\[picture-delete-char]
22187 Clear ARG columns backward: \\[picture-backward-clear-column] 22280 Clear ARG columns backward: \\[picture-backward-clear-column]
22188 Clear ARG lines, advancing over them: \\[picture-clear-line] 22281 Clear ARG lines, advancing over them: \\[picture-clear-line]
22189 (the cleared text is saved in the kill ring) 22282 (the cleared text is saved in the kill ring)
@@ -22213,8 +22306,8 @@ they are not by default assigned to keys.
22213 22306
22214;;;*** 22307;;;***
22215 22308
22216;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20229 22309;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20281
22217;;;;;; 34587)) 22310;;;;;; 13989))
22218;;; Generated autoloads from gnus/plstore.el 22311;;; Generated autoloads from gnus/plstore.el
22219 22312
22220(autoload 'plstore-open "plstore" "\ 22313(autoload 'plstore-open "plstore" "\
@@ -22225,7 +22318,7 @@ Create a plstore instance associated with FILE.
22225;;;*** 22318;;;***
22226 22319
22227;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 22320;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
22228;;;;;; (20229 34587)) 22321;;;;;; (20281 13989))
22229;;; Generated autoloads from textmodes/po.el 22322;;; Generated autoloads from textmodes/po.el
22230 22323
22231(autoload 'po-find-file-coding-system "po" "\ 22324(autoload 'po-find-file-coding-system "po" "\
@@ -22236,7 +22329,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
22236 22329
22237;;;*** 22330;;;***
22238 22331
22239;;;### (autoloads (pong) "pong" "play/pong.el" (20229 34587)) 22332;;;### (autoloads (pong) "pong" "play/pong.el" (20281 13989))
22240;;; Generated autoloads from play/pong.el 22333;;; Generated autoloads from play/pong.el
22241 22334
22242(autoload 'pong "pong" "\ 22335(autoload 'pong "pong" "\
@@ -22252,7 +22345,7 @@ pong-mode keybindings:\\<pong-mode-map>
22252 22345
22253;;;*** 22346;;;***
22254 22347
22255;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20229 34587)) 22348;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20281 13989))
22256;;; Generated autoloads from gnus/pop3.el 22349;;; Generated autoloads from gnus/pop3.el
22257 22350
22258(autoload 'pop3-movemail "pop3" "\ 22351(autoload 'pop3-movemail "pop3" "\
@@ -22265,7 +22358,7 @@ Use streaming commands.
22265 22358
22266;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 22359;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
22267;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 22360;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
22268;;;;;; (20229 34587)) 22361;;;;;; (20281 13989))
22269;;; Generated autoloads from emacs-lisp/pp.el 22362;;; Generated autoloads from emacs-lisp/pp.el
22270 22363
22271(autoload 'pp-to-string "pp" "\ 22364(autoload 'pp-to-string "pp" "\
@@ -22333,7 +22426,7 @@ Ignores leading comment characters.
22333;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 22426;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
22334;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 22427;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
22335;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 22428;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
22336;;;;;; (20229 34587)) 22429;;;;;; (20281 13989))
22337;;; Generated autoloads from printing.el 22430;;; Generated autoloads from printing.el
22338 22431
22339(autoload 'pr-interface "printing" "\ 22432(autoload 'pr-interface "printing" "\
@@ -22920,7 +23013,7 @@ are both set to t.
22920 23013
22921;;;*** 23014;;;***
22922 23015
22923;;;### (autoloads (proced) "proced" "proced.el" (20229 34587)) 23016;;;### (autoloads (proced) "proced" "proced.el" (20281 13989))
22924;;; Generated autoloads from proced.el 23017;;; Generated autoloads from proced.el
22925 23018
22926(autoload 'proced "proced" "\ 23019(autoload 'proced "proced" "\
@@ -22936,7 +23029,7 @@ See `proced-mode' for a description of features available in Proced buffers.
22936;;;*** 23029;;;***
22937 23030
22938;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" 23031;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
22939;;;;;; "progmodes/prolog.el" (20229 34587)) 23032;;;;;; "progmodes/prolog.el" (20293 51680))
22940;;; Generated autoloads from progmodes/prolog.el 23033;;; Generated autoloads from progmodes/prolog.el
22941 23034
22942(autoload 'prolog-mode "prolog" "\ 23035(autoload 'prolog-mode "prolog" "\
@@ -22971,8 +23064,8 @@ With prefix argument ARG, restart the Prolog process if running before.
22971 23064
22972;;;*** 23065;;;***
22973 23066
22974;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20229 23067;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20281
22975;;;;;; 34587)) 23068;;;;;; 13989))
22976;;; Generated autoloads from ps-bdf.el 23069;;; Generated autoloads from ps-bdf.el
22977 23070
22978(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")) "\ 23071(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")) "\
@@ -22983,8 +23076,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22983 23076
22984;;;*** 23077;;;***
22985 23078
22986;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20229 23079;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20281
22987;;;;;; 34587)) 23080;;;;;; 13989))
22988;;; Generated autoloads from progmodes/ps-mode.el 23081;;; Generated autoloads from progmodes/ps-mode.el
22989 23082
22990(autoload 'ps-mode "ps-mode" "\ 23083(autoload 'ps-mode "ps-mode" "\
@@ -23035,8 +23128,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
23035;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 23128;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
23036;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 23129;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
23037;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 23130;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
23038;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20229 23131;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20281
23039;;;;;; 36386)) 23132;;;;;; 13989))
23040;;; Generated autoloads from ps-print.el 23133;;; Generated autoloads from ps-print.el
23041 23134
23042(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"))) "\ 23135(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"))) "\
@@ -23233,7 +23326,7 @@ If EXTENSION is any other symbol, it is ignored.
23233;;;*** 23326;;;***
23234 23327
23235;;;### (autoloads (jython-mode python-mode python-after-info-look 23328;;;### (autoloads (jython-mode python-mode python-after-info-look
23236;;;;;; run-python) "python" "progmodes/python.el" (20261 10951)) 23329;;;;;; run-python) "python" "progmodes/python.el" (20281 13989))
23237;;; Generated autoloads from progmodes/python.el 23330;;; Generated autoloads from progmodes/python.el
23238 23331
23239(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 23332(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -23319,7 +23412,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
23319;;;*** 23412;;;***
23320 23413
23321;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 23414;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
23322;;;;;; (20229 34587)) 23415;;;;;; (20281 13989))
23323;;; Generated autoloads from gnus/qp.el 23416;;; Generated autoloads from gnus/qp.el
23324 23417
23325(autoload 'quoted-printable-decode-region "qp" "\ 23418(autoload 'quoted-printable-decode-region "qp" "\
@@ -23342,7 +23435,7 @@ them into characters should be done separately.
23342;;;;;; quail-defrule quail-install-decode-map quail-install-map 23435;;;;;; quail-defrule quail-install-decode-map quail-install-map
23343;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 23436;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
23344;;;;;; quail-define-package quail-use-package quail-title) "quail" 23437;;;;;; quail-define-package quail-use-package quail-title) "quail"
23345;;;;;; "international/quail.el" (20229 34587)) 23438;;;;;; "international/quail.el" (20281 13989))
23346;;; Generated autoloads from international/quail.el 23439;;; Generated autoloads from international/quail.el
23347 23440
23348(autoload 'quail-title "quail" "\ 23441(autoload 'quail-title "quail" "\
@@ -23573,8 +23666,8 @@ of each directory.
23573 23666
23574;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 23667;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
23575;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 23668;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
23576;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20229 23669;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20281
23577;;;;;; 34587)) 23670;;;;;; 13989))
23578;;; Generated autoloads from net/quickurl.el 23671;;; Generated autoloads from net/quickurl.el
23579 23672
23580(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" "\ 23673(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" "\
@@ -23646,7 +23739,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
23646;;;*** 23739;;;***
23647 23740
23648;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 23741;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
23649;;;;;; "net/rcirc.el" (20229 34587)) 23742;;;;;; "net/rcirc.el" (20281 13989))
23650;;; Generated autoloads from net/rcirc.el 23743;;; Generated autoloads from net/rcirc.el
23651 23744
23652(autoload 'rcirc "rcirc" "\ 23745(autoload 'rcirc "rcirc" "\
@@ -23676,13 +23769,16 @@ or call the function `rcirc-track-minor-mode'.")
23676 23769
23677(autoload 'rcirc-track-minor-mode "rcirc" "\ 23770(autoload 'rcirc-track-minor-mode "rcirc" "\
23678Global minor mode for tracking activity in rcirc buffers. 23771Global minor mode for tracking activity in rcirc buffers.
23772With a prefix argument ARG, enable the mode if ARG is positive,
23773and disable it otherwise. If called from Lisp, enable the mode
23774if ARG is omitted or nil.
23679 23775
23680\(fn &optional ARG)" t nil) 23776\(fn &optional ARG)" t nil)
23681 23777
23682;;;*** 23778;;;***
23683 23779
23684;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20229 23780;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20291
23685;;;;;; 34587)) 23781;;;;;; 37665))
23686;;; Generated autoloads from net/rcompile.el 23782;;; Generated autoloads from net/rcompile.el
23687 23783
23688(autoload 'remote-compile "rcompile" "\ 23784(autoload 'remote-compile "rcompile" "\
@@ -23694,7 +23790,7 @@ See \\[compile].
23694;;;*** 23790;;;***
23695 23791
23696;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 23792;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
23697;;;;;; (20229 34587)) 23793;;;;;; (20281 13989))
23698;;; Generated autoloads from emacs-lisp/re-builder.el 23794;;; Generated autoloads from emacs-lisp/re-builder.el
23699 23795
23700(defalias 'regexp-builder 're-builder) 23796(defalias 'regexp-builder 're-builder)
@@ -23712,7 +23808,7 @@ matching parts of the target buffer will be highlighted.
23712 23808
23713;;;*** 23809;;;***
23714 23810
23715;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20229 34587)) 23811;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20281 13989))
23716;;; Generated autoloads from recentf.el 23812;;; Generated autoloads from recentf.el
23717 23813
23718(defvar recentf-mode nil "\ 23814(defvar recentf-mode nil "\
@@ -23742,7 +23838,7 @@ were operated on recently.
23742;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle 23838;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
23743;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle 23839;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle
23744;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el" 23840;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el"
23745;;;;;; (20229 34587)) 23841;;;;;; (20281 13989))
23746;;; Generated autoloads from rect.el 23842;;; Generated autoloads from rect.el
23747 (define-key ctl-x-r-map "c" 'clear-rectangle) 23843 (define-key ctl-x-r-map "c" 'clear-rectangle)
23748 (define-key ctl-x-r-map "k" 'kill-rectangle) 23844 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -23878,8 +23974,8 @@ with a prefix argument, prompt for START-AT and FORMAT.
23878 23974
23879;;;*** 23975;;;***
23880 23976
23881;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20229 23977;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20281
23882;;;;;; 34587)) 23978;;;;;; 13989))
23883;;; Generated autoloads from textmodes/refill.el 23979;;; Generated autoloads from textmodes/refill.el
23884 23980
23885(autoload 'refill-mode "refill" "\ 23981(autoload 'refill-mode "refill" "\
@@ -23900,7 +23996,7 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
23900;;;*** 23996;;;***
23901 23997
23902;;;### (autoloads (reftex-reset-scanning-information reftex-mode 23998;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23903;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20229 34587)) 23999;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20281 13989))
23904;;; Generated autoloads from textmodes/reftex.el 24000;;; Generated autoloads from textmodes/reftex.el
23905 24001
23906(autoload 'turn-on-reftex "reftex" "\ 24002(autoload 'turn-on-reftex "reftex" "\
@@ -23956,7 +24052,7 @@ This enforces rescanning the buffer on next use.
23956;;;*** 24052;;;***
23957 24053
23958;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 24054;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23959;;;;;; (20229 34587)) 24055;;;;;; (20281 13989))
23960;;; Generated autoloads from textmodes/reftex-cite.el 24056;;; Generated autoloads from textmodes/reftex-cite.el
23961 24057
23962(autoload 'reftex-citation "reftex-cite" "\ 24058(autoload 'reftex-citation "reftex-cite" "\
@@ -23986,7 +24082,7 @@ While entering the regexp, completion on knows citation keys is possible.
23986;;;*** 24082;;;***
23987 24083
23988;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 24084;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23989;;;;;; (20229 34587)) 24085;;;;;; (20281 13989))
23990;;; Generated autoloads from textmodes/reftex-global.el 24086;;; Generated autoloads from textmodes/reftex-global.el
23991 24087
23992(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 24088(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -24003,7 +24099,7 @@ With no argument, this command toggles
24003;;;*** 24099;;;***
24004 24100
24005;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 24101;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
24006;;;;;; (20229 34587)) 24102;;;;;; (20281 13989))
24007;;; Generated autoloads from textmodes/reftex-index.el 24103;;; Generated autoloads from textmodes/reftex-index.el
24008 24104
24009(autoload 'reftex-index-phrases-mode "reftex-index" "\ 24105(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -24036,7 +24132,7 @@ Here are all local bindings.
24036;;;*** 24132;;;***
24037 24133
24038;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 24134;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
24039;;;;;; (20229 34587)) 24135;;;;;; (20281 13989))
24040;;; Generated autoloads from textmodes/reftex-parse.el 24136;;; Generated autoloads from textmodes/reftex-parse.el
24041 24137
24042(autoload 'reftex-all-document-files "reftex-parse" "\ 24138(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -24048,8 +24144,8 @@ of master file.
24048 24144
24049;;;*** 24145;;;***
24050 24146
24051;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20229 24147;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20281
24052;;;;;; 34587)) 24148;;;;;; 13989))
24053;;; Generated autoloads from textmodes/reftex-vars.el 24149;;; Generated autoloads from textmodes/reftex-vars.el
24054(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 24150(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
24055(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 24151(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -24059,7 +24155,7 @@ of master file.
24059;;;*** 24155;;;***
24060 24156
24061;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 24157;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
24062;;;;;; (20229 34587)) 24158;;;;;; (20281 13989))
24063;;; Generated autoloads from emacs-lisp/regexp-opt.el 24159;;; Generated autoloads from emacs-lisp/regexp-opt.el
24064 24160
24065(autoload 'regexp-opt "regexp-opt" "\ 24161(autoload 'regexp-opt "regexp-opt" "\
@@ -24090,7 +24186,7 @@ This means the number of non-shy regexp grouping constructs
24090 24186
24091;;;### (autoloads (remember-diary-extract-entries remember-clipboard 24187;;;### (autoloads (remember-diary-extract-entries remember-clipboard
24092;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 24188;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
24093;;;;;; (20229 34587)) 24189;;;;;; (20281 13989))
24094;;; Generated autoloads from textmodes/remember.el 24190;;; Generated autoloads from textmodes/remember.el
24095 24191
24096(autoload 'remember "remember" "\ 24192(autoload 'remember "remember" "\
@@ -24121,7 +24217,7 @@ Extract diary entries from the region.
24121 24217
24122;;;*** 24218;;;***
24123 24219
24124;;;### (autoloads (repeat) "repeat" "repeat.el" (20229 34587)) 24220;;;### (autoloads (repeat) "repeat" "repeat.el" (20281 13989))
24125;;; Generated autoloads from repeat.el 24221;;; Generated autoloads from repeat.el
24126 24222
24127(autoload 'repeat "repeat" "\ 24223(autoload 'repeat "repeat" "\
@@ -24144,7 +24240,7 @@ recently executed command not bound to an input event\".
24144;;;*** 24240;;;***
24145 24241
24146;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 24242;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
24147;;;;;; (20229 34587)) 24243;;;;;; (20281 13989))
24148;;; Generated autoloads from mail/reporter.el 24244;;; Generated autoloads from mail/reporter.el
24149 24245
24150(autoload 'reporter-submit-bug-report "reporter" "\ 24246(autoload 'reporter-submit-bug-report "reporter" "\
@@ -24176,7 +24272,7 @@ mail-sending package is used for editing and sending the message.
24176;;;*** 24272;;;***
24177 24273
24178;;;### (autoloads (reposition-window) "reposition" "reposition.el" 24274;;;### (autoloads (reposition-window) "reposition" "reposition.el"
24179;;;;;; (20229 34587)) 24275;;;;;; (20281 13989))
24180;;; Generated autoloads from reposition.el 24276;;; Generated autoloads from reposition.el
24181 24277
24182(autoload 'reposition-window "reposition" "\ 24278(autoload 'reposition-window "reposition" "\
@@ -24203,7 +24299,7 @@ first comment line visible (if point is in a comment).
24203;;;*** 24299;;;***
24204 24300
24205;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 24301;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
24206;;;;;; (20229 34587)) 24302;;;;;; (20281 13989))
24207;;; Generated autoloads from reveal.el 24303;;; Generated autoloads from reveal.el
24208 24304
24209(autoload 'reveal-mode "reveal" "\ 24305(autoload 'reveal-mode "reveal" "\
@@ -24239,7 +24335,7 @@ the mode if ARG is omitted or nil.
24239;;;*** 24335;;;***
24240 24336
24241;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 24337;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
24242;;;;;; (20229 34587)) 24338;;;;;; (20281 13989))
24243;;; Generated autoloads from emacs-lisp/ring.el 24339;;; Generated autoloads from emacs-lisp/ring.el
24244 24340
24245(autoload 'ring-p "ring" "\ 24341(autoload 'ring-p "ring" "\
@@ -24254,7 +24350,7 @@ Make a ring that can contain SIZE elements.
24254 24350
24255;;;*** 24351;;;***
24256 24352
24257;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20229 34587)) 24353;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20281 13989))
24258;;; Generated autoloads from net/rlogin.el 24354;;; Generated autoloads from net/rlogin.el
24259 24355
24260(autoload 'rlogin "rlogin" "\ 24356(autoload 'rlogin "rlogin" "\
@@ -24303,7 +24399,7 @@ variable.
24303;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 24399;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
24304;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 24400;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
24305;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) 24401;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p)
24306;;;;;; "rmail" "mail/rmail.el" (20259 55615)) 24402;;;;;; "rmail" "mail/rmail.el" (20288 35632))
24307;;; Generated autoloads from mail/rmail.el 24403;;; Generated autoloads from mail/rmail.el
24308 24404
24309(autoload 'rmail-movemail-variant-p "rmail" "\ 24405(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -24328,7 +24424,7 @@ Setting this variable has an effect only before reading a mail.")
24328 24424
24329(custom-autoload 'rmail-user-mail-address-regexp "rmail" t) 24425(custom-autoload 'rmail-user-mail-address-regexp "rmail" t)
24330 24426
24331(defvaralias 'rmail-dont-reply-to-names 'mail-dont-reply-to-names) 24427(define-obsolete-variable-alias 'rmail-dont-reply-to-names 'mail-dont-reply-to-names "24.1")
24332 24428
24333(defvar rmail-default-dont-reply-to-names nil "\ 24429(defvar rmail-default-dont-reply-to-names nil "\
24334Regexp specifying part of the default value of `mail-dont-reply-to-names'. 24430Regexp specifying part of the default value of `mail-dont-reply-to-names'.
@@ -24487,7 +24583,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
24487;;;*** 24583;;;***
24488 24584
24489;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 24585;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
24490;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20229 34587)) 24586;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20281 13989))
24491;;; Generated autoloads from mail/rmailout.el 24587;;; Generated autoloads from mail/rmailout.el
24492(put 'rmail-output-file-alist 'risky-local-variable t) 24588(put 'rmail-output-file-alist 'risky-local-variable t)
24493 24589
@@ -24552,7 +24648,7 @@ than appending to it. Deletes the message after writing if
24552;;;*** 24648;;;***
24553 24649
24554;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 24650;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
24555;;;;;; (20229 34587)) 24651;;;;;; (20281 13989))
24556;;; Generated autoloads from nxml/rng-cmpct.el 24652;;; Generated autoloads from nxml/rng-cmpct.el
24557 24653
24558(autoload 'rng-c-load-schema "rng-cmpct" "\ 24654(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -24564,7 +24660,7 @@ Return a pattern.
24564;;;*** 24660;;;***
24565 24661
24566;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 24662;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
24567;;;;;; (20229 34587)) 24663;;;;;; (20281 13989))
24568;;; Generated autoloads from nxml/rng-nxml.el 24664;;; Generated autoloads from nxml/rng-nxml.el
24569 24665
24570(autoload 'rng-nxml-mode-init "rng-nxml" "\ 24666(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -24577,7 +24673,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
24577;;;*** 24673;;;***
24578 24674
24579;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 24675;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
24580;;;;;; (20229 34587)) 24676;;;;;; (20281 13989))
24581;;; Generated autoloads from nxml/rng-valid.el 24677;;; Generated autoloads from nxml/rng-valid.el
24582 24678
24583(autoload 'rng-validate-mode "rng-valid" "\ 24679(autoload 'rng-validate-mode "rng-valid" "\
@@ -24607,8 +24703,8 @@ to use for finding the schema.
24607 24703
24608;;;*** 24704;;;***
24609 24705
24610;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20229 24706;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20281
24611;;;;;; 34587)) 24707;;;;;; 13989))
24612;;; Generated autoloads from nxml/rng-xsd.el 24708;;; Generated autoloads from nxml/rng-xsd.el
24613 24709
24614(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 24710(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -24636,7 +24732,7 @@ must be equal.
24636;;;*** 24732;;;***
24637 24733
24638;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 24734;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24639;;;;;; "robin" "international/robin.el" (20209 49217)) 24735;;;;;; "robin" "international/robin.el" (20281 13989))
24640;;; Generated autoloads from international/robin.el 24736;;; Generated autoloads from international/robin.el
24641 24737
24642(autoload 'robin-define-package "robin" "\ 24738(autoload 'robin-define-package "robin" "\
@@ -24669,7 +24765,7 @@ Start using robin package NAME, which is a string.
24669;;;*** 24765;;;***
24670 24766
24671;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 24767;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24672;;;;;; rot13-string rot13) "rot13" "rot13.el" (20229 34587)) 24768;;;;;; rot13-string rot13) "rot13" "rot13.el" (20281 13989))
24673;;; Generated autoloads from rot13.el 24769;;; Generated autoloads from rot13.el
24674 24770
24675(autoload 'rot13 "rot13" "\ 24771(autoload 'rot13 "rot13" "\
@@ -24707,7 +24803,7 @@ Toggle the use of ROT13 encoding for the current window.
24707;;;*** 24803;;;***
24708 24804
24709;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 24805;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24710;;;;;; (20229 34587)) 24806;;;;;; (20281 13989))
24711;;; Generated autoloads from textmodes/rst.el 24807;;; Generated autoloads from textmodes/rst.el
24712 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 24808 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
24713 24809
@@ -24744,7 +24840,7 @@ for modes derived from Text mode, like Mail mode.
24744;;;*** 24840;;;***
24745 24841
24746;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 24842;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
24747;;;;;; (20229 34587)) 24843;;;;;; (20281 13989))
24748;;; Generated autoloads from progmodes/ruby-mode.el 24844;;; Generated autoloads from progmodes/ruby-mode.el
24749 24845
24750(autoload 'ruby-mode "ruby-mode" "\ 24846(autoload 'ruby-mode "ruby-mode" "\
@@ -24765,8 +24861,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
24765 24861
24766;;;*** 24862;;;***
24767 24863
24768;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20229 24864;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20281
24769;;;;;; 34587)) 24865;;;;;; 13989))
24770;;; Generated autoloads from ruler-mode.el 24866;;; Generated autoloads from ruler-mode.el
24771 24867
24772(defvar ruler-mode nil "\ 24868(defvar ruler-mode nil "\
@@ -24783,8 +24879,8 @@ if ARG is omitted or nil.
24783 24879
24784;;;*** 24880;;;***
24785 24881
24786;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20229 24882;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20281
24787;;;;;; 34587)) 24883;;;;;; 13989))
24788;;; Generated autoloads from emacs-lisp/rx.el 24884;;; Generated autoloads from emacs-lisp/rx.el
24789 24885
24790(autoload 'rx-to-string "rx" "\ 24886(autoload 'rx-to-string "rx" "\
@@ -25095,8 +25191,8 @@ enclosed in `(and ...)'.
25095 25191
25096;;;*** 25192;;;***
25097 25193
25098;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20229 25194;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20281
25099;;;;;; 34587)) 25195;;;;;; 13989))
25100;;; Generated autoloads from savehist.el 25196;;; Generated autoloads from savehist.el
25101 25197
25102(defvar savehist-mode nil "\ 25198(defvar savehist-mode nil "\
@@ -25128,7 +25224,7 @@ histories, which is probably undesirable.
25128;;;*** 25224;;;***
25129 25225
25130;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 25226;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
25131;;;;;; (20229 34587)) 25227;;;;;; (20281 13989))
25132;;; Generated autoloads from progmodes/scheme.el 25228;;; Generated autoloads from progmodes/scheme.el
25133 25229
25134(autoload 'scheme-mode "scheme" "\ 25230(autoload 'scheme-mode "scheme" "\
@@ -25170,7 +25266,7 @@ that variable's value is a string.
25170;;;*** 25266;;;***
25171 25267
25172;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 25268;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
25173;;;;;; (20229 34587)) 25269;;;;;; (20281 13989))
25174;;; Generated autoloads from gnus/score-mode.el 25270;;; Generated autoloads from gnus/score-mode.el
25175 25271
25176(autoload 'gnus-score-mode "score-mode" "\ 25272(autoload 'gnus-score-mode "score-mode" "\
@@ -25184,7 +25280,7 @@ This mode is an extended emacs-lisp mode.
25184;;;*** 25280;;;***
25185 25281
25186;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 25282;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
25187;;;;;; (20229 34587)) 25283;;;;;; (20281 13989))
25188;;; Generated autoloads from scroll-all.el 25284;;; Generated autoloads from scroll-all.el
25189 25285
25190(defvar scroll-all-mode nil "\ 25286(defvar scroll-all-mode nil "\
@@ -25210,21 +25306,23 @@ one window apply to all visible windows in the same frame.
25210;;;*** 25306;;;***
25211 25307
25212;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 25308;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
25213;;;;;; (20229 34587)) 25309;;;;;; (20281 13989))
25214;;; Generated autoloads from scroll-lock.el 25310;;; Generated autoloads from scroll-lock.el
25215 25311
25216(autoload 'scroll-lock-mode "scroll-lock" "\ 25312(autoload 'scroll-lock-mode "scroll-lock" "\
25217Buffer-local minor mode for pager-like scrolling. 25313Buffer-local minor mode for pager-like scrolling.
25218Keys which normally move point by line or paragraph will scroll 25314With a prefix argument ARG, enable the mode if ARG is positive,
25219the buffer by the respective amount of lines instead and point 25315and disable it otherwise. If called from Lisp, enable the mode
25220will be kept vertically fixed relative to window boundaries 25316if ARG is omitted or nil. When enabled, keys that normally move
25221during scrolling. 25317point by line or paragraph will scroll the buffer by the
25318respective amount of lines instead and point will be kept
25319vertically fixed relative to window boundaries during scrolling.
25222 25320
25223\(fn &optional ARG)" t nil) 25321\(fn &optional ARG)" t nil)
25224 25322
25225;;;*** 25323;;;***
25226 25324
25227;;;### (autoloads nil "secrets" "net/secrets.el" (20229 34587)) 25325;;;### (autoloads nil "secrets" "net/secrets.el" (20281 13989))
25228;;; Generated autoloads from net/secrets.el 25326;;; Generated autoloads from net/secrets.el
25229(when (featurep 'dbusbind) 25327(when (featurep 'dbusbind)
25230 (autoload 'secrets-show-secrets "secrets" nil t)) 25328 (autoload 'secrets-show-secrets "secrets" nil t))
@@ -25232,7 +25330,7 @@ during scrolling.
25232;;;*** 25330;;;***
25233 25331
25234;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 25332;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
25235;;;;;; "cedet/semantic.el" (20229 34587)) 25333;;;;;; "cedet/semantic.el" (20281 13989))
25236;;; Generated autoloads from cedet/semantic.el 25334;;; Generated autoloads from cedet/semantic.el
25237 25335
25238(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 25336(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -25286,7 +25384,7 @@ Semantic mode.
25286;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name 25384;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
25287;;;;;; mail-header-separator send-mail-function mail-interactive 25385;;;;;; mail-header-separator send-mail-function mail-interactive
25288;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 25386;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
25289;;;;;; "sendmail" "mail/sendmail.el" (20238 49468)) 25387;;;;;; "sendmail" "mail/sendmail.el" (20281 13989))
25290;;; Generated autoloads from mail/sendmail.el 25388;;; Generated autoloads from mail/sendmail.el
25291 25389
25292(defvar mail-from-style 'default "\ 25390(defvar mail-from-style 'default "\
@@ -25568,8 +25666,8 @@ Like `mail' command, but display mail buffer in another frame.
25568;;;*** 25666;;;***
25569 25667
25570;;;### (autoloads (server-save-buffers-kill-terminal server-mode 25668;;;### (autoloads (server-save-buffers-kill-terminal server-mode
25571;;;;;; server-force-delete server-start) "server" "server.el" (20229 25669;;;;;; server-force-delete server-start) "server" "server.el" (20281
25572;;;;;; 34587)) 25670;;;;;; 13989))
25573;;; Generated autoloads from server.el 25671;;; Generated autoloads from server.el
25574 25672
25575(put 'server-host 'risky-local-variable t) 25673(put 'server-host 'risky-local-variable t)
@@ -25636,7 +25734,7 @@ only these files will be asked to be saved.
25636 25734
25637;;;*** 25735;;;***
25638 25736
25639;;;### (autoloads (ses-mode) "ses" "ses.el" (20229 34587)) 25737;;;### (autoloads (ses-mode) "ses" "ses.el" (20281 13989))
25640;;; Generated autoloads from ses.el 25738;;; Generated autoloads from ses.el
25641 25739
25642(autoload 'ses-mode "ses" "\ 25740(autoload 'ses-mode "ses" "\
@@ -25655,7 +25753,7 @@ These are active only in the minibuffer, when entering or editing a formula:
25655;;;*** 25753;;;***
25656 25754
25657;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 25755;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
25658;;;;;; (20229 34587)) 25756;;;;;; (20281 13989))
25659;;; Generated autoloads from textmodes/sgml-mode.el 25757;;; Generated autoloads from textmodes/sgml-mode.el
25660 25758
25661(autoload 'sgml-mode "sgml-mode" "\ 25759(autoload 'sgml-mode "sgml-mode" "\
@@ -25721,7 +25819,7 @@ To work around that, do:
25721;;;*** 25819;;;***
25722 25820
25723;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 25821;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25724;;;;;; (20229 34587)) 25822;;;;;; (20281 13989))
25725;;; Generated autoloads from progmodes/sh-script.el 25823;;; Generated autoloads from progmodes/sh-script.el
25726(put 'sh-shell 'safe-local-variable 'symbolp) 25824(put 'sh-shell 'safe-local-variable 'symbolp)
25727 25825
@@ -25786,7 +25884,7 @@ with your script for an edit-interpret-debug cycle.
25786;;;*** 25884;;;***
25787 25885
25788;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 25886;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25789;;;;;; (20229 34587)) 25887;;;;;; (20281 13989))
25790;;; Generated autoloads from emacs-lisp/shadow.el 25888;;; Generated autoloads from emacs-lisp/shadow.el
25791 25889
25792(autoload 'list-load-path-shadows "shadow" "\ 25890(autoload 'list-load-path-shadows "shadow" "\
@@ -25836,8 +25934,8 @@ function, `load-path-shadows-find'.
25836;;;*** 25934;;;***
25837 25935
25838;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 25936;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25839;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20229 25937;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20281
25840;;;;;; 34587)) 25938;;;;;; 13989))
25841;;; Generated autoloads from shadowfile.el 25939;;; Generated autoloads from shadowfile.el
25842 25940
25843(autoload 'shadow-define-cluster "shadowfile" "\ 25941(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25876,7 +25974,7 @@ Set up file shadowing.
25876;;;*** 25974;;;***
25877 25975
25878;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 25976;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25879;;;;;; (20230 13182)) 25977;;;;;; (20288 65415))
25880;;; Generated autoloads from shell.el 25978;;; Generated autoloads from shell.el
25881 25979
25882(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25980(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25924,19 +26022,21 @@ Otherwise, one argument `-i' is passed to the shell.
25924 26022
25925;;;*** 26023;;;***
25926 26024
25927;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20259 26025;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20297
25928;;;;;; 55615)) 26026;;;;;; 43054))
25929;;; Generated autoloads from gnus/shr.el 26027;;; Generated autoloads from gnus/shr.el
25930 26028
25931(autoload 'shr-insert-document "shr" "\ 26029(autoload 'shr-insert-document "shr" "\
25932 26030Render the parsed document DOM into the current buffer.
26031DOM should be a parse tree as generated by
26032`libxml-parse-html-region' or similar.
25933 26033
25934\(fn DOM)" nil nil) 26034\(fn DOM)" nil nil)
25935 26035
25936;;;*** 26036;;;***
25937 26037
25938;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 26038;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25939;;;;;; "sieve" "gnus/sieve.el" (20229 34587)) 26039;;;;;; "sieve" "gnus/sieve.el" (20281 13989))
25940;;; Generated autoloads from gnus/sieve.el 26040;;; Generated autoloads from gnus/sieve.el
25941 26041
25942(autoload 'sieve-manage "sieve" "\ 26042(autoload 'sieve-manage "sieve" "\
@@ -25957,7 +26057,7 @@ Otherwise, one argument `-i' is passed to the shell.
25957;;;*** 26057;;;***
25958 26058
25959;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 26059;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25960;;;;;; (20229 34587)) 26060;;;;;; (20281 13989))
25961;;; Generated autoloads from gnus/sieve-mode.el 26061;;; Generated autoloads from gnus/sieve-mode.el
25962 26062
25963(autoload 'sieve-mode "sieve-mode" "\ 26063(autoload 'sieve-mode "sieve-mode" "\
@@ -25972,8 +26072,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25972 26072
25973;;;*** 26073;;;***
25974 26074
25975;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20229 26075;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20281
25976;;;;;; 34587)) 26076;;;;;; 13989))
25977;;; Generated autoloads from progmodes/simula.el 26077;;; Generated autoloads from progmodes/simula.el
25978 26078
25979(autoload 'simula-mode "simula" "\ 26079(autoload 'simula-mode "simula" "\
@@ -26022,7 +26122,7 @@ with no arguments, if that value is non-nil.
26022;;;*** 26122;;;***
26023 26123
26024;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 26124;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
26025;;;;;; define-skeleton) "skeleton" "skeleton.el" (20229 34587)) 26125;;;;;; define-skeleton) "skeleton" "skeleton.el" (20281 13989))
26026;;; Generated autoloads from skeleton.el 26126;;; Generated autoloads from skeleton.el
26027 26127
26028(defvar skeleton-filter-function 'identity "\ 26128(defvar skeleton-filter-function 'identity "\
@@ -26132,7 +26232,7 @@ symmetrical ones, and the same character twice for the others.
26132;;;*** 26232;;;***
26133 26233
26134;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 26234;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
26135;;;;;; "smerge-mode" "vc/smerge-mode.el" (20229 34587)) 26235;;;;;; "smerge-mode" "vc/smerge-mode.el" (20281 13989))
26136;;; Generated autoloads from vc/smerge-mode.el 26236;;; Generated autoloads from vc/smerge-mode.el
26137 26237
26138(autoload 'smerge-ediff "smerge-mode" "\ 26238(autoload 'smerge-ediff "smerge-mode" "\
@@ -26144,6 +26244,9 @@ buffer names.
26144 26244
26145(autoload 'smerge-mode "smerge-mode" "\ 26245(autoload 'smerge-mode "smerge-mode" "\
26146Minor mode to simplify editing output from the diff3 program. 26246Minor mode to simplify editing output from the diff3 program.
26247With a prefix argument ARG, enable the mode if ARG is positive,
26248and disable it otherwise. If called from Lisp, enable the mode
26249if ARG is omitted or nil.
26147\\{smerge-mode-map} 26250\\{smerge-mode-map}
26148 26251
26149\(fn &optional ARG)" t nil) 26252\(fn &optional ARG)" t nil)
@@ -26157,7 +26260,7 @@ If no conflict maker is found, turn off `smerge-mode'.
26157;;;*** 26260;;;***
26158 26261
26159;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 26262;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
26160;;;;;; (20229 34587)) 26263;;;;;; (20281 13989))
26161;;; Generated autoloads from gnus/smiley.el 26264;;; Generated autoloads from gnus/smiley.el
26162 26265
26163(autoload 'smiley-region "smiley" "\ 26266(autoload 'smiley-region "smiley" "\
@@ -26175,7 +26278,7 @@ interactively. If there's no argument, do it at the current buffer.
26175;;;*** 26278;;;***
26176 26279
26177;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 26280;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
26178;;;;;; "mail/smtpmail.el" (20232 10689)) 26281;;;;;; "mail/smtpmail.el" (20283 10476))
26179;;; Generated autoloads from mail/smtpmail.el 26282;;; Generated autoloads from mail/smtpmail.el
26180 26283
26181(autoload 'smtpmail-send-it "smtpmail" "\ 26284(autoload 'smtpmail-send-it "smtpmail" "\
@@ -26190,7 +26293,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
26190 26293
26191;;;*** 26294;;;***
26192 26295
26193;;;### (autoloads (snake) "snake" "play/snake.el" (20229 34587)) 26296;;;### (autoloads (snake) "snake" "play/snake.el" (20281 13989))
26194;;; Generated autoloads from play/snake.el 26297;;; Generated autoloads from play/snake.el
26195 26298
26196(autoload 'snake "snake" "\ 26299(autoload 'snake "snake" "\
@@ -26214,7 +26317,7 @@ Snake mode keybindings:
26214;;;*** 26317;;;***
26215 26318
26216;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 26319;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
26217;;;;;; (20229 34587)) 26320;;;;;; (20281 13989))
26218;;; Generated autoloads from net/snmp-mode.el 26321;;; Generated autoloads from net/snmp-mode.el
26219 26322
26220(autoload 'snmp-mode "snmp-mode" "\ 26323(autoload 'snmp-mode "snmp-mode" "\
@@ -26243,8 +26346,8 @@ then `snmpv2-mode-hook'.
26243 26346
26244;;;*** 26347;;;***
26245 26348
26246;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20229 26349;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20281
26247;;;;;; 34587)) 26350;;;;;; 13989))
26248;;; Generated autoloads from calendar/solar.el 26351;;; Generated autoloads from calendar/solar.el
26249 26352
26250(autoload 'sunrise-sunset "solar" "\ 26353(autoload 'sunrise-sunset "solar" "\
@@ -26259,8 +26362,8 @@ This function is suitable for execution in a .emacs file.
26259 26362
26260;;;*** 26363;;;***
26261 26364
26262;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20229 26365;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20281
26263;;;;;; 34587)) 26366;;;;;; 13989))
26264;;; Generated autoloads from play/solitaire.el 26367;;; Generated autoloads from play/solitaire.el
26265 26368
26266(autoload 'solitaire "solitaire" "\ 26369(autoload 'solitaire "solitaire" "\
@@ -26337,7 +26440,7 @@ Pick your favorite shortcuts:
26337 26440
26338;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 26441;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
26339;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 26442;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
26340;;;;;; sort-lines sort-subr) "sort" "sort.el" (20229 34587)) 26443;;;;;; sort-lines sort-subr) "sort" "sort.el" (20281 13989))
26341;;; Generated autoloads from sort.el 26444;;; Generated autoloads from sort.el
26342(put 'sort-fold-case 'safe-local-variable 'booleanp) 26445(put 'sort-fold-case 'safe-local-variable 'booleanp)
26343 26446
@@ -26481,8 +26584,8 @@ From a program takes two point or marker arguments, BEG and END.
26481 26584
26482;;;*** 26585;;;***
26483 26586
26484;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20229 26587;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20281
26485;;;;;; 34587)) 26588;;;;;; 13989))
26486;;; Generated autoloads from gnus/spam.el 26589;;; Generated autoloads from gnus/spam.el
26487 26590
26488(autoload 'spam-initialize "spam" "\ 26591(autoload 'spam-initialize "spam" "\
@@ -26498,7 +26601,7 @@ installed through `spam-necessary-extra-headers'.
26498 26601
26499;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 26602;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
26500;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 26603;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
26501;;;;;; "gnus/spam-report.el" (20229 34587)) 26604;;;;;; "gnus/spam-report.el" (20281 13989))
26502;;; Generated autoloads from gnus/spam-report.el 26605;;; Generated autoloads from gnus/spam-report.el
26503 26606
26504(autoload 'spam-report-process-queue "spam-report" "\ 26607(autoload 'spam-report-process-queue "spam-report" "\
@@ -26541,7 +26644,7 @@ Spam reports will be queued with the method used when
26541;;;*** 26644;;;***
26542 26645
26543;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 26646;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
26544;;;;;; "speedbar.el" (20229 34587)) 26647;;;;;; "speedbar.el" (20281 13989))
26545;;; Generated autoloads from speedbar.el 26648;;; Generated autoloads from speedbar.el
26546 26649
26547(defalias 'speedbar 'speedbar-frame-mode) 26650(defalias 'speedbar 'speedbar-frame-mode)
@@ -26565,8 +26668,8 @@ selected. If the speedbar frame is active, then select the attached frame.
26565 26668
26566;;;*** 26669;;;***
26567 26670
26568;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20229 26671;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20281
26569;;;;;; 34587)) 26672;;;;;; 13989))
26570;;; Generated autoloads from play/spook.el 26673;;; Generated autoloads from play/spook.el
26571 26674
26572(autoload 'spook "spook" "\ 26675(autoload 'spook "spook" "\
@@ -26585,7 +26688,7 @@ Return a vector containing the lines from `spook-phrases-file'.
26585;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 26688;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
26586;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 26689;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
26587;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 26690;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
26588;;;;;; (20229 34587)) 26691;;;;;; (20281 13989))
26589;;; Generated autoloads from progmodes/sql.el 26692;;; Generated autoloads from progmodes/sql.el
26590 26693
26591(autoload 'sql-add-product-keywords "sql" "\ 26694(autoload 'sql-add-product-keywords "sql" "\
@@ -27081,7 +27184,7 @@ buffer.
27081;;;*** 27184;;;***
27082 27185
27083;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 27186;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
27084;;;;;; (20229 34587)) 27187;;;;;; (20281 13989))
27085;;; Generated autoloads from cedet/srecode/srt-mode.el 27188;;; Generated autoloads from cedet/srecode/srt-mode.el
27086 27189
27087(autoload 'srecode-template-mode "srecode/srt-mode" "\ 27190(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -27094,7 +27197,7 @@ Major-mode for writing SRecode macros.
27094;;;*** 27197;;;***
27095 27198
27096;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 27199;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
27097;;;;;; (20229 34587)) 27200;;;;;; (20281 13989))
27098;;; Generated autoloads from gnus/starttls.el 27201;;; Generated autoloads from gnus/starttls.el
27099 27202
27100(autoload 'starttls-open-stream "starttls" "\ 27203(autoload 'starttls-open-stream "starttls" "\
@@ -27121,8 +27224,8 @@ GnuTLS requires a port number.
27121;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 27224;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
27122;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 27225;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
27123;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 27226;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
27124;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20229 27227;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20281
27125;;;;;; 34587)) 27228;;;;;; 13989))
27126;;; Generated autoloads from strokes.el 27229;;; Generated autoloads from strokes.el
27127 27230
27128(autoload 'strokes-global-set-stroke "strokes" "\ 27231(autoload 'strokes-global-set-stroke "strokes" "\
@@ -27236,7 +27339,7 @@ Read a complex stroke and insert its glyph into the current buffer.
27236;;;*** 27339;;;***
27237 27340
27238;;;### (autoloads (studlify-buffer studlify-word studlify-region) 27341;;;### (autoloads (studlify-buffer studlify-word studlify-region)
27239;;;;;; "studly" "play/studly.el" (19845 45374)) 27342;;;;;; "studly" "play/studly.el" (20281 13875))
27240;;; Generated autoloads from play/studly.el 27343;;; Generated autoloads from play/studly.el
27241 27344
27242(autoload 'studlify-region "studly" "\ 27345(autoload 'studlify-region "studly" "\
@@ -27257,7 +27360,7 @@ Studlify-case the current buffer.
27257;;;*** 27360;;;***
27258 27361
27259;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 27362;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
27260;;;;;; (20229 34587)) 27363;;;;;; (20281 13989))
27261;;; Generated autoloads from progmodes/subword.el 27364;;; Generated autoloads from progmodes/subword.el
27262 27365
27263(autoload 'subword-mode "subword" "\ 27366(autoload 'subword-mode "subword" "\
@@ -27313,7 +27416,7 @@ See `subword-mode' for more information on Subword mode.
27313;;;*** 27416;;;***
27314 27417
27315;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 27418;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
27316;;;;;; (20229 34587)) 27419;;;;;; (20281 13989))
27317;;; Generated autoloads from mail/supercite.el 27420;;; Generated autoloads from mail/supercite.el
27318 27421
27319(autoload 'sc-cite-original "supercite" "\ 27422(autoload 'sc-cite-original "supercite" "\
@@ -27345,8 +27448,8 @@ and `sc-post-hook' is run after the guts of this function.
27345 27448
27346;;;*** 27449;;;***
27347 27450
27348;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20229 27451;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20281
27349;;;;;; 34587)) 27452;;;;;; 13989))
27350;;; Generated autoloads from t-mouse.el 27453;;; Generated autoloads from t-mouse.el
27351 27454
27352(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 27455(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -27374,7 +27477,7 @@ It relies on the `gpm' daemon being activated.
27374 27477
27375;;;*** 27478;;;***
27376 27479
27377;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20229 34587)) 27480;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20281 13989))
27378;;; Generated autoloads from tabify.el 27481;;; Generated autoloads from tabify.el
27379 27482
27380(autoload 'untabify "tabify" "\ 27483(autoload 'untabify "tabify" "\
@@ -27409,7 +27512,7 @@ The variable `tab-width' controls the spacing of tab stops.
27409;;;;;; table-recognize table-insert-row-column table-insert-column 27512;;;;;; table-recognize table-insert-row-column table-insert-column
27410;;;;;; table-insert-row table-insert table-point-left-cell-hook 27513;;;;;; table-insert-row table-insert table-point-left-cell-hook
27411;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 27514;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
27412;;;;;; "table" "textmodes/table.el" (20229 34587)) 27515;;;;;; "table" "textmodes/table.el" (20281 13989))
27413;;; Generated autoloads from textmodes/table.el 27516;;; Generated autoloads from textmodes/table.el
27414 27517
27415(defvar table-cell-map-hook nil "\ 27518(defvar table-cell-map-hook nil "\
@@ -27998,7 +28101,7 @@ converts a table into plain text without frames. It is a companion to
27998;;;*** 28101;;;***
27999 28102
28000;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el" 28103;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el"
28001;;;;;; (20257 13883)) 28104;;;;;; (20281 13989))
28002;;; Generated autoloads from emacs-lisp/tabulated-list.el 28105;;; Generated autoloads from emacs-lisp/tabulated-list.el
28003 28106
28004(autoload 'tabulated-list-mode "tabulated-list" "\ 28107(autoload 'tabulated-list-mode "tabulated-list" "\
@@ -28040,7 +28143,7 @@ as the ewoc pretty-printer.
28040 28143
28041;;;*** 28144;;;***
28042 28145
28043;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20229 34587)) 28146;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20281 13989))
28044;;; Generated autoloads from talk.el 28147;;; Generated autoloads from talk.el
28045 28148
28046(autoload 'talk-connect "talk" "\ 28149(autoload 'talk-connect "talk" "\
@@ -28055,7 +28158,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
28055 28158
28056;;;*** 28159;;;***
28057 28160
28058;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20229 34587)) 28161;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20281 13989))
28059;;; Generated autoloads from tar-mode.el 28162;;; Generated autoloads from tar-mode.el
28060 28163
28061(autoload 'tar-mode "tar-mode" "\ 28164(autoload 'tar-mode "tar-mode" "\
@@ -28079,7 +28182,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
28079;;;*** 28182;;;***
28080 28183
28081;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 28184;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
28082;;;;;; "progmodes/tcl.el" (20229 34587)) 28185;;;;;; "progmodes/tcl.el" (20281 13989))
28083;;; Generated autoloads from progmodes/tcl.el 28186;;; Generated autoloads from progmodes/tcl.el
28084 28187
28085(autoload 'tcl-mode "tcl" "\ 28188(autoload 'tcl-mode "tcl" "\
@@ -28127,7 +28230,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
28127 28230
28128;;;*** 28231;;;***
28129 28232
28130;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20229 34587)) 28233;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20281 13989))
28131;;; Generated autoloads from net/telnet.el 28234;;; Generated autoloads from net/telnet.el
28132 28235
28133(autoload 'telnet "telnet" "\ 28236(autoload 'telnet "telnet" "\
@@ -28153,7 +28256,7 @@ Normally input is edited in Emacs and sent a line at a time.
28153;;;*** 28256;;;***
28154 28257
28155;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 28258;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
28156;;;;;; (20256 47696)) 28259;;;;;; (20281 13989))
28157;;; Generated autoloads from term.el 28260;;; Generated autoloads from term.el
28158 28261
28159(autoload 'make-term "term" "\ 28262(autoload 'make-term "term" "\
@@ -28195,8 +28298,8 @@ use in that buffer.
28195 28298
28196;;;*** 28299;;;***
28197 28300
28198;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20229 28301;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20281
28199;;;;;; 34587)) 28302;;;;;; 13989))
28200;;; Generated autoloads from terminal.el 28303;;; Generated autoloads from terminal.el
28201 28304
28202(autoload 'terminal-emulator "terminal" "\ 28305(autoload 'terminal-emulator "terminal" "\
@@ -28233,7 +28336,7 @@ subprocess started.
28233;;;*** 28336;;;***
28234 28337
28235;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 28338;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
28236;;;;;; (20229 34587)) 28339;;;;;; (20281 13989))
28237;;; Generated autoloads from emacs-lisp/testcover.el 28340;;; Generated autoloads from emacs-lisp/testcover.el
28238 28341
28239(autoload 'testcover-this-defun "testcover" "\ 28342(autoload 'testcover-this-defun "testcover" "\
@@ -28243,7 +28346,7 @@ Start coverage on function under point.
28243 28346
28244;;;*** 28347;;;***
28245 28348
28246;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20229 34587)) 28349;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20281 13989))
28247;;; Generated autoloads from play/tetris.el 28350;;; Generated autoloads from play/tetris.el
28248 28351
28249(autoload 'tetris "tetris" "\ 28352(autoload 'tetris "tetris" "\
@@ -28274,7 +28377,7 @@ tetris-mode keybindings:
28274;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 28377;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
28275;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 28378;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
28276;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 28379;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
28277;;;;;; (20229 34587)) 28380;;;;;; (20281 13989))
28278;;; Generated autoloads from textmodes/tex-mode.el 28381;;; Generated autoloads from textmodes/tex-mode.el
28279 28382
28280(defvar tex-shell-file-name nil "\ 28383(defvar tex-shell-file-name nil "\
@@ -28576,7 +28679,7 @@ Major mode to edit DocTeX files.
28576;;;*** 28679;;;***
28577 28680
28578;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 28681;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
28579;;;;;; "texinfmt" "textmodes/texinfmt.el" (20229 34587)) 28682;;;;;; "texinfmt" "textmodes/texinfmt.el" (20281 13989))
28580;;; Generated autoloads from textmodes/texinfmt.el 28683;;; Generated autoloads from textmodes/texinfmt.el
28581 28684
28582(autoload 'texinfo-format-buffer "texinfmt" "\ 28685(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -28616,7 +28719,7 @@ if large. You can use `Info-split' to do this manually.
28616;;;*** 28719;;;***
28617 28720
28618;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 28721;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
28619;;;;;; "texinfo" "textmodes/texinfo.el" (20229 34587)) 28722;;;;;; "texinfo" "textmodes/texinfo.el" (20281 13989))
28620;;; Generated autoloads from textmodes/texinfo.el 28723;;; Generated autoloads from textmodes/texinfo.el
28621 28724
28622(defvar texinfo-open-quote (purecopy "``") "\ 28725(defvar texinfo-open-quote (purecopy "``") "\
@@ -28702,7 +28805,7 @@ value of `texinfo-mode-hook'.
28702 28805
28703;;;### (autoloads (thai-composition-function thai-compose-buffer 28806;;;### (autoloads (thai-composition-function thai-compose-buffer
28704;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 28807;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
28705;;;;;; (20229 34587)) 28808;;;;;; (20281 13989))
28706;;; Generated autoloads from language/thai-util.el 28809;;; Generated autoloads from language/thai-util.el
28707 28810
28708(autoload 'thai-compose-region "thai-util" "\ 28811(autoload 'thai-compose-region "thai-util" "\
@@ -28731,7 +28834,7 @@ Compose Thai characters in the current buffer.
28731 28834
28732;;;### (autoloads (list-at-point number-at-point symbol-at-point 28835;;;### (autoloads (list-at-point number-at-point symbol-at-point
28733;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 28836;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
28734;;;;;; "thingatpt" "thingatpt.el" (20229 34587)) 28837;;;;;; "thingatpt" "thingatpt.el" (20281 13989))
28735;;; Generated autoloads from thingatpt.el 28838;;; Generated autoloads from thingatpt.el
28736 28839
28737(autoload 'forward-thing "thingatpt" "\ 28840(autoload 'forward-thing "thingatpt" "\
@@ -28794,7 +28897,7 @@ Return the Lisp list at point, or nil if none is found.
28794 28897
28795;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 28898;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28796;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 28899;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28797;;;;;; (20229 34587)) 28900;;;;;; (20281 13989))
28798;;; Generated autoloads from thumbs.el 28901;;; Generated autoloads from thumbs.el
28799 28902
28800(autoload 'thumbs-find-thumb "thumbs" "\ 28903(autoload 'thumbs-find-thumb "thumbs" "\
@@ -28832,8 +28935,8 @@ In dired, call the setroot program on the image at point.
28832;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 28935;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
28833;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 28936;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
28834;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 28937;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
28835;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20229 28938;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20281
28836;;;;;; 34587)) 28939;;;;;; 13989))
28837;;; Generated autoloads from language/tibet-util.el 28940;;; Generated autoloads from language/tibet-util.el
28838 28941
28839(autoload 'tibetan-char-p "tibet-util" "\ 28942(autoload 'tibetan-char-p "tibet-util" "\
@@ -28907,7 +29010,7 @@ See also docstring of the function tibetan-compose-region.
28907;;;*** 29010;;;***
28908 29011
28909;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 29012;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28910;;;;;; (20229 34587)) 29013;;;;;; (20281 13989))
28911;;; Generated autoloads from textmodes/tildify.el 29014;;; Generated autoloads from textmodes/tildify.el
28912 29015
28913(autoload 'tildify-region "tildify" "\ 29016(autoload 'tildify-region "tildify" "\
@@ -28932,7 +29035,7 @@ This function performs no refilling of the changed text.
28932 29035
28933;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 29036;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28934;;;;;; display-time-mode display-time display-time-day-and-date) 29037;;;;;; display-time-mode display-time display-time-day-and-date)
28935;;;;;; "time" "time.el" (20230 55355)) 29038;;;;;; "time" "time.el" (20281 13989))
28936;;; Generated autoloads from time.el 29039;;; Generated autoloads from time.el
28937 29040
28938(defvar display-time-day-and-date nil "\ 29041(defvar display-time-day-and-date nil "\
@@ -28998,7 +29101,7 @@ Return a string giving the duration of the Emacs initialization.
28998;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 29101;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
28999;;;;;; time-add time-subtract time-since days-to-time time-less-p 29102;;;;;; time-add time-subtract time-since days-to-time time-less-p
29000;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 29103;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
29001;;;;;; (20229 34587)) 29104;;;;;; (20281 13989))
29002;;; Generated autoloads from calendar/time-date.el 29105;;; Generated autoloads from calendar/time-date.el
29003 29106
29004(autoload 'date-to-time "time-date" "\ 29107(autoload 'date-to-time "time-date" "\
@@ -29112,7 +29215,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
29112;;;*** 29215;;;***
29113 29216
29114;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 29217;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
29115;;;;;; "time-stamp.el" (20229 34587)) 29218;;;;;; "time-stamp.el" (20281 13989))
29116;;; Generated autoloads from time-stamp.el 29219;;; Generated autoloads from time-stamp.el
29117(put 'time-stamp-format 'safe-local-variable 'stringp) 29220(put 'time-stamp-format 'safe-local-variable 'stringp)
29118(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 29221(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -29156,7 +29259,7 @@ With ARG, turn time stamping on if and only if arg is positive.
29156;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 29259;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
29157;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 29260;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
29158;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 29261;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
29159;;;;;; (20229 34587)) 29262;;;;;; (20281 13989))
29160;;; Generated autoloads from calendar/timeclock.el 29263;;; Generated autoloads from calendar/timeclock.el
29161 29264
29162(autoload 'timeclock-modeline-display "timeclock" "\ 29265(autoload 'timeclock-modeline-display "timeclock" "\
@@ -29256,7 +29359,7 @@ relative only to the time worked today, and not to past time.
29256;;;*** 29359;;;***
29257 29360
29258;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 29361;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
29259;;;;;; "international/titdic-cnv.el" (20229 34587)) 29362;;;;;; "international/titdic-cnv.el" (20287 42957))
29260;;; Generated autoloads from international/titdic-cnv.el 29363;;; Generated autoloads from international/titdic-cnv.el
29261 29364
29262(autoload 'titdic-convert "titdic-cnv" "\ 29365(autoload 'titdic-convert "titdic-cnv" "\
@@ -29279,7 +29382,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
29279;;;*** 29382;;;***
29280 29383
29281;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 29384;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
29282;;;;;; "tmm.el" (20229 34587)) 29385;;;;;; "tmm.el" (20281 13989))
29283;;; Generated autoloads from tmm.el 29386;;; Generated autoloads from tmm.el
29284 (define-key global-map "\M-`" 'tmm-menubar) 29387 (define-key global-map "\M-`" 'tmm-menubar)
29285 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 29388 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -29319,7 +29422,7 @@ Its value should be an event that has a binding in MENU.
29319 29422
29320;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 29423;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
29321;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 29424;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
29322;;;;;; "todo-mode" "calendar/todo-mode.el" (20229 34587)) 29425;;;;;; "todo-mode" "calendar/todo-mode.el" (20281 13989))
29323;;; Generated autoloads from calendar/todo-mode.el 29426;;; Generated autoloads from calendar/todo-mode.el
29324 29427
29325(autoload 'todo-add-category "todo-mode" "\ 29428(autoload 'todo-add-category "todo-mode" "\
@@ -29379,7 +29482,7 @@ Show TODO list.
29379 29482
29380;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 29483;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
29381;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 29484;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
29382;;;;;; "tool-bar" "tool-bar.el" (20229 34587)) 29485;;;;;; "tool-bar" "tool-bar.el" (20281 13989))
29383;;; Generated autoloads from tool-bar.el 29486;;; Generated autoloads from tool-bar.el
29384 29487
29385(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 29488(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -29450,7 +29553,7 @@ holds a keymap.
29450;;;*** 29553;;;***
29451 29554
29452;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 29555;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
29453;;;;;; (20229 36384)) 29556;;;;;; (20281 13989))
29454;;; Generated autoloads from emulation/tpu-edt.el 29557;;; Generated autoloads from emulation/tpu-edt.el
29455 29558
29456(defvar tpu-edt-mode nil "\ 29559(defvar tpu-edt-mode nil "\
@@ -29463,7 +29566,10 @@ or call the function `tpu-edt-mode'.")
29463(custom-autoload 'tpu-edt-mode "tpu-edt" nil) 29566(custom-autoload 'tpu-edt-mode "tpu-edt" nil)
29464 29567
29465(autoload 'tpu-edt-mode "tpu-edt" "\ 29568(autoload 'tpu-edt-mode "tpu-edt" "\
29466TPU/edt emulation. 29569Toggle TPU/edt emulation on or off.
29570With a prefix argument ARG, enable the mode if ARG is positive,
29571and disable it otherwise. If called from Lisp, enable the mode
29572if ARG is omitted or nil.
29467 29573
29468\(fn &optional ARG)" t nil) 29574\(fn &optional ARG)" t nil)
29469 29575
@@ -29477,7 +29583,7 @@ Turn on TPU/edt emulation.
29477;;;*** 29583;;;***
29478 29584
29479;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 29585;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
29480;;;;;; (20229 34587)) 29586;;;;;; (20281 13989))
29481;;; Generated autoloads from emulation/tpu-mapper.el 29587;;; Generated autoloads from emulation/tpu-mapper.el
29482 29588
29483(autoload 'tpu-mapper "tpu-mapper" "\ 29589(autoload 'tpu-mapper "tpu-mapper" "\
@@ -29511,7 +29617,7 @@ your local X guru can try to figure out why the key is being ignored.
29511 29617
29512;;;*** 29618;;;***
29513 29619
29514;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20229 34587)) 29620;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20281 13989))
29515;;; Generated autoloads from emacs-lisp/tq.el 29621;;; Generated autoloads from emacs-lisp/tq.el
29516 29622
29517(autoload 'tq-create "tq" "\ 29623(autoload 'tq-create "tq" "\
@@ -29525,7 +29631,7 @@ to a tcp server on another machine.
29525;;;*** 29631;;;***
29526 29632
29527;;;### (autoloads (trace-function-background trace-function trace-buffer) 29633;;;### (autoloads (trace-function-background trace-function trace-buffer)
29528;;;;;; "trace" "emacs-lisp/trace.el" (20229 34587)) 29634;;;;;; "trace" "emacs-lisp/trace.el" (20281 13989))
29529;;; Generated autoloads from emacs-lisp/trace.el 29635;;; Generated autoloads from emacs-lisp/trace.el
29530 29636
29531(defvar trace-buffer (purecopy "*trace-output*") "\ 29637(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -29562,7 +29668,7 @@ BUFFER defaults to `trace-buffer'.
29562;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 29668;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
29563;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 29669;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
29564;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 29670;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
29565;;;;;; "net/tramp.el" (20253 16827)) 29671;;;;;; "net/tramp.el" (20298 57601))
29566;;; Generated autoloads from net/tramp.el 29672;;; Generated autoloads from net/tramp.el
29567 29673
29568(defvar tramp-mode t "\ 29674(defvar tramp-mode t "\
@@ -29695,7 +29801,7 @@ Discard Tramp from loading remote files.
29695;;;*** 29801;;;***
29696 29802
29697;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 29803;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
29698;;;;;; (20229 34587)) 29804;;;;;; (20281 13989))
29699;;; Generated autoloads from net/tramp-ftp.el 29805;;; Generated autoloads from net/tramp-ftp.el
29700 29806
29701(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 29807(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -29705,8 +29811,8 @@ Discard Tramp from loading remote files.
29705 29811
29706;;;*** 29812;;;***
29707 29813
29708;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20229 29814;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20281
29709;;;;;; 34587)) 29815;;;;;; 13989))
29710;;; Generated autoloads from tutorial.el 29816;;; Generated autoloads from tutorial.el
29711 29817
29712(autoload 'help-with-tutorial "tutorial" "\ 29818(autoload 'help-with-tutorial "tutorial" "\
@@ -29731,7 +29837,7 @@ resumed later.
29731;;;*** 29837;;;***
29732 29838
29733;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 29839;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
29734;;;;;; (19845 45374)) 29840;;;;;; (20281 13875))
29735;;; Generated autoloads from language/tv-util.el 29841;;; Generated autoloads from language/tv-util.el
29736 29842
29737(autoload 'tai-viet-composition-function "tv-util" "\ 29843(autoload 'tai-viet-composition-function "tv-util" "\
@@ -29742,7 +29848,7 @@ resumed later.
29742;;;*** 29848;;;***
29743 29849
29744;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 29850;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
29745;;;;;; "textmodes/two-column.el" (20229 34587)) 29851;;;;;; "textmodes/two-column.el" (20281 13989))
29746;;; Generated autoloads from textmodes/two-column.el 29852;;; Generated autoloads from textmodes/two-column.el
29747 (autoload '2C-command "two-column" () t 'keymap) 29853 (autoload '2C-command "two-column" () t 'keymap)
29748 (global-set-key "\C-x6" '2C-command) 29854 (global-set-key "\C-x6" '2C-command)
@@ -29793,7 +29899,7 @@ First column's text sSs Second column's text
29793;;;;;; type-break type-break-mode type-break-keystroke-threshold 29899;;;;;; type-break type-break-mode type-break-keystroke-threshold
29794;;;;;; type-break-good-break-interval type-break-good-rest-interval 29900;;;;;; type-break-good-break-interval type-break-good-rest-interval
29795;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 29901;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
29796;;;;;; (20229 34587)) 29902;;;;;; (20281 13989))
29797;;; Generated autoloads from type-break.el 29903;;; Generated autoloads from type-break.el
29798 29904
29799(defvar type-break-mode nil "\ 29905(defvar type-break-mode nil "\
@@ -29975,7 +30081,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29975 30081
29976;;;*** 30082;;;***
29977 30083
29978;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20229 34587)) 30084;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20281 13989))
29979;;; Generated autoloads from mail/uce.el 30085;;; Generated autoloads from mail/uce.el
29980 30086
29981(autoload 'uce-reply-to-uce "uce" "\ 30087(autoload 'uce-reply-to-uce "uce" "\
@@ -29993,7 +30099,7 @@ You might need to set `uce-mail-reader' before using this.
29993;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 30099;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
29994;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 30100;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
29995;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 30101;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
29996;;;;;; "international/ucs-normalize.el" (20229 34587)) 30102;;;;;; "international/ucs-normalize.el" (20281 13989))
29997;;; Generated autoloads from international/ucs-normalize.el 30103;;; Generated autoloads from international/ucs-normalize.el
29998 30104
29999(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 30105(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -30059,7 +30165,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
30059;;;*** 30165;;;***
30060 30166
30061;;;### (autoloads (ununderline-region underline-region) "underline" 30167;;;### (autoloads (ununderline-region underline-region) "underline"
30062;;;;;; "textmodes/underline.el" (20229 34587)) 30168;;;;;; "textmodes/underline.el" (20281 13989))
30063;;; Generated autoloads from textmodes/underline.el 30169;;; Generated autoloads from textmodes/underline.el
30064 30170
30065(autoload 'underline-region "underline" "\ 30171(autoload 'underline-region "underline" "\
@@ -30080,7 +30186,7 @@ which specify the range to operate on.
30080;;;*** 30186;;;***
30081 30187
30082;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 30188;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
30083;;;;;; (20235 41048)) 30189;;;;;; (20281 13989))
30084;;; Generated autoloads from mail/unrmail.el 30190;;; Generated autoloads from mail/unrmail.el
30085 30191
30086(autoload 'batch-unrmail "unrmail" "\ 30192(autoload 'batch-unrmail "unrmail" "\
@@ -30099,8 +30205,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
30099 30205
30100;;;*** 30206;;;***
30101 30207
30102;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20229 30208;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20281
30103;;;;;; 34587)) 30209;;;;;; 13989))
30104;;; Generated autoloads from emacs-lisp/unsafep.el 30210;;; Generated autoloads from emacs-lisp/unsafep.el
30105 30211
30106(autoload 'unsafep "unsafep" "\ 30212(autoload 'unsafep "unsafep" "\
@@ -30113,7 +30219,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
30113;;;*** 30219;;;***
30114 30220
30115;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 30221;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
30116;;;;;; "url/url.el" (20229 34587)) 30222;;;;;; "url/url.el" (20291 37665))
30117;;; Generated autoloads from url/url.el 30223;;; Generated autoloads from url/url.el
30118 30224
30119(autoload 'url-retrieve "url" "\ 30225(autoload 'url-retrieve "url" "\
@@ -30141,8 +30247,10 @@ request; dynamic binding of other variables doesn't necessarily
30141take effect. 30247take effect.
30142 30248
30143If SILENT, then don't message progress reports and the like. 30249If SILENT, then don't message progress reports and the like.
30250If INHIBIT-COOKIES, cookies will neither be stored nor sent to
30251the server.
30144 30252
30145\(fn URL CALLBACK &optional CBARGS SILENT)" nil nil) 30253\(fn URL CALLBACK &optional CBARGS SILENT INHIBIT-COOKIES)" nil nil)
30146 30254
30147(autoload 'url-retrieve-synchronously "url" "\ 30255(autoload 'url-retrieve-synchronously "url" "\
30148Retrieve URL synchronously. 30256Retrieve URL synchronously.
@@ -30155,7 +30263,7 @@ no further processing). URL is either a string or a parsed URL.
30155;;;*** 30263;;;***
30156 30264
30157;;;### (autoloads (url-register-auth-scheme url-get-authentication) 30265;;;### (autoloads (url-register-auth-scheme url-get-authentication)
30158;;;;;; "url-auth" "url/url-auth.el" (20238 49468)) 30266;;;;;; "url-auth" "url/url-auth.el" (20281 13989))
30159;;; Generated autoloads from url/url-auth.el 30267;;; Generated autoloads from url/url-auth.el
30160 30268
30161(autoload 'url-get-authentication "url-auth" "\ 30269(autoload 'url-get-authentication "url-auth" "\
@@ -30197,7 +30305,7 @@ RATING a rating between 1 and 10 of the strength of the authentication.
30197;;;*** 30305;;;***
30198 30306
30199;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 30307;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
30200;;;;;; "url-cache" "url/url-cache.el" (20229 34587)) 30308;;;;;; "url-cache" "url/url-cache.el" (20281 13989))
30201;;; Generated autoloads from url/url-cache.el 30309;;; Generated autoloads from url/url-cache.el
30202 30310
30203(autoload 'url-store-in-cache "url-cache" "\ 30311(autoload 'url-store-in-cache "url-cache" "\
@@ -30218,7 +30326,7 @@ Extract FNAM from the local disk cache.
30218 30326
30219;;;*** 30327;;;***
30220 30328
30221;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20229 34587)) 30329;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20281 13989))
30222;;; Generated autoloads from url/url-cid.el 30330;;; Generated autoloads from url/url-cid.el
30223 30331
30224(autoload 'url-cid "url-cid" "\ 30332(autoload 'url-cid "url-cid" "\
@@ -30229,7 +30337,7 @@ Extract FNAM from the local disk cache.
30229;;;*** 30337;;;***
30230 30338
30231;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 30339;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
30232;;;;;; "url/url-dav.el" (20229 34587)) 30340;;;;;; "url/url-dav.el" (20281 13989))
30233;;; Generated autoloads from url/url-dav.el 30341;;; Generated autoloads from url/url-dav.el
30234 30342
30235(autoload 'url-dav-supported-p "url-dav" "\ 30343(autoload 'url-dav-supported-p "url-dav" "\
@@ -30244,8 +30352,8 @@ Extract FNAM from the local disk cache.
30244 30352
30245;;;*** 30353;;;***
30246 30354
30247;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20229 30355;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20281
30248;;;;;; 34587)) 30356;;;;;; 13989))
30249;;; Generated autoloads from url/url-file.el 30357;;; Generated autoloads from url/url-file.el
30250 30358
30251(autoload 'url-file "url-file" "\ 30359(autoload 'url-file "url-file" "\
@@ -30256,7 +30364,7 @@ Handle file: and ftp: URLs.
30256;;;*** 30364;;;***
30257 30365
30258;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 30366;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
30259;;;;;; "url/url-gw.el" (20229 34587)) 30367;;;;;; "url/url-gw.el" (20281 13989))
30260;;; Generated autoloads from url/url-gw.el 30368;;; Generated autoloads from url/url-gw.el
30261 30369
30262(autoload 'url-gateway-nslookup-host "url-gw" "\ 30370(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -30276,7 +30384,7 @@ Might do a non-blocking connection; use `process-status' to check.
30276 30384
30277;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 30385;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
30278;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 30386;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
30279;;;;;; (20229 34587)) 30387;;;;;; (20281 13989))
30280;;; Generated autoloads from url/url-handlers.el 30388;;; Generated autoloads from url/url-handlers.el
30281 30389
30282(defvar url-handler-mode nil "\ 30390(defvar url-handler-mode nil "\
@@ -30331,7 +30439,7 @@ accessible.
30331;;;*** 30439;;;***
30332 30440
30333;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 30441;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
30334;;;;;; url-http) "url-http" "url/url-http.el" (20229 34587)) 30442;;;;;; url-http) "url-http" "url/url-http.el" (20281 13989))
30335;;; Generated autoloads from url/url-http.el 30443;;; Generated autoloads from url/url-http.el
30336 30444
30337(autoload 'url-http "url-http" "\ 30445(autoload 'url-http "url-http" "\
@@ -30397,7 +30505,7 @@ HTTPS retrievals are asynchronous.")
30397 30505
30398;;;*** 30506;;;***
30399 30507
30400;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20229 34587)) 30508;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20281 13989))
30401;;; Generated autoloads from url/url-irc.el 30509;;; Generated autoloads from url/url-irc.el
30402 30510
30403(autoload 'url-irc "url-irc" "\ 30511(autoload 'url-irc "url-irc" "\
@@ -30407,8 +30515,8 @@ HTTPS retrievals are asynchronous.")
30407 30515
30408;;;*** 30516;;;***
30409 30517
30410;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20229 30518;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20281
30411;;;;;; 34587)) 30519;;;;;; 13989))
30412;;; Generated autoloads from url/url-ldap.el 30520;;; Generated autoloads from url/url-ldap.el
30413 30521
30414(autoload 'url-ldap "url-ldap" "\ 30522(autoload 'url-ldap "url-ldap" "\
@@ -30422,7 +30530,7 @@ URL can be a URL string, or a URL vector of the type returned by
30422;;;*** 30530;;;***
30423 30531
30424;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 30532;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
30425;;;;;; (20229 34587)) 30533;;;;;; (20281 13989))
30426;;; Generated autoloads from url/url-mailto.el 30534;;; Generated autoloads from url/url-mailto.el
30427 30535
30428(autoload 'url-mail "url-mailto" "\ 30536(autoload 'url-mail "url-mailto" "\
@@ -30438,7 +30546,7 @@ Handle the mailto: URL syntax.
30438;;;*** 30546;;;***
30439 30547
30440;;;### (autoloads (url-data url-generic-emulator-loader url-info 30548;;;### (autoloads (url-data url-generic-emulator-loader url-info
30441;;;;;; url-man) "url-misc" "url/url-misc.el" (20229 34587)) 30549;;;;;; url-man) "url-misc" "url/url-misc.el" (20281 13989))
30442;;; Generated autoloads from url/url-misc.el 30550;;; Generated autoloads from url/url-misc.el
30443 30551
30444(autoload 'url-man "url-misc" "\ 30552(autoload 'url-man "url-misc" "\
@@ -30470,7 +30578,7 @@ Fetch a data URL (RFC 2397).
30470;;;*** 30578;;;***
30471 30579
30472;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 30580;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
30473;;;;;; (20229 34587)) 30581;;;;;; (20281 13989))
30474;;; Generated autoloads from url/url-news.el 30582;;; Generated autoloads from url/url-news.el
30475 30583
30476(autoload 'url-news "url-news" "\ 30584(autoload 'url-news "url-news" "\
@@ -30487,7 +30595,7 @@ Fetch a data URL (RFC 2397).
30487 30595
30488;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 30596;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
30489;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 30597;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
30490;;;;;; (20229 34587)) 30598;;;;;; (20281 13989))
30491;;; Generated autoloads from url/url-ns.el 30599;;; Generated autoloads from url/url-ns.el
30492 30600
30493(autoload 'isPlainHostName "url-ns" "\ 30601(autoload 'isPlainHostName "url-ns" "\
@@ -30528,7 +30636,7 @@ Fetch a data URL (RFC 2397).
30528;;;*** 30636;;;***
30529 30637
30530;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 30638;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
30531;;;;;; "url/url-parse.el" (20229 34587)) 30639;;;;;; "url/url-parse.el" (20281 13989))
30532;;; Generated autoloads from url/url-parse.el 30640;;; Generated autoloads from url/url-parse.el
30533 30641
30534(autoload 'url-recreate-url "url-parse" "\ 30642(autoload 'url-recreate-url "url-parse" "\
@@ -30546,7 +30654,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
30546;;;*** 30654;;;***
30547 30655
30548;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 30656;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
30549;;;;;; (20229 34587)) 30657;;;;;; (20281 13989))
30550;;; Generated autoloads from url/url-privacy.el 30658;;; Generated autoloads from url/url-privacy.el
30551 30659
30552(autoload 'url-setup-privacy-info "url-privacy" "\ 30660(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -30557,16 +30665,17 @@ Setup variables that expose info about you and your system.
30557;;;*** 30665;;;***
30558 30666
30559;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" 30667;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el"
30560;;;;;; (20229 34587)) 30668;;;;;; (20291 37665))
30561;;; Generated autoloads from url/url-queue.el 30669;;; Generated autoloads from url/url-queue.el
30562 30670
30563(autoload 'url-queue-retrieve "url-queue" "\ 30671(autoload 'url-queue-retrieve "url-queue" "\
30564Retrieve URL asynchronously and call CALLBACK with CBARGS when finished. 30672Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
30565Like `url-retrieve' (which see for details of the arguments), but 30673This is like `url-retrieve' (which see for details of the arguments),
30566controls the level of parallelism via the 30674but with limits on the degree of parallelism. The variable
30567`url-queue-parallel-processes' variable. 30675`url-queue-parallel-processes' sets the number of concurrent processes.
30676The variable `url-queue-timeout' sets a timeout.
30568 30677
30569\(fn URL CALLBACK &optional CBARGS SILENT)" nil nil) 30678\(fn URL CALLBACK &optional CBARGS SILENT INHIBIT-COOKIES)" nil nil)
30570 30679
30571;;;*** 30680;;;***
30572 30681
@@ -30576,7 +30685,7 @@ controls the level of parallelism via the
30576;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 30685;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
30577;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 30686;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
30578;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 30687;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
30579;;;;;; "url-util" "url/url-util.el" (20229 34587)) 30688;;;;;; "url-util" "url/url-util.el" (20281 13989))
30580;;; Generated autoloads from url/url-util.el 30689;;; Generated autoloads from url/url-util.el
30581 30690
30582(defvar url-debug nil "\ 30691(defvar url-debug nil "\
@@ -30712,7 +30821,7 @@ This uses `url-current-object', set locally to the buffer.
30712;;;*** 30821;;;***
30713 30822
30714;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 30823;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
30715;;;;;; "userlock" "userlock.el" (20229 34587)) 30824;;;;;; "userlock" "userlock.el" (20281 13989))
30716;;; Generated autoloads from userlock.el 30825;;; Generated autoloads from userlock.el
30717 30826
30718(autoload 'ask-user-about-lock "userlock" "\ 30827(autoload 'ask-user-about-lock "userlock" "\
@@ -30742,7 +30851,7 @@ The buffer in question is current when this function is called.
30742 30851
30743;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 30852;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
30744;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 30853;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
30745;;;;;; "utf-7" "international/utf-7.el" (20229 34587)) 30854;;;;;; "utf-7" "international/utf-7.el" (20281 13989))
30746;;; Generated autoloads from international/utf-7.el 30855;;; Generated autoloads from international/utf-7.el
30747 30856
30748(autoload 'utf-7-post-read-conversion "utf-7" "\ 30857(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -30767,7 +30876,7 @@ The buffer in question is current when this function is called.
30767 30876
30768;;;*** 30877;;;***
30769 30878
30770;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20229 34587)) 30879;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20281 13989))
30771;;; Generated autoloads from gnus/utf7.el 30880;;; Generated autoloads from gnus/utf7.el
30772 30881
30773(autoload 'utf7-encode "utf7" "\ 30882(autoload 'utf7-encode "utf7" "\
@@ -30779,7 +30888,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
30779 30888
30780;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 30889;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
30781;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 30890;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
30782;;;;;; (20229 34587)) 30891;;;;;; (20281 13989))
30783;;; Generated autoloads from mail/uudecode.el 30892;;; Generated autoloads from mail/uudecode.el
30784 30893
30785(autoload 'uudecode-decode-region-external "uudecode" "\ 30894(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -30809,8 +30918,8 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
30809;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers 30918;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
30810;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff 30919;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
30811;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 30920;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
30812;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20255 30921;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20281
30813;;;;;; 18260)) 30922;;;;;; 13989))
30814;;; Generated autoloads from vc/vc.el 30923;;; Generated autoloads from vc/vc.el
30815 30924
30816(defvar vc-checkout-hook nil "\ 30925(defvar vc-checkout-hook nil "\
@@ -30934,6 +31043,7 @@ the variable `vc-BACKEND-header'.
30934 31043
30935(autoload 'vc-merge "vc" "\ 31044(autoload 'vc-merge "vc" "\
30936Perform a version control merge operation. 31045Perform a version control merge operation.
31046You must be visiting a version controlled file, or in a `vc-dir' buffer.
30937On a distributed version control system, this runs a \"merge\" 31047On a distributed version control system, this runs a \"merge\"
30938operation to incorporate changes from another branch onto the 31048operation to incorporate changes from another branch onto the
30939current branch, prompting for an argument list. 31049current branch, prompting for an argument list.
@@ -31016,6 +31126,7 @@ depending on the underlying version-control system.
31016 31126
31017(autoload 'vc-pull "vc" "\ 31127(autoload 'vc-pull "vc" "\
31018Update the current fileset or branch. 31128Update the current fileset or branch.
31129You must be visiting a version controlled file, or in a `vc-dir' buffer.
31019On a distributed version control system, this runs a \"pull\" 31130On a distributed version control system, this runs a \"pull\"
31020operation to update the current branch, prompting for an argument 31131operation to update the current branch, prompting for an argument
31021list if required. Optional prefix ARG forces a prompt. 31132list if required. Optional prefix ARG forces a prompt.
@@ -31086,7 +31197,7 @@ Return the branch part of a revision number REV.
31086;;;*** 31197;;;***
31087 31198
31088;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 31199;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
31089;;;;;; (20229 34587)) 31200;;;;;; (20281 13989))
31090;;; Generated autoloads from vc/vc-annotate.el 31201;;; Generated autoloads from vc/vc-annotate.el
31091 31202
31092(autoload 'vc-annotate "vc-annotate" "\ 31203(autoload 'vc-annotate "vc-annotate" "\
@@ -31123,7 +31234,7 @@ mode-specific menu. `vc-annotate-color-map' and
31123 31234
31124;;;*** 31235;;;***
31125 31236
31126;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20229 34587)) 31237;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20296 25039))
31127;;; Generated autoloads from vc/vc-arch.el 31238;;; Generated autoloads from vc/vc-arch.el
31128 (defun vc-arch-registered (file) 31239 (defun vc-arch-registered (file)
31129 (if (vc-find-root file "{arch}/=tagging-method") 31240 (if (vc-find-root file "{arch}/=tagging-method")
@@ -31133,7 +31244,7 @@ mode-specific menu. `vc-annotate-color-map' and
31133 31244
31134;;;*** 31245;;;***
31135 31246
31136;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20229 34587)) 31247;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20296 24948))
31137;;; Generated autoloads from vc/vc-bzr.el 31248;;; Generated autoloads from vc/vc-bzr.el
31138 31249
31139(defconst vc-bzr-admin-dirname ".bzr" "\ 31250(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -31149,7 +31260,7 @@ Name of the format file in a .bzr directory.")
31149 31260
31150;;;*** 31261;;;***
31151 31262
31152;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20229 34587)) 31263;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20296 25049))
31153;;; Generated autoloads from vc/vc-cvs.el 31264;;; Generated autoloads from vc/vc-cvs.el
31154(defun vc-cvs-registered (f) 31265(defun vc-cvs-registered (f)
31155 "Return non-nil if file F is registered with CVS." 31266 "Return non-nil if file F is registered with CVS."
@@ -31160,7 +31271,7 @@ Name of the format file in a .bzr directory.")
31160 31271
31161;;;*** 31272;;;***
31162 31273
31163;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20229 34587)) 31274;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20281 13989))
31164;;; Generated autoloads from vc/vc-dir.el 31275;;; Generated autoloads from vc/vc-dir.el
31165 31276
31166(autoload 'vc-dir "vc-dir" "\ 31277(autoload 'vc-dir "vc-dir" "\
@@ -31185,7 +31296,7 @@ These are the commands available for use in the file status buffer:
31185;;;*** 31296;;;***
31186 31297
31187;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 31298;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
31188;;;;;; (20229 34587)) 31299;;;;;; (20281 13989))
31189;;; Generated autoloads from vc/vc-dispatcher.el 31300;;; Generated autoloads from vc/vc-dispatcher.el
31190 31301
31191(autoload 'vc-do-command "vc-dispatcher" "\ 31302(autoload 'vc-do-command "vc-dispatcher" "\
@@ -31208,7 +31319,7 @@ case, and the process object in the asynchronous case.
31208 31319
31209;;;*** 31320;;;***
31210 31321
31211;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20229 34587)) 31322;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20296 25033))
31212;;; Generated autoloads from vc/vc-git.el 31323;;; Generated autoloads from vc/vc-git.el
31213 (defun vc-git-registered (file) 31324 (defun vc-git-registered (file)
31214 "Return non-nil if FILE is registered with git." 31325 "Return non-nil if FILE is registered with git."
@@ -31219,7 +31330,7 @@ case, and the process object in the asynchronous case.
31219 31330
31220;;;*** 31331;;;***
31221 31332
31222;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20229 34587)) 31333;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20296 24967))
31223;;; Generated autoloads from vc/vc-hg.el 31334;;; Generated autoloads from vc/vc-hg.el
31224 (defun vc-hg-registered (file) 31335 (defun vc-hg-registered (file)
31225 "Return non-nil if FILE is registered with hg." 31336 "Return non-nil if FILE is registered with hg."
@@ -31230,7 +31341,7 @@ case, and the process object in the asynchronous case.
31230 31341
31231;;;*** 31342;;;***
31232 31343
31233;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20229 34587)) 31344;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20296 24986))
31234;;; Generated autoloads from vc/vc-mtn.el 31345;;; Generated autoloads from vc/vc-mtn.el
31235 31346
31236(defconst vc-mtn-admin-dir "_MTN" "\ 31347(defconst vc-mtn-admin-dir "_MTN" "\
@@ -31247,7 +31358,7 @@ Name of the monotone directory's format file.")
31247;;;*** 31358;;;***
31248 31359
31249;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 31360;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
31250;;;;;; (20254 37696)) 31361;;;;;; (20296 25058))
31251;;; Generated autoloads from vc/vc-rcs.el 31362;;; Generated autoloads from vc/vc-rcs.el
31252 31363
31253(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 31364(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -31261,7 +31372,7 @@ For a description of possible values, see `vc-check-master-templates'.")
31261;;;*** 31372;;;***
31262 31373
31263;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 31374;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
31264;;;;;; (20254 37696)) 31375;;;;;; (20296 25068))
31265;;; Generated autoloads from vc/vc-sccs.el 31376;;; Generated autoloads from vc/vc-sccs.el
31266 31377
31267(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 31378(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -31278,7 +31389,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31278 31389
31279;;;*** 31390;;;***
31280 31391
31281;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20229 34587)) 31392;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20296 24998))
31282;;; Generated autoloads from vc/vc-svn.el 31393;;; Generated autoloads from vc/vc-svn.el
31283 (defun vc-svn-registered (f) 31394 (defun vc-svn-registered (f)
31284 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 31395 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -31292,7 +31403,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31292;;;*** 31403;;;***
31293 31404
31294;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 31405;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
31295;;;;;; (20229 34587)) 31406;;;;;; (20281 13989))
31296;;; Generated autoloads from progmodes/vera-mode.el 31407;;; Generated autoloads from progmodes/vera-mode.el
31297 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 31408 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
31298 31409
@@ -31350,7 +31461,7 @@ Key bindings:
31350;;;*** 31461;;;***
31351 31462
31352;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 31463;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
31353;;;;;; (20229 34587)) 31464;;;;;; (20281 13989))
31354;;; Generated autoloads from progmodes/verilog-mode.el 31465;;; Generated autoloads from progmodes/verilog-mode.el
31355 31466
31356(autoload 'verilog-mode "verilog-mode" "\ 31467(autoload 'verilog-mode "verilog-mode" "\
@@ -31489,7 +31600,7 @@ Key bindings specific to `verilog-mode-map' are:
31489;;;*** 31600;;;***
31490 31601
31491;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 31602;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
31492;;;;;; (20229 34587)) 31603;;;;;; (20281 13989))
31493;;; Generated autoloads from progmodes/vhdl-mode.el 31604;;; Generated autoloads from progmodes/vhdl-mode.el
31494 31605
31495(autoload 'vhdl-mode "vhdl-mode" "\ 31606(autoload 'vhdl-mode "vhdl-mode" "\
@@ -32030,7 +32141,7 @@ Key bindings:
32030 32141
32031;;;*** 32142;;;***
32032 32143
32033;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20104 14925)) 32144;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20281 13989))
32034;;; Generated autoloads from emulation/vi.el 32145;;; Generated autoloads from emulation/vi.el
32035 32146
32036(autoload 'vi-mode "vi" "\ 32147(autoload 'vi-mode "vi" "\
@@ -32085,7 +32196,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
32085;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 32196;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
32086;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 32197;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
32087;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 32198;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
32088;;;;;; "language/viet-util.el" (20229 34587)) 32199;;;;;; "language/viet-util.el" (20281 13989))
32089;;; Generated autoloads from language/viet-util.el 32200;;; Generated autoloads from language/viet-util.el
32090 32201
32091(autoload 'viet-encode-viscii-char "viet-util" "\ 32202(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -32133,7 +32244,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
32133;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 32244;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
32134;;;;;; view-buffer view-file-other-frame view-file-other-window 32245;;;;;; view-buffer view-file-other-frame view-file-other-window
32135;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 32246;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
32136;;;;;; "view" "view.el" (20265 7997)) 32247;;;;;; "view" "view.el" (20281 13989))
32137;;; Generated autoloads from view.el 32248;;; Generated autoloads from view.el
32138 32249
32139(defvar view-remove-frame-by-deleting t "\ 32250(defvar view-remove-frame-by-deleting t "\
@@ -32375,8 +32486,8 @@ Exit View mode and make the current buffer editable.
32375 32486
32376;;;*** 32487;;;***
32377 32488
32378;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20229 32489;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20281
32379;;;;;; 34587)) 32490;;;;;; 13989))
32380;;; Generated autoloads from emulation/vip.el 32491;;; Generated autoloads from emulation/vip.el
32381 32492
32382(autoload 'vip-setup "vip" "\ 32493(autoload 'vip-setup "vip" "\
@@ -32392,7 +32503,7 @@ Turn on VIP emulation of VI.
32392;;;*** 32503;;;***
32393 32504
32394;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 32505;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
32395;;;;;; (20229 34587)) 32506;;;;;; (20281 13989))
32396;;; Generated autoloads from emulation/viper.el 32507;;; Generated autoloads from emulation/viper.el
32397 32508
32398(autoload 'toggle-viper-mode "viper" "\ 32509(autoload 'toggle-viper-mode "viper" "\
@@ -32409,7 +32520,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
32409;;;*** 32520;;;***
32410 32521
32411;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 32522;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
32412;;;;;; (20229 34587)) 32523;;;;;; (20281 13989))
32413;;; Generated autoloads from emacs-lisp/warnings.el 32524;;; Generated autoloads from emacs-lisp/warnings.el
32414 32525
32415(defvar warning-prefix-function nil "\ 32526(defvar warning-prefix-function nil "\
@@ -32499,7 +32610,7 @@ this is equivalent to `display-warning', using
32499;;;*** 32610;;;***
32500 32611
32501;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 32612;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
32502;;;;;; (20229 34587)) 32613;;;;;; (20281 13989))
32503;;; Generated autoloads from wdired.el 32614;;; Generated autoloads from wdired.el
32504 32615
32505(autoload 'wdired-change-to-wdired-mode "wdired" "\ 32616(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -32515,7 +32626,7 @@ See `wdired-mode'.
32515 32626
32516;;;*** 32627;;;***
32517 32628
32518;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20229 34587)) 32629;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20281 13989))
32519;;; Generated autoloads from net/webjump.el 32630;;; Generated autoloads from net/webjump.el
32520 32631
32521(autoload 'webjump "webjump" "\ 32632(autoload 'webjump "webjump" "\
@@ -32532,7 +32643,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
32532;;;*** 32643;;;***
32533 32644
32534;;;### (autoloads (which-function-mode which-func-mode) "which-func" 32645;;;### (autoloads (which-function-mode which-func-mode) "which-func"
32535;;;;;; "progmodes/which-func.el" (20232 10689)) 32646;;;;;; "progmodes/which-func.el" (20281 13989))
32536;;; Generated autoloads from progmodes/which-func.el 32647;;; Generated autoloads from progmodes/which-func.el
32537 (put 'which-func-format 'risky-local-variable t) 32648 (put 'which-func-format 'risky-local-variable t)
32538 (put 'which-func-current 'risky-local-variable t) 32649 (put 'which-func-current 'risky-local-variable t)
@@ -32568,7 +32679,7 @@ in certain major modes.
32568;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 32679;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
32569;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 32680;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
32570;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 32681;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
32571;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20229 34587)) 32682;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20281 13989))
32572;;; Generated autoloads from whitespace.el 32683;;; Generated autoloads from whitespace.el
32573 32684
32574(autoload 'whitespace-mode "whitespace" "\ 32685(autoload 'whitespace-mode "whitespace" "\
@@ -32967,7 +33078,7 @@ cleaning up these problems.
32967;;;*** 33078;;;***
32968 33079
32969;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 33080;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
32970;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20229 34587)) 33081;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20281 13989))
32971;;; Generated autoloads from wid-browse.el 33082;;; Generated autoloads from wid-browse.el
32972 33083
32973(autoload 'widget-browse-at "wid-browse" "\ 33084(autoload 'widget-browse-at "wid-browse" "\
@@ -32987,14 +33098,17 @@ Show widget browser for WIDGET in other window.
32987 33098
32988(autoload 'widget-minor-mode "wid-browse" "\ 33099(autoload 'widget-minor-mode "wid-browse" "\
32989Minor mode for traversing widgets. 33100Minor mode for traversing widgets.
33101With a prefix argument ARG, enable the mode if ARG is positive,
33102and disable it otherwise. If called from Lisp, enable the mode
33103if ARG is omitted or nil.
32990 33104
32991\(fn &optional ARG)" t nil) 33105\(fn &optional ARG)" t nil)
32992 33106
32993;;;*** 33107;;;***
32994 33108
32995;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 33109;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32996;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20229 33110;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20281
32997;;;;;; 34587)) 33111;;;;;; 13989))
32998;;; Generated autoloads from wid-edit.el 33112;;; Generated autoloads from wid-edit.el
32999 33113
33000(autoload 'widgetp "wid-edit" "\ 33114(autoload 'widgetp "wid-edit" "\
@@ -33037,8 +33151,8 @@ Setup current buffer so editing string widgets works.
33037;;;*** 33151;;;***
33038 33152
33039;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 33153;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
33040;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20250 33154;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20281
33041;;;;;; 40679)) 33155;;;;;; 13989))
33042;;; Generated autoloads from windmove.el 33156;;; Generated autoloads from windmove.el
33043 33157
33044(autoload 'windmove-left "windmove" "\ 33158(autoload 'windmove-left "windmove" "\
@@ -33091,7 +33205,7 @@ Default MODIFIER is 'shift.
33091;;;*** 33205;;;***
33092 33206
33093;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 33207;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
33094;;;;;; (20237 28610)) 33208;;;;;; (20281 13989))
33095;;; Generated autoloads from winner.el 33209;;; Generated autoloads from winner.el
33096 33210
33097(defvar winner-mode nil "\ 33211(defvar winner-mode nil "\
@@ -33110,7 +33224,7 @@ With arg, turn Winner mode on if and only if arg is positive.
33110;;;*** 33224;;;***
33111 33225
33112;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 33226;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
33113;;;;;; woman woman-locale) "woman" "woman.el" (20229 34587)) 33227;;;;;; woman woman-locale) "woman" "woman.el" (20281 13989))
33114;;; Generated autoloads from woman.el 33228;;; Generated autoloads from woman.el
33115 33229
33116(defvar woman-locale nil "\ 33230(defvar woman-locale nil "\
@@ -33159,7 +33273,7 @@ Default bookmark handler for Woman buffers.
33159;;;*** 33273;;;***
33160 33274
33161;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 33275;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
33162;;;;;; (20229 34587)) 33276;;;;;; (20281 13989))
33163;;; Generated autoloads from emulation/ws-mode.el 33277;;; Generated autoloads from emulation/ws-mode.el
33164 33278
33165(autoload 'wordstar-mode "ws-mode" "\ 33279(autoload 'wordstar-mode "ws-mode" "\
@@ -33271,7 +33385,7 @@ The key bindings are:
33271 33385
33272;;;*** 33386;;;***
33273 33387
33274;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20229 34587)) 33388;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20281 13989))
33275;;; Generated autoloads from net/xesam.el 33389;;; Generated autoloads from net/xesam.el
33276 33390
33277(autoload 'xesam-search "xesam" "\ 33391(autoload 'xesam-search "xesam" "\
@@ -33291,7 +33405,7 @@ Example:
33291;;;*** 33405;;;***
33292 33406
33293;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 33407;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
33294;;;;;; (20258 34747)) 33408;;;;;; (20281 13989))
33295;;; Generated autoloads from xml.el 33409;;; Generated autoloads from xml.el
33296 33410
33297(autoload 'xml-parse-file "xml" "\ 33411(autoload 'xml-parse-file "xml" "\
@@ -33317,7 +33431,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
33317;;;*** 33431;;;***
33318 33432
33319;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 33433;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
33320;;;;;; "nxml/xmltok.el" (20229 34587)) 33434;;;;;; "nxml/xmltok.el" (20281 13989))
33321;;; Generated autoloads from nxml/xmltok.el 33435;;; Generated autoloads from nxml/xmltok.el
33322 33436
33323(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 33437(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -33335,8 +33449,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
33335 33449
33336;;;*** 33450;;;***
33337 33451
33338;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20229 33452;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20281
33339;;;;;; 34587)) 33453;;;;;; 13989))
33340;;; Generated autoloads from xt-mouse.el 33454;;; Generated autoloads from xt-mouse.el
33341 33455
33342(defvar xterm-mouse-mode nil "\ 33456(defvar xterm-mouse-mode nil "\
@@ -33366,7 +33480,7 @@ down the SHIFT key while pressing the mouse button.
33366;;;*** 33480;;;***
33367 33481
33368;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 33482;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
33369;;;;;; "gnus/yenc.el" (20229 34587)) 33483;;;;;; "gnus/yenc.el" (20281 13989))
33370;;; Generated autoloads from gnus/yenc.el 33484;;; Generated autoloads from gnus/yenc.el
33371 33485
33372(autoload 'yenc-decode-region "yenc" "\ 33486(autoload 'yenc-decode-region "yenc" "\
@@ -33382,7 +33496,7 @@ Extract file name from an yenc header.
33382;;;*** 33496;;;***
33383 33497
33384;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 33498;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
33385;;;;;; yow) "yow" "play/yow.el" (20229 34587)) 33499;;;;;; yow) "yow" "play/yow.el" (20281 13989))
33386;;; Generated autoloads from play/yow.el 33500;;; Generated autoloads from play/yow.el
33387 33501
33388(autoload 'yow "yow" "\ 33502(autoload 'yow "yow" "\
@@ -33408,7 +33522,7 @@ Zippy goes to the analyst.
33408 33522
33409;;;*** 33523;;;***
33410 33524
33411;;;### (autoloads (zone) "zone" "play/zone.el" (20229 34587)) 33525;;;### (autoloads (zone) "zone" "play/zone.el" (20281 13989))
33412;;; Generated autoloads from play/zone.el 33526;;; Generated autoloads from play/zone.el
33413 33527
33414(autoload 'zone "zone" "\ 33528(autoload 'zone "zone" "\
@@ -33424,47 +33538,46 @@ Zone out, completely.
33424;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" 33538;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
33425;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" 33539;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
33426;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 33540;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
33427;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" 33541;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
33428;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" 33542;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
33429;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" 33543;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
33430;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" 33544;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
33431;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" 33545;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
33432;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" 33546;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el"
33433;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" 33547;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
33434;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" 33548;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
33435;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" 33549;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
33436;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" 33550;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el"
33437;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" 33551;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el"
33438;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" 33552;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
33439;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" 33553;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el"
33440;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" 33554;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el"
33441;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" 33555;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el"
33442;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el" 33556;;;;;; "cedet/cedet.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el"
33443;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el" 33557;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el"
33444;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" 33558;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el"
33445;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" 33559;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/locate.el"
33446;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el" 33560;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el"
33447;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el" 33561;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el"
33448;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" 33562;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el"
33449;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" 33563;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el"
33450;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" 33564;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el"
33451;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el" 33565;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el"
33452;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" 33566;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el"
33453;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" 33567;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/inversion.el"
33454;;;;;; "cedet/ede/util.el" "cedet/inversion.el" "cedet/mode-local.el" 33568;;;;;; "cedet/mode-local.el" "cedet/pulse.el" "cedet/semantic/analyze.el"
33455;;;;;; "cedet/pulse.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" 33569;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el"
33456;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" 33570;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el"
33457;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" 33571;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el"
33458;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" 33572;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el"
33459;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el" 33573;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el"
33460;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el" 33574;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el"
33461;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el" 33575;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el"
33462;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el" 33576;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el"
33463;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el" 33577;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el"
33464;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el" 33578;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el"
33465;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el" 33579;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el"
33466;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el" 33580;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
33467;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
33468;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 33581;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
33469;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 33582;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
33470;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 33583;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -33472,13 +33585,13 @@ Zone out, completely.
33472;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 33585;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
33473;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 33586;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
33474;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" 33587;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
33475;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" 33588;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
33476;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" 33589;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
33477;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" 33590;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
33478;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el" 33591;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
33479;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" 33592;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el"
33480;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" 33593;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el"
33481;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" 33594;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
33482;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" 33595;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
33483;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" 33596;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
33484;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 33597;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
@@ -33490,33 +33603,32 @@ Zone out, completely.
33490;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" 33603;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
33491;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" 33604;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
33492;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 33605;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
33493;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" 33606;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
33494;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" 33607;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
33495;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" 33608;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
33496;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" 33609;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el"
33497;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" 33610;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
33498;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" 33611;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
33499;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" 33612;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
33500;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" 33613;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
33501;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" 33614;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el"
33502;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" 33615;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el"
33503;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" 33616;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el"
33504;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" 33617;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el"
33505;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el" 33618;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el"
33506;;;;;; "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 33619;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
33507;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el" 33620;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
33508;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" 33621;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el"
33509;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" 33622;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
33510;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" 33623;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
33511;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el" 33624;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
33512;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el" 33625;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el"
33513;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 33626;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
33514;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 33627;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
33515;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 33628;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
33516;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 33629;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
33517;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" 33630;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
33518;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" 33631;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el"
33519;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"
33520;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" 33632;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
33521;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el" 33633;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el"
33522;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "fringe.el" 33634;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "fringe.el"
@@ -33621,7 +33733,7 @@ Zone out, completely.
33621;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" 33733;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
33622;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" 33734;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
33623;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el" 33735;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
33624;;;;;; "w32-vars.el" "x-dnd.el") (20265 8335 405119)) 33736;;;;;; "w32-vars.el" "x-dnd.el") (20298 60939 999086))
33625 33737
33626;;;*** 33738;;;***
33627 33739
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 7560400f5d9..dd18987eb20 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.93"/ 62/^#undef VERSION/s/^.*$/#define VERSION "24.0.94"/
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 fc56c1260ac..4d71231ddf6 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.93 Copyright (C) 2012 Free Software Foundation, Inc.</string> 556 <string>Emacs 24.0.94 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.93</string> 569 <string>24.0.94</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 aab092a5dd4..47434f67f0c 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.93"; 4CFBundleShortVersionString = "Version 24.0.94";
5CFBundleGetInfoString = "Emacs version 24.0.93, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 24.0.94, 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 7750ef06732..1ce2cd25f36 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.93 4Version=24.0.94
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 85b3c8f3d5a..168a822dd96 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.93"; 5 ApplicationRelease = "24.0.94";
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.93, NS Windowing"; 16 FullVersionID = "Emacs 24.0.94, 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 ab674e3d1c5..368dd33de29 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.93" 331#define VERSION "24.0.94"
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 a3f931523e9..29b9d0e2ea7 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,93,0 10 FILEVERSION 24,0,94,0
11 PRODUCTVERSION 24,0,93,0 11 PRODUCTVERSION 24,0,94,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, 93, 0\0" 28 VALUE "FileVersion", "24, 0, 94, 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, 93, 0\0" 33 VALUE "ProductVersion", "24, 0, 94, 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 db61673d4bf..6144c8bf703 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,93,0 8 FILEVERSION 24,0,94,0
9 PRODUCTVERSION 24,0,93,0 9 PRODUCTVERSION 24,0,94,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, 93, 0\0" 26 VALUE "FileVersion", "24, 0, 94, 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, 93, 0\0" 31 VALUE "ProductVersion", "24, 0, 94, 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 f01ef4f98d1..10fe6db1ccf 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.93 25VERSION = 24.0.94
26 26
27TMP_DIST_DIR = emacs-$(VERSION) 27TMP_DIST_DIR = emacs-$(VERSION)
28 28