aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2012-10-14 17:06:11 +0900
committerKenichi Handa2012-10-14 17:06:11 +0900
commit9fe32d61c5655878f877522ac4bcc251d092f732 (patch)
tree584f4c85fd2e44e8e7d597382f177359b737acb1
parentf5772b8eaee90d0b50a60bd55d9d28805a2543cb (diff)
parent8111f5e6f05228e36496f3bdccad711f569acb9b (diff)
downloademacs-9fe32d61c5655878f877522ac4bcc251d092f732.tar.gz
emacs-9fe32d61c5655878f877522ac4bcc251d092f732.zip
merge trunk
-rw-r--r--admin/notes/bugtracker31
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/files.texi25
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/display.texi62
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS6
-rw-r--r--etc/compilation.txt7
-rw-r--r--lisp/ChangeLog57
-rw-r--r--lisp/emacs-lisp/bytecomp.el8
-rw-r--r--lisp/emacs-lisp/cl-lib.el3
-rw-r--r--lisp/emacs-lisp/debug.el26
-rw-r--r--lisp/emacs-lisp/eieio.el134
-rw-r--r--lisp/emacs-lisp/gv.el3
-rw-r--r--lisp/help-fns.el16
-rw-r--r--lisp/help-mode.el14
-rw-r--r--lisp/international/mule-cmds.el15
-rw-r--r--lisp/ldefs-boot.el1946
-rw-r--r--lisp/mail/rmail.el2
-rw-r--r--lisp/mail/rmailsum.el2
-rw-r--r--lisp/progmodes/compile.el9
-rw-r--r--lisp/progmodes/python.el14
-rw-r--r--lisp/textmodes/ispell.el13
-rw-r--r--lisp/url/ChangeLog11
-rw-r--r--lisp/url/url-file.el5
-rw-r--r--lisp/url/url-http.el8
-rw-r--r--lisp/url/url-vars.el3
-rw-r--r--lisp/url/url.el12
-rw-r--r--src/ChangeLog105
-rw-r--r--src/buffer.c33
-rw-r--r--src/coding.c3
-rw-r--r--src/doc.c3
-rw-r--r--src/editfns.c17
-rw-r--r--src/eval.c8
-rw-r--r--src/fileio.c100
-rw-r--r--src/gtkutil.c6
-rw-r--r--src/image.c44
-rw-r--r--src/lisp.h3
-rw-r--r--src/lread.c174
-rw-r--r--src/macros.c2
-rw-r--r--src/makefile.w32-in2
-rw-r--r--src/marker.c16
-rw-r--r--src/menu.c27
-rw-r--r--src/menu.h8
-rw-r--r--src/minibuf.c27
-rw-r--r--src/nsfont.m34
-rw-r--r--src/nsmenu.m9
-rw-r--r--src/nsterm.h4
-rw-r--r--src/nsterm.m39
-rw-r--r--src/process.c17
-rw-r--r--src/w32.c3
-rw-r--r--src/w32fns.c4
-rw-r--r--src/w32inevt.c32
-rw-r--r--src/xmenu.c25
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/compile-tests.el4
56 files changed, 1717 insertions, 1482 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 1d1c196f073..ee385f4dd75 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -270,32 +270,35 @@ to a bug. There are two differences between normal tags and user tags:
2701) Anyone can define any valid usertag they like. In contrast, only a 2701) Anyone can define any valid usertag they like. In contrast, only a
271limited, predefined set of normal tags are available (see above). 271limited, predefined set of normal tags are available (see above).
272 272
2732) A usertag is associated with a specific email address. 2732) A usertag is associated with a specific user. This is normally
274 274an email address (with an "@" sign and least 4 characters after the "@"),
275You set usertags in the same way as tags, by talking to the control 275but on debbugs.gnu.org, the definition is less strict - anything with
276server. One difference is that you can also specify the associated 2765 or more alphanumeric characters will work. For personal tags,
277email address. If you don't explicitly specify an address, then it 277using an email address is still recommended. Please only use the
278will use the one from which you send the control message. The address 278"emacs" user, or other short users, for "official" tags.
279must have the form of an email address (with an "@" sign and least 4 279
280characters after the "@"). 280You set usertags in the same way as tags, by talking to the control server.
281One difference is that you can also specify the associated user.
282If you don't explicitly specify a user, then it will use the email
283address from which you send the control message.
281 284
282*** Setting usertags 285*** Setting usertags
283 286
284a) In a control message: 287a) In a control message:
285 288
286user bug-gnu-emacs@gnu.org 289user emacs # or email@example.com
287usertags 1234 any-tag-you-like 290usertags 1234 any-tag-you-like
288 291
289This will add a usertag "any-tag-you-like" to bug 1234. The tag will 292This will add a usertag "any-tag-you-like" to bug 1234. The tag will
290be associated with the address "bug-gnu-emacs@gnu.org". If you omit 293be associated with the user "emacs". If you omit the first line,
291the first line, the tag will be associated with your email address. 294the tag will be associated with your email address.
292 295
293The syntax of the usertags command is the same as that of tags (eg wrt 296The syntax of the usertags command is the same as that of tags (eg wrt
294the optional [=+-] argument). 297the optional [=+-] argument).
295 298
296b) In an initial submission, in the pseudo-header: 299b) In an initial submission, in the pseudo-header:
297 300
298User: bug-gnu-emacs@gnu.org 301User: emacs
299Usertags: a-new-tag 302Usertags: a-new-tag
300 303
301Again, the "User" is optional. 304Again, the "User" is optional.
@@ -312,7 +315,7 @@ http://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users
312 315
313**** To find all bugs usertagged by a given email address: 316**** To find all bugs usertagged by a given email address:
314 317
315http://debbugs.gnu.org/cgi/pkgreport.cgi?users=bug-gnu-emacs@gnu.org 318http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs
316 319
317(Supposedly, the "users" field can be a comma-separated list of more 320(Supposedly, the "users" field can be a comma-separated list of more
318than one email address, but it does not seem to work for me.) 321than one email address, but it does not seem to work for me.)
@@ -322,7 +325,7 @@ than one email address, but it does not seem to work for me.)
322This works just like a normal tags search, but with the addition of a 325This works just like a normal tags search, but with the addition of a
323"users" field. Eg: 326"users" field. Eg:
324 327
325http://debbugs.gnu.org/cgi/pkgreport.cgi?users=bug-gnu-emacs@gnu.org;tag=calendar 328http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar
326 329
327*** To merge bugs: 330*** To merge bugs:
328Eg when bad replies create a bunch of new bugs for the same report. 331Eg when bad replies create a bunch of new bugs for the same report.
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 3aad65f7bed..47a4c8da522 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12012-10-13 Chong Yidong <cyd@gnu.org>
2
3 * files.texi (File Conveniences): ImageMagick enabled by default.
4
12012-10-10 Dani Moncayo <dmoncayo@gmail.com> 52012-10-10 Dani Moncayo <dmoncayo@gmail.com>
2 6
3 * basic.texi (Arguments): Fix typos. 7 * basic.texi (Arguments): Fix typos.
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index c1cebc424ca..e12bb385653 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -1931,15 +1931,22 @@ non-@code{nil}. Currently, Emacs only supports animation in GIF
1931files. 1931files.
1932 1932
1933@cindex ImageMagick support 1933@cindex ImageMagick support
1934 If your Emacs was compiled with ImageMagick support, it is possible 1934@vindex imagemagick-enabled-types
1935to view a much wider variety of image types in Image mode, by 1935@vindex imagemagick-types-inhibit
1936rendering the images via ImageMagick. However, this feature is 1936 If Emacs was compiled with support for the ImageMagick library, it
1937currently disabled by default. To enable it, add the following line 1937can use ImageMagick to render a wide variety of images. The variable
1938to your init file: 1938@code{imagemagick-enabled-types} lists the image types that Emacs may
1939 1939render using ImageMagick; each element in the list should be an
1940@example 1940internal ImageMagick name for an image type, as a symbol or an
1941(imagemagick-register-types) 1941equivalent string (e.g.@: @code{BMP} for @file{.bmp} images). To
1942@end example 1942enable ImageMagick for all possible image types, change
1943@code{imagemagick-enabled-types} to @code{t}. The variable
1944@code{imagemagick-types-inhibit} lists the image types which should
1945never be rendered using ImageMagick, regardless of the value of
1946@code{imagemagick-enabled-types} (the default list includes types like
1947@code{C} and @code{HTML}, which ImageMagick can render as an ``image''
1948but Emacs should not). To disable ImageMagick entirely, change
1949@code{imagemagick-types-inhibit} to @code{t}.
1943 1950
1944@findex thumbs-mode 1951@findex thumbs-mode
1945@findex mode, thumbs 1952@findex mode, thumbs
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 974a0d67192..40c457ffe07 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12012-10-13 Chong Yidong <cyd@gnu.org>
2
3 * display.texi (ImageMagick Images): ImageMagick enabled by default.
4
12012-10-05 Chong Yidong <cyd@gnu.org> 52012-10-05 Chong Yidong <cyd@gnu.org>
2 6
3 * minibuf.texi (Basic Completion): Clarify list form of completion 7 * minibuf.texi (Basic Completion): Clarify list form of completion
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 11a86f3c1c5..3f92c50e2bc 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4579,57 +4579,35 @@ specifying the bounding box of the PostScript image, analogous to the
4579@cindex images, support for more formats 4579@cindex images, support for more formats
4580 4580
4581 If you build Emacs with ImageMagick support, you can use the 4581 If you build Emacs with ImageMagick support, you can use the
4582ImageMagick library to load many image formats. The image type symbol 4582ImageMagick library to load many image formats (@pxref{File
4583Conveniences,,, emacs, The GNU Emacs Manual}). The image type symbol
4583for images loaded via ImageMagick is @code{imagemagick}, regardless of 4584for images loaded via ImageMagick is @code{imagemagick}, regardless of
4584the actual underlying image format. 4585the actual underlying image format.
4585 4586
4586@defun imagemagick-types 4587@defun imagemagick-types
4587This function returns a list of image file extensions supported by the 4588This function returns a list of image file extensions supported by the
4588current ImageMagick installation. 4589current ImageMagick installation. Each list element is a symbol
4589@end defun 4590representing an internal ImageMagick name for an image type, such as
4590 4591@code{BMP} for @file{.bmp} images.
4591 By default, Emacs does not use ImageMagick to display images in 4592@end defun
4592Image mode, e.g.@: when visiting such files with @kbd{C-x C-f}. This 4593
4593feature is enabled by calling @code{imagemagick-register-types}. 4594@defopt imagemagick-enabled-types
4594 4595The value of this variable is a list of ImageMagick image types which
4595@defun imagemagick-register-types 4596Emacs may attempt to render using ImageMagick. Each list element
4596This function enables using Image mode to visit image files supported 4597should be one of the symbols in the list returned by
4597by ImageMagick. @xref{File Conveniences,,, emacs, The GNU Emacs 4598@code{imagemagick-types}, or an equivalent string. Alternatively, a
4598Manual}. It also causes @code{create-image} and other helper 4599value of @code{t} enables ImageMagick for all possible image types.
4599functions to associate such file names with the @code{imagemagick} 4600Regardless of the value of this variable,
4600image type (@pxref{Defining Images}). 4601@code{imagemagick-types-inhibit} (see below) takes precedence.
4601 4602@end defopt
4602All image file extensions supported by ImageMagick are registered,
4603except those specified in @code{imagemagick-types-inhibit}. If Emacs
4604was not compiled with ImageMagick support, this function does nothing.
4605@end defun
4606 4603
4607@defopt imagemagick-types-inhibit 4604@defopt imagemagick-types-inhibit
4608This variable specifies a list of image types that should @emph{not} 4605The value of this variable lists the ImageMagick image types which
4609be registered by @code{imagemagick-register-types}. Each entry in 4606should never be rendered using ImageMagick, regardless of the value of
4610this list should be one of the symbols returned by 4607@code{imagemagick-enabled-types}. A value of @code{t} disables
4611@code{imagemagick-types}. The default value lists several file types 4608ImageMagick entirely.
4612that are considered ``images'' by ImageMagick, but which should not be
4613considered as images by Emacs, including C files and HTML files.
4614@end defopt 4609@end defopt
4615 4610
4616@ignore
4617@c I don't know what this means. I suspect it means eg loading jpg
4618@c images via libjpeg or ImageMagick. But it doesn't work.
4619@c If you don't have libjpeg support compiled in, you cannot
4620@c view jpeg images, even if you have imagemagick support:
4621@c http://debbugs.gnu.org/9045
4622@c And if you have both compiled in, then you always get
4623@c the libjpeg version:
4624@c http://debbugs.gnu.org/10746
4625There may be overlap between image loaders in your Emacs installation,
4626and you may prefer to use a different one for a given image type
4627(which loader will be used in practice depends on the priority of the
4628loaders).
4629For example, if you never want to use the ImageMagick loader to view
4630JPEG files, add @code{JPG} to this list.
4631@end ignore
4632
4633 Images loaded with ImageMagick support the following additional 4611 Images loaded with ImageMagick support the following additional
4634image descriptor properties: 4612image descriptor properties:
4635 4613
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 27237ca0f61..4e1f15e913d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -2,6 +2,11 @@
2 2
3 * charsets/JISC6226.map: Re-generated. 3 * charsets/JISC6226.map: Re-generated.
4 4
52012-10-14 Eli Zaretskii <eliz@gnu.org>
6
7 * compilation.txt (msft): Add error messages in new Studio 2010
8 format.
9
52012-10-11 Kenichi Handa <handa@gnu.org> 102012-10-11 Kenichi Handa <handa@gnu.org>
6 11
7 * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map, 12 * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map,
diff --git a/etc/NEWS b/etc/NEWS
index 2b934741c2c..5a310d8f82c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -137,16 +137,16 @@ It is no longer necessary to call `imagemagick-register-types'
137explicitly to install ImageMagick image types; that function is called 137explicitly to install ImageMagick image types; that function is called
138automatically at startup, or when customizing a relevant imagemagick- 138automatically at startup, or when customizing a relevant imagemagick-
139option. 139option.
140 140+++
141*** Setting `imagemagick-types-inhibit' to t now disables the use of 141*** Setting `imagemagick-types-inhibit' to t now disables the use of
142ImageMagick to view images. You must call imagemagick-register-types 142ImageMagick to view images. You must call imagemagick-register-types
143afterwards if you do not use customize to change this. 143afterwards if you do not use customize to change this.
144 144+++
145*** The new variable `imagemagick-enabled-types' also affects which 145*** The new variable `imagemagick-enabled-types' also affects which
146ImageMagick types are treated as images. The function 146ImageMagick types are treated as images. The function
147`imagemagick-filter-types' returns the list of types that will be 147`imagemagick-filter-types' returns the list of types that will be
148treated as images. 148treated as images.
149 149---
150*** Images displayed via ImageMagick now support transparency and the 150*** Images displayed via ImageMagick now support transparency and the
151:background image spec property. 151:background image spec property.
152 152
diff --git a/etc/compilation.txt b/etc/compilation.txt
index 269f8d23e6b..8d31847569c 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -308,6 +308,13 @@ made it more strict about the error message that follows.
308keyboard handler.c(537) : warning C4005: 'min' : macro redefinition 308keyboard handler.c(537) : warning C4005: 'min' : macro redefinition
309d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if' 309d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if'
310d:\tmp\test.c(1145) : see declaration of 'nsRefPtr' 310d:\tmp\test.c(1145) : see declaration of 'nsRefPtr'
3111>test_main.cpp(29): error C2144: syntax error : 'int' should be preceded by ';'
3121>test_main.cpp(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3131>
3141>Build FAILED.
3151>
3161>Time Elapsed 00:00:01.46
317========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
311 318
312 319
313* Open Watcom 320* Open Watcom
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8c4e518b0c..7393bbc2845 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,56 @@
12012-10-14 Eli Zaretskii <eliz@gnu.org>
2
3 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4 Adjust the msft regexp to the output of Studio 2010, and move msft
5 before edg-1. See the discussion on emacs-devel,
6 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7 for the details.
8
92012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
12 (oset): Move uses of object-class-fast macro after its definition.
13
14 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
15
162012-10-13 Chong Yidong <cyd@gnu.org>
17
18 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
19 enabled, re-enable it (Bug#11963).
20
212012-10-13 Martin Rudalics <rudalics@gmx.at>
22
23 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
24 non-nil, restore window configuration (Bug#12623).
25
262012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * help-fns.el (describe-variable, describe-function-1):
29 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
30
31 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
32
332012-10-12 Glenn Morris <rgm@gnu.org>
34
35 * mail/rmailsum.el (rmail-header-summary):
36 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
37
382012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
39
40 * progmodes/python.el (python-mode-map):
41 Replace subtitute-key-definition with proper command remapping.
42 (python-nav--up-list): Fix behavior for blocks on the same level.
43
442012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
47
48 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
49 changes to the format of load-history.
50
51 * international/mule-cmds.el (read-char-by-name): Move let-binding of
52 completion-ignore-case in case that var is buffer-local (bug#12615).
53
12012-10-11 Kenichi Handa <handa@gnu.org> 542012-10-11 Kenichi Handa <handa@gnu.org>
2 55
3 * international/eucjp-ms.el: Re-generated. 56 * international/eucjp-ms.el: Re-generated.
@@ -10,8 +63,8 @@
102012-10-10 Martin Rudalics <rudalics@gmx.at> 632012-10-10 Martin Rudalics <rudalics@gmx.at>
11 64
12 * window.el (switch-to-buffer-preserve-window-point): New option. 65 * window.el (switch-to-buffer-preserve-window-point): New option.
13 (switch-to-buffer): Obey 66 (switch-to-buffer):
14 `switch-to-buffer-preserve-window-point' (Bug#4041). 67 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
15 68
162012-10-09 Stefan Monnier <monnier@iro.umontreal.ca> 692012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17 70
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 4dd44bb6f22..7534ce5eaca 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -875,13 +875,11 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
875 (byte-compile-cl-file-p (car xs)))) 875 (byte-compile-cl-file-p (car xs))))
876 (dolist (s xs) 876 (dolist (s xs)
877 (cond 877 (cond
878 ((symbolp s)
879 (unless (memq s old-autoloads)
880 (push s byte-compile-noruntime-functions)))
881 ((and (consp s) (eq t (car s))) 878 ((and (consp s) (eq t (car s)))
882 (push (cdr s) old-autoloads)) 879 (push (cdr s) old-autoloads))
883 ((and (consp s) (eq 'autoload (car s))) 880 ((and (consp s) (memq (car s) '(autoload defun)))
884 (push (cdr s) byte-compile-noruntime-functions))))))) 881 (unless (memq (cdr s) old-autoloads)
882 (push (cdr s) byte-compile-noruntime-functions))))))))
885 ;; Go through current-load-list for the locally defined funs. 883 ;; Go through current-load-list for the locally defined funs.
886 (let (old-autoloads) 884 (let (old-autoloads)
887 (while (and hist-nil-new (not (eq hist-nil-new hist-nil-orig))) 885 (while (and hist-nil-new (not (eq hist-nil-new hist-nil-orig)))
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el
index 2eda628e262..122402797e1 100644
--- a/lisp/emacs-lisp/cl-lib.el
+++ b/lisp/emacs-lisp/cl-lib.el
@@ -728,7 +728,8 @@ If ALIST is non-nil, the new pairs are prepended to it."
728;;;###autoload 728;;;###autoload
729(progn 729(progn
730 ;; Make sure functions defined with cl-defsubst can be inlined even in 730 ;; Make sure functions defined with cl-defsubst can be inlined even in
731 ;; packages which do not require CL. 731 ;; packages which do not require CL. We don't put an autoload cookie
732 ;; directly on that function, since those cookies only go to cl-loaddefs.
732 (autoload 'cl--defsubst-expand "cl-macs") 733 (autoload 'cl--defsubst-expand "cl-macs")
733 ;; Autoload, so autoload.el and font-lock can use it even when CL 734 ;; Autoload, so autoload.el and font-lock can use it even when CL
734 ;; is not loaded. 735 ;; is not loaded.
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 6b308119abb..c30ccf3315e 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -213,7 +213,8 @@ first will be printed into the backtrace buffer."
213 (or enable-recursive-minibuffers (> (minibuffer-depth) 0))) 213 (or enable-recursive-minibuffers (> (minibuffer-depth) 0)))
214 (standard-input t) (standard-output t) 214 (standard-input t) (standard-output t)
215 inhibit-redisplay 215 inhibit-redisplay
216 (cursor-in-echo-area nil)) 216 (cursor-in-echo-area nil)
217 (window-configuration (current-window-configuration)))
217 (unwind-protect 218 (unwind-protect
218 (save-excursion 219 (save-excursion
219 (when (eq (car debugger-args) 'debug) 220 (when (eq (car debugger-args) 'debug)
@@ -266,16 +267,19 @@ first will be printed into the backtrace buffer."
266 ;; Make sure we unbind buffer-read-only in the right buffer. 267 ;; Make sure we unbind buffer-read-only in the right buffer.
267 (save-excursion 268 (save-excursion
268 (recursive-edit)))) 269 (recursive-edit))))
269 (when (and (not debugger-will-be-back) 270 (if debugger-will-be-back
270 (window-live-p debugger-window) 271 ;; Restore previous window configuration (Bug#12623).
271 (eq (window-buffer debugger-window) debugger-buffer)) 272 (set-window-configuration window-configuration)
272 ;; Record height of debugger window. 273 (when (and (window-live-p debugger-window)
273 (setq debugger-previous-window-height 274 (eq (window-buffer debugger-window) debugger-buffer))
274 (window-total-size debugger-window)) 275 (progn
275 ;; Unshow debugger-buffer. 276 ;; Record height of debugger window.
276 (quit-restore-window debugger-window debugger-bury-or-kill) 277 (setq debugger-previous-window-height
277 ;; Restore current buffer (Bug#12502). 278 (window-total-size debugger-window))
278 (set-buffer debugger-old-buffer)) 279 ;; Unshow debugger-buffer.
280 (quit-restore-window debugger-window debugger-bury-or-kill)
281 ;; Restore current buffer (Bug#12502).
282 (set-buffer debugger-old-buffer))))
279 ;; Restore previous state of debugger-buffer in case we were 283 ;; Restore previous state of debugger-buffer in case we were
280 ;; in a recursive invocation of the debugger, otherwise just 284 ;; in a recursive invocation of the debugger, otherwise just
281 ;; erase the buffer and put it into fundamental mode. 285 ;; erase the buffer and put it into fundamental mode.
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el
index 7e64b42d9e4..5f8cbea7c27 100644
--- a/lisp/emacs-lisp/eieio.el
+++ b/lisp/emacs-lisp/eieio.el
@@ -1556,71 +1556,6 @@ Fills in OBJ's SLOT with its default value."
1556 ;; return it verbatim 1556 ;; return it verbatim
1557 (t val))) 1557 (t val)))
1558 1558
1559;;; Object Set macros
1560;;
1561(defmacro oset (obj slot value)
1562 "Set the value in OBJ for slot SLOT to VALUE.
1563SLOT is the slot name as specified in `defclass' or the tag created
1564with in the :initarg slot. VALUE can be any Lisp object."
1565 `(eieio-oset ,obj (quote ,slot) ,value))
1566
1567(defun eieio-oset (obj slot value)
1568 "Do the work for the macro `oset'.
1569Fills in OBJ's SLOT with VALUE."
1570 (if (not (eieio-object-p obj)) (signal 'wrong-type-argument (list 'eieio-object-p obj)))
1571 (if (not (symbolp slot)) (signal 'wrong-type-argument (list 'symbolp slot)))
1572 (let ((c (eieio-slot-name-index (object-class-fast obj) obj slot)))
1573 (if (not c)
1574 ;; It might be missing because it is a :class allocated slot.
1575 ;; Let's check that info out.
1576 (if (setq c
1577 (eieio-class-slot-name-index (aref obj object-class) slot))
1578 ;; Oset that slot.
1579 (progn
1580 (eieio-validate-class-slot-value (object-class-fast obj) c value slot)
1581 (aset (aref (class-v (aref obj object-class))
1582 class-class-allocation-values)
1583 c value))
1584 ;; See oref for comment on `slot-missing'
1585 (slot-missing obj slot 'oset value)
1586 ;;(signal 'invalid-slot-name (list (object-name obj) slot))
1587 )
1588 (eieio-validate-slot-value (object-class-fast obj) c value slot)
1589 (aset obj c value))))
1590
1591(defmacro oset-default (class slot value)
1592 "Set the default slot in CLASS for SLOT to VALUE.
1593The default value is usually set with the :initform tag during class
1594creation. This allows users to change the default behavior of classes
1595after they are created."
1596 `(eieio-oset-default ,class (quote ,slot) ,value))
1597
1598(defun eieio-oset-default (class slot value)
1599 "Do the work for the macro `oset-default'.
1600Fills in the default value in CLASS' in SLOT with VALUE."
1601 (if (not (class-p class)) (signal 'wrong-type-argument (list 'class-p class)))
1602 (if (not (symbolp slot)) (signal 'wrong-type-argument (list 'symbolp slot)))
1603 (let* ((scoped-class class)
1604 (c (eieio-slot-name-index class nil slot)))
1605 (if (not c)
1606 ;; It might be missing because it is a :class allocated slot.
1607 ;; Let's check that info out.
1608 (if (setq c (eieio-class-slot-name-index class slot))
1609 (progn
1610 ;; Oref that slot.
1611 (eieio-validate-class-slot-value class c value slot)
1612 (aset (aref (class-v class) class-class-allocation-values) c
1613 value))
1614 (signal 'invalid-slot-name (list (class-name class) slot)))
1615 (eieio-validate-slot-value class c value slot)
1616 ;; Set this into the storage for defaults.
1617 (setcar (nthcdr (- c 3) (aref (class-v class) class-public-d))
1618 value)
1619 ;; Take the value, and put it into our cache object.
1620 (eieio-oset (aref (class-v class) class-default-object-cache)
1621 slot value)
1622 )))
1623
1624;;; Handy CLOS macros 1559;;; Handy CLOS macros
1625;; 1560;;
1626(defmacro with-slots (spec-list object &rest body) 1561(defmacro with-slots (spec-list object &rest body)
@@ -1871,6 +1806,71 @@ method invocation orders of the involved classes."
1871 (setq ia (cdr ia))) 1806 (setq ia (cdr ia)))
1872 f)) 1807 f))
1873 1808
1809;;; Object Set macros
1810;;
1811(defmacro oset (obj slot value)
1812 "Set the value in OBJ for slot SLOT to VALUE.
1813SLOT is the slot name as specified in `defclass' or the tag created
1814with in the :initarg slot. VALUE can be any Lisp object."
1815 `(eieio-oset ,obj (quote ,slot) ,value))
1816
1817(defun eieio-oset (obj slot value)
1818 "Do the work for the macro `oset'.
1819Fills in OBJ's SLOT with VALUE."
1820 (if (not (eieio-object-p obj)) (signal 'wrong-type-argument (list 'eieio-object-p obj)))
1821 (if (not (symbolp slot)) (signal 'wrong-type-argument (list 'symbolp slot)))
1822 (let ((c (eieio-slot-name-index (object-class-fast obj) obj slot)))
1823 (if (not c)
1824 ;; It might be missing because it is a :class allocated slot.
1825 ;; Let's check that info out.
1826 (if (setq c
1827 (eieio-class-slot-name-index (aref obj object-class) slot))
1828 ;; Oset that slot.
1829 (progn
1830 (eieio-validate-class-slot-value (object-class-fast obj) c value slot)
1831 (aset (aref (class-v (aref obj object-class))
1832 class-class-allocation-values)
1833 c value))
1834 ;; See oref for comment on `slot-missing'
1835 (slot-missing obj slot 'oset value)
1836 ;;(signal 'invalid-slot-name (list (object-name obj) slot))
1837 )
1838 (eieio-validate-slot-value (object-class-fast obj) c value slot)
1839 (aset obj c value))))
1840
1841(defmacro oset-default (class slot value)
1842 "Set the default slot in CLASS for SLOT to VALUE.
1843The default value is usually set with the :initform tag during class
1844creation. This allows users to change the default behavior of classes
1845after they are created."
1846 `(eieio-oset-default ,class (quote ,slot) ,value))
1847
1848(defun eieio-oset-default (class slot value)
1849 "Do the work for the macro `oset-default'.
1850Fills in the default value in CLASS' in SLOT with VALUE."
1851 (if (not (class-p class)) (signal 'wrong-type-argument (list 'class-p class)))
1852 (if (not (symbolp slot)) (signal 'wrong-type-argument (list 'symbolp slot)))
1853 (let* ((scoped-class class)
1854 (c (eieio-slot-name-index class nil slot)))
1855 (if (not c)
1856 ;; It might be missing because it is a :class allocated slot.
1857 ;; Let's check that info out.
1858 (if (setq c (eieio-class-slot-name-index class slot))
1859 (progn
1860 ;; Oref that slot.
1861 (eieio-validate-class-slot-value class c value slot)
1862 (aset (aref (class-v class) class-class-allocation-values) c
1863 value))
1864 (signal 'invalid-slot-name (list (class-name class) slot)))
1865 (eieio-validate-slot-value class c value slot)
1866 ;; Set this into the storage for defaults.
1867 (setcar (nthcdr (- c 3) (aref (class-v class) class-public-d))
1868 value)
1869 ;; Take the value, and put it into our cache object.
1870 (eieio-oset (aref (class-v class) class-default-object-cache)
1871 slot value)
1872 )))
1873
1874;;; CLOS queries into classes and slots 1874;;; CLOS queries into classes and slots
1875;; 1875;;
1876(defun slot-boundp (object slot) 1876(defun slot-boundp (object slot)
@@ -2750,7 +2750,7 @@ This method signals `no-next-method' by default. Override this
2750method to not throw an error, and its return value becomes the 2750method to not throw an error, and its return value becomes the
2751return value of `call-next-method'." 2751return value of `call-next-method'."
2752 (signal 'no-next-method (list (object-name object) args)) 2752 (signal 'no-next-method (list (object-name object) args))
2753) 2753 )
2754 2754
2755(defgeneric clone (obj &rest params) 2755(defgeneric clone (obj &rest params)
2756 "Make a copy of OBJ, and then supply PARAMS. 2756 "Make a copy of OBJ, and then supply PARAMS.
@@ -3050,7 +3050,7 @@ Optional argument NOESCAPE is passed to `prin1-to-string' when appropriate."
3050;;; Interfacing with imenu in emacs lisp mode 3050;;; Interfacing with imenu in emacs lisp mode
3051;; (Only if the expression is defined) 3051;; (Only if the expression is defined)
3052;; 3052;;
3053(if (eval-when-compile (boundp 'list-imenu-generic-expression)) 3053(if (eval-when-compile (boundp 'lisp-imenu-generic-expression))
3054(progn 3054(progn
3055 3055
3056(defun eieio-update-lisp-imenu-expression () 3056(defun eieio-update-lisp-imenu-expression ()
diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el
index 7858c183e4b..1a30d67fbbc 100644
--- a/lisp/emacs-lisp/gv.el
+++ b/lisp/emacs-lisp/gv.el
@@ -358,7 +358,8 @@ The return value is the last VAL in the list.
358 358
359(put 'if 'gv-expander 359(put 'if 'gv-expander
360 (lambda (do test then &rest else) 360 (lambda (do test then &rest else)
361 (if (macroexp-small-p (funcall do 'dummy (lambda (_) 'dummy))) 361 (if (or (not lexical-binding) ;The other code requires lexical-binding.
362 (macroexp-small-p (funcall do 'dummy (lambda (_) 'dummy))))
362 ;; This duplicates the `do' code, which is a problem if that 363 ;; This duplicates the `do' code, which is a problem if that
363 ;; code is large, but otherwise results in more efficient code. 364 ;; code is large, but otherwise results in more efficient code.
364 `(if ,test ,(gv-get then do) 365 `(if ,test ,(gv-get then do)
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index ef482f8f0e9..b552d8c1357 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -615,13 +615,11 @@ FILE is the file where FUNCTION was probably defined."
615 (point))) 615 (point)))
616 (terpri)(terpri) 616 (terpri)(terpri)
617 617
618 (let* ((doc-raw (condition-case err 618 (let* ((doc-raw (documentation function t))
619 (documentation function t)
620 (error (format "No Doc! %S" err))))
621 ;; If the function is autoloaded, and its docstring has 619 ;; If the function is autoloaded, and its docstring has
622 ;; key substitution constructs, load the library. 620 ;; key substitution constructs, load the library.
623 (doc (progn 621 (doc (progn
624 (and (autoloadp real-def) 622 (and (autoloadp real-def) doc-raw
625 help-enable-auto-load 623 help-enable-auto-load
626 (string-match "\\([^\\]=\\|[^=]\\|\\`\\)\\\\[[{<]" 624 (string-match "\\([^\\]=\\|[^=]\\|\\`\\)\\\\[[{<]"
627 doc-raw) 625 doc-raw)
@@ -849,12 +847,10 @@ it is displayed along with the global value."
849 (obsolete (get variable 'byte-obsolete-variable)) 847 (obsolete (get variable 'byte-obsolete-variable))
850 (use (car obsolete)) 848 (use (car obsolete))
851 (safe-var (get variable 'safe-local-variable)) 849 (safe-var (get variable 'safe-local-variable))
852 (doc (condition-case err 850 (doc (or (documentation-property
853 (or (documentation-property 851 variable 'variable-documentation)
854 variable 'variable-documentation) 852 (documentation-property
855 (documentation-property 853 alias 'variable-documentation)))
856 alias 'variable-documentation))
857 (error (format "Doc not found: %S" err))))
858 (extra-line nil)) 854 (extra-line nil))
859 855
860 ;; Mention if it's a local variable. 856 ;; Mention if it's a local variable.
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 9924300647c..c1ce5a521be 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -505,14 +505,12 @@ that."
505 ((and 505 ((and
506 (or (boundp sym) 506 (or (boundp sym)
507 (get sym 'variable-documentation)) 507 (get sym 'variable-documentation))
508 (condition-case err 508 (or
509 (or 509 (documentation-property
510 (documentation-property 510 sym 'variable-documentation)
511 sym 'variable-documentation) 511 (documentation-property
512 (documentation-property 512 (indirect-variable sym)
513 (indirect-variable sym) 513 'variable-documentation)))
514 'variable-documentation))
515 (error (message "No doc found: %S" err) nil)))
516 (help-xref-button 8 'help-variable sym)) 514 (help-xref-button 8 'help-variable sym))
517 ((fboundp sym) 515 ((fboundp sym)
518 (help-xref-button 8 'help-function sym))))))) 516 (help-xref-button 8 'help-function sym)))))))
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 58dd24ec8ea..3431c81df88 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -2945,13 +2945,14 @@ at the beginning of the name.
2945This function also accepts a hexadecimal number of Unicode code 2945This function also accepts a hexadecimal number of Unicode code
2946point or a number in hash notation, e.g. #o21430 for octal, 2946point or a number in hash notation, e.g. #o21430 for octal,
2947#x2318 for hex, or #10r8984 for decimal." 2947#x2318 for hex, or #10r8984 for decimal."
2948 (let* ((completion-ignore-case t) 2948 (let ((input
2949 (input (completing-read 2949 (completing-read
2950 prompt 2950 prompt
2951 (lambda (string pred action) 2951 (lambda (string pred action)
2952 (if (eq action 'metadata) 2952 (let ((completion-ignore-case t))
2953 '(metadata (category . unicode-name)) 2953 (if (eq action 'metadata)
2954 (complete-with-action action (ucs-names) string pred)))))) 2954 '(metadata (category . unicode-name))
2955 (complete-with-action action (ucs-names) string pred)))))))
2955 (cond 2956 (cond
2956 ((string-match-p "\\`[0-9a-fA-F]+\\'" input) 2957 ((string-match-p "\\`[0-9a-fA-F]+\\'" input)
2957 (string-to-number input 16)) 2958 (string-to-number input 16))
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index a16d69c6cc2..7f09fd1d623 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" (20545 57511 257469 0)) 8;;;;;; "play/5x5.el" (20550 14882 0 0))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -68,7 +68,7 @@ should return a grid vector array that is the new solution.
68;;;*** 68;;;***
69 69
70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
71;;;;;; (20576 42138 697312 0)) 71;;;;;; (20577 48876 0 0))
72;;; Generated autoloads from progmodes/ada-mode.el 72;;; Generated autoloads from progmodes/ada-mode.el
73 73
74(autoload 'ada-add-extensions "ada-mode" "\ 74(autoload 'ada-add-extensions "ada-mode" "\
@@ -88,7 +88,7 @@ Ada mode is the major mode for editing Ada code.
88;;;*** 88;;;***
89 89
90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
91;;;;;; (20355 10021 546955 0)) 91;;;;;; (20244 35516 0 0))
92;;; Generated autoloads from progmodes/ada-stmt.el 92;;; Generated autoloads from progmodes/ada-stmt.el
93 93
94(autoload 'ada-header "ada-stmt" "\ 94(autoload 'ada-header "ada-stmt" "\
@@ -99,7 +99,7 @@ Insert a descriptive header at the top of the file.
99;;;*** 99;;;***
100 100
101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
102;;;;;; (20458 56750 651721 0)) 102;;;;;; (20460 33749 0 0))
103;;; Generated autoloads from progmodes/ada-xref.el 103;;; Generated autoloads from progmodes/ada-xref.el
104 104
105(autoload 'ada-find-file "ada-xref" "\ 105(autoload 'ada-find-file "ada-xref" "\
@@ -114,7 +114,7 @@ Completion is available.
114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
115;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 115;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
116;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el" 116;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
117;;;;;; (20523 62082 997685 0)) 117;;;;;; (20589 46442 0 0))
118;;; Generated autoloads from vc/add-log.el 118;;; Generated autoloads from vc/add-log.el
119 119
120(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 120(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -253,7 +253,7 @@ old-style time formats for entries are supported.
253 253
254;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 254;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
255;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 255;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
256;;;;;; "advice" "emacs-lisp/advice.el" (20563 51044 242568 0)) 256;;;;;; "advice" "emacs-lisp/advice.el" (20567 31133 0 0))
257;;; Generated autoloads from emacs-lisp/advice.el 257;;; Generated autoloads from emacs-lisp/advice.el
258 258
259(defvar ad-redefinition-action 'warn "\ 259(defvar ad-redefinition-action 'warn "\
@@ -398,7 +398,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
398 398
399;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 399;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
400;;;;;; align-highlight-rule align-current align-entire align-regexp 400;;;;;; align-highlight-rule align-current align-entire align-regexp
401;;;;;; align) "align" "align.el" (20566 63671 243798 0)) 401;;;;;; align) "align" "align.el" (20567 31133 0 0))
402;;; Generated autoloads from align.el 402;;; Generated autoloads from align.el
403 403
404(autoload 'align "align" "\ 404(autoload 'align "align" "\
@@ -489,7 +489,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
489 489
490;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation 490;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation
491;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" 491;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
492;;;;;; (20577 33959 40183 0)) 492;;;;;; (20577 48876 0 0))
493;;; Generated autoloads from allout.el 493;;; Generated autoloads from allout.el
494 494
495(autoload 'allout-auto-activation-helper "allout" "\ 495(autoload 'allout-auto-activation-helper "allout" "\
@@ -850,7 +850,7 @@ for details on preparing Emacs for automatic allout activation.
850 850
851;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation 851;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
852;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" 852;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
853;;;;;; (20545 57511 257469 0)) 853;;;;;; (20550 14882 0 0))
854;;; Generated autoloads from allout-widgets.el 854;;; Generated autoloads from allout-widgets.el
855 855
856(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) 856(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
@@ -910,7 +910,7 @@ outline hot-spot navigation (see `allout-mode').
910;;;*** 910;;;***
911 911
912;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 912;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
913;;;;;; "net/ange-ftp.el" (20566 63671 243798 0)) 913;;;;;; "net/ange-ftp.el" (20567 31133 0 0))
914;;; Generated autoloads from net/ange-ftp.el 914;;; Generated autoloads from net/ange-ftp.el
915 915
916(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 916(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -932,7 +932,7 @@ directory, so that Emacs will know its current contents.
932;;;*** 932;;;***
933 933
934;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 934;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
935;;;;;; "animate" "play/animate.el" (20545 57511 257469 0)) 935;;;;;; "animate" "play/animate.el" (20550 14882 0 0))
936;;; Generated autoloads from play/animate.el 936;;; Generated autoloads from play/animate.el
937 937
938(autoload 'animate-string "animate" "\ 938(autoload 'animate-string "animate" "\
@@ -965,7 +965,7 @@ the buffer *Birthday-Present-for-Name*.
965;;;*** 965;;;***
966 966
967;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 967;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
968;;;;;; "ansi-color" "ansi-color.el" (20577 33959 40183 0)) 968;;;;;; "ansi-color" "ansi-color.el" (20577 48876 0 0))
969;;; Generated autoloads from ansi-color.el 969;;; Generated autoloads from ansi-color.el
970 970
971(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 971(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -991,8 +991,7 @@ This is a good function to put in `comint-output-filter-functions'.
991;;;*** 991;;;***
992 992
993;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 993;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20566 63671 243798 994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20567 31133 0 0))
995;;;;;; 0))
996;;; Generated autoloads from progmodes/antlr-mode.el 995;;; Generated autoloads from progmodes/antlr-mode.el
997 996
998(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 997(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -1028,7 +1027,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1028;;;*** 1027;;;***
1029 1028
1030;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" 1029;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
1031;;;;;; (20355 10021 546955 0)) 1030;;;;;; (20244 35516 0 0))
1032;;; Generated autoloads from calendar/appt.el 1031;;; Generated autoloads from calendar/appt.el
1033 1032
1034(autoload 'appt-add "appt" "\ 1033(autoload 'appt-add "appt" "\
@@ -1051,8 +1050,8 @@ ARG is positive, otherwise off.
1051 1050
1052;;;### (autoloads (apropos-documentation apropos-value apropos-library 1051;;;### (autoloads (apropos-documentation apropos-value apropos-library
1053;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 1052;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1054;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20523 62082 1053;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20523 63054
1055;;;;;; 997685 0)) 1054;;;;;; 0 0))
1056;;; Generated autoloads from apropos.el 1055;;; Generated autoloads from apropos.el
1057 1056
1058(autoload 'apropos-read-pattern "apropos" "\ 1057(autoload 'apropos-read-pattern "apropos" "\
@@ -1161,7 +1160,7 @@ Returns list of symbols and documentation found.
1161;;;*** 1160;;;***
1162 1161
1163;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20585 1162;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20585
1164;;;;;; 28088 480237 0)) 1163;;;;;; 55103 0 0))
1165;;; Generated autoloads from arc-mode.el 1164;;; Generated autoloads from arc-mode.el
1166 1165
1167(autoload 'archive-mode "arc-mode" "\ 1166(autoload 'archive-mode "arc-mode" "\
@@ -1181,7 +1180,7 @@ archive.
1181 1180
1182;;;*** 1181;;;***
1183 1182
1184;;;### (autoloads (array-mode) "array" "array.el" (20355 10021 546955 1183;;;### (autoloads (array-mode) "array" "array.el" (20244 35516 0
1185;;;;;; 0)) 1184;;;;;; 0))
1186;;; Generated autoloads from array.el 1185;;; Generated autoloads from array.el
1187 1186
@@ -1254,7 +1253,7 @@ Entering array mode calls the function `array-mode-hook'.
1254;;;*** 1253;;;***
1255 1254
1256;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20513 1255;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20513
1257;;;;;; 18948 537867 0)) 1256;;;;;; 36786 0 0))
1258;;; Generated autoloads from textmodes/artist.el 1257;;; Generated autoloads from textmodes/artist.el
1259 1258
1260(autoload 'artist-mode "artist" "\ 1259(autoload 'artist-mode "artist" "\
@@ -1459,8 +1458,8 @@ Keymap summary
1459 1458
1460;;;*** 1459;;;***
1461 1460
1462;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20355 1461;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20356
1463;;;;;; 10021 546955 0)) 1462;;;;;; 35090 0 0))
1464;;; Generated autoloads from progmodes/asm-mode.el 1463;;; Generated autoloads from progmodes/asm-mode.el
1465 1464
1466(autoload 'asm-mode "asm-mode" "\ 1465(autoload 'asm-mode "asm-mode" "\
@@ -1488,7 +1487,7 @@ Special commands:
1488;;;*** 1487;;;***
1489 1488
1490;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" 1489;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el"
1491;;;;;; (20544 36659 880486 0)) 1490;;;;;; (20544 52783 0 0))
1492;;; Generated autoloads from gnus/auth-source.el 1491;;; Generated autoloads from gnus/auth-source.el
1493 1492
1494(defvar auth-source-cache-expiry 7200 "\ 1493(defvar auth-source-cache-expiry 7200 "\
@@ -1501,7 +1500,7 @@ let-binding.")
1501;;;*** 1500;;;***
1502 1501
1503;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1502;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1504;;;;;; (20355 10021 546955 0)) 1503;;;;;; (20244 35516 0 0))
1505;;; Generated autoloads from autoarg.el 1504;;; Generated autoloads from autoarg.el
1506 1505
1507(defvar autoarg-mode nil "\ 1506(defvar autoarg-mode nil "\
@@ -1562,7 +1561,7 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1562;;;*** 1561;;;***
1563 1562
1564;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1563;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1565;;;;;; (20513 18948 537867 0)) 1564;;;;;; (20513 16153 0 0))
1566;;; Generated autoloads from progmodes/autoconf.el 1565;;; Generated autoloads from progmodes/autoconf.el
1567 1566
1568(autoload 'autoconf-mode "autoconf" "\ 1567(autoload 'autoconf-mode "autoconf" "\
@@ -1573,7 +1572,7 @@ Major mode for editing Autoconf configure.ac files.
1573;;;*** 1572;;;***
1574 1573
1575;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1574;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1576;;;;;; "autoinsert" "autoinsert.el" (20566 63671 243798 0)) 1575;;;;;; "autoinsert" "autoinsert.el" (20567 31133 0 0))
1577;;; Generated autoloads from autoinsert.el 1576;;; Generated autoloads from autoinsert.el
1578 1577
1579(autoload 'auto-insert "autoinsert" "\ 1578(autoload 'auto-insert "autoinsert" "\
@@ -1613,7 +1612,7 @@ insert a template for the file depending on the mode of the buffer.
1613 1612
1614;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1613;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1615;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1614;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1616;;;;;; (20518 12580 46478 0)) 1615;;;;;; (20600 16892 0 0))
1617;;; Generated autoloads from emacs-lisp/autoload.el 1616;;; Generated autoloads from emacs-lisp/autoload.el
1618 1617
1619(put 'generated-autoload-file 'safe-local-variable 'stringp) 1618(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1664,7 +1663,7 @@ should be non-nil).
1664 1663
1665;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1664;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1666;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1665;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1667;;;;;; "autorevert" "autorevert.el" (20476 31768 298871 0)) 1666;;;;;; "autorevert" "autorevert.el" (20511 52965 0 0))
1668;;; Generated autoloads from autorevert.el 1667;;; Generated autoloads from autorevert.el
1669 1668
1670(autoload 'auto-revert-mode "autorevert" "\ 1669(autoload 'auto-revert-mode "autorevert" "\
@@ -1753,7 +1752,7 @@ specifies in the mode line.
1753;;;*** 1752;;;***
1754 1753
1755;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1754;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1756;;;;;; "avoid.el" (20476 31768 298871 0)) 1755;;;;;; "avoid.el" (20600 16892 0 0))
1757;;; Generated autoloads from avoid.el 1756;;; Generated autoloads from avoid.el
1758 1757
1759(defvar mouse-avoidance-mode nil "\ 1758(defvar mouse-avoidance-mode nil "\
@@ -1794,7 +1793,7 @@ definition of \"random distance\".)
1794;;;*** 1793;;;***
1795 1794
1796;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1795;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1797;;;;;; (20476 31768 298871 0)) 1796;;;;;; (20600 16892 0 0))
1798;;; Generated autoloads from battery.el 1797;;; Generated autoloads from battery.el
1799 (put 'battery-mode-line-string 'risky-local-variable t) 1798 (put 'battery-mode-line-string 'risky-local-variable t)
1800 1799
@@ -1830,8 +1829,7 @@ seconds.
1830;;;*** 1829;;;***
1831 1830
1832;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1831;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1833;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20557 48712 315579 1832;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20559 38659 0 0))
1834;;;;;; 0))
1835;;; Generated autoloads from emacs-lisp/benchmark.el 1833;;; Generated autoloads from emacs-lisp/benchmark.el
1836 1834
1837(autoload 'benchmark-run "benchmark" "\ 1835(autoload 'benchmark-run "benchmark" "\
@@ -1868,7 +1866,7 @@ For non-interactive use see also `benchmark-run' and
1868;;;*** 1866;;;***
1869 1867
1870;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1868;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1871;;;;;; "bibtex" "textmodes/bibtex.el" (20576 13095 881042 0)) 1869;;;;;; "bibtex" "textmodes/bibtex.el" (20577 48876 0 0))
1872;;; Generated autoloads from textmodes/bibtex.el 1870;;; Generated autoloads from textmodes/bibtex.el
1873 1871
1874(autoload 'bibtex-initialize "bibtex" "\ 1872(autoload 'bibtex-initialize "bibtex" "\
@@ -1957,7 +1955,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1957;;;*** 1955;;;***
1958 1956
1959;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1957;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1960;;;;;; (20355 10021 546955 0)) 1958;;;;;; (20244 35516 0 0))
1961;;; Generated autoloads from textmodes/bibtex-style.el 1959;;; Generated autoloads from textmodes/bibtex-style.el
1962 1960
1963(autoload 'bibtex-style-mode "bibtex-style" "\ 1961(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1969,7 +1967,7 @@ Major mode for editing BibTeX style files.
1969 1967
1970;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1968;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1971;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1969;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1972;;;;;; (20355 10021 546955 0)) 1970;;;;;; (20356 35090 0 0))
1973;;; Generated autoloads from mail/binhex.el 1971;;; Generated autoloads from mail/binhex.el
1974 1972
1975(defconst binhex-begin-line "^:...............................................................$" "\ 1973(defconst binhex-begin-line "^:...............................................................$" "\
@@ -1993,8 +1991,8 @@ Binhex decode region between START and END.
1993 1991
1994;;;*** 1992;;;***
1995 1993
1996;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20551 1994;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20553
1997;;;;;; 9899 283417 0)) 1995;;;;;; 2323 0 0))
1998;;; Generated autoloads from play/blackbox.el 1996;;; Generated autoloads from play/blackbox.el
1999 1997
2000(autoload 'blackbox "blackbox" "\ 1998(autoload 'blackbox "blackbox" "\
@@ -2117,7 +2115,7 @@ a reflection.
2117;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 2115;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2118;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 2116;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2119;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 2117;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2120;;;;;; "bookmark.el" (20585 28088 480237 0)) 2118;;;;;; "bookmark.el" (20589 46442 0 0))
2121;;; Generated autoloads from bookmark.el 2119;;; Generated autoloads from bookmark.el
2122 (define-key ctl-x-r-map "b" 'bookmark-jump) 2120 (define-key ctl-x-r-map "b" 'bookmark-jump)
2123 (define-key ctl-x-r-map "m" 'bookmark-set) 2121 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2318,7 +2316,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2318;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point 2316;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point
2319;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2317;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2320;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) 2318;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
2321;;;;;; "browse-url" "net/browse-url.el" (20566 63671 243798 0)) 2319;;;;;; "browse-url" "net/browse-url.el" (20567 31133 0 0))
2322;;; Generated autoloads from net/browse-url.el 2320;;; Generated autoloads from net/browse-url.el
2323 2321
2324(defvar browse-url-browser-function 'browse-url-default-browser "\ 2322(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2634,7 +2632,7 @@ from `browse-url-elinks-wrapper'.
2634;;;*** 2632;;;***
2635 2633
2636;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2634;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2637;;;;;; "bs" "bs.el" (20576 13095 881042 0)) 2635;;;;;; "bs" "bs.el" (20577 48876 0 0))
2638;;; Generated autoloads from bs.el 2636;;; Generated autoloads from bs.el
2639 2637
2640(autoload 'bs-cycle-next "bs" "\ 2638(autoload 'bs-cycle-next "bs" "\
@@ -2674,8 +2672,8 @@ name of buffer configuration.
2674 2672
2675;;;*** 2673;;;***
2676 2674
2677;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20566 63671 2675;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20567 31133
2678;;;;;; 243798 0)) 2676;;;;;; 0 0))
2679;;; Generated autoloads from play/bubbles.el 2677;;; Generated autoloads from play/bubbles.el
2680 2678
2681(autoload 'bubbles "bubbles" "\ 2679(autoload 'bubbles "bubbles" "\
@@ -2697,7 +2695,7 @@ columns on its right towards the left.
2697;;;*** 2695;;;***
2698 2696
2699;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2697;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2700;;;;;; "progmodes/bug-reference.el" (20532 45476 981297 0)) 2698;;;;;; "progmodes/bug-reference.el" (20600 16892 0 0))
2701;;; Generated autoloads from progmodes/bug-reference.el 2699;;; Generated autoloads from progmodes/bug-reference.el
2702 2700
2703(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2701(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2721,7 +2719,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2721;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2719;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2722;;;;;; compile-defun byte-compile-file byte-recompile-directory 2720;;;;;; compile-defun byte-compile-file byte-recompile-directory
2723;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2721;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2724;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20585 28088 480237 0)) 2722;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20600 16892 0 0))
2725;;; Generated autoloads from emacs-lisp/bytecomp.el 2723;;; Generated autoloads from emacs-lisp/bytecomp.el
2726(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2724(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2727(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2725(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2841,8 +2839,8 @@ and corresponding effects.
2841 2839
2842;;;*** 2840;;;***
2843 2841
2844;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20355 2842;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20244
2845;;;;;; 10021 546955 0)) 2843;;;;;; 35516 0 0))
2846;;; Generated autoloads from calendar/cal-china.el 2844;;; Generated autoloads from calendar/cal-china.el
2847 2845
2848(put 'calendar-chinese-time-zone 'risky-local-variable t) 2846(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2851,8 +2849,8 @@ and corresponding effects.
2851 2849
2852;;;*** 2850;;;***
2853 2851
2854;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20461 32935 2852;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20468 36126
2855;;;;;; 300400 0)) 2853;;;;;; 0 0))
2856;;; Generated autoloads from calendar/cal-dst.el 2854;;; Generated autoloads from calendar/cal-dst.el
2857 2855
2858(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2856(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2864,7 +2862,7 @@ and corresponding effects.
2864;;;*** 2862;;;***
2865 2863
2866;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2864;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2867;;;;;; (20355 10021 546955 0)) 2865;;;;;; (20290 33419 0 0))
2868;;; Generated autoloads from calendar/cal-hebrew.el 2866;;; Generated autoloads from calendar/cal-hebrew.el
2869 2867
2870(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2868(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2880,8 +2878,8 @@ from the cursor position.
2880 2878
2881;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2879;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2882;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2880;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2883;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20572 2881;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20600
2884;;;;;; 16038 402143 0)) 2882;;;;;; 16892 0 0))
2885;;; Generated autoloads from calc/calc.el 2883;;; Generated autoloads from calc/calc.el
2886 (define-key ctl-x-map "*" 'calc-dispatch) 2884 (define-key ctl-x-map "*" 'calc-dispatch)
2887 2885
@@ -2965,8 +2963,8 @@ See Info node `(calc)Defining Functions'.
2965 2963
2966;;;*** 2964;;;***
2967 2965
2968;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20355 2966;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20244
2969;;;;;; 10021 546955 0)) 2967;;;;;; 35516 0 0))
2970;;; Generated autoloads from calc/calc-undo.el 2968;;; Generated autoloads from calc/calc-undo.el
2971 2969
2972(autoload 'calc-undo "calc-undo" "\ 2970(autoload 'calc-undo "calc-undo" "\
@@ -2976,8 +2974,8 @@ See Info node `(calc)Defining Functions'.
2976 2974
2977;;;*** 2975;;;***
2978 2976
2979;;;### (autoloads (calculator) "calculator" "calculator.el" (20476 2977;;;### (autoloads (calculator) "calculator" "calculator.el" (20511
2980;;;;;; 31768 298871 0)) 2978;;;;;; 52965 0 0))
2981;;; Generated autoloads from calculator.el 2979;;; Generated autoloads from calculator.el
2982 2980
2983(autoload 'calculator "calculator" "\ 2981(autoload 'calculator "calculator" "\
@@ -2988,8 +2986,8 @@ See the documentation for `calculator-mode' for more information.
2988 2986
2989;;;*** 2987;;;***
2990 2988
2991;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20577 2989;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20600
2992;;;;;; 33959 40183 0)) 2990;;;;;; 16892 0 0))
2993;;; Generated autoloads from calendar/calendar.el 2991;;; Generated autoloads from calendar/calendar.el
2994 2992
2995(autoload 'calendar "calendar" "\ 2993(autoload 'calendar "calendar" "\
@@ -3033,7 +3031,7 @@ This function is suitable for execution in an init file.
3033;;;*** 3031;;;***
3034 3032
3035;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3033;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3036;;;;;; "gnus/canlock.el" (20355 10021 546955 0)) 3034;;;;;; "gnus/canlock.el" (20244 35516 0 0))
3037;;; Generated autoloads from gnus/canlock.el 3035;;; Generated autoloads from gnus/canlock.el
3038 3036
3039(autoload 'canlock-insert-header "canlock" "\ 3037(autoload 'canlock-insert-header "canlock" "\
@@ -3051,7 +3049,7 @@ it fails.
3051;;;*** 3049;;;***
3052 3050
3053;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 3051;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3054;;;;;; (20355 10021 546955 0)) 3052;;;;;; (20244 35516 0 0))
3055;;; Generated autoloads from progmodes/cap-words.el 3053;;; Generated autoloads from progmodes/cap-words.el
3056 3054
3057(autoload 'capitalized-words-mode "cap-words" "\ 3055(autoload 'capitalized-words-mode "cap-words" "\
@@ -3090,15 +3088,15 @@ Obsoletes `c-forward-into-nomenclature'.
3090 3088
3091;;;*** 3089;;;***
3092 3090
3093;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20355 3091;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20244
3094;;;;;; 10021 546955 0)) 3092;;;;;; 35516 0 0))
3095;;; Generated autoloads from progmodes/cc-compat.el 3093;;; Generated autoloads from progmodes/cc-compat.el
3096(put 'c-indent-level 'safe-local-variable 'integerp) 3094(put 'c-indent-level 'safe-local-variable 'integerp)
3097 3095
3098;;;*** 3096;;;***
3099 3097
3100;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3098;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3101;;;;;; (20557 48712 315579 0)) 3099;;;;;; (20559 38659 0 0))
3102;;; Generated autoloads from progmodes/cc-engine.el 3100;;; Generated autoloads from progmodes/cc-engine.el
3103 3101
3104(autoload 'c-guess-basic-syntax "cc-engine" "\ 3102(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3110,8 +3108,8 @@ Return the syntactic context of the current line.
3110 3108
3111;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region 3109;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region
3112;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install 3110;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3113;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20355 10021 3111;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20276 3849 0
3114;;;;;; 546955 0)) 3112;;;;;; 0))
3115;;; Generated autoloads from progmodes/cc-guess.el 3113;;; Generated autoloads from progmodes/cc-guess.el
3116 3114
3117(defvar c-guess-guessed-offsets-alist nil "\ 3115(defvar c-guess-guessed-offsets-alist nil "\
@@ -3211,7 +3209,7 @@ the absolute file name of the file if STYLE-NAME is nil.
3211 3209
3212;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode 3210;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
3213;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3211;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3214;;;;;; (20416 44451 205563 0)) 3212;;;;;; (20419 46656 0 0))
3215;;; Generated autoloads from progmodes/cc-mode.el 3213;;; Generated autoloads from progmodes/cc-mode.el
3216 3214
3217(autoload 'c-initialize-cc-mode "cc-mode" "\ 3215(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3388,7 +3386,7 @@ Key bindings:
3388;;;*** 3386;;;***
3389 3387
3390;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3388;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3391;;;;;; "progmodes/cc-styles.el" (20566 63671 243798 0)) 3389;;;;;; "progmodes/cc-styles.el" (20567 31133 0 0))
3392;;; Generated autoloads from progmodes/cc-styles.el 3390;;; Generated autoloads from progmodes/cc-styles.el
3393 3391
3394(autoload 'c-set-style "cc-styles" "\ 3392(autoload 'c-set-style "cc-styles" "\
@@ -3439,8 +3437,8 @@ and exists only for compatibility reasons.
3439 3437
3440;;;*** 3438;;;***
3441 3439
3442;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20355 10021 3440;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20600 16892
3443;;;;;; 546955 0)) 3441;;;;;; 0 0))
3444;;; Generated autoloads from progmodes/cc-vars.el 3442;;; Generated autoloads from progmodes/cc-vars.el
3445(put 'c-basic-offset 'safe-local-variable 'integerp) 3443(put 'c-basic-offset 'safe-local-variable 'integerp)
3446(put 'c-backslash-column 'safe-local-variable 'integerp) 3444(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3450,7 +3448,7 @@ and exists only for compatibility reasons.
3450 3448
3451;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3449;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3452;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3450;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3453;;;;;; (20355 10021 546955 0)) 3451;;;;;; (20244 35516 0 0))
3454;;; Generated autoloads from international/ccl.el 3452;;; Generated autoloads from international/ccl.el
3455 3453
3456(autoload 'ccl-compile "ccl" "\ 3454(autoload 'ccl-compile "ccl" "\
@@ -3711,7 +3709,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3711;;;*** 3709;;;***
3712 3710
3713;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" 3711;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3714;;;;;; (20453 5437 764254 0)) 3712;;;;;; (20452 43334 0 0))
3715;;; Generated autoloads from emacs-lisp/cconv.el 3713;;; Generated autoloads from emacs-lisp/cconv.el
3716 3714
3717(autoload 'cconv-closure-convert "cconv" "\ 3715(autoload 'cconv-closure-convert "cconv" "\
@@ -3726,7 +3724,7 @@ Returns a form where all lambdas don't have any free variables.
3726;;;*** 3724;;;***
3727 3725
3728;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) 3726;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode)
3729;;;;;; "cfengine" "progmodes/cfengine.el" (20355 10021 546955 0)) 3727;;;;;; "cfengine" "progmodes/cfengine.el" (20356 35090 0 0))
3730;;; Generated autoloads from progmodes/cfengine.el 3728;;; Generated autoloads from progmodes/cfengine.el
3731 3729
3732(autoload 'cfengine3-mode "cfengine" "\ 3730(autoload 'cfengine3-mode "cfengine" "\
@@ -3756,7 +3754,7 @@ on the buffer contents
3756;;;*** 3754;;;***
3757 3755
3758;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3756;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3759;;;;;; "emacs-lisp/check-declare.el" (20378 29222 722320 0)) 3757;;;;;; "emacs-lisp/check-declare.el" (20380 26775 0 0))
3760;;; Generated autoloads from emacs-lisp/check-declare.el 3758;;; Generated autoloads from emacs-lisp/check-declare.el
3761 3759
3762(autoload 'check-declare-file "check-declare" "\ 3760(autoload 'check-declare-file "check-declare" "\
@@ -3781,7 +3779,7 @@ Returns non-nil if any false statements are found.
3781;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3779;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3782;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3780;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3783;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3781;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3784;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20388 65061 302484 0)) 3782;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20412 11425 0 0))
3785;;; Generated autoloads from emacs-lisp/checkdoc.el 3783;;; Generated autoloads from emacs-lisp/checkdoc.el
3786(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3784(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3787(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3785(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3977,7 +3975,7 @@ checking of documentation strings.
3977 3975
3978;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3976;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3979;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3977;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3980;;;;;; "language/china-util.el" (20355 10021 546955 0)) 3978;;;;;; "language/china-util.el" (20244 35516 0 0))
3981;;; Generated autoloads from language/china-util.el 3979;;; Generated autoloads from language/china-util.el
3982 3980
3983(autoload 'decode-hz-region "china-util" "\ 3981(autoload 'decode-hz-region "china-util" "\
@@ -4015,7 +4013,7 @@ Encode the text in the current buffer to HZ.
4015;;;*** 4013;;;***
4016 4014
4017;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4015;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4018;;;;;; "chistory" "chistory.el" (20355 10021 546955 0)) 4016;;;;;; "chistory" "chistory.el" (20244 35516 0 0))
4019;;; Generated autoloads from chistory.el 4017;;; Generated autoloads from chistory.el
4020 4018
4021(autoload 'repeat-matching-complex-command "chistory" "\ 4019(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4055,7 +4053,7 @@ and runs the normal hook `command-history-hook'.
4055;;;*** 4053;;;***
4056 4054
4057;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4055;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4058;;;;;; (20355 10021 546955 0)) 4056;;;;;; (20290 33419 0 0))
4059;;; Generated autoloads from emacs-lisp/cl-indent.el 4057;;; Generated autoloads from emacs-lisp/cl-indent.el
4060 4058
4061(autoload 'common-lisp-indent-function "cl-indent" "\ 4059(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4133,8 +4131,8 @@ For example, the function `case' has an indent property
4133 4131
4134;;;*** 4132;;;***
4135 4133
4136;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20582 12953 4134;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20600 16892
4137;;;;;; 724727 481000)) 4135;;;;;; 0 0))
4138;;; Generated autoloads from emacs-lisp/cl-lib.el 4136;;; Generated autoloads from emacs-lisp/cl-lib.el
4139 4137
4140(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3") 4138(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3")
@@ -4162,7 +4160,7 @@ a future Emacs interpreter will be able to use it.")
4162;;;*** 4160;;;***
4163 4161
4164;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4162;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4165;;;;;; (20566 63671 243798 0)) 4163;;;;;; (20567 31133 0 0))
4166;;; Generated autoloads from progmodes/cmacexp.el 4164;;; Generated autoloads from progmodes/cmacexp.el
4167 4165
4168(autoload 'c-macro-expand "cmacexp" "\ 4166(autoload 'c-macro-expand "cmacexp" "\
@@ -4182,8 +4180,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4182 4180
4183;;;*** 4181;;;***
4184 4182
4185;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20355 4183;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20244
4186;;;;;; 10021 546955 0)) 4184;;;;;; 35516 0 0))
4187;;; Generated autoloads from cmuscheme.el 4185;;; Generated autoloads from cmuscheme.el
4188 4186
4189(autoload 'run-scheme "cmuscheme" "\ 4187(autoload 'run-scheme "cmuscheme" "\
@@ -4203,8 +4201,8 @@ is run).
4203 4201
4204;;;*** 4202;;;***
4205 4203
4206;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20522 9637 4204;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20592 26321
4207;;;;;; 465791 0)) 4205;;;;;; 0 0))
4208;;; Generated autoloads from color.el 4206;;; Generated autoloads from color.el
4209 4207
4210(autoload 'color-name-to-rgb "color" "\ 4208(autoload 'color-name-to-rgb "color" "\
@@ -4215,7 +4213,7 @@ string (e.g. \"#ff12ec\").
4215Normally the return value is a list of three floating-point 4213Normally the return value is a list of three floating-point
4216numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive. 4214numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive.
4217 4215
4218Optional arg FRAME specifies the frame where the color is to be 4216Optional argument FRAME specifies the frame where the color is to be
4219displayed. If FRAME is omitted or nil, use the selected frame. 4217displayed. If FRAME is omitted or nil, use the selected frame.
4220If FRAME cannot display COLOR, return nil. 4218If FRAME cannot display COLOR, return nil.
4221 4219
@@ -4226,7 +4224,7 @@ If FRAME cannot display COLOR, return nil.
4226;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4224;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4227;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4225;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4228;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4226;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4229;;;;;; (20577 33959 40183 0)) 4227;;;;;; (20600 16892 0 0))
4230;;; Generated autoloads from comint.el 4228;;; Generated autoloads from comint.el
4231 4229
4232(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4230(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4326,7 +4324,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4326;;;*** 4324;;;***
4327 4325
4328;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 4326;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4329;;;;;; (20355 10021 546955 0)) 4327;;;;;; (20244 35516 0 0))
4330;;; Generated autoloads from vc/compare-w.el 4328;;; Generated autoloads from vc/compare-w.el
4331 4329
4332(autoload 'compare-windows "compare-w" "\ 4330(autoload 'compare-windows "compare-w" "\
@@ -4363,8 +4361,8 @@ on third call it again advances points to the next difference and so on.
4363;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4361;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4364;;;;;; compile compilation-disable-input compile-command compilation-search-path 4362;;;;;; compile compilation-disable-input compile-command compilation-search-path
4365;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4363;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4366;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20576 4364;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20577
4367;;;;;; 42138 697312 0)) 4365;;;;;; 48876 0 0))
4368;;; Generated autoloads from progmodes/compile.el 4366;;; Generated autoloads from progmodes/compile.el
4369 4367
4370(defvar compilation-mode-hook nil "\ 4368(defvar compilation-mode-hook nil "\
@@ -4546,7 +4544,7 @@ This is the value of `next-error-function' in Compilation buffers.
4546;;;*** 4544;;;***
4547 4545
4548;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4546;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4549;;;;;; (20495 51111 757560 0)) 4547;;;;;; (20511 52965 0 0))
4550;;; Generated autoloads from completion.el 4548;;; Generated autoloads from completion.el
4551 4549
4552(defvar dynamic-completion-mode nil "\ 4550(defvar dynamic-completion-mode nil "\
@@ -4571,7 +4569,7 @@ if ARG is omitted or nil.
4571;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4569;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4572;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4570;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4573;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4571;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4574;;;;;; (20355 10021 546955 0)) 4572;;;;;; (20244 35516 0 0))
4575;;; Generated autoloads from textmodes/conf-mode.el 4573;;; Generated autoloads from textmodes/conf-mode.el
4576 4574
4577(autoload 'conf-mode "conf-mode" "\ 4575(autoload 'conf-mode "conf-mode" "\
@@ -4727,7 +4725,7 @@ For details see `conf-mode'. Example:
4727;;;*** 4725;;;***
4728 4726
4729;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4727;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4730;;;;;; "cookie1" "play/cookie1.el" (20545 57511 257469 0)) 4728;;;;;; "cookie1" "play/cookie1.el" (20550 14882 0 0))
4731;;; Generated autoloads from play/cookie1.el 4729;;; Generated autoloads from play/cookie1.el
4732 4730
4733(autoload 'cookie "cookie1" "\ 4731(autoload 'cookie "cookie1" "\
@@ -4759,8 +4757,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4759;;;*** 4757;;;***
4760 4758
4761;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4759;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4762;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20518 4760;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20522
4763;;;;;; 12580 46478 0)) 4761;;;;;; 30367 0 0))
4764;;; Generated autoloads from emacs-lisp/copyright.el 4762;;; Generated autoloads from emacs-lisp/copyright.el
4765(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4763(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4766(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4764(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4799,8 +4797,7 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4799;;;*** 4797;;;***
4800 4798
4801;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4799;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4802;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20512 60198 306109 4800;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20513 16153 0 0))
4803;;;;;; 0))
4804;;; Generated autoloads from progmodes/cperl-mode.el 4801;;; Generated autoloads from progmodes/cperl-mode.el
4805(put 'cperl-indent-level 'safe-local-variable 'integerp) 4802(put 'cperl-indent-level 'safe-local-variable 'integerp)
4806(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4803(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4999,7 +4996,7 @@ Run a `perldoc' on the word around point.
4999;;;*** 4996;;;***
5000 4997
5001;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4998;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5002;;;;;; (20355 10021 546955 0)) 4999;;;;;; (20356 35090 0 0))
5003;;; Generated autoloads from progmodes/cpp.el 5000;;; Generated autoloads from progmodes/cpp.el
5004 5001
5005(autoload 'cpp-highlight-buffer "cpp" "\ 5002(autoload 'cpp-highlight-buffer "cpp" "\
@@ -5018,7 +5015,7 @@ Edit display information for cpp conditionals.
5018;;;*** 5015;;;***
5019 5016
5020;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5017;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5021;;;;;; (20523 62082 997685 0)) 5018;;;;;; (20600 16892 0 0))
5022;;; Generated autoloads from emulation/crisp.el 5019;;; Generated autoloads from emulation/crisp.el
5023 5020
5024(defvar crisp-mode nil "\ 5021(defvar crisp-mode nil "\
@@ -5044,7 +5041,7 @@ if ARG is omitted or nil.
5044;;;*** 5041;;;***
5045 5042
5046;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5043;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5047;;;;;; (20355 10021 546955 0)) 5044;;;;;; (20244 35516 0 0))
5048;;; Generated autoloads from emacs-lisp/crm.el 5045;;; Generated autoloads from emacs-lisp/crm.el
5049 5046
5050(autoload 'completing-read-multiple "crm" "\ 5047(autoload 'completing-read-multiple "crm" "\
@@ -5079,8 +5076,8 @@ INHERIT-INPUT-METHOD.
5079 5076
5080;;;*** 5077;;;***
5081 5078
5082;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20478 5079;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20511
5083;;;;;; 3673 653810 0)) 5080;;;;;; 52965 0 0))
5084;;; Generated autoloads from textmodes/css-mode.el 5081;;; Generated autoloads from textmodes/css-mode.el
5085 5082
5086(autoload 'css-mode "css-mode" "\ 5083(autoload 'css-mode "css-mode" "\
@@ -5091,7 +5088,7 @@ Major mode to edit Cascading Style Sheets.
5091;;;*** 5088;;;***
5092 5089
5093;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5090;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5094;;;;;; (20434 17809 692608 0)) 5091;;;;;; (20434 28080 0 0))
5095;;; Generated autoloads from emulation/cua-base.el 5092;;; Generated autoloads from emulation/cua-base.el
5096 5093
5097(defvar cua-mode nil "\ 5094(defvar cua-mode nil "\
@@ -5151,7 +5148,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5151;;;;;; customize-mode customize customize-push-and-save customize-save-variable 5148;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5152;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically 5149;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5153;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) 5150;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5154;;;;;; "cus-edit" "cus-edit.el" (20577 33959 40183 0)) 5151;;;;;; "cus-edit" "cus-edit.el" (20577 48876 0 0))
5155;;; Generated autoloads from cus-edit.el 5152;;; Generated autoloads from cus-edit.el
5156 5153
5157(defvar custom-browse-sort-alphabetically nil "\ 5154(defvar custom-browse-sort-alphabetically nil "\
@@ -5463,8 +5460,8 @@ The format is suitable for use with `easy-menu-define'.
5463;;;*** 5460;;;***
5464 5461
5465;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme 5462;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5466;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20355 5463;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20336
5467;;;;;; 10021 546955 0)) 5464;;;;;; 29137 0 0))
5468;;; Generated autoloads from cus-theme.el 5465;;; Generated autoloads from cus-theme.el
5469 5466
5470(autoload 'customize-create-theme "cus-theme" "\ 5467(autoload 'customize-create-theme "cus-theme" "\
@@ -5498,7 +5495,7 @@ omitted, a buffer named *Custom Themes* is used.
5498;;;*** 5495;;;***
5499 5496
5500;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5497;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5501;;;;;; (20476 31768 298871 0)) 5498;;;;;; (20511 52965 0 0))
5502;;; Generated autoloads from vc/cvs-status.el 5499;;; Generated autoloads from vc/cvs-status.el
5503 5500
5504(autoload 'cvs-status-mode "cvs-status" "\ 5501(autoload 'cvs-status-mode "cvs-status" "\
@@ -5509,7 +5506,7 @@ Mode used for cvs status output.
5509;;;*** 5506;;;***
5510 5507
5511;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el" 5508;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el"
5512;;;;;; (20577 33959 40183 0)) 5509;;;;;; (20577 48876 0 0))
5513;;; Generated autoloads from progmodes/cwarn.el 5510;;; Generated autoloads from progmodes/cwarn.el
5514 5511
5515(autoload 'cwarn-mode "cwarn" "\ 5512(autoload 'cwarn-mode "cwarn" "\
@@ -5554,7 +5551,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5554 5551
5555;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5552;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5556;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5553;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5557;;;;;; (20355 10021 546955 0)) 5554;;;;;; (20244 35516 0 0))
5558;;; Generated autoloads from language/cyril-util.el 5555;;; Generated autoloads from language/cyril-util.el
5559 5556
5560(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5557(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5583,7 +5580,7 @@ If the argument is nil, we return the display table to its standard state.
5583;;;*** 5580;;;***
5584 5581
5585;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5582;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5586;;;;;; (20397 45851 446679 0)) 5583;;;;;; (20412 11425 0 0))
5587;;; Generated autoloads from dabbrev.el 5584;;; Generated autoloads from dabbrev.el
5588(put 'dabbrev-case-fold-search 'risky-local-variable t) 5585(put 'dabbrev-case-fold-search 'risky-local-variable t)
5589(put 'dabbrev-case-replace 'risky-local-variable t) 5586(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5630,7 +5627,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5630;;;*** 5627;;;***
5631 5628
5632;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5629;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5633;;;;;; (20355 10021 546955 0)) 5630;;;;;; (20585 59413 0 0))
5634;;; Generated autoloads from cedet/data-debug.el 5631;;; Generated autoloads from cedet/data-debug.el
5635 5632
5636(autoload 'data-debug-new-buffer "data-debug" "\ 5633(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5641,7 +5638,7 @@ Create a new data-debug buffer with NAME.
5641;;;*** 5638;;;***
5642 5639
5643;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20523 5640;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20523
5644;;;;;; 62082 997685 0)) 5641;;;;;; 63054 0 0))
5645;;; Generated autoloads from net/dbus.el 5642;;; Generated autoloads from net/dbus.el
5646 5643
5647(autoload 'dbus-handle-event "dbus" "\ 5644(autoload 'dbus-handle-event "dbus" "\
@@ -5654,8 +5651,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5654 5651
5655;;;*** 5652;;;***
5656 5653
5657;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20355 5654;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20356
5658;;;;;; 10021 546955 0)) 5655;;;;;; 35090 0 0))
5659;;; Generated autoloads from progmodes/dcl-mode.el 5656;;; Generated autoloads from progmodes/dcl-mode.el
5660 5657
5661(autoload 'dcl-mode "dcl-mode" "\ 5658(autoload 'dcl-mode "dcl-mode" "\
@@ -5782,7 +5779,7 @@ There is some minimal font-lock support (see vars
5782;;;*** 5779;;;***
5783 5780
5784;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5781;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5785;;;;;; "emacs-lisp/debug.el" (20572 16038 402143 0)) 5782;;;;;; "emacs-lisp/debug.el" (20589 46442 0 0))
5786;;; Generated autoloads from emacs-lisp/debug.el 5783;;; Generated autoloads from emacs-lisp/debug.el
5787 5784
5788(setq debugger 'debug) 5785(setq debugger 'debug)
@@ -5826,7 +5823,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5826;;;*** 5823;;;***
5827 5824
5828;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5825;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5829;;;;;; (20566 63671 243798 0)) 5826;;;;;; (20567 31133 0 0))
5830;;; Generated autoloads from play/decipher.el 5827;;; Generated autoloads from play/decipher.el
5831 5828
5832(autoload 'decipher "decipher" "\ 5829(autoload 'decipher "decipher" "\
@@ -5855,8 +5852,8 @@ The most useful commands are:
5855;;;*** 5852;;;***
5856 5853
5857;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5854;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5858;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20355 5855;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20244
5859;;;;;; 10021 546955 0)) 5856;;;;;; 35516 0 0))
5860;;; Generated autoloads from delim-col.el 5857;;; Generated autoloads from delim-col.el
5861 5858
5862(autoload 'delimit-columns-customize "delim-col" "\ 5859(autoload 'delimit-columns-customize "delim-col" "\
@@ -5880,8 +5877,8 @@ START and END delimits the corners of text rectangle.
5880 5877
5881;;;*** 5878;;;***
5882 5879
5883;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20355 5880;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20356
5884;;;;;; 10021 546955 0)) 5881;;;;;; 35090 0 0))
5885;;; Generated autoloads from progmodes/delphi.el 5882;;; Generated autoloads from progmodes/delphi.el
5886 5883
5887(autoload 'delphi-mode "delphi" "\ 5884(autoload 'delphi-mode "delphi" "\
@@ -5932,8 +5929,8 @@ with no args, if that value is non-nil.
5932 5929
5933;;;*** 5930;;;***
5934 5931
5935;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20515 5932;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20517
5936;;;;;; 36389 544939 0)) 5933;;;;;; 4109 0 0))
5937;;; Generated autoloads from delsel.el 5934;;; Generated autoloads from delsel.el
5938 5935
5939(defalias 'pending-delete-mode 'delete-selection-mode) 5936(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5963,7 +5960,7 @@ any selection.
5963;;;*** 5960;;;***
5964 5961
5965;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5962;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5966;;;;;; "derived" "emacs-lisp/derived.el" (20577 33959 40183 0)) 5963;;;;;; "derived" "emacs-lisp/derived.el" (20577 48876 0 0))
5967;;; Generated autoloads from emacs-lisp/derived.el 5964;;; Generated autoloads from emacs-lisp/derived.el
5968 5965
5969(autoload 'define-derived-mode "derived" "\ 5966(autoload 'define-derived-mode "derived" "\
@@ -6030,7 +6027,7 @@ the first time the mode is used.
6030;;;*** 6027;;;***
6031 6028
6032;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6029;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6033;;;;;; "descr-text.el" (20530 32114 546307 0)) 6030;;;;;; "descr-text.el" (20535 44414 0 0))
6034;;; Generated autoloads from descr-text.el 6031;;; Generated autoloads from descr-text.el
6035 6032
6036(autoload 'describe-text-properties "descr-text" "\ 6033(autoload 'describe-text-properties "descr-text" "\
@@ -6067,7 +6064,7 @@ relevant to POS.
6067;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6064;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6068;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6065;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6069;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6066;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6070;;;;;; "desktop.el" (20577 33959 40183 0)) 6067;;;;;; "desktop.el" (20577 48876 0 0))
6071;;; Generated autoloads from desktop.el 6068;;; Generated autoloads from desktop.el
6072 6069
6073(defvar desktop-save-mode nil "\ 6070(defvar desktop-save-mode nil "\
@@ -6256,7 +6253,7 @@ Revert to the last loaded desktop.
6256 6253
6257;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6254;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6258;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6255;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6259;;;;;; "deuglify" "gnus/deuglify.el" (20355 10021 546955 0)) 6256;;;;;; "deuglify" "gnus/deuglify.el" (20244 35516 0 0))
6260;;; Generated autoloads from gnus/deuglify.el 6257;;; Generated autoloads from gnus/deuglify.el
6261 6258
6262(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6259(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6289,7 +6286,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6289;;;*** 6286;;;***
6290 6287
6291;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6288;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6292;;;;;; "calendar/diary-lib.el" (20576 42138 697312 0)) 6289;;;;;; "calendar/diary-lib.el" (20577 48876 0 0))
6293;;; Generated autoloads from calendar/diary-lib.el 6290;;; Generated autoloads from calendar/diary-lib.el
6294 6291
6295(autoload 'diary "diary-lib" "\ 6292(autoload 'diary "diary-lib" "\
@@ -6333,7 +6330,7 @@ Major mode for editing the diary file.
6333 6330
6334;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file 6331;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file
6335;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el" 6332;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el"
6336;;;;;; (20570 60708 993668 0)) 6333;;;;;; (20571 23797 0 0))
6337;;; Generated autoloads from vc/diff.el 6334;;; Generated autoloads from vc/diff.el
6338 6335
6339(defvar diff-switches (purecopy "-c") "\ 6336(defvar diff-switches (purecopy "-c") "\
@@ -6382,7 +6379,7 @@ This requires the external program `diff' to be in your `exec-path'.
6382;;;*** 6379;;;***
6383 6380
6384;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6381;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6385;;;;;; (20585 28088 480237 0)) 6382;;;;;; (20589 46442 0 0))
6386;;; Generated autoloads from vc/diff-mode.el 6383;;; Generated autoloads from vc/diff-mode.el
6387 6384
6388(autoload 'diff-mode "diff-mode" "\ 6385(autoload 'diff-mode "diff-mode" "\
@@ -6414,7 +6411,7 @@ the mode if ARG is omitted or nil.
6414 6411
6415;;;*** 6412;;;***
6416 6413
6417;;;### (autoloads (dig) "dig" "net/dig.el" (20355 10021 546955 0)) 6414;;;### (autoloads (dig) "dig" "net/dig.el" (20244 35516 0 0))
6418;;; Generated autoloads from net/dig.el 6415;;; Generated autoloads from net/dig.el
6419 6416
6420(autoload 'dig "dig" "\ 6417(autoload 'dig "dig" "\
@@ -6426,8 +6423,8 @@ Optional arguments are passed to `dig-invoke'.
6426;;;*** 6423;;;***
6427 6424
6428;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6425;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6429;;;;;; dired dired-listing-switches) "dired" "dired.el" (20584 7212 6426;;;;;; dired dired-listing-switches) "dired" "dired.el" (20592 26321
6430;;;;;; 455152 0)) 6427;;;;;; 0 0))
6431;;; Generated autoloads from dired.el 6428;;; Generated autoloads from dired.el
6432 6429
6433(defvar dired-listing-switches (purecopy "-al") "\ 6430(defvar dired-listing-switches (purecopy "-al") "\
@@ -6525,7 +6522,6 @@ for more info):
6525 6522
6526 `dired-listing-switches' 6523 `dired-listing-switches'
6527 `dired-trivial-filenames' 6524 `dired-trivial-filenames'
6528 `dired-shrink-to-fit'
6529 `dired-marker-char' 6525 `dired-marker-char'
6530 `dired-del-marker' 6526 `dired-del-marker'
6531 `dired-keep-marker-rename' 6527 `dired-keep-marker-rename'
@@ -6549,7 +6545,7 @@ Keybindings:
6549;;;*** 6545;;;***
6550 6546
6551;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6547;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6552;;;;;; (20399 35365 4050 0)) 6548;;;;;; (20412 11425 0 0))
6553;;; Generated autoloads from dirtrack.el 6549;;; Generated autoloads from dirtrack.el
6554 6550
6555(autoload 'dirtrack-mode "dirtrack" "\ 6551(autoload 'dirtrack-mode "dirtrack" "\
@@ -6579,8 +6575,8 @@ from `default-directory'.
6579 6575
6580;;;*** 6576;;;***
6581 6577
6582;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20497 6578;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20511
6583;;;;;; 6436 957082 0)) 6579;;;;;; 52965 0 0))
6584;;; Generated autoloads from emacs-lisp/disass.el 6580;;; Generated autoloads from emacs-lisp/disass.el
6585 6581
6586(autoload 'disassemble "disass" "\ 6582(autoload 'disassemble "disass" "\
@@ -6599,7 +6595,7 @@ redefine OBJECT if it is a symbol.
6599;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6595;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6600;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6596;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6601;;;;;; set-display-table-slot display-table-slot make-display-table) 6597;;;;;; set-display-table-slot display-table-slot make-display-table)
6602;;;;;; "disp-table" "disp-table.el" (20355 10021 546955 0)) 6598;;;;;; "disp-table" "disp-table.el" (20244 35516 0 0))
6603;;; Generated autoloads from disp-table.el 6599;;; Generated autoloads from disp-table.el
6604 6600
6605(autoload 'make-display-table "disp-table" "\ 6601(autoload 'make-display-table "disp-table" "\
@@ -6721,7 +6717,7 @@ in `.emacs'.
6721;;;*** 6717;;;***
6722 6718
6723;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6719;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6724;;;;;; (20545 57511 257469 0)) 6720;;;;;; (20550 14882 0 0))
6725;;; Generated autoloads from play/dissociate.el 6721;;; Generated autoloads from play/dissociate.el
6726 6722
6727(autoload 'dissociated-press "dissociate" "\ 6723(autoload 'dissociated-press "dissociate" "\
@@ -6737,8 +6733,8 @@ Default is 2.
6737 6733
6738;;;*** 6734;;;***
6739 6735
6740;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20355 10021 6736;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20244 35516
6741;;;;;; 546955 0)) 6737;;;;;; 0 0))
6742;;; Generated autoloads from dnd.el 6738;;; Generated autoloads from dnd.el
6743 6739
6744(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)) "\ 6740(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)) "\
@@ -6759,7 +6755,7 @@ if some action was made, or nil if the URL is ignored.")
6759;;;*** 6755;;;***
6760 6756
6761;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6757;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6762;;;;;; "textmodes/dns-mode.el" (20355 10021 546955 0)) 6758;;;;;; "textmodes/dns-mode.el" (20244 35516 0 0))
6763;;; Generated autoloads from textmodes/dns-mode.el 6759;;; Generated autoloads from textmodes/dns-mode.el
6764 6760
6765(autoload 'dns-mode "dns-mode" "\ 6761(autoload 'dns-mode "dns-mode" "\
@@ -6784,7 +6780,7 @@ Locate SOA record and increment the serial field.
6784 6780
6785;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe 6781;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6786;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20581 6782;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20581
6787;;;;;; 31014 234484 0)) 6783;;;;;; 44007 0 0))
6788;;; Generated autoloads from doc-view.el 6784;;; Generated autoloads from doc-view.el
6789 6785
6790(autoload 'doc-view-mode-p "doc-view" "\ 6786(autoload 'doc-view-mode-p "doc-view" "\
@@ -6830,8 +6826,8 @@ See the command `doc-view-mode' for more information on this mode.
6830 6826
6831;;;*** 6827;;;***
6832 6828
6833;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20545 57511 6829;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20550 14882
6834;;;;;; 257469 0)) 6830;;;;;; 0 0))
6835;;; Generated autoloads from play/doctor.el 6831;;; Generated autoloads from play/doctor.el
6836 6832
6837(autoload 'doctor "doctor" "\ 6833(autoload 'doctor "doctor" "\
@@ -6841,8 +6837,8 @@ Switch to *doctor* buffer and start giving psychotherapy.
6841 6837
6842;;;*** 6838;;;***
6843 6839
6844;;;### (autoloads (double-mode) "double" "double.el" (20355 10021 6840;;;### (autoloads (double-mode) "double" "double.el" (20244 35516
6845;;;;;; 546955 0)) 6841;;;;;; 0 0))
6846;;; Generated autoloads from double.el 6842;;; Generated autoloads from double.el
6847 6843
6848(autoload 'double-mode "double" "\ 6844(autoload 'double-mode "double" "\
@@ -6858,8 +6854,8 @@ strings when pressed twice. See `double-map' for details.
6858 6854
6859;;;*** 6855;;;***
6860 6856
6861;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20545 57511 6857;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20550 14882
6862;;;;;; 257469 0)) 6858;;;;;; 0 0))
6863;;; Generated autoloads from play/dunnet.el 6859;;; Generated autoloads from play/dunnet.el
6864 6860
6865(autoload 'dunnet "dunnet" "\ 6861(autoload 'dunnet "dunnet" "\
@@ -6871,7 +6867,7 @@ Switch to *dungeon* buffer and start game.
6871 6867
6872;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6868;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6873;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6869;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6874;;;;;; "emacs-lisp/easy-mmode.el" (20574 57775 217760 0)) 6870;;;;;; "emacs-lisp/easy-mmode.el" (20577 48876 0 0))
6875;;; Generated autoloads from emacs-lisp/easy-mmode.el 6871;;; Generated autoloads from emacs-lisp/easy-mmode.el
6876 6872
6877(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6873(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7006,8 +7002,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7006;;;*** 7002;;;***
7007 7003
7008;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7004;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7009;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20563 7005;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20567
7010;;;;;; 1062 543283 0)) 7006;;;;;; 31133 0 0))
7011;;; Generated autoloads from emacs-lisp/easymenu.el 7007;;; Generated autoloads from emacs-lisp/easymenu.el
7012 7008
7013(autoload 'easy-menu-define "easymenu" "\ 7009(autoload 'easy-menu-define "easymenu" "\
@@ -7161,7 +7157,7 @@ To implement dynamic menus, either call this from
7161;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7157;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7162;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7158;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7163;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7159;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7164;;;;;; "progmodes/ebnf2ps.el" (20566 63671 243798 0)) 7160;;;;;; "progmodes/ebnf2ps.el" (20567 31133 0 0))
7165;;; Generated autoloads from progmodes/ebnf2ps.el 7161;;; Generated autoloads from progmodes/ebnf2ps.el
7166 7162
7167(autoload 'ebnf-customize "ebnf2ps" "\ 7163(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7435,8 +7431,8 @@ See `ebnf-style-database' documentation.
7435;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7431;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7436;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7432;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7437;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7433;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7438;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20561 7434;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20567
7439;;;;;; 18280 338092 0)) 7435;;;;;; 31133 0 0))
7440;;; Generated autoloads from progmodes/ebrowse.el 7436;;; Generated autoloads from progmodes/ebrowse.el
7441 7437
7442(autoload 'ebrowse-tree-mode "ebrowse" "\ 7438(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7585,7 +7581,7 @@ Display statistics for a class tree.
7585;;;*** 7581;;;***
7586 7582
7587;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7583;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7588;;;;;; (20523 62082 997685 0)) 7584;;;;;; (20523 63054 0 0))
7589;;; Generated autoloads from ebuff-menu.el 7585;;; Generated autoloads from ebuff-menu.el
7590 7586
7591(autoload 'electric-buffer-list "ebuff-menu" "\ 7587(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7618,7 +7614,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7618;;;*** 7614;;;***
7619 7615
7620;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7616;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7621;;;;;; "echistory.el" (20355 10021 546955 0)) 7617;;;;;; "echistory.el" (20244 35516 0 0))
7622;;; Generated autoloads from echistory.el 7618;;; Generated autoloads from echistory.el
7623 7619
7624(autoload 'Electric-command-history-redo-expression "echistory" "\ 7620(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7630,7 +7626,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7630;;;*** 7626;;;***
7631 7627
7632;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7628;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7633;;;;;; (20355 10021 546955 0)) 7629;;;;;; (20244 35516 0 0))
7634;;; Generated autoloads from gnus/ecomplete.el 7630;;; Generated autoloads from gnus/ecomplete.el
7635 7631
7636(autoload 'ecomplete-setup "ecomplete" "\ 7632(autoload 'ecomplete-setup "ecomplete" "\
@@ -7640,8 +7636,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7640 7636
7641;;;*** 7637;;;***
7642 7638
7643;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20355 10021 7639;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20592 26321
7644;;;;;; 546955 0)) 7640;;;;;; 0 0))
7645;;; Generated autoloads from cedet/ede.el 7641;;; Generated autoloads from cedet/ede.el
7646 7642
7647(defvar global-ede-mode nil "\ 7643(defvar global-ede-mode nil "\
@@ -7668,7 +7664,7 @@ an EDE controlled project.
7668 7664
7669;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7665;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7670;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7666;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7671;;;;;; "emacs-lisp/edebug.el" (20563 1062 543283 0)) 7667;;;;;; "emacs-lisp/edebug.el" (20600 16892 0 0))
7672;;; Generated autoloads from emacs-lisp/edebug.el 7668;;; Generated autoloads from emacs-lisp/edebug.el
7673 7669
7674(defvar edebug-all-defs nil "\ 7670(defvar edebug-all-defs nil "\
@@ -7741,8 +7737,8 @@ Toggle edebugging of all forms.
7741;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7737;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7742;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7738;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7743;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7739;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7744;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20495 51111 7740;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20511 52965
7745;;;;;; 757560 0)) 7741;;;;;; 0 0))
7746;;; Generated autoloads from vc/ediff.el 7742;;; Generated autoloads from vc/ediff.el
7747 7743
7748(autoload 'ediff-files "ediff" "\ 7744(autoload 'ediff-files "ediff" "\
@@ -7974,7 +7970,7 @@ With optional NODE, goes to that node.
7974;;;*** 7970;;;***
7975 7971
7976;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7972;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7977;;;;;; (20355 10021 546955 0)) 7973;;;;;; (20244 35516 0 0))
7978;;; Generated autoloads from vc/ediff-help.el 7974;;; Generated autoloads from vc/ediff-help.el
7979 7975
7980(autoload 'ediff-customize "ediff-help" "\ 7976(autoload 'ediff-customize "ediff-help" "\
@@ -7985,7 +7981,7 @@ With optional NODE, goes to that node.
7985;;;*** 7981;;;***
7986 7982
7987;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7983;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7988;;;;;; (20355 10021 546955 0)) 7984;;;;;; (20244 35516 0 0))
7989;;; Generated autoloads from vc/ediff-mult.el 7985;;; Generated autoloads from vc/ediff-mult.el
7990 7986
7991(autoload 'ediff-show-registry "ediff-mult" "\ 7987(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7998,7 +7994,7 @@ Display Ediff's registry.
7998;;;*** 7994;;;***
7999 7995
8000;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7996;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8001;;;;;; "ediff-util" "vc/ediff-util.el" (20584 7212 455152 0)) 7997;;;;;; "ediff-util" "vc/ediff-util.el" (20585 55103 0 0))
8002;;; Generated autoloads from vc/ediff-util.el 7998;;; Generated autoloads from vc/ediff-util.el
8003 7999
8004(autoload 'ediff-toggle-multiframe "ediff-util" "\ 8000(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8019,7 +8015,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8019 8015
8020;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8016;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8021;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8017;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8022;;;;;; (20476 31768 298871 0)) 8018;;;;;; (20511 52965 0 0))
8023;;; Generated autoloads from edmacro.el 8019;;; Generated autoloads from edmacro.el
8024 8020
8025(autoload 'edit-kbd-macro "edmacro" "\ 8021(autoload 'edit-kbd-macro "edmacro" "\
@@ -8068,7 +8064,7 @@ or nil, use a compact 80-column format.
8068;;;*** 8064;;;***
8069 8065
8070;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8066;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8071;;;;;; "emulation/edt.el" (20566 63671 243798 0)) 8067;;;;;; "emulation/edt.el" (20567 31133 0 0))
8072;;; Generated autoloads from emulation/edt.el 8068;;; Generated autoloads from emulation/edt.el
8073 8069
8074(autoload 'edt-set-scroll-margins "edt" "\ 8070(autoload 'edt-set-scroll-margins "edt" "\
@@ -8086,7 +8082,7 @@ Turn on EDT Emulation.
8086;;;*** 8082;;;***
8087 8083
8088;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8084;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8089;;;;;; (20561 18280 338092 0)) 8085;;;;;; (20600 16892 0 0))
8090;;; Generated autoloads from ehelp.el 8086;;; Generated autoloads from ehelp.el
8091 8087
8092(autoload 'with-electric-help "ehelp" "\ 8088(autoload 'with-electric-help "ehelp" "\
@@ -8122,8 +8118,55 @@ BUFFER is put back into its original major mode.
8122 8118
8123;;;*** 8119;;;***
8124 8120
8121;;;### (autoloads (customize-object) "eieio-custom" "emacs-lisp/eieio-custom.el"
8122;;;;;; (20585 59413 0 0))
8123;;; Generated autoloads from emacs-lisp/eieio-custom.el
8124
8125(autoload 'customize-object "eieio-custom" "\
8126Customize OBJ in a custom buffer.
8127Optional argument GROUP is the sub-group of slots to display.
8128
8129\(fn OBJ &optional GROUP)" nil nil)
8130
8131;;;***
8132
8133;;;### (autoloads (eieio-describe-generic eieio-describe-constructor
8134;;;;;; eieio-describe-class eieio-browse) "eieio-opt" "emacs-lisp/eieio-opt.el"
8135;;;;;; (20585 59413 0 0))
8136;;; Generated autoloads from emacs-lisp/eieio-opt.el
8137
8138(autoload 'eieio-browse "eieio-opt" "\
8139Create an object browser window to show all objects.
8140If optional ROOT-CLASS, then start with that, otherwise start with
8141variable `eieio-default-superclass'.
8142
8143\(fn &optional ROOT-CLASS)" t nil)
8144(defalias 'describe-class 'eieio-describe-class)
8145
8146(autoload 'eieio-describe-class "eieio-opt" "\
8147Describe a CLASS defined by a string or symbol.
8148If CLASS is actually an object, then also display current values of that object.
8149Optional HEADERFCN should be called to insert a few bits of info first.
8150
8151\(fn CLASS &optional HEADERFCN)" t nil)
8152
8153(autoload 'eieio-describe-constructor "eieio-opt" "\
8154Describe the constructor function FCN.
8155Uses `eieio-describe-class' to describe the class being constructed.
8156
8157\(fn FCN)" t nil)
8158(defalias 'describe-generic 'eieio-describe-generic)
8159
8160(autoload 'eieio-describe-generic "eieio-opt" "\
8161Describe the generic function GENERIC.
8162Also extracts information about all methods specific to this generic.
8163
8164\(fn GENERIC)" t nil)
8165
8166;;;***
8167
8125;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8168;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8126;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20355 10021 546955 0)) 8169;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20244 35516 0 0))
8127;;; Generated autoloads from emacs-lisp/eldoc.el 8170;;; Generated autoloads from emacs-lisp/eldoc.el
8128 8171
8129(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8172(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8170,7 +8213,7 @@ Emacs Lisp mode) that support ElDoc.")
8170;;;*** 8213;;;***
8171 8214
8172;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 8215;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8173;;;;;; "electric" "electric.el" (20481 18215 64245 0)) 8216;;;;;; "electric" "electric.el" (20511 52965 0 0))
8174;;; Generated autoloads from electric.el 8217;;; Generated autoloads from electric.el
8175 8218
8176(defvar electric-indent-chars '(10) "\ 8219(defvar electric-indent-chars '(10) "\
@@ -8240,8 +8283,8 @@ The variable `electric-layout-rules' says when and how to insert newlines.
8240 8283
8241;;;*** 8284;;;***
8242 8285
8243;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20355 8286;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20244
8244;;;;;; 10021 546955 0)) 8287;;;;;; 35516 0 0))
8245;;; Generated autoloads from elide-head.el 8288;;; Generated autoloads from elide-head.el
8246 8289
8247(autoload 'elide-head "elide-head" "\ 8290(autoload 'elide-head "elide-head" "\
@@ -8258,7 +8301,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8258 8301
8259;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 8302;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8260;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 8303;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8261;;;;;; (20486 36135 22104 0)) 8304;;;;;; (20511 52965 0 0))
8262;;; Generated autoloads from emacs-lisp/elint.el 8305;;; Generated autoloads from emacs-lisp/elint.el
8263 8306
8264(autoload 'elint-file "elint" "\ 8307(autoload 'elint-file "elint" "\
@@ -8294,8 +8337,8 @@ optional prefix argument REINIT is non-nil.
8294;;;*** 8337;;;***
8295 8338
8296;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8339;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8297;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20497 8340;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20511
8298;;;;;; 6436 957082 0)) 8341;;;;;; 52965 0 0))
8299;;; Generated autoloads from emacs-lisp/elp.el 8342;;; Generated autoloads from emacs-lisp/elp.el
8300 8343
8301(autoload 'elp-instrument-function "elp" "\ 8344(autoload 'elp-instrument-function "elp" "\
@@ -8330,7 +8373,7 @@ displayed.
8330;;;*** 8373;;;***
8331 8374
8332;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" 8375;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el"
8333;;;;;; (20577 33959 40183 0)) 8376;;;;;; (20577 48876 0 0))
8334;;; Generated autoloads from emacs-lock.el 8377;;; Generated autoloads from emacs-lock.el
8335 8378
8336(autoload 'emacs-lock-mode "emacs-lock" "\ 8379(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8358,7 +8401,7 @@ Other values are interpreted as usual.
8358;;;*** 8401;;;***
8359 8402
8360;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) 8403;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug)
8361;;;;;; "emacsbug" "mail/emacsbug.el" (20576 13095 881042 0)) 8404;;;;;; "emacsbug" "mail/emacsbug.el" (20577 48876 0 0))
8362;;; Generated autoloads from mail/emacsbug.el 8405;;; Generated autoloads from mail/emacsbug.el
8363 8406
8364(autoload 'report-emacs-bug "emacsbug" "\ 8407(autoload 'report-emacs-bug "emacsbug" "\
@@ -8379,7 +8422,7 @@ The result is an alist with items of the form (URL SUBJECT NO).
8379;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8422;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8380;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8423;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8381;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8424;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8382;;;;;; "vc/emerge.el" (20576 42138 697312 0)) 8425;;;;;; "vc/emerge.el" (20577 48876 0 0))
8383;;; Generated autoloads from vc/emerge.el 8426;;; Generated autoloads from vc/emerge.el
8384 8427
8385(autoload 'emerge-files "emerge" "\ 8428(autoload 'emerge-files "emerge" "\
@@ -8440,7 +8483,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8440;;;*** 8483;;;***
8441 8484
8442;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8485;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8443;;;;;; "enriched" "textmodes/enriched.el" (20461 32935 300400 0)) 8486;;;;;; "enriched" "textmodes/enriched.el" (20468 36126 0 0))
8444;;; Generated autoloads from textmodes/enriched.el 8487;;; Generated autoloads from textmodes/enriched.el
8445 8488
8446(autoload 'enriched-mode "enriched" "\ 8489(autoload 'enriched-mode "enriched" "\
@@ -8481,7 +8524,7 @@ Commands:
8481;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8524;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8482;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8525;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8483;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20577 8526;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20577
8484;;;;;; 33959 40183 0)) 8527;;;;;; 48876 0 0))
8485;;; Generated autoloads from epa.el 8528;;; Generated autoloads from epa.el
8486 8529
8487(autoload 'epa-list-keys "epa" "\ 8530(autoload 'epa-list-keys "epa" "\
@@ -8659,8 +8702,8 @@ Insert selected KEYS after the point.
8659;;;*** 8702;;;***
8660 8703
8661;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8704;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8662;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20355 10021 8705;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20244 35516
8663;;;;;; 546955 0)) 8706;;;;;; 0 0))
8664;;; Generated autoloads from epa-dired.el 8707;;; Generated autoloads from epa-dired.el
8665 8708
8666(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8709(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8686,7 +8729,7 @@ Encrypt marked files.
8686;;;*** 8729;;;***
8687 8730
8688;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8731;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8689;;;;;; "epa-file" "epa-file.el" (20355 10021 546955 0)) 8732;;;;;; "epa-file" "epa-file.el" (20244 35516 0 0))
8690;;; Generated autoloads from epa-file.el 8733;;; Generated autoloads from epa-file.el
8691 8734
8692(autoload 'epa-file-handler "epa-file" "\ 8735(autoload 'epa-file-handler "epa-file" "\
@@ -8708,7 +8751,7 @@ Encrypt marked files.
8708 8751
8709;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8752;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8710;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8753;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8711;;;;;; "epa-mail" "epa-mail.el" (20566 63671 243798 0)) 8754;;;;;; "epa-mail" "epa-mail.el" (20567 31133 0 0))
8712;;; Generated autoloads from epa-mail.el 8755;;; Generated autoloads from epa-mail.el
8713 8756
8714(autoload 'epa-mail-mode "epa-mail" "\ 8757(autoload 'epa-mail-mode "epa-mail" "\
@@ -8778,8 +8821,8 @@ if ARG is omitted or nil.
8778 8821
8779;;;*** 8822;;;***
8780 8823
8781;;;### (autoloads (epg-make-context) "epg" "epg.el" (20577 33959 8824;;;### (autoloads (epg-make-context) "epg" "epg.el" (20577 48876
8782;;;;;; 40183 0)) 8825;;;;;; 0 0))
8783;;; Generated autoloads from epg.el 8826;;; Generated autoloads from epg.el
8784 8827
8785(autoload 'epg-make-context "epg" "\ 8828(autoload 'epg-make-context "epg" "\
@@ -8790,7 +8833,7 @@ Return a context object.
8790;;;*** 8833;;;***
8791 8834
8792;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8835;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8793;;;;;; "epg-config" "epg-config.el" (20373 11301 906925 0)) 8836;;;;;; "epg-config" "epg-config.el" (20373 41604 0 0))
8794;;; Generated autoloads from epg-config.el 8837;;; Generated autoloads from epg-config.el
8795 8838
8796(autoload 'epg-configuration "epg-config" "\ 8839(autoload 'epg-configuration "epg-config" "\
@@ -8811,7 +8854,7 @@ Look at CONFIG and try to expand GROUP.
8811;;;*** 8854;;;***
8812 8855
8813;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args) 8856;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args)
8814;;;;;; "erc" "erc/erc.el" (20577 33959 40183 0)) 8857;;;;;; "erc" "erc/erc.el" (20600 16892 0 0))
8815;;; Generated autoloads from erc/erc.el 8858;;; Generated autoloads from erc/erc.el
8816 8859
8817(autoload 'erc-select-read-args "erc" "\ 8860(autoload 'erc-select-read-args "erc" "\
@@ -8859,36 +8902,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8859 8902
8860;;;*** 8903;;;***
8861 8904
8862;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20355 8905;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20592
8863;;;;;; 10021 546955 0)) 8906;;;;;; 26321 0 0))
8864;;; Generated autoloads from erc/erc-autoaway.el 8907;;; Generated autoloads from erc/erc-autoaway.el
8865 (autoload 'erc-autoaway-mode "erc-autoaway") 8908 (autoload 'erc-autoaway-mode "erc-autoaway")
8866 8909
8867;;;*** 8910;;;***
8868 8911
8869;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20566 63671 8912;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20600 16892
8870;;;;;; 243798 0)) 8913;;;;;; 0 0))
8871;;; Generated autoloads from erc/erc-button.el 8914;;; Generated autoloads from erc/erc-button.el
8872 (autoload 'erc-button-mode "erc-button" nil t) 8915 (autoload 'erc-button-mode "erc-button" nil t)
8873 8916
8874;;;*** 8917;;;***
8875 8918
8876;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20566 63671 8919;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20592 26321
8877;;;;;; 243798 0)) 8920;;;;;; 0 0))
8878;;; Generated autoloads from erc/erc-capab.el 8921;;; Generated autoloads from erc/erc-capab.el
8879 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8922 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8880 8923
8881;;;*** 8924;;;***
8882 8925
8883;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20355 10021 8926;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20592 26321
8884;;;;;; 546955 0)) 8927;;;;;; 0 0))
8885;;; Generated autoloads from erc/erc-compat.el 8928;;; Generated autoloads from erc/erc-compat.el
8886 (autoload 'erc-define-minor-mode "erc-compat") 8929 (autoload 'erc-define-minor-mode "erc-compat")
8887 8930
8888;;;*** 8931;;;***
8889 8932
8890;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8933;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8891;;;;;; "erc-dcc" "erc/erc-dcc.el" (20523 62082 997685 0)) 8934;;;;;; "erc-dcc" "erc/erc-dcc.el" (20592 26321 0 0))
8892;;; Generated autoloads from erc/erc-dcc.el 8935;;; Generated autoloads from erc/erc-dcc.el
8893 (autoload 'erc-dcc-mode "erc-dcc") 8936 (autoload 'erc-dcc-mode "erc-dcc")
8894 8937
@@ -8917,11 +8960,18 @@ that subcommand.
8917 8960
8918;;;*** 8961;;;***
8919 8962
8963;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8964;;;;;; (20600 16892 0 0))
8965;;; Generated autoloads from erc/erc-desktop-notifications.el
8966(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8967
8968;;;***
8969
8920;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select 8970;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select
8921;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8971;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8922;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8972;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8923;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8973;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8924;;;;;; (20355 10021 546955 0)) 8974;;;;;; (20592 26321 0 0))
8925;;; Generated autoloads from erc/erc-ezbounce.el 8975;;; Generated autoloads from erc/erc-ezbounce.el
8926 8976
8927(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8977(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8983,8 +9033,8 @@ Add EZBouncer convenience functions to ERC.
8983 9033
8984;;;*** 9034;;;***
8985 9035
8986;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20355 9036;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20592
8987;;;;;; 10021 546955 0)) 9037;;;;;; 26321 0 0))
8988;;; Generated autoloads from erc/erc-fill.el 9038;;; Generated autoloads from erc/erc-fill.el
8989 (autoload 'erc-fill-mode "erc-fill" nil t) 9039 (autoload 'erc-fill-mode "erc-fill" nil t)
8990 9040
@@ -8997,7 +9047,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8997;;;*** 9047;;;***
8998 9048
8999;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9049;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9000;;;;;; "erc/erc-identd.el" (20355 10021 546955 0)) 9050;;;;;; "erc/erc-identd.el" (20592 26321 0 0))
9001;;; Generated autoloads from erc/erc-identd.el 9051;;; Generated autoloads from erc/erc-identd.el
9002 (autoload 'erc-identd-mode "erc-identd") 9052 (autoload 'erc-identd-mode "erc-identd")
9003 9053
@@ -9019,7 +9069,7 @@ system.
9019;;;*** 9069;;;***
9020 9070
9021;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9071;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9022;;;;;; (20355 10021 546955 0)) 9072;;;;;; (20592 26321 0 0))
9023;;; Generated autoloads from erc/erc-imenu.el 9073;;; Generated autoloads from erc/erc-imenu.el
9024 9074
9025(autoload 'erc-create-imenu-index "erc-imenu" "\ 9075(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9029,14 +9079,14 @@ system.
9029 9079
9030;;;*** 9080;;;***
9031 9081
9032;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20532 45476 981297 9082;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20592 26321 0
9033;;;;;; 0)) 9083;;;;;; 0))
9034;;; Generated autoloads from erc/erc-join.el 9084;;; Generated autoloads from erc/erc-join.el
9035 (autoload 'erc-autojoin-mode "erc-join" nil t) 9085 (autoload 'erc-autojoin-mode "erc-join" nil t)
9036 9086
9037;;;*** 9087;;;***
9038 9088
9039;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20355 10021 546955 9089;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20592 26321 0
9040;;;;;; 0)) 9090;;;;;; 0))
9041;;; Generated autoloads from erc/erc-list.el 9091;;; Generated autoloads from erc/erc-list.el
9042 (autoload 'erc-list-mode "erc-list") 9092 (autoload 'erc-list-mode "erc-list")
@@ -9044,7 +9094,7 @@ system.
9044;;;*** 9094;;;***
9045 9095
9046;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9096;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9047;;;;;; "erc/erc-log.el" (20355 10021 546955 0)) 9097;;;;;; "erc/erc-log.el" (20600 16892 0 0))
9048;;; Generated autoloads from erc/erc-log.el 9098;;; Generated autoloads from erc/erc-log.el
9049 (autoload 'erc-log-mode "erc-log" nil t) 9099 (autoload 'erc-log-mode "erc-log" nil t)
9050 9100
@@ -9076,7 +9126,7 @@ You can save every individual message by putting this function on
9076;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9126;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9077;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9127;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9078;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9128;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9079;;;;;; (20566 63671 243798 0)) 9129;;;;;; (20592 26321 0 0))
9080;;; Generated autoloads from erc/erc-match.el 9130;;; Generated autoloads from erc/erc-match.el
9081 (autoload 'erc-match-mode "erc-match") 9131 (autoload 'erc-match-mode "erc-match")
9082 9132
@@ -9122,7 +9172,7 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9122 9172
9123;;;*** 9173;;;***
9124 9174
9125;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20355 10021 546955 9175;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20592 26321 0
9126;;;;;; 0)) 9176;;;;;; 0))
9127;;; Generated autoloads from erc/erc-menu.el 9177;;; Generated autoloads from erc/erc-menu.el
9128 (autoload 'erc-menu-mode "erc-menu" nil t) 9178 (autoload 'erc-menu-mode "erc-menu" nil t)
@@ -9130,7 +9180,7 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9130;;;*** 9180;;;***
9131 9181
9132;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9182;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9133;;;;;; (20566 63671 243798 0)) 9183;;;;;; (20592 26321 0 0))
9134;;; Generated autoloads from erc/erc-netsplit.el 9184;;; Generated autoloads from erc/erc-netsplit.el
9135 (autoload 'erc-netsplit-mode "erc-netsplit") 9185 (autoload 'erc-netsplit-mode "erc-netsplit")
9136 9186
@@ -9142,7 +9192,7 @@ Show who's gone.
9142;;;*** 9192;;;***
9143 9193
9144;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9194;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9145;;;;;; "erc/erc-networks.el" (20355 10021 546955 0)) 9195;;;;;; "erc/erc-networks.el" (20592 26321 0 0))
9146;;; Generated autoloads from erc/erc-networks.el 9196;;; Generated autoloads from erc/erc-networks.el
9147 9197
9148(autoload 'erc-determine-network "erc-networks" "\ 9198(autoload 'erc-determine-network "erc-networks" "\
@@ -9159,15 +9209,8 @@ Interactively select a server to connect to using `erc-server-alist'.
9159 9209
9160;;;*** 9210;;;***
9161 9211
9162;;;### (autoloads nil "erc-notifications" "erc/erc-notifications.el"
9163;;;;;; (20491 54052 900109 0))
9164;;; Generated autoloads from erc/erc-notifications.el
9165(autoload 'erc-notifications-mode "erc-notifications" "" t)
9166
9167;;;***
9168
9169;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9212;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9170;;;;;; "erc/erc-notify.el" (20355 10021 546955 0)) 9213;;;;;; "erc/erc-notify.el" (20592 26321 0 0))
9171;;; Generated autoloads from erc/erc-notify.el 9214;;; Generated autoloads from erc/erc-notify.el
9172 (autoload 'erc-notify-mode "erc-notify" nil t) 9215 (autoload 'erc-notify-mode "erc-notify" nil t)
9173 9216
@@ -9185,28 +9228,28 @@ with args, toggle notify status of people.
9185 9228
9186;;;*** 9229;;;***
9187 9230
9188;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20566 63671 243798 9231;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20592 26321 0
9189;;;;;; 0)) 9232;;;;;; 0))
9190;;; Generated autoloads from erc/erc-page.el 9233;;; Generated autoloads from erc/erc-page.el
9191 (autoload 'erc-page-mode "erc-page") 9234 (autoload 'erc-page-mode "erc-page")
9192 9235
9193;;;*** 9236;;;***
9194 9237
9195;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20355 9238;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20592
9196;;;;;; 10021 546955 0)) 9239;;;;;; 26321 0 0))
9197;;; Generated autoloads from erc/erc-pcomplete.el 9240;;; Generated autoloads from erc/erc-pcomplete.el
9198 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9241 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9199 9242
9200;;;*** 9243;;;***
9201 9244
9202;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20566 63671 9245;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20592 26321
9203;;;;;; 243798 0)) 9246;;;;;; 0 0))
9204;;; Generated autoloads from erc/erc-replace.el 9247;;; Generated autoloads from erc/erc-replace.el
9205 (autoload 'erc-replace-mode "erc-replace") 9248 (autoload 'erc-replace-mode "erc-replace")
9206 9249
9207;;;*** 9250;;;***
9208 9251
9209;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20355 10021 546955 9252;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20592 26321 0
9210;;;;;; 0)) 9253;;;;;; 0))
9211;;; Generated autoloads from erc/erc-ring.el 9254;;; Generated autoloads from erc/erc-ring.el
9212 (autoload 'erc-ring-mode "erc-ring" nil t) 9255 (autoload 'erc-ring-mode "erc-ring" nil t)
@@ -9214,8 +9257,7 @@ with args, toggle notify status of people.
9214;;;*** 9257;;;***
9215 9258
9216;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9259;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9217;;;;;; "erc-services" "erc/erc-services.el" (20357 58785 834364 9260;;;;;; "erc-services" "erc/erc-services.el" (20592 26321 0 0))
9218;;;;;; 0))
9219;;; Generated autoloads from erc/erc-services.el 9261;;; Generated autoloads from erc/erc-services.el
9220 (autoload 'erc-services-mode "erc-services" nil t) 9262 (autoload 'erc-services-mode "erc-services" nil t)
9221 9263
@@ -9232,15 +9274,15 @@ When called interactively, read the password using `read-passwd'.
9232 9274
9233;;;*** 9275;;;***
9234 9276
9235;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20355 10021 9277;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20592 26321
9236;;;;;; 546955 0)) 9278;;;;;; 0 0))
9237;;; Generated autoloads from erc/erc-sound.el 9279;;; Generated autoloads from erc/erc-sound.el
9238 (autoload 'erc-sound-mode "erc-sound") 9280 (autoload 'erc-sound-mode "erc-sound")
9239 9281
9240;;;*** 9282;;;***
9241 9283
9242;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9284;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9243;;;;;; (20355 10021 546955 0)) 9285;;;;;; (20592 26321 0 0))
9244;;; Generated autoloads from erc/erc-speedbar.el 9286;;; Generated autoloads from erc/erc-speedbar.el
9245 9287
9246(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9288(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9251,22 +9293,22 @@ This will add a speedbar major display mode.
9251 9293
9252;;;*** 9294;;;***
9253 9295
9254;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20355 9296;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20592
9255;;;;;; 10021 546955 0)) 9297;;;;;; 26321 0 0))
9256;;; Generated autoloads from erc/erc-spelling.el 9298;;; Generated autoloads from erc/erc-spelling.el
9257 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9299 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9258 9300
9259;;;*** 9301;;;***
9260 9302
9261;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20566 63671 9303;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20600 16892
9262;;;;;; 243798 0)) 9304;;;;;; 0 0))
9263;;; Generated autoloads from erc/erc-stamp.el 9305;;; Generated autoloads from erc/erc-stamp.el
9264 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9306 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9265 9307
9266;;;*** 9308;;;***
9267 9309
9268;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9310;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9269;;;;;; (20566 63671 243798 0)) 9311;;;;;; (20592 26321 0 0))
9270;;; Generated autoloads from erc/erc-track.el 9312;;; Generated autoloads from erc/erc-track.el
9271 9313
9272(defvar erc-track-minor-mode nil "\ 9314(defvar erc-track-minor-mode nil "\
@@ -9292,8 +9334,7 @@ keybindings will not do anything useful.
9292;;;*** 9334;;;***
9293 9335
9294;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9336;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9295;;;;;; "erc-truncate" "erc/erc-truncate.el" (20355 10021 546955 9337;;;;;; "erc-truncate" "erc/erc-truncate.el" (20592 26321 0 0))
9296;;;;;; 0))
9297;;; Generated autoloads from erc/erc-truncate.el 9338;;; Generated autoloads from erc/erc-truncate.el
9298 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9339 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9299 9340
@@ -9313,7 +9354,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9313;;;*** 9354;;;***
9314 9355
9315;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9356;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9316;;;;;; (20355 10021 546955 0)) 9357;;;;;; (20592 26321 0 0))
9317;;; Generated autoloads from erc/erc-xdcc.el 9358;;; Generated autoloads from erc/erc-xdcc.el
9318 (autoload 'erc-xdcc-mode "erc-xdcc") 9359 (autoload 'erc-xdcc-mode "erc-xdcc")
9319 9360
@@ -9326,7 +9367,7 @@ Add a file to `erc-xdcc-files'.
9326 9367
9327;;;### (autoloads (ert-describe-test ert-run-tests-interactively 9368;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9328;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) 9369;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9329;;;;;; "ert" "emacs-lisp/ert.el" (20576 42138 697312 0)) 9370;;;;;; "ert" "emacs-lisp/ert.el" (20577 48876 0 0))
9330;;; Generated autoloads from emacs-lisp/ert.el 9371;;; Generated autoloads from emacs-lisp/ert.el
9331 9372
9332(autoload 'ert-deftest "ert" "\ 9373(autoload 'ert-deftest "ert" "\
@@ -9392,7 +9433,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9392;;;*** 9433;;;***
9393 9434
9394;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" 9435;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
9395;;;;;; (20576 42138 697312 0)) 9436;;;;;; (20577 48876 0 0))
9396;;; Generated autoloads from emacs-lisp/ert-x.el 9437;;; Generated autoloads from emacs-lisp/ert-x.el
9397 9438
9398(put 'ert-with-test-buffer 'lisp-indent-function 1) 9439(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9404,8 +9445,8 @@ Kill all test buffers that are still live.
9404 9445
9405;;;*** 9446;;;***
9406 9447
9407;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20523 9448;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20600
9408;;;;;; 62082 997685 0)) 9449;;;;;; 16892 0 0))
9409;;; Generated autoloads from eshell/esh-mode.el 9450;;; Generated autoloads from eshell/esh-mode.el
9410 9451
9411(autoload 'eshell-mode "esh-mode" "\ 9452(autoload 'eshell-mode "esh-mode" "\
@@ -9418,7 +9459,7 @@ Emacs shell interactive mode.
9418;;;*** 9459;;;***
9419 9460
9420;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 9461;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9421;;;;;; "eshell/eshell.el" (20577 33959 40183 0)) 9462;;;;;; "eshell/eshell.el" (20577 48876 0 0))
9422;;; Generated autoloads from eshell/eshell.el 9463;;; Generated autoloads from eshell/eshell.el
9423 9464
9424(autoload 'eshell "eshell" "\ 9465(autoload 'eshell "eshell" "\
@@ -9459,7 +9500,7 @@ corresponding to a successful execution.
9459;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9500;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9460;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9501;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9461;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9502;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9462;;;;;; (20478 3673 653810 0)) 9503;;;;;; (20511 52965 0 0))
9463;;; Generated autoloads from progmodes/etags.el 9504;;; Generated autoloads from progmodes/etags.el
9464 9505
9465(defvar tags-file-name nil "\ 9506(defvar tags-file-name nil "\
@@ -9777,7 +9818,7 @@ for \\[find-tag] (which see).
9777;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9818;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9778;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9819;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9779;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9820;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9780;;;;;; (20355 10021 546955 0)) 9821;;;;;; (20356 35090 0 0))
9781;;; Generated autoloads from language/ethio-util.el 9822;;; Generated autoloads from language/ethio-util.el
9782 9823
9783(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9824(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9947,7 +9988,7 @@ With ARG, insert that many delimiters.
9947 9988
9948;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9989;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9949;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9990;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9950;;;;;; (20478 3673 653810 0)) 9991;;;;;; (20511 52965 0 0))
9951;;; Generated autoloads from net/eudc.el 9992;;; Generated autoloads from net/eudc.el
9952 9993
9953(autoload 'eudc-set-server "eudc" "\ 9994(autoload 'eudc-set-server "eudc" "\
@@ -10003,7 +10044,7 @@ This does nothing except loading eudc by autoload side-effect.
10003 10044
10004;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10045;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10005;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10046;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10006;;;;;; "eudc-bob" "net/eudc-bob.el" (20355 10021 546955 0)) 10047;;;;;; "eudc-bob" "net/eudc-bob.el" (20244 35516 0 0))
10007;;; Generated autoloads from net/eudc-bob.el 10048;;; Generated autoloads from net/eudc-bob.el
10008 10049
10009(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10050(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10039,7 +10080,7 @@ Display a button for the JPEG DATA.
10039;;;*** 10080;;;***
10040 10081
10041;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10082;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10042;;;;;; "eudc-export" "net/eudc-export.el" (20355 10021 546955 0)) 10083;;;;;; "eudc-export" "net/eudc-export.el" (20244 35516 0 0))
10043;;; Generated autoloads from net/eudc-export.el 10084;;; Generated autoloads from net/eudc-export.el
10044 10085
10045(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 10086(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10056,7 +10097,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10056;;;*** 10097;;;***
10057 10098
10058;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10099;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10059;;;;;; (20355 10021 546955 0)) 10100;;;;;; (20244 35516 0 0))
10060;;; Generated autoloads from net/eudc-hotlist.el 10101;;; Generated autoloads from net/eudc-hotlist.el
10061 10102
10062(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10103(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10066,8 +10107,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10066 10107
10067;;;*** 10108;;;***
10068 10109
10069;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20453 10110;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20452
10070;;;;;; 5437 764254 0)) 10111;;;;;; 43334 0 0))
10071;;; Generated autoloads from emacs-lisp/ewoc.el 10112;;; Generated autoloads from emacs-lisp/ewoc.el
10072 10113
10073(autoload 'ewoc-create "ewoc" "\ 10114(autoload 'ewoc-create "ewoc" "\
@@ -10096,7 +10137,7 @@ fourth arg NOSEP non-nil inhibits this.
10096;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10137;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10097;;;;;; executable-self-display executable-set-magic executable-interpret 10138;;;;;; executable-self-display executable-set-magic executable-interpret
10098;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10139;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10099;;;;;; (20533 6181 437016 717000)) 10140;;;;;; (20535 44414 0 0))
10100;;; Generated autoloads from progmodes/executable.el 10141;;; Generated autoloads from progmodes/executable.el
10101 10142
10102(autoload 'executable-command-find-posix-p "executable" "\ 10143(autoload 'executable-command-find-posix-p "executable" "\
@@ -10139,7 +10180,7 @@ file modes.
10139 10180
10140;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10181;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10141;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 10182;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10142;;;;;; (20355 10021 546955 0)) 10183;;;;;; (20244 35516 0 0))
10143;;; Generated autoloads from expand.el 10184;;; Generated autoloads from expand.el
10144 10185
10145(autoload 'expand-add-abbrevs "expand" "\ 10186(autoload 'expand-add-abbrevs "expand" "\
@@ -10188,8 +10229,8 @@ This is used only in conjunction with `expand-add-abbrevs'.
10188 10229
10189;;;*** 10230;;;***
10190 10231
10191;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20566 63671 10232;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20567 31133
10192;;;;;; 243798 0)) 10233;;;;;; 0 0))
10193;;; Generated autoloads from progmodes/f90.el 10234;;; Generated autoloads from progmodes/f90.el
10194 10235
10195(autoload 'f90-mode "f90" "\ 10236(autoload 'f90-mode "f90" "\
@@ -10259,8 +10300,8 @@ with no args, if that value is non-nil.
10259;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 10300;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10260;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 10301;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10261;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 10302;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10262;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20476 10303;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20511
10263;;;;;; 31768 298871 0)) 10304;;;;;; 52965 0 0))
10264;;; Generated autoloads from face-remap.el 10305;;; Generated autoloads from face-remap.el
10265 10306
10266(autoload 'face-remap-add-relative "face-remap" "\ 10307(autoload 'face-remap-add-relative "face-remap" "\
@@ -10419,8 +10460,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10419 10460
10420;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10461;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10421;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10462;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10422;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20566 63671 10463;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20567 31133
10423;;;;;; 243798 0)) 10464;;;;;; 0 0))
10424;;; Generated autoloads from mail/feedmail.el 10465;;; Generated autoloads from mail/feedmail.el
10425 10466
10426(autoload 'feedmail-send-it "feedmail" "\ 10467(autoload 'feedmail-send-it "feedmail" "\
@@ -10475,7 +10516,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10475 10516
10476;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point 10517;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point
10477;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap" 10518;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap"
10478;;;;;; "ffap.el" (20566 63671 243798 0)) 10519;;;;;; "ffap.el" (20600 16892 0 0))
10479;;; Generated autoloads from ffap.el 10520;;; Generated autoloads from ffap.el
10480 10521
10481(autoload 'ffap-next "ffap" "\ 10522(autoload 'ffap-next "ffap" "\
@@ -10541,7 +10582,7 @@ Evaluate the forms in variable `ffap-bindings'.
10541;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10582;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10542;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10583;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10543;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10584;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10544;;;;;; "filecache" "filecache.el" (20355 10021 546955 0)) 10585;;;;;; "filecache" "filecache.el" (20244 35516 0 0))
10545;;; Generated autoloads from filecache.el 10586;;; Generated autoloads from filecache.el
10546 10587
10547(autoload 'file-cache-add-directory "filecache" "\ 10588(autoload 'file-cache-add-directory "filecache" "\
@@ -10601,8 +10642,8 @@ the name is considered already unique; only the second substitution
10601;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10642;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10602;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 10643;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10603;;;;;; add-file-local-variable-prop-line delete-file-local-variable 10644;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10604;;;;;; add-file-local-variable) "files-x" "files-x.el" (20355 10021 10645;;;;;; add-file-local-variable) "files-x" "files-x.el" (20356 35090
10605;;;;;; 546955 0)) 10646;;;;;; 0 0))
10606;;; Generated autoloads from files-x.el 10647;;; Generated autoloads from files-x.el
10607 10648
10608(autoload 'add-file-local-variable "files-x" "\ 10649(autoload 'add-file-local-variable "files-x" "\
@@ -10667,8 +10708,8 @@ Copy directory-local variables to the -*- line.
10667 10708
10668;;;*** 10709;;;***
10669 10710
10670;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20566 10711;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20567
10671;;;;;; 63671 243798 0)) 10712;;;;;; 31133 0 0))
10672;;; Generated autoloads from filesets.el 10713;;; Generated autoloads from filesets.el
10673 10714
10674(autoload 'filesets-init "filesets" "\ 10715(autoload 'filesets-init "filesets" "\
@@ -10679,8 +10720,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10679 10720
10680;;;*** 10721;;;***
10681 10722
10682;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20355 10021 10723;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20244 35516
10683;;;;;; 546955 0)) 10724;;;;;; 0 0))
10684;;; Generated autoloads from find-cmd.el 10725;;; Generated autoloads from find-cmd.el
10685 10726
10686(autoload 'find-cmd "find-cmd" "\ 10727(autoload 'find-cmd "find-cmd" "\
@@ -10700,7 +10741,7 @@ result is a string that should be ready for the command line.
10700;;;*** 10741;;;***
10701 10742
10702;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" 10743;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10703;;;;;; "find-dired.el" (20355 10021 546955 0)) 10744;;;;;; "find-dired.el" (20244 35516 0 0))
10704;;; Generated autoloads from find-dired.el 10745;;; Generated autoloads from find-dired.el
10705 10746
10706(autoload 'find-dired "find-dired" "\ 10747(autoload 'find-dired "find-dired" "\
@@ -10740,7 +10781,7 @@ use in place of \"-ls\" as the final argument.
10740 10781
10741;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10782;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10742;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs) 10783;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs)
10743;;;;;; "find-file" "find-file.el" (20387 44199 24128 0)) 10784;;;;;; "find-file" "find-file.el" (20412 11425 0 0))
10744;;; Generated autoloads from find-file.el 10785;;; Generated autoloads from find-file.el
10745 10786
10746(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10787(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10836,7 +10877,7 @@ Visit the file you click on in another window.
10836;;;;;; find-variable find-variable-noselect find-function-other-frame 10877;;;;;; find-variable find-variable-noselect find-function-other-frame
10837;;;;;; find-function-other-window find-function find-function-noselect 10878;;;;;; find-function-other-window find-function find-function-noselect
10838;;;;;; find-function-search-for-symbol find-library) "find-func" 10879;;;;;; find-function-search-for-symbol find-library) "find-func"
10839;;;;;; "emacs-lisp/find-func.el" (20497 6436 957082 0)) 10880;;;;;; "emacs-lisp/find-func.el" (20511 52965 0 0))
10840;;; Generated autoloads from emacs-lisp/find-func.el 10881;;; Generated autoloads from emacs-lisp/find-func.el
10841 10882
10842(autoload 'find-library "find-func" "\ 10883(autoload 'find-library "find-func" "\
@@ -10995,8 +11036,8 @@ Define some key bindings for the find-function family of functions.
10995;;;*** 11036;;;***
10996 11037
10997;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 11038;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10998;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20355 10021 11039;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20244 35516
10999;;;;;; 546955 0)) 11040;;;;;; 0 0))
11000;;; Generated autoloads from find-lisp.el 11041;;; Generated autoloads from find-lisp.el
11001 11042
11002(autoload 'find-lisp-find-dired "find-lisp" "\ 11043(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11017,7 +11058,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
11017;;;*** 11058;;;***
11018 11059
11019;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11060;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11020;;;;;; "finder" "finder.el" (20355 10021 546955 0)) 11061;;;;;; "finder" "finder.el" (20244 35516 0 0))
11021;;; Generated autoloads from finder.el 11062;;; Generated autoloads from finder.el
11022 11063
11023(autoload 'finder-list-keywords "finder" "\ 11064(autoload 'finder-list-keywords "finder" "\
@@ -11039,7 +11080,7 @@ Find packages matching a given keyword.
11039;;;*** 11080;;;***
11040 11081
11041;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 11082;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11042;;;;;; "flow-ctrl.el" (20566 63671 243798 0)) 11083;;;;;; "flow-ctrl.el" (20567 31133 0 0))
11043;;; Generated autoloads from flow-ctrl.el 11084;;; Generated autoloads from flow-ctrl.el
11044 11085
11045(autoload 'enable-flow-control "flow-ctrl" "\ 11086(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11061,7 +11102,7 @@ to get the effect of a C-q.
11061;;;*** 11102;;;***
11062 11103
11063;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11104;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11064;;;;;; (20355 10021 546955 0)) 11105;;;;;; (20244 35516 0 0))
11065;;; Generated autoloads from gnus/flow-fill.el 11106;;; Generated autoloads from gnus/flow-fill.el
11066 11107
11067(autoload 'fill-flowed-encode "flow-fill" "\ 11108(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11077,8 +11118,8 @@ to get the effect of a C-q.
11077;;;*** 11118;;;***
11078 11119
11079;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on 11120;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
11080;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20551 9899 11121;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20600 16892
11081;;;;;; 283417 0)) 11122;;;;;; 0 0))
11082;;; Generated autoloads from progmodes/flymake.el 11123;;; Generated autoloads from progmodes/flymake.el
11083 11124
11084(autoload 'flymake-mode "flymake" "\ 11125(autoload 'flymake-mode "flymake" "\
@@ -11108,7 +11149,7 @@ Turn flymake mode off.
11108 11149
11109;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11150;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11110;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11151;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11111;;;;;; "flyspell" "textmodes/flyspell.el" (20566 63671 243798 0)) 11152;;;;;; "flyspell" "textmodes/flyspell.el" (20567 31133 0 0))
11112;;; Generated autoloads from textmodes/flyspell.el 11153;;; Generated autoloads from textmodes/flyspell.el
11113 11154
11114(autoload 'flyspell-prog-mode "flyspell" "\ 11155(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11180,7 +11221,7 @@ Flyspell whole buffer.
11180 11221
11181;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11222;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11182;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11223;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11183;;;;;; (20501 3499 284800 0)) 11224;;;;;; (20511 52965 0 0))
11184;;; Generated autoloads from follow.el 11225;;; Generated autoloads from follow.el
11185 11226
11186(autoload 'turn-on-follow-mode "follow" "\ 11227(autoload 'turn-on-follow-mode "follow" "\
@@ -11248,8 +11289,8 @@ selected if the original window is the first one in the frame.
11248 11289
11249;;;*** 11290;;;***
11250 11291
11251;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20478 11292;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20511
11252;;;;;; 3673 653810 0)) 11293;;;;;; 52965 0 0))
11253;;; Generated autoloads from mail/footnote.el 11294;;; Generated autoloads from mail/footnote.el
11254 11295
11255(autoload 'footnote-mode "footnote" "\ 11296(autoload 'footnote-mode "footnote" "\
@@ -11268,7 +11309,7 @@ play around with the following keys:
11268;;;*** 11309;;;***
11269 11310
11270;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11311;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11271;;;;;; "forms" "forms.el" (20427 14766 970343 0)) 11312;;;;;; "forms" "forms.el" (20428 57510 0 0))
11272;;; Generated autoloads from forms.el 11313;;; Generated autoloads from forms.el
11273 11314
11274(autoload 'forms-mode "forms" "\ 11315(autoload 'forms-mode "forms" "\
@@ -11305,7 +11346,7 @@ Visit a file in Forms mode in other window.
11305;;;*** 11346;;;***
11306 11347
11307;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11348;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11308;;;;;; (20438 24024 724594 589000)) 11349;;;;;; (20446 34252 0 0))
11309;;; Generated autoloads from progmodes/fortran.el 11350;;; Generated autoloads from progmodes/fortran.el
11310 11351
11311(autoload 'fortran-mode "fortran" "\ 11352(autoload 'fortran-mode "fortran" "\
@@ -11383,8 +11424,8 @@ with no args, if that value is non-nil.
11383;;;*** 11424;;;***
11384 11425
11385;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11426;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11386;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20355 10021 11427;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20244 35516
11387;;;;;; 546955 0)) 11428;;;;;; 0 0))
11388;;; Generated autoloads from play/fortune.el 11429;;; Generated autoloads from play/fortune.el
11389 11430
11390(autoload 'fortune-add-fortune "fortune" "\ 11431(autoload 'fortune-add-fortune "fortune" "\
@@ -11433,7 +11474,7 @@ and choose the directory as the fortune-file.
11433;;;*** 11474;;;***
11434 11475
11435;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 11476;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11436;;;;;; (20537 63402 936234 0)) 11477;;;;;; (20539 37147 0 0))
11437;;; Generated autoloads from progmodes/gdb-mi.el 11478;;; Generated autoloads from progmodes/gdb-mi.el
11438 11479
11439(defvar gdb-enable-debug nil "\ 11480(defvar gdb-enable-debug nil "\
@@ -11511,8 +11552,8 @@ detailed description of this mode.
11511;;;*** 11552;;;***
11512 11553
11513;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11554;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11514;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20406 11555;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20412
11515;;;;;; 8611 875037 0)) 11556;;;;;; 11425 0 0))
11516;;; Generated autoloads from emacs-lisp/generic.el 11557;;; Generated autoloads from emacs-lisp/generic.el
11517 11558
11518(defvar generic-mode-list nil "\ 11559(defvar generic-mode-list nil "\
@@ -11591,7 +11632,7 @@ regular expression that can be used as an element of
11591;;;*** 11632;;;***
11592 11633
11593;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11634;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11594;;;;;; (20478 3673 653810 0)) 11635;;;;;; (20511 52965 0 0))
11595;;; Generated autoloads from progmodes/glasses.el 11636;;; Generated autoloads from progmodes/glasses.el
11596 11637
11597(autoload 'glasses-mode "glasses" "\ 11638(autoload 'glasses-mode "glasses" "\
@@ -11607,7 +11648,7 @@ add virtual separators (like underscores) at places they belong to.
11607 11648
11608;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11649;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11609;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11650;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11610;;;;;; (20355 10021 546955 0)) 11651;;;;;; (20318 5885 0 0))
11611;;; Generated autoloads from gnus/gmm-utils.el 11652;;; Generated autoloads from gnus/gmm-utils.el
11612 11653
11613(autoload 'gmm-regexp-concat "gmm-utils" "\ 11654(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11662,8 +11703,8 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11662;;;*** 11703;;;***
11663 11704
11664;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11705;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11665;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20552 30761 11706;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20553 2323 0
11666;;;;;; 207103 0)) 11707;;;;;; 0))
11667;;; Generated autoloads from gnus/gnus.el 11708;;; Generated autoloads from gnus/gnus.el
11668(when (fboundp 'custom-autoload) 11709(when (fboundp 'custom-autoload)
11669 (custom-autoload 'gnus-select-method "gnus")) 11710 (custom-autoload 'gnus-select-method "gnus"))
@@ -11716,7 +11757,7 @@ prompt the user for the name of an NNTP server to use.
11716;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11757;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11717;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11758;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11718;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11759;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11719;;;;;; "gnus/gnus-agent.el" (20518 12580 46478 0)) 11760;;;;;; "gnus/gnus-agent.el" (20517 31338 0 0))
11720;;; Generated autoloads from gnus/gnus-agent.el 11761;;; Generated autoloads from gnus/gnus-agent.el
11721 11762
11722(autoload 'gnus-unplugged "gnus-agent" "\ 11763(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11807,7 +11848,7 @@ If CLEAN, obsolete (ignore).
11807;;;*** 11848;;;***
11808 11849
11809;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11850;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11810;;;;;; (20578 54821 719276 0)) 11851;;;;;; (20579 15299 0 0))
11811;;; Generated autoloads from gnus/gnus-art.el 11852;;; Generated autoloads from gnus/gnus-art.el
11812 11853
11813(autoload 'gnus-article-prepare-display "gnus-art" "\ 11854(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11818,8 +11859,7 @@ Make the current buffer look like a nice article.
11818;;;*** 11859;;;***
11819 11860
11820;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11861;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11821;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20355 10021 546955 11862;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20244 35516 0 0))
11822;;;;;; 0))
11823;;; Generated autoloads from gnus/gnus-bookmark.el 11863;;; Generated autoloads from gnus/gnus-bookmark.el
11824 11864
11825(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11865(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11844,8 +11884,8 @@ deletion, or > if it is flagged for displaying.
11844 11884
11845;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11885;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11846;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11886;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11847;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20355 11887;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20244
11848;;;;;; 10021 546955 0)) 11888;;;;;; 35516 0 0))
11849;;; Generated autoloads from gnus/gnus-cache.el 11889;;; Generated autoloads from gnus/gnus-cache.el
11850 11890
11851(autoload 'gnus-jog-cache "gnus-cache" "\ 11891(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11887,7 +11927,7 @@ supported.
11887;;;*** 11927;;;***
11888 11928
11889;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11929;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11890;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20355 10021 546955 0)) 11930;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20244 35516 0 0))
11891;;; Generated autoloads from gnus/gnus-delay.el 11931;;; Generated autoloads from gnus/gnus-delay.el
11892 11932
11893(autoload 'gnus-delay-article "gnus-delay" "\ 11933(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11923,7 +11963,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11923;;;*** 11963;;;***
11924 11964
11925;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11965;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11926;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20355 10021 546955 0)) 11966;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20244 35516 0 0))
11927;;; Generated autoloads from gnus/gnus-diary.el 11967;;; Generated autoloads from gnus/gnus-diary.el
11928 11968
11929(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11969(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11939,7 +11979,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11939;;;*** 11979;;;***
11940 11980
11941;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11981;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11942;;;;;; (20355 10021 546955 0)) 11982;;;;;; (20244 35516 0 0))
11943;;; Generated autoloads from gnus/gnus-dired.el 11983;;; Generated autoloads from gnus/gnus-dired.el
11944 11984
11945(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11985(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11950,7 +11990,7 @@ Convenience method to turn on gnus-dired-mode.
11950;;;*** 11990;;;***
11951 11991
11952;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11992;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11953;;;;;; (20355 10021 546955 0)) 11993;;;;;; (20244 35516 0 0))
11954;;; Generated autoloads from gnus/gnus-draft.el 11994;;; Generated autoloads from gnus/gnus-draft.el
11955 11995
11956(autoload 'gnus-draft-reminder "gnus-draft" "\ 11996(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11962,8 +12002,8 @@ Reminder user if there are unsent drafts.
11962 12002
11963;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 12003;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11964;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 12004;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11965;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20549 12005;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20550
11966;;;;;; 54573 979353 0)) 12006;;;;;; 14882 0 0))
11967;;; Generated autoloads from gnus/gnus-fun.el 12007;;; Generated autoloads from gnus/gnus-fun.el
11968 12008
11969(autoload 'gnus-random-x-face "gnus-fun" "\ 12009(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -12008,8 +12048,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12008;;;*** 12048;;;***
12009 12049
12010;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 12050;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
12011;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20355 10021 546955 12051;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20244 35516 0 0))
12012;;;;;; 0))
12013;;; Generated autoloads from gnus/gnus-gravatar.el 12052;;; Generated autoloads from gnus/gnus-gravatar.el
12014 12053
12015(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 12054(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -12027,7 +12066,7 @@ If gravatars are already displayed, remove them.
12027;;;*** 12066;;;***
12028 12067
12029;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12068;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12030;;;;;; "gnus-group" "gnus/gnus-group.el" (20553 51627 169867 0)) 12069;;;;;; "gnus-group" "gnus/gnus-group.el" (20553 63503 0 0))
12031;;; Generated autoloads from gnus/gnus-group.el 12070;;; Generated autoloads from gnus/gnus-group.el
12032 12071
12033(autoload 'gnus-fetch-group "gnus-group" "\ 12072(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12045,7 +12084,7 @@ Pop up a frame and enter GROUP.
12045;;;*** 12084;;;***
12046 12085
12047;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 12086;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
12048;;;;;; "gnus/gnus-html.el" (20355 10021 546955 0)) 12087;;;;;; "gnus/gnus-html.el" (20276 3849 0 0))
12049;;; Generated autoloads from gnus/gnus-html.el 12088;;; Generated autoloads from gnus/gnus-html.el
12050 12089
12051(autoload 'gnus-article-html "gnus-html" "\ 12090(autoload 'gnus-article-html "gnus-html" "\
@@ -12061,7 +12100,7 @@ Pop up a frame and enter GROUP.
12061;;;*** 12100;;;***
12062 12101
12063;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 12102;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12064;;;;;; (20495 51111 757560 0)) 12103;;;;;; (20511 52965 0 0))
12065;;; Generated autoloads from gnus/gnus-kill.el 12104;;; Generated autoloads from gnus/gnus-kill.el
12066 12105
12067(defalias 'gnus-batch-kill 'gnus-batch-score) 12106(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12076,7 +12115,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12076 12115
12077;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12116;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12078;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12117;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12079;;;;;; (20355 10021 546955 0)) 12118;;;;;; (20244 35516 0 0))
12080;;; Generated autoloads from gnus/gnus-ml.el 12119;;; Generated autoloads from gnus/gnus-ml.el
12081 12120
12082(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12121(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12101,7 +12140,7 @@ Minor mode for providing mailing-list commands.
12101 12140
12102;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12141;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12103;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12142;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12104;;;;;; (20355 10021 546955 0)) 12143;;;;;; (20244 35516 0 0))
12105;;; Generated autoloads from gnus/gnus-mlspl.el 12144;;; Generated autoloads from gnus/gnus-mlspl.el
12106 12145
12107(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12146(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12202,7 +12241,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12202;;;*** 12241;;;***
12203 12242
12204;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12243;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12205;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20533 5993 500881 0)) 12244;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20600 16892 0 0))
12206;;; Generated autoloads from gnus/gnus-msg.el 12245;;; Generated autoloads from gnus/gnus-msg.el
12207 12246
12208(autoload 'gnus-msg-mail "gnus-msg" "\ 12247(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12229,7 +12268,7 @@ Like `message-reply'.
12229;;;*** 12268;;;***
12230 12269
12231;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el" 12270;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el"
12232;;;;;; (20559 4008 701730 0)) 12271;;;;;; (20600 16892 0 0))
12233;;; Generated autoloads from gnus/gnus-notifications.el 12272;;; Generated autoloads from gnus/gnus-notifications.el
12234 12273
12235(autoload 'gnus-notifications "gnus-notifications" "\ 12274(autoload 'gnus-notifications "gnus-notifications" "\
@@ -12247,7 +12286,7 @@ This is typically a function to add in
12247 12286
12248;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12287;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12249;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12288;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12250;;;;;; (20523 62082 997685 0)) 12289;;;;;; (20523 63054 0 0))
12251;;; Generated autoloads from gnus/gnus-picon.el 12290;;; Generated autoloads from gnus/gnus-picon.el
12252 12291
12253(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12292(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12274,7 +12313,7 @@ If picons are already displayed, remove them.
12274;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12313;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12275;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12314;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12276;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12315;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12277;;;;;; "gnus/gnus-range.el" (20544 36659 880486 0)) 12316;;;;;; "gnus/gnus-range.el" (20544 52783 0 0))
12278;;; Generated autoloads from gnus/gnus-range.el 12317;;; Generated autoloads from gnus/gnus-range.el
12279 12318
12280(autoload 'gnus-sorted-difference "gnus-range" "\ 12319(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12342,8 +12381,7 @@ Add NUM into sorted LIST by side effect.
12342;;;*** 12381;;;***
12343 12382
12344;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12383;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12345;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20544 36659 880486 12384;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20544 52783 0 0))
12346;;;;;; 0))
12347;;; Generated autoloads from gnus/gnus-registry.el 12385;;; Generated autoloads from gnus/gnus-registry.el
12348 12386
12349(autoload 'gnus-registry-initialize "gnus-registry" "\ 12387(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12359,8 +12397,8 @@ Install the registry hooks.
12359;;;*** 12397;;;***
12360 12398
12361;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12399;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12362;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20355 12400;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20244
12363;;;;;; 10021 546955 0)) 12401;;;;;; 35516 0 0))
12364;;; Generated autoloads from gnus/gnus-sieve.el 12402;;; Generated autoloads from gnus/gnus-sieve.el
12365 12403
12366(autoload 'gnus-sieve-update "gnus-sieve" "\ 12404(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12388,7 +12426,7 @@ See the documentation for these variables and functions for details.
12388;;;*** 12426;;;***
12389 12427
12390;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12428;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12391;;;;;; (20458 56750 651721 0)) 12429;;;;;; (20460 33749 0 0))
12392;;; Generated autoloads from gnus/gnus-spec.el 12430;;; Generated autoloads from gnus/gnus-spec.el
12393 12431
12394(autoload 'gnus-update-format "gnus-spec" "\ 12432(autoload 'gnus-update-format "gnus-spec" "\
@@ -12399,7 +12437,7 @@ Update the format specification near point.
12399;;;*** 12437;;;***
12400 12438
12401;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 12439;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12402;;;;;; (20495 51111 757560 0)) 12440;;;;;; (20511 52965 0 0))
12403;;; Generated autoloads from gnus/gnus-start.el 12441;;; Generated autoloads from gnus/gnus-start.el
12404 12442
12405(autoload 'gnus-declare-backend "gnus-start" "\ 12443(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12410,7 +12448,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12410;;;*** 12448;;;***
12411 12449
12412;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 12450;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12413;;;;;; (20540 39589 424586 0)) 12451;;;;;; (20540 61982 0 0))
12414;;; Generated autoloads from gnus/gnus-sum.el 12452;;; Generated autoloads from gnus/gnus-sum.el
12415 12453
12416(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12454(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12422,7 +12460,7 @@ BOOKMARK is a bookmark name or a bookmark record.
12422;;;*** 12460;;;***
12423 12461
12424;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 12462;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
12425;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20545 57511 257469 0)) 12463;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20600 16892 0 0))
12426;;; Generated autoloads from gnus/gnus-sync.el 12464;;; Generated autoloads from gnus/gnus-sync.el
12427 12465
12428(autoload 'gnus-sync-initialize "gnus-sync" "\ 12466(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12438,7 +12476,7 @@ Install the sync hooks.
12438;;;*** 12476;;;***
12439 12477
12440;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12478;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12441;;;;;; (20447 49522 409090 0)) 12479;;;;;; (20448 36271 0 0))
12442;;; Generated autoloads from gnus/gnus-win.el 12480;;; Generated autoloads from gnus/gnus-win.el
12443 12481
12444(autoload 'gnus-add-configuration "gnus-win" "\ 12482(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12449,7 +12487,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12449;;;*** 12487;;;***
12450 12488
12451;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" 12489;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12452;;;;;; (20476 31768 298871 0)) 12490;;;;;; (20511 52965 0 0))
12453;;; Generated autoloads from net/gnutls.el 12491;;; Generated autoloads from net/gnutls.el
12454 12492
12455(defvar gnutls-min-prime-bits 256 "\ 12493(defvar gnutls-min-prime-bits 256 "\
@@ -12465,8 +12503,8 @@ A value of nil says to use the default GnuTLS value.")
12465 12503
12466;;;*** 12504;;;***
12467 12505
12468;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20545 57511 12506;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20550 14882
12469;;;;;; 257469 0)) 12507;;;;;; 0 0))
12470;;; Generated autoloads from play/gomoku.el 12508;;; Generated autoloads from play/gomoku.el
12471 12509
12472(autoload 'gomoku "gomoku" "\ 12510(autoload 'gomoku "gomoku" "\
@@ -12493,8 +12531,8 @@ Use \\[describe-mode] for more info.
12493;;;*** 12531;;;***
12494 12532
12495;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 12533;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12496;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20566 12534;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20567
12497;;;;;; 63671 243798 0)) 12535;;;;;; 31133 0 0))
12498;;; Generated autoloads from net/goto-addr.el 12536;;; Generated autoloads from net/goto-addr.el
12499 12537
12500(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12538(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12536,7 +12574,7 @@ Like `goto-address-mode', but only for comments and strings.
12536;;;*** 12574;;;***
12537 12575
12538;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) 12576;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12539;;;;;; "gravatar" "gnus/gravatar.el" (20355 10021 546955 0)) 12577;;;;;; "gravatar" "gnus/gravatar.el" (20290 33419 0 0))
12540;;; Generated autoloads from gnus/gravatar.el 12578;;; Generated autoloads from gnus/gravatar.el
12541 12579
12542(autoload 'gravatar-retrieve "gravatar" "\ 12580(autoload 'gravatar-retrieve "gravatar" "\
@@ -12554,8 +12592,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12554 12592
12555;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12593;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12556;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12594;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12557;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20572 16038 12595;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20577 48876
12558;;;;;; 402143 0)) 12596;;;;;; 0 0))
12559;;; Generated autoloads from progmodes/grep.el 12597;;; Generated autoloads from progmodes/grep.el
12560 12598
12561(defvar grep-window-height nil "\ 12599(defvar grep-window-height nil "\
@@ -12718,8 +12756,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12718 12756
12719;;;*** 12757;;;***
12720 12758
12721;;;### (autoloads (gs-load-image) "gs" "gs.el" (20355 10021 546955 12759;;;### (autoloads (gs-load-image) "gs" "gs.el" (20244 35516 0 0))
12722;;;;;; 0))
12723;;; Generated autoloads from gs.el 12760;;; Generated autoloads from gs.el
12724 12761
12725(autoload 'gs-load-image "gs" "\ 12762(autoload 'gs-load-image "gs" "\
@@ -12733,8 +12770,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12733;;;*** 12770;;;***
12734 12771
12735;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12772;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12736;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20537 63402 12773;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20539 37147
12737;;;;;; 936234 0)) 12774;;;;;; 0 0))
12738;;; Generated autoloads from progmodes/gud.el 12775;;; Generated autoloads from progmodes/gud.el
12739 12776
12740(autoload 'gud-gdb "gud" "\ 12777(autoload 'gud-gdb "gud" "\
@@ -12824,7 +12861,7 @@ it if ARG is omitted or nil.
12824 12861
12825;;;### (autoloads (setf gv-define-simple-setter gv-define-setter 12862;;;### (autoloads (setf gv-define-simple-setter gv-define-setter
12826;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get) 12863;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get)
12827;;;;;; "gv" "emacs-lisp/gv.el" (20580 10161 446444 0)) 12864;;;;;; "gv" "emacs-lisp/gv.el" (20579 15299 0 0))
12828;;; Generated autoloads from emacs-lisp/gv.el 12865;;; Generated autoloads from emacs-lisp/gv.el
12829 12866
12830(autoload 'gv-get "gv" "\ 12867(autoload 'gv-get "gv" "\
@@ -12913,8 +12950,8 @@ The return value is the last VAL in the list.
12913 12950
12914;;;*** 12951;;;***
12915 12952
12916;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20566 12953;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20567
12917;;;;;; 63671 243798 0)) 12954;;;;;; 31133 0 0))
12918;;; Generated autoloads from play/handwrite.el 12955;;; Generated autoloads from play/handwrite.el
12919 12956
12920(autoload 'handwrite "handwrite" "\ 12957(autoload 'handwrite "handwrite" "\
@@ -12932,7 +12969,7 @@ Variables: `handwrite-linespace' (default 12)
12932;;;*** 12969;;;***
12933 12970
12934;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12971;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12935;;;;;; (20478 3673 653810 0)) 12972;;;;;; (20511 52965 0 0))
12936;;; Generated autoloads from play/hanoi.el 12973;;; Generated autoloads from play/hanoi.el
12937 12974
12938(autoload 'hanoi "hanoi" "\ 12975(autoload 'hanoi "hanoi" "\
@@ -12961,7 +12998,7 @@ to be updated.
12961 12998
12962;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12999;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12963;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 13000;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12964;;;;;; "hashcash" "mail/hashcash.el" (20355 10021 546955 0)) 13001;;;;;; "hashcash" "mail/hashcash.el" (20356 35090 0 0))
12965;;; Generated autoloads from mail/hashcash.el 13002;;; Generated autoloads from mail/hashcash.el
12966 13003
12967(autoload 'hashcash-insert-payment "hashcash" "\ 13004(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13006,8 +13043,8 @@ Prefix arg sets default accept amount temporarily.
13006;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 13043;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
13007;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 13044;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
13008;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 13045;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
13009;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20355 10021 13046;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20244 35516
13010;;;;;; 546955 0)) 13047;;;;;; 0 0))
13011;;; Generated autoloads from help-at-pt.el 13048;;; Generated autoloads from help-at-pt.el
13012 13049
13013(autoload 'help-at-pt-string "help-at-pt" "\ 13050(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13137,7 +13174,7 @@ different regions. With numeric argument ARG, behaves like
13137;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 13174;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
13138;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 13175;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
13139;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 13176;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
13140;;;;;; "help-fns" "help-fns.el" (20584 7212 455152 0)) 13177;;;;;; "help-fns" "help-fns.el" (20600 16892 0 0))
13141;;; Generated autoloads from help-fns.el 13178;;; Generated autoloads from help-fns.el
13142 13179
13143(autoload 'describe-function "help-fns" "\ 13180(autoload 'describe-function "help-fns" "\
@@ -13216,10 +13253,25 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13216 13253
13217;;;*** 13254;;;***
13218 13255
13256;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13257;;;;;; (20589 46442 0 0))
13258;;; Generated autoloads from help-macro.el
13259
13260(defvar three-step-help nil "\
13261Non-nil means give more info about Help command in three steps.
13262The three steps are simple prompt, prompt with all options, and
13263window listing and describing the options.
13264A value of nil means skip the middle step, so that \\[help-command] \\[help-command]
13265gives the window that lists the options.")
13266
13267(custom-autoload 'three-step-help "help-macro" t)
13268
13269;;;***
13270
13219;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button 13271;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button
13220;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref 13272;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref
13221;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el" 13273;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el"
13222;;;;;; (20510 18478 782378 0)) 13274;;;;;; (20511 52965 0 0))
13223;;; Generated autoloads from help-mode.el 13275;;; Generated autoloads from help-mode.el
13224 13276
13225(autoload 'help-mode "help-mode" "\ 13277(autoload 'help-mode "help-mode" "\
@@ -13319,7 +13371,7 @@ BOOKMARK is a bookmark name or a bookmark record.
13319;;;*** 13371;;;***
13320 13372
13321;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13373;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13322;;;;;; "emacs-lisp/helper.el" (20355 10021 546955 0)) 13374;;;;;; "emacs-lisp/helper.el" (20244 35516 0 0))
13323;;; Generated autoloads from emacs-lisp/helper.el 13375;;; Generated autoloads from emacs-lisp/helper.el
13324 13376
13325(autoload 'Helper-describe-bindings "helper" "\ 13377(autoload 'Helper-describe-bindings "helper" "\
@@ -13335,7 +13387,7 @@ Provide help for current mode.
13335;;;*** 13387;;;***
13336 13388
13337;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13389;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13338;;;;;; "hexl.el" (20523 62082 997685 0)) 13390;;;;;; "hexl.el" (20523 63054 0 0))
13339;;; Generated autoloads from hexl.el 13391;;; Generated autoloads from hexl.el
13340 13392
13341(autoload 'hexl-mode "hexl" "\ 13393(autoload 'hexl-mode "hexl" "\
@@ -13432,7 +13484,7 @@ This discards the buffer's undo information.
13432;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13484;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13433;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13485;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13434;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13486;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13435;;;;;; (20566 63671 243798 0)) 13487;;;;;; (20600 16892 0 0))
13436;;; Generated autoloads from hi-lock.el 13488;;; Generated autoloads from hi-lock.el
13437 13489
13438(autoload 'hi-lock-mode "hi-lock" "\ 13490(autoload 'hi-lock-mode "hi-lock" "\
@@ -13549,8 +13601,8 @@ updated as you type.
13549 13601
13550(autoload 'hi-lock-face-phrase-buffer "hi-lock" "\ 13602(autoload 'hi-lock-face-phrase-buffer "hi-lock" "\
13551Set face of each match of phrase REGEXP to FACE. 13603Set face of each match of phrase REGEXP to FACE.
13552Whitespace in REGEXP converted to arbitrary whitespace and initial 13604If called interactively, replaces whitespace in REGEXP with
13553lower-case letters made case insensitive. 13605arbitrary whitespace and makes initial lower-case letters case-insensitive.
13554 13606
13555If Font Lock mode is enabled in the buffer, it is used to 13607If Font Lock mode is enabled in the buffer, it is used to
13556highlight REGEXP. If Font Lock mode is disabled, overlays are 13608highlight REGEXP. If Font Lock mode is disabled, overlays are
@@ -13580,7 +13632,7 @@ be found in variable `hi-lock-interactive-patterns'.
13580;;;*** 13632;;;***
13581 13633
13582;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 13634;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13583;;;;;; (20541 6907 775259 0)) 13635;;;;;; (20589 46442 0 0))
13584;;; Generated autoloads from progmodes/hideif.el 13636;;; Generated autoloads from progmodes/hideif.el
13585 13637
13586(autoload 'hide-ifdef-mode "hideif" "\ 13638(autoload 'hide-ifdef-mode "hideif" "\
@@ -13624,7 +13676,7 @@ Several variables affect how the hiding is done:
13624;;;*** 13676;;;***
13625 13677
13626;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13678;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13627;;;;;; (20566 63671 243798 0)) 13679;;;;;; (20567 31133 0 0))
13628;;; Generated autoloads from progmodes/hideshow.el 13680;;; Generated autoloads from progmodes/hideshow.el
13629 13681
13630(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))) "\ 13682(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))) "\
@@ -13690,8 +13742,8 @@ Unconditionally turn off `hs-minor-mode'.
13690;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13742;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13691;;;;;; highlight-changes-previous-change highlight-changes-next-change 13743;;;;;; highlight-changes-previous-change highlight-changes-next-change
13692;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13744;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13693;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20355 13745;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20244
13694;;;;;; 10021 546955 0)) 13746;;;;;; 35516 0 0))
13695;;; Generated autoloads from hilit-chg.el 13747;;; Generated autoloads from hilit-chg.el
13696 13748
13697(autoload 'highlight-changes-mode "hilit-chg" "\ 13749(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13823,7 +13875,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13823;;;*** 13875;;;***
13824 13876
13825;;;### (autoloads (make-hippie-expand-function hippie-expand) "hippie-exp" 13877;;;### (autoloads (make-hippie-expand-function hippie-expand) "hippie-exp"
13826;;;;;; "hippie-exp.el" (20584 7212 455152 0)) 13878;;;;;; "hippie-exp.el" (20585 55103 0 0))
13827;;; Generated autoloads from hippie-exp.el 13879;;; Generated autoloads from hippie-exp.el
13828 13880
13829(autoload 'hippie-expand "hippie-exp" "\ 13881(autoload 'hippie-expand "hippie-exp" "\
@@ -13848,7 +13900,7 @@ argument VERBOSE non-nil makes the function verbose.
13848;;;*** 13900;;;***
13849 13901
13850;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13902;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13851;;;;;; (20355 10021 546955 0)) 13903;;;;;; (20244 35516 0 0))
13852;;; Generated autoloads from hl-line.el 13904;;; Generated autoloads from hl-line.el
13853 13905
13854(autoload 'hl-line-mode "hl-line" "\ 13906(autoload 'hl-line-mode "hl-line" "\
@@ -13901,7 +13953,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13901;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13953;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13902;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13954;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13903;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13955;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13904;;;;;; "calendar/holidays.el" (20566 63671 243798 0)) 13956;;;;;; "calendar/holidays.el" (20567 31133 0 0))
13905;;; Generated autoloads from calendar/holidays.el 13957;;; Generated autoloads from calendar/holidays.el
13906 13958
13907(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13959(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -14049,8 +14101,8 @@ The optional LABEL is used to label the buffer created.
14049 14101
14050;;;*** 14102;;;***
14051 14103
14052;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20355 14104;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20244
14053;;;;;; 10021 546955 0)) 14105;;;;;; 35516 0 0))
14054;;; Generated autoloads from gnus/html2text.el 14106;;; Generated autoloads from gnus/html2text.el
14055 14107
14056(autoload 'html2text "html2text" "\ 14108(autoload 'html2text "html2text" "\
@@ -14061,7 +14113,7 @@ Convert HTML to plain text in the current buffer.
14061;;;*** 14113;;;***
14062 14114
14063;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 14115;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
14064;;;;;; "htmlfontify" "htmlfontify.el" (20577 33959 40183 0)) 14116;;;;;; "htmlfontify" "htmlfontify.el" (20577 48876 0 0))
14065;;; Generated autoloads from htmlfontify.el 14117;;; Generated autoloads from htmlfontify.el
14066 14118
14067(autoload 'htmlfontify-buffer "htmlfontify" "\ 14119(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -14094,8 +14146,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
14094;;;*** 14146;;;***
14095 14147
14096;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 14148;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14097;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20478 14149;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20511
14098;;;;;; 3673 653810 0)) 14150;;;;;; 52965 0 0))
14099;;; Generated autoloads from ibuf-macs.el 14151;;; Generated autoloads from ibuf-macs.el
14100 14152
14101(autoload 'define-ibuffer-column "ibuf-macs" "\ 14153(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14121,7 +14173,7 @@ inlined into the compiled format versions. This means that if you
14121change its definition, you should explicitly call 14173change its definition, you should explicitly call
14122`ibuffer-recompile-formats'. 14174`ibuffer-recompile-formats'.
14123 14175
14124\(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil nil) 14176\(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil (quote macro))
14125 14177
14126(autoload 'define-ibuffer-sorter "ibuf-macs" "\ 14178(autoload 'define-ibuffer-sorter "ibuf-macs" "\
14127Define a method of sorting named NAME. 14179Define a method of sorting named NAME.
@@ -14133,7 +14185,7 @@ For sorting, the forms in BODY will be evaluated with `a' bound to one
14133buffer object, and `b' bound to another. BODY should return a non-nil 14185buffer object, and `b' bound to another. BODY should return a non-nil
14134value if and only if `a' is \"less than\" `b'. 14186value if and only if `a' is \"less than\" `b'.
14135 14187
14136\(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil nil) 14188\(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil (quote macro))
14137 14189
14138(autoload 'define-ibuffer-op "ibuf-macs" "\ 14190(autoload 'define-ibuffer-op "ibuf-macs" "\
14139Generate a function which operates on a buffer. 14191Generate a function which operates on a buffer.
@@ -14166,7 +14218,7 @@ confirmation message, in the form:
14166COMPLEX means this function is special; see the source code of this 14218COMPLEX means this function is special; see the source code of this
14167macro for exactly what it does. 14219macro for exactly what it does.
14168 14220
14169\(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil nil) 14221\(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil (quote macro))
14170 14222
14171(autoload 'define-ibuffer-filter "ibuf-macs" "\ 14223(autoload 'define-ibuffer-filter "ibuf-macs" "\
14172Define a filter named NAME. 14224Define a filter named NAME.
@@ -14179,12 +14231,12 @@ not a particular buffer should be displayed or not. The forms in BODY
14179will be evaluated with BUF bound to the buffer object, and QUALIFIER 14231will be evaluated with BUF bound to the buffer object, and QUALIFIER
14180bound to the current value of the filter. 14232bound to the current value of the filter.
14181 14233
14182\(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil nil) 14234\(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil (quote macro))
14183 14235
14184;;;*** 14236;;;***
14185 14237
14186;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14238;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14187;;;;;; "ibuffer" "ibuffer.el" (20576 13312 649004 817000)) 14239;;;;;; "ibuffer" "ibuffer.el" (20577 48876 0 0))
14188;;; Generated autoloads from ibuffer.el 14240;;; Generated autoloads from ibuffer.el
14189 14241
14190(autoload 'ibuffer-list-buffers "ibuffer" "\ 14242(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14225,7 +14277,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14225 14277
14226;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14278;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14227;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14279;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14228;;;;;; "calendar/icalendar.el" (20577 33959 40183 0)) 14280;;;;;; "calendar/icalendar.el" (20600 16892 0 0))
14229;;; Generated autoloads from calendar/icalendar.el 14281;;; Generated autoloads from calendar/icalendar.el
14230 14282
14231(autoload 'icalendar-export-file "icalendar" "\ 14283(autoload 'icalendar-export-file "icalendar" "\
@@ -14277,8 +14329,8 @@ buffer `*icalendar-errors*'.
14277 14329
14278;;;*** 14330;;;***
14279 14331
14280;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20453 14332;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20452
14281;;;;;; 5437 764254 0)) 14333;;;;;; 44311 0 0))
14282;;; Generated autoloads from icomplete.el 14334;;; Generated autoloads from icomplete.el
14283 14335
14284(defvar icomplete-mode nil "\ 14336(defvar icomplete-mode nil "\
@@ -14300,8 +14352,8 @@ the mode if ARG is omitted or nil.
14300 14352
14301;;;*** 14353;;;***
14302 14354
14303;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20355 10021 14355;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20356 35090
14304;;;;;; 546955 0)) 14356;;;;;; 0 0))
14305;;; Generated autoloads from progmodes/icon.el 14357;;; Generated autoloads from progmodes/icon.el
14306 14358
14307(autoload 'icon-mode "icon" "\ 14359(autoload 'icon-mode "icon" "\
@@ -14342,7 +14394,7 @@ with no args, if that value is non-nil.
14342;;;*** 14394;;;***
14343 14395
14344;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14396;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14345;;;;;; (20572 16038 402143 0)) 14397;;;;;; (20577 48876 0 0))
14346;;; Generated autoloads from progmodes/idlw-shell.el 14398;;; Generated autoloads from progmodes/idlw-shell.el
14347 14399
14348(autoload 'idlwave-shell "idlw-shell" "\ 14400(autoload 'idlwave-shell "idlw-shell" "\
@@ -14368,7 +14420,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14368;;;*** 14420;;;***
14369 14421
14370;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14422;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14371;;;;;; (20576 42138 697312 0)) 14423;;;;;; (20577 48876 0 0))
14372;;; Generated autoloads from progmodes/idlwave.el 14424;;; Generated autoloads from progmodes/idlwave.el
14373 14425
14374(autoload 'idlwave-mode "idlwave" "\ 14426(autoload 'idlwave-mode "idlwave" "\
@@ -14502,8 +14554,8 @@ The main features of this mode are
14502;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14554;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14503;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14555;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14504;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14556;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14505;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20585 14557;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20592
14506;;;;;; 28088 480237 0)) 14558;;;;;; 26321 0 0))
14507;;; Generated autoloads from ido.el 14559;;; Generated autoloads from ido.el
14508 14560
14509(defvar ido-mode nil "\ 14561(defvar ido-mode nil "\
@@ -14762,7 +14814,7 @@ DEF, if non-nil, is the default value.
14762 14814
14763;;;*** 14815;;;***
14764 14816
14765;;;### (autoloads (ielm) "ielm" "ielm.el" (20566 63671 243798 0)) 14817;;;### (autoloads (ielm) "ielm" "ielm.el" (20567 31133 0 0))
14766;;; Generated autoloads from ielm.el 14818;;; Generated autoloads from ielm.el
14767 14819
14768(autoload 'ielm "ielm" "\ 14820(autoload 'ielm "ielm" "\
@@ -14773,8 +14825,8 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14773 14825
14774;;;*** 14826;;;***
14775 14827
14776;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20355 10021 14828;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20276 3849
14777;;;;;; 546955 0)) 14829;;;;;; 0 0))
14778;;; Generated autoloads from iimage.el 14830;;; Generated autoloads from iimage.el
14779 14831
14780(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14832(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -14795,7 +14847,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
14795;;;;;; create-image image-type-auto-detected-p image-type-available-p 14847;;;;;; create-image image-type-auto-detected-p image-type-available-p
14796;;;;;; image-type image-type-from-file-name image-type-from-file-header 14848;;;;;; image-type image-type-from-file-name image-type-from-file-header
14797;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" 14849;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14798;;;;;; (20574 57775 217760 0)) 14850;;;;;; (20577 48876 0 0))
14799;;; Generated autoloads from image.el 14851;;; Generated autoloads from image.el
14800 14852
14801(autoload 'image-type-from-data "image" "\ 14853(autoload 'image-type-from-data "image" "\
@@ -14995,7 +15047,7 @@ If Emacs is compiled without ImageMagick support, this does nothing.
14995;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 15047;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14996;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 15048;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14997;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 15049;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
14998;;;;;; "image-dired" "image-dired.el" (20478 3673 653810 0)) 15050;;;;;; "image-dired" "image-dired.el" (20511 52965 0 0))
14999;;; Generated autoloads from image-dired.el 15051;;; Generated autoloads from image-dired.el
15000 15052
15001(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 15053(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -15133,7 +15185,7 @@ easy-to-use form.
15133 15185
15134;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 15186;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15135;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 15187;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15136;;;;;; "image-file.el" (20355 10021 546955 0)) 15188;;;;;; "image-file.el" (20244 35516 0 0))
15137;;; Generated autoloads from image-file.el 15189;;; Generated autoloads from image-file.el
15138 15190
15139(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 15191(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -15196,8 +15248,7 @@ An image file is one whose name has an extension in
15196;;;*** 15248;;;***
15197 15249
15198;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 15250;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
15199;;;;;; image-mode) "image-mode" "image-mode.el" (20580 10161 446444 15251;;;;;; image-mode) "image-mode" "image-mode.el" (20580 46629 0 0))
15200;;;;;; 0))
15201;;; Generated autoloads from image-mode.el 15252;;; Generated autoloads from image-mode.el
15202 15253
15203(autoload 'image-mode "image-mode" "\ 15254(autoload 'image-mode "image-mode" "\
@@ -15242,8 +15293,7 @@ on these modes.
15242;;;*** 15293;;;***
15243 15294
15244;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15295;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15245;;;;;; imenu-sort-function) "imenu" "imenu.el" (20577 33959 40183 15296;;;;;; imenu-sort-function) "imenu" "imenu.el" (20577 48876 0 0))
15246;;;;;; 0))
15247;;; Generated autoloads from imenu.el 15297;;; Generated autoloads from imenu.el
15248 15298
15249(defvar imenu-sort-function nil "\ 15299(defvar imenu-sort-function nil "\
@@ -15383,7 +15433,7 @@ for more information.
15383 15433
15384;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 15434;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15385;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15435;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15386;;;;;; "ind-util" "language/ind-util.el" (20355 10021 546955 0)) 15436;;;;;; "ind-util" "language/ind-util.el" (20244 35516 0 0))
15387;;; Generated autoloads from language/ind-util.el 15437;;; Generated autoloads from language/ind-util.el
15388 15438
15389(autoload 'indian-compose-region "ind-util" "\ 15439(autoload 'indian-compose-region "ind-util" "\
@@ -15414,7 +15464,7 @@ Convert old Emacs Devanagari characters to UCS.
15414;;;*** 15464;;;***
15415 15465
15416;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 15466;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
15417;;;;;; (20584 7212 455152 0)) 15467;;;;;; (20585 55103 0 0))
15418;;; Generated autoloads from progmodes/inf-lisp.el 15468;;; Generated autoloads from progmodes/inf-lisp.el
15419 15469
15420(autoload 'inferior-lisp "inf-lisp" "\ 15470(autoload 'inferior-lisp "inf-lisp" "\
@@ -15436,8 +15486,7 @@ of `inferior-lisp-program'). Runs the hooks from
15436;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 15486;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15437;;;;;; Info-mode info-finder info-apropos Info-index Info-directory 15487;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15438;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual 15488;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual
15439;;;;;; info info-other-window) "info" "info.el" (20561 18280 338092 15489;;;;;; info info-other-window) "info" "info.el" (20567 31133 0 0))
15440;;;;;; 0))
15441;;; Generated autoloads from info.el 15490;;; Generated autoloads from info.el
15442 15491
15443(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ 15492(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\
@@ -15647,7 +15696,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists.
15647 15696
15648;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15697;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15649;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15698;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15650;;;;;; (20474 44971 970015 0)) 15699;;;;;; (20511 52965 0 0))
15651;;; Generated autoloads from info-look.el 15700;;; Generated autoloads from info-look.el
15652 15701
15653(autoload 'info-lookup-reset "info-look" "\ 15702(autoload 'info-lookup-reset "info-look" "\
@@ -15696,7 +15745,7 @@ Perform completion on file preceding point.
15696 15745
15697;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom 15746;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15698;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" 15747;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15699;;;;;; (20476 31768 298871 0)) 15748;;;;;; (20511 52965 0 0))
15700;;; Generated autoloads from info-xref.el 15749;;; Generated autoloads from info-xref.el
15701 15750
15702(autoload 'info-xref-check "info-xref" "\ 15751(autoload 'info-xref-check "info-xref" "\
@@ -15779,8 +15828,7 @@ the sources handy.
15779;;;*** 15828;;;***
15780 15829
15781;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 15830;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15782;;;;;; Info-tagify) "informat" "informat.el" (20355 10021 546955 15831;;;;;; Info-tagify) "informat" "informat.el" (20244 35516 0 0))
15783;;;;;; 0))
15784;;; Generated autoloads from informat.el 15832;;; Generated autoloads from informat.el
15785 15833
15786(autoload 'Info-tagify "informat" "\ 15834(autoload 'Info-tagify "informat" "\
@@ -15825,9 +15873,21 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15825 15873
15826;;;*** 15874;;;***
15827 15875
15876;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el"
15877;;;;;; (20592 26321 0 0))
15878;;; Generated autoloads from cedet/inversion.el
15879
15880(autoload 'inversion-require-emacs "inversion" "\
15881Declare that you need either EMACS-VER, XEMACS-VER or SXEMACS-ver.
15882Only checks one based on which kind of Emacs is being run.
15883
15884\(fn EMACS-VER XEMACS-VER SXEMACS-VER)" nil nil)
15885
15886;;;***
15887
15828;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15888;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15829;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15889;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15830;;;;;; (20355 10021 546955 0)) 15890;;;;;; (20244 35516 0 0))
15831;;; Generated autoloads from international/isearch-x.el 15891;;; Generated autoloads from international/isearch-x.el
15832 15892
15833(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15893(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15847,8 +15907,8 @@ Toggle input method in interactive search.
15847 15907
15848;;;*** 15908;;;***
15849 15909
15850;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20355 15910;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20244
15851;;;;;; 10021 546955 0)) 15911;;;;;; 35516 0 0))
15852;;; Generated autoloads from isearchb.el 15912;;; Generated autoloads from isearchb.el
15853 15913
15854(autoload 'isearchb-activate "isearchb" "\ 15914(autoload 'isearchb-activate "isearchb" "\
@@ -15864,7 +15924,7 @@ accessed via isearchb.
15864;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15924;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15865;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15925;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15866;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15926;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15867;;;;;; "international/iso-cvt.el" (20355 10021 546955 0)) 15927;;;;;; "international/iso-cvt.el" (20244 35516 0 0))
15868;;; Generated autoloads from international/iso-cvt.el 15928;;; Generated autoloads from international/iso-cvt.el
15869 15929
15870(autoload 'iso-spanish "iso-cvt" "\ 15930(autoload 'iso-spanish "iso-cvt" "\
@@ -15955,7 +16015,7 @@ Add submenus to the File menu, to convert to and from various formats.
15955;;;*** 16015;;;***
15956 16016
15957;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16017;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15958;;;;;; (20486 36135 22104 0)) 16018;;;;;; (20511 52965 0 0))
15959;;; Generated autoloads from international/iso-transl.el 16019;;; Generated autoloads from international/iso-transl.el
15960 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16020 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
15961 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 16021 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
@@ -15966,7 +16026,7 @@ Add submenus to the File menu, to convert to and from various formats.
15966;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 16026;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15967;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 16027;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15968;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 16028;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15969;;;;;; "ispell" "textmodes/ispell.el" (20566 63671 243798 0)) 16029;;;;;; "ispell" "textmodes/ispell.el" (20567 31133 0 0))
15970;;; Generated autoloads from textmodes/ispell.el 16030;;; Generated autoloads from textmodes/ispell.el
15971 16031
15972(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16032(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16194,7 +16254,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16194;;;*** 16254;;;***
16195 16255
16196;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20577 16256;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20577
16197;;;;;; 33959 40183 0)) 16257;;;;;; 48876 0 0))
16198;;; Generated autoloads from iswitchb.el 16258;;; Generated autoloads from iswitchb.el
16199 16259
16200(defvar iswitchb-mode nil "\ 16260(defvar iswitchb-mode nil "\
@@ -16222,8 +16282,7 @@ between buffers using substrings. See `iswitchb' for details.
16222;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16282;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16223;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16283;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16224;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16284;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16225;;;;;; "japan-util" "language/japan-util.el" (20355 10021 546955 16285;;;;;; "japan-util" "language/japan-util.el" (20244 35516 0 0))
16226;;;;;; 0))
16227;;; Generated autoloads from language/japan-util.el 16286;;; Generated autoloads from language/japan-util.el
16228 16287
16229(autoload 'setup-japanese-environment-internal "japan-util" "\ 16288(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16301,7 +16360,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16301;;;*** 16360;;;***
16302 16361
16303;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16362;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16304;;;;;; "jka-compr.el" (20355 10021 546955 0)) 16363;;;;;; "jka-compr.el" (20318 5885 0 0))
16305;;; Generated autoloads from jka-compr.el 16364;;; Generated autoloads from jka-compr.el
16306 16365
16307(defvar jka-compr-inhibit nil "\ 16366(defvar jka-compr-inhibit nil "\
@@ -16324,7 +16383,7 @@ by `jka-compr-installed'.
16324 16383
16325;;;*** 16384;;;***
16326 16385
16327;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20532 45476 981297 16386;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20535 44414 0
16328;;;;;; 0)) 16387;;;;;; 0))
16329;;; Generated autoloads from progmodes/js.el 16388;;; Generated autoloads from progmodes/js.el
16330 16389
@@ -16339,7 +16398,7 @@ Major mode for editing JavaScript.
16339 16398
16340;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16399;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16341;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16400;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16342;;;;;; (20355 10021 546955 0)) 16401;;;;;; (20244 35516 0 0))
16343;;; Generated autoloads from emulation/keypad.el 16402;;; Generated autoloads from emulation/keypad.el
16344 16403
16345(defvar keypad-setup nil "\ 16404(defvar keypad-setup nil "\
@@ -16395,7 +16454,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16395;;;*** 16454;;;***
16396 16455
16397;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16456;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16398;;;;;; (20355 10021 546955 0)) 16457;;;;;; (20244 35516 0 0))
16399;;; Generated autoloads from international/kinsoku.el 16458;;; Generated autoloads from international/kinsoku.el
16400 16459
16401(autoload 'kinsoku "kinsoku" "\ 16460(autoload 'kinsoku "kinsoku" "\
@@ -16416,8 +16475,8 @@ the context of text formatting.
16416 16475
16417;;;*** 16476;;;***
16418 16477
16419;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20355 16478;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20244
16420;;;;;; 10021 546955 0)) 16479;;;;;; 35516 0 0))
16421;;; Generated autoloads from international/kkc.el 16480;;; Generated autoloads from international/kkc.el
16422 16481
16423(defvar kkc-after-update-conversion-functions nil "\ 16482(defvar kkc-after-update-conversion-functions nil "\
@@ -16442,7 +16501,7 @@ and the return value is the length of the conversion.
16442;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16501;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16443;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16502;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16444;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 16503;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16445;;;;;; "kmacro" "kmacro.el" (20471 22929 875294 592000)) 16504;;;;;; "kmacro" "kmacro.el" (20511 52965 0 0))
16446;;; Generated autoloads from kmacro.el 16505;;; Generated autoloads from kmacro.el
16447 (global-set-key "\C-x(" 'kmacro-start-macro) 16506 (global-set-key "\C-x(" 'kmacro-start-macro)
16448 (global-set-key "\C-x)" 'kmacro-end-macro) 16507 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16553,7 +16612,7 @@ If kbd macro currently being defined end it before activating it.
16553;;;*** 16612;;;***
16554 16613
16555;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16614;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16556;;;;;; "language/korea-util.el" (20501 3499 284800 0)) 16615;;;;;; "language/korea-util.el" (20511 52965 0 0))
16557;;; Generated autoloads from language/korea-util.el 16616;;; Generated autoloads from language/korea-util.el
16558 16617
16559(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16618(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16568,7 +16627,7 @@ The kind of Korean keyboard for Korean input method.
16568;;;*** 16627;;;***
16569 16628
16570;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" 16629;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16571;;;;;; (20545 57511 257469 0)) 16630;;;;;; (20550 14882 0 0))
16572;;; Generated autoloads from play/landmark.el 16631;;; Generated autoloads from play/landmark.el
16573 16632
16574(defalias 'landmark-repeat 'landmark-test-run) 16633(defalias 'landmark-repeat 'landmark-test-run)
@@ -16600,7 +16659,7 @@ Use \\[describe-mode] for more info.
16600 16659
16601;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16660;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16602;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16661;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16603;;;;;; "lao-util" "language/lao-util.el" (20355 10021 546955 0)) 16662;;;;;; "lao-util" "language/lao-util.el" (20244 35516 0 0))
16604;;; Generated autoloads from language/lao-util.el 16663;;; Generated autoloads from language/lao-util.el
16605 16664
16606(autoload 'lao-compose-string "lao-util" "\ 16665(autoload 'lao-compose-string "lao-util" "\
@@ -16639,8 +16698,7 @@ Transcribe Romanized Lao string STR to Lao character string.
16639 16698
16640;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16699;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16641;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16700;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16642;;;;;; "latexenc" "international/latexenc.el" (20355 10021 546955 16701;;;;;; "latexenc" "international/latexenc.el" (20244 35516 0 0))
16643;;;;;; 0))
16644;;; Generated autoloads from international/latexenc.el 16702;;; Generated autoloads from international/latexenc.el
16645 16703
16646(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))) "\ 16704(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))) "\
@@ -16672,8 +16730,8 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16672;;;*** 16730;;;***
16673 16731
16674;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16732;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16675;;;;;; "latin1-disp" "international/latin1-disp.el" (20577 33959 16733;;;;;; "latin1-disp" "international/latin1-disp.el" (20577 48876
16676;;;;;; 40183 0)) 16734;;;;;; 0 0))
16677;;; Generated autoloads from international/latin1-disp.el 16735;;; Generated autoloads from international/latin1-disp.el
16678 16736
16679(defvar latin1-display nil "\ 16737(defvar latin1-display nil "\
@@ -16715,7 +16773,7 @@ use either \\[customize] or the function `latin1-display'.")
16715;;;*** 16773;;;***
16716 16774
16717;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16775;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16718;;;;;; (20355 10021 546955 0)) 16776;;;;;; (20244 35516 0 0))
16719;;; Generated autoloads from progmodes/ld-script.el 16777;;; Generated autoloads from progmodes/ld-script.el
16720 16778
16721(autoload 'ld-script-mode "ld-script" "\ 16779(autoload 'ld-script-mode "ld-script" "\
@@ -16725,8 +16783,7 @@ A major mode to edit GNU ld script files
16725 16783
16726;;;*** 16784;;;***
16727 16785
16728;;;### (autoloads (life) "life" "play/life.el" (20545 57511 257469 16786;;;### (autoloads (life) "life" "play/life.el" (20550 14882 0 0))
16729;;;;;; 0))
16730;;; Generated autoloads from play/life.el 16787;;; Generated autoloads from play/life.el
16731 16788
16732(autoload 'life "life" "\ 16789(autoload 'life "life" "\
@@ -16740,7 +16797,7 @@ generations (this defaults to 1).
16740;;;*** 16797;;;***
16741 16798
16742;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el" 16799;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el"
16743;;;;;; (20580 10161 446444 0)) 16800;;;;;; (20580 46629 0 0))
16744;;; Generated autoloads from linum.el 16801;;; Generated autoloads from linum.el
16745 16802
16746(autoload 'linum-mode "linum" "\ 16803(autoload 'linum-mode "linum" "\
@@ -16776,8 +16833,8 @@ See `linum-mode' for more information on Linum mode.
16776 16833
16777;;;*** 16834;;;***
16778 16835
16779;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20476 16836;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20511
16780;;;;;; 31768 298871 0)) 16837;;;;;; 52965 0 0))
16781;;; Generated autoloads from loadhist.el 16838;;; Generated autoloads from loadhist.el
16782 16839
16783(autoload 'unload-feature "loadhist" "\ 16840(autoload 'unload-feature "loadhist" "\
@@ -16809,7 +16866,7 @@ something strange, such as redefining an Emacs function.
16809;;;*** 16866;;;***
16810 16867
16811;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16868;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16812;;;;;; "locate" "locate.el" (20566 63671 243798 0)) 16869;;;;;; "locate" "locate.el" (20567 31133 0 0))
16813;;; Generated autoloads from locate.el 16870;;; Generated autoloads from locate.el
16814 16871
16815(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16872(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -16861,8 +16918,8 @@ except that FILTER is not optional.
16861 16918
16862;;;*** 16919;;;***
16863 16920
16864;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20584 7212 16921;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20589 46442
16865;;;;;; 455152 0)) 16922;;;;;; 0 0))
16866;;; Generated autoloads from vc/log-edit.el 16923;;; Generated autoloads from vc/log-edit.el
16867 16924
16868(autoload 'log-edit "log-edit" "\ 16925(autoload 'log-edit "log-edit" "\
@@ -16893,8 +16950,8 @@ done. Otherwise, it uses the current buffer.
16893 16950
16894;;;*** 16951;;;***
16895 16952
16896;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20515 16953;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20517
16897;;;;;; 36389 544939 0)) 16954;;;;;; 4109 0 0))
16898;;; Generated autoloads from vc/log-view.el 16955;;; Generated autoloads from vc/log-view.el
16899 16956
16900(autoload 'log-view-mode "log-view" "\ 16957(autoload 'log-view-mode "log-view" "\
@@ -16904,8 +16961,8 @@ Major mode for browsing CVS log output.
16904 16961
16905;;;*** 16962;;;***
16906 16963
16907;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20355 16964;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20244
16908;;;;;; 10021 546955 0)) 16965;;;;;; 35516 0 0))
16909;;; Generated autoloads from longlines.el 16966;;; Generated autoloads from longlines.el
16910 16967
16911(autoload 'longlines-mode "longlines" "\ 16968(autoload 'longlines-mode "longlines" "\
@@ -16931,8 +16988,8 @@ newlines are indicated with a symbol.
16931;;;*** 16988;;;***
16932 16989
16933;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16990;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16934;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20476 16991;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20511
16935;;;;;; 31768 298871 0)) 16992;;;;;; 52965 0 0))
16936;;; Generated autoloads from lpr.el 16993;;; Generated autoloads from lpr.el
16937 16994
16938(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 16995(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17028,7 +17085,7 @@ for further customization of the printer command.
17028;;;*** 17085;;;***
17029 17086
17030;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 17087;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17031;;;;;; (20355 10021 546955 0)) 17088;;;;;; (20276 3849 0 0))
17032;;; Generated autoloads from ls-lisp.el 17089;;; Generated autoloads from ls-lisp.el
17033 17090
17034(defvar ls-lisp-support-shell-wildcards t "\ 17091(defvar ls-lisp-support-shell-wildcards t "\
@@ -17039,8 +17096,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17039 17096
17040;;;*** 17097;;;***
17041 17098
17042;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20566 17099;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20567
17043;;;;;; 63671 243798 0)) 17100;;;;;; 31133 0 0))
17044;;; Generated autoloads from calendar/lunar.el 17101;;; Generated autoloads from calendar/lunar.el
17045 17102
17046(autoload 'lunar-phases "lunar" "\ 17103(autoload 'lunar-phases "lunar" "\
@@ -17054,8 +17111,8 @@ This function is suitable for execution in an init file.
17054 17111
17055;;;*** 17112;;;***
17056 17113
17057;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20355 17114;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20356
17058;;;;;; 10021 546955 0)) 17115;;;;;; 35090 0 0))
17059;;; Generated autoloads from progmodes/m4-mode.el 17116;;; Generated autoloads from progmodes/m4-mode.el
17060 17117
17061(autoload 'm4-mode "m4-mode" "\ 17118(autoload 'm4-mode "m4-mode" "\
@@ -17066,7 +17123,7 @@ A major mode to edit m4 macro files.
17066;;;*** 17123;;;***
17067 17124
17068;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 17125;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17069;;;;;; name-last-kbd-macro) "macros" "macros.el" (20355 10021 546955 17126;;;;;; name-last-kbd-macro) "macros" "macros.el" (20244 35516 0
17070;;;;;; 0)) 17127;;;;;; 0))
17071;;; Generated autoloads from macros.el 17128;;; Generated autoloads from macros.el
17072 17129
@@ -17156,7 +17213,7 @@ and then select the region of un-tablified names and use
17156;;;*** 17213;;;***
17157 17214
17158;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17215;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17159;;;;;; "mail/mail-extr.el" (20355 10021 546955 0)) 17216;;;;;; "mail/mail-extr.el" (20356 35090 0 0))
17160;;; Generated autoloads from mail/mail-extr.el 17217;;; Generated autoloads from mail/mail-extr.el
17161 17218
17162(autoload 'mail-extract-address-components "mail-extr" "\ 17219(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17188,7 +17245,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17188 17245
17189;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17246;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17190;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17247;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17191;;;;;; (20566 63671 243798 0)) 17248;;;;;; (20567 31133 0 0))
17192;;; Generated autoloads from mail/mail-hist.el 17249;;; Generated autoloads from mail/mail-hist.el
17193 17250
17194(autoload 'mail-hist-define-keys "mail-hist" "\ 17251(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17220,7 +17277,7 @@ This function normally would be called when the message is sent.
17220;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17277;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17221;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 17278;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
17222;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) 17279;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
17223;;;;;; "mail-utils" "mail/mail-utils.el" (20355 10021 546955 0)) 17280;;;;;; "mail-utils" "mail/mail-utils.el" (20318 5885 0 0))
17224;;; Generated autoloads from mail/mail-utils.el 17281;;; Generated autoloads from mail/mail-utils.el
17225 17282
17226(defvar mail-use-rfc822 nil "\ 17283(defvar mail-use-rfc822 nil "\
@@ -17295,8 +17352,8 @@ matches may be returned from the message body.
17295;;;*** 17352;;;***
17296 17353
17297;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 17354;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17298;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20566 17355;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20567
17299;;;;;; 63671 243798 0)) 17356;;;;;; 31133 0 0))
17300;;; Generated autoloads from mail/mailabbrev.el 17357;;; Generated autoloads from mail/mailabbrev.el
17301 17358
17302(defvar mail-abbrevs-mode nil "\ 17359(defvar mail-abbrevs-mode nil "\
@@ -17347,7 +17404,7 @@ double-quotes.
17347 17404
17348;;;### (autoloads (mail-complete mail-completion-at-point-function 17405;;;### (autoloads (mail-complete mail-completion-at-point-function
17349;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) 17406;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
17350;;;;;; "mailalias" "mail/mailalias.el" (20577 33959 40183 0)) 17407;;;;;; "mailalias" "mail/mailalias.el" (20577 48876 0 0))
17351;;; Generated autoloads from mail/mailalias.el 17408;;; Generated autoloads from mail/mailalias.el
17352 17409
17353(defvar mail-complete-style 'angles "\ 17410(defvar mail-complete-style 'angles "\
@@ -17401,7 +17458,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17401;;;*** 17458;;;***
17402 17459
17403;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17460;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17404;;;;;; (20355 10021 546955 0)) 17461;;;;;; (20244 35516 0 0))
17405;;; Generated autoloads from mail/mailclient.el 17462;;; Generated autoloads from mail/mailclient.el
17406 17463
17407(autoload 'mailclient-send-it "mailclient" "\ 17464(autoload 'mailclient-send-it "mailclient" "\
@@ -17415,8 +17472,7 @@ The mail client is taken to be the handler of mailto URLs.
17415 17472
17416;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17473;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17417;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17474;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17418;;;;;; "make-mode" "progmodes/make-mode.el" (20392 30149 675975 17475;;;;;; "make-mode" "progmodes/make-mode.el" (20412 11425 0 0))
17419;;;;;; 59000))
17420;;; Generated autoloads from progmodes/make-mode.el 17476;;; Generated autoloads from progmodes/make-mode.el
17421 17477
17422(autoload 'makefile-mode "make-mode" "\ 17478(autoload 'makefile-mode "make-mode" "\
@@ -17533,8 +17589,8 @@ An adapted `makefile-mode' that knows about imake.
17533 17589
17534;;;*** 17590;;;***
17535 17591
17536;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20355 17592;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20244
17537;;;;;; 10021 546955 0)) 17593;;;;;; 35516 0 0))
17538;;; Generated autoloads from makesum.el 17594;;; Generated autoloads from makesum.el
17539 17595
17540(autoload 'make-command-summary "makesum" "\ 17596(autoload 'make-command-summary "makesum" "\
@@ -17546,7 +17602,7 @@ Previous contents of that buffer are killed first.
17546;;;*** 17602;;;***
17547 17603
17548;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 17604;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17549;;;;;; (20523 62082 997685 0)) 17605;;;;;; (20523 63054 0 0))
17550;;; Generated autoloads from man.el 17606;;; Generated autoloads from man.el
17551 17607
17552(defalias 'manual-entry 'man) 17608(defalias 'manual-entry 'man)
@@ -17600,8 +17656,8 @@ Default bookmark handler for Man buffers.
17600 17656
17601;;;*** 17657;;;***
17602 17658
17603;;;### (autoloads (master-mode) "master" "master.el" (20355 10021 17659;;;### (autoloads (master-mode) "master" "master.el" (20244 35516
17604;;;;;; 546955 0)) 17660;;;;;; 0 0))
17605;;; Generated autoloads from master.el 17661;;; Generated autoloads from master.el
17606 17662
17607(autoload 'master-mode "master" "\ 17663(autoload 'master-mode "master" "\
@@ -17624,7 +17680,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17624;;;*** 17680;;;***
17625 17681
17626;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 17682;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17627;;;;;; (20355 10021 546955 0)) 17683;;;;;; (20244 35516 0 0))
17628;;; Generated autoloads from mb-depth.el 17684;;; Generated autoloads from mb-depth.el
17629 17685
17630(defvar minibuffer-depth-indicate-mode nil "\ 17686(defvar minibuffer-depth-indicate-mode nil "\
@@ -17657,7 +17713,7 @@ recursion depth in the minibuffer prompt. This is only useful if
17657;;;;;; message-forward-make-body message-forward message-recover 17713;;;;;; message-forward-make-body message-forward message-recover
17658;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17714;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17659;;;;;; message-reply message-news message-mail message-mode) "message" 17715;;;;;; message-reply message-news message-mail message-mode) "message"
17660;;;;;; "gnus/message.el" (20567 23165 75548 0)) 17716;;;;;; "gnus/message.el" (20567 31133 0 0))
17661;;; Generated autoloads from gnus/message.el 17717;;; Generated autoloads from gnus/message.el
17662 17718
17663(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17719(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17823,7 +17879,7 @@ which specify the range to operate on.
17823;;;*** 17879;;;***
17824 17880
17825;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17881;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17826;;;;;; (20399 35365 4050 0)) 17882;;;;;; (20412 11425 0 0))
17827;;; Generated autoloads from progmodes/meta-mode.el 17883;;; Generated autoloads from progmodes/meta-mode.el
17828 17884
17829(autoload 'metafont-mode "meta-mode" "\ 17885(autoload 'metafont-mode "meta-mode" "\
@@ -17840,7 +17896,7 @@ Major mode for editing MetaPost sources.
17840 17896
17841;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17897;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17842;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17898;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17843;;;;;; (20355 10021 546955 0)) 17899;;;;;; (20356 35090 0 0))
17844;;; Generated autoloads from mail/metamail.el 17900;;; Generated autoloads from mail/metamail.el
17845 17901
17846(autoload 'metamail-interpret-header "metamail" "\ 17902(autoload 'metamail-interpret-header "metamail" "\
@@ -17885,7 +17941,7 @@ redisplayed as output is inserted.
17885 17941
17886;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17942;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17887;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17943;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17888;;;;;; "mh-e/mh-comp.el" (20355 10021 546955 0)) 17944;;;;;; "mh-e/mh-comp.el" (20244 35516 0 0))
17889;;; Generated autoloads from mh-e/mh-comp.el 17945;;; Generated autoloads from mh-e/mh-comp.el
17890 17946
17891(autoload 'mh-smail "mh-comp" "\ 17947(autoload 'mh-smail "mh-comp" "\
@@ -17975,8 +18031,8 @@ delete the draft message.
17975 18031
17976;;;*** 18032;;;***
17977 18033
17978;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20355 10021 18034;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20244 35516
17979;;;;;; 546955 0)) 18035;;;;;; 0 0))
17980;;; Generated autoloads from mh-e/mh-e.el 18036;;; Generated autoloads from mh-e/mh-e.el
17981 18037
17982(put 'mh-progs 'risky-local-variable t) 18038(put 'mh-progs 'risky-local-variable t)
@@ -17993,7 +18049,7 @@ Display version information about MH-E and the MH mail handling system.
17993;;;*** 18049;;;***
17994 18050
17995;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 18051;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17996;;;;;; "mh-e/mh-folder.el" (20371 55972 331861 0)) 18052;;;;;; "mh-e/mh-folder.el" (20373 41604 0 0))
17997;;; Generated autoloads from mh-e/mh-folder.el 18053;;; Generated autoloads from mh-e/mh-folder.el
17998 18054
17999(autoload 'mh-rmail "mh-folder" "\ 18055(autoload 'mh-rmail "mh-folder" "\
@@ -18075,7 +18131,7 @@ perform the operation on all messages in that region.
18075;;;*** 18131;;;***
18076 18132
18077;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 18133;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18078;;;;;; "midnight.el" (20478 3673 653810 0)) 18134;;;;;; "midnight.el" (20511 52965 0 0))
18079;;; Generated autoloads from midnight.el 18135;;; Generated autoloads from midnight.el
18080 18136
18081(autoload 'clean-buffer-list "midnight" "\ 18137(autoload 'clean-buffer-list "midnight" "\
@@ -18102,7 +18158,7 @@ to its second argument TM.
18102;;;*** 18158;;;***
18103 18159
18104;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 18160;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18105;;;;;; "minibuf-eldef.el" (20580 10161 446444 0)) 18161;;;;;; "minibuf-eldef.el" (20580 46629 0 0))
18106;;; Generated autoloads from minibuf-eldef.el 18162;;; Generated autoloads from minibuf-eldef.el
18107 18163
18108(defvar minibuffer-electric-default-mode nil "\ 18164(defvar minibuffer-electric-default-mode nil "\
@@ -18132,7 +18188,7 @@ is modified to remove the default indication.
18132;;;*** 18188;;;***
18133 18189
18134;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" 18190;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el"
18135;;;;;; (20533 5993 500881 0)) 18191;;;;;; (20535 44414 0 0))
18136;;; Generated autoloads from misc.el 18192;;; Generated autoloads from misc.el
18137 18193
18138(autoload 'butterfly "misc" "\ 18194(autoload 'butterfly "misc" "\
@@ -18162,7 +18218,7 @@ The return value is always nil.
18162 18218
18163;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 18219;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
18164;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 18220;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
18165;;;;;; "misearch" "misearch.el" (20490 33188 850375 0)) 18221;;;;;; "misearch" "misearch.el" (20511 52965 0 0))
18166;;; Generated autoloads from misearch.el 18222;;; Generated autoloads from misearch.el
18167 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18223 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18168 18224
@@ -18244,7 +18300,7 @@ whose file names match the specified wildcard.
18244;;;*** 18300;;;***
18245 18301
18246;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18302;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18247;;;;;; (20566 63671 243798 0)) 18303;;;;;; (20567 31133 0 0))
18248;;; Generated autoloads from progmodes/mixal-mode.el 18304;;; Generated autoloads from progmodes/mixal-mode.el
18249 18305
18250(autoload 'mixal-mode "mixal-mode" "\ 18306(autoload 'mixal-mode "mixal-mode" "\
@@ -18255,7 +18311,7 @@ Major mode for the mixal asm language.
18255;;;*** 18311;;;***
18256 18312
18257;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" 18313;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el"
18258;;;;;; (20355 10021 546955 0)) 18314;;;;;; (20244 35516 0 0))
18259;;; Generated autoloads from gnus/mm-encode.el 18315;;; Generated autoloads from gnus/mm-encode.el
18260 18316
18261(autoload 'mm-default-file-encoding "mm-encode" "\ 18317(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18266,7 +18322,7 @@ Return a default encoding for FILE.
18266;;;*** 18322;;;***
18267 18323
18268;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18324;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18269;;;;;; "mm-extern" "gnus/mm-extern.el" (20355 10021 546955 0)) 18325;;;;;; "mm-extern" "gnus/mm-extern.el" (20244 35516 0 0))
18270;;; Generated autoloads from gnus/mm-extern.el 18326;;; Generated autoloads from gnus/mm-extern.el
18271 18327
18272(autoload 'mm-extern-cache-contents "mm-extern" "\ 18328(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18285,7 +18341,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18285;;;*** 18341;;;***
18286 18342
18287;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18343;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18288;;;;;; (20355 10021 546955 0)) 18344;;;;;; (20244 35516 0 0))
18289;;; Generated autoloads from gnus/mm-partial.el 18345;;; Generated autoloads from gnus/mm-partial.el
18290 18346
18291(autoload 'mm-inline-partial "mm-partial" "\ 18347(autoload 'mm-inline-partial "mm-partial" "\
@@ -18299,7 +18355,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18299;;;*** 18355;;;***
18300 18356
18301;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18357;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18302;;;;;; "mm-url" "gnus/mm-url.el" (20495 51111 757560 0)) 18358;;;;;; "mm-url" "gnus/mm-url.el" (20511 52965 0 0))
18303;;; Generated autoloads from gnus/mm-url.el 18359;;; Generated autoloads from gnus/mm-url.el
18304 18360
18305(autoload 'mm-url-insert-file-contents "mm-url" "\ 18361(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18316,7 +18372,7 @@ Insert file contents of URL using `mm-url-program'.
18316;;;*** 18372;;;***
18317 18373
18318;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18374;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18319;;;;;; "gnus/mm-uu.el" (20355 10021 546955 0)) 18375;;;;;; "gnus/mm-uu.el" (20318 5885 0 0))
18320;;; Generated autoloads from gnus/mm-uu.el 18376;;; Generated autoloads from gnus/mm-uu.el
18321 18377
18322(autoload 'mm-uu-dissect "mm-uu" "\ 18378(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18336,7 +18392,7 @@ Assume text has been decoded if DECODED is non-nil.
18336;;;*** 18392;;;***
18337 18393
18338;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" 18394;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
18339;;;;;; (20567 23165 75548 0)) 18395;;;;;; (20567 31133 0 0))
18340;;; Generated autoloads from gnus/mml.el 18396;;; Generated autoloads from gnus/mml.el
18341 18397
18342(autoload 'mml-to-mime "mml" "\ 18398(autoload 'mml-to-mime "mml" "\
@@ -18362,7 +18418,7 @@ body) or \"attachment\" (separate from the body).
18362;;;*** 18418;;;***
18363 18419
18364;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18420;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18365;;;;;; (20355 10021 546955 0)) 18421;;;;;; (20291 57212 0 0))
18366;;; Generated autoloads from gnus/mml1991.el 18422;;; Generated autoloads from gnus/mml1991.el
18367 18423
18368(autoload 'mml1991-encrypt "mml1991" "\ 18424(autoload 'mml1991-encrypt "mml1991" "\
@@ -18379,7 +18435,7 @@ body) or \"attachment\" (separate from the body).
18379 18435
18380;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18436;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18381;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18437;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18382;;;;;; "mml2015" "gnus/mml2015.el" (20355 10021 546955 0)) 18438;;;;;; "mml2015" "gnus/mml2015.el" (20244 35516 0 0))
18383;;; Generated autoloads from gnus/mml2015.el 18439;;; Generated autoloads from gnus/mml2015.el
18384 18440
18385(autoload 'mml2015-decrypt "mml2015" "\ 18441(autoload 'mml2015-decrypt "mml2015" "\
@@ -18419,16 +18475,16 @@ body) or \"attachment\" (separate from the body).
18419 18475
18420;;;*** 18476;;;***
18421 18477
18422;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20406 8611 18478;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20412 11425
18423;;;;;; 875037 0)) 18479;;;;;; 0 0))
18424;;; Generated autoloads from cedet/mode-local.el 18480;;; Generated autoloads from cedet/mode-local.el
18425 18481
18426(put 'define-overloadable-function 'doc-string-elt 3) 18482(put 'define-overloadable-function 'doc-string-elt 3)
18427 18483
18428;;;*** 18484;;;***
18429 18485
18430;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20355 18486;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20356
18431;;;;;; 10021 546955 0)) 18487;;;;;; 35090 0 0))
18432;;; Generated autoloads from progmodes/modula2.el 18488;;; Generated autoloads from progmodes/modula2.el
18433 18489
18434(defalias 'modula-2-mode 'm2-mode) 18490(defalias 'modula-2-mode 'm2-mode)
@@ -18462,7 +18518,7 @@ followed by the first character of the construct.
18462;;;*** 18518;;;***
18463 18519
18464;;;### (autoloads (denato-region nato-region unmorse-region morse-region) 18520;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
18465;;;;;; "morse" "play/morse.el" (20355 10021 546955 0)) 18521;;;;;; "morse" "play/morse.el" (20244 35516 0 0))
18466;;; Generated autoloads from play/morse.el 18522;;; Generated autoloads from play/morse.el
18467 18523
18468(autoload 'morse-region "morse" "\ 18524(autoload 'morse-region "morse" "\
@@ -18488,7 +18544,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18488;;;*** 18544;;;***
18489 18545
18490;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 18546;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18491;;;;;; "mouse-drag.el" (20566 63671 243798 0)) 18547;;;;;; "mouse-drag.el" (20567 31133 0 0))
18492;;; Generated autoloads from mouse-drag.el 18548;;; Generated autoloads from mouse-drag.el
18493 18549
18494(autoload 'mouse-drag-throw "mouse-drag" "\ 18550(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18535,7 +18591,7 @@ To test this function, evaluate:
18535 18591
18536;;;*** 18592;;;***
18537 18593
18538;;;### (autoloads (mpc) "mpc" "mpc.el" (20523 62082 997685 0)) 18594;;;### (autoloads (mpc) "mpc" "mpc.el" (20523 63054 0 0))
18539;;; Generated autoloads from mpc.el 18595;;; Generated autoloads from mpc.el
18540 18596
18541(autoload 'mpc "mpc" "\ 18597(autoload 'mpc "mpc" "\
@@ -18545,8 +18601,7 @@ Main entry point for MPC.
18545 18601
18546;;;*** 18602;;;***
18547 18603
18548;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20545 57511 257469 18604;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20550 14882 0 0))
18549;;;;;; 0))
18550;;; Generated autoloads from play/mpuz.el 18605;;; Generated autoloads from play/mpuz.el
18551 18606
18552(autoload 'mpuz "mpuz" "\ 18607(autoload 'mpuz "mpuz" "\
@@ -18556,7 +18611,7 @@ Multiplication puzzle with GNU Emacs.
18556 18611
18557;;;*** 18612;;;***
18558 18613
18559;;;### (autoloads (msb-mode) "msb" "msb.el" (20476 31768 298871 0)) 18614;;;### (autoloads (msb-mode) "msb" "msb.el" (20511 52965 0 0))
18560;;; Generated autoloads from msb.el 18615;;; Generated autoloads from msb.el
18561 18616
18562(defvar msb-mode nil "\ 18617(defvar msb-mode nil "\
@@ -18586,7 +18641,7 @@ different buffer menu using the function `msb'.
18586;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18641;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18587;;;;;; describe-coding-system describe-character-set list-charset-chars 18642;;;;;; describe-coding-system describe-character-set list-charset-chars
18588;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18643;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18589;;;;;; (20577 33959 40183 0)) 18644;;;;;; (20577 48876 0 0))
18590;;; Generated autoloads from international/mule-diag.el 18645;;; Generated autoloads from international/mule-diag.el
18591 18646
18592(autoload 'list-character-sets "mule-diag" "\ 18647(autoload 'list-character-sets "mule-diag" "\
@@ -18723,7 +18778,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18723;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18778;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18724;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18779;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18725;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el" 18780;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el"
18726;;;;;; (20577 33959 40183 0)) 18781;;;;;; (20577 48876 0 0))
18727;;; Generated autoloads from international/mule-util.el 18782;;; Generated autoloads from international/mule-util.el
18728 18783
18729(defsubst string-to-list (string) "\ 18784(defsubst string-to-list (string) "\
@@ -18857,8 +18912,8 @@ per-character basis, this may not be accurate.
18857;;;### (autoloads (network-connection network-connection-to-service 18912;;;### (autoloads (network-connection network-connection-to-service
18858;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18913;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18859;;;;;; nslookup nslookup-host ping traceroute route arp netstat 18914;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18860;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20355 18915;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20244
18861;;;;;; 10021 546955 0)) 18916;;;;;; 35516 0 0))
18862;;; Generated autoloads from net/net-utils.el 18917;;; Generated autoloads from net/net-utils.el
18863 18918
18864(autoload 'ifconfig "net-utils" "\ 18919(autoload 'ifconfig "net-utils" "\
@@ -18952,8 +19007,8 @@ Open a network connection to HOST on PORT.
18952 19007
18953;;;*** 19008;;;***
18954 19009
18955;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20495 19010;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20511
18956;;;;;; 51111 757560 0)) 19011;;;;;; 52965 0 0))
18957;;; Generated autoloads from net/netrc.el 19012;;; Generated autoloads from net/netrc.el
18958 19013
18959(autoload 'netrc-credentials "netrc" "\ 19014(autoload 'netrc-credentials "netrc" "\
@@ -18966,7 +19021,7 @@ listed in the PORTS list.
18966;;;*** 19021;;;***
18967 19022
18968;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" 19023;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
18969;;;;;; (20369 14251 85829 0)) 19024;;;;;; (20373 41604 0 0))
18970;;; Generated autoloads from net/network-stream.el 19025;;; Generated autoloads from net/network-stream.el
18971 19026
18972(autoload 'open-network-stream "network-stream" "\ 19027(autoload 'open-network-stream "network-stream" "\
@@ -19057,7 +19112,7 @@ STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality.
19057;;;*** 19112;;;***
19058 19113
19059;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 19114;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19060;;;;;; "net/newst-backend.el" (20577 33959 40183 0)) 19115;;;;;; "net/newst-backend.el" (20577 48876 0 0))
19061;;; Generated autoloads from net/newst-backend.el 19116;;; Generated autoloads from net/newst-backend.el
19062 19117
19063(autoload 'newsticker-running-p "newst-backend" "\ 19118(autoload 'newsticker-running-p "newst-backend" "\
@@ -19079,7 +19134,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19079;;;*** 19134;;;***
19080 19135
19081;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 19136;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19082;;;;;; (20434 17809 692608 0)) 19137;;;;;; (20434 28080 0 0))
19083;;; Generated autoloads from net/newst-plainview.el 19138;;; Generated autoloads from net/newst-plainview.el
19084 19139
19085(autoload 'newsticker-plainview "newst-plainview" "\ 19140(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19090,7 +19145,7 @@ Start newsticker plainview.
19090;;;*** 19145;;;***
19091 19146
19092;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 19147;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19093;;;;;; (20434 17809 692608 0)) 19148;;;;;; (20434 28080 0 0))
19094;;; Generated autoloads from net/newst-reader.el 19149;;; Generated autoloads from net/newst-reader.el
19095 19150
19096(autoload 'newsticker-show-news "newst-reader" "\ 19151(autoload 'newsticker-show-news "newst-reader" "\
@@ -19101,8 +19156,7 @@ Start reading news. You may want to bind this to a key.
19101;;;*** 19156;;;***
19102 19157
19103;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 19158;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
19104;;;;;; "newst-ticker" "net/newst-ticker.el" (20427 14766 970343 19159;;;;;; "newst-ticker" "net/newst-ticker.el" (20428 57510 0 0))
19105;;;;;; 0))
19106;;; Generated autoloads from net/newst-ticker.el 19160;;; Generated autoloads from net/newst-ticker.el
19107 19161
19108(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19162(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19123,7 +19177,7 @@ running already.
19123;;;*** 19177;;;***
19124 19178
19125;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 19179;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19126;;;;;; (20577 33959 40183 0)) 19180;;;;;; (20592 26321 0 0))
19127;;; Generated autoloads from net/newst-treeview.el 19181;;; Generated autoloads from net/newst-treeview.el
19128 19182
19129(autoload 'newsticker-treeview "newst-treeview" "\ 19183(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19134,7 +19188,7 @@ Start newsticker treeview.
19134;;;*** 19188;;;***
19135 19189
19136;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19190;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19137;;;;;; (20355 10021 546955 0)) 19191;;;;;; (20244 35516 0 0))
19138;;; Generated autoloads from gnus/nndiary.el 19192;;; Generated autoloads from gnus/nndiary.el
19139 19193
19140(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19194(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19144,8 +19198,8 @@ Generate NOV databases in all nndiary directories.
19144 19198
19145;;;*** 19199;;;***
19146 19200
19147;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20355 19201;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20244
19148;;;;;; 10021 546955 0)) 19202;;;;;; 35516 0 0))
19149;;; Generated autoloads from gnus/nndoc.el 19203;;; Generated autoloads from gnus/nndoc.el
19150 19204
19151(autoload 'nndoc-add-type "nndoc" "\ 19205(autoload 'nndoc-add-type "nndoc" "\
@@ -19160,7 +19214,7 @@ symbol in the alist.
19160;;;*** 19214;;;***
19161 19215
19162;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19216;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19163;;;;;; (20458 56750 651721 0)) 19217;;;;;; (20460 33749 0 0))
19164;;; Generated autoloads from gnus/nnfolder.el 19218;;; Generated autoloads from gnus/nnfolder.el
19165 19219
19166(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19220(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19172,7 +19226,7 @@ This command does not work if you use short group names.
19172;;;*** 19226;;;***
19173 19227
19174;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19228;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19175;;;;;; (20458 56750 651721 0)) 19229;;;;;; (20460 33749 0 0))
19176;;; Generated autoloads from gnus/nnml.el 19230;;; Generated autoloads from gnus/nnml.el
19177 19231
19178(autoload 'nnml-generate-nov-databases "nnml" "\ 19232(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19183,7 +19237,7 @@ Generate NOV databases in all nnml directories.
19183;;;*** 19237;;;***
19184 19238
19185;;;### (autoloads (disable-command enable-command disabled-command-function) 19239;;;### (autoloads (disable-command enable-command disabled-command-function)
19186;;;;;; "novice" "novice.el" (20566 63671 243798 0)) 19240;;;;;; "novice" "novice.el" (20567 31133 0 0))
19187;;; Generated autoloads from novice.el 19241;;; Generated autoloads from novice.el
19188 19242
19189(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") 19243(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
@@ -19216,7 +19270,7 @@ future sessions.
19216;;;*** 19270;;;***
19217 19271
19218;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19272;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19219;;;;;; (20355 10021 546955 0)) 19273;;;;;; (20244 35516 0 0))
19220;;; Generated autoloads from textmodes/nroff-mode.el 19274;;; Generated autoloads from textmodes/nroff-mode.el
19221 19275
19222(autoload 'nroff-mode "nroff-mode" "\ 19276(autoload 'nroff-mode "nroff-mode" "\
@@ -19231,7 +19285,7 @@ closing requests for requests that are used in matched pairs.
19231;;;*** 19285;;;***
19232 19286
19233;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 19287;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19234;;;;;; (20523 62082 997685 0)) 19288;;;;;; (20523 63054 0 0))
19235;;; Generated autoloads from nxml/nxml-glyph.el 19289;;; Generated autoloads from nxml/nxml-glyph.el
19236 19290
19237(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19291(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19243,8 +19297,8 @@ Return nil if the face cannot display a glyph for N.
19243 19297
19244;;;*** 19298;;;***
19245 19299
19246;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20478 19300;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20511
19247;;;;;; 3673 653810 0)) 19301;;;;;; 52965 0 0))
19248;;; Generated autoloads from nxml/nxml-mode.el 19302;;; Generated autoloads from nxml/nxml-mode.el
19249 19303
19250(autoload 'nxml-mode "nxml-mode" "\ 19304(autoload 'nxml-mode "nxml-mode" "\
@@ -19306,7 +19360,7 @@ Many aspects this mode can be customized using
19306;;;*** 19360;;;***
19307 19361
19308;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 19362;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19309;;;;;; "nxml/nxml-uchnm.el" (20355 10021 546955 0)) 19363;;;;;; "nxml/nxml-uchnm.el" (20244 35516 0 0))
19310;;; Generated autoloads from nxml/nxml-uchnm.el 19364;;; Generated autoloads from nxml/nxml-uchnm.el
19311 19365
19312(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19366(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19330,7 +19384,7 @@ the variable `nxml-enabled-unicode-blocks'.
19330;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe 19384;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe
19331;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info 19385;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info
19332;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" 19386;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
19333;;;;;; "org/ob.el" (20585 28088 480237 0)) 19387;;;;;; "org/ob.el" (20585 55103 0 0))
19334;;; Generated autoloads from org/ob.el 19388;;; Generated autoloads from org/ob.el
19335 19389
19336(autoload 'org-babel-execute-safely-maybe "ob" "\ 19390(autoload 'org-babel-execute-safely-maybe "ob" "\
@@ -19553,7 +19607,7 @@ Mark current src block.
19553;;;*** 19607;;;***
19554 19608
19555;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" 19609;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
19556;;;;;; (20355 10021 546955 0)) 19610;;;;;; (20244 35516 0 0))
19557;;; Generated autoloads from org/ob-keys.el 19611;;; Generated autoloads from org/ob-keys.el
19558 19612
19559(autoload 'org-babel-describe-bindings "ob-keys" "\ 19613(autoload 'org-babel-describe-bindings "ob-keys" "\
@@ -19564,8 +19618,8 @@ Describe all keybindings behind `org-babel-key-prefix'.
19564;;;*** 19618;;;***
19565 19619
19566;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe 19620;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
19567;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20585 28088 19621;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20585 55103
19568;;;;;; 480237 0)) 19622;;;;;; 0 0))
19569;;; Generated autoloads from org/ob-lob.el 19623;;; Generated autoloads from org/ob-lob.el
19570 19624
19571(autoload 'org-babel-lob-ingest "ob-lob" "\ 19625(autoload 'org-babel-lob-ingest "ob-lob" "\
@@ -19590,7 +19644,7 @@ Return a Library of Babel function call as a string.
19590 19644
19591;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file 19645;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
19592;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" 19646;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
19593;;;;;; (20585 28088 480237 0)) 19647;;;;;; (20585 55103 0 0))
19594;;; Generated autoloads from org/ob-tangle.el 19648;;; Generated autoloads from org/ob-tangle.el
19595 19649
19596(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ 19650(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
@@ -19632,7 +19686,7 @@ exported source code blocks by language.
19632;;;*** 19686;;;***
19633 19687
19634;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19688;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19635;;;;;; (20355 10021 546955 0)) 19689;;;;;; (20356 35090 0 0))
19636;;; Generated autoloads from progmodes/octave-inf.el 19690;;; Generated autoloads from progmodes/octave-inf.el
19637 19691
19638(autoload 'inferior-octave "octave-inf" "\ 19692(autoload 'inferior-octave "octave-inf" "\
@@ -19655,7 +19709,7 @@ startup file, `~/.emacs-octave'.
19655;;;*** 19709;;;***
19656 19710
19657;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19711;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19658;;;;;; (20566 63671 243798 0)) 19712;;;;;; (20567 31133 0 0))
19659;;; Generated autoloads from progmodes/octave-mod.el 19713;;; Generated autoloads from progmodes/octave-mod.el
19660 19714
19661(autoload 'octave-mode "octave-mod" "\ 19715(autoload 'octave-mode "octave-mod" "\
@@ -19746,7 +19800,7 @@ including a reproducible test case and send the message.
19746;;;;;; org-store-link org-run-like-in-org-mode turn-on-orgstruct++ 19800;;;;;; org-store-link org-run-like-in-org-mode turn-on-orgstruct++
19747;;;;;; turn-on-orgstruct orgstruct-mode org-global-cycle org-mode 19801;;;;;; turn-on-orgstruct orgstruct-mode org-global-cycle org-mode
19748;;;;;; org-version org-babel-do-load-languages) "org" "org/org.el" 19802;;;;;; org-version org-babel-do-load-languages) "org" "org/org.el"
19749;;;;;; (20585 28088 480237 0)) 19803;;;;;; (20585 55103 0 0))
19750;;; Generated autoloads from org/org.el 19804;;; Generated autoloads from org/org.el
19751 19805
19752(autoload 'org-babel-do-load-languages "org" "\ 19806(autoload 'org-babel-do-load-languages "org" "\
@@ -20044,7 +20098,7 @@ modified.
20044;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 20098;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
20045;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 20099;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
20046;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el" 20100;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el"
20047;;;;;; (20585 28088 480237 0)) 20101;;;;;; (20592 26321 0 0))
20048;;; Generated autoloads from org/org-agenda.el 20102;;; Generated autoloads from org/org-agenda.el
20049 20103
20050(autoload 'org-toggle-sticky-agenda "org-agenda" "\ 20104(autoload 'org-toggle-sticky-agenda "org-agenda" "\
@@ -20307,7 +20361,7 @@ to override `appt-message-warning-time'.
20307 20361
20308;;;### (autoloads (org-archive-subtree-default-with-confirmation 20362;;;### (autoloads (org-archive-subtree-default-with-confirmation
20309;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 20363;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
20310;;;;;; (20585 28088 480237 0)) 20364;;;;;; (20585 55103 0 0))
20311;;; Generated autoloads from org/org-archive.el 20365;;; Generated autoloads from org/org-archive.el
20312 20366
20313(autoload 'org-archive-subtree-default "org-archive" "\ 20367(autoload 'org-archive-subtree-default "org-archive" "\
@@ -20328,7 +20382,7 @@ This command is set with the variable `org-archive-default-command'.
20328;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer 20382;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
20329;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer 20383;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
20330;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20585 20384;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20585
20331;;;;;; 28088 480237 0)) 20385;;;;;; 55103 0 0))
20332;;; Generated autoloads from org/org-ascii.el 20386;;; Generated autoloads from org/org-ascii.el
20333 20387
20334(autoload 'org-export-as-latin1 "org-ascii" "\ 20388(autoload 'org-export-as-latin1 "org-ascii" "\
@@ -20402,7 +20456,7 @@ publishing directory.
20402;;;*** 20456;;;***
20403 20457
20404;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20585 20458;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20585
20405;;;;;; 28088 480237 0)) 20459;;;;;; 55103 0 0))
20406;;; Generated autoloads from org/org-attach.el 20460;;; Generated autoloads from org/org-attach.el
20407 20461
20408(autoload 'org-attach "org-attach" "\ 20462(autoload 'org-attach "org-attach" "\
@@ -20414,7 +20468,7 @@ Shows a list of commands and prompts for another key to execute a command.
20414;;;*** 20468;;;***
20415 20469
20416;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 20470;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20417;;;;;; (20585 28088 480237 0)) 20471;;;;;; (20585 55103 0 0))
20418;;; Generated autoloads from org/org-bbdb.el 20472;;; Generated autoloads from org/org-bbdb.el
20419 20473
20420(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 20474(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -20425,8 +20479,8 @@ Extract anniversaries from BBDB for display in the agenda.
20425;;;*** 20479;;;***
20426 20480
20427;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here 20481;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
20428;;;;;; org-capture) "org-capture" "org/org-capture.el" (20585 28088 20482;;;;;; org-capture) "org-capture" "org/org-capture.el" (20585 55103
20429;;;;;; 480237 0)) 20483;;;;;; 0 0))
20430;;; Generated autoloads from org/org-capture.el 20484;;; Generated autoloads from org/org-capture.el
20431 20485
20432(defvar org-capture-initial nil) 20486(defvar org-capture-initial nil)
@@ -20470,7 +20524,7 @@ Set org-capture-templates to be similar to `org-remember-templates'.
20470 20524
20471;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable 20525;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable
20472;;;;;; org-clock-in-last) "org-clock" "org/org-clock.el" (20585 20526;;;;;; org-clock-in-last) "org-clock" "org/org-clock.el" (20585
20473;;;;;; 28088 480237 0)) 20527;;;;;; 55103 0 0))
20474;;; Generated autoloads from org/org-clock.el 20528;;; Generated autoloads from org/org-clock.el
20475 20529
20476(autoload 'org-clock-in-last "org-clock" "\ 20530(autoload 'org-clock-in-last "org-clock" "\
@@ -20501,7 +20555,7 @@ Set up hooks for clock persistence.
20501;;;*** 20555;;;***
20502 20556
20503;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el" 20557;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el"
20504;;;;;; (20585 28088 480237 0)) 20558;;;;;; (20585 55103 0 0))
20505;;; Generated autoloads from org/org-compat.el 20559;;; Generated autoloads from org/org-compat.el
20506 20560
20507(autoload 'org-check-version "org-compat" "\ 20561(autoload 'org-check-version "org-compat" "\
@@ -20512,7 +20566,7 @@ Try very hard to provide sensible version strings.
20512;;;*** 20566;;;***
20513 20567
20514;;;### (autoloads (org-datetree-find-date-create) "org-datetree" 20568;;;### (autoloads (org-datetree-find-date-create) "org-datetree"
20515;;;;;; "org/org-datetree.el" (20585 28088 480237 0)) 20569;;;;;; "org/org-datetree.el" (20585 55103 0 0))
20516;;; Generated autoloads from org/org-datetree.el 20570;;; Generated autoloads from org/org-datetree.el
20517 20571
20518(autoload 'org-datetree-find-date-create "org-datetree" "\ 20572(autoload 'org-datetree-find-date-create "org-datetree" "\
@@ -20528,7 +20582,7 @@ tree can be found.
20528;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 20582;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
20529;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 20583;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
20530;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 20584;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
20531;;;;;; "org-docbook" "org/org-docbook.el" (20585 28088 480237 0)) 20585;;;;;; "org-docbook" "org/org-docbook.el" (20585 55103 0 0))
20532;;; Generated autoloads from org/org-docbook.el 20586;;; Generated autoloads from org/org-docbook.el
20533 20587
20534(autoload 'org-export-as-docbook-batch "org-docbook" "\ 20588(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -20604,7 +20658,7 @@ publishing directory.
20604;;;*** 20658;;;***
20605 20659
20606;;;### (autoloads (org-element-context org-element-at-point org-element-interpret-data) 20660;;;### (autoloads (org-element-context org-element-at-point org-element-interpret-data)
20607;;;;;; "org-element" "org/org-element.el" (20585 28088 480237 0)) 20661;;;;;; "org-element" "org/org-element.el" (20592 26321 0 0))
20608;;; Generated autoloads from org/org-element.el 20662;;; Generated autoloads from org/org-element.el
20609 20663
20610(autoload 'org-element-interpret-data "org-element" "\ 20664(autoload 'org-element-interpret-data "org-element" "\
@@ -20663,7 +20717,7 @@ and :post-blank properties.
20663 20717
20664;;;### (autoloads (org-insert-export-options-template org-export-as-org 20718;;;### (autoloads (org-insert-export-options-template org-export-as-org
20665;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 20719;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
20666;;;;;; (20585 28088 480237 0)) 20720;;;;;; (20585 55103 0 0))
20667;;; Generated autoloads from org/org-exp.el 20721;;; Generated autoloads from org/org-exp.el
20668 20722
20669(autoload 'org-export "org-exp" "\ 20723(autoload 'org-export "org-exp" "\
@@ -20725,7 +20779,7 @@ Insert into the buffer a template with information for exporting.
20725 20779
20726;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 20780;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
20727;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20585 20781;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20585
20728;;;;;; 28088 480237 0)) 20782;;;;;; 55103 0 0))
20729;;; Generated autoloads from org/org-feed.el 20783;;; Generated autoloads from org/org-feed.el
20730 20784
20731(autoload 'org-feed-update-all "org-feed" "\ 20785(autoload 'org-feed-update-all "org-feed" "\
@@ -20753,7 +20807,7 @@ Show the raw feed buffer of a feed.
20753;;;*** 20807;;;***
20754 20808
20755;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 20809;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20756;;;;;; "org/org-footnote.el" (20585 28088 480237 0)) 20810;;;;;; "org/org-footnote.el" (20585 55103 0 0))
20757;;; Generated autoloads from org/org-footnote.el 20811;;; Generated autoloads from org/org-footnote.el
20758 20812
20759(autoload 'org-footnote-action "org-footnote" "\ 20813(autoload 'org-footnote-action "org-footnote" "\
@@ -20804,7 +20858,7 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
20804;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 20858;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
20805;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 20859;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
20806;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 20860;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
20807;;;;;; "org/org-freemind.el" (20585 28088 480237 0)) 20861;;;;;; "org/org-freemind.el" (20585 55103 0 0))
20808;;; Generated autoloads from org/org-freemind.el 20862;;; Generated autoloads from org/org-freemind.el
20809 20863
20810(autoload 'org-export-as-freemind "org-freemind" "\ 20864(autoload 'org-export-as-freemind "org-freemind" "\
@@ -20865,7 +20919,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
20865;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 20919;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
20866;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 20920;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
20867;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 20921;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
20868;;;;;; "org/org-html.el" (20585 28088 480237 0)) 20922;;;;;; "org/org-html.el" (20585 55103 0 0))
20869;;; Generated autoloads from org/org-html.el 20923;;; Generated autoloads from org/org-html.el
20870 20924
20871(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 20925(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -20959,7 +21013,7 @@ that uses these same face definitions.
20959 21013
20960;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 21014;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
20961;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 21015;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
20962;;;;;; (20585 28088 480237 0)) 21016;;;;;; (20585 55103 0 0))
20963;;; Generated autoloads from org/org-icalendar.el 21017;;; Generated autoloads from org/org-icalendar.el
20964 21018
20965(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 21019(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -20987,7 +21041,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
20987;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find 21041;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
20988;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion 21042;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
20989;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" 21043;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
20990;;;;;; (20585 28088 480237 0)) 21044;;;;;; (20585 55103 0 0))
20991;;; Generated autoloads from org/org-id.el 21045;;; Generated autoloads from org/org-id.el
20992 21046
20993(autoload 'org-id-get-create "org-id" "\ 21047(autoload 'org-id-get-create "org-id" "\
@@ -21056,7 +21110,7 @@ Store a link to the current entry, using its ID.
21056;;;*** 21110;;;***
21057 21111
21058;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 21112;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
21059;;;;;; (20585 28088 480237 0)) 21113;;;;;; (20585 55103 0 0))
21060;;; Generated autoloads from org/org-indent.el 21114;;; Generated autoloads from org/org-indent.el
21061 21115
21062(autoload 'org-indent-mode "org-indent" "\ 21116(autoload 'org-indent-mode "org-indent" "\
@@ -21074,7 +21128,7 @@ during idle time.
21074;;;*** 21128;;;***
21075 21129
21076;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 21130;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
21077;;;;;; (20585 28088 480237 0)) 21131;;;;;; (20585 55103 0 0))
21078;;; Generated autoloads from org/org-irc.el 21132;;; Generated autoloads from org/org-irc.el
21079 21133
21080(autoload 'org-irc-store-link "org-irc" "\ 21134(autoload 'org-irc-store-link "org-irc" "\
@@ -21087,7 +21141,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
21087;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 21141;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
21088;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 21142;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
21089;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 21143;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
21090;;;;;; (20585 28088 480237 0)) 21144;;;;;; (20585 55103 0 0))
21091;;; Generated autoloads from org/org-latex.el 21145;;; Generated autoloads from org/org-latex.el
21092 21146
21093(autoload 'org-export-as-latex-batch "org-latex" "\ 21147(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -21168,7 +21222,7 @@ Export as LaTeX, then process through to PDF, and open.
21168 21222
21169;;;### (autoloads (org-lparse-region org-replace-region-by org-lparse-to-buffer 21223;;;### (autoloads (org-lparse-region org-replace-region-by org-lparse-to-buffer
21170;;;;;; org-lparse-batch org-lparse-and-open) "org-lparse" "org/org-lparse.el" 21224;;;;;; org-lparse-batch org-lparse-and-open) "org-lparse" "org/org-lparse.el"
21171;;;;;; (20585 28088 480237 0)) 21225;;;;;; (20585 55103 0 0))
21172;;; Generated autoloads from org/org-lparse.el 21226;;; Generated autoloads from org/org-lparse.el
21173 21227
21174(autoload 'org-lparse-and-open "org-lparse" "\ 21228(autoload 'org-lparse-and-open "org-lparse" "\
@@ -21226,7 +21280,7 @@ in a window. A non-interactive call will only return the buffer.
21226 21280
21227;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 21281;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
21228;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20585 21282;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20585
21229;;;;;; 28088 480237 0)) 21283;;;;;; 55103 0 0))
21230;;; Generated autoloads from org/org-mobile.el 21284;;; Generated autoloads from org/org-mobile.el
21231 21285
21232(autoload 'org-mobile-push "org-mobile" "\ 21286(autoload 'org-mobile-push "org-mobile" "\
@@ -21252,7 +21306,7 @@ Create a file that contains all custom agenda views.
21252 21306
21253;;;### (autoloads (org-export-as-odf-and-open org-export-as-odf org-export-odt-convert 21307;;;### (autoloads (org-export-as-odf-and-open org-export-as-odf org-export-odt-convert
21254;;;;;; org-export-as-odt org-export-as-odt-batch org-export-as-odt-and-open) 21308;;;;;; org-export-as-odt org-export-as-odt-batch org-export-as-odt-and-open)
21255;;;;;; "org-odt" "org/org-odt.el" (20585 28088 480237 0)) 21309;;;;;; "org-odt" "org/org-odt.el" (20585 55103 0 0))
21256;;; Generated autoloads from org/org-odt.el 21310;;; Generated autoloads from org/org-odt.el
21257 21311
21258(put 'org-export-odt-preferred-output-format 'safe-local-variable 'stringp) 21312(put 'org-export-odt-preferred-output-format 'safe-local-variable 'stringp)
@@ -21324,7 +21378,7 @@ formula file.
21324;;;*** 21378;;;***
21325 21379
21326;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 21380;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
21327;;;;;; (20585 28088 480237 0)) 21381;;;;;; (20585 55103 0 0))
21328;;; Generated autoloads from org/org-plot.el 21382;;; Generated autoloads from org/org-plot.el
21329 21383
21330(autoload 'org-plot/gnuplot "org-plot" "\ 21384(autoload 'org-plot/gnuplot "org-plot" "\
@@ -21338,7 +21392,7 @@ line directly before or after the table.
21338 21392
21339;;;### (autoloads (org-publish-current-project org-publish-current-file 21393;;;### (autoloads (org-publish-current-project org-publish-current-file
21340;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 21394;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
21341;;;;;; (20585 28088 480237 0)) 21395;;;;;; (20585 55103 0 0))
21342;;; Generated autoloads from org/org-publish.el 21396;;; Generated autoloads from org/org-publish.el
21343 21397
21344(defalias 'org-publish-project 'org-publish) 21398(defalias 'org-publish-project 'org-publish)
@@ -21372,7 +21426,7 @@ the project.
21372 21426
21373;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 21427;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
21374;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 21428;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
21375;;;;;; "org/org-remember.el" (20585 28088 480237 0)) 21429;;;;;; "org/org-remember.el" (20592 26321 0 0))
21376;;; Generated autoloads from org/org-remember.el 21430;;; Generated autoloads from org/org-remember.el
21377 21431
21378(autoload 'org-remember-insinuate "org-remember" "\ 21432(autoload 'org-remember-insinuate "org-remember" "\
@@ -21449,7 +21503,7 @@ See also the variable `org-reverse-note-order'.
21449 21503
21450;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl org-table-iterate-buffer-tables 21504;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl org-table-iterate-buffer-tables
21451;;;;;; org-table-recalculate-buffer-tables) "org-table" "org/org-table.el" 21505;;;;;; org-table-recalculate-buffer-tables) "org-table" "org/org-table.el"
21452;;;;;; (20585 28088 480237 0)) 21506;;;;;; (20585 55103 0 0))
21453;;; Generated autoloads from org/org-table.el 21507;;; Generated autoloads from org/org-table.el
21454 21508
21455(autoload 'org-table-recalculate-buffer-tables "org-table" "\ 21509(autoload 'org-table-recalculate-buffer-tables "org-table" "\
@@ -21483,7 +21537,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
21483;;;*** 21537;;;***
21484 21538
21485;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) 21539;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
21486;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20585 28088 480237 21540;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20585 55103 0
21487;;;;;; 0)) 21541;;;;;; 0))
21488;;; Generated autoloads from org/org-taskjuggler.el 21542;;; Generated autoloads from org/org-taskjuggler.el
21489 21543
@@ -21512,7 +21566,7 @@ with the TaskJuggler GUI.
21512 21566
21513;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 21567;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
21514;;;;;; org-timer org-timer-stop org-timer-pause-or-continue org-timer-start) 21568;;;;;; org-timer org-timer-stop org-timer-pause-or-continue org-timer-start)
21515;;;;;; "org-timer" "org/org-timer.el" (20585 28088 480237 0)) 21569;;;;;; "org-timer" "org/org-timer.el" (20585 55103 0 0))
21516;;; Generated autoloads from org/org-timer.el 21570;;; Generated autoloads from org/org-timer.el
21517 21571
21518(autoload 'org-timer-start "org-timer" "\ 21572(autoload 'org-timer-start "org-timer" "\
@@ -21584,7 +21638,7 @@ replace any running timer.
21584;;;*** 21638;;;***
21585 21639
21586;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el" 21640;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el"
21587;;;;;; (20585 28088 480237 0)) 21641;;;;;; (20585 55103 0 0))
21588;;; Generated autoloads from org/org-version.el 21642;;; Generated autoloads from org/org-version.el
21589 21643
21590(autoload 'org-release "org-version" "\ 21644(autoload 'org-release "org-version" "\
@@ -21605,7 +21659,7 @@ The location of ODT styles.")
21605;;;*** 21659;;;***
21606 21660
21607;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 21661;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
21608;;;;;; (20585 28088 480237 0)) 21662;;;;;; (20585 55103 0 0))
21609;;; Generated autoloads from org/org-xoxo.el 21663;;; Generated autoloads from org/org-xoxo.el
21610 21664
21611(autoload 'org-export-as-xoxo "org-xoxo" "\ 21665(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -21617,7 +21671,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
21617;;;*** 21671;;;***
21618 21672
21619;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 21673;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
21620;;;;;; (20355 10021 546955 0)) 21674;;;;;; (20356 35090 0 0))
21621;;; Generated autoloads from outline.el 21675;;; Generated autoloads from outline.el
21622(put 'outline-regexp 'safe-local-variable 'stringp) 21676(put 'outline-regexp 'safe-local-variable 'stringp)
21623(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 21677(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -21681,7 +21735,7 @@ See the command `outline-mode' for more information on this mode.
21681;;;### (autoloads (list-packages describe-package package-initialize 21735;;;### (autoloads (list-packages describe-package package-initialize
21682;;;;;; package-refresh-contents package-install-file package-install-from-buffer 21736;;;;;; package-refresh-contents package-install-file package-install-from-buffer
21683;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" 21737;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
21684;;;;;; (20576 42138 697312 0)) 21738;;;;;; (20577 48876 0 0))
21685;;; Generated autoloads from emacs-lisp/package.el 21739;;; Generated autoloads from emacs-lisp/package.el
21686 21740
21687(defvar package-enable-at-startup t "\ 21741(defvar package-enable-at-startup t "\
@@ -21751,8 +21805,8 @@ The list is displayed in a buffer named `*Packages*'.
21751 21805
21752;;;*** 21806;;;***
21753 21807
21754;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20542 50478 21808;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20544 52783
21755;;;;;; 439878 507000)) 21809;;;;;; 0 0))
21756;;; Generated autoloads from paren.el 21810;;; Generated autoloads from paren.el
21757 21811
21758(defvar show-paren-mode nil "\ 21812(defvar show-paren-mode nil "\
@@ -21779,7 +21833,7 @@ matching parenthesis is highlighted in `show-paren-style' after
21779;;;*** 21833;;;***
21780 21834
21781;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 21835;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
21782;;;;;; (20478 3673 653810 0)) 21836;;;;;; (20511 52965 0 0))
21783;;; Generated autoloads from calendar/parse-time.el 21837;;; Generated autoloads from calendar/parse-time.el
21784(put 'parse-time-rules 'risky-local-variable t) 21838(put 'parse-time-rules 'risky-local-variable t)
21785 21839
@@ -21792,8 +21846,8 @@ unknown are returned as nil.
21792 21846
21793;;;*** 21847;;;***
21794 21848
21795;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20478 21849;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20511
21796;;;;;; 3673 653810 0)) 21850;;;;;; 52965 0 0))
21797;;; Generated autoloads from progmodes/pascal.el 21851;;; Generated autoloads from progmodes/pascal.el
21798 21852
21799(autoload 'pascal-mode "pascal" "\ 21853(autoload 'pascal-mode "pascal" "\
@@ -21846,7 +21900,7 @@ no args, if that value is non-nil.
21846;;;*** 21900;;;***
21847 21901
21848;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) 21902;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
21849;;;;;; "password-cache" "password-cache.el" (20577 33959 40183 0)) 21903;;;;;; "password-cache" "password-cache.el" (20577 48876 0 0))
21850;;; Generated autoloads from password-cache.el 21904;;; Generated autoloads from password-cache.el
21851 21905
21852(defvar password-cache t "\ 21906(defvar password-cache t "\
@@ -21868,7 +21922,7 @@ Check if KEY is in the cache.
21868;;;*** 21922;;;***
21869 21923
21870;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 21924;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
21871;;;;;; (20582 12914 894781 0)) 21925;;;;;; (20581 44007 0 0))
21872;;; Generated autoloads from emacs-lisp/pcase.el 21926;;; Generated autoloads from emacs-lisp/pcase.el
21873 21927
21874(autoload 'pcase "pcase" "\ 21928(autoload 'pcase "pcase" "\
@@ -21929,8 +21983,8 @@ of the form (UPAT EXP).
21929 21983
21930;;;*** 21984;;;***
21931 21985
21932;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20355 21986;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20244
21933;;;;;; 10021 546955 0)) 21987;;;;;; 35516 0 0))
21934;;; Generated autoloads from pcmpl-cvs.el 21988;;; Generated autoloads from pcmpl-cvs.el
21935 21989
21936(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 21990(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -21941,7 +21995,7 @@ Completion rules for the `cvs' command.
21941;;;*** 21995;;;***
21942 21996
21943;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 21997;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
21944;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20572 16038 402143 0)) 21998;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20577 48876 0 0))
21945;;; Generated autoloads from pcmpl-gnu.el 21999;;; Generated autoloads from pcmpl-gnu.el
21946 22000
21947(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 22001(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -21969,7 +22023,7 @@ Completion for the GNU tar utility.
21969;;;*** 22023;;;***
21970 22024
21971;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 22025;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
21972;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20355 10021 546955 0)) 22026;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20244 35516 0 0))
21973;;; Generated autoloads from pcmpl-linux.el 22027;;; Generated autoloads from pcmpl-linux.el
21974 22028
21975(autoload 'pcomplete/kill "pcmpl-linux" "\ 22029(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -21990,7 +22044,7 @@ Completion for GNU/Linux `mount'.
21990;;;*** 22044;;;***
21991 22045
21992;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20523 22046;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20523
21993;;;;;; 62082 997685 0)) 22047;;;;;; 63054 0 0))
21994;;; Generated autoloads from pcmpl-rpm.el 22048;;; Generated autoloads from pcmpl-rpm.el
21995 22049
21996(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 22050(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -22002,7 +22056,7 @@ Completion for the `rpm' command.
22002 22056
22003;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 22057;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
22004;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 22058;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
22005;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20376 40834 914217 22059;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20375 3831 0
22006;;;;;; 0)) 22060;;;;;; 0))
22007;;; Generated autoloads from pcmpl-unix.el 22061;;; Generated autoloads from pcmpl-unix.el
22008 22062
@@ -22060,8 +22114,8 @@ Includes files as well as host names followed by a colon.
22060 22114
22061;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 22115;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
22062;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 22116;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
22063;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20582 22117;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20585
22064;;;;;; 12914 894781 0)) 22118;;;;;; 55103 0 0))
22065;;; Generated autoloads from pcomplete.el 22119;;; Generated autoloads from pcomplete.el
22066 22120
22067(autoload 'pcomplete "pcomplete" "\ 22121(autoload 'pcomplete "pcomplete" "\
@@ -22120,7 +22174,7 @@ Setup `shell-mode' to use pcomplete.
22120 22174
22121;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 22175;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
22122;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 22176;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
22123;;;;;; "vc/pcvs.el" (20584 7212 455152 0)) 22177;;;;;; "vc/pcvs.el" (20585 55103 0 0))
22124;;; Generated autoloads from vc/pcvs.el 22178;;; Generated autoloads from vc/pcvs.el
22125 22179
22126(autoload 'cvs-checkout "pcvs" "\ 22180(autoload 'cvs-checkout "pcvs" "\
@@ -22195,8 +22249,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
22195 22249
22196;;;*** 22250;;;***
22197 22251
22198;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20576 42138 22252;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20577 48876
22199;;;;;; 697312 0)) 22253;;;;;; 0 0))
22200;;; Generated autoloads from vc/pcvs-defs.el 22254;;; Generated autoloads from vc/pcvs-defs.el
22201 22255
22202(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)) "\ 22256(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)) "\
@@ -22205,7 +22259,7 @@ Global menu used by PCL-CVS.")
22205;;;*** 22259;;;***
22206 22260
22207;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 22261;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
22208;;;;;; (20566 63671 243798 0)) 22262;;;;;; (20567 31133 0 0))
22209;;; Generated autoloads from progmodes/perl-mode.el 22263;;; Generated autoloads from progmodes/perl-mode.el
22210(put 'perl-indent-level 'safe-local-variable 'integerp) 22264(put 'perl-indent-level 'safe-local-variable 'integerp)
22211(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 22265(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -22267,7 +22321,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
22267;;;*** 22321;;;***
22268 22322
22269;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 22323;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
22270;;;;;; (20551 9899 283417 0)) 22324;;;;;; (20553 2323 0 0))
22271;;; Generated autoloads from textmodes/picture.el 22325;;; Generated autoloads from textmodes/picture.el
22272 22326
22273(autoload 'picture-mode "picture" "\ 22327(autoload 'picture-mode "picture" "\
@@ -22348,7 +22402,7 @@ they are not by default assigned to keys.
22348;;;*** 22402;;;***
22349 22403
22350;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el" 22404;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el"
22351;;;;;; (20378 29222 722320 0)) 22405;;;;;; (20380 26775 0 0))
22352;;; Generated autoloads from gnus/plstore.el 22406;;; Generated autoloads from gnus/plstore.el
22353 22407
22354(autoload 'plstore-open "plstore" "\ 22408(autoload 'plstore-open "plstore" "\
@@ -22364,7 +22418,7 @@ Major mode for editing PLSTORE files.
22364;;;*** 22418;;;***
22365 22419
22366;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 22420;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
22367;;;;;; (20355 10021 546955 0)) 22421;;;;;; (20244 35516 0 0))
22368;;; Generated autoloads from textmodes/po.el 22422;;; Generated autoloads from textmodes/po.el
22369 22423
22370(autoload 'po-find-file-coding-system "po" "\ 22424(autoload 'po-find-file-coding-system "po" "\
@@ -22375,8 +22429,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
22375 22429
22376;;;*** 22430;;;***
22377 22431
22378;;;### (autoloads (pong) "pong" "play/pong.el" (20478 3673 653810 22432;;;### (autoloads (pong) "pong" "play/pong.el" (20511 52965 0 0))
22379;;;;;; 0))
22380;;; Generated autoloads from play/pong.el 22433;;; Generated autoloads from play/pong.el
22381 22434
22382(autoload 'pong "pong" "\ 22435(autoload 'pong "pong" "\
@@ -22392,8 +22445,8 @@ pong-mode keybindings:\\<pong-mode-map>
22392 22445
22393;;;*** 22446;;;***
22394 22447
22395;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20458 56750 22448;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20460 33749
22396;;;;;; 651721 0)) 22449;;;;;; 0 0))
22397;;; Generated autoloads from gnus/pop3.el 22450;;; Generated autoloads from gnus/pop3.el
22398 22451
22399(autoload 'pop3-movemail "pop3" "\ 22452(autoload 'pop3-movemail "pop3" "\
@@ -22406,7 +22459,7 @@ Use streaming commands.
22406 22459
22407;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 22460;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
22408;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 22461;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
22409;;;;;; (20495 51111 757560 0)) 22462;;;;;; (20511 52965 0 0))
22410;;; Generated autoloads from emacs-lisp/pp.el 22463;;; Generated autoloads from emacs-lisp/pp.el
22411 22464
22412(autoload 'pp-to-string "pp" "\ 22465(autoload 'pp-to-string "pp" "\
@@ -22474,7 +22527,7 @@ Ignores leading comment characters.
22474;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 22527;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
22475;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 22528;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
22476;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 22529;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
22477;;;;;; (20566 63671 243798 0)) 22530;;;;;; (20567 31133 0 0))
22478;;; Generated autoloads from printing.el 22531;;; Generated autoloads from printing.el
22479 22532
22480(autoload 'pr-interface "printing" "\ 22533(autoload 'pr-interface "printing" "\
@@ -23061,8 +23114,7 @@ are both set to t.
23061 23114
23062;;;*** 23115;;;***
23063 23116
23064;;;### (autoloads (proced) "proced" "proced.el" (20576 13095 881042 23117;;;### (autoloads (proced) "proced" "proced.el" (20600 16892 0 0))
23065;;;;;; 0))
23066;;; Generated autoloads from proced.el 23118;;; Generated autoloads from proced.el
23067 23119
23068(autoload 'proced "proced" "\ 23120(autoload 'proced "proced" "\
@@ -23082,7 +23134,7 @@ Proced buffers.
23082 23134
23083;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window 23135;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window
23084;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el" 23136;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el"
23085;;;;;; (20585 28088 480237 0)) 23137;;;;;; (20600 16892 0 0))
23086;;; Generated autoloads from profiler.el 23138;;; Generated autoloads from profiler.el
23087 23139
23088(autoload 'profiler-start "profiler" "\ 23140(autoload 'profiler-start "profiler" "\
@@ -23111,7 +23163,7 @@ Open profile FILENAME.
23111;;;*** 23163;;;***
23112 23164
23113;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" 23165;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
23114;;;;;; "progmodes/prolog.el" (20576 42138 697312 0)) 23166;;;;;; "progmodes/prolog.el" (20577 48876 0 0))
23115;;; Generated autoloads from progmodes/prolog.el 23167;;; Generated autoloads from progmodes/prolog.el
23116 23168
23117(autoload 'prolog-mode "prolog" "\ 23169(autoload 'prolog-mode "prolog" "\
@@ -23146,8 +23198,8 @@ With prefix argument ARG, restart the Prolog process if running before.
23146 23198
23147;;;*** 23199;;;***
23148 23200
23149;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20355 23201;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20244
23150;;;;;; 10021 546955 0)) 23202;;;;;; 35516 0 0))
23151;;; Generated autoloads from ps-bdf.el 23203;;; Generated autoloads from ps-bdf.el
23152 23204
23153(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")) "\ 23205(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")) "\
@@ -23158,8 +23210,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
23158 23210
23159;;;*** 23211;;;***
23160 23212
23161;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20576 23213;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20577
23162;;;;;; 42138 697312 0)) 23214;;;;;; 48876 0 0))
23163;;; Generated autoloads from progmodes/ps-mode.el 23215;;; Generated autoloads from progmodes/ps-mode.el
23164 23216
23165(autoload 'ps-mode "ps-mode" "\ 23217(autoload 'ps-mode "ps-mode" "\
@@ -23210,8 +23262,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
23210;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 23262;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
23211;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 23263;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
23212;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 23264;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
23213;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20566 23265;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20567
23214;;;;;; 63671 243798 0)) 23266;;;;;; 31133 0 0))
23215;;; Generated autoloads from ps-print.el 23267;;; Generated autoloads from ps-print.el
23216 23268
23217(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"))) "\ 23269(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"))) "\
@@ -23408,7 +23460,7 @@ If EXTENSION is any other symbol, it is ignored.
23408;;;*** 23460;;;***
23409 23461
23410;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el" 23462;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el"
23411;;;;;; (20585 28088 480237 0)) 23463;;;;;; (20600 16892 0 0))
23412;;; Generated autoloads from progmodes/python.el 23464;;; Generated autoloads from progmodes/python.el
23413 23465
23414(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) 23466(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
@@ -23444,7 +23496,7 @@ if that value is non-nil.
23444;;;*** 23496;;;***
23445 23497
23446;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 23498;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
23447;;;;;; (20557 48712 315579 0)) 23499;;;;;; (20559 38659 0 0))
23448;;; Generated autoloads from gnus/qp.el 23500;;; Generated autoloads from gnus/qp.el
23449 23501
23450(autoload 'quoted-printable-decode-region "qp" "\ 23502(autoload 'quoted-printable-decode-region "qp" "\
@@ -23467,7 +23519,7 @@ them into characters should be done separately.
23467;;;;;; quail-defrule quail-install-decode-map quail-install-map 23519;;;;;; quail-defrule quail-install-decode-map quail-install-map
23468;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 23520;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
23469;;;;;; quail-define-package quail-use-package quail-title) "quail" 23521;;;;;; quail-define-package quail-use-package quail-title) "quail"
23470;;;;;; "international/quail.el" (20523 62082 997685 0)) 23522;;;;;; "international/quail.el" (20523 63054 0 0))
23471;;; Generated autoloads from international/quail.el 23523;;; Generated autoloads from international/quail.el
23472 23524
23473(autoload 'quail-title "quail" "\ 23525(autoload 'quail-title "quail" "\
@@ -23698,8 +23750,8 @@ of each directory.
23698 23750
23699;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 23751;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
23700;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 23752;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
23701;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20566 23753;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20567
23702;;;;;; 63671 243798 0)) 23754;;;;;; 31133 0 0))
23703;;; Generated autoloads from net/quickurl.el 23755;;; Generated autoloads from net/quickurl.el
23704 23756
23705(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" "\ 23757(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" "\
@@ -23771,7 +23823,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
23771;;;*** 23823;;;***
23772 23824
23773;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 23825;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
23774;;;;;; "net/rcirc.el" (20541 6907 775259 0)) 23826;;;;;; "net/rcirc.el" (20540 61982 0 0))
23775;;; Generated autoloads from net/rcirc.el 23827;;; Generated autoloads from net/rcirc.el
23776 23828
23777(autoload 'rcirc "rcirc" "\ 23829(autoload 'rcirc "rcirc" "\
@@ -23809,8 +23861,8 @@ if ARG is omitted or nil.
23809 23861
23810;;;*** 23862;;;***
23811 23863
23812;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20355 23864;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20290
23813;;;;;; 10021 546955 0)) 23865;;;;;; 33419 0 0))
23814;;; Generated autoloads from net/rcompile.el 23866;;; Generated autoloads from net/rcompile.el
23815 23867
23816(autoload 'remote-compile "rcompile" "\ 23868(autoload 'remote-compile "rcompile" "\
@@ -23822,7 +23874,7 @@ See \\[compile].
23822;;;*** 23874;;;***
23823 23875
23824;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 23876;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
23825;;;;;; (20427 14766 970343 0)) 23877;;;;;; (20428 57510 0 0))
23826;;; Generated autoloads from emacs-lisp/re-builder.el 23878;;; Generated autoloads from emacs-lisp/re-builder.el
23827 23879
23828(defalias 'regexp-builder 're-builder) 23880(defalias 'regexp-builder 're-builder)
@@ -23840,8 +23892,8 @@ matching parts of the target buffer will be highlighted.
23840 23892
23841;;;*** 23893;;;***
23842 23894
23843;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20356 2211 23895;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20356 35090
23844;;;;;; 532900 0)) 23896;;;;;; 0 0))
23845;;; Generated autoloads from recentf.el 23897;;; Generated autoloads from recentf.el
23846 23898
23847(defvar recentf-mode nil "\ 23899(defvar recentf-mode nil "\
@@ -23871,7 +23923,7 @@ were operated on recently.
23871;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle 23923;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
23872;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle 23924;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle
23873;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle) 23925;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle)
23874;;;;;; "rect" "rect.el" (20501 3499 284800 0)) 23926;;;;;; "rect" "rect.el" (20511 52965 0 0))
23875;;; Generated autoloads from rect.el 23927;;; Generated autoloads from rect.el
23876 23928
23877(autoload 'delete-rectangle "rect" "\ 23929(autoload 'delete-rectangle "rect" "\
@@ -24005,8 +24057,8 @@ with a prefix argument, prompt for START-AT and FORMAT.
24005 24057
24006;;;*** 24058;;;***
24007 24059
24008;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20478 24060;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20511
24009;;;;;; 3673 653810 0)) 24061;;;;;; 52965 0 0))
24010;;; Generated autoloads from textmodes/refill.el 24062;;; Generated autoloads from textmodes/refill.el
24011 24063
24012(autoload 'refill-mode "refill" "\ 24064(autoload 'refill-mode "refill" "\
@@ -24027,8 +24079,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
24027;;;*** 24079;;;***
24028 24080
24029;;;### (autoloads (reftex-reset-scanning-information reftex-mode 24081;;;### (autoloads (reftex-reset-scanning-information reftex-mode
24030;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20585 28088 24082;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20592 26321
24031;;;;;; 480237 0)) 24083;;;;;; 0 0))
24032;;; Generated autoloads from textmodes/reftex.el 24084;;; Generated autoloads from textmodes/reftex.el
24033 24085
24034(autoload 'turn-on-reftex "reftex" "\ 24086(autoload 'turn-on-reftex "reftex" "\
@@ -24078,7 +24130,7 @@ This enforces rescanning the buffer on next use.
24078;;;*** 24130;;;***
24079 24131
24080;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 24132;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
24081;;;;;; (20585 28088 480237 0)) 24133;;;;;; (20585 55103 0 0))
24082;;; Generated autoloads from textmodes/reftex-cite.el 24134;;; Generated autoloads from textmodes/reftex-cite.el
24083 24135
24084(autoload 'reftex-citation "reftex-cite" "\ 24136(autoload 'reftex-citation "reftex-cite" "\
@@ -24108,7 +24160,7 @@ While entering the regexp, completion on knows citation keys is possible.
24108;;;*** 24160;;;***
24109 24161
24110;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 24162;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
24111;;;;;; (20585 28088 480237 0)) 24163;;;;;; (20585 55103 0 0))
24112;;; Generated autoloads from textmodes/reftex-global.el 24164;;; Generated autoloads from textmodes/reftex-global.el
24113 24165
24114(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 24166(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -24125,7 +24177,7 @@ With no argument, this command toggles
24125;;;*** 24177;;;***
24126 24178
24127;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 24179;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
24128;;;;;; (20585 28088 480237 0)) 24180;;;;;; (20585 55103 0 0))
24129;;; Generated autoloads from textmodes/reftex-index.el 24181;;; Generated autoloads from textmodes/reftex-index.el
24130 24182
24131(autoload 'reftex-index-phrases-mode "reftex-index" "\ 24183(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -24158,7 +24210,7 @@ Here are all local bindings.
24158;;;*** 24210;;;***
24159 24211
24160;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 24212;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
24161;;;;;; (20585 28088 480237 0)) 24213;;;;;; (20585 55103 0 0))
24162;;; Generated autoloads from textmodes/reftex-parse.el 24214;;; Generated autoloads from textmodes/reftex-parse.el
24163 24215
24164(autoload 'reftex-all-document-files "reftex-parse" "\ 24216(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -24170,8 +24222,8 @@ of master file.
24170 24222
24171;;;*** 24223;;;***
24172 24224
24173;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20585 24225;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20600
24174;;;;;; 28088 480237 0)) 24226;;;;;; 16892 0 0))
24175;;; Generated autoloads from textmodes/reftex-vars.el 24227;;; Generated autoloads from textmodes/reftex-vars.el
24176(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 24228(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
24177(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 24229(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -24181,7 +24233,7 @@ of master file.
24181;;;*** 24233;;;***
24182 24234
24183;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 24235;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
24184;;;;;; (20522 38650 757441 0)) 24236;;;;;; (20522 50437 0 0))
24185;;; Generated autoloads from emacs-lisp/regexp-opt.el 24237;;; Generated autoloads from emacs-lisp/regexp-opt.el
24186 24238
24187(autoload 'regexp-opt "regexp-opt" "\ 24239(autoload 'regexp-opt "regexp-opt" "\
@@ -24212,7 +24264,7 @@ This means the number of non-shy regexp grouping constructs
24212 24264
24213;;;### (autoloads (remember-diary-extract-entries remember-clipboard 24265;;;### (autoloads (remember-diary-extract-entries remember-clipboard
24214;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 24266;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
24215;;;;;; (20355 10021 546955 0)) 24267;;;;;; (20244 35516 0 0))
24216;;; Generated autoloads from textmodes/remember.el 24268;;; Generated autoloads from textmodes/remember.el
24217 24269
24218(autoload 'remember "remember" "\ 24270(autoload 'remember "remember" "\
@@ -24243,8 +24295,7 @@ Extract diary entries from the region.
24243 24295
24244;;;*** 24296;;;***
24245 24297
24246;;;### (autoloads (repeat) "repeat" "repeat.el" (20574 57775 217760 24298;;;### (autoloads (repeat) "repeat" "repeat.el" (20577 48876 0 0))
24247;;;;;; 0))
24248;;; Generated autoloads from repeat.el 24299;;; Generated autoloads from repeat.el
24249 24300
24250(autoload 'repeat "repeat" "\ 24301(autoload 'repeat "repeat" "\
@@ -24267,7 +24318,7 @@ recently executed command not bound to an input event\".
24267;;;*** 24318;;;***
24268 24319
24269;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 24320;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
24270;;;;;; (20355 10021 546955 0)) 24321;;;;;; (20244 35516 0 0))
24271;;; Generated autoloads from mail/reporter.el 24322;;; Generated autoloads from mail/reporter.el
24272 24323
24273(autoload 'reporter-submit-bug-report "reporter" "\ 24324(autoload 'reporter-submit-bug-report "reporter" "\
@@ -24299,7 +24350,7 @@ mail-sending package is used for editing and sending the message.
24299;;;*** 24350;;;***
24300 24351
24301;;;### (autoloads (reposition-window) "reposition" "reposition.el" 24352;;;### (autoloads (reposition-window) "reposition" "reposition.el"
24302;;;;;; (20355 10021 546955 0)) 24353;;;;;; (20244 35516 0 0))
24303;;; Generated autoloads from reposition.el 24354;;; Generated autoloads from reposition.el
24304 24355
24305(autoload 'reposition-window "reposition" "\ 24356(autoload 'reposition-window "reposition" "\
@@ -24326,7 +24377,7 @@ first comment line visible (if point is in a comment).
24326;;;*** 24377;;;***
24327 24378
24328;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 24379;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
24329;;;;;; (20355 10021 546955 0)) 24380;;;;;; (20244 35516 0 0))
24330;;; Generated autoloads from reveal.el 24381;;; Generated autoloads from reveal.el
24331 24382
24332(autoload 'reveal-mode "reveal" "\ 24383(autoload 'reveal-mode "reveal" "\
@@ -24362,7 +24413,7 @@ the mode if ARG is omitted or nil.
24362;;;*** 24413;;;***
24363 24414
24364;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 24415;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
24365;;;;;; (20355 10021 546955 0)) 24416;;;;;; (20331 12564 0 0))
24366;;; Generated autoloads from emacs-lisp/ring.el 24417;;; Generated autoloads from emacs-lisp/ring.el
24367 24418
24368(autoload 'ring-p "ring" "\ 24419(autoload 'ring-p "ring" "\
@@ -24377,8 +24428,8 @@ Make a ring that can contain SIZE elements.
24377 24428
24378;;;*** 24429;;;***
24379 24430
24380;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20402 11562 24431;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20412 11425
24381;;;;;; 85788 0)) 24432;;;;;; 0 0))
24382;;; Generated autoloads from net/rlogin.el 24433;;; Generated autoloads from net/rlogin.el
24383 24434
24384(autoload 'rlogin "rlogin" "\ 24435(autoload 'rlogin "rlogin" "\
@@ -24427,8 +24478,7 @@ variable.
24427;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 24478;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
24428;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 24479;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
24429;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory 24480;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory
24430;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20568 19013 9762 24481;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20600 16892 0 0))
24431;;;;;; 342000))
24432;;; Generated autoloads from mail/rmail.el 24482;;; Generated autoloads from mail/rmail.el
24433 24483
24434(defvar rmail-file-name (purecopy "~/RMAIL") "\ 24484(defvar rmail-file-name (purecopy "~/RMAIL") "\
@@ -24626,8 +24676,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
24626;;;*** 24676;;;***
24627 24677
24628;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 24678;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
24629;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20530 3765 184907 24679;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20535 44414
24630;;;;;; 0)) 24680;;;;;; 0 0))
24631;;; Generated autoloads from mail/rmailout.el 24681;;; Generated autoloads from mail/rmailout.el
24632(put 'rmail-output-file-alist 'risky-local-variable t) 24682(put 'rmail-output-file-alist 'risky-local-variable t)
24633 24683
@@ -24692,7 +24742,7 @@ than appending to it. Deletes the message after writing if
24692;;;*** 24742;;;***
24693 24743
24694;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 24744;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
24695;;;;;; (20355 10021 546955 0)) 24745;;;;;; (20244 35516 0 0))
24696;;; Generated autoloads from nxml/rng-cmpct.el 24746;;; Generated autoloads from nxml/rng-cmpct.el
24697 24747
24698(autoload 'rng-c-load-schema "rng-cmpct" "\ 24748(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -24704,7 +24754,7 @@ Return a pattern.
24704;;;*** 24754;;;***
24705 24755
24706;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 24756;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
24707;;;;;; (20355 10021 546955 0)) 24757;;;;;; (20356 35090 0 0))
24708;;; Generated autoloads from nxml/rng-nxml.el 24758;;; Generated autoloads from nxml/rng-nxml.el
24709 24759
24710(autoload 'rng-nxml-mode-init "rng-nxml" "\ 24760(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -24717,7 +24767,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
24717;;;*** 24767;;;***
24718 24768
24719;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 24769;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
24720;;;;;; (20355 10021 546955 0)) 24770;;;;;; (20290 33419 0 0))
24721;;; Generated autoloads from nxml/rng-valid.el 24771;;; Generated autoloads from nxml/rng-valid.el
24722 24772
24723(autoload 'rng-validate-mode "rng-valid" "\ 24773(autoload 'rng-validate-mode "rng-valid" "\
@@ -24747,8 +24797,8 @@ to use for finding the schema.
24747 24797
24748;;;*** 24798;;;***
24749 24799
24750;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20355 24800;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20244
24751;;;;;; 10021 546955 0)) 24801;;;;;; 35516 0 0))
24752;;; Generated autoloads from nxml/rng-xsd.el 24802;;; Generated autoloads from nxml/rng-xsd.el
24753 24803
24754(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 24804(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -24776,7 +24826,7 @@ must be equal.
24776;;;*** 24826;;;***
24777 24827
24778;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 24828;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24779;;;;;; "robin" "international/robin.el" (20523 62082 997685 0)) 24829;;;;;; "robin" "international/robin.el" (20523 63054 0 0))
24780;;; Generated autoloads from international/robin.el 24830;;; Generated autoloads from international/robin.el
24781 24831
24782(autoload 'robin-define-package "robin" "\ 24832(autoload 'robin-define-package "robin" "\
@@ -24809,8 +24859,7 @@ Start using robin package NAME, which is a string.
24809;;;*** 24859;;;***
24810 24860
24811;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 24861;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24812;;;;;; rot13-string rot13) "rot13" "rot13.el" (20355 10021 546955 24862;;;;;; rot13-string rot13) "rot13" "rot13.el" (20244 35516 0 0))
24813;;;;;; 0))
24814;;; Generated autoloads from rot13.el 24863;;; Generated autoloads from rot13.el
24815 24864
24816(autoload 'rot13 "rot13" "\ 24865(autoload 'rot13 "rot13" "\
@@ -24848,7 +24897,7 @@ Toggle the use of ROT13 encoding for the current window.
24848;;;*** 24897;;;***
24849 24898
24850;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 24899;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24851;;;;;; (20576 13095 881042 0)) 24900;;;;;; (20600 16892 0 0))
24852;;; Generated autoloads from textmodes/rst.el 24901;;; Generated autoloads from textmodes/rst.el
24853 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 24902 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
24854 24903
@@ -24879,7 +24928,7 @@ for modes derived from Text mode, like Mail mode.
24879;;;*** 24928;;;***
24880 24929
24881;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 24930;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
24882;;;;;; (20576 42138 697312 0)) 24931;;;;;; (20577 48876 0 0))
24883;;; Generated autoloads from progmodes/ruby-mode.el 24932;;; Generated autoloads from progmodes/ruby-mode.el
24884 24933
24885(autoload 'ruby-mode "ruby-mode" "\ 24934(autoload 'ruby-mode "ruby-mode" "\
@@ -24900,8 +24949,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
24900 24949
24901;;;*** 24950;;;***
24902 24951
24903;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20355 24952;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20244
24904;;;;;; 10021 546955 0)) 24953;;;;;; 35516 0 0))
24905;;; Generated autoloads from ruler-mode.el 24954;;; Generated autoloads from ruler-mode.el
24906 24955
24907(defvar ruler-mode nil "\ 24956(defvar ruler-mode nil "\
@@ -24918,8 +24967,8 @@ if ARG is omitted or nil.
24918 24967
24919;;;*** 24968;;;***
24920 24969
24921;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20518 24970;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20517
24922;;;;;; 12580 46478 0)) 24971;;;;;; 30410 0 0))
24923;;; Generated autoloads from emacs-lisp/rx.el 24972;;; Generated autoloads from emacs-lisp/rx.el
24924 24973
24925(autoload 'rx-to-string "rx" "\ 24974(autoload 'rx-to-string "rx" "\
@@ -25231,7 +25280,7 @@ enclosed in `(and ...)'.
25231;;;*** 25280;;;***
25232 25281
25233;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20577 25282;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20577
25234;;;;;; 33959 40183 0)) 25283;;;;;; 48876 0 0))
25235;;; Generated autoloads from savehist.el 25284;;; Generated autoloads from savehist.el
25236 25285
25237(defvar savehist-mode nil "\ 25286(defvar savehist-mode nil "\
@@ -25263,7 +25312,7 @@ histories, which is probably undesirable.
25263;;;*** 25312;;;***
25264 25313
25265;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 25314;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
25266;;;;;; (20427 14766 970343 0)) 25315;;;;;; (20428 57510 0 0))
25267;;; Generated autoloads from progmodes/scheme.el 25316;;; Generated autoloads from progmodes/scheme.el
25268 25317
25269(autoload 'scheme-mode "scheme" "\ 25318(autoload 'scheme-mode "scheme" "\
@@ -25305,7 +25354,7 @@ that variable's value is a string.
25305;;;*** 25354;;;***
25306 25355
25307;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 25356;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
25308;;;;;; (20355 10021 546955 0)) 25357;;;;;; (20244 35516 0 0))
25309;;; Generated autoloads from gnus/score-mode.el 25358;;; Generated autoloads from gnus/score-mode.el
25310 25359
25311(autoload 'gnus-score-mode "score-mode" "\ 25360(autoload 'gnus-score-mode "score-mode" "\
@@ -25319,7 +25368,7 @@ This mode is an extended emacs-lisp mode.
25319;;;*** 25368;;;***
25320 25369
25321;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 25370;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
25322;;;;;; (20363 61861 222722 0)) 25371;;;;;; (20373 41604 0 0))
25323;;; Generated autoloads from scroll-all.el 25372;;; Generated autoloads from scroll-all.el
25324 25373
25325(defvar scroll-all-mode nil "\ 25374(defvar scroll-all-mode nil "\
@@ -25345,7 +25394,7 @@ one window apply to all visible windows in the same frame.
25345;;;*** 25394;;;***
25346 25395
25347;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 25396;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
25348;;;;;; (20355 10021 546955 0)) 25397;;;;;; (20276 3849 0 0))
25349;;; Generated autoloads from scroll-lock.el 25398;;; Generated autoloads from scroll-lock.el
25350 25399
25351(autoload 'scroll-lock-mode "scroll-lock" "\ 25400(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -25361,8 +25410,7 @@ vertically fixed relative to window boundaries during scrolling.
25361 25410
25362;;;*** 25411;;;***
25363 25412
25364;;;### (autoloads nil "secrets" "net/secrets.el" (20478 3673 653810 25413;;;### (autoloads nil "secrets" "net/secrets.el" (20511 52965 0 0))
25365;;;;;; 0))
25366;;; Generated autoloads from net/secrets.el 25414;;; Generated autoloads from net/secrets.el
25367(when (featurep 'dbusbind) 25415(when (featurep 'dbusbind)
25368 (autoload 'secrets-show-secrets "secrets" nil t)) 25416 (autoload 'secrets-show-secrets "secrets" nil t))
@@ -25370,7 +25418,7 @@ vertically fixed relative to window boundaries during scrolling.
25370;;;*** 25418;;;***
25371 25419
25372;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 25420;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
25373;;;;;; "cedet/semantic.el" (20355 10021 546955 0)) 25421;;;;;; "cedet/semantic.el" (20600 16892 0 0))
25374;;; Generated autoloads from cedet/semantic.el 25422;;; Generated autoloads from cedet/semantic.el
25375 25423
25376(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 25424(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -25385,7 +25433,17 @@ The possible elements of this list include the following:
25385 `global-semantic-highlight-func-mode' - Highlight the current tag. 25433 `global-semantic-highlight-func-mode' - Highlight the current tag.
25386 `global-semantic-stickyfunc-mode' - Show current fun in header line. 25434 `global-semantic-stickyfunc-mode' - Show current fun in header line.
25387 `global-semantic-mru-bookmark-mode' - Provide `switch-to-buffer'-like 25435 `global-semantic-mru-bookmark-mode' - Provide `switch-to-buffer'-like
25388 keybinding for tag names.") 25436 keybinding for tag names.
25437 `global-cedet-m3-minor-mode' - A mouse 3 context menu.
25438 `global-semantic-idle-local-symbol-highlight-mode' - Highlight references
25439 of the symbol under point.
25440The following modes are more targeted at people who want to see
25441 some internal information of the semantic parser in action:
25442 `global-semantic-highlight-edits-mode' - Visualize incremental parser by
25443 highlighting not-yet parsed changes.
25444 `global-semantic-show-unmatched-syntax-mode' - Highlight unmatched lexical
25445 syntax tokens.
25446 `global-semantic-show-parser-state-mode' - Display the parser cache state.")
25389 25447
25390(custom-autoload 'semantic-default-submodes "semantic" t) 25448(custom-autoload 'semantic-default-submodes "semantic" t)
25391 25449
@@ -25416,6 +25474,28 @@ Semantic mode.
25416 25474
25417;;;*** 25475;;;***
25418 25476
25477;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar"
25478;;;;;; "cedet/semantic/bovine/grammar.el" (20592 26321 0 0))
25479;;; Generated autoloads from cedet/semantic/bovine/grammar.el
25480
25481(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
25482Major mode for editing Bovine grammars.
25483
25484\(fn)" t nil)
25485
25486;;;***
25487
25488;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar"
25489;;;;;; "cedet/semantic/wisent/grammar.el" (20592 26321 0 0))
25490;;; Generated autoloads from cedet/semantic/wisent/grammar.el
25491
25492(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
25493Major mode for editing Wisent grammars.
25494
25495\(fn)" t nil)
25496
25497;;;***
25498
25419;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists 25499;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists
25420;;;;;; mail-mode sendmail-user-agent-compose sendmail-query-once 25500;;;;;; mail-mode sendmail-user-agent-compose sendmail-query-once
25421;;;;;; mail-default-headers mail-default-directory mail-signature-file 25501;;;;;; mail-default-headers mail-default-directory mail-signature-file
@@ -25424,7 +25504,7 @@ Semantic mode.
25424;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name 25504;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
25425;;;;;; mail-header-separator send-mail-function mail-interactive 25505;;;;;; mail-header-separator send-mail-function mail-interactive
25426;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 25506;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
25427;;;;;; "sendmail" "mail/sendmail.el" (20577 33959 40183 0)) 25507;;;;;; "sendmail" "mail/sendmail.el" (20577 48876 0 0))
25428;;; Generated autoloads from mail/sendmail.el 25508;;; Generated autoloads from mail/sendmail.el
25429 25509
25430(defvar mail-from-style 'default "\ 25510(defvar mail-from-style 'default "\
@@ -25706,8 +25786,8 @@ Like `mail' command, but display mail buffer in another frame.
25706;;;*** 25786;;;***
25707 25787
25708;;;### (autoloads (server-save-buffers-kill-terminal server-mode 25788;;;### (autoloads (server-save-buffers-kill-terminal server-mode
25709;;;;;; server-force-delete server-start) "server" "server.el" (20584 25789;;;;;; server-force-delete server-start) "server" "server.el" (20600
25710;;;;;; 7212 455152 0)) 25790;;;;;; 16892 0 0))
25711;;; Generated autoloads from server.el 25791;;; Generated autoloads from server.el
25712 25792
25713(put 'server-host 'risky-local-variable t) 25793(put 'server-host 'risky-local-variable t)
@@ -25774,7 +25854,7 @@ only these files will be asked to be saved.
25774 25854
25775;;;*** 25855;;;***
25776 25856
25777;;;### (autoloads (ses-mode) "ses" "ses.el" (20553 51627 169867 0)) 25857;;;### (autoloads (ses-mode) "ses" "ses.el" (20553 63503 0 0))
25778;;; Generated autoloads from ses.el 25858;;; Generated autoloads from ses.el
25779 25859
25780(autoload 'ses-mode "ses" "\ 25860(autoload 'ses-mode "ses" "\
@@ -25793,7 +25873,7 @@ These are active only in the minibuffer, when entering or editing a formula:
25793;;;*** 25873;;;***
25794 25874
25795;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 25875;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
25796;;;;;; (20580 10161 446444 0)) 25876;;;;;; (20580 46629 0 0))
25797;;; Generated autoloads from textmodes/sgml-mode.el 25877;;; Generated autoloads from textmodes/sgml-mode.el
25798 25878
25799(autoload 'sgml-mode "sgml-mode" "\ 25879(autoload 'sgml-mode "sgml-mode" "\
@@ -25859,7 +25939,7 @@ To work around that, do:
25859;;;*** 25939;;;***
25860 25940
25861;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 25941;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25862;;;;;; (20577 33959 40183 0)) 25942;;;;;; (20600 16892 0 0))
25863;;; Generated autoloads from progmodes/sh-script.el 25943;;; Generated autoloads from progmodes/sh-script.el
25864(put 'sh-shell 'safe-local-variable 'symbolp) 25944(put 'sh-shell 'safe-local-variable 'symbolp)
25865 25945
@@ -25923,7 +26003,7 @@ with your script for an edit-interpret-debug cycle.
25923;;;*** 26003;;;***
25924 26004
25925;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 26005;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25926;;;;;; (20572 16038 402143 0)) 26006;;;;;; (20577 48876 0 0))
25927;;; Generated autoloads from emacs-lisp/shadow.el 26007;;; Generated autoloads from emacs-lisp/shadow.el
25928 26008
25929(autoload 'list-load-path-shadows "shadow" "\ 26009(autoload 'list-load-path-shadows "shadow" "\
@@ -25973,8 +26053,8 @@ function, `load-path-shadows-find'.
25973;;;*** 26053;;;***
25974 26054
25975;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 26055;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25976;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20355 26056;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20244
25977;;;;;; 10021 546955 0)) 26057;;;;;; 35516 0 0))
25978;;; Generated autoloads from shadowfile.el 26058;;; Generated autoloads from shadowfile.el
25979 26059
25980(autoload 'shadow-define-cluster "shadowfile" "\ 26060(autoload 'shadow-define-cluster "shadowfile" "\
@@ -26013,7 +26093,7 @@ Set up file shadowing.
26013;;;*** 26093;;;***
26014 26094
26015;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 26095;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
26016;;;;;; (20566 63671 243798 0)) 26096;;;;;; (20567 31133 0 0))
26017;;; Generated autoloads from shell.el 26097;;; Generated autoloads from shell.el
26018 26098
26019(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 26099(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -26061,8 +26141,8 @@ Otherwise, one argument `-i' is passed to the shell.
26061 26141
26062;;;*** 26142;;;***
26063 26143
26064;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20486 26144;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20600
26065;;;;;; 36135 22104 0)) 26145;;;;;; 16892 0 0))
26066;;; Generated autoloads from gnus/shr.el 26146;;; Generated autoloads from gnus/shr.el
26067 26147
26068(autoload 'shr-insert-document "shr" "\ 26148(autoload 'shr-insert-document "shr" "\
@@ -26075,8 +26155,7 @@ DOM should be a parse tree as generated by
26075;;;*** 26155;;;***
26076 26156
26077;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload 26157;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload
26078;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20487 57003 603251 26158;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20511 52965 0 0))
26079;;;;;; 0))
26080;;; Generated autoloads from gnus/sieve.el 26159;;; Generated autoloads from gnus/sieve.el
26081 26160
26082(autoload 'sieve-manage "sieve" "\ 26161(autoload 'sieve-manage "sieve" "\
@@ -26102,7 +26181,7 @@ DOM should be a parse tree as generated by
26102;;;*** 26181;;;***
26103 26182
26104;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 26183;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
26105;;;;;; (20487 57003 603251 0)) 26184;;;;;; (20511 52965 0 0))
26106;;; Generated autoloads from gnus/sieve-mode.el 26185;;; Generated autoloads from gnus/sieve-mode.el
26107 26186
26108(autoload 'sieve-mode "sieve-mode" "\ 26187(autoload 'sieve-mode "sieve-mode" "\
@@ -26117,8 +26196,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
26117 26196
26118;;;*** 26197;;;***
26119 26198
26120;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20355 26199;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20356
26121;;;;;; 10021 546955 0)) 26200;;;;;; 35090 0 0))
26122;;; Generated autoloads from progmodes/simula.el 26201;;; Generated autoloads from progmodes/simula.el
26123 26202
26124(autoload 'simula-mode "simula" "\ 26203(autoload 'simula-mode "simula" "\
@@ -26167,7 +26246,7 @@ with no arguments, if that value is non-nil.
26167;;;*** 26246;;;***
26168 26247
26169;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 26248;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
26170;;;;;; define-skeleton) "skeleton" "skeleton.el" (20541 6907 775259 26249;;;;;; define-skeleton) "skeleton" "skeleton.el" (20540 61982 0
26171;;;;;; 0)) 26250;;;;;; 0))
26172;;; Generated autoloads from skeleton.el 26251;;; Generated autoloads from skeleton.el
26173 26252
@@ -26280,7 +26359,7 @@ symmetrical ones, and the same character twice for the others.
26280;;;*** 26359;;;***
26281 26360
26282;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 26361;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
26283;;;;;; "smerge-mode" "vc/smerge-mode.el" (20585 28088 480237 0)) 26362;;;;;; "smerge-mode" "vc/smerge-mode.el" (20585 55103 0 0))
26284;;; Generated autoloads from vc/smerge-mode.el 26363;;; Generated autoloads from vc/smerge-mode.el
26285 26364
26286(autoload 'smerge-ediff "smerge-mode" "\ 26365(autoload 'smerge-ediff "smerge-mode" "\
@@ -26308,7 +26387,7 @@ If no conflict maker is found, turn off `smerge-mode'.
26308;;;*** 26387;;;***
26309 26388
26310;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 26389;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
26311;;;;;; (20355 10021 546955 0)) 26390;;;;;; (20244 35516 0 0))
26312;;; Generated autoloads from gnus/smiley.el 26391;;; Generated autoloads from gnus/smiley.el
26313 26392
26314(autoload 'smiley-region "smiley" "\ 26393(autoload 'smiley-region "smiley" "\
@@ -26326,7 +26405,7 @@ interactively. If there's no argument, do it at the current buffer.
26326;;;*** 26405;;;***
26327 26406
26328;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 26407;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
26329;;;;;; "mail/smtpmail.el" (20551 9899 283417 0)) 26408;;;;;; "mail/smtpmail.el" (20550 14882 0 0))
26330;;; Generated autoloads from mail/smtpmail.el 26409;;; Generated autoloads from mail/smtpmail.el
26331 26410
26332(autoload 'smtpmail-send-it "smtpmail" "\ 26411(autoload 'smtpmail-send-it "smtpmail" "\
@@ -26341,7 +26420,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
26341 26420
26342;;;*** 26421;;;***
26343 26422
26344;;;### (autoloads (snake) "snake" "play/snake.el" (20478 3673 653810 26423;;;### (autoloads (snake) "snake" "play/snake.el" (20511 52965 0
26345;;;;;; 0)) 26424;;;;;; 0))
26346;;; Generated autoloads from play/snake.el 26425;;; Generated autoloads from play/snake.el
26347 26426
@@ -26366,7 +26445,7 @@ Snake mode keybindings:
26366;;;*** 26445;;;***
26367 26446
26368;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 26447;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
26369;;;;;; (20577 33959 40183 0)) 26448;;;;;; (20577 48876 0 0))
26370;;; Generated autoloads from net/snmp-mode.el 26449;;; Generated autoloads from net/snmp-mode.el
26371 26450
26372(autoload 'snmp-mode "snmp-mode" "\ 26451(autoload 'snmp-mode "snmp-mode" "\
@@ -26395,8 +26474,8 @@ then `snmpv2-mode-hook'.
26395 26474
26396;;;*** 26475;;;***
26397 26476
26398;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20566 26477;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20567
26399;;;;;; 63671 243798 0)) 26478;;;;;; 31133 0 0))
26400;;; Generated autoloads from calendar/solar.el 26479;;; Generated autoloads from calendar/solar.el
26401 26480
26402(autoload 'sunrise-sunset "solar" "\ 26481(autoload 'sunrise-sunset "solar" "\
@@ -26411,8 +26490,8 @@ This function is suitable for execution in an init file.
26411 26490
26412;;;*** 26491;;;***
26413 26492
26414;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20427 26493;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20428
26415;;;;;; 14766 970343 0)) 26494;;;;;; 57510 0 0))
26416;;; Generated autoloads from play/solitaire.el 26495;;; Generated autoloads from play/solitaire.el
26417 26496
26418(autoload 'solitaire "solitaire" "\ 26497(autoload 'solitaire "solitaire" "\
@@ -26489,8 +26568,7 @@ Pick your favorite shortcuts:
26489 26568
26490;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 26569;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
26491;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 26570;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
26492;;;;;; sort-lines sort-subr) "sort" "sort.el" (20507 42276 222255 26571;;;;;; sort-lines sort-subr) "sort" "sort.el" (20511 52965 0 0))
26493;;;;;; 0))
26494;;; Generated autoloads from sort.el 26572;;; Generated autoloads from sort.el
26495(put 'sort-fold-case 'safe-local-variable 'booleanp) 26573(put 'sort-fold-case 'safe-local-variable 'booleanp)
26496 26574
@@ -26639,8 +26717,8 @@ From a program takes two point or marker arguments, BEG and END.
26639 26717
26640;;;*** 26718;;;***
26641 26719
26642;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20458 26720;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20460
26643;;;;;; 56750 651721 0)) 26721;;;;;; 33749 0 0))
26644;;; Generated autoloads from gnus/spam.el 26722;;; Generated autoloads from gnus/spam.el
26645 26723
26646(autoload 'spam-initialize "spam" "\ 26724(autoload 'spam-initialize "spam" "\
@@ -26656,7 +26734,7 @@ installed through `spam-necessary-extra-headers'.
26656 26734
26657;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 26735;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
26658;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 26736;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
26659;;;;;; "gnus/spam-report.el" (20355 10021 546955 0)) 26737;;;;;; "gnus/spam-report.el" (20244 35516 0 0))
26660;;; Generated autoloads from gnus/spam-report.el 26738;;; Generated autoloads from gnus/spam-report.el
26661 26739
26662(autoload 'spam-report-process-queue "spam-report" "\ 26740(autoload 'spam-report-process-queue "spam-report" "\
@@ -26699,7 +26777,7 @@ Spam reports will be queued with the method used when
26699;;;*** 26777;;;***
26700 26778
26701;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 26779;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
26702;;;;;; "speedbar.el" (20566 63671 243798 0)) 26780;;;;;; "speedbar.el" (20567 31133 0 0))
26703;;; Generated autoloads from speedbar.el 26781;;; Generated autoloads from speedbar.el
26704 26782
26705(defalias 'speedbar 'speedbar-frame-mode) 26783(defalias 'speedbar 'speedbar-frame-mode)
@@ -26723,8 +26801,8 @@ selected. If the speedbar frame is active, then select the attached frame.
26723 26801
26724;;;*** 26802;;;***
26725 26803
26726;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20355 26804;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20244
26727;;;;;; 10021 546955 0)) 26805;;;;;; 35516 0 0))
26728;;; Generated autoloads from play/spook.el 26806;;; Generated autoloads from play/spook.el
26729 26807
26730(autoload 'spook "spook" "\ 26808(autoload 'spook "spook" "\
@@ -26743,7 +26821,7 @@ Return a vector containing the lines from `spook-phrases-file'.
26743;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 26821;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
26744;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 26822;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
26745;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 26823;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
26746;;;;;; (20566 63671 243798 0)) 26824;;;;;; (20567 31133 0 0))
26747;;; Generated autoloads from progmodes/sql.el 26825;;; Generated autoloads from progmodes/sql.el
26748 26826
26749(autoload 'sql-add-product-keywords "sql" "\ 26827(autoload 'sql-add-product-keywords "sql" "\
@@ -27239,7 +27317,7 @@ buffer.
27239;;;*** 27317;;;***
27240 27318
27241;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 27319;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
27242;;;;;; (20355 10021 546955 0)) 27320;;;;;; (20585 59413 0 0))
27243;;; Generated autoloads from cedet/srecode/srt-mode.el 27321;;; Generated autoloads from cedet/srecode/srt-mode.el
27244 27322
27245(autoload 'srecode-template-mode "srecode/srt-mode" "\ 27323(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -27252,7 +27330,7 @@ Major-mode for writing SRecode macros.
27252;;;*** 27330;;;***
27253 27331
27254;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 27332;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
27255;;;;;; (20355 10021 546955 0)) 27333;;;;;; (20244 35516 0 0))
27256;;; Generated autoloads from gnus/starttls.el 27334;;; Generated autoloads from gnus/starttls.el
27257 27335
27258(autoload 'starttls-open-stream "starttls" "\ 27336(autoload 'starttls-open-stream "starttls" "\
@@ -27279,8 +27357,8 @@ GnuTLS requires a port number.
27279;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 27357;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
27280;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 27358;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
27281;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 27359;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
27282;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20566 27360;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20600
27283;;;;;; 63671 243798 0)) 27361;;;;;; 16892 0 0))
27284;;; Generated autoloads from strokes.el 27362;;; Generated autoloads from strokes.el
27285 27363
27286(autoload 'strokes-global-set-stroke "strokes" "\ 27364(autoload 'strokes-global-set-stroke "strokes" "\
@@ -27394,7 +27472,7 @@ Read a complex stroke and insert its glyph into the current buffer.
27394;;;*** 27472;;;***
27395 27473
27396;;;### (autoloads (studlify-buffer studlify-word studlify-region) 27474;;;### (autoloads (studlify-buffer studlify-word studlify-region)
27397;;;;;; "studly" "play/studly.el" (20355 10021 546955 0)) 27475;;;;;; "studly" "play/studly.el" (19765 60663 0 0))
27398;;; Generated autoloads from play/studly.el 27476;;; Generated autoloads from play/studly.el
27399 27477
27400(autoload 'studlify-region "studly" "\ 27478(autoload 'studlify-region "studly" "\
@@ -27415,7 +27493,7 @@ Studlify-case the current buffer.
27415;;;*** 27493;;;***
27416 27494
27417;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 27495;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
27418;;;;;; (20524 51365 2559 0)) 27496;;;;;; (20535 44414 0 0))
27419;;; Generated autoloads from progmodes/subword.el 27497;;; Generated autoloads from progmodes/subword.el
27420 27498
27421(autoload 'subword-mode "subword" "\ 27499(autoload 'subword-mode "subword" "\
@@ -27471,7 +27549,7 @@ See `subword-mode' for more information on Subword mode.
27471;;;*** 27549;;;***
27472 27550
27473;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 27551;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
27474;;;;;; (20576 42138 697312 0)) 27552;;;;;; (20577 48876 0 0))
27475;;; Generated autoloads from mail/supercite.el 27553;;; Generated autoloads from mail/supercite.el
27476 27554
27477(autoload 'sc-cite-original "supercite" "\ 27555(autoload 'sc-cite-original "supercite" "\
@@ -27503,8 +27581,8 @@ and `sc-post-hook' is run after the guts of this function.
27503 27581
27504;;;*** 27582;;;***
27505 27583
27506;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20355 27584;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20244
27507;;;;;; 10021 546955 0)) 27585;;;;;; 35516 0 0))
27508;;; Generated autoloads from t-mouse.el 27586;;; Generated autoloads from t-mouse.el
27509 27587
27510(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 27588(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -27532,8 +27610,8 @@ It relies on the `gpm' daemon being activated.
27532 27610
27533;;;*** 27611;;;***
27534 27612
27535;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20355 10021 27613;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20244 35516
27536;;;;;; 546955 0)) 27614;;;;;; 0 0))
27537;;; Generated autoloads from tabify.el 27615;;; Generated autoloads from tabify.el
27538 27616
27539(autoload 'untabify "tabify" "\ 27617(autoload 'untabify "tabify" "\
@@ -27568,7 +27646,7 @@ The variable `tab-width' controls the spacing of tab stops.
27568;;;;;; table-recognize table-insert-row-column table-insert-column 27646;;;;;; table-recognize table-insert-row-column table-insert-column
27569;;;;;; table-insert-row table-insert table-point-left-cell-hook 27647;;;;;; table-insert-row table-insert table-point-left-cell-hook
27570;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 27648;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
27571;;;;;; "table" "textmodes/table.el" (20566 63671 243798 0)) 27649;;;;;; "table" "textmodes/table.el" (20589 46442 0 0))
27572;;; Generated autoloads from textmodes/table.el 27650;;; Generated autoloads from textmodes/table.el
27573 27651
27574(defvar table-cell-map-hook nil "\ 27652(defvar table-cell-map-hook nil "\
@@ -27931,10 +28009,14 @@ JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
27931\(fn JUSTIFY)" t nil) 28009\(fn JUSTIFY)" t nil)
27932 28010
27933(autoload 'table-fixed-width-mode "table" "\ 28011(autoload 'table-fixed-width-mode "table" "\
27934Toggle fixing width mode. 28012Cell width is fixed when this is non-nil.
27935In the fixed width mode, typing inside a cell never changes the cell 28013Normally it should be nil for allowing automatic cell width expansion
27936width where in the normal mode the cell width expands automatically in 28014that widens a cell when it is necessary. When non-nil, typing in a
27937order to prevent a word being folded into multiple lines. 28015cell does not automatically expand the cell width. A word that is too
28016long to fit in a cell is chopped into multiple lines. The chopped
28017location is indicated by `table-word-continuation-char'. This
28018variable's value can be toggled by \\[table-fixed-width-mode] at
28019run-time.
27938 28020
27939\(fn &optional ARG)" t nil) 28021\(fn &optional ARG)" t nil)
27940 28022
@@ -28156,8 +28238,8 @@ converts a table into plain text without frames. It is a companion to
28156 28238
28157;;;*** 28239;;;***
28158 28240
28159;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20355 10021 28241;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20244 35516
28160;;;;;; 546955 0)) 28242;;;;;; 0 0))
28161;;; Generated autoloads from talk.el 28243;;; Generated autoloads from talk.el
28162 28244
28163(autoload 'talk-connect "talk" "\ 28245(autoload 'talk-connect "talk" "\
@@ -28172,8 +28254,8 @@ Connect to the Emacs talk group from the current X display or tty frame.
28172 28254
28173;;;*** 28255;;;***
28174 28256
28175;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20585 28088 28257;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20585 55103
28176;;;;;; 480237 0)) 28258;;;;;; 0 0))
28177;;; Generated autoloads from tar-mode.el 28259;;; Generated autoloads from tar-mode.el
28178 28260
28179(autoload 'tar-mode "tar-mode" "\ 28261(autoload 'tar-mode "tar-mode" "\
@@ -28197,7 +28279,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
28197;;;*** 28279;;;***
28198 28280
28199;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 28281;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
28200;;;;;; "progmodes/tcl.el" (20580 10161 446444 0)) 28282;;;;;; "progmodes/tcl.el" (20580 46629 0 0))
28201;;; Generated autoloads from progmodes/tcl.el 28283;;; Generated autoloads from progmodes/tcl.el
28202 28284
28203(autoload 'tcl-mode "tcl" "\ 28285(autoload 'tcl-mode "tcl" "\
@@ -28245,8 +28327,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
28245 28327
28246;;;*** 28328;;;***
28247 28329
28248;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20355 10021 28330;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20244 35516
28249;;;;;; 546955 0)) 28331;;;;;; 0 0))
28250;;; Generated autoloads from net/telnet.el 28332;;; Generated autoloads from net/telnet.el
28251 28333
28252(autoload 'telnet "telnet" "\ 28334(autoload 'telnet "telnet" "\
@@ -28272,7 +28354,7 @@ Normally input is edited in Emacs and sent a line at a time.
28272;;;*** 28354;;;***
28273 28355
28274;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 28356;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
28275;;;;;; (20580 10161 446444 0)) 28357;;;;;; (20580 46629 0 0))
28276;;; Generated autoloads from term.el 28358;;; Generated autoloads from term.el
28277 28359
28278(autoload 'make-term "term" "\ 28360(autoload 'make-term "term" "\
@@ -28314,8 +28396,8 @@ use in that buffer.
28314 28396
28315;;;*** 28397;;;***
28316 28398
28317;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20355 28399;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20244
28318;;;;;; 10021 546955 0)) 28400;;;;;; 35516 0 0))
28319;;; Generated autoloads from terminal.el 28401;;; Generated autoloads from terminal.el
28320 28402
28321(autoload 'terminal-emulator "terminal" "\ 28403(autoload 'terminal-emulator "terminal" "\
@@ -28352,7 +28434,7 @@ subprocess started.
28352;;;*** 28434;;;***
28353 28435
28354;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 28436;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
28355;;;;;; (20580 10161 446444 0)) 28437;;;;;; (20579 15299 0 0))
28356;;; Generated autoloads from emacs-lisp/testcover.el 28438;;; Generated autoloads from emacs-lisp/testcover.el
28357 28439
28358(autoload 'testcover-this-defun "testcover" "\ 28440(autoload 'testcover-this-defun "testcover" "\
@@ -28362,8 +28444,8 @@ Start coverage on function under point.
28362 28444
28363;;;*** 28445;;;***
28364 28446
28365;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20545 57511 28447;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20550 14882
28366;;;;;; 257469 0)) 28448;;;;;; 0 0))
28367;;; Generated autoloads from play/tetris.el 28449;;; Generated autoloads from play/tetris.el
28368 28450
28369(autoload 'tetris "tetris" "\ 28451(autoload 'tetris "tetris" "\
@@ -28394,7 +28476,7 @@ tetris-mode keybindings:
28394;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 28476;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
28395;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 28477;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
28396;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 28478;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
28397;;;;;; (20584 7212 455152 0)) 28479;;;;;; (20600 16892 0 0))
28398;;; Generated autoloads from textmodes/tex-mode.el 28480;;; Generated autoloads from textmodes/tex-mode.el
28399 28481
28400(defvar tex-shell-file-name nil "\ 28482(defvar tex-shell-file-name nil "\
@@ -28696,7 +28778,7 @@ Major mode to edit DocTeX files.
28696;;;*** 28778;;;***
28697 28779
28698;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 28780;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
28699;;;;;; "texinfmt" "textmodes/texinfmt.el" (20434 17809 692608 0)) 28781;;;;;; "texinfmt" "textmodes/texinfmt.el" (20434 28080 0 0))
28700;;; Generated autoloads from textmodes/texinfmt.el 28782;;; Generated autoloads from textmodes/texinfmt.el
28701 28783
28702(autoload 'texinfo-format-buffer "texinfmt" "\ 28784(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -28736,7 +28818,7 @@ if large. You can use `Info-split' to do this manually.
28736;;;*** 28818;;;***
28737 28819
28738;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 28820;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
28739;;;;;; "texinfo" "textmodes/texinfo.el" (20478 3673 653810 0)) 28821;;;;;; "texinfo" "textmodes/texinfo.el" (20511 52965 0 0))
28740;;; Generated autoloads from textmodes/texinfo.el 28822;;; Generated autoloads from textmodes/texinfo.el
28741 28823
28742(defvar texinfo-open-quote (purecopy "``") "\ 28824(defvar texinfo-open-quote (purecopy "``") "\
@@ -28822,7 +28904,7 @@ value of `texinfo-mode-hook'.
28822 28904
28823;;;### (autoloads (thai-composition-function thai-compose-buffer 28905;;;### (autoloads (thai-composition-function thai-compose-buffer
28824;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 28906;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
28825;;;;;; (20355 10021 546955 0)) 28907;;;;;; (20276 3849 0 0))
28826;;; Generated autoloads from language/thai-util.el 28908;;; Generated autoloads from language/thai-util.el
28827 28909
28828(autoload 'thai-compose-region "thai-util" "\ 28910(autoload 'thai-compose-region "thai-util" "\
@@ -28851,7 +28933,7 @@ Compose Thai characters in the current buffer.
28851 28933
28852;;;### (autoloads (list-at-point number-at-point symbol-at-point 28934;;;### (autoloads (list-at-point number-at-point symbol-at-point
28853;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 28935;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
28854;;;;;; "thingatpt" "thingatpt.el" (20416 44451 205563 0)) 28936;;;;;; "thingatpt" "thingatpt.el" (20419 46656 0 0))
28855;;; Generated autoloads from thingatpt.el 28937;;; Generated autoloads from thingatpt.el
28856 28938
28857(autoload 'forward-thing "thingatpt" "\ 28939(autoload 'forward-thing "thingatpt" "\
@@ -28914,7 +28996,7 @@ Return the Lisp list at point, or nil if none is found.
28914 28996
28915;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 28997;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28916;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 28998;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28917;;;;;; (20355 10021 546955 0)) 28999;;;;;; (20244 35516 0 0))
28918;;; Generated autoloads from thumbs.el 29000;;; Generated autoloads from thumbs.el
28919 29001
28920(autoload 'thumbs-find-thumb "thumbs" "\ 29002(autoload 'thumbs-find-thumb "thumbs" "\
@@ -28952,8 +29034,8 @@ In dired, call the setroot program on the image at point.
28952;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 29034;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
28953;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 29035;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
28954;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 29036;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
28955;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20355 29037;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20356
28956;;;;;; 10021 546955 0)) 29038;;;;;; 35090 0 0))
28957;;; Generated autoloads from language/tibet-util.el 29039;;; Generated autoloads from language/tibet-util.el
28958 29040
28959(autoload 'tibetan-char-p "tibet-util" "\ 29041(autoload 'tibetan-char-p "tibet-util" "\
@@ -29027,7 +29109,7 @@ See also docstring of the function tibetan-compose-region.
29027;;;*** 29109;;;***
29028 29110
29029;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 29111;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
29030;;;;;; (20373 11301 906925 0)) 29112;;;;;; (20373 41604 0 0))
29031;;; Generated autoloads from textmodes/tildify.el 29113;;; Generated autoloads from textmodes/tildify.el
29032 29114
29033(autoload 'tildify-region "tildify" "\ 29115(autoload 'tildify-region "tildify" "\
@@ -29052,7 +29134,7 @@ This function performs no refilling of the changed text.
29052 29134
29053;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 29135;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
29054;;;;;; display-time-mode display-time display-time-day-and-date) 29136;;;;;; display-time-mode display-time display-time-day-and-date)
29055;;;;;; "time" "time.el" (20561 45732 920134 0)) 29137;;;;;; "time" "time.el" (20567 31133 0 0))
29056;;; Generated autoloads from time.el 29138;;; Generated autoloads from time.el
29057 29139
29058(defvar display-time-day-and-date nil "\ 29140(defvar display-time-day-and-date nil "\
@@ -29118,7 +29200,7 @@ Return a string giving the duration of the Emacs initialization.
29118;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 29200;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
29119;;;;;; time-add time-subtract time-since days-to-time time-less-p 29201;;;;;; time-add time-subtract time-since days-to-time time-less-p
29120;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 29202;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
29121;;;;;; (20453 5437 764254 0)) 29203;;;;;; (20452 57825 0 0))
29122;;; Generated autoloads from calendar/time-date.el 29204;;; Generated autoloads from calendar/time-date.el
29123 29205
29124(autoload 'date-to-time "time-date" "\ 29206(autoload 'date-to-time "time-date" "\
@@ -29232,7 +29314,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
29232;;;*** 29314;;;***
29233 29315
29234;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 29316;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
29235;;;;;; "time-stamp.el" (20566 63671 243798 0)) 29317;;;;;; "time-stamp.el" (20567 31133 0 0))
29236;;; Generated autoloads from time-stamp.el 29318;;; Generated autoloads from time-stamp.el
29237(put 'time-stamp-format 'safe-local-variable 'stringp) 29319(put 'time-stamp-format 'safe-local-variable 'stringp)
29238(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 29320(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -29276,7 +29358,7 @@ With ARG, turn time stamping on if and only if arg is positive.
29276;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 29358;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
29277;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 29359;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
29278;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el" 29360;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el"
29279;;;;;; (20566 63671 243798 0)) 29361;;;;;; (20600 16892 0 0))
29280;;; Generated autoloads from calendar/timeclock.el 29362;;; Generated autoloads from calendar/timeclock.el
29281 29363
29282(autoload 'timeclock-mode-line-display "timeclock" "\ 29364(autoload 'timeclock-mode-line-display "timeclock" "\
@@ -29376,7 +29458,7 @@ relative only to the time worked today, and not to past time.
29376;;;*** 29458;;;***
29377 29459
29378;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 29460;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
29379;;;;;; "international/titdic-cnv.el" (20355 10021 546955 0)) 29461;;;;;; "international/titdic-cnv.el" (20290 33419 0 0))
29380;;; Generated autoloads from international/titdic-cnv.el 29462;;; Generated autoloads from international/titdic-cnv.el
29381 29463
29382(autoload 'titdic-convert "titdic-cnv" "\ 29464(autoload 'titdic-convert "titdic-cnv" "\
@@ -29399,7 +29481,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
29399;;;*** 29481;;;***
29400 29482
29401;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 29483;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
29402;;;;;; "tmm.el" (20433 53542 563193 0)) 29484;;;;;; "tmm.el" (20432 55251 0 0))
29403;;; Generated autoloads from tmm.el 29485;;; Generated autoloads from tmm.el
29404 (define-key global-map "\M-`" 'tmm-menubar) 29486 (define-key global-map "\M-`" 'tmm-menubar)
29405 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 29487 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -29439,7 +29521,7 @@ Its value should be an event that has a binding in MENU.
29439 29521
29440;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 29522;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
29441;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 29523;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
29442;;;;;; "todo-mode" "calendar/todo-mode.el" (20355 10021 546955 0)) 29524;;;;;; "todo-mode" "calendar/todo-mode.el" (20244 35516 0 0))
29443;;; Generated autoloads from calendar/todo-mode.el 29525;;; Generated autoloads from calendar/todo-mode.el
29444 29526
29445(autoload 'todo-add-category "todo-mode" "\ 29527(autoload 'todo-add-category "todo-mode" "\
@@ -29499,7 +29581,7 @@ Show TODO list.
29499 29581
29500;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 29582;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
29501;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 29583;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
29502;;;;;; "tool-bar" "tool-bar.el" (20355 10021 546955 0)) 29584;;;;;; "tool-bar" "tool-bar.el" (20290 33419 0 0))
29503;;; Generated autoloads from tool-bar.el 29585;;; Generated autoloads from tool-bar.el
29504 29586
29505(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 29587(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -29570,7 +29652,7 @@ holds a keymap.
29570;;;*** 29652;;;***
29571 29653
29572;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 29654;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
29573;;;;;; (20566 63671 243798 0)) 29655;;;;;; (20567 31133 0 0))
29574;;; Generated autoloads from emulation/tpu-edt.el 29656;;; Generated autoloads from emulation/tpu-edt.el
29575 29657
29576(defvar tpu-edt-mode nil "\ 29658(defvar tpu-edt-mode nil "\
@@ -29600,7 +29682,7 @@ Turn on TPU/edt emulation.
29600;;;*** 29682;;;***
29601 29683
29602;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 29684;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
29603;;;;;; (20566 63671 243798 0)) 29685;;;;;; (20567 31133 0 0))
29604;;; Generated autoloads from emulation/tpu-mapper.el 29686;;; Generated autoloads from emulation/tpu-mapper.el
29605 29687
29606(autoload 'tpu-mapper "tpu-mapper" "\ 29688(autoload 'tpu-mapper "tpu-mapper" "\
@@ -29634,8 +29716,8 @@ your local X guru can try to figure out why the key is being ignored.
29634 29716
29635;;;*** 29717;;;***
29636 29718
29637;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20355 10021 29719;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20244 35516
29638;;;;;; 546955 0)) 29720;;;;;; 0 0))
29639;;; Generated autoloads from emacs-lisp/tq.el 29721;;; Generated autoloads from emacs-lisp/tq.el
29640 29722
29641(autoload 'tq-create "tq" "\ 29723(autoload 'tq-create "tq" "\
@@ -29649,7 +29731,7 @@ to a tcp server on another machine.
29649;;;*** 29731;;;***
29650 29732
29651;;;### (autoloads (trace-function-background trace-function trace-buffer) 29733;;;### (autoloads (trace-function-background trace-function trace-buffer)
29652;;;;;; "trace" "emacs-lisp/trace.el" (20485 15269 390836 0)) 29734;;;;;; "trace" "emacs-lisp/trace.el" (20511 52965 0 0))
29653;;; Generated autoloads from emacs-lisp/trace.el 29735;;; Generated autoloads from emacs-lisp/trace.el
29654 29736
29655(defvar trace-buffer (purecopy "*trace-output*") "\ 29737(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -29686,7 +29768,7 @@ BUFFER defaults to `trace-buffer'.
29686;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 29768;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
29687;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 29769;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
29688;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 29770;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
29689;;;;;; "net/tramp.el" (20561 18280 338092 0)) 29771;;;;;; "net/tramp.el" (20600 16892 0 0))
29690;;; Generated autoloads from net/tramp.el 29772;;; Generated autoloads from net/tramp.el
29691 29773
29692(defvar tramp-mode t "\ 29774(defvar tramp-mode t "\
@@ -29819,7 +29901,7 @@ Discard Tramp from loading remote files.
29819;;;*** 29901;;;***
29820 29902
29821;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 29903;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
29822;;;;;; (20438 24016 194668 0)) 29904;;;;;; (20438 17064 0 0))
29823;;; Generated autoloads from net/tramp-ftp.el 29905;;; Generated autoloads from net/tramp-ftp.el
29824 29906
29825(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 29907(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -29829,8 +29911,8 @@ Discard Tramp from loading remote files.
29829 29911
29830;;;*** 29912;;;***
29831 29913
29832;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20584 29914;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20585
29833;;;;;; 7212 455152 0)) 29915;;;;;; 55103 0 0))
29834;;; Generated autoloads from tutorial.el 29916;;; Generated autoloads from tutorial.el
29835 29917
29836(autoload 'help-with-tutorial "tutorial" "\ 29918(autoload 'help-with-tutorial "tutorial" "\
@@ -29855,7 +29937,7 @@ resumed later.
29855;;;*** 29937;;;***
29856 29938
29857;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 29939;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
29858;;;;;; (20355 10021 546955 0)) 29940;;;;;; (19765 60663 0 0))
29859;;; Generated autoloads from language/tv-util.el 29941;;; Generated autoloads from language/tv-util.el
29860 29942
29861(autoload 'tai-viet-composition-function "tv-util" "\ 29943(autoload 'tai-viet-composition-function "tv-util" "\
@@ -29866,7 +29948,7 @@ resumed later.
29866;;;*** 29948;;;***
29867 29949
29868;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 29950;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
29869;;;;;; "textmodes/two-column.el" (20566 63671 243798 0)) 29951;;;;;; "textmodes/two-column.el" (20567 31133 0 0))
29870;;; Generated autoloads from textmodes/two-column.el 29952;;; Generated autoloads from textmodes/two-column.el
29871 (autoload '2C-command "two-column" () t 'keymap) 29953 (autoload '2C-command "two-column" () t 'keymap)
29872 (global-set-key "\C-x6" '2C-command) 29954 (global-set-key "\C-x6" '2C-command)
@@ -29915,7 +29997,7 @@ First column's text sSs Second column's text
29915 29997
29916;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 29998;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
29917;;;;;; type-break type-break-mode) "type-break" "type-break.el" 29999;;;;;; type-break type-break-mode) "type-break" "type-break.el"
29918;;;;;; (20582 12914 894781 0)) 30000;;;;;; (20581 48325 0 0))
29919;;; Generated autoloads from type-break.el 30001;;; Generated autoloads from type-break.el
29920 30002
29921(defvar type-break-mode nil "\ 30003(defvar type-break-mode nil "\
@@ -30047,8 +30129,8 @@ FRAC should be the inverse of the fractional value; for example, a value of
30047 30129
30048;;;*** 30130;;;***
30049 30131
30050;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20566 63671 30132;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20567 31133
30051;;;;;; 243798 0)) 30133;;;;;; 0 0))
30052;;; Generated autoloads from mail/uce.el 30134;;; Generated autoloads from mail/uce.el
30053 30135
30054(autoload 'uce-reply-to-uce "uce" "\ 30136(autoload 'uce-reply-to-uce "uce" "\
@@ -30066,7 +30148,7 @@ You might need to set `uce-mail-reader' before using this.
30066;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 30148;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
30067;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 30149;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
30068;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 30150;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
30069;;;;;; "international/ucs-normalize.el" (20476 31768 298871 0)) 30151;;;;;; "international/ucs-normalize.el" (20511 52965 0 0))
30070;;; Generated autoloads from international/ucs-normalize.el 30152;;; Generated autoloads from international/ucs-normalize.el
30071 30153
30072(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 30154(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -30132,7 +30214,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
30132;;;*** 30214;;;***
30133 30215
30134;;;### (autoloads (ununderline-region underline-region) "underline" 30216;;;### (autoloads (ununderline-region underline-region) "underline"
30135;;;;;; "textmodes/underline.el" (20355 10021 546955 0)) 30217;;;;;; "textmodes/underline.el" (20244 35516 0 0))
30136;;; Generated autoloads from textmodes/underline.el 30218;;; Generated autoloads from textmodes/underline.el
30137 30219
30138(autoload 'underline-region "underline" "\ 30220(autoload 'underline-region "underline" "\
@@ -30153,7 +30235,7 @@ which specify the range to operate on.
30153;;;*** 30235;;;***
30154 30236
30155;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 30237;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
30156;;;;;; (20369 14251 85829 0)) 30238;;;;;; (20373 41604 0 0))
30157;;; Generated autoloads from mail/unrmail.el 30239;;; Generated autoloads from mail/unrmail.el
30158 30240
30159(autoload 'batch-unrmail "unrmail" "\ 30241(autoload 'batch-unrmail "unrmail" "\
@@ -30172,8 +30254,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
30172 30254
30173;;;*** 30255;;;***
30174 30256
30175;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20355 30257;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20244
30176;;;;;; 10021 546955 0)) 30258;;;;;; 35516 0 0))
30177;;; Generated autoloads from emacs-lisp/unsafep.el 30259;;; Generated autoloads from emacs-lisp/unsafep.el
30178 30260
30179(autoload 'unsafep "unsafep" "\ 30261(autoload 'unsafep "unsafep" "\
@@ -30186,7 +30268,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
30186;;;*** 30268;;;***
30187 30269
30188;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 30270;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
30189;;;;;; "url/url.el" (20478 3673 653810 0)) 30271;;;;;; "url/url.el" (20511 52965 0 0))
30190;;; Generated autoloads from url/url.el 30272;;; Generated autoloads from url/url.el
30191 30273
30192(autoload 'url-retrieve "url" "\ 30274(autoload 'url-retrieve "url" "\
@@ -30234,7 +30316,7 @@ no further processing). URL is either a string or a parsed URL.
30234;;;*** 30316;;;***
30235 30317
30236;;;### (autoloads (url-register-auth-scheme url-get-authentication) 30318;;;### (autoloads (url-register-auth-scheme url-get-authentication)
30237;;;;;; "url-auth" "url/url-auth.el" (20355 10021 546955 0)) 30319;;;;;; "url-auth" "url/url-auth.el" (20244 35516 0 0))
30238;;; Generated autoloads from url/url-auth.el 30320;;; Generated autoloads from url/url-auth.el
30239 30321
30240(autoload 'url-get-authentication "url-auth" "\ 30322(autoload 'url-get-authentication "url-auth" "\
@@ -30276,7 +30358,7 @@ RATING a rating between 1 and 10 of the strength of the authentication.
30276;;;*** 30358;;;***
30277 30359
30278;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 30360;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
30279;;;;;; "url-cache" "url/url-cache.el" (20355 10021 546955 0)) 30361;;;;;; "url-cache" "url/url-cache.el" (20276 3849 0 0))
30280;;; Generated autoloads from url/url-cache.el 30362;;; Generated autoloads from url/url-cache.el
30281 30363
30282(autoload 'url-store-in-cache "url-cache" "\ 30364(autoload 'url-store-in-cache "url-cache" "\
@@ -30297,8 +30379,8 @@ Extract FNAM from the local disk cache.
30297 30379
30298;;;*** 30380;;;***
30299 30381
30300;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20355 10021 30382;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20244 35516
30301;;;;;; 546955 0)) 30383;;;;;; 0 0))
30302;;; Generated autoloads from url/url-cid.el 30384;;; Generated autoloads from url/url-cid.el
30303 30385
30304(autoload 'url-cid "url-cid" "\ 30386(autoload 'url-cid "url-cid" "\
@@ -30309,7 +30391,7 @@ Extract FNAM from the local disk cache.
30309;;;*** 30391;;;***
30310 30392
30311;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p) 30393;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p)
30312;;;;;; "url-dav" "url/url-dav.el" (20501 3499 284800 0)) 30394;;;;;; "url-dav" "url/url-dav.el" (20511 52965 0 0))
30313;;; Generated autoloads from url/url-dav.el 30395;;; Generated autoloads from url/url-dav.el
30314 30396
30315(autoload 'url-dav-supported-p "url-dav" "\ 30397(autoload 'url-dav-supported-p "url-dav" "\
@@ -30343,8 +30425,8 @@ added to this list, so most requests can just pass in nil.
30343 30425
30344;;;*** 30426;;;***
30345 30427
30346;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20478 30428;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20511
30347;;;;;; 3673 653810 0)) 30429;;;;;; 52965 0 0))
30348;;; Generated autoloads from url/url-file.el 30430;;; Generated autoloads from url/url-file.el
30349 30431
30350(autoload 'url-file "url-file" "\ 30432(autoload 'url-file "url-file" "\
@@ -30355,7 +30437,7 @@ Handle file: and ftp: URLs.
30355;;;*** 30437;;;***
30356 30438
30357;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 30439;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
30358;;;;;; "url/url-gw.el" (20478 3673 653810 0)) 30440;;;;;; "url/url-gw.el" (20511 52965 0 0))
30359;;; Generated autoloads from url/url-gw.el 30441;;; Generated autoloads from url/url-gw.el
30360 30442
30361(autoload 'url-gateway-nslookup-host "url-gw" "\ 30443(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -30375,7 +30457,7 @@ Might do a non-blocking connection; use `process-status' to check.
30375 30457
30376;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 30458;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
30377;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 30459;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
30378;;;;;; (20584 7212 455152 0)) 30460;;;;;; (20585 55103 0 0))
30379;;; Generated autoloads from url/url-handlers.el 30461;;; Generated autoloads from url/url-handlers.el
30380 30462
30381(defvar url-handler-mode nil "\ 30463(defvar url-handler-mode nil "\
@@ -30429,67 +30511,9 @@ accessible.
30429 30511
30430;;;*** 30512;;;***
30431 30513
30432;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 30514;;;### (autoloads nil "url-http" "url/url-http.el" (20589 46442 0
30433;;;;;; url-http) "url-http" "url/url-http.el" (20522 38650 757441
30434;;;;;; 0)) 30515;;;;;; 0))
30435;;; Generated autoloads from url/url-http.el 30516;;; Generated autoloads from url/url-http.el
30436
30437(autoload 'url-http "url-http" "\
30438Retrieve URL via HTTP asynchronously.
30439URL must be a parsed URL. See `url-generic-parse-url' for details.
30440When retrieval is completed, the function CALLBACK is executed with
30441CBARGS as the arguments.
30442
30443Optional arg RETRY-BUFFER, if non-nil, specifies the buffer of a
30444previous `url-http' call, which is being re-attempted.
30445
30446\(fn URL CALLBACK CBARGS &optional RETRY-BUFFER)" nil nil)
30447
30448(autoload 'url-http-file-exists-p "url-http" "\
30449
30450
30451\(fn URL)" nil nil)
30452
30453(defalias 'url-http-file-readable-p 'url-http-file-exists-p)
30454
30455(autoload 'url-http-file-attributes "url-http" "\
30456
30457
30458\(fn URL &optional ID-FORMAT)" nil nil)
30459
30460(autoload 'url-http-options "url-http" "\
30461Return a property list describing options available for URL.
30462This list is retrieved using the `OPTIONS' HTTP method.
30463
30464Property list members:
30465
30466methods
30467 A list of symbols specifying what HTTP methods the resource
30468 supports.
30469
30470dav
30471 A list of numbers specifying what DAV protocol/schema versions are
30472 supported.
30473
30474dasl
30475 A list of supported DASL search types supported (string form)
30476
30477ranges
30478 A list of the units available for use in partial document fetches.
30479
30480p3p
30481 The `Platform For Privacy Protection' description for the resource.
30482 Currently this is just the raw header contents. This is likely to
30483 change once P3P is formally supported by the URL package or
30484 Emacs/W3.
30485
30486\(fn URL)" nil nil)
30487
30488(defconst url-https-default-port 443 "\
30489Default HTTPS port.")
30490
30491(defconst url-https-asynchronous-p t "\
30492HTTPS retrievals are asynchronous.")
30493 (autoload 'url-default-expander "url-expand") 30517 (autoload 'url-default-expander "url-expand")
30494 30518
30495(defalias 'url-https-expand-file-name 'url-default-expander) 30519(defalias 'url-https-expand-file-name 'url-default-expander)
@@ -30500,8 +30524,8 @@ HTTPS retrievals are asynchronous.")
30500 30524
30501;;;*** 30525;;;***
30502 30526
30503;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20355 10021 30527;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20244 35516
30504;;;;;; 546955 0)) 30528;;;;;; 0 0))
30505;;; Generated autoloads from url/url-irc.el 30529;;; Generated autoloads from url/url-irc.el
30506 30530
30507(autoload 'url-irc "url-irc" "\ 30531(autoload 'url-irc "url-irc" "\
@@ -30511,8 +30535,8 @@ HTTPS retrievals are asynchronous.")
30511 30535
30512;;;*** 30536;;;***
30513 30537
30514;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20355 30538;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20356
30515;;;;;; 10021 546955 0)) 30539;;;;;; 35090 0 0))
30516;;; Generated autoloads from url/url-ldap.el 30540;;; Generated autoloads from url/url-ldap.el
30517 30541
30518(autoload 'url-ldap "url-ldap" "\ 30542(autoload 'url-ldap "url-ldap" "\
@@ -30526,7 +30550,7 @@ URL can be a URL string, or a URL vector of the type returned by
30526;;;*** 30550;;;***
30527 30551
30528;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 30552;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
30529;;;;;; (20355 10021 546955 0)) 30553;;;;;; (20244 35516 0 0))
30530;;; Generated autoloads from url/url-mailto.el 30554;;; Generated autoloads from url/url-mailto.el
30531 30555
30532(autoload 'url-mail "url-mailto" "\ 30556(autoload 'url-mail "url-mailto" "\
@@ -30542,8 +30566,7 @@ Handle the mailto: URL syntax.
30542;;;*** 30566;;;***
30543 30567
30544;;;### (autoloads (url-data url-generic-emulator-loader url-info 30568;;;### (autoloads (url-data url-generic-emulator-loader url-info
30545;;;;;; url-man) "url-misc" "url/url-misc.el" (20478 3673 653810 30569;;;;;; url-man) "url-misc" "url/url-misc.el" (20511 52965 0 0))
30546;;;;;; 0))
30547;;; Generated autoloads from url/url-misc.el 30570;;; Generated autoloads from url/url-misc.el
30548 30571
30549(autoload 'url-man "url-misc" "\ 30572(autoload 'url-man "url-misc" "\
@@ -30575,7 +30598,7 @@ Fetch a data URL (RFC 2397).
30575;;;*** 30598;;;***
30576 30599
30577;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 30600;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
30578;;;;;; (20355 10021 546955 0)) 30601;;;;;; (20244 35516 0 0))
30579;;; Generated autoloads from url/url-news.el 30602;;; Generated autoloads from url/url-news.el
30580 30603
30581(autoload 'url-news "url-news" "\ 30604(autoload 'url-news "url-news" "\
@@ -30592,7 +30615,7 @@ Fetch a data URL (RFC 2397).
30592 30615
30593;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 30616;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
30594;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 30617;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
30595;;;;;; (20355 10021 546955 0)) 30618;;;;;; (20244 35516 0 0))
30596;;; Generated autoloads from url/url-ns.el 30619;;; Generated autoloads from url/url-ns.el
30597 30620
30598(autoload 'isPlainHostName "url-ns" "\ 30621(autoload 'isPlainHostName "url-ns" "\
@@ -30633,7 +30656,7 @@ Fetch a data URL (RFC 2397).
30633;;;*** 30656;;;***
30634 30657
30635;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 30658;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
30636;;;;;; "url/url-parse.el" (20577 33959 40183 0)) 30659;;;;;; "url/url-parse.el" (20577 48876 0 0))
30637;;; Generated autoloads from url/url-parse.el 30660;;; Generated autoloads from url/url-parse.el
30638 30661
30639(autoload 'url-recreate-url "url-parse" "\ 30662(autoload 'url-recreate-url "url-parse" "\
@@ -30685,7 +30708,7 @@ parses to
30685;;;*** 30708;;;***
30686 30709
30687;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 30710;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
30688;;;;;; (20478 3673 653810 0)) 30711;;;;;; (20511 52965 0 0))
30689;;; Generated autoloads from url/url-privacy.el 30712;;; Generated autoloads from url/url-privacy.el
30690 30713
30691(autoload 'url-setup-privacy-info "url-privacy" "\ 30714(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -30696,7 +30719,7 @@ Setup variables that expose info about you and your system.
30696;;;*** 30719;;;***
30697 30720
30698;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" 30721;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el"
30699;;;;;; (20478 3673 653810 0)) 30722;;;;;; (20511 52965 0 0))
30700;;; Generated autoloads from url/url-queue.el 30723;;; Generated autoloads from url/url-queue.el
30701 30724
30702(autoload 'url-queue-retrieve "url-queue" "\ 30725(autoload 'url-queue-retrieve "url-queue" "\
@@ -30716,8 +30739,8 @@ The variable `url-queue-timeout' sets a timeout.
30716;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces 30739;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces
30717;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message 30740;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message
30718;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args 30741;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args
30719;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20584 30742;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20585
30720;;;;;; 7212 455152 0)) 30743;;;;;; 55103 0 0))
30721;;; Generated autoloads from url/url-util.el 30744;;; Generated autoloads from url/url-util.el
30722 30745
30723(defvar url-debug nil "\ 30746(defvar url-debug nil "\
@@ -30891,7 +30914,7 @@ This uses `url-current-object', set locally to the buffer.
30891;;;*** 30914;;;***
30892 30915
30893;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 30916;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
30894;;;;;; "userlock" "userlock.el" (20555 6946 859539 0)) 30917;;;;;; "userlock" "userlock.el" (20553 63503 0 0))
30895;;; Generated autoloads from userlock.el 30918;;; Generated autoloads from userlock.el
30896 30919
30897(autoload 'ask-user-about-lock "userlock" "\ 30920(autoload 'ask-user-about-lock "userlock" "\
@@ -30921,7 +30944,7 @@ The buffer in question is current when this function is called.
30921 30944
30922;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 30945;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
30923;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 30946;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
30924;;;;;; "utf-7" "international/utf-7.el" (20355 10021 546955 0)) 30947;;;;;; "utf-7" "international/utf-7.el" (20244 35516 0 0))
30925;;; Generated autoloads from international/utf-7.el 30948;;; Generated autoloads from international/utf-7.el
30926 30949
30927(autoload 'utf-7-post-read-conversion "utf-7" "\ 30950(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -30946,8 +30969,8 @@ The buffer in question is current when this function is called.
30946 30969
30947;;;*** 30970;;;***
30948 30971
30949;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20355 10021 30972;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20244 35516
30950;;;;;; 546955 0)) 30973;;;;;; 0 0))
30951;;; Generated autoloads from gnus/utf7.el 30974;;; Generated autoloads from gnus/utf7.el
30952 30975
30953(autoload 'utf7-encode "utf7" "\ 30976(autoload 'utf7-encode "utf7" "\
@@ -30959,7 +30982,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
30959 30982
30960;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 30983;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
30961;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 30984;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
30962;;;;;; (20355 10021 546955 0)) 30985;;;;;; (20356 35090 0 0))
30963;;; Generated autoloads from mail/uudecode.el 30986;;; Generated autoloads from mail/uudecode.el
30964 30987
30965(autoload 'uudecode-decode-region-external "uudecode" "\ 30988(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -30990,7 +31013,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
30990;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff 31013;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
30991;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 31014;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
30992;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20580 31015;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20580
30993;;;;;; 10161 446444 0)) 31016;;;;;; 46629 0 0))
30994;;; Generated autoloads from vc/vc.el 31017;;; Generated autoloads from vc/vc.el
30995 31018
30996(defvar vc-checkout-hook nil "\ 31019(defvar vc-checkout-hook nil "\
@@ -31268,7 +31291,7 @@ Return the branch part of a revision number REV.
31268;;;*** 31291;;;***
31269 31292
31270;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 31293;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
31271;;;;;; (20478 3673 653810 0)) 31294;;;;;; (20511 52965 0 0))
31272;;; Generated autoloads from vc/vc-annotate.el 31295;;; Generated autoloads from vc/vc-annotate.el
31273 31296
31274(autoload 'vc-annotate "vc-annotate" "\ 31297(autoload 'vc-annotate "vc-annotate" "\
@@ -31305,8 +31328,7 @@ mode-specific menu. `vc-annotate-color-map' and
31305 31328
31306;;;*** 31329;;;***
31307 31330
31308;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20478 3673 653810 31331;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20511 52965 0 0))
31309;;;;;; 0))
31310;;; Generated autoloads from vc/vc-arch.el 31332;;; Generated autoloads from vc/vc-arch.el
31311 (defun vc-arch-registered (file) 31333 (defun vc-arch-registered (file)
31312 (if (vc-find-root file "{arch}/=tagging-method") 31334 (if (vc-find-root file "{arch}/=tagging-method")
@@ -31316,8 +31338,7 @@ mode-specific menu. `vc-annotate-color-map' and
31316 31338
31317;;;*** 31339;;;***
31318 31340
31319;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20584 7212 455152 31341;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20585 55103 0 0))
31320;;;;;; 0))
31321;;; Generated autoloads from vc/vc-bzr.el 31342;;; Generated autoloads from vc/vc-bzr.el
31322 31343
31323(defconst vc-bzr-admin-dirname ".bzr" "\ 31344(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -31333,8 +31354,7 @@ Name of the format file in a .bzr directory.")
31333 31354
31334;;;*** 31355;;;***
31335 31356
31336;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20542 46798 773957 31357;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20544 52783 0 0))
31337;;;;;; 0))
31338;;; Generated autoloads from vc/vc-cvs.el 31358;;; Generated autoloads from vc/vc-cvs.el
31339(defun vc-cvs-registered (f) 31359(defun vc-cvs-registered (f)
31340 "Return non-nil if file F is registered with CVS." 31360 "Return non-nil if file F is registered with CVS."
@@ -31345,7 +31365,7 @@ Name of the format file in a .bzr directory.")
31345 31365
31346;;;*** 31366;;;***
31347 31367
31348;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20522 9637 465791 31368;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20522 30367 0
31349;;;;;; 0)) 31369;;;;;; 0))
31350;;; Generated autoloads from vc/vc-dir.el 31370;;; Generated autoloads from vc/vc-dir.el
31351 31371
@@ -31371,7 +31391,7 @@ These are the commands available for use in the file status buffer:
31371;;;*** 31391;;;***
31372 31392
31373;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 31393;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
31374;;;;;; (20489 12324 656827 0)) 31394;;;;;; (20511 52965 0 0))
31375;;; Generated autoloads from vc/vc-dispatcher.el 31395;;; Generated autoloads from vc/vc-dispatcher.el
31376 31396
31377(autoload 'vc-do-command "vc-dispatcher" "\ 31397(autoload 'vc-do-command "vc-dispatcher" "\
@@ -31394,8 +31414,7 @@ case, and the process object in the asynchronous case.
31394 31414
31395;;;*** 31415;;;***
31396 31416
31397;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20566 63671 243798 31417;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20589 46442 0 0))
31398;;;;;; 0))
31399;;; Generated autoloads from vc/vc-git.el 31418;;; Generated autoloads from vc/vc-git.el
31400 (defun vc-git-registered (file) 31419 (defun vc-git-registered (file)
31401 "Return non-nil if FILE is registered with git." 31420 "Return non-nil if FILE is registered with git."
@@ -31406,7 +31425,7 @@ case, and the process object in the asynchronous case.
31406 31425
31407;;;*** 31426;;;***
31408 31427
31409;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20489 12324 656827 0)) 31428;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20511 52965 0 0))
31410;;; Generated autoloads from vc/vc-hg.el 31429;;; Generated autoloads from vc/vc-hg.el
31411 (defun vc-hg-registered (file) 31430 (defun vc-hg-registered (file)
31412 "Return non-nil if FILE is registered with hg." 31431 "Return non-nil if FILE is registered with hg."
@@ -31417,7 +31436,7 @@ case, and the process object in the asynchronous case.
31417 31436
31418;;;*** 31437;;;***
31419 31438
31420;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20524 51365 2559 0)) 31439;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20523 62975 0 0))
31421;;; Generated autoloads from vc/vc-mtn.el 31440;;; Generated autoloads from vc/vc-mtn.el
31422 31441
31423(defconst vc-mtn-admin-dir "_MTN" "\ 31442(defconst vc-mtn-admin-dir "_MTN" "\
@@ -31434,7 +31453,7 @@ Name of the monotone directory's format file.")
31434;;;*** 31453;;;***
31435 31454
31436;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 31455;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
31437;;;;;; (20584 7212 455152 0)) 31456;;;;;; (20585 55103 0 0))
31438;;; Generated autoloads from vc/vc-rcs.el 31457;;; Generated autoloads from vc/vc-rcs.el
31439 31458
31440(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 31459(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -31448,7 +31467,7 @@ For a description of possible values, see `vc-check-master-templates'.")
31448;;;*** 31467;;;***
31449 31468
31450;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 31469;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
31451;;;;;; (20584 7212 455152 0)) 31470;;;;;; (20585 55103 0 0))
31452;;; Generated autoloads from vc/vc-sccs.el 31471;;; Generated autoloads from vc/vc-sccs.el
31453 31472
31454(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 31473(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -31466,8 +31485,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31466 31485
31467;;;*** 31486;;;***
31468 31487
31469;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20355 10021 546955 31488;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20318 5885 0 0))
31470;;;;;; 0))
31471;;; Generated autoloads from vc/vc-svn.el 31489;;; Generated autoloads from vc/vc-svn.el
31472 (defun vc-svn-registered (f) 31490 (defun vc-svn-registered (f)
31473 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 31491 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -31481,7 +31499,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31481;;;*** 31499;;;***
31482 31500
31483;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 31501;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
31484;;;;;; (20577 33959 40183 0)) 31502;;;;;; (20577 48876 0 0))
31485;;; Generated autoloads from progmodes/vera-mode.el 31503;;; Generated autoloads from progmodes/vera-mode.el
31486 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 31504 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
31487 31505
@@ -31539,7 +31557,7 @@ Key bindings:
31539;;;*** 31557;;;***
31540 31558
31541;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 31559;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
31542;;;;;; (20581 31014 234484 0)) 31560;;;;;; (20600 16892 0 0))
31543;;; Generated autoloads from progmodes/verilog-mode.el 31561;;; Generated autoloads from progmodes/verilog-mode.el
31544 31562
31545(autoload 'verilog-mode "verilog-mode" "\ 31563(autoload 'verilog-mode "verilog-mode" "\
@@ -31678,7 +31696,7 @@ Key bindings specific to `verilog-mode-map' are:
31678;;;*** 31696;;;***
31679 31697
31680;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 31698;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
31681;;;;;; (20584 7212 455152 0)) 31699;;;;;; (20600 16892 0 0))
31682;;; Generated autoloads from progmodes/vhdl-mode.el 31700;;; Generated autoloads from progmodes/vhdl-mode.el
31683 31701
31684(autoload 'vhdl-mode "vhdl-mode" "\ 31702(autoload 'vhdl-mode "vhdl-mode" "\
@@ -32232,7 +32250,7 @@ Key bindings:
32232 32250
32233;;;*** 32251;;;***
32234 32252
32235;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20566 63671 243798 32253;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20567 31133 0
32236;;;;;; 0)) 32254;;;;;; 0))
32237;;; Generated autoloads from emulation/vi.el 32255;;; Generated autoloads from emulation/vi.el
32238 32256
@@ -32288,7 +32306,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
32288;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 32306;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
32289;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 32307;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
32290;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 32308;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
32291;;;;;; "language/viet-util.el" (20355 10021 546955 0)) 32309;;;;;; "language/viet-util.el" (20244 35516 0 0))
32292;;; Generated autoloads from language/viet-util.el 32310;;; Generated autoloads from language/viet-util.el
32293 32311
32294(autoload 'viet-encode-viscii-char "viet-util" "\ 32312(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -32336,7 +32354,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
32336;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 32354;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
32337;;;;;; view-buffer view-file-other-frame view-file-other-window 32355;;;;;; view-buffer view-file-other-frame view-file-other-window
32338;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 32356;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
32339;;;;;; "view" "view.el" (20577 33959 40183 0)) 32357;;;;;; "view" "view.el" (20577 48876 0 0))
32340;;; Generated autoloads from view.el 32358;;; Generated autoloads from view.el
32341 32359
32342(defvar view-remove-frame-by-deleting t "\ 32360(defvar view-remove-frame-by-deleting t "\
@@ -32593,7 +32611,7 @@ Exit View mode and make the current buffer editable.
32593;;;*** 32611;;;***
32594 32612
32595;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20513 32613;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20513
32596;;;;;; 18948 537867 0)) 32614;;;;;; 36786 0 0))
32597;;; Generated autoloads from emulation/vip.el 32615;;; Generated autoloads from emulation/vip.el
32598 32616
32599(autoload 'vip-setup "vip" "\ 32617(autoload 'vip-setup "vip" "\
@@ -32609,7 +32627,7 @@ Turn on VIP emulation of VI.
32609;;;*** 32627;;;***
32610 32628
32611;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 32629;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
32612;;;;;; (20566 63671 243798 0)) 32630;;;;;; (20567 31133 0 0))
32613;;; Generated autoloads from emulation/viper.el 32631;;; Generated autoloads from emulation/viper.el
32614 32632
32615(autoload 'toggle-viper-mode "viper" "\ 32633(autoload 'toggle-viper-mode "viper" "\
@@ -32626,7 +32644,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
32626;;;*** 32644;;;***
32627 32645
32628;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 32646;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
32629;;;;;; (20355 10021 546955 0)) 32647;;;;;; (20244 35516 0 0))
32630;;; Generated autoloads from emacs-lisp/warnings.el 32648;;; Generated autoloads from emacs-lisp/warnings.el
32631 32649
32632(defvar warning-prefix-function nil "\ 32650(defvar warning-prefix-function nil "\
@@ -32716,7 +32734,7 @@ this is equivalent to `display-warning', using
32716;;;*** 32734;;;***
32717 32735
32718;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 32736;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
32719;;;;;; (20510 18478 782378 0)) 32737;;;;;; (20511 52965 0 0))
32720;;; Generated autoloads from wdired.el 32738;;; Generated autoloads from wdired.el
32721 32739
32722(autoload 'wdired-change-to-wdired-mode "wdired" "\ 32740(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -32733,8 +32751,8 @@ See `wdired-mode'.
32733 32751
32734;;;*** 32752;;;***
32735 32753
32736;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20566 63671 32754;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20567 31133
32737;;;;;; 243798 0)) 32755;;;;;; 0 0))
32738;;; Generated autoloads from net/webjump.el 32756;;; Generated autoloads from net/webjump.el
32739 32757
32740(autoload 'webjump "webjump" "\ 32758(autoload 'webjump "webjump" "\
@@ -32751,7 +32769,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
32751;;;*** 32769;;;***
32752 32770
32753;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 32771;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
32754;;;;;; (20577 33959 40183 0)) 32772;;;;;; (20577 48876 0 0))
32755;;; Generated autoloads from progmodes/which-func.el 32773;;; Generated autoloads from progmodes/which-func.el
32756 (put 'which-func-format 'risky-local-variable t) 32774 (put 'which-func-format 'risky-local-variable t)
32757 (put 'which-func-current 'risky-local-variable t) 32775 (put 'which-func-current 'risky-local-variable t)
@@ -32784,8 +32802,8 @@ in certain major modes.
32784;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 32802;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
32785;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 32803;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
32786;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 32804;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
32787;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20508 13724 32805;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20511 52965
32788;;;;;; 260761 0)) 32806;;;;;; 0 0))
32789;;; Generated autoloads from whitespace.el 32807;;; Generated autoloads from whitespace.el
32790 32808
32791(autoload 'whitespace-mode "whitespace" "\ 32809(autoload 'whitespace-mode "whitespace" "\
@@ -33184,8 +33202,8 @@ cleaning up these problems.
33184;;;*** 33202;;;***
33185 33203
33186;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 33204;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
33187;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20478 3673 33205;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20511 52965
33188;;;;;; 653810 0)) 33206;;;;;; 0 0))
33189;;; Generated autoloads from wid-browse.el 33207;;; Generated autoloads from wid-browse.el
33190 33208
33191(autoload 'widget-browse-at "wid-browse" "\ 33209(autoload 'widget-browse-at "wid-browse" "\
@@ -33215,7 +33233,7 @@ if ARG is omitted or nil.
33215 33233
33216;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 33234;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
33217;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20373 33235;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20373
33218;;;;;; 11301 906925 0)) 33236;;;;;; 41604 0 0))
33219;;; Generated autoloads from wid-edit.el 33237;;; Generated autoloads from wid-edit.el
33220 33238
33221(autoload 'widgetp "wid-edit" "\ 33239(autoload 'widgetp "wid-edit" "\
@@ -33258,8 +33276,8 @@ Setup current buffer so editing string widgets works.
33258;;;*** 33276;;;***
33259 33277
33260;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 33278;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
33261;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20566 33279;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20567
33262;;;;;; 63671 243798 0)) 33280;;;;;; 31133 0 0))
33263;;; Generated autoloads from windmove.el 33281;;; Generated autoloads from windmove.el
33264 33282
33265(autoload 'windmove-left "windmove" "\ 33283(autoload 'windmove-left "windmove" "\
@@ -33311,8 +33329,8 @@ Default MODIFIER is 'shift.
33311 33329
33312;;;*** 33330;;;***
33313 33331
33314;;;### (autoloads (winner-mode) "winner" "winner.el" (20584 7212 33332;;;### (autoloads (winner-mode) "winner" "winner.el" (20585 55103
33315;;;;;; 455152 0)) 33333;;;;;; 0 0))
33316;;; Generated autoloads from winner.el 33334;;; Generated autoloads from winner.el
33317 33335
33318(defvar winner-mode nil "\ 33336(defvar winner-mode nil "\
@@ -33336,8 +33354,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
33336;;;*** 33354;;;***
33337 33355
33338;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 33356;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
33339;;;;;; woman woman-locale) "woman" "woman.el" (20539 18737 159373 33357;;;;;; woman woman-locale) "woman" "woman.el" (20539 37147 0 0))
33340;;;;;; 0))
33341;;; Generated autoloads from woman.el 33358;;; Generated autoloads from woman.el
33342 33359
33343(defvar woman-locale nil "\ 33360(defvar woman-locale nil "\
@@ -33386,7 +33403,7 @@ Default bookmark handler for Woman buffers.
33386;;;*** 33403;;;***
33387 33404
33388;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 33405;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
33389;;;;;; (20355 10021 546955 0)) 33406;;;;;; (20331 12564 0 0))
33390;;; Generated autoloads from emulation/ws-mode.el 33407;;; Generated autoloads from emulation/ws-mode.el
33391 33408
33392(autoload 'wordstar-mode "ws-mode" "\ 33409(autoload 'wordstar-mode "ws-mode" "\
@@ -33498,8 +33515,8 @@ The key bindings are:
33498 33515
33499;;;*** 33516;;;***
33500 33517
33501;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20478 3673 33518;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20511 52965
33502;;;;;; 653810 0)) 33519;;;;;; 0 0))
33503;;; Generated autoloads from net/xesam.el 33520;;; Generated autoloads from net/xesam.el
33504 33521
33505(autoload 'xesam-search "xesam" "\ 33522(autoload 'xesam-search "xesam" "\
@@ -33519,7 +33536,7 @@ Example:
33519;;;*** 33536;;;***
33520 33537
33521;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 33538;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
33522;;;;;; (20528 48420 241677 0)) 33539;;;;;; (20535 44414 0 0))
33523;;; Generated autoloads from xml.el 33540;;; Generated autoloads from xml.el
33524 33541
33525(autoload 'xml-parse-file "xml" "\ 33542(autoload 'xml-parse-file "xml" "\
@@ -33576,7 +33593,7 @@ Both features can be combined by providing a cons cell
33576;;;*** 33593;;;***
33577 33594
33578;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 33595;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
33579;;;;;; "nxml/xmltok.el" (20355 10021 546955 0)) 33596;;;;;; "nxml/xmltok.el" (20244 35516 0 0))
33580;;; Generated autoloads from nxml/xmltok.el 33597;;; Generated autoloads from nxml/xmltok.el
33581 33598
33582(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 33599(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -33594,8 +33611,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
33594 33611
33595;;;*** 33612;;;***
33596 33613
33597;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20485 33614;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20511
33598;;;;;; 15269 390836 0)) 33615;;;;;; 52965 0 0))
33599;;; Generated autoloads from xt-mouse.el 33616;;; Generated autoloads from xt-mouse.el
33600 33617
33601(defvar xterm-mouse-mode nil "\ 33618(defvar xterm-mouse-mode nil "\
@@ -33625,7 +33642,7 @@ down the SHIFT key while pressing the mouse button.
33625;;;*** 33642;;;***
33626 33643
33627;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 33644;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
33628;;;;;; "gnus/yenc.el" (20355 10021 546955 0)) 33645;;;;;; "gnus/yenc.el" (20244 35516 0 0))
33629;;; Generated autoloads from gnus/yenc.el 33646;;; Generated autoloads from gnus/yenc.el
33630 33647
33631(autoload 'yenc-decode-region "yenc" "\ 33648(autoload 'yenc-decode-region "yenc" "\
@@ -33641,7 +33658,7 @@ Extract file name from an yenc header.
33641;;;*** 33658;;;***
33642 33659
33643;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 33660;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
33644;;;;;; yow) "yow" "play/yow.el" (20364 42504 244840 586000)) 33661;;;;;; yow) "yow" "play/yow.el" (20373 41604 0 0))
33645;;; Generated autoloads from play/yow.el 33662;;; Generated autoloads from play/yow.el
33646 33663
33647(autoload 'yow "yow" "\ 33664(autoload 'yow "yow" "\
@@ -33667,8 +33684,7 @@ Zippy goes to the analyst.
33667 33684
33668;;;*** 33685;;;***
33669 33686
33670;;;### (autoloads (zone) "zone" "play/zone.el" (20545 57511 257469 33687;;;### (autoloads (zone) "zone" "play/zone.el" (20550 14882 0 0))
33671;;;;;; 0))
33672;;; Generated autoloads from play/zone.el 33688;;; Generated autoloads from play/zone.el
33673 33689
33674(autoload 'zone "zone" "\ 33690(autoload 'zone "zone" "\
@@ -33711,20 +33727,19 @@ Zone out, completely.
33711;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el" 33727;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el"
33712;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" 33728;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el"
33713;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" 33729;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el"
33714;;;;;; "cedet/ede/util.el" "cedet/inversion.el" "cedet/pulse.el" 33730;;;;;; "cedet/ede/util.el" "cedet/pulse.el" "cedet/semantic/analyze.el"
33715;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" 33731;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el"
33716;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" 33732;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el"
33717;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" 33733;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el"
33718;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" 33734;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el"
33719;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el" 33735;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el"
33720;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el" 33736;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el"
33721;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el" 33737;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el"
33722;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el" 33738;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el"
33723;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el" 33739;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el"
33724;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el" 33740;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el"
33725;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el" 33741;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el"
33726;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el" 33742;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
33727;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
33728;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 33743;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
33729;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 33744;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
33730;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 33745;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -33753,71 +33768,70 @@ Zone out, completely.
33753;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" 33768;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el"
33754;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" 33769;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el"
33755;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" 33770;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el"
33756;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" 33771;;;;;; "cus-dep.el" "cus-load.el" "dframe.el" "dired-aux.el" "dired-x.el"
33757;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el" 33772;;;;;; "dos-fns.el" "dos-vars.el" "dos-w32.el" "dynamic-setting.el"
33758;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" 33773;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el"
33759;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" 33774;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el"
33760;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" 33775;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el"
33761;;;;;; "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" 33776;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-datadebug.el"
33762;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" 33777;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el"
33763;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" 33778;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el"
33764;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el" 33779;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el"
33765;;;;;; "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 33780;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
33766;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el" 33781;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
33767;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" 33782;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el"
33768;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" 33783;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
33769;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" 33784;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
33770;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el" 33785;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
33771;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el" 33786;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el"
33772;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 33787;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
33773;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 33788;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
33774;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 33789;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
33775;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 33790;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
33776;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" 33791;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
33777;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" 33792;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
33778;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" 33793;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el"
33779;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" 33794;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
33780;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el" 33795;;;;;; "ezimage.el" "finder-inf.el" "foldout.el" "format-spec.el"
33781;;;;;; "format-spec.el" "fringe.el" "generic-x.el" "gnus/compface.el" 33796;;;;;; "fringe.el" "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el"
33782;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" 33797;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el"
33783;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el" 33798;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
33784;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el" 33799;;;;;; "gnus/gnus-ems.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
33785;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el" 33800;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el"
33786;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el" 33801;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el"
33787;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" 33802;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el"
33788;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" 33803;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el"
33789;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" 33804;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el"
33790;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" 33805;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el"
33791;;;;;; "gnus/mm-archive.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" 33806;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el"
33792;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" 33807;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el"
33793;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" 33808;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el"
33794;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" 33809;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el"
33795;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el" 33810;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el"
33796;;;;;; "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el" 33811;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el"
33797;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" 33812;;;;;; "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el"
33798;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el" 33813;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el"
33799;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" 33814;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el"
33800;;;;;; "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" "gnus/sieve-manage.el" 33815;;;;;; "gnus/shr-color.el" "gnus/sieve-manage.el" "gnus/smime.el"
33801;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "help-macro.el" 33816;;;;;; "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el"
33802;;;;;; "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" 33817;;;;;; "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el"
33803;;;;;; "international/eucjp-ms.el" "international/fontset.el" "international/iso-ascii.el" 33818;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
33804;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" 33819;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
33805;;;;;; "international/ogonek.el" "international/uni-bidi.el" "international/uni-category.el" 33820;;;;;; "international/uni-category.el" "international/uni-combining.el"
33806;;;;;; "international/uni-combining.el" "international/uni-comment.el" 33821;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
33807;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" 33822;;;;;; "international/uni-decomposition.el" "international/uni-digit.el"
33808;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" 33823;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el"
33809;;;;;; "international/uni-mirrored.el" "international/uni-name.el" 33824;;;;;; "international/uni-name.el" "international/uni-numeric.el"
33810;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" 33825;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el"
33811;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el" 33826;;;;;; "international/uni-uppercase.el" "json.el" "kermit.el" "language/hanja-util.el"
33812;;;;;; "json.el" "kermit.el" "language/hanja-util.el" "language/thai-word.el" 33827;;;;;; "language/thai-word.el" "ldefs-boot.el" "loadup.el" "mail/blessmail.el"
33813;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" 33828;;;;;; "mail/mailheader.el" "mail/mspools.el" "mail/rfc2368.el"
33814;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" 33829;;;;;; "mail/rfc822.el" "mail/rmail-spam-filter.el" "mail/rmailedit.el"
33815;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" 33830;;;;;; "mail/rmailkwd.el" "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
33816;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" 33831;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el"
33817;;;;;; "mail/undigest.el" "md4.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" 33832;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el"
33818;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el" 33833;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
33819;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el" 33834;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
33820;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
33821;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el" 33835;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
33822;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el" 33836;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
33823;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el" 33837;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
@@ -33879,8 +33893,8 @@ Zone out, completely.
33879;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" 33893;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el"
33880;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 33894;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
33881;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" 33895;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el"
33882;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20585 33896;;;;;; "vt100-led.el" "w32-common-fns.el" "w32-fns.el" "w32-vars.el"
33883;;;;;; 28294 985050 730000)) 33897;;;;;; "x-dnd.el") (20600 26805 968824 63000))
33884 33898
33885;;;*** 33899;;;***
33886 33900
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index c75a1989e8e..a2cb7cb9ee8 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4707,7 +4707,7 @@ If prefix argument REVERSE is non-nil, sorts in reverse order.
4707 4707
4708;;;### (autoloads (rmail-summary-by-senders rmail-summary-by-topic 4708;;;### (autoloads (rmail-summary-by-senders rmail-summary-by-topic
4709;;;;;; rmail-summary-by-regexp rmail-summary-by-recipients rmail-summary-by-labels 4709;;;;;; rmail-summary-by-regexp rmail-summary-by-recipients rmail-summary-by-labels
4710;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "bef21a376bd5bd59792a20dd86e6ec34") 4710;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "6cafe6b03e187b5836e3c359322b5cbf")
4711;;; Generated autoloads from rmailsum.el 4711;;; Generated autoloads from rmailsum.el
4712 4712
4713(autoload 'rmail-summary "rmailsum" "\ 4713(autoload 'rmail-summary "rmailsum" "\
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index d3a464161cb..612ccbdfd9e 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -785,7 +785,7 @@ the message being processed."
785 (setq pos (point)) 785 (setq pos (point))
786 (forward-line 1) 786 (forward-line 1)
787 (setq str (buffer-substring pos (1- (point)))) 787 (setq str (buffer-substring pos (1- (point))))
788 (while (looking-at "\\s ") 788 (while (looking-at "[ \t]")
789 (setq str (concat str " " 789 (setq str (concat str " "
790 (buffer-substring (match-end 0) 790 (buffer-substring (match-end 0)
791 (line-end-position)))) 791 (line-end-position))))
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 09fba380f15..10fd7a75eaa 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -171,6 +171,15 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
171 "\\(?:^cucumber\\(?: -p [^[:space:]]+\\)?\\|#\\)\ 171 "\\(?:^cucumber\\(?: -p [^[:space:]]+\\)?\\|#\\)\
172\\(?: \\)\\([^\(].*\\):\\([1-9][0-9]*\\)" 1 2) 172\\(?: \\)\\([^\(].*\\):\\([1-9][0-9]*\\)" 1 2)
173 173
174 (msft
175 ;; Must be before edg-1, so that MSVC's longer messages are
176 ;; considered before EDG.
177 ;; The message may be a "warning", "error", or "fatal error" with
178 ;; an error code, or "see declaration of" without an error code.
179 "^ *\\([0-9]+>\\)?\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) ?\
180: \\(?:see declaration\\|\\(?:warnin\\(g\\)\\|[a-z ]+\\) C[0-9]+:\\)"
181 2 3 nil (4))
182
174 (edg-1 183 (edg-1
175 "^\\([^ \n]+\\)(\\([0-9]+\\)): \\(?:error\\|warnin\\(g\\)\\|remar\\(k\\)\\)" 184 "^\\([^ \n]+\\)(\\([0-9]+\\)): \\(?:error\\|warnin\\(g\\)\\|remar\\(k\\)\\)"
176 1 2 nil (3 . 4)) 185 1 2 nil (3 . 4))
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 5bf64c18f99..ff805d64024 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -229,15 +229,9 @@
229(defvar python-mode-map 229(defvar python-mode-map
230 (let ((map (make-sparse-keymap))) 230 (let ((map (make-sparse-keymap)))
231 ;; Movement 231 ;; Movement
232 (substitute-key-definition 'backward-sentence 232 (define-key map [remap backward-sentence] 'python-nav-backward-block)
233 'python-nav-backward-block 233 (define-key map [remap forward-sentence] 'python-nav-forward-block)
234 map global-map) 234 (define-key map [remap backward-up-list] 'python-nav-backward-up-list)
235 (substitute-key-definition 'forward-sentence
236 'python-nav-forward-block
237 map global-map)
238 (substitute-key-definition 'backward-up-list
239 'python-nav-backward-up-list
240 map global-map)
241 (define-key map "\C-c\C-j" 'imenu) 235 (define-key map "\C-c\C-j" 'imenu)
242 ;; Indent specific 236 ;; Indent specific
243 (define-key map "\177" 'python-indent-dedent-line-backspace) 237 (define-key map "\177" 'python-indent-dedent-line-backspace)
@@ -1444,7 +1438,7 @@ DIR is always 1 or -1 and comes sanitized from
1444 (save-excursion 1438 (save-excursion
1445 (let ((indentation (current-indentation))) 1439 (let ((indentation (current-indentation)))
1446 (while (and (python-nav-backward-block) 1440 (while (and (python-nav-backward-block)
1447 (> (current-indentation) indentation)))) 1441 (>= (current-indentation) indentation))))
1448 (point)))) 1442 (point))))
1449 (and (> (point) prev-block-pos) 1443 (and (> (point) prev-block-pos)
1450 (goto-char prev-block-pos)))) 1444 (goto-char prev-block-pos))))
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 51a4800de52..d591dc5fa85 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1893,11 +1893,14 @@ If so, ask if it needs to be saved."
1893 (interactive (list ispell-silently-savep t)) 1893 (interactive (list ispell-silently-savep t))
1894 (if (and ispell-pdict-modified-p (listp ispell-pdict-modified-p)) 1894 (if (and ispell-pdict-modified-p (listp ispell-pdict-modified-p))
1895 (setq ispell-pdict-modified-p (car ispell-pdict-modified-p))) 1895 (setq ispell-pdict-modified-p (car ispell-pdict-modified-p)))
1896 (if (or ispell-pdict-modified-p force-save) 1896 (when (and (or ispell-pdict-modified-p force-save)
1897 (if (or no-query (y-or-n-p "Personal dictionary modified. Save? ")) 1897 (or no-query
1898 (progn 1898 (y-or-n-p "Personal dictionary modified. Save? ")))
1899 (ispell-send-string "#\n") ; save dictionary 1899 (ispell-send-string "#\n") ; save dictionary
1900 (message "Personal dictionary saved.")))) 1900 (message "Personal dictionary saved.")
1901 (when flyspell-mode
1902 (flyspell-mode 0)
1903 (flyspell-mode 1)))
1901 ;; unassert variable, even if not saved to avoid questioning. 1904 ;; unassert variable, even if not saved to avoid questioning.
1902 (setq ispell-pdict-modified-p nil)) 1905 (setq ispell-pdict-modified-p nil))
1903 1906
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index c7fc4fcbfe1..59222bcc957 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,14 @@
12012-10-13 Liam Stitt <stittl@cuug.ab.ca> (tiny change)
2
3 * url-vars.el (url-uncompressor-alist):
4 * url-file.el (url-file-find-possibly-compressed-file, url-file):
5 Recognize .xz compression (Bug#11839).
6
72012-10-13 Chong Yidong <cyd@gnu.org>
8
9 * url-http.el (url-http):
10 * url.el (url-retrieve-internal): Doc fix (Bug#6407).
11
12012-10-08 Glenn Morris <rgm@gnu.org> 122012-10-08 Glenn Morris <rgm@gnu.org>
2 13
3 * url-methods.el (url-scheme-get-property): url-https.el was 14 * url-methods.el (url-scheme-get-property): url-https.el was
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el
index 4bbbdcf200c..59aaccbe074 100644
--- a/lisp/url/url-file.el
+++ b/lisp/url/url-file.el
@@ -40,7 +40,7 @@ can do automatic decompression for them, and won't find 'foo' if
40'foo.gz' exists, even though the FTP server would happily serve it up 40'foo.gz' exists, even though the FTP server would happily serve it up
41to them." 41to them."
42 (let ((scratch nil) 42 (let ((scratch nil)
43 (compressed-extensions '("" ".gz" ".z" ".Z" ".bz2")) 43 (compressed-extensions '("" ".gz" ".z" ".Z" ".bz2" ".xz"))
44 (found nil)) 44 (found nil))
45 (while (and compressed-extensions (not found)) 45 (while (and compressed-extensions (not found))
46 (if (file-exists-p (setq scratch (concat fname (pop compressed-extensions)))) 46 (if (file-exists-p (setq scratch (concat fname (pop compressed-extensions))))
@@ -166,6 +166,8 @@ to them."
166 (or filename (error "File does not exist: %s" (url-recreate-url url))) 166 (or filename (error "File does not exist: %s" (url-recreate-url url)))
167 ;; Need to figure out the content-type from the real extension, 167 ;; Need to figure out the content-type from the real extension,
168 ;; not the compressed one. 168 ;; not the compressed one.
169 ;; FIXME should this regexp not include more extensions; basically
170 ;; everything that url-file-find-possibly-compressed-file does?
169 (setq uncompressed-filename (if (string-match "\\.\\(gz\\|Z\\|z\\)$" filename) 171 (setq uncompressed-filename (if (string-match "\\.\\(gz\\|Z\\|z\\)$" filename)
170 (substring filename 0 (match-beginning 0)) 172 (substring filename 0 (match-beginning 0))
171 filename)) 173 filename))
@@ -177,6 +179,7 @@ to them."
177 (".uue" "x-uuencoded") 179 (".uue" "x-uuencoded")
178 (".hqx" "x-hqx") 180 (".hqx" "x-hqx")
179 (".bz2" "x-bzip2") 181 (".bz2" "x-bzip2")
182 (".xz" "x-xz")
180 (_ nil))) 183 (_ nil)))
181 184
182 (if (file-directory-p filename) 185 (if (file-directory-p filename)
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 85b6efcde0d..73d53e08c59 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1150,8 +1150,12 @@ the end of the document."
1150(defun url-http (url callback cbargs &optional retry-buffer) 1150(defun url-http (url callback cbargs &optional retry-buffer)
1151 "Retrieve URL via HTTP asynchronously. 1151 "Retrieve URL via HTTP asynchronously.
1152URL must be a parsed URL. See `url-generic-parse-url' for details. 1152URL must be a parsed URL. See `url-generic-parse-url' for details.
1153When retrieval is completed, the function CALLBACK is executed with 1153
1154CBARGS as the arguments. 1154When retrieval is completed, execute the function CALLBACK, using
1155the arguments listed in CBARGS. The first element in CBARGS
1156should be a plist describing what has happened so far during the
1157request, as described in the docstring of `url-retrieve' (if in
1158doubt, specify nil).
1155 1159
1156Optional arg RETRY-BUFFER, if non-nil, specifies the buffer of a 1160Optional arg RETRY-BUFFER, if non-nil, specifies the buffer of a
1157previous `url-http' call, which is being re-attempted." 1161previous `url-http' call, which is being re-attempted."
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 29f1e2cde0c..fdfd0e9868d 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -152,7 +152,8 @@ variable."
152 (".uue" . "x-uuencoded") 152 (".uue" . "x-uuencoded")
153 (".hqx" . "x-hqx") 153 (".hqx" . "x-hqx")
154 (".Z" . "x-compress") 154 (".Z" . "x-compress")
155 (".bz2" . "x-bzip2")) 155 (".bz2" . "x-bzip2")
156 (".xz" . "x-xz"))
156 "An alist of file extensions and appropriate content-transfer-encodings." 157 "An alist of file extensions and appropriate content-transfer-encodings."
157 :type '(repeat (cons :format "%v" 158 :type '(repeat (cons :format "%v"
158 (string :tag "Extension") 159 (string :tag "Extension")
diff --git a/lisp/url/url.el b/lisp/url/url.el
index 87ae7a51aac..b219151a30c 100644
--- a/lisp/url/url.el
+++ b/lisp/url/url.el
@@ -131,9 +131,9 @@ characters are percent-encoded; see `url-encode-url'.
131CALLBACK is called when the object has been completely retrieved, with 131CALLBACK is called when the object has been completely retrieved, with
132the current buffer containing the object, and any MIME headers associated 132the current buffer containing the object, and any MIME headers associated
133with it. It is called as (apply CALLBACK STATUS CBARGS). 133with it. It is called as (apply CALLBACK STATUS CBARGS).
134STATUS is a list with an even number of elements representing 134STATUS is a plist representing what happened during the request,
135what happened during the request, with most recent events first, 135with most recent events first, or an empty list if no events have
136or an empty list if no events have occurred. Each pair is one of: 136occurred. Each pair is one of:
137 137
138\(:redirect REDIRECTED-TO) - the request was redirected to this URL 138\(:redirect REDIRECTED-TO) - the request was redirected to this URL
139\(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be 139\(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be
@@ -169,8 +169,10 @@ URL-encoded before it's used."
169(defun url-retrieve-internal (url callback cbargs &optional silent 169(defun url-retrieve-internal (url callback cbargs &optional silent
170 inhibit-cookies) 170 inhibit-cookies)
171 "Internal function; external interface is `url-retrieve'. 171 "Internal function; external interface is `url-retrieve'.
172CBARGS is what the callback will actually receive - the first item is 172CBARGS is the list of arguments that the callback function will
173the list of events, as described in the docstring of `url-retrieve'. 173receive; its first element should be a plist specifying what has
174happened so far during the request, as described in the docstring
175of `url-retrieve' (if in doubt, specify nil).
174 176
175If SILENT, don't message progress reports and the like. 177If SILENT, don't message progress reports and the like.
176If INHIBIT-COOKIES, cookies will neither be stored nor sent to 178If INHIBIT-COOKIES, cookies will neither be stored nor sent to
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b274598986..346fe0e86b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,108 @@
12012-10-13 Jan Djärv <jan.h.d@swipnet.se>
2
3 * gtkutil.c (xg_set_widget_bg): Divide by 65535 (Bug#12612).
4
52012-10-13 HANATAKA, Shinya <bogytech@gmail.com> (tiny change)
6
7 * coding.c (detect_coding): Set coding->id before calling
8 this->detector.
9
102012-10-13 Andreas Schwab <schwab@linux-m68k.org>
11
12 * fileio.c: Formatting fixes.
13
142012-10-13 Paul Eggert <eggert@cs.ucla.edu>
15
16 Fix some stat-related races.
17 * fileio.c (Fwrite_region): Avoid race condition if a file is
18 removed or renamed by some other process immediately after Emacs
19 writes it but before Emacs stats it. Do not assume that stat (or
20 fstat) succeeds.
21 * image.c (slurp_file): Resolve the file name with fopen + fstat
22 rather than stat + fopen.
23 (pbm_read_file) [0]: Remove unused code with stat race.
24 * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
25 Remove ineffective code with stat race.
26
272012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * doc.c (get_doc_string): Don't signal an error if the file is missing.
30
312012-10-12 Jan Djärv <jan.h.d@swipnet.se>
32
33 * nsterm.m (hold_event_q): New static variable.
34 (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
35 ! q_event_ptr.
36 (hold_event): New function.
37 (ns_read_socket): If hold_event_q have events, store them and
38 return (Bug#12384).
39 (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
40 is zero (Bug#12384).
41
422012-10-12 Juanma Barranquero <lekktu@gmail.com>
43
44 * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
45
462012-10-12 Eli Zaretskii <eliz@gnu.org>
47
48 * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
49
50 * fileio.c (check_existing): New function.
51 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
52 instead of calling 'stat', when what's needed is to check whether
53 a file exists. This avoids expensive system calls on MS-Windows.
54 (Bug#12587)
55
56 * w32.c (init_environment): Call 'check_existing' instead of
57 'stat'.
58
59 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
60 determine whether a file exists and is not a directory.
61
62 * lisp.h (check_existing): Add prototype.
63
642012-10-12 Jan Djärv <jan.h.d@swipnet.se>
65
66 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
67
682012-10-12 Glenn Morris <rgm@gnu.org>
69
70 * buffer.c (Fset_buffer): Doc fix. (Bug#12624)
71
722012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
75
76 * eval.c (Fautoload): Remember previous autoload status in load-history.
77
782012-10-11 Paul Eggert <eggert@cs.ucla.edu>
79
80 lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
81 * lread.c (load_each_byte, new_backquote_flag, readchar)
82 (read_filtered_event, lisp_file_lexically_bound_p)
83 (safe_to_load_version, Fload, complete_filename_p, openp)
84 (build_load_history, readevalloop, read_escape, read1)
85 (string_to_number, read_vector, read_list):
86 * macros.c (Fstart_kbd_macro):
87 * marker.c (CONSIDER):
88 * menu.c (parse_single_submenu, digest_single_submenu)
89 (find_and_return_menu_selection, Fx_popup_menu):
90 * minibuf.c (read_minibuf_noninteractive, read_minibuf)
91 (Ftry_completion):
92 * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
93 (ns_menu_show):
94 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
95 (xmenu_show, xdialog_show):
96 Use bool for booleans.
97 * lread.c (safe_to_load_version): Rename from safe_to_load_p,
98 as it's not a predicate. All uses changed. Omit unnecessary
99 buffer termination.
100
1012012-10-11 Dmitry Antipov <dmantipov@yandex.ru>
102
103 * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
104 (save_excursion_restore): Do not restore mark if it was not saved.
105
12012-10-11 Paul Eggert <eggert@cs.ucla.edu> 1062012-10-11 Paul Eggert <eggert@cs.ucla.edu>
2 107
3 * marker.c (cached_modiff): EMACS_INT, not int. 108 * marker.c (cached_modiff): EMACS_INT, not int.
diff --git a/src/buffer.c b/src/buffer.c
index 425d05ca790..861a89b5a0f 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -897,6 +897,8 @@ delete_all_overlays (struct buffer *b)
897{ 897{
898 struct Lisp_Overlay *ov, *next; 898 struct Lisp_Overlay *ov, *next;
899 899
900 /* FIXME: Since each drop_overlay will scan BUF_MARKERS to unlink its
901 markers, we have an unneeded O(N^2) behavior here. */
900 for (ov = b->overlays_before; ov; ov = next) 902 for (ov = b->overlays_before; ov; ov = next)
901 { 903 {
902 drop_overlay (b, ov); 904 drop_overlay (b, ov);
@@ -1886,16 +1888,19 @@ cleaning up all windows currently displaying the buffer to be killed. */)
1886 1888
1887 if (b->base_buffer) 1889 if (b->base_buffer)
1888 { 1890 {
1889 /* Unchain all markers that belong to this indirect buffer. 1891 { /* Unchain all markers that belong to this indirect buffer.
1890 Don't unchain the markers that belong to the base buffer 1892 Don't unchain the markers that belong to the base buffer
1891 or its other indirect buffers. */ 1893 or its other indirect buffers. */
1892 for (m = BUF_MARKERS (b); m; ) 1894 struct Lisp_Marker **mp;
1893 { 1895 for (mp = &BUF_MARKERS (b); *mp; )
1894 struct Lisp_Marker *next = m->next; 1896 {
1895 if (m->buffer == b) 1897 struct Lisp_Marker *m = *mp;
1896 unchain_marker (m); 1898 if (m->buffer == b)
1897 m = next; 1899 *mp = m->next;
1898 } 1900 else
1901 mp = &m->next;
1902 }
1903 }
1899 } 1904 }
1900 else 1905 else
1901 { 1906 {
@@ -1911,8 +1916,12 @@ cleaning up all windows currently displaying the buffer to be killed. */)
1911 BUF_MARKERS (b) = NULL; 1916 BUF_MARKERS (b) = NULL;
1912 set_buffer_intervals (b, NULL); 1917 set_buffer_intervals (b, NULL);
1913 1918
1914 /* Perhaps we should explicitly free the interval tree here... */ 1919 /* Perhaps we should explicitly free the interval tree here... */
1915 } 1920 }
1921 /* Since we've unlinked the markers, the overlays can't be here any more
1922 either. */
1923 b->overlays_before = NULL;
1924 b->overlays_after = NULL;
1916 1925
1917 /* Reset the local variables, so that this buffer's local values 1926 /* Reset the local variables, so that this buffer's local values
1918 won't be protected from GC. They would be protected 1927 won't be protected from GC. They would be protected
@@ -2176,7 +2185,7 @@ set_buffer_temp (struct buffer *b)
2176DEFUN ("set-buffer", Fset_buffer, Sset_buffer, 1, 1, 0, 2185DEFUN ("set-buffer", Fset_buffer, Sset_buffer, 1, 1, 0,
2177 doc: /* Make buffer BUFFER-OR-NAME current for editing operations. 2186 doc: /* Make buffer BUFFER-OR-NAME current for editing operations.
2178BUFFER-OR-NAME may be a buffer or the name of an existing buffer. See 2187BUFFER-OR-NAME may be a buffer or the name of an existing buffer. See
2179also `save-excursion' when you want to make a buffer current 2188also `with-current-buffer' when you want to make a buffer current
2180temporarily. This function does not display the buffer, so its effect 2189temporarily. This function does not display the buffer, so its effect
2181ends when the current command terminates. Use `switch-to-buffer' or 2190ends when the current command terminates. Use `switch-to-buffer' or
2182`pop-to-buffer' to switch buffers permanently. */) 2191`pop-to-buffer' to switch buffers permanently. */)
diff --git a/src/coding.c b/src/coding.c
index d9606cf5710..412d7245223 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6301,6 +6301,9 @@ detect_coding (struct coding_system *coding)
6301 { 6301 {
6302 category = coding_priorities[i]; 6302 category = coding_priorities[i];
6303 this = coding_categories + category; 6303 this = coding_categories + category;
6304 /* Some of this->detector (e.g. detect_coding_sjis)
6305 require this information. */
6306 coding->id = this->id;
6304 if (this->id < 0) 6307 if (this->id < 0)
6305 { 6308 {
6306 /* No coding system of this category is defined. */ 6309 /* No coding system of this category is defined. */
diff --git a/src/doc.c b/src/doc.c
index d2d664df266..9ead1addfba 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -144,7 +144,8 @@ get_doc_string (Lisp_Object filepos, bool unibyte, bool definition)
144 } 144 }
145#endif 145#endif
146 if (fd < 0) 146 if (fd < 0)
147 error ("Cannot open doc string file \"%s\"", name); 147 return concat3 (build_string ("Cannot open doc string file \""),
148 file, build_string ("\"\n"));
148 } 149 }
149 150
150 /* Seek only to beginning of disk block. */ 151 /* Seek only to beginning of disk block. */
diff --git a/src/editfns.c b/src/editfns.c
index fc6465a3d46..19fad7130a7 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -819,9 +819,13 @@ save_excursion_save (void)
819{ 819{
820 bool visible = (XBUFFER (XWINDOW (selected_window)->buffer) 820 bool visible = (XBUFFER (XWINDOW (selected_window)->buffer)
821 == current_buffer); 821 == current_buffer);
822 /* Do not copy the mark if it points to nowhere. */
823 Lisp_Object mark = (XMARKER (BVAR (current_buffer, mark))->buffer
824 ? Fcopy_marker (BVAR (current_buffer, mark), Qnil)
825 : Qnil);
822 826
823 return Fcons (Fpoint_marker (), 827 return Fcons (Fpoint_marker (),
824 Fcons (Fcopy_marker (BVAR (current_buffer, mark), Qnil), 828 Fcons (mark,
825 Fcons (visible ? Qt : Qnil, 829 Fcons (visible ? Qt : Qnil,
826 Fcons (BVAR (current_buffer, mark_active), 830 Fcons (BVAR (current_buffer, mark_active),
827 selected_window)))); 831 selected_window))));
@@ -856,9 +860,14 @@ save_excursion_restore (Lisp_Object info)
856 info = XCDR (info); 860 info = XCDR (info);
857 tem = XCAR (info); 861 tem = XCAR (info);
858 omark = Fmarker_position (BVAR (current_buffer, mark)); 862 omark = Fmarker_position (BVAR (current_buffer, mark));
859 Fset_marker (BVAR (current_buffer, mark), tem, Fcurrent_buffer ()); 863 if (NILP (tem))
860 nmark = Fmarker_position (tem); 864 unchain_marker (XMARKER (BVAR (current_buffer, mark)));
861 unchain_marker (XMARKER (tem)); 865 else
866 {
867 Fset_marker (BVAR (current_buffer, mark), tem, Fcurrent_buffer ());
868 nmark = Fmarker_position (tem);
869 unchain_marker (XMARKER (tem));
870 }
862 871
863 /* visible */ 872 /* visible */
864 info = XCDR (info); 873 info = XCDR (info);
diff --git a/src/eval.c b/src/eval.c
index 4d200fbc2bd..975204da017 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1876,9 +1876,11 @@ this does nothing and returns nil. */)
1876 CHECK_STRING (file); 1876 CHECK_STRING (file);
1877 1877
1878 /* If function is defined and not as an autoload, don't override. */ 1878 /* If function is defined and not as an autoload, don't override. */
1879 if (!EQ (XSYMBOL (function)->function, Qunbound) 1879 if ((CONSP (XSYMBOL (function)->function)
1880 && !(CONSP (XSYMBOL (function)->function) 1880 && EQ (XCAR (XSYMBOL (function)->function), Qautoload)))
1881 && EQ (XCAR (XSYMBOL (function)->function), Qautoload))) 1881 /* Remember that the function was already an autoload. */
1882 LOADHIST_ATTACH (Fcons (Qt, function));
1883 else if (!EQ (XSYMBOL (function)->function, Qunbound))
1882 return Qnil; 1884 return Qnil;
1883 1885
1884 if (NILP (Vpurify_flag)) 1886 if (NILP (Vpurify_flag))
diff --git a/src/fileio.c b/src/fileio.c
index b4eda01afcc..e3a91c2c9da 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -52,6 +52,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
52#define NOMINMAX 1 52#define NOMINMAX 1
53#include <windows.h> 53#include <windows.h>
54#include <fcntl.h> 54#include <fcntl.h>
55#include <sys/file.h>
55#endif /* not WINDOWSNT */ 56#endif /* not WINDOWSNT */
56 57
57#ifdef MSDOS 58#ifdef MSDOS
@@ -668,7 +669,6 @@ make_temp_name (Lisp_Object prefix, bool base64_p)
668 669
669 while (1) 670 while (1)
670 { 671 {
671 struct stat ignored;
672 unsigned num = make_temp_name_count; 672 unsigned num = make_temp_name_count;
673 673
674 p[0] = make_temp_name_tbl[num & 63], num >>= 6; 674 p[0] = make_temp_name_tbl[num & 63], num >>= 6;
@@ -680,7 +680,7 @@ make_temp_name (Lisp_Object prefix, bool base64_p)
680 make_temp_name_count += 25229; 680 make_temp_name_count += 25229;
681 make_temp_name_count %= 225307; 681 make_temp_name_count %= 225307;
682 682
683 if (stat (data, &ignored) < 0) 683 if (!check_existing (data))
684 { 684 {
685 /* We want to return only if errno is ENOENT. */ 685 /* We want to return only if errno is ENOENT. */
686 if (errno == ENOENT) 686 if (errno == ENOENT)
@@ -1370,8 +1370,7 @@ See also the function `substitute-in-file-name'.")
1370 p = nm; 1370 p = nm;
1371 while (*p) 1371 while (*p)
1372 { 1372 {
1373 if (p[0] == '/' && p[1] == '/' 1373 if (p[0] == '/' && p[1] == '/')
1374 )
1375 nm = p + 1; 1374 nm = p + 1;
1376 if (p[0] == '/' && p[1] == '~') 1375 if (p[0] == '/' && p[1] == '~')
1377 nm = p + 1, lose = 1; 1376 nm = p + 1, lose = 1;
@@ -1510,17 +1509,16 @@ search_embedded_absfilename (char *nm, char *endp)
1510 1509
1511 for (p = nm + 1; p < endp; p++) 1510 for (p = nm + 1; p < endp; p++)
1512 { 1511 {
1513 if ((0 1512 if (IS_DIRECTORY_SEP (p[-1])
1514 || IS_DIRECTORY_SEP (p[-1]))
1515 && file_name_absolute_p (p) 1513 && file_name_absolute_p (p)
1516#if defined (WINDOWSNT) || defined (CYGWIN) 1514#if defined (WINDOWSNT) || defined (CYGWIN)
1517 /* // at start of file name is meaningful in Apollo, 1515 /* // at start of file name is meaningful in Apollo,
1518 WindowsNT and Cygwin systems. */ 1516 WindowsNT and Cygwin systems. */
1519 && !(IS_DIRECTORY_SEP (p[0]) && p - 1 == nm) 1517 && !(IS_DIRECTORY_SEP (p[0]) && p - 1 == nm)
1520#endif /* not (WINDOWSNT || CYGWIN) */ 1518#endif /* not (WINDOWSNT || CYGWIN) */
1521 ) 1519 )
1522 { 1520 {
1523 for (s = p; *s && (!IS_DIRECTORY_SEP (*s)); s++); 1521 for (s = p; *s && !IS_DIRECTORY_SEP (*s); s++);
1524 if (p[0] == '~' && s > p + 1) /* We've got "/~something/". */ 1522 if (p[0] == '~' && s > p + 1) /* We've got "/~something/". */
1525 { 1523 {
1526 char *o = alloca (s - p + 1); 1524 char *o = alloca (s - p + 1);
@@ -1735,7 +1733,7 @@ those `/' is discarded. */)
1735 *x = 0; 1733 *x = 0;
1736 1734
1737 /* If /~ or // appears, discard everything through first slash. */ 1735 /* If /~ or // appears, discard everything through first slash. */
1738 while ((p = search_embedded_absfilename (xnm, x))) 1736 while ((p = search_embedded_absfilename (xnm, x)) != NULL)
1739 /* This time we do not start over because we've already expanded envvars 1737 /* This time we do not start over because we've already expanded envvars
1740 and replaced $$ with $. Maybe we should start over as well, but we'd 1738 and replaced $$ with $. Maybe we should start over as well, but we'd
1741 need to quote some $ to $$ first. */ 1739 need to quote some $ to $$ first. */
@@ -2169,7 +2167,7 @@ With a prefix argument, TRASH is nil. */)
2169 2167
2170 encoded_file = ENCODE_FILE (filename); 2168 encoded_file = ENCODE_FILE (filename);
2171 2169
2172 if (0 > unlink (SSDATA (encoded_file))) 2170 if (unlink (SSDATA (encoded_file)) < 0)
2173 report_file_error ("Removing old name", list1 (filename)); 2171 report_file_error ("Removing old name", list1 (filename));
2174 return Qnil; 2172 return Qnil;
2175} 2173}
@@ -2218,8 +2216,8 @@ This is what happens in interactive use with M-x. */)
2218#endif 2216#endif
2219 ) 2217 )
2220 { 2218 {
2221 Lisp_Object fname = NILP (Ffile_directory_p (file)) 2219 Lisp_Object fname = (NILP (Ffile_directory_p (file))
2222 ? file : Fdirectory_file_name (file); 2220 ? file : Fdirectory_file_name (file));
2223 newname = Fexpand_file_name (Ffile_name_nondirectory (fname), newname); 2221 newname = Fexpand_file_name (Ffile_name_nondirectory (fname), newname);
2224 } 2222 }
2225 else 2223 else
@@ -2247,7 +2245,7 @@ This is what happens in interactive use with M-x. */)
2247 || INTEGERP (ok_if_already_exists)) 2245 || INTEGERP (ok_if_already_exists))
2248 barf_or_query_if_file_exists (newname, "rename to it", 2246 barf_or_query_if_file_exists (newname, "rename to it",
2249 INTEGERP (ok_if_already_exists), 0, 0); 2247 INTEGERP (ok_if_already_exists), 0, 0);
2250 if (0 > rename (SSDATA (encoded_file), SSDATA (encoded_newname))) 2248 if (rename (SSDATA (encoded_file), SSDATA (encoded_newname)) < 0)
2251 { 2249 {
2252 if (errno == EXDEV) 2250 if (errno == EXDEV)
2253 { 2251 {
@@ -2328,7 +2326,7 @@ This is what happens in interactive use with M-x. */)
2328 INTEGERP (ok_if_already_exists), 0, 0); 2326 INTEGERP (ok_if_already_exists), 0, 0);
2329 2327
2330 unlink (SSDATA (newname)); 2328 unlink (SSDATA (newname));
2331 if (0 > link (SSDATA (encoded_file), SSDATA (encoded_newname))) 2329 if (link (SSDATA (encoded_file), SSDATA (encoded_newname)) < 0)
2332 report_file_error ("Adding new name", list2 (file, newname)); 2330 report_file_error ("Adding new name", list2 (file, newname));
2333 2331
2334 UNGCPRO; 2332 UNGCPRO;
@@ -2385,15 +2383,14 @@ This happens for interactive use with M-x. */)
2385 || INTEGERP (ok_if_already_exists)) 2383 || INTEGERP (ok_if_already_exists))
2386 barf_or_query_if_file_exists (linkname, "make it a link", 2384 barf_or_query_if_file_exists (linkname, "make it a link",
2387 INTEGERP (ok_if_already_exists), 0, 0); 2385 INTEGERP (ok_if_already_exists), 0, 0);
2388 if (0 > symlink (SSDATA (encoded_filename), 2386 if (symlink (SSDATA (encoded_filename), SSDATA (encoded_linkname)) < 0)
2389 SSDATA (encoded_linkname)))
2390 { 2387 {
2391 /* If we didn't complain already, silently delete existing file. */ 2388 /* If we didn't complain already, silently delete existing file. */
2392 if (errno == EEXIST) 2389 if (errno == EEXIST)
2393 { 2390 {
2394 unlink (SSDATA (encoded_linkname)); 2391 unlink (SSDATA (encoded_linkname));
2395 if (0 <= symlink (SSDATA (encoded_filename), 2392 if (symlink (SSDATA (encoded_filename), SSDATA (encoded_linkname))
2396 SSDATA (encoded_linkname))) 2393 >= 0)
2397 { 2394 {
2398 UNGCPRO; 2395 UNGCPRO;
2399 return Qnil; 2396 return Qnil;
@@ -2423,6 +2420,21 @@ On Unix, this is a name starting with a `/' or a `~'. */)
2423 return file_name_absolute_p (SSDATA (filename)) ? Qt : Qnil; 2420 return file_name_absolute_p (SSDATA (filename)) ? Qt : Qnil;
2424} 2421}
2425 2422
2423/* Return true if FILENAME exists. */
2424bool
2425check_existing (const char *filename)
2426{
2427#ifdef DOS_NT
2428 /* The full emulation of Posix 'stat' is too expensive on
2429 DOS/Windows, when all we want to know is whether the file exists.
2430 So we use 'access' instead, which is much more lightweight. */
2431 return (access (filename, F_OK) >= 0);
2432#else
2433 struct stat st;
2434 return (stat (filename, &st) >= 0);
2435#endif
2436}
2437
2426/* Return true if file FILENAME exists and can be executed. */ 2438/* Return true if file FILENAME exists and can be executed. */
2427 2439
2428static bool 2440static bool
@@ -2490,7 +2502,6 @@ Use `file-symlink-p' to test for such links. */)
2490{ 2502{
2491 Lisp_Object absname; 2503 Lisp_Object absname;
2492 Lisp_Object handler; 2504 Lisp_Object handler;
2493 struct stat statbuf;
2494 2505
2495 CHECK_STRING (filename); 2506 CHECK_STRING (filename);
2496 absname = Fexpand_file_name (filename, Qnil); 2507 absname = Fexpand_file_name (filename, Qnil);
@@ -2503,7 +2514,7 @@ Use `file-symlink-p' to test for such links. */)
2503 2514
2504 absname = ENCODE_FILE (absname); 2515 absname = ENCODE_FILE (absname);
2505 2516
2506 return (stat (SSDATA (absname), &statbuf) >= 0) ? Qt : Qnil; 2517 return (check_existing (SSDATA (absname))) ? Qt : Qnil;
2507} 2518}
2508 2519
2509DEFUN ("file-executable-p", Ffile_executable_p, Sfile_executable_p, 1, 1, 0, 2520DEFUN ("file-executable-p", Ffile_executable_p, Sfile_executable_p, 1, 1, 0,
@@ -2584,7 +2595,6 @@ DEFUN ("file-writable-p", Ffile_writable_p, Sfile_writable_p, 1, 1, 0,
2584{ 2595{
2585 Lisp_Object absname, dir, encoded; 2596 Lisp_Object absname, dir, encoded;
2586 Lisp_Object handler; 2597 Lisp_Object handler;
2587 struct stat statbuf;
2588 2598
2589 CHECK_STRING (filename); 2599 CHECK_STRING (filename);
2590 absname = Fexpand_file_name (filename, Qnil); 2600 absname = Fexpand_file_name (filename, Qnil);
@@ -2596,7 +2606,7 @@ DEFUN ("file-writable-p", Ffile_writable_p, Sfile_writable_p, 1, 1, 0,
2596 return call2 (handler, Qfile_writable_p, absname); 2606 return call2 (handler, Qfile_writable_p, absname);
2597 2607
2598 encoded = ENCODE_FILE (absname); 2608 encoded = ENCODE_FILE (absname);
2599 if (stat (SSDATA (encoded), &statbuf) >= 0) 2609 if (check_existing (SSDATA (encoded)))
2600 return (check_writable (SSDATA (encoded)) 2610 return (check_writable (SSDATA (encoded))
2601 ? Qt : Qnil); 2611 ? Qt : Qnil);
2602 2612
@@ -2611,9 +2621,7 @@ DEFUN ("file-writable-p", Ffile_writable_p, Sfile_writable_p, 1, 1, 0,
2611 /* The read-only attribute of the parent directory doesn't affect 2621 /* The read-only attribute of the parent directory doesn't affect
2612 whether a file or directory can be created within it. Some day we 2622 whether a file or directory can be created within it. Some day we
2613 should check ACLs though, which do affect this. */ 2623 should check ACLs though, which do affect this. */
2614 if (stat (SDATA (dir), &statbuf) < 0) 2624 return (access (SDATA (dir), D_OK) < 0) ? Qnil : Qt;
2615 return Qnil;
2616 return S_ISDIR (statbuf.st_mode) ? Qt : Qnil;
2617#else 2625#else
2618 return (check_writable (!NILP (dir) ? SSDATA (dir) : "") 2626 return (check_writable (!NILP (dir) ? SSDATA (dir) : "")
2619 ? Qt : Qnil); 2627 ? Qt : Qnil);
@@ -3192,7 +3200,7 @@ emacs_lseek (int fd, EMACS_INT offset, int whence)
3192{ 3200{
3193 /* Use "&" rather than "&&" to suppress a bogus GCC warning; see 3201 /* Use "&" rather than "&&" to suppress a bogus GCC warning; see
3194 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43772>. */ 3202 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43772>. */
3195 if (! ((TYPE_MINIMUM (off_t) <= offset) & (offset <= TYPE_MAXIMUM (off_t)))) 3203 if (! ((offset >= TYPE_MINIMUM (off_t)) & (offset <= TYPE_MAXIMUM (off_t))))
3196 { 3204 {
3197 errno = EINVAL; 3205 errno = EINVAL;
3198 return -1; 3206 return -1;
@@ -3365,7 +3373,7 @@ variable `last-coding-system-used' to the coding system actually used. */)
3365 3373
3366 if (!NILP (beg)) 3374 if (!NILP (beg))
3367 { 3375 {
3368 if (! (RANGED_INTEGERP (0, beg, TYPE_MAXIMUM (off_t)))) 3376 if (! RANGED_INTEGERP (0, beg, TYPE_MAXIMUM (off_t)))
3369 wrong_type_argument (intern ("file-offset"), beg); 3377 wrong_type_argument (intern ("file-offset"), beg);
3370 beg_offset = XFASTINT (beg); 3378 beg_offset = XFASTINT (beg);
3371 } 3379 }
@@ -3374,7 +3382,7 @@ variable `last-coding-system-used' to the coding system actually used. */)
3374 3382
3375 if (!NILP (end)) 3383 if (!NILP (end))
3376 { 3384 {
3377 if (! (RANGED_INTEGERP (0, end, TYPE_MAXIMUM (off_t)))) 3385 if (! RANGED_INTEGERP (0, end, TYPE_MAXIMUM (off_t)))
3378 wrong_type_argument (intern ("file-offset"), end); 3386 wrong_type_argument (intern ("file-offset"), end);
3379 end_offset = XFASTINT (end); 3387 end_offset = XFASTINT (end);
3380 } 3388 }
@@ -3410,8 +3418,8 @@ variable `last-coding-system-used' to the coding system actually used. */)
3410 3418
3411 if (beg_offset < likely_end) 3419 if (beg_offset < likely_end)
3412 { 3420 {
3413 ptrdiff_t buf_bytes = 3421 ptrdiff_t buf_bytes
3414 Z_BYTE - (!NILP (replace) ? ZV_BYTE - BEGV_BYTE : 0); 3422 = Z_BYTE - (!NILP (replace) ? ZV_BYTE - BEGV_BYTE : 0);
3415 ptrdiff_t buf_growth_max = BUF_BYTES_MAX - buf_bytes; 3423 ptrdiff_t buf_growth_max = BUF_BYTES_MAX - buf_bytes;
3416 off_t likely_growth = likely_end - beg_offset; 3424 off_t likely_growth = likely_end - beg_offset;
3417 if (buf_growth_max < likely_growth) 3425 if (buf_growth_max < likely_growth)
@@ -4534,6 +4542,7 @@ This calls `write-region-annotate-functions' at the start, and
4534 int save_errno = 0; 4542 int save_errno = 0;
4535 const char *fn; 4543 const char *fn;
4536 struct stat st; 4544 struct stat st;
4545 EMACS_TIME modtime;
4537 ptrdiff_t count = SPECPDL_INDEX (); 4546 ptrdiff_t count = SPECPDL_INDEX ();
4538 int count1; 4547 int count1;
4539 Lisp_Object handler; 4548 Lisp_Object handler;
@@ -4746,12 +4755,19 @@ This calls `write-region-annotate-functions' at the start, and
4746 } 4755 }
4747#endif 4756#endif
4748 4757
4758 modtime = invalid_emacs_time ();
4759 if (visiting)
4760 {
4761 if (fstat (desc, &st) == 0)
4762 modtime = get_stat_mtime (&st);
4763 else
4764 ok = 0, save_errno = errno;
4765 }
4766
4749 /* NFS can report a write failure now. */ 4767 /* NFS can report a write failure now. */
4750 if (emacs_close (desc) < 0) 4768 if (emacs_close (desc) < 0)
4751 ok = 0, save_errno = errno; 4769 ok = 0, save_errno = errno;
4752 4770
4753 stat (fn, &st);
4754
4755 /* Discard the unwind protect for close_file_unwind. */ 4771 /* Discard the unwind protect for close_file_unwind. */
4756 specpdl_ptr = specpdl + count1; 4772 specpdl_ptr = specpdl + count1;
4757 4773
@@ -4779,9 +4795,9 @@ This calls `write-region-annotate-functions' at the start, and
4779 /* Do this before reporting IO error 4795 /* Do this before reporting IO error
4780 to avoid a "file has changed on disk" warning on 4796 to avoid a "file has changed on disk" warning on
4781 next attempt to save. */ 4797 next attempt to save. */
4782 if (visiting) 4798 if (EMACS_TIME_VALID_P (modtime))
4783 { 4799 {
4784 current_buffer->modtime = get_stat_mtime (&st); 4800 current_buffer->modtime = modtime;
4785 current_buffer->modtime_size = st.st_size; 4801 current_buffer->modtime_size = st.st_size;
4786 } 4802 }
4787 4803
@@ -5031,12 +5047,12 @@ e_write (int desc, Lisp_Object string, ptrdiff_t start, ptrdiff_t end,
5031 5047
5032 if (coding->produced > 0) 5048 if (coding->produced > 0)
5033 { 5049 {
5034 coding->produced -= 5050 coding->produced
5035 emacs_write (desc, 5051 -= emacs_write (desc,
5036 STRINGP (coding->dst_object) 5052 STRINGP (coding->dst_object)
5037 ? SSDATA (coding->dst_object) 5053 ? SSDATA (coding->dst_object)
5038 : (char *) BYTE_POS_ADDR (coding->dst_pos_byte), 5054 : (char *) BYTE_POS_ADDR (coding->dst_pos_byte),
5039 coding->produced); 5055 coding->produced);
5040 5056
5041 if (coding->produced) 5057 if (coding->produced)
5042 return 0; 5058 return 0;
@@ -5215,8 +5231,8 @@ auto_save_1 (void)
5215 if (stat (SSDATA (BVAR (current_buffer, filename)), &st) >= 0) 5231 if (stat (SSDATA (BVAR (current_buffer, filename)), &st) >= 0)
5216 /* But make sure we can overwrite it later! */ 5232 /* But make sure we can overwrite it later! */
5217 auto_save_mode_bits = (st.st_mode | 0600) & 0777; 5233 auto_save_mode_bits = (st.st_mode | 0600) & 0777;
5218 else if ((modes = Ffile_modes (BVAR (current_buffer, filename)), 5234 else if (modes = Ffile_modes (BVAR (current_buffer, filename)),
5219 INTEGERP (modes))) 5235 INTEGERP (modes))
5220 /* Remote files don't cooperate with stat. */ 5236 /* Remote files don't cooperate with stat. */
5221 auto_save_mode_bits = (XINT (modes) | 0600) & 0777; 5237 auto_save_mode_bits = (XINT (modes) | 0600) & 0777;
5222 } 5238 }
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 1bf2b533b41..4367b534cb9 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1035,9 +1035,9 @@ xg_set_widget_bg (FRAME_PTR f, GtkWidget *w, long unsigned int pixel)
1035 xbg.pixel = pixel; 1035 xbg.pixel = pixel;
1036 if (XQueryColor (FRAME_X_DISPLAY (f), FRAME_X_COLORMAP (f), &xbg)) 1036 if (XQueryColor (FRAME_X_DISPLAY (f), FRAME_X_COLORMAP (f), &xbg))
1037 { 1037 {
1038 bg.red = (double)xbg.red/65536.0; 1038 bg.red = (double)xbg.red/65535.0;
1039 bg.green = (double)xbg.green/65536.0; 1039 bg.green = (double)xbg.green/65535.0;
1040 bg.blue = (double)xbg.blue/65536.0; 1040 bg.blue = (double)xbg.blue/65535.0;
1041 bg.alpha = 1.0; 1041 bg.alpha = 1.0;
1042 gtk_widget_override_background_color (w, GTK_STATE_FLAG_NORMAL, &bg); 1042 gtk_widget_override_background_color (w, GTK_STATE_FLAG_NORMAL, &bg);
1043 } 1043 }
diff --git a/src/image.c b/src/image.c
index 9b41cf74993..d52c3a29a27 100644
--- a/src/image.c
+++ b/src/image.c
@@ -2140,12 +2140,11 @@ x_find_image_file (Lisp_Object file)
2140static unsigned char * 2140static unsigned char *
2141slurp_file (char *file, ptrdiff_t *size) 2141slurp_file (char *file, ptrdiff_t *size)
2142{ 2142{
2143 FILE *fp = NULL; 2143 FILE *fp = fopen (file, "rb");
2144 unsigned char *buf = NULL; 2144 unsigned char *buf = NULL;
2145 struct stat st; 2145 struct stat st;
2146 2146
2147 if (stat (file, &st) == 0 2147 if (fp && fstat (fileno (fp), &st) == 0
2148 && (fp = fopen (file, "rb")) != NULL
2149 && 0 <= st.st_size && st.st_size <= min (PTRDIFF_MAX, SIZE_MAX) 2148 && 0 <= st.st_size && st.st_size <= min (PTRDIFF_MAX, SIZE_MAX)
2150 && (buf = xmalloc (st.st_size), 2149 && (buf = xmalloc (st.st_size),
2151 fread (buf, 1, st.st_size, fp) == st.st_size)) 2150 fread (buf, 1, st.st_size, fp) == st.st_size))
@@ -5004,45 +5003,6 @@ pbm_scan_number (unsigned char **s, unsigned char *end)
5004} 5003}
5005 5004
5006 5005
5007#ifdef HAVE_NTGUI
5008#if 0 /* Unused. ++kfs */
5009
5010/* Read FILE into memory. Value is a pointer to a buffer allocated
5011 with xmalloc holding FILE's contents. Value is null if an error
5012 occurred. *SIZE is set to the size of the file. */
5013
5014static char *
5015pbm_read_file (Lisp_Object file, int *size)
5016{
5017 FILE *fp = NULL;
5018 char *buf = NULL;
5019 struct stat st;
5020
5021 if (stat (SDATA (file), &st) == 0
5022 && (fp = fopen (SDATA (file), "rb")) != NULL
5023 && 0 <= st.st_size && st.st_size <= min (PTRDIFF_MAX, SIZE_MAX)
5024 && (buf = xmalloc (st.st_size),
5025 fread (buf, 1, st.st_size, fp) == st.st_size))
5026 {
5027 *size = st.st_size;
5028 fclose (fp);
5029 }
5030 else
5031 {
5032 if (fp)
5033 fclose (fp);
5034 if (buf)
5035 {
5036 xfree (buf);
5037 buf = NULL;
5038 }
5039 }
5040
5041 return buf;
5042}
5043#endif
5044#endif /* HAVE_NTGUI */
5045
5046/* Load PBM image IMG for use on frame F. */ 5006/* Load PBM image IMG for use on frame F. */
5047 5007
5048static bool 5008static bool
diff --git a/src/lisp.h b/src/lisp.h
index 1de9ec74d9f..7afe7b373fe 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3027,7 +3027,7 @@ extern Lisp_Object oblookup (Lisp_Object, const char *, ptrdiff_t, ptrdiff_t);
3027 } while (0) 3027 } while (0)
3028extern int openp (Lisp_Object, Lisp_Object, Lisp_Object, 3028extern int openp (Lisp_Object, Lisp_Object, Lisp_Object,
3029 Lisp_Object *, Lisp_Object); 3029 Lisp_Object *, Lisp_Object);
3030Lisp_Object string_to_number (char const *, int, int); 3030extern Lisp_Object string_to_number (char const *, int, bool);
3031extern void map_obarray (Lisp_Object, void (*) (Lisp_Object, Lisp_Object), 3031extern void map_obarray (Lisp_Object, void (*) (Lisp_Object, Lisp_Object),
3032 Lisp_Object); 3032 Lisp_Object);
3033extern void dir_warning (const char *, Lisp_Object); 3033extern void dir_warning (const char *, Lisp_Object);
@@ -3182,6 +3182,7 @@ extern void internal_delete_file (Lisp_Object);
3182extern void syms_of_fileio (void); 3182extern void syms_of_fileio (void);
3183extern Lisp_Object make_temp_name (Lisp_Object, bool); 3183extern Lisp_Object make_temp_name (Lisp_Object, bool);
3184extern Lisp_Object Qdelete_file; 3184extern Lisp_Object Qdelete_file;
3185extern bool check_existing (const char *);
3185 3186
3186/* Defined in search.c. */ 3187/* Defined in search.c. */
3187extern void shrink_regexp_cache (void); 3188extern void shrink_regexp_cache (void);
diff --git a/src/lread.c b/src/lread.c
index a2b6d1f26d9..6d4c0d990af 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -95,10 +95,10 @@ static Lisp_Object Qload_in_progress;
95 It must be set to nil before all top-level calls to read0. */ 95 It must be set to nil before all top-level calls to read0. */
96static Lisp_Object read_objects; 96static Lisp_Object read_objects;
97 97
98/* Nonzero means READCHAR should read bytes one by one (not character) 98/* True means READCHAR should read bytes one by one (not character)
99 when READCHARFUN is Qget_file_char or Qget_emacs_mule_file_char. 99 when READCHARFUN is Qget_file_char or Qget_emacs_mule_file_char.
100 This is set to 1 by read1 temporarily while handling #@NUMBER. */ 100 This is set by read1 temporarily while handling #@NUMBER. */
101static int load_each_byte; 101static bool load_each_byte;
102 102
103/* List of descriptors now open for Fload. */ 103/* List of descriptors now open for Fload. */
104static Lisp_Object load_descriptor_list; 104static Lisp_Object load_descriptor_list;
@@ -135,11 +135,11 @@ static ptrdiff_t prev_saved_doc_string_length;
135/* This is the file position that string came from. */ 135/* This is the file position that string came from. */
136static file_offset prev_saved_doc_string_position; 136static file_offset prev_saved_doc_string_position;
137 137
138/* Nonzero means inside a new-style backquote 138/* True means inside a new-style backquote
139 with no surrounding parentheses. 139 with no surrounding parentheses.
140 Fread initializes this to zero, so we need not specbind it 140 Fread initializes this to false, so we need not specbind it
141 or worry about what happens to it when there is an error. */ 141 or worry about what happens to it when there is an error. */
142static int new_backquote_flag; 142static bool new_backquote_flag;
143static Lisp_Object Qold_style_backquotes; 143static Lisp_Object Qold_style_backquotes;
144 144
145/* A list of file names for files being loaded in Fload. Used to 145/* A list of file names for files being loaded in Fload. Used to
@@ -150,7 +150,7 @@ static Lisp_Object Vloads_in_progress;
150static int read_emacs_mule_char (int, int (*) (int, Lisp_Object), 150static int read_emacs_mule_char (int, int (*) (int, Lisp_Object),
151 Lisp_Object); 151 Lisp_Object);
152 152
153static void readevalloop (Lisp_Object, FILE*, Lisp_Object, int, 153static void readevalloop (Lisp_Object, FILE *, Lisp_Object, bool,
154 Lisp_Object, Lisp_Object, 154 Lisp_Object, Lisp_Object,
155 Lisp_Object, Lisp_Object); 155 Lisp_Object, Lisp_Object);
156static Lisp_Object load_unwind (Lisp_Object); 156static Lisp_Object load_unwind (Lisp_Object);
@@ -192,7 +192,7 @@ readchar (Lisp_Object readcharfun, bool *multibyte)
192 int (*readbyte) (int, Lisp_Object); 192 int (*readbyte) (int, Lisp_Object);
193 unsigned char buf[MAX_MULTIBYTE_LENGTH]; 193 unsigned char buf[MAX_MULTIBYTE_LENGTH];
194 int i, len; 194 int i, len;
195 int emacs_mule_encoding = 0; 195 bool emacs_mule_encoding = 0;
196 196
197 if (multibyte) 197 if (multibyte)
198 *multibyte = 0; 198 *multibyte = 0;
@@ -546,10 +546,10 @@ read_emacs_mule_char (int c, int (*readbyte) (int, Lisp_Object), Lisp_Object rea
546static Lisp_Object read_internal_start (Lisp_Object, Lisp_Object, 546static Lisp_Object read_internal_start (Lisp_Object, Lisp_Object,
547 Lisp_Object); 547 Lisp_Object);
548static Lisp_Object read0 (Lisp_Object); 548static Lisp_Object read0 (Lisp_Object);
549static Lisp_Object read1 (Lisp_Object, int *, int); 549static Lisp_Object read1 (Lisp_Object, int *, bool);
550 550
551static Lisp_Object read_list (int, Lisp_Object); 551static Lisp_Object read_list (bool, Lisp_Object);
552static Lisp_Object read_vector (Lisp_Object, int); 552static Lisp_Object read_vector (Lisp_Object, bool);
553 553
554static Lisp_Object substitute_object_recurse (Lisp_Object, Lisp_Object, 554static Lisp_Object substitute_object_recurse (Lisp_Object, Lisp_Object,
555 Lisp_Object); 555 Lisp_Object);
@@ -562,28 +562,28 @@ static void substitute_in_interval (INTERVAL, Lisp_Object);
562 562
563/* Read input events until we get one that's acceptable for our purposes. 563/* Read input events until we get one that's acceptable for our purposes.
564 564
565 If NO_SWITCH_FRAME is non-zero, switch-frame events are stashed 565 If NO_SWITCH_FRAME, switch-frame events are stashed
566 until we get a character we like, and then stuffed into 566 until we get a character we like, and then stuffed into
567 unread_switch_frame. 567 unread_switch_frame.
568 568
569 If ASCII_REQUIRED is non-zero, we check function key events to see 569 If ASCII_REQUIRED, check function key events to see
570 if the unmodified version of the symbol has a Qascii_character 570 if the unmodified version of the symbol has a Qascii_character
571 property, and use that character, if present. 571 property, and use that character, if present.
572 572
573 If ERROR_NONASCII is non-zero, we signal an error if the input we 573 If ERROR_NONASCII, signal an error if the input we
574 get isn't an ASCII character with modifiers. If it's zero but 574 get isn't an ASCII character with modifiers. If it's false but
575 ASCII_REQUIRED is non-zero, we just re-read until we get an ASCII 575 ASCII_REQUIRED is true, just re-read until we get an ASCII
576 character. 576 character.
577 577
578 If INPUT_METHOD is nonzero, we invoke the current input method 578 If INPUT_METHOD, invoke the current input method
579 if the character warrants that. 579 if the character warrants that.
580 580
581 If SECONDS is a number, we wait that many seconds for input, and 581 If SECONDS is a number, wait that many seconds for input, and
582 return Qnil if no input arrives within that time. */ 582 return Qnil if no input arrives within that time. */
583 583
584static Lisp_Object 584static Lisp_Object
585read_filtered_event (int no_switch_frame, int ascii_required, 585read_filtered_event (bool no_switch_frame, bool ascii_required,
586 int error_nonascii, int input_method, Lisp_Object seconds) 586 bool error_nonascii, bool input_method, Lisp_Object seconds)
587{ 587{
588 Lisp_Object val, delayed_switch_frame; 588 Lisp_Object val, delayed_switch_frame;
589 EMACS_TIME end_time; 589 EMACS_TIME end_time;
@@ -767,7 +767,7 @@ DEFUN ("get-file-char", Fget_file_char, Sget_file_char, 0, 0, 0,
767 positioned following the first line, if it is a comment or #! line, 767 positioned following the first line, if it is a comment or #! line,
768 otherwise nothing is read. */ 768 otherwise nothing is read. */
769 769
770static int 770static bool
771lisp_file_lexically_bound_p (Lisp_Object readcharfun) 771lisp_file_lexically_bound_p (Lisp_Object readcharfun)
772{ 772{
773 int ch = READCHAR; 773 int ch = READCHAR;
@@ -797,11 +797,11 @@ lisp_file_lexically_bound_p (Lisp_Object readcharfun)
797 else 797 else
798 /* Look for an appropriate file-variable in the first line. */ 798 /* Look for an appropriate file-variable in the first line. */
799 { 799 {
800 int rv = 0; 800 bool rv = 0;
801 enum { 801 enum {
802 NOMINAL, AFTER_FIRST_DASH, AFTER_ASTERIX, 802 NOMINAL, AFTER_FIRST_DASH, AFTER_ASTERIX,
803 } beg_end_state = NOMINAL; 803 } beg_end_state = NOMINAL;
804 int in_file_vars = 0; 804 bool in_file_vars = 0;
805 805
806#define UPDATE_BEG_END_STATE(ch) \ 806#define UPDATE_BEG_END_STATE(ch) \
807 if (beg_end_state == NOMINAL) \ 807 if (beg_end_state == NOMINAL) \
@@ -897,20 +897,17 @@ lisp_file_lexically_bound_p (Lisp_Object readcharfun)
897 because of an incompatible change in the byte compiler. */ 897 because of an incompatible change in the byte compiler. */
898 898
899static int 899static int
900safe_to_load_p (int fd) 900safe_to_load_version (int fd)
901{ 901{
902 char buf[512]; 902 char buf[512];
903 int nbytes, i; 903 int nbytes, i;
904 int safe_p = 1;
905 int version = 1; 904 int version = 1;
906 905
907 /* Read the first few bytes from the file, and look for a line 906 /* Read the first few bytes from the file, and look for a line
908 specifying the byte compiler version used. */ 907 specifying the byte compiler version used. */
909 nbytes = emacs_read (fd, buf, sizeof buf - 1); 908 nbytes = emacs_read (fd, buf, sizeof buf);
910 if (nbytes > 0) 909 if (nbytes > 0)
911 { 910 {
912 buf[nbytes] = '\0';
913
914 /* Skip to the next newline, skipping over the initial `ELC' 911 /* Skip to the next newline, skipping over the initial `ELC'
915 with NUL bytes following it, but note the version. */ 912 with NUL bytes following it, but note the version. */
916 for (i = 0; i < nbytes && buf[i] != '\n'; ++i) 913 for (i = 0; i < nbytes && buf[i] != '\n'; ++i)
@@ -920,13 +917,11 @@ safe_to_load_p (int fd)
920 if (i >= nbytes 917 if (i >= nbytes
921 || fast_c_string_match_ignore_case (Vbytecomp_version_regexp, 918 || fast_c_string_match_ignore_case (Vbytecomp_version_regexp,
922 buf + i, nbytes - i) < 0) 919 buf + i, nbytes - i) < 0)
923 safe_p = 0; 920 version = 0;
924 } 921 }
925 if (safe_p)
926 safe_p = version;
927 922
928 lseek (fd, 0, SEEK_SET); 923 lseek (fd, 0, SEEK_SET);
929 return safe_p; 924 return version;
930} 925}
931 926
932 927
@@ -1030,12 +1025,12 @@ Return t if the file exists and loads successfully. */)
1030 ptrdiff_t count = SPECPDL_INDEX (); 1025 ptrdiff_t count = SPECPDL_INDEX ();
1031 struct gcpro gcpro1, gcpro2, gcpro3; 1026 struct gcpro gcpro1, gcpro2, gcpro3;
1032 Lisp_Object found, efound, hist_file_name; 1027 Lisp_Object found, efound, hist_file_name;
1033 /* 1 means we printed the ".el is newer" message. */ 1028 /* True means we printed the ".el is newer" message. */
1034 int newer = 0; 1029 bool newer = 0;
1035 /* 1 means we are loading a compiled file. */ 1030 /* True means we are loading a compiled file. */
1036 int compiled = 0; 1031 bool compiled = 0;
1037 Lisp_Object handler; 1032 Lisp_Object handler;
1038 int safe_p = 1; 1033 bool safe_p = 1;
1039 const char *fmode = "r"; 1034 const char *fmode = "r";
1040 Lisp_Object tmp[2]; 1035 Lisp_Object tmp[2];
1041 int version; 1036 int version;
@@ -1190,7 +1185,7 @@ Return t if the file exists and loads successfully. */)
1190 record_unwind_protect (load_warn_old_style_backquotes, file); 1185 record_unwind_protect (load_warn_old_style_backquotes, file);
1191 1186
1192 if (!memcmp (SDATA (found) + SBYTES (found) - 4, ".elc", 4) 1187 if (!memcmp (SDATA (found) + SBYTES (found) - 4, ".elc", 4)
1193 || (fd >= 0 && (version = safe_to_load_p (fd)) > 0)) 1188 || (fd >= 0 && (version = safe_to_load_version (fd)) > 0))
1194 /* Load .elc files directly, but not when they are 1189 /* Load .elc files directly, but not when they are
1195 remote and have no handler! */ 1190 remote and have no handler! */
1196 { 1191 {
@@ -1202,7 +1197,7 @@ Return t if the file exists and loads successfully. */)
1202 GCPRO3 (file, found, hist_file_name); 1197 GCPRO3 (file, found, hist_file_name);
1203 1198
1204 if (version < 0 1199 if (version < 0
1205 && ! (version = safe_to_load_p (fd))) 1200 && ! (version = safe_to_load_version (fd)))
1206 { 1201 {
1207 safe_p = 0; 1202 safe_p = 0;
1208 if (!load_dangerous_libraries) 1203 if (!load_dangerous_libraries)
@@ -1394,10 +1389,10 @@ close_load_descs (void)
1394#endif 1389#endif
1395} 1390}
1396 1391
1397static int 1392static bool
1398complete_filename_p (Lisp_Object pathname) 1393complete_filename_p (Lisp_Object pathname)
1399{ 1394{
1400 register const unsigned char *s = SDATA (pathname); 1395 const unsigned char *s = SDATA (pathname);
1401 return (IS_DIRECTORY_SEP (s[0]) 1396 return (IS_DIRECTORY_SEP (s[0])
1402 || (SCHARS (pathname) > 2 1397 || (SCHARS (pathname) > 2
1403 && IS_DEVICE_SEP (s[1]) && IS_DIRECTORY_SEP (s[2]))); 1398 && IS_DEVICE_SEP (s[1]) && IS_DIRECTORY_SEP (s[2])));
@@ -1447,14 +1442,13 @@ static Lisp_Object Qdir_ok;
1447int 1442int
1448openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes, Lisp_Object *storeptr, Lisp_Object predicate) 1443openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes, Lisp_Object *storeptr, Lisp_Object predicate)
1449{ 1444{
1450 register int fd; 1445 int fd;
1451 ptrdiff_t fn_size = 100; 1446 ptrdiff_t fn_size = 100;
1452 char buf[100]; 1447 char buf[100];
1453 register char *fn = buf; 1448 char *fn = buf;
1454 int absolute = 0; 1449 bool absolute = 0;
1455 ptrdiff_t want_length; 1450 ptrdiff_t want_length;
1456 Lisp_Object filename; 1451 Lisp_Object filename;
1457 struct stat st;
1458 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6; 1452 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
1459 Lisp_Object string, tail, encoded_fn; 1453 Lisp_Object string, tail, encoded_fn;
1460 ptrdiff_t max_suffix_len = 0; 1454 ptrdiff_t max_suffix_len = 0;
@@ -1503,7 +1497,7 @@ openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes, Lisp_Object *sto
1503 { 1497 {
1504 ptrdiff_t fnlen, lsuffix = SBYTES (XCAR (tail)); 1498 ptrdiff_t fnlen, lsuffix = SBYTES (XCAR (tail));
1505 Lisp_Object handler; 1499 Lisp_Object handler;
1506 int exists; 1500 bool exists;
1507 1501
1508 /* Concatenate path element/specified name with the suffix. 1502 /* Concatenate path element/specified name with the suffix.
1509 If the directory starts with /:, remove that. */ 1503 If the directory starts with /:, remove that. */
@@ -1548,11 +1542,18 @@ openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes, Lisp_Object *sto
1548 } 1542 }
1549 else 1543 else
1550 { 1544 {
1545#ifndef WINDOWSNT
1546 struct stat st;
1547#endif
1551 const char *pfn; 1548 const char *pfn;
1552 1549
1553 encoded_fn = ENCODE_FILE (string); 1550 encoded_fn = ENCODE_FILE (string);
1554 pfn = SSDATA (encoded_fn); 1551 pfn = SSDATA (encoded_fn);
1552#ifdef WINDOWSNT
1553 exists = access (pfn, F_OK) == 0 && access (pfn, D_OK) < 0;
1554#else
1555 exists = (stat (pfn, &st) == 0 && ! S_ISDIR (st.st_mode)); 1555 exists = (stat (pfn, &st) == 0 && ! S_ISDIR (st.st_mode));
1556#endif
1556 if (exists) 1557 if (exists)
1557 { 1558 {
1558 /* Check that we can access or open it. */ 1559 /* Check that we can access or open it. */
@@ -1588,14 +1589,16 @@ openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes, Lisp_Object *sto
1588 the source has an associated file name or not. 1589 the source has an associated file name or not.
1589 1590
1590 FILENAME is the file name that we are loading from. 1591 FILENAME is the file name that we are loading from.
1591 ENTIRE is 1 if loading that entire file, 0 if evaluating part of it. */ 1592
1593 ENTIRE is true if loading that entire file, false if evaluating
1594 part of it. */
1592 1595
1593static void 1596static void
1594build_load_history (Lisp_Object filename, int entire) 1597build_load_history (Lisp_Object filename, bool entire)
1595{ 1598{
1596 register Lisp_Object tail, prev, newelt; 1599 Lisp_Object tail, prev, newelt;
1597 register Lisp_Object tem, tem2; 1600 Lisp_Object tem, tem2;
1598 register int foundit = 0; 1601 bool foundit = 0;
1599 1602
1600 tail = Vload_history; 1603 tail = Vload_history;
1601 prev = Qnil; 1604 prev = Qnil;
@@ -1680,7 +1683,7 @@ static void
1680readevalloop (Lisp_Object readcharfun, 1683readevalloop (Lisp_Object readcharfun,
1681 FILE *stream, 1684 FILE *stream,
1682 Lisp_Object sourcename, 1685 Lisp_Object sourcename,
1683 int printflag, 1686 bool printflag,
1684 Lisp_Object unibyte, Lisp_Object readfun, 1687 Lisp_Object unibyte, Lisp_Object readfun,
1685 Lisp_Object start, Lisp_Object end) 1688 Lisp_Object start, Lisp_Object end)
1686{ 1689{
@@ -1689,12 +1692,12 @@ readevalloop (Lisp_Object readcharfun,
1689 ptrdiff_t count = SPECPDL_INDEX (); 1692 ptrdiff_t count = SPECPDL_INDEX ();
1690 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4; 1693 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
1691 struct buffer *b = 0; 1694 struct buffer *b = 0;
1692 int continue_reading_p; 1695 bool continue_reading_p;
1693 Lisp_Object lex_bound; 1696 Lisp_Object lex_bound;
1694 /* Nonzero if reading an entire buffer. */ 1697 /* True if reading an entire buffer. */
1695 int whole_buffer = 0; 1698 bool whole_buffer = 0;
1696 /* 1 on the first time around. */ 1699 /* True on the first time around. */
1697 int first_sexp = 1; 1700 bool first_sexp = 1;
1698 Lisp_Object macroexpand = intern ("internal-macroexpand-for-load"); 1701 Lisp_Object macroexpand = intern ("internal-macroexpand-for-load");
1699 1702
1700 if (NILP (Ffboundp (macroexpand)) 1703 if (NILP (Ffboundp (macroexpand))
@@ -2072,9 +2075,9 @@ static char *read_buffer;
2072 If the escape sequence forces unibyte, return eight-bit char. */ 2075 If the escape sequence forces unibyte, return eight-bit char. */
2073 2076
2074static int 2077static int
2075read_escape (Lisp_Object readcharfun, int stringp) 2078read_escape (Lisp_Object readcharfun, bool stringp)
2076{ 2079{
2077 register int c = READCHAR; 2080 int c = READCHAR;
2078 /* \u allows up to four hex digits, \U up to eight. Default to the 2081 /* \u allows up to four hex digits, \U up to eight. Default to the
2079 behavior for \u, and change this value in the case that \U is seen. */ 2082 behavior for \u, and change this value in the case that \U is seen. */
2080 int unicode_hex_count = 4; 2083 int unicode_hex_count = 4;
@@ -2375,10 +2378,10 @@ read_integer (Lisp_Object readcharfun, EMACS_INT radix)
2375 in *PCH and the return value is not interesting. Else, we store 2378 in *PCH and the return value is not interesting. Else, we store
2376 zero in *PCH and we read and return one lisp object. 2379 zero in *PCH and we read and return one lisp object.
2377 2380
2378 FIRST_IN_LIST is nonzero if this is the first element of a list. */ 2381 FIRST_IN_LIST is true if this is the first element of a list. */
2379 2382
2380static Lisp_Object 2383static Lisp_Object
2381read1 (register Lisp_Object readcharfun, int *pch, int first_in_list) 2384read1 (Lisp_Object readcharfun, int *pch, bool first_in_list)
2382{ 2385{
2383 int c; 2386 int c;
2384 bool uninterned_symbol = 0; 2387 bool uninterned_symbol = 0;
@@ -2803,10 +2806,11 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
2803 else 2806 else
2804 { 2807 {
2805 Lisp_Object value; 2808 Lisp_Object value;
2809 bool saved_new_backquote_flag = new_backquote_flag;
2806 2810
2807 new_backquote_flag++; 2811 new_backquote_flag = 1;
2808 value = read0 (readcharfun); 2812 value = read0 (readcharfun);
2809 new_backquote_flag--; 2813 new_backquote_flag = saved_new_backquote_flag;
2810 2814
2811 return Fcons (Qbackquote, Fcons (value, Qnil)); 2815 return Fcons (Qbackquote, Fcons (value, Qnil));
2812 } 2816 }
@@ -2858,7 +2862,7 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
2858 { 2862 {
2859 int modifiers; 2863 int modifiers;
2860 int next_char; 2864 int next_char;
2861 int ok; 2865 bool ok;
2862 2866
2863 c = READCHAR; 2867 c = READCHAR;
2864 if (c < 0) 2868 if (c < 0)
@@ -2894,14 +2898,14 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
2894 { 2898 {
2895 char *p = read_buffer; 2899 char *p = read_buffer;
2896 char *end = read_buffer + read_buffer_size; 2900 char *end = read_buffer + read_buffer_size;
2897 register int ch; 2901 int ch;
2898 /* Nonzero if we saw an escape sequence specifying 2902 /* True if we saw an escape sequence specifying
2899 a multibyte character. */ 2903 a multibyte character. */
2900 int force_multibyte = 0; 2904 bool force_multibyte = 0;
2901 /* Nonzero if we saw an escape sequence specifying 2905 /* True if we saw an escape sequence specifying
2902 a single-byte character. */ 2906 a single-byte character. */
2903 int force_singlebyte = 0; 2907 bool force_singlebyte = 0;
2904 int cancel = 0; 2908 bool cancel = 0;
2905 ptrdiff_t nchars = 0; 2909 ptrdiff_t nchars = 0;
2906 2910
2907 while ((ch = READCHAR) >= 0 2911 while ((ch = READCHAR) >= 0
@@ -3033,7 +3037,7 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
3033 read_symbol: 3037 read_symbol:
3034 { 3038 {
3035 char *p = read_buffer; 3039 char *p = read_buffer;
3036 int quoted = 0; 3040 bool quoted = 0;
3037 EMACS_INT start_position = readchar_count - 1; 3041 EMACS_INT start_position = readchar_count - 1;
3038 3042
3039 { 3043 {
@@ -3250,17 +3254,17 @@ substitute_in_interval (INTERVAL interval, Lisp_Object arg)
3250/* Convert STRING to a number, assuming base BASE. Return a fixnum if CP has 3254/* Convert STRING to a number, assuming base BASE. Return a fixnum if CP has
3251 integer syntax and fits in a fixnum, else return the nearest float if CP has 3255 integer syntax and fits in a fixnum, else return the nearest float if CP has
3252 either floating point or integer syntax and BASE is 10, else return nil. If 3256 either floating point or integer syntax and BASE is 10, else return nil. If
3253 IGNORE_TRAILING is nonzero, consider just the longest prefix of CP that has 3257 IGNORE_TRAILING, consider just the longest prefix of CP that has
3254 valid floating point syntax. Signal an overflow if BASE is not 10 and the 3258 valid floating point syntax. Signal an overflow if BASE is not 10 and the
3255 number has integer syntax but does not fit. */ 3259 number has integer syntax but does not fit. */
3256 3260
3257Lisp_Object 3261Lisp_Object
3258string_to_number (char const *string, int base, int ignore_trailing) 3262string_to_number (char const *string, int base, bool ignore_trailing)
3259{ 3263{
3260 int state; 3264 int state;
3261 char const *cp = string; 3265 char const *cp = string;
3262 int leading_digit; 3266 int leading_digit;
3263 int float_syntax = 0; 3267 bool float_syntax = 0;
3264 double value = 0; 3268 double value = 0;
3265 3269
3266 /* Compute NaN and infinities using a variable, to cope with compilers that 3270 /* Compute NaN and infinities using a variable, to cope with compilers that
@@ -3270,9 +3274,9 @@ string_to_number (char const *string, int base, int ignore_trailing)
3270 /* Negate the value ourselves. This treats 0, NaNs, and infinity properly on 3274 /* Negate the value ourselves. This treats 0, NaNs, and infinity properly on
3271 IEEE floating point hosts, and works around a formerly-common bug where 3275 IEEE floating point hosts, and works around a formerly-common bug where
3272 atof ("-0.0") drops the sign. */ 3276 atof ("-0.0") drops the sign. */
3273 int negative = *cp == '-'; 3277 bool negative = *cp == '-';
3274 3278
3275 int signedp = negative || *cp == '+'; 3279 bool signedp = negative || *cp == '+';
3276 cp += signedp; 3280 cp += signedp;
3277 3281
3278 state = 0; 3282 state = 0;
@@ -3365,7 +3369,7 @@ string_to_number (char const *string, int base, int ignore_trailing)
3365 uintmax_t n; 3369 uintmax_t n;
3366 3370
3367 /* Fast special case for single-digit integers. This also avoids a 3371 /* Fast special case for single-digit integers. This also avoids a
3368 glitch when BASE is 16 and IGNORE_TRAILING is nonzero, because in that 3372 glitch when BASE is 16 and IGNORE_TRAILING, because in that
3369 case some versions of strtoumax accept numbers like "0x1" that Emacs 3373 case some versions of strtoumax accept numbers like "0x1" that Emacs
3370 does not allow. */ 3374 does not allow. */
3371 if (digit_to_number (string[signedp + 1], base) < 0) 3375 if (digit_to_number (string[signedp + 1], base) < 0)
@@ -3401,12 +3405,12 @@ string_to_number (char const *string, int base, int ignore_trailing)
3401 3405
3402 3406
3403static Lisp_Object 3407static Lisp_Object
3404read_vector (Lisp_Object readcharfun, int bytecodeflag) 3408read_vector (Lisp_Object readcharfun, bool bytecodeflag)
3405{ 3409{
3406 ptrdiff_t i, size; 3410 ptrdiff_t i, size;
3407 register Lisp_Object *ptr; 3411 Lisp_Object *ptr;
3408 register Lisp_Object tem, item, vector; 3412 Lisp_Object tem, item, vector;
3409 register struct Lisp_Cons *otem; 3413 struct Lisp_Cons *otem;
3410 Lisp_Object len; 3414 Lisp_Object len;
3411 3415
3412 tem = read_list (1, readcharfun); 3416 tem = read_list (1, readcharfun);
@@ -3478,13 +3482,13 @@ read_vector (Lisp_Object readcharfun, int bytecodeflag)
3478 return vector; 3482 return vector;
3479} 3483}
3480 3484
3481/* FLAG = 1 means check for ] to terminate rather than ) and . */ 3485/* FLAG means check for ] to terminate rather than ) and . */
3482 3486
3483static Lisp_Object 3487static Lisp_Object
3484read_list (int flag, register Lisp_Object readcharfun) 3488read_list (bool flag, Lisp_Object readcharfun)
3485{ 3489{
3486 Lisp_Object val, tail; 3490 Lisp_Object val, tail;
3487 register Lisp_Object elt, tem; 3491 Lisp_Object elt, tem;
3488 struct gcpro gcpro1, gcpro2; 3492 struct gcpro gcpro1, gcpro2;
3489 /* 0 is the normal case. 3493 /* 0 is the normal case.
3490 1 means this list is a doc reference; replace it with the number 0. 3494 1 means this list is a doc reference; replace it with the number 0.
@@ -3492,7 +3496,7 @@ read_list (int flag, register Lisp_Object readcharfun)
3492 int doc_reference = 0; 3496 int doc_reference = 0;
3493 3497
3494 /* Initialize this to 1 if we are reading a list. */ 3498 /* Initialize this to 1 if we are reading a list. */
3495 int first_in_list = flag <= 0; 3499 bool first_in_list = flag <= 0;
3496 3500
3497 val = Qnil; 3501 val = Qnil;
3498 tail = Qnil; 3502 tail = Qnil;
diff --git a/src/macros.c b/src/macros.c
index a507f12e343..632c851ee8c 100644
--- a/src/macros.c
+++ b/src/macros.c
@@ -84,7 +84,7 @@ macro before appending to it. */)
84 { 84 {
85 ptrdiff_t i; 85 ptrdiff_t i;
86 EMACS_INT len; 86 EMACS_INT len;
87 int cvt; 87 bool cvt;
88 88
89 /* Check the type of last-kbd-macro in case Lisp code changed it. */ 89 /* Check the type of last-kbd-macro in case Lisp code changed it. */
90 CHECK_VECTOR_OR_STRING (KVAR (current_kboard, Vlast_kbd_macro)); 90 CHECK_VECTOR_OR_STRING (KVAR (current_kboard, Vlast_kbd_macro));
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 40a075dbf3c..2acce9c123f 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -833,6 +833,7 @@ $(BLD)/fileio.$(O) : \
833 $(SRC)/blockinput.h \ 833 $(SRC)/blockinput.h \
834 $(SRC)/commands.h \ 834 $(SRC)/commands.h \
835 $(NT_INC)/pwd.h \ 835 $(NT_INC)/pwd.h \
836 $(NT_INC)/sys/file.h \
836 $(NT_INC)/sys/stat.h \ 837 $(NT_INC)/sys/stat.h \
837 $(NT_INC)/unistd.h \ 838 $(NT_INC)/unistd.h \
838 $(BUFFER_H) \ 839 $(BUFFER_H) \
@@ -1632,6 +1633,7 @@ $(BLD)/w32select.$(O) : \
1632 $(CHARSET_H) \ 1633 $(CHARSET_H) \
1633 $(CODING_H) \ 1634 $(CODING_H) \
1634 $(CONFIG_H) \ 1635 $(CONFIG_H) \
1636 $(KEYBOARD_H) \
1635 $(LISP_H) \ 1637 $(LISP_H) \
1636 $(W32TERM_H) 1638 $(W32TERM_H)
1637 1639
diff --git a/src/marker.c b/src/marker.c
index 2e2aba579db..69be4faec3a 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -91,7 +91,7 @@ clear_charpos_cache (struct buffer *b)
91#define CONSIDER(CHARPOS, BYTEPOS) \ 91#define CONSIDER(CHARPOS, BYTEPOS) \
92{ \ 92{ \
93 ptrdiff_t this_charpos = (CHARPOS); \ 93 ptrdiff_t this_charpos = (CHARPOS); \
94 int changed = 0; \ 94 bool changed = 0; \
95 \ 95 \
96 if (this_charpos == charpos) \ 96 if (this_charpos == charpos) \
97 { \ 97 { \
@@ -190,7 +190,7 @@ buf_charpos_to_bytepos (struct buffer *b, ptrdiff_t charpos)
190 190
191 if (charpos - best_below < best_above - charpos) 191 if (charpos - best_below < best_above - charpos)
192 { 192 {
193 int record = charpos - best_below > 5000; 193 bool record = charpos - best_below > 5000;
194 194
195 while (best_below != charpos) 195 while (best_below != charpos)
196 { 196 {
@@ -215,7 +215,7 @@ buf_charpos_to_bytepos (struct buffer *b, ptrdiff_t charpos)
215 } 215 }
216 else 216 else
217 { 217 {
218 int record = best_above - charpos > 5000; 218 bool record = best_above - charpos > 5000;
219 219
220 while (best_above != charpos) 220 while (best_above != charpos)
221 { 221 {
@@ -335,7 +335,7 @@ buf_bytepos_to_charpos (struct buffer *b, ptrdiff_t bytepos)
335 335
336 if (bytepos - best_below_byte < best_above_byte - bytepos) 336 if (bytepos - best_below_byte < best_above_byte - bytepos)
337 { 337 {
338 int record = bytepos - best_below_byte > 5000; 338 bool record = bytepos - best_below_byte > 5000;
339 339
340 while (best_below_byte < bytepos) 340 while (best_below_byte < bytepos)
341 { 341 {
@@ -362,7 +362,7 @@ buf_bytepos_to_charpos (struct buffer *b, ptrdiff_t bytepos)
362 } 362 }
363 else 363 else
364 { 364 {
365 int record = best_above_byte - bytepos > 5000; 365 bool record = best_above_byte - bytepos > 5000;
366 366
367 while (best_above_byte > bytepos) 367 while (best_above_byte > bytepos)
368 { 368 {
@@ -479,10 +479,10 @@ live_buffer (Lisp_Object buffer)
479 479
480static Lisp_Object 480static Lisp_Object
481set_marker_internal (Lisp_Object marker, Lisp_Object position, 481set_marker_internal (Lisp_Object marker, Lisp_Object position,
482 Lisp_Object buffer, int restricted) 482 Lisp_Object buffer, bool restricted)
483{ 483{
484 register struct Lisp_Marker *m; 484 struct Lisp_Marker *m;
485 register struct buffer *b = live_buffer (buffer); 485 struct buffer *b = live_buffer (buffer);
486 486
487 CHECK_MARKER (marker); 487 CHECK_MARKER (marker);
488 m = XMARKER (marker); 488 m = XMARKER (marker);
diff --git a/src/menu.c b/src/menu.c
index 6e052dc65a9..7cc110ce7e2 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -519,14 +519,15 @@ list_of_panes (Lisp_Object menu)
519/* Set up data in menu_items for a menu bar item 519/* Set up data in menu_items for a menu bar item
520 whose event type is ITEM_KEY (with string ITEM_NAME) 520 whose event type is ITEM_KEY (with string ITEM_NAME)
521 and whose contents come from the list of keymaps MAPS. */ 521 and whose contents come from the list of keymaps MAPS. */
522int 522bool
523parse_single_submenu (Lisp_Object item_key, Lisp_Object item_name, Lisp_Object maps) 523parse_single_submenu (Lisp_Object item_key, Lisp_Object item_name,
524 Lisp_Object maps)
524{ 525{
525 Lisp_Object length; 526 Lisp_Object length;
526 EMACS_INT len; 527 EMACS_INT len;
527 Lisp_Object *mapvec; 528 Lisp_Object *mapvec;
528 ptrdiff_t i; 529 ptrdiff_t i;
529 int top_level_items = 0; 530 bool top_level_items = 0;
530 USE_SAFE_ALLOCA; 531 USE_SAFE_ALLOCA;
531 532
532 length = Flength (maps); 533 length = Flength (maps);
@@ -616,13 +617,13 @@ free_menubar_widget_value_tree (widget_value *wv)
616 in menu_items starting at index START, up to index END. */ 617 in menu_items starting at index START, up to index END. */
617 618
618widget_value * 619widget_value *
619digest_single_submenu (int start, int end, int top_level_items) 620digest_single_submenu (int start, int end, bool top_level_items)
620{ 621{
621 widget_value *wv, *prev_wv, *save_wv, *first_wv; 622 widget_value *wv, *prev_wv, *save_wv, *first_wv;
622 int i; 623 int i;
623 int submenu_depth = 0; 624 int submenu_depth = 0;
624 widget_value **submenu_stack; 625 widget_value **submenu_stack;
625 int panes_seen = 0; 626 bool panes_seen = 0;
626 627
627 submenu_stack = alloca (menu_items_used * sizeof *submenu_stack); 628 submenu_stack = alloca (menu_items_used * sizeof *submenu_stack);
628 wv = xmalloc_widget_value (); 629 wv = xmalloc_widget_value ();
@@ -668,7 +669,7 @@ digest_single_submenu (int start, int end, int top_level_items)
668 Lisp_Object pane_name; 669 Lisp_Object pane_name;
669 const char *pane_string; 670 const char *pane_string;
670 671
671 panes_seen++; 672 panes_seen = 1;
672 673
673 pane_name = AREF (menu_items, i + MENU_ITEMS_PANE_NAME); 674 pane_name = AREF (menu_items, i + MENU_ITEMS_PANE_NAME);
674 675
@@ -735,7 +736,7 @@ digest_single_submenu (int start, int end, int top_level_items)
735 Lisp_Object help; 736 Lisp_Object help;
736 737
737 /* All items should be contained in panes. */ 738 /* All items should be contained in panes. */
738 if (panes_seen == 0) 739 if (! panes_seen)
739 emacs_abort (); 740 emacs_abort ();
740 741
741 item_name = AREF (menu_items, i + MENU_ITEMS_ITEM_NAME); 742 item_name = AREF (menu_items, i + MENU_ITEMS_ITEM_NAME);
@@ -957,9 +958,9 @@ find_and_call_menu_selection (FRAME_PTR f, int menu_bar_items_used, Lisp_Object
957 958
958#ifdef HAVE_NS 959#ifdef HAVE_NS
959/* As above, but return the menu selection instead of storing in kb buffer. 960/* As above, but return the menu selection instead of storing in kb buffer.
960 If keymaps==1, return full prefixes to selection. */ 961 If KEYMAPS, return full prefixes to selection. */
961Lisp_Object 962Lisp_Object
962find_and_return_menu_selection (FRAME_PTR f, int keymaps, void *client_data) 963find_and_return_menu_selection (FRAME_PTR f, bool keymaps, void *client_data)
963{ 964{
964 Lisp_Object prefix, entry; 965 Lisp_Object prefix, entry;
965 int i; 966 int i;
@@ -999,7 +1000,7 @@ find_and_return_menu_selection (FRAME_PTR f, int keymaps, void *client_data)
999 = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE); 1000 = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE);
1000 if (aref_addr (menu_items, i) == client_data) 1001 if (aref_addr (menu_items, i) == client_data)
1001 { 1002 {
1002 if (keymaps != 0) 1003 if (keymaps)
1003 { 1004 {
1004 int j; 1005 int j;
1005 1006
@@ -1071,8 +1072,8 @@ no quit occurs and `x-popup-menu' returns nil. */)
1071 Lisp_Object selection = Qnil; 1072 Lisp_Object selection = Qnil;
1072 FRAME_PTR f = NULL; 1073 FRAME_PTR f = NULL;
1073 Lisp_Object x, y, window; 1074 Lisp_Object x, y, window;
1074 int keymaps = 0; 1075 bool keymaps = 0;
1075 int for_click = 0; 1076 bool for_click = 0;
1076 ptrdiff_t specpdl_count = SPECPDL_INDEX (); 1077 ptrdiff_t specpdl_count = SPECPDL_INDEX ();
1077 struct gcpro gcpro1; 1078 struct gcpro gcpro1;
1078 1079
@@ -1083,7 +1084,7 @@ no quit occurs and `x-popup-menu' returns nil. */)
1083 1084
1084#ifdef HAVE_MENUS 1085#ifdef HAVE_MENUS
1085 { 1086 {
1086 int get_current_pos_p = 0; 1087 bool get_current_pos_p = 0;
1087 /* FIXME!! check_w32 (); or check_x (); or check_ns (); */ 1088 /* FIXME!! check_w32 (); or check_x (); or check_ns (); */
1088 1089
1089 /* Decode the first argument: find the window and the coordinates. */ 1090 /* Decode the first argument: find the window and the coordinates. */
diff --git a/src/menu.h b/src/menu.h
index 3406928a8d5..67934c42d76 100644
--- a/src/menu.h
+++ b/src/menu.h
@@ -29,7 +29,7 @@ extern void init_menu_items (void);
29extern void finish_menu_items (void) ATTRIBUTE_CONST; 29extern void finish_menu_items (void) ATTRIBUTE_CONST;
30extern void discard_menu_items (void); 30extern void discard_menu_items (void);
31extern void save_menu_items (void); 31extern void save_menu_items (void);
32extern int parse_single_submenu (Lisp_Object, Lisp_Object, Lisp_Object); 32extern bool parse_single_submenu (Lisp_Object, Lisp_Object, Lisp_Object);
33extern void list_of_panes (Lisp_Object); 33extern void list_of_panes (Lisp_Object);
34#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI) \ 34#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI) \
35 || defined (HAVE_NS) 35 || defined (HAVE_NS)
@@ -38,7 +38,7 @@ extern void update_submenu_strings (widget_value *);
38extern void find_and_call_menu_selection (FRAME_PTR, int, 38extern void find_and_call_menu_selection (FRAME_PTR, int,
39 Lisp_Object, void *); 39 Lisp_Object, void *);
40extern widget_value *xmalloc_widget_value (void); 40extern widget_value *xmalloc_widget_value (void);
41extern widget_value *digest_single_submenu (int, int, int); 41extern widget_value *digest_single_submenu (int, int, bool);
42#endif 42#endif
43 43
44#ifdef HAVE_X_WINDOWS 44#ifdef HAVE_X_WINDOWS
@@ -47,8 +47,8 @@ extern void mouse_position_for_popup (FRAME_PTR f, int *x, int *y);
47 47
48extern Lisp_Object w32_menu_show (FRAME_PTR, int, int, int, int, 48extern Lisp_Object w32_menu_show (FRAME_PTR, int, int, int, int,
49 Lisp_Object, const char **); 49 Lisp_Object, const char **);
50extern Lisp_Object ns_menu_show (FRAME_PTR, int, int, int, int, 50extern Lisp_Object ns_menu_show (FRAME_PTR, int, int, bool, bool,
51 Lisp_Object, const char **); 51 Lisp_Object, const char **);
52extern Lisp_Object xmenu_show (FRAME_PTR, int, int, int, int, 52extern Lisp_Object xmenu_show (FRAME_PTR, int, int, bool, bool,
53 Lisp_Object, const char **, Time); 53 Lisp_Object, const char **, Time);
54#endif /* MENU_H */ 54#endif /* MENU_H */
diff --git a/src/minibuf.c b/src/minibuf.c
index dd4ca34c3fb..2cc89e75680 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -173,17 +173,6 @@ without invoking the usual minibuffer commands. */)
173 173
174static Lisp_Object read_minibuf_unwind (Lisp_Object); 174static Lisp_Object read_minibuf_unwind (Lisp_Object);
175static Lisp_Object run_exit_minibuf_hook (Lisp_Object); 175static Lisp_Object run_exit_minibuf_hook (Lisp_Object);
176static Lisp_Object read_minibuf (Lisp_Object, Lisp_Object,
177 Lisp_Object,
178 int, Lisp_Object,
179 Lisp_Object, Lisp_Object,
180 int, int);
181static Lisp_Object read_minibuf_noninteractive (Lisp_Object, Lisp_Object,
182 Lisp_Object, Lisp_Object,
183 int, Lisp_Object,
184 Lisp_Object, Lisp_Object,
185 int, int);
186static Lisp_Object string_to_object (Lisp_Object, Lisp_Object);
187 176
188 177
189/* Read a Lisp object from VAL and return it. If VAL is an empty 178/* Read a Lisp object from VAL and return it. If VAL is an empty
@@ -233,10 +222,10 @@ string_to_object (Lisp_Object val, Lisp_Object defalt)
233static Lisp_Object 222static Lisp_Object
234read_minibuf_noninteractive (Lisp_Object map, Lisp_Object initial, 223read_minibuf_noninteractive (Lisp_Object map, Lisp_Object initial,
235 Lisp_Object prompt, Lisp_Object backup_n, 224 Lisp_Object prompt, Lisp_Object backup_n,
236 int expflag, 225 bool expflag,
237 Lisp_Object histvar, Lisp_Object histpos, 226 Lisp_Object histvar, Lisp_Object histpos,
238 Lisp_Object defalt, 227 Lisp_Object defalt,
239 int allow_props, int inherit_input_method) 228 bool allow_props, bool inherit_input_method)
240{ 229{
241 ptrdiff_t size, len; 230 ptrdiff_t size, len;
242 char *line; 231 char *line;
@@ -376,23 +365,23 @@ If the current buffer is not a minibuffer, return its entire contents. */)
376 beginning of INITIAL if N <= 0. 365 beginning of INITIAL if N <= 0.
377 366
378 Normally return the result as a string (the text that was read), 367 Normally return the result as a string (the text that was read),
379 but if EXPFLAG is nonzero, read it and return the object read. 368 but if EXPFLAG, read it and return the object read.
380 If HISTVAR is given, save the value read on that history only if it doesn't 369 If HISTVAR is given, save the value read on that history only if it doesn't
381 match the front of that history list exactly. The value is pushed onto 370 match the front of that history list exactly. The value is pushed onto
382 the list as the string that was read. 371 the list as the string that was read.
383 372
384 DEFALT specifies the default value for the sake of history commands. 373 DEFALT specifies the default value for the sake of history commands.
385 374
386 If ALLOW_PROPS is nonzero, we do not throw away text properties. 375 If ALLOW_PROPS, do not throw away text properties.
387 376
388 if INHERIT_INPUT_METHOD is nonzero, the minibuffer inherits the 377 if INHERIT_INPUT_METHOD, the minibuffer inherits the
389 current input method. */ 378 current input method. */
390 379
391static Lisp_Object 380static Lisp_Object
392read_minibuf (Lisp_Object map, Lisp_Object initial, Lisp_Object prompt, 381read_minibuf (Lisp_Object map, Lisp_Object initial, Lisp_Object prompt,
393 int expflag, 382 bool expflag,
394 Lisp_Object histvar, Lisp_Object histpos, Lisp_Object defalt, 383 Lisp_Object histvar, Lisp_Object histpos, Lisp_Object defalt,
395 int allow_props, int inherit_input_method) 384 bool allow_props, bool inherit_input_method)
396{ 385{
397 Lisp_Object val; 386 Lisp_Object val;
398 ptrdiff_t count = SPECPDL_INDEX (); 387 ptrdiff_t count = SPECPDL_INDEX ();
@@ -1447,7 +1436,7 @@ is used to further constrain the set of candidates. */)
1447 if (bestmatchsize != SCHARS (eltstring) 1436 if (bestmatchsize != SCHARS (eltstring)
1448 || bestmatchsize != matchsize) 1437 || bestmatchsize != matchsize)
1449 /* Don't count the same string multiple times. */ 1438 /* Don't count the same string multiple times. */
1450 matchcount++; 1439 matchcount += matchcount <= 1;
1451 bestmatchsize = matchsize; 1440 bestmatchsize = matchsize;
1452 if (matchsize <= SCHARS (string) 1441 if (matchsize <= SCHARS (string)
1453 /* If completion-ignore-case is non-nil, don't 1442 /* If completion-ignore-case is non-nil, don't
diff --git a/src/nsfont.m b/src/nsfont.m
index a820b60ac58..7c9f05aa0bb 100644
--- a/src/nsfont.m
+++ b/src/nsfont.m
@@ -729,16 +729,6 @@ nsfont_open (FRAME_PTR f, Lisp_Object font_entity, int pixel_size)
729 NSRect brect; 729 NSRect brect;
730 Lisp_Object font_object; 730 Lisp_Object font_object;
731 int fixLeopardBug; 731 int fixLeopardBug;
732 static NSMutableDictionary *fontCache = nil;
733 NSNumber *cached;
734
735 /* 2008/03/08: The same font may end up being requested for different
736 entities, due to small differences in numeric values or other issues,
737 or for different copies of the same entity. Therefore we cache to
738 avoid creating multiple struct font objects (with metrics cache, etc.)
739 for the same NSFont object. */
740 if (fontCache == nil)
741 fontCache = [[NSMutableDictionary alloc] init];
742 732
743 if (NSFONT_TRACE) 733 if (NSFONT_TRACE)
744 { 734 {
@@ -794,28 +784,8 @@ nsfont_open (FRAME_PTR f, Lisp_Object font_entity, int pixel_size)
794 if (NSFONT_TRACE) 784 if (NSFONT_TRACE)
795 NSLog (@"%@\n", nsfont); 785 NSLog (@"%@\n", nsfont);
796 786
797 /* Check the cache */ 787 font_object = font_make_object (VECSIZE (struct nsfont_info),
798 cached = [fontCache objectForKey: nsfont]; 788 font_entity, pixel_size);
799 if (cached != nil && !synthItal)
800 {
801 if (NSFONT_TRACE)
802 fprintf(stderr, "*** nsfont_open CACHE HIT!\n");
803 XHASH (font_object) = [cached unsignedLongLongValue];
804 return font_object;
805 }
806 else
807 {
808 font_object = font_make_object (VECSIZE (struct nsfont_info),
809 font_entity, pixel_size);
810 if (!synthItal)
811 {
812 [fontCache setObject: [NSNumber
813 numberWithUnsignedLongLong:
814 (unsigned long long) XHASH (font_object)]
815 forKey: nsfont];
816 }
817 }
818
819 font_info = (struct nsfont_info *) XFONT_OBJECT (font_object); 789 font_info = (struct nsfont_info *) XFONT_OBJECT (font_object);
820 font = (struct font *) font_info; 790 font = (struct font *) font_info;
821 if (!font) 791 if (!font)
diff --git a/src/nsmenu.m b/src/nsmenu.m
index a5983c70cdb..d0ea8f5a47a 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -181,7 +181,8 @@ ns_update_menubar (struct frame *f, bool deep_p, EmacsMenu *submenu)
181 /* Fully parse one or more of the submenus. */ 181 /* Fully parse one or more of the submenus. */
182 int n = 0; 182 int n = 0;
183 int *submenu_start, *submenu_end; 183 int *submenu_start, *submenu_end;
184 int *submenu_top_level_items, *submenu_n_panes; 184 bool *submenu_top_level_items;
185 int *submenu_n_panes;
185 struct buffer *prev = current_buffer; 186 struct buffer *prev = current_buffer;
186 Lisp_Object buffer; 187 Lisp_Object buffer;
187 ptrdiff_t specpdl_count = SPECPDL_INDEX (); 188 ptrdiff_t specpdl_count = SPECPDL_INDEX ();
@@ -740,7 +741,7 @@ extern NSString *NSMenuDidBeginTrackingNotification;
740 741
741/* run a menu in popup mode */ 742/* run a menu in popup mode */
742- (Lisp_Object)runMenuAt: (NSPoint)p forFrame: (struct frame *)f 743- (Lisp_Object)runMenuAt: (NSPoint)p forFrame: (struct frame *)f
743 keymaps: (int)keymaps 744 keymaps: (bool)keymaps
744{ 745{
745 EmacsView *view = FRAME_NS_VIEW (f); 746 EmacsView *view = FRAME_NS_VIEW (f);
746 NSEvent *e, *event; 747 NSEvent *e, *event;
@@ -779,7 +780,7 @@ extern NSString *NSMenuDidBeginTrackingNotification;
779 ========================================================================== */ 780 ========================================================================== */
780 781
781Lisp_Object 782Lisp_Object
782ns_menu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, 783ns_menu_show (FRAME_PTR f, int x, int y, bool for_click, bool keymaps,
783 Lisp_Object title, const char **error) 784 Lisp_Object title, const char **error)
784{ 785{
785 EmacsMenu *pmenu; 786 EmacsMenu *pmenu;
@@ -801,7 +802,7 @@ ns_menu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps,
801 802
802#if 0 803#if 0
803 /* FIXME: a couple of one-line differences prevent reuse */ 804 /* FIXME: a couple of one-line differences prevent reuse */
804 wv = digest_single_submenu (0, menu_items_used, Qnil); 805 wv = digest_single_submenu (0, menu_items_used, 0);
805#else 806#else
806 { 807 {
807 widget_value *save_wv = 0, *prev_wv = 0; 808 widget_value *save_wv = 0, *prev_wv = 0;
diff --git a/src/nsterm.h b/src/nsterm.h
index 958d1ce7853..2e868b86caf 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -161,7 +161,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
161- (EmacsMenu *)addSubmenuWithTitle: (const char *)title forFrame: (struct frame *)f; 161- (EmacsMenu *)addSubmenuWithTitle: (const char *)title forFrame: (struct frame *)f;
162- (void) clear; 162- (void) clear;
163- (Lisp_Object)runMenuAt: (NSPoint)p forFrame: (struct frame *)f 163- (Lisp_Object)runMenuAt: (NSPoint)p forFrame: (struct frame *)f
164 keymaps: (int)keymaps; 164 keymaps: (bool)keymaps;
165@end 165@end
166 166
167 167
@@ -792,7 +792,7 @@ extern void free_frame_tool_bar (FRAME_PTR f);
792extern void find_and_call_menu_selection (FRAME_PTR f, 792extern void find_and_call_menu_selection (FRAME_PTR f,
793 int menu_bar_items_used, Lisp_Object vector, void *client_data); 793 int menu_bar_items_used, Lisp_Object vector, void *client_data);
794extern Lisp_Object find_and_return_menu_selection (FRAME_PTR f, 794extern Lisp_Object find_and_return_menu_selection (FRAME_PTR f,
795 int keymaps, 795 bool keymaps,
796 void *client_data); 796 void *client_data);
797extern Lisp_Object ns_popup_dialog (Lisp_Object position, Lisp_Object contents, 797extern Lisp_Object ns_popup_dialog (Lisp_Object position, Lisp_Object contents,
798 Lisp_Object header); 798 Lisp_Object header);
diff --git a/src/nsterm.m b/src/nsterm.m
index 1d935fc76de..98dd0a8aab1 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -208,6 +208,13 @@ static NSMutableArray *ns_pending_files, *ns_pending_service_names,
208 *ns_pending_service_args; 208 *ns_pending_service_args;
209static BOOL ns_do_open_file = NO; 209static BOOL ns_do_open_file = NO;
210 210
211static struct {
212 struct input_event *q;
213 int nr, cap;
214} hold_event_q = {
215 NULL, 0, 0
216};
217
211/* Convert modifiers in a NeXTstep event to emacs style modifiers. */ 218/* Convert modifiers in a NeXTstep event to emacs style modifiers. */
212#define NS_FUNCTION_KEY_MASK 0x800000 219#define NS_FUNCTION_KEY_MASK 0x800000
213#define NSLeftControlKeyMask (0x000001 | NSControlKeyMask) 220#define NSLeftControlKeyMask (0x000001 | NSControlKeyMask)
@@ -273,7 +280,7 @@ static BOOL ns_do_open_file = NO;
273 kbd_buffer_store_event_hold (emacs_event, q_event_ptr); \ 280 kbd_buffer_store_event_hold (emacs_event, q_event_ptr); \
274 } \ 281 } \
275 else \ 282 else \
276 kbd_buffer_store_event (emacs_event); \ 283 hold_event (emacs_event); \
277 EVENT_INIT (*emacs_event); \ 284 EVENT_INIT (*emacs_event); \
278 ns_send_appdefined (-1); \ 285 ns_send_appdefined (-1); \
279 } 286 }
@@ -292,6 +299,19 @@ void x_set_frame_alpha (struct frame *f);
292 299
293 ========================================================================== */ 300 ========================================================================== */
294 301
302static void
303hold_event (struct input_event *event)
304{
305 if (hold_event_q.nr == hold_event_q.cap)
306 {
307 if (hold_event_q.cap == 0) hold_event_q.cap = 10;
308 else hold_event_q.cap *= 2;
309 hold_event_q.q = (struct input_event *)
310 xrealloc (hold_event_q.q, hold_event_q.cap * sizeof (*hold_event_q.q));
311 }
312
313 hold_event_q.q[hold_event_q.nr++] = *event;
314}
295 315
296static Lisp_Object 316static Lisp_Object
297append2 (Lisp_Object list, Lisp_Object item) 317append2 (Lisp_Object list, Lisp_Object item)
@@ -3348,6 +3368,15 @@ ns_read_socket (struct terminal *terminal, struct input_event *hold_quit)
3348 if ([NSApp modalWindow] != nil) 3368 if ([NSApp modalWindow] != nil)
3349 return -1; 3369 return -1;
3350 3370
3371 if (hold_event_q.nr > 0)
3372 {
3373 int i;
3374 for (i = 0; i < hold_event_q.nr; ++i)
3375 kbd_buffer_store_event_hold (&hold_event_q.q[i], hold_quit);
3376 hold_event_q.nr = 0;
3377 return i;
3378 }
3379
3351 block_input (); 3380 block_input ();
3352 n_emacs_events_pending = 0; 3381 n_emacs_events_pending = 0;
3353 EVENT_INIT (ev); 3382 EVENT_INIT (ev);
@@ -6645,6 +6674,12 @@ not_in_argv (NSString *arg)
6645 [self setFloatValue: pos knobProportion: por]; 6674 [self setFloatValue: pos knobProportion: por];
6646#endif 6675#endif
6647 } 6676 }
6677
6678 /* Events may come here even if the event loop is not running.
6679 If we don't enter the event loop, the scroll bar will not update.
6680 So send SIGIO to ourselves. */
6681 if (apploopnr == 0) kill (0, SIGIO);
6682
6648 return self; 6683 return self;
6649} 6684}
6650 6685
@@ -6685,7 +6720,7 @@ not_in_argv (NSString *arg)
6685 kbd_buffer_store_event_hold (emacs_event, q_event_ptr); 6720 kbd_buffer_store_event_hold (emacs_event, q_event_ptr);
6686 } 6721 }
6687 else 6722 else
6688 kbd_buffer_store_event (emacs_event); 6723 hold_event (emacs_event);
6689 EVENT_INIT (*emacs_event); 6724 EVENT_INIT (*emacs_event);
6690 ns_send_appdefined (-1); 6725 ns_send_appdefined (-1);
6691} 6726}
diff --git a/src/process.c b/src/process.c
index 2cbce9d28ea..d45a2c6e8e0 100644
--- a/src/process.c
+++ b/src/process.c
@@ -646,23 +646,6 @@ allocate_pty (void)
646 PTY_OPEN; 646 PTY_OPEN;
647#else /* no PTY_OPEN */ 647#else /* no PTY_OPEN */
648 { 648 {
649 { /* Some systems name their pseudoterminals so that there are gaps in
650 the usual sequence - for example, on HP9000/S700 systems, there
651 are no pseudoterminals with names ending in 'f'. So we wait for
652 three failures in a row before deciding that we've reached the
653 end of the ptys. */
654 int failed_count = 0;
655 struct stat stb;
656
657 if (stat (pty_name, &stb) < 0)
658 {
659 failed_count++;
660 if (failed_count >= 3)
661 return -1;
662 }
663 else
664 failed_count = 0;
665 }
666# ifdef O_NONBLOCK 649# ifdef O_NONBLOCK
667 fd = emacs_open (pty_name, O_RDWR | O_NONBLOCK, 0); 650 fd = emacs_open (pty_name, O_RDWR | O_NONBLOCK, 0);
668# else 651# else
diff --git a/src/w32.c b/src/w32.c
index b50cd13517d..babbcc6df9f 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -1612,7 +1612,6 @@ init_environment (char ** argv)
1612 LPBYTE lpval; 1612 LPBYTE lpval;
1613 DWORD dwType; 1613 DWORD dwType;
1614 char locale_name[32]; 1614 char locale_name[32];
1615 struct stat ignored;
1616 char default_home[MAX_PATH]; 1615 char default_home[MAX_PATH];
1617 int appdata = 0; 1616 int appdata = 0;
1618 1617
@@ -1653,7 +1652,7 @@ init_environment (char ** argv)
1653 /* For backwards compatibility, check if a .emacs file exists in C:/ 1652 /* For backwards compatibility, check if a .emacs file exists in C:/
1654 If not, then we can try to default to the appdata directory under the 1653 If not, then we can try to default to the appdata directory under the
1655 user's profile, which is more likely to be writable. */ 1654 user's profile, which is more likely to be writable. */
1656 if (stat ("C:/.emacs", &ignored) < 0) 1655 if (!check_existing ("C:/.emacs"))
1657 { 1656 {
1658 HRESULT profile_result; 1657 HRESULT profile_result;
1659 /* Dynamically load ShGetFolderPath, as it won't exist on versions 1658 /* Dynamically load ShGetFolderPath, as it won't exist on versions
diff --git a/src/w32fns.c b/src/w32fns.c
index 28a689ddc6c..c5e4be4ffc9 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -2333,7 +2333,9 @@ w32_name_of_message (UINT msg)
2333} 2333}
2334#endif /* EMACSDEBUG */ 2334#endif /* EMACSDEBUG */
2335 2335
2336/* Here's an overview of how Emacs input works on MS-Windows. 2336/* Here's an overview of how Emacs input works in GUI sessions on
2337 MS-Windows. (For description of non-GUI input, see the commentary
2338 before w32_console_read_socket in w32inevt.c.)
2337 2339
2338 System messages are read and processed by w32_msg_pump below. This 2340 System messages are read and processed by w32_msg_pump below. This
2339 function runs in a separate thread. It handles a small number of 2341 function runs in a separate thread. It handles a small number of
diff --git a/src/w32inevt.c b/src/w32inevt.c
index c322d3a0b44..899a6fb89bf 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -576,6 +576,38 @@ maybe_generate_resize_event (void)
576 0, 0, 0); 576 0, 0, 0);
577} 577}
578 578
579/* Here's an overview of how Emacs input works in non-GUI sessions on
580 MS-Windows. (For description of the GUI input, see the commentary
581 before w32_msg_pump in w32fns.c.)
582
583 When Emacs is idle, it loops inside wait_reading_process_output,
584 calling pselect periodically to check whether any input is
585 available. On Windows, pselect is redirected to sys_select, which
586 uses MsgWaitForMultipleObjects to wait for input, either from the
587 keyboard or from any of the Emacs subprocesses. In addition,
588 MsgWaitForMultipleObjects wakes up when some Windows message is
589 posted to the input queue of the Emacs's main thread (which is the
590 thread in which sys_select runs).
591
592 When the Emacs's console window has focus, Windows sends input
593 events that originate from the keyboard or the mouse; these events
594 wake up MsgWaitForMultipleObjects, which reports that input is
595 available. Emacs then calls w32_console_read_socket, below, to
596 read the input. w32_console_read_socket uses
597 GetNumberOfConsoleInputEvents and ReadConsoleInput to peek at and
598 read the console input events.
599
600 One type of non-keyboard input event that gets reported as input
601 available is due to the Emacs's console window receiving focus.
602 When that happens, Emacs gets the FOCUS_EVENT event and sys_select
603 reports some input; however, w32_console_read_socket ignores such
604 events when called to read them.
605
606 Note that any other Windows message sent to the main thread will
607 also wake up MsgWaitForMultipleObjects. These messages get
608 immediately dispatched to their destinations by calling
609 drain_message_queue. */
610
579int 611int
580w32_console_read_socket (struct terminal *terminal, 612w32_console_read_socket (struct terminal *terminal,
581 struct input_event *hold_quit) 613 struct input_event *hold_quit)
diff --git a/src/xmenu.c b/src/xmenu.c
index 96a1ae87fdc..01d932cf8d8 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -111,7 +111,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
111static Lisp_Object Qdebug_on_next_call; 111static Lisp_Object Qdebug_on_next_call;
112 112
113#if defined (USE_X_TOOLKIT) || defined (USE_GTK) 113#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
114static Lisp_Object xdialog_show (FRAME_PTR, int, Lisp_Object, Lisp_Object, 114static Lisp_Object xdialog_show (FRAME_PTR, bool, Lisp_Object, Lisp_Object,
115 const char **); 115 const char **);
116#endif 116#endif
117 117
@@ -930,7 +930,8 @@ set_frame_menubar (FRAME_PTR f, bool first_time, bool deep_p)
930 widget_value *wv, *first_wv, *prev_wv = 0; 930 widget_value *wv, *first_wv, *prev_wv = 0;
931 int i; 931 int i;
932 int *submenu_start, *submenu_end; 932 int *submenu_start, *submenu_end;
933 int *submenu_top_level_items, *submenu_n_panes; 933 bool *submenu_top_level_items;
934 int *submenu_n_panes;
934 935
935 if (! FRAME_X_P (f)) 936 if (! FRAME_X_P (f))
936 emacs_abort (); 937 emacs_abort ();
@@ -1346,8 +1347,8 @@ free_frame_menubar (FRAME_PTR f)
1346/* F is the frame the menu is for. 1347/* F is the frame the menu is for.
1347 X and Y are the frame-relative specified position, 1348 X and Y are the frame-relative specified position,
1348 relative to the inside upper left corner of the frame F. 1349 relative to the inside upper left corner of the frame F.
1349 FOR_CLICK is nonzero if this menu was invoked for a mouse click. 1350 FOR_CLICK is true if this menu was invoked for a mouse click.
1350 KEYMAPS is 1 if this menu was specified with keymaps; 1351 KEYMAPS is true if this menu was specified with keymaps;
1351 in that case, we return a list containing the chosen item's value 1352 in that case, we return a list containing the chosen item's value
1352 and perhaps also the pane's prefix. 1353 and perhaps also the pane's prefix.
1353 TITLE is the specified menu title. 1354 TITLE is the specified menu title.
@@ -1427,14 +1428,14 @@ pop_down_menu (Lisp_Object arg)
1427 menu_item_selection will be set to the selection. */ 1428 menu_item_selection will be set to the selection. */
1428static void 1429static void
1429create_and_show_popup_menu (FRAME_PTR f, widget_value *first_wv, int x, int y, 1430create_and_show_popup_menu (FRAME_PTR f, widget_value *first_wv, int x, int y,
1430 int for_click, Time timestamp) 1431 bool for_click, Time timestamp)
1431{ 1432{
1432 int i; 1433 int i;
1433 GtkWidget *menu; 1434 GtkWidget *menu;
1434 GtkMenuPositionFunc pos_func = 0; /* Pop up at pointer. */ 1435 GtkMenuPositionFunc pos_func = 0; /* Pop up at pointer. */
1435 struct next_popup_x_y popup_x_y; 1436 struct next_popup_x_y popup_x_y;
1436 ptrdiff_t specpdl_count = SPECPDL_INDEX (); 1437 ptrdiff_t specpdl_count = SPECPDL_INDEX ();
1437 int use_pos_func = ! for_click; 1438 bool use_pos_func = ! for_click;
1438 1439
1439#ifdef HAVE_GTK3 1440#ifdef HAVE_GTK3
1440 /* Always use position function for Gtk3. Otherwise menus may become 1441 /* Always use position function for Gtk3. Otherwise menus may become
@@ -1539,7 +1540,7 @@ pop_down_menu (Lisp_Object arg)
1539 menu_item_selection will be set to the selection. */ 1540 menu_item_selection will be set to the selection. */
1540static void 1541static void
1541create_and_show_popup_menu (FRAME_PTR f, widget_value *first_wv, 1542create_and_show_popup_menu (FRAME_PTR f, widget_value *first_wv,
1542 int x, int y, int for_click, Time timestamp) 1543 int x, int y, bool for_click, Time timestamp)
1543{ 1544{
1544 int i; 1545 int i;
1545 Arg av[2]; 1546 Arg av[2];
@@ -1623,7 +1624,7 @@ cleanup_widget_value_tree (Lisp_Object arg)
1623} 1624}
1624 1625
1625Lisp_Object 1626Lisp_Object
1626xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, 1627xmenu_show (FRAME_PTR f, int x, int y, bool for_click, bool keymaps,
1627 Lisp_Object title, const char **error_name, Time timestamp) 1628 Lisp_Object title, const char **error_name, Time timestamp)
1628{ 1629{
1629 int i; 1630 int i;
@@ -1878,7 +1879,7 @@ xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps,
1878 = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE); 1879 = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE);
1879 if (menu_item_selection == aref_addr (menu_items, i)) 1880 if (menu_item_selection == aref_addr (menu_items, i))
1880 { 1881 {
1881 if (keymaps != 0) 1882 if (keymaps)
1882 { 1883 {
1883 int j; 1884 int j;
1884 1885
@@ -2011,7 +2012,7 @@ static const char * button_names [] = {
2011 2012
2012static Lisp_Object 2013static Lisp_Object
2013xdialog_show (FRAME_PTR f, 2014xdialog_show (FRAME_PTR f,
2014 int keymaps, 2015 bool keymaps,
2015 Lisp_Object title, 2016 Lisp_Object title,
2016 Lisp_Object header, 2017 Lisp_Object header,
2017 const char **error_name) 2018 const char **error_name)
@@ -2277,7 +2278,7 @@ pop_down_menu (Lisp_Object arg)
2277 2278
2278 2279
2279Lisp_Object 2280Lisp_Object
2280xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, 2281xmenu_show (FRAME_PTR f, int x, int y, bool for_click, bool keymaps,
2281 Lisp_Object title, const char **error_name, Time timestamp) 2282 Lisp_Object title, const char **error_name, Time timestamp)
2282{ 2283{
2283 Window root; 2284 Window root;
@@ -2528,7 +2529,7 @@ xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps,
2528 { 2529 {
2529 entry 2530 entry
2530 = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE); 2531 = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE);
2531 if (keymaps != 0) 2532 if (keymaps)
2532 { 2533 {
2533 entry = Fcons (entry, Qnil); 2534 entry = Fcons (entry, Qnil);
2534 if (!NILP (pane_prefix)) 2535 if (!NILP (pane_prefix))
diff --git a/test/ChangeLog b/test/ChangeLog
index a7e22aa9ae1..72b44747bac 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
12012-10-14 Eli Zaretskii <eliz@gnu.org>
2
3 * automated/compile-tests.el (compile-tests--test-regexps-data):
4 Add new data for msft's new format.
5
12012-09-08 Dmitry Gutov <dgutov@yandex.ru> 62012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2 7
3 * automated/ruby-mode-tests.el: 8 * automated/ruby-mode-tests.el:
diff --git a/test/automated/compile-tests.el b/test/automated/compile-tests.el
index ecd0e8856f7..9415ee3a17e 100644
--- a/test/automated/compile-tests.el
+++ b/test/automated/compile-tests.el
@@ -215,6 +215,10 @@
215 1 nil 23 "d:\\tmp\\test.c") 215 1 nil 23 "d:\\tmp\\test.c")
216 ("d:\\tmp\\test.c(1145) : see declaration of 'nsRefPtr'" 216 ("d:\\tmp\\test.c(1145) : see declaration of 'nsRefPtr'"
217 1 nil 1145 "d:\\tmp\\test.c") 217 1 nil 1145 "d:\\tmp\\test.c")
218 ("1>test_main.cpp(29): error C2144: syntax error : 'int' should be preceded by ';'"
219 3 nil 29 "test_main.cpp")
220 ("1>test_main.cpp(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int"
221 3 nil 29 "test_main.cpp")
218 ;; watcom 222 ;; watcom
219 ("..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'" 223 ("..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'"
220 1 nil 109 "..\src\ctrl\lister.c") 224 1 nil 109 "..\src\ctrl\lister.c")