aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-01-14 22:50:47 -0500
committerChong Yidong2011-01-14 22:50:47 -0500
commit9f19b8ddfe3a46d8a5ae86b6c8d2394562d02843 (patch)
tree2776a388a3be41c2cca6cb5445b7adc75f190bd3
parentbb033b5f612524de2410c8491170b008a04e8994 (diff)
downloademacs-pretest-23.2.92.tar.gz
emacs-pretest-23.2.92.zip
Bump version to 23.2.92.emacs-pretest-23.2.92
Regenerate AUTHORS, configure, and ldefs-boot.el.
-rw-r--r--README2
-rwxr-xr-xconfigure18
-rw-r--r--configure.in2
-rw-r--r--doc/emacs/emacs.texi2
-rw-r--r--doc/lispref/book-spine.texinfo2
-rw-r--r--doc/lispref/elisp.texi2
-rw-r--r--doc/lispref/vol1.texi2
-rw-r--r--doc/lispref/vol2.texi2
-rw-r--r--doc/man/emacs.12
-rw-r--r--doc/misc/faq.texi2
-rw-r--r--etc/AUTHORS42
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lisp/ldefs-boot.el1402
-rw-r--r--lisp/mail/rmail.el2
-rw-r--r--lisp/version.el2
-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/emacs.rc8
-rw-r--r--nt/emacsclient.rc8
21 files changed, 761 insertions, 755 deletions
diff --git a/README b/README
index b40eedfc83d..e002fced996 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
5 5
6This directory tree holds version 23.2.91 of GNU Emacs, the extensible, 6This directory tree holds version 23.2.92 of GNU Emacs, the extensible,
7customizable, self-documenting real-time display editor. 7customizable, self-documenting real-time display editor.
8 8
9The file INSTALL in this directory says how to build and install GNU 9The file INSTALL in this directory says how to build and install GNU
diff --git a/configure b/configure
index b408648498b..c26ba818f26 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.67 for emacs 23.2.91. 3# Generated by GNU Autoconf 2.67 for emacs 23.2.92.
4# 4#
5# 5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -549,8 +549,8 @@ MAKEFLAGS=
549# Identity of this package. 549# Identity of this package.
550PACKAGE_NAME='emacs' 550PACKAGE_NAME='emacs'
551PACKAGE_TARNAME='emacs' 551PACKAGE_TARNAME='emacs'
552PACKAGE_VERSION='23.2.91' 552PACKAGE_VERSION='23.2.92'
553PACKAGE_STRING='emacs 23.2.91' 553PACKAGE_STRING='emacs 23.2.92'
554PACKAGE_BUGREPORT='' 554PACKAGE_BUGREPORT=''
555PACKAGE_URL='' 555PACKAGE_URL=''
556 556
@@ -1320,7 +1320,7 @@ if test "$ac_init_help" = "long"; then
1320 # Omit some internal or obsolete options to make the list less imposing. 1320 # Omit some internal or obsolete options to make the list less imposing.
1321 # This message is too long to be a string in the A/UX 3.1 sh. 1321 # This message is too long to be a string in the A/UX 3.1 sh.
1322 cat <<_ACEOF 1322 cat <<_ACEOF
1323\`configure' configures emacs 23.2.91 to adapt to many kinds of systems. 1323\`configure' configures emacs 23.2.92 to adapt to many kinds of systems.
1324 1324
1325Usage: $0 [OPTION]... [VAR=VALUE]... 1325Usage: $0 [OPTION]... [VAR=VALUE]...
1326 1326
@@ -1394,7 +1394,7 @@ fi
1394 1394
1395if test -n "$ac_init_help"; then 1395if test -n "$ac_init_help"; then
1396 case $ac_init_help in 1396 case $ac_init_help in
1397 short | recursive ) echo "Configuration of emacs 23.2.91:";; 1397 short | recursive ) echo "Configuration of emacs 23.2.92:";;
1398 esac 1398 esac
1399 cat <<\_ACEOF 1399 cat <<\_ACEOF
1400 1400
@@ -1540,7 +1540,7 @@ fi
1540test -n "$ac_init_help" && exit $ac_status 1540test -n "$ac_init_help" && exit $ac_status
1541if $ac_init_version; then 1541if $ac_init_version; then
1542 cat <<\_ACEOF 1542 cat <<\_ACEOF
1543emacs configure 23.2.91 1543emacs configure 23.2.92
1544generated by GNU Autoconf 2.67 1544generated by GNU Autoconf 2.67
1545 1545
1546Copyright (C) 2010 Free Software Foundation, Inc. 1546Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2091,7 +2091,7 @@ cat >config.log <<_ACEOF
2091This file contains any messages produced by compilers while 2091This file contains any messages produced by compilers while
2092running configure, to aid debugging if configure makes a mistake. 2092running configure, to aid debugging if configure makes a mistake.
2093 2093
2094It was created by emacs $as_me 23.2.91, which was 2094It was created by emacs $as_me 23.2.92, which was
2095generated by GNU Autoconf 2.67. Invocation command line was 2095generated by GNU Autoconf 2.67. Invocation command line was
2096 2096
2097 $ $0 $@ 2097 $ $0 $@
@@ -14011,7 +14011,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14011# report actual input values of CONFIG_FILES etc. instead of their 14011# report actual input values of CONFIG_FILES etc. instead of their
14012# values after options handling. 14012# values after options handling.
14013ac_log=" 14013ac_log="
14014This file was extended by emacs $as_me 23.2.91, which was 14014This file was extended by emacs $as_me 23.2.92, which was
14015generated by GNU Autoconf 2.67. Invocation command line was 14015generated by GNU Autoconf 2.67. Invocation command line was
14016 14016
14017 CONFIG_FILES = $CONFIG_FILES 14017 CONFIG_FILES = $CONFIG_FILES
@@ -14077,7 +14077,7 @@ _ACEOF
14077cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14077cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14078ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 14078ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14079ac_cs_version="\\ 14079ac_cs_version="\\
14080emacs config.status 23.2.91 14080emacs config.status 23.2.92
14081configured by $0, generated by GNU Autoconf 2.67, 14081configured by $0, generated by GNU Autoconf 2.67,
14082 with options \\"\$ac_cs_config\\" 14082 with options \\"\$ac_cs_config\\"
14083 14083
diff --git a/configure.in b/configure.in
index b15a0bf7a7f..b75f965cfa7 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.62) 24AC_PREREQ(2.62)
25AC_INIT(emacs, 23.2.91) 25AC_INIT(emacs, 23.2.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)
28 28
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 069c777a51b..84a1a72ecb2 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -5,7 +5,7 @@
5 5
6@c The edition number appears in several places in this file 6@c The edition number appears in several places in this file
7@set EDITION Sixteenth 7@set EDITION Sixteenth
8@set EMACSVER 23.2.91 8@set EMACSVER 23.2.92
9 9
10@copying 10@copying
11This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* 11This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
diff --git a/doc/lispref/book-spine.texinfo b/doc/lispref/book-spine.texinfo
index 849d7edc8eb..d5688d592a9 100644
--- a/doc/lispref/book-spine.texinfo
+++ b/doc/lispref/book-spine.texinfo
@@ -11,7 +11,7 @@
11@center @titlefont{GNU Emacs Lisp Reference Manual} 11@center @titlefont{GNU Emacs Lisp Reference Manual}
12@sp 5 12@sp 5
13@center GNU 13@center GNU
14@center Emacs Version 23.2.91 14@center Emacs Version 23.2.92
15@center for Unix Users 15@center for Unix Users
16@sp 5 16@sp 5
17 17
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 4d03367e807..02cb2aeefc8 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -8,7 +8,7 @@
8@c Please remember to update the edition number in README as well. 8@c Please remember to update the edition number in README as well.
9@c And also the copies in vol1.texi and vol2.texi. 9@c And also the copies in vol1.texi and vol2.texi.
10@set VERSION 3.0 10@set VERSION 3.0
11@set EMACSVER 23.2.91 11@set EMACSVER 23.2.92
12@set DATE July 2009 12@set DATE July 2009
13 13
14@c in general, keep the following line commented out, unless doing a 14@c in general, keep the following line commented out, unless doing a
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi
index c0eabb5e2d9..52c59d1e921 100644
--- a/doc/lispref/vol1.texi
+++ b/doc/lispref/vol1.texi
@@ -27,7 +27,7 @@
27@c Version of the manual and of Emacs. 27@c Version of the manual and of Emacs.
28@c Please remember to update the edition number in README as well. 28@c Please remember to update the edition number in README as well.
29@set VERSION 3.0 29@set VERSION 3.0
30@set EMACSVER 23.2.91 30@set EMACSVER 23.2.92
31@set DATE July 2009 31@set DATE July 2009
32 32
33@dircategory Emacs 33@dircategory Emacs
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi
index cf3505d8a01..6a52860fc84 100644
--- a/doc/lispref/vol2.texi
+++ b/doc/lispref/vol2.texi
@@ -27,7 +27,7 @@
27@c Version of the manual and of Emacs. 27@c Version of the manual and of Emacs.
28@c Please remember to update the edition number in README as well. 28@c Please remember to update the edition number in README as well.
29@set VERSION 3.0 29@set VERSION 3.0
30@set EMACSVER 23.2.91 30@set EMACSVER 23.2.92
31@set DATE July 2009 31@set DATE July 2009
32 32
33@dircategory Emacs 33@dircategory Emacs
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1
index 7b9eb1fd2ad..0279d3cbf69 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 23.2.91" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 23.2.92"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi
index f9db4c50581..29533354bd8 100644
--- a/doc/misc/faq.texi
+++ b/doc/misc/faq.texi
@@ -5,7 +5,7 @@
5@c %**end of header 5@c %**end of header
6 6
7@c This is used in many places 7@c This is used in many places
8@set VER 23.2.91 8@set VER 23.2.92
9 9
10@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>. 10@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>.
11@c Feel free to install changes without prior permission (but I'd 11@c Feel free to install changes without prior permission (but I'd
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 01124fb9b7b..0e47f9c6b07 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -354,6 +354,8 @@ Brad Howes: changed gnus-demon.el
354 354
355Brendan Kehoe: changed hpux9.h 355Brendan Kehoe: changed hpux9.h
356 356
357Brent Goodrick: changed abbrev.el
358
357Brian Cully: changed ns-emacs.texi 359Brian Cully: changed ns-emacs.texi
358 360
359Brian D. Carlstrom: changed gud.el smtpmail.el 361Brian D. Carlstrom: changed gud.el smtpmail.el
@@ -435,10 +437,10 @@ Chip Coldwell: changed font.c
435 437
436Chong Yidong: wrote redisplay-testsuite.el 438Chong Yidong: wrote redisplay-testsuite.el
437and co-wrote longlines.el 439and co-wrote longlines.el
438and changed xdisp.c simple.el files.el display.texi frames.texi 440and changed xdisp.c simple.el files.el display.texi files.texi
439 files.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el 441 frames.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el
440 Makefile.in xfaces.c misc.texi xfns.c font.c image.c startup.el 442 Makefile.in xfaces.c misc.texi xfns.c font.c image.c startup.el
441 text.texi compile.el custom.texi and 653 other files 443 text.texi compile.el configure.in and 655 other files
442 444
443Chris Chase: co-wrote idlw-shell.el idlwave.el 445Chris Chase: co-wrote idlw-shell.el idlwave.el
444 446
@@ -840,8 +842,8 @@ Ed L. Cashin: changed gnus-sum.el imap.el
840Ed Swarthout: changed hexl.el table.el 842Ed Swarthout: changed hexl.el table.el
841 843
842Eduard Wiebe: changed browse-url.el dired.el flymake.texi footnote.el 844Eduard Wiebe: changed browse-url.el dired.el flymake.texi footnote.el
843 javascript.el korean.el locate.el mule-conf.el objects.texi ps-print.el 845 javascript.el korean.el locate.el mule-conf.el nxml-mode.texi
844 vc-rcs.el 846 objects.texi ps-print.el vc-rcs.el
845 847
846Eduardo Muñoz: changed dired.el ls-lisp.el 848Eduardo Muñoz: changed dired.el ls-lisp.el
847 849
@@ -876,10 +878,10 @@ Eli Barzilay: wrote calculator.el
876Eli Tziperman: wrote rmail-spam-filter.el 878Eli Tziperman: wrote rmail-spam-filter.el
877 879
878Eli Zaretskii: wrote rxvt.el tty-colors.el 880Eli Zaretskii: wrote rxvt.el tty-colors.el
879and changed msdos.c makefile.w32-in Makefile.in files.el info.el rmail.el 881and changed msdos.c makefile.w32-in Makefile.in files.el info.el fileio.c
880 fileio.c mainmake.v2 pc-win.el startup.el config.bat simple.el msdos.h 882 rmail.el mainmake.v2 pc-win.el simple.el startup.el config.bat msdos.h
881 w32.c dired.c frame.c menu-bar.el process.c internal.el INSTALL 883 w32.c dired.c frame.c menu-bar.el process.c INSTALL internal.el
882 xfaces.c and 604 other files 884 files.texi and 605 other files
883 885
884Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el 886Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
885 gnus.el 887 gnus.el
@@ -912,7 +914,7 @@ Eric Eide: changed gnus-xmas.el
912 914
913Eric Hanchrow: changed vc-git.el TUTORIAL.es abbrev.el autorevert.el 915Eric Hanchrow: changed vc-git.el TUTORIAL.es abbrev.el autorevert.el
914 cperl-mode.el delphi.el dired.el emacsclient.c env.el erc.el 916 cperl-mode.el delphi.el dired.el emacsclient.c env.el erc.el
915 ibuf-ext.el ispell.el make-dist 917 ibuf-ext.el ispell.el ldap.el make-dist
916 918
917Éric Jacoboni: changed fr-refcard.tex 919Éric Jacoboni: changed fr-refcard.tex
918 920
@@ -1362,7 +1364,7 @@ Jan Djärv: wrote dnd.el font-setting.el x-dnd.el
1362and changed gtkutil.c xterm.c xfns.c xterm.h configure.in xmenu.c 1364and changed gtkutil.c xterm.c xfns.c xterm.h configure.in xmenu.c
1363 x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in 1365 x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in
1364 emacs.c xselect.c xresources.texi cus-start.el startup.el alloc.c 1366 emacs.c xselect.c xresources.texi cus-start.el startup.el alloc.c
1365 process.c xlwmenu.c and 207 other files 1367 process.c xlwmenu.c and 208 other files
1366 1368
1367Jan Moringen: co-wrote cpp.el 1369Jan Moringen: co-wrote cpp.el
1368and changed eieio.el log-edit.el zeroconf.el 1370and changed eieio.el log-edit.el zeroconf.el
@@ -1385,7 +1387,7 @@ Jared Finder: changed compile.el
1385Jari Aalto: changed add-log.el filecache.el grep.el gnus-art.el 1387Jari Aalto: changed add-log.el filecache.el grep.el gnus-art.el
1386 gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el nnmail.el apropos.el 1388 gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el nnmail.el apropos.el
1387 autorevert.el comint.el compile.el cperl-mode.el debug.el desktop.el 1389 autorevert.el comint.el compile.el cperl-mode.el debug.el desktop.el
1388 executable.el files.el find-dired.el finder.el and 14 other files 1390 emacsclient.1 executable.el files.el find-dired.el and 15 other files
1389 1391
1390Jason Baker: changed gnus-art.el 1392Jason Baker: changed gnus-art.el
1391 1393
@@ -1720,7 +1722,7 @@ Kanematsu Daiji: changed nnimap.el
1720 1722
1721Karel Klic: changed ftfont.c 1723Karel Klic: changed ftfont.c
1722 1724
1723Karel Klíč: changed tramp.el 1725Karel Klíč: changed text.texi tramp.el
1724 1726
1725Karl Berry: changed emacs.texi info.texi elisp.texi text.texi anti.texi 1727Karl Berry: changed emacs.texi info.texi elisp.texi text.texi anti.texi
1726 display.texi .cvsignore emacs-xtra.texi faq.texi filelock.c gnu.texi 1728 display.texi .cvsignore emacs-xtra.texi faq.texi filelock.c gnu.texi
@@ -1801,7 +1803,7 @@ and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el
1801and changed coding.c mule-cmds.el mule.el fontset.c charset.c fontset.el 1803and changed coding.c mule-cmds.el mule.el fontset.c charset.c fontset.el
1802 xdisp.c xterm.c font.c fileio.c Makefile.in mule-conf.el characters.el 1804 xdisp.c xterm.c font.c fileio.c Makefile.in mule-conf.el characters.el
1803 fns.c mule-diag.el charset.h ftfont.c ccl.c coding.h xfaces.c 1805 fns.c mule-diag.el charset.h ftfont.c ccl.c coding.h xfaces.c
1804 japanese.el and 379 other files 1806 japanese.el and 380 other files
1805 1807
1806Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el 1808Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el
1807 1809
@@ -1958,10 +1960,10 @@ and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el
1958Leigh Stoller: changed emacsclient.c server.el 1960Leigh Stoller: changed emacsclient.c server.el
1959 1961
1960Lennart Borgman: wrote org-freemind.el 1962Lennart Borgman: wrote org-freemind.el
1961and changed nxml-mode.el tutorial.el window.el ada-xref.el debug.el 1963and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el
1962 emacsclient.c filesets.el flymake.el help-fns.el isearch.el linum.el 1964 debug.el emacsclient.c filesets.el flymake.el help-fns.el isearch.el
1963 lisp-mode.el mouse.el recentf.el remember.el replace.el shell.el 1965 linum.el lisp-mode.el mouse.el recentf.el remember.el replace.el
1964 texinfmt.el w32term.c w32term.h 1966 shell.el texinfmt.el w32term.c w32term.h
1965 1967
1966Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c 1968Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c
1967 1969
@@ -2059,7 +2061,7 @@ Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el
2059Mark Davies: changed Makefile.in amdx86-64.h configure configure.in 2061Mark Davies: changed Makefile.in amdx86-64.h configure configure.in
2060 hp800.h netbsd.h ralloc.c sh3el.h sort.el 2062 hp800.h netbsd.h ralloc.c sh3el.h sort.el
2061 2063
2062Mark Diekhans: changed compile.el 2064Mark Diekhans: changed compile.el files.el subr.el
2063 2065
2064Mark H. Weaver: changed comint.el 2066Mark H. Weaver: changed comint.el
2065 2067
@@ -2067,6 +2069,8 @@ Mark Hood: changed gnus-uu.el
2067 2069
2068Mark Lambert: changed process.c process.h 2070Mark Lambert: changed process.c process.h
2069 2071
2072Mark Lillibridge: changed mail-utils.el
2073
2070Mark Mitchell: changed font-lock.el 2074Mark Mitchell: changed font-lock.el
2071 2075
2072Mark Neale: changed fortran.el 2076Mark Neale: changed fortran.el
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 342954e8617..f7226e745c5 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
22 22
23.PHONY: $(ALL) 23.PHONY: $(ALL)
24 24
25VERSION = 23.2.91 25VERSION = 23.2.92
26 26
27LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ 27LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
28 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ 28 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 9879878bd4c..f0723936d1b 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" (19636 58496)) 8;;;;;; "play/5x5.el" (19752 41642))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -65,7 +65,7 @@ should return a grid vector array that is the new solution.
65;;;*** 65;;;***
66 66
67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
68;;;;;; (19636 58496)) 68;;;;;; (19752 41642))
69;;; Generated autoloads from abbrevlist.el 69;;; Generated autoloads from abbrevlist.el
70 70
71(autoload 'list-one-abbrev-table "abbrevlist" "\ 71(autoload 'list-one-abbrev-table "abbrevlist" "\
@@ -76,7 +76,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
76;;;*** 76;;;***
77 77
78;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 78;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
79;;;;;; (19636 58496)) 79;;;;;; (19752 41642))
80;;; Generated autoloads from progmodes/ada-mode.el 80;;; Generated autoloads from progmodes/ada-mode.el
81 81
82(autoload 'ada-add-extensions "ada-mode" "\ 82(autoload 'ada-add-extensions "ada-mode" "\
@@ -96,7 +96,7 @@ Ada mode is the major mode for editing Ada code.
96;;;*** 96;;;***
97 97
98;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 98;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
99;;;;;; (19636 58496)) 99;;;;;; (19752 41642))
100;;; Generated autoloads from progmodes/ada-stmt.el 100;;; Generated autoloads from progmodes/ada-stmt.el
101 101
102(autoload 'ada-header "ada-stmt" "\ 102(autoload 'ada-header "ada-stmt" "\
@@ -107,7 +107,7 @@ Insert a descriptive header at the top of the file.
107;;;*** 107;;;***
108 108
109;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 109;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
110;;;;;; (19636 58496)) 110;;;;;; (19752 41642))
111;;; Generated autoloads from progmodes/ada-xref.el 111;;; Generated autoloads from progmodes/ada-xref.el
112 112
113(autoload 'ada-find-file "ada-xref" "\ 113(autoload 'ada-find-file "ada-xref" "\
@@ -121,8 +121,8 @@ Completion is available.
121;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode 121;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
122;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 122;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
123;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 123;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (19658 124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (19752
125;;;;;; 61388)) 125;;;;;; 41642))
126;;; Generated autoloads from add-log.el 126;;; Generated autoloads from add-log.el
127 127
128(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 128(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -261,7 +261,7 @@ old-style time formats for entries are supported.
261 261
262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
264;;;;;; "advice" "emacs-lisp/advice.el" (19636 58496)) 264;;;;;; "advice" "emacs-lisp/advice.el" (19752 41642))
265;;; Generated autoloads from emacs-lisp/advice.el 265;;; Generated autoloads from emacs-lisp/advice.el
266 266
267(defvar ad-redefinition-action 'warn "\ 267(defvar ad-redefinition-action 'warn "\
@@ -404,7 +404,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
404 404
405;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 405;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
406;;;;;; align-highlight-rule align-current align-entire align-regexp 406;;;;;; align-highlight-rule align-current align-entire align-regexp
407;;;;;; align) "align" "align.el" (19636 58496)) 407;;;;;; align) "align" "align.el" (19752 41642))
408;;; Generated autoloads from align.el 408;;; Generated autoloads from align.el
409 409
410(autoload 'align "align" "\ 410(autoload 'align "align" "\
@@ -494,7 +494,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
494;;;*** 494;;;***
495 495
496;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 496;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
497;;;;;; (19636 58496)) 497;;;;;; (19752 41642))
498;;; Generated autoloads from allout.el 498;;; Generated autoloads from allout.el
499 499
500(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) 500(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
@@ -801,7 +801,7 @@ setup for auto-startup.
801;;;*** 801;;;***
802 802
803;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 803;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
804;;;;;; "net/ange-ftp.el" (19636 58496)) 804;;;;;; "net/ange-ftp.el" (19752 41642))
805;;; Generated autoloads from net/ange-ftp.el 805;;; Generated autoloads from net/ange-ftp.el
806 806
807(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 807(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -823,7 +823,7 @@ Not documented
823;;;*** 823;;;***
824 824
825;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 825;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
826;;;;;; "animate" "play/animate.el" (19636 58496)) 826;;;;;; "animate" "play/animate.el" (19752 41642))
827;;; Generated autoloads from play/animate.el 827;;; Generated autoloads from play/animate.el
828 828
829(autoload 'animate-string "animate" "\ 829(autoload 'animate-string "animate" "\
@@ -851,7 +851,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
851;;;*** 851;;;***
852 852
853;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 853;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
854;;;;;; "ansi-color" "ansi-color.el" (19636 58496)) 854;;;;;; "ansi-color" "ansi-color.el" (19752 41642))
855;;; Generated autoloads from ansi-color.el 855;;; Generated autoloads from ansi-color.el
856 856
857(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 857(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -877,7 +877,7 @@ This is a good function to put in `comint-output-filter-functions'.
877;;;*** 877;;;***
878 878
879;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 879;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
880;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19636 58496)) 880;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19752 41642))
881;;; Generated autoloads from progmodes/antlr-mode.el 881;;; Generated autoloads from progmodes/antlr-mode.el
882 882
883(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 883(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -914,7 +914,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
914;;;*** 914;;;***
915 915
916;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add) 916;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add)
917;;;;;; "appt" "calendar/appt.el" (19636 58496)) 917;;;;;; "appt" "calendar/appt.el" (19752 41642))
918;;; Generated autoloads from calendar/appt.el 918;;; Generated autoloads from calendar/appt.el
919 919
920(autoload 'appt-add "appt" "\ 920(autoload 'appt-add "appt" "\
@@ -957,7 +957,7 @@ ARG is positive, otherwise off.
957 957
958;;;### (autoloads (apropos-documentation apropos-value apropos-library 958;;;### (autoloads (apropos-documentation apropos-value apropos-library
959;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 959;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
960;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19636 58496)) 960;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19752 41642))
961;;; Generated autoloads from apropos.el 961;;; Generated autoloads from apropos.el
962 962
963(autoload 'apropos-read-pattern "apropos" "\ 963(autoload 'apropos-read-pattern "apropos" "\
@@ -1060,8 +1060,8 @@ Returns list of symbols and documentation found.
1060 1060
1061;;;*** 1061;;;***
1062 1062
1063;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19636 1063;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19752
1064;;;;;; 58496)) 1064;;;;;; 41642))
1065;;; Generated autoloads from arc-mode.el 1065;;; Generated autoloads from arc-mode.el
1066 1066
1067(autoload 'archive-mode "arc-mode" "\ 1067(autoload 'archive-mode "arc-mode" "\
@@ -1081,7 +1081,7 @@ archive.
1081 1081
1082;;;*** 1082;;;***
1083 1083
1084;;;### (autoloads (array-mode) "array" "array.el" (19636 58496)) 1084;;;### (autoloads (array-mode) "array" "array.el" (19752 41642))
1085;;; Generated autoloads from array.el 1085;;; Generated autoloads from array.el
1086 1086
1087(autoload 'array-mode "array" "\ 1087(autoload 'array-mode "array" "\
@@ -1152,8 +1152,8 @@ Entering array mode calls the function `array-mode-hook'.
1152 1152
1153;;;*** 1153;;;***
1154 1154
1155;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19636 1155;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19752
1156;;;;;; 58496)) 1156;;;;;; 41642))
1157;;; Generated autoloads from textmodes/artist.el 1157;;; Generated autoloads from textmodes/artist.el
1158 1158
1159(autoload 'artist-mode "artist" "\ 1159(autoload 'artist-mode "artist" "\
@@ -1359,8 +1359,8 @@ Keymap summary
1359 1359
1360;;;*** 1360;;;***
1361 1361
1362;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19636 1362;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19752
1363;;;;;; 58496)) 1363;;;;;; 41642))
1364;;; Generated autoloads from progmodes/asm-mode.el 1364;;; Generated autoloads from progmodes/asm-mode.el
1365 1365
1366(autoload 'asm-mode "asm-mode" "\ 1366(autoload 'asm-mode "asm-mode" "\
@@ -1388,7 +1388,7 @@ Special commands:
1388;;;*** 1388;;;***
1389 1389
1390;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1390;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1391;;;;;; (19636 58496)) 1391;;;;;; (19752 41642))
1392;;; Generated autoloads from autoarg.el 1392;;; Generated autoloads from autoarg.el
1393 1393
1394(defvar autoarg-mode nil "\ 1394(defvar autoarg-mode nil "\
@@ -1442,7 +1442,7 @@ etc. to supply digit arguments.
1442;;;*** 1442;;;***
1443 1443
1444;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1444;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1445;;;;;; (19636 58496)) 1445;;;;;; (19752 41642))
1446;;; Generated autoloads from progmodes/autoconf.el 1446;;; Generated autoloads from progmodes/autoconf.el
1447 1447
1448(autoload 'autoconf-mode "autoconf" "\ 1448(autoload 'autoconf-mode "autoconf" "\
@@ -1453,7 +1453,7 @@ Major mode for editing Autoconf configure.in files.
1453;;;*** 1453;;;***
1454 1454
1455;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1455;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1456;;;;;; "autoinsert" "autoinsert.el" (19636 58496)) 1456;;;;;; "autoinsert" "autoinsert.el" (19752 41642))
1457;;; Generated autoloads from autoinsert.el 1457;;; Generated autoloads from autoinsert.el
1458 1458
1459(autoload 'auto-insert "autoinsert" "\ 1459(autoload 'auto-insert "autoinsert" "\
@@ -1492,7 +1492,7 @@ insert a template for the file depending on the mode of the buffer.
1492 1492
1493;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1493;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1494;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1494;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1495;;;;;; (19683 64086)) 1495;;;;;; (19752 41642))
1496;;; Generated autoloads from emacs-lisp/autoload.el 1496;;; Generated autoloads from emacs-lisp/autoload.el
1497 1497
1498(put 'generated-autoload-file 'safe-local-variable 'stringp) 1498(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1531,7 +1531,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1531 1531
1532;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1532;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1533;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1533;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1534;;;;;; "autorevert" "autorevert.el" (19636 58496)) 1534;;;;;; "autorevert" "autorevert.el" (19752 41642))
1535;;; Generated autoloads from autorevert.el 1535;;; Generated autoloads from autorevert.el
1536 1536
1537(autoload 'auto-revert-mode "autorevert" "\ 1537(autoload 'auto-revert-mode "autorevert" "\
@@ -1612,7 +1612,7 @@ specifies in the mode line.
1612;;;*** 1612;;;***
1613 1613
1614;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1614;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1615;;;;;; "avoid.el" (19636 58496)) 1615;;;;;; "avoid.el" (19752 41642))
1616;;; Generated autoloads from avoid.el 1616;;; Generated autoloads from avoid.el
1617 1617
1618(defvar mouse-avoidance-mode nil "\ 1618(defvar mouse-avoidance-mode nil "\
@@ -1653,7 +1653,7 @@ definition of \"random distance\".)
1653;;;*** 1653;;;***
1654 1654
1655;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1655;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1656;;;;;; (19636 58496)) 1656;;;;;; (19752 41642))
1657;;; Generated autoloads from battery.el 1657;;; Generated autoloads from battery.el
1658 (put 'battery-mode-line-string 'risky-local-variable t) 1658 (put 'battery-mode-line-string 'risky-local-variable t)
1659 1659
@@ -1685,7 +1685,7 @@ seconds.
1685;;;*** 1685;;;***
1686 1686
1687;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1687;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1688;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19636 58496)) 1688;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19752 41642))
1689;;; Generated autoloads from emacs-lisp/benchmark.el 1689;;; Generated autoloads from emacs-lisp/benchmark.el
1690 1690
1691(autoload 'benchmark-run "benchmark" "\ 1691(autoload 'benchmark-run "benchmark" "\
@@ -1718,7 +1718,7 @@ For non-interactive use see also `benchmark-run' and
1718;;;*** 1718;;;***
1719 1719
1720;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1720;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1721;;;;;; "bibtex" "textmodes/bibtex.el" (19658 61388)) 1721;;;;;; "bibtex" "textmodes/bibtex.el" (19752 41642))
1722;;; Generated autoloads from textmodes/bibtex.el 1722;;; Generated autoloads from textmodes/bibtex.el
1723 1723
1724(autoload 'bibtex-initialize "bibtex" "\ 1724(autoload 'bibtex-initialize "bibtex" "\
@@ -1805,7 +1805,7 @@ mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1805;;;*** 1805;;;***
1806 1806
1807;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1807;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1808;;;;;; (19636 58496)) 1808;;;;;; (19752 41642))
1809;;; Generated autoloads from textmodes/bibtex-style.el 1809;;; Generated autoloads from textmodes/bibtex-style.el
1810 (add-to-list 'auto-mode-alist (cons (purecopy "\\.bst\\'") 'bibtex-style-mode)) 1810 (add-to-list 'auto-mode-alist (cons (purecopy "\\.bst\\'") 'bibtex-style-mode))
1811 1811
@@ -1818,7 +1818,7 @@ Major mode for editing BibTeX style files.
1818 1818
1819;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1819;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1820;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1820;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1821;;;;;; (19636 58496)) 1821;;;;;; (19752 41642))
1822;;; Generated autoloads from mail/binhex.el 1822;;; Generated autoloads from mail/binhex.el
1823 1823
1824(defconst binhex-begin-line "^:...............................................................$") 1824(defconst binhex-begin-line "^:...............................................................$")
@@ -1841,8 +1841,8 @@ Binhex decode region between START and END.
1841 1841
1842;;;*** 1842;;;***
1843 1843
1844;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19636 1844;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19752
1845;;;;;; 58496)) 1845;;;;;; 41642))
1846;;; Generated autoloads from play/blackbox.el 1846;;; Generated autoloads from play/blackbox.el
1847 1847
1848(autoload 'blackbox "blackbox" "\ 1848(autoload 'blackbox "blackbox" "\
@@ -1965,7 +1965,7 @@ a reflection.
1965;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 1965;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
1966;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 1966;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
1967;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 1967;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
1968;;;;;; "bookmark.el" (19636 58496)) 1968;;;;;; "bookmark.el" (19752 41642))
1969;;; Generated autoloads from bookmark.el 1969;;; Generated autoloads from bookmark.el
1970 (define-key ctl-x-r-map "b" 'bookmark-jump) 1970 (define-key ctl-x-r-map "b" 'bookmark-jump)
1971 (define-key ctl-x-r-map "m" 'bookmark-set) 1971 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2172,7 +2172,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2172;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 2172;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2173;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program 2173;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2174;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2174;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2175;;;;;; (19636 58496)) 2175;;;;;; (19752 41642))
2176;;; Generated autoloads from net/browse-url.el 2176;;; Generated autoloads from net/browse-url.el
2177 2177
2178(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ 2178(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\
@@ -2502,8 +2502,8 @@ from `browse-url-elinks-wrapper'.
2502 2502
2503;;;*** 2503;;;***
2504 2504
2505;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19636 2505;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19752
2506;;;;;; 58496)) 2506;;;;;; 41642))
2507;;; Generated autoloads from play/bruce.el 2507;;; Generated autoloads from play/bruce.el
2508 2508
2509(autoload 'bruce "bruce" "\ 2509(autoload 'bruce "bruce" "\
@@ -2519,7 +2519,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2519;;;*** 2519;;;***
2520 2520
2521;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2521;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2522;;;;;; "bs" "bs.el" (19636 58496)) 2522;;;;;; "bs" "bs.el" (19752 41642))
2523;;; Generated autoloads from bs.el 2523;;; Generated autoloads from bs.el
2524 2524
2525(autoload 'bs-cycle-next "bs" "\ 2525(autoload 'bs-cycle-next "bs" "\
@@ -2559,7 +2559,7 @@ name of buffer configuration.
2559 2559
2560;;;*** 2560;;;***
2561 2561
2562;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19636 58496)) 2562;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19752 41642))
2563;;; Generated autoloads from play/bubbles.el 2563;;; Generated autoloads from play/bubbles.el
2564 2564
2565(autoload 'bubbles "bubbles" "\ 2565(autoload 'bubbles "bubbles" "\
@@ -2581,7 +2581,7 @@ columns on its right towards the left.
2581;;;*** 2581;;;***
2582 2582
2583;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2583;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2584;;;;;; "progmodes/bug-reference.el" (19636 58496)) 2584;;;;;; "progmodes/bug-reference.el" (19752 41642))
2585;;; Generated autoloads from progmodes/bug-reference.el 2585;;; Generated autoloads from progmodes/bug-reference.el
2586 2586
2587(put 'bug-reference-url-format 'safe-local-variable 'stringp) 2587(put 'bug-reference-url-format 'safe-local-variable 'stringp)
@@ -2602,7 +2602,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2602;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2602;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2603;;;;;; compile-defun byte-compile-file byte-recompile-directory 2603;;;;;; compile-defun byte-compile-file byte-recompile-directory
2604;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2604;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2605;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19678 47007)) 2605;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19752 41642))
2606;;; Generated autoloads from emacs-lisp/bytecomp.el 2606;;; Generated autoloads from emacs-lisp/bytecomp.el
2607(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2607(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2608(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2608(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2722,8 +2722,8 @@ and corresponding effects.
2722 2722
2723;;;*** 2723;;;***
2724 2724
2725;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19636 2725;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19752
2726;;;;;; 58496)) 2726;;;;;; 41642))
2727;;; Generated autoloads from calendar/cal-china.el 2727;;; Generated autoloads from calendar/cal-china.el
2728 2728
2729(put 'calendar-chinese-time-zone 'risky-local-variable t) 2729(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2732,7 +2732,7 @@ and corresponding effects.
2732 2732
2733;;;*** 2733;;;***
2734 2734
2735;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19636 58496)) 2735;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19752 41642))
2736;;; Generated autoloads from calendar/cal-dst.el 2736;;; Generated autoloads from calendar/cal-dst.el
2737 2737
2738(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2738(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2744,7 +2744,7 @@ and corresponding effects.
2744;;;*** 2744;;;***
2745 2745
2746;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2746;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2747;;;;;; (19636 58496)) 2747;;;;;; (19752 41642))
2748;;; Generated autoloads from calendar/cal-hebrew.el 2748;;; Generated autoloads from calendar/cal-hebrew.el
2749 2749
2750(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2750(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2760,8 +2760,8 @@ from the cursor position.
2760 2760
2761;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2761;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2762;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2762;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2763;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19636 2763;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19752
2764;;;;;; 58496)) 2764;;;;;; 41642))
2765;;; Generated autoloads from calc/calc.el 2765;;; Generated autoloads from calc/calc.el
2766 (define-key ctl-x-map "*" 'calc-dispatch) 2766 (define-key ctl-x-map "*" 'calc-dispatch)
2767 2767
@@ -2843,8 +2843,8 @@ See Info node `(calc)Defining Functions'.
2843 2843
2844;;;*** 2844;;;***
2845 2845
2846;;;### (autoloads (calculator) "calculator" "calculator.el" (19636 2846;;;### (autoloads (calculator) "calculator" "calculator.el" (19752
2847;;;;;; 58496)) 2847;;;;;; 41642))
2848;;; Generated autoloads from calculator.el 2848;;; Generated autoloads from calculator.el
2849 2849
2850(autoload 'calculator "calculator" "\ 2850(autoload 'calculator "calculator" "\
@@ -2855,8 +2855,8 @@ See the documentation for `calculator-mode' for more information.
2855 2855
2856;;;*** 2856;;;***
2857 2857
2858;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19678 2858;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19752
2859;;;;;; 47007)) 2859;;;;;; 41642))
2860;;; Generated autoloads from calendar/calendar.el 2860;;; Generated autoloads from calendar/calendar.el
2861 2861
2862(autoload 'calendar "calendar" "\ 2862(autoload 'calendar "calendar" "\
@@ -2900,7 +2900,7 @@ This function is suitable for execution in a .emacs file.
2900;;;*** 2900;;;***
2901 2901
2902;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2902;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2903;;;;;; "gnus/canlock.el" (19636 58496)) 2903;;;;;; "gnus/canlock.el" (19752 41642))
2904;;; Generated autoloads from gnus/canlock.el 2904;;; Generated autoloads from gnus/canlock.el
2905 2905
2906(autoload 'canlock-insert-header "canlock" "\ 2906(autoload 'canlock-insert-header "canlock" "\
@@ -2918,7 +2918,7 @@ it fails.
2918;;;*** 2918;;;***
2919 2919
2920;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 2920;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2921;;;;;; (19636 58496)) 2921;;;;;; (19752 41642))
2922;;; Generated autoloads from progmodes/cap-words.el 2922;;; Generated autoloads from progmodes/cap-words.el
2923 2923
2924(autoload 'capitalized-words-mode "cap-words" "\ 2924(autoload 'capitalized-words-mode "cap-words" "\
@@ -2953,15 +2953,15 @@ Obsoletes `c-forward-into-nomenclature'.
2953 2953
2954;;;*** 2954;;;***
2955 2955
2956;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19636 2956;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19752
2957;;;;;; 58496)) 2957;;;;;; 41642))
2958;;; Generated autoloads from progmodes/cc-compat.el 2958;;; Generated autoloads from progmodes/cc-compat.el
2959(put 'c-indent-level 'safe-local-variable 'integerp) 2959(put 'c-indent-level 'safe-local-variable 'integerp)
2960 2960
2961;;;*** 2961;;;***
2962 2962
2963;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2963;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2964;;;;;; (19636 58496)) 2964;;;;;; (19752 41642))
2965;;; Generated autoloads from progmodes/cc-engine.el 2965;;; Generated autoloads from progmodes/cc-engine.el
2966 2966
2967(autoload 'c-guess-basic-syntax "cc-engine" "\ 2967(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -2973,7 +2973,7 @@ Return the syntactic context of the current line.
2973 2973
2974;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2974;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2975;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2975;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2976;;;;;; (19636 58496)) 2976;;;;;; (19752 41642))
2977;;; Generated autoloads from progmodes/cc-mode.el 2977;;; Generated autoloads from progmodes/cc-mode.el
2978 2978
2979(autoload 'c-initialize-cc-mode "cc-mode" "\ 2979(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3133,7 +3133,7 @@ Key bindings:
3133;;;*** 3133;;;***
3134 3134
3135;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3135;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3136;;;;;; "progmodes/cc-styles.el" (19636 58496)) 3136;;;;;; "progmodes/cc-styles.el" (19752 41642))
3137;;; Generated autoloads from progmodes/cc-styles.el 3137;;; Generated autoloads from progmodes/cc-styles.el
3138 3138
3139(autoload 'c-set-style "cc-styles" "\ 3139(autoload 'c-set-style "cc-styles" "\
@@ -3184,7 +3184,7 @@ and exists only for compatibility reasons.
3184 3184
3185;;;*** 3185;;;***
3186 3186
3187;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19636 58496)) 3187;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19752 41642))
3188;;; Generated autoloads from progmodes/cc-vars.el 3188;;; Generated autoloads from progmodes/cc-vars.el
3189(put 'c-basic-offset 'safe-local-variable 'integerp) 3189(put 'c-basic-offset 'safe-local-variable 'integerp)
3190(put 'c-backslash-column 'safe-local-variable 'integerp) 3190(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3194,7 +3194,7 @@ and exists only for compatibility reasons.
3194 3194
3195;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3195;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3196;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3196;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3197;;;;;; (19636 58496)) 3197;;;;;; (19752 41642))
3198;;; Generated autoloads from international/ccl.el 3198;;; Generated autoloads from international/ccl.el
3199 3199
3200(autoload 'ccl-compile "ccl" "\ 3200(autoload 'ccl-compile "ccl" "\
@@ -3453,7 +3453,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3453;;;*** 3453;;;***
3454 3454
3455;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3455;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3456;;;;;; (19636 58496)) 3456;;;;;; (19752 41642))
3457;;; Generated autoloads from progmodes/cfengine.el 3457;;; Generated autoloads from progmodes/cfengine.el
3458 3458
3459(autoload 'cfengine-mode "cfengine" "\ 3459(autoload 'cfengine-mode "cfengine" "\
@@ -3468,7 +3468,7 @@ to the action header.
3468;;;*** 3468;;;***
3469 3469
3470;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3470;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3471;;;;;; "emacs-lisp/check-declare.el" (19636 58496)) 3471;;;;;; "emacs-lisp/check-declare.el" (19752 41642))
3472;;; Generated autoloads from emacs-lisp/check-declare.el 3472;;; Generated autoloads from emacs-lisp/check-declare.el
3473 3473
3474(autoload 'check-declare-file "check-declare" "\ 3474(autoload 'check-declare-file "check-declare" "\
@@ -3493,7 +3493,7 @@ Returns non-nil if any false statements are found.
3493;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3493;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3494;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3494;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3495;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3495;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3496;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19636 58496)) 3496;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19752 41642))
3497;;; Generated autoloads from emacs-lisp/checkdoc.el 3497;;; Generated autoloads from emacs-lisp/checkdoc.el
3498(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3498(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3499(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3499(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3688,7 +3688,7 @@ checking of documentation strings.
3688 3688
3689;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3689;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3690;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3690;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3691;;;;;; "language/china-util.el" (19636 58496)) 3691;;;;;; "language/china-util.el" (19752 41642))
3692;;; Generated autoloads from language/china-util.el 3692;;; Generated autoloads from language/china-util.el
3693 3693
3694(autoload 'decode-hz-region "china-util" "\ 3694(autoload 'decode-hz-region "china-util" "\
@@ -3726,7 +3726,7 @@ Not documented
3726;;;*** 3726;;;***
3727 3727
3728;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3728;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3729;;;;;; "chistory" "chistory.el" (19636 58496)) 3729;;;;;; "chistory" "chistory.el" (19752 41642))
3730;;; Generated autoloads from chistory.el 3730;;; Generated autoloads from chistory.el
3731 3731
3732(autoload 'repeat-matching-complex-command "chistory" "\ 3732(autoload 'repeat-matching-complex-command "chistory" "\
@@ -3765,7 +3765,7 @@ and runs the normal hook `command-history-hook'.
3765 3765
3766;;;*** 3766;;;***
3767 3767
3768;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19636 58496)) 3768;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19752 41642))
3769;;; Generated autoloads from emacs-lisp/cl.el 3769;;; Generated autoloads from emacs-lisp/cl.el
3770 3770
3771(defvar custom-print-functions nil "\ 3771(defvar custom-print-functions nil "\
@@ -3781,7 +3781,7 @@ a future Emacs interpreter will be able to use it.")
3781;;;*** 3781;;;***
3782 3782
3783;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3783;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3784;;;;;; (19636 58496)) 3784;;;;;; (19752 41642))
3785;;; Generated autoloads from emacs-lisp/cl-indent.el 3785;;; Generated autoloads from emacs-lisp/cl-indent.el
3786 3786
3787(autoload 'common-lisp-indent-function "cl-indent" "\ 3787(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -3860,7 +3860,7 @@ For example, the function `case' has an indent property
3860;;;*** 3860;;;***
3861 3861
3862;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3862;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3863;;;;;; (19636 58496)) 3863;;;;;; (19752 41642))
3864;;; Generated autoloads from progmodes/cmacexp.el 3864;;; Generated autoloads from progmodes/cmacexp.el
3865 3865
3866(autoload 'c-macro-expand "cmacexp" "\ 3866(autoload 'c-macro-expand "cmacexp" "\
@@ -3880,8 +3880,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3880 3880
3881;;;*** 3881;;;***
3882 3882
3883;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19636 3883;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19752
3884;;;;;; 58496)) 3884;;;;;; 41642))
3885;;; Generated autoloads from cmuscheme.el 3885;;; Generated autoloads from cmuscheme.el
3886 3886
3887(autoload 'run-scheme "cmuscheme" "\ 3887(autoload 'run-scheme "cmuscheme" "\
@@ -3905,7 +3905,7 @@ is run).
3905;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3905;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3906;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3906;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3907;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3907;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3908;;;;;; (19706 58029)) 3908;;;;;; (19752 41642))
3909;;; Generated autoloads from comint.el 3909;;; Generated autoloads from comint.el
3910 3910
3911(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3911(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4001,8 +4001,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4001 4001
4002;;;*** 4002;;;***
4003 4003
4004;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (19636 4004;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (19752
4005;;;;;; 58496)) 4005;;;;;; 41642))
4006;;; Generated autoloads from compare-w.el 4006;;; Generated autoloads from compare-w.el
4007 4007
4008(autoload 'compare-windows "compare-w" "\ 4008(autoload 'compare-windows "compare-w" "\
@@ -4039,8 +4039,8 @@ on third call it again advances points to the next difference and so on.
4039;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4039;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4040;;;;;; compile compilation-disable-input compile-command compilation-search-path 4040;;;;;; compile compilation-disable-input compile-command compilation-search-path
4041;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4041;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4042;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19636 4042;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19752
4043;;;;;; 58496)) 4043;;;;;; 41642))
4044;;; Generated autoloads from progmodes/compile.el 4044;;; Generated autoloads from progmodes/compile.el
4045 4045
4046(defvar compilation-mode-hook nil "\ 4046(defvar compilation-mode-hook nil "\
@@ -4218,7 +4218,7 @@ This is the value of `next-error-function' in Compilation buffers.
4218;;;*** 4218;;;***
4219 4219
4220;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4220;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4221;;;;;; (19636 58496)) 4221;;;;;; (19752 41642))
4222;;; Generated autoloads from complete.el 4222;;; Generated autoloads from complete.el
4223 4223
4224(defvar partial-completion-mode nil "\ 4224(defvar partial-completion-mode nil "\
@@ -4260,7 +4260,7 @@ second TAB brings up the `*Completions*' buffer.
4260;;;*** 4260;;;***
4261 4261
4262;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4262;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4263;;;;;; (19636 58496)) 4263;;;;;; (19752 41642))
4264;;; Generated autoloads from completion.el 4264;;; Generated autoloads from completion.el
4265 4265
4266(defvar dynamic-completion-mode nil "\ 4266(defvar dynamic-completion-mode nil "\
@@ -4282,7 +4282,7 @@ Enable dynamic word-completion.
4282;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4282;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4283;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4283;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4284;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4284;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4285;;;;;; (19636 58496)) 4285;;;;;; (19752 41642))
4286;;; Generated autoloads from textmodes/conf-mode.el 4286;;; Generated autoloads from textmodes/conf-mode.el
4287 4287
4288(autoload 'conf-mode "conf-mode" "\ 4288(autoload 'conf-mode "conf-mode" "\
@@ -4438,7 +4438,7 @@ For details see `conf-mode'. Example:
4438;;;*** 4438;;;***
4439 4439
4440;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4440;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4441;;;;;; "cookie1" "play/cookie1.el" (19636 58496)) 4441;;;;;; "cookie1" "play/cookie1.el" (19752 41642))
4442;;; Generated autoloads from play/cookie1.el 4442;;; Generated autoloads from play/cookie1.el
4443 4443
4444(autoload 'cookie "cookie1" "\ 4444(autoload 'cookie "cookie1" "\
@@ -4470,8 +4470,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4470;;;*** 4470;;;***
4471 4471
4472;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4472;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4473;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19636 4473;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19752
4474;;;;;; 58496)) 4474;;;;;; 41642))
4475;;; Generated autoloads from emacs-lisp/copyright.el 4475;;; Generated autoloads from emacs-lisp/copyright.el
4476 4476
4477(autoload 'copyright-update "copyright" "\ 4477(autoload 'copyright-update "copyright" "\
@@ -4504,7 +4504,7 @@ Update copyright notice for all files in DIRECTORY matching MATCH.
4504;;;*** 4504;;;***
4505 4505
4506;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4506;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4507;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19636 58496)) 4507;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19752 41642))
4508;;; Generated autoloads from progmodes/cperl-mode.el 4508;;; Generated autoloads from progmodes/cperl-mode.el
4509(put 'cperl-indent-level 'safe-local-variable 'integerp) 4509(put 'cperl-indent-level 'safe-local-variable 'integerp)
4510(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4510(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4703,7 +4703,7 @@ Run a `perldoc' on the word around point.
4703;;;*** 4703;;;***
4704 4704
4705;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4705;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4706;;;;;; (19636 58496)) 4706;;;;;; (19752 41642))
4707;;; Generated autoloads from progmodes/cpp.el 4707;;; Generated autoloads from progmodes/cpp.el
4708 4708
4709(autoload 'cpp-highlight-buffer "cpp" "\ 4709(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4722,7 +4722,7 @@ Edit display information for cpp conditionals.
4722;;;*** 4722;;;***
4723 4723
4724;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4724;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4725;;;;;; (19636 58496)) 4725;;;;;; (19752 41642))
4726;;; Generated autoloads from emulation/crisp.el 4726;;; Generated autoloads from emulation/crisp.el
4727 4727
4728(defvar crisp-mode nil "\ 4728(defvar crisp-mode nil "\
@@ -4746,7 +4746,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4746;;;*** 4746;;;***
4747 4747
4748;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4748;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4749;;;;;; (19636 58496)) 4749;;;;;; (19752 41642))
4750;;; Generated autoloads from emacs-lisp/crm.el 4750;;; Generated autoloads from emacs-lisp/crm.el
4751 4751
4752(autoload 'completing-read-multiple "crm" "\ 4752(autoload 'completing-read-multiple "crm" "\
@@ -4781,8 +4781,8 @@ INHERIT-INPUT-METHOD.
4781 4781
4782;;;*** 4782;;;***
4783 4783
4784;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19636 4784;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19752
4785;;;;;; 58496)) 4785;;;;;; 41642))
4786;;; Generated autoloads from textmodes/css-mode.el 4786;;; Generated autoloads from textmodes/css-mode.el
4787 (add-to-list 'auto-mode-alist (cons (purecopy "\\.css\\'") 'css-mode)) 4787 (add-to-list 'auto-mode-alist (cons (purecopy "\\.css\\'") 'css-mode))
4788 4788
@@ -4794,7 +4794,7 @@ Major mode to edit Cascading Style Sheets.
4794;;;*** 4794;;;***
4795 4795
4796;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4796;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4797;;;;;; (19636 58496)) 4797;;;;;; (19752 41642))
4798;;; Generated autoloads from emulation/cua-base.el 4798;;; Generated autoloads from emulation/cua-base.el
4799 4799
4800(defvar cua-mode nil "\ 4800(defvar cua-mode nil "\
@@ -4853,7 +4853,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4853;;;;;; customize-mode customize customize-save-variable customize-set-variable 4853;;;;;; customize-mode customize customize-save-variable customize-set-variable
4854;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4854;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4855;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4855;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4856;;;;;; (19711 45554)) 4856;;;;;; (19752 41642))
4857;;; Generated autoloads from cus-edit.el 4857;;; Generated autoloads from cus-edit.el
4858 4858
4859(defvar custom-browse-sort-alphabetically nil "\ 4859(defvar custom-browse-sort-alphabetically nil "\
@@ -5151,7 +5151,7 @@ The format is suitable for use with `easy-menu-define'.
5151;;;*** 5151;;;***
5152 5152
5153;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5153;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5154;;;;;; (19636 58496)) 5154;;;;;; (19752 41642))
5155;;; Generated autoloads from cus-theme.el 5155;;; Generated autoloads from cus-theme.el
5156 5156
5157(autoload 'customize-create-theme "cus-theme" "\ 5157(autoload 'customize-create-theme "cus-theme" "\
@@ -5162,7 +5162,7 @@ Create a custom theme.
5162;;;*** 5162;;;***
5163 5163
5164;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5164;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5165;;;;;; (19636 58496)) 5165;;;;;; (19752 41642))
5166;;; Generated autoloads from cvs-status.el 5166;;; Generated autoloads from cvs-status.el
5167 5167
5168(autoload 'cvs-status-mode "cvs-status" "\ 5168(autoload 'cvs-status-mode "cvs-status" "\
@@ -5173,7 +5173,7 @@ Mode used for cvs status output.
5173;;;*** 5173;;;***
5174 5174
5175;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5175;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5176;;;;;; "cwarn" "progmodes/cwarn.el" (19636 58496)) 5176;;;;;; "cwarn" "progmodes/cwarn.el" (19752 41642))
5177;;; Generated autoloads from progmodes/cwarn.el 5177;;; Generated autoloads from progmodes/cwarn.el
5178 5178
5179(autoload 'cwarn-mode "cwarn" "\ 5179(autoload 'cwarn-mode "cwarn" "\
@@ -5220,7 +5220,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5220 5220
5221;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5221;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5222;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5222;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5223;;;;;; (19636 58496)) 5223;;;;;; (19752 41642))
5224;;; Generated autoloads from language/cyril-util.el 5224;;; Generated autoloads from language/cyril-util.el
5225 5225
5226(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5226(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5249,7 +5249,7 @@ If the argument is nil, we return the display table to its standard state.
5249;;;*** 5249;;;***
5250 5250
5251;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5251;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5252;;;;;; (19636 58496)) 5252;;;;;; (19752 41642))
5253;;; Generated autoloads from dabbrev.el 5253;;; Generated autoloads from dabbrev.el
5254(put 'dabbrev-case-fold-search 'risky-local-variable t) 5254(put 'dabbrev-case-fold-search 'risky-local-variable t)
5255(put 'dabbrev-case-replace 'risky-local-variable t) 5255(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5296,7 +5296,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5296;;;*** 5296;;;***
5297 5297
5298;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5298;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5299;;;;;; (19636 58496)) 5299;;;;;; (19752 41642))
5300;;; Generated autoloads from cedet/data-debug.el 5300;;; Generated autoloads from cedet/data-debug.el
5301 5301
5302(autoload 'data-debug-new-buffer "data-debug" "\ 5302(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5306,8 +5306,8 @@ Create a new data-debug buffer with NAME.
5306 5306
5307;;;*** 5307;;;***
5308 5308
5309;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19636 5309;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19752
5310;;;;;; 58496)) 5310;;;;;; 41642))
5311;;; Generated autoloads from net/dbus.el 5311;;; Generated autoloads from net/dbus.el
5312 5312
5313(autoload 'dbus-handle-event "dbus" "\ 5313(autoload 'dbus-handle-event "dbus" "\
@@ -5320,8 +5320,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5320 5320
5321;;;*** 5321;;;***
5322 5322
5323;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19652 5323;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19752
5324;;;;;; 24589)) 5324;;;;;; 41642))
5325;;; Generated autoloads from progmodes/dcl-mode.el 5325;;; Generated autoloads from progmodes/dcl-mode.el
5326 5326
5327(autoload 'dcl-mode "dcl-mode" "\ 5327(autoload 'dcl-mode "dcl-mode" "\
@@ -5448,7 +5448,7 @@ There is some minimal font-lock support (see vars
5448;;;*** 5448;;;***
5449 5449
5450;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5450;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5451;;;;;; "emacs-lisp/debug.el" (19636 58496)) 5451;;;;;; "emacs-lisp/debug.el" (19752 41642))
5452;;; Generated autoloads from emacs-lisp/debug.el 5452;;; Generated autoloads from emacs-lisp/debug.el
5453 5453
5454(setq debugger 'debug) 5454(setq debugger 'debug)
@@ -5492,7 +5492,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5492;;;*** 5492;;;***
5493 5493
5494;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5494;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5495;;;;;; (19636 58496)) 5495;;;;;; (19752 41642))
5496;;; Generated autoloads from play/decipher.el 5496;;; Generated autoloads from play/decipher.el
5497 5497
5498(autoload 'decipher "decipher" "\ 5498(autoload 'decipher "decipher" "\
@@ -5521,8 +5521,8 @@ The most useful commands are:
5521;;;*** 5521;;;***
5522 5522
5523;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5523;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5524;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19636 5524;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19752
5525;;;;;; 58496)) 5525;;;;;; 41642))
5526;;; Generated autoloads from delim-col.el 5526;;; Generated autoloads from delim-col.el
5527 5527
5528(autoload 'delimit-columns-customize "delim-col" "\ 5528(autoload 'delimit-columns-customize "delim-col" "\
@@ -5546,8 +5546,8 @@ START and END delimits the corners of text rectangle.
5546 5546
5547;;;*** 5547;;;***
5548 5548
5549;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19636 5549;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19752
5550;;;;;; 58496)) 5550;;;;;; 41642))
5551;;; Generated autoloads from progmodes/delphi.el 5551;;; Generated autoloads from progmodes/delphi.el
5552 5552
5553(autoload 'delphi-mode "delphi" "\ 5553(autoload 'delphi-mode "delphi" "\
@@ -5598,8 +5598,8 @@ no args, if that value is non-nil.
5598 5598
5599;;;*** 5599;;;***
5600 5600
5601;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19636 5601;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19752
5602;;;;;; 58496)) 5602;;;;;; 41642))
5603;;; Generated autoloads from delsel.el 5603;;; Generated autoloads from delsel.el
5604 5604
5605(defalias 'pending-delete-mode 'delete-selection-mode) 5605(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5628,7 +5628,7 @@ any selection.
5628;;;*** 5628;;;***
5629 5629
5630;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5630;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5631;;;;;; "derived" "emacs-lisp/derived.el" (19636 58496)) 5631;;;;;; "derived" "emacs-lisp/derived.el" (19752 41642))
5632;;; Generated autoloads from emacs-lisp/derived.el 5632;;; Generated autoloads from emacs-lisp/derived.el
5633 5633
5634(autoload 'define-derived-mode "derived" "\ 5634(autoload 'define-derived-mode "derived" "\
@@ -5693,7 +5693,7 @@ the first time the mode is used.
5693;;;*** 5693;;;***
5694 5694
5695;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5695;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5696;;;;;; "descr-text.el" (19636 58496)) 5696;;;;;; "descr-text.el" (19752 41642))
5697;;; Generated autoloads from descr-text.el 5697;;; Generated autoloads from descr-text.el
5698 5698
5699(autoload 'describe-text-properties "descr-text" "\ 5699(autoload 'describe-text-properties "descr-text" "\
@@ -5721,7 +5721,7 @@ as well as widgets, buttons, overlays, and text properties.
5721;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5721;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5722;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5722;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5723;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5723;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5724;;;;;; "desktop.el" (19636 58496)) 5724;;;;;; "desktop.el" (19752 41642))
5725;;; Generated autoloads from desktop.el 5725;;; Generated autoloads from desktop.el
5726 5726
5727(defvar desktop-save-mode nil "\ 5727(defvar desktop-save-mode nil "\
@@ -5905,7 +5905,7 @@ Revert to the last loaded desktop.
5905 5905
5906;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 5906;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
5907;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 5907;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
5908;;;;;; "deuglify" "gnus/deuglify.el" (19636 58496)) 5908;;;;;; "deuglify" "gnus/deuglify.el" (19752 41642))
5909;;; Generated autoloads from gnus/deuglify.el 5909;;; Generated autoloads from gnus/deuglify.el
5910 5910
5911(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 5911(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -5938,7 +5938,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5938;;;*** 5938;;;***
5939 5939
5940;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5940;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5941;;;;;; "calendar/diary-lib.el" (19714 24709)) 5941;;;;;; "calendar/diary-lib.el" (19752 41642))
5942;;; Generated autoloads from calendar/diary-lib.el 5942;;; Generated autoloads from calendar/diary-lib.el
5943 5943
5944(autoload 'diary "diary-lib" "\ 5944(autoload 'diary "diary-lib" "\
@@ -5981,7 +5981,7 @@ Major mode for editing the diary file.
5981;;;*** 5981;;;***
5982 5982
5983;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 5983;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5984;;;;;; "diff.el" (19636 58496)) 5984;;;;;; "diff.el" (19752 41642))
5985;;; Generated autoloads from diff.el 5985;;; Generated autoloads from diff.el
5986 5986
5987(defvar diff-switches (purecopy "-c") "\ 5987(defvar diff-switches (purecopy "-c") "\
@@ -6019,7 +6019,7 @@ With prefix arg, prompt for diff switches.
6019;;;*** 6019;;;***
6020 6020
6021;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6021;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6022;;;;;; (19711 45554)) 6022;;;;;; (19752 41642))
6023;;; Generated autoloads from diff-mode.el 6023;;; Generated autoloads from diff-mode.el
6024 6024
6025(autoload 'diff-mode "diff-mode" "\ 6025(autoload 'diff-mode "diff-mode" "\
@@ -6047,7 +6047,7 @@ Minor mode for viewing/editing context diffs.
6047 6047
6048;;;*** 6048;;;***
6049 6049
6050;;;### (autoloads (dig) "dig" "net/dig.el" (19636 58496)) 6050;;;### (autoloads (dig) "dig" "net/dig.el" (19752 41642))
6051;;; Generated autoloads from net/dig.el 6051;;; Generated autoloads from net/dig.el
6052 6052
6053(autoload 'dig "dig" "\ 6053(autoload 'dig "dig" "\
@@ -6060,7 +6060,7 @@ Optional arguments are passed to `dig-invoke'.
6060 6060
6061;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect 6061;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect
6062;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames 6062;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames
6063;;;;;; dired-listing-switches) "dired" "dired.el" (19714 24826)) 6063;;;;;; dired-listing-switches) "dired" "dired.el" (19752 41900))
6064;;; Generated autoloads from dired.el 6064;;; Generated autoloads from dired.el
6065 6065
6066(defvar dired-listing-switches (purecopy "-al") "\ 6066(defvar dired-listing-switches (purecopy "-al") "\
@@ -6205,7 +6205,7 @@ Keybindings:
6205;;;*** 6205;;;***
6206 6206
6207;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6207;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6208;;;;;; (19636 58496)) 6208;;;;;; (19752 41642))
6209;;; Generated autoloads from dirtrack.el 6209;;; Generated autoloads from dirtrack.el
6210 6210
6211(autoload 'dirtrack-mode "dirtrack" "\ 6211(autoload 'dirtrack-mode "dirtrack" "\
@@ -6231,8 +6231,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6231 6231
6232;;;*** 6232;;;***
6233 6233
6234;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19636 6234;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19752
6235;;;;;; 58496)) 6235;;;;;; 41642))
6236;;; Generated autoloads from emacs-lisp/disass.el 6236;;; Generated autoloads from emacs-lisp/disass.el
6237 6237
6238(autoload 'disassemble "disass" "\ 6238(autoload 'disassemble "disass" "\
@@ -6251,7 +6251,7 @@ redefine OBJECT if it is a symbol.
6251;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6251;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6252;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6252;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6253;;;;;; set-display-table-slot display-table-slot make-display-table) 6253;;;;;; set-display-table-slot display-table-slot make-display-table)
6254;;;;;; "disp-table" "disp-table.el" (19636 58496)) 6254;;;;;; "disp-table" "disp-table.el" (19752 41642))
6255;;; Generated autoloads from disp-table.el 6255;;; Generated autoloads from disp-table.el
6256 6256
6257(autoload 'make-display-table "disp-table" "\ 6257(autoload 'make-display-table "disp-table" "\
@@ -6373,7 +6373,7 @@ in `.emacs'.
6373;;;*** 6373;;;***
6374 6374
6375;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6375;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6376;;;;;; (19636 58496)) 6376;;;;;; (19752 41642))
6377;;; Generated autoloads from play/dissociate.el 6377;;; Generated autoloads from play/dissociate.el
6378 6378
6379(autoload 'dissociated-press "dissociate" "\ 6379(autoload 'dissociated-press "dissociate" "\
@@ -6389,7 +6389,7 @@ Default is 2.
6389 6389
6390;;;*** 6390;;;***
6391 6391
6392;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19636 58496)) 6392;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19752 41642))
6393;;; Generated autoloads from dnd.el 6393;;; Generated autoloads from dnd.el
6394 6394
6395(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ 6395(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\
@@ -6410,7 +6410,7 @@ if some action was made, or nil if the URL is ignored.")
6410;;;*** 6410;;;***
6411 6411
6412;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6412;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6413;;;;;; "textmodes/dns-mode.el" (19636 58496)) 6413;;;;;; "textmodes/dns-mode.el" (19752 41642))
6414;;; Generated autoloads from textmodes/dns-mode.el 6414;;; Generated autoloads from textmodes/dns-mode.el
6415 6415
6416(autoload 'dns-mode "dns-mode" "\ 6416(autoload 'dns-mode "dns-mode" "\
@@ -6435,7 +6435,7 @@ Locate SOA record and increment the serial field.
6435;;;*** 6435;;;***
6436 6436
6437;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6437;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
6438;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19636 58496)) 6438;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19752 41642))
6439;;; Generated autoloads from doc-view.el 6439;;; Generated autoloads from doc-view.el
6440 6440
6441(autoload 'doc-view-mode-p "doc-view" "\ 6441(autoload 'doc-view-mode-p "doc-view" "\
@@ -6470,7 +6470,7 @@ Not documented
6470 6470
6471;;;*** 6471;;;***
6472 6472
6473;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19636 58496)) 6473;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19752 41642))
6474;;; Generated autoloads from play/doctor.el 6474;;; Generated autoloads from play/doctor.el
6475 6475
6476(autoload 'doctor "doctor" "\ 6476(autoload 'doctor "doctor" "\
@@ -6480,7 +6480,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6480 6480
6481;;;*** 6481;;;***
6482 6482
6483;;;### (autoloads (double-mode) "double" "double.el" (19636 58496)) 6483;;;### (autoloads (double-mode) "double" "double.el" (19752 41642))
6484;;; Generated autoloads from double.el 6484;;; Generated autoloads from double.el
6485 6485
6486(autoload 'double-mode "double" "\ 6486(autoload 'double-mode "double" "\
@@ -6495,7 +6495,7 @@ when pressed twice. See variable `double-map' for details.
6495 6495
6496;;;*** 6496;;;***
6497 6497
6498;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19636 58496)) 6498;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19752 41642))
6499;;; Generated autoloads from play/dunnet.el 6499;;; Generated autoloads from play/dunnet.el
6500 6500
6501(autoload 'dunnet "dunnet" "\ 6501(autoload 'dunnet "dunnet" "\
@@ -6506,7 +6506,7 @@ Switch to *dungeon* buffer and start game.
6506;;;*** 6506;;;***
6507 6507
6508;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 6508;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6509;;;;;; (19636 58496)) 6509;;;;;; (19752 41642))
6510;;; Generated autoloads from gnus/earcon.el 6510;;; Generated autoloads from gnus/earcon.el
6511 6511
6512(autoload 'gnus-earcon-display "earcon" "\ 6512(autoload 'gnus-earcon-display "earcon" "\
@@ -6518,7 +6518,7 @@ Play sounds in message buffers.
6518 6518
6519;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6519;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6520;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6520;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6521;;;;;; "emacs-lisp/easy-mmode.el" (19636 58496)) 6521;;;;;; "emacs-lisp/easy-mmode.el" (19752 41642))
6522;;; Generated autoloads from emacs-lisp/easy-mmode.el 6522;;; Generated autoloads from emacs-lisp/easy-mmode.el
6523 6523
6524(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6524(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6621,8 +6621,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6621;;;*** 6621;;;***
6622 6622
6623;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6623;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6624;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19636 6624;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19752
6625;;;;;; 58496)) 6625;;;;;; 41642))
6626;;; Generated autoloads from emacs-lisp/easymenu.el 6626;;; Generated autoloads from emacs-lisp/easymenu.el
6627 6627
6628(put 'easy-menu-define 'lisp-indent-function 'defun) 6628(put 'easy-menu-define 'lisp-indent-function 'defun)
@@ -6776,7 +6776,7 @@ To implement dynamic menus, either call this from
6776;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 6776;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
6777;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 6777;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
6778;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 6778;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
6779;;;;;; "progmodes/ebnf2ps.el" (19636 58496)) 6779;;;;;; "progmodes/ebnf2ps.el" (19752 41642))
6780;;; Generated autoloads from progmodes/ebnf2ps.el 6780;;; Generated autoloads from progmodes/ebnf2ps.el
6781 6781
6782(autoload 'ebnf-customize "ebnf2ps" "\ 6782(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7050,8 +7050,8 @@ See `ebnf-style-database' documentation.
7050;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7050;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7051;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7051;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7052;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7052;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7053;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19636 7053;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19752
7054;;;;;; 58496)) 7054;;;;;; 41642))
7055;;; Generated autoloads from progmodes/ebrowse.el 7055;;; Generated autoloads from progmodes/ebrowse.el
7056 7056
7057(autoload 'ebrowse-tree-mode "ebrowse" "\ 7057(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7202,7 +7202,7 @@ Display statistics for a class tree.
7202;;;*** 7202;;;***
7203 7203
7204;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7204;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7205;;;;;; (19636 58496)) 7205;;;;;; (19752 41642))
7206;;; Generated autoloads from ebuff-menu.el 7206;;; Generated autoloads from ebuff-menu.el
7207 7207
7208(autoload 'electric-buffer-list "ebuff-menu" "\ 7208(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7227,7 +7227,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7227;;;*** 7227;;;***
7228 7228
7229;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7229;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7230;;;;;; "echistory.el" (19636 58496)) 7230;;;;;; "echistory.el" (19752 41642))
7231;;; Generated autoloads from echistory.el 7231;;; Generated autoloads from echistory.el
7232 7232
7233(autoload 'Electric-command-history-redo-expression "echistory" "\ 7233(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7239,7 +7239,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7239;;;*** 7239;;;***
7240 7240
7241;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7241;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7242;;;;;; (19636 58496)) 7242;;;;;; (19752 41642))
7243;;; Generated autoloads from gnus/ecomplete.el 7243;;; Generated autoloads from gnus/ecomplete.el
7244 7244
7245(autoload 'ecomplete-setup "ecomplete" "\ 7245(autoload 'ecomplete-setup "ecomplete" "\
@@ -7249,7 +7249,7 @@ Not documented
7249 7249
7250;;;*** 7250;;;***
7251 7251
7252;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19636 58496)) 7252;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19752 41642))
7253;;; Generated autoloads from cedet/ede.el 7253;;; Generated autoloads from cedet/ede.el
7254 7254
7255(defvar global-ede-mode nil "\ 7255(defvar global-ede-mode nil "\
@@ -7275,7 +7275,7 @@ an EDE controlled project.
7275 7275
7276;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7276;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7277;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7277;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7278;;;;;; "emacs-lisp/edebug.el" (19636 58496)) 7278;;;;;; "emacs-lisp/edebug.el" (19752 41642))
7279;;; Generated autoloads from emacs-lisp/edebug.el 7279;;; Generated autoloads from emacs-lisp/edebug.el
7280 7280
7281(defvar edebug-all-defs nil "\ 7281(defvar edebug-all-defs nil "\
@@ -7348,7 +7348,7 @@ Toggle edebugging of all forms.
7348;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7348;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7349;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7349;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7350;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7350;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7351;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19636 58496)) 7351;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19752 41642))
7352;;; Generated autoloads from ediff.el 7352;;; Generated autoloads from ediff.el
7353 7353
7354(autoload 'ediff-files "ediff" "\ 7354(autoload 'ediff-files "ediff" "\
@@ -7580,7 +7580,7 @@ With optional NODE, goes to that node.
7580;;;*** 7580;;;***
7581 7581
7582;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 7582;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
7583;;;;;; (19636 58496)) 7583;;;;;; (19752 41642))
7584;;; Generated autoloads from ediff-help.el 7584;;; Generated autoloads from ediff-help.el
7585 7585
7586(autoload 'ediff-customize "ediff-help" "\ 7586(autoload 'ediff-customize "ediff-help" "\
@@ -7591,7 +7591,7 @@ Not documented
7591;;;*** 7591;;;***
7592 7592
7593;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7593;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7594;;;;;; (19636 58496)) 7594;;;;;; (19752 41642))
7595;;; Generated autoloads from ediff-mult.el 7595;;; Generated autoloads from ediff-mult.el
7596 7596
7597(autoload 'ediff-show-registry "ediff-mult" "\ 7597(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7604,7 +7604,7 @@ Display Ediff's registry.
7604;;;*** 7604;;;***
7605 7605
7606;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7606;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7607;;;;;; "ediff-util" "ediff-util.el" (19636 58496)) 7607;;;;;; "ediff-util" "ediff-util.el" (19752 41642))
7608;;; Generated autoloads from ediff-util.el 7608;;; Generated autoloads from ediff-util.el
7609 7609
7610(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7610(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7625,7 +7625,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7625 7625
7626;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7626;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7627;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7627;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7628;;;;;; (19636 58496)) 7628;;;;;; (19752 41642))
7629;;; Generated autoloads from edmacro.el 7629;;; Generated autoloads from edmacro.el
7630 7630
7631(defvar edmacro-eight-bits nil "\ 7631(defvar edmacro-eight-bits nil "\
@@ -7678,7 +7678,7 @@ or nil, use a compact 80-column format.
7678;;;*** 7678;;;***
7679 7679
7680;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7680;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7681;;;;;; "emulation/edt.el" (19636 58496)) 7681;;;;;; "emulation/edt.el" (19752 41642))
7682;;; Generated autoloads from emulation/edt.el 7682;;; Generated autoloads from emulation/edt.el
7683 7683
7684(autoload 'edt-set-scroll-margins "edt" "\ 7684(autoload 'edt-set-scroll-margins "edt" "\
@@ -7696,7 +7696,7 @@ Turn on EDT Emulation.
7696;;;*** 7696;;;***
7697 7697
7698;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7698;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7699;;;;;; (19636 58496)) 7699;;;;;; (19752 41642))
7700;;; Generated autoloads from ehelp.el 7700;;; Generated autoloads from ehelp.el
7701 7701
7702(autoload 'with-electric-help "ehelp" "\ 7702(autoload 'with-electric-help "ehelp" "\
@@ -7733,7 +7733,7 @@ Not documented
7733;;;*** 7733;;;***
7734 7734
7735;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7735;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7736;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19636 58496)) 7736;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19752 41642))
7737;;; Generated autoloads from emacs-lisp/eldoc.el 7737;;; Generated autoloads from emacs-lisp/eldoc.el
7738 7738
7739(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 7739(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -7776,8 +7776,8 @@ Emacs Lisp mode) that support ElDoc.")
7776 7776
7777;;;*** 7777;;;***
7778 7778
7779;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19636 7779;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19752
7780;;;;;; 58496)) 7780;;;;;; 41642))
7781;;; Generated autoloads from elide-head.el 7781;;; Generated autoloads from elide-head.el
7782 7782
7783(autoload 'elide-head "elide-head" "\ 7783(autoload 'elide-head "elide-head" "\
@@ -7794,7 +7794,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7794 7794
7795;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 7795;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
7796;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 7796;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7797;;;;;; (19636 58496)) 7797;;;;;; (19752 41642))
7798;;; Generated autoloads from emacs-lisp/elint.el 7798;;; Generated autoloads from emacs-lisp/elint.el
7799 7799
7800(autoload 'elint-file "elint" "\ 7800(autoload 'elint-file "elint" "\
@@ -7830,8 +7830,8 @@ optional prefix argument REINIT is non-nil.
7830;;;*** 7830;;;***
7831 7831
7832;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7832;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7833;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19636 7833;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19752
7834;;;;;; 58496)) 7834;;;;;; 41642))
7835;;; Generated autoloads from emacs-lisp/elp.el 7835;;; Generated autoloads from emacs-lisp/elp.el
7836 7836
7837(autoload 'elp-instrument-function "elp" "\ 7837(autoload 'elp-instrument-function "elp" "\
@@ -7866,7 +7866,7 @@ displayed.
7866;;;*** 7866;;;***
7867 7867
7868;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 7868;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7869;;;;;; (19641 1152)) 7869;;;;;; (19752 41642))
7870;;; Generated autoloads from mail/emacsbug.el 7870;;; Generated autoloads from mail/emacsbug.el
7871 7871
7872(autoload 'report-emacs-bug "emacsbug" "\ 7872(autoload 'report-emacs-bug "emacsbug" "\
@@ -7942,7 +7942,7 @@ Not documented
7942;;;*** 7942;;;***
7943 7943
7944;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 7944;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7945;;;;;; "enriched" "textmodes/enriched.el" (19636 58496)) 7945;;;;;; "enriched" "textmodes/enriched.el" (19752 41642))
7946;;; Generated autoloads from textmodes/enriched.el 7946;;; Generated autoloads from textmodes/enriched.el
7947 7947
7948(autoload 'enriched-mode "enriched" "\ 7948(autoload 'enriched-mode "enriched" "\
@@ -7977,8 +7977,8 @@ Not documented
7977;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 7977;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
7978;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 7978;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
7979;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 7979;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
7980;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19636 7980;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19752
7981;;;;;; 58496)) 7981;;;;;; 41642))
7982;;; Generated autoloads from epa.el 7982;;; Generated autoloads from epa.el
7983 7983
7984(autoload 'epa-list-keys "epa" "\ 7984(autoload 'epa-list-keys "epa" "\
@@ -8151,7 +8151,7 @@ Insert selected KEYS after the point.
8151;;;*** 8151;;;***
8152 8152
8153;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8153;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8154;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19636 58496)) 8154;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19752 41642))
8155;;; Generated autoloads from epa-dired.el 8155;;; Generated autoloads from epa-dired.el
8156 8156
8157(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8157(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8177,7 +8177,7 @@ Encrypt marked files.
8177;;;*** 8177;;;***
8178 8178
8179;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8179;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8180;;;;;; "epa-file" "epa-file.el" (19636 58496)) 8180;;;;;; "epa-file" "epa-file.el" (19752 41642))
8181;;; Generated autoloads from epa-file.el 8181;;; Generated autoloads from epa-file.el
8182 8182
8183(autoload 'epa-file-handler "epa-file" "\ 8183(autoload 'epa-file-handler "epa-file" "\
@@ -8199,7 +8199,7 @@ Not documented
8199 8199
8200;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8200;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8201;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8201;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8202;;;;;; "epa-mail" "epa-mail.el" (19636 58496)) 8202;;;;;; "epa-mail" "epa-mail.el" (19752 41642))
8203;;; Generated autoloads from epa-mail.el 8203;;; Generated autoloads from epa-mail.el
8204 8204
8205(autoload 'epa-mail-mode "epa-mail" "\ 8205(autoload 'epa-mail-mode "epa-mail" "\
@@ -8263,7 +8263,7 @@ Minor mode to hook EasyPG into Mail mode.
8263 8263
8264;;;*** 8264;;;***
8265 8265
8266;;;### (autoloads (epg-make-context) "epg" "epg.el" (19708 34240)) 8266;;;### (autoloads (epg-make-context) "epg" "epg.el" (19752 41642))
8267;;; Generated autoloads from epg.el 8267;;; Generated autoloads from epg.el
8268 8268
8269(autoload 'epg-make-context "epg" "\ 8269(autoload 'epg-make-context "epg" "\
@@ -8274,7 +8274,7 @@ Return a context object.
8274;;;*** 8274;;;***
8275 8275
8276;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8276;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8277;;;;;; "epg-config" "epg-config.el" (19636 58496)) 8277;;;;;; "epg-config" "epg-config.el" (19752 41642))
8278;;; Generated autoloads from epg-config.el 8278;;; Generated autoloads from epg-config.el
8279 8279
8280(autoload 'epg-configuration "epg-config" "\ 8280(autoload 'epg-configuration "epg-config" "\
@@ -8295,7 +8295,7 @@ Look at CONFIG and try to expand GROUP.
8295;;;*** 8295;;;***
8296 8296
8297;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8297;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8298;;;;;; "erc/erc.el" (19636 58496)) 8298;;;;;; "erc/erc.el" (19752 41642))
8299;;; Generated autoloads from erc/erc.el 8299;;; Generated autoloads from erc/erc.el
8300 8300
8301(autoload 'erc-select-read-args "erc" "\ 8301(autoload 'erc-select-read-args "erc" "\
@@ -8337,33 +8337,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8337 8337
8338;;;*** 8338;;;***
8339 8339
8340;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19636 8340;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19752
8341;;;;;; 58496)) 8341;;;;;; 41642))
8342;;; Generated autoloads from erc/erc-autoaway.el 8342;;; Generated autoloads from erc/erc-autoaway.el
8343 (autoload 'erc-autoaway-mode "erc-autoaway") 8343 (autoload 'erc-autoaway-mode "erc-autoaway")
8344 8344
8345;;;*** 8345;;;***
8346 8346
8347;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19636 58496)) 8347;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19752 41642))
8348;;; Generated autoloads from erc/erc-button.el 8348;;; Generated autoloads from erc/erc-button.el
8349 (autoload 'erc-button-mode "erc-button" nil t) 8349 (autoload 'erc-button-mode "erc-button" nil t)
8350 8350
8351;;;*** 8351;;;***
8352 8352
8353;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19636 58496)) 8353;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19752 41642))
8354;;; Generated autoloads from erc/erc-capab.el 8354;;; Generated autoloads from erc/erc-capab.el
8355 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8355 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8356 8356
8357;;;*** 8357;;;***
8358 8358
8359;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19636 58496)) 8359;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19752 41642))
8360;;; Generated autoloads from erc/erc-compat.el 8360;;; Generated autoloads from erc/erc-compat.el
8361 (autoload 'erc-define-minor-mode "erc-compat") 8361 (autoload 'erc-define-minor-mode "erc-compat")
8362 8362
8363;;;*** 8363;;;***
8364 8364
8365;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8365;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8366;;;;;; "erc-dcc" "erc/erc-dcc.el" (19636 58496)) 8366;;;;;; "erc-dcc" "erc/erc-dcc.el" (19752 41642))
8367;;; Generated autoloads from erc/erc-dcc.el 8367;;; Generated autoloads from erc/erc-dcc.el
8368 (autoload 'erc-dcc-mode "erc-dcc") 8368 (autoload 'erc-dcc-mode "erc-dcc")
8369 8369
@@ -8396,7 +8396,7 @@ that subcommand.
8396;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8396;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8397;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8397;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8398;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8398;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8399;;;;;; (19636 58496)) 8399;;;;;; (19752 41642))
8400;;; Generated autoloads from erc/erc-ezbounce.el 8400;;; Generated autoloads from erc/erc-ezbounce.el
8401 8401
8402(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8402(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8458,8 +8458,8 @@ Add EZBouncer convenience functions to ERC.
8458 8458
8459;;;*** 8459;;;***
8460 8460
8461;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19636 8461;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19752
8462;;;;;; 58496)) 8462;;;;;; 41642))
8463;;; Generated autoloads from erc/erc-fill.el 8463;;; Generated autoloads from erc/erc-fill.el
8464 (autoload 'erc-fill-mode "erc-fill" nil t) 8464 (autoload 'erc-fill-mode "erc-fill" nil t)
8465 8465
@@ -8471,15 +8471,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8471 8471
8472;;;*** 8472;;;***
8473 8473
8474;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19636 8474;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19752
8475;;;;;; 58496)) 8475;;;;;; 41642))
8476;;; Generated autoloads from erc/erc-hecomplete.el 8476;;; Generated autoloads from erc/erc-hecomplete.el
8477 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 8477 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
8478 8478
8479;;;*** 8479;;;***
8480 8480
8481;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8481;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8482;;;;;; "erc/erc-identd.el" (19636 58496)) 8482;;;;;; "erc/erc-identd.el" (19752 41642))
8483;;; Generated autoloads from erc/erc-identd.el 8483;;; Generated autoloads from erc/erc-identd.el
8484 (autoload 'erc-identd-mode "erc-identd") 8484 (autoload 'erc-identd-mode "erc-identd")
8485 8485
@@ -8501,7 +8501,7 @@ Not documented
8501;;;*** 8501;;;***
8502 8502
8503;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8503;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8504;;;;;; (19636 58496)) 8504;;;;;; (19752 41642))
8505;;; Generated autoloads from erc/erc-imenu.el 8505;;; Generated autoloads from erc/erc-imenu.el
8506 8506
8507(autoload 'erc-create-imenu-index "erc-imenu" "\ 8507(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8511,20 +8511,20 @@ Not documented
8511 8511
8512;;;*** 8512;;;***
8513 8513
8514;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19636 58496)) 8514;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19752 41642))
8515;;; Generated autoloads from erc/erc-join.el 8515;;; Generated autoloads from erc/erc-join.el
8516 (autoload 'erc-autojoin-mode "erc-join" nil t) 8516 (autoload 'erc-autojoin-mode "erc-join" nil t)
8517 8517
8518;;;*** 8518;;;***
8519 8519
8520;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19636 58496)) 8520;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19752 41642))
8521;;; Generated autoloads from erc/erc-list.el 8521;;; Generated autoloads from erc/erc-list.el
8522 (autoload 'erc-list-mode "erc-list") 8522 (autoload 'erc-list-mode "erc-list")
8523 8523
8524;;;*** 8524;;;***
8525 8525
8526;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8526;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8527;;;;;; "erc/erc-log.el" (19636 58496)) 8527;;;;;; "erc/erc-log.el" (19752 41642))
8528;;; Generated autoloads from erc/erc-log.el 8528;;; Generated autoloads from erc/erc-log.el
8529 (autoload 'erc-log-mode "erc-log" nil t) 8529 (autoload 'erc-log-mode "erc-log" nil t)
8530 8530
@@ -8556,7 +8556,7 @@ You can save every individual message by putting this function on
8556;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8556;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8557;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8557;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8558;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8558;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8559;;;;;; (19636 58496)) 8559;;;;;; (19752 41642))
8560;;; Generated autoloads from erc/erc-match.el 8560;;; Generated autoloads from erc/erc-match.el
8561 (autoload 'erc-match-mode "erc-match") 8561 (autoload 'erc-match-mode "erc-match")
8562 8562
@@ -8602,14 +8602,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
8602 8602
8603;;;*** 8603;;;***
8604 8604
8605;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19636 58496)) 8605;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19752 41642))
8606;;; Generated autoloads from erc/erc-menu.el 8606;;; Generated autoloads from erc/erc-menu.el
8607 (autoload 'erc-menu-mode "erc-menu" nil t) 8607 (autoload 'erc-menu-mode "erc-menu" nil t)
8608 8608
8609;;;*** 8609;;;***
8610 8610
8611;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 8611;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
8612;;;;;; (19636 58496)) 8612;;;;;; (19752 41642))
8613;;; Generated autoloads from erc/erc-netsplit.el 8613;;; Generated autoloads from erc/erc-netsplit.el
8614 (autoload 'erc-netsplit-mode "erc-netsplit") 8614 (autoload 'erc-netsplit-mode "erc-netsplit")
8615 8615
@@ -8621,7 +8621,7 @@ Show who's gone.
8621;;;*** 8621;;;***
8622 8622
8623;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 8623;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
8624;;;;;; "erc/erc-networks.el" (19636 58496)) 8624;;;;;; "erc/erc-networks.el" (19752 41642))
8625;;; Generated autoloads from erc/erc-networks.el 8625;;; Generated autoloads from erc/erc-networks.el
8626 8626
8627(autoload 'erc-determine-network "erc-networks" "\ 8627(autoload 'erc-determine-network "erc-networks" "\
@@ -8639,7 +8639,7 @@ Interactively select a server to connect to using `erc-server-alist'.
8639;;;*** 8639;;;***
8640 8640
8641;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 8641;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
8642;;;;;; "erc/erc-notify.el" (19636 58496)) 8642;;;;;; "erc/erc-notify.el" (19752 41642))
8643;;; Generated autoloads from erc/erc-notify.el 8643;;; Generated autoloads from erc/erc-notify.el
8644 (autoload 'erc-notify-mode "erc-notify" nil t) 8644 (autoload 'erc-notify-mode "erc-notify" nil t)
8645 8645
@@ -8657,33 +8657,33 @@ Not documented
8657 8657
8658;;;*** 8658;;;***
8659 8659
8660;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19636 58496)) 8660;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19752 41642))
8661;;; Generated autoloads from erc/erc-page.el 8661;;; Generated autoloads from erc/erc-page.el
8662 (autoload 'erc-page-mode "erc-page") 8662 (autoload 'erc-page-mode "erc-page")
8663 8663
8664;;;*** 8664;;;***
8665 8665
8666;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19636 8666;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19752
8667;;;;;; 58496)) 8667;;;;;; 41642))
8668;;; Generated autoloads from erc/erc-pcomplete.el 8668;;; Generated autoloads from erc/erc-pcomplete.el
8669 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 8669 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
8670 8670
8671;;;*** 8671;;;***
8672 8672
8673;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19636 58496)) 8673;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19752 41642))
8674;;; Generated autoloads from erc/erc-replace.el 8674;;; Generated autoloads from erc/erc-replace.el
8675 (autoload 'erc-replace-mode "erc-replace") 8675 (autoload 'erc-replace-mode "erc-replace")
8676 8676
8677;;;*** 8677;;;***
8678 8678
8679;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19636 58496)) 8679;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19752 41642))
8680;;; Generated autoloads from erc/erc-ring.el 8680;;; Generated autoloads from erc/erc-ring.el
8681 (autoload 'erc-ring-mode "erc-ring" nil t) 8681 (autoload 'erc-ring-mode "erc-ring" nil t)
8682 8682
8683;;;*** 8683;;;***
8684 8684
8685;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 8685;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
8686;;;;;; "erc-services" "erc/erc-services.el" (19636 58496)) 8686;;;;;; "erc-services" "erc/erc-services.el" (19752 41642))
8687;;; Generated autoloads from erc/erc-services.el 8687;;; Generated autoloads from erc/erc-services.el
8688 (autoload 'erc-services-mode "erc-services" nil t) 8688 (autoload 'erc-services-mode "erc-services" nil t)
8689 8689
@@ -8700,14 +8700,14 @@ When called interactively, read the password using `read-passwd'.
8700 8700
8701;;;*** 8701;;;***
8702 8702
8703;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19636 58496)) 8703;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19752 41642))
8704;;; Generated autoloads from erc/erc-sound.el 8704;;; Generated autoloads from erc/erc-sound.el
8705 (autoload 'erc-sound-mode "erc-sound") 8705 (autoload 'erc-sound-mode "erc-sound")
8706 8706
8707;;;*** 8707;;;***
8708 8708
8709;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 8709;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
8710;;;;;; (19636 58496)) 8710;;;;;; (19752 41642))
8711;;; Generated autoloads from erc/erc-speedbar.el 8711;;; Generated autoloads from erc/erc-speedbar.el
8712 8712
8713(autoload 'erc-speedbar-browser "erc-speedbar" "\ 8713(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -8718,21 +8718,21 @@ This will add a speedbar major display mode.
8718 8718
8719;;;*** 8719;;;***
8720 8720
8721;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19636 8721;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19752
8722;;;;;; 58496)) 8722;;;;;; 41642))
8723;;; Generated autoloads from erc/erc-spelling.el 8723;;; Generated autoloads from erc/erc-spelling.el
8724 (autoload 'erc-spelling-mode "erc-spelling" nil t) 8724 (autoload 'erc-spelling-mode "erc-spelling" nil t)
8725 8725
8726;;;*** 8726;;;***
8727 8727
8728;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19636 58496)) 8728;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19752 41642))
8729;;; Generated autoloads from erc/erc-stamp.el 8729;;; Generated autoloads from erc/erc-stamp.el
8730 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 8730 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
8731 8731
8732;;;*** 8732;;;***
8733 8733
8734;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 8734;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
8735;;;;;; (19636 58496)) 8735;;;;;; (19752 41642))
8736;;; Generated autoloads from erc/erc-track.el 8736;;; Generated autoloads from erc/erc-track.el
8737 8737
8738(defvar erc-track-minor-mode nil "\ 8738(defvar erc-track-minor-mode nil "\
@@ -8755,7 +8755,7 @@ module, otherwise the keybindings will not do anything useful.
8755;;;*** 8755;;;***
8756 8756
8757;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 8757;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
8758;;;;;; "erc-truncate" "erc/erc-truncate.el" (19636 58496)) 8758;;;;;; "erc-truncate" "erc/erc-truncate.el" (19752 41642))
8759;;; Generated autoloads from erc/erc-truncate.el 8759;;; Generated autoloads from erc/erc-truncate.el
8760 (autoload 'erc-truncate-mode "erc-truncate" nil t) 8760 (autoload 'erc-truncate-mode "erc-truncate" nil t)
8761 8761
@@ -8775,7 +8775,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
8775;;;*** 8775;;;***
8776 8776
8777;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 8777;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
8778;;;;;; (19641 1152)) 8778;;;;;; (19752 41642))
8779;;; Generated autoloads from erc/erc-xdcc.el 8779;;; Generated autoloads from erc/erc-xdcc.el
8780 (autoload 'erc-xdcc-mode "erc-xdcc") 8780 (autoload 'erc-xdcc-mode "erc-xdcc")
8781 8781
@@ -8786,8 +8786,8 @@ Add a file to `erc-xdcc-files'.
8786 8786
8787;;;*** 8787;;;***
8788 8788
8789;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19636 8789;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19752
8790;;;;;; 58496)) 8790;;;;;; 41642))
8791;;; Generated autoloads from eshell/esh-mode.el 8791;;; Generated autoloads from eshell/esh-mode.el
8792 8792
8793(autoload 'eshell-mode "esh-mode" "\ 8793(autoload 'eshell-mode "esh-mode" "\
@@ -8799,8 +8799,8 @@ Emacs shell interactive mode.
8799 8799
8800;;;*** 8800;;;***
8801 8801
8802;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19636 8802;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19752
8803;;;;;; 58496)) 8803;;;;;; 41642))
8804;;; Generated autoloads from eshell/esh-test.el 8804;;; Generated autoloads from eshell/esh-test.el
8805 8805
8806(autoload 'eshell-test "esh-test" "\ 8806(autoload 'eshell-test "esh-test" "\
@@ -8811,7 +8811,7 @@ Test Eshell to verify that it works as expected.
8811;;;*** 8811;;;***
8812 8812
8813;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 8813;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
8814;;;;;; "eshell/eshell.el" (19636 58496)) 8814;;;;;; "eshell/eshell.el" (19752 41642))
8815;;; Generated autoloads from eshell/eshell.el 8815;;; Generated autoloads from eshell/eshell.el
8816 8816
8817(autoload 'eshell "eshell" "\ 8817(autoload 'eshell "eshell" "\
@@ -8852,7 +8852,7 @@ corresponding to a successful execution.
8852;;;;;; visit-tags-table tags-table-mode find-tag-default-function 8852;;;;;; visit-tags-table tags-table-mode find-tag-default-function
8853;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 8853;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
8854;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 8854;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
8855;;;;;; (19636 58496)) 8855;;;;;; (19752 41642))
8856;;; Generated autoloads from progmodes/etags.el 8856;;; Generated autoloads from progmodes/etags.el
8857 8857
8858(defvar tags-file-name nil "\ 8858(defvar tags-file-name nil "\
@@ -9160,7 +9160,7 @@ for \\[find-tag] (which see).
9160;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9160;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9161;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9161;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9162;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9162;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9163;;;;;; (19636 58496)) 9163;;;;;; (19752 41642))
9164;;; Generated autoloads from language/ethio-util.el 9164;;; Generated autoloads from language/ethio-util.el
9165 9165
9166(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9166(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9330,7 +9330,7 @@ Not documented
9330 9330
9331;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9331;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9332;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9332;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9333;;;;;; (19636 58496)) 9333;;;;;; (19752 41642))
9334;;; Generated autoloads from net/eudc.el 9334;;; Generated autoloads from net/eudc.el
9335 9335
9336(autoload 'eudc-set-server "eudc" "\ 9336(autoload 'eudc-set-server "eudc" "\
@@ -9386,7 +9386,7 @@ This does nothing except loading eudc by autoload side-effect.
9386 9386
9387;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9387;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9388;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9388;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9389;;;;;; "eudc-bob" "net/eudc-bob.el" (19636 58496)) 9389;;;;;; "eudc-bob" "net/eudc-bob.el" (19752 41642))
9390;;; Generated autoloads from net/eudc-bob.el 9390;;; Generated autoloads from net/eudc-bob.el
9391 9391
9392(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9392(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9422,7 +9422,7 @@ Display a button for the JPEG DATA.
9422;;;*** 9422;;;***
9423 9423
9424;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9424;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9425;;;;;; "eudc-export" "net/eudc-export.el" (19636 58496)) 9425;;;;;; "eudc-export" "net/eudc-export.el" (19752 41642))
9426;;; Generated autoloads from net/eudc-export.el 9426;;; Generated autoloads from net/eudc-export.el
9427 9427
9428(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9428(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9439,7 +9439,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9439;;;*** 9439;;;***
9440 9440
9441;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9441;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9442;;;;;; (19636 58496)) 9442;;;;;; (19752 41642))
9443;;; Generated autoloads from net/eudc-hotlist.el 9443;;; Generated autoloads from net/eudc-hotlist.el
9444 9444
9445(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9445(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9449,8 +9449,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9449 9449
9450;;;*** 9450;;;***
9451 9451
9452;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19636 9452;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19752
9453;;;;;; 58496)) 9453;;;;;; 41642))
9454;;; Generated autoloads from emacs-lisp/ewoc.el 9454;;; Generated autoloads from emacs-lisp/ewoc.el
9455 9455
9456(autoload 'ewoc-create "ewoc" "\ 9456(autoload 'ewoc-create "ewoc" "\
@@ -9479,7 +9479,7 @@ fourth arg NOSEP non-nil inhibits this.
9479;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9479;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9480;;;;;; executable-self-display executable-set-magic executable-interpret 9480;;;;;; executable-self-display executable-set-magic executable-interpret
9481;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9481;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9482;;;;;; (19636 58496)) 9482;;;;;; (19752 41642))
9483;;; Generated autoloads from progmodes/executable.el 9483;;; Generated autoloads from progmodes/executable.el
9484 9484
9485(autoload 'executable-command-find-posix-p "executable" "\ 9485(autoload 'executable-command-find-posix-p "executable" "\
@@ -9522,7 +9522,7 @@ file modes.
9522 9522
9523;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9523;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
9524;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 9524;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
9525;;;;;; (19636 58496)) 9525;;;;;; (19752 41642))
9526;;; Generated autoloads from expand.el 9526;;; Generated autoloads from expand.el
9527 9527
9528(autoload 'expand-add-abbrevs "expand" "\ 9528(autoload 'expand-add-abbrevs "expand" "\
@@ -9571,7 +9571,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9571 9571
9572;;;*** 9572;;;***
9573 9573
9574;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19636 58496)) 9574;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19752 41642))
9575;;; Generated autoloads from progmodes/f90.el 9575;;; Generated autoloads from progmodes/f90.el
9576 9576
9577(autoload 'f90-mode "f90" "\ 9577(autoload 'f90-mode "f90" "\
@@ -9637,8 +9637,8 @@ with no args, if that value is non-nil.
9637;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 9637;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
9638;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 9638;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
9639;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 9639;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
9640;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19652 9640;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19752
9641;;;;;; 24589)) 9641;;;;;; 41642))
9642;;; Generated autoloads from face-remap.el 9642;;; Generated autoloads from face-remap.el
9643 9643
9644(autoload 'face-remap-add-relative "face-remap" "\ 9644(autoload 'face-remap-add-relative "face-remap" "\
@@ -9832,7 +9832,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
9832;;;*** 9832;;;***
9833 9833
9834;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9834;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9835;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19636 58496)) 9835;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19752 41642))
9836;;; Generated autoloads from ffap.el 9836;;; Generated autoloads from ffap.el
9837 9837
9838(autoload 'ffap-next "ffap" "\ 9838(autoload 'ffap-next "ffap" "\
@@ -9896,7 +9896,7 @@ Evaluate the forms in variable `ffap-bindings'.
9896;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 9896;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
9897;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 9897;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
9898;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 9898;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
9899;;;;;; "filecache" "filecache.el" (19636 58496)) 9899;;;;;; "filecache" "filecache.el" (19752 41642))
9900;;; Generated autoloads from filecache.el 9900;;; Generated autoloads from filecache.el
9901 9901
9902(autoload 'file-cache-add-directory "filecache" "\ 9902(autoload 'file-cache-add-directory "filecache" "\
@@ -9956,7 +9956,7 @@ the name is considered already unique; only the second substitution
9956;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 9956;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
9957;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 9957;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
9958;;;;;; add-file-local-variable-prop-line delete-file-local-variable 9958;;;;;; add-file-local-variable-prop-line delete-file-local-variable
9959;;;;;; add-file-local-variable) "files-x" "files-x.el" (19636 58496)) 9959;;;;;; add-file-local-variable) "files-x" "files-x.el" (19752 41642))
9960;;; Generated autoloads from files-x.el 9960;;; Generated autoloads from files-x.el
9961 9961
9962(autoload 'add-file-local-variable "files-x" "\ 9962(autoload 'add-file-local-variable "files-x" "\
@@ -10021,8 +10021,8 @@ Copy directory-local variables to the -*- line.
10021 10021
10022;;;*** 10022;;;***
10023 10023
10024;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19636 10024;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19752
10025;;;;;; 58496)) 10025;;;;;; 41642))
10026;;; Generated autoloads from filesets.el 10026;;; Generated autoloads from filesets.el
10027 10027
10028(autoload 'filesets-init "filesets" "\ 10028(autoload 'filesets-init "filesets" "\
@@ -10033,7 +10033,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10033 10033
10034;;;*** 10034;;;***
10035 10035
10036;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19636 58496)) 10036;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19752 41642))
10037;;; Generated autoloads from find-cmd.el 10037;;; Generated autoloads from find-cmd.el
10038 10038
10039(autoload 'find-cmd "find-cmd" "\ 10039(autoload 'find-cmd "find-cmd" "\
@@ -10054,7 +10054,7 @@ result is a string that should be ready for the command line.
10054 10054
10055;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10055;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10056;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10056;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10057;;;;;; (19636 58496)) 10057;;;;;; (19752 41642))
10058;;; Generated autoloads from find-dired.el 10058;;; Generated autoloads from find-dired.el
10059 10059
10060(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ 10060(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -10115,7 +10115,7 @@ Thus ARG can also contain additional grep options.
10115 10115
10116;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10116;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10117;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10117;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10118;;;;;; (19636 58496)) 10118;;;;;; (19752 41642))
10119;;; Generated autoloads from find-file.el 10119;;; Generated autoloads from find-file.el
10120 10120
10121(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10121(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10209,7 +10209,7 @@ Visit the file you click on in another window.
10209;;;;;; find-variable find-variable-noselect find-function-other-frame 10209;;;;;; find-variable find-variable-noselect find-function-other-frame
10210;;;;;; find-function-other-window find-function find-function-noselect 10210;;;;;; find-function-other-window find-function find-function-noselect
10211;;;;;; find-function-search-for-symbol find-library) "find-func" 10211;;;;;; find-function-search-for-symbol find-library) "find-func"
10212;;;;;; "emacs-lisp/find-func.el" (19636 58496)) 10212;;;;;; "emacs-lisp/find-func.el" (19752 41642))
10213;;; Generated autoloads from emacs-lisp/find-func.el 10213;;; Generated autoloads from emacs-lisp/find-func.el
10214 10214
10215(autoload 'find-library "find-func" "\ 10215(autoload 'find-library "find-func" "\
@@ -10364,7 +10364,7 @@ Define some key bindings for the find-function family of functions.
10364;;;*** 10364;;;***
10365 10365
10366;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10366;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10367;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19636 58496)) 10367;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19752 41642))
10368;;; Generated autoloads from find-lisp.el 10368;;; Generated autoloads from find-lisp.el
10369 10369
10370(autoload 'find-lisp-find-dired "find-lisp" "\ 10370(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10385,7 +10385,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10385;;;*** 10385;;;***
10386 10386
10387;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10387;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10388;;;;;; "finder" "finder.el" (19636 58496)) 10388;;;;;; "finder" "finder.el" (19752 41642))
10389;;; Generated autoloads from finder.el 10389;;; Generated autoloads from finder.el
10390 10390
10391(autoload 'finder-list-keywords "finder" "\ 10391(autoload 'finder-list-keywords "finder" "\
@@ -10407,7 +10407,7 @@ Find packages matching a given keyword.
10407;;;*** 10407;;;***
10408 10408
10409;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10409;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10410;;;;;; "flow-ctrl.el" (19636 58496)) 10410;;;;;; "flow-ctrl.el" (19752 41642))
10411;;; Generated autoloads from flow-ctrl.el 10411;;; Generated autoloads from flow-ctrl.el
10412 10412
10413(autoload 'enable-flow-control "flow-ctrl" "\ 10413(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10429,7 +10429,7 @@ to get the effect of a C-q.
10429;;;*** 10429;;;***
10430 10430
10431;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10431;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10432;;;;;; (19636 58496)) 10432;;;;;; (19752 41642))
10433;;; Generated autoloads from gnus/flow-fill.el 10433;;; Generated autoloads from gnus/flow-fill.el
10434 10434
10435(autoload 'fill-flowed-encode "flow-fill" "\ 10435(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10445,7 +10445,7 @@ Not documented
10445;;;*** 10445;;;***
10446 10446
10447;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 10447;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10448;;;;;; "flymake" "progmodes/flymake.el" (19636 58496)) 10448;;;;;; "flymake" "progmodes/flymake.el" (19752 41642))
10449;;; Generated autoloads from progmodes/flymake.el 10449;;; Generated autoloads from progmodes/flymake.el
10450 10450
10451(autoload 'flymake-mode "flymake" "\ 10451(autoload 'flymake-mode "flymake" "\
@@ -10469,7 +10469,7 @@ Turn flymake mode off.
10469 10469
10470;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10470;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10471;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10471;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10472;;;;;; "flyspell" "textmodes/flyspell.el" (19636 58496)) 10472;;;;;; "flyspell" "textmodes/flyspell.el" (19752 41642))
10473;;; Generated autoloads from textmodes/flyspell.el 10473;;; Generated autoloads from textmodes/flyspell.el
10474 10474
10475(autoload 'flyspell-prog-mode "flyspell" "\ 10475(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10539,7 +10539,7 @@ Flyspell whole buffer.
10539 10539
10540;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10540;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
10541;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10541;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
10542;;;;;; (19636 58496)) 10542;;;;;; (19752 41642))
10543;;; Generated autoloads from follow.el 10543;;; Generated autoloads from follow.el
10544 10544
10545(autoload 'turn-on-follow-mode "follow" "\ 10545(autoload 'turn-on-follow-mode "follow" "\
@@ -10612,8 +10612,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
10612 10612
10613;;;*** 10613;;;***
10614 10614
10615;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19636 10615;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19752
10616;;;;;; 58496)) 10616;;;;;; 41642))
10617;;; Generated autoloads from mail/footnote.el 10617;;; Generated autoloads from mail/footnote.el
10618 10618
10619(autoload 'footnote-mode "footnote" "\ 10619(autoload 'footnote-mode "footnote" "\
@@ -10627,7 +10627,7 @@ started, play around with the following keys:
10627;;;*** 10627;;;***
10628 10628
10629;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 10629;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
10630;;;;;; "forms" "forms.el" (19636 58496)) 10630;;;;;; "forms" "forms.el" (19752 41642))
10631;;; Generated autoloads from forms.el 10631;;; Generated autoloads from forms.el
10632 10632
10633(autoload 'forms-mode "forms" "\ 10633(autoload 'forms-mode "forms" "\
@@ -10664,7 +10664,7 @@ Visit a file in Forms mode in other window.
10664;;;*** 10664;;;***
10665 10665
10666;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 10666;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
10667;;;;;; (19636 58496)) 10667;;;;;; (19752 41642))
10668;;; Generated autoloads from progmodes/fortran.el 10668;;; Generated autoloads from progmodes/fortran.el
10669 10669
10670(autoload 'fortran-mode "fortran" "\ 10670(autoload 'fortran-mode "fortran" "\
@@ -10742,7 +10742,7 @@ with no args, if that value is non-nil.
10742;;;*** 10742;;;***
10743 10743
10744;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 10744;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
10745;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19658 61388)) 10745;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19752 41642))
10746;;; Generated autoloads from play/fortune.el 10746;;; Generated autoloads from play/fortune.el
10747 10747
10748(autoload 'fortune-add-fortune "fortune" "\ 10748(autoload 'fortune-add-fortune "fortune" "\
@@ -10791,7 +10791,7 @@ and choose the directory as the fortune-file.
10791;;;*** 10791;;;***
10792 10792
10793;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 10793;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
10794;;;;;; (19636 58496)) 10794;;;;;; (19752 41642))
10795;;; Generated autoloads from progmodes/gdb-ui.el 10795;;; Generated autoloads from progmodes/gdb-ui.el
10796 10796
10797(autoload 'gdb "gdb-ui" "\ 10797(autoload 'gdb "gdb-ui" "\
@@ -10849,8 +10849,8 @@ Non-nil means record the process input and output in `gdb-debug-log'.")
10849;;;*** 10849;;;***
10850 10850
10851;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 10851;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
10852;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19636 10852;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19752
10853;;;;;; 58496)) 10853;;;;;; 41642))
10854;;; Generated autoloads from emacs-lisp/generic.el 10854;;; Generated autoloads from emacs-lisp/generic.el
10855 10855
10856(defvar generic-mode-list nil "\ 10856(defvar generic-mode-list nil "\
@@ -10925,7 +10925,7 @@ regular expression that can be used as an element of
10925;;;*** 10925;;;***
10926 10926
10927;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 10927;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
10928;;;;;; (19636 58496)) 10928;;;;;; (19752 41642))
10929;;; Generated autoloads from progmodes/glasses.el 10929;;; Generated autoloads from progmodes/glasses.el
10930 10930
10931(autoload 'glasses-mode "glasses" "\ 10931(autoload 'glasses-mode "glasses" "\
@@ -10939,7 +10939,7 @@ at places they belong to.
10939 10939
10940;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 10940;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
10941;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 10941;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
10942;;;;;; (19636 58496)) 10942;;;;;; (19752 41642))
10943;;; Generated autoloads from gnus/gmm-utils.el 10943;;; Generated autoloads from gnus/gmm-utils.el
10944 10944
10945(autoload 'gmm-regexp-concat "gmm-utils" "\ 10945(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -10994,7 +10994,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
10994;;;*** 10994;;;***
10995 10995
10996;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 10996;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
10997;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19636 58496)) 10997;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19752 41642))
10998;;; Generated autoloads from gnus/gnus.el 10998;;; Generated autoloads from gnus/gnus.el
10999(when (fboundp 'custom-autoload) 10999(when (fboundp 'custom-autoload)
11000 (custom-autoload 'gnus-select-method "gnus")) 11000 (custom-autoload 'gnus-select-method "gnus"))
@@ -11047,7 +11047,7 @@ prompt the user for the name of an NNTP server to use.
11047;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11047;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11048;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11048;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11049;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11049;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11050;;;;;; "gnus/gnus-agent.el" (19636 58496)) 11050;;;;;; "gnus/gnus-agent.el" (19752 41642))
11051;;; Generated autoloads from gnus/gnus-agent.el 11051;;; Generated autoloads from gnus/gnus-agent.el
11052 11052
11053(autoload 'gnus-unplugged "gnus-agent" "\ 11053(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11138,7 +11138,7 @@ If CLEAN, obsolete (ignore).
11138;;;*** 11138;;;***
11139 11139
11140;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11140;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11141;;;;;; (19636 58496)) 11141;;;;;; (19752 41642))
11142;;; Generated autoloads from gnus/gnus-art.el 11142;;; Generated autoloads from gnus/gnus-art.el
11143 11143
11144(autoload 'gnus-article-prepare-display "gnus-art" "\ 11144(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11149,7 +11149,7 @@ Make the current buffer look like a nice article.
11149;;;*** 11149;;;***
11150 11150
11151;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11151;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11152;;;;;; (19636 58496)) 11152;;;;;; (19752 41642))
11153;;; Generated autoloads from gnus/gnus-audio.el 11153;;; Generated autoloads from gnus/gnus-audio.el
11154 11154
11155(autoload 'gnus-audio-play "gnus-audio" "\ 11155(autoload 'gnus-audio-play "gnus-audio" "\
@@ -11160,7 +11160,7 @@ Play a sound FILE through the speaker.
11160;;;*** 11160;;;***
11161 11161
11162;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11162;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11163;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19636 58496)) 11163;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19752 41642))
11164;;; Generated autoloads from gnus/gnus-bookmark.el 11164;;; Generated autoloads from gnus/gnus-bookmark.el
11165 11165
11166(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11166(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11185,8 +11185,8 @@ deletion, or > if it is flagged for displaying.
11185 11185
11186;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11186;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11187;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11187;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11188;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19636 11188;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19752
11189;;;;;; 58496)) 11189;;;;;; 41642))
11190;;; Generated autoloads from gnus/gnus-cache.el 11190;;; Generated autoloads from gnus/gnus-cache.el
11191 11191
11192(autoload 'gnus-jog-cache "gnus-cache" "\ 11192(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11228,7 +11228,7 @@ supported.
11228;;;*** 11228;;;***
11229 11229
11230;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11230;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11231;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19636 58496)) 11231;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19752 41642))
11232;;; Generated autoloads from gnus/gnus-delay.el 11232;;; Generated autoloads from gnus/gnus-delay.el
11233 11233
11234(autoload 'gnus-delay-article "gnus-delay" "\ 11234(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11264,7 +11264,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11264;;;*** 11264;;;***
11265 11265
11266;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11266;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11267;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19636 58496)) 11267;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19752 41642))
11268;;; Generated autoloads from gnus/gnus-diary.el 11268;;; Generated autoloads from gnus/gnus-diary.el
11269 11269
11270(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11270(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11280,7 +11280,7 @@ Not documented
11280;;;*** 11280;;;***
11281 11281
11282;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11282;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11283;;;;;; (19636 58496)) 11283;;;;;; (19752 41642))
11284;;; Generated autoloads from gnus/gnus-dired.el 11284;;; Generated autoloads from gnus/gnus-dired.el
11285 11285
11286(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11286(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11291,7 +11291,7 @@ Convenience method to turn on gnus-dired-mode.
11291;;;*** 11291;;;***
11292 11292
11293;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11293;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11294;;;;;; (19636 58496)) 11294;;;;;; (19752 41642))
11295;;; Generated autoloads from gnus/gnus-draft.el 11295;;; Generated autoloads from gnus/gnus-draft.el
11296 11296
11297(autoload 'gnus-draft-reminder "gnus-draft" "\ 11297(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11303,8 +11303,8 @@ Reminder user if there are unsent drafts.
11303 11303
11304;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11304;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11305;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11305;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11306;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19636 11306;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19752
11307;;;;;; 58496)) 11307;;;;;; 41642))
11308;;; Generated autoloads from gnus/gnus-fun.el 11308;;; Generated autoloads from gnus/gnus-fun.el
11309 11309
11310(autoload 'gnus-random-x-face "gnus-fun" "\ 11310(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11349,7 +11349,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11349;;;*** 11349;;;***
11350 11350
11351;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11351;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11352;;;;;; "gnus-group" "gnus/gnus-group.el" (19636 58496)) 11352;;;;;; "gnus-group" "gnus/gnus-group.el" (19752 41642))
11353;;; Generated autoloads from gnus/gnus-group.el 11353;;; Generated autoloads from gnus/gnus-group.el
11354 11354
11355(autoload 'gnus-fetch-group "gnus-group" "\ 11355(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11367,7 +11367,7 @@ Pop up a frame and enter GROUP.
11367;;;*** 11367;;;***
11368 11368
11369;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11369;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11370;;;;;; (19636 58496)) 11370;;;;;; (19752 41642))
11371;;; Generated autoloads from gnus/gnus-kill.el 11371;;; Generated autoloads from gnus/gnus-kill.el
11372 11372
11373(defalias 'gnus-batch-kill 'gnus-batch-score) 11373(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11382,7 +11382,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11382 11382
11383;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11383;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11384;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11384;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11385;;;;;; (19636 58496)) 11385;;;;;; (19752 41642))
11386;;; Generated autoloads from gnus/gnus-ml.el 11386;;; Generated autoloads from gnus/gnus-ml.el
11387 11387
11388(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11388(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11407,7 +11407,7 @@ Minor mode for providing mailing-list commands.
11407 11407
11408;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11408;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11409;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11409;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11410;;;;;; (19636 58496)) 11410;;;;;; (19752 41642))
11411;;; Generated autoloads from gnus/gnus-mlspl.el 11411;;; Generated autoloads from gnus/gnus-mlspl.el
11412 11412
11413(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11413(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -11508,7 +11508,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11508;;;*** 11508;;;***
11509 11509
11510;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 11510;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
11511;;;;;; (19636 58496)) 11511;;;;;; (19752 41642))
11512;;; Generated autoloads from gnus/gnus-move.el 11512;;; Generated autoloads from gnus/gnus-move.el
11513 11513
11514(autoload 'gnus-change-server "gnus-move" "\ 11514(autoload 'gnus-change-server "gnus-move" "\
@@ -11520,7 +11520,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
11520;;;*** 11520;;;***
11521 11521
11522;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11522;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11523;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19636 58496)) 11523;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19752 41642))
11524;;; Generated autoloads from gnus/gnus-msg.el 11524;;; Generated autoloads from gnus/gnus-msg.el
11525 11525
11526(autoload 'gnus-msg-mail "gnus-msg" "\ 11526(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -11545,7 +11545,7 @@ Like `message-reply'.
11545;;;*** 11545;;;***
11546 11546
11547;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 11547;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
11548;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (19636 58496)) 11548;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (19752 41642))
11549;;; Generated autoloads from gnus/gnus-nocem.el 11549;;; Generated autoloads from gnus/gnus-nocem.el
11550 11550
11551(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\ 11551(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\
@@ -11562,7 +11562,7 @@ Load the NoCeM cache.
11562 11562
11563;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11563;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
11564;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11564;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
11565;;;;;; (19636 58496)) 11565;;;;;; (19752 41642))
11566;;; Generated autoloads from gnus/gnus-picon.el 11566;;; Generated autoloads from gnus/gnus-picon.el
11567 11567
11568(autoload 'gnus-treat-from-picon "gnus-picon" "\ 11568(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -11589,7 +11589,7 @@ If picons are already displayed, remove them.
11589;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11589;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
11590;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11590;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
11591;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11591;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
11592;;;;;; "gnus/gnus-range.el" (19636 58496)) 11592;;;;;; "gnus/gnus-range.el" (19752 41642))
11593;;; Generated autoloads from gnus/gnus-range.el 11593;;; Generated autoloads from gnus/gnus-range.el
11594 11594
11595(autoload 'gnus-sorted-difference "gnus-range" "\ 11595(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -11657,7 +11657,7 @@ Add NUM into sorted LIST by side effect.
11657;;;*** 11657;;;***
11658 11658
11659;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11659;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
11660;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19636 58496)) 11660;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19752 41642))
11661;;; Generated autoloads from gnus/gnus-registry.el 11661;;; Generated autoloads from gnus/gnus-registry.el
11662 11662
11663(autoload 'gnus-registry-initialize "gnus-registry" "\ 11663(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -11673,8 +11673,8 @@ Install the registry hooks.
11673;;;*** 11673;;;***
11674 11674
11675;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 11675;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
11676;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19636 11676;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19752
11677;;;;;; 58496)) 11677;;;;;; 41642))
11678;;; Generated autoloads from gnus/gnus-sieve.el 11678;;; Generated autoloads from gnus/gnus-sieve.el
11679 11679
11680(autoload 'gnus-sieve-update "gnus-sieve" "\ 11680(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -11702,7 +11702,7 @@ Not documented
11702;;;*** 11702;;;***
11703 11703
11704;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 11704;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
11705;;;;;; (19636 58496)) 11705;;;;;; (19752 41642))
11706;;; Generated autoloads from gnus/gnus-soup.el 11706;;; Generated autoloads from gnus/gnus-soup.el
11707 11707
11708(autoload 'gnus-batch-brew-soup "gnus-soup" "\ 11708(autoload 'gnus-batch-brew-soup "gnus-soup" "\
@@ -11722,7 +11722,7 @@ Note -- this function hasn't been implemented yet.
11722;;;*** 11722;;;***
11723 11723
11724;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11724;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
11725;;;;;; (19636 58496)) 11725;;;;;; (19752 41642))
11726;;; Generated autoloads from gnus/gnus-spec.el 11726;;; Generated autoloads from gnus/gnus-spec.el
11727 11727
11728(autoload 'gnus-update-format "gnus-spec" "\ 11728(autoload 'gnus-update-format "gnus-spec" "\
@@ -11733,8 +11733,8 @@ Update the format specification near point.
11733;;;*** 11733;;;***
11734 11734
11735;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 11735;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
11736;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19636 11736;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19752
11737;;;;;; 58496)) 11737;;;;;; 41642))
11738;;; Generated autoloads from gnus/gnus-start.el 11738;;; Generated autoloads from gnus/gnus-start.el
11739 11739
11740(autoload 'gnus-declare-backend "gnus-start" "\ 11740(autoload 'gnus-declare-backend "gnus-start" "\
@@ -11750,7 +11750,7 @@ Not documented
11750;;;*** 11750;;;***
11751 11751
11752;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11752;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11753;;;;;; (19636 58496)) 11753;;;;;; (19752 41642))
11754;;; Generated autoloads from gnus/gnus-win.el 11754;;; Generated autoloads from gnus/gnus-win.el
11755 11755
11756(autoload 'gnus-add-configuration "gnus-win" "\ 11756(autoload 'gnus-add-configuration "gnus-win" "\
@@ -11760,7 +11760,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
11760 11760
11761;;;*** 11761;;;***
11762 11762
11763;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19658 61388)) 11763;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19752 41642))
11764;;; Generated autoloads from play/gomoku.el 11764;;; Generated autoloads from play/gomoku.el
11765 11765
11766(autoload 'gomoku "gomoku" "\ 11766(autoload 'gomoku "gomoku" "\
@@ -11787,8 +11787,8 @@ Use \\[describe-mode] for more info.
11787;;;*** 11787;;;***
11788 11788
11789;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 11789;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
11790;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19636 11790;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19752
11791;;;;;; 58496)) 11791;;;;;; 41642))
11792;;; Generated autoloads from net/goto-addr.el 11792;;; Generated autoloads from net/goto-addr.el
11793 11793
11794(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 11794(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -11828,7 +11828,7 @@ Turn on `goto-address-mode', but only in comments and strings.
11828 11828
11829;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 11829;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
11830;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 11830;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
11831;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19636 58496)) 11831;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19754 9185))
11832;;; Generated autoloads from progmodes/grep.el 11832;;; Generated autoloads from progmodes/grep.el
11833 11833
11834(defvar grep-window-height nil "\ 11834(defvar grep-window-height nil "\
@@ -11984,7 +11984,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
11984 11984
11985;;;*** 11985;;;***
11986 11986
11987;;;### (autoloads (gs-load-image) "gs" "gs.el" (19636 58496)) 11987;;;### (autoloads (gs-load-image) "gs" "gs.el" (19752 41642))
11988;;; Generated autoloads from gs.el 11988;;; Generated autoloads from gs.el
11989 11989
11990(autoload 'gs-load-image "gs" "\ 11990(autoload 'gs-load-image "gs" "\
@@ -11998,7 +11998,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
11998;;;*** 11998;;;***
11999 11999
12000;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12000;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12001;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19636 58496)) 12001;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19752 41642))
12002;;; Generated autoloads from progmodes/gud.el 12002;;; Generated autoloads from progmodes/gud.el
12003 12003
12004(autoload 'gud-gdb "gud" "\ 12004(autoload 'gud-gdb "gud" "\
@@ -12086,8 +12086,8 @@ Toggle the display of GUD tooltips.
12086 12086
12087;;;*** 12087;;;***
12088 12088
12089;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19636 12089;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19752
12090;;;;;; 58496)) 12090;;;;;; 41642))
12091;;; Generated autoloads from play/handwrite.el 12091;;; Generated autoloads from play/handwrite.el
12092 12092
12093(autoload 'handwrite "handwrite" "\ 12093(autoload 'handwrite "handwrite" "\
@@ -12134,7 +12134,7 @@ to be updated.
12134 12134
12135;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12135;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12136;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12136;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12137;;;;;; "hashcash" "mail/hashcash.el" (19636 58496)) 12137;;;;;; "hashcash" "mail/hashcash.el" (19752 41642))
12138;;; Generated autoloads from mail/hashcash.el 12138;;; Generated autoloads from mail/hashcash.el
12139 12139
12140(autoload 'hashcash-insert-payment "hashcash" "\ 12140(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12179,7 +12179,7 @@ Prefix arg sets default accept amount temporarily.
12179;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12179;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12180;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12180;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12181;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12181;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12182;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19636 58496)) 12182;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19752 41642))
12183;;; Generated autoloads from help-at-pt.el 12183;;; Generated autoloads from help-at-pt.el
12184 12184
12185(autoload 'help-at-pt-string "help-at-pt" "\ 12185(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12309,7 +12309,7 @@ different regions. With numeric argument ARG, behaves like
12309;;;### (autoloads (describe-categories describe-syntax describe-variable 12309;;;### (autoloads (describe-categories describe-syntax describe-variable
12310;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name 12310;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name
12311;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12311;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
12312;;;;;; (19636 58496)) 12312;;;;;; (19752 41642))
12313;;; Generated autoloads from help-fns.el 12313;;; Generated autoloads from help-fns.el
12314 12314
12315(autoload 'describe-function "help-fns" "\ 12315(autoload 'describe-function "help-fns" "\
@@ -12379,7 +12379,7 @@ BUFFER should be a buffer or a buffer name.
12379;;;*** 12379;;;***
12380 12380
12381;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12381;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12382;;;;;; (19636 58496)) 12382;;;;;; (19752 41642))
12383;;; Generated autoloads from help-macro.el 12383;;; Generated autoloads from help-macro.el
12384 12384
12385(defvar three-step-help nil "\ 12385(defvar three-step-help nil "\
@@ -12395,8 +12395,8 @@ gives the window that lists the options.")
12395 12395
12396;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12396;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12397;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12397;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12398;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19636 12398;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19752
12399;;;;;; 58496)) 12399;;;;;; 41642))
12400;;; Generated autoloads from help-mode.el 12400;;; Generated autoloads from help-mode.el
12401 12401
12402(autoload 'help-mode "help-mode" "\ 12402(autoload 'help-mode "help-mode" "\
@@ -12488,7 +12488,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12488;;;*** 12488;;;***
12489 12489
12490;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12490;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12491;;;;;; "emacs-lisp/helper.el" (19636 58496)) 12491;;;;;; "emacs-lisp/helper.el" (19752 41642))
12492;;; Generated autoloads from emacs-lisp/helper.el 12492;;; Generated autoloads from emacs-lisp/helper.el
12493 12493
12494(autoload 'Helper-describe-bindings "helper" "\ 12494(autoload 'Helper-describe-bindings "helper" "\
@@ -12504,7 +12504,7 @@ Provide help for current mode.
12504;;;*** 12504;;;***
12505 12505
12506;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12506;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12507;;;;;; "hexl.el" (19636 58496)) 12507;;;;;; "hexl.el" (19752 41642))
12508;;; Generated autoloads from hexl.el 12508;;; Generated autoloads from hexl.el
12509 12509
12510(autoload 'hexl-mode "hexl" "\ 12510(autoload 'hexl-mode "hexl" "\
@@ -12601,7 +12601,7 @@ This discards the buffer's undo information.
12601;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12601;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12602;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12602;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12603;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12603;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12604;;;;;; (19636 58496)) 12604;;;;;; (19752 41642))
12605;;; Generated autoloads from hi-lock.el 12605;;; Generated autoloads from hi-lock.el
12606 12606
12607(autoload 'hi-lock-mode "hi-lock" "\ 12607(autoload 'hi-lock-mode "hi-lock" "\
@@ -12735,7 +12735,7 @@ be found in variable `hi-lock-interactive-patterns'.
12735;;;*** 12735;;;***
12736 12736
12737;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 12737;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
12738;;;;;; (19636 58496)) 12738;;;;;; (19752 41642))
12739;;; Generated autoloads from progmodes/hideif.el 12739;;; Generated autoloads from progmodes/hideif.el
12740 12740
12741(autoload 'hide-ifdef-mode "hideif" "\ 12741(autoload 'hide-ifdef-mode "hideif" "\
@@ -12775,7 +12775,7 @@ how the hiding is done:
12775;;;*** 12775;;;***
12776 12776
12777;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 12777;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
12778;;;;;; (19636 58496)) 12778;;;;;; (19752 41642))
12779;;; Generated autoloads from progmodes/hideshow.el 12779;;; Generated autoloads from progmodes/hideshow.el
12780 12780
12781(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))) "\ 12781(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))) "\
@@ -12837,8 +12837,8 @@ Unconditionally turn off `hs-minor-mode'.
12837;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 12837;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
12838;;;;;; highlight-changes-previous-change highlight-changes-next-change 12838;;;;;; highlight-changes-previous-change highlight-changes-next-change
12839;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 12839;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
12840;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19636 12840;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19752
12841;;;;;; 58496)) 12841;;;;;; 41642))
12842;;; Generated autoloads from hilit-chg.el 12842;;; Generated autoloads from hilit-chg.el
12843 12843
12844(autoload 'highlight-changes-mode "hilit-chg" "\ 12844(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -12967,7 +12967,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
12967;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 12967;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
12968;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 12968;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
12969;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 12969;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
12970;;;;;; "hippie-exp.el" (19636 58496)) 12970;;;;;; "hippie-exp.el" (19752 41642))
12971;;; Generated autoloads from hippie-exp.el 12971;;; Generated autoloads from hippie-exp.el
12972 12972
12973(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) "\ 12973(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) "\
@@ -13040,7 +13040,7 @@ argument VERBOSE non-nil makes the function verbose.
13040;;;*** 13040;;;***
13041 13041
13042;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13042;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13043;;;;;; (19636 58496)) 13043;;;;;; (19752 41642))
13044;;; Generated autoloads from hl-line.el 13044;;; Generated autoloads from hl-line.el
13045 13045
13046(autoload 'hl-line-mode "hl-line" "\ 13046(autoload 'hl-line-mode "hl-line" "\
@@ -13084,7 +13084,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13084;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13084;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13085;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13085;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13086;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13086;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13087;;;;;; "calendar/holidays.el" (19636 58496)) 13087;;;;;; "calendar/holidays.el" (19752 41642))
13088;;; Generated autoloads from calendar/holidays.el 13088;;; Generated autoloads from calendar/holidays.el
13089 13089
13090(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ 13090(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\
@@ -13232,8 +13232,8 @@ The optional LABEL is used to label the buffer created.
13232 13232
13233;;;*** 13233;;;***
13234 13234
13235;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19636 13235;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19752
13236;;;;;; 58496)) 13236;;;;;; 41642))
13237;;; Generated autoloads from gnus/html2text.el 13237;;; Generated autoloads from gnus/html2text.el
13238 13238
13239(autoload 'html2text "html2text" "\ 13239(autoload 'html2text "html2text" "\
@@ -13244,7 +13244,7 @@ Convert HTML to plain text in the current buffer.
13244;;;*** 13244;;;***
13245 13245
13246;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13246;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13247;;;;;; "htmlfontify" "htmlfontify.el" (19636 58496)) 13247;;;;;; "htmlfontify" "htmlfontify.el" (19752 41642))
13248;;; Generated autoloads from htmlfontify.el 13248;;; Generated autoloads from htmlfontify.el
13249 13249
13250(autoload 'htmlfontify-buffer "htmlfontify" "\ 13250(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13277,8 +13277,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
13277;;;*** 13277;;;***
13278 13278
13279;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13279;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13280;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19636 13280;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19752
13281;;;;;; 58496)) 13281;;;;;; 41642))
13282;;; Generated autoloads from ibuf-macs.el 13282;;; Generated autoloads from ibuf-macs.el
13283 13283
13284(autoload 'define-ibuffer-column "ibuf-macs" "\ 13284(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13367,7 +13367,7 @@ bound to the current value of the filter.
13367;;;*** 13367;;;***
13368 13368
13369;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13369;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13370;;;;;; "ibuffer" "ibuffer.el" (19636 58496)) 13370;;;;;; "ibuffer" "ibuffer.el" (19752 41900))
13371;;; Generated autoloads from ibuffer.el 13371;;; Generated autoloads from ibuffer.el
13372 13372
13373(autoload 'ibuffer-list-buffers "ibuffer" "\ 13373(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13408,7 +13408,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13408 13408
13409;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13409;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13410;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13410;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13411;;;;;; "calendar/icalendar.el" (19636 58496)) 13411;;;;;; "calendar/icalendar.el" (19752 41642))
13412;;; Generated autoloads from calendar/icalendar.el 13412;;; Generated autoloads from calendar/icalendar.el
13413 13413
13414(autoload 'icalendar-export-file "icalendar" "\ 13414(autoload 'icalendar-export-file "icalendar" "\
@@ -13460,8 +13460,8 @@ buffer `*icalendar-errors*'.
13460 13460
13461;;;*** 13461;;;***
13462 13462
13463;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19636 13463;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19752
13464;;;;;; 58496)) 13464;;;;;; 41642))
13465;;; Generated autoloads from icomplete.el 13465;;; Generated autoloads from icomplete.el
13466 13466
13467(defvar icomplete-mode nil "\ 13467(defvar icomplete-mode nil "\
@@ -13482,7 +13482,7 @@ otherwise turn it off.
13482 13482
13483;;;*** 13483;;;***
13484 13484
13485;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19636 58496)) 13485;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19752 41642))
13486;;; Generated autoloads from progmodes/icon.el 13486;;; Generated autoloads from progmodes/icon.el
13487 13487
13488(autoload 'icon-mode "icon" "\ 13488(autoload 'icon-mode "icon" "\
@@ -13523,7 +13523,7 @@ with no args, if that value is non-nil.
13523;;;*** 13523;;;***
13524 13524
13525;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13525;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13526;;;;;; (19636 58496)) 13526;;;;;; (19752 41642))
13527;;; Generated autoloads from progmodes/idlw-shell.el 13527;;; Generated autoloads from progmodes/idlw-shell.el
13528 13528
13529(autoload 'idlwave-shell "idlw-shell" "\ 13529(autoload 'idlwave-shell "idlw-shell" "\
@@ -13549,7 +13549,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
13549;;;*** 13549;;;***
13550 13550
13551;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13551;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13552;;;;;; (19636 58496)) 13552;;;;;; (19752 41642))
13553;;; Generated autoloads from progmodes/idlwave.el 13553;;; Generated autoloads from progmodes/idlwave.el
13554 13554
13555(autoload 'idlwave-mode "idlwave" "\ 13555(autoload 'idlwave-mode "idlwave" "\
@@ -13683,8 +13683,8 @@ The main features of this mode are
13683;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13683;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13684;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13684;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13685;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13685;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13686;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19705 13686;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19752
13687;;;;;; 10058)) 13687;;;;;; 41642))
13688;;; Generated autoloads from ido.el 13688;;; Generated autoloads from ido.el
13689 13689
13690(defvar ido-mode nil "\ 13690(defvar ido-mode nil "\
@@ -13945,7 +13945,7 @@ DEF, if non-nil, is the default value.
13945 13945
13946;;;*** 13946;;;***
13947 13947
13948;;;### (autoloads (ielm) "ielm" "ielm.el" (19636 58496)) 13948;;;### (autoloads (ielm) "ielm" "ielm.el" (19752 41642))
13949;;; Generated autoloads from ielm.el 13949;;; Generated autoloads from ielm.el
13950 (add-hook 'same-window-buffer-names (purecopy "*ielm*")) 13950 (add-hook 'same-window-buffer-names (purecopy "*ielm*"))
13951 13951
@@ -13958,7 +13958,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
13958;;;*** 13958;;;***
13959 13959
13960;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 13960;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
13961;;;;;; (19636 58496)) 13961;;;;;; (19752 41642))
13962;;; Generated autoloads from iimage.el 13962;;; Generated autoloads from iimage.el
13963 13963
13964(autoload 'turn-on-iimage-mode "iimage" "\ 13964(autoload 'turn-on-iimage-mode "iimage" "\
@@ -13977,7 +13977,7 @@ Toggle inline image minor mode.
13977;;;;;; insert-image put-image create-image image-type-auto-detected-p 13977;;;;;; insert-image put-image create-image image-type-auto-detected-p
13978;;;;;; image-type-available-p image-type image-type-from-file-name 13978;;;;;; image-type-available-p image-type image-type-from-file-name
13979;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 13979;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
13980;;;;;; "image" "image.el" (19636 58496)) 13980;;;;;; "image" "image.el" (19752 41642))
13981;;; Generated autoloads from image.el 13981;;; Generated autoloads from image.el
13982 13982
13983(autoload 'image-type-from-data "image" "\ 13983(autoload 'image-type-from-data "image" "\
@@ -14160,7 +14160,7 @@ Example:
14160;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14160;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14161;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14161;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14162;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 14162;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
14163;;;;;; "image-dired" "image-dired.el" (19709 15556)) 14163;;;;;; "image-dired" "image-dired.el" (19752 41642))
14164;;; Generated autoloads from image-dired.el 14164;;; Generated autoloads from image-dired.el
14165 14165
14166(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14166(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -14294,7 +14294,7 @@ easy-to-use form.
14294 14294
14295;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14295;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14296;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14296;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14297;;;;;; "image-file.el" (19636 58496)) 14297;;;;;; "image-file.el" (19752 41642))
14298;;; Generated autoloads from image-file.el 14298;;; Generated autoloads from image-file.el
14299 14299
14300(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14300(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14356,7 +14356,7 @@ Image files are those whose name has an extension in
14356;;;*** 14356;;;***
14357 14357
14358;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14358;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14359;;;;;; image-mode) "image-mode" "image-mode.el" (19636 58496)) 14359;;;;;; image-mode) "image-mode" "image-mode.el" (19752 41642))
14360;;; Generated autoloads from image-mode.el 14360;;; Generated autoloads from image-mode.el
14361 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) 14361 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist)
14362 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) 14362 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist)
@@ -14406,7 +14406,7 @@ Not documented
14406;;;*** 14406;;;***
14407 14407
14408;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14408;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14409;;;;;; imenu-sort-function) "imenu" "imenu.el" (19636 58496)) 14409;;;;;; imenu-sort-function) "imenu" "imenu.el" (19752 41642))
14410;;; Generated autoloads from imenu.el 14410;;; Generated autoloads from imenu.el
14411 14411
14412(defvar imenu-sort-function nil "\ 14412(defvar imenu-sort-function nil "\
@@ -14523,7 +14523,7 @@ for more information.
14523 14523
14524;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14524;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14525;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14525;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14526;;;;;; "ind-util" "language/ind-util.el" (19636 58496)) 14526;;;;;; "ind-util" "language/ind-util.el" (19752 41642))
14527;;; Generated autoloads from language/ind-util.el 14527;;; Generated autoloads from language/ind-util.el
14528 14528
14529(autoload 'indian-compose-region "ind-util" "\ 14529(autoload 'indian-compose-region "ind-util" "\
@@ -14555,7 +14555,7 @@ Convert old Emacs Devanagari characters to UCS.
14555 14555
14556;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14556;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
14557;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 14557;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14558;;;;;; "progmodes/inf-lisp.el" (19636 58496)) 14558;;;;;; "progmodes/inf-lisp.el" (19752 41642))
14559;;; Generated autoloads from progmodes/inf-lisp.el 14559;;; Generated autoloads from progmodes/inf-lisp.el
14560 14560
14561(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 14561(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -14623,7 +14623,7 @@ of `inferior-lisp-program'). Runs the hooks from
14623;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14623;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14624;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14624;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14625;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14625;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14626;;;;;; (19636 58496)) 14626;;;;;; (19752 41642))
14627;;; Generated autoloads from info.el 14627;;; Generated autoloads from info.el
14628 14628
14629(autoload 'info-other-window "info" "\ 14629(autoload 'info-other-window "info" "\
@@ -14802,7 +14802,7 @@ type returned by `Info-bookmark-make-record', which see.
14802 14802
14803;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14803;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
14804;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14804;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
14805;;;;;; (19636 58496)) 14805;;;;;; (19752 41642))
14806;;; Generated autoloads from info-look.el 14806;;; Generated autoloads from info-look.el
14807 14807
14808(autoload 'info-lookup-reset "info-look" "\ 14808(autoload 'info-lookup-reset "info-look" "\
@@ -14850,7 +14850,7 @@ Perform completion on file preceding point.
14850;;;*** 14850;;;***
14851 14851
14852;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 14852;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
14853;;;;;; info-xref-check) "info-xref" "info-xref.el" (19636 58496)) 14853;;;;;; info-xref-check) "info-xref" "info-xref.el" (19752 41642))
14854;;; Generated autoloads from info-xref.el 14854;;; Generated autoloads from info-xref.el
14855 14855
14856(autoload 'info-xref-check "info-xref" "\ 14856(autoload 'info-xref-check "info-xref" "\
@@ -14877,7 +14877,7 @@ quite a while.
14877;;;*** 14877;;;***
14878 14878
14879;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 14879;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
14880;;;;;; Info-tagify) "informat" "informat.el" (19636 58496)) 14880;;;;;; Info-tagify) "informat" "informat.el" (19752 41642))
14881;;; Generated autoloads from informat.el 14881;;; Generated autoloads from informat.el
14882 14882
14883(autoload 'Info-tagify "informat" "\ 14883(autoload 'Info-tagify "informat" "\
@@ -14924,7 +14924,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
14924 14924
14925;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14925;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
14926;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14926;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
14927;;;;;; (19636 58496)) 14927;;;;;; (19752 41642))
14928;;; Generated autoloads from international/isearch-x.el 14928;;; Generated autoloads from international/isearch-x.el
14929 14929
14930(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 14930(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -14944,8 +14944,8 @@ Not documented
14944 14944
14945;;;*** 14945;;;***
14946 14946
14947;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19636 14947;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19752
14948;;;;;; 58496)) 14948;;;;;; 41642))
14949;;; Generated autoloads from isearchb.el 14949;;; Generated autoloads from isearchb.el
14950 14950
14951(autoload 'isearchb-activate "isearchb" "\ 14951(autoload 'isearchb-activate "isearchb" "\
@@ -14961,7 +14961,7 @@ accessed via isearchb.
14961;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 14961;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
14962;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 14962;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
14963;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 14963;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
14964;;;;;; "international/iso-cvt.el" (19636 58496)) 14964;;;;;; "international/iso-cvt.el" (19752 41642))
14965;;; Generated autoloads from international/iso-cvt.el 14965;;; Generated autoloads from international/iso-cvt.el
14966 14966
14967(autoload 'iso-spanish "iso-cvt" "\ 14967(autoload 'iso-spanish "iso-cvt" "\
@@ -15052,7 +15052,7 @@ Add submenus to the File menu, to convert to and from various formats.
15052;;;*** 15052;;;***
15053 15053
15054;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15054;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15055;;;;;; (19636 58496)) 15055;;;;;; (19752 41642))
15056;;; Generated autoloads from international/iso-transl.el 15056;;; Generated autoloads from international/iso-transl.el
15057 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15057 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15058 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15058 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15064,7 +15064,7 @@ Add submenus to the File menu, to convert to and from various formats.
15064;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15064;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15065;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15065;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15066;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15066;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15067;;;;;; "ispell" "textmodes/ispell.el" (19636 58496)) 15067;;;;;; "ispell" "textmodes/ispell.el" (19752 41642))
15068;;; Generated autoloads from textmodes/ispell.el 15068;;; Generated autoloads from textmodes/ispell.el
15069(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15069(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15070 15070
@@ -15282,8 +15282,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15282 15282
15283;;;*** 15283;;;***
15284 15284
15285;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19636 15285;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19752
15286;;;;;; 58496)) 15286;;;;;; 41642))
15287;;; Generated autoloads from iswitchb.el 15287;;; Generated autoloads from iswitchb.el
15288 15288
15289(defvar iswitchb-mode nil "\ 15289(defvar iswitchb-mode nil "\
@@ -15308,7 +15308,7 @@ This mode enables switching between buffers using substrings. See
15308;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15308;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15309;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15309;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15310;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15310;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15311;;;;;; "japan-util" "language/japan-util.el" (19636 58496)) 15311;;;;;; "japan-util" "language/japan-util.el" (19752 41642))
15312;;; Generated autoloads from language/japan-util.el 15312;;; Generated autoloads from language/japan-util.el
15313 15313
15314(autoload 'setup-japanese-environment-internal "japan-util" "\ 15314(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -15386,7 +15386,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15386;;;*** 15386;;;***
15387 15387
15388;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15388;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15389;;;;;; "jka-compr.el" (19636 58496)) 15389;;;;;; "jka-compr.el" (19754 9185))
15390;;; Generated autoloads from jka-compr.el 15390;;; Generated autoloads from jka-compr.el
15391 15391
15392(defvar jka-compr-inhibit nil "\ 15392(defvar jka-compr-inhibit nil "\
@@ -15409,7 +15409,7 @@ by `jka-compr-installed'.
15409 15409
15410;;;*** 15410;;;***
15411 15411
15412;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19636 58496)) 15412;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19752 41642))
15413;;; Generated autoloads from progmodes/js.el 15413;;; Generated autoloads from progmodes/js.el
15414 15414
15415(autoload 'js-mode "js" "\ 15415(autoload 'js-mode "js" "\
@@ -15427,7 +15427,7 @@ Key bindings:
15427 15427
15428;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15428;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15429;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15429;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15430;;;;;; (19636 58496)) 15430;;;;;; (19752 41642))
15431;;; Generated autoloads from emulation/keypad.el 15431;;; Generated autoloads from emulation/keypad.el
15432 15432
15433(defvar keypad-setup nil "\ 15433(defvar keypad-setup nil "\
@@ -15483,7 +15483,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
15483;;;*** 15483;;;***
15484 15484
15485;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 15485;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15486;;;;;; (19636 58496)) 15486;;;;;; (19752 41642))
15487;;; Generated autoloads from international/kinsoku.el 15487;;; Generated autoloads from international/kinsoku.el
15488 15488
15489(autoload 'kinsoku "kinsoku" "\ 15489(autoload 'kinsoku "kinsoku" "\
@@ -15504,8 +15504,8 @@ the context of text formatting.
15504 15504
15505;;;*** 15505;;;***
15506 15506
15507;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19636 15507;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19752
15508;;;;;; 58496)) 15508;;;;;; 41642))
15509;;; Generated autoloads from international/kkc.el 15509;;; Generated autoloads from international/kkc.el
15510 15510
15511(defvar kkc-after-update-conversion-functions nil "\ 15511(defvar kkc-after-update-conversion-functions nil "\
@@ -15530,7 +15530,7 @@ and the return value is the length of the conversion.
15530;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15530;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
15531;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15531;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
15532;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 15532;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
15533;;;;;; "kmacro" "kmacro.el" (19636 58496)) 15533;;;;;; "kmacro" "kmacro.el" (19752 41642))
15534;;; Generated autoloads from kmacro.el 15534;;; Generated autoloads from kmacro.el
15535 (global-set-key "\C-x(" 'kmacro-start-macro) 15535 (global-set-key "\C-x(" 'kmacro-start-macro)
15536 (global-set-key "\C-x)" 'kmacro-end-macro) 15536 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -15641,7 +15641,7 @@ If kbd macro currently being defined end it before activating it.
15641;;;*** 15641;;;***
15642 15642
15643;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15643;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15644;;;;;; "language/korea-util.el" (19636 58496)) 15644;;;;;; "language/korea-util.el" (19752 41642))
15645;;; Generated autoloads from language/korea-util.el 15645;;; Generated autoloads from language/korea-util.el
15646 15646
15647(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 15647(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -15656,7 +15656,7 @@ Not documented
15656;;;*** 15656;;;***
15657 15657
15658;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15658;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
15659;;;;;; (19658 61388)) 15659;;;;;; (19752 41642))
15660;;; Generated autoloads from play/landmark.el 15660;;; Generated autoloads from play/landmark.el
15661 15661
15662(defalias 'landmark-repeat 'lm-test-run) 15662(defalias 'landmark-repeat 'lm-test-run)
@@ -15690,7 +15690,7 @@ Use \\[describe-mode] for more info.
15690 15690
15691;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 15691;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
15692;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 15692;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
15693;;;;;; "lao-util" "language/lao-util.el" (19636 58496)) 15693;;;;;; "lao-util" "language/lao-util.el" (19752 41642))
15694;;; Generated autoloads from language/lao-util.el 15694;;; Generated autoloads from language/lao-util.el
15695 15695
15696(autoload 'lao-compose-string "lao-util" "\ 15696(autoload 'lao-compose-string "lao-util" "\
@@ -15729,7 +15729,7 @@ Not documented
15729 15729
15730;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 15730;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
15731;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 15731;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
15732;;;;;; "latexenc" "international/latexenc.el" (19636 58496)) 15732;;;;;; "latexenc" "international/latexenc.el" (19752 41642))
15733;;; Generated autoloads from international/latexenc.el 15733;;; Generated autoloads from international/latexenc.el
15734 15734
15735(defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ 15735(defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
@@ -15761,7 +15761,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
15761;;;*** 15761;;;***
15762 15762
15763;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15763;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
15764;;;;;; "latin1-disp" "international/latin1-disp.el" (19636 58496)) 15764;;;;;; "latin1-disp" "international/latin1-disp.el" (19752 41642))
15765;;; Generated autoloads from international/latin1-disp.el 15765;;; Generated autoloads from international/latin1-disp.el
15766 15766
15767(defvar latin1-display nil "\ 15767(defvar latin1-display nil "\
@@ -15803,7 +15803,7 @@ use either \\[customize] or the function `latin1-display'.")
15803;;;*** 15803;;;***
15804 15804
15805;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 15805;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
15806;;;;;; (19636 58496)) 15806;;;;;; (19752 41642))
15807;;; Generated autoloads from progmodes/ld-script.el 15807;;; Generated autoloads from progmodes/ld-script.el
15808 15808
15809(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode))) 15809(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode)))
@@ -15820,7 +15820,7 @@ A major mode to edit GNU ld script files
15820;;;*** 15820;;;***
15821 15821
15822;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 15822;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
15823;;;;;; (19636 58496)) 15823;;;;;; (19752 41642))
15824;;; Generated autoloads from ledit.el 15824;;; Generated autoloads from ledit.el
15825 15825
15826(defconst ledit-save-files t "\ 15826(defconst ledit-save-files t "\
@@ -15855,7 +15855,7 @@ Not documented
15855 15855
15856;;;*** 15856;;;***
15857 15857
15858;;;### (autoloads (life) "life" "play/life.el" (19636 58496)) 15858;;;### (autoloads (life) "life" "play/life.el" (19752 41642))
15859;;; Generated autoloads from play/life.el 15859;;; Generated autoloads from play/life.el
15860 15860
15861(autoload 'life "life" "\ 15861(autoload 'life "life" "\
@@ -15869,7 +15869,7 @@ generations (this defaults to 1).
15869;;;*** 15869;;;***
15870 15870
15871;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 15871;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
15872;;;;;; "linum.el" (19636 58496)) 15872;;;;;; "linum.el" (19752 41642))
15873;;; Generated autoloads from linum.el 15873;;; Generated autoloads from linum.el
15874 15874
15875(defvar linum-format 'dynamic "\ 15875(defvar linum-format 'dynamic "\
@@ -15907,8 +15907,8 @@ See `linum-mode' for more information on Linum mode.
15907 15907
15908;;;*** 15908;;;***
15909 15909
15910;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19636 15910;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19752
15911;;;;;; 58496)) 15911;;;;;; 41642))
15912;;; Generated autoloads from loadhist.el 15912;;; Generated autoloads from loadhist.el
15913 15913
15914(autoload 'unload-feature "loadhist" "\ 15914(autoload 'unload-feature "loadhist" "\
@@ -15940,7 +15940,7 @@ something strange, such as redefining an Emacs function.
15940;;;*** 15940;;;***
15941 15941
15942;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 15942;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
15943;;;;;; "locate" "locate.el" (19697 24269)) 15943;;;;;; "locate" "locate.el" (19752 41642))
15944;;; Generated autoloads from locate.el 15944;;; Generated autoloads from locate.el
15945 15945
15946(defvar locate-ls-subdir-switches (purecopy "-al") "\ 15946(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -15992,7 +15992,7 @@ except that FILTER is not optional.
15992 15992
15993;;;*** 15993;;;***
15994 15994
15995;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19714 24709)) 15995;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19752 41642))
15996;;; Generated autoloads from log-edit.el 15996;;; Generated autoloads from log-edit.el
15997 15997
15998(autoload 'log-edit "log-edit" "\ 15998(autoload 'log-edit "log-edit" "\
@@ -16019,8 +16019,8 @@ uses the current buffer.
16019 16019
16020;;;*** 16020;;;***
16021 16021
16022;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19661 16022;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19752
16023;;;;;; 51918)) 16023;;;;;; 41642))
16024;;; Generated autoloads from log-view.el 16024;;; Generated autoloads from log-view.el
16025 16025
16026(autoload 'log-view-mode "log-view" "\ 16026(autoload 'log-view-mode "log-view" "\
@@ -16030,8 +16030,8 @@ Major mode for browsing CVS log output.
16030 16030
16031;;;*** 16031;;;***
16032 16032
16033;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19636 16033;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19752
16034;;;;;; 58496)) 16034;;;;;; 41642))
16035;;; Generated autoloads from longlines.el 16035;;; Generated autoloads from longlines.el
16036 16036
16037(autoload 'longlines-mode "longlines" "\ 16037(autoload 'longlines-mode "longlines" "\
@@ -16052,8 +16052,8 @@ are indicated with a symbol.
16052;;;*** 16052;;;***
16053 16053
16054;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16054;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16055;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19688 16055;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19752
16056;;;;;; 11756)) 16056;;;;;; 41642))
16057;;; Generated autoloads from lpr.el 16057;;; Generated autoloads from lpr.el
16058 16058
16059(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16059(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
@@ -16147,7 +16147,7 @@ for further customization of the printer command.
16147;;;*** 16147;;;***
16148 16148
16149;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16149;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16150;;;;;; (19678 47007)) 16150;;;;;; (19752 41642))
16151;;; Generated autoloads from ls-lisp.el 16151;;; Generated autoloads from ls-lisp.el
16152 16152
16153(defvar ls-lisp-support-shell-wildcards t "\ 16153(defvar ls-lisp-support-shell-wildcards t "\
@@ -16158,8 +16158,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16158 16158
16159;;;*** 16159;;;***
16160 16160
16161;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19636 16161;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19752
16162;;;;;; 58496)) 16162;;;;;; 41642))
16163;;; Generated autoloads from calendar/lunar.el 16163;;; Generated autoloads from calendar/lunar.el
16164 16164
16165(autoload 'lunar-phases "lunar" "\ 16165(autoload 'lunar-phases "lunar" "\
@@ -16173,8 +16173,8 @@ This function is suitable for execution in a .emacs file.
16173 16173
16174;;;*** 16174;;;***
16175 16175
16176;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19636 16176;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19752
16177;;;;;; 58496)) 16177;;;;;; 41642))
16178;;; Generated autoloads from progmodes/m4-mode.el 16178;;; Generated autoloads from progmodes/m4-mode.el
16179 16179
16180(autoload 'm4-mode "m4-mode" "\ 16180(autoload 'm4-mode "m4-mode" "\
@@ -16186,7 +16186,7 @@ A major mode to edit m4 macro files.
16186;;;*** 16186;;;***
16187 16187
16188;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16188;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16189;;;;;; (19636 58496)) 16189;;;;;; (19752 41642))
16190;;; Generated autoloads from emacs-lisp/macroexp.el 16190;;; Generated autoloads from emacs-lisp/macroexp.el
16191 16191
16192(autoload 'macroexpand-all "macroexp" "\ 16192(autoload 'macroexpand-all "macroexp" "\
@@ -16200,7 +16200,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16200;;;*** 16200;;;***
16201 16201
16202;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16202;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16203;;;;;; name-last-kbd-macro) "macros" "macros.el" (19636 58496)) 16203;;;;;; name-last-kbd-macro) "macros" "macros.el" (19752 41642))
16204;;; Generated autoloads from macros.el 16204;;; Generated autoloads from macros.el
16205 16205
16206(autoload 'name-last-kbd-macro "macros" "\ 16206(autoload 'name-last-kbd-macro "macros" "\
@@ -16289,7 +16289,7 @@ and then select the region of un-tablified names and use
16289;;;*** 16289;;;***
16290 16290
16291;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16291;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16292;;;;;; "mail/mail-extr.el" (19636 58496)) 16292;;;;;; "mail/mail-extr.el" (19752 41642))
16293;;; Generated autoloads from mail/mail-extr.el 16293;;; Generated autoloads from mail/mail-extr.el
16294 16294
16295(autoload 'mail-extract-address-components "mail-extr" "\ 16295(autoload 'mail-extract-address-components "mail-extr" "\
@@ -16321,7 +16321,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16321 16321
16322;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16322;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16323;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16323;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16324;;;;;; (19636 58496)) 16324;;;;;; (19752 41642))
16325;;; Generated autoloads from mail/mail-hist.el 16325;;; Generated autoloads from mail/mail-hist.el
16326 16326
16327(autoload 'mail-hist-define-keys "mail-hist" "\ 16327(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -16353,7 +16353,7 @@ This function normally would be called when the message is sent.
16353;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16353;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16354;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16354;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16355;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el" 16355;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el"
16356;;;;;; (19636 58496)) 16356;;;;;; (19744 33840))
16357;;; Generated autoloads from mail/mail-utils.el 16357;;; Generated autoloads from mail/mail-utils.el
16358 16358
16359(defvar mail-use-rfc822 nil "\ 16359(defvar mail-use-rfc822 nil "\
@@ -16415,8 +16415,8 @@ matches may be returned from the message body.
16415;;;*** 16415;;;***
16416 16416
16417;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16417;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16418;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19636 16418;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19752
16419;;;;;; 58496)) 16419;;;;;; 41642))
16420;;; Generated autoloads from mail/mailabbrev.el 16420;;; Generated autoloads from mail/mailabbrev.el
16421 16421
16422(defvar mail-abbrevs-mode nil "\ 16422(defvar mail-abbrevs-mode nil "\
@@ -16458,8 +16458,8 @@ double-quotes.
16458;;;*** 16458;;;***
16459 16459
16460;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16460;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16461;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19636 16461;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19752
16462;;;;;; 58496)) 16462;;;;;; 41642))
16463;;; Generated autoloads from mail/mailalias.el 16463;;; Generated autoloads from mail/mailalias.el
16464 16464
16465(defvar mail-complete-style 'angles "\ 16465(defvar mail-complete-style 'angles "\
@@ -16505,7 +16505,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
16505;;;*** 16505;;;***
16506 16506
16507;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 16507;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
16508;;;;;; (19636 58496)) 16508;;;;;; (19752 41642))
16509;;; Generated autoloads from mail/mailclient.el 16509;;; Generated autoloads from mail/mailclient.el
16510 16510
16511(autoload 'mailclient-send-it "mailclient" "\ 16511(autoload 'mailclient-send-it "mailclient" "\
@@ -16519,7 +16519,7 @@ The mail client is taken to be the handler of mailto URLs.
16519 16519
16520;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16520;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16521;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16521;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16522;;;;;; "make-mode" "progmodes/make-mode.el" (19636 58496)) 16522;;;;;; "make-mode" "progmodes/make-mode.el" (19752 41642))
16523;;; Generated autoloads from progmodes/make-mode.el 16523;;; Generated autoloads from progmodes/make-mode.el
16524 16524
16525(autoload 'makefile-mode "make-mode" "\ 16525(autoload 'makefile-mode "make-mode" "\
@@ -16636,8 +16636,8 @@ An adapted `makefile-mode' that knows about imake.
16636 16636
16637;;;*** 16637;;;***
16638 16638
16639;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19636 16639;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19752
16640;;;;;; 58496)) 16640;;;;;; 41642))
16641;;; Generated autoloads from makesum.el 16641;;; Generated autoloads from makesum.el
16642 16642
16643(autoload 'make-command-summary "makesum" "\ 16643(autoload 'make-command-summary "makesum" "\
@@ -16648,7 +16648,7 @@ Previous contents of that buffer are killed first.
16648 16648
16649;;;*** 16649;;;***
16650 16650
16651;;;### (autoloads (man-follow man) "man" "man.el" (19641 1152)) 16651;;;### (autoloads (man-follow man) "man" "man.el" (19752 41642))
16652;;; Generated autoloads from man.el 16652;;; Generated autoloads from man.el
16653 16653
16654(defalias 'manual-entry 'man) 16654(defalias 'manual-entry 'man)
@@ -16697,7 +16697,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
16697 16697
16698;;;*** 16698;;;***
16699 16699
16700;;;### (autoloads (master-mode) "master" "master.el" (19636 58496)) 16700;;;### (autoloads (master-mode) "master" "master.el" (19752 41642))
16701;;; Generated autoloads from master.el 16701;;; Generated autoloads from master.el
16702 16702
16703(autoload 'master-mode "master" "\ 16703(autoload 'master-mode "master" "\
@@ -16720,7 +16720,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
16720;;;*** 16720;;;***
16721 16721
16722;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 16722;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
16723;;;;;; (19636 58496)) 16723;;;;;; (19752 41642))
16724;;; Generated autoloads from mb-depth.el 16724;;; Generated autoloads from mb-depth.el
16725 16725
16726(defvar minibuffer-depth-indicate-mode nil "\ 16726(defvar minibuffer-depth-indicate-mode nil "\
@@ -16751,7 +16751,7 @@ Returns non-nil if the new state is enabled.
16751;;;;;; message-forward-make-body message-forward message-recover 16751;;;;;; message-forward-make-body message-forward message-recover
16752;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16752;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16753;;;;;; message-reply message-news message-mail message-mode) "message" 16753;;;;;; message-reply message-news message-mail message-mode) "message"
16754;;;;;; "gnus/message.el" (19636 58496)) 16754;;;;;; "gnus/message.el" (19757 55474))
16755;;; Generated autoloads from gnus/message.el 16755;;; Generated autoloads from gnus/message.el
16756 16756
16757(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16757(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -16917,7 +16917,7 @@ which specify the range to operate on.
16917;;;*** 16917;;;***
16918 16918
16919;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16919;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16920;;;;;; (19636 58496)) 16920;;;;;; (19752 41642))
16921;;; Generated autoloads from progmodes/meta-mode.el 16921;;; Generated autoloads from progmodes/meta-mode.el
16922 16922
16923(autoload 'metafont-mode "meta-mode" "\ 16923(autoload 'metafont-mode "meta-mode" "\
@@ -16944,7 +16944,7 @@ Turning on MetaPost mode calls the value of the variable
16944 16944
16945;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 16945;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
16946;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 16946;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
16947;;;;;; (19636 58496)) 16947;;;;;; (19752 41642))
16948;;; Generated autoloads from mail/metamail.el 16948;;; Generated autoloads from mail/metamail.el
16949 16949
16950(autoload 'metamail-interpret-header "metamail" "\ 16950(autoload 'metamail-interpret-header "metamail" "\
@@ -16989,7 +16989,7 @@ redisplayed as output is inserted.
16989 16989
16990;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 16990;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
16991;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 16991;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
16992;;;;;; "mh-e/mh-comp.el" (19636 58496)) 16992;;;;;; "mh-e/mh-comp.el" (19752 41642))
16993;;; Generated autoloads from mh-e/mh-comp.el 16993;;; Generated autoloads from mh-e/mh-comp.el
16994 16994
16995(autoload 'mh-smail "mh-comp" "\ 16995(autoload 'mh-smail "mh-comp" "\
@@ -17079,7 +17079,7 @@ delete the draft message.
17079 17079
17080;;;*** 17080;;;***
17081 17081
17082;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19636 58496)) 17082;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19752 41642))
17083;;; Generated autoloads from mh-e/mh-e.el 17083;;; Generated autoloads from mh-e/mh-e.el
17084 17084
17085(put 'mh-progs 'risky-local-variable t) 17085(put 'mh-progs 'risky-local-variable t)
@@ -17096,7 +17096,7 @@ Display version information about MH-E and the MH mail handling system.
17096;;;*** 17096;;;***
17097 17097
17098;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17098;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17099;;;;;; "mh-e/mh-folder.el" (19636 58496)) 17099;;;;;; "mh-e/mh-folder.el" (19752 41642))
17100;;; Generated autoloads from mh-e/mh-folder.el 17100;;; Generated autoloads from mh-e/mh-folder.el
17101 17101
17102(autoload 'mh-rmail "mh-folder" "\ 17102(autoload 'mh-rmail "mh-folder" "\
@@ -17178,7 +17178,7 @@ perform the operation on all messages in that region.
17178;;;*** 17178;;;***
17179 17179
17180;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17180;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17181;;;;;; "midnight.el" (19636 58496)) 17181;;;;;; "midnight.el" (19752 41642))
17182;;; Generated autoloads from midnight.el 17182;;; Generated autoloads from midnight.el
17183 17183
17184(autoload 'clean-buffer-list "midnight" "\ 17184(autoload 'clean-buffer-list "midnight" "\
@@ -17205,7 +17205,7 @@ to its second argument TM.
17205;;;*** 17205;;;***
17206 17206
17207;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17207;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17208;;;;;; "minibuf-eldef.el" (19636 58496)) 17208;;;;;; "minibuf-eldef.el" (19752 41642))
17209;;; Generated autoloads from minibuf-eldef.el 17209;;; Generated autoloads from minibuf-eldef.el
17210 17210
17211(defvar minibuffer-electric-default-mode nil "\ 17211(defvar minibuffer-electric-default-mode nil "\
@@ -17232,7 +17232,7 @@ Returns non-nil if the new state is enabled.
17232 17232
17233;;;*** 17233;;;***
17234 17234
17235;;;### (autoloads (butterfly) "misc" "misc.el" (19636 58496)) 17235;;;### (autoloads (butterfly) "misc" "misc.el" (19752 41642))
17236;;; Generated autoloads from misc.el 17236;;; Generated autoloads from misc.el
17237 17237
17238(autoload 'butterfly "misc" "\ 17238(autoload 'butterfly "misc" "\
@@ -17251,7 +17251,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
17251 17251
17252;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17252;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17253;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17253;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17254;;;;;; "misearch" "misearch.el" (19636 58496)) 17254;;;;;; "misearch" "misearch.el" (19752 41642))
17255;;; Generated autoloads from misearch.el 17255;;; Generated autoloads from misearch.el
17256 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17256 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17257 17257
@@ -17333,7 +17333,7 @@ whose file names match the specified wildcard.
17333;;;*** 17333;;;***
17334 17334
17335;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17335;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17336;;;;;; (19636 58496)) 17336;;;;;; (19752 41642))
17337;;; Generated autoloads from progmodes/mixal-mode.el 17337;;; Generated autoloads from progmodes/mixal-mode.el
17338 17338
17339(autoload 'mixal-mode "mixal-mode" "\ 17339(autoload 'mixal-mode "mixal-mode" "\
@@ -17347,7 +17347,7 @@ Major mode for the mixal asm language.
17347;;;*** 17347;;;***
17348 17348
17349;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17349;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17350;;;;;; "mm-extern" "gnus/mm-extern.el" (19636 58496)) 17350;;;;;; "mm-extern" "gnus/mm-extern.el" (19752 41642))
17351;;; Generated autoloads from gnus/mm-extern.el 17351;;; Generated autoloads from gnus/mm-extern.el
17352 17352
17353(autoload 'mm-extern-cache-contents "mm-extern" "\ 17353(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -17366,7 +17366,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17366;;;*** 17366;;;***
17367 17367
17368;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17368;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17369;;;;;; (19636 58496)) 17369;;;;;; (19752 41642))
17370;;; Generated autoloads from gnus/mm-partial.el 17370;;; Generated autoloads from gnus/mm-partial.el
17371 17371
17372(autoload 'mm-inline-partial "mm-partial" "\ 17372(autoload 'mm-inline-partial "mm-partial" "\
@@ -17380,7 +17380,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17380;;;*** 17380;;;***
17381 17381
17382;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17382;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17383;;;;;; "mm-url" "gnus/mm-url.el" (19636 58496)) 17383;;;;;; "mm-url" "gnus/mm-url.el" (19752 41642))
17384;;; Generated autoloads from gnus/mm-url.el 17384;;; Generated autoloads from gnus/mm-url.el
17385 17385
17386(autoload 'mm-url-insert-file-contents "mm-url" "\ 17386(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -17397,7 +17397,7 @@ Insert file contents of URL using `mm-url-program'.
17397;;;*** 17397;;;***
17398 17398
17399;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17399;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17400;;;;;; "gnus/mm-uu.el" (19636 58496)) 17400;;;;;; "gnus/mm-uu.el" (19752 41642))
17401;;; Generated autoloads from gnus/mm-uu.el 17401;;; Generated autoloads from gnus/mm-uu.el
17402 17402
17403(autoload 'mm-uu-dissect "mm-uu" "\ 17403(autoload 'mm-uu-dissect "mm-uu" "\
@@ -17417,7 +17417,7 @@ Assume text has been decoded if DECODED is non-nil.
17417;;;*** 17417;;;***
17418 17418
17419;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17419;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17420;;;;;; (19636 58496)) 17420;;;;;; (19752 41642))
17421;;; Generated autoloads from gnus/mml1991.el 17421;;; Generated autoloads from gnus/mml1991.el
17422 17422
17423(autoload 'mml1991-encrypt "mml1991" "\ 17423(autoload 'mml1991-encrypt "mml1991" "\
@@ -17434,7 +17434,7 @@ Not documented
17434 17434
17435;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17435;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17436;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17436;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17437;;;;;; "mml2015" "gnus/mml2015.el" (19636 58496)) 17437;;;;;; "mml2015" "gnus/mml2015.el" (19752 41642))
17438;;; Generated autoloads from gnus/mml2015.el 17438;;; Generated autoloads from gnus/mml2015.el
17439 17439
17440(autoload 'mml2015-decrypt "mml2015" "\ 17440(autoload 'mml2015-decrypt "mml2015" "\
@@ -17507,7 +17507,7 @@ followed by the first character of the construct.
17507;;;*** 17507;;;***
17508 17508
17509;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 17509;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
17510;;;;;; (19636 58496)) 17510;;;;;; (19752 41642))
17511;;; Generated autoloads from play/morse.el 17511;;; Generated autoloads from play/morse.el
17512 17512
17513(autoload 'morse-region "morse" "\ 17513(autoload 'morse-region "morse" "\
@@ -17523,7 +17523,7 @@ Convert morse coded text in region to ordinary ASCII text.
17523;;;*** 17523;;;***
17524 17524
17525;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 17525;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
17526;;;;;; "mouse-drag.el" (19636 58496)) 17526;;;;;; "mouse-drag.el" (19752 41642))
17527;;; Generated autoloads from mouse-drag.el 17527;;; Generated autoloads from mouse-drag.el
17528 17528
17529(autoload 'mouse-drag-throw "mouse-drag" "\ 17529(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -17570,8 +17570,8 @@ To test this function, evaluate:
17570 17570
17571;;;*** 17571;;;***
17572 17572
17573;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19678 17573;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19752
17574;;;;;; 47007)) 17574;;;;;; 41642))
17575;;; Generated autoloads from mouse-sel.el 17575;;; Generated autoloads from mouse-sel.el
17576 17576
17577(defvar mouse-sel-mode nil "\ 17577(defvar mouse-sel-mode nil "\
@@ -17623,7 +17623,7 @@ primary selection and region.
17623 17623
17624;;;*** 17624;;;***
17625 17625
17626;;;### (autoloads (mpc) "mpc" "mpc.el" (19636 58496)) 17626;;;### (autoloads (mpc) "mpc" "mpc.el" (19752 41642))
17627;;; Generated autoloads from mpc.el 17627;;; Generated autoloads from mpc.el
17628 17628
17629(autoload 'mpc "mpc" "\ 17629(autoload 'mpc "mpc" "\
@@ -17633,7 +17633,7 @@ Main entry point for MPC.
17633 17633
17634;;;*** 17634;;;***
17635 17635
17636;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19636 58496)) 17636;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19752 41642))
17637;;; Generated autoloads from play/mpuz.el 17637;;; Generated autoloads from play/mpuz.el
17638 17638
17639(autoload 'mpuz "mpuz" "\ 17639(autoload 'mpuz "mpuz" "\
@@ -17643,7 +17643,7 @@ Multiplication puzzle with GNU Emacs.
17643 17643
17644;;;*** 17644;;;***
17645 17645
17646;;;### (autoloads (msb-mode) "msb" "msb.el" (19636 58496)) 17646;;;### (autoloads (msb-mode) "msb" "msb.el" (19752 41642))
17647;;; Generated autoloads from msb.el 17647;;; Generated autoloads from msb.el
17648 17648
17649(defvar msb-mode nil "\ 17649(defvar msb-mode nil "\
@@ -17670,7 +17670,7 @@ different buffer menu using the function `msb'.
17670;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17670;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17671;;;;;; describe-coding-system describe-character-set list-charset-chars 17671;;;;;; describe-coding-system describe-character-set list-charset-chars
17672;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17672;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17673;;;;;; (19636 58496)) 17673;;;;;; (19752 41642))
17674;;; Generated autoloads from international/mule-diag.el 17674;;; Generated autoloads from international/mule-diag.el
17675 17675
17676(autoload 'list-character-sets "mule-diag" "\ 17676(autoload 'list-character-sets "mule-diag" "\
@@ -17807,7 +17807,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
17807;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 17807;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
17808;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 17808;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
17809;;;;;; truncate-string-to-width store-substring string-to-sequence) 17809;;;;;; truncate-string-to-width store-substring string-to-sequence)
17810;;;;;; "mule-util" "international/mule-util.el" (19636 58496)) 17810;;;;;; "mule-util" "international/mule-util.el" (19752 41642))
17811;;; Generated autoloads from international/mule-util.el 17811;;; Generated autoloads from international/mule-util.el
17812 17812
17813(autoload 'string-to-sequence "mule-util" "\ 17813(autoload 'string-to-sequence "mule-util" "\
@@ -17947,8 +17947,8 @@ per-character basis, this may not be accurate.
17947;;;### (autoloads (network-connection network-connection-to-service 17947;;;### (autoloads (network-connection network-connection-to-service
17948;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 17948;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
17949;;;;;; nslookup nslookup-host ping traceroute route arp netstat 17949;;;;;; nslookup nslookup-host ping traceroute route arp netstat
17950;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19636 17950;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19752
17951;;;;;; 58496)) 17951;;;;;; 41642))
17952;;; Generated autoloads from net/net-utils.el 17952;;; Generated autoloads from net/net-utils.el
17953 17953
17954(autoload 'ifconfig "net-utils" "\ 17954(autoload 'ifconfig "net-utils" "\
@@ -18047,7 +18047,7 @@ Open a network connection to HOST on PORT.
18047;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18047;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18048;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18048;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18049;;;;;; comment-padding comment-style comment-column) "newcomment" 18049;;;;;; comment-padding comment-style comment-column) "newcomment"
18050;;;;;; "newcomment.el" (19636 58496)) 18050;;;;;; "newcomment.el" (19752 41642))
18051;;; Generated autoloads from newcomment.el 18051;;; Generated autoloads from newcomment.el
18052 18052
18053(defalias 'indent-for-comment 'comment-indent) 18053(defalias 'indent-for-comment 'comment-indent)
@@ -18247,7 +18247,7 @@ unless optional argument SOFT is non-nil.
18247;;;*** 18247;;;***
18248 18248
18249;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18249;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
18250;;;;;; "net/newst-backend.el" (19636 58496)) 18250;;;;;; "net/newst-backend.el" (19752 41642))
18251;;; Generated autoloads from net/newst-backend.el 18251;;; Generated autoloads from net/newst-backend.el
18252 18252
18253(autoload 'newsticker-running-p "newst-backend" "\ 18253(autoload 'newsticker-running-p "newst-backend" "\
@@ -18269,7 +18269,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
18269;;;*** 18269;;;***
18270 18270
18271;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18271;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
18272;;;;;; (19636 58496)) 18272;;;;;; (19752 41642))
18273;;; Generated autoloads from net/newst-plainview.el 18273;;; Generated autoloads from net/newst-plainview.el
18274 18274
18275(autoload 'newsticker-plainview "newst-plainview" "\ 18275(autoload 'newsticker-plainview "newst-plainview" "\
@@ -18280,7 +18280,7 @@ Start newsticker plainview.
18280;;;*** 18280;;;***
18281 18281
18282;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18282;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
18283;;;;;; (19636 58496)) 18283;;;;;; (19752 41642))
18284;;; Generated autoloads from net/newst-reader.el 18284;;; Generated autoloads from net/newst-reader.el
18285 18285
18286(autoload 'newsticker-show-news "newst-reader" "\ 18286(autoload 'newsticker-show-news "newst-reader" "\
@@ -18291,7 +18291,7 @@ Start reading news. You may want to bind this to a key.
18291;;;*** 18291;;;***
18292 18292
18293;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18293;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18294;;;;;; "newst-ticker" "net/newst-ticker.el" (19636 58496)) 18294;;;;;; "newst-ticker" "net/newst-ticker.el" (19752 41642))
18295;;; Generated autoloads from net/newst-ticker.el 18295;;; Generated autoloads from net/newst-ticker.el
18296 18296
18297(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18297(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -18312,7 +18312,7 @@ running already.
18312;;;*** 18312;;;***
18313 18313
18314;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18314;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18315;;;;;; (19636 58496)) 18315;;;;;; (19752 41642))
18316;;; Generated autoloads from net/newst-treeview.el 18316;;; Generated autoloads from net/newst-treeview.el
18317 18317
18318(autoload 'newsticker-treeview "newst-treeview" "\ 18318(autoload 'newsticker-treeview "newst-treeview" "\
@@ -18323,7 +18323,7 @@ Start newsticker treeview.
18323;;;*** 18323;;;***
18324 18324
18325;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18325;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18326;;;;;; (19636 58496)) 18326;;;;;; (19752 41642))
18327;;; Generated autoloads from gnus/nndiary.el 18327;;; Generated autoloads from gnus/nndiary.el
18328 18328
18329(autoload 'nndiary-generate-nov-databases "nndiary" "\ 18329(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -18333,8 +18333,8 @@ Generate NOV databases in all nndiary directories.
18333 18333
18334;;;*** 18334;;;***
18335 18335
18336;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19636 18336;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19752
18337;;;;;; 58496)) 18337;;;;;; 41642))
18338;;; Generated autoloads from gnus/nndoc.el 18338;;; Generated autoloads from gnus/nndoc.el
18339 18339
18340(autoload 'nndoc-add-type "nndoc" "\ 18340(autoload 'nndoc-add-type "nndoc" "\
@@ -18349,7 +18349,7 @@ symbol in the alist.
18349;;;*** 18349;;;***
18350 18350
18351;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18351;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18352;;;;;; (19636 58496)) 18352;;;;;; (19752 41642))
18353;;; Generated autoloads from gnus/nnfolder.el 18353;;; Generated autoloads from gnus/nnfolder.el
18354 18354
18355(autoload 'nnfolder-generate-active-file "nnfolder" "\ 18355(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -18361,7 +18361,7 @@ This command does not work if you use short group names.
18361;;;*** 18361;;;***
18362 18362
18363;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18363;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
18364;;;;;; (19636 58496)) 18364;;;;;; (19752 41642))
18365;;; Generated autoloads from gnus/nnkiboze.el 18365;;; Generated autoloads from gnus/nnkiboze.el
18366 18366
18367(autoload 'nnkiboze-generate-groups "nnkiboze" "\ 18367(autoload 'nnkiboze-generate-groups "nnkiboze" "\
@@ -18373,7 +18373,7 @@ Finds out what articles are to be part of the nnkiboze groups.
18373;;;*** 18373;;;***
18374 18374
18375;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18375;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18376;;;;;; (19636 58496)) 18376;;;;;; (19752 41642))
18377;;; Generated autoloads from gnus/nnml.el 18377;;; Generated autoloads from gnus/nnml.el
18378 18378
18379(autoload 'nnml-generate-nov-databases "nnml" "\ 18379(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -18384,7 +18384,7 @@ Generate NOV databases in all nnml directories.
18384;;;*** 18384;;;***
18385 18385
18386;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 18386;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
18387;;;;;; "nnsoup" "gnus/nnsoup.el" (19636 58496)) 18387;;;;;; "nnsoup" "gnus/nnsoup.el" (19752 41642))
18388;;; Generated autoloads from gnus/nnsoup.el 18388;;; Generated autoloads from gnus/nnsoup.el
18389 18389
18390(autoload 'nnsoup-pack-replies "nnsoup" "\ 18390(autoload 'nnsoup-pack-replies "nnsoup" "\
@@ -18405,7 +18405,7 @@ Revert posting and mailing methods to the standard Emacs methods.
18405;;;*** 18405;;;***
18406 18406
18407;;;### (autoloads (disable-command enable-command disabled-command-function) 18407;;;### (autoloads (disable-command enable-command disabled-command-function)
18408;;;;;; "novice" "novice.el" (19678 47007)) 18408;;;;;; "novice" "novice.el" (19752 41642))
18409;;; Generated autoloads from novice.el 18409;;; Generated autoloads from novice.el
18410 18410
18411(defvar disabled-command-function 'disabled-command-function "\ 18411(defvar disabled-command-function 'disabled-command-function "\
@@ -18438,7 +18438,7 @@ to future sessions.
18438;;;*** 18438;;;***
18439 18439
18440;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18440;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18441;;;;;; (19636 58496)) 18441;;;;;; (19752 41642))
18442;;; Generated autoloads from textmodes/nroff-mode.el 18442;;; Generated autoloads from textmodes/nroff-mode.el
18443 18443
18444(autoload 'nroff-mode "nroff-mode" "\ 18444(autoload 'nroff-mode "nroff-mode" "\
@@ -18453,7 +18453,7 @@ closing requests for requests that are used in matched pairs.
18453;;;*** 18453;;;***
18454 18454
18455;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 18455;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
18456;;;;;; (19636 58496)) 18456;;;;;; (19752 41642))
18457;;; Generated autoloads from nxml/nxml-glyph.el 18457;;; Generated autoloads from nxml/nxml-glyph.el
18458 18458
18459(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 18459(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -18465,8 +18465,8 @@ Return nil if the face cannot display a glyph for N.
18465 18465
18466;;;*** 18466;;;***
18467 18467
18468;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19636 18468;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19752
18469;;;;;; 58496)) 18469;;;;;; 41642))
18470;;; Generated autoloads from nxml/nxml-mode.el 18470;;; Generated autoloads from nxml/nxml-mode.el
18471 18471
18472(autoload 'nxml-mode "nxml-mode" "\ 18472(autoload 'nxml-mode "nxml-mode" "\
@@ -18528,7 +18528,7 @@ Many aspects this mode can be customized using
18528;;;*** 18528;;;***
18529 18529
18530;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 18530;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
18531;;;;;; "nxml/nxml-uchnm.el" (19636 58496)) 18531;;;;;; "nxml/nxml-uchnm.el" (19752 41642))
18532;;; Generated autoloads from nxml/nxml-uchnm.el 18532;;; Generated autoloads from nxml/nxml-uchnm.el
18533 18533
18534(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 18534(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -18541,7 +18541,7 @@ the variable `nxml-enabled-unicode-blocks'.
18541;;;*** 18541;;;***
18542 18542
18543;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 18543;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18544;;;;;; (19636 58496)) 18544;;;;;; (19752 41642))
18545;;; Generated autoloads from progmodes/octave-inf.el 18545;;; Generated autoloads from progmodes/octave-inf.el
18546 18546
18547(autoload 'inferior-octave "octave-inf" "\ 18547(autoload 'inferior-octave "octave-inf" "\
@@ -18564,7 +18564,7 @@ startup file, `~/.emacs-octave'.
18564;;;*** 18564;;;***
18565 18565
18566;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 18566;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18567;;;;;; (19636 58496)) 18567;;;;;; (19752 41642))
18568;;; Generated autoloads from progmodes/octave-mod.el 18568;;; Generated autoloads from progmodes/octave-mod.el
18569 18569
18570(autoload 'octave-mode "octave-mod" "\ 18570(autoload 'octave-mode "octave-mod" "\
@@ -18659,7 +18659,7 @@ including a reproducible test case and send the message.
18659;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global 18659;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global
18660;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 18660;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
18661;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 18661;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
18662;;;;;; org-mode) "org" "org/org.el" (19636 58496)) 18662;;;;;; org-mode) "org" "org/org.el" (19752 41642))
18663;;; Generated autoloads from org/org.el 18663;;; Generated autoloads from org/org.el
18664 18664
18665(autoload 'org-mode "org" "\ 18665(autoload 'org-mode "org" "\
@@ -18872,7 +18872,7 @@ Call the customize function with org as argument.
18872;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 18872;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
18873;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 18873;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
18874;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 18874;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
18875;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19641 1152)) 18875;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19752 41642))
18876;;; Generated autoloads from org/org-agenda.el 18876;;; Generated autoloads from org/org-agenda.el
18877 18877
18878(autoload 'org-agenda "org-agenda" "\ 18878(autoload 'org-agenda "org-agenda" "\
@@ -19135,7 +19135,7 @@ belonging to the \"Work\" category.
19135 19135
19136;;;### (autoloads (org-archive-subtree-default-with-confirmation 19136;;;### (autoloads (org-archive-subtree-default-with-confirmation
19137;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 19137;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
19138;;;;;; (19636 58496)) 19138;;;;;; (19752 41642))
19139;;; Generated autoloads from org/org-archive.el 19139;;; Generated autoloads from org/org-archive.el
19140 19140
19141(autoload 'org-archive-subtree-default "org-archive" "\ 19141(autoload 'org-archive-subtree-default "org-archive" "\
@@ -19154,7 +19154,7 @@ This command is set with the variable `org-archive-default-command'.
19154 19154
19155;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 19155;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19156;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer) 19156;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer)
19157;;;;;; "org-ascii" "org/org-ascii.el" (19636 58496)) 19157;;;;;; "org-ascii" "org/org-ascii.el" (19752 41642))
19158;;; Generated autoloads from org/org-ascii.el 19158;;; Generated autoloads from org/org-ascii.el
19159 19159
19160(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\ 19160(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
@@ -19207,8 +19207,8 @@ publishing directory.
19207 19207
19208;;;*** 19208;;;***
19209 19209
19210;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19636 19210;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19752
19211;;;;;; 58496)) 19211;;;;;; 41642))
19212;;; Generated autoloads from org/org-attach.el 19212;;; Generated autoloads from org/org-attach.el
19213 19213
19214(autoload 'org-attach "org-attach" "\ 19214(autoload 'org-attach "org-attach" "\
@@ -19220,7 +19220,7 @@ Shows a list of commands and prompts for another key to execute a command.
19220;;;*** 19220;;;***
19221 19221
19222;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19222;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19223;;;;;; (19636 58496)) 19223;;;;;; (19752 41642))
19224;;; Generated autoloads from org/org-bbdb.el 19224;;; Generated autoloads from org/org-bbdb.el
19225 19225
19226(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19226(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19231,7 +19231,7 @@ Extract anniversaries from BBDB for display in the agenda.
19231;;;*** 19231;;;***
19232 19232
19233;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 19233;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19234;;;;;; "org-clock" "org/org-clock.el" (19636 58496)) 19234;;;;;; "org-clock" "org/org-clock.el" (19752 41642))
19235;;; Generated autoloads from org/org-clock.el 19235;;; Generated autoloads from org/org-clock.el
19236 19236
19237(autoload 'org-get-clocktable "org-clock" "\ 19237(autoload 'org-get-clocktable "org-clock" "\
@@ -19251,7 +19251,7 @@ Set up hooks for clock persistence
19251;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 19251;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
19252;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 19252;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
19253;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 19253;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19254;;;;;; "org-docbook" "org/org-docbook.el" (19636 58496)) 19254;;;;;; "org-docbook" "org/org-docbook.el" (19752 41642))
19255;;; Generated autoloads from org/org-docbook.el 19255;;; Generated autoloads from org/org-docbook.el
19256 19256
19257(autoload 'org-export-as-docbook-batch "org-docbook" "\ 19257(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -19328,7 +19328,7 @@ publishing directory.
19328 19328
19329;;;### (autoloads (org-insert-export-options-template org-export-as-org 19329;;;### (autoloads (org-insert-export-options-template org-export-as-org
19330;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 19330;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19331;;;;;; (19652 24589)) 19331;;;;;; (19752 41642))
19332;;; Generated autoloads from org/org-exp.el 19332;;; Generated autoloads from org/org-exp.el
19333 19333
19334(autoload 'org-export "org-exp" "\ 19334(autoload 'org-export "org-exp" "\
@@ -19385,8 +19385,8 @@ Insert into the buffer a template with information for exporting.
19385;;;*** 19385;;;***
19386 19386
19387;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 19387;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
19388;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19636 19388;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19752
19389;;;;;; 58496)) 19389;;;;;; 41642))
19390;;; Generated autoloads from org/org-feed.el 19390;;; Generated autoloads from org/org-feed.el
19391 19391
19392(autoload 'org-feed-update-all "org-feed" "\ 19392(autoload 'org-feed-update-all "org-feed" "\
@@ -19414,7 +19414,7 @@ Show the raw feed buffer of a feed.
19414;;;*** 19414;;;***
19415 19415
19416;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 19416;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19417;;;;;; "org/org-footnote.el" (19636 58496)) 19417;;;;;; "org/org-footnote.el" (19752 41642))
19418;;; Generated autoloads from org/org-footnote.el 19418;;; Generated autoloads from org/org-footnote.el
19419 19419
19420(autoload 'org-footnote-action "org-footnote" "\ 19420(autoload 'org-footnote-action "org-footnote" "\
@@ -19441,7 +19441,7 @@ referenced sequence.
19441;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 19441;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
19442;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 19442;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
19443;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 19443;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
19444;;;;;; "org/org-freemind.el" (19636 58496)) 19444;;;;;; "org/org-freemind.el" (19752 41642))
19445;;; Generated autoloads from org/org-freemind.el 19445;;; Generated autoloads from org/org-freemind.el
19446 19446
19447(autoload 'org-export-as-freemind "org-freemind" "\ 19447(autoload 'org-export-as-freemind "org-freemind" "\
@@ -19479,7 +19479,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
19479;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 19479;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
19480;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 19480;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
19481;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 19481;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19482;;;;;; "org/org-html.el" (19636 58496)) 19482;;;;;; "org/org-html.el" (19752 41642))
19483;;; Generated autoloads from org/org-html.el 19483;;; Generated autoloads from org/org-html.el
19484 19484
19485(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 19485(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -19572,7 +19572,7 @@ that uses these same face definitions.
19572 19572
19573;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19573;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19574;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 19574;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19575;;;;;; (19636 58496)) 19575;;;;;; (19752 41642))
19576;;; Generated autoloads from org/org-icalendar.el 19576;;; Generated autoloads from org/org-icalendar.el
19577 19577
19578(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 19578(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -19599,7 +19599,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19599 19599
19600;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling 19600;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling
19601;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy 19601;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
19602;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19636 58496)) 19602;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19752 41642))
19603;;; Generated autoloads from org/org-id.el 19603;;; Generated autoloads from org/org-id.el
19604 19604
19605(autoload 'org-id-get-create "org-id" "\ 19605(autoload 'org-id-get-create "org-id" "\
@@ -19663,7 +19663,7 @@ Query the id database for the file in which this ID is located.
19663;;;*** 19663;;;***
19664 19664
19665;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 19665;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
19666;;;;;; (19636 58496)) 19666;;;;;; (19752 41642))
19667;;; Generated autoloads from org/org-indent.el 19667;;; Generated autoloads from org/org-indent.el
19668 19668
19669(autoload 'org-indent-mode "org-indent" "\ 19669(autoload 'org-indent-mode "org-indent" "\
@@ -19678,7 +19678,7 @@ FIXME: How to update when broken?
19678;;;*** 19678;;;***
19679 19679
19680;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 19680;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
19681;;;;;; (19636 58496)) 19681;;;;;; (19752 41642))
19682;;; Generated autoloads from org/org-irc.el 19682;;; Generated autoloads from org/org-irc.el
19683 19683
19684(autoload 'org-irc-store-link "org-irc" "\ 19684(autoload 'org-irc-store-link "org-irc" "\
@@ -19691,7 +19691,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
19691;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 19691;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
19692;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 19692;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
19693;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 19693;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
19694;;;;;; (19636 58496)) 19694;;;;;; (19752 41642))
19695;;; Generated autoloads from org/org-latex.el 19695;;; Generated autoloads from org/org-latex.el
19696 19696
19697(autoload 'org-export-as-latex-batch "org-latex" "\ 19697(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -19771,8 +19771,8 @@ Export as LaTeX, then process through to PDF, and open.
19771;;;*** 19771;;;***
19772 19772
19773;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 19773;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
19774;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19636 19774;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19752
19775;;;;;; 58496)) 19775;;;;;; 41642))
19776;;; Generated autoloads from org/org-mobile.el 19776;;; Generated autoloads from org/org-mobile.el
19777 19777
19778(autoload 'org-mobile-push "org-mobile" "\ 19778(autoload 'org-mobile-push "org-mobile" "\
@@ -19797,7 +19797,7 @@ Create a file that contains all custom agenda views.
19797;;;*** 19797;;;***
19798 19798
19799;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 19799;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
19800;;;;;; (19636 58496)) 19800;;;;;; (19752 41642))
19801;;; Generated autoloads from org/org-plot.el 19801;;; Generated autoloads from org/org-plot.el
19802 19802
19803(autoload 'org-plot/gnuplot "org-plot" "\ 19803(autoload 'org-plot/gnuplot "org-plot" "\
@@ -19811,7 +19811,7 @@ line directly before or after the table.
19811 19811
19812;;;### (autoloads (org-publish-current-project org-publish-current-file 19812;;;### (autoloads (org-publish-current-project org-publish-current-file
19813;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 19813;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
19814;;;;;; (19636 58496)) 19814;;;;;; (19752 41642))
19815;;; Generated autoloads from org/org-publish.el 19815;;; Generated autoloads from org/org-publish.el
19816 19816
19817(defalias 'org-publish-project 'org-publish) 19817(defalias 'org-publish-project 'org-publish)
@@ -19845,7 +19845,7 @@ the project.
19845 19845
19846;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 19846;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
19847;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 19847;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
19848;;;;;; "org/org-remember.el" (19636 58496)) 19848;;;;;; "org/org-remember.el" (19752 41642))
19849;;; Generated autoloads from org/org-remember.el 19849;;; Generated autoloads from org/org-remember.el
19850 19850
19851(autoload 'org-remember-insinuate "org-remember" "\ 19851(autoload 'org-remember-insinuate "org-remember" "\
@@ -19920,7 +19920,7 @@ See also the variable `org-reverse-note-order'.
19920;;;*** 19920;;;***
19921 19921
19922;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 19922;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
19923;;;;;; "org-table" "org/org-table.el" (19636 58496)) 19923;;;;;; "org-table" "org/org-table.el" (19752 41642))
19924;;; Generated autoloads from org/org-table.el 19924;;; Generated autoloads from org/org-table.el
19925 19925
19926(autoload 'turn-on-orgtbl "org-table" "\ 19926(autoload 'turn-on-orgtbl "org-table" "\
@@ -19945,7 +19945,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
19945 19945
19946;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 19946;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
19947;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 19947;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
19948;;;;;; (19636 58496)) 19948;;;;;; (19752 41642))
19949;;; Generated autoloads from org/org-timer.el 19949;;; Generated autoloads from org/org-timer.el
19950 19950
19951(autoload 'org-timer-start "org-timer" "\ 19951(autoload 'org-timer-start "org-timer" "\
@@ -19989,7 +19989,7 @@ Set a timer.
19989;;;*** 19989;;;***
19990 19990
19991;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 19991;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
19992;;;;;; (19636 58496)) 19992;;;;;; (19752 41642))
19993;;; Generated autoloads from org/org-xoxo.el 19993;;; Generated autoloads from org/org-xoxo.el
19994 19994
19995(autoload 'org-export-as-xoxo "org-xoxo" "\ 19995(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -20001,7 +20001,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
20001;;;*** 20001;;;***
20002 20002
20003;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20003;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20004;;;;;; (19636 58496)) 20004;;;;;; (19752 41642))
20005;;; Generated autoloads from outline.el 20005;;; Generated autoloads from outline.el
20006(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 20006(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
20007 20007
@@ -20058,7 +20058,7 @@ See the command `outline-mode' for more information on this mode.
20058 20058
20059;;;*** 20059;;;***
20060 20060
20061;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19636 58496)) 20061;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19752 41642))
20062;;; Generated autoloads from paren.el 20062;;; Generated autoloads from paren.el
20063 20063
20064(defvar show-paren-mode nil "\ 20064(defvar show-paren-mode nil "\
@@ -20083,7 +20083,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20083;;;*** 20083;;;***
20084 20084
20085;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20085;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20086;;;;;; (19636 58496)) 20086;;;;;; (19752 41642))
20087;;; Generated autoloads from calendar/parse-time.el 20087;;; Generated autoloads from calendar/parse-time.el
20088(put 'parse-time-rules 'risky-local-variable t) 20088(put 'parse-time-rules 'risky-local-variable t)
20089 20089
@@ -20096,8 +20096,8 @@ unknown are returned as nil.
20096 20096
20097;;;*** 20097;;;***
20098 20098
20099;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19636 20099;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19752
20100;;;;;; 58496)) 20100;;;;;; 41642))
20101;;; Generated autoloads from progmodes/pascal.el 20101;;; Generated autoloads from progmodes/pascal.el
20102 20102
20103(autoload 'pascal-mode "pascal" "\ 20103(autoload 'pascal-mode "pascal" "\
@@ -20150,7 +20150,7 @@ no args, if that value is non-nil.
20150;;;*** 20150;;;***
20151 20151
20152;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20152;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20153;;;;;; (19636 58496)) 20153;;;;;; (19752 41642))
20154;;; Generated autoloads from emulation/pc-mode.el 20154;;; Generated autoloads from emulation/pc-mode.el
20155 20155
20156(autoload 'pc-bindings-mode "pc-mode" "\ 20156(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20168,7 +20168,7 @@ C-Escape does list-buffers.
20168;;;*** 20168;;;***
20169 20169
20170;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20170;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20171;;;;;; (19636 58496)) 20171;;;;;; (19752 41642))
20172;;; Generated autoloads from emulation/pc-select.el 20172;;; Generated autoloads from emulation/pc-select.el
20173 20173
20174(defvar pc-selection-mode nil "\ 20174(defvar pc-selection-mode nil "\
@@ -20234,8 +20234,8 @@ but before calling PC Selection mode):
20234 20234
20235;;;*** 20235;;;***
20236 20236
20237;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19636 20237;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19752
20238;;;;;; 58496)) 20238;;;;;; 41642))
20239;;; Generated autoloads from pcmpl-cvs.el 20239;;; Generated autoloads from pcmpl-cvs.el
20240 20240
20241(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20241(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20246,7 +20246,7 @@ Completion rules for the `cvs' command.
20246;;;*** 20246;;;***
20247 20247
20248;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20248;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20249;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19636 58496)) 20249;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19752 41642))
20250;;; Generated autoloads from pcmpl-gnu.el 20250;;; Generated autoloads from pcmpl-gnu.el
20251 20251
20252(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20252(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20274,7 +20274,7 @@ Completion for the GNU tar utility.
20274;;;*** 20274;;;***
20275 20275
20276;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20276;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20277;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19636 58496)) 20277;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19752 41642))
20278;;; Generated autoloads from pcmpl-linux.el 20278;;; Generated autoloads from pcmpl-linux.el
20279 20279
20280(autoload 'pcomplete/kill "pcmpl-linux" "\ 20280(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20294,8 +20294,8 @@ Completion for GNU/Linux `mount'.
20294 20294
20295;;;*** 20295;;;***
20296 20296
20297;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19636 20297;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19752
20298;;;;;; 58496)) 20298;;;;;; 41642))
20299;;; Generated autoloads from pcmpl-rpm.el 20299;;; Generated autoloads from pcmpl-rpm.el
20300 20300
20301(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20301(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20307,7 +20307,7 @@ Completion for the `rpm' command.
20307 20307
20308;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20308;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20309;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20309;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20310;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19636 58496)) 20310;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19752 41642))
20311;;; Generated autoloads from pcmpl-unix.el 20311;;; Generated autoloads from pcmpl-unix.el
20312 20312
20313(autoload 'pcomplete/cd "pcmpl-unix" "\ 20313(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20364,8 +20364,8 @@ Includes files as well as host names followed by a colon.
20364 20364
20365;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20365;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20366;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20366;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20367;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19636 20367;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19752
20368;;;;;; 58496)) 20368;;;;;; 41642))
20369;;; Generated autoloads from pcomplete.el 20369;;; Generated autoloads from pcomplete.el
20370 20370
20371(autoload 'pcomplete "pcomplete" "\ 20371(autoload 'pcomplete "pcomplete" "\
@@ -20424,7 +20424,7 @@ Setup `shell-mode' to use pcomplete.
20424 20424
20425;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20425;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20426;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20426;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20427;;;;;; "pcvs.el" (19636 58496)) 20427;;;;;; "pcvs.el" (19752 41642))
20428;;; Generated autoloads from pcvs.el 20428;;; Generated autoloads from pcvs.el
20429 20429
20430(autoload 'cvs-checkout "pcvs" "\ 20430(autoload 'cvs-checkout "pcvs" "\
@@ -20499,7 +20499,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20499 20499
20500;;;*** 20500;;;***
20501 20501
20502;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19636 58496)) 20502;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19752 41642))
20503;;; Generated autoloads from pcvs-defs.el 20503;;; Generated autoloads from pcvs-defs.el
20504 20504
20505(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))) 20505(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)))
@@ -20507,7 +20507,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20507;;;*** 20507;;;***
20508 20508
20509;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20509;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20510;;;;;; (19636 58496)) 20510;;;;;; (19752 41642))
20511;;; Generated autoloads from progmodes/perl-mode.el 20511;;; Generated autoloads from progmodes/perl-mode.el
20512(put 'perl-indent-level 'safe-local-variable 'integerp) 20512(put 'perl-indent-level 'safe-local-variable 'integerp)
20513(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20513(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20571,7 +20571,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20571;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20571;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20572;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20572;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20573;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20573;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20574;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19636 58496)) 20574;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19752 41642))
20575;;; Generated autoloads from pgg.el 20575;;; Generated autoloads from pgg.el
20576 20576
20577(autoload 'pgg-encrypt-region "pgg" "\ 20577(autoload 'pgg-encrypt-region "pgg" "\
@@ -20705,7 +20705,7 @@ Import public keys in the current buffer.
20705;;;*** 20705;;;***
20706 20706
20707;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20707;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20708;;;;;; (19636 58496)) 20708;;;;;; (19752 41642))
20709;;; Generated autoloads from pgg-gpg.el 20709;;; Generated autoloads from pgg-gpg.el
20710 20710
20711(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ 20711(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
@@ -20716,7 +20716,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20716;;;*** 20716;;;***
20717 20717
20718;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20718;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20719;;;;;; (19678 64521)) 20719;;;;;; (19752 41642))
20720;;; Generated autoloads from textmodes/picture.el 20720;;; Generated autoloads from textmodes/picture.el
20721 20721
20722(autoload 'picture-mode "picture" "\ 20722(autoload 'picture-mode "picture" "\
@@ -20797,7 +20797,7 @@ they are not defaultly assigned to keys.
20797;;;*** 20797;;;***
20798 20798
20799;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20799;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20800;;;;;; (19636 58496)) 20800;;;;;; (19752 41642))
20801;;; Generated autoloads from textmodes/po.el 20801;;; Generated autoloads from textmodes/po.el
20802 20802
20803(autoload 'po-find-file-coding-system "po" "\ 20803(autoload 'po-find-file-coding-system "po" "\
@@ -20808,7 +20808,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20808 20808
20809;;;*** 20809;;;***
20810 20810
20811;;;### (autoloads (pong) "pong" "play/pong.el" (19636 58496)) 20811;;;### (autoloads (pong) "pong" "play/pong.el" (19752 41642))
20812;;; Generated autoloads from play/pong.el 20812;;; Generated autoloads from play/pong.el
20813 20813
20814(autoload 'pong "pong" "\ 20814(autoload 'pong "pong" "\
@@ -20826,7 +20826,7 @@ pong-mode keybindings:\\<pong-mode-map>
20826 20826
20827;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20827;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
20828;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 20828;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
20829;;;;;; (19636 58496)) 20829;;;;;; (19752 41642))
20830;;; Generated autoloads from emacs-lisp/pp.el 20830;;; Generated autoloads from emacs-lisp/pp.el
20831 20831
20832(autoload 'pp-to-string "pp" "\ 20832(autoload 'pp-to-string "pp" "\
@@ -20894,7 +20894,7 @@ Ignores leading comment characters.
20894;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20894;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20895;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20895;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20896;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20896;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20897;;;;;; (19678 47007)) 20897;;;;;; (19752 41642))
20898;;; Generated autoloads from printing.el 20898;;; Generated autoloads from printing.el
20899 20899
20900(autoload 'pr-interface "printing" "\ 20900(autoload 'pr-interface "printing" "\
@@ -21481,7 +21481,7 @@ are both set to t.
21481 21481
21482;;;*** 21482;;;***
21483 21483
21484;;;### (autoloads (proced) "proced" "proced.el" (19636 58496)) 21484;;;### (autoloads (proced) "proced" "proced.el" (19752 41642))
21485;;; Generated autoloads from proced.el 21485;;; Generated autoloads from proced.el
21486 21486
21487(autoload 'proced "proced" "\ 21487(autoload 'proced "proced" "\
@@ -21497,7 +21497,7 @@ See `proced-mode' for a description of features available in Proced buffers.
21497;;;*** 21497;;;***
21498 21498
21499;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21499;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21500;;;;;; (19636 58496)) 21500;;;;;; (19752 41642))
21501;;; Generated autoloads from progmodes/prolog.el 21501;;; Generated autoloads from progmodes/prolog.el
21502 21502
21503(autoload 'prolog-mode "prolog" "\ 21503(autoload 'prolog-mode "prolog" "\
@@ -21520,8 +21520,8 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
21520 21520
21521;;;*** 21521;;;***
21522 21522
21523;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19636 21523;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19752
21524;;;;;; 58496)) 21524;;;;;; 41642))
21525;;; Generated autoloads from ps-bdf.el 21525;;; Generated autoloads from ps-bdf.el
21526 21526
21527(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ 21527(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\
@@ -21532,8 +21532,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21532 21532
21533;;;*** 21533;;;***
21534 21534
21535;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19636 21535;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19752
21536;;;;;; 58496)) 21536;;;;;; 41642))
21537;;; Generated autoloads from progmodes/ps-mode.el 21537;;; Generated autoloads from progmodes/ps-mode.el
21538 21538
21539(autoload 'ps-mode "ps-mode" "\ 21539(autoload 'ps-mode "ps-mode" "\
@@ -21584,8 +21584,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21584;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21584;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21585;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21585;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21586;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21586;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21587;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19705 21587;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19752
21588;;;;;; 10058)) 21588;;;;;; 41899))
21589;;; Generated autoloads from ps-print.el 21589;;; Generated autoloads from ps-print.el
21590 21590
21591(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"))) "\ 21591(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"))) "\
@@ -21782,7 +21782,7 @@ If EXTENSION is any other symbol, it is ignored.
21782;;;*** 21782;;;***
21783 21783
21784;;;### (autoloads (python-shell jython-mode python-mode run-python) 21784;;;### (autoloads (python-shell jython-mode python-mode run-python)
21785;;;;;; "python" "progmodes/python.el" (19689 20360)) 21785;;;;;; "python" "progmodes/python.el" (19752 41642))
21786;;; Generated autoloads from progmodes/python.el 21786;;; Generated autoloads from progmodes/python.el
21787 21787
21788(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 21788(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -21902,7 +21902,7 @@ filter.
21902;;;*** 21902;;;***
21903 21903
21904;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21904;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21905;;;;;; (19636 58496)) 21905;;;;;; (19752 41642))
21906;;; Generated autoloads from gnus/qp.el 21906;;; Generated autoloads from gnus/qp.el
21907 21907
21908(autoload 'quoted-printable-decode-region "qp" "\ 21908(autoload 'quoted-printable-decode-region "qp" "\
@@ -21925,7 +21925,7 @@ them into characters should be done separately.
21925;;;;;; quail-defrule quail-install-decode-map quail-install-map 21925;;;;;; quail-defrule quail-install-decode-map quail-install-map
21926;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21926;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21927;;;;;; quail-define-package quail-use-package quail-title) "quail" 21927;;;;;; quail-define-package quail-use-package quail-title) "quail"
21928;;;;;; "international/quail.el" (19636 58496)) 21928;;;;;; "international/quail.el" (19752 41642))
21929;;; Generated autoloads from international/quail.el 21929;;; Generated autoloads from international/quail.el
21930 21930
21931(autoload 'quail-title "quail" "\ 21931(autoload 'quail-title "quail" "\
@@ -22156,8 +22156,8 @@ of each directory.
22156 22156
22157;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22157;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22158;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22158;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22159;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19636 22159;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19752
22160;;;;;; 58496)) 22160;;;;;; 41642))
22161;;; Generated autoloads from net/quickurl.el 22161;;; Generated autoloads from net/quickurl.el
22162 22162
22163(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" "\ 22163(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" "\
@@ -22229,7 +22229,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22229;;;*** 22229;;;***
22230 22230
22231;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22231;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22232;;;;;; "net/rcirc.el" (19636 58496)) 22232;;;;;; "net/rcirc.el" (19752 41642))
22233;;; Generated autoloads from net/rcirc.el 22233;;; Generated autoloads from net/rcirc.el
22234 22234
22235(autoload 'rcirc "rcirc" "\ 22235(autoload 'rcirc "rcirc" "\
@@ -22264,8 +22264,8 @@ Global minor mode for tracking activity in rcirc buffers.
22264 22264
22265;;;*** 22265;;;***
22266 22266
22267;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19636 22267;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19752
22268;;;;;; 58496)) 22268;;;;;; 41642))
22269;;; Generated autoloads from net/rcompile.el 22269;;; Generated autoloads from net/rcompile.el
22270 22270
22271(autoload 'remote-compile "rcompile" "\ 22271(autoload 'remote-compile "rcompile" "\
@@ -22277,7 +22277,7 @@ See \\[compile].
22277;;;*** 22277;;;***
22278 22278
22279;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22279;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22280;;;;;; (19636 58496)) 22280;;;;;; (19752 41642))
22281;;; Generated autoloads from emacs-lisp/re-builder.el 22281;;; Generated autoloads from emacs-lisp/re-builder.el
22282 22282
22283(defalias 'regexp-builder 're-builder) 22283(defalias 'regexp-builder 're-builder)
@@ -22289,7 +22289,7 @@ Construct a regexp interactively.
22289 22289
22290;;;*** 22290;;;***
22291 22291
22292;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19636 58496)) 22292;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19752 41642))
22293;;; Generated autoloads from recentf.el 22293;;; Generated autoloads from recentf.el
22294 22294
22295(defvar recentf-mode nil "\ 22295(defvar recentf-mode nil "\
@@ -22316,8 +22316,8 @@ that were operated on recently.
22316;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 22316;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22317;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 22317;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22318;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 22318;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22319;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19636 22319;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19752
22320;;;;;; 58496)) 22320;;;;;; 41642))
22321;;; Generated autoloads from rect.el 22321;;; Generated autoloads from rect.el
22322 (define-key ctl-x-r-map "c" 'clear-rectangle) 22322 (define-key ctl-x-r-map "c" 'clear-rectangle)
22323 (define-key ctl-x-r-map "k" 'kill-rectangle) 22323 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -22451,8 +22451,8 @@ rectangle which were empty.
22451 22451
22452;;;*** 22452;;;***
22453 22453
22454;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19636 22454;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19752
22455;;;;;; 58496)) 22455;;;;;; 41642))
22456;;; Generated autoloads from textmodes/refill.el 22456;;; Generated autoloads from textmodes/refill.el
22457 22457
22458(autoload 'refill-mode "refill" "\ 22458(autoload 'refill-mode "refill" "\
@@ -22468,7 +22468,7 @@ refilling if they would cause auto-filling.
22468;;;*** 22468;;;***
22469 22469
22470;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22470;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22471;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19636 58496)) 22471;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19752 41642))
22472;;; Generated autoloads from textmodes/reftex.el 22472;;; Generated autoloads from textmodes/reftex.el
22473 22473
22474(autoload 'turn-on-reftex "reftex" "\ 22474(autoload 'turn-on-reftex "reftex" "\
@@ -22518,7 +22518,7 @@ This enforces rescanning the buffer on next use.
22518;;;*** 22518;;;***
22519 22519
22520;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22520;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22521;;;;;; (19636 58496)) 22521;;;;;; (19752 41642))
22522;;; Generated autoloads from textmodes/reftex-cite.el 22522;;; Generated autoloads from textmodes/reftex-cite.el
22523 22523
22524(autoload 'reftex-citation "reftex-cite" "\ 22524(autoload 'reftex-citation "reftex-cite" "\
@@ -22548,7 +22548,7 @@ While entering the regexp, completion on knows citation keys is possible.
22548;;;*** 22548;;;***
22549 22549
22550;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22550;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22551;;;;;; (19636 58496)) 22551;;;;;; (19752 41642))
22552;;; Generated autoloads from textmodes/reftex-global.el 22552;;; Generated autoloads from textmodes/reftex-global.el
22553 22553
22554(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 22554(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -22565,7 +22565,7 @@ With no argument, this command toggles
22565;;;*** 22565;;;***
22566 22566
22567;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22567;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22568;;;;;; (19636 58496)) 22568;;;;;; (19752 41642))
22569;;; Generated autoloads from textmodes/reftex-index.el 22569;;; Generated autoloads from textmodes/reftex-index.el
22570 22570
22571(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22571(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -22598,7 +22598,7 @@ Here are all local bindings.
22598;;;*** 22598;;;***
22599 22599
22600;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22600;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22601;;;;;; (19636 58496)) 22601;;;;;; (19752 41642))
22602;;; Generated autoloads from textmodes/reftex-parse.el 22602;;; Generated autoloads from textmodes/reftex-parse.el
22603 22603
22604(autoload 'reftex-all-document-files "reftex-parse" "\ 22604(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -22610,8 +22610,8 @@ of master file.
22610 22610
22611;;;*** 22611;;;***
22612 22612
22613;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19636 22613;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19752
22614;;;;;; 58496)) 22614;;;;;; 41642))
22615;;; Generated autoloads from textmodes/reftex-vars.el 22615;;; Generated autoloads from textmodes/reftex-vars.el
22616(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22616(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22617(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22617(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22621,7 +22621,7 @@ of master file.
22621;;;*** 22621;;;***
22622 22622
22623;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22623;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22624;;;;;; (19652 24589)) 22624;;;;;; (19752 41642))
22625;;; Generated autoloads from emacs-lisp/regexp-opt.el 22625;;; Generated autoloads from emacs-lisp/regexp-opt.el
22626 22626
22627(autoload 'regexp-opt "regexp-opt" "\ 22627(autoload 'regexp-opt "regexp-opt" "\
@@ -22650,7 +22650,7 @@ This means the number of non-shy regexp grouping constructs
22650 22650
22651;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22651;;;### (autoloads (remember-diary-extract-entries remember-clipboard
22652;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22652;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
22653;;;;;; (19636 58496)) 22653;;;;;; (19752 41642))
22654;;; Generated autoloads from textmodes/remember.el 22654;;; Generated autoloads from textmodes/remember.el
22655 22655
22656(autoload 'remember "remember" "\ 22656(autoload 'remember "remember" "\
@@ -22681,7 +22681,7 @@ Extract diary entries from the region.
22681 22681
22682;;;*** 22682;;;***
22683 22683
22684;;;### (autoloads (repeat) "repeat" "repeat.el" (19652 24589)) 22684;;;### (autoloads (repeat) "repeat" "repeat.el" (19752 41642))
22685;;; Generated autoloads from repeat.el 22685;;; Generated autoloads from repeat.el
22686 22686
22687(autoload 'repeat "repeat" "\ 22687(autoload 'repeat "repeat" "\
@@ -22704,7 +22704,7 @@ recently executed command not bound to an input event\".
22704;;;*** 22704;;;***
22705 22705
22706;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22706;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22707;;;;;; (19636 58496)) 22707;;;;;; (19752 41642))
22708;;; Generated autoloads from mail/reporter.el 22708;;; Generated autoloads from mail/reporter.el
22709 22709
22710(autoload 'reporter-submit-bug-report "reporter" "\ 22710(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22736,7 +22736,7 @@ mail-sending package is used for editing and sending the message.
22736;;;*** 22736;;;***
22737 22737
22738;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22738;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22739;;;;;; (19636 58496)) 22739;;;;;; (19752 41642))
22740;;; Generated autoloads from reposition.el 22740;;; Generated autoloads from reposition.el
22741 22741
22742(autoload 'reposition-window "reposition" "\ 22742(autoload 'reposition-window "reposition" "\
@@ -22763,7 +22763,7 @@ first comment line visible (if point is in a comment).
22763;;;*** 22763;;;***
22764 22764
22765;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22765;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22766;;;;;; (19636 58496)) 22766;;;;;; (19752 41642))
22767;;; Generated autoloads from reveal.el 22767;;; Generated autoloads from reveal.el
22768 22768
22769(autoload 'reveal-mode "reveal" "\ 22769(autoload 'reveal-mode "reveal" "\
@@ -22798,7 +22798,7 @@ With zero or negative ARG turn mode off.
22798;;;*** 22798;;;***
22799 22799
22800;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22800;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22801;;;;;; (19636 58496)) 22801;;;;;; (19752 41642))
22802;;; Generated autoloads from emacs-lisp/ring.el 22802;;; Generated autoloads from emacs-lisp/ring.el
22803 22803
22804(autoload 'ring-p "ring" "\ 22804(autoload 'ring-p "ring" "\
@@ -22813,7 +22813,7 @@ Make a ring that can contain SIZE elements.
22813 22813
22814;;;*** 22814;;;***
22815 22815
22816;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19636 58496)) 22816;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19752 41642))
22817;;; Generated autoloads from net/rlogin.el 22817;;; Generated autoloads from net/rlogin.el
22818 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")) 22818 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"))
22819 22819
@@ -22863,8 +22863,8 @@ variable.
22863;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22863;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22864;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22864;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22865;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22865;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22866;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19705 22866;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19752
22867;;;;;; 10467)) 22867;;;;;; 41899))
22868;;; Generated autoloads from mail/rmail.el 22868;;; Generated autoloads from mail/rmail.el
22869 22869
22870(autoload 'rmail-movemail-variant-p "rmail" "\ 22870(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23058,7 +23058,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23058;;;*** 23058;;;***
23059 23059
23060;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23060;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23061;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19636 58496)) 23061;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19752 41642))
23062;;; Generated autoloads from mail/rmailout.el 23062;;; Generated autoloads from mail/rmailout.el
23063(put 'rmail-output-file-alist 'risky-local-variable t) 23063(put 'rmail-output-file-alist 'risky-local-variable t)
23064 23064
@@ -23123,7 +23123,7 @@ than appending to it. Deletes the message after writing if
23123;;;*** 23123;;;***
23124 23124
23125;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23125;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23126;;;;;; (19636 58496)) 23126;;;;;; (19752 41642))
23127;;; Generated autoloads from nxml/rng-cmpct.el 23127;;; Generated autoloads from nxml/rng-cmpct.el
23128 23128
23129(autoload 'rng-c-load-schema "rng-cmpct" "\ 23129(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23135,7 +23135,7 @@ Return a pattern.
23135;;;*** 23135;;;***
23136 23136
23137;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23137;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23138;;;;;; (19636 58496)) 23138;;;;;; (19752 41642))
23139;;; Generated autoloads from nxml/rng-nxml.el 23139;;; Generated autoloads from nxml/rng-nxml.el
23140 23140
23141(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23141(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23148,7 +23148,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23148;;;*** 23148;;;***
23149 23149
23150;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23150;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23151;;;;;; (19636 58496)) 23151;;;;;; (19752 41642))
23152;;; Generated autoloads from nxml/rng-valid.el 23152;;; Generated autoloads from nxml/rng-valid.el
23153 23153
23154(autoload 'rng-validate-mode "rng-valid" "\ 23154(autoload 'rng-validate-mode "rng-valid" "\
@@ -23178,8 +23178,8 @@ to use for finding the schema.
23178 23178
23179;;;*** 23179;;;***
23180 23180
23181;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19636 23181;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19752
23182;;;;;; 58496)) 23182;;;;;; 41642))
23183;;; Generated autoloads from nxml/rng-xsd.el 23183;;; Generated autoloads from nxml/rng-xsd.el
23184 23184
23185(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23185(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23207,7 +23207,7 @@ must be equal.
23207;;;*** 23207;;;***
23208 23208
23209;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23209;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23210;;;;;; "robin" "international/robin.el" (19636 58496)) 23210;;;;;; "robin" "international/robin.el" (19752 41642))
23211;;; Generated autoloads from international/robin.el 23211;;; Generated autoloads from international/robin.el
23212 23212
23213(autoload 'robin-define-package "robin" "\ 23213(autoload 'robin-define-package "robin" "\
@@ -23240,7 +23240,7 @@ Start using robin package NAME, which is a string.
23240;;;*** 23240;;;***
23241 23241
23242;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23242;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23243;;;;;; rot13-string rot13) "rot13" "rot13.el" (19636 58496)) 23243;;;;;; rot13-string rot13) "rot13" "rot13.el" (19752 41642))
23244;;; Generated autoloads from rot13.el 23244;;; Generated autoloads from rot13.el
23245 23245
23246(autoload 'rot13 "rot13" "\ 23246(autoload 'rot13 "rot13" "\
@@ -23278,7 +23278,7 @@ Toggle the use of ROT13 encoding for the current window.
23278;;;*** 23278;;;***
23279 23279
23280;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23280;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23281;;;;;; (19636 58496)) 23281;;;;;; (19752 41642))
23282;;; Generated autoloads from textmodes/rst.el 23282;;; Generated autoloads from textmodes/rst.el
23283 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23283 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23284 23284
@@ -23316,7 +23316,7 @@ for modes derived from Text mode, like Mail mode.
23316;;;*** 23316;;;***
23317 23317
23318;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23318;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23319;;;;;; (19636 58496)) 23319;;;;;; (19752 41642))
23320;;; Generated autoloads from progmodes/ruby-mode.el 23320;;; Generated autoloads from progmodes/ruby-mode.el
23321 23321
23322(autoload 'ruby-mode "ruby-mode" "\ 23322(autoload 'ruby-mode "ruby-mode" "\
@@ -23337,8 +23337,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
23337 23337
23338;;;*** 23338;;;***
23339 23339
23340;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19636 23340;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19752
23341;;;;;; 58496)) 23341;;;;;; 41642))
23342;;; Generated autoloads from ruler-mode.el 23342;;; Generated autoloads from ruler-mode.el
23343 23343
23344(autoload 'ruler-mode "ruler-mode" "\ 23344(autoload 'ruler-mode "ruler-mode" "\
@@ -23348,8 +23348,8 @@ Display a ruler in the header line if ARG > 0.
23348 23348
23349;;;*** 23349;;;***
23350 23350
23351;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19636 23351;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19752
23352;;;;;; 58496)) 23352;;;;;; 41642))
23353;;; Generated autoloads from emacs-lisp/rx.el 23353;;; Generated autoloads from emacs-lisp/rx.el
23354 23354
23355(autoload 'rx-to-string "rx" "\ 23355(autoload 'rx-to-string "rx" "\
@@ -23656,7 +23656,7 @@ enclosed in `(and ...)'.
23656;;;*** 23656;;;***
23657 23657
23658;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23658;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23659;;;;;; (19636 58496)) 23659;;;;;; (19752 41642))
23660;;; Generated autoloads from savehist.el 23660;;; Generated autoloads from savehist.el
23661 23661
23662(defvar savehist-mode nil "\ 23662(defvar savehist-mode nil "\
@@ -23682,7 +23682,7 @@ which is probably undesirable.
23682;;;*** 23682;;;***
23683 23683
23684;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23684;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23685;;;;;; (19636 58496)) 23685;;;;;; (19752 41642))
23686;;; Generated autoloads from progmodes/scheme.el 23686;;; Generated autoloads from progmodes/scheme.el
23687 23687
23688(autoload 'scheme-mode "scheme" "\ 23688(autoload 'scheme-mode "scheme" "\
@@ -23724,7 +23724,7 @@ that variable's value is a string.
23724;;;*** 23724;;;***
23725 23725
23726;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23726;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23727;;;;;; (19636 58496)) 23727;;;;;; (19752 41642))
23728;;; Generated autoloads from gnus/score-mode.el 23728;;; Generated autoloads from gnus/score-mode.el
23729 23729
23730(autoload 'gnus-score-mode "score-mode" "\ 23730(autoload 'gnus-score-mode "score-mode" "\
@@ -23738,7 +23738,7 @@ This mode is an extended emacs-lisp mode.
23738;;;*** 23738;;;***
23739 23739
23740;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23740;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23741;;;;;; (19636 58496)) 23741;;;;;; (19752 41642))
23742;;; Generated autoloads from scroll-all.el 23742;;; Generated autoloads from scroll-all.el
23743 23743
23744(defvar scroll-all-mode nil "\ 23744(defvar scroll-all-mode nil "\
@@ -23761,7 +23761,7 @@ apply to all visible windows in the same frame.
23761;;;*** 23761;;;***
23762 23762
23763;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23763;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23764;;;;;; (19636 58496)) 23764;;;;;; (19752 41642))
23765;;; Generated autoloads from scroll-lock.el 23765;;; Generated autoloads from scroll-lock.el
23766 23766
23767(autoload 'scroll-lock-mode "scroll-lock" "\ 23767(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23776,7 +23776,7 @@ during scrolling.
23776;;;*** 23776;;;***
23777 23777
23778;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23778;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23779;;;;;; "cedet/semantic.el" (19636 58496)) 23779;;;;;; "cedet/semantic.el" (19752 41642))
23780;;; Generated autoloads from cedet/semantic.el 23780;;; Generated autoloads from cedet/semantic.el
23781 23781
23782(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23782(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -23828,7 +23828,7 @@ Semantic mode.
23828;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23828;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23829;;;;;; mail-header-separator send-mail-function mail-interactive 23829;;;;;; mail-header-separator send-mail-function mail-interactive
23830;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23830;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23831;;;;;; "sendmail" "mail/sendmail.el" (19636 58496)) 23831;;;;;; "sendmail" "mail/sendmail.el" (19757 4673))
23832;;; Generated autoloads from mail/sendmail.el 23832;;; Generated autoloads from mail/sendmail.el
23833 23833
23834(defvar mail-from-style 'default "\ 23834(defvar mail-from-style 'default "\
@@ -24127,8 +24127,8 @@ Like `mail' command, but display mail buffer in another frame.
24127;;;*** 24127;;;***
24128 24128
24129;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24129;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24130;;;;;; server-force-delete server-start) "server" "server.el" (19682 24130;;;;;; server-force-delete server-start) "server" "server.el" (19752
24131;;;;;; 58511)) 24131;;;;;; 41642))
24132;;; Generated autoloads from server.el 24132;;; Generated autoloads from server.el
24133 24133
24134(autoload 'server-start "server" "\ 24134(autoload 'server-start "server" "\
@@ -24185,7 +24185,7 @@ only these files will be asked to be saved.
24185 24185
24186;;;*** 24186;;;***
24187 24187
24188;;;### (autoloads (ses-mode) "ses" "ses.el" (19636 58496)) 24188;;;### (autoloads (ses-mode) "ses" "ses.el" (19752 41642))
24189;;; Generated autoloads from ses.el 24189;;; Generated autoloads from ses.el
24190 24190
24191(autoload 'ses-mode "ses" "\ 24191(autoload 'ses-mode "ses" "\
@@ -24204,7 +24204,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24204;;;*** 24204;;;***
24205 24205
24206;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24206;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24207;;;;;; (19636 58496)) 24207;;;;;; (19752 41642))
24208;;; Generated autoloads from textmodes/sgml-mode.el 24208;;; Generated autoloads from textmodes/sgml-mode.el
24209 24209
24210(autoload 'sgml-mode "sgml-mode" "\ 24210(autoload 'sgml-mode "sgml-mode" "\
@@ -24270,7 +24270,7 @@ To work around that, do:
24270;;;*** 24270;;;***
24271 24271
24272;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24272;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24273;;;;;; (19636 58496)) 24273;;;;;; (19752 41642))
24274;;; Generated autoloads from progmodes/sh-script.el 24274;;; Generated autoloads from progmodes/sh-script.el
24275(put 'sh-shell 'safe-local-variable 'symbolp) 24275(put 'sh-shell 'safe-local-variable 'symbolp)
24276 24276
@@ -24334,7 +24334,7 @@ with your script for an edit-interpret-debug cycle.
24334 24334
24335;;;*** 24335;;;***
24336 24336
24337;;;### (autoloads (sha1) "sha1" "sha1.el" (19636 58496)) 24337;;;### (autoloads (sha1) "sha1" "sha1.el" (19752 41642))
24338;;; Generated autoloads from sha1.el 24338;;; Generated autoloads from sha1.el
24339 24339
24340(autoload 'sha1 "sha1" "\ 24340(autoload 'sha1 "sha1" "\
@@ -24349,7 +24349,7 @@ If BINARY is non-nil, return a string in binary form.
24349;;;*** 24349;;;***
24350 24350
24351;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24351;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24352;;;;;; (19636 58496)) 24352;;;;;; (19752 41642))
24353;;; Generated autoloads from emacs-lisp/shadow.el 24353;;; Generated autoloads from emacs-lisp/shadow.el
24354 24354
24355(autoload 'list-load-path-shadows "shadow" "\ 24355(autoload 'list-load-path-shadows "shadow" "\
@@ -24399,8 +24399,8 @@ function, `load-path-shadows-find'.
24399;;;*** 24399;;;***
24400 24400
24401;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24401;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24402;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19636 24402;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19752
24403;;;;;; 58496)) 24403;;;;;; 41642))
24404;;; Generated autoloads from shadowfile.el 24404;;; Generated autoloads from shadowfile.el
24405 24405
24406(autoload 'shadow-define-cluster "shadowfile" "\ 24406(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24439,7 +24439,7 @@ Set up file shadowing.
24439;;;*** 24439;;;***
24440 24440
24441;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24441;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24442;;;;;; (19636 58496)) 24442;;;;;; (19752 41642))
24443;;; Generated autoloads from shell.el 24443;;; Generated autoloads from shell.el
24444 24444
24445(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24445(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24489,7 +24489,7 @@ Otherwise, one argument `-i' is passed to the shell.
24489;;;*** 24489;;;***
24490 24490
24491;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24491;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24492;;;;;; "sieve" "gnus/sieve.el" (19636 58496)) 24492;;;;;; "sieve" "gnus/sieve.el" (19752 41642))
24493;;; Generated autoloads from gnus/sieve.el 24493;;; Generated autoloads from gnus/sieve.el
24494 24494
24495(autoload 'sieve-manage "sieve" "\ 24495(autoload 'sieve-manage "sieve" "\
@@ -24510,7 +24510,7 @@ Not documented
24510;;;*** 24510;;;***
24511 24511
24512;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24512;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24513;;;;;; (19636 58496)) 24513;;;;;; (19752 41642))
24514;;; Generated autoloads from gnus/sieve-mode.el 24514;;; Generated autoloads from gnus/sieve-mode.el
24515 24515
24516(autoload 'sieve-mode "sieve-mode" "\ 24516(autoload 'sieve-mode "sieve-mode" "\
@@ -24525,8 +24525,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24525 24525
24526;;;*** 24526;;;***
24527 24527
24528;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19636 24528;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19752
24529;;;;;; 58496)) 24529;;;;;; 41642))
24530;;; Generated autoloads from progmodes/simula.el 24530;;; Generated autoloads from progmodes/simula.el
24531 24531
24532(autoload 'simula-mode "simula" "\ 24532(autoload 'simula-mode "simula" "\
@@ -24575,7 +24575,7 @@ with no arguments, if that value is non-nil.
24575;;;*** 24575;;;***
24576 24576
24577;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24577;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24578;;;;;; define-skeleton) "skeleton" "skeleton.el" (19636 58496)) 24578;;;;;; define-skeleton) "skeleton" "skeleton.el" (19752 41642))
24579;;; Generated autoloads from skeleton.el 24579;;; Generated autoloads from skeleton.el
24580 24580
24581(defvar skeleton-filter-function 'identity "\ 24581(defvar skeleton-filter-function 'identity "\
@@ -24685,7 +24685,7 @@ symmetrical ones, and the same character twice for the others.
24685;;;*** 24685;;;***
24686 24686
24687;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24687;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24688;;;;;; "smerge-mode" "smerge-mode.el" (19636 58496)) 24688;;;;;; "smerge-mode" "smerge-mode.el" (19752 41642))
24689;;; Generated autoloads from smerge-mode.el 24689;;; Generated autoloads from smerge-mode.el
24690 24690
24691(autoload 'smerge-ediff "smerge-mode" "\ 24691(autoload 'smerge-ediff "smerge-mode" "\
@@ -24710,7 +24710,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24710;;;*** 24710;;;***
24711 24711
24712;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24712;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24713;;;;;; (19636 58496)) 24713;;;;;; (19752 41642))
24714;;; Generated autoloads from gnus/smiley.el 24714;;; Generated autoloads from gnus/smiley.el
24715 24715
24716(autoload 'smiley-region "smiley" "\ 24716(autoload 'smiley-region "smiley" "\
@@ -24728,7 +24728,7 @@ interactively. If there's no argument, do it at the current buffer.
24728;;;*** 24728;;;***
24729 24729
24730;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24730;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24731;;;;;; "mail/smtpmail.el" (19714 24709)) 24731;;;;;; "mail/smtpmail.el" (19752 41642))
24732;;; Generated autoloads from mail/smtpmail.el 24732;;; Generated autoloads from mail/smtpmail.el
24733 24733
24734(autoload 'smtpmail-send-it "smtpmail" "\ 24734(autoload 'smtpmail-send-it "smtpmail" "\
@@ -24743,7 +24743,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24743 24743
24744;;;*** 24744;;;***
24745 24745
24746;;;### (autoloads (snake) "snake" "play/snake.el" (19636 58496)) 24746;;;### (autoloads (snake) "snake" "play/snake.el" (19752 41642))
24747;;; Generated autoloads from play/snake.el 24747;;; Generated autoloads from play/snake.el
24748 24748
24749(autoload 'snake "snake" "\ 24749(autoload 'snake "snake" "\
@@ -24767,7 +24767,7 @@ Snake mode keybindings:
24767;;;*** 24767;;;***
24768 24768
24769;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24769;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24770;;;;;; (19636 58496)) 24770;;;;;; (19752 41642))
24771;;; Generated autoloads from net/snmp-mode.el 24771;;; Generated autoloads from net/snmp-mode.el
24772 24772
24773(autoload 'snmp-mode "snmp-mode" "\ 24773(autoload 'snmp-mode "snmp-mode" "\
@@ -24796,8 +24796,8 @@ then `snmpv2-mode-hook'.
24796 24796
24797;;;*** 24797;;;***
24798 24798
24799;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19636 24799;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19752
24800;;;;;; 58496)) 24800;;;;;; 41642))
24801;;; Generated autoloads from calendar/solar.el 24801;;; Generated autoloads from calendar/solar.el
24802 24802
24803(autoload 'sunrise-sunset "solar" "\ 24803(autoload 'sunrise-sunset "solar" "\
@@ -24812,8 +24812,8 @@ This function is suitable for execution in a .emacs file.
24812 24812
24813;;;*** 24813;;;***
24814 24814
24815;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19636 24815;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19752
24816;;;;;; 58496)) 24816;;;;;; 41642))
24817;;; Generated autoloads from play/solitaire.el 24817;;; Generated autoloads from play/solitaire.el
24818 24818
24819(autoload 'solitaire "solitaire" "\ 24819(autoload 'solitaire "solitaire" "\
@@ -24890,7 +24890,7 @@ Pick your favourite shortcuts:
24890 24890
24891;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24891;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24892;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24892;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24893;;;;;; sort-lines sort-subr) "sort" "sort.el" (19636 58496)) 24893;;;;;; sort-lines sort-subr) "sort" "sort.el" (19752 41642))
24894;;; Generated autoloads from sort.el 24894;;; Generated autoloads from sort.el
24895(put 'sort-fold-case 'safe-local-variable 'booleanp) 24895(put 'sort-fold-case 'safe-local-variable 'booleanp)
24896 24896
@@ -25034,8 +25034,8 @@ From a program takes two point or marker arguments, BEG and END.
25034 25034
25035;;;*** 25035;;;***
25036 25036
25037;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19636 25037;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19752
25038;;;;;; 58496)) 25038;;;;;; 41642))
25039;;; Generated autoloads from gnus/spam.el 25039;;; Generated autoloads from gnus/spam.el
25040 25040
25041(autoload 'spam-initialize "spam" "\ 25041(autoload 'spam-initialize "spam" "\
@@ -25051,7 +25051,7 @@ installed through `spam-necessary-extra-headers'.
25051 25051
25052;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25052;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25053;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25053;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25054;;;;;; "gnus/spam-report.el" (19636 58496)) 25054;;;;;; "gnus/spam-report.el" (19752 41642))
25055;;; Generated autoloads from gnus/spam-report.el 25055;;; Generated autoloads from gnus/spam-report.el
25056 25056
25057(autoload 'spam-report-process-queue "spam-report" "\ 25057(autoload 'spam-report-process-queue "spam-report" "\
@@ -25094,7 +25094,7 @@ Spam reports will be queued with the method used when
25094;;;*** 25094;;;***
25095 25095
25096;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25096;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25097;;;;;; "speedbar.el" (19678 47007)) 25097;;;;;; "speedbar.el" (19752 41642))
25098;;; Generated autoloads from speedbar.el 25098;;; Generated autoloads from speedbar.el
25099 25099
25100(defalias 'speedbar 'speedbar-frame-mode) 25100(defalias 'speedbar 'speedbar-frame-mode)
@@ -25119,7 +25119,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25119;;;*** 25119;;;***
25120 25120
25121;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25121;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25122;;;;;; "spell" "textmodes/spell.el" (19636 58496)) 25122;;;;;; "spell" "textmodes/spell.el" (19752 41642))
25123;;; Generated autoloads from textmodes/spell.el 25123;;; Generated autoloads from textmodes/spell.el
25124 25124
25125(put 'spell-filter 'risky-local-variable t) 25125(put 'spell-filter 'risky-local-variable t)
@@ -25163,8 +25163,8 @@ Check spelling of string supplied as argument.
25163 25163
25164;;;*** 25164;;;***
25165 25165
25166;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19636 25166;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19752
25167;;;;;; 58496)) 25167;;;;;; 41642))
25168;;; Generated autoloads from play/spook.el 25168;;; Generated autoloads from play/spook.el
25169 25169
25170(autoload 'spook "spook" "\ 25170(autoload 'spook "spook" "\
@@ -25182,8 +25182,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25182;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25182;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25183;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25183;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25184;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25184;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25185;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19660 25185;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19752
25186;;;;;; 57887)) 25186;;;;;; 41642))
25187;;; Generated autoloads from progmodes/sql.el 25187;;; Generated autoloads from progmodes/sql.el
25188 25188
25189(autoload 'sql-add-product-keywords "sql" "\ 25189(autoload 'sql-add-product-keywords "sql" "\
@@ -25610,7 +25610,7 @@ input. See `sql-interactive-mode'.
25610;;;*** 25610;;;***
25611 25611
25612;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25612;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25613;;;;;; (19636 58496)) 25613;;;;;; (19752 41642))
25614;;; Generated autoloads from cedet/srecode/srt-mode.el 25614;;; Generated autoloads from cedet/srecode/srt-mode.el
25615 25615
25616(autoload 'srecode-template-mode "srecode/srt-mode" "\ 25616(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -25626,8 +25626,8 @@ Major-mode for writing SRecode macros.
25626;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25626;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25627;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25627;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25628;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25628;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25629;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19636 25629;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19752
25630;;;;;; 58496)) 25630;;;;;; 41642))
25631;;; Generated autoloads from strokes.el 25631;;; Generated autoloads from strokes.el
25632 25632
25633(autoload 'strokes-global-set-stroke "strokes" "\ 25633(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25758,7 +25758,7 @@ Studlify-case the current buffer.
25758;;;*** 25758;;;***
25759 25759
25760;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 25760;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
25761;;;;;; (19636 58496)) 25761;;;;;; (19752 41642))
25762;;; Generated autoloads from progmodes/subword.el 25762;;; Generated autoloads from progmodes/subword.el
25763 25763
25764(autoload 'subword-mode "subword" "\ 25764(autoload 'subword-mode "subword" "\
@@ -25806,7 +25806,7 @@ See `subword-mode' for more information on Subword mode.
25806;;;*** 25806;;;***
25807 25807
25808;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25808;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25809;;;;;; (19636 58496)) 25809;;;;;; (19752 41642))
25810;;; Generated autoloads from mail/supercite.el 25810;;; Generated autoloads from mail/supercite.el
25811 25811
25812(autoload 'sc-cite-original "supercite" "\ 25812(autoload 'sc-cite-original "supercite" "\
@@ -25838,8 +25838,8 @@ and `sc-post-hook' is run after the guts of this function.
25838 25838
25839;;;*** 25839;;;***
25840 25840
25841;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19636 25841;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19752
25842;;;;;; 58496)) 25842;;;;;; 41642))
25843;;; Generated autoloads from t-mouse.el 25843;;; Generated autoloads from t-mouse.el
25844 25844
25845(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 25845(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -25866,7 +25866,7 @@ It relies on the `gpm' daemon being activated.
25866 25866
25867;;;*** 25867;;;***
25868 25868
25869;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19636 58496)) 25869;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19752 41642))
25870;;; Generated autoloads from tabify.el 25870;;; Generated autoloads from tabify.el
25871 25871
25872(autoload 'untabify "tabify" "\ 25872(autoload 'untabify "tabify" "\
@@ -25901,7 +25901,7 @@ The variable `tab-width' controls the spacing of tab stops.
25901;;;;;; table-recognize table-insert-row-column table-insert-column 25901;;;;;; table-recognize table-insert-row-column table-insert-column
25902;;;;;; table-insert-row table-insert table-point-left-cell-hook 25902;;;;;; table-insert-row table-insert table-point-left-cell-hook
25903;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25903;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25904;;;;;; "table" "textmodes/table.el" (19636 58496)) 25904;;;;;; "table" "textmodes/table.el" (19752 41642))
25905;;; Generated autoloads from textmodes/table.el 25905;;; Generated autoloads from textmodes/table.el
25906 25906
25907(defvar table-cell-map-hook nil "\ 25907(defvar table-cell-map-hook nil "\
@@ -26489,7 +26489,7 @@ converts a table into plain text without frames. It is a companion to
26489 26489
26490;;;*** 26490;;;***
26491 26491
26492;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19636 58496)) 26492;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19752 41642))
26493;;; Generated autoloads from talk.el 26493;;; Generated autoloads from talk.el
26494 26494
26495(autoload 'talk-connect "talk" "\ 26495(autoload 'talk-connect "talk" "\
@@ -26504,7 +26504,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
26504 26504
26505;;;*** 26505;;;***
26506 26506
26507;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19636 58496)) 26507;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19752 41642))
26508;;; Generated autoloads from tar-mode.el 26508;;; Generated autoloads from tar-mode.el
26509 26509
26510(autoload 'tar-mode "tar-mode" "\ 26510(autoload 'tar-mode "tar-mode" "\
@@ -26528,7 +26528,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26528;;;*** 26528;;;***
26529 26529
26530;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26530;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26531;;;;;; "progmodes/tcl.el" (19673 50265)) 26531;;;;;; "progmodes/tcl.el" (19752 41642))
26532;;; Generated autoloads from progmodes/tcl.el 26532;;; Generated autoloads from progmodes/tcl.el
26533 26533
26534(autoload 'tcl-mode "tcl" "\ 26534(autoload 'tcl-mode "tcl" "\
@@ -26579,7 +26579,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26579 26579
26580;;;*** 26580;;;***
26581 26581
26582;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19636 58496)) 26582;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19752 41642))
26583;;; Generated autoloads from net/telnet.el 26583;;; Generated autoloads from net/telnet.el
26584 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")) 26584 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)"))
26585 26585
@@ -26607,7 +26607,7 @@ Normally input is edited in Emacs and sent a line at a time.
26607;;;*** 26607;;;***
26608 26608
26609;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26609;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
26610;;;;;; (19636 58496)) 26610;;;;;; (19752 41642))
26611;;; Generated autoloads from term.el 26611;;; Generated autoloads from term.el
26612 26612
26613(autoload 'make-term "term" "\ 26613(autoload 'make-term "term" "\
@@ -26649,8 +26649,8 @@ use in that buffer.
26649 26649
26650;;;*** 26650;;;***
26651 26651
26652;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19636 26652;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19752
26653;;;;;; 58496)) 26653;;;;;; 41642))
26654;;; Generated autoloads from terminal.el 26654;;; Generated autoloads from terminal.el
26655 26655
26656(autoload 'terminal-emulator "terminal" "\ 26656(autoload 'terminal-emulator "terminal" "\
@@ -26687,7 +26687,7 @@ subprocess started.
26687;;;*** 26687;;;***
26688 26688
26689;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26689;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26690;;;;;; (19636 58496)) 26690;;;;;; (19752 41642))
26691;;; Generated autoloads from emacs-lisp/testcover.el 26691;;; Generated autoloads from emacs-lisp/testcover.el
26692 26692
26693(autoload 'testcover-this-defun "testcover" "\ 26693(autoload 'testcover-this-defun "testcover" "\
@@ -26697,7 +26697,7 @@ Start coverage on function under point.
26697 26697
26698;;;*** 26698;;;***
26699 26699
26700;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19636 58496)) 26700;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19752 41642))
26701;;; Generated autoloads from play/tetris.el 26701;;; Generated autoloads from play/tetris.el
26702 26702
26703(autoload 'tetris "tetris" "\ 26703(autoload 'tetris "tetris" "\
@@ -26728,7 +26728,7 @@ tetris-mode keybindings:
26728;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26728;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26729;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26729;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26730;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26730;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26731;;;;;; (19636 58496)) 26731;;;;;; (19752 41642))
26732;;; Generated autoloads from textmodes/tex-mode.el 26732;;; Generated autoloads from textmodes/tex-mode.el
26733 26733
26734(defvar tex-shell-file-name nil "\ 26734(defvar tex-shell-file-name nil "\
@@ -27030,7 +27030,7 @@ Major mode to edit DocTeX files.
27030;;;*** 27030;;;***
27031 27031
27032;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27032;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27033;;;;;; "texinfmt" "textmodes/texinfmt.el" (19636 58496)) 27033;;;;;; "texinfmt" "textmodes/texinfmt.el" (19752 41642))
27034;;; Generated autoloads from textmodes/texinfmt.el 27034;;; Generated autoloads from textmodes/texinfmt.el
27035 27035
27036(autoload 'texinfo-format-buffer "texinfmt" "\ 27036(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27070,7 +27070,7 @@ if large. You can use `Info-split' to do this manually.
27070;;;*** 27070;;;***
27071 27071
27072;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27072;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27073;;;;;; "texinfo" "textmodes/texinfo.el" (19636 58496)) 27073;;;;;; "texinfo" "textmodes/texinfo.el" (19752 41642))
27074;;; Generated autoloads from textmodes/texinfo.el 27074;;; Generated autoloads from textmodes/texinfo.el
27075 27075
27076(defvar texinfo-open-quote (purecopy "``") "\ 27076(defvar texinfo-open-quote (purecopy "``") "\
@@ -27156,7 +27156,7 @@ value of `texinfo-mode-hook'.
27156 27156
27157;;;### (autoloads (thai-composition-function thai-compose-buffer 27157;;;### (autoloads (thai-composition-function thai-compose-buffer
27158;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27158;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27159;;;;;; (19636 58496)) 27159;;;;;; (19752 41642))
27160;;; Generated autoloads from language/thai-util.el 27160;;; Generated autoloads from language/thai-util.el
27161 27161
27162(autoload 'thai-compose-region "thai-util" "\ 27162(autoload 'thai-compose-region "thai-util" "\
@@ -27185,7 +27185,7 @@ Not documented
27185 27185
27186;;;### (autoloads (list-at-point number-at-point symbol-at-point 27186;;;### (autoloads (list-at-point number-at-point symbol-at-point
27187;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27187;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27188;;;;;; "thingatpt" "thingatpt.el" (19636 58496)) 27188;;;;;; "thingatpt" "thingatpt.el" (19752 41642))
27189;;; Generated autoloads from thingatpt.el 27189;;; Generated autoloads from thingatpt.el
27190 27190
27191(autoload 'forward-thing "thingatpt" "\ 27191(autoload 'forward-thing "thingatpt" "\
@@ -27242,7 +27242,7 @@ Return the Lisp list at point, or nil if none is found.
27242 27242
27243;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27243;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27244;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27244;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27245;;;;;; (19636 58496)) 27245;;;;;; (19752 41642))
27246;;; Generated autoloads from thumbs.el 27246;;; Generated autoloads from thumbs.el
27247 27247
27248(autoload 'thumbs-find-thumb "thumbs" "\ 27248(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27280,8 +27280,8 @@ In dired, call the setroot program on the image at point.
27280;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 27280;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27281;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27281;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27282;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27282;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27283;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19636 27283;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19752
27284;;;;;; 58496)) 27284;;;;;; 41642))
27285;;; Generated autoloads from language/tibet-util.el 27285;;; Generated autoloads from language/tibet-util.el
27286 27286
27287(autoload 'tibetan-char-p "tibet-util" "\ 27287(autoload 'tibetan-char-p "tibet-util" "\
@@ -27355,7 +27355,7 @@ Not documented
27355;;;*** 27355;;;***
27356 27356
27357;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27357;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27358;;;;;; (19636 58496)) 27358;;;;;; (19752 41642))
27359;;; Generated autoloads from textmodes/tildify.el 27359;;; Generated autoloads from textmodes/tildify.el
27360 27360
27361(autoload 'tildify-region "tildify" "\ 27361(autoload 'tildify-region "tildify" "\
@@ -27380,7 +27380,7 @@ This function performs no refilling of the changed text.
27380 27380
27381;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27381;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27382;;;;;; display-time-mode display-time display-time-day-and-date) 27382;;;;;; display-time-mode display-time display-time-day-and-date)
27383;;;;;; "time" "time.el" (19636 58496)) 27383;;;;;; "time" "time.el" (19752 41642))
27384;;; Generated autoloads from time.el 27384;;; Generated autoloads from time.el
27385 27385
27386(defvar display-time-day-and-date nil "\ 27386(defvar display-time-day-and-date nil "\
@@ -27411,7 +27411,9 @@ or call the function `display-time-mode'.")
27411Toggle display of time, load level, and mail flag in mode lines. 27411Toggle display of time, load level, and mail flag in mode lines.
27412With a numeric arg, enable this display if arg is positive. 27412With a numeric arg, enable this display if arg is positive.
27413 27413
27414When this display is enabled, it updates automatically every minute. 27414When this display is enabled, it updates automatically every minute
27415\(you can control the number of seconds between updates by
27416customizing `display-time-interval').
27415If `display-time-day-and-date' is non-nil, the current day and date 27417If `display-time-day-and-date' is non-nil, the current day and date
27416are displayed as well. 27418are displayed as well.
27417This runs the normal hook `display-time-hook' after each update. 27419This runs the normal hook `display-time-hook' after each update.
@@ -27443,7 +27445,7 @@ Return a string giving the duration of the Emacs initialization.
27443;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27445;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
27444;;;;;; time-add time-subtract time-since days-to-time time-less-p 27446;;;;;; time-add time-subtract time-since days-to-time time-less-p
27445;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 27447;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27446;;;;;; (19636 58496)) 27448;;;;;; (19752 41642))
27447;;; Generated autoloads from calendar/time-date.el 27449;;; Generated autoloads from calendar/time-date.el
27448 27450
27449(autoload 'date-to-time "time-date" "\ 27451(autoload 'date-to-time "time-date" "\
@@ -27556,7 +27558,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
27556;;;*** 27558;;;***
27557 27559
27558;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27560;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27559;;;;;; "time-stamp.el" (19636 58496)) 27561;;;;;; "time-stamp.el" (19752 41642))
27560;;; Generated autoloads from time-stamp.el 27562;;; Generated autoloads from time-stamp.el
27561(put 'time-stamp-format 'safe-local-variable 'stringp) 27563(put 'time-stamp-format 'safe-local-variable 'stringp)
27562(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27564(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -27600,7 +27602,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27600;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27602;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27601;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27603;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27602;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27604;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27603;;;;;; (19636 58496)) 27605;;;;;; (19752 41642))
27604;;; Generated autoloads from calendar/timeclock.el 27606;;; Generated autoloads from calendar/timeclock.el
27605 27607
27606(autoload 'timeclock-modeline-display "timeclock" "\ 27608(autoload 'timeclock-modeline-display "timeclock" "\
@@ -27700,7 +27702,7 @@ relative only to the time worked today, and not to past time.
27700;;;*** 27702;;;***
27701 27703
27702;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27704;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27703;;;;;; "international/titdic-cnv.el" (19641 1152)) 27705;;;;;; "international/titdic-cnv.el" (19752 41642))
27704;;; Generated autoloads from international/titdic-cnv.el 27706;;; Generated autoloads from international/titdic-cnv.el
27705 27707
27706(autoload 'titdic-convert "titdic-cnv" "\ 27708(autoload 'titdic-convert "titdic-cnv" "\
@@ -27723,7 +27725,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27723;;;*** 27725;;;***
27724 27726
27725;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27727;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27726;;;;;; "tmm.el" (19636 58496)) 27728;;;;;; "tmm.el" (19757 3579))
27727;;; Generated autoloads from tmm.el 27729;;; Generated autoloads from tmm.el
27728 (define-key global-map "\M-`" 'tmm-menubar) 27730 (define-key global-map "\M-`" 'tmm-menubar)
27729 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27731 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27763,7 +27765,7 @@ Its value should be an event that has a binding in MENU.
27763 27765
27764;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27766;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27765;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27767;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27766;;;;;; "todo-mode" "calendar/todo-mode.el" (19636 58496)) 27768;;;;;; "todo-mode" "calendar/todo-mode.el" (19752 41642))
27767;;; Generated autoloads from calendar/todo-mode.el 27769;;; Generated autoloads from calendar/todo-mode.el
27768 27770
27769(autoload 'todo-add-category "todo-mode" "\ 27771(autoload 'todo-add-category "todo-mode" "\
@@ -27825,7 +27827,7 @@ Show TODO list.
27825 27827
27826;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27828;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27827;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 27829;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
27828;;;;;; "tool-bar" "tool-bar.el" (19636 58496)) 27830;;;;;; "tool-bar" "tool-bar.el" (19752 41642))
27829;;; Generated autoloads from tool-bar.el 27831;;; Generated autoloads from tool-bar.el
27830 27832
27831(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 27833(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -27898,7 +27900,7 @@ holds a keymap.
27898;;;*** 27900;;;***
27899 27901
27900;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27902;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27901;;;;;; (19636 58496)) 27903;;;;;; (19752 41899))
27902;;; Generated autoloads from emulation/tpu-edt.el 27904;;; Generated autoloads from emulation/tpu-edt.el
27903 27905
27904(defvar tpu-edt-mode nil "\ 27906(defvar tpu-edt-mode nil "\
@@ -27925,7 +27927,7 @@ Turn on TPU/edt emulation.
27925;;;*** 27927;;;***
27926 27928
27927;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 27929;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
27928;;;;;; (19636 58496)) 27930;;;;;; (19752 41642))
27929;;; Generated autoloads from emulation/tpu-mapper.el 27931;;; Generated autoloads from emulation/tpu-mapper.el
27930 27932
27931(autoload 'tpu-mapper "tpu-mapper" "\ 27933(autoload 'tpu-mapper "tpu-mapper" "\
@@ -27959,7 +27961,7 @@ your local X guru can try to figure out why the key is being ignored.
27959 27961
27960;;;*** 27962;;;***
27961 27963
27962;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19636 58496)) 27964;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19752 41642))
27963;;; Generated autoloads from emacs-lisp/tq.el 27965;;; Generated autoloads from emacs-lisp/tq.el
27964 27966
27965(autoload 'tq-create "tq" "\ 27967(autoload 'tq-create "tq" "\
@@ -27973,7 +27975,7 @@ to a tcp server on another machine.
27973;;;*** 27975;;;***
27974 27976
27975;;;### (autoloads (trace-function-background trace-function trace-buffer) 27977;;;### (autoloads (trace-function-background trace-function trace-buffer)
27976;;;;;; "trace" "emacs-lisp/trace.el" (19636 58496)) 27978;;;;;; "trace" "emacs-lisp/trace.el" (19752 41642))
27977;;; Generated autoloads from emacs-lisp/trace.el 27979;;; Generated autoloads from emacs-lisp/trace.el
27978 27980
27979(defvar trace-buffer (purecopy "*trace-output*") "\ 27981(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -28010,7 +28012,7 @@ BUFFER defaults to `trace-buffer'.
28010;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28012;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28011;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28013;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28012;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28014;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28013;;;;;; "net/tramp.el" (19714 24709)) 28015;;;;;; "net/tramp.el" (19757 3579))
28014;;; Generated autoloads from net/tramp.el 28016;;; Generated autoloads from net/tramp.el
28015 28017
28016(defvar tramp-mode t "\ 28018(defvar tramp-mode t "\
@@ -28147,7 +28149,7 @@ Discard Tramp from loading remote files.
28147;;;*** 28149;;;***
28148 28150
28149;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28151;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28150;;;;;; (19636 58496)) 28152;;;;;; (19752 41642))
28151;;; Generated autoloads from net/tramp-ftp.el 28153;;; Generated autoloads from net/tramp-ftp.el
28152 28154
28153(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28155(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28157,8 +28159,8 @@ Not documented
28157 28159
28158;;;*** 28160;;;***
28159 28161
28160;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19636 28162;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19752
28161;;;;;; 58496)) 28163;;;;;; 41642))
28162;;; Generated autoloads from tutorial.el 28164;;; Generated autoloads from tutorial.el
28163 28165
28164(autoload 'help-with-tutorial "tutorial" "\ 28166(autoload 'help-with-tutorial "tutorial" "\
@@ -28183,7 +28185,7 @@ resumed later.
28183;;;*** 28185;;;***
28184 28186
28185;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28187;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28186;;;;;; (19636 58496)) 28188;;;;;; (19752 41642))
28187;;; Generated autoloads from language/tv-util.el 28189;;; Generated autoloads from language/tv-util.el
28188 28190
28189(autoload 'tai-viet-composition-function "tv-util" "\ 28191(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28194,7 +28196,7 @@ Not documented
28194;;;*** 28196;;;***
28195 28197
28196;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28198;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28197;;;;;; "textmodes/two-column.el" (19636 58496)) 28199;;;;;; "textmodes/two-column.el" (19752 41642))
28198;;; Generated autoloads from textmodes/two-column.el 28200;;; Generated autoloads from textmodes/two-column.el
28199 (autoload '2C-command "two-column" () t 'keymap) 28201 (autoload '2C-command "two-column" () t 'keymap)
28200 (global-set-key "\C-x6" '2C-command) 28202 (global-set-key "\C-x6" '2C-command)
@@ -28245,7 +28247,7 @@ First column's text sSs Second column's text
28245;;;;;; type-break type-break-mode type-break-keystroke-threshold 28247;;;;;; type-break type-break-mode type-break-keystroke-threshold
28246;;;;;; type-break-good-break-interval type-break-good-rest-interval 28248;;;;;; type-break-good-break-interval type-break-good-rest-interval
28247;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 28249;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28248;;;;;; (19636 58496)) 28250;;;;;; (19752 41642))
28249;;; Generated autoloads from type-break.el 28251;;; Generated autoloads from type-break.el
28250 28252
28251(defvar type-break-mode nil "\ 28253(defvar type-break-mode nil "\
@@ -28427,7 +28429,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28427 28429
28428;;;*** 28430;;;***
28429 28431
28430;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19636 58496)) 28432;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19752 41642))
28431;;; Generated autoloads from mail/uce.el 28433;;; Generated autoloads from mail/uce.el
28432 28434
28433(autoload 'uce-reply-to-uce "uce" "\ 28435(autoload 'uce-reply-to-uce "uce" "\
@@ -28445,7 +28447,7 @@ You might need to set `uce-mail-reader' before using this.
28445;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 28447;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28446;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 28448;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28447;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 28449;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28448;;;;;; "international/ucs-normalize.el" (19636 58496)) 28450;;;;;; "international/ucs-normalize.el" (19752 41642))
28449;;; Generated autoloads from international/ucs-normalize.el 28451;;; Generated autoloads from international/ucs-normalize.el
28450 28452
28451(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 28453(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -28511,7 +28513,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28511;;;*** 28513;;;***
28512 28514
28513;;;### (autoloads (ununderline-region underline-region) "underline" 28515;;;### (autoloads (ununderline-region underline-region) "underline"
28514;;;;;; "textmodes/underline.el" (19636 58496)) 28516;;;;;; "textmodes/underline.el" (19752 41642))
28515;;; Generated autoloads from textmodes/underline.el 28517;;; Generated autoloads from textmodes/underline.el
28516 28518
28517(autoload 'underline-region "underline" "\ 28519(autoload 'underline-region "underline" "\
@@ -28532,7 +28534,7 @@ which specify the range to operate on.
28532;;;*** 28534;;;***
28533 28535
28534;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28536;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28535;;;;;; (19636 58496)) 28537;;;;;; (19752 41642))
28536;;; Generated autoloads from mail/unrmail.el 28538;;; Generated autoloads from mail/unrmail.el
28537 28539
28538(autoload 'batch-unrmail "unrmail" "\ 28540(autoload 'batch-unrmail "unrmail" "\
@@ -28551,8 +28553,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
28551 28553
28552;;;*** 28554;;;***
28553 28555
28554;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19652 28556;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19752
28555;;;;;; 24589)) 28557;;;;;; 41642))
28556;;; Generated autoloads from emacs-lisp/unsafep.el 28558;;; Generated autoloads from emacs-lisp/unsafep.el
28557 28559
28558(autoload 'unsafep "unsafep" "\ 28560(autoload 'unsafep "unsafep" "\
@@ -28565,7 +28567,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28565;;;*** 28567;;;***
28566 28568
28567;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28569;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28568;;;;;; "url/url.el" (19636 58496)) 28570;;;;;; "url/url.el" (19752 41642))
28569;;; Generated autoloads from url/url.el 28571;;; Generated autoloads from url/url.el
28570 28572
28571(autoload 'url-retrieve "url" "\ 28573(autoload 'url-retrieve "url" "\
@@ -28605,7 +28607,7 @@ no further processing). URL is either a string or a parsed URL.
28605;;;*** 28607;;;***
28606 28608
28607;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28609;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28608;;;;;; "url-auth" "url/url-auth.el" (19636 58496)) 28610;;;;;; "url-auth" "url/url-auth.el" (19752 41642))
28609;;; Generated autoloads from url/url-auth.el 28611;;; Generated autoloads from url/url-auth.el
28610 28612
28611(autoload 'url-get-authentication "url-auth" "\ 28613(autoload 'url-get-authentication "url-auth" "\
@@ -28647,8 +28649,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28647;;;*** 28649;;;***
28648 28650
28649;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28651;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28650;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19636 28652;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19752
28651;;;;;; 58496)) 28653;;;;;; 41642))
28652;;; Generated autoloads from url/url-cache.el 28654;;; Generated autoloads from url/url-cache.el
28653 28655
28654(autoload 'url-store-in-cache "url-cache" "\ 28656(autoload 'url-store-in-cache "url-cache" "\
@@ -28674,7 +28676,7 @@ Return t if a cached file has expired.
28674 28676
28675;;;*** 28677;;;***
28676 28678
28677;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19636 58496)) 28679;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19752 41642))
28678;;; Generated autoloads from url/url-cid.el 28680;;; Generated autoloads from url/url-cid.el
28679 28681
28680(autoload 'url-cid "url-cid" "\ 28682(autoload 'url-cid "url-cid" "\
@@ -28685,7 +28687,7 @@ Not documented
28685;;;*** 28687;;;***
28686 28688
28687;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28689;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28688;;;;;; "url/url-dav.el" (19636 58496)) 28690;;;;;; "url/url-dav.el" (19752 41642))
28689;;; Generated autoloads from url/url-dav.el 28691;;; Generated autoloads from url/url-dav.el
28690 28692
28691(autoload 'url-dav-supported-p "url-dav" "\ 28693(autoload 'url-dav-supported-p "url-dav" "\
@@ -28700,8 +28702,8 @@ Not documented
28700 28702
28701;;;*** 28703;;;***
28702 28704
28703;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19636 28705;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19752
28704;;;;;; 58496)) 28706;;;;;; 41642))
28705;;; Generated autoloads from url/url-file.el 28707;;; Generated autoloads from url/url-file.el
28706 28708
28707(autoload 'url-file "url-file" "\ 28709(autoload 'url-file "url-file" "\
@@ -28712,7 +28714,7 @@ Handle file: and ftp: URLs.
28712;;;*** 28714;;;***
28713 28715
28714;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28716;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28715;;;;;; "url/url-gw.el" (19636 58496)) 28717;;;;;; "url/url-gw.el" (19752 41642))
28716;;; Generated autoloads from url/url-gw.el 28718;;; Generated autoloads from url/url-gw.el
28717 28719
28718(autoload 'url-gateway-nslookup-host "url-gw" "\ 28720(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28732,7 +28734,7 @@ Might do a non-blocking connection; use `process-status' to check.
28732 28734
28733;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28735;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28734;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28736;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
28735;;;;;; (19636 58496)) 28737;;;;;; (19752 41642))
28736;;; Generated autoloads from url/url-handlers.el 28738;;; Generated autoloads from url/url-handlers.el
28737 28739
28738(defvar url-handler-mode nil "\ 28740(defvar url-handler-mode nil "\
@@ -28784,7 +28786,7 @@ Not documented
28784;;;*** 28786;;;***
28785 28787
28786;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28788;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28787;;;;;; url-http) "url-http" "url/url-http.el" (19636 58496)) 28789;;;;;; url-http) "url-http" "url/url-http.el" (19752 41642))
28788;;; Generated autoloads from url/url-http.el 28790;;; Generated autoloads from url/url-http.el
28789 28791
28790(autoload 'url-http "url-http" "\ 28792(autoload 'url-http "url-http" "\
@@ -28850,7 +28852,7 @@ HTTPS retrievals are asynchronous.")
28850 28852
28851;;;*** 28853;;;***
28852 28854
28853;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19636 58496)) 28855;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19752 41642))
28854;;; Generated autoloads from url/url-irc.el 28856;;; Generated autoloads from url/url-irc.el
28855 28857
28856(autoload 'url-irc "url-irc" "\ 28858(autoload 'url-irc "url-irc" "\
@@ -28860,8 +28862,8 @@ Not documented
28860 28862
28861;;;*** 28863;;;***
28862 28864
28863;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19636 28865;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19752
28864;;;;;; 58496)) 28866;;;;;; 41642))
28865;;; Generated autoloads from url/url-ldap.el 28867;;; Generated autoloads from url/url-ldap.el
28866 28868
28867(autoload 'url-ldap "url-ldap" "\ 28869(autoload 'url-ldap "url-ldap" "\
@@ -28875,7 +28877,7 @@ URL can be a URL string, or a URL vector of the type returned by
28875;;;*** 28877;;;***
28876 28878
28877;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28879;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28878;;;;;; (19636 58496)) 28880;;;;;; (19752 41642))
28879;;; Generated autoloads from url/url-mailto.el 28881;;; Generated autoloads from url/url-mailto.el
28880 28882
28881(autoload 'url-mail "url-mailto" "\ 28883(autoload 'url-mail "url-mailto" "\
@@ -28891,7 +28893,7 @@ Handle the mailto: URL syntax.
28891;;;*** 28893;;;***
28892 28894
28893;;;### (autoloads (url-data url-generic-emulator-loader url-info 28895;;;### (autoloads (url-data url-generic-emulator-loader url-info
28894;;;;;; url-man) "url-misc" "url/url-misc.el" (19636 58496)) 28896;;;;;; url-man) "url-misc" "url/url-misc.el" (19752 41642))
28895;;; Generated autoloads from url/url-misc.el 28897;;; Generated autoloads from url/url-misc.el
28896 28898
28897(autoload 'url-man "url-misc" "\ 28899(autoload 'url-man "url-misc" "\
@@ -28923,7 +28925,7 @@ Fetch a data URL (RFC 2397).
28923;;;*** 28925;;;***
28924 28926
28925;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28927;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28926;;;;;; (19636 58496)) 28928;;;;;; (19752 41642))
28927;;; Generated autoloads from url/url-news.el 28929;;; Generated autoloads from url/url-news.el
28928 28930
28929(autoload 'url-news "url-news" "\ 28931(autoload 'url-news "url-news" "\
@@ -28940,7 +28942,7 @@ Not documented
28940 28942
28941;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28943;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28942;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28944;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28943;;;;;; (19636 58496)) 28945;;;;;; (19752 41642))
28944;;; Generated autoloads from url/url-ns.el 28946;;; Generated autoloads from url/url-ns.el
28945 28947
28946(autoload 'isPlainHostName "url-ns" "\ 28948(autoload 'isPlainHostName "url-ns" "\
@@ -28981,7 +28983,7 @@ Not documented
28981;;;*** 28983;;;***
28982 28984
28983;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28985;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28984;;;;;; "url/url-parse.el" (19636 58496)) 28986;;;;;; "url/url-parse.el" (19752 41642))
28985;;; Generated autoloads from url/url-parse.el 28987;;; Generated autoloads from url/url-parse.el
28986 28988
28987(autoload 'url-recreate-url "url-parse" "\ 28989(autoload 'url-recreate-url "url-parse" "\
@@ -28999,7 +29001,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
28999;;;*** 29001;;;***
29000 29002
29001;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 29003;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29002;;;;;; (19636 58496)) 29004;;;;;; (19752 41642))
29003;;; Generated autoloads from url/url-privacy.el 29005;;; Generated autoloads from url/url-privacy.el
29004 29006
29005(autoload 'url-setup-privacy-info "url-privacy" "\ 29007(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29015,7 +29017,7 @@ Setup variables that expose info about you and your system.
29015;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 29017;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
29016;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 29018;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
29017;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 29019;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
29018;;;;;; "url-util" "url/url-util.el" (19636 58496)) 29020;;;;;; "url-util" "url/url-util.el" (19752 41642))
29019;;; Generated autoloads from url/url-util.el 29021;;; Generated autoloads from url/url-util.el
29020 29022
29021(defvar url-debug nil "\ 29023(defvar url-debug nil "\
@@ -29151,7 +29153,7 @@ This uses `url-current-object', set locally to the buffer.
29151;;;*** 29153;;;***
29152 29154
29153;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29155;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29154;;;;;; "userlock" "userlock.el" (19636 58496)) 29156;;;;;; "userlock" "userlock.el" (19752 41642))
29155;;; Generated autoloads from userlock.el 29157;;; Generated autoloads from userlock.el
29156 29158
29157(autoload 'ask-user-about-lock "userlock" "\ 29159(autoload 'ask-user-about-lock "userlock" "\
@@ -29181,7 +29183,7 @@ The buffer in question is current when this function is called.
29181 29183
29182;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29184;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29183;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29185;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29184;;;;;; "utf-7" "international/utf-7.el" (19636 58496)) 29186;;;;;; "utf-7" "international/utf-7.el" (19752 41642))
29185;;; Generated autoloads from international/utf-7.el 29187;;; Generated autoloads from international/utf-7.el
29186 29188
29187(autoload 'utf-7-post-read-conversion "utf-7" "\ 29189(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29208,7 +29210,7 @@ Not documented
29208 29210
29209;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29211;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29210;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29212;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29211;;;;;; (19636 58496)) 29213;;;;;; (19752 41642))
29212;;; Generated autoloads from mail/uudecode.el 29214;;; Generated autoloads from mail/uudecode.el
29213 29215
29214(autoload 'uudecode-decode-region-external "uudecode" "\ 29216(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29238,7 +29240,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29238;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers 29240;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
29239;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff 29241;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff
29240;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook 29242;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook
29241;;;;;; vc-checkout-hook) "vc" "vc.el" (19661 52732)) 29243;;;;;; vc-checkout-hook) "vc" "vc.el" (19752 41642))
29242;;; Generated autoloads from vc.el 29244;;; Generated autoloads from vc.el
29243 29245
29244(defvar vc-checkout-hook nil "\ 29246(defvar vc-checkout-hook nil "\
@@ -29492,8 +29494,8 @@ Return the branch part of a revision number REV.
29492 29494
29493;;;*** 29495;;;***
29494 29496
29495;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19636 29497;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19752
29496;;;;;; 58496)) 29498;;;;;; 41642))
29497;;; Generated autoloads from vc-annotate.el 29499;;; Generated autoloads from vc-annotate.el
29498 29500
29499(autoload 'vc-annotate "vc-annotate" "\ 29501(autoload 'vc-annotate "vc-annotate" "\
@@ -29530,7 +29532,7 @@ mode-specific menu. `vc-annotate-color-map' and
29530 29532
29531;;;*** 29533;;;***
29532 29534
29533;;;### (autoloads nil "vc-arch" "vc-arch.el" (19661 60124)) 29535;;;### (autoloads nil "vc-arch" "vc-arch.el" (19752 41642))
29534;;; Generated autoloads from vc-arch.el 29536;;; Generated autoloads from vc-arch.el
29535 (defun vc-arch-registered (file) 29537 (defun vc-arch-registered (file)
29536 (if (vc-find-root file "{arch}/=tagging-method") 29538 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29540,7 +29542,7 @@ mode-specific menu. `vc-annotate-color-map' and
29540 29542
29541;;;*** 29543;;;***
29542 29544
29543;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19661 53001)) 29545;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19752 41642))
29544;;; Generated autoloads from vc-bzr.el 29546;;; Generated autoloads from vc-bzr.el
29545 29547
29546(defconst vc-bzr-admin-dirname ".bzr" "\ 29548(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -29555,7 +29557,7 @@ Name of the directory containing Bzr repository status files.")
29555 29557
29556;;;*** 29558;;;***
29557 29559
29558;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19661 60137)) 29560;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19752 41642))
29559;;; Generated autoloads from vc-cvs.el 29561;;; Generated autoloads from vc-cvs.el
29560 (defun vc-cvs-registered (f) 29562 (defun vc-cvs-registered (f)
29561 (when (file-readable-p (expand-file-name 29563 (when (file-readable-p (expand-file-name
@@ -29565,7 +29567,7 @@ Name of the directory containing Bzr repository status files.")
29565 29567
29566;;;*** 29568;;;***
29567 29569
29568;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19706 58306)) 29570;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19752 41642))
29569;;; Generated autoloads from vc-dir.el 29571;;; Generated autoloads from vc-dir.el
29570 29572
29571(autoload 'vc-dir "vc-dir" "\ 29573(autoload 'vc-dir "vc-dir" "\
@@ -29590,7 +29592,7 @@ These are the commands available for use in the file status buffer:
29590;;;*** 29592;;;***
29591 29593
29592;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 29594;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
29593;;;;;; (19661 52495)) 29595;;;;;; (19752 41642))
29594;;; Generated autoloads from vc-dispatcher.el 29596;;; Generated autoloads from vc-dispatcher.el
29595 29597
29596(autoload 'vc-do-command "vc-dispatcher" "\ 29598(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29613,7 +29615,7 @@ case, and the process object in the asynchronous case.
29613 29615
29614;;;*** 29616;;;***
29615 29617
29616;;;### (autoloads nil "vc-git" "vc-git.el" (19661 53398)) 29618;;;### (autoloads nil "vc-git" "vc-git.el" (19752 41642))
29617;;; Generated autoloads from vc-git.el 29619;;; Generated autoloads from vc-git.el
29618 (defun vc-git-registered (file) 29620 (defun vc-git-registered (file)
29619 "Return non-nil if FILE is registered with git." 29621 "Return non-nil if FILE is registered with git."
@@ -29624,7 +29626,7 @@ case, and the process object in the asynchronous case.
29624 29626
29625;;;*** 29627;;;***
29626 29628
29627;;;### (autoloads nil "vc-hg" "vc-hg.el" (19683 64086)) 29629;;;### (autoloads nil "vc-hg" "vc-hg.el" (19752 41642))
29628;;; Generated autoloads from vc-hg.el 29630;;; Generated autoloads from vc-hg.el
29629 (defun vc-hg-registered (file) 29631 (defun vc-hg-registered (file)
29630 "Return non-nil if FILE is registered with hg." 29632 "Return non-nil if FILE is registered with hg."
@@ -29635,7 +29637,7 @@ case, and the process object in the asynchronous case.
29635 29637
29636;;;*** 29638;;;***
29637 29639
29638;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19672 43471)) 29640;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19752 41642))
29639;;; Generated autoloads from vc-mtn.el 29641;;; Generated autoloads from vc-mtn.el
29640 29642
29641(defconst vc-mtn-admin-dir "_MTN") 29643(defconst vc-mtn-admin-dir "_MTN")
@@ -29650,7 +29652,7 @@ case, and the process object in the asynchronous case.
29650;;;*** 29652;;;***
29651 29653
29652;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29654;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29653;;;;;; (19661 60165)) 29655;;;;;; (19752 41642))
29654;;; Generated autoloads from vc-rcs.el 29656;;; Generated autoloads from vc-rcs.el
29655 29657
29656(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29658(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -29664,7 +29666,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29664;;;*** 29666;;;***
29665 29667
29666;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29668;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29667;;;;;; (19661 60174)) 29669;;;;;; (19752 41642))
29668;;; Generated autoloads from vc-sccs.el 29670;;; Generated autoloads from vc-sccs.el
29669 29671
29670(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29672(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -29681,7 +29683,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29681 29683
29682;;;*** 29684;;;***
29683 29685
29684;;;### (autoloads nil "vc-svn" "vc-svn.el" (19661 60185)) 29686;;;### (autoloads nil "vc-svn" "vc-svn.el" (19752 41642))
29685;;; Generated autoloads from vc-svn.el 29687;;; Generated autoloads from vc-svn.el
29686 (defun vc-svn-registered (f) 29688 (defun vc-svn-registered (f)
29687 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29689 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29697,7 +29699,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29697;;;*** 29699;;;***
29698 29700
29699;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29701;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29700;;;;;; (19636 58496)) 29702;;;;;; (19752 41642))
29701;;; Generated autoloads from progmodes/vera-mode.el 29703;;; Generated autoloads from progmodes/vera-mode.el
29702 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29704 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29703 29705
@@ -29755,7 +29757,7 @@ Key bindings:
29755;;;*** 29757;;;***
29756 29758
29757;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29759;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
29758;;;;;; (19672 43471)) 29760;;;;;; (19752 41642))
29759;;; Generated autoloads from progmodes/verilog-mode.el 29761;;; Generated autoloads from progmodes/verilog-mode.el
29760 29762
29761(autoload 'verilog-mode "verilog-mode" "\ 29763(autoload 'verilog-mode "verilog-mode" "\
@@ -29892,7 +29894,7 @@ Key bindings specific to `verilog-mode-map' are:
29892;;;*** 29894;;;***
29893 29895
29894;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29896;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29895;;;;;; (19636 58496)) 29897;;;;;; (19752 41642))
29896;;; Generated autoloads from progmodes/vhdl-mode.el 29898;;; Generated autoloads from progmodes/vhdl-mode.el
29897 29899
29898(autoload 'vhdl-mode "vhdl-mode" "\ 29900(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30488,7 +30490,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30488;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30490;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30489;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30491;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30490;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30492;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30491;;;;;; "language/viet-util.el" (19636 58496)) 30493;;;;;; "language/viet-util.el" (19752 41642))
30492;;; Generated autoloads from language/viet-util.el 30494;;; Generated autoloads from language/viet-util.el
30493 30495
30494(autoload 'viet-encode-viscii-char "viet-util" "\ 30496(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -30536,7 +30538,7 @@ Not documented
30536;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 30538;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30537;;;;;; view-buffer view-file-other-frame view-file-other-window 30539;;;;;; view-buffer view-file-other-frame view-file-other-window
30538;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 30540;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30539;;;;;; "view" "view.el" (19636 58496)) 30541;;;;;; "view" "view.el" (19752 41642))
30540;;; Generated autoloads from view.el 30542;;; Generated autoloads from view.el
30541 30543
30542(defvar view-remove-frame-by-deleting t "\ 30544(defvar view-remove-frame-by-deleting t "\
@@ -30782,8 +30784,8 @@ Exit View mode and make the current buffer editable.
30782 30784
30783;;;*** 30785;;;***
30784 30786
30785;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19636 30787;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19752
30786;;;;;; 58496)) 30788;;;;;; 41642))
30787;;; Generated autoloads from emulation/vip.el 30789;;; Generated autoloads from emulation/vip.el
30788 30790
30789(autoload 'vip-setup "vip" "\ 30791(autoload 'vip-setup "vip" "\
@@ -30799,7 +30801,7 @@ Turn on VIP emulation of VI.
30799;;;*** 30801;;;***
30800 30802
30801;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30803;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30802;;;;;; (19636 58496)) 30804;;;;;; (19752 41642))
30803;;; Generated autoloads from emulation/viper.el 30805;;; Generated autoloads from emulation/viper.el
30804 30806
30805(autoload 'toggle-viper-mode "viper" "\ 30807(autoload 'toggle-viper-mode "viper" "\
@@ -30816,7 +30818,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
30816;;;*** 30818;;;***
30817 30819
30818;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30820;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
30819;;;;;; (19636 58496)) 30821;;;;;; (19752 41642))
30820;;; Generated autoloads from emacs-lisp/warnings.el 30822;;; Generated autoloads from emacs-lisp/warnings.el
30821 30823
30822(defvar warning-prefix-function nil "\ 30824(defvar warning-prefix-function nil "\
@@ -30906,7 +30908,7 @@ this is equivalent to `display-warning', using
30906;;;*** 30908;;;***
30907 30909
30908;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30910;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30909;;;;;; (19636 58496)) 30911;;;;;; (19752 41642))
30910;;; Generated autoloads from wdired.el 30912;;; Generated autoloads from wdired.el
30911 30913
30912(autoload 'wdired-change-to-wdired-mode "wdired" "\ 30914(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -30922,7 +30924,7 @@ See `wdired-mode'.
30922 30924
30923;;;*** 30925;;;***
30924 30926
30925;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19636 58496)) 30927;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19752 41642))
30926;;; Generated autoloads from net/webjump.el 30928;;; Generated autoloads from net/webjump.el
30927 30929
30928(autoload 'webjump "webjump" "\ 30930(autoload 'webjump "webjump" "\
@@ -30939,7 +30941,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30939;;;*** 30941;;;***
30940 30942
30941;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30943;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30942;;;;;; (19694 49287)) 30944;;;;;; (19752 41642))
30943;;; Generated autoloads from progmodes/which-func.el 30945;;; Generated autoloads from progmodes/which-func.el
30944 (put 'which-func-format 'risky-local-variable t) 30946 (put 'which-func-format 'risky-local-variable t)
30945 (put 'which-func-current 'risky-local-variable t) 30947 (put 'which-func-current 'risky-local-variable t)
@@ -30970,7 +30972,7 @@ and off otherwise.
30970;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 30972;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
30971;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 30973;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
30972;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 30974;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
30973;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19636 58496)) 30975;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19757 3579))
30974;;; Generated autoloads from whitespace.el 30976;;; Generated autoloads from whitespace.el
30975 30977
30976(autoload 'whitespace-mode "whitespace" "\ 30978(autoload 'whitespace-mode "whitespace" "\
@@ -31373,7 +31375,7 @@ cleaning up these problems.
31373;;;*** 31375;;;***
31374 31376
31375;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31377;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31376;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19636 58496)) 31378;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19752 41642))
31377;;; Generated autoloads from wid-browse.el 31379;;; Generated autoloads from wid-browse.el
31378 31380
31379(autoload 'widget-browse-at "wid-browse" "\ 31381(autoload 'widget-browse-at "wid-browse" "\
@@ -31400,8 +31402,8 @@ With arg, turn widget mode on if and only if arg is positive.
31400;;;*** 31402;;;***
31401 31403
31402;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31404;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31403;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19678 31405;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19752
31404;;;;;; 47007)) 31406;;;;;; 41642))
31405;;; Generated autoloads from wid-edit.el 31407;;; Generated autoloads from wid-edit.el
31406 31408
31407(autoload 'widgetp "wid-edit" "\ 31409(autoload 'widgetp "wid-edit" "\
@@ -31444,8 +31446,8 @@ Setup current buffer so editing string widgets works.
31444;;;*** 31446;;;***
31445 31447
31446;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31448;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
31447;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19636 31449;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19752
31448;;;;;; 58496)) 31450;;;;;; 41642))
31449;;; Generated autoloads from windmove.el 31451;;; Generated autoloads from windmove.el
31450 31452
31451(autoload 'windmove-left "windmove" "\ 31453(autoload 'windmove-left "windmove" "\
@@ -31498,7 +31500,7 @@ Default MODIFIER is 'shift.
31498;;;*** 31500;;;***
31499 31501
31500;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 31502;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
31501;;;;;; (19636 58496)) 31503;;;;;; (19752 41642))
31502;;; Generated autoloads from winner.el 31504;;; Generated autoloads from winner.el
31503 31505
31504(defvar winner-mode nil "\ 31506(defvar winner-mode nil "\
@@ -31517,7 +31519,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31517;;;*** 31519;;;***
31518 31520
31519;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31521;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31520;;;;;; "woman" "woman.el" (19652 24589)) 31522;;;;;; "woman" "woman.el" (19752 41642))
31521;;; Generated autoloads from woman.el 31523;;; Generated autoloads from woman.el
31522 31524
31523(defvar woman-locale nil "\ 31525(defvar woman-locale nil "\
@@ -31561,7 +31563,7 @@ decompress the file if appropriate. See the documentation for the
31561;;;*** 31563;;;***
31562 31564
31563;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31565;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
31564;;;;;; (19636 58496)) 31566;;;;;; (19752 41642))
31565;;; Generated autoloads from emulation/ws-mode.el 31567;;; Generated autoloads from emulation/ws-mode.el
31566 31568
31567(autoload 'wordstar-mode "ws-mode" "\ 31569(autoload 'wordstar-mode "ws-mode" "\
@@ -31673,7 +31675,7 @@ The key bindings are:
31673 31675
31674;;;*** 31676;;;***
31675 31677
31676;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19636 58496)) 31678;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19752 41642))
31677;;; Generated autoloads from net/xesam.el 31679;;; Generated autoloads from net/xesam.el
31678 31680
31679(autoload 'xesam-search "xesam" "\ 31681(autoload 'xesam-search "xesam" "\
@@ -31693,7 +31695,7 @@ Example:
31693;;;*** 31695;;;***
31694 31696
31695;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 31697;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
31696;;;;;; (19636 58496)) 31698;;;;;; (19752 41642))
31697;;; Generated autoloads from xml.el 31699;;; Generated autoloads from xml.el
31698 31700
31699(autoload 'xml-parse-file "xml" "\ 31701(autoload 'xml-parse-file "xml" "\
@@ -31719,7 +31721,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
31719;;;*** 31721;;;***
31720 31722
31721;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 31723;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
31722;;;;;; "nxml/xmltok.el" (19636 58496)) 31724;;;;;; "nxml/xmltok.el" (19752 41642))
31723;;; Generated autoloads from nxml/xmltok.el 31725;;; Generated autoloads from nxml/xmltok.el
31724 31726
31725(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 31727(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -31737,8 +31739,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
31737 31739
31738;;;*** 31740;;;***
31739 31741
31740;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19636 31742;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19752
31741;;;;;; 58496)) 31743;;;;;; 41642))
31742;;; Generated autoloads from xt-mouse.el 31744;;; Generated autoloads from xt-mouse.el
31743 31745
31744(defvar xterm-mouse-mode nil "\ 31746(defvar xterm-mouse-mode nil "\
@@ -31767,7 +31769,7 @@ down the SHIFT key while pressing the mouse button.
31767;;;*** 31769;;;***
31768 31770
31769;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 31771;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
31770;;;;;; "gnus/yenc.el" (19636 58496)) 31772;;;;;; "gnus/yenc.el" (19752 41642))
31771;;; Generated autoloads from gnus/yenc.el 31773;;; Generated autoloads from gnus/yenc.el
31772 31774
31773(autoload 'yenc-decode-region "yenc" "\ 31775(autoload 'yenc-decode-region "yenc" "\
@@ -31783,7 +31785,7 @@ Extract file name from an yenc header.
31783;;;*** 31785;;;***
31784 31786
31785;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 31787;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31786;;;;;; yow) "yow" "play/yow.el" (19636 58496)) 31788;;;;;; yow) "yow" "play/yow.el" (19752 41642))
31787;;; Generated autoloads from play/yow.el 31789;;; Generated autoloads from play/yow.el
31788 31790
31789(autoload 'yow "yow" "\ 31791(autoload 'yow "yow" "\
@@ -31809,7 +31811,7 @@ Zippy goes to the analyst.
31809 31811
31810;;;*** 31812;;;***
31811 31813
31812;;;### (autoloads (zone) "zone" "play/zone.el" (19636 58496)) 31814;;;### (autoloads (zone) "zone" "play/zone.el" (19752 41642))
31813;;; Generated autoloads from play/zone.el 31815;;; Generated autoloads from play/zone.el
31814 31816
31815(autoload 'zone "zone" "\ 31817(autoload 'zone "zone" "\
@@ -32011,8 +32013,8 @@ Zone out, completely.
32011;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 32013;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
32012;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 32014;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32013;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" 32015;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
32014;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19714 32016;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19761
32015;;;;;; 25843 484853)) 32017;;;;;; 5801 21534))
32016 32018
32017;;;*** 32019;;;***
32018 32020
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 1ca2e4b8dd1..370999dabf8 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4287,7 +4287,7 @@ With prefix argument N moves forward N messages with these labels.
4287 4287
4288;;;*** 4288;;;***
4289 4289
4290;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "420a9c4619672f1f60f675126fbc9c08") 4290;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "7f6ad821b4543a18139fee9250beea5c")
4291;;; Generated autoloads from rmailmm.el 4291;;; Generated autoloads from rmailmm.el
4292 4292
4293(autoload 'rmail-mime "rmailmm" "\ 4293(autoload 'rmail-mime "rmailmm" "\
diff --git a/lisp/version.el b/lisp/version.el
index 1187fea50df..083722d2dd7 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
32(defconst emacs-copyright "Copyright (C) 2011 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2011 Free Software Foundation, Inc." "\
33Short copyright string for this version of Emacs.") 33Short copyright string for this version of Emacs.")
34 34
35(defconst emacs-version "23.2.91" "\ 35(defconst emacs-version "23.2.92" "\
36Version numbers of this version of Emacs.") 36Version numbers of this version of Emacs.")
37 37
38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ 38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index 64601ba5aa4..53be1dc385a 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 23.2.91 Copyright (C) 2011 Free Software Foundation, Inc.</string> 556 <string>Emacs 23.2.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>23.2.91</string> 569 <string>23.2.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 20636e09304..76bb53e1843 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 23.2.91"; 4CFBundleShortVersionString = "Version 23.2.92";
5CFBundleGetInfoString = "Emacs version 23.2.91, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 23.2.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 ae42df1873e..8de3ae4e96b 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=23.2.91 4Version=23.2.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 a9963f3651b..a61db8c0f14 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 = "23.2.91"; 5 ApplicationRelease = "23.2.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 23.2.91, NS Windowing"; 16 FullVersionID = "Emacs 23.2.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/emacs.rc b/nt/emacs.rc
index 5cb2d3516d9..af149c5c878 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 23,2,91,0 10 FILEVERSION 23,2,92,0
11 PRODUCTVERSION 23,2,91,0 11 PRODUCTVERSION 23,2,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", "23, 2, 91, 0\0" 28 VALUE "FileVersion", "23, 2, 92, 0\0"
29 VALUE "InternalName", "Emacs\0" 29 VALUE "InternalName", "Emacs\0"
30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0" 30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 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", "23, 2, 91, 0\0" 33 VALUE "ProductVersion", "23, 2, 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 a5dc2d91915..b8acf03fea1 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 23,2,91,0 8 FILEVERSION 23,2,92,0
9 PRODUCTVERSION 23,2,91,0 9 PRODUCTVERSION 23,2,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", "23, 2, 91, 0\0" 26 VALUE "FileVersion", "23, 2, 92, 0\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 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", "23, 2, 91, 0\0" 31 VALUE "ProductVersion", "23, 2, 92, 0\0"
32 VALUE "OLESelfRegister", "\0" 32 VALUE "OLESelfRegister", "\0"
33 END 33 END
34 END 34 END