aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-12-01 00:23:05 +0800
committerChong Yidong2011-12-01 00:23:05 +0800
commit6db4e2d308c3ccef73b61c2f124f446fb367ea70 (patch)
tree1427de64b08af3105fec8aa6f6efe81642617af2
parent7ebc1f135efabddb991fb2fc2d6ff1a5db967639 (diff)
downloademacs-6db4e2d308c3ccef73b61c2f124f446fb367ea70.tar.gz
emacs-6db4e2d308c3ccef73b61c2f124f446fb367ea70.zip
Bump version to 24.0.92.
Regenerate AUTHORS and ldefs-boot.el.
-rw-r--r--README2
-rw-r--r--configure.in2
-rw-r--r--doc/emacs/emacsver.texi2
-rw-r--r--doc/man/emacs.12
-rw-r--r--etc/AUTHORS95
-rw-r--r--lisp/ldefs-boot.el685
-rw-r--r--msdos/sed2v2.inp2
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist4
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop2
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist4
-rw-r--r--nt/config.nt2
-rw-r--r--nt/emacs.rc8
-rw-r--r--nt/emacsclient.rc8
-rw-r--r--nt/makefile.w32-in2
15 files changed, 426 insertions, 398 deletions
diff --git a/README b/README
index 5ec5fa29570..eda81de1bbe 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Copyright (C) 2001-2011 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.91 of GNU Emacs, the extensible, 5This directory tree holds version 24.0.92 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 7a9bd0b6ee0..b7dfa8eb39e 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.91) 25AC_INIT(emacs, 24.0.92)
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 87f9dddbba8..cb3f3f39778 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.91 4@set EMACSVER 24.0.92
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1
index 91ef4189b79..1acdcf5ebd2 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.91" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.92"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/etc/AUTHORS b/etc/AUTHORS
index f8ab274e136..b7929dbf453 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -31,6 +31,8 @@ Adam Sjøgren: changed spam.el blink.xpm braindamaged.xpm cry.xpm dead.xpm
31 reverse-smile.xpm sad.xpm smile.xpm wry.xpm xterm.c gnus-html.el 31 reverse-smile.xpm sad.xpm smile.xpm wry.xpm xterm.c gnus-html.el
32 gnus-start.el gnus-sum.el gnus.el gtkutil.c shr.el xterm.h 32 gnus-start.el gnus-sum.el gnus.el gtkutil.c shr.el xterm.h
33 33
34Adam W: changed mail-source.el
35
34Aditya Siram: changed ob.el 36Aditya Siram: changed ob.el
35 37
36Adrian Aichner: changed erc-log.el erc.el erc-autojoin.el erc-backend.el 38Adrian Aichner: changed erc-log.el erc.el erc-autojoin.el erc-backend.el
@@ -193,9 +195,9 @@ Andreas Politz: changed editfns.c elp.el ido.el term.el
193Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el 195Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el
194 196
195Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c 197Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c
196 process.c coding.c files.el xterm.c editfns.c fns.c keyboard.c print.c 198 process.c coding.c files.el xterm.c editfns.c keyboard.c fns.c print.c
197 emacs.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c 199 emacs.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c
198 and 568 other files 200 and 571 other files
199 201
200Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el 202Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el
201 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el 203 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el
@@ -497,8 +499,8 @@ Chong Yidong: wrote compile-tests.el dichromacy-theme.el
497and co-wrote longlines.el tango-dark-theme.el tango-theme.el 499and co-wrote longlines.el tango-dark-theme.el tango-theme.el
498and changed xdisp.c simple.el files.el display.texi frames.texi 500and changed xdisp.c simple.el files.el display.texi frames.texi
499 cus-edit.el files.texi keyboard.c startup.el package.el custom.el 501 cus-edit.el files.texi keyboard.c startup.el package.el custom.el
500 emacs.texi xterm.c subr.el faces.el image.c mouse.el misc.texi 502 emacs.texi xterm.c subr.el text.texi faces.el image.c mouse.el
501 text.texi progmodes/compile.el xfns.c and 826 other files 503 misc.texi progmodes/compile.el xfns.c and 830 other files
502 504
503Chris Chase: co-wrote idlw-shell.el idlwave.el 505Chris Chase: co-wrote idlw-shell.el idlwave.el
504 506
@@ -561,10 +563,11 @@ Christoph Bauer: changed configure.in
561Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in 563Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in
562 qp.el 564 qp.el
563 565
564Christoph Scholtes: changed makefile.w32-in progmodes/python.el INSTALL 566Christoph Scholtes: changed makefile.w32-in progmodes/python.el stdint.h
565 README.W32 maintaining.texi zipdist.bat admin.el bookmark.el 567 INSTALL README.W32 maintaining.texi zipdist.bat admin.el bookmark.el
566 configure.bat cua-base.el help-mode.el help.el ido.el makedist.bat 568 config.nt configure.bat control.texi cua-base.el help-mode.el help.el
567 menu.c minibuf.c process.c progmodes/grep.el stdint.h vc.el window.c 569 ido.el makedist.bat menu.c minibuf.c process.c progmodes/grep.el
570 and 3 other files
568 571
569Christoph Wedler: wrote antlr-mode.el 572Christoph Wedler: wrote antlr-mode.el
570and changed format.el gnus-art.el gnus-picon.el message.el register.el 573and changed format.el gnus-art.el gnus-picon.el message.el register.el
@@ -759,9 +762,11 @@ David Edmondson: changed message.el gnus-cite.el imap.el mm-view.el
759 mml2015.el nnfolder.el nnimap.el nnml.el 762 mml2015.el nnfolder.el nnimap.el nnml.el
760 763
761David Engster: wrote mairix.el nnmairix.el 764David Engster: wrote mairix.el nnmairix.el
762and changed gnus.texi registry.el gnus-msg.el bovine-grammar.el 765and changed gnus.texi registry.el gnus-msg.el insert.el
763 display.texi files.el gnus-registry.el gnus-sum.el hideshow.el 766 analyze/complete.el base.el bovine-grammar.el cedet/srecode.el
764 mairix-el.texi mm-view.el mml-smime.el nnimap.el 767 cpp-root.el custom.el db-find.el db-typecache.el db.el dictionary.el
768 display.texi document.el ede-grammar.el files.el generic.el
769 gnus-registry.el gnus-sum.el and 21 other files
765 770
766David 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
767 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
@@ -908,7 +913,7 @@ Derek Upham: changed nxml-mode.el
908 913
909Detlev Zundel: wrote re-builder.el 914Detlev Zundel: wrote re-builder.el
910 915
911Devon Sean McCullough: changed comint.el 916Devon Sean Mccullough: changed comint.el
912 917
913Dhruva Krishnamurthy: changed makefile.w32-in emacsclient.c fontset.c 918Dhruva Krishnamurthy: changed makefile.w32-in emacsclient.c fontset.c
914 sound.c w32proc.c 919 sound.c w32proc.c
@@ -940,8 +945,8 @@ Dirk-Jan C. Binnema: changed org-agenda.el
940Dmitri Paduchikh: changed advice.el 945Dmitri Paduchikh: changed advice.el
941 946
942Dmitry Antipov: changed alloc.c keyboard.c buffer.c ccl.c editfns.c 947Dmitry Antipov: changed alloc.c keyboard.c buffer.c ccl.c editfns.c
943 emacs.c fontset.c lisp.h lread.c lwlib-Xaw.c lwlib-Xm.c lwlib-utils.c 948 emacs.c fontset.c keymap.c lisp.h lread.c lwlib-Xaw.c lwlib-Xm.c
944 lwlib.c macmenu.c w32menu.c xlwmenu.c xmenu.c 949 lwlib-utils.c lwlib.c macmenu.c w32menu.c xdisp.c xlwmenu.c xmenu.c
945 950
946Dmitry Bolshakov: changed hideshow.el 951Dmitry Bolshakov: changed hideshow.el
947 952
@@ -1018,8 +1023,8 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el
1018 tty-colors.el 1023 tty-colors.el
1019and changed makefile.w32-in msdos.c xdisp.c Makefile.in files.el 1024and changed makefile.w32-in msdos.c xdisp.c Makefile.in files.el
1020 config.bat fileio.c msdos.h simple.el mainmake.v2 sed1v2.inp info.el 1025 config.bat fileio.c msdos.h simple.el mainmake.v2 sed1v2.inp info.el
1021 rmail.el w32.c display.texi process.c pc-win.el startup.el dired.c 1026 display.texi rmail.el w32.c process.c pc-win.el startup.el dispextern.h
1022 dispextern.h emacs.c and 695 other files 1027 dispnew.c dired.c and 697 other files
1023 1028
1024Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el 1029Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
1025 gnus.el 1030 gnus.el
@@ -1162,7 +1167,8 @@ Fabian Ezequiel Gallina: changed progmodes/python.el
1162 1167
1163Fabrice Bauzac: changed dired-aux.el 1168Fabrice Bauzac: changed dired-aux.el
1164 1169
1165Fabrice Popineau: changed etags.c fileio.c gnus-cache.el 1170Fabrice Popineau: changed config.nt etags.c fileio.c gnus-cache.el
1171 inttypes.h lisp.h ms-w32.h nmake.defs regex.c stdint.h w32.c
1166 1172
1167Fan Kai: changed esh-arg.el 1173Fan Kai: changed esh-arg.el
1168 1174
@@ -1320,8 +1326,8 @@ Giuseppe Scrivano: changed browse-url.el buffer.c configure.in sysdep.c
1320Glenn Morris: wrote check-declare.el f90.el vc-bzr.el 1326Glenn Morris: wrote check-declare.el f90.el vc-bzr.el
1321and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el 1327and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el
1322 files.el cal-menu.el appt.el cal-hebrew.el fortran.el bytecomp.el 1328 files.el cal-menu.el appt.el cal-hebrew.el fortran.el bytecomp.el
1323 holidays.el make-dist calendar.texi emacs.texi sed1v2.inp simple.el 1329 holidays.el make-dist calendar.texi emacs.texi simple.el sed1v2.inp
1324 cal-islam.el cal-bahai.el startup.el ack.texi and 1202 other files 1330 cal-islam.el cal-bahai.el startup.el ack.texi and 1208 other files
1325 1331
1326Glynn Clements: wrote gamegrid.el snake.el tetris.el 1332Glynn Clements: wrote gamegrid.el snake.el tetris.el
1327 1333
@@ -1552,7 +1558,7 @@ Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el
1552and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h 1558and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h
1553 gtkutil.h x-win.el keyboard.c Makefile.in nsterm.m frames.texi 1559 gtkutil.h x-win.el keyboard.c Makefile.in nsterm.m frames.texi
1554 xsettings.c frame.c emacs.c xselect.c process.c xlwmenu.c config.in 1560 xsettings.c frame.c emacs.c xselect.c process.c xlwmenu.c config.in
1555 cus-start.el xresources.texi and 302 other files 1561 cus-start.el nsfns.m and 302 other files
1556 1562
1557Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el 1563Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el
1558and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el 1564and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el
@@ -1734,10 +1740,10 @@ Joel Ray Holveck: changed gnus-sum.el info.el
1734Joev Dubach: changed nntp.el 1740Joev Dubach: changed nntp.el
1735 1741
1736Johan Bockgård: changed erc.el cl-macs.el erc-backend.el erc-button.el 1742Johan Bockgård: changed erc.el cl-macs.el erc-backend.el erc-button.el
1737 erc-match.el browse-url.el bytecomp.el custom.el display.texi 1743 erc-match.el xdisp.c browse-url.el bytecomp.el custom.el display.texi
1738 erc-compat.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el 1744 erc-compat.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el
1739 help-fns.el icomplete.el mouse-sel.el simple.el subr.el xdisp.c 1745 help-fns.el icomplete.el mouse-sel.el simple.el subr.el xterm.el
1740 xterm.el and 48 other files 1746 and 48 other files
1741 1747
1742Johan Euphrosine: changed ibuf-ext.el 1748Johan Euphrosine: changed ibuf-ext.el
1743 1749
@@ -1863,8 +1869,8 @@ and changed ob-octave.el
1863Juanma Barranquero: wrote emacs-lock.el 1869Juanma Barranquero: wrote emacs-lock.el
1864and changed makefile.w32-in subr.el w32fns.c files.el server.el bs.el 1870and changed makefile.w32-in subr.el w32fns.c files.el server.el bs.el
1865 emacsclient.c help-fns.el faces.el org.el simple.el buffer.c xdisp.c 1871 emacsclient.c help-fns.el faces.el org.el simple.el buffer.c xdisp.c
1866 keyboard.c process.c w32term.c desktop.el ido.el eval.c mule-cmds.el 1872 keyboard.c process.c w32term.c window.c desktop.el ido.el allout.el
1867 w32.c and 1036 other files 1873 eval.c and 1084 other files
1868 1874
1869Juergen Kreileder: changed imap.el nnimap.el 1875Juergen Kreileder: changed imap.el nnimap.el
1870 1876
@@ -1895,7 +1901,7 @@ and changed info.el isearch.el simple.el replace.el progmodes/grep.el
1895 dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el 1901 dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el
1896 display.texi menu-bar.el descr-text.el bindings.el cus-edit.el 1902 display.texi menu-bar.el descr-text.el bindings.el cus-edit.el
1897 image-mode.el ispell.el man.el dired-x.el log-view.el 1903 image-mode.el ispell.el man.el dired-x.el log-view.el
1898 and 334 other files 1904 and 335 other files
1899 1905
1900Justin Bogner: changed fortune.el 1906Justin Bogner: changed fortune.el
1901 1907
@@ -2001,7 +2007,7 @@ Keith Gabryelski: wrote hexl.c hexl.el
2001Keith Packard: changed font.c 2007Keith Packard: changed font.c
2002 2008
2003Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c 2009Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c
2004 vm-limit.c dired.c emacs.c loadup.el mem-limits.h unexcw.c 2010 vm-limit.c dired.c emacs.c gdb-mi.el loadup.el mem-limits.h unexcw.c
2005 2011
2006Ken Brush: changed emacsclient.c 2012Ken Brush: changed emacsclient.c
2007 2013
@@ -2169,7 +2175,8 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el
2169and changed gnus.texi gnus-cite.el pop3.el gnus-xmas.el smtpmail.el 2175and changed gnus.texi gnus-cite.el pop3.el gnus-xmas.el smtpmail.el
2170 proto-stream.el auth-source.el xml.c dired.el editfns.c nnultimate.el 2176 proto-stream.el auth-source.el xml.c dired.el editfns.c nnultimate.el
2171 subr.el gnus-nocem.el gnutls.c imap.el nnkiboze.el nnrss.el 2177 subr.el gnus-nocem.el gnutls.c imap.el nnkiboze.el nnrss.el
2172 nnslashdot.el spam-report.el gnus-cus.el simple.el and 205 other files 2178 nnslashdot.el spam-report.el url-http.el gnus-cus.el
2179 and 206 other files
2173 2180
2174Lars Rasmusson: changed ebrowse.c 2181Lars Rasmusson: changed ebrowse.c
2175 2182
@@ -2323,7 +2330,7 @@ Mark Hood: changed gnus-uu.el
2323 2330
2324Mark Lambert: changed process.c process.h 2331Mark Lambert: changed process.c process.h
2325 2332
2326Mark Lillibridge: changed mail-utils.el rmail.el 2333Mark Lillibridge: changed rmail.el mail-utils.el unrmail.el
2327 2334
2328Mark Mitchell: changed font-lock.el 2335Mark Mitchell: changed font-lock.el
2329 2336
@@ -2390,7 +2397,7 @@ Martin Neitzel: changed supercite.el
2390Martin Pohlack: changed iimage.el pc-select.el 2397Martin Pohlack: changed iimage.el pc-select.el
2391 2398
2392Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c 2399Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c
2393 frame.el help.el cus-edit.el cus-start.el files.el window.h 2400 help.el window.h cus-start.el frame.el cus-edit.el files.el
2394 buffers.texi dired.el subr.el add-log.el xdisp.c font-lock.el 2401 buffers.texi dired.el subr.el add-log.el xdisp.c font-lock.el
2395 help-fns.el lisp.h mouse.el wid-edit.el and 135 other files 2402 help-fns.el lisp.h mouse.el wid-edit.el and 135 other files
2396 2403
@@ -2479,7 +2486,7 @@ and changed tramp.texi dbusbind.c trampver.texi dbus.texi trampver.el
2479 ange-ftp.el tramp-fish.el files.el tramp-imap.el files.texi Makefile.in 2486 ange-ftp.el tramp-fish.el files.el tramp-imap.el files.texi Makefile.in
2480 tramp-vc.el tramp-util.el tramp-uu.el simple.el auth-source.el 2487 tramp-vc.el tramp-util.el tramp-uu.el simple.el auth-source.el
2481 dired-aux.el configure.in em-unix.el fileio.c keyboard.c 2488 dired-aux.el configure.in em-unix.el fileio.c keyboard.c
2482 and 64 other files 2489 and 65 other files
2483 2490
2484Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h 2491Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h
2485 unexec.c 2492 unexec.c
@@ -2581,6 +2588,8 @@ Mikael Fornius: changed org.el org-habit.el
2581 2588
2582Mike Haertel: changed 7300.h 2589Mike Haertel: changed 7300.h
2583 2590
2591Mike Kazantsev: changed erc-dcc.el
2592
2584Mike Kupfer: changed mh-e.el mh-utils.el 2593Mike Kupfer: changed mh-e.el mh-utils.el
2585 2594
2586Mike Long: changed b2m.c make-dist make-mode.el netbsd.h view.el vms.h 2595Mike Long: changed b2m.c make-dist make-mode.el netbsd.h view.el vms.h
@@ -2804,9 +2813,9 @@ and changed imenu.el make-mode.el
2804Paul Eggert: wrote rcs2log vcdiff 2813Paul Eggert: wrote rcs2log vcdiff
2805and co-wrote cal-dst.el 2814and co-wrote cal-dst.el
2806and changed lisp.h Makefile.in editfns.c alloc.c xdisp.c configure.in 2815and changed lisp.h Makefile.in editfns.c alloc.c xdisp.c configure.in
2807 image.c fileio.c process.c fns.c xterm.c keyboard.c data.c dispextern.h 2816 fileio.c image.c process.c fns.c xterm.c dispextern.h keyboard.c data.c
2808 lread.c sysdep.c xfns.c eval.c emacs.c config.in print.c 2817 lread.c sysdep.c xfns.c eval.c emacs.c config.in print.c
2809 and 563 other files 2818 and 564 other files
2810 2819
2811Paul Fisher: changed fns.c 2820Paul Fisher: changed fns.c
2812 2821
@@ -3356,9 +3365,9 @@ Stefan Monnier: wrote bibtex-style.el bzrmerge.el css-mode.el
3356 pcvs-util.el reveal.el smerge-mode.el smie.el vc-mtn.el 3365 pcvs-util.el reveal.el smerge-mode.el smie.el vc-mtn.el
3357and co-wrote font-lock.el 3366and co-wrote font-lock.el
3358and changed vc.el subr.el simple.el lisp.h keyboard.c files.el 3367and changed vc.el subr.el simple.el lisp.h keyboard.c files.el
3359 Makefile.in bytecomp.el keymap.c xdisp.c pcvs.el alloc.c 3368 bytecomp.el Makefile.in keymap.c progmodes/compile.el xdisp.c pcvs.el
3360 progmodes/compile.el newcomment.el vc-hooks.el tex-mode.el buffer.c 3369 alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio.c
3361 sh-script.el eval.c fileio.c fill.el and 1030 other files 3370 sh-script.el eval.c fill.el and 1032 other files
3362 3371
3363Stefan Reichör: changed gnus-agent.el 3372Stefan Reichör: changed gnus-agent.el
3364 3373
@@ -3508,7 +3517,7 @@ and changed subword.el image-mode.el Makefile.in cc-cmds.el emacsbug.el
3508 gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el 3517 gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el
3509 org-footnote.el org.el reftex-ref.el simple.el tsdh-dark-theme.el 3518 org-footnote.el org.el reftex-ref.el simple.el tsdh-dark-theme.el
3510 tsdh-light-theme.el ack.texi bindings.el bookmark.el cc-mode.el 3519 tsdh-light-theme.el ack.texi bindings.el bookmark.el cc-mode.el
3511 and 21 other files 3520 and 22 other files
3512 3521
3513Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el 3522Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el
3514 3523
@@ -3520,10 +3529,10 @@ Teemu Likonen: changed dired.el gnus-agent.el message.el
3520 3529
3521Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el 3530Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el
3522 gnus-tests.el gnutls.el registry.el spam-report.el url-future.el 3531 gnus-tests.el gnutls.el registry.el spam-report.el url-future.el
3523and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el auth.texi 3532and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el gnus-util.el
3524 gnus-util.el netrc.el gnus-start.el gnutls.c message.el spam-stat.el 3533 auth.texi netrc.el gnus-start.el gnutls.c message.el spam-stat.el
3525 encrypt.el nnmail.el imap.el mail-source.el Makefile.in gnus-encrypt.el 3534 encrypt.el nnir.el nnmail.el imap.el mail-source.el nnmairix.el
3526 gnus-html.el gnus-int.el gnutls.h and 97 other files 3535 Makefile.in gnus-encrypt.el gnus-html.el and 97 other files
3527 3536
3528Terje Rosten: changed xfns.c version.el xterm.c xterm.h 3537Terje Rosten: changed xfns.c version.el xterm.c xterm.h
3529 3538
@@ -3839,8 +3848,8 @@ Yann Dirson: changed imenu.el
3839 3848
3840Yann Hodique: changed rcirc.el 3849Yann Hodique: changed rcirc.el
3841 3850
3842Yavor Doganov: changed configure.in Info-gnustep.plist emacs.1 etags.1 3851Yavor Doganov: changed configure.in Info-gnustep.plist Makefile.in
3843 make-dist nsfont.m 3852 emacs.1 etags.1 make-dist nsfont.m
3844 3853
3845Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el 3854Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el
3846 3855
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 8d7e4d41265..7312220c5dd 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" (20119 34052)) 8;;;;;; "play/5x5.el" (20168 40835))
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;;;;;; (20119 34052)) 71;;;;;; (20177 52156))
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" "\
@@ -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;;;;;; (20140 44371)) 102;;;;;; (20177 52156))
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" "\
@@ -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" (20119 34052)) 256;;;;;; "advice" "emacs-lisp/advice.el" (20179 5306))
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" (20119 34052)) 401;;;;;; align) "align" "align.el" (20181 37901))
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;;;;;; (20126 50779)) 492;;;;;; (20177 52156))
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" "\
@@ -500,7 +500,7 @@ Intended to be used as the `allout-auto-activation' :set function.
500\(fn VAR VALUE)" nil nil) 500\(fn VAR VALUE)" nil nil)
501 501
502(autoload 'allout-setup "allout" "\ 502(autoload 'allout-setup "allout" "\
503Do fundamental emacs session for allout auto-activation. 503Do fundamental Emacs session for allout auto-activation.
504 504
505Establishes allout processing as part of visiting a file if 505Establishes allout processing as part of visiting a file if
506`allout-auto-activation' is non-nil, or removes it otherwise. 506`allout-auto-activation' is non-nil, or removes it otherwise.
@@ -600,7 +600,7 @@ Below is a description of the key bindings, and then description
600of special `allout-mode' features and terminology. See also the 600of special `allout-mode' features and terminology. See also the
601outline menubar additions for quick reference to many of the 601outline menubar additions for quick reference to many of the
602features. Customize `allout-auto-activation' to prepare your 602features. Customize `allout-auto-activation' to prepare your
603emacs session for automatic activation of `allout-mode'. 603Emacs session for automatic activation of `allout-mode'.
604 604
605The bindings are those listed in `allout-prefixed-keybindings' 605The bindings are those listed in `allout-prefixed-keybindings'
606and `allout-unprefixed-keybindings'. We recommend customizing 606and `allout-unprefixed-keybindings'. We recommend customizing
@@ -648,7 +648,7 @@ the HOT-SPOT Operation section.
648\\[allout-rebullet-current-heading] `allout-rebullet-current-heading' Prompt for alternate bullet for 648\\[allout-rebullet-current-heading] `allout-rebullet-current-heading' Prompt for alternate bullet for
649 current topic 649 current topic
650\\[allout-rebullet-topic] `allout-rebullet-topic' Reconcile bullets of topic and 650\\[allout-rebullet-topic] `allout-rebullet-topic' Reconcile bullets of topic and
651 its' offspring -- distinctive bullets are not changed, others 651 its offspring -- distinctive bullets are not changed, others
652 are alternated according to nesting depth. 652 are alternated according to nesting depth.
653\\[allout-number-siblings] `allout-number-siblings' Number bullets of topic and siblings -- 653\\[allout-number-siblings] `allout-number-siblings' Number bullets of topic and siblings --
654 the offspring are not affected. 654 the offspring are not affected.
@@ -658,12 +658,12 @@ the HOT-SPOT Operation section.
658 ---------------------------------- 658 ----------------------------------
659\\[allout-kill-topic] `allout-kill-topic' Kill current topic, including offspring. 659\\[allout-kill-topic] `allout-kill-topic' Kill current topic, including offspring.
660\\[allout-copy-topic-as-kill] `allout-copy-topic-as-kill' Copy current topic, including offspring. 660\\[allout-copy-topic-as-kill] `allout-copy-topic-as-kill' Copy current topic, including offspring.
661\\[allout-kill-line] `allout-kill-line' kill-line, attending to outline structure. 661\\[allout-kill-line] `allout-kill-line' Kill line, attending to outline structure.
662\\[allout-copy-line-as-kill] `allout-copy-line-as-kill' Copy line but don't delete it. 662\\[allout-copy-line-as-kill] `allout-copy-line-as-kill' Copy line but don't delete it.
663\\[allout-yank] `allout-yank' Yank, adjusting depth of yanked topic to 663\\[allout-yank] `allout-yank' Yank, adjusting depth of yanked topic to
664 depth of heading if yanking into bare topic 664 depth of heading if yanking into bare topic
665 heading (ie, prefix sans text). 665 heading (ie, prefix sans text).
666\\[allout-yank-pop] `allout-yank-pop' Is to allout-yank as yank-pop is to yank 666\\[allout-yank-pop] `allout-yank-pop' Is to `allout-yank' as `yank-pop' is to `yank'.
667 667
668 Topic-oriented Encryption: 668 Topic-oriented Encryption:
669 ------------------------- 669 -------------------------
@@ -806,7 +806,7 @@ PREFIX-LEAD:
806 When the PREFIX-LEAD is set to the comment-string of a 806 When the PREFIX-LEAD is set to the comment-string of a
807 programming language, outline structuring can be embedded in 807 programming language, outline structuring can be embedded in
808 program code without interfering with processing of the text 808 program code without interfering with processing of the text
809 (by emacs or the language processor) as program code. This 809 (by Emacs or the language processor) as program code. This
810 setting happens automatically when allout mode is used in 810 setting happens automatically when allout mode is used in
811 programming-mode buffers. See `allout-use-mode-specific-leader' 811 programming-mode buffers. See `allout-use-mode-specific-leader'
812 docstring for more detail. 812 docstring for more detail.
@@ -842,7 +842,7 @@ OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be.
842Activate outline mode and establish file var so it is started subsequently. 842Activate outline mode and establish file var so it is started subsequently.
843 843
844See `allout-layout' and customization of `allout-auto-activation' 844See `allout-layout' and customization of `allout-auto-activation'
845for details on preparing emacs for automatic allout activation. 845for details on preparing Emacs for automatic allout activation.
846 846
847\(fn &optional ARG)" t nil) 847\(fn &optional ARG)" t nil)
848 848
@@ -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;;;;;; (20126 50769)) 853;;;;;; (20167 36027))
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" (20119 34052)) 913;;;;;; "net/ange-ftp.el" (20177 52156))
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" (20119 34052)) 935;;;;;; "animate" "play/animate.el" (20166 6221))
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" (20119 34052)) 968;;;;;; "ansi-color" "ansi-color.el" (20166 6221))
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" "\
@@ -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" (20119 34052)) 1053;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20161 61915))
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" "\
@@ -1120,7 +1120,8 @@ Returns list of symbols and documentation found.
1120(autoload 'apropos-library "apropos" "\ 1120(autoload 'apropos-library "apropos" "\
1121List the variables and functions defined by library FILE. 1121List the variables and functions defined by library FILE.
1122FILE should be one of the libraries currently loaded and should 1122FILE should be one of the libraries currently loaded and should
1123thus be found in `load-history'. 1123thus be found in `load-history'. If `apropos-do-all' is non-nil,
1124the output includes key-bindings of commands.
1124 1125
1125\(fn FILE)" t nil) 1126\(fn FILE)" t nil)
1126 1127
@@ -1132,7 +1133,9 @@ search for matches for that word as a substring. If it is a list of words,
1132search for matches for any two (or more) of those words. 1133search for matches for any two (or more) of those words.
1133 1134
1134With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks 1135With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks
1135at the function and at the names and values of properties. 1136at function definitions (arguments, documentation and body) and at the
1137names and values of properties.
1138
1136Returns list of symbols and values found. 1139Returns list of symbols and values found.
1137 1140
1138\(fn PATTERN &optional DO-ALL)" t nil) 1141\(fn PATTERN &optional DO-ALL)" t nil)
@@ -1144,17 +1147,19 @@ or a regexp (using some regexp special characters). If it is a word,
1144search for matches for that word as a substring. If it is a list of words, 1147search for matches for that word as a substring. If it is a list of words,
1145search for matches for any two (or more) of those words. 1148search for matches for any two (or more) of those words.
1146 1149
1147With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also use 1150Note that by default this command only searches in the file specified by
1148documentation that is not stored in the documentation file and show key 1151`internal-doc-file-name'; i.e., the etc/DOC file. With \\[universal-argument] prefix,
1149bindings. 1152or if `apropos-do-all' is non-nil, it searches all currently defined
1153documentation strings.
1154
1150Returns list of symbols and documentation found. 1155Returns list of symbols and documentation found.
1151 1156
1152\(fn PATTERN &optional DO-ALL)" t nil) 1157\(fn PATTERN &optional DO-ALL)" t nil)
1153 1158
1154;;;*** 1159;;;***
1155 1160
1156;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20119 1161;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20166
1157;;;;;; 34052)) 1162;;;;;; 6221))
1158;;; Generated autoloads from arc-mode.el 1163;;; Generated autoloads from arc-mode.el
1159 1164
1160(autoload 'archive-mode "arc-mode" "\ 1165(autoload 'archive-mode "arc-mode" "\
@@ -1245,8 +1250,8 @@ Entering array mode calls the function `array-mode-hook'.
1245 1250
1246;;;*** 1251;;;***
1247 1252
1248;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20119 1253;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20173
1249;;;;;; 34052)) 1254;;;;;; 2352))
1250;;; Generated autoloads from textmodes/artist.el 1255;;; Generated autoloads from textmodes/artist.el
1251 1256
1252(autoload 'artist-mode "artist" "\ 1257(autoload 'artist-mode "artist" "\
@@ -1555,7 +1560,7 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1555;;;*** 1560;;;***
1556 1561
1557;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1562;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1558;;;;;; (20119 34052)) 1563;;;;;; (20163 7340))
1559;;; Generated autoloads from progmodes/autoconf.el 1564;;; Generated autoloads from progmodes/autoconf.el
1560 1565
1561(autoload 'autoconf-mode "autoconf" "\ 1566(autoload 'autoconf-mode "autoconf" "\
@@ -1606,7 +1611,7 @@ insert a template for the file depending on the mode of the buffer.
1606 1611
1607;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1612;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1608;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1613;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1609;;;;;; (20119 34052)) 1614;;;;;; (20173 62431))
1610;;; Generated autoloads from emacs-lisp/autoload.el 1615;;; Generated autoloads from emacs-lisp/autoload.el
1611 1616
1612(put 'generated-autoload-file 'safe-local-variable 'stringp) 1617(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1657,7 +1662,7 @@ should be non-nil).
1657 1662
1658;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1663;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1659;;;;;; 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)
1660;;;;;; "autorevert" "autorevert.el" (20126 50846)) 1665;;;;;; "autorevert" "autorevert.el" (20168 40835))
1661;;; Generated autoloads from autorevert.el 1666;;; Generated autoloads from autorevert.el
1662 1667
1663(autoload 'auto-revert-mode "autorevert" "\ 1668(autoload 'auto-revert-mode "autorevert" "\
@@ -1856,7 +1861,7 @@ For non-interactive use see also `benchmark-run' and
1856;;;*** 1861;;;***
1857 1862
1858;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1863;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1859;;;;;; "bibtex" "textmodes/bibtex.el" (20119 34052)) 1864;;;;;; "bibtex" "textmodes/bibtex.el" (20173 62431))
1860;;; Generated autoloads from textmodes/bibtex.el 1865;;; Generated autoloads from textmodes/bibtex.el
1861 1866
1862(autoload 'bibtex-initialize "bibtex" "\ 1867(autoload 'bibtex-initialize "bibtex" "\
@@ -1957,10 +1962,11 @@ Major mode for editing BibTeX style files.
1957 1962
1958;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1963;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1959;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1964;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1960;;;;;; (20119 34052)) 1965;;;;;; (20175 42237))
1961;;; Generated autoloads from mail/binhex.el 1966;;; Generated autoloads from mail/binhex.el
1962 1967
1963(defconst binhex-begin-line "^:...............................................................$") 1968(defconst binhex-begin-line "^:...............................................................$" "\
1969Regular expression matching the start of a BinHex encoded region.")
1964 1970
1965(autoload 'binhex-decode-region-internal "binhex" "\ 1971(autoload 'binhex-decode-region-internal "binhex" "\
1966Binhex decode region between START and END without using an external program. 1972Binhex decode region between START and END without using an external program.
@@ -2104,7 +2110,7 @@ a reflection.
2104;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 2110;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2105;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 2111;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2106;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 2112;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2107;;;;;; "bookmark.el" (20119 34052)) 2113;;;;;; "bookmark.el" (20177 52156))
2108;;; Generated autoloads from bookmark.el 2114;;; Generated autoloads from bookmark.el
2109 (define-key ctl-x-r-map "b" 'bookmark-jump) 2115 (define-key ctl-x-r-map "b" 'bookmark-jump)
2110 (define-key ctl-x-r-map "m" 'bookmark-set) 2116 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2305,7 +2311,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2305;;;;;; 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
2306;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2312;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2307;;;;;; 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)
2308;;;;;; "browse-url" "net/browse-url.el" (20126 51279)) 2314;;;;;; "browse-url" "net/browse-url.el" (20168 40835))
2309;;; Generated autoloads from net/browse-url.el 2315;;; Generated autoloads from net/browse-url.el
2310 2316
2311(defvar browse-url-browser-function 'browse-url-default-browser "\ 2317(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2618,8 +2624,8 @@ from `browse-url-elinks-wrapper'.
2618 2624
2619;;;*** 2625;;;***
2620 2626
2621;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20119 2627;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20166
2622;;;;;; 34052)) 2628;;;;;; 6221))
2623;;; Generated autoloads from play/bruce.el 2629;;; Generated autoloads from play/bruce.el
2624 2630
2625(autoload 'bruce "bruce" "\ 2631(autoload 'bruce "bruce" "\
@@ -2635,7 +2641,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2635;;;*** 2641;;;***
2636 2642
2637;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2643;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2638;;;;;; "bs" "bs.el" (20140 44207)) 2644;;;;;; "bs" "bs.el" (20161 61915))
2639;;; Generated autoloads from bs.el 2645;;; Generated autoloads from bs.el
2640 2646
2641(autoload 'bs-cycle-next "bs" "\ 2647(autoload 'bs-cycle-next "bs" "\
@@ -2675,7 +2681,7 @@ name of buffer configuration.
2675 2681
2676;;;*** 2682;;;***
2677 2683
2678;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20119 34052)) 2684;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20166 6221))
2679;;; Generated autoloads from play/bubbles.el 2685;;; Generated autoloads from play/bubbles.el
2680 2686
2681(autoload 'bubbles "bubbles" "\ 2687(autoload 'bubbles "bubbles" "\
@@ -2721,7 +2727,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2721;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2727;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2722;;;;;; compile-defun byte-compile-file byte-recompile-directory 2728;;;;;; compile-defun byte-compile-file byte-recompile-directory
2723;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2729;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2724;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20119 34052)) 2730;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20177 52156))
2725;;; Generated autoloads from emacs-lisp/bytecomp.el 2731;;; Generated autoloads from emacs-lisp/bytecomp.el
2726(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2732(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2727(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2733(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2879,8 +2885,8 @@ from the cursor position.
2879 2885
2880;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2886;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2881;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2887;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2882;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20119 2888;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20173
2883;;;;;; 34052)) 2889;;;;;; 2352))
2884;;; Generated autoloads from calc/calc.el 2890;;; Generated autoloads from calc/calc.el
2885 (define-key ctl-x-map "*" 'calc-dispatch) 2891 (define-key ctl-x-map "*" 'calc-dispatch)
2886 2892
@@ -3097,7 +3103,7 @@ Obsoletes `c-forward-into-nomenclature'.
3097;;;*** 3103;;;***
3098 3104
3099;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3105;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3100;;;;;; (20139 28158)) 3106;;;;;; (20173 2352))
3101;;; Generated autoloads from progmodes/cc-engine.el 3107;;; Generated autoloads from progmodes/cc-engine.el
3102 3108
3103(autoload 'c-guess-basic-syntax "cc-engine" "\ 3109(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3209,7 +3215,7 @@ the absolute file name of the file if STYLE-NAME is nil.
3209 3215
3210;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode 3216;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
3211;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3217;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3212;;;;;; (20138 48832)) 3218;;;;;; (20168 40835))
3213;;; Generated autoloads from progmodes/cc-mode.el 3219;;; Generated autoloads from progmodes/cc-mode.el
3214 3220
3215(autoload 'c-initialize-cc-mode "cc-mode" "\ 3221(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3437,7 +3443,7 @@ and exists only for compatibility reasons.
3437 3443
3438;;;*** 3444;;;***
3439 3445
3440;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20139 28158)) 3446;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20167 36027))
3441;;; Generated autoloads from progmodes/cc-vars.el 3447;;; Generated autoloads from progmodes/cc-vars.el
3442(put 'c-basic-offset 'safe-local-variable 'integerp) 3448(put 'c-basic-offset 'safe-local-variable 'integerp)
3443(put 'c-backslash-column 'safe-local-variable 'integerp) 3449(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3708,7 +3714,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3708;;;*** 3714;;;***
3709 3715
3710;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" 3716;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3711;;;;;; (20119 34052)) 3717;;;;;; (20177 52156))
3712;;; Generated autoloads from emacs-lisp/cconv.el 3718;;; Generated autoloads from emacs-lisp/cconv.el
3713 3719
3714(autoload 'cconv-closure-convert "cconv" "\ 3720(autoload 'cconv-closure-convert "cconv" "\
@@ -3723,7 +3729,7 @@ Returns a form where all lambdas don't have any free variables.
3723;;;*** 3729;;;***
3724 3730
3725;;;### (autoloads (cfengine-auto-mode cfengine-mode cfengine3-mode) 3731;;;### (autoloads (cfengine-auto-mode cfengine-mode cfengine3-mode)
3726;;;;;; "cfengine" "progmodes/cfengine.el" (20119 34052)) 3732;;;;;; "cfengine" "progmodes/cfengine.el" (20168 40835))
3727;;; Generated autoloads from progmodes/cfengine.el 3733;;; Generated autoloads from progmodes/cfengine.el
3728 3734
3729(autoload 'cfengine3-mode "cfengine" "\ 3735(autoload 'cfengine3-mode "cfengine" "\
@@ -3778,7 +3784,7 @@ Returns non-nil if any false statements are found.
3778;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3784;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3779;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3785;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3780;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3786;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3781;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20127 23374)) 3787;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20168 40835))
3782;;; Generated autoloads from emacs-lisp/checkdoc.el 3788;;; Generated autoloads from emacs-lisp/checkdoc.el
3783(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3789(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3784(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3790(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -4067,7 +4073,7 @@ a future Emacs interpreter will be able to use it.")
4067;;;*** 4073;;;***
4068 4074
4069;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4075;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4070;;;;;; (20119 34052)) 4076;;;;;; (20172 34261))
4071;;; Generated autoloads from emacs-lisp/cl-indent.el 4077;;; Generated autoloads from emacs-lisp/cl-indent.el
4072 4078
4073(autoload 'common-lisp-indent-function "cl-indent" "\ 4079(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4187,7 +4193,7 @@ is run).
4187 4193
4188;;;*** 4194;;;***
4189 4195
4190;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20119 34052)) 4196;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20175 42237))
4191;;; Generated autoloads from color.el 4197;;; Generated autoloads from color.el
4192 4198
4193(autoload 'color-name-to-rgb "color" "\ 4199(autoload 'color-name-to-rgb "color" "\
@@ -4209,7 +4215,7 @@ If FRAME cannot display COLOR, return nil.
4209;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4215;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4210;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4216;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4211;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4217;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4212;;;;;; (20135 20784)) 4218;;;;;; (20169 56777))
4213;;; Generated autoloads from comint.el 4219;;; Generated autoloads from comint.el
4214 4220
4215(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4221(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4341,8 +4347,8 @@ on third call it again advances points to the next difference and so on.
4341;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4347;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4342;;;;;; compile compilation-disable-input compile-command compilation-search-path 4348;;;;;; compile compilation-disable-input compile-command compilation-search-path
4343;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4349;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4344;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20127 4350;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20167
4345;;;;;; 25602)) 4351;;;;;; 36027))
4346;;; Generated autoloads from progmodes/compile.el 4352;;; Generated autoloads from progmodes/compile.el
4347 4353
4348(defvar compilation-mode-hook nil "\ 4354(defvar compilation-mode-hook nil "\
@@ -4544,7 +4550,7 @@ Enable dynamic word-completion.
4544;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4550;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4545;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4551;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4546;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4552;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4547;;;;;; (20119 34052)) 4553;;;;;; (20177 52156))
4548;;; Generated autoloads from textmodes/conf-mode.el 4554;;; Generated autoloads from textmodes/conf-mode.el
4549 4555
4550(autoload 'conf-mode "conf-mode" "\ 4556(autoload 'conf-mode "conf-mode" "\
@@ -4772,7 +4778,7 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4772;;;*** 4778;;;***
4773 4779
4774;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4780;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4775;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20119 34052)) 4781;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20177 52156))
4776;;; Generated autoloads from progmodes/cperl-mode.el 4782;;; Generated autoloads from progmodes/cperl-mode.el
4777(put 'cperl-indent-level 'safe-local-variable 'integerp) 4783(put 'cperl-indent-level 'safe-local-variable 'integerp)
4778(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4784(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4990,7 +4996,7 @@ Edit display information for cpp conditionals.
4990;;;*** 4996;;;***
4991 4997
4992;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4998;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4993;;;;;; (20140 44288)) 4999;;;;;; (20161 61915))
4994;;; Generated autoloads from emulation/crisp.el 5000;;; Generated autoloads from emulation/crisp.el
4995 5001
4996(defvar crisp-mode nil "\ 5002(defvar crisp-mode nil "\
@@ -5123,7 +5129,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5123;;;;;; customize-mode customize customize-push-and-save customize-save-variable 5129;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5124;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically 5130;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5125;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) 5131;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5126;;;;;; "cus-edit" "cus-edit.el" (20119 34052)) 5132;;;;;; "cus-edit" "cus-edit.el" (20179 5306))
5127;;; Generated autoloads from cus-edit.el 5133;;; Generated autoloads from cus-edit.el
5128 5134
5129(defvar custom-browse-sort-alphabetically nil "\ 5135(defvar custom-browse-sort-alphabetically nil "\
@@ -5472,7 +5478,7 @@ omitted, a buffer named *Custom Themes* is used.
5472;;;*** 5478;;;***
5473 5479
5474;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5480;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5475;;;;;; (20119 34052)) 5481;;;;;; (20173 62431))
5476;;; Generated autoloads from vc/cvs-status.el 5482;;; Generated autoloads from vc/cvs-status.el
5477 5483
5478(autoload 'cvs-status-mode "cvs-status" "\ 5484(autoload 'cvs-status-mode "cvs-status" "\
@@ -5483,7 +5489,7 @@ Mode used for cvs status output.
5483;;;*** 5489;;;***
5484 5490
5485;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5491;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5486;;;;;; "cwarn" "progmodes/cwarn.el" (20119 34052)) 5492;;;;;; "cwarn" "progmodes/cwarn.el" (20168 40835))
5487;;; Generated autoloads from progmodes/cwarn.el 5493;;; Generated autoloads from progmodes/cwarn.el
5488 5494
5489(autoload 'cwarn-mode "cwarn" "\ 5495(autoload 'cwarn-mode "cwarn" "\
@@ -5608,7 +5614,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5608;;;*** 5614;;;***
5609 5615
5610;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5616;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5611;;;;;; (20119 34052)) 5617;;;;;; (20168 40835))
5612;;; Generated autoloads from cedet/data-debug.el 5618;;; Generated autoloads from cedet/data-debug.el
5613 5619
5614(autoload 'data-debug-new-buffer "data-debug" "\ 5620(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5618,8 +5624,8 @@ Create a new data-debug buffer with NAME.
5618 5624
5619;;;*** 5625;;;***
5620 5626
5621;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20119 5627;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20177
5622;;;;;; 34052)) 5628;;;;;; 52156))
5623;;; Generated autoloads from net/dbus.el 5629;;; Generated autoloads from net/dbus.el
5624 5630
5625(autoload 'dbus-handle-event "dbus" "\ 5631(autoload 'dbus-handle-event "dbus" "\
@@ -5632,8 +5638,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5632 5638
5633;;;*** 5639;;;***
5634 5640
5635;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20119 5641;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20163
5636;;;;;; 34052)) 5642;;;;;; 6516))
5637;;; Generated autoloads from progmodes/dcl-mode.el 5643;;; Generated autoloads from progmodes/dcl-mode.el
5638 5644
5639(autoload 'dcl-mode "dcl-mode" "\ 5645(autoload 'dcl-mode "dcl-mode" "\
@@ -5804,7 +5810,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5804;;;*** 5810;;;***
5805 5811
5806;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5812;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5807;;;;;; (20119 34052)) 5813;;;;;; (20166 6221))
5808;;; Generated autoloads from play/decipher.el 5814;;; Generated autoloads from play/decipher.el
5809 5815
5810(autoload 'decipher "decipher" "\ 5816(autoload 'decipher "decipher" "\
@@ -5833,8 +5839,8 @@ The most useful commands are:
5833;;;*** 5839;;;***
5834 5840
5835;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5841;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5836;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20119 5842;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20154
5837;;;;;; 34052)) 5843;;;;;; 8214))
5838;;; Generated autoloads from delim-col.el 5844;;; Generated autoloads from delim-col.el
5839 5845
5840(autoload 'delimit-columns-customize "delim-col" "\ 5846(autoload 'delimit-columns-customize "delim-col" "\
@@ -5858,8 +5864,8 @@ START and END delimits the corners of text rectangle.
5858 5864
5859;;;*** 5865;;;***
5860 5866
5861;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20119 5867;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20154
5862;;;;;; 34052)) 5868;;;;;; 8214))
5863;;; Generated autoloads from progmodes/delphi.el 5869;;; Generated autoloads from progmodes/delphi.el
5864 5870
5865(autoload 'delphi-mode "delphi" "\ 5871(autoload 'delphi-mode "delphi" "\
@@ -6008,7 +6014,7 @@ the first time the mode is used.
6008;;;*** 6014;;;***
6009 6015
6010;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6016;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6011;;;;;; "descr-text.el" (20127 27092)) 6017;;;;;; "descr-text.el" (20169 56777))
6012;;; Generated autoloads from descr-text.el 6018;;; Generated autoloads from descr-text.el
6013 6019
6014(autoload 'describe-text-properties "descr-text" "\ 6020(autoload 'describe-text-properties "descr-text" "\
@@ -6036,7 +6042,7 @@ as well as widgets, buttons, overlays, and text properties.
6036;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6042;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6037;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6043;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6038;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6044;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6039;;;;;; "desktop.el" (20126 50898)) 6045;;;;;; "desktop.el" (20166 6221))
6040;;; Generated autoloads from desktop.el 6046;;; Generated autoloads from desktop.el
6041 6047
6042(defvar desktop-save-mode nil "\ 6048(defvar desktop-save-mode nil "\
@@ -6256,7 +6262,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6256;;;*** 6262;;;***
6257 6263
6258;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6264;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6259;;;;;; "calendar/diary-lib.el" (20119 34052)) 6265;;;;;; "calendar/diary-lib.el" (20168 40835))
6260;;; Generated autoloads from calendar/diary-lib.el 6266;;; Generated autoloads from calendar/diary-lib.el
6261 6267
6262(autoload 'diary "diary-lib" "\ 6268(autoload 'diary "diary-lib" "\
@@ -6343,7 +6349,7 @@ This requires the external program `diff' to be in your `exec-path'.
6343;;;*** 6349;;;***
6344 6350
6345;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6351;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6346;;;;;; (20127 23725)) 6352;;;;;; (20180 63728))
6347;;; Generated autoloads from vc/diff-mode.el 6353;;; Generated autoloads from vc/diff-mode.el
6348 6354
6349(autoload 'diff-mode "diff-mode" "\ 6355(autoload 'diff-mode "diff-mode" "\
@@ -6387,7 +6393,7 @@ Optional arguments are passed to `dig-invoke'.
6387;;;*** 6393;;;***
6388 6394
6389;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6395;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6390;;;;;; dired dired-listing-switches) "dired" "dired.el" (20140 44600)) 6396;;;;;; dired dired-listing-switches) "dired" "dired.el" (20167 36027))
6391;;; Generated autoloads from dired.el 6397;;; Generated autoloads from dired.el
6392 6398
6393(defvar dired-listing-switches (purecopy "-al") "\ 6399(defvar dired-listing-switches (purecopy "-al") "\
@@ -6742,8 +6748,8 @@ Locate SOA record and increment the serial field.
6742;;;*** 6748;;;***
6743 6749
6744;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe 6750;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6745;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20139 6751;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20173
6746;;;;;; 28158)) 6752;;;;;; 2352))
6747;;; Generated autoloads from doc-view.el 6753;;; Generated autoloads from doc-view.el
6748 6754
6749(autoload 'doc-view-mode-p "doc-view" "\ 6755(autoload 'doc-view-mode-p "doc-view" "\
@@ -6827,7 +6833,7 @@ Switch to *dungeon* buffer and start game.
6827 6833
6828;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6834;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6829;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6835;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6830;;;;;; "emacs-lisp/easy-mmode.el" (20136 49226)) 6836;;;;;; "emacs-lisp/easy-mmode.el" (20179 6242))
6831;;; Generated autoloads from emacs-lisp/easy-mmode.el 6837;;; Generated autoloads from emacs-lisp/easy-mmode.el
6832 6838
6833(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6839(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7093,7 +7099,7 @@ To implement dynamic menus, either call this from
7093;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7099;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7094;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7100;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7095;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7101;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7096;;;;;; "progmodes/ebnf2ps.el" (20119 34052)) 7102;;;;;; "progmodes/ebnf2ps.el" (20166 6221))
7097;;; Generated autoloads from progmodes/ebnf2ps.el 7103;;; Generated autoloads from progmodes/ebnf2ps.el
7098 7104
7099(autoload 'ebnf-customize "ebnf2ps" "\ 7105(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7564,7 +7570,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7564 7570
7565;;;*** 7571;;;***
7566 7572
7567;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20131 35255)) 7573;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20168 40835))
7568;;; Generated autoloads from cedet/ede.el 7574;;; Generated autoloads from cedet/ede.el
7569 7575
7570(defvar global-ede-mode nil "\ 7576(defvar global-ede-mode nil "\
@@ -7591,7 +7597,7 @@ an EDE controlled project.
7591 7597
7592;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7598;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7593;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7599;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7594;;;;;; "emacs-lisp/edebug.el" (20119 34052)) 7600;;;;;; "emacs-lisp/edebug.el" (20166 6221))
7595;;; Generated autoloads from emacs-lisp/edebug.el 7601;;; Generated autoloads from emacs-lisp/edebug.el
7596 7602
7597(defvar edebug-all-defs nil "\ 7603(defvar edebug-all-defs nil "\
@@ -7896,7 +7902,7 @@ With optional NODE, goes to that node.
7896;;;*** 7902;;;***
7897 7903
7898;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7904;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7899;;;;;; (20119 34052)) 7905;;;;;; (20177 52156))
7900;;; Generated autoloads from vc/ediff-help.el 7906;;; Generated autoloads from vc/ediff-help.el
7901 7907
7902(autoload 'ediff-customize "ediff-help" "\ 7908(autoload 'ediff-customize "ediff-help" "\
@@ -7907,7 +7913,7 @@ With optional NODE, goes to that node.
7907;;;*** 7913;;;***
7908 7914
7909;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7915;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7910;;;;;; (20119 34052)) 7916;;;;;; (20169 56777))
7911;;; Generated autoloads from vc/ediff-mult.el 7917;;; Generated autoloads from vc/ediff-mult.el
7912 7918
7913(autoload 'ediff-show-registry "ediff-mult" "\ 7919(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7920,7 +7926,7 @@ Display Ediff's registry.
7920;;;*** 7926;;;***
7921 7927
7922;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7928;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7923;;;;;; "ediff-util" "vc/ediff-util.el" (20140 44390)) 7929;;;;;; "ediff-util" "vc/ediff-util.el" (20175 42237))
7924;;; Generated autoloads from vc/ediff-util.el 7930;;; Generated autoloads from vc/ediff-util.el
7925 7931
7926(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7932(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7990,7 +7996,7 @@ or nil, use a compact 80-column format.
7990;;;*** 7996;;;***
7991 7997
7992;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7998;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7993;;;;;; "emulation/edt.el" (20140 44303)) 7999;;;;;; "emulation/edt.el" (20154 8214))
7994;;; Generated autoloads from emulation/edt.el 8000;;; Generated autoloads from emulation/edt.el
7995 8001
7996(autoload 'edt-set-scroll-margins "edt" "\ 8002(autoload 'edt-set-scroll-margins "edt" "\
@@ -8045,7 +8051,7 @@ BUFFER is put back into its original major mode.
8045;;;*** 8051;;;***
8046 8052
8047;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8053;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8048;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20127 23532)) 8054;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20161 61915))
8049;;; Generated autoloads from emacs-lisp/eldoc.el 8055;;; Generated autoloads from emacs-lisp/eldoc.el
8050 8056
8051(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8057(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8092,11 +8098,15 @@ Emacs Lisp mode) that support ElDoc.")
8092;;;*** 8098;;;***
8093 8099
8094;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 8100;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8095;;;;;; "electric" "electric.el" (20126 50965)) 8101;;;;;; "electric" "electric.el" (20168 40835))
8096;;; Generated autoloads from electric.el 8102;;; Generated autoloads from electric.el
8097 8103
8098(defvar electric-indent-chars '(10) "\ 8104(defvar electric-indent-chars '(10) "\
8099Characters that should cause automatic reindentation.") 8105Characters that should cause automatic reindentation.
8106Each entry of the list can be either a character or a cons of the
8107form (CHAR . PREDICATE) which means that CHAR should cause reindentation
8108only if PREDICATE returns non-nil. PREDICATE is called with no arguments
8109and with point before the inserted char.")
8100 8110
8101(defvar electric-indent-mode nil "\ 8111(defvar electric-indent-mode nil "\
8102Non-nil if Electric-Indent mode is enabled. 8112Non-nil if Electric-Indent mode is enabled.
@@ -8174,7 +8184,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8174 8184
8175;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 8185;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8176;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 8186;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8177;;;;;; (20119 34052)) 8187;;;;;; (20173 2352))
8178;;; Generated autoloads from emacs-lisp/elint.el 8188;;; Generated autoloads from emacs-lisp/elint.el
8179 8189
8180(autoload 'elint-file "elint" "\ 8190(autoload 'elint-file "elint" "\
@@ -8682,7 +8692,7 @@ Minor mode to hook EasyPG into Mail mode.
8682 8692
8683;;;*** 8693;;;***
8684 8694
8685;;;### (autoloads (epg-make-context) "epg" "epg.el" (20119 34052)) 8695;;;### (autoloads (epg-make-context) "epg" "epg.el" (20173 2352))
8686;;; Generated autoloads from epg.el 8696;;; Generated autoloads from epg.el
8687 8697
8688(autoload 'epg-make-context "epg" "\ 8698(autoload 'epg-make-context "epg" "\
@@ -8714,7 +8724,7 @@ Look at CONFIG and try to expand GROUP.
8714;;;*** 8724;;;***
8715 8725
8716;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8726;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8717;;;;;; "erc/erc.el" (20127 26333)) 8727;;;;;; "erc/erc.el" (20173 2352))
8718;;; Generated autoloads from erc/erc.el 8728;;; Generated autoloads from erc/erc.el
8719 8729
8720(autoload 'erc-select-read-args "erc" "\ 8730(autoload 'erc-select-read-args "erc" "\
@@ -8756,8 +8766,8 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8756 8766
8757;;;*** 8767;;;***
8758 8768
8759;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20119 8769;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20161
8760;;;;;; 34052)) 8770;;;;;; 61915))
8761;;; Generated autoloads from erc/erc-autoaway.el 8771;;; Generated autoloads from erc/erc-autoaway.el
8762 (autoload 'erc-autoaway-mode "erc-autoaway") 8772 (autoload 'erc-autoaway-mode "erc-autoaway")
8763 8773
@@ -8782,7 +8792,7 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8782;;;*** 8792;;;***
8783 8793
8784;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8794;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8785;;;;;; "erc-dcc" "erc/erc-dcc.el" (20119 34052)) 8795;;;;;; "erc-dcc" "erc/erc-dcc.el" (20179 27641))
8786;;; Generated autoloads from erc/erc-dcc.el 8796;;; Generated autoloads from erc/erc-dcc.el
8787 (autoload 'erc-dcc-mode "erc-dcc") 8797 (autoload 'erc-dcc-mode "erc-dcc")
8788 8798
@@ -8936,7 +8946,7 @@ system.
8936;;;*** 8946;;;***
8937 8947
8938;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8948;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8939;;;;;; "erc/erc-log.el" (20119 34052)) 8949;;;;;; "erc/erc-log.el" (20168 40835))
8940;;; Generated autoloads from erc/erc-log.el 8950;;; Generated autoloads from erc/erc-log.el
8941 (autoload 'erc-log-mode "erc-log" nil t) 8951 (autoload 'erc-log-mode "erc-log" nil t)
8942 8952
@@ -8968,7 +8978,7 @@ You can save every individual message by putting this function on
8968;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8978;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8969;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8979;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8970;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8980;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8971;;;;;; (20119 34052)) 8981;;;;;; (20168 40835))
8972;;; Generated autoloads from erc/erc-match.el 8982;;; Generated autoloads from erc/erc-match.el
8973 (autoload 'erc-match-mode "erc-match") 8983 (autoload 'erc-match-mode "erc-match")
8974 8984
@@ -9051,13 +9061,13 @@ Interactively select a server to connect to using `erc-server-alist'.
9051;;;*** 9061;;;***
9052 9062
9053;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9063;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9054;;;;;; "erc/erc-notify.el" (20119 34052)) 9064;;;;;; "erc/erc-notify.el" (20161 61915))
9055;;; Generated autoloads from erc/erc-notify.el 9065;;; Generated autoloads from erc/erc-notify.el
9056 (autoload 'erc-notify-mode "erc-notify" nil t) 9066 (autoload 'erc-notify-mode "erc-notify" nil t)
9057 9067
9058(autoload 'erc-cmd-NOTIFY "erc-notify" "\ 9068(autoload 'erc-cmd-NOTIFY "erc-notify" "\
9059Change `erc-notify-list' or list current notify-list members online. 9069Change `erc-notify-list' or list current notify-list members online.
9060Without args, list the current list of notificated people online, 9070Without args, list the current list of notified people online,
9061with args, toggle notify status of people. 9071with args, toggle notify status of people.
9062 9072
9063\(fn &rest ARGS)" nil nil) 9073\(fn &rest ARGS)" nil nil)
@@ -9144,7 +9154,7 @@ This will add a speedbar major display mode.
9144;;;*** 9154;;;***
9145 9155
9146;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9156;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9147;;;;;; (20127 26257)) 9157;;;;;; (20168 40835))
9148;;; Generated autoloads from erc/erc-track.el 9158;;; Generated autoloads from erc/erc-track.el
9149 9159
9150(defvar erc-track-minor-mode nil "\ 9160(defvar erc-track-minor-mode nil "\
@@ -9203,7 +9213,7 @@ Add a file to `erc-xdcc-files'.
9203 9213
9204;;;### (autoloads (ert-describe-test ert-run-tests-interactively 9214;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9205;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) 9215;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9206;;;;;; "ert" "emacs-lisp/ert.el" (20123 28776)) 9216;;;;;; "ert" "emacs-lisp/ert.el" (20168 40835))
9207;;; Generated autoloads from emacs-lisp/ert.el 9217;;; Generated autoloads from emacs-lisp/ert.el
9208 9218
9209(autoload 'ert-deftest "ert" "\ 9219(autoload 'ert-deftest "ert" "\
@@ -9285,8 +9295,8 @@ Kill all test buffers that are still live.
9285 9295
9286;;;*** 9296;;;***
9287 9297
9288;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20119 9298;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20166
9289;;;;;; 34052)) 9299;;;;;; 6221))
9290;;; Generated autoloads from eshell/esh-mode.el 9300;;; Generated autoloads from eshell/esh-mode.el
9291 9301
9292(autoload 'eshell-mode "esh-mode" "\ 9302(autoload 'eshell-mode "esh-mode" "\
@@ -9340,7 +9350,7 @@ corresponding to a successful execution.
9340;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9350;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9341;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9351;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9342;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9352;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9343;;;;;; (20119 34052)) 9353;;;;;; (20168 40835))
9344;;; Generated autoloads from progmodes/etags.el 9354;;; Generated autoloads from progmodes/etags.el
9345 9355
9346(defvar tags-file-name nil "\ 9356(defvar tags-file-name nil "\
@@ -9658,7 +9668,7 @@ for \\[find-tag] (which see).
9658;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9668;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9659;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9669;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9660;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9670;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9661;;;;;; (20119 34052)) 9671;;;;;; (20175 42237))
9662;;; Generated autoloads from language/ethio-util.el 9672;;; Generated autoloads from language/ethio-util.el
9663 9673
9664(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9674(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9920,7 +9930,7 @@ Display a button for the JPEG DATA.
9920;;;*** 9930;;;***
9921 9931
9922;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9932;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9923;;;;;; "eudc-export" "net/eudc-export.el" (20119 34052)) 9933;;;;;; "eudc-export" "net/eudc-export.el" (20175 42237))
9924;;; Generated autoloads from net/eudc-export.el 9934;;; Generated autoloads from net/eudc-export.el
9925 9935
9926(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9936(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9937,7 +9947,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9937;;;*** 9947;;;***
9938 9948
9939;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9949;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9940;;;;;; (20119 34052)) 9950;;;;;; (20163 6516))
9941;;; Generated autoloads from net/eudc-hotlist.el 9951;;; Generated autoloads from net/eudc-hotlist.el
9942 9952
9943(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9953(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9977,7 +9987,7 @@ fourth arg NOSEP non-nil inhibits this.
9977;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9987;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9978;;;;;; executable-self-display executable-set-magic executable-interpret 9988;;;;;; executable-self-display executable-set-magic executable-interpret
9979;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9989;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9980;;;;;; (20119 34052)) 9990;;;;;; (20161 61915))
9981;;; Generated autoloads from progmodes/executable.el 9991;;; Generated autoloads from progmodes/executable.el
9982 9992
9983(autoload 'executable-command-find-posix-p "executable" "\ 9993(autoload 'executable-command-find-posix-p "executable" "\
@@ -10020,18 +10030,18 @@ file modes.
10020 10030
10021;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10031;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10022;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 10032;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10023;;;;;; (20119 34052)) 10033;;;;;; (20164 31636))
10024;;; Generated autoloads from expand.el 10034;;; Generated autoloads from expand.el
10025 10035
10026(autoload 'expand-add-abbrevs "expand" "\ 10036(autoload 'expand-add-abbrevs "expand" "\
10027Add a list of abbrev to abbrev table TABLE. 10037Add a list of abbreviations to abbrev table TABLE.
10028ABBREVS is a list of abbrev definitions; each abbrev description entry 10038ABBREVS is a list of abbrev definitions; each abbrev description entry
10029has the form (ABBREV EXPANSION ARG). 10039has the form (ABBREV EXPANSION ARG).
10030 10040
10031ABBREV is the abbreviation to replace. 10041ABBREV is the abbreviation to replace.
10032 10042
10033EXPANSION is the replacement string or a function which will make the 10043EXPANSION is the replacement string or a function which will make the
10034expansion. For example you, could use the DMacros or skeleton packages 10044expansion. For example, you could use the DMacros or skeleton packages
10035to generate such functions. 10045to generate such functions.
10036 10046
10037ARG is an optional argument which can be a number or a list of 10047ARG is an optional argument which can be a number or a list of
@@ -10069,7 +10079,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10069 10079
10070;;;*** 10080;;;***
10071 10081
10072;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20119 34052)) 10082;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20177 52156))
10073;;; Generated autoloads from progmodes/f90.el 10083;;; Generated autoloads from progmodes/f90.el
10074 10084
10075(autoload 'f90-mode "f90" "\ 10085(autoload 'f90-mode "f90" "\
@@ -10280,7 +10290,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10280 10290
10281;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10291;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10282;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10292;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10283;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20119 34052)) 10293;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20173 2352))
10284;;; Generated autoloads from mail/feedmail.el 10294;;; Generated autoloads from mail/feedmail.el
10285 10295
10286(autoload 'feedmail-send-it "feedmail" "\ 10296(autoload 'feedmail-send-it "feedmail" "\
@@ -10334,7 +10344,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10334;;;*** 10344;;;***
10335 10345
10336;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10346;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10337;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20119 34052)) 10347;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20166 6221))
10338;;; Generated autoloads from ffap.el 10348;;; Generated autoloads from ffap.el
10339 10349
10340(autoload 'ffap-next "ffap" "\ 10350(autoload 'ffap-next "ffap" "\
@@ -10458,7 +10468,7 @@ the name is considered already unique; only the second substitution
10458;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10468;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10459;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 10469;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10460;;;;;; add-file-local-variable-prop-line delete-file-local-variable 10470;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10461;;;;;; add-file-local-variable) "files-x" "files-x.el" (20119 34052)) 10471;;;;;; add-file-local-variable) "files-x" "files-x.el" (20167 36027))
10462;;; Generated autoloads from files-x.el 10472;;; Generated autoloads from files-x.el
10463 10473
10464(autoload 'add-file-local-variable "files-x" "\ 10474(autoload 'add-file-local-variable "files-x" "\
@@ -10523,8 +10533,8 @@ Copy directory-local variables to the -*- line.
10523 10533
10524;;;*** 10534;;;***
10525 10535
10526;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20119 10536;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20177
10527;;;;;; 34052)) 10537;;;;;; 52156))
10528;;; Generated autoloads from filesets.el 10538;;; Generated autoloads from filesets.el
10529 10539
10530(autoload 'filesets-init "filesets" "\ 10540(autoload 'filesets-init "filesets" "\
@@ -10689,7 +10699,7 @@ Visit the file you click on in another window.
10689;;;;;; find-variable find-variable-noselect find-function-other-frame 10699;;;;;; find-variable find-variable-noselect find-function-other-frame
10690;;;;;; find-function-other-window find-function find-function-noselect 10700;;;;;; find-function-other-window find-function find-function-noselect
10691;;;;;; find-function-search-for-symbol find-library) "find-func" 10701;;;;;; find-function-search-for-symbol find-library) "find-func"
10692;;;;;; "emacs-lisp/find-func.el" (20119 34052)) 10702;;;;;; "emacs-lisp/find-func.el" (20153 18814))
10693;;; Generated autoloads from emacs-lisp/find-func.el 10703;;; Generated autoloads from emacs-lisp/find-func.el
10694 10704
10695(autoload 'find-library "find-func" "\ 10705(autoload 'find-library "find-func" "\
@@ -10958,14 +10968,14 @@ Turn flymake mode off.
10958 10968
10959;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10969;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10960;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10970;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10961;;;;;; "flyspell" "textmodes/flyspell.el" (20139 33526)) 10971;;;;;; "flyspell" "textmodes/flyspell.el" (20175 42237))
10962;;; Generated autoloads from textmodes/flyspell.el 10972;;; Generated autoloads from textmodes/flyspell.el
10963 10973
10964(autoload 'flyspell-prog-mode "flyspell" "\ 10974(autoload 'flyspell-prog-mode "flyspell" "\
10965Turn on `flyspell-mode' for comments and strings. 10975Turn on `flyspell-mode' for comments and strings.
10966 10976
10967\(fn)" t nil) 10977\(fn)" t nil)
10968(defvar flyspell-mode nil) 10978(defvar flyspell-mode nil "Non-nil if Flyspell mode is enabled.")
10969 10979
10970(autoload 'flyspell-mode "flyspell" "\ 10980(autoload 'flyspell-mode "flyspell" "\
10971Toggle on-the-fly spell checking (Flyspell mode). 10981Toggle on-the-fly spell checking (Flyspell mode).
@@ -11030,7 +11040,7 @@ Flyspell whole buffer.
11030 11040
11031;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11041;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11032;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11042;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11033;;;;;; (20140 43930)) 11043;;;;;; (20177 52156))
11034;;; Generated autoloads from follow.el 11044;;; Generated autoloads from follow.el
11035 11045
11036(autoload 'turn-on-follow-mode "follow" "\ 11046(autoload 'turn-on-follow-mode "follow" "\
@@ -11106,8 +11116,8 @@ in your `~/.emacs' file, replacing [f7] by your favorite key:
11106 11116
11107;;;*** 11117;;;***
11108 11118
11109;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20127 11119;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20169
11110;;;;;; 26006)) 11120;;;;;; 56777))
11111;;; Generated autoloads from mail/footnote.el 11121;;; Generated autoloads from mail/footnote.el
11112 11122
11113(autoload 'footnote-mode "footnote" "\ 11123(autoload 'footnote-mode "footnote" "\
@@ -11126,7 +11136,7 @@ play around with the following keys:
11126;;;*** 11136;;;***
11127 11137
11128;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11138;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11129;;;;;; "forms" "forms.el" (20119 34052)) 11139;;;;;; "forms" "forms.el" (20168 40835))
11130;;; Generated autoloads from forms.el 11140;;; Generated autoloads from forms.el
11131 11141
11132(autoload 'forms-mode "forms" "\ 11142(autoload 'forms-mode "forms" "\
@@ -11163,7 +11173,7 @@ Visit a file in Forms mode in other window.
11163;;;*** 11173;;;***
11164 11174
11165;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11175;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11166;;;;;; (20140 44048)) 11176;;;;;; (20177 52156))
11167;;; Generated autoloads from progmodes/fortran.el 11177;;; Generated autoloads from progmodes/fortran.el
11168 11178
11169(autoload 'fortran-mode "fortran" "\ 11179(autoload 'fortran-mode "fortran" "\
@@ -11241,7 +11251,7 @@ with no args, if that value is non-nil.
11241;;;*** 11251;;;***
11242 11252
11243;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11253;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11244;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20119 34052)) 11254;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20166 6221))
11245;;; Generated autoloads from play/fortune.el 11255;;; Generated autoloads from play/fortune.el
11246 11256
11247(autoload 'fortune-add-fortune "fortune" "\ 11257(autoload 'fortune-add-fortune "fortune" "\
@@ -11290,7 +11300,7 @@ and choose the directory as the fortune-file.
11290;;;*** 11300;;;***
11291 11301
11292;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 11302;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11293;;;;;; (20140 44067)) 11303;;;;;; (20181 58699))
11294;;; Generated autoloads from progmodes/gdb-mi.el 11304;;; Generated autoloads from progmodes/gdb-mi.el
11295 11305
11296(defvar gdb-enable-debug nil "\ 11306(defvar gdb-enable-debug nil "\
@@ -11449,7 +11459,7 @@ at places they belong to.
11449 11459
11450;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11460;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11451;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11461;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11452;;;;;; (20119 34052)) 11462;;;;;; (20175 42237))
11453;;; Generated autoloads from gnus/gmm-utils.el 11463;;; Generated autoloads from gnus/gmm-utils.el
11454 11464
11455(autoload 'gmm-regexp-concat "gmm-utils" "\ 11465(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11504,7 +11514,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11504;;;*** 11514;;;***
11505 11515
11506;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11516;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11507;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20119 34052)) 11517;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20166 6221))
11508;;; Generated autoloads from gnus/gnus.el 11518;;; Generated autoloads from gnus/gnus.el
11509(when (fboundp 'custom-autoload) 11519(when (fboundp 'custom-autoload)
11510 (custom-autoload 'gnus-select-method "gnus")) 11520 (custom-autoload 'gnus-select-method "gnus"))
@@ -11557,7 +11567,7 @@ prompt the user for the name of an NNTP server to use.
11557;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11567;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11558;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11568;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11559;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11569;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11560;;;;;; "gnus/gnus-agent.el" (20119 34052)) 11570;;;;;; "gnus/gnus-agent.el" (20168 40835))
11561;;; Generated autoloads from gnus/gnus-agent.el 11571;;; Generated autoloads from gnus/gnus-agent.el
11562 11572
11563(autoload 'gnus-unplugged "gnus-agent" "\ 11573(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11648,7 +11658,7 @@ If CLEAN, obsolete (ignore).
11648;;;*** 11658;;;***
11649 11659
11650;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11660;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11651;;;;;; (20119 34052)) 11661;;;;;; (20181 58699))
11652;;; Generated autoloads from gnus/gnus-art.el 11662;;; Generated autoloads from gnus/gnus-art.el
11653 11663
11654(autoload 'gnus-article-prepare-display "gnus-art" "\ 11664(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11763,7 +11773,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11763;;;*** 11773;;;***
11764 11774
11765;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11775;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11766;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20119 34052)) 11776;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20161 61915))
11767;;; Generated autoloads from gnus/gnus-diary.el 11777;;; Generated autoloads from gnus/gnus-diary.el
11768 11778
11769(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11779(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11779,7 +11789,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11779;;;*** 11789;;;***
11780 11790
11781;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11791;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11782;;;;;; (20119 34052)) 11792;;;;;; (20167 36027))
11783;;; Generated autoloads from gnus/gnus-dired.el 11793;;; Generated autoloads from gnus/gnus-dired.el
11784 11794
11785(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11795(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11866,7 +11876,7 @@ If gravatars are already displayed, remove them.
11866;;;*** 11876;;;***
11867 11877
11868;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11878;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11869;;;;;; "gnus-group" "gnus/gnus-group.el" (20119 34052)) 11879;;;;;; "gnus-group" "gnus/gnus-group.el" (20179 5306))
11870;;; Generated autoloads from gnus/gnus-group.el 11880;;; Generated autoloads from gnus/gnus-group.el
11871 11881
11872(autoload 'gnus-fetch-group "gnus-group" "\ 11882(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12162,7 +12172,7 @@ Add NUM into sorted LIST by side effect.
12162;;;*** 12172;;;***
12163 12173
12164;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12174;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12165;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20124 52030)) 12175;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20146 43754))
12166;;; Generated autoloads from gnus/gnus-registry.el 12176;;; Generated autoloads from gnus/gnus-registry.el
12167 12177
12168(autoload 'gnus-registry-initialize "gnus-registry" "\ 12178(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12218,7 +12228,7 @@ Update the format specification near point.
12218;;;*** 12228;;;***
12219 12229
12220;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 12230;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12221;;;;;; (20119 34052)) 12231;;;;;; (20177 52156))
12222;;; Generated autoloads from gnus/gnus-start.el 12232;;; Generated autoloads from gnus/gnus-start.el
12223 12233
12224(autoload 'gnus-declare-backend "gnus-start" "\ 12234(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12229,7 +12239,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12229;;;*** 12239;;;***
12230 12240
12231;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 12241;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12232;;;;;; (20119 34052)) 12242;;;;;; (20173 2352))
12233;;; Generated autoloads from gnus/gnus-sum.el 12243;;; Generated autoloads from gnus/gnus-sum.el
12234 12244
12235(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12245(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12257,7 +12267,7 @@ Install the sync hooks.
12257;;;*** 12267;;;***
12258 12268
12259;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12269;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12260;;;;;; (20119 34052)) 12270;;;;;; (20161 61915))
12261;;; Generated autoloads from gnus/gnus-win.el 12271;;; Generated autoloads from gnus/gnus-win.el
12262 12272
12263(autoload 'gnus-add-configuration "gnus-win" "\ 12273(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12268,7 +12278,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12268;;;*** 12278;;;***
12269 12279
12270;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" 12280;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12271;;;;;; (20119 34052)) 12281;;;;;; (20175 42237))
12272;;; Generated autoloads from net/gnutls.el 12282;;; Generated autoloads from net/gnutls.el
12273 12283
12274(defvar gnutls-min-prime-bits nil "\ 12284(defvar gnutls-min-prime-bits nil "\
@@ -12284,7 +12294,7 @@ A value of nil says to use the default gnutls value.")
12284 12294
12285;;;*** 12295;;;***
12286 12296
12287;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20119 34052)) 12297;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20177 52156))
12288;;; Generated autoloads from play/gomoku.el 12298;;; Generated autoloads from play/gomoku.el
12289 12299
12290(autoload 'gomoku "gomoku" "\ 12300(autoload 'gomoku "gomoku" "\
@@ -12369,7 +12379,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12369 12379
12370;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12380;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12371;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12381;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12372;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20119 34052)) 12382;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20175 42237))
12373;;; Generated autoloads from progmodes/grep.el 12383;;; Generated autoloads from progmodes/grep.el
12374 12384
12375(defvar grep-window-height nil "\ 12385(defvar grep-window-height nil "\
@@ -12427,9 +12437,11 @@ Any other value means to use `find -print' and `xargs'.
12427 12437
12428This variable's value takes effect when `grep-compute-defaults' is called.") 12438This variable's value takes effect when `grep-compute-defaults' is called.")
12429 12439
12430(defvar grep-history nil) 12440(defvar grep-history nil "\
12441History list for grep.")
12431 12442
12432(defvar grep-find-history nil) 12443(defvar grep-find-history nil "\
12444History list for grep-find.")
12433 12445
12434(autoload 'grep-process-setup "grep" "\ 12446(autoload 'grep-process-setup "grep" "\
12435Setup compilation variables and buffer for `grep'. 12447Setup compilation variables and buffer for `grep'.
@@ -12540,7 +12552,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12540;;;*** 12552;;;***
12541 12553
12542;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12554;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12543;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20127 25495)) 12555;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20177 52156))
12544;;; Generated autoloads from progmodes/gud.el 12556;;; Generated autoloads from progmodes/gud.el
12545 12557
12546(autoload 'gud-gdb "gud" "\ 12558(autoload 'gud-gdb "gud" "\
@@ -12851,7 +12863,7 @@ different regions. With numeric argument ARG, behaves like
12851;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 12863;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
12852;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 12864;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
12853;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 12865;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
12854;;;;;; "help-fns" "help-fns.el" (20119 34052)) 12866;;;;;; "help-fns" "help-fns.el" (20161 61915))
12855;;; Generated autoloads from help-fns.el 12867;;; Generated autoloads from help-fns.el
12856 12868
12857(autoload 'describe-function "help-fns" "\ 12869(autoload 'describe-function "help-fns" "\
@@ -12947,8 +12959,8 @@ gives the window that lists the options.")
12947 12959
12948;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12960;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12949;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12961;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12950;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20119 12962;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20167
12951;;;;;; 34052)) 12963;;;;;; 36027))
12952;;; Generated autoloads from help-mode.el 12964;;; Generated autoloads from help-mode.el
12953 12965
12954(autoload 'help-mode "help-mode" "\ 12966(autoload 'help-mode "help-mode" "\
@@ -13337,7 +13349,7 @@ Several variables affect how the hiding is done:
13337;;;*** 13349;;;***
13338 13350
13339;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13351;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13340;;;;;; (20119 34052)) 13352;;;;;; (20173 2352))
13341;;; Generated autoloads from progmodes/hideshow.el 13353;;; Generated autoloads from progmodes/hideshow.el
13342 13354
13343(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))) "\ 13355(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))) "\
@@ -13399,8 +13411,8 @@ Unconditionally turn off `hs-minor-mode'.
13399;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13411;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13400;;;;;; highlight-changes-previous-change highlight-changes-next-change 13412;;;;;; highlight-changes-previous-change highlight-changes-next-change
13401;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13413;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13402;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20126 13414;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20166
13403;;;;;; 50110)) 13415;;;;;; 6221))
13404;;; Generated autoloads from hilit-chg.el 13416;;; Generated autoloads from hilit-chg.el
13405 13417
13406(autoload 'highlight-changes-mode "hilit-chg" "\ 13418(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13535,7 +13547,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13535;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13547;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13536;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13548;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13537;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13549;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13538;;;;;; "hippie-exp.el" (20119 34052)) 13550;;;;;; "hippie-exp.el" (20167 36027))
13539;;; Generated autoloads from hippie-exp.el 13551;;; Generated autoloads from hippie-exp.el
13540 13552
13541(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) "\ 13553(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) "\
@@ -13809,8 +13821,8 @@ The optional LABEL is used to label the buffer created.
13809 13821
13810;;;*** 13822;;;***
13811 13823
13812;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20119 13824;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20166
13813;;;;;; 34052)) 13825;;;;;; 6221))
13814;;; Generated autoloads from gnus/html2text.el 13826;;; Generated autoloads from gnus/html2text.el
13815 13827
13816(autoload 'html2text "html2text" "\ 13828(autoload 'html2text "html2text" "\
@@ -13821,7 +13833,7 @@ Convert HTML to plain text in the current buffer.
13821;;;*** 13833;;;***
13822 13834
13823;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13835;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13824;;;;;; "htmlfontify" "htmlfontify.el" (20119 34052)) 13836;;;;;; "htmlfontify" "htmlfontify.el" (20168 40835))
13825;;; Generated autoloads from htmlfontify.el 13837;;; Generated autoloads from htmlfontify.el
13826 13838
13827(autoload 'htmlfontify-buffer "htmlfontify" "\ 13839(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13952,7 +13964,7 @@ bound to the current value of the filter.
13952;;;*** 13964;;;***
13953 13965
13954;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13966;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13955;;;;;; "ibuffer" "ibuffer.el" (20126 50992)) 13967;;;;;; "ibuffer" "ibuffer.el" (20163 6516))
13956;;; Generated autoloads from ibuffer.el 13968;;; Generated autoloads from ibuffer.el
13957 13969
13958(autoload 'ibuffer-list-buffers "ibuffer" "\ 13970(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13993,7 +14005,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13993 14005
13994;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14006;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13995;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14007;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13996;;;;;; "calendar/icalendar.el" (20119 34052)) 14008;;;;;; "calendar/icalendar.el" (20164 31636))
13997;;; Generated autoloads from calendar/icalendar.el 14009;;; Generated autoloads from calendar/icalendar.el
13998 14010
13999(autoload 'icalendar-export-file "icalendar" "\ 14011(autoload 'icalendar-export-file "icalendar" "\
@@ -14109,7 +14121,7 @@ with no args, if that value is non-nil.
14109;;;*** 14121;;;***
14110 14122
14111;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14123;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14112;;;;;; (20127 25340)) 14124;;;;;; (20177 52156))
14113;;; Generated autoloads from progmodes/idlw-shell.el 14125;;; Generated autoloads from progmodes/idlw-shell.el
14114 14126
14115(autoload 'idlwave-shell "idlw-shell" "\ 14127(autoload 'idlwave-shell "idlw-shell" "\
@@ -14135,7 +14147,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14135;;;*** 14147;;;***
14136 14148
14137;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14149;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14138;;;;;; (20129 34279)) 14150;;;;;; (20168 40835))
14139;;; Generated autoloads from progmodes/idlwave.el 14151;;; Generated autoloads from progmodes/idlwave.el
14140 14152
14141(autoload 'idlwave-mode "idlwave" "\ 14153(autoload 'idlwave-mode "idlwave" "\
@@ -14269,8 +14281,8 @@ The main features of this mode are
14269;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14281;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14270;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14282;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14271;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14283;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14272;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20139 14284;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20177
14273;;;;;; 37519)) 14285;;;;;; 52156))
14274;;; Generated autoloads from ido.el 14286;;; Generated autoloads from ido.el
14275 14287
14276(defvar ido-mode nil "\ 14288(defvar ido-mode nil "\
@@ -14756,7 +14768,7 @@ If Emacs is compiled without ImageMagick support, do nothing.
14756;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14768;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14757;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14769;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14758;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 14770;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
14759;;;;;; "image-dired" "image-dired.el" (20140 44252)) 14771;;;;;; "image-dired" "image-dired.el" (20169 56777))
14760;;; Generated autoloads from image-dired.el 14772;;; Generated autoloads from image-dired.el
14761 14773
14762(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 14774(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -14957,7 +14969,7 @@ An image file is one whose name has an extension in
14957;;;*** 14969;;;***
14958 14970
14959;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14971;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14960;;;;;; image-mode) "image-mode" "image-mode.el" (20126 50186)) 14972;;;;;; image-mode) "image-mode" "image-mode.el" (20161 61915))
14961;;; Generated autoloads from image-mode.el 14973;;; Generated autoloads from image-mode.el
14962 14974
14963(autoload 'image-mode "image-mode" "\ 14975(autoload 'image-mode "image-mode" "\
@@ -15151,7 +15163,7 @@ Convert old Emacs Devanagari characters to UCS.
15151 15163
15152;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15164;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15153;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15165;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15154;;;;;; "progmodes/inf-lisp.el" (20119 34052)) 15166;;;;;; "progmodes/inf-lisp.el" (20168 40835))
15155;;; Generated autoloads from progmodes/inf-lisp.el 15167;;; Generated autoloads from progmodes/inf-lisp.el
15156 15168
15157(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 15169(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -15218,7 +15230,7 @@ of `inferior-lisp-program'). Runs the hooks from
15218;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 15230;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15219;;;;;; Info-mode info-finder info-apropos Info-index Info-directory 15231;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15220;;;;;; Info-on-current-buffer info-standalone info-emacs-manual 15232;;;;;; Info-on-current-buffer info-standalone info-emacs-manual
15221;;;;;; info info-other-window) "info" "info.el" (20134 14214)) 15233;;;;;; info info-other-window) "info" "info.el" (20173 2352))
15222;;; Generated autoloads from info.el 15234;;; Generated autoloads from info.el
15223 15235
15224(autoload 'info-other-window "info" "\ 15236(autoload 'info-other-window "info" "\
@@ -15453,7 +15465,7 @@ Perform completion on file preceding point.
15453 15465
15454;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom 15466;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15455;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" 15467;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15456;;;;;; (20119 34052)) 15468;;;;;; (20169 56777))
15457;;; Generated autoloads from info-xref.el 15469;;; Generated autoloads from info-xref.el
15458 15470
15459(autoload 'info-xref-check "info-xref" "\ 15471(autoload 'info-xref-check "info-xref" "\
@@ -15723,7 +15735,7 @@ Add submenus to the File menu, to convert to and from various formats.
15723;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15735;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15724;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15736;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15725;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15737;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15726;;;;;; "ispell" "textmodes/ispell.el" (20139 33409)) 15738;;;;;; "ispell" "textmodes/ispell.el" (20177 52156))
15727;;; Generated autoloads from textmodes/ispell.el 15739;;; Generated autoloads from textmodes/ispell.el
15728 15740
15729(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15741(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -15949,8 +15961,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15949 15961
15950;;;*** 15962;;;***
15951 15963
15952;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20126 15964;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20168
15953;;;;;; 50194)) 15965;;;;;; 40835))
15954;;; Generated autoloads from iswitchb.el 15966;;; Generated autoloads from iswitchb.el
15955 15967
15956(defvar iswitchb-mode nil "\ 15968(defvar iswitchb-mode nil "\
@@ -16079,7 +16091,7 @@ by `jka-compr-installed'.
16079 16091
16080;;;*** 16092;;;***
16081 16093
16082;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20119 34052)) 16094;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20167 36027))
16083;;; Generated autoloads from progmodes/js.el 16095;;; Generated autoloads from progmodes/js.el
16084 16096
16085(autoload 'js-mode "js" "\ 16097(autoload 'js-mode "js" "\
@@ -16196,7 +16208,7 @@ and the return value is the length of the conversion.
16196;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16208;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16197;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16209;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16198;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 16210;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16199;;;;;; "kmacro" "kmacro.el" (20119 34052)) 16211;;;;;; "kmacro" "kmacro.el" (20166 6221))
16200;;; Generated autoloads from kmacro.el 16212;;; Generated autoloads from kmacro.el
16201 (global-set-key "\C-x(" 'kmacro-start-macro) 16213 (global-set-key "\C-x(" 'kmacro-start-macro)
16202 (global-set-key "\C-x)" 'kmacro-end-macro) 16214 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16322,7 +16334,7 @@ If kbd macro currently being defined end it before activating it.
16322;;;*** 16334;;;***
16323 16335
16324;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" 16336;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16325;;;;;; (20119 34052)) 16337;;;;;; (20177 52156))
16326;;; Generated autoloads from play/landmark.el 16338;;; Generated autoloads from play/landmark.el
16327 16339
16328(defalias 'landmark-repeat 'landmark-test-run) 16340(defalias 'landmark-repeat 'landmark-test-run)
@@ -16354,7 +16366,7 @@ Use \\[describe-mode] for more info.
16354 16366
16355;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16367;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16356;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16368;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16357;;;;;; "lao-util" "language/lao-util.el" (20119 34052)) 16369;;;;;; "lao-util" "language/lao-util.el" (20166 6221))
16358;;; Generated autoloads from language/lao-util.el 16370;;; Generated autoloads from language/lao-util.el
16359 16371
16360(autoload 'lao-compose-string "lao-util" "\ 16372(autoload 'lao-compose-string "lao-util" "\
@@ -16572,8 +16584,8 @@ See `linum-mode' for more information on Linum mode.
16572 16584
16573;;;*** 16585;;;***
16574 16586
16575;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20119 16587;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20169
16576;;;;;; 34052)) 16588;;;;;; 56777))
16577;;; Generated autoloads from loadhist.el 16589;;; Generated autoloads from loadhist.el
16578 16590
16579(autoload 'unload-feature "loadhist" "\ 16591(autoload 'unload-feature "loadhist" "\
@@ -16722,13 +16734,15 @@ newlines are indicated with a symbol.
16722;;;*** 16734;;;***
16723 16735
16724;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16736;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16725;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20119 16737;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20175
16726;;;;;; 34052)) 16738;;;;;; 42237))
16727;;; Generated autoloads from lpr.el 16739;;; Generated autoloads from lpr.el
16728 16740
16729(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16741(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
16742Non-nil if running on MS-DOS or MS Windows.")
16730 16743
16731(defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix))) 16744(defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix)) "\
16745Non-nil if running on a system type that uses the \"lp\" command.")
16732 16746
16733(defvar printer-name (and (eq system-type 'ms-dos) "PRN") "\ 16747(defvar printer-name (and (eq system-type 'ms-dos) "PRN") "\
16734The name of a local printer to which data is sent for printing. 16748The name of a local printer to which data is sent for printing.
@@ -16958,7 +16972,7 @@ and then select the region of un-tablified names and use
16958;;;*** 16972;;;***
16959 16973
16960;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16974;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16961;;;;;; "mail/mail-extr.el" (20119 34052)) 16975;;;;;; "mail/mail-extr.el" (20161 61915))
16962;;; Generated autoloads from mail/mail-extr.el 16976;;; Generated autoloads from mail/mail-extr.el
16963 16977
16964(autoload 'mail-extract-address-components "mail-extr" "\ 16978(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17212,7 +17226,7 @@ The mail client is taken to be the handler of mailto URLs.
17212 17226
17213;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17227;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17214;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17228;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17215;;;;;; "make-mode" "progmodes/make-mode.el" (20119 34052)) 17229;;;;;; "make-mode" "progmodes/make-mode.el" (20177 52156))
17216;;; Generated autoloads from progmodes/make-mode.el 17230;;; Generated autoloads from progmodes/make-mode.el
17217 17231
17218(autoload 'makefile-mode "make-mode" "\ 17232(autoload 'makefile-mode "make-mode" "\
@@ -17342,7 +17356,7 @@ Previous contents of that buffer are killed first.
17342;;;*** 17356;;;***
17343 17357
17344;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 17358;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17345;;;;;; (20119 34052)) 17359;;;;;; (20177 52156))
17346;;; Generated autoloads from man.el 17360;;; Generated autoloads from man.el
17347 17361
17348(defalias 'manual-entry 'man) 17362(defalias 'manual-entry 'man)
@@ -17452,7 +17466,7 @@ recursion depth in the minibuffer prompt. This is only useful if
17452;;;;;; message-forward-make-body message-forward message-recover 17466;;;;;; message-forward-make-body message-forward message-recover
17453;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17467;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17454;;;;;; message-reply message-news message-mail message-mode) "message" 17468;;;;;; message-reply message-news message-mail message-mode) "message"
17455;;;;;; "gnus/message.el" (20136 50092)) 17469;;;;;; "gnus/message.el" (20182 20223))
17456;;; Generated autoloads from gnus/message.el 17470;;; Generated autoloads from gnus/message.el
17457 17471
17458(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17472(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17618,7 +17632,7 @@ which specify the range to operate on.
17618;;;*** 17632;;;***
17619 17633
17620;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17634;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17621;;;;;; (20119 34052)) 17635;;;;;; (20166 6221))
17622;;; Generated autoloads from progmodes/meta-mode.el 17636;;; Generated autoloads from progmodes/meta-mode.el
17623 17637
17624(autoload 'metafont-mode "meta-mode" "\ 17638(autoload 'metafont-mode "meta-mode" "\
@@ -17635,7 +17649,7 @@ Major mode for editing MetaPost sources.
17635 17649
17636;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17650;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17637;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17651;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17638;;;;;; (20119 34052)) 17652;;;;;; (20168 40835))
17639;;; Generated autoloads from mail/metamail.el 17653;;; Generated autoloads from mail/metamail.el
17640 17654
17641(autoload 'metamail-interpret-header "metamail" "\ 17655(autoload 'metamail-interpret-header "metamail" "\
@@ -17680,7 +17694,7 @@ redisplayed as output is inserted.
17680 17694
17681;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17695;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17682;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17696;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17683;;;;;; "mh-e/mh-comp.el" (20119 34052)) 17697;;;;;; "mh-e/mh-comp.el" (20161 61915))
17684;;; Generated autoloads from mh-e/mh-comp.el 17698;;; Generated autoloads from mh-e/mh-comp.el
17685 17699
17686(autoload 'mh-smail "mh-comp" "\ 17700(autoload 'mh-smail "mh-comp" "\
@@ -17770,7 +17784,7 @@ delete the draft message.
17770 17784
17771;;;*** 17785;;;***
17772 17786
17773;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20119 34052)) 17787;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20169 56777))
17774;;; Generated autoloads from mh-e/mh-e.el 17788;;; Generated autoloads from mh-e/mh-e.el
17775 17789
17776(put 'mh-progs 'risky-local-variable t) 17790(put 'mh-progs 'risky-local-variable t)
@@ -17956,7 +17970,7 @@ The return value is always nil.
17956 17970
17957;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17971;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17958;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17972;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17959;;;;;; "misearch" "misearch.el" (20119 34052)) 17973;;;;;; "misearch" "misearch.el" (20168 40835))
17960;;; Generated autoloads from misearch.el 17974;;; Generated autoloads from misearch.el
17961 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17975 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17962 17976
@@ -18038,7 +18052,7 @@ whose file names match the specified wildcard.
18038;;;*** 18052;;;***
18039 18053
18040;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18054;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18041;;;;;; (20119 34052)) 18055;;;;;; (20163 6516))
18042;;; Generated autoloads from progmodes/mixal-mode.el 18056;;; Generated autoloads from progmodes/mixal-mode.el
18043 18057
18044(autoload 'mixal-mode "mixal-mode" "\ 18058(autoload 'mixal-mode "mixal-mode" "\
@@ -18130,7 +18144,7 @@ Assume text has been decoded if DECODED is non-nil.
18130;;;*** 18144;;;***
18131 18145
18132;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" 18146;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
18133;;;;;; (20136 50092)) 18147;;;;;; (20177 52156))
18134;;; Generated autoloads from gnus/mml.el 18148;;; Generated autoloads from gnus/mml.el
18135 18149
18136(autoload 'mml-to-mime "mml" "\ 18150(autoload 'mml-to-mime "mml" "\
@@ -18212,8 +18226,8 @@ body) or \"attachment\" (separate from the body).
18212 18226
18213;;;*** 18227;;;***
18214 18228
18215;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20119 18229;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20161
18216;;;;;; 34052)) 18230;;;;;; 61915))
18217;;; Generated autoloads from progmodes/modula2.el 18231;;; Generated autoloads from progmodes/modula2.el
18218 18232
18219(defalias 'modula-2-mode 'm2-mode) 18233(defalias 'modula-2-mode 'm2-mode)
@@ -18320,8 +18334,8 @@ To test this function, evaluate:
18320 18334
18321;;;*** 18335;;;***
18322 18336
18323;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20126 18337;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20168
18324;;;;;; 50277)) 18338;;;;;; 40835))
18325;;; Generated autoloads from mouse-sel.el 18339;;; Generated autoloads from mouse-sel.el
18326 18340
18327(defvar mouse-sel-mode nil "\ 18341(defvar mouse-sel-mode nil "\
@@ -18364,7 +18378,7 @@ kill ring; mouse-1 or mouse-3 kills it.
18364 18378
18365;;;*** 18379;;;***
18366 18380
18367;;;### (autoloads (mpc) "mpc" "mpc.el" (20120 43280)) 18381;;;### (autoloads (mpc) "mpc" "mpc.el" (20177 52156))
18368;;; Generated autoloads from mpc.el 18382;;; Generated autoloads from mpc.el
18369 18383
18370(autoload 'mpc "mpc" "\ 18384(autoload 'mpc "mpc" "\
@@ -18414,7 +18428,7 @@ different buffer menu using the function `msb'.
18414;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18428;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18415;;;;;; describe-coding-system describe-character-set list-charset-chars 18429;;;;;; describe-coding-system describe-character-set list-charset-chars
18416;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18430;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18417;;;;;; (20119 34052)) 18431;;;;;; (20161 61915))
18418;;; Generated autoloads from international/mule-diag.el 18432;;; Generated autoloads from international/mule-diag.el
18419 18433
18420(autoload 'list-character-sets "mule-diag" "\ 18434(autoload 'list-character-sets "mule-diag" "\
@@ -19118,7 +19132,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19118;;;*** 19132;;;***
19119 19133
19120;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 19134;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19121;;;;;; (20119 34052)) 19135;;;;;; (20167 36027))
19122;;; Generated autoloads from net/newst-plainview.el 19136;;; Generated autoloads from net/newst-plainview.el
19123 19137
19124(autoload 'newsticker-plainview "newst-plainview" "\ 19138(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19161,7 +19175,7 @@ running already.
19161;;;*** 19175;;;***
19162 19176
19163;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 19177;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19164;;;;;; (20141 61905)) 19178;;;;;; (20168 40835))
19165;;; Generated autoloads from net/newst-treeview.el 19179;;; Generated autoloads from net/newst-treeview.el
19166 19180
19167(autoload 'newsticker-treeview "newst-treeview" "\ 19181(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19172,7 +19186,7 @@ Start newsticker treeview.
19172;;;*** 19186;;;***
19173 19187
19174;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19188;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19175;;;;;; (20119 34052)) 19189;;;;;; (20168 40835))
19176;;; Generated autoloads from gnus/nndiary.el 19190;;; Generated autoloads from gnus/nndiary.el
19177 19191
19178(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19192(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19210,7 +19224,7 @@ This command does not work if you use short group names.
19210;;;*** 19224;;;***
19211 19225
19212;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19226;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19213;;;;;; (20119 34052)) 19227;;;;;; (20177 52156))
19214;;; Generated autoloads from gnus/nnml.el 19228;;; Generated autoloads from gnus/nnml.el
19215 19229
19216(autoload 'nnml-generate-nov-databases "nnml" "\ 19230(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19367,7 +19381,7 @@ the variable `nxml-enabled-unicode-blocks'.
19367;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe 19381;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe
19368;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info 19382;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info
19369;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" 19383;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
19370;;;;;; "org/ob.el" (20119 34052)) 19384;;;;;; "org/ob.el" (20173 62431))
19371;;; Generated autoloads from org/ob.el 19385;;; Generated autoloads from org/ob.el
19372 19386
19373(autoload 'org-babel-execute-safely-maybe "ob" "\ 19387(autoload 'org-babel-execute-safely-maybe "ob" "\
@@ -19414,7 +19428,7 @@ Insert the results of execution into the buffer. Source code
19414execution and the collection and formatting of results can be 19428execution and the collection and formatting of results can be
19415controlled through a variety of header arguments. 19429controlled through a variety of header arguments.
19416 19430
19417With prefix argument ARG, force re-execution even if a an 19431With prefix argument ARG, force re-execution even if an
19418existing result cached in the buffer would otherwise have been 19432existing result cached in the buffer would otherwise have been
19419returned. 19433returned.
19420 19434
@@ -19759,7 +19773,7 @@ including a reproducible test case and send the message.
19759;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 19773;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19760;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 19774;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19761;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" 19775;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el"
19762;;;;;; (20119 34052)) 19776;;;;;; (20169 56777))
19763;;; Generated autoloads from org/org.el 19777;;; Generated autoloads from org/org.el
19764 19778
19765(autoload 'org-babel-do-load-languages "org" "\ 19779(autoload 'org-babel-do-load-languages "org" "\
@@ -19983,7 +19997,7 @@ Call the customize function with org as argument.
19983;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 19997;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
19984;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 19998;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19985;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19999;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19986;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20119 34052)) 20000;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20177 52156))
19987;;; Generated autoloads from org/org-agenda.el 20001;;; Generated autoloads from org/org-agenda.el
19988 20002
19989(autoload 'org-agenda "org-agenda" "\ 20003(autoload 'org-agenda "org-agenda" "\
@@ -20335,7 +20349,7 @@ Shows a list of commands and prompts for another key to execute a command.
20335;;;*** 20349;;;***
20336 20350
20337;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 20351;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20338;;;;;; (20119 34052)) 20352;;;;;; (20164 31636))
20339;;; Generated autoloads from org/org-bbdb.el 20353;;; Generated autoloads from org/org-bbdb.el
20340 20354
20341(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 20355(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -20346,7 +20360,7 @@ Extract anniversaries from BBDB for display in the agenda.
20346;;;*** 20360;;;***
20347 20361
20348;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here 20362;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
20349;;;;;; org-capture) "org-capture" "org/org-capture.el" (20119 34052)) 20363;;;;;; org-capture) "org-capture" "org/org-capture.el" (20169 56777))
20350;;; Generated autoloads from org/org-capture.el 20364;;; Generated autoloads from org/org-capture.el
20351 20365
20352(autoload 'org-capture "org-capture" "\ 20366(autoload 'org-capture "org-capture" "\
@@ -20384,7 +20398,7 @@ Set org-capture-templates to be similar to `org-remember-templates'.
20384;;;*** 20398;;;***
20385 20399
20386;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 20400;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
20387;;;;;; "org-clock" "org/org-clock.el" (20119 34052)) 20401;;;;;; "org-clock" "org/org-clock.el" (20173 2352))
20388;;; Generated autoloads from org/org-clock.el 20402;;; Generated autoloads from org/org-clock.el
20389 20403
20390(autoload 'org-get-clocktable "org-clock" "\ 20404(autoload 'org-get-clocktable "org-clock" "\
@@ -20495,7 +20509,7 @@ publishing directory.
20495 20509
20496;;;### (autoloads (org-insert-export-options-template org-export-as-org 20510;;;### (autoloads (org-insert-export-options-template org-export-as-org
20497;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 20511;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
20498;;;;;; (20119 34052)) 20512;;;;;; (20167 36027))
20499;;; Generated autoloads from org/org-exp.el 20513;;; Generated autoloads from org/org-exp.el
20500 20514
20501(autoload 'org-export "org-exp" "\ 20515(autoload 'org-export "org-exp" "\
@@ -20585,7 +20599,7 @@ Show the raw feed buffer of a feed.
20585;;;*** 20599;;;***
20586 20600
20587;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 20601;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20588;;;;;; "org/org-footnote.el" (20119 34052)) 20602;;;;;; "org/org-footnote.el" (20161 61915))
20589;;; Generated autoloads from org/org-footnote.el 20603;;; Generated autoloads from org/org-footnote.el
20590 20604
20591(autoload 'org-footnote-action "org-footnote" "\ 20605(autoload 'org-footnote-action "org-footnote" "\
@@ -20636,7 +20650,7 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
20636;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 20650;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
20637;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 20651;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
20638;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 20652;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
20639;;;;;; "org/org-freemind.el" (20119 34052)) 20653;;;;;; "org/org-freemind.el" (20173 2352))
20640;;; Generated autoloads from org/org-freemind.el 20654;;; Generated autoloads from org/org-freemind.el
20641 20655
20642(autoload 'org-export-as-freemind "org-freemind" "\ 20656(autoload 'org-export-as-freemind "org-freemind" "\
@@ -20791,7 +20805,7 @@ that uses these same face definitions.
20791 20805
20792;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 20806;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
20793;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 20807;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
20794;;;;;; (20119 34052)) 20808;;;;;; (20164 31636))
20795;;; Generated autoloads from org/org-icalendar.el 20809;;; Generated autoloads from org/org-icalendar.el
20796 20810
20797(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 20811(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -20916,7 +20930,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
20916;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 20930;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
20917;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 20931;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
20918;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 20932;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
20919;;;;;; (20119 34052)) 20933;;;;;; (20164 31636))
20920;;; Generated autoloads from org/org-latex.el 20934;;; Generated autoloads from org/org-latex.el
20921 20935
20922(autoload 'org-export-as-latex-batch "org-latex" "\ 20936(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -21022,7 +21036,7 @@ Create a file that contains all custom agenda views.
21022;;;*** 21036;;;***
21023 21037
21024;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 21038;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
21025;;;;;; (20119 34052)) 21039;;;;;; (20157 54680))
21026;;; Generated autoloads from org/org-plot.el 21040;;; Generated autoloads from org/org-plot.el
21027 21041
21028(autoload 'org-plot/gnuplot "org-plot" "\ 21042(autoload 'org-plot/gnuplot "org-plot" "\
@@ -21036,7 +21050,7 @@ line directly before or after the table.
21036 21050
21037;;;### (autoloads (org-publish-current-project org-publish-current-file 21051;;;### (autoloads (org-publish-current-project org-publish-current-file
21038;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 21052;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
21039;;;;;; (20119 34052)) 21053;;;;;; (20161 61915))
21040;;; Generated autoloads from org/org-publish.el 21054;;; Generated autoloads from org/org-publish.el
21041 21055
21042(defalias 'org-publish-project 'org-publish) 21056(defalias 'org-publish-project 'org-publish)
@@ -21070,7 +21084,7 @@ the project.
21070 21084
21071;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 21085;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
21072;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 21086;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
21073;;;;;; "org/org-remember.el" (20119 34052)) 21087;;;;;; "org/org-remember.el" (20166 6221))
21074;;; Generated autoloads from org/org-remember.el 21088;;; Generated autoloads from org/org-remember.el
21075 21089
21076(autoload 'org-remember-insinuate "org-remember" "\ 21090(autoload 'org-remember-insinuate "org-remember" "\
@@ -21146,7 +21160,7 @@ See also the variable `org-reverse-note-order'.
21146;;;*** 21160;;;***
21147 21161
21148;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 21162;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
21149;;;;;; "org-table" "org/org-table.el" (20119 34052)) 21163;;;;;; "org-table" "org/org-table.el" (20169 56777))
21150;;; Generated autoloads from org/org-table.el 21164;;; Generated autoloads from org/org-table.el
21151 21165
21152(autoload 'turn-on-orgtbl "org-table" "\ 21166(autoload 'turn-on-orgtbl "org-table" "\
@@ -21170,7 +21184,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
21170;;;*** 21184;;;***
21171 21185
21172;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) 21186;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
21173;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20119 34052)) 21187;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20166 6221))
21174;;; Generated autoloads from org/org-taskjuggler.el 21188;;; Generated autoloads from org/org-taskjuggler.el
21175 21189
21176(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ 21190(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
@@ -21271,7 +21285,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
21271;;;*** 21285;;;***
21272 21286
21273;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 21287;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
21274;;;;;; (20126 50306)) 21288;;;;;; (20163 6516))
21275;;; Generated autoloads from outline.el 21289;;; Generated autoloads from outline.el
21276(put 'outline-regexp 'safe-local-variable 'stringp) 21290(put 'outline-regexp 'safe-local-variable 'stringp)
21277(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 21291(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -21335,7 +21349,7 @@ See the command `outline-mode' for more information on this mode.
21335;;;### (autoloads (list-packages describe-package package-initialize 21349;;;### (autoloads (list-packages describe-package package-initialize
21336;;;;;; package-refresh-contents package-install-file package-install-from-buffer 21350;;;;;; package-refresh-contents package-install-file package-install-from-buffer
21337;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" 21351;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
21338;;;;;; (20139 30186)) 21352;;;;;; (20168 40835))
21339;;; Generated autoloads from emacs-lisp/package.el 21353;;; Generated autoloads from emacs-lisp/package.el
21340 21354
21341(defvar package-enable-at-startup t "\ 21355(defvar package-enable-at-startup t "\
@@ -21445,8 +21459,8 @@ unknown are returned as nil.
21445 21459
21446;;;*** 21460;;;***
21447 21461
21448;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20119 21462;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20168
21449;;;;;; 34052)) 21463;;;;;; 40835))
21450;;; Generated autoloads from progmodes/pascal.el 21464;;; Generated autoloads from progmodes/pascal.el
21451 21465
21452(autoload 'pascal-mode "pascal" "\ 21466(autoload 'pascal-mode "pascal" "\
@@ -21770,7 +21784,7 @@ Setup `shell-mode' to use pcomplete.
21770 21784
21771;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 21785;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
21772;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 21786;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
21773;;;;;; "vc/pcvs.el" (20119 34052)) 21787;;;;;; "vc/pcvs.el" (20166 6221))
21774;;; Generated autoloads from vc/pcvs.el 21788;;; Generated autoloads from vc/pcvs.el
21775 21789
21776(autoload 'cvs-checkout "pcvs" "\ 21790(autoload 'cvs-checkout "pcvs" "\
@@ -21845,10 +21859,11 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21845 21859
21846;;;*** 21860;;;***
21847 21861
21848;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20119 34052)) 21862;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20175 42237))
21849;;; Generated autoloads from vc/pcvs-defs.el 21863;;; Generated autoloads from vc/pcvs-defs.el
21850 21864
21851(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))) 21865(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)) "\
21866Global menu used by PCL-CVS.")
21852 21867
21853;;;*** 21868;;;***
21854 21869
@@ -22034,7 +22049,7 @@ pong-mode keybindings:\\<pong-mode-map>
22034 22049
22035;;;*** 22050;;;***
22036 22051
22037;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20119 34052)) 22052;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20177 52156))
22038;;; Generated autoloads from gnus/pop3.el 22053;;; Generated autoloads from gnus/pop3.el
22039 22054
22040(autoload 'pop3-movemail "pop3" "\ 22055(autoload 'pop3-movemail "pop3" "\
@@ -22115,7 +22130,7 @@ Ignores leading comment characters.
22115;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 22130;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
22116;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 22131;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
22117;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 22132;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
22118;;;;;; (20119 34052)) 22133;;;;;; (20175 42237))
22119;;; Generated autoloads from printing.el 22134;;; Generated autoloads from printing.el
22120 22135
22121(autoload 'pr-interface "printing" "\ 22136(autoload 'pr-interface "printing" "\
@@ -22718,7 +22733,7 @@ See `proced-mode' for a description of features available in Proced buffers.
22718;;;*** 22733;;;***
22719 22734
22720;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" 22735;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
22721;;;;;; "progmodes/prolog.el" (20119 34052)) 22736;;;;;; "progmodes/prolog.el" (20177 52156))
22722;;; Generated autoloads from progmodes/prolog.el 22737;;; Generated autoloads from progmodes/prolog.el
22723 22738
22724(autoload 'prolog-mode "prolog" "\ 22739(autoload 'prolog-mode "prolog" "\
@@ -22765,8 +22780,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22765 22780
22766;;;*** 22781;;;***
22767 22782
22768;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20119 22783;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20167
22769;;;;;; 34052)) 22784;;;;;; 36027))
22770;;; Generated autoloads from progmodes/ps-mode.el 22785;;; Generated autoloads from progmodes/ps-mode.el
22771 22786
22772(autoload 'ps-mode "ps-mode" "\ 22787(autoload 'ps-mode "ps-mode" "\
@@ -22817,8 +22832,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22817;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 22832;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
22818;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 22833;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
22819;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 22834;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
22820;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20119 22835;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20173
22821;;;;;; 34052)) 22836;;;;;; 2352))
22822;;; Generated autoloads from ps-print.el 22837;;; Generated autoloads from ps-print.el
22823 22838
22824(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"))) "\ 22839(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"))) "\
@@ -23015,7 +23030,7 @@ If EXTENSION is any other symbol, it is ignored.
23015;;;*** 23030;;;***
23016 23031
23017;;;### (autoloads (jython-mode python-mode python-after-info-look 23032;;;### (autoloads (jython-mode python-mode python-after-info-look
23018;;;;;; run-python) "python" "progmodes/python.el" (20119 34052)) 23033;;;;;; run-python) "python" "progmodes/python.el" (20169 56777))
23019;;; Generated autoloads from progmodes/python.el 23034;;; Generated autoloads from progmodes/python.el
23020 23035
23021(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 23036(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -23124,7 +23139,7 @@ them into characters should be done separately.
23124;;;;;; quail-defrule quail-install-decode-map quail-install-map 23139;;;;;; quail-defrule quail-install-decode-map quail-install-map
23125;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 23140;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
23126;;;;;; quail-define-package quail-use-package quail-title) "quail" 23141;;;;;; quail-define-package quail-use-package quail-title) "quail"
23127;;;;;; "international/quail.el" (20119 34052)) 23142;;;;;; "international/quail.el" (20166 6221))
23128;;; Generated autoloads from international/quail.el 23143;;; Generated autoloads from international/quail.el
23129 23144
23130(autoload 'quail-title "quail" "\ 23145(autoload 'quail-title "quail" "\
@@ -23355,8 +23370,8 @@ of each directory.
23355 23370
23356;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 23371;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
23357;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 23372;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
23358;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20119 23373;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20168
23359;;;;;; 34052)) 23374;;;;;; 40835))
23360;;; Generated autoloads from net/quickurl.el 23375;;; Generated autoloads from net/quickurl.el
23361 23376
23362(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" "\ 23377(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" "\
@@ -23428,7 +23443,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
23428;;;*** 23443;;;***
23429 23444
23430;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 23445;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
23431;;;;;; "net/rcirc.el" (20138 51043)) 23446;;;;;; "net/rcirc.el" (20169 56777))
23432;;; Generated autoloads from net/rcirc.el 23447;;; Generated autoloads from net/rcirc.el
23433 23448
23434(autoload 'rcirc "rcirc" "\ 23449(autoload 'rcirc "rcirc" "\
@@ -23494,7 +23509,7 @@ matching parts of the target buffer will be highlighted.
23494 23509
23495;;;*** 23510;;;***
23496 23511
23497;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20126 50335)) 23512;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20167 36027))
23498;;; Generated autoloads from recentf.el 23513;;; Generated autoloads from recentf.el
23499 23514
23500(defvar recentf-mode nil "\ 23515(defvar recentf-mode nil "\
@@ -23682,7 +23697,7 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
23682;;;*** 23697;;;***
23683 23698
23684;;;### (autoloads (reftex-reset-scanning-information reftex-mode 23699;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23685;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20136 50092)) 23700;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20166 6221))
23686;;; Generated autoloads from textmodes/reftex.el 23701;;; Generated autoloads from textmodes/reftex.el
23687 23702
23688(autoload 'turn-on-reftex "reftex" "\ 23703(autoload 'turn-on-reftex "reftex" "\
@@ -23738,7 +23753,7 @@ This enforces rescanning the buffer on next use.
23738;;;*** 23753;;;***
23739 23754
23740;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 23755;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23741;;;;;; (20119 34052)) 23756;;;;;; (20169 56777))
23742;;; Generated autoloads from textmodes/reftex-cite.el 23757;;; Generated autoloads from textmodes/reftex-cite.el
23743 23758
23744(autoload 'reftex-citation "reftex-cite" "\ 23759(autoload 'reftex-citation "reftex-cite" "\
@@ -23768,7 +23783,7 @@ While entering the regexp, completion on knows citation keys is possible.
23768;;;*** 23783;;;***
23769 23784
23770;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 23785;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23771;;;;;; (20119 34052)) 23786;;;;;; (20166 6221))
23772;;; Generated autoloads from textmodes/reftex-global.el 23787;;; Generated autoloads from textmodes/reftex-global.el
23773 23788
23774(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 23789(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -23785,7 +23800,7 @@ With no argument, this command toggles
23785;;;*** 23800;;;***
23786 23801
23787;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 23802;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23788;;;;;; (20119 34052)) 23803;;;;;; (20163 6516))
23789;;; Generated autoloads from textmodes/reftex-index.el 23804;;; Generated autoloads from textmodes/reftex-index.el
23790 23805
23791(autoload 'reftex-index-phrases-mode "reftex-index" "\ 23806(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -23818,7 +23833,7 @@ Here are all local bindings.
23818;;;*** 23833;;;***
23819 23834
23820;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 23835;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
23821;;;;;; (20119 34052)) 23836;;;;;; (20161 61915))
23822;;; Generated autoloads from textmodes/reftex-parse.el 23837;;; Generated autoloads from textmodes/reftex-parse.el
23823 23838
23824(autoload 'reftex-all-document-files "reftex-parse" "\ 23839(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -23872,7 +23887,7 @@ This means the number of non-shy regexp grouping constructs
23872 23887
23873;;;### (autoloads (remember-diary-extract-entries remember-clipboard 23888;;;### (autoloads (remember-diary-extract-entries remember-clipboard
23874;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 23889;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
23875;;;;;; (20119 34052)) 23890;;;;;; (20161 61915))
23876;;; Generated autoloads from textmodes/remember.el 23891;;; Generated autoloads from textmodes/remember.el
23877 23892
23878(autoload 'remember "remember" "\ 23893(autoload 'remember "remember" "\
@@ -23903,7 +23918,7 @@ Extract diary entries from the region.
23903 23918
23904;;;*** 23919;;;***
23905 23920
23906;;;### (autoloads (repeat) "repeat" "repeat.el" (20119 34052)) 23921;;;### (autoloads (repeat) "repeat" "repeat.el" (20173 2352))
23907;;; Generated autoloads from repeat.el 23922;;; Generated autoloads from repeat.el
23908 23923
23909(autoload 'repeat "repeat" "\ 23924(autoload 'repeat "repeat" "\
@@ -24085,7 +24100,7 @@ variable.
24085;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 24100;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
24086;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 24101;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
24087;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) 24102;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p)
24088;;;;;; "rmail" "mail/rmail.el" (20138 48832)) 24103;;;;;; "rmail" "mail/rmail.el" (20173 62675))
24089;;; Generated autoloads from mail/rmail.el 24104;;; Generated autoloads from mail/rmail.el
24090 24105
24091(autoload 'rmail-movemail-variant-p "rmail" "\ 24106(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -24183,8 +24198,8 @@ This is set to nil by default.")
24183 24198
24184(defvar rmail-insert-mime-forwarded-message-function nil "\ 24199(defvar rmail-insert-mime-forwarded-message-function nil "\
24185Function to insert a message in MIME format so it can be forwarded. 24200Function to insert a message in MIME format so it can be forwarded.
24186This function is called if `rmail-enable-mime' or 24201This function is called if `rmail-enable-mime' and
24187`rmail-enable-mime-composing' is non-nil. 24202`rmail-enable-mime-composing' are non-nil.
24188It is called with one argument FORWARD-BUFFER, which is a 24203It is called with one argument FORWARD-BUFFER, which is a
24189buffer containing the message to forward. The current buffer 24204buffer containing the message to forward. The current buffer
24190is the outgoing mail buffer.") 24205is the outgoing mail buffer.")
@@ -24269,7 +24284,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
24269;;;*** 24284;;;***
24270 24285
24271;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 24286;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
24272;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20119 34052)) 24287;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20173 2352))
24273;;; Generated autoloads from mail/rmailout.el 24288;;; Generated autoloads from mail/rmailout.el
24274(put 'rmail-output-file-alist 'risky-local-variable t) 24289(put 'rmail-output-file-alist 'risky-local-variable t)
24275 24290
@@ -24359,7 +24374,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
24359;;;*** 24374;;;***
24360 24375
24361;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 24376;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
24362;;;;;; (20119 34052)) 24377;;;;;; (20177 52156))
24363;;; Generated autoloads from nxml/rng-valid.el 24378;;; Generated autoloads from nxml/rng-valid.el
24364 24379
24365(autoload 'rng-validate-mode "rng-valid" "\ 24380(autoload 'rng-validate-mode "rng-valid" "\
@@ -24418,7 +24433,7 @@ must be equal.
24418;;;*** 24433;;;***
24419 24434
24420;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 24435;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24421;;;;;; "robin" "international/robin.el" (20119 34052)) 24436;;;;;; "robin" "international/robin.el" (20161 61915))
24422;;; Generated autoloads from international/robin.el 24437;;; Generated autoloads from international/robin.el
24423 24438
24424(autoload 'robin-define-package "robin" "\ 24439(autoload 'robin-define-package "robin" "\
@@ -24451,7 +24466,7 @@ Start using robin package NAME, which is a string.
24451;;;*** 24466;;;***
24452 24467
24453;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 24468;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24454;;;;;; rot13-string rot13) "rot13" "rot13.el" (20119 34052)) 24469;;;;;; rot13-string rot13) "rot13" "rot13.el" (20154 8214))
24455;;; Generated autoloads from rot13.el 24470;;; Generated autoloads from rot13.el
24456 24471
24457(autoload 'rot13 "rot13" "\ 24472(autoload 'rot13 "rot13" "\
@@ -24489,7 +24504,7 @@ Toggle the use of ROT13 encoding for the current window.
24489;;;*** 24504;;;***
24490 24505
24491;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 24506;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24492;;;;;; (20127 24234)) 24507;;;;;; (20177 52156))
24493;;; Generated autoloads from textmodes/rst.el 24508;;; Generated autoloads from textmodes/rst.el
24494 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 24509 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
24495 24510
@@ -24565,8 +24580,8 @@ if ARG is omitted or nil.
24565 24580
24566;;;*** 24581;;;***
24567 24582
24568;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20119 24583;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20161
24569;;;;;; 34052)) 24584;;;;;; 61915))
24570;;; Generated autoloads from emacs-lisp/rx.el 24585;;; Generated autoloads from emacs-lisp/rx.el
24571 24586
24572(autoload 'rx-to-string "rx" "\ 24587(autoload 'rx-to-string "rx" "\
@@ -25006,7 +25021,7 @@ during scrolling.
25006 25021
25007;;;*** 25022;;;***
25008 25023
25009;;;### (autoloads nil "secrets" "net/secrets.el" (20119 34052)) 25024;;;### (autoloads nil "secrets" "net/secrets.el" (20175 42237))
25010;;; Generated autoloads from net/secrets.el 25025;;; Generated autoloads from net/secrets.el
25011(when (featurep 'dbusbind) 25026(when (featurep 'dbusbind)
25012 (autoload 'secrets-show-secrets "secrets" nil t)) 25027 (autoload 'secrets-show-secrets "secrets" nil t))
@@ -25014,7 +25029,7 @@ during scrolling.
25014;;;*** 25029;;;***
25015 25030
25016;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 25031;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
25017;;;;;; "cedet/semantic.el" (20127 23255)) 25032;;;;;; "cedet/semantic.el" (20173 2352))
25018;;; Generated autoloads from cedet/semantic.el 25033;;; Generated autoloads from cedet/semantic.el
25019 25034
25020(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 25035(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -25350,8 +25365,8 @@ Like `mail' command, but display mail buffer in another frame.
25350;;;*** 25365;;;***
25351 25366
25352;;;### (autoloads (server-save-buffers-kill-terminal server-mode 25367;;;### (autoloads (server-save-buffers-kill-terminal server-mode
25353;;;;;; server-force-delete server-start) "server" "server.el" (20126 25368;;;;;; server-force-delete server-start) "server" "server.el" (20172
25354;;;;;; 50430)) 25369;;;;;; 34261))
25355;;; Generated autoloads from server.el 25370;;; Generated autoloads from server.el
25356 25371
25357(put 'server-host 'risky-local-variable t) 25372(put 'server-host 'risky-local-variable t)
@@ -25418,7 +25433,7 @@ only these files will be asked to be saved.
25418 25433
25419;;;*** 25434;;;***
25420 25435
25421;;;### (autoloads (ses-mode) "ses" "ses.el" (20119 34052)) 25436;;;### (autoloads (ses-mode) "ses" "ses.el" (20173 2352))
25422;;; Generated autoloads from ses.el 25437;;; Generated autoloads from ses.el
25423 25438
25424(autoload 'ses-mode "ses" "\ 25439(autoload 'ses-mode "ses" "\
@@ -25437,7 +25452,7 @@ These are active only in the minibuffer, when entering or editing a formula:
25437;;;*** 25452;;;***
25438 25453
25439;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 25454;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
25440;;;;;; (20127 24193)) 25455;;;;;; (20167 36027))
25441;;; Generated autoloads from textmodes/sgml-mode.el 25456;;; Generated autoloads from textmodes/sgml-mode.el
25442 25457
25443(autoload 'sgml-mode "sgml-mode" "\ 25458(autoload 'sgml-mode "sgml-mode" "\
@@ -25503,7 +25518,7 @@ To work around that, do:
25503;;;*** 25518;;;***
25504 25519
25505;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 25520;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25506;;;;;; (20120 43373)) 25521;;;;;; (20168 40835))
25507;;; Generated autoloads from progmodes/sh-script.el 25522;;; Generated autoloads from progmodes/sh-script.el
25508(put 'sh-shell 'safe-local-variable 'symbolp) 25523(put 'sh-shell 'safe-local-variable 'symbolp)
25509 25524
@@ -25658,7 +25673,7 @@ Set up file shadowing.
25658;;;*** 25673;;;***
25659 25674
25660;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 25675;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25661;;;;;; (20126 50438)) 25676;;;;;; (20168 40835))
25662;;; Generated autoloads from shell.el 25677;;; Generated autoloads from shell.el
25663 25678
25664(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25679(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25706,8 +25721,8 @@ Otherwise, one argument `-i' is passed to the shell.
25706 25721
25707;;;*** 25722;;;***
25708 25723
25709;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20119 25724;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20172
25710;;;;;; 34052)) 25725;;;;;; 34261))
25711;;; Generated autoloads from gnus/shr.el 25726;;; Generated autoloads from gnus/shr.el
25712 25727
25713(autoload 'shr-insert-document "shr" "\ 25728(autoload 'shr-insert-document "shr" "\
@@ -25718,7 +25733,7 @@ Otherwise, one argument `-i' is passed to the shell.
25718;;;*** 25733;;;***
25719 25734
25720;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 25735;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25721;;;;;; "sieve" "gnus/sieve.el" (20119 34052)) 25736;;;;;; "sieve" "gnus/sieve.el" (20166 6221))
25722;;; Generated autoloads from gnus/sieve.el 25737;;; Generated autoloads from gnus/sieve.el
25723 25738
25724(autoload 'sieve-manage "sieve" "\ 25739(autoload 'sieve-manage "sieve" "\
@@ -25957,7 +25972,7 @@ interactively. If there's no argument, do it at the current buffer.
25957;;;*** 25972;;;***
25958 25973
25959;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 25974;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25960;;;;;; "mail/smtpmail.el" (20119 34052)) 25975;;;;;; "mail/smtpmail.el" (20168 40835))
25961;;; Generated autoloads from mail/smtpmail.el 25976;;; Generated autoloads from mail/smtpmail.el
25962 25977
25963(autoload 'smtpmail-send-it "smtpmail" "\ 25978(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25996,7 +26011,7 @@ Snake mode keybindings:
25996;;;*** 26011;;;***
25997 26012
25998;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 26013;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
25999;;;;;; (20119 34052)) 26014;;;;;; (20161 61915))
26000;;; Generated autoloads from net/snmp-mode.el 26015;;; Generated autoloads from net/snmp-mode.el
26001 26016
26002(autoload 'snmp-mode "snmp-mode" "\ 26017(autoload 'snmp-mode "snmp-mode" "\
@@ -26041,8 +26056,8 @@ This function is suitable for execution in a .emacs file.
26041 26056
26042;;;*** 26057;;;***
26043 26058
26044;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20119 26059;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20166
26045;;;;;; 34052)) 26060;;;;;; 6221))
26046;;; Generated autoloads from play/solitaire.el 26061;;; Generated autoloads from play/solitaire.el
26047 26062
26048(autoload 'solitaire "solitaire" "\ 26063(autoload 'solitaire "solitaire" "\
@@ -26263,8 +26278,8 @@ From a program takes two point or marker arguments, BEG and END.
26263 26278
26264;;;*** 26279;;;***
26265 26280
26266;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20119 26281;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20167
26267;;;;;; 34052)) 26282;;;;;; 36027))
26268;;; Generated autoloads from gnus/spam.el 26283;;; Generated autoloads from gnus/spam.el
26269 26284
26270(autoload 'spam-initialize "spam" "\ 26285(autoload 'spam-initialize "spam" "\
@@ -26280,7 +26295,7 @@ installed through `spam-necessary-extra-headers'.
26280 26295
26281;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 26296;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
26282;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 26297;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
26283;;;;;; "gnus/spam-report.el" (20119 34052)) 26298;;;;;; "gnus/spam-report.el" (20166 6221))
26284;;; Generated autoloads from gnus/spam-report.el 26299;;; Generated autoloads from gnus/spam-report.el
26285 26300
26286(autoload 'spam-report-process-queue "spam-report" "\ 26301(autoload 'spam-report-process-queue "spam-report" "\
@@ -26323,7 +26338,7 @@ Spam reports will be queued with the method used when
26323;;;*** 26338;;;***
26324 26339
26325;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 26340;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
26326;;;;;; "speedbar.el" (20119 34052)) 26341;;;;;; "speedbar.el" (20177 52156))
26327;;; Generated autoloads from speedbar.el 26342;;; Generated autoloads from speedbar.el
26328 26343
26329(defalias 'speedbar 'speedbar-frame-mode) 26344(defalias 'speedbar 'speedbar-frame-mode)
@@ -26367,7 +26382,7 @@ Return a vector containing the lines from `spook-phrases-file'.
26367;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 26382;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
26368;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 26383;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
26369;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 26384;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
26370;;;;;; (20119 34052)) 26385;;;;;; (20177 52156))
26371;;; Generated autoloads from progmodes/sql.el 26386;;; Generated autoloads from progmodes/sql.el
26372 26387
26373(autoload 'sql-add-product-keywords "sql" "\ 26388(autoload 'sql-add-product-keywords "sql" "\
@@ -26863,7 +26878,7 @@ buffer.
26863;;;*** 26878;;;***
26864 26879
26865;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 26880;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26866;;;;;; (20119 34052)) 26881;;;;;; (20161 61915))
26867;;; Generated autoloads from cedet/srecode/srt-mode.el 26882;;; Generated autoloads from cedet/srecode/srt-mode.el
26868 26883
26869(autoload 'srecode-template-mode "srecode/srt-mode" "\ 26884(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -26876,7 +26891,7 @@ Major-mode for writing SRecode macros.
26876;;;*** 26891;;;***
26877 26892
26878;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 26893;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
26879;;;;;; (20119 34052)) 26894;;;;;; (20175 42237))
26880;;; Generated autoloads from gnus/starttls.el 26895;;; Generated autoloads from gnus/starttls.el
26881 26896
26882(autoload 'starttls-open-stream "starttls" "\ 26897(autoload 'starttls-open-stream "starttls" "\
@@ -26893,7 +26908,7 @@ BUFFER is the buffer (or `buffer-name') to associate with the process.
26893Third arg is name of the host to connect to, or its IP address. 26908Third arg is name of the host to connect to, or its IP address.
26894Fourth arg PORT is an integer specifying a port to connect to. 26909Fourth arg PORT is an integer specifying a port to connect to.
26895If `starttls-use-gnutls' is nil, this may also be a service name, but 26910If `starttls-use-gnutls' is nil, this may also be a service name, but
26896GNUTLS requires a port number. 26911GnuTLS requires a port number.
26897 26912
26898\(fn NAME BUFFER HOST PORT)" nil nil) 26913\(fn NAME BUFFER HOST PORT)" nil nil)
26899 26914
@@ -27191,7 +27206,7 @@ The variable `tab-width' controls the spacing of tab stops.
27191;;;;;; table-recognize table-insert-row-column table-insert-column 27206;;;;;; table-recognize table-insert-row-column table-insert-column
27192;;;;;; table-insert-row table-insert table-point-left-cell-hook 27207;;;;;; table-insert-row table-insert table-point-left-cell-hook
27193;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 27208;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
27194;;;;;; "table" "textmodes/table.el" (20119 34052)) 27209;;;;;; "table" "textmodes/table.el" (20179 5306))
27195;;; Generated autoloads from textmodes/table.el 27210;;; Generated autoloads from textmodes/table.el
27196 27211
27197(defvar table-cell-map-hook nil "\ 27212(defvar table-cell-map-hook nil "\
@@ -27780,7 +27795,7 @@ converts a table into plain text without frames. It is a companion to
27780;;;*** 27795;;;***
27781 27796
27782;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el" 27797;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el"
27783;;;;;; (20119 34052)) 27798;;;;;; (20169 56777))
27784;;; Generated autoloads from emacs-lisp/tabulated-list.el 27799;;; Generated autoloads from emacs-lisp/tabulated-list.el
27785 27800
27786(autoload 'tabulated-list-mode "tabulated-list" "\ 27801(autoload 'tabulated-list-mode "tabulated-list" "\
@@ -27837,7 +27852,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
27837 27852
27838;;;*** 27853;;;***
27839 27854
27840;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20129 34168)) 27855;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20161 61915))
27841;;; Generated autoloads from tar-mode.el 27856;;; Generated autoloads from tar-mode.el
27842 27857
27843(autoload 'tar-mode "tar-mode" "\ 27858(autoload 'tar-mode "tar-mode" "\
@@ -27861,7 +27876,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27861;;;*** 27876;;;***
27862 27877
27863;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 27878;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
27864;;;;;; "progmodes/tcl.el" (20119 34052)) 27879;;;;;; "progmodes/tcl.el" (20164 31636))
27865;;; Generated autoloads from progmodes/tcl.el 27880;;; Generated autoloads from progmodes/tcl.el
27866 27881
27867(autoload 'tcl-mode "tcl" "\ 27882(autoload 'tcl-mode "tcl" "\
@@ -27935,7 +27950,7 @@ Normally input is edited in Emacs and sent a line at a time.
27935;;;*** 27950;;;***
27936 27951
27937;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 27952;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
27938;;;;;; (20119 34052)) 27953;;;;;; (20177 52156))
27939;;; Generated autoloads from term.el 27954;;; Generated autoloads from term.el
27940 27955
27941(autoload 'make-term "term" "\ 27956(autoload 'make-term "term" "\
@@ -27977,8 +27992,8 @@ use in that buffer.
27977 27992
27978;;;*** 27993;;;***
27979 27994
27980;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20119 27995;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20167
27981;;;;;; 34052)) 27996;;;;;; 36027))
27982;;; Generated autoloads from terminal.el 27997;;; Generated autoloads from terminal.el
27983 27998
27984(autoload 'terminal-emulator "terminal" "\ 27999(autoload 'terminal-emulator "terminal" "\
@@ -28015,7 +28030,7 @@ subprocess started.
28015;;;*** 28030;;;***
28016 28031
28017;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 28032;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
28018;;;;;; (20119 34052)) 28033;;;;;; (20173 2352))
28019;;; Generated autoloads from emacs-lisp/testcover.el 28034;;; Generated autoloads from emacs-lisp/testcover.el
28020 28035
28021(autoload 'testcover-this-defun "testcover" "\ 28036(autoload 'testcover-this-defun "testcover" "\
@@ -28056,7 +28071,7 @@ tetris-mode keybindings:
28056;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 28071;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
28057;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 28072;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
28058;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 28073;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
28059;;;;;; (20134 8463)) 28074;;;;;; (20177 52156))
28060;;; Generated autoloads from textmodes/tex-mode.el 28075;;; Generated autoloads from textmodes/tex-mode.el
28061 28076
28062(defvar tex-shell-file-name nil "\ 28077(defvar tex-shell-file-name nil "\
@@ -28358,7 +28373,7 @@ Major mode to edit DocTeX files.
28358;;;*** 28373;;;***
28359 28374
28360;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 28375;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
28361;;;;;; "texinfmt" "textmodes/texinfmt.el" (20119 34052)) 28376;;;;;; "texinfmt" "textmodes/texinfmt.el" (20166 6221))
28362;;; Generated autoloads from textmodes/texinfmt.el 28377;;; Generated autoloads from textmodes/texinfmt.el
28363 28378
28364(autoload 'texinfo-format-buffer "texinfmt" "\ 28379(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -28484,7 +28499,7 @@ value of `texinfo-mode-hook'.
28484 28499
28485;;;### (autoloads (thai-composition-function thai-compose-buffer 28500;;;### (autoloads (thai-composition-function thai-compose-buffer
28486;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 28501;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
28487;;;;;; (20119 34052)) 28502;;;;;; (20169 56777))
28488;;; Generated autoloads from language/thai-util.el 28503;;; Generated autoloads from language/thai-util.el
28489 28504
28490(autoload 'thai-compose-region "thai-util" "\ 28505(autoload 'thai-compose-region "thai-util" "\
@@ -28576,7 +28591,7 @@ Return the Lisp list at point, or nil if none is found.
28576 28591
28577;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 28592;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28578;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 28593;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28579;;;;;; (20119 34052)) 28594;;;;;; (20169 56777))
28580;;; Generated autoloads from thumbs.el 28595;;; Generated autoloads from thumbs.el
28581 28596
28582(autoload 'thumbs-find-thumb "thumbs" "\ 28597(autoload 'thumbs-find-thumb "thumbs" "\
@@ -28614,8 +28629,8 @@ In dired, call the setroot program on the image at point.
28614;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 28629;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
28615;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 28630;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
28616;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 28631;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
28617;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20119 28632;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20175
28618;;;;;; 34052)) 28633;;;;;; 42237))
28619;;; Generated autoloads from language/tibet-util.el 28634;;; Generated autoloads from language/tibet-util.el
28620 28635
28621(autoload 'tibetan-char-p "tibet-util" "\ 28636(autoload 'tibetan-char-p "tibet-util" "\
@@ -28938,7 +28953,7 @@ With ARG, turn time stamping on if and only if arg is positive.
28938;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 28953;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
28939;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 28954;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
28940;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 28955;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
28941;;;;;; (20119 34052)) 28956;;;;;; (20166 6221))
28942;;; Generated autoloads from calendar/timeclock.el 28957;;; Generated autoloads from calendar/timeclock.el
28943 28958
28944(autoload 'timeclock-modeline-display "timeclock" "\ 28959(autoload 'timeclock-modeline-display "timeclock" "\
@@ -29038,7 +29053,7 @@ relative only to the time worked today, and not to past time.
29038;;;*** 29053;;;***
29039 29054
29040;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 29055;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
29041;;;;;; "international/titdic-cnv.el" (20119 34052)) 29056;;;;;; "international/titdic-cnv.el" (20175 42237))
29042;;; Generated autoloads from international/titdic-cnv.el 29057;;; Generated autoloads from international/titdic-cnv.el
29043 29058
29044(autoload 'titdic-convert "titdic-cnv" "\ 29059(autoload 'titdic-convert "titdic-cnv" "\
@@ -29061,7 +29076,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
29061;;;*** 29076;;;***
29062 29077
29063;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 29078;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
29064;;;;;; "tmm.el" (20119 34052)) 29079;;;;;; "tmm.el" (20163 11019))
29065;;; Generated autoloads from tmm.el 29080;;; Generated autoloads from tmm.el
29066 (define-key global-map "\M-`" 'tmm-menubar) 29081 (define-key global-map "\M-`" 'tmm-menubar)
29067 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 29082 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -29101,7 +29116,7 @@ Its value should be an event that has a binding in MENU.
29101 29116
29102;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 29117;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
29103;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 29118;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
29104;;;;;; "todo-mode" "calendar/todo-mode.el" (20119 34052)) 29119;;;;;; "todo-mode" "calendar/todo-mode.el" (20168 40835))
29105;;; Generated autoloads from calendar/todo-mode.el 29120;;; Generated autoloads from calendar/todo-mode.el
29106 29121
29107(autoload 'todo-add-category "todo-mode" "\ 29122(autoload 'todo-add-category "todo-mode" "\
@@ -29344,7 +29359,7 @@ BUFFER defaults to `trace-buffer'.
29344;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 29359;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
29345;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 29360;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
29346;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 29361;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
29347;;;;;; "net/tramp.el" (20127 27092)) 29362;;;;;; "net/tramp.el" (20179 5306))
29348;;; Generated autoloads from net/tramp.el 29363;;; Generated autoloads from net/tramp.el
29349 29364
29350(defvar tramp-mode t "\ 29365(defvar tramp-mode t "\
@@ -29487,8 +29502,8 @@ Discard Tramp from loading remote files.
29487 29502
29488;;;*** 29503;;;***
29489 29504
29490;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20140 29505;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20177
29491;;;;;; 41907)) 29506;;;;;; 52156))
29492;;; Generated autoloads from tutorial.el 29507;;; Generated autoloads from tutorial.el
29493 29508
29494(autoload 'help-with-tutorial "tutorial" "\ 29509(autoload 'help-with-tutorial "tutorial" "\
@@ -29862,7 +29877,7 @@ which specify the range to operate on.
29862;;;*** 29877;;;***
29863 29878
29864;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 29879;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
29865;;;;;; (20119 34052)) 29880;;;;;; (20173 2352))
29866;;; Generated autoloads from mail/unrmail.el 29881;;; Generated autoloads from mail/unrmail.el
29867 29882
29868(autoload 'batch-unrmail "unrmail" "\ 29883(autoload 'batch-unrmail "unrmail" "\
@@ -29895,7 +29910,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29895;;;*** 29910;;;***
29896 29911
29897;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 29912;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
29898;;;;;; "url/url.el" (20119 34052)) 29913;;;;;; "url/url.el" (20163 6516))
29899;;; Generated autoloads from url/url.el 29914;;; Generated autoloads from url/url.el
29900 29915
29901(autoload 'url-retrieve "url" "\ 29916(autoload 'url-retrieve "url" "\
@@ -30011,7 +30026,7 @@ Extract FNAM from the local disk cache.
30011;;;*** 30026;;;***
30012 30027
30013;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 30028;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
30014;;;;;; "url/url-dav.el" (20119 34052)) 30029;;;;;; "url/url-dav.el" (20168 40835))
30015;;; Generated autoloads from url/url-dav.el 30030;;; Generated autoloads from url/url-dav.el
30016 30031
30017(autoload 'url-dav-supported-p "url-dav" "\ 30032(autoload 'url-dav-supported-p "url-dav" "\
@@ -30113,7 +30128,7 @@ accessible.
30113;;;*** 30128;;;***
30114 30129
30115;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 30130;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
30116;;;;;; url-http) "url-http" "url/url-http.el" (20119 34052)) 30131;;;;;; url-http) "url-http" "url/url-http.el" (20167 36027))
30117;;; Generated autoloads from url/url-http.el 30132;;; Generated autoloads from url/url-http.el
30118 30133
30119(autoload 'url-http "url-http" "\ 30134(autoload 'url-http "url-http" "\
@@ -30189,8 +30204,8 @@ HTTPS retrievals are asynchronous.")
30189 30204
30190;;;*** 30205;;;***
30191 30206
30192;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20119 30207;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20166
30193;;;;;; 34052)) 30208;;;;;; 6221))
30194;;; Generated autoloads from url/url-ldap.el 30209;;; Generated autoloads from url/url-ldap.el
30195 30210
30196(autoload 'url-ldap "url-ldap" "\ 30211(autoload 'url-ldap "url-ldap" "\
@@ -30591,8 +30606,8 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
30591;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers 30606;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
30592;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff 30607;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
30593;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 30608;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
30594;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20128 30609;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20173
30595;;;;;; 38948)) 30610;;;;;; 2352))
30596;;; Generated autoloads from vc/vc.el 30611;;; Generated autoloads from vc/vc.el
30597 30612
30598(defvar vc-checkout-hook nil "\ 30613(defvar vc-checkout-hook nil "\
@@ -30912,7 +30927,7 @@ mode-specific menu. `vc-annotate-color-map' and
30912 30927
30913;;;*** 30928;;;***
30914 30929
30915;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20119 34052)) 30930;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20168 40835))
30916;;; Generated autoloads from vc/vc-arch.el 30931;;; Generated autoloads from vc/vc-arch.el
30917 (defun vc-arch-registered (file) 30932 (defun vc-arch-registered (file)
30918 (if (vc-find-root file "{arch}/=tagging-method") 30933 (if (vc-find-root file "{arch}/=tagging-method")
@@ -30922,13 +30937,14 @@ mode-specific menu. `vc-annotate-color-map' and
30922 30937
30923;;;*** 30938;;;***
30924 30939
30925;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20127 27092)) 30940;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20175 42237))
30926;;; Generated autoloads from vc/vc-bzr.el 30941;;; Generated autoloads from vc/vc-bzr.el
30927 30942
30928(defconst vc-bzr-admin-dirname ".bzr" "\ 30943(defconst vc-bzr-admin-dirname ".bzr" "\
30929Name of the directory containing Bzr repository status files.") 30944Name of the directory containing Bzr repository status files.")
30930 30945
30931(defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format")) 30946(defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format") "\
30947Name of the format file in a .bzr directory.")
30932 (defun vc-bzr-registered (file) 30948 (defun vc-bzr-registered (file)
30933 (if (vc-find-root file vc-bzr-admin-checkout-format-file) 30949 (if (vc-find-root file vc-bzr-admin-checkout-format-file)
30934 (progn 30950 (progn
@@ -30937,9 +30953,10 @@ Name of the directory containing Bzr repository status files.")
30937 30953
30938;;;*** 30954;;;***
30939 30955
30940;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20119 34052)) 30956;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20175 42237))
30941;;; Generated autoloads from vc/vc-cvs.el 30957;;; Generated autoloads from vc/vc-cvs.el
30942 (defun vc-cvs-registered (f) 30958(defun vc-cvs-registered (f)
30959 "Return non-nil if file F is registered with CVS."
30943 (when (file-readable-p (expand-file-name 30960 (when (file-readable-p (expand-file-name
30944 "CVS/Entries" (file-name-directory f))) 30961 "CVS/Entries" (file-name-directory f)))
30945 (load "vc-cvs") 30962 (load "vc-cvs")
@@ -30947,7 +30964,7 @@ Name of the directory containing Bzr repository status files.")
30947 30964
30948;;;*** 30965;;;***
30949 30966
30950;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20119 34052)) 30967;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20168 40835))
30951;;; Generated autoloads from vc/vc-dir.el 30968;;; Generated autoloads from vc/vc-dir.el
30952 30969
30953(autoload 'vc-dir "vc-dir" "\ 30970(autoload 'vc-dir "vc-dir" "\
@@ -30972,7 +30989,7 @@ These are the commands available for use in the file status buffer:
30972;;;*** 30989;;;***
30973 30990
30974;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 30991;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
30975;;;;;; (20119 34052)) 30992;;;;;; (20169 56777))
30976;;; Generated autoloads from vc/vc-dispatcher.el 30993;;; Generated autoloads from vc/vc-dispatcher.el
30977 30994
30978(autoload 'vc-do-command "vc-dispatcher" "\ 30995(autoload 'vc-do-command "vc-dispatcher" "\
@@ -31017,12 +31034,14 @@ case, and the process object in the asynchronous case.
31017 31034
31018;;;*** 31035;;;***
31019 31036
31020;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20119 34052)) 31037;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20175 42237))
31021;;; Generated autoloads from vc/vc-mtn.el 31038;;; Generated autoloads from vc/vc-mtn.el
31022 31039
31023(defconst vc-mtn-admin-dir "_MTN") 31040(defconst vc-mtn-admin-dir "_MTN" "\
31041Name of the monotone directory.")
31024 31042
31025(defconst vc-mtn-admin-format (concat vc-mtn-admin-dir "/format")) 31043(defconst vc-mtn-admin-format (concat vc-mtn-admin-dir "/format") "\
31044Name of the monotone directory's format file.")
31026 (defun vc-mtn-registered (file) 31045 (defun vc-mtn-registered (file)
31027 (if (vc-find-root file vc-mtn-admin-format) 31046 (if (vc-find-root file vc-mtn-admin-format)
31028 (progn 31047 (progn
@@ -31032,7 +31051,7 @@ case, and the process object in the asynchronous case.
31032;;;*** 31051;;;***
31033 31052
31034;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 31053;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
31035;;;;;; (20119 34052)) 31054;;;;;; (20161 61915))
31036;;; Generated autoloads from vc/vc-rcs.el 31055;;; Generated autoloads from vc/vc-rcs.el
31037 31056
31038(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 31057(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -31063,7 +31082,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31063 31082
31064;;;*** 31083;;;***
31065 31084
31066;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20119 34052)) 31085;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20163 6516))
31067;;; Generated autoloads from vc/vc-svn.el 31086;;; Generated autoloads from vc/vc-svn.el
31068 (defun vc-svn-registered (f) 31087 (defun vc-svn-registered (f)
31069 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 31088 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -31135,7 +31154,7 @@ Key bindings:
31135;;;*** 31154;;;***
31136 31155
31137;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 31156;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
31138;;;;;; (20119 34052)) 31157;;;;;; (20173 62431))
31139;;; Generated autoloads from progmodes/verilog-mode.el 31158;;; Generated autoloads from progmodes/verilog-mode.el
31140 31159
31141(autoload 'verilog-mode "verilog-mode" "\ 31160(autoload 'verilog-mode "verilog-mode" "\
@@ -31272,7 +31291,7 @@ Key bindings specific to `verilog-mode-map' are:
31272;;;*** 31291;;;***
31273 31292
31274;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 31293;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
31275;;;;;; (20127 25049)) 31294;;;;;; (20168 40835))
31276;;; Generated autoloads from progmodes/vhdl-mode.el 31295;;; Generated autoloads from progmodes/vhdl-mode.el
31277 31296
31278(autoload 'vhdl-mode "vhdl-mode" "\ 31297(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31724,10 +31743,10 @@ Usage:
31724 31743
31725 31744
31726 PRINTING: 31745 PRINTING:
31727 Postscript printing with different faces (an optimized set of faces is 31746 PostScript printing with different faces (an optimized set of faces is
31728 used if `vhdl-print-customize-faces' is non-nil) or colors (if 31747 used if `vhdl-print-customize-faces' is non-nil) or colors (if
31729 `ps-print-color-p' is non-nil) is possible using the standard Emacs 31748 `ps-print-color-p' is non-nil) is possible using the standard Emacs
31730 postscript printing commands. Option `vhdl-print-two-column' defines 31749 PostScript printing commands. Option `vhdl-print-two-column' defines
31731 appropriate default settings for nice landscape two-column printing. 31750 appropriate default settings for nice landscape two-column printing.
31732 The paper format can be set by option `ps-paper-type'. Do not forget to 31751 The paper format can be set by option `ps-paper-type'. Do not forget to
31733 switch `ps-print-color-p' to nil for printing on black-and-white 31752 switch `ps-print-color-p' to nil for printing on black-and-white
@@ -31916,7 +31935,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31916;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 31935;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
31917;;;;;; view-buffer view-file-other-frame view-file-other-window 31936;;;;;; view-buffer view-file-other-frame view-file-other-window
31918;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 31937;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
31919;;;;;; "view" "view.el" (20126 50686)) 31938;;;;;; "view" "view.el" (20173 62431))
31920;;; Generated autoloads from view.el 31939;;; Generated autoloads from view.el
31921 31940
31922(defvar view-remove-frame-by-deleting t "\ 31941(defvar view-remove-frame-by-deleting t "\
@@ -32175,7 +32194,7 @@ Turn on VIP emulation of VI.
32175;;;*** 32194;;;***
32176 32195
32177;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 32196;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
32178;;;;;; (20119 34052)) 32197;;;;;; (20167 36027))
32179;;; Generated autoloads from emulation/viper.el 32198;;; Generated autoloads from emulation/viper.el
32180 32199
32181(autoload 'toggle-viper-mode "viper" "\ 32200(autoload 'toggle-viper-mode "viper" "\
@@ -32282,7 +32301,7 @@ this is equivalent to `display-warning', using
32282;;;*** 32301;;;***
32283 32302
32284;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 32303;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
32285;;;;;; (20119 34052)) 32304;;;;;; (20173 62431))
32286;;; Generated autoloads from wdired.el 32305;;; Generated autoloads from wdired.el
32287 32306
32288(autoload 'wdired-change-to-wdired-mode "wdired" "\ 32307(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -32298,7 +32317,7 @@ See `wdired-mode'.
32298 32317
32299;;;*** 32318;;;***
32300 32319
32301;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20119 34052)) 32320;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20161 61915))
32302;;; Generated autoloads from net/webjump.el 32321;;; Generated autoloads from net/webjump.el
32303 32322
32304(autoload 'webjump "webjump" "\ 32323(autoload 'webjump "webjump" "\
@@ -32348,7 +32367,7 @@ in certain major modes.
32348;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 32367;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
32349;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 32368;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
32350;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 32369;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
32351;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20142 405)) 32370;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20177 52156))
32352;;; Generated autoloads from whitespace.el 32371;;; Generated autoloads from whitespace.el
32353 32372
32354(autoload 'whitespace-mode "whitespace" "\ 32373(autoload 'whitespace-mode "whitespace" "\
@@ -32773,8 +32792,8 @@ Minor mode for traversing widgets.
32773;;;*** 32792;;;***
32774 32793
32775;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 32794;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32776;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20119 32795;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20163
32777;;;;;; 34052)) 32796;;;;;; 6516))
32778;;; Generated autoloads from wid-edit.el 32797;;; Generated autoloads from wid-edit.el
32779 32798
32780(autoload 'widgetp "wid-edit" "\ 32799(autoload 'widgetp "wid-edit" "\
@@ -32817,8 +32836,8 @@ Setup current buffer so editing string widgets works.
32817;;;*** 32836;;;***
32818 32837
32819;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 32838;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
32820;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20119 32839;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20161
32821;;;;;; 34052)) 32840;;;;;; 61915))
32822;;; Generated autoloads from windmove.el 32841;;; Generated autoloads from windmove.el
32823 32842
32824(autoload 'windmove-left "windmove" "\ 32843(autoload 'windmove-left "windmove" "\
@@ -32890,7 +32909,7 @@ With arg, turn Winner mode on if and only if arg is positive.
32890;;;*** 32909;;;***
32891 32910
32892;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 32911;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
32893;;;;;; woman woman-locale) "woman" "woman.el" (20119 34052)) 32912;;;;;; woman woman-locale) "woman" "woman.el" (20168 40835))
32894;;; Generated autoloads from woman.el 32913;;; Generated autoloads from woman.el
32895 32914
32896(defvar woman-locale nil "\ 32915(defvar woman-locale nil "\
@@ -33051,7 +33070,7 @@ The key bindings are:
33051 33070
33052;;;*** 33071;;;***
33053 33072
33054;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20127 25788)) 33073;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20175 42237))
33055;;; Generated autoloads from net/xesam.el 33074;;; Generated autoloads from net/xesam.el
33056 33075
33057(autoload 'xesam-search "xesam" "\ 33076(autoload 'xesam-search "xesam" "\
@@ -33071,7 +33090,7 @@ Example:
33071;;;*** 33090;;;***
33072 33091
33073;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 33092;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
33074;;;;;; (20119 34052)) 33093;;;;;; (20168 40835))
33075;;; Generated autoloads from xml.el 33094;;; Generated autoloads from xml.el
33076 33095
33077(autoload 'xml-parse-file "xml" "\ 33096(autoload 'xml-parse-file "xml" "\
@@ -33397,8 +33416,8 @@ Zone out, completely.
33397;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" 33416;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el"
33398;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 33417;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
33399;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" 33418;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el"
33400;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20142 33419;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20182
33401;;;;;; 850 416521)) 33420;;;;;; 21665 750715))
33402 33421
33403;;;*** 33422;;;***
33404 33423
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index ce00e82cdd4..6cbeadc0bba 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.91"/ 62/^#undef VERSION/s/^.*$/#define VERSION "24.0.92"/
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 ca5b0671268..61a8a28f3a9 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.91 Copyright (C) 2011 Free Software Foundation, Inc.</string> 556 <string>Emacs 24.0.92 Copyright (C) 2011 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.91</string> 569 <string>24.0.92</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 21e4dd977ca..438a6103f5e 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.91"; 4CFBundleShortVersionString = "Version 24.0.92";
5CFBundleGetInfoString = "Emacs version 24.0.91, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 24.0.92, NS Windowing";
6NSHumanReadableCopyright = "Copyright (C) 2011 Free Software Foundation, Inc."; 6NSHumanReadableCopyright = "Copyright (C) 2011 Free Software Foundation, Inc.";
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
index 5ccb7b38a5b..1b8926e9ef6 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.91 4Version=24.0.92
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 7212ef41f41..9747ed25a2a 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.91"; 5 ApplicationRelease = "24.0.92";
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) 2011 Free Software Foundation, Inc."; 14 Copyright = "Copyright (C) 2011 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.91, NS Windowing"; 16 FullVersionID = "Emacs 24.0.92, 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 77297e3db25..c77faccb3b4 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.91" 331#define VERSION "24.0.92"
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 9f7fc6f14aa..479a228bb69 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,91,0 10 FILEVERSION 24,0,92,0
11 PRODUCTVERSION 24,0,91,0 11 PRODUCTVERSION 24,0,92,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, 91, 0\0" 28 VALUE "FileVersion", "24, 0, 92, 0\0"
29 VALUE "InternalName", "Emacs\0" 29 VALUE "InternalName", "Emacs\0"
30 VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" 30 VALUE "LegalCopyright", "Copyright (C) 2001-2011\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, 91, 0\0" 33 VALUE "ProductVersion", "24, 0, 92, 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 6de1daeb959..b653e1fb952 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,91,0 8 FILEVERSION 24,0,92,0
9 PRODUCTVERSION 24,0,91,0 9 PRODUCTVERSION 24,0,92,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, 91, 0\0" 26 VALUE "FileVersion", "24, 0, 92, 0\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001-2011\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, 91, 0\0" 31 VALUE "ProductVersion", "24, 0, 92, 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 194f0759bbf..a474e34eaa5 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.91 25VERSION = 24.0.92
26 26
27TMP_DIST_DIR = emacs-$(VERSION) 27TMP_DIST_DIR = emacs-$(VERSION)
28 28