aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-04-19 21:29:37 -0400
committerChong Yidong2010-04-19 21:29:37 -0400
commit958631c4cc36e766b98c05b05735cb83dce6fbb8 (patch)
treeb2f6caf3bea3fa1436c550ee635cf835b34e2ac5
parentaa5789b56b42c6fda3454c11f8c16b3e20a26db4 (diff)
downloademacs-958631c4cc36e766b98c05b05735cb83dce6fbb8.tar.gz
emacs-958631c4cc36e766b98c05b05735cb83dce6fbb8.zip
Bump version to 23.1.96.emacs-pretest-23.1.96
-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/AUTHORS24
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lisp/ldefs-boot.el1478
-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
20 files changed, 802 insertions, 770 deletions
diff --git a/README b/README
index 41e12e0e0e8..ef38327dcb5 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.1.95 of GNU Emacs, the extensible, 6This directory tree holds version 23.1.96 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 35515707f49..977510ee2e0 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.62 for emacs 23.1.95. 3# Generated by GNU Autoconf 2.62 for emacs 23.1.96.
4# 4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
594# Identity of this package. 594# Identity of this package.
595PACKAGE_NAME='emacs' 595PACKAGE_NAME='emacs'
596PACKAGE_TARNAME='emacs' 596PACKAGE_TARNAME='emacs'
597PACKAGE_VERSION='23.1.95' 597PACKAGE_VERSION='23.1.96'
598PACKAGE_STRING='emacs 23.1.95' 598PACKAGE_STRING='emacs 23.1.96'
599PACKAGE_BUGREPORT='' 599PACKAGE_BUGREPORT=''
600 600
601ac_unique_file="src/lisp.h" 601ac_unique_file="src/lisp.h"
@@ -1371,7 +1371,7 @@ if test "$ac_init_help" = "long"; then
1371 # Omit some internal or obsolete options to make the list less imposing. 1371 # Omit some internal or obsolete options to make the list less imposing.
1372 # This message is too long to be a string in the A/UX 3.1 sh. 1372 # This message is too long to be a string in the A/UX 3.1 sh.
1373 cat <<_ACEOF 1373 cat <<_ACEOF
1374\`configure' configures emacs 23.1.95 to adapt to many kinds of systems. 1374\`configure' configures emacs 23.1.96 to adapt to many kinds of systems.
1375 1375
1376Usage: $0 [OPTION]... [VAR=VALUE]... 1376Usage: $0 [OPTION]... [VAR=VALUE]...
1377 1377
@@ -1445,7 +1445,7 @@ fi
1445 1445
1446if test -n "$ac_init_help"; then 1446if test -n "$ac_init_help"; then
1447 case $ac_init_help in 1447 case $ac_init_help in
1448 short | recursive ) echo "Configuration of emacs 23.1.95:";; 1448 short | recursive ) echo "Configuration of emacs 23.1.96:";;
1449 esac 1449 esac
1450 cat <<\_ACEOF 1450 cat <<\_ACEOF
1451 1451
@@ -1588,7 +1588,7 @@ fi
1588test -n "$ac_init_help" && exit $ac_status 1588test -n "$ac_init_help" && exit $ac_status
1589if $ac_init_version; then 1589if $ac_init_version; then
1590 cat <<\_ACEOF 1590 cat <<\_ACEOF
1591emacs configure 23.1.95 1591emacs configure 23.1.96
1592generated by GNU Autoconf 2.62 1592generated by GNU Autoconf 2.62
1593 1593
1594Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1594Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1602,7 +1602,7 @@ cat >config.log <<_ACEOF
1602This file contains any messages produced by compilers while 1602This file contains any messages produced by compilers while
1603running configure, to aid debugging if configure makes a mistake. 1603running configure, to aid debugging if configure makes a mistake.
1604 1604
1605It was created by emacs $as_me 23.1.95, which was 1605It was created by emacs $as_me 23.1.96, which was
1606generated by GNU Autoconf 2.62. Invocation command line was 1606generated by GNU Autoconf 2.62. Invocation command line was
1607 1607
1608 $ $0 $@ 1608 $ $0 $@
@@ -26259,7 +26259,7 @@ exec 6>&1
26259# report actual input values of CONFIG_FILES etc. instead of their 26259# report actual input values of CONFIG_FILES etc. instead of their
26260# values after options handling. 26260# values after options handling.
26261ac_log=" 26261ac_log="
26262This file was extended by emacs $as_me 23.1.95, which was 26262This file was extended by emacs $as_me 23.1.96, which was
26263generated by GNU Autoconf 2.62. Invocation command line was 26263generated by GNU Autoconf 2.62. Invocation command line was
26264 26264
26265 CONFIG_FILES = $CONFIG_FILES 26265 CONFIG_FILES = $CONFIG_FILES
@@ -26312,7 +26312,7 @@ Report bugs to <bug-autoconf@gnu.org>."
26312_ACEOF 26312_ACEOF
26313cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 26313cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26314ac_cs_version="\\ 26314ac_cs_version="\\
26315emacs config.status 23.1.95 26315emacs config.status 23.1.96
26316configured by $0, generated by GNU Autoconf 2.62, 26316configured by $0, generated by GNU Autoconf 2.62,
26317 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 26317 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26318 26318
diff --git a/configure.in b/configure.in
index d513705e495..2315c267052 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.1.95) 25AC_INIT(emacs, 23.1.96)
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 4205079a236..ec7c426448a 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.1.95 8@set EMACSVER 23.1.96
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 03bca57387b..2ad1ed0d4e6 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.1.95 14@center Emacs Version 23.1.96
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 195827edf43..96f963f5d1a 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.1.95 11@set EMACSVER 23.1.96
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 d08239c5269..a76ba8dc6c1 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.1.95 30@set EMACSVER 23.1.96
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 70992eeb036..6615c0314ff 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.1.95 30@set EMACSVER 23.1.96
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 488d247c2b5..69c78e14e0e 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.1.95" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.96"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi
index 460022f6e8e..32d7e82c3b2 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.1.95 8@set VER 23.1.96
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 dca566f75ad..be6320374b2 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -435,8 +435,8 @@ Chong Yidong: wrote redisplay-testsuite.el
435and co-wrote longlines.el 435and co-wrote longlines.el
436and changed xdisp.c simple.el files.el display.texi frames.texi 436and changed xdisp.c simple.el files.el display.texi frames.texi
437 files.texi emacs.texi keyboard.c cus-edit.el faces.el xterm.c 437 files.texi emacs.texi keyboard.c cus-edit.el faces.el xterm.c
438 Makefile.in xfaces.c font.c startup.el xfns.c misc.texi image.c 438 Makefile.in xfaces.c font.c misc.texi startup.el xfns.c image.c
439 compile.el custom.texi text.texi and 633 other files 439 compile.el custom.texi text.texi and 635 other files
440 440
441Chris Chase: co-wrote idlw-shell.el idlwave.el 441Chris Chase: co-wrote idlw-shell.el idlwave.el
442 442
@@ -1002,7 +1002,7 @@ Flemming Hoejstrup Hansen: changed forms.el
1002Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi 1002Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi
1003 mm-decode.el mm-util.el 1003 mm-decode.el mm-util.el
1004 1004
1005Francesc Rocher: changed startup.el MORE.STUFF cus-start.el gnus.el 1005Francesc Rocher: changed MORE.STUFF startup.el cus-start.el gnus.el
1006 gnus.png gnus.svg macterm.c splash.png splash.svg splash8.xpm w32term.c 1006 gnus.png gnus.svg macterm.c splash.png splash.svg splash8.xpm w32term.c
1007 xdisp.c xterm.c 1007 xdisp.c xterm.c
1008 1008
@@ -1131,9 +1131,9 @@ Giuseppe Scrivano: changed buffer.c configure.in sysdep.c xsmfns.c
1131Glenn Morris: wrote check-declare.el 1131Glenn Morris: wrote check-declare.el
1132and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el 1132and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el
1133 cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in 1133 cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in
1134 cal-islam.el bytecomp.el calendar.texi cal-bahai.el files.el appt.el 1134 cal-islam.el bytecomp.el calendar.texi cal-bahai.el emacs.texi files.el
1135 cal-china.el emacs.texi rmailsum.el simple.el startup.el 1135 appt.el cal-china.el rmailsum.el simple.el startup.el
1136 and 975 other files 1136 and 976 other files
1137 1137
1138Glynn Clements: wrote gamegrid.el snake.el tetris.el 1138Glynn Clements: wrote gamegrid.el snake.el tetris.el
1139 1139
@@ -1346,7 +1346,7 @@ Jan Djärv: wrote dnd.el font-setting.el x-dnd.el
1346and changed gtkutil.c xterm.c xfns.c configure.in xterm.h xmenu.c 1346and changed gtkutil.c xterm.c xfns.c configure.in xterm.h xmenu.c
1347 x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in 1347 x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in
1348 emacs.c xselect.c xresources.texi startup.el alloc.c cus-start.el 1348 emacs.c xselect.c xresources.texi startup.el alloc.c cus-start.el
1349 xlwmenu.c process.c and 203 other files 1349 xlwmenu.c frame.h and 203 other files
1350 1350
1351Jan Moringen: co-wrote cpp.el 1351Jan Moringen: co-wrote cpp.el
1352 1352
@@ -1635,7 +1635,7 @@ and changed files.el perl-mode.el
1635Juanma Barranquero: changed makefile.w32-in subr.el files.el faces.el 1635Juanma Barranquero: changed makefile.w32-in subr.el files.el faces.el
1636 bs.el help-fns.el w32fns.c org.el server.el simple.el emacsclient.c 1636 bs.el help-fns.el w32fns.c org.el server.el simple.el emacsclient.c
1637 desktop.el buffer.c mule-cmds.el ido.el window.c xdisp.c allout.el 1637 desktop.el buffer.c mule-cmds.el ido.el window.c xdisp.c allout.el
1638 keyboard.c replace.el eval.c and 930 other files 1638 keyboard.c replace.el eval.c and 932 other files
1639 1639
1640Juergen Hoetzel: changed url-handlers.el 1640Juergen Hoetzel: changed url-handlers.el
1641 1641
@@ -1657,7 +1657,7 @@ Juri Linkov: wrote files-x.el misearch.el
1657and changed info.el isearch.el simple.el replace.el dired-aux.el 1657and changed info.el isearch.el simple.el replace.el dired-aux.el
1658 startup.el grep.el compile.el dired.el files.el faces.el display.texi 1658 startup.el grep.el compile.el dired.el files.el faces.el display.texi
1659 menu-bar.el descr-text.el cus-edit.el bindings.el man.el image-mode.el 1659 menu-bar.el descr-text.el cus-edit.el bindings.el man.el image-mode.el
1660 ispell.el text.texi dired-x.el and 280 other files 1660 ispell.el text.texi dired-x.el and 281 other files
1661 1661
1662Justin Bogner: changed fortune.el 1662Justin Bogner: changed fortune.el
1663 1663
@@ -1969,7 +1969,7 @@ Maciek Pasternacki: changed nnrss.el
1969Magnus Henoch: changed url-http.el ispell.el url.el dbusbind.c dns.el 1969Magnus Henoch: changed url-http.el ispell.el url.el dbusbind.c dns.el
1970 url-gw.el url-parse.el url-proxy.el autoinsert.el cl.texi configure.in 1970 url-gw.el url-parse.el url-proxy.el autoinsert.el cl.texi configure.in
1971 cyrillic.el dbus.el gnus.texi hashcash.el log-edit.el message.el 1971 cyrillic.el dbus.el gnus.texi hashcash.el log-edit.el message.el
1972 org-latex.el org-table.el process.c rcirc.el and 7 other files 1972 org-latex.el org-table.el process.c rcirc.el and 8 other files
1973 1973
1974Malcolm Purvis: changed spam-stat.el 1974Malcolm Purvis: changed spam-stat.el
1975 1975
@@ -2432,7 +2432,7 @@ Oscar Figueiredo: wrote eudc-bob.el eudc-export.el eudc-hotlist.el
2432 eudc-vars.el eudc.el eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el ldap.el 2432 eudc-vars.el eudc.el eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el ldap.el
2433and changed ph.el 2433and changed ph.el
2434 2434
2435Óscar Fuentes: changed emacsclient.c ido.el vc-bzr.el 2435Óscar Fuentes: changed ido.el emacsclient.c vc-bzr.el
2436 2436
2437P. E. Jareth Hein: changed gnus-util.el 2437P. E. Jareth Hein: changed gnus-util.el
2438 2438
@@ -3080,7 +3080,7 @@ Teodor Zlatanov: wrote auth-source.el gnus-registry.el imap-hash.el
3080and changed spam.el gnus.el gnus-sum.el gnus.texi nnimap.el netrc.el 3080and changed spam.el gnus.el gnus-sum.el gnus.texi nnimap.el netrc.el
3081 spam-stat.el gnus-start.el gnus-util.el nnmail.el encrypt.el message.el 3081 spam-stat.el gnus-start.el gnus-util.el nnmail.el encrypt.el message.el
3082 gnus-encrypt.el mail-source.el assistant.el auth.texi imap.el 3082 gnus-encrypt.el mail-source.el assistant.el auth.texi imap.el
3083 nnbabyl.el nnfolder.el nnmbox.el nnmh.el and 48 other files 3083 nnbabyl.el nnfolder.el nnmbox.el nnmh.el and 51 other files
3084 3084
3085Terje Rosten: changed xfns.c version.el xterm.c xterm.h 3085Terje Rosten: changed xfns.c version.el xterm.c xterm.h
3086 3086
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 131cca7fdd7..0c4870f2fff 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.1.95 25VERSION = 23.1.96
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 d4ccb4ceea7..980c3fd2517 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" (19352 21350)) 8;;;;;; "play/5x5.el" (19383 49278))
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;;;;;; (19352 21350)) 68;;;;;; (19383 49278))
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;;;;;; (19352 21362)) 79;;;;;; (19383 49276))
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;;;;;; (19352 21350)) 99;;;;;; (19383 49278))
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;;;;;; (19352 21350)) 110;;;;;; (19383 49278))
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" (19352 124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (19383
125;;;;;; 21350)) 125;;;;;; 49278))
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" (19352 21362)) 264;;;;;; "advice" "emacs-lisp/advice.el" (19383 49276))
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" (19352 21350)) 407;;;;;; align) "align" "align.el" (19383 49278))
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;;;;;; (19352 21350)) 497;;;;;; (19383 49278))
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" (19352 21362)) 804;;;;;; "net/ange-ftp.el" (19383 49276))
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" (19352 21350)) 826;;;;;; "animate" "play/animate.el" (19383 49278))
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" (19352 21350)) 854;;;;;; "ansi-color" "ansi-color.el" (19383 49278))
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" (19352 21350)) 880;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19383 49278))
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" (19352 21350)) 917;;;;;; "appt" "calendar/appt.el" (19383 49278))
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" "\
@@ -954,7 +954,7 @@ ARG is positive, otherwise off.
954 954
955;;;### (autoloads (apropos-documentation apropos-value apropos-library 955;;;### (autoloads (apropos-documentation apropos-value apropos-library
956;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 956;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
957;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19352 21350)) 957;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19383 49278))
958;;; Generated autoloads from apropos.el 958;;; Generated autoloads from apropos.el
959 959
960(autoload 'apropos-read-pattern "apropos" "\ 960(autoload 'apropos-read-pattern "apropos" "\
@@ -1057,8 +1057,8 @@ Returns list of symbols and documentation found.
1057 1057
1058;;;*** 1058;;;***
1059 1059
1060;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19352 1060;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19383
1061;;;;;; 21362)) 1061;;;;;; 49276))
1062;;; Generated autoloads from arc-mode.el 1062;;; Generated autoloads from arc-mode.el
1063 1063
1064(autoload 'archive-mode "arc-mode" "\ 1064(autoload 'archive-mode "arc-mode" "\
@@ -1078,7 +1078,7 @@ archive.
1078 1078
1079;;;*** 1079;;;***
1080 1080
1081;;;### (autoloads (array-mode) "array" "array.el" (19352 21350)) 1081;;;### (autoloads (array-mode) "array" "array.el" (19383 49278))
1082;;; Generated autoloads from array.el 1082;;; Generated autoloads from array.el
1083 1083
1084(autoload 'array-mode "array" "\ 1084(autoload 'array-mode "array" "\
@@ -1149,8 +1149,8 @@ Entering array mode calls the function `array-mode-hook'.
1149 1149
1150;;;*** 1150;;;***
1151 1151
1152;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19378 1152;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19383
1153;;;;;; 33860)) 1153;;;;;; 49276))
1154;;; Generated autoloads from textmodes/artist.el 1154;;; Generated autoloads from textmodes/artist.el
1155 1155
1156(autoload 'artist-mode "artist" "\ 1156(autoload 'artist-mode "artist" "\
@@ -1356,8 +1356,8 @@ Keymap summary
1356 1356
1357;;;*** 1357;;;***
1358 1358
1359;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19352 1359;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19383
1360;;;;;; 21350)) 1360;;;;;; 49278))
1361;;; Generated autoloads from progmodes/asm-mode.el 1361;;; Generated autoloads from progmodes/asm-mode.el
1362 1362
1363(autoload 'asm-mode "asm-mode" "\ 1363(autoload 'asm-mode "asm-mode" "\
@@ -1385,7 +1385,7 @@ Special commands:
1385;;;*** 1385;;;***
1386 1386
1387;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1387;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1388;;;;;; (19352 21350)) 1388;;;;;; (19383 49278))
1389;;; Generated autoloads from autoarg.el 1389;;; Generated autoloads from autoarg.el
1390 1390
1391(defvar autoarg-mode nil "\ 1391(defvar autoarg-mode nil "\
@@ -1439,7 +1439,7 @@ etc. to supply digit arguments.
1439;;;*** 1439;;;***
1440 1440
1441;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1441;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1442;;;;;; (19352 21350)) 1442;;;;;; (19383 49278))
1443;;; Generated autoloads from progmodes/autoconf.el 1443;;; Generated autoloads from progmodes/autoconf.el
1444 1444
1445(autoload 'autoconf-mode "autoconf" "\ 1445(autoload 'autoconf-mode "autoconf" "\
@@ -1450,7 +1450,7 @@ Major mode for editing Autoconf configure.in files.
1450;;;*** 1450;;;***
1451 1451
1452;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1452;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1453;;;;;; "autoinsert" "autoinsert.el" (19352 21350)) 1453;;;;;; "autoinsert" "autoinsert.el" (19383 49278))
1454;;; Generated autoloads from autoinsert.el 1454;;; Generated autoloads from autoinsert.el
1455 1455
1456(autoload 'auto-insert "autoinsert" "\ 1456(autoload 'auto-insert "autoinsert" "\
@@ -1489,7 +1489,7 @@ insert a template for the file depending on the mode of the buffer.
1489 1489
1490;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1490;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1491;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1491;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1492;;;;;; (19352 21350)) 1492;;;;;; (19383 49278))
1493;;; Generated autoloads from emacs-lisp/autoload.el 1493;;; Generated autoloads from emacs-lisp/autoload.el
1494 1494
1495(put 'generated-autoload-file 'safe-local-variable 'stringp) 1495(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1528,7 +1528,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1528 1528
1529;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1529;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1530;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1530;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1531;;;;;; "autorevert" "autorevert.el" (19352 21350)) 1531;;;;;; "autorevert" "autorevert.el" (19383 49278))
1532;;; Generated autoloads from autorevert.el 1532;;; Generated autoloads from autorevert.el
1533 1533
1534(autoload 'auto-revert-mode "autorevert" "\ 1534(autoload 'auto-revert-mode "autorevert" "\
@@ -1609,7 +1609,7 @@ specifies in the mode line.
1609;;;*** 1609;;;***
1610 1610
1611;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1611;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1612;;;;;; "avoid.el" (19352 21350)) 1612;;;;;; "avoid.el" (19383 49278))
1613;;; Generated autoloads from avoid.el 1613;;; Generated autoloads from avoid.el
1614 1614
1615(defvar mouse-avoidance-mode nil "\ 1615(defvar mouse-avoidance-mode nil "\
@@ -1650,7 +1650,7 @@ definition of \"random distance\".)
1650;;;*** 1650;;;***
1651 1651
1652;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1652;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1653;;;;;; (19352 21350)) 1653;;;;;; (19383 49278))
1654;;; Generated autoloads from battery.el 1654;;; Generated autoloads from battery.el
1655 (put 'battery-mode-line-string 'risky-local-variable t) 1655 (put 'battery-mode-line-string 'risky-local-variable t)
1656 1656
@@ -1682,7 +1682,7 @@ seconds.
1682;;;*** 1682;;;***
1683 1683
1684;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1684;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1685;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19352 21350)) 1685;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19383 49278))
1686;;; Generated autoloads from emacs-lisp/benchmark.el 1686;;; Generated autoloads from emacs-lisp/benchmark.el
1687 1687
1688(autoload 'benchmark-run "benchmark" "\ 1688(autoload 'benchmark-run "benchmark" "\
@@ -1715,7 +1715,7 @@ For non-interactive use see also `benchmark-run' and
1715;;;*** 1715;;;***
1716 1716
1717;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1717;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1718;;;;;; "bibtex" "textmodes/bibtex.el" (19352 21350)) 1718;;;;;; "bibtex" "textmodes/bibtex.el" (19383 49278))
1719;;; Generated autoloads from textmodes/bibtex.el 1719;;; Generated autoloads from textmodes/bibtex.el
1720 1720
1721(autoload 'bibtex-initialize "bibtex" "\ 1721(autoload 'bibtex-initialize "bibtex" "\
@@ -1802,7 +1802,7 @@ mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1802;;;*** 1802;;;***
1803 1803
1804;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1804;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1805;;;;;; (19352 21350)) 1805;;;;;; (19383 49278))
1806;;; Generated autoloads from textmodes/bibtex-style.el 1806;;; Generated autoloads from textmodes/bibtex-style.el
1807 (add-to-list 'auto-mode-alist (cons (purecopy "\\.bst\\'") 'bibtex-style-mode)) 1807 (add-to-list 'auto-mode-alist (cons (purecopy "\\.bst\\'") 'bibtex-style-mode))
1808 1808
@@ -1815,7 +1815,7 @@ Major mode for editing BibTeX style files.
1815 1815
1816;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1816;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1817;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1817;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1818;;;;;; (19352 21350)) 1818;;;;;; (19383 49278))
1819;;; Generated autoloads from mail/binhex.el 1819;;; Generated autoloads from mail/binhex.el
1820 1820
1821(defconst binhex-begin-line "^:...............................................................$") 1821(defconst binhex-begin-line "^:...............................................................$")
@@ -1838,8 +1838,8 @@ Binhex decode region between START and END.
1838 1838
1839;;;*** 1839;;;***
1840 1840
1841;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19352 1841;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19383
1842;;;;;; 21350)) 1842;;;;;; 49278))
1843;;; Generated autoloads from play/blackbox.el 1843;;; Generated autoloads from play/blackbox.el
1844 1844
1845(autoload 'blackbox "blackbox" "\ 1845(autoload 'blackbox "blackbox" "\
@@ -1962,7 +1962,7 @@ a reflection.
1962;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 1962;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
1963;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 1963;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
1964;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 1964;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
1965;;;;;; "bookmark.el" (19352 21362)) 1965;;;;;; "bookmark.el" (19383 49276))
1966;;; Generated autoloads from bookmark.el 1966;;; Generated autoloads from bookmark.el
1967 (define-key ctl-x-r-map "b" 'bookmark-jump) 1967 (define-key ctl-x-r-map "b" 'bookmark-jump)
1968 (define-key ctl-x-r-map "m" 'bookmark-set) 1968 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2169,7 +2169,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2169;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 2169;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2170;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program 2170;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2171;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2171;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2172;;;;;; (19352 21350)) 2172;;;;;; (19383 49278))
2173;;; Generated autoloads from net/browse-url.el 2173;;; Generated autoloads from net/browse-url.el
2174 2174
2175(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)) "\ 2175(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)) "\
@@ -2499,8 +2499,8 @@ from `browse-url-elinks-wrapper'.
2499 2499
2500;;;*** 2500;;;***
2501 2501
2502;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19352 2502;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19383
2503;;;;;; 21350)) 2503;;;;;; 49278))
2504;;; Generated autoloads from play/bruce.el 2504;;; Generated autoloads from play/bruce.el
2505 2505
2506(autoload 'bruce "bruce" "\ 2506(autoload 'bruce "bruce" "\
@@ -2516,7 +2516,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2516;;;*** 2516;;;***
2517 2517
2518;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2518;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2519;;;;;; "bs" "bs.el" (19352 21350)) 2519;;;;;; "bs" "bs.el" (19383 49278))
2520;;; Generated autoloads from bs.el 2520;;; Generated autoloads from bs.el
2521 2521
2522(autoload 'bs-cycle-next "bs" "\ 2522(autoload 'bs-cycle-next "bs" "\
@@ -2556,7 +2556,7 @@ name of buffer configuration.
2556 2556
2557;;;*** 2557;;;***
2558 2558
2559;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19352 21350)) 2559;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19383 49278))
2560;;; Generated autoloads from play/bubbles.el 2560;;; Generated autoloads from play/bubbles.el
2561 2561
2562(autoload 'bubbles "bubbles" "\ 2562(autoload 'bubbles "bubbles" "\
@@ -2578,7 +2578,7 @@ columns on its right towards the left.
2578;;;*** 2578;;;***
2579 2579
2580;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2580;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2581;;;;;; "progmodes/bug-reference.el" (19352 21350)) 2581;;;;;; "progmodes/bug-reference.el" (19383 49278))
2582;;; Generated autoloads from progmodes/bug-reference.el 2582;;; Generated autoloads from progmodes/bug-reference.el
2583 2583
2584(put 'bug-reference-url-format 'safe-local-variable 'stringp) 2584(put 'bug-reference-url-format 'safe-local-variable 'stringp)
@@ -2600,7 +2600,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2600;;;;;; compile-defun byte-compile-file byte-recompile-directory 2600;;;;;; compile-defun byte-compile-file byte-recompile-directory
2601;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning 2601;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning
2602;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el" 2602;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el"
2603;;;;;; (19352 21350)) 2603;;;;;; (19383 49278))
2604;;; Generated autoloads from emacs-lisp/bytecomp.el 2604;;; Generated autoloads from emacs-lisp/bytecomp.el
2605(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2605(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2606(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2606(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2724,8 +2724,8 @@ and corresponding effects.
2724 2724
2725;;;*** 2725;;;***
2726 2726
2727;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19352 2727;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19383
2728;;;;;; 21350)) 2728;;;;;; 49278))
2729;;; Generated autoloads from calendar/cal-china.el 2729;;; Generated autoloads from calendar/cal-china.el
2730 2730
2731(put 'calendar-chinese-time-zone 'risky-local-variable t) 2731(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2734,7 +2734,7 @@ and corresponding effects.
2734 2734
2735;;;*** 2735;;;***
2736 2736
2737;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19352 21350)) 2737;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19383 49278))
2738;;; Generated autoloads from calendar/cal-dst.el 2738;;; Generated autoloads from calendar/cal-dst.el
2739 2739
2740(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2740(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2746,7 +2746,7 @@ and corresponding effects.
2746;;;*** 2746;;;***
2747 2747
2748;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2748;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2749;;;;;; (19352 21360)) 2749;;;;;; (19383 49284))
2750;;; Generated autoloads from calendar/cal-hebrew.el 2750;;; Generated autoloads from calendar/cal-hebrew.el
2751 2751
2752(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2752(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2762,8 +2762,8 @@ from the cursor position.
2762 2762
2763;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2763;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2764;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2764;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2765;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19352 2765;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19383
2766;;;;;; 21350)) 2766;;;;;; 49278))
2767;;; Generated autoloads from calc/calc.el 2767;;; Generated autoloads from calc/calc.el
2768 (define-key ctl-x-map "*" 'calc-dispatch) 2768 (define-key ctl-x-map "*" 'calc-dispatch)
2769 2769
@@ -2845,8 +2845,8 @@ See Info node `(calc)Defining Functions'.
2845 2845
2846;;;*** 2846;;;***
2847 2847
2848;;;### (autoloads (calculator) "calculator" "calculator.el" (19352 2848;;;### (autoloads (calculator) "calculator" "calculator.el" (19383
2849;;;;;; 21359)) 2849;;;;;; 49277))
2850;;; Generated autoloads from calculator.el 2850;;; Generated autoloads from calculator.el
2851 2851
2852(autoload 'calculator "calculator" "\ 2852(autoload 'calculator "calculator" "\
@@ -2857,8 +2857,8 @@ See the documentation for `calculator-mode' for more information.
2857 2857
2858;;;*** 2858;;;***
2859 2859
2860;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19352 2860;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19383
2861;;;;;; 21350)) 2861;;;;;; 49278))
2862;;; Generated autoloads from calendar/calendar.el 2862;;; Generated autoloads from calendar/calendar.el
2863 2863
2864(autoload 'calendar "calendar" "\ 2864(autoload 'calendar "calendar" "\
@@ -2902,7 +2902,7 @@ This function is suitable for execution in a .emacs file.
2902;;;*** 2902;;;***
2903 2903
2904;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2904;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2905;;;;;; "gnus/canlock.el" (19352 21350)) 2905;;;;;; "gnus/canlock.el" (19383 49278))
2906;;; Generated autoloads from gnus/canlock.el 2906;;; Generated autoloads from gnus/canlock.el
2907 2907
2908(autoload 'canlock-insert-header "canlock" "\ 2908(autoload 'canlock-insert-header "canlock" "\
@@ -2920,7 +2920,7 @@ it fails.
2920;;;*** 2920;;;***
2921 2921
2922;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 2922;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2923;;;;;; (19352 21350)) 2923;;;;;; (19383 49278))
2924;;; Generated autoloads from progmodes/cap-words.el 2924;;; Generated autoloads from progmodes/cap-words.el
2925 2925
2926(autoload 'capitalized-words-mode "cap-words" "\ 2926(autoload 'capitalized-words-mode "cap-words" "\
@@ -2955,15 +2955,15 @@ Obsoletes `c-forward-into-nomenclature'.
2955 2955
2956;;;*** 2956;;;***
2957 2957
2958;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19352 2958;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19383
2959;;;;;; 21350)) 2959;;;;;; 49278))
2960;;; Generated autoloads from progmodes/cc-compat.el 2960;;; Generated autoloads from progmodes/cc-compat.el
2961(put 'c-indent-level 'safe-local-variable 'integerp) 2961(put 'c-indent-level 'safe-local-variable 'integerp)
2962 2962
2963;;;*** 2963;;;***
2964 2964
2965;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2965;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2966;;;;;; (19367 42950)) 2966;;;;;; (19396 34127))
2967;;; Generated autoloads from progmodes/cc-engine.el 2967;;; Generated autoloads from progmodes/cc-engine.el
2968 2968
2969(autoload 'c-guess-basic-syntax "cc-engine" "\ 2969(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -2975,7 +2975,7 @@ Return the syntactic context of the current line.
2975 2975
2976;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2976;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2977;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2977;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2978;;;;;; (19352 21360)) 2978;;;;;; (19396 34127))
2979;;; Generated autoloads from progmodes/cc-mode.el 2979;;; Generated autoloads from progmodes/cc-mode.el
2980 2980
2981(autoload 'c-initialize-cc-mode "cc-mode" "\ 2981(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3135,7 +3135,7 @@ Key bindings:
3135;;;*** 3135;;;***
3136 3136
3137;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3137;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3138;;;;;; "progmodes/cc-styles.el" (19352 21350)) 3138;;;;;; "progmodes/cc-styles.el" (19383 49278))
3139;;; Generated autoloads from progmodes/cc-styles.el 3139;;; Generated autoloads from progmodes/cc-styles.el
3140 3140
3141(autoload 'c-set-style "cc-styles" "\ 3141(autoload 'c-set-style "cc-styles" "\
@@ -3186,7 +3186,7 @@ and exists only for compatibility reasons.
3186 3186
3187;;;*** 3187;;;***
3188 3188
3189;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19352 21350)) 3189;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19383 49278))
3190;;; Generated autoloads from progmodes/cc-vars.el 3190;;; Generated autoloads from progmodes/cc-vars.el
3191(put 'c-basic-offset 'safe-local-variable 'integerp) 3191(put 'c-basic-offset 'safe-local-variable 'integerp)
3192(put 'c-backslash-column 'safe-local-variable 'integerp) 3192(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3196,7 +3196,7 @@ and exists only for compatibility reasons.
3196 3196
3197;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3197;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3198;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3198;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3199;;;;;; (19352 21350)) 3199;;;;;; (19383 49278))
3200;;; Generated autoloads from international/ccl.el 3200;;; Generated autoloads from international/ccl.el
3201 3201
3202(autoload 'ccl-compile "ccl" "\ 3202(autoload 'ccl-compile "ccl" "\
@@ -3455,7 +3455,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3455;;;*** 3455;;;***
3456 3456
3457;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3457;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3458;;;;;; (19352 21350)) 3458;;;;;; (19383 49278))
3459;;; Generated autoloads from progmodes/cfengine.el 3459;;; Generated autoloads from progmodes/cfengine.el
3460 3460
3461(autoload 'cfengine-mode "cfengine" "\ 3461(autoload 'cfengine-mode "cfengine" "\
@@ -3470,7 +3470,7 @@ to the action header.
3470;;;*** 3470;;;***
3471 3471
3472;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3472;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3473;;;;;; "emacs-lisp/check-declare.el" (19352 21351)) 3473;;;;;; "emacs-lisp/check-declare.el" (19383 49278))
3474;;; Generated autoloads from emacs-lisp/check-declare.el 3474;;; Generated autoloads from emacs-lisp/check-declare.el
3475 3475
3476(autoload 'check-declare-file "check-declare" "\ 3476(autoload 'check-declare-file "check-declare" "\
@@ -3495,7 +3495,7 @@ Returns non-nil if any false statements are found.
3495;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3495;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3496;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3496;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3497;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3497;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3498;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19352 21351)) 3498;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19383 49278))
3499;;; Generated autoloads from emacs-lisp/checkdoc.el 3499;;; Generated autoloads from emacs-lisp/checkdoc.el
3500(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3500(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3501(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3501(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3690,7 +3690,7 @@ checking of documentation strings.
3690 3690
3691;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3691;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3692;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3692;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3693;;;;;; "language/china-util.el" (19352 21351)) 3693;;;;;; "language/china-util.el" (19383 49278))
3694;;; Generated autoloads from language/china-util.el 3694;;; Generated autoloads from language/china-util.el
3695 3695
3696(autoload 'decode-hz-region "china-util" "\ 3696(autoload 'decode-hz-region "china-util" "\
@@ -3728,7 +3728,7 @@ Not documented
3728;;;*** 3728;;;***
3729 3729
3730;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3730;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3731;;;;;; "chistory" "chistory.el" (19352 21351)) 3731;;;;;; "chistory" "chistory.el" (19383 49278))
3732;;; Generated autoloads from chistory.el 3732;;; Generated autoloads from chistory.el
3733 3733
3734(autoload 'repeat-matching-complex-command "chistory" "\ 3734(autoload 'repeat-matching-complex-command "chistory" "\
@@ -3767,7 +3767,7 @@ and runs the normal hook `command-history-hook'.
3767 3767
3768;;;*** 3768;;;***
3769 3769
3770;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19352 21351)) 3770;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19383 49278))
3771;;; Generated autoloads from emacs-lisp/cl.el 3771;;; Generated autoloads from emacs-lisp/cl.el
3772 3772
3773(defvar custom-print-functions nil "\ 3773(defvar custom-print-functions nil "\
@@ -3783,7 +3783,7 @@ a future Emacs interpreter will be able to use it.")
3783;;;*** 3783;;;***
3784 3784
3785;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3785;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3786;;;;;; (19352 21351)) 3786;;;;;; (19383 49278))
3787;;; Generated autoloads from emacs-lisp/cl-indent.el 3787;;; Generated autoloads from emacs-lisp/cl-indent.el
3788 3788
3789(autoload 'common-lisp-indent-function "cl-indent" "\ 3789(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -3862,7 +3862,7 @@ For example, the function `case' has an indent property
3862;;;*** 3862;;;***
3863 3863
3864;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3864;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3865;;;;;; (19352 21352)) 3865;;;;;; (19383 49278))
3866;;; Generated autoloads from progmodes/cmacexp.el 3866;;; Generated autoloads from progmodes/cmacexp.el
3867 3867
3868(autoload 'c-macro-expand "cmacexp" "\ 3868(autoload 'c-macro-expand "cmacexp" "\
@@ -3882,8 +3882,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3882 3882
3883;;;*** 3883;;;***
3884 3884
3885;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19352 3885;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19383
3886;;;;;; 21352)) 3886;;;;;; 49278))
3887;;; Generated autoloads from cmuscheme.el 3887;;; Generated autoloads from cmuscheme.el
3888 3888
3889(autoload 'run-scheme "cmuscheme" "\ 3889(autoload 'run-scheme "cmuscheme" "\
@@ -3907,7 +3907,7 @@ is run).
3907;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3907;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3908;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3908;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3909;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3909;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3910;;;;;; (19352 21352)) 3910;;;;;; (19383 49278))
3911;;; Generated autoloads from comint.el 3911;;; Generated autoloads from comint.el
3912 3912
3913(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3913(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -3999,8 +3999,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
3999 3999
4000;;;*** 4000;;;***
4001 4001
4002;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (19352 4002;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (19383
4003;;;;;; 21352)) 4003;;;;;; 49278))
4004;;; Generated autoloads from compare-w.el 4004;;; Generated autoloads from compare-w.el
4005 4005
4006(autoload 'compare-windows "compare-w" "\ 4006(autoload 'compare-windows "compare-w" "\
@@ -4037,8 +4037,8 @@ on third call it again advances points to the next difference and so on.
4037;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4037;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4038;;;;;; compile compilation-disable-input compile-command compilation-search-path 4038;;;;;; compile compilation-disable-input compile-command compilation-search-path
4039;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4039;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4040;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19352 4040;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19383
4041;;;;;; 21360)) 4041;;;;;; 49284))
4042;;; Generated autoloads from progmodes/compile.el 4042;;; Generated autoloads from progmodes/compile.el
4043 4043
4044(defvar compilation-mode-hook nil "\ 4044(defvar compilation-mode-hook nil "\
@@ -4216,7 +4216,7 @@ This is the value of `next-error-function' in Compilation buffers.
4216;;;*** 4216;;;***
4217 4217
4218;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4218;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4219;;;;;; (19352 21352)) 4219;;;;;; (19383 49278))
4220;;; Generated autoloads from complete.el 4220;;; Generated autoloads from complete.el
4221 4221
4222(defvar partial-completion-mode nil "\ 4222(defvar partial-completion-mode nil "\
@@ -4258,7 +4258,7 @@ second TAB brings up the `*Completions*' buffer.
4258;;;*** 4258;;;***
4259 4259
4260;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4260;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4261;;;;;; (19352 21352)) 4261;;;;;; (19383 49278))
4262;;; Generated autoloads from completion.el 4262;;; Generated autoloads from completion.el
4263 4263
4264(defvar dynamic-completion-mode nil "\ 4264(defvar dynamic-completion-mode nil "\
@@ -4280,7 +4280,7 @@ Enable dynamic word-completion.
4280;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4280;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4281;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4281;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4282;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4282;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4283;;;;;; (19352 21353)) 4283;;;;;; (19383 49278))
4284;;; Generated autoloads from textmodes/conf-mode.el 4284;;; Generated autoloads from textmodes/conf-mode.el
4285 4285
4286(autoload 'conf-mode "conf-mode" "\ 4286(autoload 'conf-mode "conf-mode" "\
@@ -4436,7 +4436,7 @@ For details see `conf-mode'. Example:
4436;;;*** 4436;;;***
4437 4437
4438;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4438;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4439;;;;;; "cookie1" "play/cookie1.el" (19352 21353)) 4439;;;;;; "cookie1" "play/cookie1.el" (19383 49278))
4440;;; Generated autoloads from play/cookie1.el 4440;;; Generated autoloads from play/cookie1.el
4441 4441
4442(autoload 'cookie "cookie1" "\ 4442(autoload 'cookie "cookie1" "\
@@ -4468,8 +4468,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4468;;;*** 4468;;;***
4469 4469
4470;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4470;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4471;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19352 4471;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19383
4472;;;;;; 21353)) 4472;;;;;; 49278))
4473;;; Generated autoloads from emacs-lisp/copyright.el 4473;;; Generated autoloads from emacs-lisp/copyright.el
4474 4474
4475(autoload 'copyright-update "copyright" "\ 4475(autoload 'copyright-update "copyright" "\
@@ -4502,7 +4502,7 @@ Update copyright notice for all files in DIRECTORY matching MATCH.
4502;;;*** 4502;;;***
4503 4503
4504;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4504;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4505;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19352 21353)) 4505;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19383 49278))
4506;;; Generated autoloads from progmodes/cperl-mode.el 4506;;; Generated autoloads from progmodes/cperl-mode.el
4507(put 'cperl-indent-level 'safe-local-variable 'integerp) 4507(put 'cperl-indent-level 'safe-local-variable 'integerp)
4508(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4508(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4701,7 +4701,7 @@ Run a `perldoc' on the word around point.
4701;;;*** 4701;;;***
4702 4702
4703;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4703;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4704;;;;;; (19352 21353)) 4704;;;;;; (19383 49278))
4705;;; Generated autoloads from progmodes/cpp.el 4705;;; Generated autoloads from progmodes/cpp.el
4706 4706
4707(autoload 'cpp-highlight-buffer "cpp" "\ 4707(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4720,7 +4720,7 @@ Edit display information for cpp conditionals.
4720;;;*** 4720;;;***
4721 4721
4722;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4722;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4723;;;;;; (19352 21353)) 4723;;;;;; (19383 49278))
4724;;; Generated autoloads from emulation/crisp.el 4724;;; Generated autoloads from emulation/crisp.el
4725 4725
4726(defvar crisp-mode nil "\ 4726(defvar crisp-mode nil "\
@@ -4744,7 +4744,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4744;;;*** 4744;;;***
4745 4745
4746;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4746;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4747;;;;;; (19352 21353)) 4747;;;;;; (19383 49278))
4748;;; Generated autoloads from emacs-lisp/crm.el 4748;;; Generated autoloads from emacs-lisp/crm.el
4749 4749
4750(autoload 'completing-read-multiple "crm" "\ 4750(autoload 'completing-read-multiple "crm" "\
@@ -4779,8 +4779,8 @@ INHERIT-INPUT-METHOD.
4779 4779
4780;;;*** 4780;;;***
4781 4781
4782;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19352 4782;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19392
4783;;;;;; 21353)) 4783;;;;;; 42395))
4784;;; Generated autoloads from textmodes/css-mode.el 4784;;; Generated autoloads from textmodes/css-mode.el
4785 (add-to-list 'auto-mode-alist (cons (purecopy "\\.css\\'") 'css-mode)) 4785 (add-to-list 'auto-mode-alist (cons (purecopy "\\.css\\'") 'css-mode))
4786 4786
@@ -4792,7 +4792,7 @@ Major mode to edit Cascading Style Sheets.
4792;;;*** 4792;;;***
4793 4793
4794;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4794;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4795;;;;;; (19352 21353)) 4795;;;;;; (19383 49279))
4796;;; Generated autoloads from emulation/cua-base.el 4796;;; Generated autoloads from emulation/cua-base.el
4797 4797
4798(defvar cua-mode nil "\ 4798(defvar cua-mode nil "\
@@ -4851,7 +4851,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4851;;;;;; customize-mode customize customize-save-variable customize-set-variable 4851;;;;;; customize-mode customize customize-save-variable customize-set-variable
4852;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4852;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4853;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4853;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4854;;;;;; (19359 48895)) 4854;;;;;; (19383 49276))
4855;;; Generated autoloads from cus-edit.el 4855;;; Generated autoloads from cus-edit.el
4856 4856
4857(defvar custom-browse-sort-alphabetically nil "\ 4857(defvar custom-browse-sort-alphabetically nil "\
@@ -5149,7 +5149,7 @@ The format is suitable for use with `easy-menu-define'.
5149;;;*** 5149;;;***
5150 5150
5151;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5151;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5152;;;;;; (19352 21353)) 5152;;;;;; (19383 49279))
5153;;; Generated autoloads from cus-theme.el 5153;;; Generated autoloads from cus-theme.el
5154 5154
5155(autoload 'customize-create-theme "cus-theme" "\ 5155(autoload 'customize-create-theme "cus-theme" "\
@@ -5160,7 +5160,7 @@ Create a custom theme.
5160;;;*** 5160;;;***
5161 5161
5162;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5162;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5163;;;;;; (19352 21353)) 5163;;;;;; (19383 49279))
5164;;; Generated autoloads from cvs-status.el 5164;;; Generated autoloads from cvs-status.el
5165 5165
5166(autoload 'cvs-status-mode "cvs-status" "\ 5166(autoload 'cvs-status-mode "cvs-status" "\
@@ -5171,7 +5171,7 @@ Mode used for cvs status output.
5171;;;*** 5171;;;***
5172 5172
5173;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5173;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5174;;;;;; "cwarn" "progmodes/cwarn.el" (19352 21353)) 5174;;;;;; "cwarn" "progmodes/cwarn.el" (19383 49279))
5175;;; Generated autoloads from progmodes/cwarn.el 5175;;; Generated autoloads from progmodes/cwarn.el
5176 5176
5177(autoload 'cwarn-mode "cwarn" "\ 5177(autoload 'cwarn-mode "cwarn" "\
@@ -5218,7 +5218,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5218 5218
5219;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5219;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5220;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5220;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5221;;;;;; (19352 21353)) 5221;;;;;; (19383 49279))
5222;;; Generated autoloads from language/cyril-util.el 5222;;; Generated autoloads from language/cyril-util.el
5223 5223
5224(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5224(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5247,7 +5247,7 @@ If the argument is nil, we return the display table to its standard state.
5247;;;*** 5247;;;***
5248 5248
5249;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5249;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5250;;;;;; (19352 21353)) 5250;;;;;; (19383 49279))
5251;;; Generated autoloads from dabbrev.el 5251;;; Generated autoloads from dabbrev.el
5252(put 'dabbrev-case-fold-search 'risky-local-variable t) 5252(put 'dabbrev-case-fold-search 'risky-local-variable t)
5253(put 'dabbrev-case-replace 'risky-local-variable t) 5253(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5294,7 +5294,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5294;;;*** 5294;;;***
5295 5295
5296;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5296;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5297;;;;;; (19352 21362)) 5297;;;;;; (19383 49276))
5298;;; Generated autoloads from cedet/data-debug.el 5298;;; Generated autoloads from cedet/data-debug.el
5299 5299
5300(autoload 'data-debug-new-buffer "data-debug" "\ 5300(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5304,8 +5304,8 @@ Create a new data-debug buffer with NAME.
5304 5304
5305;;;*** 5305;;;***
5306 5306
5307;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19352 5307;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19383
5308;;;;;; 21361)) 5308;;;;;; 49284))
5309;;; Generated autoloads from net/dbus.el 5309;;; Generated autoloads from net/dbus.el
5310 5310
5311(autoload 'dbus-handle-event "dbus" "\ 5311(autoload 'dbus-handle-event "dbus" "\
@@ -5318,8 +5318,8 @@ If the HANDLER returns an `dbus-error', it is propagated as return message.
5318 5318
5319;;;*** 5319;;;***
5320 5320
5321;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19352 5321;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19383
5322;;;;;; 21353)) 5322;;;;;; 49279))
5323;;; Generated autoloads from progmodes/dcl-mode.el 5323;;; Generated autoloads from progmodes/dcl-mode.el
5324 5324
5325(autoload 'dcl-mode "dcl-mode" "\ 5325(autoload 'dcl-mode "dcl-mode" "\
@@ -5446,7 +5446,7 @@ There is some minimal font-lock support (see vars
5446;;;*** 5446;;;***
5447 5447
5448;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5448;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5449;;;;;; "emacs-lisp/debug.el" (19352 21353)) 5449;;;;;; "emacs-lisp/debug.el" (19383 49279))
5450;;; Generated autoloads from emacs-lisp/debug.el 5450;;; Generated autoloads from emacs-lisp/debug.el
5451 5451
5452(setq debugger 'debug) 5452(setq debugger 'debug)
@@ -5490,7 +5490,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5490;;;*** 5490;;;***
5491 5491
5492;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5492;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5493;;;;;; (19352 21353)) 5493;;;;;; (19383 49279))
5494;;; Generated autoloads from play/decipher.el 5494;;; Generated autoloads from play/decipher.el
5495 5495
5496(autoload 'decipher "decipher" "\ 5496(autoload 'decipher "decipher" "\
@@ -5519,8 +5519,8 @@ The most useful commands are:
5519;;;*** 5519;;;***
5520 5520
5521;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5521;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5522;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19352 5522;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19383
5523;;;;;; 21362)) 5523;;;;;; 49276))
5524;;; Generated autoloads from delim-col.el 5524;;; Generated autoloads from delim-col.el
5525 5525
5526(autoload 'delimit-columns-customize "delim-col" "\ 5526(autoload 'delimit-columns-customize "delim-col" "\
@@ -5544,8 +5544,8 @@ START and END delimits the corners of text rectangle.
5544 5544
5545;;;*** 5545;;;***
5546 5546
5547;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19352 5547;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19383
5548;;;;;; 21353)) 5548;;;;;; 49279))
5549;;; Generated autoloads from progmodes/delphi.el 5549;;; Generated autoloads from progmodes/delphi.el
5550 5550
5551(autoload 'delphi-mode "delphi" "\ 5551(autoload 'delphi-mode "delphi" "\
@@ -5596,8 +5596,8 @@ no args, if that value is non-nil.
5596 5596
5597;;;*** 5597;;;***
5598 5598
5599;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19352 5599;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19383
5600;;;;;; 21353)) 5600;;;;;; 49279))
5601;;; Generated autoloads from delsel.el 5601;;; Generated autoloads from delsel.el
5602 5602
5603(defalias 'pending-delete-mode 'delete-selection-mode) 5603(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5626,7 +5626,7 @@ any selection.
5626;;;*** 5626;;;***
5627 5627
5628;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5628;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5629;;;;;; "derived" "emacs-lisp/derived.el" (19352 21353)) 5629;;;;;; "derived" "emacs-lisp/derived.el" (19383 49279))
5630;;; Generated autoloads from emacs-lisp/derived.el 5630;;; Generated autoloads from emacs-lisp/derived.el
5631 5631
5632(autoload 'define-derived-mode "derived" "\ 5632(autoload 'define-derived-mode "derived" "\
@@ -5691,7 +5691,7 @@ the first time the mode is used.
5691;;;*** 5691;;;***
5692 5692
5693;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5693;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5694;;;;;; "descr-text.el" (19352 21353)) 5694;;;;;; "descr-text.el" (19383 49279))
5695;;; Generated autoloads from descr-text.el 5695;;; Generated autoloads from descr-text.el
5696 5696
5697(autoload 'describe-text-properties "descr-text" "\ 5697(autoload 'describe-text-properties "descr-text" "\
@@ -5719,7 +5719,7 @@ as well as widgets, buttons, overlays, and text properties.
5719;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5719;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5720;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5720;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5721;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5721;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5722;;;;;; "desktop.el" (19370 51420)) 5722;;;;;; "desktop.el" (19383 49279))
5723;;; Generated autoloads from desktop.el 5723;;; Generated autoloads from desktop.el
5724 5724
5725(defvar desktop-save-mode nil "\ 5725(defvar desktop-save-mode nil "\
@@ -5903,7 +5903,7 @@ Revert to the last loaded desktop.
5903 5903
5904;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 5904;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
5905;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 5905;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
5906;;;;;; "deuglify" "gnus/deuglify.el" (19352 21353)) 5906;;;;;; "deuglify" "gnus/deuglify.el" (19383 49279))
5907;;; Generated autoloads from gnus/deuglify.el 5907;;; Generated autoloads from gnus/deuglify.el
5908 5908
5909(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 5909(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -5936,7 +5936,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5936;;;*** 5936;;;***
5937 5937
5938;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5938;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5939;;;;;; "calendar/diary-lib.el" (19352 21360)) 5939;;;;;; "calendar/diary-lib.el" (19383 49276))
5940;;; Generated autoloads from calendar/diary-lib.el 5940;;; Generated autoloads from calendar/diary-lib.el
5941 5941
5942(autoload 'diary "diary-lib" "\ 5942(autoload 'diary "diary-lib" "\
@@ -5979,7 +5979,7 @@ Major mode for editing the diary file.
5979;;;*** 5979;;;***
5980 5980
5981;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 5981;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5982;;;;;; "diff.el" (19352 21353)) 5982;;;;;; "diff.el" (19383 49279))
5983;;; Generated autoloads from diff.el 5983;;; Generated autoloads from diff.el
5984 5984
5985(defvar diff-switches (purecopy "-c") "\ 5985(defvar diff-switches (purecopy "-c") "\
@@ -6017,7 +6017,7 @@ With prefix arg, prompt for diff switches.
6017;;;*** 6017;;;***
6018 6018
6019;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6019;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6020;;;;;; (19352 21353)) 6020;;;;;; (19383 49279))
6021;;; Generated autoloads from diff-mode.el 6021;;; Generated autoloads from diff-mode.el
6022 6022
6023(autoload 'diff-mode "diff-mode" "\ 6023(autoload 'diff-mode "diff-mode" "\
@@ -6045,7 +6045,7 @@ Minor mode for viewing/editing context diffs.
6045 6045
6046;;;*** 6046;;;***
6047 6047
6048;;;### (autoloads (dig) "dig" "net/dig.el" (19352 21353)) 6048;;;### (autoloads (dig) "dig" "net/dig.el" (19383 49279))
6049;;; Generated autoloads from net/dig.el 6049;;; Generated autoloads from net/dig.el
6050 6050
6051(autoload 'dig "dig" "\ 6051(autoload 'dig "dig" "\
@@ -6058,7 +6058,7 @@ Optional arguments are passed to `dig-invoke'.
6058 6058
6059;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect 6059;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect
6060;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames 6060;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames
6061;;;;;; dired-listing-switches) "dired" "dired.el" (19352 21360)) 6061;;;;;; dired-listing-switches) "dired" "dired.el" (19383 49276))
6062;;; Generated autoloads from dired.el 6062;;; Generated autoloads from dired.el
6063 6063
6064(defvar dired-listing-switches (purecopy "-al") "\ 6064(defvar dired-listing-switches (purecopy "-al") "\
@@ -6203,7 +6203,7 @@ Keybindings:
6203;;;*** 6203;;;***
6204 6204
6205;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6205;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6206;;;;;; (19352 21360)) 6206;;;;;; (19383 49276))
6207;;; Generated autoloads from dirtrack.el 6207;;; Generated autoloads from dirtrack.el
6208 6208
6209(autoload 'dirtrack-mode "dirtrack" "\ 6209(autoload 'dirtrack-mode "dirtrack" "\
@@ -6229,8 +6229,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6229 6229
6230;;;*** 6230;;;***
6231 6231
6232;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19352 6232;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19383
6233;;;;;; 21353)) 6233;;;;;; 49279))
6234;;; Generated autoloads from emacs-lisp/disass.el 6234;;; Generated autoloads from emacs-lisp/disass.el
6235 6235
6236(autoload 'disassemble "disass" "\ 6236(autoload 'disassemble "disass" "\
@@ -6249,7 +6249,7 @@ redefine OBJECT if it is a symbol.
6249;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6249;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6250;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6250;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6251;;;;;; set-display-table-slot display-table-slot make-display-table) 6251;;;;;; set-display-table-slot display-table-slot make-display-table)
6252;;;;;; "disp-table" "disp-table.el" (19352 21353)) 6252;;;;;; "disp-table" "disp-table.el" (19383 49279))
6253;;; Generated autoloads from disp-table.el 6253;;; Generated autoloads from disp-table.el
6254 6254
6255(autoload 'make-display-table "disp-table" "\ 6255(autoload 'make-display-table "disp-table" "\
@@ -6361,7 +6361,7 @@ in `.emacs'.
6361;;;*** 6361;;;***
6362 6362
6363;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6363;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6364;;;;;; (19352 21353)) 6364;;;;;; (19383 49279))
6365;;; Generated autoloads from play/dissociate.el 6365;;; Generated autoloads from play/dissociate.el
6366 6366
6367(autoload 'dissociated-press "dissociate" "\ 6367(autoload 'dissociated-press "dissociate" "\
@@ -6377,7 +6377,7 @@ Default is 2.
6377 6377
6378;;;*** 6378;;;***
6379 6379
6380;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19352 21353)) 6380;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19383 49279))
6381;;; Generated autoloads from dnd.el 6381;;; Generated autoloads from dnd.el
6382 6382
6383(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)) "\ 6383(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)) "\
@@ -6398,7 +6398,7 @@ if some action was made, or nil if the URL is ignored.")
6398;;;*** 6398;;;***
6399 6399
6400;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6400;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6401;;;;;; "textmodes/dns-mode.el" (19352 21353)) 6401;;;;;; "textmodes/dns-mode.el" (19383 49279))
6402;;; Generated autoloads from textmodes/dns-mode.el 6402;;; Generated autoloads from textmodes/dns-mode.el
6403 6403
6404(autoload 'dns-mode "dns-mode" "\ 6404(autoload 'dns-mode "dns-mode" "\
@@ -6423,7 +6423,7 @@ Locate SOA record and increment the serial field.
6423;;;*** 6423;;;***
6424 6424
6425;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6425;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
6426;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19352 21362)) 6426;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19383 49276))
6427;;; Generated autoloads from doc-view.el 6427;;; Generated autoloads from doc-view.el
6428 6428
6429(autoload 'doc-view-mode-p "doc-view" "\ 6429(autoload 'doc-view-mode-p "doc-view" "\
@@ -6458,7 +6458,7 @@ Not documented
6458 6458
6459;;;*** 6459;;;***
6460 6460
6461;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19352 21353)) 6461;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19383 49279))
6462;;; Generated autoloads from play/doctor.el 6462;;; Generated autoloads from play/doctor.el
6463 6463
6464(autoload 'doctor "doctor" "\ 6464(autoload 'doctor "doctor" "\
@@ -6468,7 +6468,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6468 6468
6469;;;*** 6469;;;***
6470 6470
6471;;;### (autoloads (double-mode) "double" "double.el" (19352 21353)) 6471;;;### (autoloads (double-mode) "double" "double.el" (19383 49279))
6472;;; Generated autoloads from double.el 6472;;; Generated autoloads from double.el
6473 6473
6474(autoload 'double-mode "double" "\ 6474(autoload 'double-mode "double" "\
@@ -6483,7 +6483,7 @@ when pressed twice. See variable `double-map' for details.
6483 6483
6484;;;*** 6484;;;***
6485 6485
6486;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19352 21353)) 6486;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19383 49279))
6487;;; Generated autoloads from play/dunnet.el 6487;;; Generated autoloads from play/dunnet.el
6488 6488
6489(autoload 'dunnet "dunnet" "\ 6489(autoload 'dunnet "dunnet" "\
@@ -6494,7 +6494,7 @@ Switch to *dungeon* buffer and start game.
6494;;;*** 6494;;;***
6495 6495
6496;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 6496;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6497;;;;;; (19352 21353)) 6497;;;;;; (19383 49279))
6498;;; Generated autoloads from gnus/earcon.el 6498;;; Generated autoloads from gnus/earcon.el
6499 6499
6500(autoload 'gnus-earcon-display "earcon" "\ 6500(autoload 'gnus-earcon-display "earcon" "\
@@ -6506,7 +6506,7 @@ Play sounds in message buffers.
6506 6506
6507;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6507;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6508;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6508;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6509;;;;;; "emacs-lisp/easy-mmode.el" (19352 21353)) 6509;;;;;; "emacs-lisp/easy-mmode.el" (19383 49279))
6510;;; Generated autoloads from emacs-lisp/easy-mmode.el 6510;;; Generated autoloads from emacs-lisp/easy-mmode.el
6511 6511
6512(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6512(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6611,8 +6611,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6611;;;*** 6611;;;***
6612 6612
6613;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6613;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6614;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19352 6614;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19383
6615;;;;;; 21353)) 6615;;;;;; 49279))
6616;;; Generated autoloads from emacs-lisp/easymenu.el 6616;;; Generated autoloads from emacs-lisp/easymenu.el
6617 6617
6618(put 'easy-menu-define 'lisp-indent-function 'defun) 6618(put 'easy-menu-define 'lisp-indent-function 'defun)
@@ -6766,7 +6766,7 @@ To implement dynamic menus, either call this from
6766;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 6766;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
6767;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 6767;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
6768;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 6768;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
6769;;;;;; "progmodes/ebnf2ps.el" (19352 21353)) 6769;;;;;; "progmodes/ebnf2ps.el" (19383 49279))
6770;;; Generated autoloads from progmodes/ebnf2ps.el 6770;;; Generated autoloads from progmodes/ebnf2ps.el
6771 6771
6772(autoload 'ebnf-customize "ebnf2ps" "\ 6772(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7040,8 +7040,8 @@ See `ebnf-style-database' documentation.
7040;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7040;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7041;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7041;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7042;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7042;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7043;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19352 7043;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19383
7044;;;;;; 21353)) 7044;;;;;; 49279))
7045;;; Generated autoloads from progmodes/ebrowse.el 7045;;; Generated autoloads from progmodes/ebrowse.el
7046 7046
7047(autoload 'ebrowse-tree-mode "ebrowse" "\ 7047(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7192,7 +7192,7 @@ Display statistics for a class tree.
7192;;;*** 7192;;;***
7193 7193
7194;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7194;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7195;;;;;; (19352 21353)) 7195;;;;;; (19383 49279))
7196;;; Generated autoloads from ebuff-menu.el 7196;;; Generated autoloads from ebuff-menu.el
7197 7197
7198(autoload 'electric-buffer-list "ebuff-menu" "\ 7198(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7217,7 +7217,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7217;;;*** 7217;;;***
7218 7218
7219;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7219;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7220;;;;;; "echistory.el" (19352 21353)) 7220;;;;;; "echistory.el" (19383 49279))
7221;;; Generated autoloads from echistory.el 7221;;; Generated autoloads from echistory.el
7222 7222
7223(autoload 'Electric-command-history-redo-expression "echistory" "\ 7223(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7229,7 +7229,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7229;;;*** 7229;;;***
7230 7230
7231;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7231;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7232;;;;;; (19352 21353)) 7232;;;;;; (19383 49279))
7233;;; Generated autoloads from gnus/ecomplete.el 7233;;; Generated autoloads from gnus/ecomplete.el
7234 7234
7235(autoload 'ecomplete-setup "ecomplete" "\ 7235(autoload 'ecomplete-setup "ecomplete" "\
@@ -7239,7 +7239,7 @@ Not documented
7239 7239
7240;;;*** 7240;;;***
7241 7241
7242;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19352 21362)) 7242;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19383 49276))
7243;;; Generated autoloads from cedet/ede.el 7243;;; Generated autoloads from cedet/ede.el
7244 7244
7245(defvar global-ede-mode nil "\ 7245(defvar global-ede-mode nil "\
@@ -7265,7 +7265,7 @@ an EDE controlled project.
7265 7265
7266;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7266;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7267;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7267;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7268;;;;;; "emacs-lisp/edebug.el" (19352 21353)) 7268;;;;;; "emacs-lisp/edebug.el" (19383 49279))
7269;;; Generated autoloads from emacs-lisp/edebug.el 7269;;; Generated autoloads from emacs-lisp/edebug.el
7270 7270
7271(defvar edebug-all-defs nil "\ 7271(defvar edebug-all-defs nil "\
@@ -7338,7 +7338,7 @@ Toggle edebugging of all forms.
7338;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7338;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7339;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7339;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7340;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7340;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7341;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19352 21353)) 7341;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19383 49279))
7342;;; Generated autoloads from ediff.el 7342;;; Generated autoloads from ediff.el
7343 7343
7344(autoload 'ediff-files "ediff" "\ 7344(autoload 'ediff-files "ediff" "\
@@ -7570,7 +7570,7 @@ With optional NODE, goes to that node.
7570;;;*** 7570;;;***
7571 7571
7572;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 7572;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
7573;;;;;; (19352 21353)) 7573;;;;;; (19383 49279))
7574;;; Generated autoloads from ediff-help.el 7574;;; Generated autoloads from ediff-help.el
7575 7575
7576(autoload 'ediff-customize "ediff-help" "\ 7576(autoload 'ediff-customize "ediff-help" "\
@@ -7581,7 +7581,7 @@ Not documented
7581;;;*** 7581;;;***
7582 7582
7583;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7583;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7584;;;;;; (19352 21353)) 7584;;;;;; (19383 49279))
7585;;; Generated autoloads from ediff-mult.el 7585;;; Generated autoloads from ediff-mult.el
7586 7586
7587(autoload 'ediff-show-registry "ediff-mult" "\ 7587(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7594,7 +7594,7 @@ Display Ediff's registry.
7594;;;*** 7594;;;***
7595 7595
7596;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7596;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7597;;;;;; "ediff-util" "ediff-util.el" (19352 21360)) 7597;;;;;; "ediff-util" "ediff-util.el" (19383 49276))
7598;;; Generated autoloads from ediff-util.el 7598;;; Generated autoloads from ediff-util.el
7599 7599
7600(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7600(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7615,7 +7615,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7615 7615
7616;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7616;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7617;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7617;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7618;;;;;; (19352 21353)) 7618;;;;;; (19383 49279))
7619;;; Generated autoloads from edmacro.el 7619;;; Generated autoloads from edmacro.el
7620 7620
7621(defvar edmacro-eight-bits nil "\ 7621(defvar edmacro-eight-bits nil "\
@@ -7668,7 +7668,7 @@ or nil, use a compact 80-column format.
7668;;;*** 7668;;;***
7669 7669
7670;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7670;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7671;;;;;; "emulation/edt.el" (19352 21353)) 7671;;;;;; "emulation/edt.el" (19383 49279))
7672;;; Generated autoloads from emulation/edt.el 7672;;; Generated autoloads from emulation/edt.el
7673 7673
7674(autoload 'edt-set-scroll-margins "edt" "\ 7674(autoload 'edt-set-scroll-margins "edt" "\
@@ -7686,7 +7686,7 @@ Turn on EDT Emulation.
7686;;;*** 7686;;;***
7687 7687
7688;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7688;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7689;;;;;; (19352 21353)) 7689;;;;;; (19383 49279))
7690;;; Generated autoloads from ehelp.el 7690;;; Generated autoloads from ehelp.el
7691 7691
7692(autoload 'with-electric-help "ehelp" "\ 7692(autoload 'with-electric-help "ehelp" "\
@@ -7723,7 +7723,7 @@ Not documented
7723;;;*** 7723;;;***
7724 7724
7725;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7725;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7726;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19352 21353)) 7726;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19383 49279))
7727;;; Generated autoloads from emacs-lisp/eldoc.el 7727;;; Generated autoloads from emacs-lisp/eldoc.el
7728 7728
7729(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 7729(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -7766,8 +7766,8 @@ Emacs Lisp mode) that support ElDoc.")
7766 7766
7767;;;*** 7767;;;***
7768 7768
7769;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19352 7769;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19383
7770;;;;;; 21353)) 7770;;;;;; 49279))
7771;;; Generated autoloads from elide-head.el 7771;;; Generated autoloads from elide-head.el
7772 7772
7773(autoload 'elide-head "elide-head" "\ 7773(autoload 'elide-head "elide-head" "\
@@ -7784,7 +7784,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7784 7784
7785;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 7785;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
7786;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 7786;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7787;;;;;; (19352 21361)) 7787;;;;;; (19383 49284))
7788;;; Generated autoloads from emacs-lisp/elint.el 7788;;; Generated autoloads from emacs-lisp/elint.el
7789 7789
7790(autoload 'elint-file "elint" "\ 7790(autoload 'elint-file "elint" "\
@@ -7820,8 +7820,8 @@ optional prefix argument REINIT is non-nil.
7820;;;*** 7820;;;***
7821 7821
7822;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7822;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7823;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19352 7823;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19383
7824;;;;;; 21353)) 7824;;;;;; 49279))
7825;;; Generated autoloads from emacs-lisp/elp.el 7825;;; Generated autoloads from emacs-lisp/elp.el
7826 7826
7827(autoload 'elp-instrument-function "elp" "\ 7827(autoload 'elp-instrument-function "elp" "\
@@ -7856,7 +7856,7 @@ displayed.
7856;;;*** 7856;;;***
7857 7857
7858;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 7858;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7859;;;;;; (19352 21353)) 7859;;;;;; (19383 49279))
7860;;; Generated autoloads from mail/emacsbug.el 7860;;; Generated autoloads from mail/emacsbug.el
7861 7861
7862(autoload 'report-emacs-bug "emacsbug" "\ 7862(autoload 'report-emacs-bug "emacsbug" "\
@@ -7871,7 +7871,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
7871;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7871;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7872;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7872;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7873;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7873;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7874;;;;;; "emerge.el" (19352 21353)) 7874;;;;;; "emerge.el" (19383 49279))
7875;;; Generated autoloads from emerge.el 7875;;; Generated autoloads from emerge.el
7876 7876
7877(autoload 'emerge-files "emerge" "\ 7877(autoload 'emerge-files "emerge" "\
@@ -7932,7 +7932,7 @@ Not documented
7932;;;*** 7932;;;***
7933 7933
7934;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 7934;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7935;;;;;; "enriched" "textmodes/enriched.el" (19352 21353)) 7935;;;;;; "enriched" "textmodes/enriched.el" (19383 49279))
7936;;; Generated autoloads from textmodes/enriched.el 7936;;; Generated autoloads from textmodes/enriched.el
7937 7937
7938(autoload 'enriched-mode "enriched" "\ 7938(autoload 'enriched-mode "enriched" "\
@@ -7967,8 +7967,8 @@ Not documented
7967;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 7967;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
7968;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 7968;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
7969;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 7969;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
7970;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19352 7970;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19383
7971;;;;;; 21353)) 7971;;;;;; 49279))
7972;;; Generated autoloads from epa.el 7972;;; Generated autoloads from epa.el
7973 7973
7974(autoload 'epa-list-keys "epa" "\ 7974(autoload 'epa-list-keys "epa" "\
@@ -8141,7 +8141,7 @@ Insert selected KEYS after the point.
8141;;;*** 8141;;;***
8142 8142
8143;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8143;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8144;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19352 21353)) 8144;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19383 49279))
8145;;; Generated autoloads from epa-dired.el 8145;;; Generated autoloads from epa-dired.el
8146 8146
8147(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8147(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8167,7 +8167,7 @@ Encrypt marked files.
8167;;;*** 8167;;;***
8168 8168
8169;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8169;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8170;;;;;; "epa-file" "epa-file.el" (19352 21353)) 8170;;;;;; "epa-file" "epa-file.el" (19383 49279))
8171;;; Generated autoloads from epa-file.el 8171;;; Generated autoloads from epa-file.el
8172 8172
8173(autoload 'epa-file-handler "epa-file" "\ 8173(autoload 'epa-file-handler "epa-file" "\
@@ -8189,7 +8189,7 @@ Not documented
8189 8189
8190;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8190;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8191;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8191;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8192;;;;;; "epa-mail" "epa-mail.el" (19352 21353)) 8192;;;;;; "epa-mail" "epa-mail.el" (19383 49279))
8193;;; Generated autoloads from epa-mail.el 8193;;; Generated autoloads from epa-mail.el
8194 8194
8195(autoload 'epa-mail-mode "epa-mail" "\ 8195(autoload 'epa-mail-mode "epa-mail" "\
@@ -8253,7 +8253,7 @@ Minor mode to hook EasyPG into Mail mode.
8253 8253
8254;;;*** 8254;;;***
8255 8255
8256;;;### (autoloads (epg-make-context) "epg" "epg.el" (19352 21353)) 8256;;;### (autoloads (epg-make-context) "epg" "epg.el" (19383 49279))
8257;;; Generated autoloads from epg.el 8257;;; Generated autoloads from epg.el
8258 8258
8259(autoload 'epg-make-context "epg" "\ 8259(autoload 'epg-make-context "epg" "\
@@ -8264,7 +8264,7 @@ Return a context object.
8264;;;*** 8264;;;***
8265 8265
8266;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8266;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8267;;;;;; "epg-config" "epg-config.el" (19352 21353)) 8267;;;;;; "epg-config" "epg-config.el" (19383 49279))
8268;;; Generated autoloads from epg-config.el 8268;;; Generated autoloads from epg-config.el
8269 8269
8270(autoload 'epg-configuration "epg-config" "\ 8270(autoload 'epg-configuration "epg-config" "\
@@ -8285,7 +8285,7 @@ Look at CONFIG and try to expand GROUP.
8285;;;*** 8285;;;***
8286 8286
8287;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8287;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8288;;;;;; "erc/erc.el" (19352 21360)) 8288;;;;;; "erc/erc.el" (19383 49276))
8289;;; Generated autoloads from erc/erc.el 8289;;; Generated autoloads from erc/erc.el
8290 8290
8291(autoload 'erc-select-read-args "erc" "\ 8291(autoload 'erc-select-read-args "erc" "\
@@ -8327,33 +8327,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8327 8327
8328;;;*** 8328;;;***
8329 8329
8330;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19352 8330;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19383
8331;;;;;; 21353)) 8331;;;;;; 49279))
8332;;; Generated autoloads from erc/erc-autoaway.el 8332;;; Generated autoloads from erc/erc-autoaway.el
8333 (autoload 'erc-autoaway-mode "erc-autoaway") 8333 (autoload 'erc-autoaway-mode "erc-autoaway")
8334 8334
8335;;;*** 8335;;;***
8336 8336
8337;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19352 21353)) 8337;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19383 49279))
8338;;; Generated autoloads from erc/erc-button.el 8338;;; Generated autoloads from erc/erc-button.el
8339 (autoload 'erc-button-mode "erc-button" nil t) 8339 (autoload 'erc-button-mode "erc-button" nil t)
8340 8340
8341;;;*** 8341;;;***
8342 8342
8343;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19352 21353)) 8343;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19383 49279))
8344;;; Generated autoloads from erc/erc-capab.el 8344;;; Generated autoloads from erc/erc-capab.el
8345 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8345 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8346 8346
8347;;;*** 8347;;;***
8348 8348
8349;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19352 21353)) 8349;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19383 49279))
8350;;; Generated autoloads from erc/erc-compat.el 8350;;; Generated autoloads from erc/erc-compat.el
8351 (autoload 'erc-define-minor-mode "erc-compat") 8351 (autoload 'erc-define-minor-mode "erc-compat")
8352 8352
8353;;;*** 8353;;;***
8354 8354
8355;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8355;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8356;;;;;; "erc-dcc" "erc/erc-dcc.el" (19352 21353)) 8356;;;;;; "erc-dcc" "erc/erc-dcc.el" (19383 49279))
8357;;; Generated autoloads from erc/erc-dcc.el 8357;;; Generated autoloads from erc/erc-dcc.el
8358 (autoload 'erc-dcc-mode "erc-dcc") 8358 (autoload 'erc-dcc-mode "erc-dcc")
8359 8359
@@ -8386,7 +8386,7 @@ that subcommand.
8386;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8386;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8387;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8387;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8388;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8388;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8389;;;;;; (19352 21354)) 8389;;;;;; (19383 49279))
8390;;; Generated autoloads from erc/erc-ezbounce.el 8390;;; Generated autoloads from erc/erc-ezbounce.el
8391 8391
8392(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8392(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8448,8 +8448,8 @@ Add EZBouncer convenience functions to ERC.
8448 8448
8449;;;*** 8449;;;***
8450 8450
8451;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19352 8451;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19383
8452;;;;;; 21354)) 8452;;;;;; 49279))
8453;;; Generated autoloads from erc/erc-fill.el 8453;;; Generated autoloads from erc/erc-fill.el
8454 (autoload 'erc-fill-mode "erc-fill" nil t) 8454 (autoload 'erc-fill-mode "erc-fill" nil t)
8455 8455
@@ -8461,15 +8461,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8461 8461
8462;;;*** 8462;;;***
8463 8463
8464;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19352 8464;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19383
8465;;;;;; 21354)) 8465;;;;;; 49279))
8466;;; Generated autoloads from erc/erc-hecomplete.el 8466;;; Generated autoloads from erc/erc-hecomplete.el
8467 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 8467 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
8468 8468
8469;;;*** 8469;;;***
8470 8470
8471;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8471;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8472;;;;;; "erc/erc-identd.el" (19352 21354)) 8472;;;;;; "erc/erc-identd.el" (19383 49279))
8473;;; Generated autoloads from erc/erc-identd.el 8473;;; Generated autoloads from erc/erc-identd.el
8474 (autoload 'erc-identd-mode "erc-identd") 8474 (autoload 'erc-identd-mode "erc-identd")
8475 8475
@@ -8491,7 +8491,7 @@ Not documented
8491;;;*** 8491;;;***
8492 8492
8493;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8493;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8494;;;;;; (19352 21354)) 8494;;;;;; (19383 49279))
8495;;; Generated autoloads from erc/erc-imenu.el 8495;;; Generated autoloads from erc/erc-imenu.el
8496 8496
8497(autoload 'erc-create-imenu-index "erc-imenu" "\ 8497(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8501,20 +8501,20 @@ Not documented
8501 8501
8502;;;*** 8502;;;***
8503 8503
8504;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19352 21354)) 8504;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19383 49279))
8505;;; Generated autoloads from erc/erc-join.el 8505;;; Generated autoloads from erc/erc-join.el
8506 (autoload 'erc-autojoin-mode "erc-join" nil t) 8506 (autoload 'erc-autojoin-mode "erc-join" nil t)
8507 8507
8508;;;*** 8508;;;***
8509 8509
8510;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19352 21354)) 8510;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19383 49279))
8511;;; Generated autoloads from erc/erc-list.el 8511;;; Generated autoloads from erc/erc-list.el
8512 (autoload 'erc-list-mode "erc-list") 8512 (autoload 'erc-list-mode "erc-list")
8513 8513
8514;;;*** 8514;;;***
8515 8515
8516;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8516;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8517;;;;;; "erc/erc-log.el" (19352 21354)) 8517;;;;;; "erc/erc-log.el" (19383 49279))
8518;;; Generated autoloads from erc/erc-log.el 8518;;; Generated autoloads from erc/erc-log.el
8519 (autoload 'erc-log-mode "erc-log" nil t) 8519 (autoload 'erc-log-mode "erc-log" nil t)
8520 8520
@@ -8546,7 +8546,7 @@ You can save every individual message by putting this function on
8546;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8546;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8547;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8547;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8548;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8548;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8549;;;;;; (19352 21354)) 8549;;;;;; (19383 49279))
8550;;; Generated autoloads from erc/erc-match.el 8550;;; Generated autoloads from erc/erc-match.el
8551 (autoload 'erc-match-mode "erc-match") 8551 (autoload 'erc-match-mode "erc-match")
8552 8552
@@ -8592,14 +8592,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
8592 8592
8593;;;*** 8593;;;***
8594 8594
8595;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19352 21354)) 8595;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19383 49279))
8596;;; Generated autoloads from erc/erc-menu.el 8596;;; Generated autoloads from erc/erc-menu.el
8597 (autoload 'erc-menu-mode "erc-menu" nil t) 8597 (autoload 'erc-menu-mode "erc-menu" nil t)
8598 8598
8599;;;*** 8599;;;***
8600 8600
8601;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 8601;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
8602;;;;;; (19352 21354)) 8602;;;;;; (19383 49279))
8603;;; Generated autoloads from erc/erc-netsplit.el 8603;;; Generated autoloads from erc/erc-netsplit.el
8604 (autoload 'erc-netsplit-mode "erc-netsplit") 8604 (autoload 'erc-netsplit-mode "erc-netsplit")
8605 8605
@@ -8611,7 +8611,7 @@ Show who's gone.
8611;;;*** 8611;;;***
8612 8612
8613;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 8613;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
8614;;;;;; "erc/erc-networks.el" (19352 21354)) 8614;;;;;; "erc/erc-networks.el" (19383 49279))
8615;;; Generated autoloads from erc/erc-networks.el 8615;;; Generated autoloads from erc/erc-networks.el
8616 8616
8617(autoload 'erc-determine-network "erc-networks" "\ 8617(autoload 'erc-determine-network "erc-networks" "\
@@ -8629,7 +8629,7 @@ Interactively select a server to connect to using `erc-server-alist'.
8629;;;*** 8629;;;***
8630 8630
8631;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 8631;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
8632;;;;;; "erc/erc-notify.el" (19352 21354)) 8632;;;;;; "erc/erc-notify.el" (19383 49279))
8633;;; Generated autoloads from erc/erc-notify.el 8633;;; Generated autoloads from erc/erc-notify.el
8634 (autoload 'erc-notify-mode "erc-notify" nil t) 8634 (autoload 'erc-notify-mode "erc-notify" nil t)
8635 8635
@@ -8647,33 +8647,33 @@ Not documented
8647 8647
8648;;;*** 8648;;;***
8649 8649
8650;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19352 21354)) 8650;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19383 49279))
8651;;; Generated autoloads from erc/erc-page.el 8651;;; Generated autoloads from erc/erc-page.el
8652 (autoload 'erc-page-mode "erc-page") 8652 (autoload 'erc-page-mode "erc-page")
8653 8653
8654;;;*** 8654;;;***
8655 8655
8656;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19352 8656;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19383
8657;;;;;; 21354)) 8657;;;;;; 49279))
8658;;; Generated autoloads from erc/erc-pcomplete.el 8658;;; Generated autoloads from erc/erc-pcomplete.el
8659 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 8659 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
8660 8660
8661;;;*** 8661;;;***
8662 8662
8663;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19352 21354)) 8663;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19383 49279))
8664;;; Generated autoloads from erc/erc-replace.el 8664;;; Generated autoloads from erc/erc-replace.el
8665 (autoload 'erc-replace-mode "erc-replace") 8665 (autoload 'erc-replace-mode "erc-replace")
8666 8666
8667;;;*** 8667;;;***
8668 8668
8669;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19352 21354)) 8669;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19383 49279))
8670;;; Generated autoloads from erc/erc-ring.el 8670;;; Generated autoloads from erc/erc-ring.el
8671 (autoload 'erc-ring-mode "erc-ring" nil t) 8671 (autoload 'erc-ring-mode "erc-ring" nil t)
8672 8672
8673;;;*** 8673;;;***
8674 8674
8675;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 8675;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
8676;;;;;; "erc-services" "erc/erc-services.el" (19352 21362)) 8676;;;;;; "erc-services" "erc/erc-services.el" (19383 49276))
8677;;; Generated autoloads from erc/erc-services.el 8677;;; Generated autoloads from erc/erc-services.el
8678 (autoload 'erc-services-mode "erc-services" nil t) 8678 (autoload 'erc-services-mode "erc-services" nil t)
8679 8679
@@ -8690,14 +8690,14 @@ When called interactively, read the password using `read-passwd'.
8690 8690
8691;;;*** 8691;;;***
8692 8692
8693;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19352 21354)) 8693;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19383 49279))
8694;;; Generated autoloads from erc/erc-sound.el 8694;;; Generated autoloads from erc/erc-sound.el
8695 (autoload 'erc-sound-mode "erc-sound") 8695 (autoload 'erc-sound-mode "erc-sound")
8696 8696
8697;;;*** 8697;;;***
8698 8698
8699;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 8699;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
8700;;;;;; (19352 21354)) 8700;;;;;; (19383 49279))
8701;;; Generated autoloads from erc/erc-speedbar.el 8701;;; Generated autoloads from erc/erc-speedbar.el
8702 8702
8703(autoload 'erc-speedbar-browser "erc-speedbar" "\ 8703(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -8708,21 +8708,21 @@ This will add a speedbar major display mode.
8708 8708
8709;;;*** 8709;;;***
8710 8710
8711;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19352 8711;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19383
8712;;;;;; 21354)) 8712;;;;;; 49279))
8713;;; Generated autoloads from erc/erc-spelling.el 8713;;; Generated autoloads from erc/erc-spelling.el
8714 (autoload 'erc-spelling-mode "erc-spelling" nil t) 8714 (autoload 'erc-spelling-mode "erc-spelling" nil t)
8715 8715
8716;;;*** 8716;;;***
8717 8717
8718;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19352 21354)) 8718;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19383 49279))
8719;;; Generated autoloads from erc/erc-stamp.el 8719;;; Generated autoloads from erc/erc-stamp.el
8720 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 8720 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
8721 8721
8722;;;*** 8722;;;***
8723 8723
8724;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 8724;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
8725;;;;;; (19352 21354)) 8725;;;;;; (19383 49279))
8726;;; Generated autoloads from erc/erc-track.el 8726;;; Generated autoloads from erc/erc-track.el
8727 8727
8728(defvar erc-track-minor-mode nil "\ 8728(defvar erc-track-minor-mode nil "\
@@ -8745,7 +8745,7 @@ module, otherwise the keybindings will not do anything useful.
8745;;;*** 8745;;;***
8746 8746
8747;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 8747;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
8748;;;;;; "erc-truncate" "erc/erc-truncate.el" (19352 21354)) 8748;;;;;; "erc-truncate" "erc/erc-truncate.el" (19383 49279))
8749;;; Generated autoloads from erc/erc-truncate.el 8749;;; Generated autoloads from erc/erc-truncate.el
8750 (autoload 'erc-truncate-mode "erc-truncate" nil t) 8750 (autoload 'erc-truncate-mode "erc-truncate" nil t)
8751 8751
@@ -8765,7 +8765,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
8765;;;*** 8765;;;***
8766 8766
8767;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 8767;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
8768;;;;;; (19352 21354)) 8768;;;;;; (19383 49279))
8769;;; Generated autoloads from erc/erc-xdcc.el 8769;;; Generated autoloads from erc/erc-xdcc.el
8770 (autoload 'erc-xdcc-mode "erc-xdcc") 8770 (autoload 'erc-xdcc-mode "erc-xdcc")
8771 8771
@@ -8776,8 +8776,8 @@ Add a file to `erc-xdcc-files'.
8776 8776
8777;;;*** 8777;;;***
8778 8778
8779;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19352 8779;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19383
8780;;;;;; 21354)) 8780;;;;;; 49279))
8781;;; Generated autoloads from eshell/esh-mode.el 8781;;; Generated autoloads from eshell/esh-mode.el
8782 8782
8783(autoload 'eshell-mode "esh-mode" "\ 8783(autoload 'eshell-mode "esh-mode" "\
@@ -8789,8 +8789,8 @@ Emacs shell interactive mode.
8789 8789
8790;;;*** 8790;;;***
8791 8791
8792;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19352 8792;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19383
8793;;;;;; 21354)) 8793;;;;;; 49279))
8794;;; Generated autoloads from eshell/esh-test.el 8794;;; Generated autoloads from eshell/esh-test.el
8795 8795
8796(autoload 'eshell-test "esh-test" "\ 8796(autoload 'eshell-test "esh-test" "\
@@ -8801,7 +8801,7 @@ Test Eshell to verify that it works as expected.
8801;;;*** 8801;;;***
8802 8802
8803;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 8803;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
8804;;;;;; "eshell/eshell.el" (19352 21361)) 8804;;;;;; "eshell/eshell.el" (19383 49284))
8805;;; Generated autoloads from eshell/eshell.el 8805;;; Generated autoloads from eshell/eshell.el
8806 8806
8807(autoload 'eshell "eshell" "\ 8807(autoload 'eshell "eshell" "\
@@ -8842,7 +8842,7 @@ corresponding to a successful execution.
8842;;;;;; visit-tags-table tags-table-mode find-tag-default-function 8842;;;;;; visit-tags-table tags-table-mode find-tag-default-function
8843;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 8843;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
8844;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 8844;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
8845;;;;;; (19352 21354)) 8845;;;;;; (19383 49279))
8846;;; Generated autoloads from progmodes/etags.el 8846;;; Generated autoloads from progmodes/etags.el
8847 8847
8848(defvar tags-file-name nil "\ 8848(defvar tags-file-name nil "\
@@ -9150,7 +9150,7 @@ for \\[find-tag] (which see).
9150;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9150;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9151;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9151;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9152;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9152;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9153;;;;;; (19352 21354)) 9153;;;;;; (19383 49279))
9154;;; Generated autoloads from language/ethio-util.el 9154;;; Generated autoloads from language/ethio-util.el
9155 9155
9156(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9156(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9320,7 +9320,7 @@ Not documented
9320 9320
9321;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9321;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9322;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9322;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9323;;;;;; (19352 21354)) 9323;;;;;; (19383 49279))
9324;;; Generated autoloads from net/eudc.el 9324;;; Generated autoloads from net/eudc.el
9325 9325
9326(autoload 'eudc-set-server "eudc" "\ 9326(autoload 'eudc-set-server "eudc" "\
@@ -9376,7 +9376,7 @@ This does nothing except loading eudc by autoload side-effect.
9376 9376
9377;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9377;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9378;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9378;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9379;;;;;; "eudc-bob" "net/eudc-bob.el" (19352 21354)) 9379;;;;;; "eudc-bob" "net/eudc-bob.el" (19383 49279))
9380;;; Generated autoloads from net/eudc-bob.el 9380;;; Generated autoloads from net/eudc-bob.el
9381 9381
9382(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9382(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9412,7 +9412,7 @@ Display a button for the JPEG DATA.
9412;;;*** 9412;;;***
9413 9413
9414;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9414;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9415;;;;;; "eudc-export" "net/eudc-export.el" (19352 21354)) 9415;;;;;; "eudc-export" "net/eudc-export.el" (19383 49279))
9416;;; Generated autoloads from net/eudc-export.el 9416;;; Generated autoloads from net/eudc-export.el
9417 9417
9418(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9418(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9429,7 +9429,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9429;;;*** 9429;;;***
9430 9430
9431;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9431;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9432;;;;;; (19352 21354)) 9432;;;;;; (19383 49279))
9433;;; Generated autoloads from net/eudc-hotlist.el 9433;;; Generated autoloads from net/eudc-hotlist.el
9434 9434
9435(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9435(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9439,8 +9439,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9439 9439
9440;;;*** 9440;;;***
9441 9441
9442;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19352 9442;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19383
9443;;;;;; 21354)) 9443;;;;;; 49279))
9444;;; Generated autoloads from emacs-lisp/ewoc.el 9444;;; Generated autoloads from emacs-lisp/ewoc.el
9445 9445
9446(autoload 'ewoc-create "ewoc" "\ 9446(autoload 'ewoc-create "ewoc" "\
@@ -9469,7 +9469,7 @@ fourth arg NOSEP non-nil inhibits this.
9469;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9469;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9470;;;;;; executable-self-display executable-set-magic executable-interpret 9470;;;;;; executable-self-display executable-set-magic executable-interpret
9471;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9471;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9472;;;;;; (19352 21354)) 9472;;;;;; (19383 49279))
9473;;; Generated autoloads from progmodes/executable.el 9473;;; Generated autoloads from progmodes/executable.el
9474 9474
9475(autoload 'executable-command-find-posix-p "executable" "\ 9475(autoload 'executable-command-find-posix-p "executable" "\
@@ -9512,7 +9512,7 @@ file modes.
9512 9512
9513;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9513;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
9514;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 9514;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
9515;;;;;; (19352 21354)) 9515;;;;;; (19383 49279))
9516;;; Generated autoloads from expand.el 9516;;; Generated autoloads from expand.el
9517 9517
9518(autoload 'expand-add-abbrevs "expand" "\ 9518(autoload 'expand-add-abbrevs "expand" "\
@@ -9561,7 +9561,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9561 9561
9562;;;*** 9562;;;***
9563 9563
9564;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19352 21362)) 9564;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19383 49276))
9565;;; Generated autoloads from progmodes/f90.el 9565;;; Generated autoloads from progmodes/f90.el
9566 9566
9567(autoload 'f90-mode "f90" "\ 9567(autoload 'f90-mode "f90" "\
@@ -9627,8 +9627,8 @@ with no args, if that value is non-nil.
9627;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 9627;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
9628;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 9628;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
9629;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 9629;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
9630;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19352 9630;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19383
9631;;;;;; 21354)) 9631;;;;;; 49279))
9632;;; Generated autoloads from face-remap.el 9632;;; Generated autoloads from face-remap.el
9633 9633
9634(autoload 'face-remap-add-relative "face-remap" "\ 9634(autoload 'face-remap-add-relative "face-remap" "\
@@ -9768,7 +9768,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
9768 9768
9769;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 9769;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
9770;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 9770;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
9771;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19352 21354)) 9771;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19383 49279))
9772;;; Generated autoloads from mail/feedmail.el 9772;;; Generated autoloads from mail/feedmail.el
9773 9773
9774(autoload 'feedmail-send-it "feedmail" "\ 9774(autoload 'feedmail-send-it "feedmail" "\
@@ -9822,7 +9822,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
9822;;;*** 9822;;;***
9823 9823
9824;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9824;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9825;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19352 21362)) 9825;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19383 49276))
9826;;; Generated autoloads from ffap.el 9826;;; Generated autoloads from ffap.el
9827 9827
9828(autoload 'ffap-next "ffap" "\ 9828(autoload 'ffap-next "ffap" "\
@@ -9886,7 +9886,7 @@ Evaluate the forms in variable `ffap-bindings'.
9886;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 9886;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
9887;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 9887;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
9888;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 9888;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
9889;;;;;; "filecache" "filecache.el" (19352 21354)) 9889;;;;;; "filecache" "filecache.el" (19383 49279))
9890;;; Generated autoloads from filecache.el 9890;;; Generated autoloads from filecache.el
9891 9891
9892(autoload 'file-cache-add-directory "filecache" "\ 9892(autoload 'file-cache-add-directory "filecache" "\
@@ -9946,7 +9946,7 @@ the name is considered already unique; only the second substitution
9946;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 9946;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
9947;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 9947;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
9948;;;;;; add-file-local-variable-prop-line delete-file-local-variable 9948;;;;;; add-file-local-variable-prop-line delete-file-local-variable
9949;;;;;; add-file-local-variable) "files-x" "files-x.el" (19352 21354)) 9949;;;;;; add-file-local-variable) "files-x" "files-x.el" (19383 49279))
9950;;; Generated autoloads from files-x.el 9950;;; Generated autoloads from files-x.el
9951 9951
9952(autoload 'add-file-local-variable "files-x" "\ 9952(autoload 'add-file-local-variable "files-x" "\
@@ -10011,8 +10011,8 @@ Copy directory-local variables to the -*- line.
10011 10011
10012;;;*** 10012;;;***
10013 10013
10014;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19352 10014;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19383
10015;;;;;; 21354)) 10015;;;;;; 49279))
10016;;; Generated autoloads from filesets.el 10016;;; Generated autoloads from filesets.el
10017 10017
10018(autoload 'filesets-init "filesets" "\ 10018(autoload 'filesets-init "filesets" "\
@@ -10023,7 +10023,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10023 10023
10024;;;*** 10024;;;***
10025 10025
10026;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19352 21354)) 10026;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19383 49279))
10027;;; Generated autoloads from find-cmd.el 10027;;; Generated autoloads from find-cmd.el
10028 10028
10029(autoload 'find-cmd "find-cmd" "\ 10029(autoload 'find-cmd "find-cmd" "\
@@ -10044,7 +10044,7 @@ result is a string that should be ready for the command line.
10044 10044
10045;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10045;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10046;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10046;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10047;;;;;; (19352 21354)) 10047;;;;;; (19383 49279))
10048;;; Generated autoloads from find-dired.el 10048;;; Generated autoloads from find-dired.el
10049 10049
10050(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ 10050(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -10105,7 +10105,7 @@ Thus ARG can also contain additional grep options.
10105 10105
10106;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10106;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10107;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10107;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10108;;;;;; (19352 21354)) 10108;;;;;; (19383 49279))
10109;;; Generated autoloads from find-file.el 10109;;; Generated autoloads from find-file.el
10110 10110
10111(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10111(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10199,7 +10199,7 @@ Visit the file you click on in another window.
10199;;;;;; find-variable find-variable-noselect find-function-other-frame 10199;;;;;; find-variable find-variable-noselect find-function-other-frame
10200;;;;;; find-function-other-window find-function find-function-noselect 10200;;;;;; find-function-other-window find-function find-function-noselect
10201;;;;;; find-function-search-for-symbol find-library) "find-func" 10201;;;;;; find-function-search-for-symbol find-library) "find-func"
10202;;;;;; "emacs-lisp/find-func.el" (19352 21354)) 10202;;;;;; "emacs-lisp/find-func.el" (19383 49279))
10203;;; Generated autoloads from emacs-lisp/find-func.el 10203;;; Generated autoloads from emacs-lisp/find-func.el
10204 10204
10205(autoload 'find-library "find-func" "\ 10205(autoload 'find-library "find-func" "\
@@ -10354,7 +10354,7 @@ Define some key bindings for the find-function family of functions.
10354;;;*** 10354;;;***
10355 10355
10356;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10356;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10357;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19352 21354)) 10357;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19383 49279))
10358;;; Generated autoloads from find-lisp.el 10358;;; Generated autoloads from find-lisp.el
10359 10359
10360(autoload 'find-lisp-find-dired "find-lisp" "\ 10360(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10375,7 +10375,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10375;;;*** 10375;;;***
10376 10376
10377;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10377;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10378;;;;;; "finder" "finder.el" (19352 21354)) 10378;;;;;; "finder" "finder.el" (19383 49279))
10379;;; Generated autoloads from finder.el 10379;;; Generated autoloads from finder.el
10380 10380
10381(autoload 'finder-list-keywords "finder" "\ 10381(autoload 'finder-list-keywords "finder" "\
@@ -10397,7 +10397,7 @@ Find packages matching a given keyword.
10397;;;*** 10397;;;***
10398 10398
10399;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10399;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10400;;;;;; "flow-ctrl.el" (19352 21354)) 10400;;;;;; "flow-ctrl.el" (19383 49279))
10401;;; Generated autoloads from flow-ctrl.el 10401;;; Generated autoloads from flow-ctrl.el
10402 10402
10403(autoload 'enable-flow-control "flow-ctrl" "\ 10403(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10419,7 +10419,7 @@ to get the effect of a C-q.
10419;;;*** 10419;;;***
10420 10420
10421;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10421;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10422;;;;;; (19352 21354)) 10422;;;;;; (19383 49279))
10423;;; Generated autoloads from gnus/flow-fill.el 10423;;; Generated autoloads from gnus/flow-fill.el
10424 10424
10425(autoload 'fill-flowed-encode "flow-fill" "\ 10425(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10435,7 +10435,7 @@ Not documented
10435;;;*** 10435;;;***
10436 10436
10437;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 10437;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10438;;;;;; "flymake" "progmodes/flymake.el" (19352 21360)) 10438;;;;;; "flymake" "progmodes/flymake.el" (19383 49276))
10439;;; Generated autoloads from progmodes/flymake.el 10439;;; Generated autoloads from progmodes/flymake.el
10440 10440
10441(autoload 'flymake-mode "flymake" "\ 10441(autoload 'flymake-mode "flymake" "\
@@ -10459,7 +10459,7 @@ Turn flymake mode off.
10459 10459
10460;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10460;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10461;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10461;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10462;;;;;; "flyspell" "textmodes/flyspell.el" (19369 7847)) 10462;;;;;; "flyspell" "textmodes/flyspell.el" (19383 49284))
10463;;; Generated autoloads from textmodes/flyspell.el 10463;;; Generated autoloads from textmodes/flyspell.el
10464 10464
10465(autoload 'flyspell-prog-mode "flyspell" "\ 10465(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10529,7 +10529,7 @@ Flyspell whole buffer.
10529 10529
10530;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10530;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
10531;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10531;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
10532;;;;;; (19352 21354)) 10532;;;;;; (19383 49279))
10533;;; Generated autoloads from follow.el 10533;;; Generated autoloads from follow.el
10534 10534
10535(autoload 'turn-on-follow-mode "follow" "\ 10535(autoload 'turn-on-follow-mode "follow" "\
@@ -10602,8 +10602,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
10602 10602
10603;;;*** 10603;;;***
10604 10604
10605;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19352 10605;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19383
10606;;;;;; 21354)) 10606;;;;;; 49279))
10607;;; Generated autoloads from mail/footnote.el 10607;;; Generated autoloads from mail/footnote.el
10608 10608
10609(autoload 'footnote-mode "footnote" "\ 10609(autoload 'footnote-mode "footnote" "\
@@ -10617,7 +10617,7 @@ started, play around with the following keys:
10617;;;*** 10617;;;***
10618 10618
10619;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 10619;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
10620;;;;;; "forms" "forms.el" (19352 21354)) 10620;;;;;; "forms" "forms.el" (19383 49279))
10621;;; Generated autoloads from forms.el 10621;;; Generated autoloads from forms.el
10622 10622
10623(autoload 'forms-mode "forms" "\ 10623(autoload 'forms-mode "forms" "\
@@ -10654,7 +10654,7 @@ Visit a file in Forms mode in other window.
10654;;;*** 10654;;;***
10655 10655
10656;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 10656;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
10657;;;;;; (19352 21354)) 10657;;;;;; (19392 38041))
10658;;; Generated autoloads from progmodes/fortran.el 10658;;; Generated autoloads from progmodes/fortran.el
10659 10659
10660(autoload 'fortran-mode "fortran" "\ 10660(autoload 'fortran-mode "fortran" "\
@@ -10732,7 +10732,7 @@ with no args, if that value is non-nil.
10732;;;*** 10732;;;***
10733 10733
10734;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 10734;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
10735;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19352 21354)) 10735;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19383 49279))
10736;;; Generated autoloads from play/fortune.el 10736;;; Generated autoloads from play/fortune.el
10737 10737
10738(autoload 'fortune-add-fortune "fortune" "\ 10738(autoload 'fortune-add-fortune "fortune" "\
@@ -10782,7 +10782,7 @@ and choose the directory as the fortune-file.
10782;;;*** 10782;;;***
10783 10783
10784;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 10784;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
10785;;;;;; (19372 60979)) 10785;;;;;; (19383 49284))
10786;;; Generated autoloads from progmodes/gdb-ui.el 10786;;; Generated autoloads from progmodes/gdb-ui.el
10787 10787
10788(autoload 'gdb "gdb-ui" "\ 10788(autoload 'gdb "gdb-ui" "\
@@ -10840,8 +10840,8 @@ Non-nil means record the process input and output in `gdb-debug-log'.")
10840;;;*** 10840;;;***
10841 10841
10842;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 10842;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
10843;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19352 10843;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19383
10844;;;;;; 21354)) 10844;;;;;; 49279))
10845;;; Generated autoloads from emacs-lisp/generic.el 10845;;; Generated autoloads from emacs-lisp/generic.el
10846 10846
10847(defvar generic-mode-list nil "\ 10847(defvar generic-mode-list nil "\
@@ -10916,7 +10916,7 @@ regular expression that can be used as an element of
10916;;;*** 10916;;;***
10917 10917
10918;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 10918;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
10919;;;;;; (19352 21354)) 10919;;;;;; (19383 49279))
10920;;; Generated autoloads from progmodes/glasses.el 10920;;; Generated autoloads from progmodes/glasses.el
10921 10921
10922(autoload 'glasses-mode "glasses" "\ 10922(autoload 'glasses-mode "glasses" "\
@@ -10930,7 +10930,7 @@ at places they belong to.
10930 10930
10931;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 10931;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
10932;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 10932;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
10933;;;;;; (19352 21354)) 10933;;;;;; (19383 49279))
10934;;; Generated autoloads from gnus/gmm-utils.el 10934;;; Generated autoloads from gnus/gmm-utils.el
10935 10935
10936(autoload 'gmm-regexp-concat "gmm-utils" "\ 10936(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -10985,7 +10985,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
10985;;;*** 10985;;;***
10986 10986
10987;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 10987;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
10988;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19352 21354)) 10988;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19383 49279))
10989;;; Generated autoloads from gnus/gnus.el 10989;;; Generated autoloads from gnus/gnus.el
10990(when (fboundp 'custom-autoload) 10990(when (fboundp 'custom-autoload)
10991 (custom-autoload 'gnus-select-method "gnus")) 10991 (custom-autoload 'gnus-select-method "gnus"))
@@ -11038,7 +11038,7 @@ prompt the user for the name of an NNTP server to use.
11038;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11038;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11039;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11039;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11040;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11040;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11041;;;;;; "gnus/gnus-agent.el" (19352 21354)) 11041;;;;;; "gnus/gnus-agent.el" (19383 49279))
11042;;; Generated autoloads from gnus/gnus-agent.el 11042;;; Generated autoloads from gnus/gnus-agent.el
11043 11043
11044(autoload 'gnus-unplugged "gnus-agent" "\ 11044(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11129,7 +11129,7 @@ If CLEAN, obsolete (ignore).
11129;;;*** 11129;;;***
11130 11130
11131;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11131;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11132;;;;;; (19352 21361)) 11132;;;;;; (19383 49284))
11133;;; Generated autoloads from gnus/gnus-art.el 11133;;; Generated autoloads from gnus/gnus-art.el
11134 11134
11135(autoload 'gnus-article-prepare-display "gnus-art" "\ 11135(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11140,7 +11140,7 @@ Make the current buffer look like a nice article.
11140;;;*** 11140;;;***
11141 11141
11142;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11142;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11143;;;;;; (19352 21354)) 11143;;;;;; (19383 49279))
11144;;; Generated autoloads from gnus/gnus-audio.el 11144;;; Generated autoloads from gnus/gnus-audio.el
11145 11145
11146(autoload 'gnus-audio-play "gnus-audio" "\ 11146(autoload 'gnus-audio-play "gnus-audio" "\
@@ -11151,7 +11151,7 @@ Play a sound FILE through the speaker.
11151;;;*** 11151;;;***
11152 11152
11153;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11153;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11154;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19352 21354)) 11154;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19383 49279))
11155;;; Generated autoloads from gnus/gnus-bookmark.el 11155;;; Generated autoloads from gnus/gnus-bookmark.el
11156 11156
11157(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11157(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11176,8 +11176,8 @@ deletion, or > if it is flagged for displaying.
11176 11176
11177;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11177;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11178;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11178;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11179;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19352 11179;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19383
11180;;;;;; 21354)) 11180;;;;;; 49279))
11181;;; Generated autoloads from gnus/gnus-cache.el 11181;;; Generated autoloads from gnus/gnus-cache.el
11182 11182
11183(autoload 'gnus-jog-cache "gnus-cache" "\ 11183(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11219,7 +11219,7 @@ supported.
11219;;;*** 11219;;;***
11220 11220
11221;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11221;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11222;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19352 21354)) 11222;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19383 49279))
11223;;; Generated autoloads from gnus/gnus-delay.el 11223;;; Generated autoloads from gnus/gnus-delay.el
11224 11224
11225(autoload 'gnus-delay-article "gnus-delay" "\ 11225(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11255,7 +11255,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11255;;;*** 11255;;;***
11256 11256
11257;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11257;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11258;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19352 21354)) 11258;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19383 49279))
11259;;; Generated autoloads from gnus/gnus-diary.el 11259;;; Generated autoloads from gnus/gnus-diary.el
11260 11260
11261(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11261(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11271,7 +11271,7 @@ Not documented
11271;;;*** 11271;;;***
11272 11272
11273;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11273;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11274;;;;;; (19352 21354)) 11274;;;;;; (19383 49279))
11275;;; Generated autoloads from gnus/gnus-dired.el 11275;;; Generated autoloads from gnus/gnus-dired.el
11276 11276
11277(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11277(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11282,7 +11282,7 @@ Convenience method to turn on gnus-dired-mode.
11282;;;*** 11282;;;***
11283 11283
11284;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11284;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11285;;;;;; (19352 21354)) 11285;;;;;; (19383 49279))
11286;;; Generated autoloads from gnus/gnus-draft.el 11286;;; Generated autoloads from gnus/gnus-draft.el
11287 11287
11288(autoload 'gnus-draft-reminder "gnus-draft" "\ 11288(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11294,8 +11294,8 @@ Reminder user if there are unsent drafts.
11294 11294
11295;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11295;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11296;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11296;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11297;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19352 11297;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19383
11298;;;;;; 21354)) 11298;;;;;; 49279))
11299;;; Generated autoloads from gnus/gnus-fun.el 11299;;; Generated autoloads from gnus/gnus-fun.el
11300 11300
11301(autoload 'gnus-random-x-face "gnus-fun" "\ 11301(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11340,7 +11340,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11340;;;*** 11340;;;***
11341 11341
11342;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11342;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11343;;;;;; "gnus-group" "gnus/gnus-group.el" (19352 21354)) 11343;;;;;; "gnus-group" "gnus/gnus-group.el" (19383 49279))
11344;;; Generated autoloads from gnus/gnus-group.el 11344;;; Generated autoloads from gnus/gnus-group.el
11345 11345
11346(autoload 'gnus-fetch-group "gnus-group" "\ 11346(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11358,7 +11358,7 @@ Pop up a frame and enter GROUP.
11358;;;*** 11358;;;***
11359 11359
11360;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11360;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11361;;;;;; (19352 21354)) 11361;;;;;; (19383 49279))
11362;;; Generated autoloads from gnus/gnus-kill.el 11362;;; Generated autoloads from gnus/gnus-kill.el
11363 11363
11364(defalias 'gnus-batch-kill 'gnus-batch-score) 11364(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11373,7 +11373,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11373 11373
11374;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11374;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11375;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11375;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11376;;;;;; (19352 21354)) 11376;;;;;; (19383 49279))
11377;;; Generated autoloads from gnus/gnus-ml.el 11377;;; Generated autoloads from gnus/gnus-ml.el
11378 11378
11379(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11379(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11398,7 +11398,7 @@ Minor mode for providing mailing-list commands.
11398 11398
11399;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11399;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11400;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11400;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11401;;;;;; (19352 21354)) 11401;;;;;; (19383 49279))
11402;;; Generated autoloads from gnus/gnus-mlspl.el 11402;;; Generated autoloads from gnus/gnus-mlspl.el
11403 11403
11404(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11404(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -11499,7 +11499,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11499;;;*** 11499;;;***
11500 11500
11501;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 11501;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
11502;;;;;; (19352 21354)) 11502;;;;;; (19383 49279))
11503;;; Generated autoloads from gnus/gnus-move.el 11503;;; Generated autoloads from gnus/gnus-move.el
11504 11504
11505(autoload 'gnus-change-server "gnus-move" "\ 11505(autoload 'gnus-change-server "gnus-move" "\
@@ -11511,7 +11511,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
11511;;;*** 11511;;;***
11512 11512
11513;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11513;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11514;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19352 21354)) 11514;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19383 49279))
11515;;; Generated autoloads from gnus/gnus-msg.el 11515;;; Generated autoloads from gnus/gnus-msg.el
11516 11516
11517(autoload 'gnus-msg-mail "gnus-msg" "\ 11517(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -11536,7 +11536,7 @@ Like `message-reply'.
11536;;;*** 11536;;;***
11537 11537
11538;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 11538;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
11539;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (19352 21354)) 11539;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (19383 49279))
11540;;; Generated autoloads from gnus/gnus-nocem.el 11540;;; Generated autoloads from gnus/gnus-nocem.el
11541 11541
11542(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\ 11542(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\
@@ -11553,7 +11553,7 @@ Load the NoCeM cache.
11553 11553
11554;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11554;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
11555;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11555;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
11556;;;;;; (19352 21354)) 11556;;;;;; (19383 49279))
11557;;; Generated autoloads from gnus/gnus-picon.el 11557;;; Generated autoloads from gnus/gnus-picon.el
11558 11558
11559(autoload 'gnus-treat-from-picon "gnus-picon" "\ 11559(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -11580,7 +11580,7 @@ If picons are already displayed, remove them.
11580;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11580;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
11581;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11581;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
11582;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11582;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
11583;;;;;; "gnus/gnus-range.el" (19352 21354)) 11583;;;;;; "gnus/gnus-range.el" (19383 49279))
11584;;; Generated autoloads from gnus/gnus-range.el 11584;;; Generated autoloads from gnus/gnus-range.el
11585 11585
11586(autoload 'gnus-sorted-difference "gnus-range" "\ 11586(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -11648,7 +11648,7 @@ Add NUM into sorted LIST by side effect.
11648;;;*** 11648;;;***
11649 11649
11650;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11650;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
11651;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19352 21354)) 11651;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19383 49279))
11652;;; Generated autoloads from gnus/gnus-registry.el 11652;;; Generated autoloads from gnus/gnus-registry.el
11653 11653
11654(autoload 'gnus-registry-initialize "gnus-registry" "\ 11654(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -11664,8 +11664,8 @@ Install the registry hooks.
11664;;;*** 11664;;;***
11665 11665
11666;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 11666;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
11667;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19352 11667;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19383
11668;;;;;; 21354)) 11668;;;;;; 49279))
11669;;; Generated autoloads from gnus/gnus-sieve.el 11669;;; Generated autoloads from gnus/gnus-sieve.el
11670 11670
11671(autoload 'gnus-sieve-update "gnus-sieve" "\ 11671(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -11693,7 +11693,7 @@ Not documented
11693;;;*** 11693;;;***
11694 11694
11695;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 11695;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
11696;;;;;; (19352 21354)) 11696;;;;;; (19383 49279))
11697;;; Generated autoloads from gnus/gnus-soup.el 11697;;; Generated autoloads from gnus/gnus-soup.el
11698 11698
11699(autoload 'gnus-batch-brew-soup "gnus-soup" "\ 11699(autoload 'gnus-batch-brew-soup "gnus-soup" "\
@@ -11713,7 +11713,7 @@ Note -- this function hasn't been implemented yet.
11713;;;*** 11713;;;***
11714 11714
11715;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11715;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
11716;;;;;; (19352 21354)) 11716;;;;;; (19383 49279))
11717;;; Generated autoloads from gnus/gnus-spec.el 11717;;; Generated autoloads from gnus/gnus-spec.el
11718 11718
11719(autoload 'gnus-update-format "gnus-spec" "\ 11719(autoload 'gnus-update-format "gnus-spec" "\
@@ -11724,8 +11724,8 @@ Update the format specification near point.
11724;;;*** 11724;;;***
11725 11725
11726;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 11726;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
11727;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19352 11727;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19383
11728;;;;;; 21354)) 11728;;;;;; 49279))
11729;;; Generated autoloads from gnus/gnus-start.el 11729;;; Generated autoloads from gnus/gnus-start.el
11730 11730
11731(autoload 'gnus-declare-backend "gnus-start" "\ 11731(autoload 'gnus-declare-backend "gnus-start" "\
@@ -11741,7 +11741,7 @@ Not documented
11741;;;*** 11741;;;***
11742 11742
11743;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11743;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11744;;;;;; (19352 21354)) 11744;;;;;; (19383 49279))
11745;;; Generated autoloads from gnus/gnus-win.el 11745;;; Generated autoloads from gnus/gnus-win.el
11746 11746
11747(autoload 'gnus-add-configuration "gnus-win" "\ 11747(autoload 'gnus-add-configuration "gnus-win" "\
@@ -11751,7 +11751,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
11751 11751
11752;;;*** 11752;;;***
11753 11753
11754;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19352 21354)) 11754;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19383 49279))
11755;;; Generated autoloads from play/gomoku.el 11755;;; Generated autoloads from play/gomoku.el
11756 11756
11757(autoload 'gomoku "gomoku" "\ 11757(autoload 'gomoku "gomoku" "\
@@ -11778,8 +11778,8 @@ Use \\[describe-mode] for more info.
11778;;;*** 11778;;;***
11779 11779
11780;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 11780;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
11781;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19352 11781;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19383
11782;;;;;; 21354)) 11782;;;;;; 49279))
11783;;; Generated autoloads from net/goto-addr.el 11783;;; Generated autoloads from net/goto-addr.el
11784 11784
11785(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 11785(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -11819,7 +11819,7 @@ Turn on `goto-address-mode', but only in comments and strings.
11819 11819
11820;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 11820;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
11821;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 11821;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
11822;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19352 21360)) 11822;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19397 57330))
11823;;; Generated autoloads from progmodes/grep.el 11823;;; Generated autoloads from progmodes/grep.el
11824 11824
11825(defvar grep-window-height nil "\ 11825(defvar grep-window-height nil "\
@@ -11975,7 +11975,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
11975 11975
11976;;;*** 11976;;;***
11977 11977
11978;;;### (autoloads (gs-load-image) "gs" "gs.el" (19352 21354)) 11978;;;### (autoloads (gs-load-image) "gs" "gs.el" (19383 49279))
11979;;; Generated autoloads from gs.el 11979;;; Generated autoloads from gs.el
11980 11980
11981(autoload 'gs-load-image "gs" "\ 11981(autoload 'gs-load-image "gs" "\
@@ -11989,7 +11989,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
11989;;;*** 11989;;;***
11990 11990
11991;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 11991;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
11992;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19352 21354)) 11992;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19383 49279))
11993;;; Generated autoloads from progmodes/gud.el 11993;;; Generated autoloads from progmodes/gud.el
11994 11994
11995(autoload 'gud-gdb "gud" "\ 11995(autoload 'gud-gdb "gud" "\
@@ -12077,8 +12077,8 @@ Toggle the display of GUD tooltips.
12077 12077
12078;;;*** 12078;;;***
12079 12079
12080;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19352 12080;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19383
12081;;;;;; 21354)) 12081;;;;;; 49279))
12082;;; Generated autoloads from play/handwrite.el 12082;;; Generated autoloads from play/handwrite.el
12083 12083
12084(autoload 'handwrite "handwrite" "\ 12084(autoload 'handwrite "handwrite" "\
@@ -12096,7 +12096,7 @@ Variables: handwrite-linespace (default 12)
12096;;;*** 12096;;;***
12097 12097
12098;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12098;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12099;;;;;; (19352 21354)) 12099;;;;;; (19383 49279))
12100;;; Generated autoloads from play/hanoi.el 12100;;; Generated autoloads from play/hanoi.el
12101 12101
12102(autoload 'hanoi "hanoi" "\ 12102(autoload 'hanoi "hanoi" "\
@@ -12125,7 +12125,7 @@ to be updated.
12125 12125
12126;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12126;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12127;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12127;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12128;;;;;; "hashcash" "mail/hashcash.el" (19352 21354)) 12128;;;;;; "hashcash" "mail/hashcash.el" (19383 49279))
12129;;; Generated autoloads from mail/hashcash.el 12129;;; Generated autoloads from mail/hashcash.el
12130 12130
12131(autoload 'hashcash-insert-payment "hashcash" "\ 12131(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12170,7 +12170,7 @@ Prefix arg sets default accept amount temporarily.
12170;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12170;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12171;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12171;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12172;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12172;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12173;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19352 21354)) 12173;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19383 49279))
12174;;; Generated autoloads from help-at-pt.el 12174;;; Generated autoloads from help-at-pt.el
12175 12175
12176(autoload 'help-at-pt-string "help-at-pt" "\ 12176(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12300,7 +12300,7 @@ different regions. With numeric argument ARG, behaves like
12300;;;### (autoloads (describe-categories describe-syntax describe-variable 12300;;;### (autoloads (describe-categories describe-syntax describe-variable
12301;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name 12301;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name
12302;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12302;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
12303;;;;;; (19352 21354)) 12303;;;;;; (19383 49279))
12304;;; Generated autoloads from help-fns.el 12304;;; Generated autoloads from help-fns.el
12305 12305
12306(autoload 'describe-function "help-fns" "\ 12306(autoload 'describe-function "help-fns" "\
@@ -12370,7 +12370,7 @@ BUFFER should be a buffer or a buffer name.
12370;;;*** 12370;;;***
12371 12371
12372;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12372;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12373;;;;;; (19352 21354)) 12373;;;;;; (19383 49279))
12374;;; Generated autoloads from help-macro.el 12374;;; Generated autoloads from help-macro.el
12375 12375
12376(defvar three-step-help nil "\ 12376(defvar three-step-help nil "\
@@ -12386,8 +12386,8 @@ gives the window that lists the options.")
12386 12386
12387;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12387;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12388;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12388;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12389;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19352 12389;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19383
12390;;;;;; 21354)) 12390;;;;;; 49279))
12391;;; Generated autoloads from help-mode.el 12391;;; Generated autoloads from help-mode.el
12392 12392
12393(autoload 'help-mode "help-mode" "\ 12393(autoload 'help-mode "help-mode" "\
@@ -12479,7 +12479,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12479;;;*** 12479;;;***
12480 12480
12481;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12481;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12482;;;;;; "emacs-lisp/helper.el" (19352 21354)) 12482;;;;;; "emacs-lisp/helper.el" (19383 49279))
12483;;; Generated autoloads from emacs-lisp/helper.el 12483;;; Generated autoloads from emacs-lisp/helper.el
12484 12484
12485(autoload 'Helper-describe-bindings "helper" "\ 12485(autoload 'Helper-describe-bindings "helper" "\
@@ -12495,7 +12495,7 @@ Provide help for current mode.
12495;;;*** 12495;;;***
12496 12496
12497;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12497;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12498;;;;;; "hexl.el" (19352 21354)) 12498;;;;;; "hexl.el" (19383 49279))
12499;;; Generated autoloads from hexl.el 12499;;; Generated autoloads from hexl.el
12500 12500
12501(autoload 'hexl-mode "hexl" "\ 12501(autoload 'hexl-mode "hexl" "\
@@ -12592,7 +12592,7 @@ This discards the buffer's undo information.
12592;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12592;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12593;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12593;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12594;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12594;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12595;;;;;; (19352 21354)) 12595;;;;;; (19383 49279))
12596;;; Generated autoloads from hi-lock.el 12596;;; Generated autoloads from hi-lock.el
12597 12597
12598(autoload 'hi-lock-mode "hi-lock" "\ 12598(autoload 'hi-lock-mode "hi-lock" "\
@@ -12726,7 +12726,7 @@ be found in variable `hi-lock-interactive-patterns'.
12726;;;*** 12726;;;***
12727 12727
12728;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 12728;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
12729;;;;;; (19352 21354)) 12729;;;;;; (19383 49279))
12730;;; Generated autoloads from progmodes/hideif.el 12730;;; Generated autoloads from progmodes/hideif.el
12731 12731
12732(autoload 'hide-ifdef-mode "hideif" "\ 12732(autoload 'hide-ifdef-mode "hideif" "\
@@ -12766,7 +12766,7 @@ how the hiding is done:
12766;;;*** 12766;;;***
12767 12767
12768;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 12768;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
12769;;;;;; (19352 21354)) 12769;;;;;; (19383 49279))
12770;;; Generated autoloads from progmodes/hideshow.el 12770;;; Generated autoloads from progmodes/hideshow.el
12771 12771
12772(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))) "\ 12772(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))) "\
@@ -12828,8 +12828,8 @@ Unconditionally turn off `hs-minor-mode'.
12828;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 12828;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
12829;;;;;; highlight-changes-previous-change highlight-changes-next-change 12829;;;;;; highlight-changes-previous-change highlight-changes-next-change
12830;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 12830;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
12831;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19352 12831;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19383
12832;;;;;; 21354)) 12832;;;;;; 49279))
12833;;; Generated autoloads from hilit-chg.el 12833;;; Generated autoloads from hilit-chg.el
12834 12834
12835(autoload 'highlight-changes-mode "hilit-chg" "\ 12835(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -12958,7 +12958,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
12958;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 12958;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
12959;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 12959;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
12960;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 12960;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
12961;;;;;; "hippie-exp.el" (19352 21354)) 12961;;;;;; "hippie-exp.el" (19383 49279))
12962;;; Generated autoloads from hippie-exp.el 12962;;; Generated autoloads from hippie-exp.el
12963 12963
12964(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) "\ 12964(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) "\
@@ -13031,7 +13031,7 @@ argument VERBOSE non-nil makes the function verbose.
13031;;;*** 13031;;;***
13032 13032
13033;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13033;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13034;;;;;; (19352 21354)) 13034;;;;;; (19383 49279))
13035;;; Generated autoloads from hl-line.el 13035;;; Generated autoloads from hl-line.el
13036 13036
13037(autoload 'hl-line-mode "hl-line" "\ 13037(autoload 'hl-line-mode "hl-line" "\
@@ -13075,7 +13075,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13075;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13075;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13076;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13076;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13077;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13077;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13078;;;;;; "calendar/holidays.el" (19352 21354)) 13078;;;;;; "calendar/holidays.el" (19383 49279))
13079;;; Generated autoloads from calendar/holidays.el 13079;;; Generated autoloads from calendar/holidays.el
13080 13080
13081(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"))) "\ 13081(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"))) "\
@@ -13223,8 +13223,8 @@ The optional LABEL is used to label the buffer created.
13223 13223
13224;;;*** 13224;;;***
13225 13225
13226;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19352 13226;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19383
13227;;;;;; 21354)) 13227;;;;;; 49279))
13228;;; Generated autoloads from gnus/html2text.el 13228;;; Generated autoloads from gnus/html2text.el
13229 13229
13230(autoload 'html2text "html2text" "\ 13230(autoload 'html2text "html2text" "\
@@ -13234,9 +13234,42 @@ Convert HTML to plain text in the current buffer.
13234 13234
13235;;;*** 13235;;;***
13236 13236
13237;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13238;;;;;; "htmlfontify" "htmlfontify.el" (19401 55581))
13239;;; Generated autoloads from htmlfontify.el
13240
13241(autoload 'htmlfontify-buffer "htmlfontify" "\
13242Create a new buffer, named for the current buffer + a .html extension,
13243containing an inline CSS-stylesheet and formatted CSS-markup HTML
13244that reproduces the look of the current Emacs buffer as closely
13245as possible.
13246
13247Dangerous characters in the existing buffer are turned into HTML
13248entities, so you should even be able to do HTML-within-HTML
13249fontified display.
13250
13251You should, however, note that random control or eight-bit
13252characters such as ^L ( ) or ¤ (\244) won't get mapped yet.
13253
13254If the SRCDIR and FILE arguments are set, lookup etags derived
13255entries in the `hfy-tags-cache' and add HTML anchors and
13256hyperlinks as appropriate.
13257
13258\(fn &optional SRCDIR FILE)" t nil)
13259
13260(autoload 'htmlfontify-copy-and-link-dir "htmlfontify" "\
13261Trawl SRCDIR and write fontified-and-hyperlinked output in DSTDIR.
13262F-EXT and L-EXT specify values for `hfy-extn' and `hfy-link-extn'.
13263
13264You may also want to set `hfy-page-header' and `hfy-page-footer'.
13265
13266\(fn SRCDIR DSTDIR &optional F-EXT L-EXT)" t nil)
13267
13268;;;***
13269
13237;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13270;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13238;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19352 13271;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19383
13239;;;;;; 21354)) 13272;;;;;; 49279))
13240;;; Generated autoloads from ibuf-macs.el 13273;;; Generated autoloads from ibuf-macs.el
13241 13274
13242(autoload 'define-ibuffer-column "ibuf-macs" "\ 13275(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13325,7 +13358,7 @@ bound to the current value of the filter.
13325;;;*** 13358;;;***
13326 13359
13327;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13360;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13328;;;;;; "ibuffer" "ibuffer.el" (19352 21354)) 13361;;;;;; "ibuffer" "ibuffer.el" (19383 49279))
13329;;; Generated autoloads from ibuffer.el 13362;;; Generated autoloads from ibuffer.el
13330 13363
13331(autoload 'ibuffer-list-buffers "ibuffer" "\ 13364(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13366,7 +13399,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13366 13399
13367;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13400;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13368;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13401;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13369;;;;;; "calendar/icalendar.el" (19352 21361)) 13402;;;;;; "calendar/icalendar.el" (19383 49284))
13370;;; Generated autoloads from calendar/icalendar.el 13403;;; Generated autoloads from calendar/icalendar.el
13371 13404
13372(autoload 'icalendar-export-file "icalendar" "\ 13405(autoload 'icalendar-export-file "icalendar" "\
@@ -13418,8 +13451,8 @@ buffer `*icalendar-errors*'.
13418 13451
13419;;;*** 13452;;;***
13420 13453
13421;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19352 13454;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19383
13422;;;;;; 21354)) 13455;;;;;; 49279))
13423;;; Generated autoloads from icomplete.el 13456;;; Generated autoloads from icomplete.el
13424 13457
13425(defvar icomplete-mode nil "\ 13458(defvar icomplete-mode nil "\
@@ -13440,7 +13473,7 @@ otherwise turn it off.
13440 13473
13441;;;*** 13474;;;***
13442 13475
13443;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19352 21354)) 13476;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19383 49279))
13444;;; Generated autoloads from progmodes/icon.el 13477;;; Generated autoloads from progmodes/icon.el
13445 13478
13446(autoload 'icon-mode "icon" "\ 13479(autoload 'icon-mode "icon" "\
@@ -13481,7 +13514,7 @@ with no args, if that value is non-nil.
13481;;;*** 13514;;;***
13482 13515
13483;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13516;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13484;;;;;; (19352 21354)) 13517;;;;;; (19383 49279))
13485;;; Generated autoloads from progmodes/idlw-shell.el 13518;;; Generated autoloads from progmodes/idlw-shell.el
13486 13519
13487(autoload 'idlwave-shell "idlw-shell" "\ 13520(autoload 'idlwave-shell "idlw-shell" "\
@@ -13507,7 +13540,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
13507;;;*** 13540;;;***
13508 13541
13509;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13542;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13510;;;;;; (19352 21354)) 13543;;;;;; (19383 49279))
13511;;; Generated autoloads from progmodes/idlwave.el 13544;;; Generated autoloads from progmodes/idlwave.el
13512 13545
13513(autoload 'idlwave-mode "idlwave" "\ 13546(autoload 'idlwave-mode "idlwave" "\
@@ -13641,8 +13674,8 @@ The main features of this mode are
13641;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13674;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13642;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13675;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13643;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13676;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13644;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19355 13677;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19397
13645;;;;;; 62587)) 13678;;;;;; 64530))
13646;;; Generated autoloads from ido.el 13679;;; Generated autoloads from ido.el
13647 13680
13648(defvar ido-mode nil "\ 13681(defvar ido-mode nil "\
@@ -13903,7 +13936,7 @@ DEF, if non-nil, is the default value.
13903 13936
13904;;;*** 13937;;;***
13905 13938
13906;;;### (autoloads (ielm) "ielm" "ielm.el" (19352 21354)) 13939;;;### (autoloads (ielm) "ielm" "ielm.el" (19383 49279))
13907;;; Generated autoloads from ielm.el 13940;;; Generated autoloads from ielm.el
13908 (add-hook 'same-window-buffer-names (purecopy "*ielm*")) 13941 (add-hook 'same-window-buffer-names (purecopy "*ielm*"))
13909 13942
@@ -13916,7 +13949,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
13916;;;*** 13949;;;***
13917 13950
13918;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 13951;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
13919;;;;;; (19352 21354)) 13952;;;;;; (19383 49279))
13920;;; Generated autoloads from iimage.el 13953;;; Generated autoloads from iimage.el
13921 13954
13922(autoload 'turn-on-iimage-mode "iimage" "\ 13955(autoload 'turn-on-iimage-mode "iimage" "\
@@ -13935,7 +13968,7 @@ Toggle inline image minor mode.
13935;;;;;; insert-image put-image create-image image-type-auto-detected-p 13968;;;;;; insert-image put-image create-image image-type-auto-detected-p
13936;;;;;; image-type-available-p image-type image-type-from-file-name 13969;;;;;; image-type-available-p image-type image-type-from-file-name
13937;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 13970;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
13938;;;;;; "image" "image.el" (19352 21354)) 13971;;;;;; "image" "image.el" (19383 49279))
13939;;; Generated autoloads from image.el 13972;;; Generated autoloads from image.el
13940 13973
13941(autoload 'image-type-from-data "image" "\ 13974(autoload 'image-type-from-data "image" "\
@@ -14118,7 +14151,7 @@ Example:
14118;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14151;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14119;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14152;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14120;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 14153;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
14121;;;;;; "image-dired" "image-dired.el" (19367 42949)) 14154;;;;;; "image-dired" "image-dired.el" (19383 49285))
14122;;; Generated autoloads from image-dired.el 14155;;; Generated autoloads from image-dired.el
14123 14156
14124(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14157(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -14252,7 +14285,7 @@ easy-to-use form.
14252 14285
14253;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14286;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14254;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14287;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14255;;;;;; "image-file.el" (19352 21354)) 14288;;;;;; "image-file.el" (19383 49279))
14256;;; Generated autoloads from image-file.el 14289;;; Generated autoloads from image-file.el
14257 14290
14258(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14291(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14314,7 +14347,7 @@ Image files are those whose name has an extension in
14314;;;*** 14347;;;***
14315 14348
14316;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14349;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14317;;;;;; image-mode) "image-mode" "image-mode.el" (19352 21360)) 14350;;;;;; image-mode) "image-mode" "image-mode.el" (19383 49276))
14318;;; Generated autoloads from image-mode.el 14351;;; Generated autoloads from image-mode.el
14319 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) 14352 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist)
14320 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) 14353 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist)
@@ -14364,7 +14397,7 @@ Not documented
14364;;;*** 14397;;;***
14365 14398
14366;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14399;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14367;;;;;; imenu-sort-function) "imenu" "imenu.el" (19352 21354)) 14400;;;;;; imenu-sort-function) "imenu" "imenu.el" (19383 49279))
14368;;; Generated autoloads from imenu.el 14401;;; Generated autoloads from imenu.el
14369 14402
14370(defvar imenu-sort-function nil "\ 14403(defvar imenu-sort-function nil "\
@@ -14481,7 +14514,7 @@ for more information.
14481 14514
14482;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14515;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14483;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14516;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14484;;;;;; "ind-util" "language/ind-util.el" (19352 21355)) 14517;;;;;; "ind-util" "language/ind-util.el" (19383 49279))
14485;;; Generated autoloads from language/ind-util.el 14518;;; Generated autoloads from language/ind-util.el
14486 14519
14487(autoload 'indian-compose-region "ind-util" "\ 14520(autoload 'indian-compose-region "ind-util" "\
@@ -14513,7 +14546,7 @@ Convert old Emacs Devanagari characters to UCS.
14513 14546
14514;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14547;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
14515;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 14548;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14516;;;;;; "progmodes/inf-lisp.el" (19352 21355)) 14549;;;;;; "progmodes/inf-lisp.el" (19383 49279))
14517;;; Generated autoloads from progmodes/inf-lisp.el 14550;;; Generated autoloads from progmodes/inf-lisp.el
14518 14551
14519(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 14552(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -14581,7 +14614,7 @@ of `inferior-lisp-program'). Runs the hooks from
14581;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14614;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14582;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14615;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14583;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14616;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14584;;;;;; (19352 21359)) 14617;;;;;; (19387 20299))
14585;;; Generated autoloads from info.el 14618;;; Generated autoloads from info.el
14586 14619
14587(autoload 'info-other-window "info" "\ 14620(autoload 'info-other-window "info" "\
@@ -14760,7 +14793,7 @@ type returned by `Info-bookmark-make-record', which see.
14760 14793
14761;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14794;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
14762;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14795;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
14763;;;;;; (19352 21355)) 14796;;;;;; (19383 49279))
14764;;; Generated autoloads from info-look.el 14797;;; Generated autoloads from info-look.el
14765 14798
14766(autoload 'info-lookup-reset "info-look" "\ 14799(autoload 'info-lookup-reset "info-look" "\
@@ -14808,7 +14841,7 @@ Perform completion on file preceding point.
14808;;;*** 14841;;;***
14809 14842
14810;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 14843;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
14811;;;;;; info-xref-check) "info-xref" "info-xref.el" (19352 21355)) 14844;;;;;; info-xref-check) "info-xref" "info-xref.el" (19383 49279))
14812;;; Generated autoloads from info-xref.el 14845;;; Generated autoloads from info-xref.el
14813 14846
14814(autoload 'info-xref-check "info-xref" "\ 14847(autoload 'info-xref-check "info-xref" "\
@@ -14835,7 +14868,7 @@ quite a while.
14835;;;*** 14868;;;***
14836 14869
14837;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 14870;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
14838;;;;;; Info-tagify) "informat" "informat.el" (19352 21355)) 14871;;;;;; Info-tagify) "informat" "informat.el" (19383 49279))
14839;;; Generated autoloads from informat.el 14872;;; Generated autoloads from informat.el
14840 14873
14841(autoload 'Info-tagify "informat" "\ 14874(autoload 'Info-tagify "informat" "\
@@ -14882,7 +14915,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
14882 14915
14883;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14916;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
14884;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14917;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
14885;;;;;; (19352 21355)) 14918;;;;;; (19383 49279))
14886;;; Generated autoloads from international/isearch-x.el 14919;;; Generated autoloads from international/isearch-x.el
14887 14920
14888(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 14921(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -14902,8 +14935,8 @@ Not documented
14902 14935
14903;;;*** 14936;;;***
14904 14937
14905;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19352 14938;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19383
14906;;;;;; 21355)) 14939;;;;;; 49279))
14907;;; Generated autoloads from isearchb.el 14940;;; Generated autoloads from isearchb.el
14908 14941
14909(autoload 'isearchb-activate "isearchb" "\ 14942(autoload 'isearchb-activate "isearchb" "\
@@ -14919,7 +14952,7 @@ accessed via isearchb.
14919;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 14952;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
14920;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 14953;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
14921;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 14954;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
14922;;;;;; "international/iso-cvt.el" (19352 21355)) 14955;;;;;; "international/iso-cvt.el" (19383 49279))
14923;;; Generated autoloads from international/iso-cvt.el 14956;;; Generated autoloads from international/iso-cvt.el
14924 14957
14925(autoload 'iso-spanish "iso-cvt" "\ 14958(autoload 'iso-spanish "iso-cvt" "\
@@ -15010,7 +15043,7 @@ Add submenus to the File menu, to convert to and from various formats.
15010;;;*** 15043;;;***
15011 15044
15012;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15045;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15013;;;;;; (19352 21355)) 15046;;;;;; (19383 49279))
15014;;; Generated autoloads from international/iso-transl.el 15047;;; Generated autoloads from international/iso-transl.el
15015 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15048 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15016 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15049 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15022,7 +15055,7 @@ Add submenus to the File menu, to convert to and from various formats.
15022;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15055;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15023;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15056;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15024;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15057;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15025;;;;;; "ispell" "textmodes/ispell.el" (19352 21360)) 15058;;;;;; "ispell" "textmodes/ispell.el" (19383 49276))
15026;;; Generated autoloads from textmodes/ispell.el 15059;;; Generated autoloads from textmodes/ispell.el
15027(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15060(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15028 15061
@@ -15240,8 +15273,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15240 15273
15241;;;*** 15274;;;***
15242 15275
15243;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19352 15276;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19383
15244;;;;;; 21362)) 15277;;;;;; 49276))
15245;;; Generated autoloads from iswitchb.el 15278;;; Generated autoloads from iswitchb.el
15246 15279
15247(defvar iswitchb-mode nil "\ 15280(defvar iswitchb-mode nil "\
@@ -15266,7 +15299,7 @@ This mode enables switching between buffers using substrings. See
15266;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15299;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15267;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15300;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15268;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15301;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15269;;;;;; "japan-util" "language/japan-util.el" (19352 21355)) 15302;;;;;; "japan-util" "language/japan-util.el" (19383 49279))
15270;;; Generated autoloads from language/japan-util.el 15303;;; Generated autoloads from language/japan-util.el
15271 15304
15272(autoload 'setup-japanese-environment-internal "japan-util" "\ 15305(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -15344,7 +15377,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15344;;;*** 15377;;;***
15345 15378
15346;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15379;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15347;;;;;; "jka-compr.el" (19352 21355)) 15380;;;;;; "jka-compr.el" (19383 49279))
15348;;; Generated autoloads from jka-compr.el 15381;;; Generated autoloads from jka-compr.el
15349 15382
15350(defvar jka-compr-inhibit nil "\ 15383(defvar jka-compr-inhibit nil "\
@@ -15367,7 +15400,7 @@ by `jka-compr-installed'.
15367 15400
15368;;;*** 15401;;;***
15369 15402
15370;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19375 48608)) 15403;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19383 49284))
15371;;; Generated autoloads from progmodes/js.el 15404;;; Generated autoloads from progmodes/js.el
15372 15405
15373(autoload 'js-mode "js" "\ 15406(autoload 'js-mode "js" "\
@@ -15385,7 +15418,7 @@ Key bindings:
15385 15418
15386;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15419;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15387;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15420;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15388;;;;;; (19352 21355)) 15421;;;;;; (19383 49279))
15389;;; Generated autoloads from emulation/keypad.el 15422;;; Generated autoloads from emulation/keypad.el
15390 15423
15391(defvar keypad-setup nil "\ 15424(defvar keypad-setup nil "\
@@ -15441,7 +15474,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
15441;;;*** 15474;;;***
15442 15475
15443;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 15476;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15444;;;;;; (19352 21355)) 15477;;;;;; (19383 49279))
15445;;; Generated autoloads from international/kinsoku.el 15478;;; Generated autoloads from international/kinsoku.el
15446 15479
15447(autoload 'kinsoku "kinsoku" "\ 15480(autoload 'kinsoku "kinsoku" "\
@@ -15462,8 +15495,8 @@ the context of text formatting.
15462 15495
15463;;;*** 15496;;;***
15464 15497
15465;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19352 15498;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19383
15466;;;;;; 21355)) 15499;;;;;; 49279))
15467;;; Generated autoloads from international/kkc.el 15500;;; Generated autoloads from international/kkc.el
15468 15501
15469(defvar kkc-after-update-conversion-functions nil "\ 15502(defvar kkc-after-update-conversion-functions nil "\
@@ -15488,7 +15521,7 @@ and the return value is the length of the conversion.
15488;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15521;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
15489;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15522;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
15490;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 15523;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
15491;;;;;; "kmacro" "kmacro.el" (19352 21355)) 15524;;;;;; "kmacro" "kmacro.el" (19383 49279))
15492;;; Generated autoloads from kmacro.el 15525;;; Generated autoloads from kmacro.el
15493 (global-set-key "\C-x(" 'kmacro-start-macro) 15526 (global-set-key "\C-x(" 'kmacro-start-macro)
15494 (global-set-key "\C-x)" 'kmacro-end-macro) 15527 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -15599,7 +15632,7 @@ If kbd macro currently being defined end it before activating it.
15599;;;*** 15632;;;***
15600 15633
15601;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15634;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15602;;;;;; "language/korea-util.el" (19352 21355)) 15635;;;;;; "language/korea-util.el" (19383 49279))
15603;;; Generated autoloads from language/korea-util.el 15636;;; Generated autoloads from language/korea-util.el
15604 15637
15605(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 15638(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -15614,7 +15647,7 @@ Not documented
15614;;;*** 15647;;;***
15615 15648
15616;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15649;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
15617;;;;;; (19352 21355)) 15650;;;;;; (19383 49279))
15618;;; Generated autoloads from play/landmark.el 15651;;; Generated autoloads from play/landmark.el
15619 15652
15620(defalias 'landmark-repeat 'lm-test-run) 15653(defalias 'landmark-repeat 'lm-test-run)
@@ -15648,7 +15681,7 @@ Use \\[describe-mode] for more info.
15648 15681
15649;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 15682;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
15650;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 15683;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
15651;;;;;; "lao-util" "language/lao-util.el" (19352 21355)) 15684;;;;;; "lao-util" "language/lao-util.el" (19383 49279))
15652;;; Generated autoloads from language/lao-util.el 15685;;; Generated autoloads from language/lao-util.el
15653 15686
15654(autoload 'lao-compose-string "lao-util" "\ 15687(autoload 'lao-compose-string "lao-util" "\
@@ -15687,7 +15720,7 @@ Not documented
15687 15720
15688;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 15721;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
15689;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 15722;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
15690;;;;;; "latexenc" "international/latexenc.el" (19352 21355)) 15723;;;;;; "latexenc" "international/latexenc.el" (19383 49279))
15691;;; Generated autoloads from international/latexenc.el 15724;;; Generated autoloads from international/latexenc.el
15692 15725
15693(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))) "\ 15726(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))) "\
@@ -15719,7 +15752,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
15719;;;*** 15752;;;***
15720 15753
15721;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15754;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
15722;;;;;; "latin1-disp" "international/latin1-disp.el" (19352 21355)) 15755;;;;;; "latin1-disp" "international/latin1-disp.el" (19383 49279))
15723;;; Generated autoloads from international/latin1-disp.el 15756;;; Generated autoloads from international/latin1-disp.el
15724 15757
15725(defvar latin1-display nil "\ 15758(defvar latin1-display nil "\
@@ -15761,7 +15794,7 @@ use either \\[customize] or the function `latin1-display'.")
15761;;;*** 15794;;;***
15762 15795
15763;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 15796;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
15764;;;;;; (19352 21355)) 15797;;;;;; (19383 49279))
15765;;; Generated autoloads from progmodes/ld-script.el 15798;;; Generated autoloads from progmodes/ld-script.el
15766 15799
15767(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode))) 15800(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode)))
@@ -15778,7 +15811,7 @@ A major mode to edit GNU ld script files
15778;;;*** 15811;;;***
15779 15812
15780;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 15813;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
15781;;;;;; (19352 21355)) 15814;;;;;; (19383 49279))
15782;;; Generated autoloads from ledit.el 15815;;; Generated autoloads from ledit.el
15783 15816
15784(defconst ledit-save-files t "\ 15817(defconst ledit-save-files t "\
@@ -15813,7 +15846,7 @@ Not documented
15813 15846
15814;;;*** 15847;;;***
15815 15848
15816;;;### (autoloads (life) "life" "play/life.el" (19352 21355)) 15849;;;### (autoloads (life) "life" "play/life.el" (19383 49279))
15817;;; Generated autoloads from play/life.el 15850;;; Generated autoloads from play/life.el
15818 15851
15819(autoload 'life "life" "\ 15852(autoload 'life "life" "\
@@ -15827,7 +15860,7 @@ generations (this defaults to 1).
15827;;;*** 15860;;;***
15828 15861
15829;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 15862;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
15830;;;;;; "linum.el" (19352 21355)) 15863;;;;;; "linum.el" (19383 49279))
15831;;; Generated autoloads from linum.el 15864;;; Generated autoloads from linum.el
15832 15865
15833(defvar linum-format 'dynamic "\ 15866(defvar linum-format 'dynamic "\
@@ -15865,8 +15898,8 @@ See `linum-mode' for more information on Linum mode.
15865 15898
15866;;;*** 15899;;;***
15867 15900
15868;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19352 15901;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19383
15869;;;;;; 21355)) 15902;;;;;; 49279))
15870;;; Generated autoloads from loadhist.el 15903;;; Generated autoloads from loadhist.el
15871 15904
15872(autoload 'unload-feature "loadhist" "\ 15905(autoload 'unload-feature "loadhist" "\
@@ -15898,7 +15931,7 @@ something strange, such as redefining an Emacs function.
15898;;;*** 15931;;;***
15899 15932
15900;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 15933;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
15901;;;;;; "locate" "locate.el" (19352 21355)) 15934;;;;;; "locate" "locate.el" (19383 49279))
15902;;; Generated autoloads from locate.el 15935;;; Generated autoloads from locate.el
15903 15936
15904(defvar locate-ls-subdir-switches (purecopy "-al") "\ 15937(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -15949,7 +15982,7 @@ except that FILTER is not optional.
15949 15982
15950;;;*** 15983;;;***
15951 15984
15952;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19352 21360)) 15985;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19383 49276))
15953;;; Generated autoloads from log-edit.el 15986;;; Generated autoloads from log-edit.el
15954 15987
15955(autoload 'log-edit "log-edit" "\ 15988(autoload 'log-edit "log-edit" "\
@@ -15975,8 +16008,8 @@ uses the current buffer.
15975 16008
15976;;;*** 16009;;;***
15977 16010
15978;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19352 16011;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19383
15979;;;;;; 21355)) 16012;;;;;; 49279))
15980;;; Generated autoloads from log-view.el 16013;;; Generated autoloads from log-view.el
15981 16014
15982(autoload 'log-view-mode "log-view" "\ 16015(autoload 'log-view-mode "log-view" "\
@@ -15986,8 +16019,8 @@ Major mode for browsing CVS log output.
15986 16019
15987;;;*** 16020;;;***
15988 16021
15989;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19352 16022;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19383
15990;;;;;; 21355)) 16023;;;;;; 49279))
15991;;; Generated autoloads from longlines.el 16024;;; Generated autoloads from longlines.el
15992 16025
15993(autoload 'longlines-mode "longlines" "\ 16026(autoload 'longlines-mode "longlines" "\
@@ -16008,8 +16041,8 @@ are indicated with a symbol.
16008;;;*** 16041;;;***
16009 16042
16010;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16043;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16011;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19352 16044;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19383
16012;;;;;; 21355)) 16045;;;;;; 49279))
16013;;; Generated autoloads from lpr.el 16046;;; Generated autoloads from lpr.el
16014 16047
16015(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16048(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
@@ -16103,7 +16136,7 @@ for further customization of the printer command.
16103;;;*** 16136;;;***
16104 16137
16105;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16138;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16106;;;;;; (19352 21362)) 16139;;;;;; (19383 49276))
16107;;; Generated autoloads from ls-lisp.el 16140;;; Generated autoloads from ls-lisp.el
16108 16141
16109(defvar ls-lisp-support-shell-wildcards t "\ 16142(defvar ls-lisp-support-shell-wildcards t "\
@@ -16114,8 +16147,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16114 16147
16115;;;*** 16148;;;***
16116 16149
16117;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19352 16150;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19383
16118;;;;;; 21355)) 16151;;;;;; 49279))
16119;;; Generated autoloads from calendar/lunar.el 16152;;; Generated autoloads from calendar/lunar.el
16120 16153
16121(autoload 'lunar-phases "lunar" "\ 16154(autoload 'lunar-phases "lunar" "\
@@ -16129,8 +16162,8 @@ This function is suitable for execution in a .emacs file.
16129 16162
16130;;;*** 16163;;;***
16131 16164
16132;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19352 16165;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19383
16133;;;;;; 21355)) 16166;;;;;; 49280))
16134;;; Generated autoloads from progmodes/m4-mode.el 16167;;; Generated autoloads from progmodes/m4-mode.el
16135 16168
16136(autoload 'm4-mode "m4-mode" "\ 16169(autoload 'm4-mode "m4-mode" "\
@@ -16142,7 +16175,7 @@ A major mode to edit m4 macro files.
16142;;;*** 16175;;;***
16143 16176
16144;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16177;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16145;;;;;; (19352 21355)) 16178;;;;;; (19383 49280))
16146;;; Generated autoloads from emacs-lisp/macroexp.el 16179;;; Generated autoloads from emacs-lisp/macroexp.el
16147 16180
16148(autoload 'macroexpand-all "macroexp" "\ 16181(autoload 'macroexpand-all "macroexp" "\
@@ -16156,7 +16189,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16156;;;*** 16189;;;***
16157 16190
16158;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16191;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16159;;;;;; name-last-kbd-macro) "macros" "macros.el" (19352 21359)) 16192;;;;;; name-last-kbd-macro) "macros" "macros.el" (19383 49277))
16160;;; Generated autoloads from macros.el 16193;;; Generated autoloads from macros.el
16161 16194
16162(autoload 'name-last-kbd-macro "macros" "\ 16195(autoload 'name-last-kbd-macro "macros" "\
@@ -16245,7 +16278,7 @@ and then select the region of un-tablified names and use
16245;;;*** 16278;;;***
16246 16279
16247;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16280;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16248;;;;;; "mail/mail-extr.el" (19352 21355)) 16281;;;;;; "mail/mail-extr.el" (19383 49280))
16249;;; Generated autoloads from mail/mail-extr.el 16282;;; Generated autoloads from mail/mail-extr.el
16250 16283
16251(autoload 'mail-extract-address-components "mail-extr" "\ 16284(autoload 'mail-extract-address-components "mail-extr" "\
@@ -16277,7 +16310,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16277 16310
16278;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16311;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16279;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16312;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16280;;;;;; (19352 21355)) 16313;;;;;; (19383 49280))
16281;;; Generated autoloads from mail/mail-hist.el 16314;;; Generated autoloads from mail/mail-hist.el
16282 16315
16283(autoload 'mail-hist-define-keys "mail-hist" "\ 16316(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -16309,7 +16342,7 @@ This function normally would be called when the message is sent.
16309;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16342;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16310;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16343;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16311;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el" 16344;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el"
16312;;;;;; (19352 21360)) 16345;;;;;; (19383 49276))
16313;;; Generated autoloads from mail/mail-utils.el 16346;;; Generated autoloads from mail/mail-utils.el
16314 16347
16315(defvar mail-use-rfc822 nil "\ 16348(defvar mail-use-rfc822 nil "\
@@ -16371,8 +16404,8 @@ matches may be returned from the message body.
16371;;;*** 16404;;;***
16372 16405
16373;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16406;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16374;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19352 16407;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19383
16375;;;;;; 21355)) 16408;;;;;; 49280))
16376;;; Generated autoloads from mail/mailabbrev.el 16409;;; Generated autoloads from mail/mailabbrev.el
16377 16410
16378(defvar mail-abbrevs-mode nil "\ 16411(defvar mail-abbrevs-mode nil "\
@@ -16414,8 +16447,8 @@ double-quotes.
16414;;;*** 16447;;;***
16415 16448
16416;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16449;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16417;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19352 16450;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19383
16418;;;;;; 21355)) 16451;;;;;; 49280))
16419;;; Generated autoloads from mail/mailalias.el 16452;;; Generated autoloads from mail/mailalias.el
16420 16453
16421(defvar mail-complete-style 'angles "\ 16454(defvar mail-complete-style 'angles "\
@@ -16461,7 +16494,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
16461;;;*** 16494;;;***
16462 16495
16463;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 16496;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
16464;;;;;; (19352 21355)) 16497;;;;;; (19383 49280))
16465;;; Generated autoloads from mail/mailclient.el 16498;;; Generated autoloads from mail/mailclient.el
16466 16499
16467(autoload 'mailclient-send-it "mailclient" "\ 16500(autoload 'mailclient-send-it "mailclient" "\
@@ -16475,7 +16508,7 @@ The mail client is taken to be the handler of mailto URLs.
16475 16508
16476;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16509;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16477;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16510;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16478;;;;;; "make-mode" "progmodes/make-mode.el" (19370 15152)) 16511;;;;;; "make-mode" "progmodes/make-mode.el" (19383 49284))
16479;;; Generated autoloads from progmodes/make-mode.el 16512;;; Generated autoloads from progmodes/make-mode.el
16480 16513
16481(autoload 'makefile-mode "make-mode" "\ 16514(autoload 'makefile-mode "make-mode" "\
@@ -16592,8 +16625,8 @@ An adapted `makefile-mode' that knows about imake.
16592 16625
16593;;;*** 16626;;;***
16594 16627
16595;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19352 16628;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19383
16596;;;;;; 21355)) 16629;;;;;; 49280))
16597;;; Generated autoloads from makesum.el 16630;;; Generated autoloads from makesum.el
16598 16631
16599(autoload 'make-command-summary "makesum" "\ 16632(autoload 'make-command-summary "makesum" "\
@@ -16604,7 +16637,7 @@ Previous contents of that buffer are killed first.
16604 16637
16605;;;*** 16638;;;***
16606 16639
16607;;;### (autoloads (man-follow man) "man" "man.el" (19352 21359)) 16640;;;### (autoloads (man-follow man) "man" "man.el" (19383 49278))
16608;;; Generated autoloads from man.el 16641;;; Generated autoloads from man.el
16609 16642
16610(defalias 'manual-entry 'man) 16643(defalias 'manual-entry 'man)
@@ -16653,7 +16686,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
16653 16686
16654;;;*** 16687;;;***
16655 16688
16656;;;### (autoloads (master-mode) "master" "master.el" (19352 21355)) 16689;;;### (autoloads (master-mode) "master" "master.el" (19383 49280))
16657;;; Generated autoloads from master.el 16690;;; Generated autoloads from master.el
16658 16691
16659(autoload 'master-mode "master" "\ 16692(autoload 'master-mode "master" "\
@@ -16676,7 +16709,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
16676;;;*** 16709;;;***
16677 16710
16678;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 16711;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
16679;;;;;; (19352 21355)) 16712;;;;;; (19383 49280))
16680;;; Generated autoloads from mb-depth.el 16713;;; Generated autoloads from mb-depth.el
16681 16714
16682(defvar minibuffer-depth-indicate-mode nil "\ 16715(defvar minibuffer-depth-indicate-mode nil "\
@@ -16707,7 +16740,7 @@ Returns non-nil if the new state is enabled.
16707;;;;;; message-forward-make-body message-forward message-recover 16740;;;;;; message-forward-make-body message-forward message-recover
16708;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16741;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16709;;;;;; message-reply message-news message-mail message-mode) "message" 16742;;;;;; message-reply message-news message-mail message-mode) "message"
16710;;;;;; "gnus/message.el" (19374 17766)) 16743;;;;;; "gnus/message.el" (19383 49284))
16711;;; Generated autoloads from gnus/message.el 16744;;; Generated autoloads from gnus/message.el
16712 16745
16713(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16746(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -16873,7 +16906,7 @@ which specify the range to operate on.
16873;;;*** 16906;;;***
16874 16907
16875;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16908;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16876;;;;;; (19352 21355)) 16909;;;;;; (19383 49280))
16877;;; Generated autoloads from progmodes/meta-mode.el 16910;;; Generated autoloads from progmodes/meta-mode.el
16878 16911
16879(autoload 'metafont-mode "meta-mode" "\ 16912(autoload 'metafont-mode "meta-mode" "\
@@ -16900,7 +16933,7 @@ Turning on MetaPost mode calls the value of the variable
16900 16933
16901;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 16934;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
16902;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 16935;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
16903;;;;;; (19352 21355)) 16936;;;;;; (19383 49280))
16904;;; Generated autoloads from mail/metamail.el 16937;;; Generated autoloads from mail/metamail.el
16905 16938
16906(autoload 'metamail-interpret-header "metamail" "\ 16939(autoload 'metamail-interpret-header "metamail" "\
@@ -16945,7 +16978,7 @@ redisplayed as output is inserted.
16945 16978
16946;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 16979;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
16947;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 16980;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
16948;;;;;; "mh-e/mh-comp.el" (19352 21355)) 16981;;;;;; "mh-e/mh-comp.el" (19383 49280))
16949;;; Generated autoloads from mh-e/mh-comp.el 16982;;; Generated autoloads from mh-e/mh-comp.el
16950 16983
16951(autoload 'mh-smail "mh-comp" "\ 16984(autoload 'mh-smail "mh-comp" "\
@@ -17035,7 +17068,7 @@ delete the draft message.
17035 17068
17036;;;*** 17069;;;***
17037 17070
17038;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19352 21355)) 17071;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19383 49280))
17039;;; Generated autoloads from mh-e/mh-e.el 17072;;; Generated autoloads from mh-e/mh-e.el
17040 17073
17041(put 'mh-progs 'risky-local-variable t) 17074(put 'mh-progs 'risky-local-variable t)
@@ -17052,7 +17085,7 @@ Display version information about MH-E and the MH mail handling system.
17052;;;*** 17085;;;***
17053 17086
17054;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17087;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17055;;;;;; "mh-e/mh-folder.el" (19352 21355)) 17088;;;;;; "mh-e/mh-folder.el" (19383 49280))
17056;;; Generated autoloads from mh-e/mh-folder.el 17089;;; Generated autoloads from mh-e/mh-folder.el
17057 17090
17058(autoload 'mh-rmail "mh-folder" "\ 17091(autoload 'mh-rmail "mh-folder" "\
@@ -17134,7 +17167,7 @@ perform the operation on all messages in that region.
17134;;;*** 17167;;;***
17135 17168
17136;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17169;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17137;;;;;; "midnight.el" (19352 21355)) 17170;;;;;; "midnight.el" (19383 49280))
17138;;; Generated autoloads from midnight.el 17171;;; Generated autoloads from midnight.el
17139 17172
17140(autoload 'clean-buffer-list "midnight" "\ 17173(autoload 'clean-buffer-list "midnight" "\
@@ -17161,7 +17194,7 @@ to its second argument TM.
17161;;;*** 17194;;;***
17162 17195
17163;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17196;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17164;;;;;; "minibuf-eldef.el" (19352 21355)) 17197;;;;;; "minibuf-eldef.el" (19383 49280))
17165;;; Generated autoloads from minibuf-eldef.el 17198;;; Generated autoloads from minibuf-eldef.el
17166 17199
17167(defvar minibuffer-electric-default-mode nil "\ 17200(defvar minibuffer-electric-default-mode nil "\
@@ -17188,7 +17221,7 @@ Returns non-nil if the new state is enabled.
17188 17221
17189;;;*** 17222;;;***
17190 17223
17191;;;### (autoloads (butterfly) "misc" "misc.el" (19352 21355)) 17224;;;### (autoloads (butterfly) "misc" "misc.el" (19383 49280))
17192;;; Generated autoloads from misc.el 17225;;; Generated autoloads from misc.el
17193 17226
17194(autoload 'butterfly "misc" "\ 17227(autoload 'butterfly "misc" "\
@@ -17207,7 +17240,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
17207 17240
17208;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17241;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17209;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17242;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17210;;;;;; "misearch" "misearch.el" (19352 21355)) 17243;;;;;; "misearch" "misearch.el" (19383 49280))
17211;;; Generated autoloads from misearch.el 17244;;; Generated autoloads from misearch.el
17212 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17245 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17213 17246
@@ -17289,7 +17322,7 @@ whose file names match the specified wildcard.
17289;;;*** 17322;;;***
17290 17323
17291;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17324;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17292;;;;;; (19352 21355)) 17325;;;;;; (19383 49280))
17293;;; Generated autoloads from progmodes/mixal-mode.el 17326;;; Generated autoloads from progmodes/mixal-mode.el
17294 17327
17295(autoload 'mixal-mode "mixal-mode" "\ 17328(autoload 'mixal-mode "mixal-mode" "\
@@ -17303,7 +17336,7 @@ Major mode for the mixal asm language.
17303;;;*** 17336;;;***
17304 17337
17305;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17338;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17306;;;;;; "mm-extern" "gnus/mm-extern.el" (19352 21355)) 17339;;;;;; "mm-extern" "gnus/mm-extern.el" (19383 49280))
17307;;; Generated autoloads from gnus/mm-extern.el 17340;;; Generated autoloads from gnus/mm-extern.el
17308 17341
17309(autoload 'mm-extern-cache-contents "mm-extern" "\ 17342(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -17322,7 +17355,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17322;;;*** 17355;;;***
17323 17356
17324;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17357;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17325;;;;;; (19352 21355)) 17358;;;;;; (19383 49280))
17326;;; Generated autoloads from gnus/mm-partial.el 17359;;; Generated autoloads from gnus/mm-partial.el
17327 17360
17328(autoload 'mm-inline-partial "mm-partial" "\ 17361(autoload 'mm-inline-partial "mm-partial" "\
@@ -17336,7 +17369,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17336;;;*** 17369;;;***
17337 17370
17338;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17371;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17339;;;;;; "mm-url" "gnus/mm-url.el" (19352 21355)) 17372;;;;;; "mm-url" "gnus/mm-url.el" (19383 49280))
17340;;; Generated autoloads from gnus/mm-url.el 17373;;; Generated autoloads from gnus/mm-url.el
17341 17374
17342(autoload 'mm-url-insert-file-contents "mm-url" "\ 17375(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -17353,7 +17386,7 @@ Insert file contents of URL using `mm-url-program'.
17353;;;*** 17386;;;***
17354 17387
17355;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17388;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17356;;;;;; "gnus/mm-uu.el" (19382 2266)) 17389;;;;;; "gnus/mm-uu.el" (19383 49283))
17357;;; Generated autoloads from gnus/mm-uu.el 17390;;; Generated autoloads from gnus/mm-uu.el
17358 17391
17359(autoload 'mm-uu-dissect "mm-uu" "\ 17392(autoload 'mm-uu-dissect "mm-uu" "\
@@ -17373,7 +17406,7 @@ Assume text has been decoded if DECODED is non-nil.
17373;;;*** 17406;;;***
17374 17407
17375;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17408;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17376;;;;;; (19352 21355)) 17409;;;;;; (19383 49280))
17377;;; Generated autoloads from gnus/mml1991.el 17410;;; Generated autoloads from gnus/mml1991.el
17378 17411
17379(autoload 'mml1991-encrypt "mml1991" "\ 17412(autoload 'mml1991-encrypt "mml1991" "\
@@ -17390,7 +17423,7 @@ Not documented
17390 17423
17391;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17424;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17392;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17425;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17393;;;;;; "mml2015" "gnus/mml2015.el" (19352 21355)) 17426;;;;;; "mml2015" "gnus/mml2015.el" (19383 49280))
17394;;; Generated autoloads from gnus/mml2015.el 17427;;; Generated autoloads from gnus/mml2015.el
17395 17428
17396(autoload 'mml2015-decrypt "mml2015" "\ 17429(autoload 'mml2015-decrypt "mml2015" "\
@@ -17463,7 +17496,7 @@ followed by the first character of the construct.
17463;;;*** 17496;;;***
17464 17497
17465;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 17498;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
17466;;;;;; (19352 21355)) 17499;;;;;; (19383 49280))
17467;;; Generated autoloads from play/morse.el 17500;;; Generated autoloads from play/morse.el
17468 17501
17469(autoload 'morse-region "morse" "\ 17502(autoload 'morse-region "morse" "\
@@ -17479,7 +17512,7 @@ Convert morse coded text in region to ordinary ASCII text.
17479;;;*** 17512;;;***
17480 17513
17481;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 17514;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
17482;;;;;; "mouse-drag.el" (19352 21355)) 17515;;;;;; "mouse-drag.el" (19383 49280))
17483;;; Generated autoloads from mouse-drag.el 17516;;; Generated autoloads from mouse-drag.el
17484 17517
17485(autoload 'mouse-drag-throw "mouse-drag" "\ 17518(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -17526,8 +17559,8 @@ To test this function, evaluate:
17526 17559
17527;;;*** 17560;;;***
17528 17561
17529;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19352 17562;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19383
17530;;;;;; 21355)) 17563;;;;;; 49280))
17531;;; Generated autoloads from mouse-sel.el 17564;;; Generated autoloads from mouse-sel.el
17532 17565
17533(defvar mouse-sel-mode nil "\ 17566(defvar mouse-sel-mode nil "\
@@ -17579,7 +17612,7 @@ primary selection and region.
17579 17612
17580;;;*** 17613;;;***
17581 17614
17582;;;### (autoloads (mpc) "mpc" "mpc.el" (19352 21355)) 17615;;;### (autoloads (mpc) "mpc" "mpc.el" (19383 49280))
17583;;; Generated autoloads from mpc.el 17616;;; Generated autoloads from mpc.el
17584 17617
17585(autoload 'mpc "mpc" "\ 17618(autoload 'mpc "mpc" "\
@@ -17589,7 +17622,7 @@ Main entry point for MPC.
17589 17622
17590;;;*** 17623;;;***
17591 17624
17592;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19352 21355)) 17625;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19383 49280))
17593;;; Generated autoloads from play/mpuz.el 17626;;; Generated autoloads from play/mpuz.el
17594 17627
17595(autoload 'mpuz "mpuz" "\ 17628(autoload 'mpuz "mpuz" "\
@@ -17599,7 +17632,7 @@ Multiplication puzzle with GNU Emacs.
17599 17632
17600;;;*** 17633;;;***
17601 17634
17602;;;### (autoloads (msb-mode) "msb" "msb.el" (19352 21355)) 17635;;;### (autoloads (msb-mode) "msb" "msb.el" (19383 49280))
17603;;; Generated autoloads from msb.el 17636;;; Generated autoloads from msb.el
17604 17637
17605(defvar msb-mode nil "\ 17638(defvar msb-mode nil "\
@@ -17626,7 +17659,7 @@ different buffer menu using the function `msb'.
17626;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17659;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17627;;;;;; describe-coding-system describe-character-set list-charset-chars 17660;;;;;; describe-coding-system describe-character-set list-charset-chars
17628;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17661;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17629;;;;;; (19352 21355)) 17662;;;;;; (19383 49280))
17630;;; Generated autoloads from international/mule-diag.el 17663;;; Generated autoloads from international/mule-diag.el
17631 17664
17632(autoload 'list-character-sets "mule-diag" "\ 17665(autoload 'list-character-sets "mule-diag" "\
@@ -17763,7 +17796,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
17763;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 17796;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
17764;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 17797;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
17765;;;;;; truncate-string-to-width store-substring string-to-sequence) 17798;;;;;; truncate-string-to-width store-substring string-to-sequence)
17766;;;;;; "mule-util" "international/mule-util.el" (19352 21362)) 17799;;;;;; "mule-util" "international/mule-util.el" (19383 49276))
17767;;; Generated autoloads from international/mule-util.el 17800;;; Generated autoloads from international/mule-util.el
17768 17801
17769(autoload 'string-to-sequence "mule-util" "\ 17802(autoload 'string-to-sequence "mule-util" "\
@@ -17903,8 +17936,8 @@ per-character basis, this may not be accurate.
17903;;;### (autoloads (network-connection network-connection-to-service 17936;;;### (autoloads (network-connection network-connection-to-service
17904;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 17937;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
17905;;;;;; nslookup nslookup-host ping traceroute route arp netstat 17938;;;;;; nslookup nslookup-host ping traceroute route arp netstat
17906;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19352 17939;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19383
17907;;;;;; 21355)) 17940;;;;;; 49280))
17908;;; Generated autoloads from net/net-utils.el 17941;;; Generated autoloads from net/net-utils.el
17909 17942
17910(autoload 'ifconfig "net-utils" "\ 17943(autoload 'ifconfig "net-utils" "\
@@ -18003,7 +18036,7 @@ Open a network connection to HOST on PORT.
18003;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18036;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18004;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18037;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18005;;;;;; comment-padding comment-style comment-column) "newcomment" 18038;;;;;; comment-padding comment-style comment-column) "newcomment"
18006;;;;;; "newcomment.el" (19352 21355)) 18039;;;;;; "newcomment.el" (19383 49280))
18007;;; Generated autoloads from newcomment.el 18040;;; Generated autoloads from newcomment.el
18008 18041
18009(defalias 'indent-for-comment 'comment-indent) 18042(defalias 'indent-for-comment 'comment-indent)
@@ -18203,7 +18236,7 @@ unless optional argument SOFT is non-nil.
18203;;;*** 18236;;;***
18204 18237
18205;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18238;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
18206;;;;;; "net/newst-backend.el" (19352 21355)) 18239;;;;;; "net/newst-backend.el" (19383 49280))
18207;;; Generated autoloads from net/newst-backend.el 18240;;; Generated autoloads from net/newst-backend.el
18208 18241
18209(autoload 'newsticker-running-p "newst-backend" "\ 18242(autoload 'newsticker-running-p "newst-backend" "\
@@ -18225,7 +18258,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
18225;;;*** 18258;;;***
18226 18259
18227;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18260;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
18228;;;;;; (19352 21355)) 18261;;;;;; (19383 49280))
18229;;; Generated autoloads from net/newst-plainview.el 18262;;; Generated autoloads from net/newst-plainview.el
18230 18263
18231(autoload 'newsticker-plainview "newst-plainview" "\ 18264(autoload 'newsticker-plainview "newst-plainview" "\
@@ -18236,7 +18269,7 @@ Start newsticker plainview.
18236;;;*** 18269;;;***
18237 18270
18238;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18271;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
18239;;;;;; (19352 21355)) 18272;;;;;; (19383 49280))
18240;;; Generated autoloads from net/newst-reader.el 18273;;; Generated autoloads from net/newst-reader.el
18241 18274
18242(autoload 'newsticker-show-news "newst-reader" "\ 18275(autoload 'newsticker-show-news "newst-reader" "\
@@ -18247,7 +18280,7 @@ Start reading news. You may want to bind this to a key.
18247;;;*** 18280;;;***
18248 18281
18249;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18282;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18250;;;;;; "newst-ticker" "net/newst-ticker.el" (19352 21355)) 18283;;;;;; "newst-ticker" "net/newst-ticker.el" (19383 49280))
18251;;; Generated autoloads from net/newst-ticker.el 18284;;; Generated autoloads from net/newst-ticker.el
18252 18285
18253(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18286(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -18268,7 +18301,7 @@ running already.
18268;;;*** 18301;;;***
18269 18302
18270;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18303;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18271;;;;;; (19352 21355)) 18304;;;;;; (19383 49280))
18272;;; Generated autoloads from net/newst-treeview.el 18305;;; Generated autoloads from net/newst-treeview.el
18273 18306
18274(autoload 'newsticker-treeview "newst-treeview" "\ 18307(autoload 'newsticker-treeview "newst-treeview" "\
@@ -18279,7 +18312,7 @@ Start newsticker treeview.
18279;;;*** 18312;;;***
18280 18313
18281;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18314;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18282;;;;;; (19352 21355)) 18315;;;;;; (19383 49280))
18283;;; Generated autoloads from gnus/nndiary.el 18316;;; Generated autoloads from gnus/nndiary.el
18284 18317
18285(autoload 'nndiary-generate-nov-databases "nndiary" "\ 18318(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -18289,8 +18322,8 @@ Generate NOV databases in all nndiary directories.
18289 18322
18290;;;*** 18323;;;***
18291 18324
18292;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19352 18325;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19383
18293;;;;;; 21355)) 18326;;;;;; 49280))
18294;;; Generated autoloads from gnus/nndoc.el 18327;;; Generated autoloads from gnus/nndoc.el
18295 18328
18296(autoload 'nndoc-add-type "nndoc" "\ 18329(autoload 'nndoc-add-type "nndoc" "\
@@ -18305,7 +18338,7 @@ symbol in the alist.
18305;;;*** 18338;;;***
18306 18339
18307;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18340;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18308;;;;;; (19352 21355)) 18341;;;;;; (19383 49280))
18309;;; Generated autoloads from gnus/nnfolder.el 18342;;; Generated autoloads from gnus/nnfolder.el
18310 18343
18311(autoload 'nnfolder-generate-active-file "nnfolder" "\ 18344(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -18317,7 +18350,7 @@ This command does not work if you use short group names.
18317;;;*** 18350;;;***
18318 18351
18319;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18352;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
18320;;;;;; (19352 21355)) 18353;;;;;; (19383 49280))
18321;;; Generated autoloads from gnus/nnkiboze.el 18354;;; Generated autoloads from gnus/nnkiboze.el
18322 18355
18323(autoload 'nnkiboze-generate-groups "nnkiboze" "\ 18356(autoload 'nnkiboze-generate-groups "nnkiboze" "\
@@ -18329,7 +18362,7 @@ Finds out what articles are to be part of the nnkiboze groups.
18329;;;*** 18362;;;***
18330 18363
18331;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18364;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18332;;;;;; (19352 21357)) 18365;;;;;; (19383 49280))
18333;;; Generated autoloads from gnus/nnml.el 18366;;; Generated autoloads from gnus/nnml.el
18334 18367
18335(autoload 'nnml-generate-nov-databases "nnml" "\ 18368(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -18340,7 +18373,7 @@ Generate NOV databases in all nnml directories.
18340;;;*** 18373;;;***
18341 18374
18342;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 18375;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
18343;;;;;; "nnsoup" "gnus/nnsoup.el" (19352 21357)) 18376;;;;;; "nnsoup" "gnus/nnsoup.el" (19383 49280))
18344;;; Generated autoloads from gnus/nnsoup.el 18377;;; Generated autoloads from gnus/nnsoup.el
18345 18378
18346(autoload 'nnsoup-pack-replies "nnsoup" "\ 18379(autoload 'nnsoup-pack-replies "nnsoup" "\
@@ -18361,7 +18394,7 @@ Revert posting and mailing methods to the standard Emacs methods.
18361;;;*** 18394;;;***
18362 18395
18363;;;### (autoloads (disable-command enable-command disabled-command-function) 18396;;;### (autoloads (disable-command enable-command disabled-command-function)
18364;;;;;; "novice" "novice.el" (19352 21357)) 18397;;;;;; "novice" "novice.el" (19383 49280))
18365;;; Generated autoloads from novice.el 18398;;; Generated autoloads from novice.el
18366 18399
18367(defvar disabled-command-function 'disabled-command-function "\ 18400(defvar disabled-command-function 'disabled-command-function "\
@@ -18394,7 +18427,7 @@ to future sessions.
18394;;;*** 18427;;;***
18395 18428
18396;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18429;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18397;;;;;; (19352 21357)) 18430;;;;;; (19383 49280))
18398;;; Generated autoloads from textmodes/nroff-mode.el 18431;;; Generated autoloads from textmodes/nroff-mode.el
18399 18432
18400(autoload 'nroff-mode "nroff-mode" "\ 18433(autoload 'nroff-mode "nroff-mode" "\
@@ -18409,7 +18442,7 @@ closing requests for requests that are used in matched pairs.
18409;;;*** 18442;;;***
18410 18443
18411;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 18444;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
18412;;;;;; (19352 21357)) 18445;;;;;; (19383 49280))
18413;;; Generated autoloads from nxml/nxml-glyph.el 18446;;; Generated autoloads from nxml/nxml-glyph.el
18414 18447
18415(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 18448(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -18421,8 +18454,8 @@ Return nil if the face cannot display a glyph for N.
18421 18454
18422;;;*** 18455;;;***
18423 18456
18424;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19352 18457;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19383
18425;;;;;; 21362)) 18458;;;;;; 49276))
18426;;; Generated autoloads from nxml/nxml-mode.el 18459;;; Generated autoloads from nxml/nxml-mode.el
18427 18460
18428(autoload 'nxml-mode "nxml-mode" "\ 18461(autoload 'nxml-mode "nxml-mode" "\
@@ -18484,7 +18517,7 @@ Many aspects this mode can be customized using
18484;;;*** 18517;;;***
18485 18518
18486;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 18519;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
18487;;;;;; "nxml/nxml-uchnm.el" (19352 21357)) 18520;;;;;; "nxml/nxml-uchnm.el" (19383 49280))
18488;;; Generated autoloads from nxml/nxml-uchnm.el 18521;;; Generated autoloads from nxml/nxml-uchnm.el
18489 18522
18490(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 18523(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -18497,7 +18530,7 @@ the variable `nxml-enabled-unicode-blocks'.
18497;;;*** 18530;;;***
18498 18531
18499;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 18532;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18500;;;;;; (19352 21357)) 18533;;;;;; (19383 49280))
18501;;; Generated autoloads from progmodes/octave-inf.el 18534;;; Generated autoloads from progmodes/octave-inf.el
18502 18535
18503(autoload 'inferior-octave "octave-inf" "\ 18536(autoload 'inferior-octave "octave-inf" "\
@@ -18520,7 +18553,7 @@ startup file, `~/.emacs-octave'.
18520;;;*** 18553;;;***
18521 18554
18522;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 18555;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18523;;;;;; (19352 21357)) 18556;;;;;; (19383 49280))
18524;;; Generated autoloads from progmodes/octave-mod.el 18557;;; Generated autoloads from progmodes/octave-mod.el
18525 18558
18526(autoload 'octave-mode "octave-mod" "\ 18559(autoload 'octave-mode "octave-mod" "\
@@ -18615,7 +18648,7 @@ including a reproducible test case and send the message.
18615;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global 18648;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global
18616;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 18649;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
18617;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 18650;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
18618;;;;;; org-mode) "org" "org/org.el" (19352 21357)) 18651;;;;;; org-mode) "org" "org/org.el" (19383 49280))
18619;;; Generated autoloads from org/org.el 18652;;; Generated autoloads from org/org.el
18620 18653
18621(autoload 'org-mode "org" "\ 18654(autoload 'org-mode "org" "\
@@ -18828,7 +18861,7 @@ Call the customize function with org as argument.
18828;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 18861;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
18829;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 18862;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
18830;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 18863;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
18831;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19352 21357)) 18864;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19383 49280))
18832;;; Generated autoloads from org/org-agenda.el 18865;;; Generated autoloads from org/org-agenda.el
18833 18866
18834(autoload 'org-agenda "org-agenda" "\ 18867(autoload 'org-agenda "org-agenda" "\
@@ -19091,7 +19124,7 @@ belonging to the \"Work\" category.
19091 19124
19092;;;### (autoloads (org-archive-subtree-default-with-confirmation 19125;;;### (autoloads (org-archive-subtree-default-with-confirmation
19093;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 19126;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
19094;;;;;; (19352 21357)) 19127;;;;;; (19383 49280))
19095;;; Generated autoloads from org/org-archive.el 19128;;; Generated autoloads from org/org-archive.el
19096 19129
19097(autoload 'org-archive-subtree-default "org-archive" "\ 19130(autoload 'org-archive-subtree-default "org-archive" "\
@@ -19110,7 +19143,7 @@ This command is set with the variable `org-archive-default-command'.
19110 19143
19111;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 19144;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19112;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer) 19145;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer)
19113;;;;;; "org-ascii" "org/org-ascii.el" (19352 21357)) 19146;;;;;; "org-ascii" "org/org-ascii.el" (19383 49280))
19114;;; Generated autoloads from org/org-ascii.el 19147;;; Generated autoloads from org/org-ascii.el
19115 19148
19116(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\ 19149(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
@@ -19163,8 +19196,8 @@ publishing directory.
19163 19196
19164;;;*** 19197;;;***
19165 19198
19166;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19352 19199;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19383
19167;;;;;; 21357)) 19200;;;;;; 49280))
19168;;; Generated autoloads from org/org-attach.el 19201;;; Generated autoloads from org/org-attach.el
19169 19202
19170(autoload 'org-attach "org-attach" "\ 19203(autoload 'org-attach "org-attach" "\
@@ -19176,7 +19209,7 @@ Shows a list of commands and prompts for another key to execute a command.
19176;;;*** 19209;;;***
19177 19210
19178;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19211;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19179;;;;;; (19352 21357)) 19212;;;;;; (19383 49280))
19180;;; Generated autoloads from org/org-bbdb.el 19213;;; Generated autoloads from org/org-bbdb.el
19181 19214
19182(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19215(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19187,7 +19220,7 @@ Extract anniversaries from BBDB for display in the agenda.
19187;;;*** 19220;;;***
19188 19221
19189;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 19222;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19190;;;;;; "org-clock" "org/org-clock.el" (19352 21357)) 19223;;;;;; "org-clock" "org/org-clock.el" (19383 49280))
19191;;; Generated autoloads from org/org-clock.el 19224;;; Generated autoloads from org/org-clock.el
19192 19225
19193(autoload 'org-get-clocktable "org-clock" "\ 19226(autoload 'org-get-clocktable "org-clock" "\
@@ -19207,7 +19240,7 @@ Set up hooks for clock persistence
19207;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 19240;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
19208;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 19241;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
19209;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 19242;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19210;;;;;; "org-docbook" "org/org-docbook.el" (19352 21357)) 19243;;;;;; "org-docbook" "org/org-docbook.el" (19383 49280))
19211;;; Generated autoloads from org/org-docbook.el 19244;;; Generated autoloads from org/org-docbook.el
19212 19245
19213(autoload 'org-export-as-docbook-batch "org-docbook" "\ 19246(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -19284,7 +19317,7 @@ publishing directory.
19284 19317
19285;;;### (autoloads (org-insert-export-options-template org-export-as-org 19318;;;### (autoloads (org-insert-export-options-template org-export-as-org
19286;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 19319;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19287;;;;;; (19352 21357)) 19320;;;;;; (19383 49280))
19288;;; Generated autoloads from org/org-exp.el 19321;;; Generated autoloads from org/org-exp.el
19289 19322
19290(autoload 'org-export "org-exp" "\ 19323(autoload 'org-export "org-exp" "\
@@ -19341,8 +19374,8 @@ Insert into the buffer a template with information for exporting.
19341;;;*** 19374;;;***
19342 19375
19343;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 19376;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
19344;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19352 19377;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19383
19345;;;;;; 21357)) 19378;;;;;; 49280))
19346;;; Generated autoloads from org/org-feed.el 19379;;; Generated autoloads from org/org-feed.el
19347 19380
19348(autoload 'org-feed-update-all "org-feed" "\ 19381(autoload 'org-feed-update-all "org-feed" "\
@@ -19370,7 +19403,7 @@ Show the raw feed buffer of a feed.
19370;;;*** 19403;;;***
19371 19404
19372;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 19405;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19373;;;;;; "org/org-footnote.el" (19352 21357)) 19406;;;;;; "org/org-footnote.el" (19383 49281))
19374;;; Generated autoloads from org/org-footnote.el 19407;;; Generated autoloads from org/org-footnote.el
19375 19408
19376(autoload 'org-footnote-action "org-footnote" "\ 19409(autoload 'org-footnote-action "org-footnote" "\
@@ -19397,7 +19430,7 @@ referenced sequence.
19397;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 19430;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
19398;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 19431;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
19399;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 19432;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
19400;;;;;; "org/org-freemind.el" (19352 21362)) 19433;;;;;; "org/org-freemind.el" (19383 49276))
19401;;; Generated autoloads from org/org-freemind.el 19434;;; Generated autoloads from org/org-freemind.el
19402 19435
19403(autoload 'org-export-as-freemind "org-freemind" "\ 19436(autoload 'org-export-as-freemind "org-freemind" "\
@@ -19435,7 +19468,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
19435;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 19468;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
19436;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 19469;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
19437;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 19470;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19438;;;;;; "org/org-html.el" (19352 21357)) 19471;;;;;; "org/org-html.el" (19383 49281))
19439;;; Generated autoloads from org/org-html.el 19472;;; Generated autoloads from org/org-html.el
19440 19473
19441(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 19474(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -19528,7 +19561,7 @@ that uses these same face definitions.
19528 19561
19529;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19562;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19530;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 19563;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19531;;;;;; (19352 21357)) 19564;;;;;; (19383 49281))
19532;;; Generated autoloads from org/org-icalendar.el 19565;;; Generated autoloads from org/org-icalendar.el
19533 19566
19534(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 19567(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -19555,7 +19588,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19555 19588
19556;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling 19589;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling
19557;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy 19590;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
19558;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19352 21357)) 19591;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19383 49281))
19559;;; Generated autoloads from org/org-id.el 19592;;; Generated autoloads from org/org-id.el
19560 19593
19561(autoload 'org-id-get-create "org-id" "\ 19594(autoload 'org-id-get-create "org-id" "\
@@ -19619,7 +19652,7 @@ Query the id database for the file in which this ID is located.
19619;;;*** 19652;;;***
19620 19653
19621;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 19654;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
19622;;;;;; (19352 21357)) 19655;;;;;; (19383 49281))
19623;;; Generated autoloads from org/org-indent.el 19656;;; Generated autoloads from org/org-indent.el
19624 19657
19625(autoload 'org-indent-mode "org-indent" "\ 19658(autoload 'org-indent-mode "org-indent" "\
@@ -19634,7 +19667,7 @@ FIXME: How to update when broken?
19634;;;*** 19667;;;***
19635 19668
19636;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 19669;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
19637;;;;;; (19352 21357)) 19670;;;;;; (19383 49281))
19638;;; Generated autoloads from org/org-irc.el 19671;;; Generated autoloads from org/org-irc.el
19639 19672
19640(autoload 'org-irc-store-link "org-irc" "\ 19673(autoload 'org-irc-store-link "org-irc" "\
@@ -19647,7 +19680,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
19647;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 19680;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
19648;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 19681;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
19649;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 19682;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
19650;;;;;; (19352 21357)) 19683;;;;;; (19383 49281))
19651;;; Generated autoloads from org/org-latex.el 19684;;; Generated autoloads from org/org-latex.el
19652 19685
19653(autoload 'org-export-as-latex-batch "org-latex" "\ 19686(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -19727,8 +19760,8 @@ Export as LaTeX, then process through to PDF, and open.
19727;;;*** 19760;;;***
19728 19761
19729;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 19762;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
19730;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19352 19763;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19383
19731;;;;;; 21357)) 19764;;;;;; 49281))
19732;;; Generated autoloads from org/org-mobile.el 19765;;; Generated autoloads from org/org-mobile.el
19733 19766
19734(autoload 'org-mobile-push "org-mobile" "\ 19767(autoload 'org-mobile-push "org-mobile" "\
@@ -19753,7 +19786,7 @@ Create a file that contains all custom agenda views.
19753;;;*** 19786;;;***
19754 19787
19755;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 19788;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
19756;;;;;; (19352 21357)) 19789;;;;;; (19383 49281))
19757;;; Generated autoloads from org/org-plot.el 19790;;; Generated autoloads from org/org-plot.el
19758 19791
19759(autoload 'org-plot/gnuplot "org-plot" "\ 19792(autoload 'org-plot/gnuplot "org-plot" "\
@@ -19767,7 +19800,7 @@ line directly before or after the table.
19767 19800
19768;;;### (autoloads (org-publish-current-project org-publish-current-file 19801;;;### (autoloads (org-publish-current-project org-publish-current-file
19769;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 19802;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
19770;;;;;; (19352 21357)) 19803;;;;;; (19383 49281))
19771;;; Generated autoloads from org/org-publish.el 19804;;; Generated autoloads from org/org-publish.el
19772 19805
19773(defalias 'org-publish-project 'org-publish) 19806(defalias 'org-publish-project 'org-publish)
@@ -19801,7 +19834,7 @@ the project.
19801 19834
19802;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 19835;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
19803;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 19836;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
19804;;;;;; "org/org-remember.el" (19352 21357)) 19837;;;;;; "org/org-remember.el" (19383 49281))
19805;;; Generated autoloads from org/org-remember.el 19838;;; Generated autoloads from org/org-remember.el
19806 19839
19807(autoload 'org-remember-insinuate "org-remember" "\ 19840(autoload 'org-remember-insinuate "org-remember" "\
@@ -19876,7 +19909,7 @@ See also the variable `org-reverse-note-order'.
19876;;;*** 19909;;;***
19877 19910
19878;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 19911;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
19879;;;;;; "org-table" "org/org-table.el" (19352 21357)) 19912;;;;;; "org-table" "org/org-table.el" (19383 49281))
19880;;; Generated autoloads from org/org-table.el 19913;;; Generated autoloads from org/org-table.el
19881 19914
19882(autoload 'turn-on-orgtbl "org-table" "\ 19915(autoload 'turn-on-orgtbl "org-table" "\
@@ -19901,7 +19934,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
19901 19934
19902;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 19935;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
19903;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 19936;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
19904;;;;;; (19352 21357)) 19937;;;;;; (19383 49281))
19905;;; Generated autoloads from org/org-timer.el 19938;;; Generated autoloads from org/org-timer.el
19906 19939
19907(autoload 'org-timer-start "org-timer" "\ 19940(autoload 'org-timer-start "org-timer" "\
@@ -19945,7 +19978,7 @@ Set a timer.
19945;;;*** 19978;;;***
19946 19979
19947;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 19980;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
19948;;;;;; (19352 21357)) 19981;;;;;; (19383 49281))
19949;;; Generated autoloads from org/org-xoxo.el 19982;;; Generated autoloads from org/org-xoxo.el
19950 19983
19951(autoload 'org-export-as-xoxo "org-xoxo" "\ 19984(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -19957,7 +19990,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
19957;;;*** 19990;;;***
19958 19991
19959;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 19992;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
19960;;;;;; (19352 21362)) 19993;;;;;; (19383 49276))
19961;;; Generated autoloads from outline.el 19994;;; Generated autoloads from outline.el
19962(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 19995(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
19963 19996
@@ -20014,7 +20047,7 @@ See the command `outline-mode' for more information on this mode.
20014 20047
20015;;;*** 20048;;;***
20016 20049
20017;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19352 21357)) 20050;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19383 49281))
20018;;; Generated autoloads from paren.el 20051;;; Generated autoloads from paren.el
20019 20052
20020(defvar show-paren-mode nil "\ 20053(defvar show-paren-mode nil "\
@@ -20039,7 +20072,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20039;;;*** 20072;;;***
20040 20073
20041;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20074;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20042;;;;;; (19352 21357)) 20075;;;;;; (19383 49281))
20043;;; Generated autoloads from calendar/parse-time.el 20076;;; Generated autoloads from calendar/parse-time.el
20044(put 'parse-time-rules 'risky-local-variable t) 20077(put 'parse-time-rules 'risky-local-variable t)
20045 20078
@@ -20052,8 +20085,8 @@ unknown are returned as nil.
20052 20085
20053;;;*** 20086;;;***
20054 20087
20055;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19352 20088;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19383
20056;;;;;; 21357)) 20089;;;;;; 49281))
20057;;; Generated autoloads from progmodes/pascal.el 20090;;; Generated autoloads from progmodes/pascal.el
20058 20091
20059(autoload 'pascal-mode "pascal" "\ 20092(autoload 'pascal-mode "pascal" "\
@@ -20106,7 +20139,7 @@ no args, if that value is non-nil.
20106;;;*** 20139;;;***
20107 20140
20108;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20141;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20109;;;;;; (19352 21357)) 20142;;;;;; (19383 49281))
20110;;; Generated autoloads from emulation/pc-mode.el 20143;;; Generated autoloads from emulation/pc-mode.el
20111 20144
20112(autoload 'pc-bindings-mode "pc-mode" "\ 20145(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20124,7 +20157,7 @@ C-Escape does list-buffers.
20124;;;*** 20157;;;***
20125 20158
20126;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20159;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20127;;;;;; (19352 21357)) 20160;;;;;; (19383 49281))
20128;;; Generated autoloads from emulation/pc-select.el 20161;;; Generated autoloads from emulation/pc-select.el
20129 20162
20130(defvar pc-selection-mode nil "\ 20163(defvar pc-selection-mode nil "\
@@ -20190,8 +20223,8 @@ but before calling PC Selection mode):
20190 20223
20191;;;*** 20224;;;***
20192 20225
20193;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19352 20226;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19383
20194;;;;;; 21357)) 20227;;;;;; 49281))
20195;;; Generated autoloads from pcmpl-cvs.el 20228;;; Generated autoloads from pcmpl-cvs.el
20196 20229
20197(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20230(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20202,7 +20235,7 @@ Completion rules for the `cvs' command.
20202;;;*** 20235;;;***
20203 20236
20204;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20237;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20205;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19352 21357)) 20238;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19383 49281))
20206;;; Generated autoloads from pcmpl-gnu.el 20239;;; Generated autoloads from pcmpl-gnu.el
20207 20240
20208(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20241(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20230,7 +20263,7 @@ Completion for the GNU tar utility.
20230;;;*** 20263;;;***
20231 20264
20232;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20265;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20233;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19352 21357)) 20266;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19383 49281))
20234;;; Generated autoloads from pcmpl-linux.el 20267;;; Generated autoloads from pcmpl-linux.el
20235 20268
20236(autoload 'pcomplete/kill "pcmpl-linux" "\ 20269(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20250,8 +20283,8 @@ Completion for GNU/Linux `mount'.
20250 20283
20251;;;*** 20284;;;***
20252 20285
20253;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19352 20286;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19383
20254;;;;;; 21357)) 20287;;;;;; 49281))
20255;;; Generated autoloads from pcmpl-rpm.el 20288;;; Generated autoloads from pcmpl-rpm.el
20256 20289
20257(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20290(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20263,7 +20296,7 @@ Completion for the `rpm' command.
20263 20296
20264;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20297;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20265;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20298;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20266;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19352 21357)) 20299;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19383 49281))
20267;;; Generated autoloads from pcmpl-unix.el 20300;;; Generated autoloads from pcmpl-unix.el
20268 20301
20269(autoload 'pcomplete/cd "pcmpl-unix" "\ 20302(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20320,8 +20353,8 @@ Includes files as well as host names followed by a colon.
20320 20353
20321;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20354;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20322;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20355;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20323;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19352 20356;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19383
20324;;;;;; 21357)) 20357;;;;;; 49281))
20325;;; Generated autoloads from pcomplete.el 20358;;; Generated autoloads from pcomplete.el
20326 20359
20327(autoload 'pcomplete "pcomplete" "\ 20360(autoload 'pcomplete "pcomplete" "\
@@ -20380,7 +20413,7 @@ Setup `shell-mode' to use pcomplete.
20380 20413
20381;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20414;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20382;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20415;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20383;;;;;; "pcvs.el" (19352 21357)) 20416;;;;;; "pcvs.el" (19383 49281))
20384;;; Generated autoloads from pcvs.el 20417;;; Generated autoloads from pcvs.el
20385 20418
20386(autoload 'cvs-checkout "pcvs" "\ 20419(autoload 'cvs-checkout "pcvs" "\
@@ -20455,7 +20488,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20455 20488
20456;;;*** 20489;;;***
20457 20490
20458;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19352 21357)) 20491;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19383 49281))
20459;;; Generated autoloads from pcvs-defs.el 20492;;; Generated autoloads from pcvs-defs.el
20460 20493
20461(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))) 20494(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)))
@@ -20463,7 +20496,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20463;;;*** 20496;;;***
20464 20497
20465;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20498;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20466;;;;;; (19352 21358)) 20499;;;;;; (19383 49281))
20467;;; Generated autoloads from progmodes/perl-mode.el 20500;;; Generated autoloads from progmodes/perl-mode.el
20468(put 'perl-indent-level 'safe-local-variable 'integerp) 20501(put 'perl-indent-level 'safe-local-variable 'integerp)
20469(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20502(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20527,7 +20560,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20527;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20560;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20528;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20561;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20529;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20562;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20530;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19352 21358)) 20563;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19383 49281))
20531;;; Generated autoloads from pgg.el 20564;;; Generated autoloads from pgg.el
20532 20565
20533(autoload 'pgg-encrypt-region "pgg" "\ 20566(autoload 'pgg-encrypt-region "pgg" "\
@@ -20661,7 +20694,7 @@ Import public keys in the current buffer.
20661;;;*** 20694;;;***
20662 20695
20663;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20696;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20664;;;;;; (19352 21358)) 20697;;;;;; (19383 49281))
20665;;; Generated autoloads from pgg-gpg.el 20698;;; Generated autoloads from pgg-gpg.el
20666 20699
20667(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ 20700(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
@@ -20672,7 +20705,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20672;;;*** 20705;;;***
20673 20706
20674;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20707;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20675;;;;;; (19352 21358)) 20708;;;;;; (19383 49281))
20676;;; Generated autoloads from textmodes/picture.el 20709;;; Generated autoloads from textmodes/picture.el
20677 20710
20678(autoload 'picture-mode "picture" "\ 20711(autoload 'picture-mode "picture" "\
@@ -20753,7 +20786,7 @@ they are not defaultly assigned to keys.
20753;;;*** 20786;;;***
20754 20787
20755;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20788;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20756;;;;;; (19352 21358)) 20789;;;;;; (19383 49281))
20757;;; Generated autoloads from textmodes/po.el 20790;;; Generated autoloads from textmodes/po.el
20758 20791
20759(autoload 'po-find-file-coding-system "po" "\ 20792(autoload 'po-find-file-coding-system "po" "\
@@ -20764,7 +20797,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20764 20797
20765;;;*** 20798;;;***
20766 20799
20767;;;### (autoloads (pong) "pong" "play/pong.el" (19352 21358)) 20800;;;### (autoloads (pong) "pong" "play/pong.el" (19383 49281))
20768;;; Generated autoloads from play/pong.el 20801;;; Generated autoloads from play/pong.el
20769 20802
20770(autoload 'pong "pong" "\ 20803(autoload 'pong "pong" "\
@@ -20782,7 +20815,7 @@ pong-mode keybindings:\\<pong-mode-map>
20782 20815
20783;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20816;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
20784;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 20817;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
20785;;;;;; (19352 21358)) 20818;;;;;; (19383 49281))
20786;;; Generated autoloads from emacs-lisp/pp.el 20819;;; Generated autoloads from emacs-lisp/pp.el
20787 20820
20788(autoload 'pp-to-string "pp" "\ 20821(autoload 'pp-to-string "pp" "\
@@ -20850,7 +20883,7 @@ Ignores leading comment characters.
20850;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20883;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20851;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20884;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20852;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20885;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20853;;;;;; (19352 21358)) 20886;;;;;; (19383 49281))
20854;;; Generated autoloads from printing.el 20887;;; Generated autoloads from printing.el
20855 20888
20856(autoload 'pr-interface "printing" "\ 20889(autoload 'pr-interface "printing" "\
@@ -21437,7 +21470,7 @@ are both set to t.
21437 21470
21438;;;*** 21471;;;***
21439 21472
21440;;;### (autoloads (proced) "proced" "proced.el" (19352 21358)) 21473;;;### (autoloads (proced) "proced" "proced.el" (19383 49281))
21441;;; Generated autoloads from proced.el 21474;;; Generated autoloads from proced.el
21442 21475
21443(autoload 'proced "proced" "\ 21476(autoload 'proced "proced" "\
@@ -21453,7 +21486,7 @@ See `proced-mode' for a description of features available in Proced buffers.
21453;;;*** 21486;;;***
21454 21487
21455;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21488;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21456;;;;;; (19352 21358)) 21489;;;;;; (19383 49281))
21457;;; Generated autoloads from progmodes/prolog.el 21490;;; Generated autoloads from progmodes/prolog.el
21458 21491
21459(autoload 'prolog-mode "prolog" "\ 21492(autoload 'prolog-mode "prolog" "\
@@ -21476,8 +21509,8 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
21476 21509
21477;;;*** 21510;;;***
21478 21511
21479;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19352 21512;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19383
21480;;;;;; 21358)) 21513;;;;;; 49281))
21481;;; Generated autoloads from ps-bdf.el 21514;;; Generated autoloads from ps-bdf.el
21482 21515
21483(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")) "\ 21516(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")) "\
@@ -21488,8 +21521,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21488 21521
21489;;;*** 21522;;;***
21490 21523
21491;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19352 21524;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19383
21492;;;;;; 21358)) 21525;;;;;; 49281))
21493;;; Generated autoloads from progmodes/ps-mode.el 21526;;; Generated autoloads from progmodes/ps-mode.el
21494 21527
21495(autoload 'ps-mode "ps-mode" "\ 21528(autoload 'ps-mode "ps-mode" "\
@@ -21540,8 +21573,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21540;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21573;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21541;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21574;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21542;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21575;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21543;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19352 21576;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19383
21544;;;;;; 21358)) 21577;;;;;; 49281))
21545;;; Generated autoloads from ps-print.el 21578;;; Generated autoloads from ps-print.el
21546 21579
21547(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"))) "\ 21580(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"))) "\
@@ -21738,7 +21771,7 @@ If EXTENSION is any other symbol, it is ignored.
21738;;;*** 21771;;;***
21739 21772
21740;;;### (autoloads (python-shell jython-mode python-mode run-python) 21773;;;### (autoloads (python-shell jython-mode python-mode run-python)
21741;;;;;; "python" "progmodes/python.el" (19352 21361)) 21774;;;;;; "python" "progmodes/python.el" (19383 49284))
21742;;; Generated autoloads from progmodes/python.el 21775;;; Generated autoloads from progmodes/python.el
21743 21776
21744(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 21777(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -21854,7 +21887,7 @@ filter.
21854;;;*** 21887;;;***
21855 21888
21856;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21889;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21857;;;;;; (19352 21358)) 21890;;;;;; (19383 49281))
21858;;; Generated autoloads from gnus/qp.el 21891;;; Generated autoloads from gnus/qp.el
21859 21892
21860(autoload 'quoted-printable-decode-region "qp" "\ 21893(autoload 'quoted-printable-decode-region "qp" "\
@@ -21877,7 +21910,7 @@ them into characters should be done separately.
21877;;;;;; quail-defrule quail-install-decode-map quail-install-map 21910;;;;;; quail-defrule quail-install-decode-map quail-install-map
21878;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21911;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21879;;;;;; quail-define-package quail-use-package quail-title) "quail" 21912;;;;;; quail-define-package quail-use-package quail-title) "quail"
21880;;;;;; "international/quail.el" (19352 21358)) 21913;;;;;; "international/quail.el" (19383 49281))
21881;;; Generated autoloads from international/quail.el 21914;;; Generated autoloads from international/quail.el
21882 21915
21883(autoload 'quail-title "quail" "\ 21916(autoload 'quail-title "quail" "\
@@ -22108,8 +22141,8 @@ of each directory.
22108 22141
22109;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22142;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22110;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22143;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22111;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19352 22144;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19383
22112;;;;;; 21358)) 22145;;;;;; 49281))
22113;;; Generated autoloads from net/quickurl.el 22146;;; Generated autoloads from net/quickurl.el
22114 22147
22115(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" "\ 22148(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" "\
@@ -22181,7 +22214,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22181;;;*** 22214;;;***
22182 22215
22183;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22216;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22184;;;;;; "net/rcirc.el" (19352 21358)) 22217;;;;;; "net/rcirc.el" (19383 49281))
22185;;; Generated autoloads from net/rcirc.el 22218;;; Generated autoloads from net/rcirc.el
22186 22219
22187(autoload 'rcirc "rcirc" "\ 22220(autoload 'rcirc "rcirc" "\
@@ -22216,8 +22249,8 @@ Global minor mode for tracking activity in rcirc buffers.
22216 22249
22217;;;*** 22250;;;***
22218 22251
22219;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19352 22252;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19383
22220;;;;;; 21358)) 22253;;;;;; 49281))
22221;;; Generated autoloads from net/rcompile.el 22254;;; Generated autoloads from net/rcompile.el
22222 22255
22223(autoload 'remote-compile "rcompile" "\ 22256(autoload 'remote-compile "rcompile" "\
@@ -22229,7 +22262,7 @@ See \\[compile].
22229;;;*** 22262;;;***
22230 22263
22231;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22264;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22232;;;;;; (19352 21358)) 22265;;;;;; (19383 49281))
22233;;; Generated autoloads from emacs-lisp/re-builder.el 22266;;; Generated autoloads from emacs-lisp/re-builder.el
22234 22267
22235(defalias 'regexp-builder 're-builder) 22268(defalias 'regexp-builder 're-builder)
@@ -22241,7 +22274,7 @@ Construct a regexp interactively.
22241 22274
22242;;;*** 22275;;;***
22243 22276
22244;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19352 21358)) 22277;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19383 49281))
22245;;; Generated autoloads from recentf.el 22278;;; Generated autoloads from recentf.el
22246 22279
22247(defvar recentf-mode nil "\ 22280(defvar recentf-mode nil "\
@@ -22268,8 +22301,8 @@ that were operated on recently.
22268;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 22301;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22269;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 22302;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22270;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 22303;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22271;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19352 22304;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19383
22272;;;;;; 21358)) 22305;;;;;; 49281))
22273;;; Generated autoloads from rect.el 22306;;; Generated autoloads from rect.el
22274 (define-key ctl-x-r-map "c" 'clear-rectangle) 22307 (define-key ctl-x-r-map "c" 'clear-rectangle)
22275 (define-key ctl-x-r-map "k" 'kill-rectangle) 22308 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -22403,8 +22436,8 @@ rectangle which were empty.
22403 22436
22404;;;*** 22437;;;***
22405 22438
22406;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19352 22439;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19383
22407;;;;;; 21358)) 22440;;;;;; 49281))
22408;;; Generated autoloads from textmodes/refill.el 22441;;; Generated autoloads from textmodes/refill.el
22409 22442
22410(autoload 'refill-mode "refill" "\ 22443(autoload 'refill-mode "refill" "\
@@ -22420,7 +22453,7 @@ refilling if they would cause auto-filling.
22420;;;*** 22453;;;***
22421 22454
22422;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22455;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22423;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19352 21358)) 22456;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19383 49281))
22424;;; Generated autoloads from textmodes/reftex.el 22457;;; Generated autoloads from textmodes/reftex.el
22425 22458
22426(autoload 'turn-on-reftex "reftex" "\ 22459(autoload 'turn-on-reftex "reftex" "\
@@ -22470,7 +22503,7 @@ This enforces rescanning the buffer on next use.
22470;;;*** 22503;;;***
22471 22504
22472;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22505;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22473;;;;;; (19352 21358)) 22506;;;;;; (19383 49281))
22474;;; Generated autoloads from textmodes/reftex-cite.el 22507;;; Generated autoloads from textmodes/reftex-cite.el
22475 22508
22476(autoload 'reftex-citation "reftex-cite" "\ 22509(autoload 'reftex-citation "reftex-cite" "\
@@ -22500,7 +22533,7 @@ While entering the regexp, completion on knows citation keys is possible.
22500;;;*** 22533;;;***
22501 22534
22502;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22535;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22503;;;;;; (19352 21358)) 22536;;;;;; (19383 49281))
22504;;; Generated autoloads from textmodes/reftex-global.el 22537;;; Generated autoloads from textmodes/reftex-global.el
22505 22538
22506(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 22539(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -22517,7 +22550,7 @@ With no argument, this command toggles
22517;;;*** 22550;;;***
22518 22551
22519;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22552;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22520;;;;;; (19352 21358)) 22553;;;;;; (19383 49281))
22521;;; Generated autoloads from textmodes/reftex-index.el 22554;;; Generated autoloads from textmodes/reftex-index.el
22522 22555
22523(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22556(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -22550,7 +22583,7 @@ Here are all local bindings.
22550;;;*** 22583;;;***
22551 22584
22552;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22585;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22553;;;;;; (19352 21358)) 22586;;;;;; (19383 49281))
22554;;; Generated autoloads from textmodes/reftex-parse.el 22587;;; Generated autoloads from textmodes/reftex-parse.el
22555 22588
22556(autoload 'reftex-all-document-files "reftex-parse" "\ 22589(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -22562,8 +22595,8 @@ of master file.
22562 22595
22563;;;*** 22596;;;***
22564 22597
22565;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19367 22598;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19383
22566;;;;;; 42950)) 22599;;;;;; 49285))
22567;;; Generated autoloads from textmodes/reftex-vars.el 22600;;; Generated autoloads from textmodes/reftex-vars.el
22568(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22601(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22569(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22602(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22573,7 +22606,7 @@ of master file.
22573;;;*** 22606;;;***
22574 22607
22575;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22608;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22576;;;;;; (19352 21358)) 22609;;;;;; (19383 49281))
22577;;; Generated autoloads from emacs-lisp/regexp-opt.el 22610;;; Generated autoloads from emacs-lisp/regexp-opt.el
22578 22611
22579(autoload 'regexp-opt "regexp-opt" "\ 22612(autoload 'regexp-opt "regexp-opt" "\
@@ -22602,7 +22635,7 @@ This means the number of non-shy regexp grouping constructs
22602 22635
22603;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22636;;;### (autoloads (remember-diary-extract-entries remember-clipboard
22604;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22637;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
22605;;;;;; (19352 21358)) 22638;;;;;; (19383 49281))
22606;;; Generated autoloads from textmodes/remember.el 22639;;; Generated autoloads from textmodes/remember.el
22607 22640
22608(autoload 'remember "remember" "\ 22641(autoload 'remember "remember" "\
@@ -22633,7 +22666,7 @@ Extract diary entries from the region.
22633 22666
22634;;;*** 22667;;;***
22635 22668
22636;;;### (autoloads (repeat) "repeat" "repeat.el" (19352 21358)) 22669;;;### (autoloads (repeat) "repeat" "repeat.el" (19383 49281))
22637;;; Generated autoloads from repeat.el 22670;;; Generated autoloads from repeat.el
22638 22671
22639(autoload 'repeat "repeat" "\ 22672(autoload 'repeat "repeat" "\
@@ -22656,7 +22689,7 @@ recently executed command not bound to an input event\".
22656;;;*** 22689;;;***
22657 22690
22658;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22691;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22659;;;;;; (19352 21358)) 22692;;;;;; (19383 49281))
22660;;; Generated autoloads from mail/reporter.el 22693;;; Generated autoloads from mail/reporter.el
22661 22694
22662(autoload 'reporter-submit-bug-report "reporter" "\ 22695(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22688,7 +22721,7 @@ mail-sending package is used for editing and sending the message.
22688;;;*** 22721;;;***
22689 22722
22690;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22723;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22691;;;;;; (19352 21358)) 22724;;;;;; (19383 49281))
22692;;; Generated autoloads from reposition.el 22725;;; Generated autoloads from reposition.el
22693 22726
22694(autoload 'reposition-window "reposition" "\ 22727(autoload 'reposition-window "reposition" "\
@@ -22715,7 +22748,7 @@ first comment line visible (if point is in a comment).
22715;;;*** 22748;;;***
22716 22749
22717;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22750;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22718;;;;;; (19352 21358)) 22751;;;;;; (19383 49281))
22719;;; Generated autoloads from reveal.el 22752;;; Generated autoloads from reveal.el
22720 22753
22721(autoload 'reveal-mode "reveal" "\ 22754(autoload 'reveal-mode "reveal" "\
@@ -22750,7 +22783,7 @@ With zero or negative ARG turn mode off.
22750;;;*** 22783;;;***
22751 22784
22752;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22785;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22753;;;;;; (19352 21358)) 22786;;;;;; (19383 49281))
22754;;; Generated autoloads from emacs-lisp/ring.el 22787;;; Generated autoloads from emacs-lisp/ring.el
22755 22788
22756(autoload 'ring-p "ring" "\ 22789(autoload 'ring-p "ring" "\
@@ -22765,7 +22798,7 @@ Make a ring that can contain SIZE elements.
22765 22798
22766;;;*** 22799;;;***
22767 22800
22768;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19352 21358)) 22801;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19383 49281))
22769;;; Generated autoloads from net/rlogin.el 22802;;; Generated autoloads from net/rlogin.el
22770 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")) 22803 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"))
22771 22804
@@ -22815,8 +22848,8 @@ variable.
22815;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22848;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22816;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22849;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22817;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22850;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22818;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19363 22851;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19383
22819;;;;;; 36802)) 22852;;;;;; 49285))
22820;;; Generated autoloads from mail/rmail.el 22853;;; Generated autoloads from mail/rmail.el
22821 22854
22822(autoload 'rmail-movemail-variant-p "rmail" "\ 22855(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23010,7 +23043,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23010;;;*** 23043;;;***
23011 23044
23012;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23045;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23013;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19352 21358)) 23046;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19383 49281))
23014;;; Generated autoloads from mail/rmailout.el 23047;;; Generated autoloads from mail/rmailout.el
23015(put 'rmail-output-file-alist 'risky-local-variable t) 23048(put 'rmail-output-file-alist 'risky-local-variable t)
23016 23049
@@ -23075,7 +23108,7 @@ than appending to it. Deletes the message after writing if
23075;;;*** 23108;;;***
23076 23109
23077;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23110;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23078;;;;;; (19352 21358)) 23111;;;;;; (19383 49281))
23079;;; Generated autoloads from nxml/rng-cmpct.el 23112;;; Generated autoloads from nxml/rng-cmpct.el
23080 23113
23081(autoload 'rng-c-load-schema "rng-cmpct" "\ 23114(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23087,7 +23120,7 @@ Return a pattern.
23087;;;*** 23120;;;***
23088 23121
23089;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23122;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23090;;;;;; (19352 21358)) 23123;;;;;; (19383 49281))
23091;;; Generated autoloads from nxml/rng-nxml.el 23124;;; Generated autoloads from nxml/rng-nxml.el
23092 23125
23093(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23126(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23100,7 +23133,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23100;;;*** 23133;;;***
23101 23134
23102;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23135;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23103;;;;;; (19352 21358)) 23136;;;;;; (19383 49281))
23104;;; Generated autoloads from nxml/rng-valid.el 23137;;; Generated autoloads from nxml/rng-valid.el
23105 23138
23106(autoload 'rng-validate-mode "rng-valid" "\ 23139(autoload 'rng-validate-mode "rng-valid" "\
@@ -23130,8 +23163,8 @@ to use for finding the schema.
23130 23163
23131;;;*** 23164;;;***
23132 23165
23133;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19352 23166;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19383
23134;;;;;; 21358)) 23167;;;;;; 49281))
23135;;; Generated autoloads from nxml/rng-xsd.el 23168;;; Generated autoloads from nxml/rng-xsd.el
23136 23169
23137(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23170(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23159,7 +23192,7 @@ must be equal.
23159;;;*** 23192;;;***
23160 23193
23161;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23194;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23162;;;;;; "robin" "international/robin.el" (19352 21358)) 23195;;;;;; "robin" "international/robin.el" (19383 49281))
23163;;; Generated autoloads from international/robin.el 23196;;; Generated autoloads from international/robin.el
23164 23197
23165(autoload 'robin-define-package "robin" "\ 23198(autoload 'robin-define-package "robin" "\
@@ -23192,7 +23225,7 @@ Start using robin package NAME, which is a string.
23192;;;*** 23225;;;***
23193 23226
23194;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23227;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23195;;;;;; rot13-string rot13) "rot13" "rot13.el" (19352 21358)) 23228;;;;;; rot13-string rot13) "rot13" "rot13.el" (19383 49281))
23196;;; Generated autoloads from rot13.el 23229;;; Generated autoloads from rot13.el
23197 23230
23198(autoload 'rot13 "rot13" "\ 23231(autoload 'rot13 "rot13" "\
@@ -23230,7 +23263,7 @@ Toggle the use of ROT13 encoding for the current window.
23230;;;*** 23263;;;***
23231 23264
23232;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23265;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23233;;;;;; (19352 21358)) 23266;;;;;; (19383 49281))
23234;;; Generated autoloads from textmodes/rst.el 23267;;; Generated autoloads from textmodes/rst.el
23235 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23268 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23236 23269
@@ -23268,7 +23301,7 @@ for modes derived from Text mode, like Mail mode.
23268;;;*** 23301;;;***
23269 23302
23270;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23303;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23271;;;;;; (19352 21358)) 23304;;;;;; (19383 49281))
23272;;; Generated autoloads from progmodes/ruby-mode.el 23305;;; Generated autoloads from progmodes/ruby-mode.el
23273 23306
23274(autoload 'ruby-mode "ruby-mode" "\ 23307(autoload 'ruby-mode "ruby-mode" "\
@@ -23289,8 +23322,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
23289 23322
23290;;;*** 23323;;;***
23291 23324
23292;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19352 23325;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19383
23293;;;;;; 21358)) 23326;;;;;; 49281))
23294;;; Generated autoloads from ruler-mode.el 23327;;; Generated autoloads from ruler-mode.el
23295 23328
23296(autoload 'ruler-mode "ruler-mode" "\ 23329(autoload 'ruler-mode "ruler-mode" "\
@@ -23300,8 +23333,8 @@ Display a ruler in the header line if ARG > 0.
23300 23333
23301;;;*** 23334;;;***
23302 23335
23303;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19352 23336;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19383
23304;;;;;; 21358)) 23337;;;;;; 49281))
23305;;; Generated autoloads from emacs-lisp/rx.el 23338;;; Generated autoloads from emacs-lisp/rx.el
23306 23339
23307(autoload 'rx-to-string "rx" "\ 23340(autoload 'rx-to-string "rx" "\
@@ -23611,7 +23644,7 @@ enclosed in `(and ...)'.
23611;;;*** 23644;;;***
23612 23645
23613;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23646;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23614;;;;;; (19352 21358)) 23647;;;;;; (19383 49282))
23615;;; Generated autoloads from savehist.el 23648;;; Generated autoloads from savehist.el
23616 23649
23617(defvar savehist-mode nil "\ 23650(defvar savehist-mode nil "\
@@ -23637,7 +23670,7 @@ which is probably undesirable.
23637;;;*** 23670;;;***
23638 23671
23639;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23672;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23640;;;;;; (19352 21358)) 23673;;;;;; (19383 49282))
23641;;; Generated autoloads from progmodes/scheme.el 23674;;; Generated autoloads from progmodes/scheme.el
23642 23675
23643(autoload 'scheme-mode "scheme" "\ 23676(autoload 'scheme-mode "scheme" "\
@@ -23679,7 +23712,7 @@ that variable's value is a string.
23679;;;*** 23712;;;***
23680 23713
23681;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23714;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23682;;;;;; (19352 21358)) 23715;;;;;; (19383 49282))
23683;;; Generated autoloads from gnus/score-mode.el 23716;;; Generated autoloads from gnus/score-mode.el
23684 23717
23685(autoload 'gnus-score-mode "score-mode" "\ 23718(autoload 'gnus-score-mode "score-mode" "\
@@ -23693,7 +23726,7 @@ This mode is an extended emacs-lisp mode.
23693;;;*** 23726;;;***
23694 23727
23695;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23728;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23696;;;;;; (19352 21358)) 23729;;;;;; (19383 49282))
23697;;; Generated autoloads from scroll-all.el 23730;;; Generated autoloads from scroll-all.el
23698 23731
23699(defvar scroll-all-mode nil "\ 23732(defvar scroll-all-mode nil "\
@@ -23716,7 +23749,7 @@ apply to all visible windows in the same frame.
23716;;;*** 23749;;;***
23717 23750
23718;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23751;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23719;;;;;; (19352 21358)) 23752;;;;;; (19383 49282))
23720;;; Generated autoloads from scroll-lock.el 23753;;; Generated autoloads from scroll-lock.el
23721 23754
23722(autoload 'scroll-lock-mode "scroll-lock" "\ 23755(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23731,7 +23764,7 @@ during scrolling.
23731;;;*** 23764;;;***
23732 23765
23733;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23766;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23734;;;;;; "cedet/semantic.el" (19352 21362)) 23767;;;;;; "cedet/semantic.el" (19383 49276))
23735;;; Generated autoloads from cedet/semantic.el 23768;;; Generated autoloads from cedet/semantic.el
23736 23769
23737(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23770(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -23783,7 +23816,7 @@ Semantic mode.
23783;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23816;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23784;;;;;; mail-header-separator send-mail-function mail-interactive 23817;;;;;; mail-header-separator send-mail-function mail-interactive
23785;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23818;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23786;;;;;; "sendmail" "mail/sendmail.el" (19374 15070)) 23819;;;;;; "sendmail" "mail/sendmail.el" (19383 49284))
23787;;; Generated autoloads from mail/sendmail.el 23820;;; Generated autoloads from mail/sendmail.el
23788 23821
23789(defvar mail-from-style 'default "\ 23822(defvar mail-from-style 'default "\
@@ -24082,8 +24115,8 @@ Like `mail' command, but display mail buffer in another frame.
24082;;;*** 24115;;;***
24083 24116
24084;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24117;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24085;;;;;; server-force-delete server-start) "server" "server.el" (19352 24118;;;;;; server-force-delete server-start) "server" "server.el" (19392
24086;;;;;; 21358)) 24119;;;;;; 53767))
24087;;; Generated autoloads from server.el 24120;;; Generated autoloads from server.el
24088 24121
24089(autoload 'server-start "server" "\ 24122(autoload 'server-start "server" "\
@@ -24137,7 +24170,7 @@ only these files will be asked to be saved.
24137 24170
24138;;;*** 24171;;;***
24139 24172
24140;;;### (autoloads (ses-mode) "ses" "ses.el" (19352 21358)) 24173;;;### (autoloads (ses-mode) "ses" "ses.el" (19383 49282))
24141;;; Generated autoloads from ses.el 24174;;; Generated autoloads from ses.el
24142 24175
24143(autoload 'ses-mode "ses" "\ 24176(autoload 'ses-mode "ses" "\
@@ -24156,7 +24189,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24156;;;*** 24189;;;***
24157 24190
24158;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24191;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24159;;;;;; (19352 21358)) 24192;;;;;; (19383 49282))
24160;;; Generated autoloads from textmodes/sgml-mode.el 24193;;; Generated autoloads from textmodes/sgml-mode.el
24161 24194
24162(autoload 'sgml-mode "sgml-mode" "\ 24195(autoload 'sgml-mode "sgml-mode" "\
@@ -24222,7 +24255,7 @@ To work around that, do:
24222;;;*** 24255;;;***
24223 24256
24224;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24257;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24225;;;;;; (19352 21361)) 24258;;;;;; (19383 49284))
24226;;; Generated autoloads from progmodes/sh-script.el 24259;;; Generated autoloads from progmodes/sh-script.el
24227(put 'sh-shell 'safe-local-variable 'symbolp) 24260(put 'sh-shell 'safe-local-variable 'symbolp)
24228 24261
@@ -24286,7 +24319,7 @@ with your script for an edit-interpret-debug cycle.
24286 24319
24287;;;*** 24320;;;***
24288 24321
24289;;;### (autoloads (sha1) "sha1" "sha1.el" (19352 21358)) 24322;;;### (autoloads (sha1) "sha1" "sha1.el" (19383 49282))
24290;;; Generated autoloads from sha1.el 24323;;; Generated autoloads from sha1.el
24291 24324
24292(autoload 'sha1 "sha1" "\ 24325(autoload 'sha1 "sha1" "\
@@ -24301,7 +24334,7 @@ If BINARY is non-nil, return a string in binary form.
24301;;;*** 24334;;;***
24302 24335
24303;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24336;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24304;;;;;; (19352 21358)) 24337;;;;;; (19383 49282))
24305;;; Generated autoloads from emacs-lisp/shadow.el 24338;;; Generated autoloads from emacs-lisp/shadow.el
24306 24339
24307(autoload 'list-load-path-shadows "shadow" "\ 24340(autoload 'list-load-path-shadows "shadow" "\
@@ -24351,8 +24384,8 @@ function, `find-emacs-lisp-shadows'.
24351;;;*** 24384;;;***
24352 24385
24353;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24386;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24354;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19352 24387;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19383
24355;;;;;; 21358)) 24388;;;;;; 49282))
24356;;; Generated autoloads from shadowfile.el 24389;;; Generated autoloads from shadowfile.el
24357 24390
24358(autoload 'shadow-define-cluster "shadowfile" "\ 24391(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24391,7 +24424,7 @@ Set up file shadowing.
24391;;;*** 24424;;;***
24392 24425
24393;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24426;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24394;;;;;; (19352 21358)) 24427;;;;;; (19383 49282))
24395;;; Generated autoloads from shell.el 24428;;; Generated autoloads from shell.el
24396 24429
24397(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24430(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24441,7 +24474,7 @@ Otherwise, one argument `-i' is passed to the shell.
24441;;;*** 24474;;;***
24442 24475
24443;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24476;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24444;;;;;; "sieve" "gnus/sieve.el" (19352 21358)) 24477;;;;;; "sieve" "gnus/sieve.el" (19383 49282))
24445;;; Generated autoloads from gnus/sieve.el 24478;;; Generated autoloads from gnus/sieve.el
24446 24479
24447(autoload 'sieve-manage "sieve" "\ 24480(autoload 'sieve-manage "sieve" "\
@@ -24462,7 +24495,7 @@ Not documented
24462;;;*** 24495;;;***
24463 24496
24464;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24497;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24465;;;;;; (19352 21358)) 24498;;;;;; (19383 49282))
24466;;; Generated autoloads from gnus/sieve-mode.el 24499;;; Generated autoloads from gnus/sieve-mode.el
24467 24500
24468(autoload 'sieve-mode "sieve-mode" "\ 24501(autoload 'sieve-mode "sieve-mode" "\
@@ -24477,8 +24510,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24477 24510
24478;;;*** 24511;;;***
24479 24512
24480;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19352 24513;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19383
24481;;;;;; 21358)) 24514;;;;;; 49282))
24482;;; Generated autoloads from progmodes/simula.el 24515;;; Generated autoloads from progmodes/simula.el
24483 24516
24484(autoload 'simula-mode "simula" "\ 24517(autoload 'simula-mode "simula" "\
@@ -24527,7 +24560,7 @@ with no arguments, if that value is non-nil.
24527;;;*** 24560;;;***
24528 24561
24529;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24562;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24530;;;;;; define-skeleton) "skeleton" "skeleton.el" (19352 21358)) 24563;;;;;; define-skeleton) "skeleton" "skeleton.el" (19383 49282))
24531;;; Generated autoloads from skeleton.el 24564;;; Generated autoloads from skeleton.el
24532 24565
24533(defvar skeleton-filter-function 'identity "\ 24566(defvar skeleton-filter-function 'identity "\
@@ -24637,7 +24670,7 @@ symmetrical ones, and the same character twice for the others.
24637;;;*** 24670;;;***
24638 24671
24639;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24672;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24640;;;;;; "smerge-mode" "smerge-mode.el" (19352 21358)) 24673;;;;;; "smerge-mode" "smerge-mode.el" (19383 49282))
24641;;; Generated autoloads from smerge-mode.el 24674;;; Generated autoloads from smerge-mode.el
24642 24675
24643(autoload 'smerge-ediff "smerge-mode" "\ 24676(autoload 'smerge-ediff "smerge-mode" "\
@@ -24662,7 +24695,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24662;;;*** 24695;;;***
24663 24696
24664;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24697;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24665;;;;;; (19367 42950)) 24698;;;;;; (19383 49285))
24666;;; Generated autoloads from gnus/smiley.el 24699;;; Generated autoloads from gnus/smiley.el
24667 24700
24668(autoload 'smiley-region "smiley" "\ 24701(autoload 'smiley-region "smiley" "\
@@ -24680,7 +24713,7 @@ interactively. If there's no argument, do it at the current buffer.
24680;;;*** 24713;;;***
24681 24714
24682;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24715;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24683;;;;;; "mail/smtpmail.el" (19352 21358)) 24716;;;;;; "mail/smtpmail.el" (19383 49282))
24684;;; Generated autoloads from mail/smtpmail.el 24717;;; Generated autoloads from mail/smtpmail.el
24685 24718
24686(autoload 'smtpmail-send-it "smtpmail" "\ 24719(autoload 'smtpmail-send-it "smtpmail" "\
@@ -24695,7 +24728,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24695 24728
24696;;;*** 24729;;;***
24697 24730
24698;;;### (autoloads (snake) "snake" "play/snake.el" (19352 21358)) 24731;;;### (autoloads (snake) "snake" "play/snake.el" (19383 49282))
24699;;; Generated autoloads from play/snake.el 24732;;; Generated autoloads from play/snake.el
24700 24733
24701(autoload 'snake "snake" "\ 24734(autoload 'snake "snake" "\
@@ -24719,7 +24752,7 @@ Snake mode keybindings:
24719;;;*** 24752;;;***
24720 24753
24721;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24754;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24722;;;;;; (19352 21358)) 24755;;;;;; (19383 49282))
24723;;; Generated autoloads from net/snmp-mode.el 24756;;; Generated autoloads from net/snmp-mode.el
24724 24757
24725(autoload 'snmp-mode "snmp-mode" "\ 24758(autoload 'snmp-mode "snmp-mode" "\
@@ -24748,8 +24781,8 @@ then `snmpv2-mode-hook'.
24748 24781
24749;;;*** 24782;;;***
24750 24783
24751;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19352 24784;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19383
24752;;;;;; 21358)) 24785;;;;;; 49282))
24753;;; Generated autoloads from calendar/solar.el 24786;;; Generated autoloads from calendar/solar.el
24754 24787
24755(autoload 'sunrise-sunset "solar" "\ 24788(autoload 'sunrise-sunset "solar" "\
@@ -24764,8 +24797,8 @@ This function is suitable for execution in a .emacs file.
24764 24797
24765;;;*** 24798;;;***
24766 24799
24767;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19352 24800;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19383
24768;;;;;; 21358)) 24801;;;;;; 49282))
24769;;; Generated autoloads from play/solitaire.el 24802;;; Generated autoloads from play/solitaire.el
24770 24803
24771(autoload 'solitaire "solitaire" "\ 24804(autoload 'solitaire "solitaire" "\
@@ -24842,7 +24875,7 @@ Pick your favourite shortcuts:
24842 24875
24843;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24876;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24844;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24877;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24845;;;;;; sort-lines sort-subr) "sort" "sort.el" (19352 21358)) 24878;;;;;; sort-lines sort-subr) "sort" "sort.el" (19383 49282))
24846;;; Generated autoloads from sort.el 24879;;; Generated autoloads from sort.el
24847(put 'sort-fold-case 'safe-local-variable 'booleanp) 24880(put 'sort-fold-case 'safe-local-variable 'booleanp)
24848 24881
@@ -24986,8 +25019,8 @@ From a program takes two point or marker arguments, BEG and END.
24986 25019
24987;;;*** 25020;;;***
24988 25021
24989;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19352 25022;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19383
24990;;;;;; 21358)) 25023;;;;;; 49282))
24991;;; Generated autoloads from gnus/spam.el 25024;;; Generated autoloads from gnus/spam.el
24992 25025
24993(autoload 'spam-initialize "spam" "\ 25026(autoload 'spam-initialize "spam" "\
@@ -25003,7 +25036,7 @@ installed through `spam-necessary-extra-headers'.
25003 25036
25004;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25037;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25005;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25038;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25006;;;;;; "gnus/spam-report.el" (19352 21358)) 25039;;;;;; "gnus/spam-report.el" (19383 49282))
25007;;; Generated autoloads from gnus/spam-report.el 25040;;; Generated autoloads from gnus/spam-report.el
25008 25041
25009(autoload 'spam-report-process-queue "spam-report" "\ 25042(autoload 'spam-report-process-queue "spam-report" "\
@@ -25046,7 +25079,7 @@ Spam reports will be queued with the method used when
25046;;;*** 25079;;;***
25047 25080
25048;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25081;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25049;;;;;; "speedbar.el" (19352 21358)) 25082;;;;;; "speedbar.el" (19383 49282))
25050;;; Generated autoloads from speedbar.el 25083;;; Generated autoloads from speedbar.el
25051 25084
25052(defalias 'speedbar 'speedbar-frame-mode) 25085(defalias 'speedbar 'speedbar-frame-mode)
@@ -25071,7 +25104,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25071;;;*** 25104;;;***
25072 25105
25073;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25106;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25074;;;;;; "spell" "textmodes/spell.el" (19352 21358)) 25107;;;;;; "spell" "textmodes/spell.el" (19383 49282))
25075;;; Generated autoloads from textmodes/spell.el 25108;;; Generated autoloads from textmodes/spell.el
25076 25109
25077(put 'spell-filter 'risky-local-variable t) 25110(put 'spell-filter 'risky-local-variable t)
@@ -25115,8 +25148,8 @@ Check spelling of string supplied as argument.
25115 25148
25116;;;*** 25149;;;***
25117 25150
25118;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19352 25151;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19383
25119;;;;;; 21358)) 25152;;;;;; 49282))
25120;;; Generated autoloads from play/spook.el 25153;;; Generated autoloads from play/spook.el
25121 25154
25122(autoload 'spook "spook" "\ 25155(autoload 'spook "spook" "\
@@ -25134,8 +25167,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25134;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25167;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25135;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25168;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25136;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25169;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25137;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19352 25170;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19383
25138;;;;;; 21358)) 25171;;;;;; 49282))
25139;;; Generated autoloads from progmodes/sql.el 25172;;; Generated autoloads from progmodes/sql.el
25140 25173
25141(autoload 'sql-add-product-keywords "sql" "\ 25174(autoload 'sql-add-product-keywords "sql" "\
@@ -25562,7 +25595,7 @@ input. See `sql-interactive-mode'.
25562;;;*** 25595;;;***
25563 25596
25564;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25597;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25565;;;;;; (19352 21358)) 25598;;;;;; (19383 49282))
25566;;; Generated autoloads from cedet/srecode/srt-mode.el 25599;;; Generated autoloads from cedet/srecode/srt-mode.el
25567 25600
25568(autoload 'srecode-template-mode "srecode/srt-mode" "\ 25601(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -25578,8 +25611,8 @@ Major-mode for writing SRecode macros.
25578;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25611;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25579;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25612;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25580;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25613;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25581;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19352 25614;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19383
25582;;;;;; 21358)) 25615;;;;;; 49282))
25583;;; Generated autoloads from strokes.el 25616;;; Generated autoloads from strokes.el
25584 25617
25585(autoload 'strokes-global-set-stroke "strokes" "\ 25618(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25689,7 +25722,7 @@ Read a complex stroke and insert its glyph into the current buffer.
25689;;;*** 25722;;;***
25690 25723
25691;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25724;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25692;;;;;; "studly" "play/studly.el" (19352 21358)) 25725;;;;;; "studly" "play/studly.el" (19383 49282))
25693;;; Generated autoloads from play/studly.el 25726;;; Generated autoloads from play/studly.el
25694 25727
25695(autoload 'studlify-region "studly" "\ 25728(autoload 'studlify-region "studly" "\
@@ -25710,7 +25743,7 @@ Studlify-case the current buffer.
25710;;;*** 25743;;;***
25711 25744
25712;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 25745;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
25713;;;;;; (19352 21358)) 25746;;;;;; (19383 49282))
25714;;; Generated autoloads from progmodes/subword.el 25747;;; Generated autoloads from progmodes/subword.el
25715 25748
25716(autoload 'subword-mode "subword" "\ 25749(autoload 'subword-mode "subword" "\
@@ -25758,7 +25791,7 @@ See `subword-mode' for more information on Subword mode.
25758;;;*** 25791;;;***
25759 25792
25760;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25793;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25761;;;;;; (19352 21358)) 25794;;;;;; (19383 49282))
25762;;; Generated autoloads from mail/supercite.el 25795;;; Generated autoloads from mail/supercite.el
25763 25796
25764(autoload 'sc-cite-original "supercite" "\ 25797(autoload 'sc-cite-original "supercite" "\
@@ -25790,8 +25823,8 @@ and `sc-post-hook' is run after the guts of this function.
25790 25823
25791;;;*** 25824;;;***
25792 25825
25793;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19352 25826;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19383
25794;;;;;; 21359)) 25827;;;;;; 49282))
25795;;; Generated autoloads from t-mouse.el 25828;;; Generated autoloads from t-mouse.el
25796 25829
25797(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 25830(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -25818,7 +25851,7 @@ It relies on the `gpm' daemon being activated.
25818 25851
25819;;;*** 25852;;;***
25820 25853
25821;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19352 21358)) 25854;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19383 49282))
25822;;; Generated autoloads from tabify.el 25855;;; Generated autoloads from tabify.el
25823 25856
25824(autoload 'untabify "tabify" "\ 25857(autoload 'untabify "tabify" "\
@@ -25853,7 +25886,7 @@ The variable `tab-width' controls the spacing of tab stops.
25853;;;;;; table-recognize table-insert-row-column table-insert-column 25886;;;;;; table-recognize table-insert-row-column table-insert-column
25854;;;;;; table-insert-row table-insert table-point-left-cell-hook 25887;;;;;; table-insert-row table-insert table-point-left-cell-hook
25855;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25888;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25856;;;;;; "table" "textmodes/table.el" (19352 21358)) 25889;;;;;; "table" "textmodes/table.el" (19383 49282))
25857;;; Generated autoloads from textmodes/table.el 25890;;; Generated autoloads from textmodes/table.el
25858 25891
25859(defvar table-cell-map-hook nil "\ 25892(defvar table-cell-map-hook nil "\
@@ -26441,7 +26474,7 @@ converts a table into plain text without frames. It is a companion to
26441 26474
26442;;;*** 26475;;;***
26443 26476
26444;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19352 21358)) 26477;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19383 49282))
26445;;; Generated autoloads from talk.el 26478;;; Generated autoloads from talk.el
26446 26479
26447(autoload 'talk-connect "talk" "\ 26480(autoload 'talk-connect "talk" "\
@@ -26456,7 +26489,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
26456 26489
26457;;;*** 26490;;;***
26458 26491
26459;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19352 21358)) 26492;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19383 49282))
26460;;; Generated autoloads from tar-mode.el 26493;;; Generated autoloads from tar-mode.el
26461 26494
26462(autoload 'tar-mode "tar-mode" "\ 26495(autoload 'tar-mode "tar-mode" "\
@@ -26480,7 +26513,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26480;;;*** 26513;;;***
26481 26514
26482;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26515;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26483;;;;;; "progmodes/tcl.el" (19352 21358)) 26516;;;;;; "progmodes/tcl.el" (19383 49282))
26484;;; Generated autoloads from progmodes/tcl.el 26517;;; Generated autoloads from progmodes/tcl.el
26485 26518
26486(autoload 'tcl-mode "tcl" "\ 26519(autoload 'tcl-mode "tcl" "\
@@ -26531,7 +26564,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26531 26564
26532;;;*** 26565;;;***
26533 26566
26534;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19352 21358)) 26567;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19383 49282))
26535;;; Generated autoloads from net/telnet.el 26568;;; Generated autoloads from net/telnet.el
26536 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")) 26569 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)"))
26537 26570
@@ -26559,7 +26592,7 @@ Normally input is edited in Emacs and sent a line at a time.
26559;;;*** 26592;;;***
26560 26593
26561;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26594;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
26562;;;;;; (19352 21358)) 26595;;;;;; (19383 49282))
26563;;; Generated autoloads from term.el 26596;;; Generated autoloads from term.el
26564 26597
26565(autoload 'make-term "term" "\ 26598(autoload 'make-term "term" "\
@@ -26601,8 +26634,8 @@ use in that buffer.
26601 26634
26602;;;*** 26635;;;***
26603 26636
26604;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19352 26637;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19383
26605;;;;;; 21358)) 26638;;;;;; 49282))
26606;;; Generated autoloads from terminal.el 26639;;; Generated autoloads from terminal.el
26607 26640
26608(autoload 'terminal-emulator "terminal" "\ 26641(autoload 'terminal-emulator "terminal" "\
@@ -26639,7 +26672,7 @@ subprocess started.
26639;;;*** 26672;;;***
26640 26673
26641;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26674;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26642;;;;;; (19352 21358)) 26675;;;;;; (19383 49282))
26643;;; Generated autoloads from emacs-lisp/testcover.el 26676;;; Generated autoloads from emacs-lisp/testcover.el
26644 26677
26645(autoload 'testcover-this-defun "testcover" "\ 26678(autoload 'testcover-this-defun "testcover" "\
@@ -26649,7 +26682,7 @@ Start coverage on function under point.
26649 26682
26650;;;*** 26683;;;***
26651 26684
26652;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19352 21358)) 26685;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19383 49282))
26653;;; Generated autoloads from play/tetris.el 26686;;; Generated autoloads from play/tetris.el
26654 26687
26655(autoload 'tetris "tetris" "\ 26688(autoload 'tetris "tetris" "\
@@ -26680,7 +26713,7 @@ tetris-mode keybindings:
26680;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26713;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26681;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26714;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26682;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26715;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26683;;;;;; (19371 46148)) 26716;;;;;; (19387 22082))
26684;;; Generated autoloads from textmodes/tex-mode.el 26717;;; Generated autoloads from textmodes/tex-mode.el
26685 26718
26686(defvar tex-shell-file-name nil "\ 26719(defvar tex-shell-file-name nil "\
@@ -26982,7 +27015,7 @@ Major mode to edit DocTeX files.
26982;;;*** 27015;;;***
26983 27016
26984;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27017;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
26985;;;;;; "texinfmt" "textmodes/texinfmt.el" (19352 21358)) 27018;;;;;; "texinfmt" "textmodes/texinfmt.el" (19383 49282))
26986;;; Generated autoloads from textmodes/texinfmt.el 27019;;; Generated autoloads from textmodes/texinfmt.el
26987 27020
26988(autoload 'texinfo-format-buffer "texinfmt" "\ 27021(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27022,7 +27055,7 @@ if large. You can use `Info-split' to do this manually.
27022;;;*** 27055;;;***
27023 27056
27024;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27057;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27025;;;;;; "texinfo" "textmodes/texinfo.el" (19352 21358)) 27058;;;;;; "texinfo" "textmodes/texinfo.el" (19383 49282))
27026;;; Generated autoloads from textmodes/texinfo.el 27059;;; Generated autoloads from textmodes/texinfo.el
27027 27060
27028(defvar texinfo-open-quote (purecopy "``") "\ 27061(defvar texinfo-open-quote (purecopy "``") "\
@@ -27108,7 +27141,7 @@ value of `texinfo-mode-hook'.
27108 27141
27109;;;### (autoloads (thai-composition-function thai-compose-buffer 27142;;;### (autoloads (thai-composition-function thai-compose-buffer
27110;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27143;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27111;;;;;; (19352 21358)) 27144;;;;;; (19383 49282))
27112;;; Generated autoloads from language/thai-util.el 27145;;; Generated autoloads from language/thai-util.el
27113 27146
27114(autoload 'thai-compose-region "thai-util" "\ 27147(autoload 'thai-compose-region "thai-util" "\
@@ -27137,7 +27170,7 @@ Not documented
27137 27170
27138;;;### (autoloads (list-at-point number-at-point symbol-at-point 27171;;;### (autoloads (list-at-point number-at-point symbol-at-point
27139;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27172;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27140;;;;;; "thingatpt" "thingatpt.el" (19352 21358)) 27173;;;;;; "thingatpt" "thingatpt.el" (19383 49282))
27141;;; Generated autoloads from thingatpt.el 27174;;; Generated autoloads from thingatpt.el
27142 27175
27143(autoload 'forward-thing "thingatpt" "\ 27176(autoload 'forward-thing "thingatpt" "\
@@ -27194,7 +27227,7 @@ Return the Lisp list at point, or nil if none is found.
27194 27227
27195;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27228;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27196;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27229;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27197;;;;;; (19352 21359)) 27230;;;;;; (19383 49282))
27198;;; Generated autoloads from thumbs.el 27231;;; Generated autoloads from thumbs.el
27199 27232
27200(autoload 'thumbs-find-thumb "thumbs" "\ 27233(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27232,8 +27265,8 @@ In dired, call the setroot program on the image at point.
27232;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 27265;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27233;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27266;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27234;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27267;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27235;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19352 27268;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19383
27236;;;;;; 21359)) 27269;;;;;; 49282))
27237;;; Generated autoloads from language/tibet-util.el 27270;;; Generated autoloads from language/tibet-util.el
27238 27271
27239(autoload 'tibetan-char-p "tibet-util" "\ 27272(autoload 'tibetan-char-p "tibet-util" "\
@@ -27307,7 +27340,7 @@ Not documented
27307;;;*** 27340;;;***
27308 27341
27309;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27342;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27310;;;;;; (19352 21359)) 27343;;;;;; (19383 49282))
27311;;; Generated autoloads from textmodes/tildify.el 27344;;; Generated autoloads from textmodes/tildify.el
27312 27345
27313(autoload 'tildify-region "tildify" "\ 27346(autoload 'tildify-region "tildify" "\
@@ -27332,7 +27365,7 @@ This function performs no refilling of the changed text.
27332 27365
27333;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27366;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27334;;;;;; display-time-mode display-time display-time-day-and-date) 27367;;;;;; display-time-mode display-time display-time-day-and-date)
27335;;;;;; "time" "time.el" (19352 21359)) 27368;;;;;; "time" "time.el" (19383 49282))
27336;;; Generated autoloads from time.el 27369;;; Generated autoloads from time.el
27337 27370
27338(defvar display-time-day-and-date nil "\ 27371(defvar display-time-day-and-date nil "\
@@ -27395,7 +27428,7 @@ Return a string giving the duration of the Emacs initialization.
27395;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27428;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
27396;;;;;; time-add time-subtract time-since days-to-time time-less-p 27429;;;;;; time-add time-subtract time-since days-to-time time-less-p
27397;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 27430;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27398;;;;;; (19352 21359)) 27431;;;;;; (19383 49282))
27399;;; Generated autoloads from calendar/time-date.el 27432;;; Generated autoloads from calendar/time-date.el
27400 27433
27401(autoload 'date-to-time "time-date" "\ 27434(autoload 'date-to-time "time-date" "\
@@ -27508,7 +27541,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
27508;;;*** 27541;;;***
27509 27542
27510;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27543;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27511;;;;;; "time-stamp.el" (19352 21359)) 27544;;;;;; "time-stamp.el" (19383 49282))
27512;;; Generated autoloads from time-stamp.el 27545;;; Generated autoloads from time-stamp.el
27513(put 'time-stamp-format 'safe-local-variable 'stringp) 27546(put 'time-stamp-format 'safe-local-variable 'stringp)
27514(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27547(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -27552,7 +27585,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27552;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27585;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27553;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27586;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27554;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27587;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27555;;;;;; (19352 21359)) 27588;;;;;; (19383 49282))
27556;;; Generated autoloads from calendar/timeclock.el 27589;;; Generated autoloads from calendar/timeclock.el
27557 27590
27558(autoload 'timeclock-modeline-display "timeclock" "\ 27591(autoload 'timeclock-modeline-display "timeclock" "\
@@ -27652,7 +27685,7 @@ relative only to the time worked today, and not to past time.
27652;;;*** 27685;;;***
27653 27686
27654;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27687;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27655;;;;;; "international/titdic-cnv.el" (19352 21359)) 27688;;;;;; "international/titdic-cnv.el" (19383 49282))
27656;;; Generated autoloads from international/titdic-cnv.el 27689;;; Generated autoloads from international/titdic-cnv.el
27657 27690
27658(autoload 'titdic-convert "titdic-cnv" "\ 27691(autoload 'titdic-convert "titdic-cnv" "\
@@ -27675,7 +27708,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27675;;;*** 27708;;;***
27676 27709
27677;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27710;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27678;;;;;; "tmm.el" (19376 53416)) 27711;;;;;; "tmm.el" (19383 49284))
27679;;; Generated autoloads from tmm.el 27712;;; Generated autoloads from tmm.el
27680 (define-key global-map "\M-`" 'tmm-menubar) 27713 (define-key global-map "\M-`" 'tmm-menubar)
27681 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27714 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27715,7 +27748,7 @@ Its value should be an event that has a binding in MENU.
27715 27748
27716;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27749;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27717;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27750;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27718;;;;;; "todo-mode" "calendar/todo-mode.el" (19352 21359)) 27751;;;;;; "todo-mode" "calendar/todo-mode.el" (19383 49282))
27719;;; Generated autoloads from calendar/todo-mode.el 27752;;; Generated autoloads from calendar/todo-mode.el
27720 27753
27721(autoload 'todo-add-category "todo-mode" "\ 27754(autoload 'todo-add-category "todo-mode" "\
@@ -27777,7 +27810,7 @@ Show TODO list.
27777 27810
27778;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27811;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27779;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 27812;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
27780;;;;;; "tool-bar" "tool-bar.el" (19352 21359)) 27813;;;;;; "tool-bar" "tool-bar.el" (19383 49282))
27781;;; Generated autoloads from tool-bar.el 27814;;; Generated autoloads from tool-bar.el
27782 27815
27783(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 27816(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -27850,7 +27883,7 @@ holds a keymap.
27850;;;*** 27883;;;***
27851 27884
27852;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27885;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27853;;;;;; (19352 21359)) 27886;;;;;; (19383 49282))
27854;;; Generated autoloads from emulation/tpu-edt.el 27887;;; Generated autoloads from emulation/tpu-edt.el
27855 27888
27856(defvar tpu-edt-mode nil "\ 27889(defvar tpu-edt-mode nil "\
@@ -27877,7 +27910,7 @@ Turn on TPU/edt emulation.
27877;;;*** 27910;;;***
27878 27911
27879;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 27912;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
27880;;;;;; (19352 21359)) 27913;;;;;; (19383 49282))
27881;;; Generated autoloads from emulation/tpu-mapper.el 27914;;; Generated autoloads from emulation/tpu-mapper.el
27882 27915
27883(autoload 'tpu-mapper "tpu-mapper" "\ 27916(autoload 'tpu-mapper "tpu-mapper" "\
@@ -27911,7 +27944,7 @@ your local X guru can try to figure out why the key is being ignored.
27911 27944
27912;;;*** 27945;;;***
27913 27946
27914;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19352 21359)) 27947;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19383 49282))
27915;;; Generated autoloads from emacs-lisp/tq.el 27948;;; Generated autoloads from emacs-lisp/tq.el
27916 27949
27917(autoload 'tq-create "tq" "\ 27950(autoload 'tq-create "tq" "\
@@ -27925,7 +27958,7 @@ to a tcp server on another machine.
27925;;;*** 27958;;;***
27926 27959
27927;;;### (autoloads (trace-function-background trace-function trace-buffer) 27960;;;### (autoloads (trace-function-background trace-function trace-buffer)
27928;;;;;; "trace" "emacs-lisp/trace.el" (19367 42950)) 27961;;;;;; "trace" "emacs-lisp/trace.el" (19383 49285))
27929;;; Generated autoloads from emacs-lisp/trace.el 27962;;; Generated autoloads from emacs-lisp/trace.el
27930 27963
27931(defvar trace-buffer (purecopy "*trace-output*") "\ 27964(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -27962,7 +27995,7 @@ BUFFER defaults to `trace-buffer'.
27962;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27995;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27963;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27996;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27964;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 27997;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
27965;;;;;; "net/tramp.el" (19356 59749)) 27998;;;;;; "net/tramp.el" (19383 49278))
27966;;; Generated autoloads from net/tramp.el 27999;;; Generated autoloads from net/tramp.el
27967 28000
27968(defvar tramp-mode t "\ 28001(defvar tramp-mode t "\
@@ -28095,7 +28128,7 @@ Discard Tramp from loading remote files.
28095;;;*** 28128;;;***
28096 28129
28097;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28130;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28098;;;;;; (19352 21359)) 28131;;;;;; (19383 49282))
28099;;; Generated autoloads from net/tramp-ftp.el 28132;;; Generated autoloads from net/tramp-ftp.el
28100 28133
28101(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28134(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28105,8 +28138,8 @@ Not documented
28105 28138
28106;;;*** 28139;;;***
28107 28140
28108;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19352 28141;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19383
28109;;;;;; 21359)) 28142;;;;;; 49282))
28110;;; Generated autoloads from tutorial.el 28143;;; Generated autoloads from tutorial.el
28111 28144
28112(autoload 'help-with-tutorial "tutorial" "\ 28145(autoload 'help-with-tutorial "tutorial" "\
@@ -28131,7 +28164,7 @@ resumed later.
28131;;;*** 28164;;;***
28132 28165
28133;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28166;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28134;;;;;; (19352 21359)) 28167;;;;;; (19383 49282))
28135;;; Generated autoloads from language/tv-util.el 28168;;; Generated autoloads from language/tv-util.el
28136 28169
28137(autoload 'tai-viet-composition-function "tv-util" "\ 28170(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28142,7 +28175,7 @@ Not documented
28142;;;*** 28175;;;***
28143 28176
28144;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28177;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28145;;;;;; "textmodes/two-column.el" (19352 21359)) 28178;;;;;; "textmodes/two-column.el" (19383 49282))
28146;;; Generated autoloads from textmodes/two-column.el 28179;;; Generated autoloads from textmodes/two-column.el
28147 (autoload '2C-command "two-column" () t 'keymap) 28180 (autoload '2C-command "two-column" () t 'keymap)
28148 (global-set-key "\C-x6" '2C-command) 28181 (global-set-key "\C-x6" '2C-command)
@@ -28193,7 +28226,7 @@ First column's text sSs Second column's text
28193;;;;;; type-break type-break-mode type-break-keystroke-threshold 28226;;;;;; type-break type-break-mode type-break-keystroke-threshold
28194;;;;;; type-break-good-break-interval type-break-good-rest-interval 28227;;;;;; type-break-good-break-interval type-break-good-rest-interval
28195;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 28228;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28196;;;;;; (19352 21359)) 28229;;;;;; (19383 49282))
28197;;; Generated autoloads from type-break.el 28230;;; Generated autoloads from type-break.el
28198 28231
28199(defvar type-break-mode nil "\ 28232(defvar type-break-mode nil "\
@@ -28375,7 +28408,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28375 28408
28376;;;*** 28409;;;***
28377 28410
28378;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19352 21359)) 28411;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19383 49282))
28379;;; Generated autoloads from mail/uce.el 28412;;; Generated autoloads from mail/uce.el
28380 28413
28381(autoload 'uce-reply-to-uce "uce" "\ 28414(autoload 'uce-reply-to-uce "uce" "\
@@ -28393,7 +28426,7 @@ You might need to set `uce-mail-reader' before using this.
28393;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 28426;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28394;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 28427;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28395;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 28428;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28396;;;;;; "international/ucs-normalize.el" (19352 21359)) 28429;;;;;; "international/ucs-normalize.el" (19383 49282))
28397;;; Generated autoloads from international/ucs-normalize.el 28430;;; Generated autoloads from international/ucs-normalize.el
28398 28431
28399(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 28432(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -28459,7 +28492,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28459;;;*** 28492;;;***
28460 28493
28461;;;### (autoloads (ununderline-region underline-region) "underline" 28494;;;### (autoloads (ununderline-region underline-region) "underline"
28462;;;;;; "textmodes/underline.el" (19352 21359)) 28495;;;;;; "textmodes/underline.el" (19383 49282))
28463;;; Generated autoloads from textmodes/underline.el 28496;;; Generated autoloads from textmodes/underline.el
28464 28497
28465(autoload 'underline-region "underline" "\ 28498(autoload 'underline-region "underline" "\
@@ -28480,7 +28513,7 @@ which specify the range to operate on.
28480;;;*** 28513;;;***
28481 28514
28482;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28515;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28483;;;;;; (19352 21359)) 28516;;;;;; (19383 49283))
28484;;; Generated autoloads from mail/unrmail.el 28517;;; Generated autoloads from mail/unrmail.el
28485 28518
28486(autoload 'batch-unrmail "unrmail" "\ 28519(autoload 'batch-unrmail "unrmail" "\
@@ -28499,8 +28532,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
28499 28532
28500;;;*** 28533;;;***
28501 28534
28502;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19352 28535;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19383
28503;;;;;; 21359)) 28536;;;;;; 49283))
28504;;; Generated autoloads from emacs-lisp/unsafep.el 28537;;; Generated autoloads from emacs-lisp/unsafep.el
28505 28538
28506(autoload 'unsafep "unsafep" "\ 28539(autoload 'unsafep "unsafep" "\
@@ -28513,7 +28546,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28513;;;*** 28546;;;***
28514 28547
28515;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28548;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28516;;;;;; "url/url.el" (19352 21359)) 28549;;;;;; "url/url.el" (19383 49283))
28517;;; Generated autoloads from url/url.el 28550;;; Generated autoloads from url/url.el
28518 28551
28519(autoload 'url-retrieve "url" "\ 28552(autoload 'url-retrieve "url" "\
@@ -28553,7 +28586,7 @@ no further processing). URL is either a string or a parsed URL.
28553;;;*** 28586;;;***
28554 28587
28555;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28588;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28556;;;;;; "url-auth" "url/url-auth.el" (19352 21359)) 28589;;;;;; "url-auth" "url/url-auth.el" (19383 49283))
28557;;; Generated autoloads from url/url-auth.el 28590;;; Generated autoloads from url/url-auth.el
28558 28591
28559(autoload 'url-get-authentication "url-auth" "\ 28592(autoload 'url-get-authentication "url-auth" "\
@@ -28595,8 +28628,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28595;;;*** 28628;;;***
28596 28629
28597;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28630;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28598;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19352 28631;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19383
28599;;;;;; 21359)) 28632;;;;;; 49283))
28600;;; Generated autoloads from url/url-cache.el 28633;;; Generated autoloads from url/url-cache.el
28601 28634
28602(autoload 'url-store-in-cache "url-cache" "\ 28635(autoload 'url-store-in-cache "url-cache" "\
@@ -28621,7 +28654,7 @@ Return t if a cached file has expired.
28621 28654
28622;;;*** 28655;;;***
28623 28656
28624;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19352 21359)) 28657;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19383 49283))
28625;;; Generated autoloads from url/url-cid.el 28658;;; Generated autoloads from url/url-cid.el
28626 28659
28627(autoload 'url-cid "url-cid" "\ 28660(autoload 'url-cid "url-cid" "\
@@ -28632,7 +28665,7 @@ Not documented
28632;;;*** 28665;;;***
28633 28666
28634;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28667;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28635;;;;;; "url/url-dav.el" (19352 21359)) 28668;;;;;; "url/url-dav.el" (19383 49283))
28636;;; Generated autoloads from url/url-dav.el 28669;;; Generated autoloads from url/url-dav.el
28637 28670
28638(autoload 'url-dav-supported-p "url-dav" "\ 28671(autoload 'url-dav-supported-p "url-dav" "\
@@ -28647,8 +28680,8 @@ Not documented
28647 28680
28648;;;*** 28681;;;***
28649 28682
28650;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19352 28683;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19383
28651;;;;;; 21359)) 28684;;;;;; 49283))
28652;;; Generated autoloads from url/url-file.el 28685;;; Generated autoloads from url/url-file.el
28653 28686
28654(autoload 'url-file "url-file" "\ 28687(autoload 'url-file "url-file" "\
@@ -28659,7 +28692,7 @@ Handle file: and ftp: URLs.
28659;;;*** 28692;;;***
28660 28693
28661;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28694;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28662;;;;;; "url/url-gw.el" (19352 21359)) 28695;;;;;; "url/url-gw.el" (19383 49283))
28663;;; Generated autoloads from url/url-gw.el 28696;;; Generated autoloads from url/url-gw.el
28664 28697
28665(autoload 'url-gateway-nslookup-host "url-gw" "\ 28698(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28679,7 +28712,7 @@ Might do a non-blocking connection; use `process-status' to check.
28679 28712
28680;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28713;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28681;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28714;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
28682;;;;;; (19352 21359)) 28715;;;;;; (19383 49283))
28683;;; Generated autoloads from url/url-handlers.el 28716;;; Generated autoloads from url/url-handlers.el
28684 28717
28685(defvar url-handler-mode nil "\ 28718(defvar url-handler-mode nil "\
@@ -28731,7 +28764,7 @@ Not documented
28731;;;*** 28764;;;***
28732 28765
28733;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28766;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28734;;;;;; url-http) "url-http" "url/url-http.el" (19352 21359)) 28767;;;;;; url-http) "url-http" "url/url-http.el" (19383 49283))
28735;;; Generated autoloads from url/url-http.el 28768;;; Generated autoloads from url/url-http.el
28736 28769
28737(autoload 'url-http "url-http" "\ 28770(autoload 'url-http "url-http" "\
@@ -28797,7 +28830,7 @@ HTTPS retrievals are asynchronous.")
28797 28830
28798;;;*** 28831;;;***
28799 28832
28800;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19352 21359)) 28833;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19383 49283))
28801;;; Generated autoloads from url/url-irc.el 28834;;; Generated autoloads from url/url-irc.el
28802 28835
28803(autoload 'url-irc "url-irc" "\ 28836(autoload 'url-irc "url-irc" "\
@@ -28807,8 +28840,8 @@ Not documented
28807 28840
28808;;;*** 28841;;;***
28809 28842
28810;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19352 28843;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19383
28811;;;;;; 21359)) 28844;;;;;; 49283))
28812;;; Generated autoloads from url/url-ldap.el 28845;;; Generated autoloads from url/url-ldap.el
28813 28846
28814(autoload 'url-ldap "url-ldap" "\ 28847(autoload 'url-ldap "url-ldap" "\
@@ -28822,7 +28855,7 @@ URL can be a URL string, or a URL vector of the type returned by
28822;;;*** 28855;;;***
28823 28856
28824;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28857;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28825;;;;;; (19352 21359)) 28858;;;;;; (19383 49283))
28826;;; Generated autoloads from url/url-mailto.el 28859;;; Generated autoloads from url/url-mailto.el
28827 28860
28828(autoload 'url-mail "url-mailto" "\ 28861(autoload 'url-mail "url-mailto" "\
@@ -28838,7 +28871,7 @@ Handle the mailto: URL syntax.
28838;;;*** 28871;;;***
28839 28872
28840;;;### (autoloads (url-data url-generic-emulator-loader url-info 28873;;;### (autoloads (url-data url-generic-emulator-loader url-info
28841;;;;;; url-man) "url-misc" "url/url-misc.el" (19352 21359)) 28874;;;;;; url-man) "url-misc" "url/url-misc.el" (19383 49283))
28842;;; Generated autoloads from url/url-misc.el 28875;;; Generated autoloads from url/url-misc.el
28843 28876
28844(autoload 'url-man "url-misc" "\ 28877(autoload 'url-man "url-misc" "\
@@ -28870,7 +28903,7 @@ Fetch a data URL (RFC 2397).
28870;;;*** 28903;;;***
28871 28904
28872;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28905;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28873;;;;;; (19352 21359)) 28906;;;;;; (19383 49283))
28874;;; Generated autoloads from url/url-news.el 28907;;; Generated autoloads from url/url-news.el
28875 28908
28876(autoload 'url-news "url-news" "\ 28909(autoload 'url-news "url-news" "\
@@ -28887,7 +28920,7 @@ Not documented
28887 28920
28888;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28921;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28889;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28922;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28890;;;;;; (19352 21359)) 28923;;;;;; (19383 49283))
28891;;; Generated autoloads from url/url-ns.el 28924;;; Generated autoloads from url/url-ns.el
28892 28925
28893(autoload 'isPlainHostName "url-ns" "\ 28926(autoload 'isPlainHostName "url-ns" "\
@@ -28928,7 +28961,7 @@ Not documented
28928;;;*** 28961;;;***
28929 28962
28930;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28963;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28931;;;;;; "url/url-parse.el" (19352 21359)) 28964;;;;;; "url/url-parse.el" (19383 49283))
28932;;; Generated autoloads from url/url-parse.el 28965;;; Generated autoloads from url/url-parse.el
28933 28966
28934(autoload 'url-recreate-url "url-parse" "\ 28967(autoload 'url-recreate-url "url-parse" "\
@@ -28946,7 +28979,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
28946;;;*** 28979;;;***
28947 28980
28948;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 28981;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
28949;;;;;; (19352 21359)) 28982;;;;;; (19383 49283))
28950;;; Generated autoloads from url/url-privacy.el 28983;;; Generated autoloads from url/url-privacy.el
28951 28984
28952(autoload 'url-setup-privacy-info "url-privacy" "\ 28985(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -28962,7 +28995,7 @@ Setup variables that expose info about you and your system.
28962;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 28995;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
28963;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 28996;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
28964;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 28997;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
28965;;;;;; "url-util" "url/url-util.el" (19352 21359)) 28998;;;;;; "url-util" "url/url-util.el" (19383 49283))
28966;;; Generated autoloads from url/url-util.el 28999;;; Generated autoloads from url/url-util.el
28967 29000
28968(defvar url-debug nil "\ 29001(defvar url-debug nil "\
@@ -29098,7 +29131,7 @@ This uses `url-current-object', set locally to the buffer.
29098;;;*** 29131;;;***
29099 29132
29100;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29133;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29101;;;;;; "userlock" "userlock.el" (19352 21359)) 29134;;;;;; "userlock" "userlock.el" (19383 49283))
29102;;; Generated autoloads from userlock.el 29135;;; Generated autoloads from userlock.el
29103 29136
29104(autoload 'ask-user-about-lock "userlock" "\ 29137(autoload 'ask-user-about-lock "userlock" "\
@@ -29128,7 +29161,7 @@ The buffer in question is current when this function is called.
29128 29161
29129;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29162;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29130;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29163;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29131;;;;;; "utf-7" "international/utf-7.el" (19352 21359)) 29164;;;;;; "utf-7" "international/utf-7.el" (19383 49283))
29132;;; Generated autoloads from international/utf-7.el 29165;;; Generated autoloads from international/utf-7.el
29133 29166
29134(autoload 'utf-7-post-read-conversion "utf-7" "\ 29167(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29155,7 +29188,7 @@ Not documented
29155 29188
29156;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29189;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29157;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29190;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29158;;;;;; (19352 21359)) 29191;;;;;; (19383 49283))
29159;;; Generated autoloads from mail/uudecode.el 29192;;; Generated autoloads from mail/uudecode.el
29160 29193
29161(autoload 'uudecode-decode-region-external "uudecode" "\ 29194(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29185,7 +29218,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29185;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window 29218;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window
29186;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action 29219;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action
29187;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 29220;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
29188;;;;;; "vc" "vc.el" (19371 62620)) 29221;;;;;; "vc" "vc.el" (19383 49284))
29189;;; Generated autoloads from vc.el 29222;;; Generated autoloads from vc.el
29190 29223
29191(defvar vc-checkout-hook nil "\ 29224(defvar vc-checkout-hook nil "\
@@ -29427,8 +29460,8 @@ Return the branch part of a revision number REV.
29427 29460
29428;;;*** 29461;;;***
29429 29462
29430;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19352 29463;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19383
29431;;;;;; 21359)) 29464;;;;;; 49283))
29432;;; Generated autoloads from vc-annotate.el 29465;;; Generated autoloads from vc-annotate.el
29433 29466
29434(autoload 'vc-annotate "vc-annotate" "\ 29467(autoload 'vc-annotate "vc-annotate" "\
@@ -29463,7 +29496,7 @@ mode-specific menu. `vc-annotate-color-map' and
29463 29496
29464;;;*** 29497;;;***
29465 29498
29466;;;### (autoloads nil "vc-arch" "vc-arch.el" (19352 21359)) 29499;;;### (autoloads nil "vc-arch" "vc-arch.el" (19383 49283))
29467;;; Generated autoloads from vc-arch.el 29500;;; Generated autoloads from vc-arch.el
29468 (defun vc-arch-registered (file) 29501 (defun vc-arch-registered (file)
29469 (if (vc-find-root file "{arch}/=tagging-method") 29502 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29473,7 +29506,7 @@ mode-specific menu. `vc-annotate-color-map' and
29473 29506
29474;;;*** 29507;;;***
29475 29508
29476;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19352 21363)) 29509;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19383 49276))
29477;;; Generated autoloads from vc-bzr.el 29510;;; Generated autoloads from vc-bzr.el
29478 29511
29479(defconst vc-bzr-admin-dirname ".bzr" "\ 29512(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -29488,7 +29521,7 @@ Name of the directory containing Bzr repository status files.")
29488 29521
29489;;;*** 29522;;;***
29490 29523
29491;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19352 21363)) 29524;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19383 49276))
29492;;; Generated autoloads from vc-cvs.el 29525;;; Generated autoloads from vc-cvs.el
29493 (defun vc-cvs-registered (f) 29526 (defun vc-cvs-registered (f)
29494 (when (file-readable-p (expand-file-name 29527 (when (file-readable-p (expand-file-name
@@ -29498,7 +29531,7 @@ Name of the directory containing Bzr repository status files.")
29498 29531
29499;;;*** 29532;;;***
29500 29533
29501;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19352 21359)) 29534;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19383 49283))
29502;;; Generated autoloads from vc-dir.el 29535;;; Generated autoloads from vc-dir.el
29503 29536
29504(autoload 'vc-dir "vc-dir" "\ 29537(autoload 'vc-dir "vc-dir" "\
@@ -29523,7 +29556,7 @@ These are the commands available for use in the file status buffer:
29523;;;*** 29556;;;***
29524 29557
29525;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 29558;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
29526;;;;;; (19352 21359)) 29559;;;;;; (19383 49283))
29527;;; Generated autoloads from vc-dispatcher.el 29560;;; Generated autoloads from vc-dispatcher.el
29528 29561
29529(autoload 'vc-do-command "vc-dispatcher" "\ 29562(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29546,7 +29579,7 @@ case, and the process object in the asynchronous case.
29546 29579
29547;;;*** 29580;;;***
29548 29581
29549;;;### (autoloads nil "vc-git" "vc-git.el" (19352 21362)) 29582;;;### (autoloads nil "vc-git" "vc-git.el" (19400 65477))
29550;;; Generated autoloads from vc-git.el 29583;;; Generated autoloads from vc-git.el
29551 (defun vc-git-registered (file) 29584 (defun vc-git-registered (file)
29552 "Return non-nil if FILE is registered with git." 29585 "Return non-nil if FILE is registered with git."
@@ -29557,7 +29590,7 @@ case, and the process object in the asynchronous case.
29557 29590
29558;;;*** 29591;;;***
29559 29592
29560;;;### (autoloads nil "vc-hg" "vc-hg.el" (19352 21359)) 29593;;;### (autoloads nil "vc-hg" "vc-hg.el" (19403 31656))
29561;;; Generated autoloads from vc-hg.el 29594;;; Generated autoloads from vc-hg.el
29562 (defun vc-hg-registered (file) 29595 (defun vc-hg-registered (file)
29563 "Return non-nil if FILE is registered with hg." 29596 "Return non-nil if FILE is registered with hg."
@@ -29568,7 +29601,7 @@ case, and the process object in the asynchronous case.
29568 29601
29569;;;*** 29602;;;***
29570 29603
29571;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19352 21359)) 29604;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19383 49283))
29572;;; Generated autoloads from vc-mtn.el 29605;;; Generated autoloads from vc-mtn.el
29573 29606
29574(defconst vc-mtn-admin-dir "_MTN") 29607(defconst vc-mtn-admin-dir "_MTN")
@@ -29583,7 +29616,7 @@ case, and the process object in the asynchronous case.
29583;;;*** 29616;;;***
29584 29617
29585;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29618;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29586;;;;;; (19352 21359)) 29619;;;;;; (19383 49283))
29587;;; Generated autoloads from vc-rcs.el 29620;;; Generated autoloads from vc-rcs.el
29588 29621
29589(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29622(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -29597,7 +29630,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29597;;;*** 29630;;;***
29598 29631
29599;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29632;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29600;;;;;; (19352 21359)) 29633;;;;;; (19383 49283))
29601;;; Generated autoloads from vc-sccs.el 29634;;; Generated autoloads from vc-sccs.el
29602 29635
29603(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29636(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -29614,7 +29647,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29614 29647
29615;;;*** 29648;;;***
29616 29649
29617;;;### (autoloads nil "vc-svn" "vc-svn.el" (19352 21360)) 29650;;;### (autoloads nil "vc-svn" "vc-svn.el" (19383 49276))
29618;;; Generated autoloads from vc-svn.el 29651;;; Generated autoloads from vc-svn.el
29619 (defun vc-svn-registered (f) 29652 (defun vc-svn-registered (f)
29620 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29653 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29630,7 +29663,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29630;;;*** 29663;;;***
29631 29664
29632;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29665;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29633;;;;;; (19352 21359)) 29666;;;;;; (19383 49283))
29634;;; Generated autoloads from progmodes/vera-mode.el 29667;;; Generated autoloads from progmodes/vera-mode.el
29635 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29668 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29636 29669
@@ -29688,7 +29721,7 @@ Key bindings:
29688;;;*** 29721;;;***
29689 29722
29690;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29723;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
29691;;;;;; (19352 21359)) 29724;;;;;; (19383 49283))
29692;;; Generated autoloads from progmodes/verilog-mode.el 29725;;; Generated autoloads from progmodes/verilog-mode.el
29693 29726
29694(autoload 'verilog-mode "verilog-mode" "\ 29727(autoload 'verilog-mode "verilog-mode" "\
@@ -29825,7 +29858,7 @@ Key bindings specific to `verilog-mode-map' are:
29825;;;*** 29858;;;***
29826 29859
29827;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29860;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29828;;;;;; (19352 21359)) 29861;;;;;; (19383 49283))
29829;;; Generated autoloads from progmodes/vhdl-mode.el 29862;;; Generated autoloads from progmodes/vhdl-mode.el
29830 29863
29831(autoload 'vhdl-mode "vhdl-mode" "\ 29864(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30366,7 +30399,7 @@ Key bindings:
30366 30399
30367;;;*** 30400;;;***
30368 30401
30369;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19352 21359)) 30402;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19383 49283))
30370;;; Generated autoloads from emulation/vi.el 30403;;; Generated autoloads from emulation/vi.el
30371 30404
30372(autoload 'vi-mode "vi" "\ 30405(autoload 'vi-mode "vi" "\
@@ -30421,7 +30454,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30421;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30454;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30422;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30455;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30423;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30456;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30424;;;;;; "language/viet-util.el" (19352 21359)) 30457;;;;;; "language/viet-util.el" (19383 49283))
30425;;; Generated autoloads from language/viet-util.el 30458;;; Generated autoloads from language/viet-util.el
30426 30459
30427(autoload 'viet-encode-viscii-char "viet-util" "\ 30460(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -30469,7 +30502,7 @@ Not documented
30469;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 30502;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30470;;;;;; view-buffer view-file-other-frame view-file-other-window 30503;;;;;; view-buffer view-file-other-frame view-file-other-window
30471;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 30504;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30472;;;;;; "view" "view.el" (19352 21359)) 30505;;;;;; "view" "view.el" (19383 49283))
30473;;; Generated autoloads from view.el 30506;;; Generated autoloads from view.el
30474 30507
30475(defvar view-remove-frame-by-deleting t "\ 30508(defvar view-remove-frame-by-deleting t "\
@@ -30715,8 +30748,8 @@ Exit View mode and make the current buffer editable.
30715 30748
30716;;;*** 30749;;;***
30717 30750
30718;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19352 30751;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19383
30719;;;;;; 21359)) 30752;;;;;; 49283))
30720;;; Generated autoloads from emulation/vip.el 30753;;; Generated autoloads from emulation/vip.el
30721 30754
30722(autoload 'vip-setup "vip" "\ 30755(autoload 'vip-setup "vip" "\
@@ -30732,7 +30765,7 @@ Turn on VIP emulation of VI.
30732;;;*** 30765;;;***
30733 30766
30734;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30767;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30735;;;;;; (19352 21359)) 30768;;;;;; (19383 49283))
30736;;; Generated autoloads from emulation/viper.el 30769;;; Generated autoloads from emulation/viper.el
30737 30770
30738(autoload 'toggle-viper-mode "viper" "\ 30771(autoload 'toggle-viper-mode "viper" "\
@@ -30749,7 +30782,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
30749;;;*** 30782;;;***
30750 30783
30751;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30784;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
30752;;;;;; (19352 21359)) 30785;;;;;; (19383 49283))
30753;;; Generated autoloads from emacs-lisp/warnings.el 30786;;; Generated autoloads from emacs-lisp/warnings.el
30754 30787
30755(defvar warning-prefix-function nil "\ 30788(defvar warning-prefix-function nil "\
@@ -30839,7 +30872,7 @@ this is equivalent to `display-warning', using
30839;;;*** 30872;;;***
30840 30873
30841;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30874;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30842;;;;;; (19352 21359)) 30875;;;;;; (19383 49283))
30843;;; Generated autoloads from wdired.el 30876;;; Generated autoloads from wdired.el
30844 30877
30845(autoload 'wdired-change-to-wdired-mode "wdired" "\ 30878(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -30855,7 +30888,7 @@ See `wdired-mode'.
30855 30888
30856;;;*** 30889;;;***
30857 30890
30858;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19352 21359)) 30891;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19383 49283))
30859;;; Generated autoloads from net/webjump.el 30892;;; Generated autoloads from net/webjump.el
30860 30893
30861(autoload 'webjump "webjump" "\ 30894(autoload 'webjump "webjump" "\
@@ -30872,7 +30905,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30872;;;*** 30905;;;***
30873 30906
30874;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30907;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30875;;;;;; (19352 21359)) 30908;;;;;; (19383 49283))
30876;;; Generated autoloads from progmodes/which-func.el 30909;;; Generated autoloads from progmodes/which-func.el
30877 (put 'which-func-format 'risky-local-variable t) 30910 (put 'which-func-format 'risky-local-variable t)
30878 (put 'which-func-current 'risky-local-variable t) 30911 (put 'which-func-current 'risky-local-variable t)
@@ -30903,7 +30936,7 @@ and off otherwise.
30903;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 30936;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
30904;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 30937;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
30905;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 30938;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
30906;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19352 21359)) 30939;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19383 49283))
30907;;; Generated autoloads from whitespace.el 30940;;; Generated autoloads from whitespace.el
30908 30941
30909(autoload 'whitespace-mode "whitespace" "\ 30942(autoload 'whitespace-mode "whitespace" "\
@@ -31302,7 +31335,7 @@ cleaning up these problems.
31302;;;*** 31335;;;***
31303 31336
31304;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31337;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31305;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19352 21359)) 31338;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19383 49283))
31306;;; Generated autoloads from wid-browse.el 31339;;; Generated autoloads from wid-browse.el
31307 31340
31308(autoload 'widget-browse-at "wid-browse" "\ 31341(autoload 'widget-browse-at "wid-browse" "\
@@ -31329,8 +31362,8 @@ With arg, turn widget mode on if and only if arg is positive.
31329;;;*** 31362;;;***
31330 31363
31331;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31364;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31332;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19352 31365;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19383
31333;;;;;; 21359)) 31366;;;;;; 49283))
31334;;; Generated autoloads from wid-edit.el 31367;;; Generated autoloads from wid-edit.el
31335 31368
31336(autoload 'widgetp "wid-edit" "\ 31369(autoload 'widgetp "wid-edit" "\
@@ -31373,8 +31406,8 @@ Setup current buffer so editing string widgets works.
31373;;;*** 31406;;;***
31374 31407
31375;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31408;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
31376;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19352 31409;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19383
31377;;;;;; 21359)) 31410;;;;;; 49283))
31378;;; Generated autoloads from windmove.el 31411;;; Generated autoloads from windmove.el
31379 31412
31380(autoload 'windmove-left "windmove" "\ 31413(autoload 'windmove-left "windmove" "\
@@ -31427,7 +31460,7 @@ Default MODIFIER is 'shift.
31427;;;*** 31460;;;***
31428 31461
31429;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 31462;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
31430;;;;;; (19352 21359)) 31463;;;;;; (19383 49283))
31431;;; Generated autoloads from winner.el 31464;;; Generated autoloads from winner.el
31432 31465
31433(defvar winner-mode nil "\ 31466(defvar winner-mode nil "\
@@ -31446,7 +31479,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31446;;;*** 31479;;;***
31447 31480
31448;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31481;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31449;;;;;; "woman" "woman.el" (19359 48737)) 31482;;;;;; "woman" "woman.el" (19383 49285))
31450;;; Generated autoloads from woman.el 31483;;; Generated autoloads from woman.el
31451 31484
31452(defvar woman-locale nil "\ 31485(defvar woman-locale nil "\
@@ -31490,7 +31523,7 @@ decompress the file if appropriate. See the documentation for the
31490;;;*** 31523;;;***
31491 31524
31492;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31525;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
31493;;;;;; (19352 21359)) 31526;;;;;; (19383 49283))
31494;;; Generated autoloads from emulation/ws-mode.el 31527;;; Generated autoloads from emulation/ws-mode.el
31495 31528
31496(autoload 'wordstar-mode "ws-mode" "\ 31529(autoload 'wordstar-mode "ws-mode" "\
@@ -31602,7 +31635,7 @@ The key bindings are:
31602 31635
31603;;;*** 31636;;;***
31604 31637
31605;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19352 21359)) 31638;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19383 49283))
31606;;; Generated autoloads from net/xesam.el 31639;;; Generated autoloads from net/xesam.el
31607 31640
31608(autoload 'xesam-search "xesam" "\ 31641(autoload 'xesam-search "xesam" "\
@@ -31622,7 +31655,7 @@ Example:
31622;;;*** 31655;;;***
31623 31656
31624;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 31657;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
31625;;;;;; (19352 21359)) 31658;;;;;; (19383 49283))
31626;;; Generated autoloads from xml.el 31659;;; Generated autoloads from xml.el
31627 31660
31628(autoload 'xml-parse-file "xml" "\ 31661(autoload 'xml-parse-file "xml" "\
@@ -31648,7 +31681,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
31648;;;*** 31681;;;***
31649 31682
31650;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 31683;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
31651;;;;;; "nxml/xmltok.el" (19352 21359)) 31684;;;;;; "nxml/xmltok.el" (19383 49283))
31652;;; Generated autoloads from nxml/xmltok.el 31685;;; Generated autoloads from nxml/xmltok.el
31653 31686
31654(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 31687(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -31666,8 +31699,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
31666 31699
31667;;;*** 31700;;;***
31668 31701
31669;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19352 31702;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19383
31670;;;;;; 21359)) 31703;;;;;; 49283))
31671;;; Generated autoloads from xt-mouse.el 31704;;; Generated autoloads from xt-mouse.el
31672 31705
31673(defvar xterm-mouse-mode nil "\ 31706(defvar xterm-mouse-mode nil "\
@@ -31696,7 +31729,7 @@ down the SHIFT key while pressing the mouse button.
31696;;;*** 31729;;;***
31697 31730
31698;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 31731;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
31699;;;;;; "gnus/yenc.el" (19352 21359)) 31732;;;;;; "gnus/yenc.el" (19383 49283))
31700;;; Generated autoloads from gnus/yenc.el 31733;;; Generated autoloads from gnus/yenc.el
31701 31734
31702(autoload 'yenc-decode-region "yenc" "\ 31735(autoload 'yenc-decode-region "yenc" "\
@@ -31712,7 +31745,7 @@ Extract file name from an yenc header.
31712;;;*** 31745;;;***
31713 31746
31714;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 31747;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31715;;;;;; yow) "yow" "play/yow.el" (19352 21359)) 31748;;;;;; yow) "yow" "play/yow.el" (19383 49283))
31716;;; Generated autoloads from play/yow.el 31749;;; Generated autoloads from play/yow.el
31717 31750
31718(autoload 'yow "yow" "\ 31751(autoload 'yow "yow" "\
@@ -31738,7 +31771,7 @@ Zippy goes to the analyst.
31738 31771
31739;;;*** 31772;;;***
31740 31773
31741;;;### (autoloads (zone) "zone" "play/zone.el" (19352 21359)) 31774;;;### (autoloads (zone) "zone" "play/zone.el" (19383 49283))
31742;;; Generated autoloads from play/zone.el 31775;;; Generated autoloads from play/zone.el
31743 31776
31744(autoload 'zone "zone" "\ 31777(autoload 'zone "zone" "\
@@ -31873,26 +31906,25 @@ Zone out, completely.
31873;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sieve-manage.el" 31906;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sieve-manage.el"
31874;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el" 31907;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el"
31875;;;;;; "gnus/utf7.el" "gnus/webmail.el" "hex-util.el" "hfy-cmap.el" 31908;;;;;; "gnus/utf7.el" "gnus/webmail.el" "hex-util.el" "hfy-cmap.el"
31876;;;;;; "htmlfontify.el" "ibuf-ext.el" "international/charprop.el" 31909;;;;;; "ibuf-ext.el" "international/charprop.el" "international/cp51932.el"
31877;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" 31910;;;;;; "international/eucjp-ms.el" "international/fontset.el" "international/iso-ascii.el"
31878;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" 31911;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el"
31879;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" 31912;;;;;; "international/ogonek.el" "international/uni-bidi.el" "international/uni-category.el"
31880;;;;;; "international/uni-category.el" "international/uni-combining.el" 31913;;;;;; "international/uni-combining.el" "international/uni-comment.el"
31881;;;;;; "international/uni-comment.el" "international/uni-decimal.el" 31914;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el"
31882;;;;;; "international/uni-decomposition.el" "international/uni-digit.el" 31915;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
31883;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el" 31916;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
31884;;;;;; "international/uni-name.el" "international/uni-numeric.el" 31917;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
31885;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el" 31918;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el"
31886;;;;;; "international/uni-uppercase.el" "json.el" "kermit.el" "language/hanja-util.el" 31919;;;;;; "json.el" "kermit.el" "language/hanja-util.el" "language/thai-word.el"
31887;;;;;; "language/thai-word.el" "ldefs-boot.el" "mail/blessmail.el" 31920;;;;;; "ldefs-boot.el" "mail/blessmail.el" "mail/mailheader.el"
31888;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el" 31921;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
31889;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" 31922;;;;;; "mail/rmail-spam-filter.el" "mail/rmailedit.el" "mail/rmailkwd.el"
31890;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" 31923;;;;;; "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
31891;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" 31924;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el"
31892;;;;;; "mail/undigest.el" "md4.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" 31925;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el"
31893;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el" 31926;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
31894;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el" 31927;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
31895;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
31896;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el" 31928;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
31897;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el" 31929;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
31898;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el" 31930;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
@@ -31939,8 +31971,8 @@ Zone out, completely.
31939;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 31971;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31940;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 31972;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31941;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" 31973;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
31942;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19382 31974;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19405
31943;;;;;; 35538 347447)) 31975;;;;;; 42 652971))
31944 31976
31945;;;*** 31977;;;***
31946 31978
diff --git a/lisp/version.el b/lisp/version.el
index c5c9bfa5fb6..1abb1015b00 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2010 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.1.95" "\ 35(defconst emacs-version "23.1.96" "\
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 18033a3679c..64bc35cc3a5 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.1.95 Copyright (C) 2010 Free Software Foundation, Inc.</string> 556 <string>Emacs 23.1.96 Copyright (C) 2010 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.1.95</string> 569 <string>23.1.96</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 ef467d6c9b3..a05b849d259 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.1.95"; 4CFBundleShortVersionString = "Version 23.1.96";
5CFBundleGetInfoString = "Emacs version 23.1.95, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 23.1.96, NS Windowing";
6NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc."; 6NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc.";
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
index 4c6073e402e..84c87ea0c60 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.1.95 4Version=23.1.96
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 80a3fc1b137..59b42d5a7d7 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.1.95"; 5 ApplicationRelease = "23.1.96";
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) 2010 Free Software Foundation, Inc."; 14 Copyright = "Copyright (C) 2010 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.1.95, NS Windowing"; 16 FullVersionID = "Emacs 23.1.96, 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 bdeae568f41..3fd4a3b17d7 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,1,95,0 10 FILEVERSION 23,1,96,0
11 PRODUCTVERSION 23,1,95,0 11 PRODUCTVERSION 23,1,96,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, 1, 95, 0\0" 28 VALUE "FileVersion", "23, 1, 96, 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\0" 30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\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, 1, 95, 0\0" 33 VALUE "ProductVersion", "23, 1, 96, 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 20b764cc352..4edbdfada2f 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,1,95,0 8 FILEVERSION 23,1,96,0
9 PRODUCTVERSION 23,1,95,0 9 PRODUCTVERSION 23,1,96,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, 1, 95, 0\0" 26 VALUE "FileVersion", "23, 1, 96, 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\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\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, 1, 95, 0\0" 31 VALUE "ProductVersion", "23, 1, 96, 0\0"
32 VALUE "OLESelfRegister", "\0" 32 VALUE "OLESelfRegister", "\0"
33 END 33 END
34 END 34 END