aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-03-10 23:03:11 -0500
committerChong Yidong2010-03-10 23:03:11 -0500
commit66da5719da786c15cb1d5e11d6dceac6f5a40fea (patch)
tree29fff0d532b54e146c63afe7e832c363688c91ee
parentfd5476dd1a1f985a13a7e8b7e8ef44f181e60c3d (diff)
downloademacs-66da5719da786c15cb1d5e11d6dceac6f5a40fea.tar.gz
emacs-66da5719da786c15cb1d5e11d6dceac6f5a40fea.zip
Bump version to 23.1.94 and regenerate ldefs-boot.el.emacs-pretest-23.1.94
-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--lib-src/makefile.w32-in2
-rw-r--r--lisp/ldefs-boot.el1536
-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
19 files changed, 802 insertions, 804 deletions
diff --git a/README b/README
index 707033c8e83..a98ac450810 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.93 of GNU Emacs, the extensible, 6This directory tree holds version 23.1.94 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 96c4a72555e..d14d02ac217 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.93. 3# Generated by GNU Autoconf 2.62 for emacs 23.1.94.
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.93' 597PACKAGE_VERSION='23.1.94'
598PACKAGE_STRING='emacs 23.1.93' 598PACKAGE_STRING='emacs 23.1.94'
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.93 to adapt to many kinds of systems. 1374\`configure' configures emacs 23.1.94 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.93:";; 1448 short | recursive ) echo "Configuration of emacs 23.1.94:";;
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.93 1591emacs configure 23.1.94
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.93, which was 1605It was created by emacs $as_me 23.1.94, 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.93, which was 26262This file was extended by emacs $as_me 23.1.94, 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.93 26315emacs config.status 23.1.94
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 da15b64125c..a361489d8a3 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.93) 25AC_INIT(emacs, 23.1.94)
26AC_CONFIG_HEADER(src/config.h:src/config.in) 26AC_CONFIG_HEADER(src/config.h:src/config.in)
27AC_CONFIG_SRCDIR(src/lisp.h) 27AC_CONFIG_SRCDIR(src/lisp.h)
28 28
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index ff152fdf6df..5205f2df540 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.93 8@set EMACSVER 23.1.94
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 9291d998473..097513778fd 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.93 14@center Emacs Version 23.1.94
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 576737edc5a..aba6fa2ef14 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.93 11@set EMACSVER 23.1.94
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 9144adf18b9..9eb4fed6bad 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.93 30@set EMACSVER 23.1.94
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 64a4113a3c7..01424c47cbd 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.93 30@set EMACSVER 23.1.94
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 1c93f9e7648..98ffcdbb77f 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.93" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.94"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi
index d4c0addf43a..4850dc0e345 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.93 8@set VER 23.1.94
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/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 368e1acb447..b59273ef33d 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.93 25VERSION = 23.1.94
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 a85a4a20a76..c60b644753c 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" (19278 4526)) 8;;;;;; "play/5x5.el" (19352 21350))
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;;;;;; (19278 4516)) 68;;;;;; (19352 21350))
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;;;;;; (19312 40243)) 79;;;;;; (19352 21362))
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;;;;;; (19279 36173)) 99;;;;;; (19352 21350))
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;;;;;; (19279 36173)) 110;;;;;; (19352 21350))
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" (19278 124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (19352
125;;;;;; 4516)) 125;;;;;; 21350))
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" (19322 43407)) 264;;;;;; "advice" "emacs-lisp/advice.el" (19352 21362))
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" (19278 4516)) 407;;;;;; align) "align" "align.el" (19352 21350))
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;;;;;; (19278 4516)) 497;;;;;; (19352 21350))
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" (19322 43174)) 804;;;;;; "net/ange-ftp.el" (19352 21362))
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" (19278 4526)) 826;;;;;; "animate" "play/animate.el" (19352 21350))
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" (19278 4516)) 854;;;;;; "ansi-color" "ansi-color.el" (19352 21350))
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" (19278 4527)) 880;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19352 21350))
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" (19278 4519)) 917;;;;;; "appt" "calendar/appt.el" (19352 21350))
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" (19278 4516)) 957;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19352 21350))
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" (19318 1060;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19352
1061;;;;;; 22201)) 1061;;;;;; 21362))
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" (19278 4516)) 1081;;;### (autoloads (array-mode) "array" "array.el" (19352 21350))
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" (19315 1152;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19352
1153;;;;;; 29628)) 1153;;;;;; 21362))
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" (19278 1359;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19352
1360;;;;;; 4527)) 1360;;;;;; 21350))
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;;;;;; (19278 4516)) 1388;;;;;; (19352 21350))
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;;;;;; (19278 4527)) 1442;;;;;; (19352 21350))
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" (19278 4516)) 1453;;;;;; "autoinsert" "autoinsert.el" (19352 21350))
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;;;;;; (19278 4521)) 1492;;;;;; (19352 21350))
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" (19278 4516)) 1531;;;;;; "autorevert" "autorevert.el" (19352 21350))
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" (19278 4516)) 1612;;;;;; "avoid.el" (19352 21350))
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;;;;;; (19278 4516)) 1653;;;;;; (19352 21350))
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" (19278 4521)) 1685;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19352 21350))
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" (19279 36174)) 1718;;;;;; "bibtex" "textmodes/bibtex.el" (19352 21350))
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;;;;;; (19278 4528)) 1805;;;;;; (19352 21350))
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;;;;;; (19278 4524)) 1818;;;;;; (19352 21350))
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" (19278 1841;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19352
1842;;;;;; 4526)) 1842;;;;;; 21350))
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" (19327 808)) 1965;;;;;; "bookmark.el" (19352 21362))
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;;;;;; (19278 4525)) 2172;;;;;; (19352 21350))
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" (19278 2502;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19352
2503;;;;;; 4526)) 2503;;;;;; 21350))
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" (19278 4516)) 2519;;;;;; "bs" "bs.el" (19352 21350))
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" (19278 4526)) 2559;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19352 21350))
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" (19278 4527)) 2581;;;;;; "progmodes/bug-reference.el" (19352 21350))
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;;;;;; (19321 22156)) 2603;;;;;; (19352 21350))
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" (19278 2727;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19352
2728;;;;;; 4519)) 2728;;;;;; 21350))
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" (19278 4519)) 2737;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19352 21350))
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;;;;;; (19278 4519)) 2749;;;;;; (19352 21360))
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" (19283 2765;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19352
2766;;;;;; 23524)) 2766;;;;;; 21350))
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" (19278 2848;;;### (autoloads (calculator) "calculator" "calculator.el" (19352
2849;;;;;; 4516)) 2849;;;;;; 21359))
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" (19278 2860;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19352
2861;;;;;; 4519)) 2861;;;;;; 21350))
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" (19278 4522)) 2905;;;;;; "gnus/canlock.el" (19352 21350))
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;;;;;; (19278 4527)) 2923;;;;;; (19352 21350))
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" (19278 2958;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19352
2959;;;;;; 4527)) 2959;;;;;; 21350))
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;;;;;; (19335 6619)) 2966;;;;;; (19352 21360))
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;;;;;; (19335 6619)) 2978;;;;;; (19352 21360))
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" (19278 4527)) 3138;;;;;; "progmodes/cc-styles.el" (19352 21350))
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" (19278 4527)) 3189;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19352 21350))
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;;;;;; (19278 4524)) 3199;;;;;; (19352 21350))
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;;;;;; (19278 4527)) 3458;;;;;; (19352 21350))
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" (19278 4521)) 3473;;;;;; "emacs-lisp/check-declare.el" (19352 21351))
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" (19278 4521)) 3498;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19352 21351))
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" (19278 4524)) 3693;;;;;; "language/china-util.el" (19352 21351))
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" (19278 4516)) 3731;;;;;; "chistory" "chistory.el" (19352 21351))
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" (19278 4521)) 3770;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19352 21351))
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;;;;;; (19278 4521)) 3786;;;;;; (19352 21351))
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;;;;;; (19278 4527)) 3865;;;;;; (19352 21352))
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" (19278 3885;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19352
3886;;;;;; 4516)) 3886;;;;;; 21352))
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;;;;;; (19278 4516)) 3910;;;;;; (19352 21352))
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" (19278 4002;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (19352
4003;;;;;; 4516)) 4003;;;;;; 21352))
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" (19327 4040;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19352
4041;;;;;; 59567)) 4041;;;;;; 21360))
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;;;;;; (19278 4516)) 4219;;;;;; (19352 21352))
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;;;;;; (19278 4516)) 4261;;;;;; (19352 21352))
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;;;;;; (19278 4528)) 4283;;;;;; (19352 21353))
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" (19278 4527)) 4439;;;;;; "cookie1" "play/cookie1.el" (19352 21353))
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" (19278 4471;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19352
4472;;;;;; 4521)) 4472;;;;;; 21353))
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" (19278 4527)) 4505;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19352 21353))
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;;;;;; (19278 4527)) 4704;;;;;; (19352 21353))
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;;;;;; (19278 4522)) 4723;;;;;; (19352 21353))
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;;;;;; (19278 4521)) 4747;;;;;; (19352 21353))
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" (19278 4782;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19352
4783;;;;;; 4528)) 4783;;;;;; 21353))
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;;;;;; (19278 4522)) 4795;;;;;; (19352 21353))
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;;;;;; (19322 14239)) 4854;;;;;; (19352 21362))
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;;;;;; (19278 4516)) 5152;;;;;; (19352 21353))
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;;;;;; (19278 4516)) 5163;;;;;; (19352 21353))
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" (19278 4527)) 5174;;;;;; "cwarn" "progmodes/cwarn.el" (19352 21353))
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;;;;;; (19278 4524)) 5221;;;;;; (19352 21353))
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;;;;;; (19278 4516)) 5250;;;;;; (19352 21353))
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;;;;;; (19322 12063)) 5297;;;;;; (19352 21362))
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" (19278 5307;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19352
5308;;;;;; 4525)) 5308;;;;;; 21361))
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" (19278 5321;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19352
5322;;;;;; 4527)) 5322;;;;;; 21353))
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" (19278 4521)) 5449;;;;;; "emacs-lisp/debug.el" (19352 21353))
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;;;;;; (19278 4527)) 5493;;;;;; (19352 21353))
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" (19322 5522;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19352
5523;;;;;; 12603)) 5523;;;;;; 21362))
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" (19279 5547;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19352
5548;;;;;; 36173)) 5548;;;;;; 21353))
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" (19278 5599;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19352
5600;;;;;; 4516)) 5600;;;;;; 21353))
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" (19278 4521)) 5629;;;;;; "derived" "emacs-lisp/derived.el" (19352 21353))
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" (19278 4516)) 5694;;;;;; "descr-text.el" (19352 21353))
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" (19278 4516)) 5722;;;;;; "desktop.el" (19352 21353))
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" (19278 4522)) 5906;;;;;; "deuglify" "gnus/deuglify.el" (19352 21353))
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" (19295 48190)) 5939;;;;;; "calendar/diary-lib.el" (19352 21360))
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" (19278 4516)) 5982;;;;;; "diff.el" (19352 21353))
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;;;;;; (19278 4516)) 6020;;;;;; (19352 21353))
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" (19278 4525)) 6048;;;### (autoloads (dig) "dig" "net/dig.el" (19352 21353))
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" (19307 36715)) 6061;;;;;; dired-listing-switches) "dired" "dired.el" (19352 21360))
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;;;;;; (19299 12748)) 6206;;;;;; (19352 21360))
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" (19278 6232;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19352
6233;;;;;; 4521)) 6233;;;;;; 21353))
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" (19278 4516)) 6252;;;;;; "disp-table" "disp-table.el" (19352 21353))
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;;;;;; (19278 4527)) 6364;;;;;; (19352 21353))
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" (19278 4516)) 6380;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19352 21353))
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" (19278 4528)) 6401;;;;;; "textmodes/dns-mode.el" (19352 21353))
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" (19322 12465)) 6426;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19352 21362))
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" (19278 4527)) 6461;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19352 21353))
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" (19278 4516)) 6471;;;### (autoloads (double-mode) "double" "double.el" (19352 21353))
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" (19278 4527)) 6486;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19352 21353))
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;;;;;; (19278 4522)) 6497;;;;;; (19352 21353))
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" (19278 4521)) 6509;;;;;; "emacs-lisp/easy-mmode.el" (19352 21353))
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" (19278 6614;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19352
6615;;;;;; 4521)) 6615;;;;;; 21353))
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" (19278 4527)) 6769;;;;;; "progmodes/ebnf2ps.el" (19352 21353))
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" (19278 7043;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19352
7044;;;;;; 4527)) 7044;;;;;; 21353))
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;;;;;; (19278 4516)) 7195;;;;;; (19352 21353))
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" (19278 4516)) 7220;;;;;; "echistory.el" (19352 21353))
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;;;;;; (19278 4522)) 7232;;;;;; (19352 21353))
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" (19322 43174)) 7242;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19352 21362))
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" (19278 4521)) 7268;;;;;; "emacs-lisp/edebug.el" (19352 21353))
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" (19278 4516)) 7341;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19352 21353))
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;;;;;; (19278 4516)) 7573;;;;;; (19352 21353))
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;;;;;; (19278 4516)) 7584;;;;;; (19352 21353))
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" (19307 36715)) 7597;;;;;; "ediff-util" "ediff-util.el" (19352 21360))
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;;;;;; (19278 4516)) 7618;;;;;; (19352 21353))
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" (19281 63740)) 7671;;;;;; "emulation/edt.el" (19352 21353))
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;;;;;; (19278 4516)) 7689;;;;;; (19352 21353))
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" (19278 4521)) 7726;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19352 21353))
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" (19278 7769;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19352
7770;;;;;; 4516)) 7770;;;;;; 21353))
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;;;;;; (19322 43174)) 7787;;;;;; (19352 21361))
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" (19278 7823;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19352
7824;;;;;; 4521)) 7824;;;;;; 21353))
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;;;;;; (19276 36114)) 7859;;;;;; (19352 21353))
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" (19259 35415)) 7874;;;;;; "emerge.el" (19352 21353))
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" (19278 4528)) 7935;;;;;; "enriched" "textmodes/enriched.el" (19352 21353))
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" (19278 7970;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19352
7971;;;;;; 4516)) 7971;;;;;; 21353))
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" (19278 4516)) 8144;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19352 21353))
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" (19278 4516)) 8170;;;;;; "epa-file" "epa-file.el" (19352 21353))
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" (19278 4516)) 8192;;;;;; "epa-mail" "epa-mail.el" (19352 21353))
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" (19278 4516)) 8256;;;### (autoloads (epg-make-context) "epg" "epg.el" (19352 21353))
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" (19278 4516)) 8267;;;;;; "epg-config" "epg-config.el" (19352 21353))
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" (19293 59093)) 8288;;;;;; "erc/erc.el" (19352 21360))
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" (19278 8330;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19352
8331;;;;;; 4522)) 8331;;;;;; 21353))
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" (19278 4522)) 8337;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19352 21353))
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" (19278 4522)) 8343;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19352 21353))
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" (19278 4522)) 8349;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19352 21353))
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" (19278 4522)) 8356;;;;;; "erc-dcc" "erc/erc-dcc.el" (19352 21353))
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;;;;;; (19278 4522)) 8389;;;;;; (19352 21354))
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" (19278 8451;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19352
8452;;;;;; 4522)) 8452;;;;;; 21354))
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" (19278 8464;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19352
8465;;;;;; 4522)) 8465;;;;;; 21354))
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" (19278 4522)) 8472;;;;;; "erc/erc-identd.el" (19352 21354))
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;;;;;; (19278 4522)) 8494;;;;;; (19352 21354))
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" (19278 4522)) 8504;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19352 21354))
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" (19278 4522)) 8510;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19352 21354))
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" (19278 4522)) 8517;;;;;; "erc/erc-log.el" (19352 21354))
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;;;;;; (19278 4522)) 8549;;;;;; (19352 21354))
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" (19278 4522)) 8595;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19352 21354))
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;;;;;; (19278 4522)) 8602;;;;;; (19352 21354))
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" (19278 4522)) 8614;;;;;; "erc/erc-networks.el" (19352 21354))
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" (19278 4522)) 8632;;;;;; "erc/erc-notify.el" (19352 21354))
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" (19278 4522)) 8650;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19352 21354))
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" (19278 8656;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19352
8657;;;;;; 4522)) 8657;;;;;; 21354))
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" (19278 4522)) 8663;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19352 21354))
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" (19278 4522)) 8669;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19352 21354))
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" (19310 24286)) 8676;;;;;; "erc-services" "erc/erc-services.el" (19352 21362))
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" (19278 4522)) 8693;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19352 21354))
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;;;;;; (19278 4522)) 8700;;;;;; (19352 21354))
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" (19278 8711;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19352
8712;;;;;; 4522)) 8712;;;;;; 21354))
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" (19278 4522)) 8718;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19352 21354))
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;;;;;; (19278 4522)) 8725;;;;;; (19352 21354))
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" (19278 4522)) 8748;;;;;; "erc-truncate" "erc/erc-truncate.el" (19352 21354))
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;;;;;; (19278 4522)) 8768;;;;;; (19352 21354))
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" (19278 8779;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19352
8780;;;;;; 4522)) 8780;;;;;; 21354))
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" (19278 8792;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19352
8793;;;;;; 4522)) 8793;;;;;; 21354))
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" (19329 34899)) 8804;;;;;; "eshell/eshell.el" (19352 21361))
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;;;;;; (19278 4527)) 8845;;;;;; (19352 21354))
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;;;;;; (19278 4524)) 9153;;;;;; (19352 21354))
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;;;;;; (19278 4525)) 9323;;;;;; (19352 21354))
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" (19278 4525)) 9379;;;;;; "eudc-bob" "net/eudc-bob.el" (19352 21354))
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" (19278 4525)) 9415;;;;;; "eudc-export" "net/eudc-export.el" (19352 21354))
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;;;;;; (19278 4525)) 9432;;;;;; (19352 21354))
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" (19278 9442;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19352
9443;;;;;; 4521)) 9443;;;;;; 21354))
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;;;;;; (19278 4527)) 9472;;;;;; (19352 21354))
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;;;;;; (19278 4516)) 9515;;;;;; (19352 21354))
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" (19327 809)) 9564;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19352 21362))
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" (19278 9630;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19352
9631;;;;;; 4516)) 9631;;;;;; 21354))
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" (19259 35416)) 9771;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19352 21354))
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" (19318 22201)) 9825;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19352 21362))
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" (19278 4516)) 9889;;;;;; "filecache" "filecache.el" (19352 21354))
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" (19278 4517)) 9949;;;;;; add-file-local-variable) "files-x" "files-x.el" (19352 21354))
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" (19278 10014;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19352
10015;;;;;; 4517)) 10015;;;;;; 21354))
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" (19279 36173)) 10026;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19352 21354))
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;;;;;; (19278 4517)) 10047;;;;;; (19352 21354))
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;;;;;; (19278 4517)) 10108;;;;;; (19352 21354))
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" (19278 4521)) 10202;;;;;; "emacs-lisp/find-func.el" (19352 21354))
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" (19278 4517)) 10357;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19352 21354))
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" (19278 4517)) 10378;;;;;; "finder" "finder.el" (19352 21354))
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" (19278 4517)) 10400;;;;;; "flow-ctrl.el" (19352 21354))
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;;;;;; (19278 4522)) 10422;;;;;; (19352 21354))
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" (19297 59939)) 10438;;;;;; "flymake" "progmodes/flymake.el" (19352 21360))
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" (19319 39351)) 10462;;;;;; "flyspell" "textmodes/flyspell.el" (19352 21362))
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;;;;;; (19321 25921)) 10532;;;;;; (19352 21354))
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" (19278 10605;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19352
10606;;;;;; 4524)) 10606;;;;;; 21354))
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" (19278 4517)) 10620;;;;;; "forms" "forms.el" (19352 21354))
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;;;;;; (19278 4527)) 10657;;;;;; (19352 21354))
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" (19278 4527)) 10735;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19352 21354))
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;;;;;; (19327 809)) 10785;;;;;; (19352 21362))
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" (19278 10843;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19352
10844;;;;;; 4521)) 10844;;;;;; 21354))
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;;;;;; (19278 4527)) 10919;;;;;; (19352 21354))
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;;;;;; (19278 4522)) 10933;;;;;; (19352 21354))
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" (19278 4523)) 10988;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19352 21354))
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" (19278 4522)) 11041;;;;;; "gnus/gnus-agent.el" (19352 21354))
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;;;;;; (19334 38589)) 11132;;;;;; (19352 21361))
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;;;;;; (19278 4522)) 11143;;;;;; (19352 21354))
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" (19278 4522)) 11154;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19352 21354))
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" (19278 11179;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19352
11180;;;;;; 4522)) 11180;;;;;; 21354))
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" (19278 4522)) 11222;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19352 21354))
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" (19279 36173)) 11258;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19352 21354))
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;;;;;; (19278 4522)) 11274;;;;;; (19352 21354))
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;;;;;; (19278 4522)) 11285;;;;;; (19352 21354))
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" (19278 11297;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19352
11298;;;;;; 4522)) 11298;;;;;; 21354))
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" (19278 4522)) 11343;;;;;; "gnus-group" "gnus/gnus-group.el" (19352 21354))
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;;;;;; (19278 4523)) 11361;;;;;; (19352 21354))
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;;;;;; (19278 4523)) 11376;;;;;; (19352 21354))
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;;;;;; (19278 4523)) 11401;;;;;; (19352 21354))
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;;;;;; (19278 4523)) 11502;;;;;; (19352 21354))
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" (19278 4523)) 11514;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19352 21354))
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" (19278 4523)) 11539;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (19352 21354))
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;;;;;; (19278 4523)) 11556;;;;;; (19352 21354))
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" (19278 4523)) 11583;;;;;; "gnus/gnus-range.el" (19352 21354))
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" (19278 4523)) 11651;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19352 21354))
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" (19278 11667;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19352
11668;;;;;; 4523)) 11668;;;;;; 21354))
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;;;;;; (19278 4523)) 11696;;;;;; (19352 21354))
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;;;;;; (19278 4523)) 11716;;;;;; (19352 21354))
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" (19278 11727;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19352
11728;;;;;; 4523)) 11728;;;;;; 21354))
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;;;;;; (19278 4523)) 11744;;;;;; (19352 21354))
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" (19278 4527)) 11754;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19352 21354))
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" (19278 11781;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19352
11782;;;;;; 4525)) 11782;;;;;; 21354))
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" (19302 10642)) 11822;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19352 21360))
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" (19278 4517)) 11978;;;### (autoloads (gs-load-image) "gs" "gs.el" (19352 21354))
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" (19278 4527)) 11992;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19352 21354))
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" (19278 12080;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19352
12081;;;;;; 4527)) 12081;;;;;; 21354))
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;;;;;; (19259 35420)) 12099;;;;;; (19352 21354))
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" (19278 4524)) 12128;;;;;; "hashcash" "mail/hashcash.el" (19352 21354))
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" (19278 4517)) 12173;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19352 21354))
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;;;;;; (19278 4517)) 12303;;;;;; (19352 21354))
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;;;;;; (19278 4517)) 12373;;;;;; (19352 21354))
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" (19278 12389;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19352
12390;;;;;; 4517)) 12390;;;;;; 21354))
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" (19278 4521)) 12482;;;;;; "emacs-lisp/helper.el" (19352 21354))
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" (19279 36173)) 12498;;;;;; "hexl.el" (19352 21354))
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;;;;;; (19278 4517)) 12595;;;;;; (19352 21354))
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;;;;;; (19278 4527)) 12729;;;;;; (19352 21354))
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;;;;;; (19278 4527)) 12769;;;;;; (19352 21354))
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" (19278 12831;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19352
12832;;;;;; 4517)) 12832;;;;;; 21354))
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" (19278 4517)) 12961;;;;;; "hippie-exp.el" (19352 21354))
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;;;;;; (19278 4517)) 13034;;;;;; (19352 21354))
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" (19278 4519)) 13078;;;;;; "calendar/holidays.el" (19352 21354))
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" (19278 13226;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19352
13227;;;;;; 4523)) 13227;;;;;; 21354))
13228;;; Generated autoloads from gnus/html2text.el 13228;;; Generated autoloads from gnus/html2text.el
13229 13229
13230(autoload 'html2text "html2text" "\ 13230(autoload 'html2text "html2text" "\
@@ -13235,8 +13235,8 @@ Convert HTML to plain text in the current buffer.
13235;;;*** 13235;;;***
13236 13236
13237;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13237;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13238;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19278 13238;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19352
13239;;;;;; 4517)) 13239;;;;;; 21354))
13240;;; Generated autoloads from ibuf-macs.el 13240;;; Generated autoloads from ibuf-macs.el
13241 13241
13242(autoload 'define-ibuffer-column "ibuf-macs" "\ 13242(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13325,7 +13325,7 @@ bound to the current value of the filter.
13325;;;*** 13325;;;***
13326 13326
13327;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13327;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13328;;;;;; "ibuffer" "ibuffer.el" (19278 4517)) 13328;;;;;; "ibuffer" "ibuffer.el" (19352 21354))
13329;;; Generated autoloads from ibuffer.el 13329;;; Generated autoloads from ibuffer.el
13330 13330
13331(autoload 'ibuffer-list-buffers "ibuffer" "\ 13331(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13366,7 +13366,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13366 13366
13367;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13367;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13368;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13368;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13369;;;;;; "calendar/icalendar.el" (19327 809)) 13369;;;;;; "calendar/icalendar.el" (19352 21361))
13370;;; Generated autoloads from calendar/icalendar.el 13370;;; Generated autoloads from calendar/icalendar.el
13371 13371
13372(autoload 'icalendar-export-file "icalendar" "\ 13372(autoload 'icalendar-export-file "icalendar" "\
@@ -13418,8 +13418,8 @@ buffer `*icalendar-errors*'.
13418 13418
13419;;;*** 13419;;;***
13420 13420
13421;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19278 13421;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19352
13422;;;;;; 4517)) 13422;;;;;; 21354))
13423;;; Generated autoloads from icomplete.el 13423;;; Generated autoloads from icomplete.el
13424 13424
13425(defvar icomplete-mode nil "\ 13425(defvar icomplete-mode nil "\
@@ -13440,7 +13440,7 @@ otherwise turn it off.
13440 13440
13441;;;*** 13441;;;***
13442 13442
13443;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19278 4527)) 13443;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19352 21354))
13444;;; Generated autoloads from progmodes/icon.el 13444;;; Generated autoloads from progmodes/icon.el
13445 13445
13446(autoload 'icon-mode "icon" "\ 13446(autoload 'icon-mode "icon" "\
@@ -13481,7 +13481,7 @@ with no args, if that value is non-nil.
13481;;;*** 13481;;;***
13482 13482
13483;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13483;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13484;;;;;; (19278 4528)) 13484;;;;;; (19352 21354))
13485;;; Generated autoloads from progmodes/idlw-shell.el 13485;;; Generated autoloads from progmodes/idlw-shell.el
13486 13486
13487(autoload 'idlwave-shell "idlw-shell" "\ 13487(autoload 'idlwave-shell "idlw-shell" "\
@@ -13507,7 +13507,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
13507;;;*** 13507;;;***
13508 13508
13509;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13509;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13510;;;;;; (19279 36173)) 13510;;;;;; (19352 21354))
13511;;; Generated autoloads from progmodes/idlwave.el 13511;;; Generated autoloads from progmodes/idlwave.el
13512 13512
13513(autoload 'idlwave-mode "idlwave" "\ 13513(autoload 'idlwave-mode "idlwave" "\
@@ -13641,8 +13641,8 @@ The main features of this mode are
13641;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13641;;;;;; 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 13642;;;;;; 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 13643;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13644;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19284 13644;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19352
13645;;;;;; 47302)) 13645;;;;;; 21354))
13646;;; Generated autoloads from ido.el 13646;;; Generated autoloads from ido.el
13647 13647
13648(defvar ido-mode nil "\ 13648(defvar ido-mode nil "\
@@ -13903,7 +13903,7 @@ DEF, if non-nil, is the default value.
13903 13903
13904;;;*** 13904;;;***
13905 13905
13906;;;### (autoloads (ielm) "ielm" "ielm.el" (19278 4517)) 13906;;;### (autoloads (ielm) "ielm" "ielm.el" (19352 21354))
13907;;; Generated autoloads from ielm.el 13907;;; Generated autoloads from ielm.el
13908 (add-hook 'same-window-buffer-names (purecopy "*ielm*")) 13908 (add-hook 'same-window-buffer-names (purecopy "*ielm*"))
13909 13909
@@ -13916,7 +13916,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
13916;;;*** 13916;;;***
13917 13917
13918;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 13918;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
13919;;;;;; (19278 4517)) 13919;;;;;; (19352 21354))
13920;;; Generated autoloads from iimage.el 13920;;; Generated autoloads from iimage.el
13921 13921
13922(autoload 'turn-on-iimage-mode "iimage" "\ 13922(autoload 'turn-on-iimage-mode "iimage" "\
@@ -13935,7 +13935,7 @@ Toggle inline image minor mode.
13935;;;;;; insert-image put-image create-image image-type-auto-detected-p 13935;;;;;; insert-image put-image create-image image-type-auto-detected-p
13936;;;;;; image-type-available-p image-type image-type-from-file-name 13936;;;;;; 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) 13937;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
13938;;;;;; "image" "image.el" (19278 4517)) 13938;;;;;; "image" "image.el" (19352 21354))
13939;;; Generated autoloads from image.el 13939;;; Generated autoloads from image.el
13940 13940
13941(autoload 'image-type-from-data "image" "\ 13941(autoload 'image-type-from-data "image" "\
@@ -14118,7 +14118,7 @@ Example:
14118;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14118;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14119;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14119;;;;;; 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) 14120;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
14121;;;;;; "image-dired" "image-dired.el" (19278 4517)) 14121;;;;;; "image-dired" "image-dired.el" (19352 21354))
14122;;; Generated autoloads from image-dired.el 14122;;; Generated autoloads from image-dired.el
14123 14123
14124(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14124(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -14252,7 +14252,7 @@ easy-to-use form.
14252 14252
14253;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14253;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14254;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14254;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14255;;;;;; "image-file.el" (19278 4517)) 14255;;;;;; "image-file.el" (19352 21354))
14256;;; Generated autoloads from image-file.el 14256;;; Generated autoloads from image-file.el
14257 14257
14258(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14258(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14314,7 +14314,7 @@ Image files are those whose name has an extension in
14314;;;*** 14314;;;***
14315 14315
14316;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14316;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14317;;;;;; image-mode) "image-mode" "image-mode.el" (19308 49976)) 14317;;;;;; image-mode) "image-mode" "image-mode.el" (19352 21360))
14318;;; Generated autoloads from image-mode.el 14318;;; Generated autoloads from image-mode.el
14319 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) 14319 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist)
14320 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) 14320 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist)
@@ -14364,7 +14364,7 @@ Not documented
14364;;;*** 14364;;;***
14365 14365
14366;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14366;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14367;;;;;; imenu-sort-function) "imenu" "imenu.el" (19278 4517)) 14367;;;;;; imenu-sort-function) "imenu" "imenu.el" (19352 21354))
14368;;; Generated autoloads from imenu.el 14368;;; Generated autoloads from imenu.el
14369 14369
14370(defvar imenu-sort-function nil "\ 14370(defvar imenu-sort-function nil "\
@@ -14481,7 +14481,7 @@ for more information.
14481 14481
14482;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14482;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14483;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14483;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14484;;;;;; "ind-util" "language/ind-util.el" (19278 4524)) 14484;;;;;; "ind-util" "language/ind-util.el" (19352 21355))
14485;;; Generated autoloads from language/ind-util.el 14485;;; Generated autoloads from language/ind-util.el
14486 14486
14487(autoload 'indian-compose-region "ind-util" "\ 14487(autoload 'indian-compose-region "ind-util" "\
@@ -14513,7 +14513,7 @@ Convert old Emacs Devanagari characters to UCS.
14513 14513
14514;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14514;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
14515;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 14515;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14516;;;;;; "progmodes/inf-lisp.el" (19278 4528)) 14516;;;;;; "progmodes/inf-lisp.el" (19352 21355))
14517;;; Generated autoloads from progmodes/inf-lisp.el 14517;;; Generated autoloads from progmodes/inf-lisp.el
14518 14518
14519(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 14519(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -14581,7 +14581,7 @@ of `inferior-lisp-program'). Runs the hooks from
14581;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14581;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14582;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14582;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14583;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14583;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14584;;;;;; (19315 29628)) 14584;;;;;; (19352 21359))
14585;;; Generated autoloads from info.el 14585;;; Generated autoloads from info.el
14586 14586
14587(autoload 'info-other-window "info" "\ 14587(autoload 'info-other-window "info" "\
@@ -14760,7 +14760,7 @@ type returned by `Info-bookmark-make-record', which see.
14760 14760
14761;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14761;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
14762;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14762;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
14763;;;;;; (19278 4517)) 14763;;;;;; (19352 21355))
14764;;; Generated autoloads from info-look.el 14764;;; Generated autoloads from info-look.el
14765 14765
14766(autoload 'info-lookup-reset "info-look" "\ 14766(autoload 'info-lookup-reset "info-look" "\
@@ -14808,7 +14808,7 @@ Perform completion on file preceding point.
14808;;;*** 14808;;;***
14809 14809
14810;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 14810;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
14811;;;;;; info-xref-check) "info-xref" "info-xref.el" (19278 4517)) 14811;;;;;; info-xref-check) "info-xref" "info-xref.el" (19352 21355))
14812;;; Generated autoloads from info-xref.el 14812;;; Generated autoloads from info-xref.el
14813 14813
14814(autoload 'info-xref-check "info-xref" "\ 14814(autoload 'info-xref-check "info-xref" "\
@@ -14835,7 +14835,7 @@ quite a while.
14835;;;*** 14835;;;***
14836 14836
14837;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 14837;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
14838;;;;;; Info-tagify) "informat" "informat.el" (19278 4517)) 14838;;;;;; Info-tagify) "informat" "informat.el" (19352 21355))
14839;;; Generated autoloads from informat.el 14839;;; Generated autoloads from informat.el
14840 14840
14841(autoload 'Info-tagify "informat" "\ 14841(autoload 'Info-tagify "informat" "\
@@ -14882,7 +14882,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
14882 14882
14883;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14883;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
14884;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14884;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
14885;;;;;; (19278 4524)) 14885;;;;;; (19352 21355))
14886;;; Generated autoloads from international/isearch-x.el 14886;;; Generated autoloads from international/isearch-x.el
14887 14887
14888(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 14888(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -14902,8 +14902,8 @@ Not documented
14902 14902
14903;;;*** 14903;;;***
14904 14904
14905;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19278 14905;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19352
14906;;;;;; 4517)) 14906;;;;;; 21355))
14907;;; Generated autoloads from isearchb.el 14907;;; Generated autoloads from isearchb.el
14908 14908
14909(autoload 'isearchb-activate "isearchb" "\ 14909(autoload 'isearchb-activate "isearchb" "\
@@ -14919,7 +14919,7 @@ accessed via isearchb.
14919;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 14919;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
14920;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 14920;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
14921;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 14921;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
14922;;;;;; "international/iso-cvt.el" (19278 4524)) 14922;;;;;; "international/iso-cvt.el" (19352 21355))
14923;;; Generated autoloads from international/iso-cvt.el 14923;;; Generated autoloads from international/iso-cvt.el
14924 14924
14925(autoload 'iso-spanish "iso-cvt" "\ 14925(autoload 'iso-spanish "iso-cvt" "\
@@ -15010,7 +15010,7 @@ Add submenus to the File menu, to convert to and from various formats.
15010;;;*** 15010;;;***
15011 15011
15012;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15012;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15013;;;;;; (19278 4524)) 15013;;;;;; (19352 21355))
15014;;; Generated autoloads from international/iso-transl.el 15014;;; Generated autoloads from international/iso-transl.el
15015 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15015 (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) 15016 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15022,7 +15022,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 15022;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15023;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15023;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15024;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15024;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15025;;;;;; "ispell" "textmodes/ispell.el" (19307 36715)) 15025;;;;;; "ispell" "textmodes/ispell.el" (19352 21360))
15026;;; Generated autoloads from textmodes/ispell.el 15026;;; Generated autoloads from textmodes/ispell.el
15027(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15027(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15028 15028
@@ -15240,8 +15240,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15240 15240
15241;;;*** 15241;;;***
15242 15242
15243;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19314 15243;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19352
15244;;;;;; 31189)) 15244;;;;;; 21362))
15245;;; Generated autoloads from iswitchb.el 15245;;; Generated autoloads from iswitchb.el
15246 15246
15247(defvar iswitchb-mode nil "\ 15247(defvar iswitchb-mode nil "\
@@ -15266,7 +15266,7 @@ This mode enables switching between buffers using substrings. See
15266;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15266;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15267;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15267;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15268;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15268;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15269;;;;;; "japan-util" "language/japan-util.el" (19278 4524)) 15269;;;;;; "japan-util" "language/japan-util.el" (19352 21355))
15270;;; Generated autoloads from language/japan-util.el 15270;;; Generated autoloads from language/japan-util.el
15271 15271
15272(autoload 'setup-japanese-environment-internal "japan-util" "\ 15272(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -15344,7 +15344,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15344;;;*** 15344;;;***
15345 15345
15346;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15346;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15347;;;;;; "jka-compr.el" (19289 53536)) 15347;;;;;; "jka-compr.el" (19352 21355))
15348;;; Generated autoloads from jka-compr.el 15348;;; Generated autoloads from jka-compr.el
15349 15349
15350(defvar jka-compr-inhibit nil "\ 15350(defvar jka-compr-inhibit nil "\
@@ -15367,7 +15367,7 @@ by `jka-compr-installed'.
15367 15367
15368;;;*** 15368;;;***
15369 15369
15370;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19278 4528)) 15370;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19352 21355))
15371;;; Generated autoloads from progmodes/js.el 15371;;; Generated autoloads from progmodes/js.el
15372 15372
15373(autoload 'js-mode "js" "\ 15373(autoload 'js-mode "js" "\
@@ -15385,7 +15385,7 @@ Key bindings:
15385 15385
15386;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15386;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15387;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15387;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15388;;;;;; (19278 4522)) 15388;;;;;; (19352 21355))
15389;;; Generated autoloads from emulation/keypad.el 15389;;; Generated autoloads from emulation/keypad.el
15390 15390
15391(defvar keypad-setup nil "\ 15391(defvar keypad-setup nil "\
@@ -15441,7 +15441,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
15441;;;*** 15441;;;***
15442 15442
15443;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 15443;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15444;;;;;; (19278 4524)) 15444;;;;;; (19352 21355))
15445;;; Generated autoloads from international/kinsoku.el 15445;;; Generated autoloads from international/kinsoku.el
15446 15446
15447(autoload 'kinsoku "kinsoku" "\ 15447(autoload 'kinsoku "kinsoku" "\
@@ -15462,8 +15462,8 @@ the context of text formatting.
15462 15462
15463;;;*** 15463;;;***
15464 15464
15465;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19278 15465;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19352
15466;;;;;; 4524)) 15466;;;;;; 21355))
15467;;; Generated autoloads from international/kkc.el 15467;;; Generated autoloads from international/kkc.el
15468 15468
15469(defvar kkc-after-update-conversion-functions nil "\ 15469(defvar kkc-after-update-conversion-functions nil "\
@@ -15488,7 +15488,7 @@ and the return value is the length of the conversion.
15488;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15488;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
15489;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15489;;;;;; 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) 15490;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
15491;;;;;; "kmacro" "kmacro.el" (19278 4517)) 15491;;;;;; "kmacro" "kmacro.el" (19352 21355))
15492;;; Generated autoloads from kmacro.el 15492;;; Generated autoloads from kmacro.el
15493 (global-set-key "\C-x(" 'kmacro-start-macro) 15493 (global-set-key "\C-x(" 'kmacro-start-macro)
15494 (global-set-key "\C-x)" 'kmacro-end-macro) 15494 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -15599,7 +15599,7 @@ If kbd macro currently being defined end it before activating it.
15599;;;*** 15599;;;***
15600 15600
15601;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15601;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15602;;;;;; "language/korea-util.el" (19278 4524)) 15602;;;;;; "language/korea-util.el" (19352 21355))
15603;;; Generated autoloads from language/korea-util.el 15603;;; Generated autoloads from language/korea-util.el
15604 15604
15605(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 15605(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -15614,7 +15614,7 @@ Not documented
15614;;;*** 15614;;;***
15615 15615
15616;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15616;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
15617;;;;;; (19278 4527)) 15617;;;;;; (19352 21355))
15618;;; Generated autoloads from play/landmark.el 15618;;; Generated autoloads from play/landmark.el
15619 15619
15620(defalias 'landmark-repeat 'lm-test-run) 15620(defalias 'landmark-repeat 'lm-test-run)
@@ -15648,7 +15648,7 @@ Use \\[describe-mode] for more info.
15648 15648
15649;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 15649;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
15650;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 15650;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
15651;;;;;; "lao-util" "language/lao-util.el" (19278 4524)) 15651;;;;;; "lao-util" "language/lao-util.el" (19352 21355))
15652;;; Generated autoloads from language/lao-util.el 15652;;; Generated autoloads from language/lao-util.el
15653 15653
15654(autoload 'lao-compose-string "lao-util" "\ 15654(autoload 'lao-compose-string "lao-util" "\
@@ -15687,7 +15687,7 @@ Not documented
15687 15687
15688;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 15688;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
15689;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 15689;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
15690;;;;;; "latexenc" "international/latexenc.el" (19278 4524)) 15690;;;;;; "latexenc" "international/latexenc.el" (19352 21355))
15691;;; Generated autoloads from international/latexenc.el 15691;;; Generated autoloads from international/latexenc.el
15692 15692
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))) "\ 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))) "\
@@ -15719,7 +15719,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
15719;;;*** 15719;;;***
15720 15720
15721;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15721;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
15722;;;;;; "latin1-disp" "international/latin1-disp.el" (19278 4524)) 15722;;;;;; "latin1-disp" "international/latin1-disp.el" (19352 21355))
15723;;; Generated autoloads from international/latin1-disp.el 15723;;; Generated autoloads from international/latin1-disp.el
15724 15724
15725(defvar latin1-display nil "\ 15725(defvar latin1-display nil "\
@@ -15761,7 +15761,7 @@ use either \\[customize] or the function `latin1-display'.")
15761;;;*** 15761;;;***
15762 15762
15763;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 15763;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
15764;;;;;; (19278 4528)) 15764;;;;;; (19352 21355))
15765;;; Generated autoloads from progmodes/ld-script.el 15765;;; Generated autoloads from progmodes/ld-script.el
15766 15766
15767(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode))) 15767(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode)))
@@ -15778,7 +15778,7 @@ A major mode to edit GNU ld script files
15778;;;*** 15778;;;***
15779 15779
15780;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 15780;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
15781;;;;;; (19278 4517)) 15781;;;;;; (19352 21355))
15782;;; Generated autoloads from ledit.el 15782;;; Generated autoloads from ledit.el
15783 15783
15784(defconst ledit-save-files t "\ 15784(defconst ledit-save-files t "\
@@ -15813,7 +15813,7 @@ Not documented
15813 15813
15814;;;*** 15814;;;***
15815 15815
15816;;;### (autoloads (life) "life" "play/life.el" (19278 4527)) 15816;;;### (autoloads (life) "life" "play/life.el" (19352 21355))
15817;;; Generated autoloads from play/life.el 15817;;; Generated autoloads from play/life.el
15818 15818
15819(autoload 'life "life" "\ 15819(autoload 'life "life" "\
@@ -15827,7 +15827,7 @@ generations (this defaults to 1).
15827;;;*** 15827;;;***
15828 15828
15829;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 15829;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
15830;;;;;; "linum.el" (19278 4517)) 15830;;;;;; "linum.el" (19352 21355))
15831;;; Generated autoloads from linum.el 15831;;; Generated autoloads from linum.el
15832 15832
15833(defvar linum-format 'dynamic "\ 15833(defvar linum-format 'dynamic "\
@@ -15865,8 +15865,8 @@ See `linum-mode' for more information on Linum mode.
15865 15865
15866;;;*** 15866;;;***
15867 15867
15868;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19278 15868;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19352
15869;;;;;; 4517)) 15869;;;;;; 21355))
15870;;; Generated autoloads from loadhist.el 15870;;; Generated autoloads from loadhist.el
15871 15871
15872(autoload 'unload-feature "loadhist" "\ 15872(autoload 'unload-feature "loadhist" "\
@@ -15898,7 +15898,7 @@ something strange, such as redefining an Emacs function.
15898;;;*** 15898;;;***
15899 15899
15900;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 15900;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
15901;;;;;; "locate" "locate.el" (19278 4517)) 15901;;;;;; "locate" "locate.el" (19352 21355))
15902;;; Generated autoloads from locate.el 15902;;; Generated autoloads from locate.el
15903 15903
15904(defvar locate-ls-subdir-switches (purecopy "-al") "\ 15904(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -15949,7 +15949,7 @@ except that FILTER is not optional.
15949 15949
15950;;;*** 15950;;;***
15951 15951
15952;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19297 48769)) 15952;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19352 21360))
15953;;; Generated autoloads from log-edit.el 15953;;; Generated autoloads from log-edit.el
15954 15954
15955(autoload 'log-edit "log-edit" "\ 15955(autoload 'log-edit "log-edit" "\
@@ -15975,8 +15975,8 @@ uses the current buffer.
15975 15975
15976;;;*** 15976;;;***
15977 15977
15978;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19280 15978;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19352
15979;;;;;; 40239)) 15979;;;;;; 21355))
15980;;; Generated autoloads from log-view.el 15980;;; Generated autoloads from log-view.el
15981 15981
15982(autoload 'log-view-mode "log-view" "\ 15982(autoload 'log-view-mode "log-view" "\
@@ -15986,8 +15986,8 @@ Major mode for browsing CVS log output.
15986 15986
15987;;;*** 15987;;;***
15988 15988
15989;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19278 15989;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19352
15990;;;;;; 4517)) 15990;;;;;; 21355))
15991;;; Generated autoloads from longlines.el 15991;;; Generated autoloads from longlines.el
15992 15992
15993(autoload 'longlines-mode "longlines" "\ 15993(autoload 'longlines-mode "longlines" "\
@@ -16008,8 +16008,8 @@ are indicated with a symbol.
16008;;;*** 16008;;;***
16009 16009
16010;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16010;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16011;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19278 16011;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19352
16012;;;;;; 4517)) 16012;;;;;; 21355))
16013;;; Generated autoloads from lpr.el 16013;;; Generated autoloads from lpr.el
16014 16014
16015(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16015(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
@@ -16103,7 +16103,7 @@ for further customization of the printer command.
16103;;;*** 16103;;;***
16104 16104
16105;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16105;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16106;;;;;; (19314 30682)) 16106;;;;;; (19352 21362))
16107;;; Generated autoloads from ls-lisp.el 16107;;; Generated autoloads from ls-lisp.el
16108 16108
16109(defvar ls-lisp-support-shell-wildcards t "\ 16109(defvar ls-lisp-support-shell-wildcards t "\
@@ -16114,8 +16114,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16114 16114
16115;;;*** 16115;;;***
16116 16116
16117;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19278 16117;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19352
16118;;;;;; 4519)) 16118;;;;;; 21355))
16119;;; Generated autoloads from calendar/lunar.el 16119;;; Generated autoloads from calendar/lunar.el
16120 16120
16121(autoload 'lunar-phases "lunar" "\ 16121(autoload 'lunar-phases "lunar" "\
@@ -16129,8 +16129,8 @@ This function is suitable for execution in a .emacs file.
16129 16129
16130;;;*** 16130;;;***
16131 16131
16132;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19278 16132;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19352
16133;;;;;; 4528)) 16133;;;;;; 21355))
16134;;; Generated autoloads from progmodes/m4-mode.el 16134;;; Generated autoloads from progmodes/m4-mode.el
16135 16135
16136(autoload 'm4-mode "m4-mode" "\ 16136(autoload 'm4-mode "m4-mode" "\
@@ -16142,7 +16142,7 @@ A major mode to edit m4 macro files.
16142;;;*** 16142;;;***
16143 16143
16144;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16144;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16145;;;;;; (19278 4521)) 16145;;;;;; (19352 21355))
16146;;; Generated autoloads from emacs-lisp/macroexp.el 16146;;; Generated autoloads from emacs-lisp/macroexp.el
16147 16147
16148(autoload 'macroexpand-all "macroexp" "\ 16148(autoload 'macroexpand-all "macroexp" "\
@@ -16156,7 +16156,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16156;;;*** 16156;;;***
16157 16157
16158;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16158;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16159;;;;;; name-last-kbd-macro) "macros" "macros.el" (19307 36715)) 16159;;;;;; name-last-kbd-macro) "macros" "macros.el" (19352 21359))
16160;;; Generated autoloads from macros.el 16160;;; Generated autoloads from macros.el
16161 16161
16162(autoload 'name-last-kbd-macro "macros" "\ 16162(autoload 'name-last-kbd-macro "macros" "\
@@ -16245,7 +16245,7 @@ and then select the region of un-tablified names and use
16245;;;*** 16245;;;***
16246 16246
16247;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16247;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16248;;;;;; "mail/mail-extr.el" (19278 4525)) 16248;;;;;; "mail/mail-extr.el" (19352 21355))
16249;;; Generated autoloads from mail/mail-extr.el 16249;;; Generated autoloads from mail/mail-extr.el
16250 16250
16251(autoload 'mail-extract-address-components "mail-extr" "\ 16251(autoload 'mail-extract-address-components "mail-extr" "\
@@ -16277,7 +16277,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16277 16277
16278;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16278;;;### (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" 16279;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16280;;;;;; (19278 4525)) 16280;;;;;; (19352 21355))
16281;;; Generated autoloads from mail/mail-hist.el 16281;;; Generated autoloads from mail/mail-hist.el
16282 16282
16283(autoload 'mail-hist-define-keys "mail-hist" "\ 16283(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -16309,7 +16309,7 @@ This function normally would be called when the message is sent.
16309;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16309;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16310;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16310;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16311;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el" 16311;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el"
16312;;;;;; (19307 36715)) 16312;;;;;; (19352 21360))
16313;;; Generated autoloads from mail/mail-utils.el 16313;;; Generated autoloads from mail/mail-utils.el
16314 16314
16315(defvar mail-use-rfc822 nil "\ 16315(defvar mail-use-rfc822 nil "\
@@ -16371,8 +16371,8 @@ matches may be returned from the message body.
16371;;;*** 16371;;;***
16372 16372
16373;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16373;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16374;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19278 16374;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19352
16375;;;;;; 4525)) 16375;;;;;; 21355))
16376;;; Generated autoloads from mail/mailabbrev.el 16376;;; Generated autoloads from mail/mailabbrev.el
16377 16377
16378(defvar mail-abbrevs-mode nil "\ 16378(defvar mail-abbrevs-mode nil "\
@@ -16414,8 +16414,8 @@ double-quotes.
16414;;;*** 16414;;;***
16415 16415
16416;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16416;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16417;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19278 16417;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19352
16418;;;;;; 4525)) 16418;;;;;; 21355))
16419;;; Generated autoloads from mail/mailalias.el 16419;;; Generated autoloads from mail/mailalias.el
16420 16420
16421(defvar mail-complete-style 'angles "\ 16421(defvar mail-complete-style 'angles "\
@@ -16461,7 +16461,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
16461;;;*** 16461;;;***
16462 16462
16463;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 16463;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
16464;;;;;; (19278 4525)) 16464;;;;;; (19352 21355))
16465;;; Generated autoloads from mail/mailclient.el 16465;;; Generated autoloads from mail/mailclient.el
16466 16466
16467(autoload 'mailclient-send-it "mailclient" "\ 16467(autoload 'mailclient-send-it "mailclient" "\
@@ -16475,7 +16475,7 @@ The mail client is taken to be the handler of mailto URLs.
16475 16475
16476;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16476;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16477;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16477;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16478;;;;;; "make-mode" "progmodes/make-mode.el" (19278 4528)) 16478;;;;;; "make-mode" "progmodes/make-mode.el" (19352 21355))
16479;;; Generated autoloads from progmodes/make-mode.el 16479;;; Generated autoloads from progmodes/make-mode.el
16480 16480
16481(autoload 'makefile-mode "make-mode" "\ 16481(autoload 'makefile-mode "make-mode" "\
@@ -16592,8 +16592,8 @@ An adapted `makefile-mode' that knows about imake.
16592 16592
16593;;;*** 16593;;;***
16594 16594
16595;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19278 16595;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19352
16596;;;;;; 4517)) 16596;;;;;; 21355))
16597;;; Generated autoloads from makesum.el 16597;;; Generated autoloads from makesum.el
16598 16598
16599(autoload 'make-command-summary "makesum" "\ 16599(autoload 'make-command-summary "makesum" "\
@@ -16604,7 +16604,7 @@ Previous contents of that buffer are killed first.
16604 16604
16605;;;*** 16605;;;***
16606 16606
16607;;;### (autoloads (man-follow man) "man" "man.el" (19322 43174)) 16607;;;### (autoloads (man-follow man) "man" "man.el" (19352 21359))
16608;;; Generated autoloads from man.el 16608;;; Generated autoloads from man.el
16609 16609
16610(defalias 'manual-entry 'man) 16610(defalias 'manual-entry 'man)
@@ -16653,7 +16653,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
16653 16653
16654;;;*** 16654;;;***
16655 16655
16656;;;### (autoloads (master-mode) "master" "master.el" (19278 4517)) 16656;;;### (autoloads (master-mode) "master" "master.el" (19352 21355))
16657;;; Generated autoloads from master.el 16657;;; Generated autoloads from master.el
16658 16658
16659(autoload 'master-mode "master" "\ 16659(autoload 'master-mode "master" "\
@@ -16676,7 +16676,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
16676;;;*** 16676;;;***
16677 16677
16678;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 16678;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
16679;;;;;; (19278 4517)) 16679;;;;;; (19352 21355))
16680;;; Generated autoloads from mb-depth.el 16680;;; Generated autoloads from mb-depth.el
16681 16681
16682(defvar minibuffer-depth-indicate-mode nil "\ 16682(defvar minibuffer-depth-indicate-mode nil "\
@@ -16707,7 +16707,7 @@ Returns non-nil if the new state is enabled.
16707;;;;;; message-forward-make-body message-forward message-recover 16707;;;;;; message-forward-make-body message-forward message-recover
16708;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16708;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16709;;;;;; message-reply message-news message-mail message-mode) "message" 16709;;;;;; message-reply message-news message-mail message-mode) "message"
16710;;;;;; "gnus/message.el" (19335 63611)) 16710;;;;;; "gnus/message.el" (19352 21361))
16711;;; Generated autoloads from gnus/message.el 16711;;; Generated autoloads from gnus/message.el
16712 16712
16713(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16713(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -16873,7 +16873,7 @@ which specify the range to operate on.
16873;;;*** 16873;;;***
16874 16874
16875;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16875;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16876;;;;;; (19278 4528)) 16876;;;;;; (19352 21355))
16877;;; Generated autoloads from progmodes/meta-mode.el 16877;;; Generated autoloads from progmodes/meta-mode.el
16878 16878
16879(autoload 'metafont-mode "meta-mode" "\ 16879(autoload 'metafont-mode "meta-mode" "\
@@ -16900,7 +16900,7 @@ Turning on MetaPost mode calls the value of the variable
16900 16900
16901;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 16901;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
16902;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 16902;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
16903;;;;;; (19278 4525)) 16903;;;;;; (19352 21355))
16904;;; Generated autoloads from mail/metamail.el 16904;;; Generated autoloads from mail/metamail.el
16905 16905
16906(autoload 'metamail-interpret-header "metamail" "\ 16906(autoload 'metamail-interpret-header "metamail" "\
@@ -16945,7 +16945,7 @@ redisplayed as output is inserted.
16945 16945
16946;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 16946;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
16947;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 16947;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
16948;;;;;; "mh-e/mh-comp.el" (19278 4525)) 16948;;;;;; "mh-e/mh-comp.el" (19352 21355))
16949;;; Generated autoloads from mh-e/mh-comp.el 16949;;; Generated autoloads from mh-e/mh-comp.el
16950 16950
16951(autoload 'mh-smail "mh-comp" "\ 16951(autoload 'mh-smail "mh-comp" "\
@@ -17035,7 +17035,7 @@ delete the draft message.
17035 17035
17036;;;*** 17036;;;***
17037 17037
17038;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19278 4525)) 17038;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19352 21355))
17039;;; Generated autoloads from mh-e/mh-e.el 17039;;; Generated autoloads from mh-e/mh-e.el
17040 17040
17041(put 'mh-progs 'risky-local-variable t) 17041(put 'mh-progs 'risky-local-variable t)
@@ -17052,7 +17052,7 @@ Display version information about MH-E and the MH mail handling system.
17052;;;*** 17052;;;***
17053 17053
17054;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17054;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17055;;;;;; "mh-e/mh-folder.el" (19278 4525)) 17055;;;;;; "mh-e/mh-folder.el" (19352 21355))
17056;;; Generated autoloads from mh-e/mh-folder.el 17056;;; Generated autoloads from mh-e/mh-folder.el
17057 17057
17058(autoload 'mh-rmail "mh-folder" "\ 17058(autoload 'mh-rmail "mh-folder" "\
@@ -17134,7 +17134,7 @@ perform the operation on all messages in that region.
17134;;;*** 17134;;;***
17135 17135
17136;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17136;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17137;;;;;; "midnight.el" (19278 4517)) 17137;;;;;; "midnight.el" (19352 21355))
17138;;; Generated autoloads from midnight.el 17138;;; Generated autoloads from midnight.el
17139 17139
17140(autoload 'clean-buffer-list "midnight" "\ 17140(autoload 'clean-buffer-list "midnight" "\
@@ -17161,7 +17161,7 @@ to its second argument TM.
17161;;;*** 17161;;;***
17162 17162
17163;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17163;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17164;;;;;; "minibuf-eldef.el" (19278 4517)) 17164;;;;;; "minibuf-eldef.el" (19352 21355))
17165;;; Generated autoloads from minibuf-eldef.el 17165;;; Generated autoloads from minibuf-eldef.el
17166 17166
17167(defvar minibuffer-electric-default-mode nil "\ 17167(defvar minibuffer-electric-default-mode nil "\
@@ -17188,7 +17188,7 @@ Returns non-nil if the new state is enabled.
17188 17188
17189;;;*** 17189;;;***
17190 17190
17191;;;### (autoloads (butterfly) "misc" "misc.el" (19278 4517)) 17191;;;### (autoloads (butterfly) "misc" "misc.el" (19352 21355))
17192;;; Generated autoloads from misc.el 17192;;; Generated autoloads from misc.el
17193 17193
17194(autoload 'butterfly "misc" "\ 17194(autoload 'butterfly "misc" "\
@@ -17207,7 +17207,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
17207 17207
17208;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17208;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17209;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17209;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17210;;;;;; "misearch" "misearch.el" (19278 4517)) 17210;;;;;; "misearch" "misearch.el" (19352 21355))
17211;;; Generated autoloads from misearch.el 17211;;; Generated autoloads from misearch.el
17212 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17212 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17213 17213
@@ -17289,7 +17289,7 @@ whose file names match the specified wildcard.
17289;;;*** 17289;;;***
17290 17290
17291;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17291;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17292;;;;;; (19278 4528)) 17292;;;;;; (19352 21355))
17293;;; Generated autoloads from progmodes/mixal-mode.el 17293;;; Generated autoloads from progmodes/mixal-mode.el
17294 17294
17295(autoload 'mixal-mode "mixal-mode" "\ 17295(autoload 'mixal-mode "mixal-mode" "\
@@ -17303,7 +17303,7 @@ Major mode for the mixal asm language.
17303;;;*** 17303;;;***
17304 17304
17305;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17305;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17306;;;;;; "mm-extern" "gnus/mm-extern.el" (19278 4523)) 17306;;;;;; "mm-extern" "gnus/mm-extern.el" (19352 21355))
17307;;; Generated autoloads from gnus/mm-extern.el 17307;;; Generated autoloads from gnus/mm-extern.el
17308 17308
17309(autoload 'mm-extern-cache-contents "mm-extern" "\ 17309(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -17322,7 +17322,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17322;;;*** 17322;;;***
17323 17323
17324;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17324;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17325;;;;;; (19278 4523)) 17325;;;;;; (19352 21355))
17326;;; Generated autoloads from gnus/mm-partial.el 17326;;; Generated autoloads from gnus/mm-partial.el
17327 17327
17328(autoload 'mm-inline-partial "mm-partial" "\ 17328(autoload 'mm-inline-partial "mm-partial" "\
@@ -17336,7 +17336,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17336;;;*** 17336;;;***
17337 17337
17338;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17338;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17339;;;;;; "mm-url" "gnus/mm-url.el" (19278 4523)) 17339;;;;;; "mm-url" "gnus/mm-url.el" (19352 21355))
17340;;; Generated autoloads from gnus/mm-url.el 17340;;; Generated autoloads from gnus/mm-url.el
17341 17341
17342(autoload 'mm-url-insert-file-contents "mm-url" "\ 17342(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -17353,7 +17353,7 @@ Insert file contents of URL using `mm-url-program'.
17353;;;*** 17353;;;***
17354 17354
17355;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17355;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17356;;;;;; "gnus/mm-uu.el" (19278 4523)) 17356;;;;;; "gnus/mm-uu.el" (19352 21355))
17357;;; Generated autoloads from gnus/mm-uu.el 17357;;; Generated autoloads from gnus/mm-uu.el
17358 17358
17359(autoload 'mm-uu-dissect "mm-uu" "\ 17359(autoload 'mm-uu-dissect "mm-uu" "\
@@ -17373,7 +17373,7 @@ Assume text has been decoded if DECODED is non-nil.
17373;;;*** 17373;;;***
17374 17374
17375;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17375;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17376;;;;;; (19278 4523)) 17376;;;;;; (19352 21355))
17377;;; Generated autoloads from gnus/mml1991.el 17377;;; Generated autoloads from gnus/mml1991.el
17378 17378
17379(autoload 'mml1991-encrypt "mml1991" "\ 17379(autoload 'mml1991-encrypt "mml1991" "\
@@ -17390,7 +17390,7 @@ Not documented
17390 17390
17391;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17391;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17392;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17392;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17393;;;;;; "mml2015" "gnus/mml2015.el" (19278 4523)) 17393;;;;;; "mml2015" "gnus/mml2015.el" (19352 21355))
17394;;; Generated autoloads from gnus/mml2015.el 17394;;; Generated autoloads from gnus/mml2015.el
17395 17395
17396(autoload 'mml2015-decrypt "mml2015" "\ 17396(autoload 'mml2015-decrypt "mml2015" "\
@@ -17431,7 +17431,7 @@ Not documented
17431;;;*** 17431;;;***
17432 17432
17433;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 17433;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
17434;;;;;; (19259 35426)) 17434;;;;;; (19352 21355))
17435;;; Generated autoloads from progmodes/modula2.el 17435;;; Generated autoloads from progmodes/modula2.el
17436 17436
17437(autoload 'modula-2-mode "modula2" "\ 17437(autoload 'modula-2-mode "modula2" "\
@@ -17463,7 +17463,7 @@ followed by the first character of the construct.
17463;;;*** 17463;;;***
17464 17464
17465;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 17465;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
17466;;;;;; (19278 4527)) 17466;;;;;; (19352 21355))
17467;;; Generated autoloads from play/morse.el 17467;;; Generated autoloads from play/morse.el
17468 17468
17469(autoload 'morse-region "morse" "\ 17469(autoload 'morse-region "morse" "\
@@ -17479,7 +17479,7 @@ Convert morse coded text in region to ordinary ASCII text.
17479;;;*** 17479;;;***
17480 17480
17481;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 17481;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
17482;;;;;; "mouse-drag.el" (19278 4517)) 17482;;;;;; "mouse-drag.el" (19352 21355))
17483;;; Generated autoloads from mouse-drag.el 17483;;; Generated autoloads from mouse-drag.el
17484 17484
17485(autoload 'mouse-drag-throw "mouse-drag" "\ 17485(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -17526,8 +17526,8 @@ To test this function, evaluate:
17526 17526
17527;;;*** 17527;;;***
17528 17528
17529;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19278 17529;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19352
17530;;;;;; 4517)) 17530;;;;;; 21355))
17531;;; Generated autoloads from mouse-sel.el 17531;;; Generated autoloads from mouse-sel.el
17532 17532
17533(defvar mouse-sel-mode nil "\ 17533(defvar mouse-sel-mode nil "\
@@ -17579,7 +17579,7 @@ primary selection and region.
17579 17579
17580;;;*** 17580;;;***
17581 17581
17582;;;### (autoloads (mpc) "mpc" "mpc.el" (19278 4517)) 17582;;;### (autoloads (mpc) "mpc" "mpc.el" (19352 21355))
17583;;; Generated autoloads from mpc.el 17583;;; Generated autoloads from mpc.el
17584 17584
17585(autoload 'mpc "mpc" "\ 17585(autoload 'mpc "mpc" "\
@@ -17589,7 +17589,7 @@ Main entry point for MPC.
17589 17589
17590;;;*** 17590;;;***
17591 17591
17592;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19278 4527)) 17592;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19352 21355))
17593;;; Generated autoloads from play/mpuz.el 17593;;; Generated autoloads from play/mpuz.el
17594 17594
17595(autoload 'mpuz "mpuz" "\ 17595(autoload 'mpuz "mpuz" "\
@@ -17599,7 +17599,7 @@ Multiplication puzzle with GNU Emacs.
17599 17599
17600;;;*** 17600;;;***
17601 17601
17602;;;### (autoloads (msb-mode) "msb" "msb.el" (19278 4517)) 17602;;;### (autoloads (msb-mode) "msb" "msb.el" (19352 21355))
17603;;; Generated autoloads from msb.el 17603;;; Generated autoloads from msb.el
17604 17604
17605(defvar msb-mode nil "\ 17605(defvar msb-mode nil "\
@@ -17626,7 +17626,7 @@ different buffer menu using the function `msb'.
17626;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17626;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17627;;;;;; describe-coding-system describe-character-set list-charset-chars 17627;;;;;; describe-coding-system describe-character-set list-charset-chars
17628;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17628;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17629;;;;;; (19278 4524)) 17629;;;;;; (19352 21355))
17630;;; Generated autoloads from international/mule-diag.el 17630;;; Generated autoloads from international/mule-diag.el
17631 17631
17632(autoload 'list-character-sets "mule-diag" "\ 17632(autoload 'list-character-sets "mule-diag" "\
@@ -17763,7 +17763,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 17763;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
17764;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 17764;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
17765;;;;;; truncate-string-to-width store-substring string-to-sequence) 17765;;;;;; truncate-string-to-width store-substring string-to-sequence)
17766;;;;;; "mule-util" "international/mule-util.el" (19312 40161)) 17766;;;;;; "mule-util" "international/mule-util.el" (19352 21362))
17767;;; Generated autoloads from international/mule-util.el 17767;;; Generated autoloads from international/mule-util.el
17768 17768
17769(autoload 'string-to-sequence "mule-util" "\ 17769(autoload 'string-to-sequence "mule-util" "\
@@ -17903,8 +17903,8 @@ per-character basis, this may not be accurate.
17903;;;### (autoloads (network-connection network-connection-to-service 17903;;;### (autoloads (network-connection network-connection-to-service
17904;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 17904;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
17905;;;;;; nslookup nslookup-host ping traceroute route arp netstat 17905;;;;;; nslookup nslookup-host ping traceroute route arp netstat
17906;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19278 17906;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19352
17907;;;;;; 4525)) 17907;;;;;; 21355))
17908;;; Generated autoloads from net/net-utils.el 17908;;; Generated autoloads from net/net-utils.el
17909 17909
17910(autoload 'ifconfig "net-utils" "\ 17910(autoload 'ifconfig "net-utils" "\
@@ -18003,7 +18003,7 @@ Open a network connection to HOST on PORT.
18003;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18003;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18004;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18004;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18005;;;;;; comment-padding comment-style comment-column) "newcomment" 18005;;;;;; comment-padding comment-style comment-column) "newcomment"
18006;;;;;; "newcomment.el" (19278 4517)) 18006;;;;;; "newcomment.el" (19352 21355))
18007;;; Generated autoloads from newcomment.el 18007;;; Generated autoloads from newcomment.el
18008 18008
18009(defalias 'indent-for-comment 'comment-indent) 18009(defalias 'indent-for-comment 'comment-indent)
@@ -18203,7 +18203,7 @@ unless optional argument SOFT is non-nil.
18203;;;*** 18203;;;***
18204 18204
18205;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18205;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
18206;;;;;; "net/newst-backend.el" (19278 4525)) 18206;;;;;; "net/newst-backend.el" (19352 21355))
18207;;; Generated autoloads from net/newst-backend.el 18207;;; Generated autoloads from net/newst-backend.el
18208 18208
18209(autoload 'newsticker-running-p "newst-backend" "\ 18209(autoload 'newsticker-running-p "newst-backend" "\
@@ -18225,7 +18225,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
18225;;;*** 18225;;;***
18226 18226
18227;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18227;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
18228;;;;;; (19278 4525)) 18228;;;;;; (19352 21355))
18229;;; Generated autoloads from net/newst-plainview.el 18229;;; Generated autoloads from net/newst-plainview.el
18230 18230
18231(autoload 'newsticker-plainview "newst-plainview" "\ 18231(autoload 'newsticker-plainview "newst-plainview" "\
@@ -18236,7 +18236,7 @@ Start newsticker plainview.
18236;;;*** 18236;;;***
18237 18237
18238;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18238;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
18239;;;;;; (19278 4525)) 18239;;;;;; (19352 21355))
18240;;; Generated autoloads from net/newst-reader.el 18240;;; Generated autoloads from net/newst-reader.el
18241 18241
18242(autoload 'newsticker-show-news "newst-reader" "\ 18242(autoload 'newsticker-show-news "newst-reader" "\
@@ -18247,7 +18247,7 @@ Start reading news. You may want to bind this to a key.
18247;;;*** 18247;;;***
18248 18248
18249;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18249;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18250;;;;;; "newst-ticker" "net/newst-ticker.el" (19278 4525)) 18250;;;;;; "newst-ticker" "net/newst-ticker.el" (19352 21355))
18251;;; Generated autoloads from net/newst-ticker.el 18251;;; Generated autoloads from net/newst-ticker.el
18252 18252
18253(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18253(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -18268,7 +18268,7 @@ running already.
18268;;;*** 18268;;;***
18269 18269
18270;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18270;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18271;;;;;; (19278 4525)) 18271;;;;;; (19352 21355))
18272;;; Generated autoloads from net/newst-treeview.el 18272;;; Generated autoloads from net/newst-treeview.el
18273 18273
18274(autoload 'newsticker-treeview "newst-treeview" "\ 18274(autoload 'newsticker-treeview "newst-treeview" "\
@@ -18279,7 +18279,7 @@ Start newsticker treeview.
18279;;;*** 18279;;;***
18280 18280
18281;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18281;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18282;;;;;; (19279 36173)) 18282;;;;;; (19352 21355))
18283;;; Generated autoloads from gnus/nndiary.el 18283;;; Generated autoloads from gnus/nndiary.el
18284 18284
18285(autoload 'nndiary-generate-nov-databases "nndiary" "\ 18285(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -18289,8 +18289,8 @@ Generate NOV databases in all nndiary directories.
18289 18289
18290;;;*** 18290;;;***
18291 18291
18292;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19278 18292;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19352
18293;;;;;; 4523)) 18293;;;;;; 21355))
18294;;; Generated autoloads from gnus/nndoc.el 18294;;; Generated autoloads from gnus/nndoc.el
18295 18295
18296(autoload 'nndoc-add-type "nndoc" "\ 18296(autoload 'nndoc-add-type "nndoc" "\
@@ -18305,7 +18305,7 @@ symbol in the alist.
18305;;;*** 18305;;;***
18306 18306
18307;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18307;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18308;;;;;; (19278 4523)) 18308;;;;;; (19352 21355))
18309;;; Generated autoloads from gnus/nnfolder.el 18309;;; Generated autoloads from gnus/nnfolder.el
18310 18310
18311(autoload 'nnfolder-generate-active-file "nnfolder" "\ 18311(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -18317,7 +18317,7 @@ This command does not work if you use short group names.
18317;;;*** 18317;;;***
18318 18318
18319;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18319;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
18320;;;;;; (19278 4523)) 18320;;;;;; (19352 21355))
18321;;; Generated autoloads from gnus/nnkiboze.el 18321;;; Generated autoloads from gnus/nnkiboze.el
18322 18322
18323(autoload 'nnkiboze-generate-groups "nnkiboze" "\ 18323(autoload 'nnkiboze-generate-groups "nnkiboze" "\
@@ -18329,7 +18329,7 @@ Finds out what articles are to be part of the nnkiboze groups.
18329;;;*** 18329;;;***
18330 18330
18331;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18331;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18332;;;;;; (19279 36173)) 18332;;;;;; (19352 21357))
18333;;; Generated autoloads from gnus/nnml.el 18333;;; Generated autoloads from gnus/nnml.el
18334 18334
18335(autoload 'nnml-generate-nov-databases "nnml" "\ 18335(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -18340,7 +18340,7 @@ Generate NOV databases in all nnml directories.
18340;;;*** 18340;;;***
18341 18341
18342;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 18342;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
18343;;;;;; "nnsoup" "gnus/nnsoup.el" (19278 4523)) 18343;;;;;; "nnsoup" "gnus/nnsoup.el" (19352 21357))
18344;;; Generated autoloads from gnus/nnsoup.el 18344;;; Generated autoloads from gnus/nnsoup.el
18345 18345
18346(autoload 'nnsoup-pack-replies "nnsoup" "\ 18346(autoload 'nnsoup-pack-replies "nnsoup" "\
@@ -18361,7 +18361,7 @@ Revert posting and mailing methods to the standard Emacs methods.
18361;;;*** 18361;;;***
18362 18362
18363;;;### (autoloads (disable-command enable-command disabled-command-function) 18363;;;### (autoloads (disable-command enable-command disabled-command-function)
18364;;;;;; "novice" "novice.el" (19278 4517)) 18364;;;;;; "novice" "novice.el" (19352 21357))
18365;;; Generated autoloads from novice.el 18365;;; Generated autoloads from novice.el
18366 18366
18367(defvar disabled-command-function 'disabled-command-function "\ 18367(defvar disabled-command-function 'disabled-command-function "\
@@ -18394,7 +18394,7 @@ to future sessions.
18394;;;*** 18394;;;***
18395 18395
18396;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18396;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18397;;;;;; (19278 4529)) 18397;;;;;; (19352 21357))
18398;;; Generated autoloads from textmodes/nroff-mode.el 18398;;; Generated autoloads from textmodes/nroff-mode.el
18399 18399
18400(autoload 'nroff-mode "nroff-mode" "\ 18400(autoload 'nroff-mode "nroff-mode" "\
@@ -18409,7 +18409,7 @@ closing requests for requests that are used in matched pairs.
18409;;;*** 18409;;;***
18410 18410
18411;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 18411;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
18412;;;;;; (19278 4526)) 18412;;;;;; (19352 21357))
18413;;; Generated autoloads from nxml/nxml-glyph.el 18413;;; Generated autoloads from nxml/nxml-glyph.el
18414 18414
18415(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 18415(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -18421,8 +18421,8 @@ Return nil if the face cannot display a glyph for N.
18421 18421
18422;;;*** 18422;;;***
18423 18423
18424;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19320 18424;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19352
18425;;;;;; 55181)) 18425;;;;;; 21362))
18426;;; Generated autoloads from nxml/nxml-mode.el 18426;;; Generated autoloads from nxml/nxml-mode.el
18427 18427
18428(autoload 'nxml-mode "nxml-mode" "\ 18428(autoload 'nxml-mode "nxml-mode" "\
@@ -18484,7 +18484,7 @@ Many aspects this mode can be customized using
18484;;;*** 18484;;;***
18485 18485
18486;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 18486;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
18487;;;;;; "nxml/nxml-uchnm.el" (19278 4526)) 18487;;;;;; "nxml/nxml-uchnm.el" (19352 21357))
18488;;; Generated autoloads from nxml/nxml-uchnm.el 18488;;; Generated autoloads from nxml/nxml-uchnm.el
18489 18489
18490(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 18490(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -18497,7 +18497,7 @@ the variable `nxml-enabled-unicode-blocks'.
18497;;;*** 18497;;;***
18498 18498
18499;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 18499;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18500;;;;;; (19278 4528)) 18500;;;;;; (19352 21357))
18501;;; Generated autoloads from progmodes/octave-inf.el 18501;;; Generated autoloads from progmodes/octave-inf.el
18502 18502
18503(autoload 'inferior-octave "octave-inf" "\ 18503(autoload 'inferior-octave "octave-inf" "\
@@ -18520,7 +18520,7 @@ startup file, `~/.emacs-octave'.
18520;;;*** 18520;;;***
18521 18521
18522;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 18522;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18523;;;;;; (19278 4528)) 18523;;;;;; (19352 21357))
18524;;; Generated autoloads from progmodes/octave-mod.el 18524;;; Generated autoloads from progmodes/octave-mod.el
18525 18525
18526(autoload 'octave-mode "octave-mod" "\ 18526(autoload 'octave-mode "octave-mod" "\
@@ -18615,7 +18615,7 @@ including a reproducible test case and send the message.
18615;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global 18615;;;;;; 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 18616;;;;;; 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 18617;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
18618;;;;;; org-mode) "org" "org/org.el" (19278 4526)) 18618;;;;;; org-mode) "org" "org/org.el" (19352 21357))
18619;;; Generated autoloads from org/org.el 18619;;; Generated autoloads from org/org.el
18620 18620
18621(autoload 'org-mode "org" "\ 18621(autoload 'org-mode "org" "\
@@ -18828,7 +18828,7 @@ Call the customize function with org as argument.
18828;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 18828;;;;;; 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 18829;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
18830;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 18830;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
18831;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19278 4526)) 18831;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19352 21357))
18832;;; Generated autoloads from org/org-agenda.el 18832;;; Generated autoloads from org/org-agenda.el
18833 18833
18834(autoload 'org-agenda "org-agenda" "\ 18834(autoload 'org-agenda "org-agenda" "\
@@ -19091,7 +19091,7 @@ belonging to the \"Work\" category.
19091 19091
19092;;;### (autoloads (org-archive-subtree-default-with-confirmation 19092;;;### (autoloads (org-archive-subtree-default-with-confirmation
19093;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 19093;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
19094;;;;;; (19278 4526)) 19094;;;;;; (19352 21357))
19095;;; Generated autoloads from org/org-archive.el 19095;;; Generated autoloads from org/org-archive.el
19096 19096
19097(autoload 'org-archive-subtree-default "org-archive" "\ 19097(autoload 'org-archive-subtree-default "org-archive" "\
@@ -19110,7 +19110,7 @@ This command is set with the variable `org-archive-default-command'.
19110 19110
19111;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 19111;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19112;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer) 19112;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer)
19113;;;;;; "org-ascii" "org/org-ascii.el" (19278 4526)) 19113;;;;;; "org-ascii" "org/org-ascii.el" (19352 21357))
19114;;; Generated autoloads from org/org-ascii.el 19114;;; Generated autoloads from org/org-ascii.el
19115 19115
19116(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\ 19116(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
@@ -19163,8 +19163,8 @@ publishing directory.
19163 19163
19164;;;*** 19164;;;***
19165 19165
19166;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19278 19166;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19352
19167;;;;;; 4526)) 19167;;;;;; 21357))
19168;;; Generated autoloads from org/org-attach.el 19168;;; Generated autoloads from org/org-attach.el
19169 19169
19170(autoload 'org-attach "org-attach" "\ 19170(autoload 'org-attach "org-attach" "\
@@ -19176,7 +19176,7 @@ Shows a list of commands and prompts for another key to execute a command.
19176;;;*** 19176;;;***
19177 19177
19178;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19178;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19179;;;;;; (19278 4526)) 19179;;;;;; (19352 21357))
19180;;; Generated autoloads from org/org-bbdb.el 19180;;; Generated autoloads from org/org-bbdb.el
19181 19181
19182(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19182(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19187,7 +19187,7 @@ Extract anniversaries from BBDB for display in the agenda.
19187;;;*** 19187;;;***
19188 19188
19189;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 19189;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19190;;;;;; "org-clock" "org/org-clock.el" (19278 4526)) 19190;;;;;; "org-clock" "org/org-clock.el" (19352 21357))
19191;;; Generated autoloads from org/org-clock.el 19191;;; Generated autoloads from org/org-clock.el
19192 19192
19193(autoload 'org-get-clocktable "org-clock" "\ 19193(autoload 'org-get-clocktable "org-clock" "\
@@ -19207,7 +19207,7 @@ Set up hooks for clock persistence
19207;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 19207;;;### (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 19208;;;;;; 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) 19209;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19210;;;;;; "org-docbook" "org/org-docbook.el" (19278 4526)) 19210;;;;;; "org-docbook" "org/org-docbook.el" (19352 21357))
19211;;; Generated autoloads from org/org-docbook.el 19211;;; Generated autoloads from org/org-docbook.el
19212 19212
19213(autoload 'org-export-as-docbook-batch "org-docbook" "\ 19213(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -19284,7 +19284,7 @@ publishing directory.
19284 19284
19285;;;### (autoloads (org-insert-export-options-template org-export-as-org 19285;;;### (autoloads (org-insert-export-options-template org-export-as-org
19286;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 19286;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19287;;;;;; (19278 4526)) 19287;;;;;; (19352 21357))
19288;;; Generated autoloads from org/org-exp.el 19288;;; Generated autoloads from org/org-exp.el
19289 19289
19290(autoload 'org-export "org-exp" "\ 19290(autoload 'org-export "org-exp" "\
@@ -19341,8 +19341,8 @@ Insert into the buffer a template with information for exporting.
19341;;;*** 19341;;;***
19342 19342
19343;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 19343;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
19344;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19278 19344;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19352
19345;;;;;; 4526)) 19345;;;;;; 21357))
19346;;; Generated autoloads from org/org-feed.el 19346;;; Generated autoloads from org/org-feed.el
19347 19347
19348(autoload 'org-feed-update-all "org-feed" "\ 19348(autoload 'org-feed-update-all "org-feed" "\
@@ -19370,7 +19370,7 @@ Show the raw feed buffer of a feed.
19370;;;*** 19370;;;***
19371 19371
19372;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 19372;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19373;;;;;; "org/org-footnote.el" (19278 4526)) 19373;;;;;; "org/org-footnote.el" (19352 21357))
19374;;; Generated autoloads from org/org-footnote.el 19374;;; Generated autoloads from org/org-footnote.el
19375 19375
19376(autoload 'org-footnote-action "org-footnote" "\ 19376(autoload 'org-footnote-action "org-footnote" "\
@@ -19397,7 +19397,7 @@ referenced sequence.
19397;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 19397;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
19398;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 19398;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
19399;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 19399;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
19400;;;;;; "org/org-freemind.el" (19321 2184)) 19400;;;;;; "org/org-freemind.el" (19352 21362))
19401;;; Generated autoloads from org/org-freemind.el 19401;;; Generated autoloads from org/org-freemind.el
19402 19402
19403(autoload 'org-export-as-freemind "org-freemind" "\ 19403(autoload 'org-export-as-freemind "org-freemind" "\
@@ -19435,7 +19435,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
19435;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 19435;;;### (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 19436;;;;;; 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" 19437;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19438;;;;;; "org/org-html.el" (19278 4526)) 19438;;;;;; "org/org-html.el" (19352 21357))
19439;;; Generated autoloads from org/org-html.el 19439;;; Generated autoloads from org/org-html.el
19440 19440
19441(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 19441(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -19528,7 +19528,7 @@ that uses these same face definitions.
19528 19528
19529;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19529;;;### (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" 19530;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19531;;;;;; (19278 4526)) 19531;;;;;; (19352 21357))
19532;;; Generated autoloads from org/org-icalendar.el 19532;;; Generated autoloads from org/org-icalendar.el
19533 19533
19534(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 19534(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -19555,7 +19555,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19555 19555
19556;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling 19556;;;### (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 19557;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
19558;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19278 4526)) 19558;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19352 21357))
19559;;; Generated autoloads from org/org-id.el 19559;;; Generated autoloads from org/org-id.el
19560 19560
19561(autoload 'org-id-get-create "org-id" "\ 19561(autoload 'org-id-get-create "org-id" "\
@@ -19619,7 +19619,7 @@ Query the id database for the file in which this ID is located.
19619;;;*** 19619;;;***
19620 19620
19621;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 19621;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
19622;;;;;; (19278 4526)) 19622;;;;;; (19352 21357))
19623;;; Generated autoloads from org/org-indent.el 19623;;; Generated autoloads from org/org-indent.el
19624 19624
19625(autoload 'org-indent-mode "org-indent" "\ 19625(autoload 'org-indent-mode "org-indent" "\
@@ -19634,7 +19634,7 @@ FIXME: How to update when broken?
19634;;;*** 19634;;;***
19635 19635
19636;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 19636;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
19637;;;;;; (19278 4526)) 19637;;;;;; (19352 21357))
19638;;; Generated autoloads from org/org-irc.el 19638;;; Generated autoloads from org/org-irc.el
19639 19639
19640(autoload 'org-irc-store-link "org-irc" "\ 19640(autoload 'org-irc-store-link "org-irc" "\
@@ -19647,7 +19647,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 19647;;;### (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 19648;;;;;; 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" 19649;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
19650;;;;;; (19278 4526)) 19650;;;;;; (19352 21357))
19651;;; Generated autoloads from org/org-latex.el 19651;;; Generated autoloads from org/org-latex.el
19652 19652
19653(autoload 'org-export-as-latex-batch "org-latex" "\ 19653(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -19727,8 +19727,8 @@ Export as LaTeX, then process through to PDF, and open.
19727;;;*** 19727;;;***
19728 19728
19729;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 19729;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
19730;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19278 19730;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19352
19731;;;;;; 4526)) 19731;;;;;; 21357))
19732;;; Generated autoloads from org/org-mobile.el 19732;;; Generated autoloads from org/org-mobile.el
19733 19733
19734(autoload 'org-mobile-push "org-mobile" "\ 19734(autoload 'org-mobile-push "org-mobile" "\
@@ -19753,7 +19753,7 @@ Create a file that contains all custom agenda views.
19753;;;*** 19753;;;***
19754 19754
19755;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 19755;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
19756;;;;;; (19278 4526)) 19756;;;;;; (19352 21357))
19757;;; Generated autoloads from org/org-plot.el 19757;;; Generated autoloads from org/org-plot.el
19758 19758
19759(autoload 'org-plot/gnuplot "org-plot" "\ 19759(autoload 'org-plot/gnuplot "org-plot" "\
@@ -19767,7 +19767,7 @@ line directly before or after the table.
19767 19767
19768;;;### (autoloads (org-publish-current-project org-publish-current-file 19768;;;### (autoloads (org-publish-current-project org-publish-current-file
19769;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 19769;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
19770;;;;;; (19278 4526)) 19770;;;;;; (19352 21357))
19771;;; Generated autoloads from org/org-publish.el 19771;;; Generated autoloads from org/org-publish.el
19772 19772
19773(defalias 'org-publish-project 'org-publish) 19773(defalias 'org-publish-project 'org-publish)
@@ -19801,7 +19801,7 @@ the project.
19801 19801
19802;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 19802;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
19803;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 19803;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
19804;;;;;; "org/org-remember.el" (19278 4526)) 19804;;;;;; "org/org-remember.el" (19352 21357))
19805;;; Generated autoloads from org/org-remember.el 19805;;; Generated autoloads from org/org-remember.el
19806 19806
19807(autoload 'org-remember-insinuate "org-remember" "\ 19807(autoload 'org-remember-insinuate "org-remember" "\
@@ -19876,7 +19876,7 @@ See also the variable `org-reverse-note-order'.
19876;;;*** 19876;;;***
19877 19877
19878;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 19878;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
19879;;;;;; "org-table" "org/org-table.el" (19278 4526)) 19879;;;;;; "org-table" "org/org-table.el" (19352 21357))
19880;;; Generated autoloads from org/org-table.el 19880;;; Generated autoloads from org/org-table.el
19881 19881
19882(autoload 'turn-on-orgtbl "org-table" "\ 19882(autoload 'turn-on-orgtbl "org-table" "\
@@ -19901,7 +19901,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
19901 19901
19902;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 19902;;;### (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" 19903;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
19904;;;;;; (19278 4526)) 19904;;;;;; (19352 21357))
19905;;; Generated autoloads from org/org-timer.el 19905;;; Generated autoloads from org/org-timer.el
19906 19906
19907(autoload 'org-timer-start "org-timer" "\ 19907(autoload 'org-timer-start "org-timer" "\
@@ -19945,7 +19945,7 @@ Set a timer.
19945;;;*** 19945;;;***
19946 19946
19947;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 19947;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
19948;;;;;; (19278 4526)) 19948;;;;;; (19352 21357))
19949;;; Generated autoloads from org/org-xoxo.el 19949;;; Generated autoloads from org/org-xoxo.el
19950 19950
19951(autoload 'org-export-as-xoxo "org-xoxo" "\ 19951(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -19957,7 +19957,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
19957;;;*** 19957;;;***
19958 19958
19959;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 19959;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
19960;;;;;; (19322 43174)) 19960;;;;;; (19352 21362))
19961;;; Generated autoloads from outline.el 19961;;; Generated autoloads from outline.el
19962(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 19962(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
19963 19963
@@ -20014,7 +20014,7 @@ See the command `outline-mode' for more information on this mode.
20014 20014
20015;;;*** 20015;;;***
20016 20016
20017;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19278 4517)) 20017;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19352 21357))
20018;;; Generated autoloads from paren.el 20018;;; Generated autoloads from paren.el
20019 20019
20020(defvar show-paren-mode nil "\ 20020(defvar show-paren-mode nil "\
@@ -20039,7 +20039,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20039;;;*** 20039;;;***
20040 20040
20041;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20041;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20042;;;;;; (19278 4519)) 20042;;;;;; (19352 21357))
20043;;; Generated autoloads from calendar/parse-time.el 20043;;; Generated autoloads from calendar/parse-time.el
20044(put 'parse-time-rules 'risky-local-variable t) 20044(put 'parse-time-rules 'risky-local-variable t)
20045 20045
@@ -20052,8 +20052,8 @@ unknown are returned as nil.
20052 20052
20053;;;*** 20053;;;***
20054 20054
20055;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19278 20055;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19352
20056;;;;;; 4528)) 20056;;;;;; 21357))
20057;;; Generated autoloads from progmodes/pascal.el 20057;;; Generated autoloads from progmodes/pascal.el
20058 20058
20059(autoload 'pascal-mode "pascal" "\ 20059(autoload 'pascal-mode "pascal" "\
@@ -20106,7 +20106,7 @@ no args, if that value is non-nil.
20106;;;*** 20106;;;***
20107 20107
20108;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20108;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20109;;;;;; (19278 4522)) 20109;;;;;; (19352 21357))
20110;;; Generated autoloads from emulation/pc-mode.el 20110;;; Generated autoloads from emulation/pc-mode.el
20111 20111
20112(autoload 'pc-bindings-mode "pc-mode" "\ 20112(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20124,7 +20124,7 @@ C-Escape does list-buffers.
20124;;;*** 20124;;;***
20125 20125
20126;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20126;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20127;;;;;; (19278 4522)) 20127;;;;;; (19352 21357))
20128;;; Generated autoloads from emulation/pc-select.el 20128;;; Generated autoloads from emulation/pc-select.el
20129 20129
20130(defvar pc-selection-mode nil "\ 20130(defvar pc-selection-mode nil "\
@@ -20190,8 +20190,8 @@ but before calling PC Selection mode):
20190 20190
20191;;;*** 20191;;;***
20192 20192
20193;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19278 20193;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19352
20194;;;;;; 4517)) 20194;;;;;; 21357))
20195;;; Generated autoloads from pcmpl-cvs.el 20195;;; Generated autoloads from pcmpl-cvs.el
20196 20196
20197(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20197(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20202,7 +20202,7 @@ Completion rules for the `cvs' command.
20202;;;*** 20202;;;***
20203 20203
20204;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20204;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20205;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19278 4517)) 20205;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19352 21357))
20206;;; Generated autoloads from pcmpl-gnu.el 20206;;; Generated autoloads from pcmpl-gnu.el
20207 20207
20208(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20208(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20230,7 +20230,7 @@ Completion for the GNU tar utility.
20230;;;*** 20230;;;***
20231 20231
20232;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20232;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20233;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19278 4517)) 20233;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19352 21357))
20234;;; Generated autoloads from pcmpl-linux.el 20234;;; Generated autoloads from pcmpl-linux.el
20235 20235
20236(autoload 'pcomplete/kill "pcmpl-linux" "\ 20236(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20250,8 +20250,8 @@ Completion for GNU/Linux `mount'.
20250 20250
20251;;;*** 20251;;;***
20252 20252
20253;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19278 20253;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19352
20254;;;;;; 4517)) 20254;;;;;; 21357))
20255;;; Generated autoloads from pcmpl-rpm.el 20255;;; Generated autoloads from pcmpl-rpm.el
20256 20256
20257(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20257(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20263,7 +20263,7 @@ Completion for the `rpm' command.
20263 20263
20264;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20264;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20265;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20265;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20266;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19282 9833)) 20266;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19352 21357))
20267;;; Generated autoloads from pcmpl-unix.el 20267;;; Generated autoloads from pcmpl-unix.el
20268 20268
20269(autoload 'pcomplete/cd "pcmpl-unix" "\ 20269(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20320,8 +20320,8 @@ Includes files as well as host names followed by a colon.
20320 20320
20321;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20321;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20322;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20322;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20323;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19278 20323;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19352
20324;;;;;; 4517)) 20324;;;;;; 21357))
20325;;; Generated autoloads from pcomplete.el 20325;;; Generated autoloads from pcomplete.el
20326 20326
20327(autoload 'pcomplete "pcomplete" "\ 20327(autoload 'pcomplete "pcomplete" "\
@@ -20380,7 +20380,7 @@ Setup `shell-mode' to use pcomplete.
20380 20380
20381;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20381;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20382;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20382;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20383;;;;;; "pcvs.el" (19278 4517)) 20383;;;;;; "pcvs.el" (19352 21357))
20384;;; Generated autoloads from pcvs.el 20384;;; Generated autoloads from pcvs.el
20385 20385
20386(autoload 'cvs-checkout "pcvs" "\ 20386(autoload 'cvs-checkout "pcvs" "\
@@ -20455,7 +20455,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20455 20455
20456;;;*** 20456;;;***
20457 20457
20458;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19278 4517)) 20458;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19352 21357))
20459;;; Generated autoloads from pcvs-defs.el 20459;;; Generated autoloads from pcvs-defs.el
20460 20460
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))) 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)))
@@ -20463,7 +20463,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20463;;;*** 20463;;;***
20464 20464
20465;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20465;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20466;;;;;; (19278 4528)) 20466;;;;;; (19352 21358))
20467;;; Generated autoloads from progmodes/perl-mode.el 20467;;; Generated autoloads from progmodes/perl-mode.el
20468(put 'perl-indent-level 'safe-local-variable 'integerp) 20468(put 'perl-indent-level 'safe-local-variable 'integerp)
20469(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20469(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20527,7 +20527,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20527;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20527;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20528;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20528;;;;;; 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 20529;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20530;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19278 4517)) 20530;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19352 21358))
20531;;; Generated autoloads from pgg.el 20531;;; Generated autoloads from pgg.el
20532 20532
20533(autoload 'pgg-encrypt-region "pgg" "\ 20533(autoload 'pgg-encrypt-region "pgg" "\
@@ -20661,7 +20661,7 @@ Import public keys in the current buffer.
20661;;;*** 20661;;;***
20662 20662
20663;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20663;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20664;;;;;; (19278 4517)) 20664;;;;;; (19352 21358))
20665;;; Generated autoloads from pgg-gpg.el 20665;;; Generated autoloads from pgg-gpg.el
20666 20666
20667(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ 20667(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
@@ -20672,7 +20672,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20672;;;*** 20672;;;***
20673 20673
20674;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20674;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20675;;;;;; (19278 4529)) 20675;;;;;; (19352 21358))
20676;;; Generated autoloads from textmodes/picture.el 20676;;; Generated autoloads from textmodes/picture.el
20677 20677
20678(autoload 'picture-mode "picture" "\ 20678(autoload 'picture-mode "picture" "\
@@ -20753,7 +20753,7 @@ they are not defaultly assigned to keys.
20753;;;*** 20753;;;***
20754 20754
20755;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20755;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20756;;;;;; (19278 4529)) 20756;;;;;; (19352 21358))
20757;;; Generated autoloads from textmodes/po.el 20757;;; Generated autoloads from textmodes/po.el
20758 20758
20759(autoload 'po-find-file-coding-system "po" "\ 20759(autoload 'po-find-file-coding-system "po" "\
@@ -20764,7 +20764,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20764 20764
20765;;;*** 20765;;;***
20766 20766
20767;;;### (autoloads (pong) "pong" "play/pong.el" (19278 4527)) 20767;;;### (autoloads (pong) "pong" "play/pong.el" (19352 21358))
20768;;; Generated autoloads from play/pong.el 20768;;; Generated autoloads from play/pong.el
20769 20769
20770(autoload 'pong "pong" "\ 20770(autoload 'pong "pong" "\
@@ -20782,7 +20782,7 @@ pong-mode keybindings:\\<pong-mode-map>
20782 20782
20783;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20783;;;### (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" 20784;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
20785;;;;;; (19278 4521)) 20785;;;;;; (19352 21358))
20786;;; Generated autoloads from emacs-lisp/pp.el 20786;;; Generated autoloads from emacs-lisp/pp.el
20787 20787
20788(autoload 'pp-to-string "pp" "\ 20788(autoload 'pp-to-string "pp" "\
@@ -20850,7 +20850,7 @@ Ignores leading comment characters.
20850;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20850;;;;;; 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 20851;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20852;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20852;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20853;;;;;; (19278 4517)) 20853;;;;;; (19352 21358))
20854;;; Generated autoloads from printing.el 20854;;; Generated autoloads from printing.el
20855 20855
20856(autoload 'pr-interface "printing" "\ 20856(autoload 'pr-interface "printing" "\
@@ -21437,7 +21437,7 @@ are both set to t.
21437 21437
21438;;;*** 21438;;;***
21439 21439
21440;;;### (autoloads (proced) "proced" "proced.el" (19278 4517)) 21440;;;### (autoloads (proced) "proced" "proced.el" (19352 21358))
21441;;; Generated autoloads from proced.el 21441;;; Generated autoloads from proced.el
21442 21442
21443(autoload 'proced "proced" "\ 21443(autoload 'proced "proced" "\
@@ -21453,7 +21453,7 @@ See `proced-mode' for a description of features available in Proced buffers.
21453;;;*** 21453;;;***
21454 21454
21455;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21455;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21456;;;;;; (19278 4528)) 21456;;;;;; (19352 21358))
21457;;; Generated autoloads from progmodes/prolog.el 21457;;; Generated autoloads from progmodes/prolog.el
21458 21458
21459(autoload 'prolog-mode "prolog" "\ 21459(autoload 'prolog-mode "prolog" "\
@@ -21476,8 +21476,8 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
21476 21476
21477;;;*** 21477;;;***
21478 21478
21479;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19278 21479;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19352
21480;;;;;; 4517)) 21480;;;;;; 21358))
21481;;; Generated autoloads from ps-bdf.el 21481;;; Generated autoloads from ps-bdf.el
21482 21482
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")) "\ 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")) "\
@@ -21488,8 +21488,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21488 21488
21489;;;*** 21489;;;***
21490 21490
21491;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19278 21491;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19352
21492;;;;;; 4528)) 21492;;;;;; 21358))
21493;;; Generated autoloads from progmodes/ps-mode.el 21493;;; Generated autoloads from progmodes/ps-mode.el
21494 21494
21495(autoload 'ps-mode "ps-mode" "\ 21495(autoload 'ps-mode "ps-mode" "\
@@ -21540,8 +21540,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 21540;;;;;; 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 21541;;;;;; 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 21542;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21543;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19278 21543;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19352
21544;;;;;; 4517)) 21544;;;;;; 21358))
21545;;; Generated autoloads from ps-print.el 21545;;; Generated autoloads from ps-print.el
21546 21546
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"))) "\ 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"))) "\
@@ -21738,7 +21738,7 @@ If EXTENSION is any other symbol, it is ignored.
21738;;;*** 21738;;;***
21739 21739
21740;;;### (autoloads (python-shell jython-mode python-mode run-python) 21740;;;### (autoloads (python-shell jython-mode python-mode run-python)
21741;;;;;; "python" "progmodes/python.el" (19336 25572)) 21741;;;;;; "python" "progmodes/python.el" (19352 21361))
21742;;; Generated autoloads from progmodes/python.el 21742;;; Generated autoloads from progmodes/python.el
21743 21743
21744(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 21744(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -21854,7 +21854,7 @@ filter.
21854;;;*** 21854;;;***
21855 21855
21856;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21856;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21857;;;;;; (19278 4523)) 21857;;;;;; (19352 21358))
21858;;; Generated autoloads from gnus/qp.el 21858;;; Generated autoloads from gnus/qp.el
21859 21859
21860(autoload 'quoted-printable-decode-region "qp" "\ 21860(autoload 'quoted-printable-decode-region "qp" "\
@@ -21877,7 +21877,7 @@ them into characters should be done separately.
21877;;;;;; quail-defrule quail-install-decode-map quail-install-map 21877;;;;;; quail-defrule quail-install-decode-map quail-install-map
21878;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21878;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21879;;;;;; quail-define-package quail-use-package quail-title) "quail" 21879;;;;;; quail-define-package quail-use-package quail-title) "quail"
21880;;;;;; "international/quail.el" (19278 4524)) 21880;;;;;; "international/quail.el" (19352 21358))
21881;;; Generated autoloads from international/quail.el 21881;;; Generated autoloads from international/quail.el
21882 21882
21883(autoload 'quail-title "quail" "\ 21883(autoload 'quail-title "quail" "\
@@ -22108,8 +22108,8 @@ of each directory.
22108 22108
22109;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22109;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22110;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22110;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22111;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19278 22111;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19352
22112;;;;;; 4526)) 22112;;;;;; 21358))
22113;;; Generated autoloads from net/quickurl.el 22113;;; Generated autoloads from net/quickurl.el
22114 22114
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" "\ 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" "\
@@ -22181,7 +22181,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22181;;;*** 22181;;;***
22182 22182
22183;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22183;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22184;;;;;; "net/rcirc.el" (19278 4526)) 22184;;;;;; "net/rcirc.el" (19352 21358))
22185;;; Generated autoloads from net/rcirc.el 22185;;; Generated autoloads from net/rcirc.el
22186 22186
22187(autoload 'rcirc "rcirc" "\ 22187(autoload 'rcirc "rcirc" "\
@@ -22216,8 +22216,8 @@ Global minor mode for tracking activity in rcirc buffers.
22216 22216
22217;;;*** 22217;;;***
22218 22218
22219;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19278 22219;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19352
22220;;;;;; 4526)) 22220;;;;;; 21358))
22221;;; Generated autoloads from net/rcompile.el 22221;;; Generated autoloads from net/rcompile.el
22222 22222
22223(autoload 'remote-compile "rcompile" "\ 22223(autoload 'remote-compile "rcompile" "\
@@ -22229,7 +22229,7 @@ See \\[compile].
22229;;;*** 22229;;;***
22230 22230
22231;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22231;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22232;;;;;; (19278 4521)) 22232;;;;;; (19352 21358))
22233;;; Generated autoloads from emacs-lisp/re-builder.el 22233;;; Generated autoloads from emacs-lisp/re-builder.el
22234 22234
22235(defalias 'regexp-builder 're-builder) 22235(defalias 'regexp-builder 're-builder)
@@ -22241,7 +22241,7 @@ Construct a regexp interactively.
22241 22241
22242;;;*** 22242;;;***
22243 22243
22244;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19278 4517)) 22244;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19352 21358))
22245;;; Generated autoloads from recentf.el 22245;;; Generated autoloads from recentf.el
22246 22246
22247(defvar recentf-mode nil "\ 22247(defvar recentf-mode nil "\
@@ -22268,8 +22268,8 @@ that were operated on recently.
22268;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 22268;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22269;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 22269;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22270;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 22270;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22271;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19278 22271;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19352
22272;;;;;; 4517)) 22272;;;;;; 21358))
22273;;; Generated autoloads from rect.el 22273;;; Generated autoloads from rect.el
22274 (define-key ctl-x-r-map "c" 'clear-rectangle) 22274 (define-key ctl-x-r-map "c" 'clear-rectangle)
22275 (define-key ctl-x-r-map "k" 'kill-rectangle) 22275 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -22403,8 +22403,8 @@ rectangle which were empty.
22403 22403
22404;;;*** 22404;;;***
22405 22405
22406;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19278 22406;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19352
22407;;;;;; 4529)) 22407;;;;;; 21358))
22408;;; Generated autoloads from textmodes/refill.el 22408;;; Generated autoloads from textmodes/refill.el
22409 22409
22410(autoload 'refill-mode "refill" "\ 22410(autoload 'refill-mode "refill" "\
@@ -22420,7 +22420,7 @@ refilling if they would cause auto-filling.
22420;;;*** 22420;;;***
22421 22421
22422;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22422;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22423;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19278 4529)) 22423;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19352 21358))
22424;;; Generated autoloads from textmodes/reftex.el 22424;;; Generated autoloads from textmodes/reftex.el
22425 22425
22426(autoload 'turn-on-reftex "reftex" "\ 22426(autoload 'turn-on-reftex "reftex" "\
@@ -22470,7 +22470,7 @@ This enforces rescanning the buffer on next use.
22470;;;*** 22470;;;***
22471 22471
22472;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22472;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22473;;;;;; (19278 4529)) 22473;;;;;; (19352 21358))
22474;;; Generated autoloads from textmodes/reftex-cite.el 22474;;; Generated autoloads from textmodes/reftex-cite.el
22475 22475
22476(autoload 'reftex-citation "reftex-cite" "\ 22476(autoload 'reftex-citation "reftex-cite" "\
@@ -22500,7 +22500,7 @@ While entering the regexp, completion on knows citation keys is possible.
22500;;;*** 22500;;;***
22501 22501
22502;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22502;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22503;;;;;; (19278 4529)) 22503;;;;;; (19352 21358))
22504;;; Generated autoloads from textmodes/reftex-global.el 22504;;; Generated autoloads from textmodes/reftex-global.el
22505 22505
22506(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 22506(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -22517,7 +22517,7 @@ With no argument, this command toggles
22517;;;*** 22517;;;***
22518 22518
22519;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22519;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22520;;;;;; (19278 4529)) 22520;;;;;; (19352 21358))
22521;;; Generated autoloads from textmodes/reftex-index.el 22521;;; Generated autoloads from textmodes/reftex-index.el
22522 22522
22523(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22523(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -22550,7 +22550,7 @@ Here are all local bindings.
22550;;;*** 22550;;;***
22551 22551
22552;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22552;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22553;;;;;; (19278 4529)) 22553;;;;;; (19352 21358))
22554;;; Generated autoloads from textmodes/reftex-parse.el 22554;;; Generated autoloads from textmodes/reftex-parse.el
22555 22555
22556(autoload 'reftex-all-document-files "reftex-parse" "\ 22556(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -22562,8 +22562,8 @@ of master file.
22562 22562
22563;;;*** 22563;;;***
22564 22564
22565;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19278 22565;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19352
22566;;;;;; 4529)) 22566;;;;;; 21358))
22567;;; Generated autoloads from textmodes/reftex-vars.el 22567;;; Generated autoloads from textmodes/reftex-vars.el
22568(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22568(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)))) 22569(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22573,7 +22573,7 @@ of master file.
22573;;;*** 22573;;;***
22574 22574
22575;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22575;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22576;;;;;; (19278 4521)) 22576;;;;;; (19352 21358))
22577;;; Generated autoloads from emacs-lisp/regexp-opt.el 22577;;; Generated autoloads from emacs-lisp/regexp-opt.el
22578 22578
22579(autoload 'regexp-opt "regexp-opt" "\ 22579(autoload 'regexp-opt "regexp-opt" "\
@@ -22602,7 +22602,7 @@ This means the number of non-shy regexp grouping constructs
22602 22602
22603;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22603;;;### (autoloads (remember-diary-extract-entries remember-clipboard
22604;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22604;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
22605;;;;;; (19278 4529)) 22605;;;;;; (19352 21358))
22606;;; Generated autoloads from textmodes/remember.el 22606;;; Generated autoloads from textmodes/remember.el
22607 22607
22608(autoload 'remember "remember" "\ 22608(autoload 'remember "remember" "\
@@ -22633,7 +22633,7 @@ Extract diary entries from the region.
22633 22633
22634;;;*** 22634;;;***
22635 22635
22636;;;### (autoloads (repeat) "repeat" "repeat.el" (19278 4517)) 22636;;;### (autoloads (repeat) "repeat" "repeat.el" (19352 21358))
22637;;; Generated autoloads from repeat.el 22637;;; Generated autoloads from repeat.el
22638 22638
22639(autoload 'repeat "repeat" "\ 22639(autoload 'repeat "repeat" "\
@@ -22656,7 +22656,7 @@ recently executed command not bound to an input event\".
22656;;;*** 22656;;;***
22657 22657
22658;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22658;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22659;;;;;; (19278 4525)) 22659;;;;;; (19352 21358))
22660;;; Generated autoloads from mail/reporter.el 22660;;; Generated autoloads from mail/reporter.el
22661 22661
22662(autoload 'reporter-submit-bug-report "reporter" "\ 22662(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22688,7 +22688,7 @@ mail-sending package is used for editing and sending the message.
22688;;;*** 22688;;;***
22689 22689
22690;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22690;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22691;;;;;; (19278 4517)) 22691;;;;;; (19352 21358))
22692;;; Generated autoloads from reposition.el 22692;;; Generated autoloads from reposition.el
22693 22693
22694(autoload 'reposition-window "reposition" "\ 22694(autoload 'reposition-window "reposition" "\
@@ -22715,7 +22715,7 @@ first comment line visible (if point is in a comment).
22715;;;*** 22715;;;***
22716 22716
22717;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22717;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22718;;;;;; (19278 4517)) 22718;;;;;; (19352 21358))
22719;;; Generated autoloads from reveal.el 22719;;; Generated autoloads from reveal.el
22720 22720
22721(autoload 'reveal-mode "reveal" "\ 22721(autoload 'reveal-mode "reveal" "\
@@ -22750,7 +22750,7 @@ With zero or negative ARG turn mode off.
22750;;;*** 22750;;;***
22751 22751
22752;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22752;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22753;;;;;; (19278 4521)) 22753;;;;;; (19352 21358))
22754;;; Generated autoloads from emacs-lisp/ring.el 22754;;; Generated autoloads from emacs-lisp/ring.el
22755 22755
22756(autoload 'ring-p "ring" "\ 22756(autoload 'ring-p "ring" "\
@@ -22765,7 +22765,7 @@ Make a ring that can contain SIZE elements.
22765 22765
22766;;;*** 22766;;;***
22767 22767
22768;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19278 4526)) 22768;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19352 21358))
22769;;; Generated autoloads from net/rlogin.el 22769;;; Generated autoloads from net/rlogin.el
22770 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")) 22770 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"))
22771 22771
@@ -22815,8 +22815,8 @@ variable.
22815;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22815;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22816;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22816;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22817;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22817;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22818;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19307 22818;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19352
22819;;;;;; 36715)) 22819;;;;;; 21360))
22820;;; Generated autoloads from mail/rmail.el 22820;;; Generated autoloads from mail/rmail.el
22821 22821
22822(autoload 'rmail-movemail-variant-p "rmail" "\ 22822(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23010,7 +23010,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23010;;;*** 23010;;;***
23011 23011
23012;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23012;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23013;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19278 4525)) 23013;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19352 21358))
23014;;; Generated autoloads from mail/rmailout.el 23014;;; Generated autoloads from mail/rmailout.el
23015(put 'rmail-output-file-alist 'risky-local-variable t) 23015(put 'rmail-output-file-alist 'risky-local-variable t)
23016 23016
@@ -23075,7 +23075,7 @@ than appending to it. Deletes the message after writing if
23075;;;*** 23075;;;***
23076 23076
23077;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23077;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23078;;;;;; (19278 4526)) 23078;;;;;; (19352 21358))
23079;;; Generated autoloads from nxml/rng-cmpct.el 23079;;; Generated autoloads from nxml/rng-cmpct.el
23080 23080
23081(autoload 'rng-c-load-schema "rng-cmpct" "\ 23081(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23087,7 +23087,7 @@ Return a pattern.
23087;;;*** 23087;;;***
23088 23088
23089;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23089;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23090;;;;;; (19278 4526)) 23090;;;;;; (19352 21358))
23091;;; Generated autoloads from nxml/rng-nxml.el 23091;;; Generated autoloads from nxml/rng-nxml.el
23092 23092
23093(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23093(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23100,7 +23100,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23100;;;*** 23100;;;***
23101 23101
23102;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23102;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23103;;;;;; (19278 4526)) 23103;;;;;; (19352 21358))
23104;;; Generated autoloads from nxml/rng-valid.el 23104;;; Generated autoloads from nxml/rng-valid.el
23105 23105
23106(autoload 'rng-validate-mode "rng-valid" "\ 23106(autoload 'rng-validate-mode "rng-valid" "\
@@ -23130,8 +23130,8 @@ to use for finding the schema.
23130 23130
23131;;;*** 23131;;;***
23132 23132
23133;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19278 23133;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19352
23134;;;;;; 4526)) 23134;;;;;; 21358))
23135;;; Generated autoloads from nxml/rng-xsd.el 23135;;; Generated autoloads from nxml/rng-xsd.el
23136 23136
23137(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23137(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23159,7 +23159,7 @@ must be equal.
23159;;;*** 23159;;;***
23160 23160
23161;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23161;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23162;;;;;; "robin" "international/robin.el" (19278 4524)) 23162;;;;;; "robin" "international/robin.el" (19352 21358))
23163;;; Generated autoloads from international/robin.el 23163;;; Generated autoloads from international/robin.el
23164 23164
23165(autoload 'robin-define-package "robin" "\ 23165(autoload 'robin-define-package "robin" "\
@@ -23192,7 +23192,7 @@ Start using robin package NAME, which is a string.
23192;;;*** 23192;;;***
23193 23193
23194;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23194;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23195;;;;;; rot13-string rot13) "rot13" "rot13.el" (19278 4518)) 23195;;;;;; rot13-string rot13) "rot13" "rot13.el" (19352 21358))
23196;;; Generated autoloads from rot13.el 23196;;; Generated autoloads from rot13.el
23197 23197
23198(autoload 'rot13 "rot13" "\ 23198(autoload 'rot13 "rot13" "\
@@ -23230,7 +23230,7 @@ Toggle the use of ROT13 encoding for the current window.
23230;;;*** 23230;;;***
23231 23231
23232;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23232;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23233;;;;;; (19278 4529)) 23233;;;;;; (19352 21358))
23234;;; Generated autoloads from textmodes/rst.el 23234;;; Generated autoloads from textmodes/rst.el
23235 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23235 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23236 23236
@@ -23268,7 +23268,7 @@ for modes derived from Text mode, like Mail mode.
23268;;;*** 23268;;;***
23269 23269
23270;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23270;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23271;;;;;; (19278 4528)) 23271;;;;;; (19352 21358))
23272;;; Generated autoloads from progmodes/ruby-mode.el 23272;;; Generated autoloads from progmodes/ruby-mode.el
23273 23273
23274(autoload 'ruby-mode "ruby-mode" "\ 23274(autoload 'ruby-mode "ruby-mode" "\
@@ -23289,8 +23289,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
23289 23289
23290;;;*** 23290;;;***
23291 23291
23292;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19278 23292;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19352
23293;;;;;; 4518)) 23293;;;;;; 21358))
23294;;; Generated autoloads from ruler-mode.el 23294;;; Generated autoloads from ruler-mode.el
23295 23295
23296(autoload 'ruler-mode "ruler-mode" "\ 23296(autoload 'ruler-mode "ruler-mode" "\
@@ -23300,8 +23300,8 @@ Display a ruler in the header line if ARG > 0.
23300 23300
23301;;;*** 23301;;;***
23302 23302
23303;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19278 23303;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19352
23304;;;;;; 4521)) 23304;;;;;; 21358))
23305;;; Generated autoloads from emacs-lisp/rx.el 23305;;; Generated autoloads from emacs-lisp/rx.el
23306 23306
23307(autoload 'rx-to-string "rx" "\ 23307(autoload 'rx-to-string "rx" "\
@@ -23611,7 +23611,7 @@ enclosed in `(and ...)'.
23611;;;*** 23611;;;***
23612 23612
23613;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23613;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23614;;;;;; (19278 4518)) 23614;;;;;; (19352 21358))
23615;;; Generated autoloads from savehist.el 23615;;; Generated autoloads from savehist.el
23616 23616
23617(defvar savehist-mode nil "\ 23617(defvar savehist-mode nil "\
@@ -23637,7 +23637,7 @@ which is probably undesirable.
23637;;;*** 23637;;;***
23638 23638
23639;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23639;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23640;;;;;; (19278 4528)) 23640;;;;;; (19352 21358))
23641;;; Generated autoloads from progmodes/scheme.el 23641;;; Generated autoloads from progmodes/scheme.el
23642 23642
23643(autoload 'scheme-mode "scheme" "\ 23643(autoload 'scheme-mode "scheme" "\
@@ -23679,7 +23679,7 @@ that variable's value is a string.
23679;;;*** 23679;;;***
23680 23680
23681;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23681;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23682;;;;;; (19278 4523)) 23682;;;;;; (19352 21358))
23683;;; Generated autoloads from gnus/score-mode.el 23683;;; Generated autoloads from gnus/score-mode.el
23684 23684
23685(autoload 'gnus-score-mode "score-mode" "\ 23685(autoload 'gnus-score-mode "score-mode" "\
@@ -23693,7 +23693,7 @@ This mode is an extended emacs-lisp mode.
23693;;;*** 23693;;;***
23694 23694
23695;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23695;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23696;;;;;; (19278 4518)) 23696;;;;;; (19352 21358))
23697;;; Generated autoloads from scroll-all.el 23697;;; Generated autoloads from scroll-all.el
23698 23698
23699(defvar scroll-all-mode nil "\ 23699(defvar scroll-all-mode nil "\
@@ -23716,7 +23716,7 @@ apply to all visible windows in the same frame.
23716;;;*** 23716;;;***
23717 23717
23718;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23718;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23719;;;;;; (19278 4518)) 23719;;;;;; (19352 21358))
23720;;; Generated autoloads from scroll-lock.el 23720;;; Generated autoloads from scroll-lock.el
23721 23721
23722(autoload 'scroll-lock-mode "scroll-lock" "\ 23722(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23731,7 +23731,7 @@ during scrolling.
23731;;;*** 23731;;;***
23732 23732
23733;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23733;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23734;;;;;; "cedet/semantic.el" (19322 11780)) 23734;;;;;; "cedet/semantic.el" (19352 21362))
23735;;; Generated autoloads from cedet/semantic.el 23735;;; Generated autoloads from cedet/semantic.el
23736 23736
23737(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23737(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -23783,7 +23783,7 @@ Semantic mode.
23783;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23783;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23784;;;;;; mail-header-separator send-mail-function mail-interactive 23784;;;;;; mail-header-separator send-mail-function mail-interactive
23785;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23785;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23786;;;;;; "sendmail" "mail/sendmail.el" (19335 63611)) 23786;;;;;; "sendmail" "mail/sendmail.el" (19352 21361))
23787;;; Generated autoloads from mail/sendmail.el 23787;;; Generated autoloads from mail/sendmail.el
23788 23788
23789(defvar mail-from-style 'default "\ 23789(defvar mail-from-style 'default "\
@@ -24080,8 +24080,8 @@ Like `mail' command, but display mail buffer in another frame.
24080;;;*** 24080;;;***
24081 24081
24082;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24082;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24083;;;;;; server-force-delete server-start) "server" "server.el" (19278 24083;;;;;; server-force-delete server-start) "server" "server.el" (19352
24084;;;;;; 4518)) 24084;;;;;; 21358))
24085;;; Generated autoloads from server.el 24085;;; Generated autoloads from server.el
24086 24086
24087(autoload 'server-start "server" "\ 24087(autoload 'server-start "server" "\
@@ -24135,7 +24135,7 @@ only these files will be asked to be saved.
24135 24135
24136;;;*** 24136;;;***
24137 24137
24138;;;### (autoloads (ses-mode) "ses" "ses.el" (19278 4518)) 24138;;;### (autoloads (ses-mode) "ses" "ses.el" (19352 21358))
24139;;; Generated autoloads from ses.el 24139;;; Generated autoloads from ses.el
24140 24140
24141(autoload 'ses-mode "ses" "\ 24141(autoload 'ses-mode "ses" "\
@@ -24154,7 +24154,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24154;;;*** 24154;;;***
24155 24155
24156;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24156;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24157;;;;;; (19288 23971)) 24157;;;;;; (19352 21358))
24158;;; Generated autoloads from textmodes/sgml-mode.el 24158;;; Generated autoloads from textmodes/sgml-mode.el
24159 24159
24160(autoload 'sgml-mode "sgml-mode" "\ 24160(autoload 'sgml-mode "sgml-mode" "\
@@ -24220,7 +24220,7 @@ To work around that, do:
24220;;;*** 24220;;;***
24221 24221
24222;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24222;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24223;;;;;; (19278 4528)) 24223;;;;;; (19352 21361))
24224;;; Generated autoloads from progmodes/sh-script.el 24224;;; Generated autoloads from progmodes/sh-script.el
24225(put 'sh-shell 'safe-local-variable 'symbolp) 24225(put 'sh-shell 'safe-local-variable 'symbolp)
24226 24226
@@ -24284,7 +24284,7 @@ with your script for an edit-interpret-debug cycle.
24284 24284
24285;;;*** 24285;;;***
24286 24286
24287;;;### (autoloads (sha1) "sha1" "sha1.el" (19278 4518)) 24287;;;### (autoloads (sha1) "sha1" "sha1.el" (19352 21358))
24288;;; Generated autoloads from sha1.el 24288;;; Generated autoloads from sha1.el
24289 24289
24290(autoload 'sha1 "sha1" "\ 24290(autoload 'sha1 "sha1" "\
@@ -24299,7 +24299,7 @@ If BINARY is non-nil, return a string in binary form.
24299;;;*** 24299;;;***
24300 24300
24301;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24301;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24302;;;;;; (19278 4521)) 24302;;;;;; (19352 21358))
24303;;; Generated autoloads from emacs-lisp/shadow.el 24303;;; Generated autoloads from emacs-lisp/shadow.el
24304 24304
24305(autoload 'list-load-path-shadows "shadow" "\ 24305(autoload 'list-load-path-shadows "shadow" "\
@@ -24349,8 +24349,8 @@ function, `find-emacs-lisp-shadows'.
24349;;;*** 24349;;;***
24350 24350
24351;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24351;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24352;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19278 24352;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19352
24353;;;;;; 4518)) 24353;;;;;; 21358))
24354;;; Generated autoloads from shadowfile.el 24354;;; Generated autoloads from shadowfile.el
24355 24355
24356(autoload 'shadow-define-cluster "shadowfile" "\ 24356(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24389,7 +24389,7 @@ Set up file shadowing.
24389;;;*** 24389;;;***
24390 24390
24391;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24391;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24392;;;;;; (19278 4518)) 24392;;;;;; (19352 21358))
24393;;; Generated autoloads from shell.el 24393;;; Generated autoloads from shell.el
24394 24394
24395(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24395(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24439,7 +24439,7 @@ Otherwise, one argument `-i' is passed to the shell.
24439;;;*** 24439;;;***
24440 24440
24441;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24441;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24442;;;;;; "sieve" "gnus/sieve.el" (19278 4523)) 24442;;;;;; "sieve" "gnus/sieve.el" (19352 21358))
24443;;; Generated autoloads from gnus/sieve.el 24443;;; Generated autoloads from gnus/sieve.el
24444 24444
24445(autoload 'sieve-manage "sieve" "\ 24445(autoload 'sieve-manage "sieve" "\
@@ -24460,7 +24460,7 @@ Not documented
24460;;;*** 24460;;;***
24461 24461
24462;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24462;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24463;;;;;; (19278 4523)) 24463;;;;;; (19352 21358))
24464;;; Generated autoloads from gnus/sieve-mode.el 24464;;; Generated autoloads from gnus/sieve-mode.el
24465 24465
24466(autoload 'sieve-mode "sieve-mode" "\ 24466(autoload 'sieve-mode "sieve-mode" "\
@@ -24475,8 +24475,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24475 24475
24476;;;*** 24476;;;***
24477 24477
24478;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19278 24478;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19352
24479;;;;;; 4528)) 24479;;;;;; 21358))
24480;;; Generated autoloads from progmodes/simula.el 24480;;; Generated autoloads from progmodes/simula.el
24481 24481
24482(autoload 'simula-mode "simula" "\ 24482(autoload 'simula-mode "simula" "\
@@ -24525,7 +24525,7 @@ with no arguments, if that value is non-nil.
24525;;;*** 24525;;;***
24526 24526
24527;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24527;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24528;;;;;; define-skeleton) "skeleton" "skeleton.el" (19278 4518)) 24528;;;;;; define-skeleton) "skeleton" "skeleton.el" (19352 21358))
24529;;; Generated autoloads from skeleton.el 24529;;; Generated autoloads from skeleton.el
24530 24530
24531(defvar skeleton-filter-function 'identity "\ 24531(defvar skeleton-filter-function 'identity "\
@@ -24635,7 +24635,7 @@ symmetrical ones, and the same character twice for the others.
24635;;;*** 24635;;;***
24636 24636
24637;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24637;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24638;;;;;; "smerge-mode" "smerge-mode.el" (19278 4518)) 24638;;;;;; "smerge-mode" "smerge-mode.el" (19352 21358))
24639;;; Generated autoloads from smerge-mode.el 24639;;; Generated autoloads from smerge-mode.el
24640 24640
24641(autoload 'smerge-ediff "smerge-mode" "\ 24641(autoload 'smerge-ediff "smerge-mode" "\
@@ -24660,7 +24660,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24660;;;*** 24660;;;***
24661 24661
24662;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24662;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24663;;;;;; (19278 4523)) 24663;;;;;; (19352 21358))
24664;;; Generated autoloads from gnus/smiley.el 24664;;; Generated autoloads from gnus/smiley.el
24665 24665
24666(autoload 'smiley-region "smiley" "\ 24666(autoload 'smiley-region "smiley" "\
@@ -24678,7 +24678,7 @@ interactively. If there's no argument, do it at the current buffer
24678;;;*** 24678;;;***
24679 24679
24680;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24680;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24681;;;;;; "mail/smtpmail.el" (19278 4525)) 24681;;;;;; "mail/smtpmail.el" (19352 21358))
24682;;; Generated autoloads from mail/smtpmail.el 24682;;; Generated autoloads from mail/smtpmail.el
24683 24683
24684(autoload 'smtpmail-send-it "smtpmail" "\ 24684(autoload 'smtpmail-send-it "smtpmail" "\
@@ -24693,7 +24693,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24693 24693
24694;;;*** 24694;;;***
24695 24695
24696;;;### (autoloads (snake) "snake" "play/snake.el" (19278 4527)) 24696;;;### (autoloads (snake) "snake" "play/snake.el" (19352 21358))
24697;;; Generated autoloads from play/snake.el 24697;;; Generated autoloads from play/snake.el
24698 24698
24699(autoload 'snake "snake" "\ 24699(autoload 'snake "snake" "\
@@ -24717,7 +24717,7 @@ Snake mode keybindings:
24717;;;*** 24717;;;***
24718 24718
24719;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24719;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24720;;;;;; (19278 4526)) 24720;;;;;; (19352 21358))
24721;;; Generated autoloads from net/snmp-mode.el 24721;;; Generated autoloads from net/snmp-mode.el
24722 24722
24723(autoload 'snmp-mode "snmp-mode" "\ 24723(autoload 'snmp-mode "snmp-mode" "\
@@ -24746,8 +24746,8 @@ then `snmpv2-mode-hook'.
24746 24746
24747;;;*** 24747;;;***
24748 24748
24749;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19278 24749;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19352
24750;;;;;; 4519)) 24750;;;;;; 21358))
24751;;; Generated autoloads from calendar/solar.el 24751;;; Generated autoloads from calendar/solar.el
24752 24752
24753(autoload 'sunrise-sunset "solar" "\ 24753(autoload 'sunrise-sunset "solar" "\
@@ -24762,8 +24762,8 @@ This function is suitable for execution in a .emacs file.
24762 24762
24763;;;*** 24763;;;***
24764 24764
24765;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19278 24765;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19352
24766;;;;;; 4527)) 24766;;;;;; 21358))
24767;;; Generated autoloads from play/solitaire.el 24767;;; Generated autoloads from play/solitaire.el
24768 24768
24769(autoload 'solitaire "solitaire" "\ 24769(autoload 'solitaire "solitaire" "\
@@ -24840,7 +24840,7 @@ Pick your favourite shortcuts:
24840 24840
24841;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24841;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24842;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24842;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24843;;;;;; sort-lines sort-subr) "sort" "sort.el" (19278 4518)) 24843;;;;;; sort-lines sort-subr) "sort" "sort.el" (19352 21358))
24844;;; Generated autoloads from sort.el 24844;;; Generated autoloads from sort.el
24845(put 'sort-fold-case 'safe-local-variable 'booleanp) 24845(put 'sort-fold-case 'safe-local-variable 'booleanp)
24846 24846
@@ -24984,8 +24984,8 @@ From a program takes two point or marker arguments, BEG and END.
24984 24984
24985;;;*** 24985;;;***
24986 24986
24987;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19278 24987;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19352
24988;;;;;; 4523)) 24988;;;;;; 21358))
24989;;; Generated autoloads from gnus/spam.el 24989;;; Generated autoloads from gnus/spam.el
24990 24990
24991(autoload 'spam-initialize "spam" "\ 24991(autoload 'spam-initialize "spam" "\
@@ -25001,7 +25001,7 @@ installed through `spam-necessary-extra-headers'.
25001 25001
25002;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25002;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25003;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25003;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25004;;;;;; "gnus/spam-report.el" (19278 4523)) 25004;;;;;; "gnus/spam-report.el" (19352 21358))
25005;;; Generated autoloads from gnus/spam-report.el 25005;;; Generated autoloads from gnus/spam-report.el
25006 25006
25007(autoload 'spam-report-process-queue "spam-report" "\ 25007(autoload 'spam-report-process-queue "spam-report" "\
@@ -25044,7 +25044,7 @@ Spam reports will be queued with the method used when
25044;;;*** 25044;;;***
25045 25045
25046;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25046;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25047;;;;;; "speedbar.el" (19278 4518)) 25047;;;;;; "speedbar.el" (19352 21358))
25048;;; Generated autoloads from speedbar.el 25048;;; Generated autoloads from speedbar.el
25049 25049
25050(defalias 'speedbar 'speedbar-frame-mode) 25050(defalias 'speedbar 'speedbar-frame-mode)
@@ -25069,7 +25069,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25069;;;*** 25069;;;***
25070 25070
25071;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25071;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25072;;;;;; "spell" "textmodes/spell.el" (19278 4529)) 25072;;;;;; "spell" "textmodes/spell.el" (19352 21358))
25073;;; Generated autoloads from textmodes/spell.el 25073;;; Generated autoloads from textmodes/spell.el
25074 25074
25075(put 'spell-filter 'risky-local-variable t) 25075(put 'spell-filter 'risky-local-variable t)
@@ -25113,8 +25113,8 @@ Check spelling of string supplied as argument.
25113 25113
25114;;;*** 25114;;;***
25115 25115
25116;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19278 25116;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19352
25117;;;;;; 4527)) 25117;;;;;; 21358))
25118;;; Generated autoloads from play/spook.el 25118;;; Generated autoloads from play/spook.el
25119 25119
25120(autoload 'spook "spook" "\ 25120(autoload 'spook "spook" "\
@@ -25132,8 +25132,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25132;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25132;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25133;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25133;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25134;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25134;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25135;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19278 25135;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19352
25136;;;;;; 4528)) 25136;;;;;; 21358))
25137;;; Generated autoloads from progmodes/sql.el 25137;;; Generated autoloads from progmodes/sql.el
25138 25138
25139(autoload 'sql-add-product-keywords "sql" "\ 25139(autoload 'sql-add-product-keywords "sql" "\
@@ -25560,7 +25560,7 @@ input. See `sql-interactive-mode'.
25560;;;*** 25560;;;***
25561 25561
25562;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25562;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25563;;;;;; (19278 4521)) 25563;;;;;; (19352 21358))
25564;;; Generated autoloads from cedet/srecode/srt-mode.el 25564;;; Generated autoloads from cedet/srecode/srt-mode.el
25565 25565
25566(autoload 'srecode-template-mode "srecode/srt-mode" "\ 25566(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -25576,8 +25576,8 @@ Major-mode for writing SRecode macros.
25576;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25576;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25577;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25577;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25578;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25578;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25579;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19278 25579;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19352
25580;;;;;; 4518)) 25580;;;;;; 21358))
25581;;; Generated autoloads from strokes.el 25581;;; Generated autoloads from strokes.el
25582 25582
25583(autoload 'strokes-global-set-stroke "strokes" "\ 25583(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25687,7 +25687,7 @@ Read a complex stroke and insert its glyph into the current buffer.
25687;;;*** 25687;;;***
25688 25688
25689;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25689;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25690;;;;;; "studly" "play/studly.el" (19259 35430)) 25690;;;;;; "studly" "play/studly.el" (19352 21358))
25691;;; Generated autoloads from play/studly.el 25691;;; Generated autoloads from play/studly.el
25692 25692
25693(autoload 'studlify-region "studly" "\ 25693(autoload 'studlify-region "studly" "\
@@ -25708,7 +25708,7 @@ Studlify-case the current buffer.
25708;;;*** 25708;;;***
25709 25709
25710;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 25710;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
25711;;;;;; (19278 4528)) 25711;;;;;; (19352 21358))
25712;;; Generated autoloads from progmodes/subword.el 25712;;; Generated autoloads from progmodes/subword.el
25713 25713
25714(autoload 'subword-mode "subword" "\ 25714(autoload 'subword-mode "subword" "\
@@ -25756,7 +25756,7 @@ See `subword-mode' for more information on Subword mode.
25756;;;*** 25756;;;***
25757 25757
25758;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25758;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25759;;;;;; (19278 4525)) 25759;;;;;; (19352 21358))
25760;;; Generated autoloads from mail/supercite.el 25760;;; Generated autoloads from mail/supercite.el
25761 25761
25762(autoload 'sc-cite-original "supercite" "\ 25762(autoload 'sc-cite-original "supercite" "\
@@ -25788,8 +25788,8 @@ and `sc-post-hook' is run after the guts of this function.
25788 25788
25789;;;*** 25789;;;***
25790 25790
25791;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19278 25791;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19352
25792;;;;;; 4518)) 25792;;;;;; 21359))
25793;;; Generated autoloads from t-mouse.el 25793;;; Generated autoloads from t-mouse.el
25794 25794
25795(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 25795(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -25816,7 +25816,7 @@ It relies on the `gpm' daemon being activated.
25816 25816
25817;;;*** 25817;;;***
25818 25818
25819;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19278 4518)) 25819;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19352 21358))
25820;;; Generated autoloads from tabify.el 25820;;; Generated autoloads from tabify.el
25821 25821
25822(autoload 'untabify "tabify" "\ 25822(autoload 'untabify "tabify" "\
@@ -25851,7 +25851,7 @@ The variable `tab-width' controls the spacing of tab stops.
25851;;;;;; table-recognize table-insert-row-column table-insert-column 25851;;;;;; table-recognize table-insert-row-column table-insert-column
25852;;;;;; table-insert-row table-insert table-point-left-cell-hook 25852;;;;;; table-insert-row table-insert table-point-left-cell-hook
25853;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25853;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25854;;;;;; "table" "textmodes/table.el" (19278 4529)) 25854;;;;;; "table" "textmodes/table.el" (19352 21358))
25855;;; Generated autoloads from textmodes/table.el 25855;;; Generated autoloads from textmodes/table.el
25856 25856
25857(defvar table-cell-map-hook nil "\ 25857(defvar table-cell-map-hook nil "\
@@ -26439,7 +26439,7 @@ converts a table into plain text without frames. It is a companion to
26439 26439
26440;;;*** 26440;;;***
26441 26441
26442;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19278 4518)) 26442;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19352 21358))
26443;;; Generated autoloads from talk.el 26443;;; Generated autoloads from talk.el
26444 26444
26445(autoload 'talk-connect "talk" "\ 26445(autoload 'talk-connect "talk" "\
@@ -26454,7 +26454,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
26454 26454
26455;;;*** 26455;;;***
26456 26456
26457;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19278 4518)) 26457;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19352 21358))
26458;;; Generated autoloads from tar-mode.el 26458;;; Generated autoloads from tar-mode.el
26459 26459
26460(autoload 'tar-mode "tar-mode" "\ 26460(autoload 'tar-mode "tar-mode" "\
@@ -26478,7 +26478,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26478;;;*** 26478;;;***
26479 26479
26480;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26480;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26481;;;;;; "progmodes/tcl.el" (19278 4528)) 26481;;;;;; "progmodes/tcl.el" (19352 21358))
26482;;; Generated autoloads from progmodes/tcl.el 26482;;; Generated autoloads from progmodes/tcl.el
26483 26483
26484(autoload 'tcl-mode "tcl" "\ 26484(autoload 'tcl-mode "tcl" "\
@@ -26529,7 +26529,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26529 26529
26530;;;*** 26530;;;***
26531 26531
26532;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19278 4526)) 26532;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19352 21358))
26533;;; Generated autoloads from net/telnet.el 26533;;; Generated autoloads from net/telnet.el
26534 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")) 26534 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)"))
26535 26535
@@ -26557,7 +26557,7 @@ Normally input is edited in Emacs and sent a line at a time.
26557;;;*** 26557;;;***
26558 26558
26559;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26559;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
26560;;;;;; (19287 14689)) 26560;;;;;; (19352 21358))
26561;;; Generated autoloads from term.el 26561;;; Generated autoloads from term.el
26562 26562
26563(autoload 'make-term "term" "\ 26563(autoload 'make-term "term" "\
@@ -26599,8 +26599,8 @@ use in that buffer.
26599 26599
26600;;;*** 26600;;;***
26601 26601
26602;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19278 26602;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19352
26603;;;;;; 4518)) 26603;;;;;; 21358))
26604;;; Generated autoloads from terminal.el 26604;;; Generated autoloads from terminal.el
26605 26605
26606(autoload 'terminal-emulator "terminal" "\ 26606(autoload 'terminal-emulator "terminal" "\
@@ -26637,7 +26637,7 @@ subprocess started.
26637;;;*** 26637;;;***
26638 26638
26639;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26639;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26640;;;;;; (19278 4521)) 26640;;;;;; (19352 21358))
26641;;; Generated autoloads from emacs-lisp/testcover.el 26641;;; Generated autoloads from emacs-lisp/testcover.el
26642 26642
26643(autoload 'testcover-this-defun "testcover" "\ 26643(autoload 'testcover-this-defun "testcover" "\
@@ -26647,7 +26647,7 @@ Start coverage on function under point.
26647 26647
26648;;;*** 26648;;;***
26649 26649
26650;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19278 4527)) 26650;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19352 21358))
26651;;; Generated autoloads from play/tetris.el 26651;;; Generated autoloads from play/tetris.el
26652 26652
26653(autoload 'tetris "tetris" "\ 26653(autoload 'tetris "tetris" "\
@@ -26678,7 +26678,7 @@ tetris-mode keybindings:
26678;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26678;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26679;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26679;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26680;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26680;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26681;;;;;; (19322 43578)) 26681;;;;;; (19352 21363))
26682;;; Generated autoloads from textmodes/tex-mode.el 26682;;; Generated autoloads from textmodes/tex-mode.el
26683 26683
26684(defvar tex-shell-file-name nil "\ 26684(defvar tex-shell-file-name nil "\
@@ -26980,7 +26980,7 @@ Major mode to edit DocTeX files.
26980;;;*** 26980;;;***
26981 26981
26982;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 26982;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
26983;;;;;; "texinfmt" "textmodes/texinfmt.el" (19278 4529)) 26983;;;;;; "texinfmt" "textmodes/texinfmt.el" (19352 21358))
26984;;; Generated autoloads from textmodes/texinfmt.el 26984;;; Generated autoloads from textmodes/texinfmt.el
26985 26985
26986(autoload 'texinfo-format-buffer "texinfmt" "\ 26986(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27020,7 +27020,7 @@ if large. You can use `Info-split' to do this manually.
27020;;;*** 27020;;;***
27021 27021
27022;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27022;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27023;;;;;; "texinfo" "textmodes/texinfo.el" (19278 4529)) 27023;;;;;; "texinfo" "textmodes/texinfo.el" (19352 21358))
27024;;; Generated autoloads from textmodes/texinfo.el 27024;;; Generated autoloads from textmodes/texinfo.el
27025 27025
27026(defvar texinfo-open-quote (purecopy "``") "\ 27026(defvar texinfo-open-quote (purecopy "``") "\
@@ -27106,7 +27106,7 @@ value of `texinfo-mode-hook'.
27106 27106
27107;;;### (autoloads (thai-composition-function thai-compose-buffer 27107;;;### (autoloads (thai-composition-function thai-compose-buffer
27108;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27108;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27109;;;;;; (19278 4524)) 27109;;;;;; (19352 21358))
27110;;; Generated autoloads from language/thai-util.el 27110;;; Generated autoloads from language/thai-util.el
27111 27111
27112(autoload 'thai-compose-region "thai-util" "\ 27112(autoload 'thai-compose-region "thai-util" "\
@@ -27135,7 +27135,7 @@ Not documented
27135 27135
27136;;;### (autoloads (list-at-point number-at-point symbol-at-point 27136;;;### (autoloads (list-at-point number-at-point symbol-at-point
27137;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27137;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27138;;;;;; "thingatpt" "thingatpt.el" (19278 4518)) 27138;;;;;; "thingatpt" "thingatpt.el" (19352 21358))
27139;;; Generated autoloads from thingatpt.el 27139;;; Generated autoloads from thingatpt.el
27140 27140
27141(autoload 'forward-thing "thingatpt" "\ 27141(autoload 'forward-thing "thingatpt" "\
@@ -27192,7 +27192,7 @@ Return the Lisp list at point, or nil if none is found.
27192 27192
27193;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27193;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27194;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27194;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27195;;;;;; (19278 4518)) 27195;;;;;; (19352 21359))
27196;;; Generated autoloads from thumbs.el 27196;;; Generated autoloads from thumbs.el
27197 27197
27198(autoload 'thumbs-find-thumb "thumbs" "\ 27198(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27230,8 +27230,8 @@ In dired, call the setroot program on the image at point.
27230;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 27230;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27231;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27231;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27232;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27232;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27233;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19278 27233;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19352
27234;;;;;; 4524)) 27234;;;;;; 21359))
27235;;; Generated autoloads from language/tibet-util.el 27235;;; Generated autoloads from language/tibet-util.el
27236 27236
27237(autoload 'tibetan-char-p "tibet-util" "\ 27237(autoload 'tibetan-char-p "tibet-util" "\
@@ -27305,7 +27305,7 @@ Not documented
27305;;;*** 27305;;;***
27306 27306
27307;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27307;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27308;;;;;; (19278 4529)) 27308;;;;;; (19352 21359))
27309;;; Generated autoloads from textmodes/tildify.el 27309;;; Generated autoloads from textmodes/tildify.el
27310 27310
27311(autoload 'tildify-region "tildify" "\ 27311(autoload 'tildify-region "tildify" "\
@@ -27330,7 +27330,7 @@ This function performs no refilling of the changed text.
27330 27330
27331;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27331;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27332;;;;;; display-time-mode display-time display-time-day-and-date) 27332;;;;;; display-time-mode display-time display-time-day-and-date)
27333;;;;;; "time" "time.el" (19278 4518)) 27333;;;;;; "time" "time.el" (19352 21359))
27334;;; Generated autoloads from time.el 27334;;; Generated autoloads from time.el
27335 27335
27336(defvar display-time-day-and-date nil "\ 27336(defvar display-time-day-and-date nil "\
@@ -27393,7 +27393,7 @@ Return a string giving the duration of the Emacs initialization.
27393;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27393;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
27394;;;;;; time-add time-subtract time-since days-to-time time-less-p 27394;;;;;; time-add time-subtract time-since days-to-time time-less-p
27395;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 27395;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27396;;;;;; (19284 35750)) 27396;;;;;; (19352 21359))
27397;;; Generated autoloads from calendar/time-date.el 27397;;; Generated autoloads from calendar/time-date.el
27398 27398
27399(autoload 'date-to-time "time-date" "\ 27399(autoload 'date-to-time "time-date" "\
@@ -27506,7 +27506,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
27506;;;*** 27506;;;***
27507 27507
27508;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27508;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27509;;;;;; "time-stamp.el" (19278 4518)) 27509;;;;;; "time-stamp.el" (19352 21359))
27510;;; Generated autoloads from time-stamp.el 27510;;; Generated autoloads from time-stamp.el
27511(put 'time-stamp-format 'safe-local-variable 'stringp) 27511(put 'time-stamp-format 'safe-local-variable 'stringp)
27512(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27512(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -27550,7 +27550,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27550;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27550;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27551;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27551;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27552;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27552;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27553;;;;;; (19278 4519)) 27553;;;;;; (19352 21359))
27554;;; Generated autoloads from calendar/timeclock.el 27554;;; Generated autoloads from calendar/timeclock.el
27555 27555
27556(autoload 'timeclock-modeline-display "timeclock" "\ 27556(autoload 'timeclock-modeline-display "timeclock" "\
@@ -27650,7 +27650,7 @@ relative only to the time worked today, and not to past time.
27650;;;*** 27650;;;***
27651 27651
27652;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27652;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27653;;;;;; "international/titdic-cnv.el" (19278 4524)) 27653;;;;;; "international/titdic-cnv.el" (19352 21359))
27654;;; Generated autoloads from international/titdic-cnv.el 27654;;; Generated autoloads from international/titdic-cnv.el
27655 27655
27656(autoload 'titdic-convert "titdic-cnv" "\ 27656(autoload 'titdic-convert "titdic-cnv" "\
@@ -27673,7 +27673,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27673;;;*** 27673;;;***
27674 27674
27675;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27675;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27676;;;;;; "tmm.el" (19278 4518)) 27676;;;;;; "tmm.el" (19352 21359))
27677;;; Generated autoloads from tmm.el 27677;;; Generated autoloads from tmm.el
27678 (define-key global-map "\M-`" 'tmm-menubar) 27678 (define-key global-map "\M-`" 'tmm-menubar)
27679 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27679 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27713,7 +27713,7 @@ Its value should be an event that has a binding in MENU.
27713 27713
27714;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27714;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27715;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27715;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27716;;;;;; "todo-mode" "calendar/todo-mode.el" (19278 4519)) 27716;;;;;; "todo-mode" "calendar/todo-mode.el" (19352 21359))
27717;;; Generated autoloads from calendar/todo-mode.el 27717;;; Generated autoloads from calendar/todo-mode.el
27718 27718
27719(autoload 'todo-add-category "todo-mode" "\ 27719(autoload 'todo-add-category "todo-mode" "\
@@ -27775,7 +27775,7 @@ Show TODO list.
27775 27775
27776;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27776;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27777;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 27777;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
27778;;;;;; "tool-bar" "tool-bar.el" (19278 4518)) 27778;;;;;; "tool-bar" "tool-bar.el" (19352 21359))
27779;;; Generated autoloads from tool-bar.el 27779;;; Generated autoloads from tool-bar.el
27780 27780
27781(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 27781(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -27848,7 +27848,7 @@ holds a keymap.
27848;;;*** 27848;;;***
27849 27849
27850;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27850;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27851;;;;;; (19278 4522)) 27851;;;;;; (19352 21359))
27852;;; Generated autoloads from emulation/tpu-edt.el 27852;;; Generated autoloads from emulation/tpu-edt.el
27853 27853
27854(defvar tpu-edt-mode nil "\ 27854(defvar tpu-edt-mode nil "\
@@ -27875,7 +27875,7 @@ Turn on TPU/edt emulation.
27875;;;*** 27875;;;***
27876 27876
27877;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 27877;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
27878;;;;;; (19278 4522)) 27878;;;;;; (19352 21359))
27879;;; Generated autoloads from emulation/tpu-mapper.el 27879;;; Generated autoloads from emulation/tpu-mapper.el
27880 27880
27881(autoload 'tpu-mapper "tpu-mapper" "\ 27881(autoload 'tpu-mapper "tpu-mapper" "\
@@ -27909,7 +27909,7 @@ your local X guru can try to figure out why the key is being ignored.
27909 27909
27910;;;*** 27910;;;***
27911 27911
27912;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19278 4521)) 27912;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19352 21359))
27913;;; Generated autoloads from emacs-lisp/tq.el 27913;;; Generated autoloads from emacs-lisp/tq.el
27914 27914
27915(autoload 'tq-create "tq" "\ 27915(autoload 'tq-create "tq" "\
@@ -27923,7 +27923,7 @@ to a tcp server on another machine.
27923;;;*** 27923;;;***
27924 27924
27925;;;### (autoloads (trace-function-background trace-function trace-buffer) 27925;;;### (autoloads (trace-function-background trace-function trace-buffer)
27926;;;;;; "trace" "emacs-lisp/trace.el" (19278 4521)) 27926;;;;;; "trace" "emacs-lisp/trace.el" (19352 21359))
27927;;; Generated autoloads from emacs-lisp/trace.el 27927;;; Generated autoloads from emacs-lisp/trace.el
27928 27928
27929(defvar trace-buffer (purecopy "*trace-output*") "\ 27929(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -27960,7 +27960,7 @@ BUFFER defaults to `trace-buffer'.
27960;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27960;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27961;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27961;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27962;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 27962;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
27963;;;;;; "net/tramp.el" (19330 42052)) 27963;;;;;; "net/tramp.el" (19352 21361))
27964;;; Generated autoloads from net/tramp.el 27964;;; Generated autoloads from net/tramp.el
27965 27965
27966(defvar tramp-mode t "\ 27966(defvar tramp-mode t "\
@@ -28093,7 +28093,7 @@ Discard Tramp from loading remote files.
28093;;;*** 28093;;;***
28094 28094
28095;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28095;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28096;;;;;; (19278 4526)) 28096;;;;;; (19352 21359))
28097;;; Generated autoloads from net/tramp-ftp.el 28097;;; Generated autoloads from net/tramp-ftp.el
28098 28098
28099(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28099(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28103,8 +28103,8 @@ Not documented
28103 28103
28104;;;*** 28104;;;***
28105 28105
28106;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19278 28106;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19352
28107;;;;;; 4518)) 28107;;;;;; 21359))
28108;;; Generated autoloads from tutorial.el 28108;;; Generated autoloads from tutorial.el
28109 28109
28110(autoload 'help-with-tutorial "tutorial" "\ 28110(autoload 'help-with-tutorial "tutorial" "\
@@ -28129,7 +28129,7 @@ resumed later.
28129;;;*** 28129;;;***
28130 28130
28131;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28131;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28132;;;;;; (19278 4524)) 28132;;;;;; (19352 21359))
28133;;; Generated autoloads from language/tv-util.el 28133;;; Generated autoloads from language/tv-util.el
28134 28134
28135(autoload 'tai-viet-composition-function "tv-util" "\ 28135(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28140,7 +28140,7 @@ Not documented
28140;;;*** 28140;;;***
28141 28141
28142;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28142;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28143;;;;;; "textmodes/two-column.el" (19278 4529)) 28143;;;;;; "textmodes/two-column.el" (19352 21359))
28144;;; Generated autoloads from textmodes/two-column.el 28144;;; Generated autoloads from textmodes/two-column.el
28145 (autoload '2C-command "two-column" () t 'keymap) 28145 (autoload '2C-command "two-column" () t 'keymap)
28146 (global-set-key "\C-x6" '2C-command) 28146 (global-set-key "\C-x6" '2C-command)
@@ -28191,7 +28191,7 @@ First column's text sSs Second column's text
28191;;;;;; type-break type-break-mode type-break-keystroke-threshold 28191;;;;;; type-break type-break-mode type-break-keystroke-threshold
28192;;;;;; type-break-good-break-interval type-break-good-rest-interval 28192;;;;;; type-break-good-break-interval type-break-good-rest-interval
28193;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 28193;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28194;;;;;; (19278 4518)) 28194;;;;;; (19352 21359))
28195;;; Generated autoloads from type-break.el 28195;;; Generated autoloads from type-break.el
28196 28196
28197(defvar type-break-mode nil "\ 28197(defvar type-break-mode nil "\
@@ -28373,7 +28373,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28373 28373
28374;;;*** 28374;;;***
28375 28375
28376;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19278 4525)) 28376;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19352 21359))
28377;;; Generated autoloads from mail/uce.el 28377;;; Generated autoloads from mail/uce.el
28378 28378
28379(autoload 'uce-reply-to-uce "uce" "\ 28379(autoload 'uce-reply-to-uce "uce" "\
@@ -28391,7 +28391,7 @@ You might need to set `uce-mail-reader' before using this.
28391;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 28391;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28392;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 28392;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28393;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 28393;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28394;;;;;; "international/ucs-normalize.el" (19278 4524)) 28394;;;;;; "international/ucs-normalize.el" (19352 21359))
28395;;; Generated autoloads from international/ucs-normalize.el 28395;;; Generated autoloads from international/ucs-normalize.el
28396 28396
28397(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 28397(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -28457,7 +28457,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28457;;;*** 28457;;;***
28458 28458
28459;;;### (autoloads (ununderline-region underline-region) "underline" 28459;;;### (autoloads (ununderline-region underline-region) "underline"
28460;;;;;; "textmodes/underline.el" (19278 4529)) 28460;;;;;; "textmodes/underline.el" (19352 21359))
28461;;; Generated autoloads from textmodes/underline.el 28461;;; Generated autoloads from textmodes/underline.el
28462 28462
28463(autoload 'underline-region "underline" "\ 28463(autoload 'underline-region "underline" "\
@@ -28478,7 +28478,7 @@ which specify the range to operate on.
28478;;;*** 28478;;;***
28479 28479
28480;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28480;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28481;;;;;; (19278 4525)) 28481;;;;;; (19352 21359))
28482;;; Generated autoloads from mail/unrmail.el 28482;;; Generated autoloads from mail/unrmail.el
28483 28483
28484(autoload 'batch-unrmail "unrmail" "\ 28484(autoload 'batch-unrmail "unrmail" "\
@@ -28497,8 +28497,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
28497 28497
28498;;;*** 28498;;;***
28499 28499
28500;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19278 28500;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19352
28501;;;;;; 4521)) 28501;;;;;; 21359))
28502;;; Generated autoloads from emacs-lisp/unsafep.el 28502;;; Generated autoloads from emacs-lisp/unsafep.el
28503 28503
28504(autoload 'unsafep "unsafep" "\ 28504(autoload 'unsafep "unsafep" "\
@@ -28511,7 +28511,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28511;;;*** 28511;;;***
28512 28512
28513;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28513;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28514;;;;;; "url/url.el" (19278 4529)) 28514;;;;;; "url/url.el" (19352 21359))
28515;;; Generated autoloads from url/url.el 28515;;; Generated autoloads from url/url.el
28516 28516
28517(autoload 'url-retrieve "url" "\ 28517(autoload 'url-retrieve "url" "\
@@ -28551,7 +28551,7 @@ no further processing). URL is either a string or a parsed URL.
28551;;;*** 28551;;;***
28552 28552
28553;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28553;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28554;;;;;; "url-auth" "url/url-auth.el" (19278 4529)) 28554;;;;;; "url-auth" "url/url-auth.el" (19352 21359))
28555;;; Generated autoloads from url/url-auth.el 28555;;; Generated autoloads from url/url-auth.el
28556 28556
28557(autoload 'url-get-authentication "url-auth" "\ 28557(autoload 'url-get-authentication "url-auth" "\
@@ -28593,8 +28593,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28593;;;*** 28593;;;***
28594 28594
28595;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28595;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28596;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19278 28596;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19352
28597;;;;;; 4529)) 28597;;;;;; 21359))
28598;;; Generated autoloads from url/url-cache.el 28598;;; Generated autoloads from url/url-cache.el
28599 28599
28600(autoload 'url-store-in-cache "url-cache" "\ 28600(autoload 'url-store-in-cache "url-cache" "\
@@ -28619,7 +28619,7 @@ Return t if a cached file has expired.
28619 28619
28620;;;*** 28620;;;***
28621 28621
28622;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19278 4529)) 28622;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19352 21359))
28623;;; Generated autoloads from url/url-cid.el 28623;;; Generated autoloads from url/url-cid.el
28624 28624
28625(autoload 'url-cid "url-cid" "\ 28625(autoload 'url-cid "url-cid" "\
@@ -28630,7 +28630,7 @@ Not documented
28630;;;*** 28630;;;***
28631 28631
28632;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28632;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28633;;;;;; "url/url-dav.el" (19278 4529)) 28633;;;;;; "url/url-dav.el" (19352 21359))
28634;;; Generated autoloads from url/url-dav.el 28634;;; Generated autoloads from url/url-dav.el
28635 28635
28636(autoload 'url-dav-supported-p "url-dav" "\ 28636(autoload 'url-dav-supported-p "url-dav" "\
@@ -28645,8 +28645,8 @@ Not documented
28645 28645
28646;;;*** 28646;;;***
28647 28647
28648;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19278 28648;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19352
28649;;;;;; 4529)) 28649;;;;;; 21359))
28650;;; Generated autoloads from url/url-file.el 28650;;; Generated autoloads from url/url-file.el
28651 28651
28652(autoload 'url-file "url-file" "\ 28652(autoload 'url-file "url-file" "\
@@ -28657,7 +28657,7 @@ Handle file: and ftp: URLs.
28657;;;*** 28657;;;***
28658 28658
28659;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28659;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28660;;;;;; "url/url-gw.el" (19278 4529)) 28660;;;;;; "url/url-gw.el" (19352 21359))
28661;;; Generated autoloads from url/url-gw.el 28661;;; Generated autoloads from url/url-gw.el
28662 28662
28663(autoload 'url-gateway-nslookup-host "url-gw" "\ 28663(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28677,7 +28677,7 @@ Might do a non-blocking connection; use `process-status' to check.
28677 28677
28678;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28678;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28679;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28679;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
28680;;;;;; (19278 4529)) 28680;;;;;; (19352 21359))
28681;;; Generated autoloads from url/url-handlers.el 28681;;; Generated autoloads from url/url-handlers.el
28682 28682
28683(defvar url-handler-mode nil "\ 28683(defvar url-handler-mode nil "\
@@ -28729,7 +28729,7 @@ Not documented
28729;;;*** 28729;;;***
28730 28730
28731;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28731;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28732;;;;;; url-http) "url-http" "url/url-http.el" (19278 4529)) 28732;;;;;; url-http) "url-http" "url/url-http.el" (19352 21359))
28733;;; Generated autoloads from url/url-http.el 28733;;; Generated autoloads from url/url-http.el
28734 28734
28735(autoload 'url-http "url-http" "\ 28735(autoload 'url-http "url-http" "\
@@ -28795,7 +28795,7 @@ HTTPS retrievals are asynchronous.")
28795 28795
28796;;;*** 28796;;;***
28797 28797
28798;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19278 4529)) 28798;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19352 21359))
28799;;; Generated autoloads from url/url-irc.el 28799;;; Generated autoloads from url/url-irc.el
28800 28800
28801(autoload 'url-irc "url-irc" "\ 28801(autoload 'url-irc "url-irc" "\
@@ -28805,8 +28805,8 @@ Not documented
28805 28805
28806;;;*** 28806;;;***
28807 28807
28808;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19278 28808;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19352
28809;;;;;; 4529)) 28809;;;;;; 21359))
28810;;; Generated autoloads from url/url-ldap.el 28810;;; Generated autoloads from url/url-ldap.el
28811 28811
28812(autoload 'url-ldap "url-ldap" "\ 28812(autoload 'url-ldap "url-ldap" "\
@@ -28820,7 +28820,7 @@ URL can be a URL string, or a URL vector of the type returned by
28820;;;*** 28820;;;***
28821 28821
28822;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28822;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28823;;;;;; (19278 4529)) 28823;;;;;; (19352 21359))
28824;;; Generated autoloads from url/url-mailto.el 28824;;; Generated autoloads from url/url-mailto.el
28825 28825
28826(autoload 'url-mail "url-mailto" "\ 28826(autoload 'url-mail "url-mailto" "\
@@ -28836,7 +28836,7 @@ Handle the mailto: URL syntax.
28836;;;*** 28836;;;***
28837 28837
28838;;;### (autoloads (url-data url-generic-emulator-loader url-info 28838;;;### (autoloads (url-data url-generic-emulator-loader url-info
28839;;;;;; url-man) "url-misc" "url/url-misc.el" (19278 4529)) 28839;;;;;; url-man) "url-misc" "url/url-misc.el" (19352 21359))
28840;;; Generated autoloads from url/url-misc.el 28840;;; Generated autoloads from url/url-misc.el
28841 28841
28842(autoload 'url-man "url-misc" "\ 28842(autoload 'url-man "url-misc" "\
@@ -28868,7 +28868,7 @@ Fetch a data URL (RFC 2397).
28868;;;*** 28868;;;***
28869 28869
28870;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28870;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28871;;;;;; (19278 4529)) 28871;;;;;; (19352 21359))
28872;;; Generated autoloads from url/url-news.el 28872;;; Generated autoloads from url/url-news.el
28873 28873
28874(autoload 'url-news "url-news" "\ 28874(autoload 'url-news "url-news" "\
@@ -28885,7 +28885,7 @@ Not documented
28885 28885
28886;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28886;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28887;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28887;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28888;;;;;; (19278 4529)) 28888;;;;;; (19352 21359))
28889;;; Generated autoloads from url/url-ns.el 28889;;; Generated autoloads from url/url-ns.el
28890 28890
28891(autoload 'isPlainHostName "url-ns" "\ 28891(autoload 'isPlainHostName "url-ns" "\
@@ -28926,7 +28926,7 @@ Not documented
28926;;;*** 28926;;;***
28927 28927
28928;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28928;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28929;;;;;; "url/url-parse.el" (19278 4529)) 28929;;;;;; "url/url-parse.el" (19352 21359))
28930;;; Generated autoloads from url/url-parse.el 28930;;; Generated autoloads from url/url-parse.el
28931 28931
28932(autoload 'url-recreate-url "url-parse" "\ 28932(autoload 'url-recreate-url "url-parse" "\
@@ -28944,7 +28944,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
28944;;;*** 28944;;;***
28945 28945
28946;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 28946;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
28947;;;;;; (19278 4529)) 28947;;;;;; (19352 21359))
28948;;; Generated autoloads from url/url-privacy.el 28948;;; Generated autoloads from url/url-privacy.el
28949 28949
28950(autoload 'url-setup-privacy-info "url-privacy" "\ 28950(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -28960,7 +28960,7 @@ Setup variables that expose info about you and your system.
28960;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 28960;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
28961;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 28961;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
28962;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 28962;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
28963;;;;;; "url-util" "url/url-util.el" (19291 31989)) 28963;;;;;; "url-util" "url/url-util.el" (19352 21359))
28964;;; Generated autoloads from url/url-util.el 28964;;; Generated autoloads from url/url-util.el
28965 28965
28966(defvar url-debug nil "\ 28966(defvar url-debug nil "\
@@ -29096,7 +29096,7 @@ This uses `url-current-object', set locally to the buffer.
29096;;;*** 29096;;;***
29097 29097
29098;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29098;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29099;;;;;; "userlock" "userlock.el" (19278 4518)) 29099;;;;;; "userlock" "userlock.el" (19352 21359))
29100;;; Generated autoloads from userlock.el 29100;;; Generated autoloads from userlock.el
29101 29101
29102(autoload 'ask-user-about-lock "userlock" "\ 29102(autoload 'ask-user-about-lock "userlock" "\
@@ -29126,7 +29126,7 @@ The buffer in question is current when this function is called.
29126 29126
29127;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29127;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29128;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29128;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29129;;;;;; "utf-7" "international/utf-7.el" (19278 4524)) 29129;;;;;; "utf-7" "international/utf-7.el" (19352 21359))
29130;;; Generated autoloads from international/utf-7.el 29130;;; Generated autoloads from international/utf-7.el
29131 29131
29132(autoload 'utf-7-post-read-conversion "utf-7" "\ 29132(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29153,7 +29153,7 @@ Not documented
29153 29153
29154;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29154;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29155;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29155;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29156;;;;;; (19278 4525)) 29156;;;;;; (19352 21359))
29157;;; Generated autoloads from mail/uudecode.el 29157;;; Generated autoloads from mail/uudecode.el
29158 29158
29159(autoload 'uudecode-decode-region-external "uudecode" "\ 29159(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29183,7 +29183,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29183;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window 29183;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window
29184;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action 29184;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action
29185;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 29185;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
29186;;;;;; "vc" "vc.el" (19283 36396)) 29186;;;;;; "vc" "vc.el" (19352 21359))
29187;;; Generated autoloads from vc.el 29187;;; Generated autoloads from vc.el
29188 29188
29189(defvar vc-checkout-hook nil "\ 29189(defvar vc-checkout-hook nil "\
@@ -29416,8 +29416,8 @@ Return the branch part of a revision number REV.
29416 29416
29417;;;*** 29417;;;***
29418 29418
29419;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19293 29419;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19352
29420;;;;;; 49653)) 29420;;;;;; 21359))
29421;;; Generated autoloads from vc-annotate.el 29421;;; Generated autoloads from vc-annotate.el
29422 29422
29423(autoload 'vc-annotate "vc-annotate" "\ 29423(autoload 'vc-annotate "vc-annotate" "\
@@ -29452,7 +29452,7 @@ mode-specific menu. `vc-annotate-color-map' and
29452 29452
29453;;;*** 29453;;;***
29454 29454
29455;;;### (autoloads nil "vc-arch" "vc-arch.el" (19279 36173)) 29455;;;### (autoloads nil "vc-arch" "vc-arch.el" (19352 21359))
29456;;; Generated autoloads from vc-arch.el 29456;;; Generated autoloads from vc-arch.el
29457 (defun vc-arch-registered (file) 29457 (defun vc-arch-registered (file)
29458 (if (vc-find-root file "{arch}/=tagging-method") 29458 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29462,7 +29462,7 @@ mode-specific menu. `vc-annotate-color-map' and
29462 29462
29463;;;*** 29463;;;***
29464 29464
29465;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19324 59407)) 29465;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19352 21363))
29466;;; Generated autoloads from vc-bzr.el 29466;;; Generated autoloads from vc-bzr.el
29467 29467
29468(defconst vc-bzr-admin-dirname ".bzr" "\ 29468(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -29477,7 +29477,7 @@ Name of the directory containing Bzr repository status files.")
29477 29477
29478;;;*** 29478;;;***
29479 29479
29480;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19327 809)) 29480;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19352 21363))
29481;;; Generated autoloads from vc-cvs.el 29481;;; Generated autoloads from vc-cvs.el
29482 (defun vc-cvs-registered (f) 29482 (defun vc-cvs-registered (f)
29483 (when (file-readable-p (expand-file-name 29483 (when (file-readable-p (expand-file-name
@@ -29487,7 +29487,7 @@ Name of the directory containing Bzr repository status files.")
29487 29487
29488;;;*** 29488;;;***
29489 29489
29490;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19283 36396)) 29490;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19352 21359))
29491;;; Generated autoloads from vc-dir.el 29491;;; Generated autoloads from vc-dir.el
29492 29492
29493(autoload 'vc-dir "vc-dir" "\ 29493(autoload 'vc-dir "vc-dir" "\
@@ -29512,7 +29512,7 @@ These are the commands available for use in the file status buffer:
29512;;;*** 29512;;;***
29513 29513
29514;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 29514;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
29515;;;;;; (19282 12605)) 29515;;;;;; (19352 21359))
29516;;; Generated autoloads from vc-dispatcher.el 29516;;; Generated autoloads from vc-dispatcher.el
29517 29517
29518(autoload 'vc-do-command "vc-dispatcher" "\ 29518(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29535,18 +29535,18 @@ case, and the process object in the asynchronous case.
29535 29535
29536;;;*** 29536;;;***
29537 29537
29538;;;### (autoloads nil "vc-git" "vc-git.el" (19293 49653)) 29538;;;### (autoloads nil "vc-git" "vc-git.el" (19352 21362))
29539;;; Generated autoloads from vc-git.el 29539;;; Generated autoloads from vc-git.el
29540 (defun vc-git-registered (file) 29540 (defun vc-git-registered (file)
29541 "Return non-nil if FILE is registered with git." 29541 "Return non-nil if FILE is registered with git."
29542 (if (vc-find-root file ".git") ; short cut 29542 (if (vc-find-root file ".git") ; Short cut.
29543 (progn 29543 (progn
29544 (load "vc-git") 29544 (load "vc-git")
29545 (vc-git-registered file)))) 29545 (vc-git-registered file))))
29546 29546
29547;;;*** 29547;;;***
29548 29548
29549;;;### (autoloads nil "vc-hg" "vc-hg.el" (19278 4518)) 29549;;;### (autoloads nil "vc-hg" "vc-hg.el" (19352 21359))
29550;;; Generated autoloads from vc-hg.el 29550;;; Generated autoloads from vc-hg.el
29551 (defun vc-hg-registered (file) 29551 (defun vc-hg-registered (file)
29552 "Return non-nil if FILE is registered with hg." 29552 "Return non-nil if FILE is registered with hg."
@@ -29557,7 +29557,7 @@ case, and the process object in the asynchronous case.
29557 29557
29558;;;*** 29558;;;***
29559 29559
29560;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19278 4518)) 29560;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19352 21359))
29561;;; Generated autoloads from vc-mtn.el 29561;;; Generated autoloads from vc-mtn.el
29562 29562
29563(defconst vc-mtn-admin-dir "_MTN") 29563(defconst vc-mtn-admin-dir "_MTN")
@@ -29572,7 +29572,7 @@ case, and the process object in the asynchronous case.
29572;;;*** 29572;;;***
29573 29573
29574;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29574;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29575;;;;;; (19278 4518)) 29575;;;;;; (19352 21359))
29576;;; Generated autoloads from vc-rcs.el 29576;;; Generated autoloads from vc-rcs.el
29577 29577
29578(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29578(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -29586,7 +29586,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29586;;;*** 29586;;;***
29587 29587
29588;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29588;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29589;;;;;; (19278 4518)) 29589;;;;;; (19352 21359))
29590;;; Generated autoloads from vc-sccs.el 29590;;; Generated autoloads from vc-sccs.el
29591 29591
29592(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29592(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -29603,7 +29603,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29603 29603
29604;;;*** 29604;;;***
29605 29605
29606;;;### (autoloads nil "vc-svn" "vc-svn.el" (19308 49976)) 29606;;;### (autoloads nil "vc-svn" "vc-svn.el" (19352 21360))
29607;;; Generated autoloads from vc-svn.el 29607;;; Generated autoloads from vc-svn.el
29608 (defun vc-svn-registered (f) 29608 (defun vc-svn-registered (f)
29609 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29609 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29619,7 +29619,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29619;;;*** 29619;;;***
29620 29620
29621;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29621;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29622;;;;;; (19278 4528)) 29622;;;;;; (19352 21359))
29623;;; Generated autoloads from progmodes/vera-mode.el 29623;;; Generated autoloads from progmodes/vera-mode.el
29624 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29624 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29625 29625
@@ -29677,7 +29677,7 @@ Key bindings:
29677;;;*** 29677;;;***
29678 29678
29679;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29679;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
29680;;;;;; (19278 4528)) 29680;;;;;; (19352 21359))
29681;;; Generated autoloads from progmodes/verilog-mode.el 29681;;; Generated autoloads from progmodes/verilog-mode.el
29682 29682
29683(autoload 'verilog-mode "verilog-mode" "\ 29683(autoload 'verilog-mode "verilog-mode" "\
@@ -29814,7 +29814,7 @@ Key bindings specific to `verilog-mode-map' are:
29814;;;*** 29814;;;***
29815 29815
29816;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29816;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29817;;;;;; (19278 4528)) 29817;;;;;; (19352 21359))
29818;;; Generated autoloads from progmodes/vhdl-mode.el 29818;;; Generated autoloads from progmodes/vhdl-mode.el
29819 29819
29820(autoload 'vhdl-mode "vhdl-mode" "\ 29820(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30355,7 +30355,7 @@ Key bindings:
30355 30355
30356;;;*** 30356;;;***
30357 30357
30358;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19259 35432)) 30358;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19352 21359))
30359;;; Generated autoloads from emulation/vi.el 30359;;; Generated autoloads from emulation/vi.el
30360 30360
30361(autoload 'vi-mode "vi" "\ 30361(autoload 'vi-mode "vi" "\
@@ -30410,7 +30410,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30410;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30410;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30411;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30411;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30412;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30412;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30413;;;;;; "language/viet-util.el" (19278 4524)) 30413;;;;;; "language/viet-util.el" (19352 21359))
30414;;; Generated autoloads from language/viet-util.el 30414;;; Generated autoloads from language/viet-util.el
30415 30415
30416(autoload 'viet-encode-viscii-char "viet-util" "\ 30416(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -30458,7 +30458,7 @@ Not documented
30458;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 30458;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30459;;;;;; view-buffer view-file-other-frame view-file-other-window 30459;;;;;; view-buffer view-file-other-frame view-file-other-window
30460;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 30460;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30461;;;;;; "view" "view.el" (19278 4518)) 30461;;;;;; "view" "view.el" (19352 21359))
30462;;; Generated autoloads from view.el 30462;;; Generated autoloads from view.el
30463 30463
30464(defvar view-remove-frame-by-deleting t "\ 30464(defvar view-remove-frame-by-deleting t "\
@@ -30704,8 +30704,8 @@ Exit View mode and make the current buffer editable.
30704 30704
30705;;;*** 30705;;;***
30706 30706
30707;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19278 30707;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19352
30708;;;;;; 4522)) 30708;;;;;; 21359))
30709;;; Generated autoloads from emulation/vip.el 30709;;; Generated autoloads from emulation/vip.el
30710 30710
30711(autoload 'vip-setup "vip" "\ 30711(autoload 'vip-setup "vip" "\
@@ -30721,7 +30721,7 @@ Turn on VIP emulation of VI.
30721;;;*** 30721;;;***
30722 30722
30723;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30723;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30724;;;;;; (19278 4522)) 30724;;;;;; (19352 21359))
30725;;; Generated autoloads from emulation/viper.el 30725;;; Generated autoloads from emulation/viper.el
30726 30726
30727(autoload 'toggle-viper-mode "viper" "\ 30727(autoload 'toggle-viper-mode "viper" "\
@@ -30738,7 +30738,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
30738;;;*** 30738;;;***
30739 30739
30740;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30740;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
30741;;;;;; (19320 64906)) 30741;;;;;; (19352 21359))
30742;;; Generated autoloads from emacs-lisp/warnings.el 30742;;; Generated autoloads from emacs-lisp/warnings.el
30743 30743
30744(defvar warning-prefix-function nil "\ 30744(defvar warning-prefix-function nil "\
@@ -30828,7 +30828,7 @@ this is equivalent to `display-warning', using
30828;;;*** 30828;;;***
30829 30829
30830;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30830;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30831;;;;;; (19278 4518)) 30831;;;;;; (19352 21359))
30832;;; Generated autoloads from wdired.el 30832;;; Generated autoloads from wdired.el
30833 30833
30834(autoload 'wdired-change-to-wdired-mode "wdired" "\ 30834(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -30844,7 +30844,7 @@ See `wdired-mode'.
30844 30844
30845;;;*** 30845;;;***
30846 30846
30847;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19278 4526)) 30847;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19352 21359))
30848;;; Generated autoloads from net/webjump.el 30848;;; Generated autoloads from net/webjump.el
30849 30849
30850(autoload 'webjump "webjump" "\ 30850(autoload 'webjump "webjump" "\
@@ -30861,7 +30861,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30861;;;*** 30861;;;***
30862 30862
30863;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30863;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30864;;;;;; (19278 4528)) 30864;;;;;; (19352 21359))
30865;;; Generated autoloads from progmodes/which-func.el 30865;;; Generated autoloads from progmodes/which-func.el
30866 (put 'which-func-format 'risky-local-variable t) 30866 (put 'which-func-format 'risky-local-variable t)
30867 (put 'which-func-current 'risky-local-variable t) 30867 (put 'which-func-current 'risky-local-variable t)
@@ -30892,7 +30892,7 @@ and off otherwise.
30892;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 30892;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
30893;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 30893;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
30894;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 30894;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
30895;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19284 35872)) 30895;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19352 21359))
30896;;; Generated autoloads from whitespace.el 30896;;; Generated autoloads from whitespace.el
30897 30897
30898(autoload 'whitespace-mode "whitespace" "\ 30898(autoload 'whitespace-mode "whitespace" "\
@@ -31291,7 +31291,7 @@ cleaning up these problems.
31291;;;*** 31291;;;***
31292 31292
31293;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31293;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31294;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19278 4518)) 31294;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19352 21359))
31295;;; Generated autoloads from wid-browse.el 31295;;; Generated autoloads from wid-browse.el
31296 31296
31297(autoload 'widget-browse-at "wid-browse" "\ 31297(autoload 'widget-browse-at "wid-browse" "\
@@ -31318,8 +31318,8 @@ With arg, turn widget mode on if and only if arg is positive.
31318;;;*** 31318;;;***
31319 31319
31320;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31320;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31321;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19280 31321;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19352
31322;;;;;; 40239)) 31322;;;;;; 21359))
31323;;; Generated autoloads from wid-edit.el 31323;;; Generated autoloads from wid-edit.el
31324 31324
31325(autoload 'widgetp "wid-edit" "\ 31325(autoload 'widgetp "wid-edit" "\
@@ -31362,8 +31362,8 @@ Setup current buffer so editing string widgets works.
31362;;;*** 31362;;;***
31363 31363
31364;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31364;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
31365;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19278 31365;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19352
31366;;;;;; 4518)) 31366;;;;;; 21359))
31367;;; Generated autoloads from windmove.el 31367;;; Generated autoloads from windmove.el
31368 31368
31369(autoload 'windmove-left "windmove" "\ 31369(autoload 'windmove-left "windmove" "\
@@ -31416,7 +31416,7 @@ Default MODIFIER is 'shift.
31416;;;*** 31416;;;***
31417 31417
31418;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 31418;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
31419;;;;;; (19278 4518)) 31419;;;;;; (19352 21359))
31420;;; Generated autoloads from winner.el 31420;;; Generated autoloads from winner.el
31421 31421
31422(defvar winner-mode nil "\ 31422(defvar winner-mode nil "\
@@ -31435,7 +31435,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31435;;;*** 31435;;;***
31436 31436
31437;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31437;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31438;;;;;; "woman" "woman.el" (19278 4518)) 31438;;;;;; "woman" "woman.el" (19352 21359))
31439;;; Generated autoloads from woman.el 31439;;; Generated autoloads from woman.el
31440 31440
31441(defvar woman-locale nil "\ 31441(defvar woman-locale nil "\
@@ -31479,7 +31479,7 @@ decompress the file if appropriate. See the documentation for the
31479;;;*** 31479;;;***
31480 31480
31481;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31481;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
31482;;;;;; (19278 4522)) 31482;;;;;; (19352 21359))
31483;;; Generated autoloads from emulation/ws-mode.el 31483;;; Generated autoloads from emulation/ws-mode.el
31484 31484
31485(autoload 'wordstar-mode "ws-mode" "\ 31485(autoload 'wordstar-mode "ws-mode" "\
@@ -31591,7 +31591,7 @@ The key bindings are:
31591 31591
31592;;;*** 31592;;;***
31593 31593
31594;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19278 4526)) 31594;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19352 21359))
31595;;; Generated autoloads from net/xesam.el 31595;;; Generated autoloads from net/xesam.el
31596 31596
31597(autoload 'xesam-search "xesam" "\ 31597(autoload 'xesam-search "xesam" "\
@@ -31611,7 +31611,7 @@ Example:
31611;;;*** 31611;;;***
31612 31612
31613;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 31613;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
31614;;;;;; (19278 4518)) 31614;;;;;; (19352 21359))
31615;;; Generated autoloads from xml.el 31615;;; Generated autoloads from xml.el
31616 31616
31617(autoload 'xml-parse-file "xml" "\ 31617(autoload 'xml-parse-file "xml" "\
@@ -31637,7 +31637,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
31637;;;*** 31637;;;***
31638 31638
31639;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 31639;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
31640;;;;;; "nxml/xmltok.el" (19278 4526)) 31640;;;;;; "nxml/xmltok.el" (19352 21359))
31641;;; Generated autoloads from nxml/xmltok.el 31641;;; Generated autoloads from nxml/xmltok.el
31642 31642
31643(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 31643(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -31655,8 +31655,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
31655 31655
31656;;;*** 31656;;;***
31657 31657
31658;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19278 31658;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19352
31659;;;;;; 4518)) 31659;;;;;; 21359))
31660;;; Generated autoloads from xt-mouse.el 31660;;; Generated autoloads from xt-mouse.el
31661 31661
31662(defvar xterm-mouse-mode nil "\ 31662(defvar xterm-mouse-mode nil "\
@@ -31685,7 +31685,7 @@ down the SHIFT key while pressing the mouse button.
31685;;;*** 31685;;;***
31686 31686
31687;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 31687;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
31688;;;;;; "gnus/yenc.el" (19278 4523)) 31688;;;;;; "gnus/yenc.el" (19352 21359))
31689;;; Generated autoloads from gnus/yenc.el 31689;;; Generated autoloads from gnus/yenc.el
31690 31690
31691(autoload 'yenc-decode-region "yenc" "\ 31691(autoload 'yenc-decode-region "yenc" "\
@@ -31701,7 +31701,7 @@ Extract file name from an yenc header.
31701;;;*** 31701;;;***
31702 31702
31703;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 31703;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31704;;;;;; yow) "yow" "play/yow.el" (19278 4527)) 31704;;;;;; yow) "yow" "play/yow.el" (19352 21359))
31705;;; Generated autoloads from play/yow.el 31705;;; Generated autoloads from play/yow.el
31706 31706
31707(autoload 'yow "yow" "\ 31707(autoload 'yow "yow" "\
@@ -31727,7 +31727,7 @@ Zippy goes to the analyst.
31727 31727
31728;;;*** 31728;;;***
31729 31729
31730;;;### (autoloads (zone) "zone" "play/zone.el" (19278 4527)) 31730;;;### (autoloads (zone) "zone" "play/zone.el" (19352 21359))
31731;;; Generated autoloads from play/zone.el 31731;;; Generated autoloads from play/zone.el
31732 31732
31733(autoload 'zone "zone" "\ 31733(autoload 'zone "zone" "\
@@ -31743,46 +31743,45 @@ Zone out, completely.
31743;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" 31743;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
31744;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" 31744;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
31745;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 31745;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
31746;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" 31746;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
31747;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" 31747;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
31748;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" 31748;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
31749;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" 31749;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
31750;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" 31750;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
31751;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" 31751;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el"
31752;;;;;; "calc/calc-undo.el" "calc/calc-units.el" "calc/calc-vec.el" 31752;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el"
31753;;;;;; "calc/calc-yank.el" "calc/calcalg2.el" "calc/calcalg3.el" 31753;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el"
31754;;;;;; "calc/calccomp.el" "calc/calcsel2.el" "calendar/cal-bahai.el" 31754;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el"
31755;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-html.el" 31755;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el"
31756;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el" 31756;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el"
31757;;;;;; "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" "calendar/cal-menu.el" 31757;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
31758;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el" 31758;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
31759;;;;;; "calendar/cal-x.el" "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" 31759;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el"
31760;;;;;; "cdl.el" "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" 31760;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el"
31761;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/autoconf-edit.el" 31761;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/autoconf-edit.el"
31762;;;;;; "cedet/ede/cpp-root.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" 31762;;;;;; "cedet/ede/cpp-root.el" "cedet/ede/dired.el" "cedet/ede/emacs.el"
31763;;;;;; "cedet/ede/files.el" "cedet/ede/linux.el" "cedet/ede/loaddefs.el" 31763;;;;;; "cedet/ede/files.el" "cedet/ede/linux.el" "cedet/ede/locate.el"
31764;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el" 31764;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el"
31765;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" 31765;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el"
31766;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" 31766;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el"
31767;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" 31767;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el"
31768;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" 31768;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el"
31769;;;;;; "cedet/ede/proj.el" "cedet/ede/project-am.el" "cedet/ede/shell.el" 31769;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el"
31770;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el" 31770;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el"
31771;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el" 31771;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/inversion.el"
31772;;;;;; "cedet/inversion.el" "cedet/mode-local.el" "cedet/pulse.el" 31772;;;;;; "cedet/mode-local.el" "cedet/pulse.el" "cedet/semantic/analyze.el"
31773;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" 31773;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el"
31774;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" 31774;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el"
31775;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" 31775;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el"
31776;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" 31776;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el"
31777;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el" 31777;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el"
31778;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el" 31778;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el"
31779;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el" 31779;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el"
31780;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el" 31780;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el"
31781;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el" 31781;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el"
31782;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el" 31782;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el"
31783;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el" 31783;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el"
31784;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el" 31784;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
31785;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
31786;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 31785;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
31787;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 31786;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
31788;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 31787;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -31790,7 +31789,7 @@ Zone out, completely.
31790;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 31789;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
31791;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 31790;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
31792;;;;;; "cedet/semantic/idle.el" "cedet/semantic/java.el" "cedet/semantic/lex-spp.el" 31791;;;;;; "cedet/semantic/idle.el" "cedet/semantic/java.el" "cedet/semantic/lex-spp.el"
31793;;;;;; "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" "cedet/semantic/mru-bookmark.el" 31792;;;;;; "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
31794;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" 31793;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
31795;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" 31794;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
31796;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" 31795;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
@@ -31808,18 +31807,18 @@ Zone out, completely.
31808;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" 31807;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
31809;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" 31808;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
31810;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 31809;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
31811;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" 31810;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
31812;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" 31811;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
31813;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" 31812;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
31814;;;;;; "cus-dep.el" "cus-load.el" "dframe.el" "dired-aux.el" "dired-x.el" 31813;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el"
31815;;;;;; "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el" 31814;;;;;; "dos-w32.el" "ediff-diff.el" "ediff-init.el" "ediff-merg.el"
31816;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" 31815;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el"
31817;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 31816;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el"
31818;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" 31817;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el"
31819;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" 31818;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
31820;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" 31819;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
31821;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" 31820;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-comp.el"
31822;;;;;; "emacs-lisp/eieio-comp.el" "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" 31821;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el"
31823;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" 31822;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el"
31824;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" 31823;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el"
31825;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lmenu.el" "emacs-lisp/regi.el" 31824;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lmenu.el" "emacs-lisp/regi.el"
@@ -31836,19 +31835,18 @@ Zone out, completely.
31836;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 31835;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
31837;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" 31836;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
31838;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" 31837;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
31839;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" 31838;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el"
31840;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" 31839;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
31841;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 31840;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el"
31842;;;;;; "ezimage.el" "finder-inf.el" "foldout.el" "font-setting.el" 31841;;;;;; "font-setting.el" "format-spec.el" "forms-d2.el" "forms-pass.el"
31843;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "fringe.el" 31842;;;;;; "fringe.el" "generic-x.el" "gnus/auth-source.el" "gnus/compface.el"
31844;;;;;; "generic-x.el" "gnus/auth-source.el" "gnus/compface.el" "gnus/gnus-async.el" 31843;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
31845;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" 31844;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el"
31846;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 31845;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el"
31847;;;;;; "gnus/gnus-ems.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 31846;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el"
31848;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" 31847;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el"
31849;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-sum.el" 31848;;;;;; "gnus/gnus-sum.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el"
31850;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" 31849;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el"
31851;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el"
31852;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" 31850;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el"
31853;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" 31851;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el"
31854;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el" 31852;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el"
@@ -31930,8 +31928,8 @@ Zone out, completely.
31930;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 31928;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31931;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 31929;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31932;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" 31930;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
31933;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19336 31931;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19352
31934;;;;;; 35929 287335)) 31932;;;;;; 23109 108328))
31935 31933
31936;;;*** 31934;;;***
31937 31935
diff --git a/lisp/version.el b/lisp/version.el
index 905733a56b3..fbdabd571af 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.93" "\ 35(defconst emacs-version "23.1.94" "\
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 a208344fd03..35df94e336a 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.93 Copyright (C) 2010 Free Software Foundation, Inc.</string> 556 <string>Emacs 23.1.94 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.93</string> 569 <string>23.1.94</string>
570 <key>CFBundleSignature</key> 570 <key>CFBundleSignature</key>
571 <string>EMAx</string> 571 <string>EMAx</string>
572 <!-- This SHOULD be a build number. --> 572 <!-- This SHOULD be a build number. -->
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
index e0e42c66056..9f868885612 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.93"; 4CFBundleShortVersionString = "Version 23.1.94";
5CFBundleGetInfoString = "Emacs version 23.1.93, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 23.1.94, 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 588c1b3ce0e..3e7b2171649 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.93 4Version=23.1.94
5Categories=GNUstep 5Categories=GNUstep
6Name=Emacs 6Name=Emacs
7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X 7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
index a3148621b6d..e9477bb1b94 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.93"; 5 ApplicationRelease = "23.1.94";
6 Authors = ( 6 Authors = (
7 "Adrian Robert (GNUstep)", 7 "Adrian Robert (GNUstep)",
8 "Christophe de Dinechin (MacOS X)", 8 "Christophe de Dinechin (MacOS X)",
@@ -13,7 +13,7 @@
13 ); 13 );
14 Copyright = "Copyright (C) 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.93, NS Windowing"; 16 FullVersionID = "Emacs 23.1.94, NS Windowing";
17 NSExecutable = Emacs; 17 NSExecutable = Emacs;
18 NSIcon = emacs.tiff; 18 NSIcon = emacs.tiff;
19 NSPrincipalClass = NSApplication; 19 NSPrincipalClass = NSApplication;
diff --git a/nt/emacs.rc b/nt/emacs.rc
index ff8cc421450..1b7efabbceb 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,93,0 10 FILEVERSION 23,1,94,0
11 PRODUCTVERSION 23,1,93,0 11 PRODUCTVERSION 23,1,94,0
12 FILEFLAGSMASK 0x3FL 12 FILEFLAGSMASK 0x3FL
13#ifdef EMACSDEBUG 13#ifdef EMACSDEBUG
14 FILEFLAGS 0x1L 14 FILEFLAGS 0x1L
@@ -25,12 +25,12 @@ BEGIN
25 BEGIN 25 BEGIN
26 VALUE "CompanyName", "Free Software Foundation\0" 26 VALUE "CompanyName", "Free Software Foundation\0"
27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" 27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
28 VALUE "FileVersion", "23, 1, 93, 0\0" 28 VALUE "FileVersion", "23, 1, 94, 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, 93, 0\0" 33 VALUE "ProductVersion", "23, 1, 94, 0\0"
34 VALUE "OLESelfRegister", "\0" 34 VALUE "OLESelfRegister", "\0"
35 END 35 END
36 END 36 END
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index 479889ee95a..eaaf6f8049d 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,93,0 8 FILEVERSION 23,1,94,0
9 PRODUCTVERSION 23,1,93,0 9 PRODUCTVERSION 23,1,94,0
10 FILEFLAGSMASK 0x3FL 10 FILEFLAGSMASK 0x3FL
11#ifdef EMACSDEBUG 11#ifdef EMACSDEBUG
12 FILEFLAGS 0x1L 12 FILEFLAGS 0x1L
@@ -23,12 +23,12 @@ BEGIN
23 BEGIN 23 BEGIN
24 VALUE "CompanyName", "Free Software Foundation\0" 24 VALUE "CompanyName", "Free Software Foundation\0"
25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" 25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
26 VALUE "FileVersion", "23, 1, 93, 0\0" 26 VALUE "FileVersion", "23, 1, 94, 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, 93, 0\0" 31 VALUE "ProductVersion", "23, 1, 94, 0\0"
32 VALUE "OLESelfRegister", "\0" 32 VALUE "OLESelfRegister", "\0"
33 END 33 END
34 END 34 END