aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-10-01 22:44:43 -0700
committerPaul Eggert2011-10-01 22:44:43 -0700
commitdf52aeb91d63c3f904c717fa8897e59fd9a5a557 (patch)
tree0d3a471d6e44def1ba160d06b454a149a1a033b9
parent39b5db3b1bb51088830bdf2d5e50940d462573d2 (diff)
parent32c1fffd728cfed8427d144bf7c622257aad859f (diff)
downloademacs-df52aeb91d63c3f904c717fa8897e59fd9a5a557.tar.gz
emacs-df52aeb91d63c3f904c717fa8897e59fd9a5a557.zip
Merge from trunk.
-rw-r--r--doc/emacs/ChangeLog11
-rw-r--r--doc/emacs/basic.texi16
-rw-r--r--doc/emacs/custom.texi4
-rw-r--r--doc/emacs/display.texi113
-rw-r--r--doc/emacs/rmail.texi11
-rw-r--r--doc/emacs/search.texi10
-rw-r--r--doc/lispref/ChangeLog8
-rw-r--r--doc/lispref/windows.texi142
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS35
-rw-r--r--lisp/ChangeLog52
-rw-r--r--lisp/calc/calc-graph.el10
-rw-r--r--lisp/comint.el27
-rw-r--r--lisp/cus-edit.el4
-rw-r--r--lisp/custom.el24
-rw-r--r--lisp/ebuff-menu.el4
-rw-r--r--lisp/emulation/vi.el2
-rw-r--r--lisp/emulation/ws-mode.el6
-rw-r--r--lisp/epa.el4
-rw-r--r--lisp/ldefs-boot.el1584
-rw-r--r--lisp/mail/rmail.el4
-rw-r--r--lisp/man.el4
-rw-r--r--lisp/net/newst-plainview.el2
-rw-r--r--lisp/notifications.el2
-rw-r--r--lisp/pcmpl-gnu.el325
-rw-r--r--lisp/pcomplete.el20
-rw-r--r--lisp/progmodes/cpp.el4
-rw-r--r--lisp/progmodes/ebrowse.el8
-rw-r--r--lisp/progmodes/grep.el4
-rw-r--r--lisp/progmodes/idlw-help.el4
-rw-r--r--lisp/shell.el3
-rw-r--r--lisp/simple.el4
-rw-r--r--lisp/startup.el4
-rw-r--r--lisp/term/ns-win.el4
-rw-r--r--lisp/term/sun.el4
-rw-r--r--src/ChangeLog27
-rw-r--r--src/dired.c3
-rw-r--r--src/keymap.c7
-rw-r--r--src/minibuf.c4
39 files changed, 1337 insertions, 1173 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 88c208ce295..7d883a6eb91 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,14 @@
12011-10-01 Chong Yidong <cyd@stupidchicken.com>
2
3 * basic.texi (Moving Point):
4 * custom.texi (Mouse Buttons):
5 * rmail.texi (Rmail Scrolling):
6 * search.texi (Isearch Scroll):
7
8 * display.texi (Scrolling): Replace scroll-up/down with
9 scroll-up/down-command. Fix scroll-preserve-screen-position
10 description. Document scroll-error-top-bottom.
11
12011-09-30 Glenn Morris <rgm@gnu.org> 122011-09-30 Glenn Morris <rgm@gnu.org>
2 13
3 * commands.texi (Keys): Whitespace fix. (Bug#9635) 14 * commands.texi (Keys): Whitespace fix. (Bug#9635)
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index b06391f004c..8c8708a3b51 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -219,21 +219,19 @@ numeric argument @var{n}, move to @var{n}/10 of the way from the top.
219@xref{Arguments}, for more information on numeric arguments.@refill 219@xref{Arguments}, for more information on numeric arguments.@refill
220@item M-> 220@item M->
221Move to the end of the buffer (@code{end-of-buffer}). 221Move to the end of the buffer (@code{end-of-buffer}).
222
222@item C-v 223@item C-v
223@itemx @key{PageDown} 224@itemx @key{PageDown}
224@itemx @key{next} 225@itemx @key{next}
225Scroll the display one screen forward, and move point if necessary to 226Scroll the display one screen forward, and move point onscreen if
226put it on the screen (@code{scroll-up}). If your keyboard has a 227necessary (@code{scroll-up-command}). @xref{Scrolling}.
227@key{PageDown} key (sometimes labelled @key{next}), it does the same 228
228thing as @key{C-v}. Scrolling commands are described further in
229@ref{Scrolling}.
230@item M-v 229@item M-v
231@itemx @key{PageUp} 230@itemx @key{PageUp}
232@itemx @key{prior} 231@itemx @key{prior}
233Scroll one screen backward, and move point if necessary to put it on 232Scroll one screen backward, and move point onscreen if necessary
234the screen (@code{scroll-down}). If your keyboard has a @key{PageUp} 233(@code{scroll-down-command}). @xref{Scrolling}.
235key (sometimes labelled @key{prior}), it does the same thing as 234
236@kbd{M-v}.
237@item M-x goto-char 235@item M-x goto-char
238Read a number @var{n} and move point to buffer position @var{n}. 236Read a number @var{n} and move point to buffer position @var{n}.
239Position 1 is the beginning of the buffer. 237Position 1 is the beginning of the buffer.
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index a22d6c1f5dd..6af77374d07 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1854,10 +1854,10 @@ comes from a special area of the screen by means of dummy ``prefix
1854keys.'' For example, if you click the mouse in the mode line, you get 1854keys.'' For example, if you click the mouse in the mode line, you get
1855the prefix key @code{mode-line} before the ordinary mouse-button symbol. 1855the prefix key @code{mode-line} before the ordinary mouse-button symbol.
1856Thus, here is how to define the command for clicking the first button in 1856Thus, here is how to define the command for clicking the first button in
1857a mode line to run @code{scroll-up}: 1857a mode line to run @code{scroll-up-command}:
1858 1858
1859@example 1859@example
1860(global-set-key [mode-line mouse-1] 'scroll-up) 1860(global-set-key [mode-line mouse-1] 'scroll-up-command)
1861@end example 1861@end example
1862 1862
1863 Here is the complete list of these dummy prefix keys and their 1863 Here is the complete list of these dummy prefix keys and their
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 09e365d9d5f..2df31c88c1e 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -39,21 +39,22 @@ want to see, and how to display it.
39 39
40@node Scrolling 40@node Scrolling
41@section Scrolling 41@section Scrolling
42@cindex scrolling
42 43
43 If a buffer contains text that is too large to fit entirely within a 44 If a window is too small to display all the text in its buffer, it
44window that is displaying the buffer, Emacs shows a contiguous portion of 45displays only a portion of it. @dfn{Scrolling} commands change which
45the text. The portion shown always contains point. 46portion of the buffer is displayed.
46 47
47@cindex scrolling 48 Scrolling ``forward'' or ``up'' advances the portion of the buffer
48 @dfn{Scrolling} means moving text up or down in the window so that 49displayed in the window; equivalently, it moves the buffer text
49different parts of the text are visible. Scrolling ``forward'' or 50upwards relative to the window. Scrolling ``backward'' or ``down''
50``up'' means that text moves up, and new text appears at the bottom. 51moves the displayed portion backwards, and moves the text downwards
51Scrolling ``backward'' or ``down'' moves text down, and new text 52relative to the window.
52appears at the top.
53 53
54 Scrolling happens automatically if you move point past the bottom or 54 The portion of a buffer displayed in a window always contains point.
55top of the window. You can also scroll explicitly with these 55If you move point past the bottom or top of the window, scrolling
56commands: 56occurs automatically to bring it back onscreen (@pxref{Auto
57Scrolling}). You can also scroll explicitly with these commands:
57 58
58@table @kbd 59@table @kbd
59@item C-l 60@item C-l
@@ -76,10 +77,10 @@ Scroll heuristically to bring useful information onto the screen
76 77
77@kindex C-l 78@kindex C-l
78@findex recenter-top-bottom 79@findex recenter-top-bottom
79 @kbd{C-l} (@code{recenter-top-bottom}) is a basic scrolling command. 80 The @kbd{C-l} (@code{recenter-top-bottom}) command @dfn{recenters}
80It @dfn{recenters} the selected window, scrolling it so that the 81the selected window, scrolling it so that the current screen line is
81current screen line is exactly in the center of the window, or as 82exactly in the center of the window, or as close to the center as
82close to the center as possible. 83possible.
83 84
84 Typing @kbd{C-l} twice in a row (@kbd{C-l C-l}) scrolls the window 85 Typing @kbd{C-l} twice in a row (@kbd{C-l C-l}) scrolls the window
85so that point is on the topmost screen line. Typing a third @kbd{C-l} 86so that point is on the topmost screen line. Typing a third @kbd{C-l}
@@ -95,7 +96,7 @@ floating-point number between 0.0 and 1.0 specifies a percentage of
95the screen space from the top. The default, @code{(middle top 96the screen space from the top. The default, @code{(middle top
96bottom)}, is the cycling order described above. Furthermore, if you 97bottom)}, is the cycling order described above. Furthermore, if you
97change the variable @code{scroll-margin} to a non-zero value @var{n}, 98change the variable @code{scroll-margin} to a non-zero value @var{n},
98Emacs always leaves @var{n} screen lines between point and the top or 99@kbd{C-l} leaves @var{n} screen lines between point and the top or
99bottom of the window (@pxref{Auto Scrolling}). 100bottom of the window (@pxref{Auto Scrolling}).
100 101
101 You can also supply @kbd{C-l} with a prefix argument. With a plain 102 You can also supply @kbd{C-l} with a prefix argument. With a plain
@@ -108,17 +109,16 @@ puts point on the bottom line, and @kbd{C-u - 5 C-l} puts it five
108lines from the bottom. When given an argument, @kbd{C-l} does not 109lines from the bottom. When given an argument, @kbd{C-l} does not
109clear the screen or cycle through different screen positions. 110clear the screen or cycle through different screen positions.
110 111
111 The more primitive command @code{recenter} behaves like
112@code{recenter-top-bottom}, but does not cycle among screen positions.
113Prior to Emacs 23, @kbd{C-l} was bound to @code{recenter}.
114
115@vindex recenter-redisplay 112@vindex recenter-redisplay
116 If the variable @code{recenter-redisplay} has a non-@code{nil} 113 If the variable @code{recenter-redisplay} has a non-@code{nil}
117value, Emacs clears and redisplays the screen each time @kbd{C-l} 114value, each invocation of @kbd{C-l} also clears and redisplays the
118recenters the window; the special value @code{tty} (the default) says 115screen; the special value @code{tty} (the default) says to do this on
119to do this on text-terminal frames only. Redisplaying is useful in 116text-terminal frames only. Redisplaying is useful in case the screen
120case the screen becomes garbled for any reason (@pxref{Screen 117becomes garbled for any reason (@pxref{Screen Garbled}).
121Garbled}). 118
119@findex recenter
120 The more primitive command @code{recenter} behaves like
121@code{recenter-top-bottom}, but does not cycle among screen positions.
122 122
123@kindex C-v 123@kindex C-v
124@kindex M-v 124@kindex M-v
@@ -126,16 +126,15 @@ Garbled}).
126@kindex prior 126@kindex prior
127@kindex PageDown 127@kindex PageDown
128@kindex PageUp 128@kindex PageUp
129@findex scroll-up 129@findex scroll-up-command
130@findex scroll-down 130@findex scroll-down-command
131 To read the buffer a windowful at a time, type @kbd{C-v} 131 The @kbd{C-v} (@code{scroll-up-command}) command scrolls forward by
132(@code{scroll-up}). This scrolls forward by nearly the whole window 132nearly the whole window height. The effect is to take the two lines
133height. The effect is to take the two lines at the bottom of the 133at the bottom of the window and put them at the top, followed by lines
134window and put them at the top, followed by lines that were not 134that were not previously visible. If point was in the text that
135previously visible. If point was in the text that scrolled off the 135scrolled off the top, it ends up at the new top of the window.
136top, it ends up at the new top of the window.
137 136
138 @kbd{M-v} (@code{scroll-down}) scrolls backward in a similar way. 137 Similarly, @kbd{M-v} (@code{scroll-down-command}) scrolls backward.
139 138
140@vindex next-screen-context-lines 139@vindex next-screen-context-lines
141 The variable @code{next-screen-context-lines} controls the number of 140 The variable @code{next-screen-context-lines} controls the number of
@@ -150,23 +149,39 @@ together). @kbd{C-v} with a negative argument is like @kbd{M-v} and
150vice versa. 149vice versa.
151 150
152 The names of scroll commands are based on the direction that the 151 The names of scroll commands are based on the direction that the
153text moves in the window. Thus, the command to scroll forward is 152text moves in the window. For instance, @code{scroll-up-command}
154called @code{scroll-up} because it moves the text upward on the 153moves the text upward on the screen. The keys @key{PageUp} and
155screen. The keys @key{PageUp} and @key{PageDown} derive their names 154@key{PageDown} derive their names and customary meanings from a
156and customary meanings from a different convention that developed 155different convention that developed elsewhere; hence the strange
157elsewhere; hence the strange result that @key{PageDown} runs 156result that @key{PageDown} runs @code{scroll-up-command}.
158@code{scroll-up}.
159 157
160@vindex scroll-preserve-screen-position 158@vindex scroll-preserve-screen-position
161 Some users like the full-screen scroll commands to keep point at the 159 Some users like the full-screen scroll commands to keep point at the
162same screen position. To enable this behavior, set the variable 160same screen position. This behavior is convenient because scrolling
163@code{scroll-preserve-screen-position} to a non-@code{nil} value. 161back to the same screen also returns point to its original position.
164Then, whenever a command scrolls the text around point offscreen (or 162You can enable this via the variable
165within @code{scroll-margin} lines of the edge), Emacs moves point to 163@code{scroll-preserve-screen-position}. If the value is @code{t},
166keep it at the same vertical and horizontal position within the 164Emacs adjusts point to keep it at the same vertical position within
167window. This mode is convenient for browsing through a file by 165the window, rather than the window edge, whenever a scroll command
168scrolling by screenfuls; if you come back to the screen where you 166moves it off the window. With any other non-@code{nil} value, Emacs
169started, point goes back to the line where it started. 167adjusts point this way even if the scroll command leaves point in the
168window.
169
170@vindex scroll-error-top-bottom
171 By default, @code{scroll-up-command} and @code{scroll-down-command}
172signal an error (by beeping or flashing the screen) if no more
173scrolling is possible, because the window has reached the beginning or
174end of the buffer. If you change the variable
175@code{scroll-error-top-bottom} to @code{t}, Emacs instead moves point
176to the farthest possible position. If point is already there, the
177command signals an error.
178
179@vindex scroll-up
180@vindex scroll-down
181 The commands @code{scroll-up} and @code{scroll-down} behave
182similarly to @code{scroll-up-command} and @code{scroll-down-command},
183except they do not obey @code{scroll-error-top-bottom}. Prior to
184Emacs 24, these were the default commands for scrolling up and down.
170 185
171@kindex C-M-l 186@kindex C-M-l
172@findex reposition-window 187@findex reposition-window
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index 0a9594d3798..b894d01b9bb 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -100,9 +100,9 @@ frequent that it deserves to be easier.
100 100
101@table @kbd 101@table @kbd
102@item @key{SPC} 102@item @key{SPC}
103Scroll forward (@code{scroll-up}). 103Scroll forward (@code{scroll-up-command}).
104@item @key{DEL} 104@item @key{DEL}
105Scroll backward (@code{scroll-down}). 105Scroll backward (@code{scroll-down-command}).
106@item . 106@item .
107Scroll to start of message (@code{rmail-beginning-of-message}). 107Scroll to start of message (@code{rmail-beginning-of-message}).
108@item / 108@item /
@@ -111,9 +111,10 @@ Scroll to end of message (@code{rmail-end-of-message}).
111 111
112@kindex SPC @r{(Rmail)} 112@kindex SPC @r{(Rmail)}
113@kindex DEL @r{(Rmail)} 113@kindex DEL @r{(Rmail)}
114 Since the most common thing to do while reading a message is to scroll 114 Since the most common thing to do while reading a message is to
115through it by screenfuls, Rmail makes @key{SPC} and @key{DEL} synonyms of 115scroll through it by screenfuls, Rmail makes @key{SPC} and @key{DEL}
116@kbd{C-v} (@code{scroll-up}) and @kbd{M-v} (@code{scroll-down}) 116do the same as @kbd{C-v} (@code{scroll-up-command}) and @kbd{M-v}
117(@code{scroll-down-command}) respectively.
117 118
118@kindex . @r{(Rmail)} 119@kindex . @r{(Rmail)}
119@kindex / @r{(Rmail)} 120@kindex / @r{(Rmail)}
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index 015f9529b73..caf03291fbc 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -306,11 +306,11 @@ minibuffer.
306search (without exiting the search) by setting the customizable 306search (without exiting the search) by setting the customizable
307variable @code{isearch-allow-scroll} to a non-@code{nil} value. This 307variable @code{isearch-allow-scroll} to a non-@code{nil} value. This
308applies to using the vertical scroll-bar and to certain keyboard 308applies to using the vertical scroll-bar and to certain keyboard
309commands such as @key{prior} (@code{scroll-down}), @key{next} 309commands such as @code{scroll-down-command}, @code{scroll-up-command}
310(@code{scroll-up}) and @kbd{C-l} (@code{recenter}). You must run 310and @code{recenter} (@pxref{Scrolling}). You must run these commands
311these commands via their key sequences to stay in the search---typing 311via their key sequences to stay in the search---typing @kbd{M-x} will
312@kbd{M-x} will terminate the search. You can give prefix arguments to 312terminate the search. You can give prefix arguments to these commands
313these commands in the usual way. 313in the usual way.
314 314
315 This feature won't let you scroll the current match out of visibility, 315 This feature won't let you scroll the current match out of visibility,
316however. 316however.
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index afd32ad4ebe..27c2597c6a3 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,11 @@
12011-10-01 Chong Yidong <cyd@stupidchicken.com>
2
3 * windows.texi (Textual Scrolling): Document scroll-up-command,
4 scroll-down-command, scroll-error-top-bottom, and the
5 scroll-command symbol property.
6 (Display Action Functions): Fix description of
7 display-buffer-pop-up-window.
8
12011-09-28 Juanma Barranquero <lekktu@gmail.com> 92011-09-28 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * windows.texi (Splitting Windows): Fix typos. 11 * windows.texi (Splitting Windows): Fix typos.
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 6a7206f459d..bffea19210c 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -2351,9 +2351,9 @@ frame's window.
2351@end defun 2351@end defun
2352 2352
2353@defun display-buffer-pop-up-window buffer alist 2353@defun display-buffer-pop-up-window buffer alist
2354This function tries to display @var{buffer} by splitting the selected 2354This function tries to display @var{buffer} by splitting the largest
2355window. It uses @code{split-window-sensibly} as a subroutine 2355or least recently-used window. It uses @code{split-window-sensibly}
2356(@pxref{Choosing Window Options}). 2356as a subroutine (@pxref{Choosing Window Options}).
2357@end defun 2357@end defun
2358 2358
2359@defun display-buffer-use-some-window buffer alist 2359@defun display-buffer-use-some-window buffer alist
@@ -3100,67 +3100,77 @@ text line, @var{ypos} is negative.
3100@cindex scrolling textually 3100@cindex scrolling textually
3101 3101
3102 @dfn{Textual scrolling} means moving the text up or down through a 3102 @dfn{Textual scrolling} means moving the text up or down through a
3103window. It works by changing the value of the window's display-start 3103window. It works by changing the window's display-start location. It
3104location. It may also change the value of @code{window-point} to keep 3104may also change the value of @code{window-point} to keep point on the
3105point on the screen. 3105screen (@pxref{Window Point}).
3106 3106
3107 Textual scrolling was formerly called ``vertical scrolling,'' but we 3107 The basic textual scrolling functions are @code{scroll-up} (which
3108changed its name to distinguish it from the new vertical fractional 3108scrolls forward) and @code{scroll-down} (which scrolls backward). In
3109scrolling feature (@pxref{Vertical Scrolling}). 3109these function names, ``up'' and ``down'' refer to the direction of
3110 3110motion of the buffer text relative to the window. Imagine that the
3111 In the commands @code{scroll-up} and @code{scroll-down}, the directions 3111text is written on a long roll of paper and that the scrolling
3112``up'' and ``down'' refer to the motion of the text in the buffer at which 3112commands move the paper up and down. Thus, if you are looking at the
3113you are looking through the window. Imagine that the text is 3113middle of a buffer and repeatedly call @code{scroll-down}, you will
3114written on a long roll of paper and that the scrolling commands move the 3114eventually see the beginning of the buffer.
3115paper up and down. Thus, if you are looking at text in the middle of a
3116buffer and repeatedly call @code{scroll-down}, you will eventually see
3117the beginning of the buffer.
3118 3115
3119 Some people have urged that the opposite convention be used: they 3116 Some people have urged that the opposite convention be used: they
3120imagine that the window moves over text that remains in place. Then 3117imagine the window moving over text that remains in place, so that
3121``down'' commands would take you to the end of the buffer. This view is 3118``down'' commands take you to the end of the buffer. This convention
3122more consistent with the actual relationship between windows and the 3119is consistent with fact that such a command is bound to a key named
3123text in the buffer, but it is less like what the user sees. The 3120@key{PageDown} on modern keyboards. We have not switched to this
3124position of a window on the terminal does not move, and short scrolling 3121convention as that is likely to break existing Emacs Lisp code.
3125commands clearly move the text up or down on the screen. We have chosen 3122
3126names that fit the user's point of view. 3123 Textual scrolling functions (aside from @code{scroll-other-window})
3127 3124have unpredictable results if the current buffer is not the one
3128 The textual scrolling functions (aside from 3125displayed in the selected window. @xref{Current Buffer}.
3129@code{scroll-other-window}) have unpredictable results if the current 3126
3130buffer is different from the buffer that is displayed in the selected 3127 If the window contains a row taller than the height of the window
3131window. @xref{Current Buffer}. 3128(for example in the presence of a large image), the scroll functions
3132 3129will adjust the window's vertical scroll position to scroll the
3133 If the window contains a row which is taller than the height of the 3130partially visible row. Lisp callers can disable this feature by
3134window (for example in the presence of a large image), the scroll 3131binding the variable @code{auto-window-vscroll} to @code{nil}
3135functions will adjust the window's vertical scroll position to scroll 3132(@pxref{Vertical Scrolling}).
3136the partially visible row. To disable this feature, Lisp code may bind
3137the variable @code{auto-window-vscroll} to @code{nil} (@pxref{Vertical
3138Scrolling}).
3139 3133
3140@deffn Command scroll-up &optional count 3134@deffn Command scroll-up &optional count
3141This function scrolls the text in the selected window upward 3135This function scrolls forward by @var{count} lines in the selected
3142@var{count} lines. If @var{count} is negative, scrolling is actually 3136window.
3143downward.
3144 3137
3145If @var{count} is @code{nil} (or omitted), then the length of scroll 3138If @var{count} is negative, it scrolls backward instead. If
3146is @code{next-screen-context-lines} lines less than the usable height of 3139@var{count} is @code{nil} (or omitted), the distance scrolled is
3147the window (not counting its mode line). 3140@code{next-screen-context-lines} lines less than the height of the
3141window's text area.
3148 3142
3149@code{scroll-up} returns @code{nil}, unless it gets an error 3143If the selected window cannot be scrolled any further, this function
3150because it can't scroll any further. 3144signals an error. Otherwise, it returns @code{nil}.
3151@end deffn 3145@end deffn
3152 3146
3153@deffn Command scroll-down &optional count 3147@deffn Command scroll-down &optional count
3154This function scrolls the text in the selected window downward 3148This function scrolls backward by @var{count} lines in the selected
3155@var{count} lines. If @var{count} is negative, scrolling is actually 3149window.
3156upward. 3150
3151If @var{count} is negative, it scrolls forward instead. If
3152@var{count} is omitted or @code{nil}, the distance scrolled is
3153@code{next-screen-context-lines} lines less than the height of the
3154window's text area.
3157 3155
3158If @var{count} is omitted or @code{nil}, then the length of the scroll 3156If the selected window cannot be scrolled any further, this function
3159is @code{next-screen-context-lines} lines less than the usable height of 3157signals an error. Otherwise, it returns @code{nil}.
3160the window (not counting its mode line). 3158@end deffn
3159
3160@deffn Command scroll-up-command &optional count
3161This behaves like @code{scroll-up}, except that if the selected window
3162cannot be scrolled any further and the value of the variable
3163@code{scroll-error-top-bottom} is @code{t}, it tries to move to the
3164end of the buffer instead. If point is already there, it signals an
3165error.
3166@end deffn
3161 3167
3162@code{scroll-down} returns @code{nil}, unless it gets an error because 3168@deffn Command scroll-down-command &optional count
3163it can't scroll any further. 3169This behaves like @code{scroll-down}, except that if the selected
3170window cannot be scrolled any further and the value of the variable
3171@code{scroll-error-top-bottom} is @code{t}, it tries to move to the
3172beginning of the buffer instead. If point is already there, it
3173signals an error.
3164@end deffn 3174@end deffn
3165 3175
3166@deffn Command scroll-other-window &optional count 3176@deffn Command scroll-other-window &optional count
@@ -3190,7 +3200,6 @@ line reappears after the echo area momentarily displays the message
3190@samp{Beginning of buffer}. 3200@samp{Beginning of buffer}.
3191@end deffn 3201@end deffn
3192 3202
3193@c Emacs 19 feature
3194@defvar other-window-scroll-buffer 3203@defvar other-window-scroll-buffer
3195If this variable is non-@code{nil}, it tells @code{scroll-other-window} 3204If this variable is non-@code{nil}, it tells @code{scroll-other-window}
3196which buffer's window to scroll. 3205which buffer's window to scroll.
@@ -3245,13 +3254,18 @@ only by precisely @var{n} lines, not a smaller number. This feature
3245does not work with @code{scroll-margin}. The default value is zero. 3254does not work with @code{scroll-margin}. The default value is zero.
3246@end defopt 3255@end defopt
3247 3256
3257@cindex @code{scroll-command} property
3248@defopt scroll-preserve-screen-position 3258@defopt scroll-preserve-screen-position
3249If this option is @code{t}, scrolling which would move the current 3259If this option is @code{t}, whenever a scrolling command moves point
3250point position out of the window chooses the new position of point 3260off-window, Emacs tries to adjust point to keep the cursor at its old
3251so that the vertical position of the cursor is unchanged, if possible. 3261vertical position in the window, rather than the window edge.
3262
3263If the value is non-@code{nil} and not @code{t}, Emacs adjusts point
3264to keep the cursor at the same vertical position, even if the
3265scrolling command didn't move point off-window.
3252 3266
3253If it is non-@code{nil} and not @code{t}, then the scrolling functions 3267This option affects all scroll commands that have a non-@code{nil}
3254always preserve the vertical position of point, if possible. 3268@code{scroll-command} symbol property.
3255@end defopt 3269@end defopt
3256 3270
3257@defopt next-screen-context-lines 3271@defopt next-screen-context-lines
@@ -3262,6 +3276,16 @@ bottom of the window appear instead at the top. The default value is
3262@code{2}. 3276@code{2}.
3263@end defopt 3277@end defopt
3264 3278
3279@defopt scroll-error-top-bottom
3280If this option is @code{nil} (the default), @code{scroll-up-command}
3281and @code{scroll-down-command} simply signal an error when no more
3282scrolling is possible.
3283
3284If the value is @code{t}, these commands instead move point to the
3285beginning or end of the buffer (depending on scrolling direction);
3286only if point is already on that position do they signal an error.
3287@end defopt
3288
3265@deffn Command recenter &optional count 3289@deffn Command recenter &optional count
3266@cindex centering point 3290@cindex centering point
3267This function scrolls the text in the selected window so that point is 3291This function scrolls the text in the selected window so that point is
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e7d32b64ce4..bbb765ef58f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-10-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Fix typo. Remove duplicate info.
4
12011-09-23 Martin Rudalics <rudalics@gmx.at> 52011-09-23 Martin Rudalics <rudalics@gmx.at>
2 6
3 * NEWS: Document some window code changes. 7 * NEWS: Document some window code changes.
@@ -148,7 +152,7 @@
148 152
1492011-06-21 Leo Liu <sdl.web@gmail.com> 1532011-06-21 Leo Liu <sdl.web@gmail.com>
150 154
151 * NEWS: Mention the new primtive secure-hash. 155 * NEWS: Mention the new primitive secure-hash.
152 156
1532011-06-14 Chong Yidong <cyd@stupidchicken.com> 1572011-06-14 Chong Yidong <cyd@stupidchicken.com>
154 158
diff --git a/etc/NEWS b/etc/NEWS
index f6901e3b88f..332d12cb540 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -288,15 +288,19 @@ If you have code that adds something to kill-emacs-hook, you should
288consider if it is still appropriate to add it in the noninteractive case. 288consider if it is still appropriate to add it in the noninteractive case.
289 289
290** Scrolling changes 290** Scrolling changes
291 291+++
292*** New scrolling commands `scroll-up-command' and `scroll-down-command' 292*** New scrolling commands `scroll-up-command' and `scroll-down-command'
293(bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom 293(bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom
294of buffer at first key-press (instead move to top/bottom of buffer) 294of buffer at first key-press (instead move to top/bottom of buffer)
295when a new variable `scroll-error-top-bottom' is non-nil. 295when `scroll-error-top-bottom' is non-nil.
296
297+++
298*** New variable `scroll-error-top-bottom' (see above).
296 299
297*** New scrolling commands `scroll-up-line' and `scroll-down-line' 300*** New scrolling commands `scroll-up-line' and `scroll-down-line'
298scroll a line instead of full screen. 301scroll a line instead of full screen.
299 302
303+++
300*** New property `scroll-command' should be set on a command's symbol to 304*** New property `scroll-command' should be set on a command's symbol to
301define it as a scroll command affected by `scroll-preserve-screen-position'. 305define it as a scroll command affected by `scroll-preserve-screen-position'.
302 306
@@ -393,7 +397,7 @@ instead of `switch-to-buffer' when selecting an item in the Buffers menu.
393modulo restrictions like window minimum sizes and fixed-size windows. 397modulo restrictions like window minimum sizes and fixed-size windows.
394 398
395*** The behavior of `display-buffer' is now customizable in detail. 399*** The behavior of `display-buffer' is now customizable in detail.
396 400+++
397**** New option `display-buffer-base-action' specifies a list of 401**** New option `display-buffer-base-action' specifies a list of
398user-determined display "actions" (functions and optional arguments 402user-determined display "actions" (functions and optional arguments
399for choosing the displaying window). 403for choosing the displaying window).
@@ -401,6 +405,7 @@ for choosing the displaying window).
401This takes precedence over the default display action, which is 405This takes precedence over the default display action, which is
402specified by `display-buffer-fallback-action'. 406specified by `display-buffer-fallback-action'.
403 407
408+++
404**** New option `display-buffer-alist' maps buffer name regexps to 409**** New option `display-buffer-alist' maps buffer name regexps to
405display actions, taking precedence over `display-buffer-base-action'. 410display actions, taking precedence over `display-buffer-base-action'.
406 411
@@ -540,10 +545,6 @@ To inhibit this, change `x-select-enable-clipboard-manager' to nil.
540the lines in the current rectangle. With a prefix argument, this 545the lines in the current rectangle. With a prefix argument, this
541prompts for a number to count from and for a format string. 546prompts for a number to count from and for a format string.
542 547
543** The command shell prompts for the shell path name, when the default
544directory is a remote file name and neither environment variable
545$ESHELL nor variable `explicit-shell-file-name' is set.
546
547+++ 548+++
548** The default value of redisplay-dont-change is now t 549** The default value of redisplay-dont-change is now t
549This makes Emacs feel more responsive to editing commands that arrive 550This makes Emacs feel more responsive to editing commands that arrive
@@ -721,8 +722,15 @@ more variants, including Mercury, and a lot more.
721*** The command `rmail-epa-decrypt' decrypts OpenPGP data 722*** The command `rmail-epa-decrypt' decrypts OpenPGP data
722in the Rmail incoming message. 723in the Rmail incoming message.
723 724
724** shell-mode can track your cwd by reading it from your prompt. 725** Shell mode
725Just set shell-dir-cookie-re to an appropriate regexp. 726
727*** The `shell' command prompts for the shell path name if the default
728directory is a remote file name and neither the environment variable
729$ESHELL nor the variable `explicit-shell-file-name' is set.
730
731*** New variable `shell-dir-cookie-re'.
732If set to an appropriate regexp, Shell mode can track your cwd by
733reading it from your prompt.
726 734
727--- 735---
728** SQL Mode enhancements. 736** SQL Mode enhancements.
@@ -1047,15 +1055,8 @@ split. Any other value of SIDE will cause `split-window' to split the
1047window into two side-by-side windows as before. 1055window into two side-by-side windows as before.
1048 1056
1049+++ 1057+++
1050*** `split-window-above-each-other' and `split-window-side-by-side'.
1051The commands `split-window-vertically' and `split-window-horizontally'
1052have been renamed to `split-window-above-each-other' and
1053`split-window-side-by-side' respectively. The old names are provided as
1054aliases.
1055
1056+++
1057*** Window resizing functions. 1058*** Window resizing functions.
1058A new standard function for resizing windows called `resize-window' has 1059A new standard function for resizing windows called `window-resize' has
1059been introduced. This and all other functions for resizing windows no 1060been introduced. This and all other functions for resizing windows no
1060longer delete any windows when they become too small. 1061longer delete any windows when they become too small.
1061 1062
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 38651d42596..efe1d4b4a42 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,53 @@
12011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * pcomplete.el: Require comint.
4 (pcomplete--common-suffix): Remove.
5 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6 (pcomplete--table-subvert): Sync with comint--table-subvert.
7 (pcomplete--entries): Use comint-completion-file-name-table.
8 * comint.el (comint-unquote-filename): Simplify.
9 (comint-completion-file-name-table): New function (bug#9616).
10 (comint--complete-file-name-data): Use it.
11
12 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13 (pcmpl-gnu-tar-buffer): Remove.
14 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
15 avoid. Make sure pcomplete-suffix-list is only changed temporarily.
16 Don't look inside the tar's file is it's too large.
17
182011-10-01 Chong Yidong <cyd@stupidchicken.com>
19
20 * cus-edit.el (custom-mode-map):
21 * epa.el (epa-key-list-mode-map):
22 * man.el (Man-mode-map):
23 * startup.el (splash-screen-keymap):
24 * simple.el (special-mode-map): Use scroll-up-command and
25 scroll-down-command.
26
27 * progmodes/idlw-help.el (idlwave-help-mode-map):
28 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
29 * net/newst-plainview.el (newsticker-mode-map):
30 * emulation/ws-mode.el (wordstar-mode-map):
31 * emulation/vi.el (vi-com-map):
32 * calc/calc-graph.el (calc-graph-show-dumb):
33 * term/sun.el (terminal-init-sun):
34 * term/ns-win.el (global-map):
35 * progmodes/grep.el (grep-mode-map):
36 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
37 * mail/rmail.el (rmail-mode-map):
38 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
39
40 * custom.el (custom-safe-themes, load-theme): Treat value of t for
41 custom-safe-themes as special.
42
432011-10-01 Julien Danjou <julien@danjou.info>
44
45 * notifications.el (notifications-notify): Fix docstring.
46
472011-10-01 Per Starbäck <per@starback.se>
48
49 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
50
12011-09-30 Martin Rudalics <rudalics@gmx.at> 512011-09-30 Martin Rudalics <rudalics@gmx.at>
2 52
3 * startup.el (command-line-1): Fix last fix by inserting 53 * startup.el (command-line-1): Fix last fix by inserting
@@ -549,7 +599,7 @@
549 599
550 * help.el (describe-key-briefly): Copy previous standard-output change. 600 * help.el (describe-key-briefly): Copy previous standard-output change.
551 601
5522011-09-13 PJ Weisberg <pj@irregularexpressions.net> (tiny change) 6022011-09-13 PJ Weisberg <pj@irregularexpressions.net>
553 603
554 * help.el (where-is): Respect non-standard standard-output. (Bug#9030) 604 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
555 605
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el
index d5d8f0aaf35..4fd5045f54b 100644
--- a/lisp/calc/calc-graph.el
+++ b/lisp/calc/calc-graph.el
@@ -946,13 +946,13 @@ This \"dumb\" driver will be present in Gnuplot 3.0."
946 (or calc-dumb-map 946 (or calc-dumb-map
947 (progn 947 (progn
948 (setq calc-dumb-map (make-sparse-keymap)) 948 (setq calc-dumb-map (make-sparse-keymap))
949 (define-key calc-dumb-map "\n" 'scroll-up) 949 (define-key calc-dumb-map "\n" 'scroll-up-command)
950 (define-key calc-dumb-map " " 'scroll-up) 950 (define-key calc-dumb-map " " 'scroll-up-command)
951 (define-key calc-dumb-map "\177" 'scroll-down) 951 (define-key calc-dumb-map "\177" 'scroll-down-command)
952 (define-key calc-dumb-map "<" 'scroll-left) 952 (define-key calc-dumb-map "<" 'scroll-left)
953 (define-key calc-dumb-map ">" 'scroll-right) 953 (define-key calc-dumb-map ">" 'scroll-right)
954 (define-key calc-dumb-map "{" 'scroll-down) 954 (define-key calc-dumb-map "{" 'scroll-down-command)
955 (define-key calc-dumb-map "}" 'scroll-up) 955 (define-key calc-dumb-map "}" 'scroll-up-command)
956 (define-key calc-dumb-map "q" 'exit-recursive-edit) 956 (define-key calc-dumb-map "q" 'exit-recursive-edit)
957 (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit))) 957 (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit)))
958 (use-local-map calc-dumb-map) 958 (use-local-map calc-dumb-map)
diff --git a/lisp/comint.el b/lisp/comint.el
index 2349fc0edd9..59feab82e44 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -3005,11 +3005,7 @@ Magic characters are those in `comint-file-name-quote-list'."
3005 (if (null comint-file-name-quote-list) 3005 (if (null comint-file-name-quote-list)
3006 filename 3006 filename
3007 (save-match-data 3007 (save-match-data
3008 (let ((i 0)) 3008 (replace-regexp-in-string "\\\\\\(.\\)" "\\1" filename t))))
3009 (while (string-match "\\\\\\(.\\)" filename i)
3010 (setq filename (replace-match "\\1" nil nil filename))
3011 (setq i (+ 1 (match-beginning 0)))))
3012 filename)))
3013 3009
3014(defun comint-completion-at-point () 3010(defun comint-completion-at-point ()
3015 (run-hook-with-args-until-success 'comint-dynamic-complete-functions)) 3011 (run-hook-with-args-until-success 'comint-dynamic-complete-functions))
@@ -3057,6 +3053,7 @@ Returns t if successful."
3057 (- (match-end 1) (match-beginning 1)))) 3053 (- (match-end 1) (match-beginning 1))))
3058 3054
3059(defun comint--common-quoted-suffix (s1 s2) 3055(defun comint--common-quoted-suffix (s1 s2)
3056 ;; FIXME: Copied in pcomplete.el.
3060 "Find the common suffix between S1 and S2 where S1 is the expanded S2. 3057 "Find the common suffix between S1 and S2 where S1 is the expanded S2.
3061S1 is expected to be the unquoted and expanded version of S1. 3058S1 is expected to be the unquoted and expanded version of S1.
3062Returns (PS1 . PS2), i.e. the shortest prefixes of S1 and S2, such that 3059Returns (PS1 . PS2), i.e. the shortest prefixes of S1 and S2, such that
@@ -3117,6 +3114,24 @@ in the same way as TABLE completes strings of the form (concat S2 S)."
3117 ;; E.g. action=nil and it's the only completion. 3114 ;; E.g. action=nil and it's the only completion.
3118 (res))))) 3115 (res)))))
3119 3116
3117(defun comint-completion-file-name-table (string pred action)
3118 (if (not (file-name-absolute-p string))
3119 (completion-file-name-table string pred action)
3120 (cond
3121 ((memq action '(t lambda))
3122 (completion-file-name-table
3123 (concat comint-file-name-prefix string) pred action))
3124 ((null action)
3125 (let ((res (completion-file-name-table
3126 (concat comint-file-name-prefix string) pred action)))
3127 (if (and (stringp res)
3128 (string-match
3129 (concat "\\`" (regexp-quote comint-file-name-prefix))
3130 res))
3131 (substring res (match-end 0))
3132 res)))
3133 (t (completion-file-name-table string pred action)))))
3134
3120(defun comint--complete-file-name-data () 3135(defun comint--complete-file-name-data ()
3121 "Return the completion data for file name at point." 3136 "Return the completion data for file name at point."
3122 (let* ((filesuffix (cond ((not comint-completion-addsuffix) "") 3137 (let* ((filesuffix (cond ((not comint-completion-addsuffix) "")
@@ -3133,7 +3148,7 @@ in the same way as TABLE completes strings of the form (concat S2 S)."
3133 unquoted filename))) 3148 unquoted filename)))
3134 (apply-partially 3149 (apply-partially
3135 #'comint--table-subvert 3150 #'comint--table-subvert
3136 #'completion-file-name-table 3151 #'comint-completion-file-name-table
3137 (cdr prefixes) (car prefixes))))) 3152 (cdr prefixes) (car prefixes)))))
3138 (nconc 3153 (nconc
3139 (list 3154 (list
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 9ba8b27c693..07944a6c16f 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -442,8 +442,8 @@
442 (set-keymap-parent map widget-keymap) 442 (set-keymap-parent map widget-keymap)
443 (define-key map [remap self-insert-command] 'Custom-no-edit) 443 (define-key map [remap self-insert-command] 'Custom-no-edit)
444 (define-key map "\^m" 'Custom-newline) 444 (define-key map "\^m" 'Custom-newline)
445 (define-key map " " 'scroll-up) 445 (define-key map " " 'scroll-up-command)
446 (define-key map "\177" 'scroll-down) 446 (define-key map "\177" 'scroll-down-command)
447 (define-key map "\C-c\C-c" 'Custom-set) 447 (define-key map "\C-c\C-c" 'Custom-set)
448 (define-key map "\C-x\C-s" 'Custom-save) 448 (define-key map "\C-x\C-s" 'Custom-save)
449 (define-key map "q" 'Custom-buffer-done) 449 (define-key map "q" 'Custom-buffer-done)
diff --git a/lisp/custom.el b/lisp/custom.el
index 4f69c741468..a1d53720b7d 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -1104,13 +1104,17 @@ property `theme-feature' (which is usually a symbol created by
1104 (provide (get theme 'theme-feature))) 1104 (provide (get theme 'theme-feature)))
1105 1105
1106(defcustom custom-safe-themes '(default) 1106(defcustom custom-safe-themes '(default)
1107 "List of themes that are considered safe to load. 1107 "Themes that are considered safe to load.
1108Each list element should be the `sha1' hash of a theme file, or 1108If the value is a list, each element should be either the `sha1'
1109the symbol `default', which stands for any theme in the built-in 1109hash of a safe theme file, or the symbol `default', which stands
1110Emacs theme directory (a directory named \"themes\" in 1110for any theme in the built-in Emacs theme directory (a directory
1111`data-directory')." 1111named \"themes\" in `data-directory').
1112 :type '(repeat 1112
1113 (choice string (const :tag "Built-in themes" default))) 1113If the value is t, Emacs treats all themes as safe."
1114 :type '(choice (repeat :tag "List of safe themes"
1115 (choice string
1116 (const :tag "Built-in themes" default)))
1117 (const :tag "All themes" t))
1114 :group 'customize 1118 :group 'customize
1115 :risky t 1119 :risky t
1116 :version "24.1") 1120 :version "24.1")
@@ -1120,8 +1124,9 @@ Emacs theme directory (a directory named \"themes\" in
1120The theme file is named THEME-theme.el, in one of the directories 1124The theme file is named THEME-theme.el, in one of the directories
1121specified by `custom-theme-load-path'. 1125specified by `custom-theme-load-path'.
1122 1126
1123If THEME is not in `custom-safe-themes', prompt the user for 1127If optional arg NO-CONFIRM is non-nil, and THEME is not
1124confirmation, unless optional arg NO-CONFIRM is non-nil. 1128considered safe according to `custom-safe-themes', prompt the
1129user for confirmation.
1125 1130
1126Normally, this function also enables THEME; if optional arg 1131Normally, this function also enables THEME; if optional arg
1127NO-ENABLE is non-nil, load the theme but don't enable it. 1132NO-ENABLE is non-nil, load the theme but don't enable it.
@@ -1158,6 +1163,7 @@ Return t if THEME was successfully loaded, nil otherwise."
1158 ;; Check file safety with `custom-safe-themes', prompting the 1163 ;; Check file safety with `custom-safe-themes', prompting the
1159 ;; user if necessary. 1164 ;; user if necessary.
1160 (when (or no-confirm 1165 (when (or no-confirm
1166 (eq custom-safe-themes t)
1161 (and (memq 'default custom-safe-themes) 1167 (and (memq 'default custom-safe-themes)
1162 (equal (file-name-directory fn) 1168 (equal (file-name-directory fn)
1163 (expand-file-name "themes/" data-directory))) 1169 (expand-file-name "themes/" data-directory)))
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el
index a906cf8516a..8ab974be574 100644
--- a/lisp/ebuff-menu.el
+++ b/lisp/ebuff-menu.el
@@ -70,8 +70,8 @@
70 (define-key map "\C-n" 'next-line) 70 (define-key map "\C-n" 'next-line)
71 (define-key map "p" 'previous-line) 71 (define-key map "p" 'previous-line)
72 (define-key map "n" 'next-line) 72 (define-key map "n" 'next-line)
73 (define-key map "\C-v" 'scroll-up) 73 (define-key map "\C-v" 'scroll-up-command)
74 (define-key map "\ev" 'scroll-down) 74 (define-key map "\ev" 'scroll-down-command)
75 (define-key map ">" 'scroll-right) 75 (define-key map ">" 'scroll-right)
76 (define-key map "<" 'scroll-left) 76 (define-key map "<" 'scroll-left)
77 (define-key map "\e\C-v" 'scroll-other-window) 77 (define-key map "\e\C-v" 'scroll-other-window)
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el
index 5bab9741649..9bf108c8c38 100644
--- a/lisp/emulation/vi.el
+++ b/lisp/emulation/vi.el
@@ -142,7 +142,7 @@ command extensions.")
142 (define-key vi-com-map "\C-s" 'vi-isearch-forward) ; extension 142 (define-key vi-com-map "\C-s" 'vi-isearch-forward) ; extension
143 (define-key vi-com-map "\C-t" 'vi-transpose-objects) ; extension 143 (define-key vi-com-map "\C-t" 'vi-transpose-objects) ; extension
144 (define-key vi-com-map "\C-u" 'vi-scroll-up-window) 144 (define-key vi-com-map "\C-u" 'vi-scroll-up-window)
145 (define-key vi-com-map "\C-v" 'scroll-up) ; extension 145 (define-key vi-com-map "\C-v" 'scroll-up-command) ; extension
146 (define-key vi-com-map "\C-w" 'vi-kill-region) ; extension 146 (define-key vi-com-map "\C-w" 'vi-kill-region) ; extension
147 (define-key vi-com-map "\C-x" 'Control-X-prefix) ; extension 147 (define-key vi-com-map "\C-x" 'Control-X-prefix) ; extension
148 (define-key vi-com-map "\C-y" 'vi-expose-line-above) 148 (define-key vi-com-map "\C-y" 'vi-expose-line-above)
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index 69f7b1d50ea..3a205c7c4f0 100644
--- a/lisp/emulation/ws-mode.el
+++ b/lisp/emulation/ws-mode.el
@@ -143,11 +143,11 @@
143 map) 143 map)
144 "") 144 "")
145 145
146(defvar wordstar-mode-map 146(defvar wordstar-mode-map
147 (let ((map (make-keymap))) 147 (let ((map (make-keymap)))
148 (define-key map "\C-a" 'backward-word) 148 (define-key map "\C-a" 'backward-word)
149 (define-key map "\C-b" 'fill-paragraph) 149 (define-key map "\C-b" 'fill-paragraph)
150 (define-key map "\C-c" 'scroll-up) 150 (define-key map "\C-c" 'scroll-up-command)
151 (define-key map "\C-d" 'forward-char) 151 (define-key map "\C-d" 'forward-char)
152 (define-key map "\C-e" 'previous-line) 152 (define-key map "\C-e" 'previous-line)
153 (define-key map "\C-f" 'forward-word) 153 (define-key map "\C-f" 'forward-word)
@@ -161,7 +161,7 @@
161 (define-key map "\C-o" wordstar-C-o-map) 161 (define-key map "\C-o" wordstar-C-o-map)
162 (define-key map "\C-p" 'quoted-insert) 162 (define-key map "\C-p" 'quoted-insert)
163 (define-key map "\C-q" wordstar-C-q-map) 163 (define-key map "\C-q" wordstar-C-q-map)
164 (define-key map "\C-r" 'scroll-down) 164 (define-key map "\C-r" 'scroll-down-command)
165 (define-key map "\C-s" 'backward-char) 165 (define-key map "\C-s" 'backward-char)
166 (define-key map "\C-t" 'kill-word) 166 (define-key map "\C-t" 'kill-word)
167 (define-key map "\C-u" 'keyboard-quit) 167 (define-key map "\C-u" 'keyboard-quit)
diff --git a/lisp/epa.el b/lisp/epa.el
index 5164181454a..229138bd455 100644
--- a/lisp/epa.el
+++ b/lisp/epa.el
@@ -214,8 +214,8 @@ You should bind this variable with `let', but do not set it globally.")
214 (define-key keymap "g" 'revert-buffer) 214 (define-key keymap "g" 'revert-buffer)
215 (define-key keymap "n" 'next-line) 215 (define-key keymap "n" 'next-line)
216 (define-key keymap "p" 'previous-line) 216 (define-key keymap "p" 'previous-line)
217 (define-key keymap " " 'scroll-up) 217 (define-key keymap " " 'scroll-up-command)
218 (define-key keymap [delete] 'scroll-down) 218 (define-key keymap [delete] 'scroll-down-command)
219 (define-key keymap "q" 'epa-exit-buffer) 219 (define-key keymap "q" 'epa-exit-buffer)
220 (define-key keymap [menu-bar epa-key-list-mode] (cons "Keys" menu-map)) 220 (define-key keymap [menu-bar epa-key-list-mode] (cons "Keys" menu-map))
221 (define-key menu-map [epa-key-list-unmark-key] 221 (define-key menu-map [epa-key-list-unmark-key]
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 9ce2221e502..30fb3f2b004 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" (19973 21789)) 8;;;;;; "play/5x5.el" (19968 28627))
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;;;;;; (19891 13894)) 71;;;;;; (19890 42850))
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;;;;;; (19776 18657)) 91;;;;;; (19845 45374))
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;;;;;; (19891 13894)) 102;;;;;; (19890 42850))
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;;;;;; (20032 1418)) 117;;;;;; (20033 22846))
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" (19933 8482)) 256;;;;;; "advice" "emacs-lisp/advice.el" (19931 11784))
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" (19888 59421)) 401;;;;;; align) "align" "align.el" (19886 45771))
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;;;;;; (20094 18869)) 492;;;;;; (20094 65493))
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" "\
@@ -848,7 +848,7 @@ for details on preparing emacs for automatic allout activation.
848 848
849;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation 849;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
850;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" 850;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
851;;;;;; (19987 30383)) 851;;;;;; (19988 13913))
852;;; Generated autoloads from allout-widgets.el 852;;; Generated autoloads from allout-widgets.el
853 853
854(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) 854(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
@@ -907,7 +907,7 @@ outline hot-spot navigation (see `allout-mode').
907;;;*** 907;;;***
908 908
909;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 909;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
910;;;;;; "net/ange-ftp.el" (19976 62881)) 910;;;;;; "net/ange-ftp.el" (19977 43600))
911;;; Generated autoloads from net/ange-ftp.el 911;;; Generated autoloads from net/ange-ftp.el
912 912
913(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 913(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -929,7 +929,7 @@ directory, so that Emacs will know its current contents.
929;;;*** 929;;;***
930 930
931;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 931;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
932;;;;;; "animate" "play/animate.el" (19985 63781)) 932;;;;;; "animate" "play/animate.el" (19986 58615))
933;;; Generated autoloads from play/animate.el 933;;; Generated autoloads from play/animate.el
934 934
935(autoload 'animate-string "animate" "\ 935(autoload 'animate-string "animate" "\
@@ -962,7 +962,7 @@ the buffer *Birthday-Present-for-Name*.
962;;;*** 962;;;***
963 963
964;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 964;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
965;;;;;; "ansi-color" "ansi-color.el" (19874 16126)) 965;;;;;; "ansi-color" "ansi-color.el" (19854 41422))
966;;; Generated autoloads from ansi-color.el 966;;; Generated autoloads from ansi-color.el
967 967
968(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 968(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -988,7 +988,7 @@ This is a good function to put in `comint-output-filter-functions'.
988;;;*** 988;;;***
989 989
990;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 990;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
991;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19891 13894)) 991;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19890 42850))
992;;; Generated autoloads from progmodes/antlr-mode.el 992;;; Generated autoloads from progmodes/antlr-mode.el
993 993
994(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 994(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -1024,7 +1024,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1024;;;*** 1024;;;***
1025 1025
1026;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" 1026;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
1027;;;;;; (19955 60465)) 1027;;;;;; (19956 37456))
1028;;; Generated autoloads from calendar/appt.el 1028;;; Generated autoloads from calendar/appt.el
1029 1029
1030(autoload 'appt-add "appt" "\ 1030(autoload 'appt-add "appt" "\
@@ -1047,7 +1047,7 @@ ARG is positive, otherwise off.
1047 1047
1048;;;### (autoloads (apropos-documentation apropos-value apropos-library 1048;;;### (autoloads (apropos-documentation apropos-value apropos-library
1049;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 1049;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1050;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19910 9778)) 1050;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19909 7240))
1051;;; Generated autoloads from apropos.el 1051;;; Generated autoloads from apropos.el
1052 1052
1053(autoload 'apropos-read-pattern "apropos" "\ 1053(autoload 'apropos-read-pattern "apropos" "\
@@ -1150,8 +1150,8 @@ Returns list of symbols and documentation found.
1150 1150
1151;;;*** 1151;;;***
1152 1152
1153;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20064 1153;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20065
1154;;;;;; 62813)) 1154;;;;;; 65310))
1155;;; Generated autoloads from arc-mode.el 1155;;; Generated autoloads from arc-mode.el
1156 1156
1157(autoload 'archive-mode "arc-mode" "\ 1157(autoload 'archive-mode "arc-mode" "\
@@ -1171,7 +1171,7 @@ archive.
1171 1171
1172;;;*** 1172;;;***
1173 1173
1174;;;### (autoloads (array-mode) "array" "array.el" (19776 18657)) 1174;;;### (autoloads (array-mode) "array" "array.el" (19845 45374))
1175;;; Generated autoloads from array.el 1175;;; Generated autoloads from array.el
1176 1176
1177(autoload 'array-mode "array" "\ 1177(autoload 'array-mode "array" "\
@@ -1242,8 +1242,8 @@ Entering array mode calls the function `array-mode-hook'.
1242 1242
1243;;;*** 1243;;;***
1244 1244
1245;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19919 1245;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19914
1246;;;;;; 55562)) 1246;;;;;; 25180))
1247;;; Generated autoloads from textmodes/artist.el 1247;;; Generated autoloads from textmodes/artist.el
1248 1248
1249(autoload 'artist-mode "artist" "\ 1249(autoload 'artist-mode "artist" "\
@@ -1449,8 +1449,8 @@ Keymap summary
1449 1449
1450;;;*** 1450;;;***
1451 1451
1452;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19891 1452;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19890
1453;;;;;; 13894)) 1453;;;;;; 42850))
1454;;; Generated autoloads from progmodes/asm-mode.el 1454;;; Generated autoloads from progmodes/asm-mode.el
1455 1455
1456(autoload 'asm-mode "asm-mode" "\ 1456(autoload 'asm-mode "asm-mode" "\
@@ -1478,7 +1478,7 @@ Special commands:
1478;;;*** 1478;;;***
1479 1479
1480;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" 1480;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el"
1481;;;;;; (20089 62475)) 1481;;;;;; (20089 47591))
1482;;; Generated autoloads from gnus/auth-source.el 1482;;; Generated autoloads from gnus/auth-source.el
1483 1483
1484(defvar auth-source-cache-expiry 7200 "\ 1484(defvar auth-source-cache-expiry 7200 "\
@@ -1491,7 +1491,7 @@ let-binding.")
1491;;;*** 1491;;;***
1492 1492
1493;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1493;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1494;;;;;; (19776 18657)) 1494;;;;;; (19845 45374))
1495;;; Generated autoloads from autoarg.el 1495;;; Generated autoloads from autoarg.el
1496 1496
1497(defvar autoarg-mode nil "\ 1497(defvar autoarg-mode nil "\
@@ -1545,7 +1545,7 @@ etc. to supply digit arguments.
1545;;;*** 1545;;;***
1546 1546
1547;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1547;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1548;;;;;; (19776 18657)) 1548;;;;;; (19845 45374))
1549;;; Generated autoloads from progmodes/autoconf.el 1549;;; Generated autoloads from progmodes/autoconf.el
1550 1550
1551(autoload 'autoconf-mode "autoconf" "\ 1551(autoload 'autoconf-mode "autoconf" "\
@@ -1556,7 +1556,7 @@ Major mode for editing Autoconf configure.in files.
1556;;;*** 1556;;;***
1557 1557
1558;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1558;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1559;;;;;; "autoinsert" "autoinsert.el" (20064 62818)) 1559;;;;;; "autoinsert" "autoinsert.el" (20065 65310))
1560;;; Generated autoloads from autoinsert.el 1560;;; Generated autoloads from autoinsert.el
1561 1561
1562(autoload 'auto-insert "autoinsert" "\ 1562(autoload 'auto-insert "autoinsert" "\
@@ -1595,7 +1595,7 @@ insert a template for the file depending on the mode of the buffer.
1595 1595
1596;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1596;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1597;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1597;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1598;;;;;; (19926 36440)) 1598;;;;;; (19924 47209))
1599;;; Generated autoloads from emacs-lisp/autoload.el 1599;;; Generated autoloads from emacs-lisp/autoload.el
1600 1600
1601(put 'generated-autoload-file 'safe-local-variable 'stringp) 1601(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1646,7 +1646,7 @@ should be non-nil).
1646 1646
1647;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1647;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1648;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1648;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1649;;;;;; "autorevert" "autorevert.el" (19877 58520)) 1649;;;;;; "autorevert" "autorevert.el" (19878 51661))
1650;;; Generated autoloads from autorevert.el 1650;;; Generated autoloads from autorevert.el
1651 1651
1652(autoload 'auto-revert-mode "autorevert" "\ 1652(autoload 'auto-revert-mode "autorevert" "\
@@ -1727,7 +1727,7 @@ specifies in the mode line.
1727;;;*** 1727;;;***
1728 1728
1729;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1729;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1730;;;;;; "avoid.el" (19874 15752)) 1730;;;;;; "avoid.el" (19845 45374))
1731;;; Generated autoloads from avoid.el 1731;;; Generated autoloads from avoid.el
1732 1732
1733(defvar mouse-avoidance-mode nil "\ 1733(defvar mouse-avoidance-mode nil "\
@@ -1768,7 +1768,7 @@ definition of \"random distance\".)
1768;;;*** 1768;;;***
1769 1769
1770;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1770;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1771;;;;;; (20055 46662)) 1771;;;;;; (20055 29424))
1772;;; Generated autoloads from battery.el 1772;;; Generated autoloads from battery.el
1773 (put 'battery-mode-line-string 'risky-local-variable t) 1773 (put 'battery-mode-line-string 'risky-local-variable t)
1774 1774
@@ -1800,7 +1800,7 @@ seconds.
1800;;;*** 1800;;;***
1801 1801
1802;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1802;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1803;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19983 37515)) 1803;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19981 40664))
1804;;; Generated autoloads from emacs-lisp/benchmark.el 1804;;; Generated autoloads from emacs-lisp/benchmark.el
1805 1805
1806(autoload 'benchmark-run "benchmark" "\ 1806(autoload 'benchmark-run "benchmark" "\
@@ -1833,7 +1833,7 @@ For non-interactive use see also `benchmark-run' and
1833;;;*** 1833;;;***
1834 1834
1835;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1835;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1836;;;;;; "bibtex" "textmodes/bibtex.el" (20081 19566)) 1836;;;;;; "bibtex" "textmodes/bibtex.el" (20081 53460))
1837;;; Generated autoloads from textmodes/bibtex.el 1837;;; Generated autoloads from textmodes/bibtex.el
1838 1838
1839(autoload 'bibtex-initialize "bibtex" "\ 1839(autoload 'bibtex-initialize "bibtex" "\
@@ -1922,7 +1922,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1922;;;*** 1922;;;***
1923 1923
1924;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1924;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1925;;;;;; (19875 21674)) 1925;;;;;; (19863 8742))
1926;;; Generated autoloads from textmodes/bibtex-style.el 1926;;; Generated autoloads from textmodes/bibtex-style.el
1927 1927
1928(autoload 'bibtex-style-mode "bibtex-style" "\ 1928(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1934,7 +1934,7 @@ Major mode for editing BibTeX style files.
1934 1934
1935;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1935;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1936;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1936;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1937;;;;;; (19776 18657)) 1937;;;;;; (19845 45374))
1938;;; Generated autoloads from mail/binhex.el 1938;;; Generated autoloads from mail/binhex.el
1939 1939
1940(defconst binhex-begin-line "^:...............................................................$") 1940(defconst binhex-begin-line "^:...............................................................$")
@@ -1957,8 +1957,8 @@ Binhex decode region between START and END.
1957 1957
1958;;;*** 1958;;;***
1959 1959
1960;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19776 1960;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19845
1961;;;;;; 18657)) 1961;;;;;; 45374))
1962;;; Generated autoloads from play/blackbox.el 1962;;; Generated autoloads from play/blackbox.el
1963 1963
1964(autoload 'blackbox "blackbox" "\ 1964(autoload 'blackbox "blackbox" "\
@@ -2081,7 +2081,7 @@ a reflection.
2081;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 2081;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2082;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 2082;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2083;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 2083;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2084;;;;;; "bookmark.el" (20064 62825)) 2084;;;;;; "bookmark.el" (20065 65310))
2085;;; Generated autoloads from bookmark.el 2085;;; Generated autoloads from bookmark.el
2086 (define-key ctl-x-r-map "b" 'bookmark-jump) 2086 (define-key ctl-x-r-map "b" 'bookmark-jump)
2087 (define-key ctl-x-r-map "m" 'bookmark-set) 2087 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2282,7 +2282,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2282;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region 2282;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region
2283;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 2283;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2284;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2284;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2285;;;;;; (20048 22585)) 2285;;;;;; (20048 56149))
2286;;; Generated autoloads from net/browse-url.el 2286;;; Generated autoloads from net/browse-url.el
2287 2287
2288(defvar browse-url-browser-function 'browse-url-default-browser "\ 2288(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2587,8 +2587,8 @@ from `browse-url-elinks-wrapper'.
2587 2587
2588;;;*** 2588;;;***
2589 2589
2590;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19776 2590;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19845
2591;;;;;; 18657)) 2591;;;;;; 45374))
2592;;; Generated autoloads from play/bruce.el 2592;;; Generated autoloads from play/bruce.el
2593 2593
2594(autoload 'bruce "bruce" "\ 2594(autoload 'bruce "bruce" "\
@@ -2604,7 +2604,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2604;;;*** 2604;;;***
2605 2605
2606;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2606;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2607;;;;;; "bs" "bs.el" (19998 18466)) 2607;;;;;; "bs" "bs.el" (19998 49767))
2608;;; Generated autoloads from bs.el 2608;;; Generated autoloads from bs.el
2609 2609
2610(autoload 'bs-cycle-next "bs" "\ 2610(autoload 'bs-cycle-next "bs" "\
@@ -2644,7 +2644,7 @@ name of buffer configuration.
2644 2644
2645;;;*** 2645;;;***
2646 2646
2647;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19888 59421)) 2647;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19889 21967))
2648;;; Generated autoloads from play/bubbles.el 2648;;; Generated autoloads from play/bubbles.el
2649 2649
2650(autoload 'bubbles "bubbles" "\ 2650(autoload 'bubbles "bubbles" "\
@@ -2666,7 +2666,7 @@ columns on its right towards the left.
2666;;;*** 2666;;;***
2667 2667
2668;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2668;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2669;;;;;; "progmodes/bug-reference.el" (19891 13894)) 2669;;;;;; "progmodes/bug-reference.el" (19890 42850))
2670;;; Generated autoloads from progmodes/bug-reference.el 2670;;; Generated autoloads from progmodes/bug-reference.el
2671 2671
2672(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2672(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2687,7 +2687,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2687;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2687;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2688;;;;;; compile-defun byte-compile-file byte-recompile-directory 2688;;;;;; compile-defun byte-compile-file byte-recompile-directory
2689;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2689;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2690;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20084 62230)) 2690;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20084 29660))
2691;;; Generated autoloads from emacs-lisp/bytecomp.el 2691;;; Generated autoloads from emacs-lisp/bytecomp.el
2692(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2692(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2693(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2693(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2807,8 +2807,8 @@ and corresponding effects.
2807 2807
2808;;;*** 2808;;;***
2809 2809
2810;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19888 2810;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19885
2811;;;;;; 59421)) 2811;;;;;; 24894))
2812;;; Generated autoloads from calendar/cal-china.el 2812;;; Generated autoloads from calendar/cal-china.el
2813 2813
2814(put 'calendar-chinese-time-zone 'risky-local-variable t) 2814(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2817,7 +2817,7 @@ and corresponding effects.
2817 2817
2818;;;*** 2818;;;***
2819 2819
2820;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19888 59421)) 2820;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19885 24894))
2821;;; Generated autoloads from calendar/cal-dst.el 2821;;; Generated autoloads from calendar/cal-dst.el
2822 2822
2823(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2823(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2829,7 +2829,7 @@ and corresponding effects.
2829;;;*** 2829;;;***
2830 2830
2831;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2831;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2832;;;;;; (19888 59421)) 2832;;;;;; (19885 24894))
2833;;; Generated autoloads from calendar/cal-hebrew.el 2833;;; Generated autoloads from calendar/cal-hebrew.el
2834 2834
2835(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2835(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2845,8 +2845,8 @@ from the cursor position.
2845 2845
2846;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2846;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2847;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2847;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2848;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19946 2848;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19943
2849;;;;;; 35279)) 2849;;;;;; 25429))
2850;;; Generated autoloads from calc/calc.el 2850;;; Generated autoloads from calc/calc.el
2851 (define-key ctl-x-map "*" 'calc-dispatch) 2851 (define-key ctl-x-map "*" 'calc-dispatch)
2852 2852
@@ -2930,8 +2930,8 @@ See Info node `(calc)Defining Functions'.
2930 2930
2931;;;*** 2931;;;***
2932 2932
2933;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (19776 2933;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (19845
2934;;;;;; 18657)) 2934;;;;;; 45374))
2935;;; Generated autoloads from calc/calc-undo.el 2935;;; Generated autoloads from calc/calc-undo.el
2936 2936
2937(autoload 'calc-undo "calc-undo" "\ 2937(autoload 'calc-undo "calc-undo" "\
@@ -2941,8 +2941,8 @@ See Info node `(calc)Defining Functions'.
2941 2941
2942;;;*** 2942;;;***
2943 2943
2944;;;### (autoloads (calculator) "calculator" "calculator.el" (19933 2944;;;### (autoloads (calculator) "calculator" "calculator.el" (19931
2945;;;;;; 8482)) 2945;;;;;; 11784))
2946;;; Generated autoloads from calculator.el 2946;;; Generated autoloads from calculator.el
2947 2947
2948(autoload 'calculator "calculator" "\ 2948(autoload 'calculator "calculator" "\
@@ -2953,8 +2953,8 @@ See the documentation for `calculator-mode' for more information.
2953 2953
2954;;;*** 2954;;;***
2955 2955
2956;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19958 2956;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19956
2957;;;;;; 52955)) 2957;;;;;; 37456))
2958;;; Generated autoloads from calendar/calendar.el 2958;;; Generated autoloads from calendar/calendar.el
2959 2959
2960(autoload 'calendar "calendar" "\ 2960(autoload 'calendar "calendar" "\
@@ -2998,7 +2998,7 @@ This function is suitable for execution in a .emacs file.
2998;;;*** 2998;;;***
2999 2999
3000;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3000;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3001;;;;;; "gnus/canlock.el" (19776 18657)) 3001;;;;;; "gnus/canlock.el" (19845 45374))
3002;;; Generated autoloads from gnus/canlock.el 3002;;; Generated autoloads from gnus/canlock.el
3003 3003
3004(autoload 'canlock-insert-header "canlock" "\ 3004(autoload 'canlock-insert-header "canlock" "\
@@ -3016,7 +3016,7 @@ it fails.
3016;;;*** 3016;;;***
3017 3017
3018;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 3018;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3019;;;;;; (19776 18657)) 3019;;;;;; (19845 45374))
3020;;; Generated autoloads from progmodes/cap-words.el 3020;;; Generated autoloads from progmodes/cap-words.el
3021 3021
3022(autoload 'capitalized-words-mode "cap-words" "\ 3022(autoload 'capitalized-words-mode "cap-words" "\
@@ -3051,15 +3051,15 @@ Obsoletes `c-forward-into-nomenclature'.
3051 3051
3052;;;*** 3052;;;***
3053 3053
3054;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19776 3054;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19845
3055;;;;;; 18657)) 3055;;;;;; 45374))
3056;;; Generated autoloads from progmodes/cc-compat.el 3056;;; Generated autoloads from progmodes/cc-compat.el
3057(put 'c-indent-level 'safe-local-variable 'integerp) 3057(put 'c-indent-level 'safe-local-variable 'integerp)
3058 3058
3059;;;*** 3059;;;***
3060 3060
3061;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3061;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3062;;;;;; (20048 22592)) 3062;;;;;; (20048 56149))
3063;;; Generated autoloads from progmodes/cc-engine.el 3063;;; Generated autoloads from progmodes/cc-engine.el
3064 3064
3065(autoload 'c-guess-basic-syntax "cc-engine" "\ 3065(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3071,7 +3071,7 @@ Return the syntactic context of the current line.
3071 3071
3072;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region 3072;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region
3073;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install 3073;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3074;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (19983 37515)) 3074;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (19981 40664))
3075;;; Generated autoloads from progmodes/cc-guess.el 3075;;; Generated autoloads from progmodes/cc-guess.el
3076 3076
3077(defvar c-guess-guessed-offsets-alist nil "\ 3077(defvar c-guess-guessed-offsets-alist nil "\
@@ -3171,7 +3171,7 @@ the absolute file name of the file if STYLE-NAME is nil.
3171 3171
3172;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode 3172;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
3173;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3173;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3174;;;;;; (20075 38050)) 3174;;;;;; (20073 59352))
3175;;; Generated autoloads from progmodes/cc-mode.el 3175;;; Generated autoloads from progmodes/cc-mode.el
3176 3176
3177(autoload 'c-initialize-cc-mode "cc-mode" "\ 3177(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3348,7 +3348,7 @@ Key bindings:
3348;;;*** 3348;;;***
3349 3349
3350;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3350;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3351;;;;;; "progmodes/cc-styles.el" (19980 58393)) 3351;;;;;; "progmodes/cc-styles.el" (19981 40664))
3352;;; Generated autoloads from progmodes/cc-styles.el 3352;;; Generated autoloads from progmodes/cc-styles.el
3353 3353
3354(autoload 'c-set-style "cc-styles" "\ 3354(autoload 'c-set-style "cc-styles" "\
@@ -3399,7 +3399,7 @@ and exists only for compatibility reasons.
3399 3399
3400;;;*** 3400;;;***
3401 3401
3402;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19997 49500)) 3402;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19997 28887))
3403;;; Generated autoloads from progmodes/cc-vars.el 3403;;; Generated autoloads from progmodes/cc-vars.el
3404(put 'c-basic-offset 'safe-local-variable 'integerp) 3404(put 'c-basic-offset 'safe-local-variable 'integerp)
3405(put 'c-backslash-column 'safe-local-variable 'integerp) 3405(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3409,7 +3409,7 @@ and exists only for compatibility reasons.
3409 3409
3410;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3410;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3411;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3411;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3412;;;;;; (19946 35279)) 3412;;;;;; (19943 25429))
3413;;; Generated autoloads from international/ccl.el 3413;;; Generated autoloads from international/ccl.el
3414 3414
3415(autoload 'ccl-compile "ccl" "\ 3415(autoload 'ccl-compile "ccl" "\
@@ -3670,7 +3670,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3670;;;*** 3670;;;***
3671 3671
3672;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" 3672;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3673;;;;;; (19946 35279)) 3673;;;;;; (19943 25429))
3674;;; Generated autoloads from emacs-lisp/cconv.el 3674;;; Generated autoloads from emacs-lisp/cconv.el
3675 3675
3676(autoload 'cconv-closure-convert "cconv" "\ 3676(autoload 'cconv-closure-convert "cconv" "\
@@ -3685,7 +3685,7 @@ Returns a form where all lambdas don't have any free variables.
3685;;;*** 3685;;;***
3686 3686
3687;;;### (autoloads (cfengine-auto-mode cfengine-mode cfengine3-mode) 3687;;;### (autoloads (cfengine-auto-mode cfengine-mode cfengine3-mode)
3688;;;;;; "cfengine" "progmodes/cfengine.el" (20095 57966)) 3688;;;;;; "cfengine" "progmodes/cfengine.el" (20096 20817))
3689;;; Generated autoloads from progmodes/cfengine.el 3689;;; Generated autoloads from progmodes/cfengine.el
3690 3690
3691(autoload 'cfengine3-mode "cfengine" "\ 3691(autoload 'cfengine3-mode "cfengine" "\
@@ -3715,7 +3715,7 @@ on the buffer contents
3715;;;*** 3715;;;***
3716 3716
3717;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3717;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3718;;;;;; "emacs-lisp/check-declare.el" (19910 9778)) 3718;;;;;; "emacs-lisp/check-declare.el" (19906 31087))
3719;;; Generated autoloads from emacs-lisp/check-declare.el 3719;;; Generated autoloads from emacs-lisp/check-declare.el
3720 3720
3721(autoload 'check-declare-file "check-declare" "\ 3721(autoload 'check-declare-file "check-declare" "\
@@ -3740,7 +3740,7 @@ Returns non-nil if any false statements are found.
3740;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3740;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3741;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3741;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3742;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3742;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3743;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19933 8482)) 3743;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19931 11784))
3744;;; Generated autoloads from emacs-lisp/checkdoc.el 3744;;; Generated autoloads from emacs-lisp/checkdoc.el
3745(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3745(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3746(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3746(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3935,7 +3935,7 @@ checking of documentation strings.
3935 3935
3936;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3936;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3937;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3937;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3938;;;;;; "language/china-util.el" (19776 18657)) 3938;;;;;; "language/china-util.el" (19845 45374))
3939;;; Generated autoloads from language/china-util.el 3939;;; Generated autoloads from language/china-util.el
3940 3940
3941(autoload 'decode-hz-region "china-util" "\ 3941(autoload 'decode-hz-region "china-util" "\
@@ -3973,7 +3973,7 @@ Encode the text in the current buffer to HZ.
3973;;;*** 3973;;;***
3974 3974
3975;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3975;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3976;;;;;; "chistory" "chistory.el" (19776 18657)) 3976;;;;;; "chistory" "chistory.el" (19845 45374))
3977;;; Generated autoloads from chistory.el 3977;;; Generated autoloads from chistory.el
3978 3978
3979(autoload 'repeat-matching-complex-command "chistory" "\ 3979(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4012,7 +4012,7 @@ and runs the normal hook `command-history-hook'.
4012 4012
4013;;;*** 4013;;;***
4014 4014
4015;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19875 21674)) 4015;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19863 8742))
4016;;; Generated autoloads from emacs-lisp/cl.el 4016;;; Generated autoloads from emacs-lisp/cl.el
4017 4017
4018(defvar custom-print-functions nil "\ 4018(defvar custom-print-functions nil "\
@@ -4028,7 +4028,7 @@ a future Emacs interpreter will be able to use it.")
4028;;;*** 4028;;;***
4029 4029
4030;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4030;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4031;;;;;; (20079 29647)) 4031;;;;;; (20079 11742))
4032;;; Generated autoloads from emacs-lisp/cl-indent.el 4032;;; Generated autoloads from emacs-lisp/cl-indent.el
4033 4033
4034(autoload 'common-lisp-indent-function "cl-indent" "\ 4034(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4107,7 +4107,7 @@ For example, the function `case' has an indent property
4107;;;*** 4107;;;***
4108 4108
4109;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4109;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4110;;;;;; (19776 18657)) 4110;;;;;; (19845 45374))
4111;;; Generated autoloads from progmodes/cmacexp.el 4111;;; Generated autoloads from progmodes/cmacexp.el
4112 4112
4113(autoload 'c-macro-expand "cmacexp" "\ 4113(autoload 'c-macro-expand "cmacexp" "\
@@ -4127,8 +4127,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4127 4127
4128;;;*** 4128;;;***
4129 4129
4130;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20091 4130;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20092
4131;;;;;; 22439)) 4131;;;;;; 23754))
4132;;; Generated autoloads from cmuscheme.el 4132;;; Generated autoloads from cmuscheme.el
4133 4133
4134(autoload 'run-scheme "cmuscheme" "\ 4134(autoload 'run-scheme "cmuscheme" "\
@@ -4148,7 +4148,7 @@ is run).
4148 4148
4149;;;*** 4149;;;***
4150 4150
4151;;;### (autoloads (color-name-to-rgb) "color" "color.el" (19809 57783)) 4151;;;### (autoloads (color-name-to-rgb) "color" "color.el" (19845 45374))
4152;;; Generated autoloads from color.el 4152;;; Generated autoloads from color.el
4153 4153
4154(autoload 'color-name-to-rgb "color" "\ 4154(autoload 'color-name-to-rgb "color" "\
@@ -4170,7 +4170,7 @@ If FRAME cannot display COLOR, return nil.
4170;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4170;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4171;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4171;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4172;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4172;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4173;;;;;; (19990 19020)) 4173;;;;;; (19981 40664))
4174;;; Generated autoloads from comint.el 4174;;; Generated autoloads from comint.el
4175 4175
4176(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4176(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4265,7 +4265,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4265;;;*** 4265;;;***
4266 4266
4267;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 4267;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4268;;;;;; (19776 18657)) 4268;;;;;; (19845 45374))
4269;;; Generated autoloads from vc/compare-w.el 4269;;; Generated autoloads from vc/compare-w.el
4270 4270
4271(autoload 'compare-windows "compare-w" "\ 4271(autoload 'compare-windows "compare-w" "\
@@ -4302,8 +4302,8 @@ on third call it again advances points to the next difference and so on.
4302;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4302;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4303;;;;;; compile compilation-disable-input compile-command compilation-search-path 4303;;;;;; compile compilation-disable-input compile-command compilation-search-path
4304;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4304;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4305;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20075 4305;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20076
4306;;;;;; 53770)) 4306;;;;;; 35541))
4307;;; Generated autoloads from progmodes/compile.el 4307;;; Generated autoloads from progmodes/compile.el
4308 4308
4309(defvar compilation-mode-hook nil "\ 4309(defvar compilation-mode-hook nil "\
@@ -4477,7 +4477,7 @@ This is the value of `next-error-function' in Compilation buffers.
4477;;;*** 4477;;;***
4478 4478
4479;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4479;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4480;;;;;; (19888 59421)) 4480;;;;;; (19886 45771))
4481;;; Generated autoloads from completion.el 4481;;; Generated autoloads from completion.el
4482 4482
4483(defvar dynamic-completion-mode nil "\ 4483(defvar dynamic-completion-mode nil "\
@@ -4499,7 +4499,7 @@ Enable dynamic word-completion.
4499;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4499;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4500;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4500;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4501;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4501;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4502;;;;;; (19776 18657)) 4502;;;;;; (19845 45374))
4503;;; Generated autoloads from textmodes/conf-mode.el 4503;;; Generated autoloads from textmodes/conf-mode.el
4504 4504
4505(autoload 'conf-mode "conf-mode" "\ 4505(autoload 'conf-mode "conf-mode" "\
@@ -4655,7 +4655,7 @@ For details see `conf-mode'. Example:
4655;;;*** 4655;;;***
4656 4656
4657;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4657;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4658;;;;;; "cookie1" "play/cookie1.el" (19776 18657)) 4658;;;;;; "cookie1" "play/cookie1.el" (19845 45374))
4659;;; Generated autoloads from play/cookie1.el 4659;;; Generated autoloads from play/cookie1.el
4660 4660
4661(autoload 'cookie "cookie1" "\ 4661(autoload 'cookie "cookie1" "\
@@ -4687,8 +4687,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4687;;;*** 4687;;;***
4688 4688
4689;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4689;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4690;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19837 4690;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19845
4691;;;;;; 10808)) 4691;;;;;; 45374))
4692;;; Generated autoloads from emacs-lisp/copyright.el 4692;;; Generated autoloads from emacs-lisp/copyright.el
4693(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4693(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4694(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4694(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4727,7 +4727,7 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4727;;;*** 4727;;;***
4728 4728
4729;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4729;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4730;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19997 56452)) 4730;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19997 56302))
4731;;; Generated autoloads from progmodes/cperl-mode.el 4731;;; Generated autoloads from progmodes/cperl-mode.el
4732(put 'cperl-indent-level 'safe-local-variable 'integerp) 4732(put 'cperl-indent-level 'safe-local-variable 'integerp)
4733(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4733(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4926,7 +4926,7 @@ Run a `perldoc' on the word around point.
4926;;;*** 4926;;;***
4927 4927
4928;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4928;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4929;;;;;; (19891 13894)) 4929;;;;;; (19890 42850))
4930;;; Generated autoloads from progmodes/cpp.el 4930;;; Generated autoloads from progmodes/cpp.el
4931 4931
4932(autoload 'cpp-highlight-buffer "cpp" "\ 4932(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4945,7 +4945,7 @@ Edit display information for cpp conditionals.
4945;;;*** 4945;;;***
4946 4946
4947;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4947;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4948;;;;;; (19776 18657)) 4948;;;;;; (19845 45374))
4949;;; Generated autoloads from emulation/crisp.el 4949;;; Generated autoloads from emulation/crisp.el
4950 4950
4951(defvar crisp-mode nil "\ 4951(defvar crisp-mode nil "\
@@ -4969,7 +4969,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4969;;;*** 4969;;;***
4970 4970
4971;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4971;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4972;;;;;; (19776 18657)) 4972;;;;;; (19845 45374))
4973;;; Generated autoloads from emacs-lisp/crm.el 4973;;; Generated autoloads from emacs-lisp/crm.el
4974 4974
4975(autoload 'completing-read-multiple "crm" "\ 4975(autoload 'completing-read-multiple "crm" "\
@@ -5004,8 +5004,8 @@ INHERIT-INPUT-METHOD.
5004 5004
5005;;;*** 5005;;;***
5006 5006
5007;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19977 5007;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19978
5008;;;;;; 59938)) 5008;;;;;; 37530))
5009;;; Generated autoloads from textmodes/css-mode.el 5009;;; Generated autoloads from textmodes/css-mode.el
5010 5010
5011(autoload 'css-mode "css-mode" "\ 5011(autoload 'css-mode "css-mode" "\
@@ -5016,7 +5016,7 @@ Major mode to edit Cascading Style Sheets.
5016;;;*** 5016;;;***
5017 5017
5018;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5018;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5019;;;;;; (19902 1718)) 5019;;;;;; (19894 39890))
5020;;; Generated autoloads from emulation/cua-base.el 5020;;; Generated autoloads from emulation/cua-base.el
5021 5021
5022(defvar cua-mode nil "\ 5022(defvar cua-mode nil "\
@@ -5075,7 +5075,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5075;;;;;; customize-mode customize customize-push-and-save customize-save-variable 5075;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5076;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically 5076;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5077;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) 5077;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5078;;;;;; "cus-edit" "cus-edit.el" (20091 24120)) 5078;;;;;; "cus-edit" "cus-edit.el" (20092 23754))
5079;;; Generated autoloads from cus-edit.el 5079;;; Generated autoloads from cus-edit.el
5080 5080
5081(defvar custom-browse-sort-alphabetically nil "\ 5081(defvar custom-browse-sort-alphabetically nil "\
@@ -5391,8 +5391,8 @@ The format is suitable for use with `easy-menu-define'.
5391;;;*** 5391;;;***
5392 5392
5393;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme 5393;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5394;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20058 5394;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20059
5395;;;;;; 37090)) 5395;;;;;; 26455))
5396;;; Generated autoloads from cus-theme.el 5396;;; Generated autoloads from cus-theme.el
5397 5397
5398(autoload 'customize-create-theme "cus-theme" "\ 5398(autoload 'customize-create-theme "cus-theme" "\
@@ -5424,7 +5424,7 @@ omitted, a buffer named *Custom Themes* is used.
5424;;;*** 5424;;;***
5425 5425
5426;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5426;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5427;;;;;; (19875 21674)) 5427;;;;;; (19863 8742))
5428;;; Generated autoloads from vc/cvs-status.el 5428;;; Generated autoloads from vc/cvs-status.el
5429 5429
5430(autoload 'cvs-status-mode "cvs-status" "\ 5430(autoload 'cvs-status-mode "cvs-status" "\
@@ -5435,7 +5435,7 @@ Mode used for cvs status output.
5435;;;*** 5435;;;***
5436 5436
5437;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5437;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5438;;;;;; "cwarn" "progmodes/cwarn.el" (19776 18657)) 5438;;;;;; "cwarn" "progmodes/cwarn.el" (19845 45374))
5439;;; Generated autoloads from progmodes/cwarn.el 5439;;; Generated autoloads from progmodes/cwarn.el
5440 5440
5441(autoload 'cwarn-mode "cwarn" "\ 5441(autoload 'cwarn-mode "cwarn" "\
@@ -5482,7 +5482,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5482 5482
5483;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5483;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5484;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5484;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5485;;;;;; (19776 18657)) 5485;;;;;; (19845 45374))
5486;;; Generated autoloads from language/cyril-util.el 5486;;; Generated autoloads from language/cyril-util.el
5487 5487
5488(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5488(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5511,7 +5511,7 @@ If the argument is nil, we return the display table to its standard state.
5511;;;*** 5511;;;***
5512 5512
5513;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5513;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5514;;;;;; (19988 51157)) 5514;;;;;; (19989 34789))
5515;;; Generated autoloads from dabbrev.el 5515;;; Generated autoloads from dabbrev.el
5516(put 'dabbrev-case-fold-search 'risky-local-variable t) 5516(put 'dabbrev-case-fold-search 'risky-local-variable t)
5517(put 'dabbrev-case-replace 'risky-local-variable t) 5517(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5558,7 +5558,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5558;;;*** 5558;;;***
5559 5559
5560;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5560;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5561;;;;;; (19776 18657)) 5561;;;;;; (19845 45374))
5562;;; Generated autoloads from cedet/data-debug.el 5562;;; Generated autoloads from cedet/data-debug.el
5563 5563
5564(autoload 'data-debug-new-buffer "data-debug" "\ 5564(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5568,8 +5568,8 @@ Create a new data-debug buffer with NAME.
5568 5568
5569;;;*** 5569;;;***
5570 5570
5571;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20095 5571;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20096
5572;;;;;; 57966)) 5572;;;;;; 20817))
5573;;; Generated autoloads from net/dbus.el 5573;;; Generated autoloads from net/dbus.el
5574 5574
5575(autoload 'dbus-handle-event "dbus" "\ 5575(autoload 'dbus-handle-event "dbus" "\
@@ -5582,8 +5582,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5582 5582
5583;;;*** 5583;;;***
5584 5584
5585;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19891 5585;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19890
5586;;;;;; 13894)) 5586;;;;;; 42850))
5587;;; Generated autoloads from progmodes/dcl-mode.el 5587;;; Generated autoloads from progmodes/dcl-mode.el
5588 5588
5589(autoload 'dcl-mode "dcl-mode" "\ 5589(autoload 'dcl-mode "dcl-mode" "\
@@ -5710,7 +5710,7 @@ There is some minimal font-lock support (see vars
5710;;;*** 5710;;;***
5711 5711
5712;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5712;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5713;;;;;; "emacs-lisp/debug.el" (20089 62475)) 5713;;;;;; "emacs-lisp/debug.el" (20098 62550))
5714;;; Generated autoloads from emacs-lisp/debug.el 5714;;; Generated autoloads from emacs-lisp/debug.el
5715 5715
5716(setq debugger 'debug) 5716(setq debugger 'debug)
@@ -5754,7 +5754,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5754;;;*** 5754;;;***
5755 5755
5756;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5756;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5757;;;;;; (19888 59421)) 5757;;;;;; (19889 21967))
5758;;; Generated autoloads from play/decipher.el 5758;;; Generated autoloads from play/decipher.el
5759 5759
5760(autoload 'decipher "decipher" "\ 5760(autoload 'decipher "decipher" "\
@@ -5783,8 +5783,8 @@ The most useful commands are:
5783;;;*** 5783;;;***
5784 5784
5785;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5785;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5786;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19888 5786;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19886
5787;;;;;; 59421)) 5787;;;;;; 45771))
5788;;; Generated autoloads from delim-col.el 5788;;; Generated autoloads from delim-col.el
5789 5789
5790(autoload 'delimit-columns-customize "delim-col" "\ 5790(autoload 'delimit-columns-customize "delim-col" "\
@@ -5808,8 +5808,8 @@ START and END delimits the corners of text rectangle.
5808 5808
5809;;;*** 5809;;;***
5810 5810
5811;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19964 5811;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19965
5812;;;;;; 53371)) 5812;;;;;; 52428))
5813;;; Generated autoloads from progmodes/delphi.el 5813;;; Generated autoloads from progmodes/delphi.el
5814 5814
5815(autoload 'delphi-mode "delphi" "\ 5815(autoload 'delphi-mode "delphi" "\
@@ -5860,8 +5860,8 @@ with no args, if that value is non-nil.
5860 5860
5861;;;*** 5861;;;***
5862 5862
5863;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19776 5863;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19845
5864;;;;;; 18657)) 5864;;;;;; 45374))
5865;;; Generated autoloads from delsel.el 5865;;; Generated autoloads from delsel.el
5866 5866
5867(defalias 'pending-delete-mode 'delete-selection-mode) 5867(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5890,7 +5890,7 @@ any selection.
5890;;;*** 5890;;;***
5891 5891
5892;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5892;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5893;;;;;; "derived" "emacs-lisp/derived.el" (20054 26468)) 5893;;;;;; "derived" "emacs-lisp/derived.el" (20054 8529))
5894;;; Generated autoloads from emacs-lisp/derived.el 5894;;; Generated autoloads from emacs-lisp/derived.el
5895 5895
5896(autoload 'define-derived-mode "derived" "\ 5896(autoload 'define-derived-mode "derived" "\
@@ -5957,7 +5957,7 @@ the first time the mode is used.
5957;;;*** 5957;;;***
5958 5958
5959;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5959;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5960;;;;;; "descr-text.el" (19888 59421)) 5960;;;;;; "descr-text.el" (20100 17869))
5961;;; Generated autoloads from descr-text.el 5961;;; Generated autoloads from descr-text.el
5962 5962
5963(autoload 'describe-text-properties "descr-text" "\ 5963(autoload 'describe-text-properties "descr-text" "\
@@ -5985,7 +5985,7 @@ as well as widgets, buttons, overlays, and text properties.
5985;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5985;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5986;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5986;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5987;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5987;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5988;;;;;; "desktop.el" (19888 59421)) 5988;;;;;; "desktop.el" (19886 45771))
5989;;; Generated autoloads from desktop.el 5989;;; Generated autoloads from desktop.el
5990 5990
5991(defvar desktop-save-mode nil "\ 5991(defvar desktop-save-mode nil "\
@@ -6169,7 +6169,7 @@ Revert to the last loaded desktop.
6169 6169
6170;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6170;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6171;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6171;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6172;;;;;; "deuglify" "gnus/deuglify.el" (19776 18657)) 6172;;;;;; "deuglify" "gnus/deuglify.el" (19845 45374))
6173;;; Generated autoloads from gnus/deuglify.el 6173;;; Generated autoloads from gnus/deuglify.el
6174 6174
6175(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6175(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6202,7 +6202,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6202;;;*** 6202;;;***
6203 6203
6204;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6204;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6205;;;;;; "calendar/diary-lib.el" (19974 43253)) 6205;;;;;; "calendar/diary-lib.el" (19975 1875))
6206;;; Generated autoloads from calendar/diary-lib.el 6206;;; Generated autoloads from calendar/diary-lib.el
6207 6207
6208(autoload 'diary "diary-lib" "\ 6208(autoload 'diary "diary-lib" "\
@@ -6245,7 +6245,7 @@ Major mode for editing the diary file.
6245;;;*** 6245;;;***
6246 6246
6247;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command 6247;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command
6248;;;;;; diff-switches) "diff" "vc/diff.el" (20001 58878)) 6248;;;;;; diff-switches) "diff" "vc/diff.el" (19999 41597))
6249;;; Generated autoloads from vc/diff.el 6249;;; Generated autoloads from vc/diff.el
6250 6250
6251(defvar diff-switches (purecopy "-c") "\ 6251(defvar diff-switches (purecopy "-c") "\
@@ -6289,7 +6289,7 @@ This requires the external program `diff' to be in your `exec-path'.
6289;;;*** 6289;;;***
6290 6290
6291;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6291;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6292;;;;;; (19929 25102)) 6292;;;;;; (19930 13389))
6293;;; Generated autoloads from vc/diff-mode.el 6293;;; Generated autoloads from vc/diff-mode.el
6294 6294
6295(autoload 'diff-mode "diff-mode" "\ 6295(autoload 'diff-mode "diff-mode" "\
@@ -6317,7 +6317,7 @@ Minor mode for viewing/editing context diffs.
6317 6317
6318;;;*** 6318;;;***
6319 6319
6320;;;### (autoloads (dig) "dig" "net/dig.el" (19776 18657)) 6320;;;### (autoloads (dig) "dig" "net/dig.el" (19845 45374))
6321;;; Generated autoloads from net/dig.el 6321;;; Generated autoloads from net/dig.el
6322 6322
6323(autoload 'dig "dig" "\ 6323(autoload 'dig "dig" "\
@@ -6329,7 +6329,7 @@ Optional arguments are passed to `dig-invoke'.
6329;;;*** 6329;;;***
6330 6330
6331;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6331;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6332;;;;;; dired dired-listing-switches) "dired" "dired.el" (20087 36265)) 6332;;;;;; dired dired-listing-switches) "dired" "dired.el" (20087 5852))
6333;;; Generated autoloads from dired.el 6333;;; Generated autoloads from dired.el
6334 6334
6335(defvar dired-listing-switches (purecopy "-al") "\ 6335(defvar dired-listing-switches (purecopy "-al") "\
@@ -6451,7 +6451,7 @@ Keybindings:
6451;;;*** 6451;;;***
6452 6452
6453;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6453;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6454;;;;;; (19888 59421)) 6454;;;;;; (19886 45771))
6455;;; Generated autoloads from dirtrack.el 6455;;; Generated autoloads from dirtrack.el
6456 6456
6457(autoload 'dirtrack-mode "dirtrack" "\ 6457(autoload 'dirtrack-mode "dirtrack" "\
@@ -6477,8 +6477,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6477 6477
6478;;;*** 6478;;;***
6479 6479
6480;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19933 6480;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19931
6481;;;;;; 8482)) 6481;;;;;; 11784))
6482;;; Generated autoloads from emacs-lisp/disass.el 6482;;; Generated autoloads from emacs-lisp/disass.el
6483 6483
6484(autoload 'disassemble "disass" "\ 6484(autoload 'disassemble "disass" "\
@@ -6497,7 +6497,7 @@ redefine OBJECT if it is a symbol.
6497;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6497;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6498;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6498;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6499;;;;;; set-display-table-slot display-table-slot make-display-table) 6499;;;;;; set-display-table-slot display-table-slot make-display-table)
6500;;;;;; "disp-table" "disp-table.el" (19983 37515)) 6500;;;;;; "disp-table" "disp-table.el" (19984 16846))
6501;;; Generated autoloads from disp-table.el 6501;;; Generated autoloads from disp-table.el
6502 6502
6503(autoload 'make-display-table "disp-table" "\ 6503(autoload 'make-display-table "disp-table" "\
@@ -6619,7 +6619,7 @@ in `.emacs'.
6619;;;*** 6619;;;***
6620 6620
6621;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6621;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6622;;;;;; (19776 18657)) 6622;;;;;; (19845 45374))
6623;;; Generated autoloads from play/dissociate.el 6623;;; Generated autoloads from play/dissociate.el
6624 6624
6625(autoload 'dissociated-press "dissociate" "\ 6625(autoload 'dissociated-press "dissociate" "\
@@ -6635,7 +6635,7 @@ Default is 2.
6635 6635
6636;;;*** 6636;;;***
6637 6637
6638;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19888 59421)) 6638;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19886 45771))
6639;;; Generated autoloads from dnd.el 6639;;; Generated autoloads from dnd.el
6640 6640
6641(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)) "\ 6641(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)) "\
@@ -6656,7 +6656,7 @@ if some action was made, or nil if the URL is ignored.")
6656;;;*** 6656;;;***
6657 6657
6658;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6658;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6659;;;;;; "textmodes/dns-mode.el" (19776 18657)) 6659;;;;;; "textmodes/dns-mode.el" (19845 45374))
6660;;; Generated autoloads from textmodes/dns-mode.el 6660;;; Generated autoloads from textmodes/dns-mode.el
6661 6661
6662(autoload 'dns-mode "dns-mode" "\ 6662(autoload 'dns-mode "dns-mode" "\
@@ -6680,8 +6680,8 @@ Locate SOA record and increment the serial field.
6680;;;*** 6680;;;***
6681 6681
6682;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe 6682;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6683;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20006 6683;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20002
6684;;;;;; 60553)) 6684;;;;;; 46800))
6685;;; Generated autoloads from doc-view.el 6685;;; Generated autoloads from doc-view.el
6686 6686
6687(autoload 'doc-view-mode-p "doc-view" "\ 6687(autoload 'doc-view-mode-p "doc-view" "\
@@ -6724,7 +6724,7 @@ See the command `doc-view-mode' for more information on this mode.
6724 6724
6725;;;*** 6725;;;***
6726 6726
6727;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20077 4821)) 6727;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20077 56412))
6728;;; Generated autoloads from play/doctor.el 6728;;; Generated autoloads from play/doctor.el
6729 6729
6730(autoload 'doctor "doctor" "\ 6730(autoload 'doctor "doctor" "\
@@ -6734,7 +6734,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6734 6734
6735;;;*** 6735;;;***
6736 6736
6737;;;### (autoloads (double-mode) "double" "double.el" (19776 18657)) 6737;;;### (autoloads (double-mode) "double" "double.el" (19845 45374))
6738;;; Generated autoloads from double.el 6738;;; Generated autoloads from double.el
6739 6739
6740(autoload 'double-mode "double" "\ 6740(autoload 'double-mode "double" "\
@@ -6749,7 +6749,7 @@ when pressed twice. See variable `double-map' for details.
6749 6749
6750;;;*** 6750;;;***
6751 6751
6752;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19776 18657)) 6752;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19845 45374))
6753;;; Generated autoloads from play/dunnet.el 6753;;; Generated autoloads from play/dunnet.el
6754 6754
6755(autoload 'dunnet "dunnet" "\ 6755(autoload 'dunnet "dunnet" "\
@@ -6761,7 +6761,7 @@ Switch to *dungeon* buffer and start game.
6761 6761
6762;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6762;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6763;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6763;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6764;;;;;; "emacs-lisp/easy-mmode.el" (19776 18657)) 6764;;;;;; "emacs-lisp/easy-mmode.el" (19845 45374))
6765;;; Generated autoloads from emacs-lisp/easy-mmode.el 6765;;; Generated autoloads from emacs-lisp/easy-mmode.el
6766 6766
6767(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6767(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6871,8 +6871,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6871;;;*** 6871;;;***
6872 6872
6873;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6873;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6874;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19776 6874;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19845
6875;;;;;; 18657)) 6875;;;;;; 45374))
6876;;; Generated autoloads from emacs-lisp/easymenu.el 6876;;; Generated autoloads from emacs-lisp/easymenu.el
6877 6877
6878(autoload 'easy-menu-define "easymenu" "\ 6878(autoload 'easy-menu-define "easymenu" "\
@@ -7026,7 +7026,7 @@ To implement dynamic menus, either call this from
7026;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7026;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7027;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7027;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7028;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7028;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7029;;;;;; "progmodes/ebnf2ps.el" (19874 14841)) 7029;;;;;; "progmodes/ebnf2ps.el" (19845 45374))
7030;;; Generated autoloads from progmodes/ebnf2ps.el 7030;;; Generated autoloads from progmodes/ebnf2ps.el
7031 7031
7032(autoload 'ebnf-customize "ebnf2ps" "\ 7032(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7300,8 +7300,8 @@ See `ebnf-style-database' documentation.
7300;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7300;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7301;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7301;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7302;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7302;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7303;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19891 7303;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19890
7304;;;;;; 13894)) 7304;;;;;; 42850))
7305;;; Generated autoloads from progmodes/ebrowse.el 7305;;; Generated autoloads from progmodes/ebrowse.el
7306 7306
7307(autoload 'ebrowse-tree-mode "ebrowse" "\ 7307(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7450,7 +7450,7 @@ Display statistics for a class tree.
7450;;;*** 7450;;;***
7451 7451
7452;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7452;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7453;;;;;; (19874 15752)) 7453;;;;;; (19845 45374))
7454;;; Generated autoloads from ebuff-menu.el 7454;;; Generated autoloads from ebuff-menu.el
7455 7455
7456(autoload 'electric-buffer-list "ebuff-menu" "\ 7456(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7475,7 +7475,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7475;;;*** 7475;;;***
7476 7476
7477;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7477;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7478;;;;;; "echistory.el" (19888 59421)) 7478;;;;;; "echistory.el" (19886 45771))
7479;;; Generated autoloads from echistory.el 7479;;; Generated autoloads from echistory.el
7480 7480
7481(autoload 'Electric-command-history-redo-expression "echistory" "\ 7481(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7487,7 +7487,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7487;;;*** 7487;;;***
7488 7488
7489;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7489;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7490;;;;;; (20090 40643)) 7490;;;;;; (20091 2935))
7491;;; Generated autoloads from gnus/ecomplete.el 7491;;; Generated autoloads from gnus/ecomplete.el
7492 7492
7493(autoload 'ecomplete-setup "ecomplete" "\ 7493(autoload 'ecomplete-setup "ecomplete" "\
@@ -7497,7 +7497,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7497 7497
7498;;;*** 7498;;;***
7499 7499
7500;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19919 55562)) 7500;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19914 25180))
7501;;; Generated autoloads from cedet/ede.el 7501;;; Generated autoloads from cedet/ede.el
7502 7502
7503(defvar global-ede-mode nil "\ 7503(defvar global-ede-mode nil "\
@@ -7523,7 +7523,7 @@ an EDE controlled project.
7523 7523
7524;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7524;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7525;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7525;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7526;;;;;; "emacs-lisp/edebug.el" (20049 17052)) 7526;;;;;; "emacs-lisp/edebug.el" (20050 11479))
7527;;; Generated autoloads from emacs-lisp/edebug.el 7527;;; Generated autoloads from emacs-lisp/edebug.el
7528 7528
7529(defvar edebug-all-defs nil "\ 7529(defvar edebug-all-defs nil "\
@@ -7596,7 +7596,7 @@ Toggle edebugging of all forms.
7596;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7596;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7597;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7597;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7598;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7598;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7599;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19995 14181)) 7599;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19996 8027))
7600;;; Generated autoloads from vc/ediff.el 7600;;; Generated autoloads from vc/ediff.el
7601 7601
7602(autoload 'ediff-files "ediff" "\ 7602(autoload 'ediff-files "ediff" "\
@@ -7828,7 +7828,7 @@ With optional NODE, goes to that node.
7828;;;*** 7828;;;***
7829 7829
7830;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7830;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7831;;;;;; (19776 18657)) 7831;;;;;; (19845 45374))
7832;;; Generated autoloads from vc/ediff-help.el 7832;;; Generated autoloads from vc/ediff-help.el
7833 7833
7834(autoload 'ediff-customize "ediff-help" "\ 7834(autoload 'ediff-customize "ediff-help" "\
@@ -7839,7 +7839,7 @@ With optional NODE, goes to that node.
7839;;;*** 7839;;;***
7840 7840
7841;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7841;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7842;;;;;; (19799 6822)) 7842;;;;;; (19845 45374))
7843;;; Generated autoloads from vc/ediff-mult.el 7843;;; Generated autoloads from vc/ediff-mult.el
7844 7844
7845(autoload 'ediff-show-registry "ediff-mult" "\ 7845(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7852,7 +7852,7 @@ Display Ediff's registry.
7852;;;*** 7852;;;***
7853 7853
7854;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7854;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7855;;;;;; "ediff-util" "vc/ediff-util.el" (19983 37515)) 7855;;;;;; "ediff-util" "vc/ediff-util.el" (19981 40664))
7856;;; Generated autoloads from vc/ediff-util.el 7856;;; Generated autoloads from vc/ediff-util.el
7857 7857
7858(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7858(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7873,7 +7873,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7873 7873
7874;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7874;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7875;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7875;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7876;;;;;; (19888 59421)) 7876;;;;;; (19886 45771))
7877;;; Generated autoloads from edmacro.el 7877;;; Generated autoloads from edmacro.el
7878 7878
7879(autoload 'edit-kbd-macro "edmacro" "\ 7879(autoload 'edit-kbd-macro "edmacro" "\
@@ -7922,7 +7922,7 @@ or nil, use a compact 80-column format.
7922;;;*** 7922;;;***
7923 7923
7924;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7924;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7925;;;;;; "emulation/edt.el" (19776 18657)) 7925;;;;;; "emulation/edt.el" (19845 45374))
7926;;; Generated autoloads from emulation/edt.el 7926;;; Generated autoloads from emulation/edt.el
7927 7927
7928(autoload 'edt-set-scroll-margins "edt" "\ 7928(autoload 'edt-set-scroll-margins "edt" "\
@@ -7940,7 +7940,7 @@ Turn on EDT Emulation.
7940;;;*** 7940;;;***
7941 7941
7942;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7942;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7943;;;;;; (19875 21674)) 7943;;;;;; (19865 50420))
7944;;; Generated autoloads from ehelp.el 7944;;; Generated autoloads from ehelp.el
7945 7945
7946(autoload 'with-electric-help "ehelp" "\ 7946(autoload 'with-electric-help "ehelp" "\
@@ -7977,7 +7977,7 @@ BUFFER is put back into its original major mode.
7977;;;*** 7977;;;***
7978 7978
7979;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7979;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7980;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19776 18657)) 7980;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19845 45374))
7981;;; Generated autoloads from emacs-lisp/eldoc.el 7981;;; Generated autoloads from emacs-lisp/eldoc.el
7982 7982
7983(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 7983(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8021,7 +8021,7 @@ Emacs Lisp mode) that support ElDoc.")
8021;;;*** 8021;;;***
8022 8022
8023;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 8023;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8024;;;;;; "electric" "electric.el" (19888 59421)) 8024;;;;;; "electric" "electric.el" (19886 45771))
8025;;; Generated autoloads from electric.el 8025;;; Generated autoloads from electric.el
8026 8026
8027(defvar electric-indent-chars '(10) "\ 8027(defvar electric-indent-chars '(10) "\
@@ -8072,8 +8072,8 @@ Automatically insert newlines around some chars.
8072 8072
8073;;;*** 8073;;;***
8074 8074
8075;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19776 8075;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19845
8076;;;;;; 18657)) 8076;;;;;; 45374))
8077;;; Generated autoloads from elide-head.el 8077;;; Generated autoloads from elide-head.el
8078 8078
8079(autoload 'elide-head "elide-head" "\ 8079(autoload 'elide-head "elide-head" "\
@@ -8090,7 +8090,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8090 8090
8091;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 8091;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8092;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 8092;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8093;;;;;; (19786 56076)) 8093;;;;;; (19845 45374))
8094;;; Generated autoloads from emacs-lisp/elint.el 8094;;; Generated autoloads from emacs-lisp/elint.el
8095 8095
8096(autoload 'elint-file "elint" "\ 8096(autoload 'elint-file "elint" "\
@@ -8126,8 +8126,8 @@ optional prefix argument REINIT is non-nil.
8126;;;*** 8126;;;***
8127 8127
8128;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8128;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8129;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19983 8129;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19981
8130;;;;;; 37515)) 8130;;;;;; 40664))
8131;;; Generated autoloads from emacs-lisp/elp.el 8131;;; Generated autoloads from emacs-lisp/elp.el
8132 8132
8133(autoload 'elp-instrument-function "elp" "\ 8133(autoload 'elp-instrument-function "elp" "\
@@ -8162,7 +8162,7 @@ displayed.
8162;;;*** 8162;;;***
8163 8163
8164;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" 8164;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el"
8165;;;;;; (19987 11344)) 8165;;;;;; (19988 13913))
8166;;; Generated autoloads from emacs-lock.el 8166;;; Generated autoloads from emacs-lock.el
8167 8167
8168(autoload 'emacs-lock-mode "emacs-lock" "\ 8168(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8188,7 +8188,7 @@ Other values are interpreted as usual.
8188;;;*** 8188;;;***
8189 8189
8190;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) 8190;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug)
8191;;;;;; "emacsbug" "mail/emacsbug.el" (20094 5175)) 8191;;;;;; "emacsbug" "mail/emacsbug.el" (20093 44623))
8192;;; Generated autoloads from mail/emacsbug.el 8192;;; Generated autoloads from mail/emacsbug.el
8193 8193
8194(autoload 'report-emacs-bug "emacsbug" "\ 8194(autoload 'report-emacs-bug "emacsbug" "\
@@ -8209,7 +8209,7 @@ The result is an alist with items of the form (URL SUBJECT NO).
8209;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8209;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8210;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8210;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8211;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8211;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8212;;;;;; "vc/emerge.el" (19874 15752)) 8212;;;;;; "vc/emerge.el" (19845 45374))
8213;;; Generated autoloads from vc/emerge.el 8213;;; Generated autoloads from vc/emerge.el
8214 8214
8215(autoload 'emerge-files "emerge" "\ 8215(autoload 'emerge-files "emerge" "\
@@ -8270,7 +8270,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8270;;;*** 8270;;;***
8271 8271
8272;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8272;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8273;;;;;; "enriched" "textmodes/enriched.el" (19797 54173)) 8273;;;;;; "enriched" "textmodes/enriched.el" (19845 45374))
8274;;; Generated autoloads from textmodes/enriched.el 8274;;; Generated autoloads from textmodes/enriched.el
8275 8275
8276(autoload 'enriched-mode "enriched" "\ 8276(autoload 'enriched-mode "enriched" "\
@@ -8306,7 +8306,7 @@ Commands:
8306;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8306;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8307;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8307;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8308;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20087 8308;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20087
8309;;;;;; 36265)) 8309;;;;;; 5852))
8310;;; Generated autoloads from epa.el 8310;;; Generated autoloads from epa.el
8311 8311
8312(autoload 'epa-list-keys "epa" "\ 8312(autoload 'epa-list-keys "epa" "\
@@ -8484,7 +8484,7 @@ Insert selected KEYS after the point.
8484;;;*** 8484;;;***
8485 8485
8486;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8486;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8487;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19875 21674)) 8487;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19865 50420))
8488;;; Generated autoloads from epa-dired.el 8488;;; Generated autoloads from epa-dired.el
8489 8489
8490(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8490(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8510,7 +8510,7 @@ Encrypt marked files.
8510;;;*** 8510;;;***
8511 8511
8512;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8512;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8513;;;;;; "epa-file" "epa-file.el" (20045 40021)) 8513;;;;;; "epa-file" "epa-file.el" (20038 20303))
8514;;; Generated autoloads from epa-file.el 8514;;; Generated autoloads from epa-file.el
8515 8515
8516(autoload 'epa-file-handler "epa-file" "\ 8516(autoload 'epa-file-handler "epa-file" "\
@@ -8532,7 +8532,7 @@ Encrypt marked files.
8532 8532
8533;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8533;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8534;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8534;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8535;;;;;; "epa-mail" "epa-mail.el" (20045 40021)) 8535;;;;;; "epa-mail" "epa-mail.el" (20043 38232))
8536;;; Generated autoloads from epa-mail.el 8536;;; Generated autoloads from epa-mail.el
8537 8537
8538(autoload 'epa-mail-mode "epa-mail" "\ 8538(autoload 'epa-mail-mode "epa-mail" "\
@@ -8596,7 +8596,7 @@ Minor mode to hook EasyPG into Mail mode.
8596 8596
8597;;;*** 8597;;;***
8598 8598
8599;;;### (autoloads (epg-make-context) "epg" "epg.el" (20031 63297)) 8599;;;### (autoloads (epg-make-context) "epg" "epg.el" (20031 47065))
8600;;; Generated autoloads from epg.el 8600;;; Generated autoloads from epg.el
8601 8601
8602(autoload 'epg-make-context "epg" "\ 8602(autoload 'epg-make-context "epg" "\
@@ -8607,7 +8607,7 @@ Return a context object.
8607;;;*** 8607;;;***
8608 8608
8609;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8609;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8610;;;;;; "epg-config" "epg-config.el" (19776 18657)) 8610;;;;;; "epg-config" "epg-config.el" (19845 45374))
8611;;; Generated autoloads from epg-config.el 8611;;; Generated autoloads from epg-config.el
8612 8612
8613(autoload 'epg-configuration "epg-config" "\ 8613(autoload 'epg-configuration "epg-config" "\
@@ -8628,7 +8628,7 @@ Look at CONFIG and try to expand GROUP.
8628;;;*** 8628;;;***
8629 8629
8630;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8630;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8631;;;;;; "erc/erc.el" (20030 53460)) 8631;;;;;; "erc/erc.el" (19986 58615))
8632;;; Generated autoloads from erc/erc.el 8632;;; Generated autoloads from erc/erc.el
8633 8633
8634(autoload 'erc-select-read-args "erc" "\ 8634(autoload 'erc-select-read-args "erc" "\
@@ -8670,33 +8670,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8670 8670
8671;;;*** 8671;;;***
8672 8672
8673;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19776 8673;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19845
8674;;;;;; 18657)) 8674;;;;;; 45374))
8675;;; Generated autoloads from erc/erc-autoaway.el 8675;;; Generated autoloads from erc/erc-autoaway.el
8676 (autoload 'erc-autoaway-mode "erc-autoaway") 8676 (autoload 'erc-autoaway-mode "erc-autoaway")
8677 8677
8678;;;*** 8678;;;***
8679 8679
8680;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20092 63497)) 8680;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20093 44623))
8681;;; Generated autoloads from erc/erc-button.el 8681;;; Generated autoloads from erc/erc-button.el
8682 (autoload 'erc-button-mode "erc-button" nil t) 8682 (autoload 'erc-button-mode "erc-button" nil t)
8683 8683
8684;;;*** 8684;;;***
8685 8685
8686;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19776 18657)) 8686;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19845 45374))
8687;;; Generated autoloads from erc/erc-capab.el 8687;;; Generated autoloads from erc/erc-capab.el
8688 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8688 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8689 8689
8690;;;*** 8690;;;***
8691 8691
8692;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19776 18657)) 8692;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19845 45374))
8693;;; Generated autoloads from erc/erc-compat.el 8693;;; Generated autoloads from erc/erc-compat.el
8694 (autoload 'erc-define-minor-mode "erc-compat") 8694 (autoload 'erc-define-minor-mode "erc-compat")
8695 8695
8696;;;*** 8696;;;***
8697 8697
8698;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8698;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8699;;;;;; "erc-dcc" "erc/erc-dcc.el" (19902 1718)) 8699;;;;;; "erc-dcc" "erc/erc-dcc.el" (19895 48172))
8700;;; Generated autoloads from erc/erc-dcc.el 8700;;; Generated autoloads from erc/erc-dcc.el
8701 (autoload 'erc-dcc-mode "erc-dcc") 8701 (autoload 'erc-dcc-mode "erc-dcc")
8702 8702
@@ -8729,7 +8729,7 @@ that subcommand.
8729;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8729;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8730;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8730;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8731;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8731;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8732;;;;;; (19776 18657)) 8732;;;;;; (19845 45374))
8733;;; Generated autoloads from erc/erc-ezbounce.el 8733;;; Generated autoloads from erc/erc-ezbounce.el
8734 8734
8735(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8735(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8791,8 +8791,8 @@ Add EZBouncer convenience functions to ERC.
8791 8791
8792;;;*** 8792;;;***
8793 8793
8794;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19776 8794;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19845
8795;;;;;; 18657)) 8795;;;;;; 45374))
8796;;; Generated autoloads from erc/erc-fill.el 8796;;; Generated autoloads from erc/erc-fill.el
8797 (autoload 'erc-fill-mode "erc-fill" nil t) 8797 (autoload 'erc-fill-mode "erc-fill" nil t)
8798 8798
@@ -8805,7 +8805,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8805;;;*** 8805;;;***
8806 8806
8807;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8807;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8808;;;;;; "erc/erc-identd.el" (19776 18657)) 8808;;;;;; "erc/erc-identd.el" (19845 45374))
8809;;; Generated autoloads from erc/erc-identd.el 8809;;; Generated autoloads from erc/erc-identd.el
8810 (autoload 'erc-identd-mode "erc-identd") 8810 (autoload 'erc-identd-mode "erc-identd")
8811 8811
@@ -8827,7 +8827,7 @@ system.
8827;;;*** 8827;;;***
8828 8828
8829;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8829;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8830;;;;;; (19776 18657)) 8830;;;;;; (19845 45374))
8831;;; Generated autoloads from erc/erc-imenu.el 8831;;; Generated autoloads from erc/erc-imenu.el
8832 8832
8833(autoload 'erc-create-imenu-index "erc-imenu" "\ 8833(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8837,20 +8837,20 @@ system.
8837 8837
8838;;;*** 8838;;;***
8839 8839
8840;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19776 18657)) 8840;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19845 45374))
8841;;; Generated autoloads from erc/erc-join.el 8841;;; Generated autoloads from erc/erc-join.el
8842 (autoload 'erc-autojoin-mode "erc-join" nil t) 8842 (autoload 'erc-autojoin-mode "erc-join" nil t)
8843 8843
8844;;;*** 8844;;;***
8845 8845
8846;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19797 54173)) 8846;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19845 45374))
8847;;; Generated autoloads from erc/erc-list.el 8847;;; Generated autoloads from erc/erc-list.el
8848 (autoload 'erc-list-mode "erc-list") 8848 (autoload 'erc-list-mode "erc-list")
8849 8849
8850;;;*** 8850;;;***
8851 8851
8852;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8852;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8853;;;;;; "erc/erc-log.el" (19776 18657)) 8853;;;;;; "erc/erc-log.el" (19845 45374))
8854;;; Generated autoloads from erc/erc-log.el 8854;;; Generated autoloads from erc/erc-log.el
8855 (autoload 'erc-log-mode "erc-log" nil t) 8855 (autoload 'erc-log-mode "erc-log" nil t)
8856 8856
@@ -8882,7 +8882,7 @@ You can save every individual message by putting this function on
8882;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8882;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8883;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8883;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8884;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8884;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8885;;;;;; (19776 18657)) 8885;;;;;; (19845 45374))
8886;;; Generated autoloads from erc/erc-match.el 8886;;; Generated autoloads from erc/erc-match.el
8887 (autoload 'erc-match-mode "erc-match") 8887 (autoload 'erc-match-mode "erc-match")
8888 8888
@@ -8928,14 +8928,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
8928 8928
8929;;;*** 8929;;;***
8930 8930
8931;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19776 18657)) 8931;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19845 45374))
8932;;; Generated autoloads from erc/erc-menu.el 8932;;; Generated autoloads from erc/erc-menu.el
8933 (autoload 'erc-menu-mode "erc-menu" nil t) 8933 (autoload 'erc-menu-mode "erc-menu" nil t)
8934 8934
8935;;;*** 8935;;;***
8936 8936
8937;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 8937;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
8938;;;;;; (19776 18657)) 8938;;;;;; (19845 45374))
8939;;; Generated autoloads from erc/erc-netsplit.el 8939;;; Generated autoloads from erc/erc-netsplit.el
8940 (autoload 'erc-netsplit-mode "erc-netsplit") 8940 (autoload 'erc-netsplit-mode "erc-netsplit")
8941 8941
@@ -8947,7 +8947,7 @@ Show who's gone.
8947;;;*** 8947;;;***
8948 8948
8949;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 8949;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
8950;;;;;; "erc/erc-networks.el" (19776 18657)) 8950;;;;;; "erc/erc-networks.el" (19845 45374))
8951;;; Generated autoloads from erc/erc-networks.el 8951;;; Generated autoloads from erc/erc-networks.el
8952 8952
8953(autoload 'erc-determine-network "erc-networks" "\ 8953(autoload 'erc-determine-network "erc-networks" "\
@@ -8965,7 +8965,7 @@ Interactively select a server to connect to using `erc-server-alist'.
8965;;;*** 8965;;;***
8966 8966
8967;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 8967;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
8968;;;;;; "erc/erc-notify.el" (19776 18657)) 8968;;;;;; "erc/erc-notify.el" (19845 45374))
8969;;; Generated autoloads from erc/erc-notify.el 8969;;; Generated autoloads from erc/erc-notify.el
8970 (autoload 'erc-notify-mode "erc-notify" nil t) 8970 (autoload 'erc-notify-mode "erc-notify" nil t)
8971 8971
@@ -8983,33 +8983,33 @@ with args, toggle notify status of people.
8983 8983
8984;;;*** 8984;;;***
8985 8985
8986;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19776 18657)) 8986;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19845 45374))
8987;;; Generated autoloads from erc/erc-page.el 8987;;; Generated autoloads from erc/erc-page.el
8988 (autoload 'erc-page-mode "erc-page") 8988 (autoload 'erc-page-mode "erc-page")
8989 8989
8990;;;*** 8990;;;***
8991 8991
8992;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19936 8992;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19936
8993;;;;;; 25103)) 8993;;;;;; 52203))
8994;;; Generated autoloads from erc/erc-pcomplete.el 8994;;; Generated autoloads from erc/erc-pcomplete.el
8995 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 8995 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
8996 8996
8997;;;*** 8997;;;***
8998 8998
8999;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19776 18657)) 8999;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19845 45374))
9000;;; Generated autoloads from erc/erc-replace.el 9000;;; Generated autoloads from erc/erc-replace.el
9001 (autoload 'erc-replace-mode "erc-replace") 9001 (autoload 'erc-replace-mode "erc-replace")
9002 9002
9003;;;*** 9003;;;***
9004 9004
9005;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19776 18657)) 9005;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19845 45374))
9006;;; Generated autoloads from erc/erc-ring.el 9006;;; Generated autoloads from erc/erc-ring.el
9007 (autoload 'erc-ring-mode "erc-ring" nil t) 9007 (autoload 'erc-ring-mode "erc-ring" nil t)
9008 9008
9009;;;*** 9009;;;***
9010 9010
9011;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9011;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9012;;;;;; "erc-services" "erc/erc-services.el" (19776 18657)) 9012;;;;;; "erc-services" "erc/erc-services.el" (19845 45374))
9013;;; Generated autoloads from erc/erc-services.el 9013;;; Generated autoloads from erc/erc-services.el
9014 (autoload 'erc-services-mode "erc-services" nil t) 9014 (autoload 'erc-services-mode "erc-services" nil t)
9015 9015
@@ -9026,14 +9026,14 @@ When called interactively, read the password using `read-passwd'.
9026 9026
9027;;;*** 9027;;;***
9028 9028
9029;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19776 18657)) 9029;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19845 45374))
9030;;; Generated autoloads from erc/erc-sound.el 9030;;; Generated autoloads from erc/erc-sound.el
9031 (autoload 'erc-sound-mode "erc-sound") 9031 (autoload 'erc-sound-mode "erc-sound")
9032 9032
9033;;;*** 9033;;;***
9034 9034
9035;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9035;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9036;;;;;; (19776 18657)) 9036;;;;;; (19845 45374))
9037;;; Generated autoloads from erc/erc-speedbar.el 9037;;; Generated autoloads from erc/erc-speedbar.el
9038 9038
9039(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9039(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9044,21 +9044,21 @@ This will add a speedbar major display mode.
9044 9044
9045;;;*** 9045;;;***
9046 9046
9047;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19776 9047;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19845
9048;;;;;; 18657)) 9048;;;;;; 45374))
9049;;; Generated autoloads from erc/erc-spelling.el 9049;;; Generated autoloads from erc/erc-spelling.el
9050 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9050 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9051 9051
9052;;;*** 9052;;;***
9053 9053
9054;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19776 18657)) 9054;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19845 45374))
9055;;; Generated autoloads from erc/erc-stamp.el 9055;;; Generated autoloads from erc/erc-stamp.el
9056 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9056 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9057 9057
9058;;;*** 9058;;;***
9059 9059
9060;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9060;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9061;;;;;; (19874 14841)) 9061;;;;;; (19845 45374))
9062;;; Generated autoloads from erc/erc-track.el 9062;;; Generated autoloads from erc/erc-track.el
9063 9063
9064(defvar erc-track-minor-mode nil "\ 9064(defvar erc-track-minor-mode nil "\
@@ -9081,7 +9081,7 @@ module, otherwise the keybindings will not do anything useful.
9081;;;*** 9081;;;***
9082 9082
9083;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9083;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9084;;;;;; "erc-truncate" "erc/erc-truncate.el" (19776 18657)) 9084;;;;;; "erc-truncate" "erc/erc-truncate.el" (19845 45374))
9085;;; Generated autoloads from erc/erc-truncate.el 9085;;; Generated autoloads from erc/erc-truncate.el
9086 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9086 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9087 9087
@@ -9101,7 +9101,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9101;;;*** 9101;;;***
9102 9102
9103;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9103;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9104;;;;;; (19776 18657)) 9104;;;;;; (19845 45374))
9105;;; Generated autoloads from erc/erc-xdcc.el 9105;;; Generated autoloads from erc/erc-xdcc.el
9106 (autoload 'erc-xdcc-mode "erc-xdcc") 9106 (autoload 'erc-xdcc-mode "erc-xdcc")
9107 9107
@@ -9114,7 +9114,7 @@ Add a file to `erc-xdcc-files'.
9114 9114
9115;;;### (autoloads (ert-describe-test ert-run-tests-interactively 9115;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9116;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) 9116;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9117;;;;;; "ert" "emacs-lisp/ert.el" (19911 63128)) 9117;;;;;; "ert" "emacs-lisp/ert.el" (19846 36966))
9118;;; Generated autoloads from emacs-lisp/ert.el 9118;;; Generated autoloads from emacs-lisp/ert.el
9119 9119
9120(autoload 'ert-deftest "ert" "\ 9120(autoload 'ert-deftest "ert" "\
@@ -9184,7 +9184,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9184;;;*** 9184;;;***
9185 9185
9186;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" 9186;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
9187;;;;;; (19776 18657)) 9187;;;;;; (19845 45374))
9188;;; Generated autoloads from emacs-lisp/ert-x.el 9188;;; Generated autoloads from emacs-lisp/ert-x.el
9189 9189
9190(put 'ert-with-test-buffer 'lisp-indent-function 1) 9190(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9196,8 +9196,8 @@ Kill all test buffers that are still live.
9196 9196
9197;;;*** 9197;;;***
9198 9198
9199;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19891 9199;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19890
9200;;;;;; 13894)) 9200;;;;;; 42850))
9201;;; Generated autoloads from eshell/esh-mode.el 9201;;; Generated autoloads from eshell/esh-mode.el
9202 9202
9203(autoload 'eshell-mode "esh-mode" "\ 9203(autoload 'eshell-mode "esh-mode" "\
@@ -9210,7 +9210,7 @@ Emacs shell interactive mode.
9210;;;*** 9210;;;***
9211 9211
9212;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 9212;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9213;;;;;; "eshell/eshell.el" (19874 14841)) 9213;;;;;; "eshell/eshell.el" (19845 45374))
9214;;; Generated autoloads from eshell/eshell.el 9214;;; Generated autoloads from eshell/eshell.el
9215 9215
9216(autoload 'eshell "eshell" "\ 9216(autoload 'eshell "eshell" "\
@@ -9251,7 +9251,7 @@ corresponding to a successful execution.
9251;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9251;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9252;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9252;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9253;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9253;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9254;;;;;; (20084 62230)) 9254;;;;;; (20085 50516))
9255;;; Generated autoloads from progmodes/etags.el 9255;;; Generated autoloads from progmodes/etags.el
9256 9256
9257(defvar tags-file-name nil "\ 9257(defvar tags-file-name nil "\
@@ -9569,7 +9569,7 @@ for \\[find-tag] (which see).
9569;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9569;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9570;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9570;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9571;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9571;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9572;;;;;; (19776 18657)) 9572;;;;;; (19845 45374))
9573;;; Generated autoloads from language/ethio-util.el 9573;;; Generated autoloads from language/ethio-util.el
9574 9574
9575(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9575(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9739,7 +9739,7 @@ With ARG, insert that many delimiters.
9739 9739
9740;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9740;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9741;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9741;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9742;;;;;; (19933 8482)) 9742;;;;;; (19931 11784))
9743;;; Generated autoloads from net/eudc.el 9743;;; Generated autoloads from net/eudc.el
9744 9744
9745(autoload 'eudc-set-server "eudc" "\ 9745(autoload 'eudc-set-server "eudc" "\
@@ -9795,7 +9795,7 @@ This does nothing except loading eudc by autoload side-effect.
9795 9795
9796;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9796;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9797;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9797;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9798;;;;;; "eudc-bob" "net/eudc-bob.el" (19776 18657)) 9798;;;;;; "eudc-bob" "net/eudc-bob.el" (19845 45374))
9799;;; Generated autoloads from net/eudc-bob.el 9799;;; Generated autoloads from net/eudc-bob.el
9800 9800
9801(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9801(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9831,7 +9831,7 @@ Display a button for the JPEG DATA.
9831;;;*** 9831;;;***
9832 9832
9833;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9833;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9834;;;;;; "eudc-export" "net/eudc-export.el" (19933 8482)) 9834;;;;;; "eudc-export" "net/eudc-export.el" (19931 11784))
9835;;; Generated autoloads from net/eudc-export.el 9835;;; Generated autoloads from net/eudc-export.el
9836 9836
9837(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9837(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9848,7 +9848,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9848;;;*** 9848;;;***
9849 9849
9850;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9850;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9851;;;;;; (19933 8482)) 9851;;;;;; (19931 11784))
9852;;; Generated autoloads from net/eudc-hotlist.el 9852;;; Generated autoloads from net/eudc-hotlist.el
9853 9853
9854(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9854(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9858,8 +9858,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9858 9858
9859;;;*** 9859;;;***
9860 9860
9861;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19874 9861;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19845
9862;;;;;; 14841)) 9862;;;;;; 45374))
9863;;; Generated autoloads from emacs-lisp/ewoc.el 9863;;; Generated autoloads from emacs-lisp/ewoc.el
9864 9864
9865(autoload 'ewoc-create "ewoc" "\ 9865(autoload 'ewoc-create "ewoc" "\
@@ -9888,7 +9888,7 @@ fourth arg NOSEP non-nil inhibits this.
9888;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9888;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9889;;;;;; executable-self-display executable-set-magic executable-interpret 9889;;;;;; executable-self-display executable-set-magic executable-interpret
9890;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9890;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9891;;;;;; (19891 13894)) 9891;;;;;; (19890 42850))
9892;;; Generated autoloads from progmodes/executable.el 9892;;; Generated autoloads from progmodes/executable.el
9893 9893
9894(autoload 'executable-command-find-posix-p "executable" "\ 9894(autoload 'executable-command-find-posix-p "executable" "\
@@ -9931,7 +9931,7 @@ file modes.
9931 9931
9932;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9932;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
9933;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 9933;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
9934;;;;;; (19888 59421)) 9934;;;;;; (19886 45771))
9935;;; Generated autoloads from expand.el 9935;;; Generated autoloads from expand.el
9936 9936
9937(autoload 'expand-add-abbrevs "expand" "\ 9937(autoload 'expand-add-abbrevs "expand" "\
@@ -9980,7 +9980,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9980 9980
9981;;;*** 9981;;;***
9982 9982
9983;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20089 62475)) 9983;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20088 26718))
9984;;; Generated autoloads from progmodes/f90.el 9984;;; Generated autoloads from progmodes/f90.el
9985 9985
9986(autoload 'f90-mode "f90" "\ 9986(autoload 'f90-mode "f90" "\
@@ -10050,8 +10050,8 @@ with no args, if that value is non-nil.
10050;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 10050;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10051;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 10051;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10052;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 10052;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10053;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19776 10053;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19845
10054;;;;;; 18657)) 10054;;;;;; 45374))
10055;;; Generated autoloads from face-remap.el 10055;;; Generated autoloads from face-remap.el
10056 10056
10057(autoload 'face-remap-add-relative "face-remap" "\ 10057(autoload 'face-remap-add-relative "face-remap" "\
@@ -10191,7 +10191,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10191 10191
10192;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10192;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10193;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10193;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10194;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19987 9666)) 10194;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19986 58615))
10195;;; Generated autoloads from mail/feedmail.el 10195;;; Generated autoloads from mail/feedmail.el
10196 10196
10197(autoload 'feedmail-send-it "feedmail" "\ 10197(autoload 'feedmail-send-it "feedmail" "\
@@ -10245,7 +10245,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10245;;;*** 10245;;;***
10246 10246
10247;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10247;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10248;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19776 18657)) 10248;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19845 45374))
10249;;; Generated autoloads from ffap.el 10249;;; Generated autoloads from ffap.el
10250 10250
10251(autoload 'ffap-next "ffap" "\ 10251(autoload 'ffap-next "ffap" "\
@@ -10309,7 +10309,7 @@ Evaluate the forms in variable `ffap-bindings'.
10309;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10309;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10310;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10310;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10311;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10311;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10312;;;;;; "filecache" "filecache.el" (19776 18657)) 10312;;;;;; "filecache" "filecache.el" (19845 45374))
10313;;; Generated autoloads from filecache.el 10313;;; Generated autoloads from filecache.el
10314 10314
10315(autoload 'file-cache-add-directory "filecache" "\ 10315(autoload 'file-cache-add-directory "filecache" "\
@@ -10369,7 +10369,7 @@ the name is considered already unique; only the second substitution
10369;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10369;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10370;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 10370;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10371;;;;;; add-file-local-variable-prop-line delete-file-local-variable 10371;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10372;;;;;; add-file-local-variable) "files-x" "files-x.el" (19888 59421)) 10372;;;;;; add-file-local-variable) "files-x" "files-x.el" (19886 45771))
10373;;; Generated autoloads from files-x.el 10373;;; Generated autoloads from files-x.el
10374 10374
10375(autoload 'add-file-local-variable "files-x" "\ 10375(autoload 'add-file-local-variable "files-x" "\
@@ -10434,8 +10434,8 @@ Copy directory-local variables to the -*- line.
10434 10434
10435;;;*** 10435;;;***
10436 10436
10437;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19776 10437;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19845
10438;;;;;; 18657)) 10438;;;;;; 45374))
10439;;; Generated autoloads from filesets.el 10439;;; Generated autoloads from filesets.el
10440 10440
10441(autoload 'filesets-init "filesets" "\ 10441(autoload 'filesets-init "filesets" "\
@@ -10446,7 +10446,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10446 10446
10447;;;*** 10447;;;***
10448 10448
10449;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19776 18657)) 10449;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19845 45374))
10450;;; Generated autoloads from find-cmd.el 10450;;; Generated autoloads from find-cmd.el
10451 10451
10452(autoload 'find-cmd "find-cmd" "\ 10452(autoload 'find-cmd "find-cmd" "\
@@ -10466,7 +10466,7 @@ result is a string that should be ready for the command line.
10466;;;*** 10466;;;***
10467 10467
10468;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" 10468;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10469;;;;;; "find-dired.el" (19980 46525)) 10469;;;;;; "find-dired.el" (19980 19797))
10470;;; Generated autoloads from find-dired.el 10470;;; Generated autoloads from find-dired.el
10471 10471
10472(autoload 'find-dired "find-dired" "\ 10472(autoload 'find-dired "find-dired" "\
@@ -10506,7 +10506,7 @@ use in place of \"-ls\" as the final argument.
10506 10506
10507;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10507;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10508;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10508;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10509;;;;;; (19874 14841)) 10509;;;;;; (19845 45374))
10510;;; Generated autoloads from find-file.el 10510;;; Generated autoloads from find-file.el
10511 10511
10512(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10512(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10600,7 +10600,7 @@ Visit the file you click on in another window.
10600;;;;;; find-variable find-variable-noselect find-function-other-frame 10600;;;;;; find-variable find-variable-noselect find-function-other-frame
10601;;;;;; find-function-other-window find-function find-function-noselect 10601;;;;;; find-function-other-window find-function find-function-noselect
10602;;;;;; find-function-search-for-symbol find-library) "find-func" 10602;;;;;; find-function-search-for-symbol find-library) "find-func"
10603;;;;;; "emacs-lisp/find-func.el" (20071 33316)) 10603;;;;;; "emacs-lisp/find-func.el" (20071 17619))
10604;;; Generated autoloads from emacs-lisp/find-func.el 10604;;; Generated autoloads from emacs-lisp/find-func.el
10605 10605
10606(autoload 'find-library "find-func" "\ 10606(autoload 'find-library "find-func" "\
@@ -10759,7 +10759,7 @@ Define some key bindings for the find-function family of functions.
10759;;;*** 10759;;;***
10760 10760
10761;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10761;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10762;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19888 59421)) 10762;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19886 45771))
10763;;; Generated autoloads from find-lisp.el 10763;;; Generated autoloads from find-lisp.el
10764 10764
10765(autoload 'find-lisp-find-dired "find-lisp" "\ 10765(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10780,7 +10780,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10780;;;*** 10780;;;***
10781 10781
10782;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10782;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10783;;;;;; "finder" "finder.el" (19892 34767)) 10783;;;;;; "finder" "finder.el" (19893 19022))
10784;;; Generated autoloads from finder.el 10784;;; Generated autoloads from finder.el
10785 10785
10786(autoload 'finder-list-keywords "finder" "\ 10786(autoload 'finder-list-keywords "finder" "\
@@ -10802,7 +10802,7 @@ Find packages matching a given keyword.
10802;;;*** 10802;;;***
10803 10803
10804;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10804;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10805;;;;;; "flow-ctrl.el" (19776 18657)) 10805;;;;;; "flow-ctrl.el" (19845 45374))
10806;;; Generated autoloads from flow-ctrl.el 10806;;; Generated autoloads from flow-ctrl.el
10807 10807
10808(autoload 'enable-flow-control "flow-ctrl" "\ 10808(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10824,7 +10824,7 @@ to get the effect of a C-q.
10824;;;*** 10824;;;***
10825 10825
10826;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10826;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10827;;;;;; (19776 18657)) 10827;;;;;; (19845 45374))
10828;;; Generated autoloads from gnus/flow-fill.el 10828;;; Generated autoloads from gnus/flow-fill.el
10829 10829
10830(autoload 'fill-flowed-encode "flow-fill" "\ 10830(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10840,7 +10840,7 @@ to get the effect of a C-q.
10840;;;*** 10840;;;***
10841 10841
10842;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on 10842;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
10843;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (19983 43916)) 10843;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (19984 16846))
10844;;; Generated autoloads from progmodes/flymake.el 10844;;; Generated autoloads from progmodes/flymake.el
10845 10845
10846(autoload 'flymake-mode "flymake" "\ 10846(autoload 'flymake-mode "flymake" "\
@@ -10869,7 +10869,7 @@ Turn flymake mode off.
10869 10869
10870;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10870;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10871;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10871;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10872;;;;;; "flyspell" "textmodes/flyspell.el" (20076 61048)) 10872;;;;;; "flyspell" "textmodes/flyspell.el" (20076 35541))
10873;;; Generated autoloads from textmodes/flyspell.el 10873;;; Generated autoloads from textmodes/flyspell.el
10874 10874
10875(autoload 'flyspell-prog-mode "flyspell" "\ 10875(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10939,7 +10939,7 @@ Flyspell whole buffer.
10939 10939
10940;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10940;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
10941;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10941;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
10942;;;;;; (19998 18685)) 10942;;;;;; (19998 49767))
10943;;; Generated autoloads from follow.el 10943;;; Generated autoloads from follow.el
10944 10944
10945(autoload 'turn-on-follow-mode "follow" "\ 10945(autoload 'turn-on-follow-mode "follow" "\
@@ -11012,8 +11012,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
11012 11012
11013;;;*** 11013;;;***
11014 11014
11015;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19919 11015;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19913
11016;;;;;; 55562)) 11016;;;;;; 4309))
11017;;; Generated autoloads from mail/footnote.el 11017;;; Generated autoloads from mail/footnote.el
11018 11018
11019(autoload 'footnote-mode "footnote" "\ 11019(autoload 'footnote-mode "footnote" "\
@@ -11027,7 +11027,7 @@ started, play around with the following keys:
11027;;;*** 11027;;;***
11028 11028
11029;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11029;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11030;;;;;; "forms" "forms.el" (19888 59421)) 11030;;;;;; "forms" "forms.el" (19886 45771))
11031;;; Generated autoloads from forms.el 11031;;; Generated autoloads from forms.el
11032 11032
11033(autoload 'forms-mode "forms" "\ 11033(autoload 'forms-mode "forms" "\
@@ -11064,7 +11064,7 @@ Visit a file in Forms mode in other window.
11064;;;*** 11064;;;***
11065 11065
11066;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11066;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11067;;;;;; (19958 52955)) 11067;;;;;; (19956 37456))
11068;;; Generated autoloads from progmodes/fortran.el 11068;;; Generated autoloads from progmodes/fortran.el
11069 11069
11070(autoload 'fortran-mode "fortran" "\ 11070(autoload 'fortran-mode "fortran" "\
@@ -11142,7 +11142,7 @@ with no args, if that value is non-nil.
11142;;;*** 11142;;;***
11143 11143
11144;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11144;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11145;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19933 8482)) 11145;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19931 11784))
11146;;; Generated autoloads from play/fortune.el 11146;;; Generated autoloads from play/fortune.el
11147 11147
11148(autoload 'fortune-add-fortune "fortune" "\ 11148(autoload 'fortune-add-fortune "fortune" "\
@@ -11191,7 +11191,7 @@ and choose the directory as the fortune-file.
11191;;;*** 11191;;;***
11192 11192
11193;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 11193;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11194;;;;;; (20076 64499)) 11194;;;;;; (20077 56412))
11195;;; Generated autoloads from progmodes/gdb-mi.el 11195;;; Generated autoloads from progmodes/gdb-mi.el
11196 11196
11197(defvar gdb-enable-debug nil "\ 11197(defvar gdb-enable-debug nil "\
@@ -11252,8 +11252,8 @@ detailed description of this mode.
11252;;;*** 11252;;;***
11253 11253
11254;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11254;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11255;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19776 11255;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19845
11256;;;;;; 18657)) 11256;;;;;; 45374))
11257;;; Generated autoloads from emacs-lisp/generic.el 11257;;; Generated autoloads from emacs-lisp/generic.el
11258 11258
11259(defvar generic-mode-list nil "\ 11259(defvar generic-mode-list nil "\
@@ -11330,7 +11330,7 @@ regular expression that can be used as an element of
11330;;;*** 11330;;;***
11331 11331
11332;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11332;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11333;;;;;; (19910 9778)) 11333;;;;;; (19906 31087))
11334;;; Generated autoloads from progmodes/glasses.el 11334;;; Generated autoloads from progmodes/glasses.el
11335 11335
11336(autoload 'glasses-mode "glasses" "\ 11336(autoload 'glasses-mode "glasses" "\
@@ -11344,7 +11344,7 @@ at places they belong to.
11344 11344
11345;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11345;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11346;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11346;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11347;;;;;; (19776 18657)) 11347;;;;;; (19845 45374))
11348;;; Generated autoloads from gnus/gmm-utils.el 11348;;; Generated autoloads from gnus/gmm-utils.el
11349 11349
11350(autoload 'gmm-regexp-concat "gmm-utils" "\ 11350(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11399,7 +11399,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11399;;;*** 11399;;;***
11400 11400
11401;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11401;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11402;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20078 6498)) 11402;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20077 56412))
11403;;; Generated autoloads from gnus/gnus.el 11403;;; Generated autoloads from gnus/gnus.el
11404(when (fboundp 'custom-autoload) 11404(when (fboundp 'custom-autoload)
11405 (custom-autoload 'gnus-select-method "gnus")) 11405 (custom-autoload 'gnus-select-method "gnus"))
@@ -11452,7 +11452,7 @@ prompt the user for the name of an NNTP server to use.
11452;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11452;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11453;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11453;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11454;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11454;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11455;;;;;; "gnus/gnus-agent.el" (20078 6498)) 11455;;;;;; "gnus/gnus-agent.el" (20077 56412))
11456;;; Generated autoloads from gnus/gnus-agent.el 11456;;; Generated autoloads from gnus/gnus-agent.el
11457 11457
11458(autoload 'gnus-unplugged "gnus-agent" "\ 11458(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11543,7 +11543,7 @@ If CLEAN, obsolete (ignore).
11543;;;*** 11543;;;***
11544 11544
11545;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11545;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11546;;;;;; (20090 40643)) 11546;;;;;; (20091 2935))
11547;;; Generated autoloads from gnus/gnus-art.el 11547;;; Generated autoloads from gnus/gnus-art.el
11548 11548
11549(autoload 'gnus-article-prepare-display "gnus-art" "\ 11549(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11554,7 +11554,7 @@ Make the current buffer look like a nice article.
11554;;;*** 11554;;;***
11555 11555
11556;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11556;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11557;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19776 18657)) 11557;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19845 45374))
11558;;; Generated autoloads from gnus/gnus-bookmark.el 11558;;; Generated autoloads from gnus/gnus-bookmark.el
11559 11559
11560(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11560(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11579,8 +11579,8 @@ deletion, or > if it is flagged for displaying.
11579 11579
11580;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11580;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11581;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11581;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11582;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19776 11582;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19845
11583;;;;;; 18657)) 11583;;;;;; 45374))
11584;;; Generated autoloads from gnus/gnus-cache.el 11584;;; Generated autoloads from gnus/gnus-cache.el
11585 11585
11586(autoload 'gnus-jog-cache "gnus-cache" "\ 11586(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11622,7 +11622,7 @@ supported.
11622;;;*** 11622;;;***
11623 11623
11624;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11624;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11625;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19933 8482)) 11625;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19931 11784))
11626;;; Generated autoloads from gnus/gnus-delay.el 11626;;; Generated autoloads from gnus/gnus-delay.el
11627 11627
11628(autoload 'gnus-delay-article "gnus-delay" "\ 11628(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11658,7 +11658,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11658;;;*** 11658;;;***
11659 11659
11660;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11660;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11661;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19776 18657)) 11661;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19845 45374))
11662;;; Generated autoloads from gnus/gnus-diary.el 11662;;; Generated autoloads from gnus/gnus-diary.el
11663 11663
11664(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11664(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11674,7 +11674,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11674;;;*** 11674;;;***
11675 11675
11676;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11676;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11677;;;;;; (19776 18657)) 11677;;;;;; (19845 45374))
11678;;; Generated autoloads from gnus/gnus-dired.el 11678;;; Generated autoloads from gnus/gnus-dired.el
11679 11679
11680(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11680(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11685,7 +11685,7 @@ Convenience method to turn on gnus-dired-mode.
11685;;;*** 11685;;;***
11686 11686
11687;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11687;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11688;;;;;; (19983 37515)) 11688;;;;;; (19981 40664))
11689;;; Generated autoloads from gnus/gnus-draft.el 11689;;; Generated autoloads from gnus/gnus-draft.el
11690 11690
11691(autoload 'gnus-draft-reminder "gnus-draft" "\ 11691(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11697,8 +11697,8 @@ Reminder user if there are unsent drafts.
11697 11697
11698;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11698;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11699;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11699;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11700;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20089 11700;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20088
11701;;;;;; 62475)) 11701;;;;;; 26718))
11702;;; Generated autoloads from gnus/gnus-fun.el 11702;;; Generated autoloads from gnus/gnus-fun.el
11703 11703
11704(autoload 'gnus-random-x-face "gnus-fun" "\ 11704(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11743,7 +11743,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11743;;;*** 11743;;;***
11744 11744
11745;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 11745;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
11746;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19821 48406)) 11746;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19845 45374))
11747;;; Generated autoloads from gnus/gnus-gravatar.el 11747;;; Generated autoloads from gnus/gnus-gravatar.el
11748 11748
11749(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 11749(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -11761,7 +11761,7 @@ If gravatars are already displayed, remove them.
11761;;;*** 11761;;;***
11762 11762
11763;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11763;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11764;;;;;; "gnus-group" "gnus/gnus-group.el" (20078 6498)) 11764;;;;;; "gnus-group" "gnus/gnus-group.el" (20077 56412))
11765;;; Generated autoloads from gnus/gnus-group.el 11765;;; Generated autoloads from gnus/gnus-group.el
11766 11766
11767(autoload 'gnus-fetch-group "gnus-group" "\ 11767(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11779,7 +11779,7 @@ Pop up a frame and enter GROUP.
11779;;;*** 11779;;;***
11780 11780
11781;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 11781;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
11782;;;;;; "gnus/gnus-html.el" (20049 48506)) 11782;;;;;; "gnus/gnus-html.el" (20050 11479))
11783;;; Generated autoloads from gnus/gnus-html.el 11783;;; Generated autoloads from gnus/gnus-html.el
11784 11784
11785(autoload 'gnus-article-html "gnus-html" "\ 11785(autoload 'gnus-article-html "gnus-html" "\
@@ -11795,7 +11795,7 @@ Pop up a frame and enter GROUP.
11795;;;*** 11795;;;***
11796 11796
11797;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11797;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11798;;;;;; (19776 18657)) 11798;;;;;; (19845 45374))
11799;;; Generated autoloads from gnus/gnus-kill.el 11799;;; Generated autoloads from gnus/gnus-kill.el
11800 11800
11801(defalias 'gnus-batch-kill 'gnus-batch-score) 11801(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11810,7 +11810,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11810 11810
11811;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11811;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11812;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11812;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11813;;;;;; (19776 18657)) 11813;;;;;; (19845 45374))
11814;;; Generated autoloads from gnus/gnus-ml.el 11814;;; Generated autoloads from gnus/gnus-ml.el
11815 11815
11816(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11816(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11835,7 +11835,7 @@ Minor mode for providing mailing-list commands.
11835 11835
11836;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11836;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11837;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11837;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11838;;;;;; (19776 18657)) 11838;;;;;; (19845 45374))
11839;;; Generated autoloads from gnus/gnus-mlspl.el 11839;;; Generated autoloads from gnus/gnus-mlspl.el
11840 11840
11841(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11841(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -11936,7 +11936,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11936;;;*** 11936;;;***
11937 11937
11938;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11938;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11939;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20078 6498)) 11939;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20077 56412))
11940;;; Generated autoloads from gnus/gnus-msg.el 11940;;; Generated autoloads from gnus/gnus-msg.el
11941 11941
11942(autoload 'gnus-msg-mail "gnus-msg" "\ 11942(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -11962,7 +11962,7 @@ Like `message-reply'.
11962 11962
11963;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11963;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
11964;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11964;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
11965;;;;;; (19776 18657)) 11965;;;;;; (19845 45374))
11966;;; Generated autoloads from gnus/gnus-picon.el 11966;;; Generated autoloads from gnus/gnus-picon.el
11967 11967
11968(autoload 'gnus-treat-from-picon "gnus-picon" "\ 11968(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -11989,7 +11989,7 @@ If picons are already displayed, remove them.
11989;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11989;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
11990;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11990;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
11991;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11991;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
11992;;;;;; "gnus/gnus-range.el" (19821 48406)) 11992;;;;;; "gnus/gnus-range.el" (19845 45374))
11993;;; Generated autoloads from gnus/gnus-range.el 11993;;; Generated autoloads from gnus/gnus-range.el
11994 11994
11995(autoload 'gnus-sorted-difference "gnus-range" "\ 11995(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12057,7 +12057,7 @@ Add NUM into sorted LIST by side effect.
12057;;;*** 12057;;;***
12058 12058
12059;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12059;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12060;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19976 39376)) 12060;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19976 22732))
12061;;; Generated autoloads from gnus/gnus-registry.el 12061;;; Generated autoloads from gnus/gnus-registry.el
12062 12062
12063(autoload 'gnus-registry-initialize "gnus-registry" "\ 12063(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12073,8 +12073,8 @@ Install the registry hooks.
12073;;;*** 12073;;;***
12074 12074
12075;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12075;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12076;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19776 12076;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19845
12077;;;;;; 18657)) 12077;;;;;; 45374))
12078;;; Generated autoloads from gnus/gnus-sieve.el 12078;;; Generated autoloads from gnus/gnus-sieve.el
12079 12079
12080(autoload 'gnus-sieve-update "gnus-sieve" "\ 12080(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12102,7 +12102,7 @@ See the documentation for these variables and functions for details.
12102;;;*** 12102;;;***
12103 12103
12104;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12104;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12105;;;;;; (20076 61048)) 12105;;;;;; (20076 35541))
12106;;; Generated autoloads from gnus/gnus-spec.el 12106;;; Generated autoloads from gnus/gnus-spec.el
12107 12107
12108(autoload 'gnus-update-format "gnus-spec" "\ 12108(autoload 'gnus-update-format "gnus-spec" "\
@@ -12113,7 +12113,7 @@ Update the format specification near point.
12113;;;*** 12113;;;***
12114 12114
12115;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 12115;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12116;;;;;; (19988 51157)) 12116;;;;;; (19988 13913))
12117;;; Generated autoloads from gnus/gnus-start.el 12117;;; Generated autoloads from gnus/gnus-start.el
12118 12118
12119(autoload 'gnus-declare-backend "gnus-start" "\ 12119(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12124,7 +12124,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12124;;;*** 12124;;;***
12125 12125
12126;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 12126;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12127;;;;;; (20094 36595)) 12127;;;;;; (20094 65493))
12128;;; Generated autoloads from gnus/gnus-sum.el 12128;;; Generated autoloads from gnus/gnus-sum.el
12129 12129
12130(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12130(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12136,7 +12136,7 @@ BOOKMARK is a bookmark name or a bookmark record.
12136;;;*** 12136;;;***
12137 12137
12138;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 12138;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
12139;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19874 15752)) 12139;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19845 45374))
12140;;; Generated autoloads from gnus/gnus-sync.el 12140;;; Generated autoloads from gnus/gnus-sync.el
12141 12141
12142(autoload 'gnus-sync-initialize "gnus-sync" "\ 12142(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12152,7 +12152,7 @@ Install the sync hooks.
12152;;;*** 12152;;;***
12153 12153
12154;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12154;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12155;;;;;; (19874 15752)) 12155;;;;;; (19845 45374))
12156;;; Generated autoloads from gnus/gnus-win.el 12156;;; Generated autoloads from gnus/gnus-win.el
12157 12157
12158(autoload 'gnus-add-configuration "gnus-win" "\ 12158(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12163,7 +12163,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12163;;;*** 12163;;;***
12164 12164
12165;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" 12165;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12166;;;;;; (20006 60553)) 12166;;;;;; (20002 46800))
12167;;; Generated autoloads from net/gnutls.el 12167;;; Generated autoloads from net/gnutls.el
12168 12168
12169(defvar gnutls-min-prime-bits nil "\ 12169(defvar gnutls-min-prime-bits nil "\
@@ -12179,7 +12179,7 @@ A value of nil says to use the default gnutls value.")
12179 12179
12180;;;*** 12180;;;***
12181 12181
12182;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19888 59421)) 12182;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19889 21967))
12183;;; Generated autoloads from play/gomoku.el 12183;;; Generated autoloads from play/gomoku.el
12184 12184
12185(autoload 'gomoku "gomoku" "\ 12185(autoload 'gomoku "gomoku" "\
@@ -12206,8 +12206,8 @@ Use \\[describe-mode] for more info.
12206;;;*** 12206;;;***
12207 12207
12208;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 12208;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12209;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19776 12209;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19845
12210;;;;;; 18657)) 12210;;;;;; 45374))
12211;;; Generated autoloads from net/goto-addr.el 12211;;; Generated autoloads from net/goto-addr.el
12212 12212
12213(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12213(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12246,7 +12246,7 @@ Turn on `goto-address-mode', but only in comments and strings.
12246;;;*** 12246;;;***
12247 12247
12248;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) 12248;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12249;;;;;; "gravatar" "gnus/gravatar.el" (19874 15752)) 12249;;;;;; "gravatar" "gnus/gravatar.el" (19845 45374))
12250;;; Generated autoloads from gnus/gravatar.el 12250;;; Generated autoloads from gnus/gravatar.el
12251 12251
12252(autoload 'gravatar-retrieve "gravatar" "\ 12252(autoload 'gravatar-retrieve "gravatar" "\
@@ -12264,7 +12264,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12264 12264
12265;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12265;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12266;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12266;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12267;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20087 36265)) 12267;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20087 5852))
12268;;; Generated autoloads from progmodes/grep.el 12268;;; Generated autoloads from progmodes/grep.el
12269 12269
12270(defvar grep-window-height nil "\ 12270(defvar grep-window-height nil "\
@@ -12421,7 +12421,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12421 12421
12422;;;*** 12422;;;***
12423 12423
12424;;;### (autoloads (gs-load-image) "gs" "gs.el" (19776 18657)) 12424;;;### (autoloads (gs-load-image) "gs" "gs.el" (19845 45374))
12425;;; Generated autoloads from gs.el 12425;;; Generated autoloads from gs.el
12426 12426
12427(autoload 'gs-load-image "gs" "\ 12427(autoload 'gs-load-image "gs" "\
@@ -12435,7 +12435,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12435;;;*** 12435;;;***
12436 12436
12437;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12437;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12438;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20076 64339)) 12438;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20077 56412))
12439;;; Generated autoloads from progmodes/gud.el 12439;;; Generated autoloads from progmodes/gud.el
12440 12440
12441(autoload 'gud-gdb "gud" "\ 12441(autoload 'gud-gdb "gud" "\
@@ -12520,8 +12520,8 @@ Toggle the display of GUD tooltips.
12520 12520
12521;;;*** 12521;;;***
12522 12522
12523;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19888 12523;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19889
12524;;;;;; 59421)) 12524;;;;;; 21967))
12525;;; Generated autoloads from play/handwrite.el 12525;;; Generated autoloads from play/handwrite.el
12526 12526
12527(autoload 'handwrite "handwrite" "\ 12527(autoload 'handwrite "handwrite" "\
@@ -12539,7 +12539,7 @@ Variables: `handwrite-linespace' (default 12)
12539;;;*** 12539;;;***
12540 12540
12541;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12541;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12542;;;;;; (19983 37515)) 12542;;;;;; (19981 40664))
12543;;; Generated autoloads from play/hanoi.el 12543;;; Generated autoloads from play/hanoi.el
12544 12544
12545(autoload 'hanoi "hanoi" "\ 12545(autoload 'hanoi "hanoi" "\
@@ -12568,7 +12568,7 @@ to be updated.
12568 12568
12569;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12569;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12570;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12570;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12571;;;;;; "hashcash" "mail/hashcash.el" (19776 18657)) 12571;;;;;; "hashcash" "mail/hashcash.el" (19845 45374))
12572;;; Generated autoloads from mail/hashcash.el 12572;;; Generated autoloads from mail/hashcash.el
12573 12573
12574(autoload 'hashcash-insert-payment "hashcash" "\ 12574(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12613,7 +12613,7 @@ Prefix arg sets default accept amount temporarily.
12613;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12613;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12614;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12614;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12615;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12615;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12616;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19776 18657)) 12616;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19845 45374))
12617;;; Generated autoloads from help-at-pt.el 12617;;; Generated autoloads from help-at-pt.el
12618 12618
12619(autoload 'help-at-pt-string "help-at-pt" "\ 12619(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12743,7 +12743,7 @@ different regions. With numeric argument ARG, behaves like
12743;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 12743;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
12744;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 12744;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
12745;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 12745;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
12746;;;;;; "help-fns" "help-fns.el" (20030 47787)) 12746;;;;;; "help-fns" "help-fns.el" (20029 5330))
12747;;; Generated autoloads from help-fns.el 12747;;; Generated autoloads from help-fns.el
12748 12748
12749(autoload 'describe-function "help-fns" "\ 12749(autoload 'describe-function "help-fns" "\
@@ -12823,7 +12823,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
12823;;;*** 12823;;;***
12824 12824
12825;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12825;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12826;;;;;; (19776 18657)) 12826;;;;;; (19845 45374))
12827;;; Generated autoloads from help-macro.el 12827;;; Generated autoloads from help-macro.el
12828 12828
12829(defvar three-step-help nil "\ 12829(defvar three-step-help nil "\
@@ -12839,8 +12839,8 @@ gives the window that lists the options.")
12839 12839
12840;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12840;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12841;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12841;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12842;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20071 12842;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20072
12843;;;;;; 33300)) 12843;;;;;; 38480))
12844;;; Generated autoloads from help-mode.el 12844;;; Generated autoloads from help-mode.el
12845 12845
12846(autoload 'help-mode "help-mode" "\ 12846(autoload 'help-mode "help-mode" "\
@@ -12933,7 +12933,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12933;;;*** 12933;;;***
12934 12934
12935;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12935;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12936;;;;;; "emacs-lisp/helper.el" (19776 18657)) 12936;;;;;; "emacs-lisp/helper.el" (19845 45374))
12937;;; Generated autoloads from emacs-lisp/helper.el 12937;;; Generated autoloads from emacs-lisp/helper.el
12938 12938
12939(autoload 'Helper-describe-bindings "helper" "\ 12939(autoload 'Helper-describe-bindings "helper" "\
@@ -12949,7 +12949,7 @@ Provide help for current mode.
12949;;;*** 12949;;;***
12950 12950
12951;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12951;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12952;;;;;; "hexl.el" (19875 21674)) 12952;;;;;; "hexl.el" (19865 50420))
12953;;; Generated autoloads from hexl.el 12953;;; Generated autoloads from hexl.el
12954 12954
12955(autoload 'hexl-mode "hexl" "\ 12955(autoload 'hexl-mode "hexl" "\
@@ -13046,7 +13046,7 @@ This discards the buffer's undo information.
13046;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13046;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13047;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13047;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13048;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13048;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13049;;;;;; (20045 40021)) 13049;;;;;; (20034 23247))
13050;;; Generated autoloads from hi-lock.el 13050;;; Generated autoloads from hi-lock.el
13051 13051
13052(autoload 'hi-lock-mode "hi-lock" "\ 13052(autoload 'hi-lock-mode "hi-lock" "\
@@ -13180,7 +13180,7 @@ be found in variable `hi-lock-interactive-patterns'.
13180;;;*** 13180;;;***
13181 13181
13182;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 13182;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13183;;;;;; (19891 13894)) 13183;;;;;; (19890 42850))
13184;;; Generated autoloads from progmodes/hideif.el 13184;;; Generated autoloads from progmodes/hideif.el
13185 13185
13186(autoload 'hide-ifdef-mode "hideif" "\ 13186(autoload 'hide-ifdef-mode "hideif" "\
@@ -13220,7 +13220,7 @@ how the hiding is done:
13220;;;*** 13220;;;***
13221 13221
13222;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13222;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13223;;;;;; (20091 19552)) 13223;;;;;; (20091 2935))
13224;;; Generated autoloads from progmodes/hideshow.el 13224;;; Generated autoloads from progmodes/hideshow.el
13225 13225
13226(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))) "\ 13226(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))) "\
@@ -13282,8 +13282,8 @@ Unconditionally turn off `hs-minor-mode'.
13282;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13282;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13283;;;;;; highlight-changes-previous-change highlight-changes-next-change 13283;;;;;; highlight-changes-previous-change highlight-changes-next-change
13284;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13284;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13285;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19933 13285;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19931
13286;;;;;; 8482)) 13286;;;;;; 11784))
13287;;; Generated autoloads from hilit-chg.el 13287;;; Generated autoloads from hilit-chg.el
13288 13288
13289(autoload 'highlight-changes-mode "hilit-chg" "\ 13289(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13412,7 +13412,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13412;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13412;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13413;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13413;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13414;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13414;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13415;;;;;; "hippie-exp.el" (19776 18657)) 13415;;;;;; "hippie-exp.el" (19845 45374))
13416;;; Generated autoloads from hippie-exp.el 13416;;; Generated autoloads from hippie-exp.el
13417 13417
13418(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ 13418(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\
@@ -13485,7 +13485,7 @@ argument VERBOSE non-nil makes the function verbose.
13485;;;*** 13485;;;***
13486 13486
13487;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13487;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13488;;;;;; (19975 38287)) 13488;;;;;; (19976 22732))
13489;;; Generated autoloads from hl-line.el 13489;;; Generated autoloads from hl-line.el
13490 13490
13491(autoload 'hl-line-mode "hl-line" "\ 13491(autoload 'hl-line-mode "hl-line" "\
@@ -13533,7 +13533,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13533;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13533;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13534;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13534;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13535;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13535;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13536;;;;;; "calendar/holidays.el" (19883 6459)) 13536;;;;;; "calendar/holidays.el" (19882 48702))
13537;;; Generated autoloads from calendar/holidays.el 13537;;; Generated autoloads from calendar/holidays.el
13538 13538
13539(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13539(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -13681,8 +13681,8 @@ The optional LABEL is used to label the buffer created.
13681 13681
13682;;;*** 13682;;;***
13683 13683
13684;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19776 13684;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19845
13685;;;;;; 18657)) 13685;;;;;; 45374))
13686;;; Generated autoloads from gnus/html2text.el 13686;;; Generated autoloads from gnus/html2text.el
13687 13687
13688(autoload 'html2text "html2text" "\ 13688(autoload 'html2text "html2text" "\
@@ -13693,7 +13693,7 @@ Convert HTML to plain text in the current buffer.
13693;;;*** 13693;;;***
13694 13694
13695;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13695;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13696;;;;;; "htmlfontify" "htmlfontify.el" (19888 59421)) 13696;;;;;; "htmlfontify" "htmlfontify.el" (19886 45771))
13697;;; Generated autoloads from htmlfontify.el 13697;;; Generated autoloads from htmlfontify.el
13698 13698
13699(autoload 'htmlfontify-buffer "htmlfontify" "\ 13699(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13726,8 +13726,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
13726;;;*** 13726;;;***
13727 13727
13728;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13728;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13729;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19776 13729;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19845
13730;;;;;; 18657)) 13730;;;;;; 45374))
13731;;; Generated autoloads from ibuf-macs.el 13731;;; Generated autoloads from ibuf-macs.el
13732 13732
13733(autoload 'define-ibuffer-column "ibuf-macs" "\ 13733(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13824,7 +13824,7 @@ bound to the current value of the filter.
13824;;;*** 13824;;;***
13825 13825
13826;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13826;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13827;;;;;; "ibuffer" "ibuffer.el" (20053 38615)) 13827;;;;;; "ibuffer" "ibuffer.el" (20053 39261))
13828;;; Generated autoloads from ibuffer.el 13828;;; Generated autoloads from ibuffer.el
13829 13829
13830(autoload 'ibuffer-list-buffers "ibuffer" "\ 13830(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13865,7 +13865,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13865 13865
13866;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13866;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13867;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13867;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13868;;;;;; "calendar/icalendar.el" (20017 38217)) 13868;;;;;; "calendar/icalendar.el" (20015 58840))
13869;;; Generated autoloads from calendar/icalendar.el 13869;;; Generated autoloads from calendar/icalendar.el
13870 13870
13871(autoload 'icalendar-export-file "icalendar" "\ 13871(autoload 'icalendar-export-file "icalendar" "\
@@ -13917,8 +13917,8 @@ buffer `*icalendar-errors*'.
13917 13917
13918;;;*** 13918;;;***
13919 13919
13920;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20086 13920;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20087
13921;;;;;; 6123)) 13921;;;;;; 5852))
13922;;; Generated autoloads from icomplete.el 13922;;; Generated autoloads from icomplete.el
13923 13923
13924(defvar icomplete-mode nil "\ 13924(defvar icomplete-mode nil "\
@@ -13939,7 +13939,7 @@ otherwise turn it off.
13939 13939
13940;;;*** 13940;;;***
13941 13941
13942;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19891 13894)) 13942;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19890 42850))
13943;;; Generated autoloads from progmodes/icon.el 13943;;; Generated autoloads from progmodes/icon.el
13944 13944
13945(autoload 'icon-mode "icon" "\ 13945(autoload 'icon-mode "icon" "\
@@ -13980,7 +13980,7 @@ with no args, if that value is non-nil.
13980;;;*** 13980;;;***
13981 13981
13982;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13982;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13983;;;;;; (19933 8482)) 13983;;;;;; (19931 11784))
13984;;; Generated autoloads from progmodes/idlw-shell.el 13984;;; Generated autoloads from progmodes/idlw-shell.el
13985 13985
13986(autoload 'idlwave-shell "idlw-shell" "\ 13986(autoload 'idlwave-shell "idlw-shell" "\
@@ -14006,7 +14006,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14006;;;*** 14006;;;***
14007 14007
14008;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14008;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14009;;;;;; (19875 21674)) 14009;;;;;; (19863 8742))
14010;;; Generated autoloads from progmodes/idlwave.el 14010;;; Generated autoloads from progmodes/idlwave.el
14011 14011
14012(autoload 'idlwave-mode "idlwave" "\ 14012(autoload 'idlwave-mode "idlwave" "\
@@ -14140,8 +14140,8 @@ The main features of this mode are
14140;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14140;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14141;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14141;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14142;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14142;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14143;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20030 14143;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20097
14144;;;;;; 47787)) 14144;;;;;; 41737))
14145;;; Generated autoloads from ido.el 14145;;; Generated autoloads from ido.el
14146 14146
14147(defvar ido-mode nil "\ 14147(defvar ido-mode nil "\
@@ -14402,7 +14402,7 @@ DEF, if non-nil, is the default value.
14402 14402
14403;;;*** 14403;;;***
14404 14404
14405;;;### (autoloads (ielm) "ielm" "ielm.el" (20076 61471)) 14405;;;### (autoloads (ielm) "ielm" "ielm.el" (20077 56412))
14406;;; Generated autoloads from ielm.el 14406;;; Generated autoloads from ielm.el
14407 14407
14408(autoload 'ielm "ielm" "\ 14408(autoload 'ielm "ielm" "\
@@ -14413,7 +14413,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14413 14413
14414;;;*** 14414;;;***
14415 14415
14416;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19776 18657)) 14416;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19845 45374))
14417;;; Generated autoloads from iimage.el 14417;;; Generated autoloads from iimage.el
14418 14418
14419(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14419(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -14430,7 +14430,7 @@ Toggle inline image minor mode.
14430;;;;;; create-image image-type-auto-detected-p image-type-available-p 14430;;;;;; create-image image-type-auto-detected-p image-type-available-p
14431;;;;;; image-type image-type-from-file-name image-type-from-file-header 14431;;;;;; image-type image-type-from-file-name image-type-from-file-header
14432;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" 14432;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14433;;;;;; (20084 62230)) 14433;;;;;; (20084 29660))
14434;;; Generated autoloads from image.el 14434;;; Generated autoloads from image.el
14435 14435
14436(autoload 'image-type-from-data "image" "\ 14436(autoload 'image-type-from-data "image" "\
@@ -14627,7 +14627,7 @@ If Emacs is compiled without ImageMagick support, do nothing.
14627;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14627;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14628;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14628;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14629;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 14629;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
14630;;;;;; "image-dired" "image-dired.el" (20032 10355)) 14630;;;;;; "image-dired" "image-dired.el" (20033 22846))
14631;;; Generated autoloads from image-dired.el 14631;;; Generated autoloads from image-dired.el
14632 14632
14633(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 14633(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -14765,7 +14765,7 @@ easy-to-use form.
14765 14765
14766;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14766;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14767;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14767;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14768;;;;;; "image-file.el" (19776 18657)) 14768;;;;;; "image-file.el" (19845 45374))
14769;;; Generated autoloads from image-file.el 14769;;; Generated autoloads from image-file.el
14770 14770
14771(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14771(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14827,7 +14827,7 @@ Image files are those whose name has an extension in
14827;;;*** 14827;;;***
14828 14828
14829;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14829;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14830;;;;;; image-mode) "image-mode" "image-mode.el" (20089 62475)) 14830;;;;;; image-mode) "image-mode" "image-mode.el" (20088 26718))
14831;;; Generated autoloads from image-mode.el 14831;;; Generated autoloads from image-mode.el
14832 14832
14833(autoload 'image-mode "image-mode" "\ 14833(autoload 'image-mode "image-mode" "\
@@ -14868,7 +14868,7 @@ on these modes.
14868;;;*** 14868;;;***
14869 14869
14870;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14870;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14871;;;;;; imenu-sort-function) "imenu" "imenu.el" (19776 18657)) 14871;;;;;; imenu-sort-function) "imenu" "imenu.el" (19845 45374))
14872;;; Generated autoloads from imenu.el 14872;;; Generated autoloads from imenu.el
14873 14873
14874(defvar imenu-sort-function nil "\ 14874(defvar imenu-sort-function nil "\
@@ -14985,7 +14985,7 @@ for more information.
14985 14985
14986;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14986;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14987;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14987;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14988;;;;;; "ind-util" "language/ind-util.el" (19776 18657)) 14988;;;;;; "ind-util" "language/ind-util.el" (20097 41737))
14989;;; Generated autoloads from language/ind-util.el 14989;;; Generated autoloads from language/ind-util.el
14990 14990
14991(autoload 'indian-compose-region "ind-util" "\ 14991(autoload 'indian-compose-region "ind-util" "\
@@ -15017,7 +15017,7 @@ Convert old Emacs Devanagari characters to UCS.
15017 15017
15018;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15018;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15019;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15019;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15020;;;;;; "progmodes/inf-lisp.el" (20091 22575)) 15020;;;;;; "progmodes/inf-lisp.el" (20092 23754))
15021;;; Generated autoloads from progmodes/inf-lisp.el 15021;;; Generated autoloads from progmodes/inf-lisp.el
15022 15022
15023(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 15023(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -15084,7 +15084,7 @@ of `inferior-lisp-program'). Runs the hooks from
15084;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 15084;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15085;;;;;; Info-mode info-finder info-apropos Info-index Info-directory 15085;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15086;;;;;; Info-on-current-buffer info-standalone info-emacs-manual 15086;;;;;; Info-on-current-buffer info-standalone info-emacs-manual
15087;;;;;; info info-other-window) "info" "info.el" (20091 22111)) 15087;;;;;; info info-other-window) "info" "info.el" (20092 23754))
15088;;; Generated autoloads from info.el 15088;;; Generated autoloads from info.el
15089 15089
15090(autoload 'info-other-window "info" "\ 15090(autoload 'info-other-window "info" "\
@@ -15270,7 +15270,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists.
15270 15270
15271;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15271;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15272;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15272;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15273;;;;;; (19983 37515)) 15273;;;;;; (19984 16846))
15274;;; Generated autoloads from info-look.el 15274;;; Generated autoloads from info-look.el
15275 15275
15276(autoload 'info-lookup-reset "info-look" "\ 15276(autoload 'info-lookup-reset "info-look" "\
@@ -15319,7 +15319,7 @@ Perform completion on file preceding point.
15319 15319
15320;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom 15320;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15321;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" 15321;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15322;;;;;; (19888 59421)) 15322;;;;;; (19886 45771))
15323;;; Generated autoloads from info-xref.el 15323;;; Generated autoloads from info-xref.el
15324 15324
15325(autoload 'info-xref-check "info-xref" "\ 15325(autoload 'info-xref-check "info-xref" "\
@@ -15402,7 +15402,7 @@ the sources handy.
15402;;;*** 15402;;;***
15403 15403
15404;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 15404;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15405;;;;;; Info-tagify) "informat" "informat.el" (19888 59421)) 15405;;;;;; Info-tagify) "informat" "informat.el" (19886 45771))
15406;;; Generated autoloads from informat.el 15406;;; Generated autoloads from informat.el
15407 15407
15408(autoload 'Info-tagify "informat" "\ 15408(autoload 'Info-tagify "informat" "\
@@ -15449,7 +15449,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15449 15449
15450;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15450;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15451;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15451;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15452;;;;;; (19776 18657)) 15452;;;;;; (19845 45374))
15453;;; Generated autoloads from international/isearch-x.el 15453;;; Generated autoloads from international/isearch-x.el
15454 15454
15455(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15455(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15469,8 +15469,8 @@ Toggle input method in interactive search.
15469 15469
15470;;;*** 15470;;;***
15471 15471
15472;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19776 15472;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19845
15473;;;;;; 18657)) 15473;;;;;; 45374))
15474;;; Generated autoloads from isearchb.el 15474;;; Generated autoloads from isearchb.el
15475 15475
15476(autoload 'isearchb-activate "isearchb" "\ 15476(autoload 'isearchb-activate "isearchb" "\
@@ -15486,7 +15486,7 @@ accessed via isearchb.
15486;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15486;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15487;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15487;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15488;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15488;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15489;;;;;; "international/iso-cvt.el" (19776 18657)) 15489;;;;;; "international/iso-cvt.el" (19845 45374))
15490;;; Generated autoloads from international/iso-cvt.el 15490;;; Generated autoloads from international/iso-cvt.el
15491 15491
15492(autoload 'iso-spanish "iso-cvt" "\ 15492(autoload 'iso-spanish "iso-cvt" "\
@@ -15577,7 +15577,7 @@ Add submenus to the File menu, to convert to and from various formats.
15577;;;*** 15577;;;***
15578 15578
15579;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15579;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15580;;;;;; (19776 18657)) 15580;;;;;; (19845 45374))
15581;;; Generated autoloads from international/iso-transl.el 15581;;; Generated autoloads from international/iso-transl.el
15582 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15582 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15583 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15583 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15589,7 +15589,7 @@ Add submenus to the File menu, to convert to and from various formats.
15589;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15589;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15590;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15590;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15591;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15591;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15592;;;;;; "ispell" "textmodes/ispell.el" (20084 62230)) 15592;;;;;; "ispell" "textmodes/ispell.el" (20085 50516))
15593;;; Generated autoloads from textmodes/ispell.el 15593;;; Generated autoloads from textmodes/ispell.el
15594 15594
15595(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15595(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -15810,7 +15810,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15810;;;*** 15810;;;***
15811 15811
15812;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19946 15812;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19946
15813;;;;;; 35279)) 15813;;;;;; 29209))
15814;;; Generated autoloads from iswitchb.el 15814;;; Generated autoloads from iswitchb.el
15815 15815
15816(defvar iswitchb-mode nil "\ 15816(defvar iswitchb-mode nil "\
@@ -15835,7 +15835,7 @@ This mode enables switching between buffers using substrings. See
15835;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15835;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15836;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15836;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15837;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15837;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15838;;;;;; "japan-util" "language/japan-util.el" (19776 18657)) 15838;;;;;; "japan-util" "language/japan-util.el" (19845 45374))
15839;;; Generated autoloads from language/japan-util.el 15839;;; Generated autoloads from language/japan-util.el
15840 15840
15841(autoload 'setup-japanese-environment-internal "japan-util" "\ 15841(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -15913,7 +15913,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15913;;;*** 15913;;;***
15914 15914
15915;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15915;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15916;;;;;; "jka-compr.el" (20001 58878)) 15916;;;;;; "jka-compr.el" (20000 30139))
15917;;; Generated autoloads from jka-compr.el 15917;;; Generated autoloads from jka-compr.el
15918 15918
15919(defvar jka-compr-inhibit nil "\ 15919(defvar jka-compr-inhibit nil "\
@@ -15936,7 +15936,7 @@ by `jka-compr-installed'.
15936 15936
15937;;;*** 15937;;;***
15938 15938
15939;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20045 40021)) 15939;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20038 20303))
15940;;; Generated autoloads from progmodes/js.el 15940;;; Generated autoloads from progmodes/js.el
15941 15941
15942(autoload 'js-mode "js" "\ 15942(autoload 'js-mode "js" "\
@@ -15950,7 +15950,7 @@ Major mode for editing JavaScript.
15950 15950
15951;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15951;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15952;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15952;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15953;;;;;; (19776 18657)) 15953;;;;;; (19845 45374))
15954;;; Generated autoloads from emulation/keypad.el 15954;;; Generated autoloads from emulation/keypad.el
15955 15955
15956(defvar keypad-setup nil "\ 15956(defvar keypad-setup nil "\
@@ -16006,7 +16006,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16006;;;*** 16006;;;***
16007 16007
16008;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16008;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16009;;;;;; (19776 18657)) 16009;;;;;; (19845 45374))
16010;;; Generated autoloads from international/kinsoku.el 16010;;; Generated autoloads from international/kinsoku.el
16011 16011
16012(autoload 'kinsoku "kinsoku" "\ 16012(autoload 'kinsoku "kinsoku" "\
@@ -16027,8 +16027,8 @@ the context of text formatting.
16027 16027
16028;;;*** 16028;;;***
16029 16029
16030;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19776 16030;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19845
16031;;;;;; 18657)) 16031;;;;;; 45374))
16032;;; Generated autoloads from international/kkc.el 16032;;; Generated autoloads from international/kkc.el
16033 16033
16034(defvar kkc-after-update-conversion-functions nil "\ 16034(defvar kkc-after-update-conversion-functions nil "\
@@ -16053,7 +16053,7 @@ and the return value is the length of the conversion.
16053;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16053;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16054;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16054;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16055;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 16055;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16056;;;;;; "kmacro" "kmacro.el" (19888 59421)) 16056;;;;;; "kmacro" "kmacro.el" (19886 45771))
16057;;; Generated autoloads from kmacro.el 16057;;; Generated autoloads from kmacro.el
16058 (global-set-key "\C-x(" 'kmacro-start-macro) 16058 (global-set-key "\C-x(" 'kmacro-start-macro)
16059 (global-set-key "\C-x)" 'kmacro-end-macro) 16059 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16164,7 +16164,7 @@ If kbd macro currently being defined end it before activating it.
16164;;;*** 16164;;;***
16165 16165
16166;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16166;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16167;;;;;; "language/korea-util.el" (19776 18657)) 16167;;;;;; "language/korea-util.el" (19845 45374))
16168;;; Generated autoloads from language/korea-util.el 16168;;; Generated autoloads from language/korea-util.el
16169 16169
16170(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16170(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16179,7 +16179,7 @@ If kbd macro currently being defined end it before activating it.
16179;;;*** 16179;;;***
16180 16180
16181;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" 16181;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16182;;;;;; (19888 59421)) 16182;;;;;; (19889 21967))
16183;;; Generated autoloads from play/landmark.el 16183;;; Generated autoloads from play/landmark.el
16184 16184
16185(defalias 'landmark-repeat 'landmark-test-run) 16185(defalias 'landmark-repeat 'landmark-test-run)
@@ -16211,7 +16211,7 @@ Use \\[describe-mode] for more info.
16211 16211
16212;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16212;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16213;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16213;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16214;;;;;; "lao-util" "language/lao-util.el" (19776 18657)) 16214;;;;;; "lao-util" "language/lao-util.el" (19845 45374))
16215;;; Generated autoloads from language/lao-util.el 16215;;; Generated autoloads from language/lao-util.el
16216 16216
16217(autoload 'lao-compose-string "lao-util" "\ 16217(autoload 'lao-compose-string "lao-util" "\
@@ -16250,7 +16250,7 @@ Transcribe Romanized Lao string STR to Lao character string.
16250 16250
16251;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16251;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16252;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16252;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16253;;;;;; "latexenc" "international/latexenc.el" (19776 18657)) 16253;;;;;; "latexenc" "international/latexenc.el" (19845 45374))
16254;;; Generated autoloads from international/latexenc.el 16254;;; Generated autoloads from international/latexenc.el
16255 16255
16256(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))) "\ 16256(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))) "\
@@ -16282,7 +16282,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16282;;;*** 16282;;;***
16283 16283
16284;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16284;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16285;;;;;; "latin1-disp" "international/latin1-disp.el" (19776 18657)) 16285;;;;;; "latin1-disp" "international/latin1-disp.el" (19845 45374))
16286;;; Generated autoloads from international/latin1-disp.el 16286;;; Generated autoloads from international/latin1-disp.el
16287 16287
16288(defvar latin1-display nil "\ 16288(defvar latin1-display nil "\
@@ -16324,7 +16324,7 @@ use either \\[customize] or the function `latin1-display'.")
16324;;;*** 16324;;;***
16325 16325
16326;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16326;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16327;;;;;; (19960 63962)) 16327;;;;;; (19961 55377))
16328;;; Generated autoloads from progmodes/ld-script.el 16328;;; Generated autoloads from progmodes/ld-script.el
16329 16329
16330(autoload 'ld-script-mode "ld-script" "\ 16330(autoload 'ld-script-mode "ld-script" "\
@@ -16335,7 +16335,7 @@ A major mode to edit GNU ld script files
16335;;;*** 16335;;;***
16336 16336
16337;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16337;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16338;;;;;; (19776 18657)) 16338;;;;;; (19845 45374))
16339;;; Generated autoloads from ledit.el 16339;;; Generated autoloads from ledit.el
16340 16340
16341(defconst ledit-save-files t "\ 16341(defconst ledit-save-files t "\
@@ -16370,7 +16370,7 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode)
16370 16370
16371;;;*** 16371;;;***
16372 16372
16373;;;### (autoloads (life) "life" "play/life.el" (19776 18657)) 16373;;;### (autoloads (life) "life" "play/life.el" (19845 45374))
16374;;; Generated autoloads from play/life.el 16374;;; Generated autoloads from play/life.el
16375 16375
16376(autoload 'life "life" "\ 16376(autoload 'life "life" "\
@@ -16384,7 +16384,7 @@ generations (this defaults to 1).
16384;;;*** 16384;;;***
16385 16385
16386;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 16386;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
16387;;;;;; "linum.el" (19875 21674)) 16387;;;;;; "linum.el" (19865 50420))
16388;;; Generated autoloads from linum.el 16388;;; Generated autoloads from linum.el
16389 16389
16390(defvar linum-format 'dynamic "\ 16390(defvar linum-format 'dynamic "\
@@ -16422,8 +16422,8 @@ See `linum-mode' for more information on Linum mode.
16422 16422
16423;;;*** 16423;;;***
16424 16424
16425;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19995 16425;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19996
16426;;;;;; 14181)) 16426;;;;;; 8027))
16427;;; Generated autoloads from loadhist.el 16427;;; Generated autoloads from loadhist.el
16428 16428
16429(autoload 'unload-feature "loadhist" "\ 16429(autoload 'unload-feature "loadhist" "\
@@ -16455,7 +16455,7 @@ something strange, such as redefining an Emacs function.
16455;;;*** 16455;;;***
16456 16456
16457;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16457;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16458;;;;;; "locate" "locate.el" (19888 59421)) 16458;;;;;; "locate" "locate.el" (19886 45771))
16459;;; Generated autoloads from locate.el 16459;;; Generated autoloads from locate.el
16460 16460
16461(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16461(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -16507,7 +16507,7 @@ except that FILTER is not optional.
16507 16507
16508;;;*** 16508;;;***
16509 16509
16510;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19875 21674)) 16510;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19870 57559))
16511;;; Generated autoloads from vc/log-edit.el 16511;;; Generated autoloads from vc/log-edit.el
16512 16512
16513(autoload 'log-edit "log-edit" "\ 16513(autoload 'log-edit "log-edit" "\
@@ -16535,7 +16535,7 @@ uses the current buffer.
16535;;;*** 16535;;;***
16536 16536
16537;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19946 16537;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19946
16538;;;;;; 35279)) 16538;;;;;; 1612))
16539;;; Generated autoloads from vc/log-view.el 16539;;; Generated autoloads from vc/log-view.el
16540 16540
16541(autoload 'log-view-mode "log-view" "\ 16541(autoload 'log-view-mode "log-view" "\
@@ -16545,8 +16545,8 @@ Major mode for browsing CVS log output.
16545 16545
16546;;;*** 16546;;;***
16547 16547
16548;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20030 16548;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20031
16549;;;;;; 47787)) 16549;;;;;; 47065))
16550;;; Generated autoloads from longlines.el 16550;;; Generated autoloads from longlines.el
16551 16551
16552(autoload 'longlines-mode "longlines" "\ 16552(autoload 'longlines-mode "longlines" "\
@@ -16571,8 +16571,8 @@ are indicated with a symbol.
16571;;;*** 16571;;;***
16572 16572
16573;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16573;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16574;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19910 16574;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19909
16575;;;;;; 9778)) 16575;;;;;; 7240))
16576;;; Generated autoloads from lpr.el 16576;;; Generated autoloads from lpr.el
16577 16577
16578(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16578(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
@@ -16666,7 +16666,7 @@ for further customization of the printer command.
16666;;;*** 16666;;;***
16667 16667
16668;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16668;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16669;;;;;; (19888 59421)) 16669;;;;;; (19886 45771))
16670;;; Generated autoloads from ls-lisp.el 16670;;; Generated autoloads from ls-lisp.el
16671 16671
16672(defvar ls-lisp-support-shell-wildcards t "\ 16672(defvar ls-lisp-support-shell-wildcards t "\
@@ -16677,8 +16677,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16677 16677
16678;;;*** 16678;;;***
16679 16679
16680;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19776 16680;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19845
16681;;;;;; 18657)) 16681;;;;;; 45374))
16682;;; Generated autoloads from calendar/lunar.el 16682;;; Generated autoloads from calendar/lunar.el
16683 16683
16684(autoload 'lunar-phases "lunar" "\ 16684(autoload 'lunar-phases "lunar" "\
@@ -16692,8 +16692,8 @@ This function is suitable for execution in a .emacs file.
16692 16692
16693;;;*** 16693;;;***
16694 16694
16695;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19776 16695;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19845
16696;;;;;; 18657)) 16696;;;;;; 45374))
16697;;; Generated autoloads from progmodes/m4-mode.el 16697;;; Generated autoloads from progmodes/m4-mode.el
16698 16698
16699(autoload 'm4-mode "m4-mode" "\ 16699(autoload 'm4-mode "m4-mode" "\
@@ -16704,7 +16704,7 @@ A major mode to edit m4 macro files.
16704;;;*** 16704;;;***
16705 16705
16706;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16706;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16707;;;;;; (19929 22332)) 16707;;;;;; (19930 13389))
16708;;; Generated autoloads from emacs-lisp/macroexp.el 16708;;; Generated autoloads from emacs-lisp/macroexp.el
16709 16709
16710(autoload 'macroexpand-all "macroexp" "\ 16710(autoload 'macroexpand-all "macroexp" "\
@@ -16718,7 +16718,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16718;;;*** 16718;;;***
16719 16719
16720;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16720;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16721;;;;;; name-last-kbd-macro) "macros" "macros.el" (19888 59421)) 16721;;;;;; name-last-kbd-macro) "macros" "macros.el" (19886 45771))
16722;;; Generated autoloads from macros.el 16722;;; Generated autoloads from macros.el
16723 16723
16724(autoload 'name-last-kbd-macro "macros" "\ 16724(autoload 'name-last-kbd-macro "macros" "\
@@ -16807,7 +16807,7 @@ and then select the region of un-tablified names and use
16807;;;*** 16807;;;***
16808 16808
16809;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16809;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16810;;;;;; "mail/mail-extr.el" (19776 18657)) 16810;;;;;; "mail/mail-extr.el" (19845 45374))
16811;;; Generated autoloads from mail/mail-extr.el 16811;;; Generated autoloads from mail/mail-extr.el
16812 16812
16813(autoload 'mail-extract-address-components "mail-extr" "\ 16813(autoload 'mail-extract-address-components "mail-extr" "\
@@ -16839,7 +16839,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16839 16839
16840;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16840;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16841;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16841;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16842;;;;;; (19776 18657)) 16842;;;;;; (19845 45374))
16843;;; Generated autoloads from mail/mail-hist.el 16843;;; Generated autoloads from mail/mail-hist.el
16844 16844
16845(autoload 'mail-hist-define-keys "mail-hist" "\ 16845(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -16871,7 +16871,7 @@ This function normally would be called when the message is sent.
16871;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16871;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16872;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16872;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16873;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) 16873;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
16874;;;;;; "mail-utils" "mail/mail-utils.el" (19926 36440)) 16874;;;;;; "mail-utils" "mail/mail-utils.el" (19922 19303))
16875;;; Generated autoloads from mail/mail-utils.el 16875;;; Generated autoloads from mail/mail-utils.el
16876 16876
16877(defvar mail-use-rfc822 nil "\ 16877(defvar mail-use-rfc822 nil "\
@@ -16943,8 +16943,8 @@ matches may be returned from the message body.
16943;;;*** 16943;;;***
16944 16944
16945;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16945;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16946;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19973 16946;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19968
16947;;;;;; 21789)) 16947;;;;;; 28627))
16948;;; Generated autoloads from mail/mailabbrev.el 16948;;; Generated autoloads from mail/mailabbrev.el
16949 16949
16950(defvar mail-abbrevs-mode nil "\ 16950(defvar mail-abbrevs-mode nil "\
@@ -16987,7 +16987,7 @@ double-quotes.
16987 16987
16988;;;### (autoloads (mail-complete mail-completion-at-point-function 16988;;;### (autoloads (mail-complete mail-completion-at-point-function
16989;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) 16989;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
16990;;;;;; "mailalias" "mail/mailalias.el" (19883 6459)) 16990;;;;;; "mailalias" "mail/mailalias.el" (19881 27850))
16991;;; Generated autoloads from mail/mailalias.el 16991;;; Generated autoloads from mail/mailalias.el
16992 16992
16993(defvar mail-complete-style 'angles "\ 16993(defvar mail-complete-style 'angles "\
@@ -17039,7 +17039,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17039;;;*** 17039;;;***
17040 17040
17041;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17041;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17042;;;;;; (19813 16330)) 17042;;;;;; (19845 45374))
17043;;; Generated autoloads from mail/mailclient.el 17043;;; Generated autoloads from mail/mailclient.el
17044 17044
17045(autoload 'mailclient-send-it "mailclient" "\ 17045(autoload 'mailclient-send-it "mailclient" "\
@@ -17053,7 +17053,7 @@ The mail client is taken to be the handler of mailto URLs.
17053 17053
17054;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17054;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17055;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17055;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17056;;;;;; "make-mode" "progmodes/make-mode.el" (19973 21789)) 17056;;;;;; "make-mode" "progmodes/make-mode.el" (19968 28627))
17057;;; Generated autoloads from progmodes/make-mode.el 17057;;; Generated autoloads from progmodes/make-mode.el
17058 17058
17059(autoload 'makefile-mode "make-mode" "\ 17059(autoload 'makefile-mode "make-mode" "\
@@ -17170,8 +17170,8 @@ An adapted `makefile-mode' that knows about imake.
17170 17170
17171;;;*** 17171;;;***
17172 17172
17173;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19888 17173;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19886
17174;;;;;; 59421)) 17174;;;;;; 45771))
17175;;; Generated autoloads from makesum.el 17175;;; Generated autoloads from makesum.el
17176 17176
17177(autoload 'make-command-summary "makesum" "\ 17177(autoload 'make-command-summary "makesum" "\
@@ -17183,7 +17183,7 @@ Previous contents of that buffer are killed first.
17183;;;*** 17183;;;***
17184 17184
17185;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 17185;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17186;;;;;; (20001 58878)) 17186;;;;;; (19999 41597))
17187;;; Generated autoloads from man.el 17187;;; Generated autoloads from man.el
17188 17188
17189(defalias 'manual-entry 'man) 17189(defalias 'manual-entry 'man)
@@ -17237,7 +17237,7 @@ Default bookmark handler for Man buffers.
17237 17237
17238;;;*** 17238;;;***
17239 17239
17240;;;### (autoloads (master-mode) "master" "master.el" (19776 18657)) 17240;;;### (autoloads (master-mode) "master" "master.el" (19845 45374))
17241;;; Generated autoloads from master.el 17241;;; Generated autoloads from master.el
17242 17242
17243(autoload 'master-mode "master" "\ 17243(autoload 'master-mode "master" "\
@@ -17260,7 +17260,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17260;;;*** 17260;;;***
17261 17261
17262;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 17262;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17263;;;;;; (19776 18657)) 17263;;;;;; (19845 45374))
17264;;; Generated autoloads from mb-depth.el 17264;;; Generated autoloads from mb-depth.el
17265 17265
17266(defvar minibuffer-depth-indicate-mode nil "\ 17266(defvar minibuffer-depth-indicate-mode nil "\
@@ -17291,7 +17291,7 @@ Returns non-nil if the new state is enabled.
17291;;;;;; message-forward-make-body message-forward message-recover 17291;;;;;; message-forward-make-body message-forward message-recover
17292;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17292;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17293;;;;;; message-reply message-news message-mail message-mode) "message" 17293;;;;;; message-reply message-news message-mail message-mode) "message"
17294;;;;;; "gnus/message.el" (20090 40643)) 17294;;;;;; "gnus/message.el" (20091 2935))
17295;;; Generated autoloads from gnus/message.el 17295;;; Generated autoloads from gnus/message.el
17296 17296
17297(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17297(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17457,7 +17457,7 @@ which specify the range to operate on.
17457;;;*** 17457;;;***
17458 17458
17459;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17459;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17460;;;;;; (19973 21789)) 17460;;;;;; (19968 28627))
17461;;; Generated autoloads from progmodes/meta-mode.el 17461;;; Generated autoloads from progmodes/meta-mode.el
17462 17462
17463(autoload 'metafont-mode "meta-mode" "\ 17463(autoload 'metafont-mode "meta-mode" "\
@@ -17474,7 +17474,7 @@ Major mode for editing MetaPost sources.
17474 17474
17475;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17475;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17476;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17476;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17477;;;;;; (19776 18657)) 17477;;;;;; (19845 45374))
17478;;; Generated autoloads from mail/metamail.el 17478;;; Generated autoloads from mail/metamail.el
17479 17479
17480(autoload 'metamail-interpret-header "metamail" "\ 17480(autoload 'metamail-interpret-header "metamail" "\
@@ -17519,7 +17519,7 @@ redisplayed as output is inserted.
17519 17519
17520;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17520;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17521;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17521;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17522;;;;;; "mh-e/mh-comp.el" (19992 65065)) 17522;;;;;; "mh-e/mh-comp.el" (19993 31832))
17523;;; Generated autoloads from mh-e/mh-comp.el 17523;;; Generated autoloads from mh-e/mh-comp.el
17524 17524
17525(autoload 'mh-smail "mh-comp" "\ 17525(autoload 'mh-smail "mh-comp" "\
@@ -17609,7 +17609,7 @@ delete the draft message.
17609 17609
17610;;;*** 17610;;;***
17611 17611
17612;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20089 62475)) 17612;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20088 26718))
17613;;; Generated autoloads from mh-e/mh-e.el 17613;;; Generated autoloads from mh-e/mh-e.el
17614 17614
17615(put 'mh-progs 'risky-local-variable t) 17615(put 'mh-progs 'risky-local-variable t)
@@ -17626,7 +17626,7 @@ Display version information about MH-E and the MH mail handling system.
17626;;;*** 17626;;;***
17627 17627
17628;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17628;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17629;;;;;; "mh-e/mh-folder.el" (20006 60553)) 17629;;;;;; "mh-e/mh-folder.el" (20004 2139))
17630;;; Generated autoloads from mh-e/mh-folder.el 17630;;; Generated autoloads from mh-e/mh-folder.el
17631 17631
17632(autoload 'mh-rmail "mh-folder" "\ 17632(autoload 'mh-rmail "mh-folder" "\
@@ -17708,7 +17708,7 @@ perform the operation on all messages in that region.
17708;;;*** 17708;;;***
17709 17709
17710;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17710;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17711;;;;;; "midnight.el" (19874 16126)) 17711;;;;;; "midnight.el" (19853 59245))
17712;;; Generated autoloads from midnight.el 17712;;; Generated autoloads from midnight.el
17713 17713
17714(autoload 'clean-buffer-list "midnight" "\ 17714(autoload 'clean-buffer-list "midnight" "\
@@ -17735,7 +17735,7 @@ to its second argument TM.
17735;;;*** 17735;;;***
17736 17736
17737;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17737;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17738;;;;;; "minibuf-eldef.el" (19776 18657)) 17738;;;;;; "minibuf-eldef.el" (19845 45374))
17739;;; Generated autoloads from minibuf-eldef.el 17739;;; Generated autoloads from minibuf-eldef.el
17740 17740
17741(defvar minibuffer-electric-default-mode nil "\ 17741(defvar minibuffer-electric-default-mode nil "\
@@ -17763,7 +17763,7 @@ Returns non-nil if the new state is enabled.
17763;;;*** 17763;;;***
17764 17764
17765;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" 17765;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el"
17766;;;;;; (19973 21789)) 17766;;;;;; (19968 28627))
17767;;; Generated autoloads from misc.el 17767;;; Generated autoloads from misc.el
17768 17768
17769(autoload 'butterfly "misc" "\ 17769(autoload 'butterfly "misc" "\
@@ -17793,7 +17793,7 @@ The return value is always nil.
17793 17793
17794;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17794;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17795;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17795;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17796;;;;;; "misearch" "misearch.el" (19888 59421)) 17796;;;;;; "misearch" "misearch.el" (19886 45771))
17797;;; Generated autoloads from misearch.el 17797;;; Generated autoloads from misearch.el
17798 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17798 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17799 17799
@@ -17875,7 +17875,7 @@ whose file names match the specified wildcard.
17875;;;*** 17875;;;***
17876 17876
17877;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17877;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17878;;;;;; (19960 63962)) 17878;;;;;; (19961 55377))
17879;;; Generated autoloads from progmodes/mixal-mode.el 17879;;; Generated autoloads from progmodes/mixal-mode.el
17880 17880
17881(autoload 'mixal-mode "mixal-mode" "\ 17881(autoload 'mixal-mode "mixal-mode" "\
@@ -17886,7 +17886,7 @@ Major mode for the mixal asm language.
17886;;;*** 17886;;;***
17887 17887
17888;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" 17888;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el"
17889;;;;;; (20075 38050)) 17889;;;;;; (20075 14682))
17890;;; Generated autoloads from gnus/mm-encode.el 17890;;; Generated autoloads from gnus/mm-encode.el
17891 17891
17892(autoload 'mm-default-file-encoding "mm-encode" "\ 17892(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -17897,7 +17897,7 @@ Return a default encoding for FILE.
17897;;;*** 17897;;;***
17898 17898
17899;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17899;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17900;;;;;; "mm-extern" "gnus/mm-extern.el" (19776 18657)) 17900;;;;;; "mm-extern" "gnus/mm-extern.el" (19845 45374))
17901;;; Generated autoloads from gnus/mm-extern.el 17901;;; Generated autoloads from gnus/mm-extern.el
17902 17902
17903(autoload 'mm-extern-cache-contents "mm-extern" "\ 17903(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -17916,7 +17916,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17916;;;*** 17916;;;***
17917 17917
17918;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17918;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17919;;;;;; (19776 18657)) 17919;;;;;; (19845 45374))
17920;;; Generated autoloads from gnus/mm-partial.el 17920;;; Generated autoloads from gnus/mm-partial.el
17921 17921
17922(autoload 'mm-inline-partial "mm-partial" "\ 17922(autoload 'mm-inline-partial "mm-partial" "\
@@ -17930,7 +17930,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17930;;;*** 17930;;;***
17931 17931
17932;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17932;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17933;;;;;; "mm-url" "gnus/mm-url.el" (19876 29188)) 17933;;;;;; "mm-url" "gnus/mm-url.el" (19877 30798))
17934;;; Generated autoloads from gnus/mm-url.el 17934;;; Generated autoloads from gnus/mm-url.el
17935 17935
17936(autoload 'mm-url-insert-file-contents "mm-url" "\ 17936(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -17947,7 +17947,7 @@ Insert file contents of URL using `mm-url-program'.
17947;;;*** 17947;;;***
17948 17948
17949;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17949;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17950;;;;;; "gnus/mm-uu.el" (19874 15752)) 17950;;;;;; "gnus/mm-uu.el" (19845 45374))
17951;;; Generated autoloads from gnus/mm-uu.el 17951;;; Generated autoloads from gnus/mm-uu.el
17952 17952
17953(autoload 'mm-uu-dissect "mm-uu" "\ 17953(autoload 'mm-uu-dissect "mm-uu" "\
@@ -17967,7 +17967,7 @@ Assume text has been decoded if DECODED is non-nil.
17967;;;*** 17967;;;***
17968 17968
17969;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" 17969;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
17970;;;;;; (20091 19552)) 17970;;;;;; (20097 41737))
17971;;; Generated autoloads from gnus/mml.el 17971;;; Generated autoloads from gnus/mml.el
17972 17972
17973(autoload 'mml-to-mime "mml" "\ 17973(autoload 'mml-to-mime "mml" "\
@@ -17992,7 +17992,7 @@ body) or \"attachment\" (separate from the body).
17992;;;*** 17992;;;***
17993 17993
17994;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17994;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17995;;;;;; (20030 47787)) 17995;;;;;; (20026 29156))
17996;;; Generated autoloads from gnus/mml1991.el 17996;;; Generated autoloads from gnus/mml1991.el
17997 17997
17998(autoload 'mml1991-encrypt "mml1991" "\ 17998(autoload 'mml1991-encrypt "mml1991" "\
@@ -18009,7 +18009,7 @@ body) or \"attachment\" (separate from the body).
18009 18009
18010;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18010;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18011;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18011;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18012;;;;;; "mml2015" "gnus/mml2015.el" (20059 46231)) 18012;;;;;; "mml2015" "gnus/mml2015.el" (20059 26455))
18013;;; Generated autoloads from gnus/mml2015.el 18013;;; Generated autoloads from gnus/mml2015.el
18014 18014
18015(autoload 'mml2015-decrypt "mml2015" "\ 18015(autoload 'mml2015-decrypt "mml2015" "\
@@ -18049,8 +18049,8 @@ body) or \"attachment\" (separate from the body).
18049 18049
18050;;;*** 18050;;;***
18051 18051
18052;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19764 18052;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19845
18053;;;;;; 32359)) 18053;;;;;; 45374))
18054;;; Generated autoloads from progmodes/modula2.el 18054;;; Generated autoloads from progmodes/modula2.el
18055 18055
18056(defalias 'modula-2-mode 'm2-mode) 18056(defalias 'modula-2-mode 'm2-mode)
@@ -18084,7 +18084,7 @@ followed by the first character of the construct.
18084;;;*** 18084;;;***
18085 18085
18086;;;### (autoloads (denato-region nato-region unmorse-region morse-region) 18086;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
18087;;;;;; "morse" "play/morse.el" (19875 21674)) 18087;;;;;; "morse" "play/morse.el" (19869 36706))
18088;;; Generated autoloads from play/morse.el 18088;;; Generated autoloads from play/morse.el
18089 18089
18090(autoload 'morse-region "morse" "\ 18090(autoload 'morse-region "morse" "\
@@ -18110,7 +18110,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18110;;;*** 18110;;;***
18111 18111
18112;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 18112;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18113;;;;;; "mouse-drag.el" (19891 13894)) 18113;;;;;; "mouse-drag.el" (19890 42850))
18114;;; Generated autoloads from mouse-drag.el 18114;;; Generated autoloads from mouse-drag.el
18115 18115
18116(autoload 'mouse-drag-throw "mouse-drag" "\ 18116(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18157,8 +18157,8 @@ To test this function, evaluate:
18157 18157
18158;;;*** 18158;;;***
18159 18159
18160;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19996 18160;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19997
18161;;;;;; 50667)) 18161;;;;;; 28887))
18162;;; Generated autoloads from mouse-sel.el 18162;;; Generated autoloads from mouse-sel.el
18163 18163
18164(defvar mouse-sel-mode nil "\ 18164(defvar mouse-sel-mode nil "\
@@ -18200,7 +18200,7 @@ kill ring; mouse-1 or mouse-3 kills it.
18200 18200
18201;;;*** 18201;;;***
18202 18202
18203;;;### (autoloads (mpc) "mpc" "mpc.el" (20081 19566)) 18203;;;### (autoloads (mpc) "mpc" "mpc.el" (20081 53460))
18204;;; Generated autoloads from mpc.el 18204;;; Generated autoloads from mpc.el
18205 18205
18206(autoload 'mpc "mpc" "\ 18206(autoload 'mpc "mpc" "\
@@ -18210,7 +18210,7 @@ Main entry point for MPC.
18210 18210
18211;;;*** 18211;;;***
18212 18212
18213;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19891 13894)) 18213;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19890 42850))
18214;;; Generated autoloads from play/mpuz.el 18214;;; Generated autoloads from play/mpuz.el
18215 18215
18216(autoload 'mpuz "mpuz" "\ 18216(autoload 'mpuz "mpuz" "\
@@ -18220,7 +18220,7 @@ Multiplication puzzle with GNU Emacs.
18220 18220
18221;;;*** 18221;;;***
18222 18222
18223;;;### (autoloads (msb-mode) "msb" "msb.el" (19933 8482)) 18223;;;### (autoloads (msb-mode) "msb" "msb.el" (19931 11784))
18224;;; Generated autoloads from msb.el 18224;;; Generated autoloads from msb.el
18225 18225
18226(defvar msb-mode nil "\ 18226(defvar msb-mode nil "\
@@ -18247,7 +18247,7 @@ different buffer menu using the function `msb'.
18247;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18247;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18248;;;;;; describe-coding-system describe-character-set list-charset-chars 18248;;;;;; describe-coding-system describe-character-set list-charset-chars
18249;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18249;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18250;;;;;; (20092 63614)) 18250;;;;;; (20093 44623))
18251;;; Generated autoloads from international/mule-diag.el 18251;;; Generated autoloads from international/mule-diag.el
18252 18252
18253(autoload 'list-character-sets "mule-diag" "\ 18253(autoload 'list-character-sets "mule-diag" "\
@@ -18384,7 +18384,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18384;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18384;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18385;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18385;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18386;;;;;; truncate-string-to-width store-substring string-to-sequence) 18386;;;;;; truncate-string-to-width store-substring string-to-sequence)
18387;;;;;; "mule-util" "international/mule-util.el" (19789 64214)) 18387;;;;;; "mule-util" "international/mule-util.el" (19845 45374))
18388;;; Generated autoloads from international/mule-util.el 18388;;; Generated autoloads from international/mule-util.el
18389 18389
18390(autoload 'string-to-sequence "mule-util" "\ 18390(autoload 'string-to-sequence "mule-util" "\
@@ -18524,8 +18524,8 @@ per-character basis, this may not be accurate.
18524;;;### (autoloads (network-connection network-connection-to-service 18524;;;### (autoloads (network-connection network-connection-to-service
18525;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18525;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18526;;;;;; nslookup nslookup-host ping traceroute route arp netstat 18526;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18527;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19797 18527;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19845
18528;;;;;; 54173)) 18528;;;;;; 45374))
18529;;; Generated autoloads from net/net-utils.el 18529;;; Generated autoloads from net/net-utils.el
18530 18530
18531(autoload 'ifconfig "net-utils" "\ 18531(autoload 'ifconfig "net-utils" "\
@@ -18619,8 +18619,8 @@ Open a network connection to HOST on PORT.
18619 18619
18620;;;*** 18620;;;***
18621 18621
18622;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19810 18622;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19845
18623;;;;;; 43098)) 18623;;;;;; 45374))
18624;;; Generated autoloads from net/netrc.el 18624;;; Generated autoloads from net/netrc.el
18625 18625
18626(autoload 'netrc-credentials "netrc" "\ 18626(autoload 'netrc-credentials "netrc" "\
@@ -18633,7 +18633,7 @@ listed in the PORTS list.
18633;;;*** 18633;;;***
18634 18634
18635;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" 18635;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
18636;;;;;; (20045 40021)) 18636;;;;;; (20044 59100))
18637;;; Generated autoloads from net/network-stream.el 18637;;; Generated autoloads from net/network-stream.el
18638 18638
18639(autoload 'open-network-stream "network-stream" "\ 18639(autoload 'open-network-stream "network-stream" "\
@@ -18729,7 +18729,7 @@ functionality.
18729;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18729;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18730;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18730;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18731;;;;;; comment-padding comment-style comment-column) "newcomment" 18731;;;;;; comment-padding comment-style comment-column) "newcomment"
18732;;;;;; "newcomment.el" (20086 12595)) 18732;;;;;; "newcomment.el" (20087 5852))
18733;;; Generated autoloads from newcomment.el 18733;;; Generated autoloads from newcomment.el
18734 18734
18735(defalias 'indent-for-comment 'comment-indent) 18735(defalias 'indent-for-comment 'comment-indent)
@@ -18929,7 +18929,7 @@ unless optional argument SOFT is non-nil.
18929;;;*** 18929;;;***
18930 18930
18931;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18931;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
18932;;;;;; "net/newst-backend.el" (19919 55562)) 18932;;;;;; "net/newst-backend.el" (19918 22236))
18933;;; Generated autoloads from net/newst-backend.el 18933;;; Generated autoloads from net/newst-backend.el
18934 18934
18935(autoload 'newsticker-running-p "newst-backend" "\ 18935(autoload 'newsticker-running-p "newst-backend" "\
@@ -18951,7 +18951,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
18951;;;*** 18951;;;***
18952 18952
18953;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18953;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
18954;;;;;; (19919 55562)) 18954;;;;;; (19918 22236))
18955;;; Generated autoloads from net/newst-plainview.el 18955;;; Generated autoloads from net/newst-plainview.el
18956 18956
18957(autoload 'newsticker-plainview "newst-plainview" "\ 18957(autoload 'newsticker-plainview "newst-plainview" "\
@@ -18962,7 +18962,7 @@ Start newsticker plainview.
18962;;;*** 18962;;;***
18963 18963
18964;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18964;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
18965;;;;;; (20094 5175)) 18965;;;;;; (20094 65493))
18966;;; Generated autoloads from net/newst-reader.el 18966;;; Generated autoloads from net/newst-reader.el
18967 18967
18968(autoload 'newsticker-show-news "newst-reader" "\ 18968(autoload 'newsticker-show-news "newst-reader" "\
@@ -18973,7 +18973,7 @@ Start reading news. You may want to bind this to a key.
18973;;;*** 18973;;;***
18974 18974
18975;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18975;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18976;;;;;; "newst-ticker" "net/newst-ticker.el" (19776 18657)) 18976;;;;;; "newst-ticker" "net/newst-ticker.el" (19845 45374))
18977;;; Generated autoloads from net/newst-ticker.el 18977;;; Generated autoloads from net/newst-ticker.el
18978 18978
18979(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18979(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -18994,7 +18994,7 @@ running already.
18994;;;*** 18994;;;***
18995 18995
18996;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18996;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18997;;;;;; (19919 55562)) 18997;;;;;; (19918 22236))
18998;;; Generated autoloads from net/newst-treeview.el 18998;;; Generated autoloads from net/newst-treeview.el
18999 18999
19000(autoload 'newsticker-treeview "newst-treeview" "\ 19000(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19005,7 +19005,7 @@ Start newsticker treeview.
19005;;;*** 19005;;;***
19006 19006
19007;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19007;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19008;;;;;; (19776 18657)) 19008;;;;;; (19845 45374))
19009;;; Generated autoloads from gnus/nndiary.el 19009;;; Generated autoloads from gnus/nndiary.el
19010 19010
19011(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19011(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19015,8 +19015,8 @@ Generate NOV databases in all nndiary directories.
19015 19015
19016;;;*** 19016;;;***
19017 19017
19018;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19776 19018;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19845
19019;;;;;; 18657)) 19019;;;;;; 45374))
19020;;; Generated autoloads from gnus/nndoc.el 19020;;; Generated autoloads from gnus/nndoc.el
19021 19021
19022(autoload 'nndoc-add-type "nndoc" "\ 19022(autoload 'nndoc-add-type "nndoc" "\
@@ -19031,7 +19031,7 @@ symbol in the alist.
19031;;;*** 19031;;;***
19032 19032
19033;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19033;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19034;;;;;; (19810 43098)) 19034;;;;;; (19845 45374))
19035;;; Generated autoloads from gnus/nnfolder.el 19035;;; Generated autoloads from gnus/nnfolder.el
19036 19036
19037(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19037(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19043,7 +19043,7 @@ This command does not work if you use short group names.
19043;;;*** 19043;;;***
19044 19044
19045;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19045;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19046;;;;;; (19776 18657)) 19046;;;;;; (19845 45374))
19047;;; Generated autoloads from gnus/nnml.el 19047;;; Generated autoloads from gnus/nnml.el
19048 19048
19049(autoload 'nnml-generate-nov-databases "nnml" "\ 19049(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19054,7 +19054,7 @@ Generate NOV databases in all nnml directories.
19054;;;*** 19054;;;***
19055 19055
19056;;;### (autoloads (disable-command enable-command disabled-command-function) 19056;;;### (autoloads (disable-command enable-command disabled-command-function)
19057;;;;;; "novice" "novice.el" (19776 18657)) 19057;;;;;; "novice" "novice.el" (19845 45374))
19058;;; Generated autoloads from novice.el 19058;;; Generated autoloads from novice.el
19059 19059
19060(defvar disabled-command-function 'disabled-command-function "\ 19060(defvar disabled-command-function 'disabled-command-function "\
@@ -19087,7 +19087,7 @@ to future sessions.
19087;;;*** 19087;;;***
19088 19088
19089;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19089;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19090;;;;;; (19776 18657)) 19090;;;;;; (19845 45374))
19091;;; Generated autoloads from textmodes/nroff-mode.el 19091;;; Generated autoloads from textmodes/nroff-mode.el
19092 19092
19093(autoload 'nroff-mode "nroff-mode" "\ 19093(autoload 'nroff-mode "nroff-mode" "\
@@ -19102,7 +19102,7 @@ closing requests for requests that are used in matched pairs.
19102;;;*** 19102;;;***
19103 19103
19104;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 19104;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19105;;;;;; (19776 18657)) 19105;;;;;; (19845 45374))
19106;;; Generated autoloads from nxml/nxml-glyph.el 19106;;; Generated autoloads from nxml/nxml-glyph.el
19107 19107
19108(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19108(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19114,8 +19114,8 @@ Return nil if the face cannot display a glyph for N.
19114 19114
19115;;;*** 19115;;;***
19116 19116
19117;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19926 19117;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19927
19118;;;;;; 36440)) 19118;;;;;; 37225))
19119;;; Generated autoloads from nxml/nxml-mode.el 19119;;; Generated autoloads from nxml/nxml-mode.el
19120 19120
19121(autoload 'nxml-mode "nxml-mode" "\ 19121(autoload 'nxml-mode "nxml-mode" "\
@@ -19177,7 +19177,7 @@ Many aspects this mode can be customized using
19177;;;*** 19177;;;***
19178 19178
19179;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 19179;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19180;;;;;; "nxml/nxml-uchnm.el" (19776 18657)) 19180;;;;;; "nxml/nxml-uchnm.el" (19845 45374))
19181;;; Generated autoloads from nxml/nxml-uchnm.el 19181;;; Generated autoloads from nxml/nxml-uchnm.el
19182 19182
19183(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19183(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19200,7 +19200,7 @@ the variable `nxml-enabled-unicode-blocks'.
19200;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe 19200;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe
19201;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info 19201;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info
19202;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" 19202;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
19203;;;;;; "org/ob.el" (20045 43619)) 19203;;;;;; "org/ob.el" (20045 31431))
19204;;; Generated autoloads from org/ob.el 19204;;; Generated autoloads from org/ob.el
19205 19205
19206(autoload 'org-babel-execute-safely-maybe "ob" "\ 19206(autoload 'org-babel-execute-safely-maybe "ob" "\
@@ -19403,7 +19403,7 @@ Mark current src block
19403;;;*** 19403;;;***
19404 19404
19405;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" 19405;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
19406;;;;;; (20045 43619)) 19406;;;;;; (20045 30710))
19407;;; Generated autoloads from org/ob-keys.el 19407;;; Generated autoloads from org/ob-keys.el
19408 19408
19409(autoload 'org-babel-describe-bindings "ob-keys" "\ 19409(autoload 'org-babel-describe-bindings "ob-keys" "\
@@ -19414,7 +19414,7 @@ Describe all keybindings behind `org-babel-key-prefix'.
19414;;;*** 19414;;;***
19415 19415
19416;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe 19416;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
19417;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20045 43619)) 19417;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20045 31431))
19418;;; Generated autoloads from org/ob-lob.el 19418;;; Generated autoloads from org/ob-lob.el
19419 19419
19420(autoload 'org-babel-lob-ingest "ob-lob" "\ 19420(autoload 'org-babel-lob-ingest "ob-lob" "\
@@ -19439,7 +19439,7 @@ Return a Library of Babel function call as a string.
19439 19439
19440;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file 19440;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
19441;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" 19441;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
19442;;;;;; (20045 43619)) 19442;;;;;; (20045 30712))
19443;;; Generated autoloads from org/ob-tangle.el 19443;;; Generated autoloads from org/ob-tangle.el
19444 19444
19445(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ 19445(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
@@ -19481,7 +19481,7 @@ exported source code blocks by language.
19481;;;*** 19481;;;***
19482 19482
19483;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19483;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19484;;;;;; (19973 21789)) 19484;;;;;; (19968 28627))
19485;;; Generated autoloads from progmodes/octave-inf.el 19485;;; Generated autoloads from progmodes/octave-inf.el
19486 19486
19487(autoload 'inferior-octave "octave-inf" "\ 19487(autoload 'inferior-octave "octave-inf" "\
@@ -19504,7 +19504,7 @@ startup file, `~/.emacs-octave'.
19504;;;*** 19504;;;***
19505 19505
19506;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19506;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19507;;;;;; (19973 21789)) 19507;;;;;; (19968 28627))
19508;;; Generated autoloads from progmodes/octave-mod.el 19508;;; Generated autoloads from progmodes/octave-mod.el
19509 19509
19510(autoload 'octave-mode "octave-mod" "\ 19510(autoload 'octave-mode "octave-mod" "\
@@ -19592,7 +19592,7 @@ including a reproducible test case and send the message.
19592;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 19592;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19593;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 19593;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19594;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" 19594;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el"
19595;;;;;; (20087 36265)) 19595;;;;;; (20098 4366))
19596;;; Generated autoloads from org/org.el 19596;;; Generated autoloads from org/org.el
19597 19597
19598(autoload 'org-babel-do-load-languages "org" "\ 19598(autoload 'org-babel-do-load-languages "org" "\
@@ -19816,7 +19816,7 @@ Call the customize function with org as argument.
19816;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 19816;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
19817;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 19817;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19818;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19818;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19819;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20064 65310)) 19819;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20065 65310))
19820;;; Generated autoloads from org/org-agenda.el 19820;;; Generated autoloads from org/org-agenda.el
19821 19821
19822(autoload 'org-agenda "org-agenda" "\ 19822(autoload 'org-agenda "org-agenda" "\
@@ -20061,7 +20061,7 @@ belonging to the \"Work\" category.
20061 20061
20062;;;### (autoloads (org-archive-subtree-default-with-confirmation 20062;;;### (autoloads (org-archive-subtree-default-with-confirmation
20063;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 20063;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
20064;;;;;; (20045 43619)) 20064;;;;;; (20045 30713))
20065;;; Generated autoloads from org/org-archive.el 20065;;; Generated autoloads from org/org-archive.el
20066 20066
20067(autoload 'org-archive-subtree-default "org-archive" "\ 20067(autoload 'org-archive-subtree-default "org-archive" "\
@@ -20082,7 +20082,7 @@ This command is set with the variable `org-archive-default-command'.
20082;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer 20082;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
20083;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer 20083;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
20084;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20045 20084;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20045
20085;;;;;; 43619)) 20085;;;;;; 30713))
20086;;; Generated autoloads from org/org-ascii.el 20086;;; Generated autoloads from org/org-ascii.el
20087 20087
20088(autoload 'org-export-as-latin1 "org-ascii" "\ 20088(autoload 'org-export-as-latin1 "org-ascii" "\
@@ -20156,7 +20156,7 @@ publishing directory.
20156;;;*** 20156;;;***
20157 20157
20158;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20045 20158;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20045
20159;;;;;; 43619)) 20159;;;;;; 30713))
20160;;; Generated autoloads from org/org-attach.el 20160;;; Generated autoloads from org/org-attach.el
20161 20161
20162(autoload 'org-attach "org-attach" "\ 20162(autoload 'org-attach "org-attach" "\
@@ -20168,7 +20168,7 @@ Shows a list of commands and prompts for another key to execute a command.
20168;;;*** 20168;;;***
20169 20169
20170;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 20170;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20171;;;;;; (20045 43619)) 20171;;;;;; (20045 30713))
20172;;; Generated autoloads from org/org-bbdb.el 20172;;; Generated autoloads from org/org-bbdb.el
20173 20173
20174(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 20174(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -20179,7 +20179,7 @@ Extract anniversaries from BBDB for display in the agenda.
20179;;;*** 20179;;;***
20180 20180
20181;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here 20181;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
20182;;;;;; org-capture) "org-capture" "org/org-capture.el" (20064 65339)) 20182;;;;;; org-capture) "org-capture" "org/org-capture.el" (20065 65310))
20183;;; Generated autoloads from org/org-capture.el 20183;;; Generated autoloads from org/org-capture.el
20184 20184
20185(autoload 'org-capture "org-capture" "\ 20185(autoload 'org-capture "org-capture" "\
@@ -20217,7 +20217,7 @@ Set org-capture-templates to be similar to `org-remember-templates'.
20217;;;*** 20217;;;***
20218 20218
20219;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 20219;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
20220;;;;;; "org-clock" "org/org-clock.el" (20064 65359)) 20220;;;;;; "org-clock" "org/org-clock.el" (20065 65310))
20221;;; Generated autoloads from org/org-clock.el 20221;;; Generated autoloads from org/org-clock.el
20222 20222
20223(autoload 'org-get-clocktable "org-clock" "\ 20223(autoload 'org-get-clocktable "org-clock" "\
@@ -20235,7 +20235,7 @@ Set up hooks for clock persistence.
20235;;;*** 20235;;;***
20236 20236
20237;;;### (autoloads (org-datetree-find-date-create) "org-datetree" 20237;;;### (autoloads (org-datetree-find-date-create) "org-datetree"
20238;;;;;; "org/org-datetree.el" (20045 43619)) 20238;;;;;; "org/org-datetree.el" (20045 30713))
20239;;; Generated autoloads from org/org-datetree.el 20239;;; Generated autoloads from org/org-datetree.el
20240 20240
20241(autoload 'org-datetree-find-date-create "org-datetree" "\ 20241(autoload 'org-datetree-find-date-create "org-datetree" "\
@@ -20251,7 +20251,7 @@ tree can be found.
20251;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 20251;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
20252;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 20252;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
20253;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 20253;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
20254;;;;;; "org-docbook" "org/org-docbook.el" (20045 43619)) 20254;;;;;; "org-docbook" "org/org-docbook.el" (20045 30713))
20255;;; Generated autoloads from org/org-docbook.el 20255;;; Generated autoloads from org/org-docbook.el
20256 20256
20257(autoload 'org-export-as-docbook-batch "org-docbook" "\ 20257(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -20328,7 +20328,7 @@ publishing directory.
20328 20328
20329;;;### (autoloads (org-insert-export-options-template org-export-as-org 20329;;;### (autoloads (org-insert-export-options-template org-export-as-org
20330;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 20330;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
20331;;;;;; (20064 65454)) 20331;;;;;; (20065 65310))
20332;;; Generated autoloads from org/org-exp.el 20332;;; Generated autoloads from org/org-exp.el
20333 20333
20334(autoload 'org-export "org-exp" "\ 20334(autoload 'org-export "org-exp" "\
@@ -20389,8 +20389,8 @@ Insert into the buffer a template with information for exporting.
20389;;;*** 20389;;;***
20390 20390
20391;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 20391;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
20392;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20064 20392;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20065
20393;;;;;; 65463)) 20393;;;;;; 65310))
20394;;; Generated autoloads from org/org-feed.el 20394;;; Generated autoloads from org/org-feed.el
20395 20395
20396(autoload 'org-feed-update-all "org-feed" "\ 20396(autoload 'org-feed-update-all "org-feed" "\
@@ -20418,7 +20418,7 @@ Show the raw feed buffer of a feed.
20418;;;*** 20418;;;***
20419 20419
20420;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 20420;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20421;;;;;; "org/org-footnote.el" (20045 43619)) 20421;;;;;; "org/org-footnote.el" (20045 30715))
20422;;; Generated autoloads from org/org-footnote.el 20422;;; Generated autoloads from org/org-footnote.el
20423 20423
20424(autoload 'org-footnote-action "org-footnote" "\ 20424(autoload 'org-footnote-action "org-footnote" "\
@@ -20469,7 +20469,7 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
20469;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 20469;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
20470;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 20470;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
20471;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 20471;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
20472;;;;;; "org/org-freemind.el" (20045 43619)) 20472;;;;;; "org/org-freemind.el" (20045 31431))
20473;;; Generated autoloads from org/org-freemind.el 20473;;; Generated autoloads from org/org-freemind.el
20474 20474
20475(autoload 'org-export-as-freemind "org-freemind" "\ 20475(autoload 'org-export-as-freemind "org-freemind" "\
@@ -20530,7 +20530,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
20530;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 20530;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
20531;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 20531;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
20532;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 20532;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
20533;;;;;; "org/org-html.el" (20064 65473)) 20533;;;;;; "org/org-html.el" (20065 65310))
20534;;; Generated autoloads from org/org-html.el 20534;;; Generated autoloads from org/org-html.el
20535 20535
20536(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 20536(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -20624,7 +20624,7 @@ that uses these same face definitions.
20624 20624
20625;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 20625;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
20626;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 20626;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
20627;;;;;; (20045 43619)) 20627;;;;;; (20045 30716))
20628;;; Generated autoloads from org/org-icalendar.el 20628;;; Generated autoloads from org/org-icalendar.el
20629 20629
20630(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 20630(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -20652,7 +20652,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
20652;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find 20652;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
20653;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion 20653;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
20654;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" 20654;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
20655;;;;;; (20064 65485)) 20655;;;;;; (20065 65310))
20656;;; Generated autoloads from org/org-id.el 20656;;; Generated autoloads from org/org-id.el
20657 20657
20658(autoload 'org-id-get-create "org-id" "\ 20658(autoload 'org-id-get-create "org-id" "\
@@ -20721,7 +20721,7 @@ Store a link to the current entry, using its ID.
20721;;;*** 20721;;;***
20722 20722
20723;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 20723;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
20724;;;;;; (20045 43619)) 20724;;;;;; (20045 30716))
20725;;; Generated autoloads from org/org-indent.el 20725;;; Generated autoloads from org/org-indent.el
20726 20726
20727(autoload 'org-indent-mode "org-indent" "\ 20727(autoload 'org-indent-mode "org-indent" "\
@@ -20736,7 +20736,7 @@ FIXME: How to update when broken?
20736;;;*** 20736;;;***
20737 20737
20738;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 20738;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20739;;;;;; (20064 65516)) 20739;;;;;; (20065 65310))
20740;;; Generated autoloads from org/org-irc.el 20740;;; Generated autoloads from org/org-irc.el
20741 20741
20742(autoload 'org-irc-store-link "org-irc" "\ 20742(autoload 'org-irc-store-link "org-irc" "\
@@ -20749,7 +20749,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
20749;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 20749;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
20750;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 20750;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
20751;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 20751;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
20752;;;;;; (20045 43619)) 20752;;;;;; (20045 30716))
20753;;; Generated autoloads from org/org-latex.el 20753;;; Generated autoloads from org/org-latex.el
20754 20754
20755(autoload 'org-export-as-latex-batch "org-latex" "\ 20755(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -20829,8 +20829,8 @@ Export as LaTeX, then process through to PDF, and open.
20829;;;*** 20829;;;***
20830 20830
20831;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 20831;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
20832;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20064 20832;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20065
20833;;;;;; 65527)) 20833;;;;;; 65310))
20834;;; Generated autoloads from org/org-mobile.el 20834;;; Generated autoloads from org/org-mobile.el
20835 20835
20836(autoload 'org-mobile-push "org-mobile" "\ 20836(autoload 'org-mobile-push "org-mobile" "\
@@ -20855,7 +20855,7 @@ Create a file that contains all custom agenda views.
20855;;;*** 20855;;;***
20856 20856
20857;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 20857;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
20858;;;;;; (20045 43619)) 20858;;;;;; (20045 30717))
20859;;; Generated autoloads from org/org-plot.el 20859;;; Generated autoloads from org/org-plot.el
20860 20860
20861(autoload 'org-plot/gnuplot "org-plot" "\ 20861(autoload 'org-plot/gnuplot "org-plot" "\
@@ -20869,7 +20869,7 @@ line directly before or after the table.
20869 20869
20870;;;### (autoloads (org-publish-current-project org-publish-current-file 20870;;;### (autoloads (org-publish-current-project org-publish-current-file
20871;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 20871;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
20872;;;;;; (20065 2)) 20872;;;;;; (20065 65310))
20873;;; Generated autoloads from org/org-publish.el 20873;;; Generated autoloads from org/org-publish.el
20874 20874
20875(defalias 'org-publish-project 'org-publish) 20875(defalias 'org-publish-project 'org-publish)
@@ -20903,7 +20903,7 @@ the project.
20903 20903
20904;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 20904;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
20905;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 20905;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
20906;;;;;; "org/org-remember.el" (20065 23)) 20906;;;;;; "org/org-remember.el" (20065 65310))
20907;;; Generated autoloads from org/org-remember.el 20907;;; Generated autoloads from org/org-remember.el
20908 20908
20909(autoload 'org-remember-insinuate "org-remember" "\ 20909(autoload 'org-remember-insinuate "org-remember" "\
@@ -20979,7 +20979,7 @@ See also the variable `org-reverse-note-order'.
20979;;;*** 20979;;;***
20980 20980
20981;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 20981;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
20982;;;;;; "org-table" "org/org-table.el" (20045 43619)) 20982;;;;;; "org-table" "org/org-table.el" (20045 30718))
20983;;; Generated autoloads from org/org-table.el 20983;;; Generated autoloads from org/org-table.el
20984 20984
20985(autoload 'turn-on-orgtbl "org-table" "\ 20985(autoload 'turn-on-orgtbl "org-table" "\
@@ -21003,7 +21003,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
21003;;;*** 21003;;;***
21004 21004
21005;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) 21005;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
21006;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20045 43619)) 21006;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20045 30718))
21007;;; Generated autoloads from org/org-taskjuggler.el 21007;;; Generated autoloads from org/org-taskjuggler.el
21008 21008
21009(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ 21009(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
@@ -21031,7 +21031,7 @@ with the TaskJuggler GUI.
21031 21031
21032;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 21032;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
21033;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 21033;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
21034;;;;;; (20045 43619)) 21034;;;;;; (20045 30718))
21035;;; Generated autoloads from org/org-timer.el 21035;;; Generated autoloads from org/org-timer.el
21036 21036
21037(autoload 'org-timer-start "org-timer" "\ 21037(autoload 'org-timer-start "org-timer" "\
@@ -21092,7 +21092,7 @@ replace any running timer.
21092;;;*** 21092;;;***
21093 21093
21094;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 21094;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
21095;;;;;; (20045 43619)) 21095;;;;;; (20045 30719))
21096;;; Generated autoloads from org/org-xoxo.el 21096;;; Generated autoloads from org/org-xoxo.el
21097 21097
21098(autoload 'org-export-as-xoxo "org-xoxo" "\ 21098(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -21104,7 +21104,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
21104;;;*** 21104;;;***
21105 21105
21106;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 21106;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
21107;;;;;; (20087 36265)) 21107;;;;;; (20087 5852))
21108;;; Generated autoloads from outline.el 21108;;; Generated autoloads from outline.el
21109(put 'outline-regexp 'safe-local-variable 'stringp) 21109(put 'outline-regexp 'safe-local-variable 'stringp)
21110(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 21110(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -21165,7 +21165,7 @@ See the command `outline-mode' for more information on this mode.
21165;;;### (autoloads (list-packages describe-package package-initialize 21165;;;### (autoloads (list-packages describe-package package-initialize
21166;;;;;; package-install-file package-install-from-buffer package-install 21166;;;;;; package-install-file package-install-from-buffer package-install
21167;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el" 21167;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el"
21168;;;;;; (20087 36265)) 21168;;;;;; (20098 4366))
21169;;; Generated autoloads from emacs-lisp/package.el 21169;;; Generated autoloads from emacs-lisp/package.el
21170 21170
21171(defvar package-enable-at-startup t "\ 21171(defvar package-enable-at-startup t "\
@@ -21228,7 +21228,7 @@ The list is displayed in a buffer named `*Packages*'.
21228 21228
21229;;;*** 21229;;;***
21230 21230
21231;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20075 38050)) 21231;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20076 35541))
21232;;; Generated autoloads from paren.el 21232;;; Generated autoloads from paren.el
21233 21233
21234(defvar show-paren-mode nil "\ 21234(defvar show-paren-mode nil "\
@@ -21253,7 +21253,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
21253;;;*** 21253;;;***
21254 21254
21255;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 21255;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
21256;;;;;; (19776 18657)) 21256;;;;;; (19845 45374))
21257;;; Generated autoloads from calendar/parse-time.el 21257;;; Generated autoloads from calendar/parse-time.el
21258(put 'parse-time-rules 'risky-local-variable t) 21258(put 'parse-time-rules 'risky-local-variable t)
21259 21259
@@ -21266,8 +21266,8 @@ unknown are returned as nil.
21266 21266
21267;;;*** 21267;;;***
21268 21268
21269;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19973 21269;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19968
21270;;;;;; 21789)) 21270;;;;;; 28627))
21271;;; Generated autoloads from progmodes/pascal.el 21271;;; Generated autoloads from progmodes/pascal.el
21272 21272
21273(autoload 'pascal-mode "pascal" "\ 21273(autoload 'pascal-mode "pascal" "\
@@ -21320,7 +21320,7 @@ no args, if that value is non-nil.
21320;;;*** 21320;;;***
21321 21321
21322;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) 21322;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
21323;;;;;; "password-cache" "password-cache.el" (20089 62475)) 21323;;;;;; "password-cache" "password-cache.el" (20089 47591))
21324;;; Generated autoloads from password-cache.el 21324;;; Generated autoloads from password-cache.el
21325 21325
21326(defvar password-cache t "\ 21326(defvar password-cache t "\
@@ -21342,7 +21342,7 @@ Check if KEY is in the cache.
21342;;;*** 21342;;;***
21343 21343
21344;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 21344;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
21345;;;;;; (19875 21674)) 21345;;;;;; (19863 8742))
21346;;; Generated autoloads from emacs-lisp/pcase.el 21346;;; Generated autoloads from emacs-lisp/pcase.el
21347 21347
21348(autoload 'pcase "pcase" "\ 21348(autoload 'pcase "pcase" "\
@@ -21401,8 +21401,8 @@ of the form (UPAT EXP).
21401 21401
21402;;;*** 21402;;;***
21403 21403
21404;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19776 21404;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20100
21405;;;;;; 18657)) 21405;;;;;; 17869))
21406;;; Generated autoloads from pcmpl-cvs.el 21406;;; Generated autoloads from pcmpl-cvs.el
21407 21407
21408(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 21408(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -21413,7 +21413,7 @@ Completion rules for the `cvs' command.
21413;;;*** 21413;;;***
21414 21414
21415;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 21415;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
21416;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19776 18657)) 21416;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20102 59597))
21417;;; Generated autoloads from pcmpl-gnu.el 21417;;; Generated autoloads from pcmpl-gnu.el
21418 21418
21419(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 21419(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -21441,7 +21441,7 @@ Completion for the GNU tar utility.
21441;;;*** 21441;;;***
21442 21442
21443;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 21443;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
21444;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19986 9815)) 21444;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19986 58615))
21445;;; Generated autoloads from pcmpl-linux.el 21445;;; Generated autoloads from pcmpl-linux.el
21446 21446
21447(autoload 'pcomplete/kill "pcmpl-linux" "\ 21447(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -21461,8 +21461,8 @@ Completion for GNU/Linux `mount'.
21461 21461
21462;;;*** 21462;;;***
21463 21463
21464;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19960 21464;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19961
21465;;;;;; 64955)) 21465;;;;;; 55377))
21466;;; Generated autoloads from pcmpl-rpm.el 21466;;; Generated autoloads from pcmpl-rpm.el
21467 21467
21468(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 21468(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -21474,7 +21474,7 @@ Completion for the `rpm' command.
21474 21474
21475;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 21475;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
21476;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 21476;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
21477;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19776 18657)) 21477;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19845 45374))
21478;;; Generated autoloads from pcmpl-unix.el 21478;;; Generated autoloads from pcmpl-unix.el
21479 21479
21480(autoload 'pcomplete/cd "pcmpl-unix" "\ 21480(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -21531,8 +21531,8 @@ Includes files as well as host names followed by a colon.
21531 21531
21532;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 21532;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
21533;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 21533;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
21534;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20089 21534;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20088
21535;;;;;; 62475)) 21535;;;;;; 26718))
21536;;; Generated autoloads from pcomplete.el 21536;;; Generated autoloads from pcomplete.el
21537 21537
21538(autoload 'pcomplete "pcomplete" "\ 21538(autoload 'pcomplete "pcomplete" "\
@@ -21591,7 +21591,7 @@ Setup `shell-mode' to use pcomplete.
21591 21591
21592;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 21592;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
21593;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 21593;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
21594;;;;;; "vc/pcvs.el" (19776 18657)) 21594;;;;;; "vc/pcvs.el" (19845 45374))
21595;;; Generated autoloads from vc/pcvs.el 21595;;; Generated autoloads from vc/pcvs.el
21596 21596
21597(autoload 'cvs-checkout "pcvs" "\ 21597(autoload 'cvs-checkout "pcvs" "\
@@ -21666,7 +21666,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21666 21666
21667;;;*** 21667;;;***
21668 21668
21669;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20060 65453)) 21669;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20062 2656))
21670;;; Generated autoloads from vc/pcvs-defs.el 21670;;; Generated autoloads from vc/pcvs-defs.el
21671 21671
21672(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))) 21672(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)))
@@ -21674,7 +21674,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21674;;;*** 21674;;;***
21675 21675
21676;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 21676;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
21677;;;;;; (19910 57138)) 21677;;;;;; (20098 62550))
21678;;; Generated autoloads from progmodes/perl-mode.el 21678;;; Generated autoloads from progmodes/perl-mode.el
21679(put 'perl-indent-level 'safe-local-variable 'integerp) 21679(put 'perl-indent-level 'safe-local-variable 'integerp)
21680(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 21680(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21736,7 +21736,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21736;;;*** 21736;;;***
21737 21737
21738;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 21738;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
21739;;;;;; (20092 45613)) 21739;;;;;; (20093 44623))
21740;;; Generated autoloads from textmodes/picture.el 21740;;; Generated autoloads from textmodes/picture.el
21741 21741
21742(autoload 'picture-mode "picture" "\ 21742(autoload 'picture-mode "picture" "\
@@ -21816,8 +21816,8 @@ they are not defaultly assigned to keys.
21816 21816
21817;;;*** 21817;;;***
21818 21818
21819;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20076 21819;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20097
21820;;;;;; 61048)) 21820;;;;;; 41737))
21821;;; Generated autoloads from gnus/plstore.el 21821;;; Generated autoloads from gnus/plstore.el
21822 21822
21823(autoload 'plstore-open "plstore" "\ 21823(autoload 'plstore-open "plstore" "\
@@ -21828,7 +21828,7 @@ Create a plstore instance associated with FILE.
21828;;;*** 21828;;;***
21829 21829
21830;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 21830;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
21831;;;;;; (19776 18657)) 21831;;;;;; (19845 45374))
21832;;; Generated autoloads from textmodes/po.el 21832;;; Generated autoloads from textmodes/po.el
21833 21833
21834(autoload 'po-find-file-coding-system "po" "\ 21834(autoload 'po-find-file-coding-system "po" "\
@@ -21839,7 +21839,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21839 21839
21840;;;*** 21840;;;***
21841 21841
21842;;;### (autoloads (pong) "pong" "play/pong.el" (19797 54173)) 21842;;;### (autoloads (pong) "pong" "play/pong.el" (19845 45374))
21843;;; Generated autoloads from play/pong.el 21843;;; Generated autoloads from play/pong.el
21844 21844
21845(autoload 'pong "pong" "\ 21845(autoload 'pong "pong" "\
@@ -21855,7 +21855,7 @@ pong-mode keybindings:\\<pong-mode-map>
21855 21855
21856;;;*** 21856;;;***
21857 21857
21858;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20090 40643)) 21858;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20097 41737))
21859;;; Generated autoloads from gnus/pop3.el 21859;;; Generated autoloads from gnus/pop3.el
21860 21860
21861(autoload 'pop3-movemail "pop3" "\ 21861(autoload 'pop3-movemail "pop3" "\
@@ -21868,7 +21868,7 @@ Use streaming commands.
21868 21868
21869;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 21869;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
21870;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 21870;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
21871;;;;;; (19776 18657)) 21871;;;;;; (19845 45374))
21872;;; Generated autoloads from emacs-lisp/pp.el 21872;;; Generated autoloads from emacs-lisp/pp.el
21873 21873
21874(autoload 'pp-to-string "pp" "\ 21874(autoload 'pp-to-string "pp" "\
@@ -21936,7 +21936,7 @@ Ignores leading comment characters.
21936;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 21936;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21937;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 21937;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21938;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 21938;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21939;;;;;; (20001 58878)) 21939;;;;;; (19999 41597))
21940;;; Generated autoloads from printing.el 21940;;; Generated autoloads from printing.el
21941 21941
21942(autoload 'pr-interface "printing" "\ 21942(autoload 'pr-interface "printing" "\
@@ -22523,7 +22523,7 @@ are both set to t.
22523 22523
22524;;;*** 22524;;;***
22525 22525
22526;;;### (autoloads (proced) "proced" "proced.el" (20053 38615)) 22526;;;### (autoloads (proced) "proced" "proced.el" (20053 39261))
22527;;; Generated autoloads from proced.el 22527;;; Generated autoloads from proced.el
22528 22528
22529(autoload 'proced "proced" "\ 22529(autoload 'proced "proced" "\
@@ -22539,7 +22539,7 @@ See `proced-mode' for a description of features available in Proced buffers.
22539;;;*** 22539;;;***
22540 22540
22541;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" 22541;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
22542;;;;;; "progmodes/prolog.el" (19891 13894)) 22542;;;;;; "progmodes/prolog.el" (19890 42850))
22543;;; Generated autoloads from progmodes/prolog.el 22543;;; Generated autoloads from progmodes/prolog.el
22544 22544
22545(autoload 'prolog-mode "prolog" "\ 22545(autoload 'prolog-mode "prolog" "\
@@ -22574,8 +22574,8 @@ With prefix argument ARG, restart the Prolog process if running before.
22574 22574
22575;;;*** 22575;;;***
22576 22576
22577;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19786 22577;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19845
22578;;;;;; 56076)) 22578;;;;;; 45374))
22579;;; Generated autoloads from ps-bdf.el 22579;;; Generated autoloads from ps-bdf.el
22580 22580
22581(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")) "\ 22581(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")) "\
@@ -22586,8 +22586,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22586 22586
22587;;;*** 22587;;;***
22588 22588
22589;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19960 22589;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19961
22590;;;;;; 63962)) 22590;;;;;; 55377))
22591;;; Generated autoloads from progmodes/ps-mode.el 22591;;; Generated autoloads from progmodes/ps-mode.el
22592 22592
22593(autoload 'ps-mode "ps-mode" "\ 22593(autoload 'ps-mode "ps-mode" "\
@@ -22638,8 +22638,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22638;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 22638;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
22639;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 22639;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
22640;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 22640;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
22641;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20089 22641;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20088
22642;;;;;; 62475)) 22642;;;;;; 26764))
22643;;; Generated autoloads from ps-print.el 22643;;; Generated autoloads from ps-print.el
22644 22644
22645(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"))) "\ 22645(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"))) "\
@@ -22836,7 +22836,7 @@ If EXTENSION is any other symbol, it is ignored.
22836;;;*** 22836;;;***
22837 22837
22838;;;### (autoloads (jython-mode python-mode python-after-info-look 22838;;;### (autoloads (jython-mode python-mode python-after-info-look
22839;;;;;; run-python) "python" "progmodes/python.el" (20075 52608)) 22839;;;;;; run-python) "python" "progmodes/python.el" (20076 35541))
22840;;; Generated autoloads from progmodes/python.el 22840;;; Generated autoloads from progmodes/python.el
22841 22841
22842(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 22842(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -22922,7 +22922,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
22922;;;*** 22922;;;***
22923 22923
22924;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 22924;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
22925;;;;;; (19776 18657)) 22925;;;;;; (19845 45374))
22926;;; Generated autoloads from gnus/qp.el 22926;;; Generated autoloads from gnus/qp.el
22927 22927
22928(autoload 'quoted-printable-decode-region "qp" "\ 22928(autoload 'quoted-printable-decode-region "qp" "\
@@ -22945,7 +22945,7 @@ them into characters should be done separately.
22945;;;;;; quail-defrule quail-install-decode-map quail-install-map 22945;;;;;; quail-defrule quail-install-decode-map quail-install-map
22946;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 22946;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22947;;;;;; quail-define-package quail-use-package quail-title) "quail" 22947;;;;;; quail-define-package quail-use-package quail-title) "quail"
22948;;;;;; "international/quail.el" (19946 35279)) 22948;;;;;; "international/quail.el" (19943 25429))
22949;;; Generated autoloads from international/quail.el 22949;;; Generated autoloads from international/quail.el
22950 22950
22951(autoload 'quail-title "quail" "\ 22951(autoload 'quail-title "quail" "\
@@ -23176,8 +23176,8 @@ of each directory.
23176 23176
23177;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 23177;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
23178;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 23178;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
23179;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20054 23179;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20098
23180;;;;;; 26468)) 23180;;;;;; 62550))
23181;;; Generated autoloads from net/quickurl.el 23181;;; Generated autoloads from net/quickurl.el
23182 23182
23183(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" "\ 23183(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" "\
@@ -23195,7 +23195,7 @@ in your ~/.emacs (after loading/requiring quickurl).")
23195Insert a URL based on LOOKUP. 23195Insert a URL based on LOOKUP.
23196 23196
23197If not supplied LOOKUP is taken to be the word at point in the current 23197If not supplied LOOKUP is taken to be the word at point in the current
23198buffer, this default action can be modifed via 23198buffer, this default action can be modified via
23199`quickurl-grab-lookup-function'. 23199`quickurl-grab-lookup-function'.
23200 23200
23201\(fn &optional LOOKUP)" t nil) 23201\(fn &optional LOOKUP)" t nil)
@@ -23217,7 +23217,7 @@ is decided.
23217Browse the URL associated with LOOKUP. 23217Browse the URL associated with LOOKUP.
23218 23218
23219If not supplied LOOKUP is taken to be the word at point in the 23219If not supplied LOOKUP is taken to be the word at point in the
23220current buffer, this default action can be modifed via 23220current buffer, this default action can be modified via
23221`quickurl-grab-lookup-function'. 23221`quickurl-grab-lookup-function'.
23222 23222
23223\(fn &optional LOOKUP)" t nil) 23223\(fn &optional LOOKUP)" t nil)
@@ -23249,7 +23249,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
23249;;;*** 23249;;;***
23250 23250
23251;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 23251;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
23252;;;;;; "net/rcirc.el" (20072 59809)) 23252;;;;;; "net/rcirc.el" (20073 59352))
23253;;; Generated autoloads from net/rcirc.el 23253;;; Generated autoloads from net/rcirc.el
23254 23254
23255(autoload 'rcirc "rcirc" "\ 23255(autoload 'rcirc "rcirc" "\
@@ -23284,8 +23284,8 @@ Global minor mode for tracking activity in rcirc buffers.
23284 23284
23285;;;*** 23285;;;***
23286 23286
23287;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19776 23287;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19845
23288;;;;;; 18657)) 23288;;;;;; 45374))
23289;;; Generated autoloads from net/rcompile.el 23289;;; Generated autoloads from net/rcompile.el
23290 23290
23291(autoload 'remote-compile "rcompile" "\ 23291(autoload 'remote-compile "rcompile" "\
@@ -23297,7 +23297,7 @@ See \\[compile].
23297;;;*** 23297;;;***
23298 23298
23299;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 23299;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
23300;;;;;; (19974 43253)) 23300;;;;;; (19975 1875))
23301;;; Generated autoloads from emacs-lisp/re-builder.el 23301;;; Generated autoloads from emacs-lisp/re-builder.el
23302 23302
23303(defalias 'regexp-builder 're-builder) 23303(defalias 'regexp-builder 're-builder)
@@ -23315,7 +23315,7 @@ matching parts of the target buffer will be highlighted.
23315 23315
23316;;;*** 23316;;;***
23317 23317
23318;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19888 59421)) 23318;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19886 45771))
23319;;; Generated autoloads from recentf.el 23319;;; Generated autoloads from recentf.el
23320 23320
23321(defvar recentf-mode nil "\ 23321(defvar recentf-mode nil "\
@@ -23343,7 +23343,7 @@ that were operated on recently.
23343;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle 23343;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
23344;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle 23344;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle
23345;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el" 23345;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el"
23346;;;;;; (20001 58878)) 23346;;;;;; (19999 41597))
23347;;; Generated autoloads from rect.el 23347;;; Generated autoloads from rect.el
23348 (define-key ctl-x-r-map "c" 'clear-rectangle) 23348 (define-key ctl-x-r-map "c" 'clear-rectangle)
23349 (define-key ctl-x-r-map "k" 'kill-rectangle) 23349 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -23479,8 +23479,8 @@ with a prefix argument, prompt for START-AT and FORMAT.
23479 23479
23480;;;*** 23480;;;***
23481 23481
23482;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19776 23482;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19845
23483;;;;;; 18657)) 23483;;;;;; 45374))
23484;;; Generated autoloads from textmodes/refill.el 23484;;; Generated autoloads from textmodes/refill.el
23485 23485
23486(autoload 'refill-mode "refill" "\ 23486(autoload 'refill-mode "refill" "\
@@ -23496,7 +23496,7 @@ refilling if they would cause auto-filling.
23496;;;*** 23496;;;***
23497 23497
23498;;;### (autoloads (reftex-reset-scanning-information reftex-mode 23498;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23499;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19874 14841)) 23499;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19845 45374))
23500;;; Generated autoloads from textmodes/reftex.el 23500;;; Generated autoloads from textmodes/reftex.el
23501 23501
23502(autoload 'turn-on-reftex "reftex" "\ 23502(autoload 'turn-on-reftex "reftex" "\
@@ -23546,7 +23546,7 @@ This enforces rescanning the buffer on next use.
23546;;;*** 23546;;;***
23547 23547
23548;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 23548;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23549;;;;;; (19776 18657)) 23549;;;;;; (19845 45374))
23550;;; Generated autoloads from textmodes/reftex-cite.el 23550;;; Generated autoloads from textmodes/reftex-cite.el
23551 23551
23552(autoload 'reftex-citation "reftex-cite" "\ 23552(autoload 'reftex-citation "reftex-cite" "\
@@ -23576,7 +23576,7 @@ While entering the regexp, completion on knows citation keys is possible.
23576;;;*** 23576;;;***
23577 23577
23578;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 23578;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23579;;;;;; (19776 18657)) 23579;;;;;; (19845 45374))
23580;;; Generated autoloads from textmodes/reftex-global.el 23580;;; Generated autoloads from textmodes/reftex-global.el
23581 23581
23582(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 23582(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -23593,7 +23593,7 @@ With no argument, this command toggles
23593;;;*** 23593;;;***
23594 23594
23595;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 23595;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23596;;;;;; (19799 6822)) 23596;;;;;; (19845 45374))
23597;;; Generated autoloads from textmodes/reftex-index.el 23597;;; Generated autoloads from textmodes/reftex-index.el
23598 23598
23599(autoload 'reftex-index-phrases-mode "reftex-index" "\ 23599(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -23626,7 +23626,7 @@ Here are all local bindings.
23626;;;*** 23626;;;***
23627 23627
23628;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 23628;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
23629;;;;;; (19980 46525)) 23629;;;;;; (19980 19797))
23630;;; Generated autoloads from textmodes/reftex-parse.el 23630;;; Generated autoloads from textmodes/reftex-parse.el
23631 23631
23632(autoload 'reftex-all-document-files "reftex-parse" "\ 23632(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -23638,8 +23638,8 @@ of master file.
23638 23638
23639;;;*** 23639;;;***
23640 23640
23641;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19776 23641;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19845
23642;;;;;; 18657)) 23642;;;;;; 45374))
23643;;; Generated autoloads from textmodes/reftex-vars.el 23643;;; Generated autoloads from textmodes/reftex-vars.el
23644(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23644(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23645(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23645(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23649,7 +23649,7 @@ of master file.
23649;;;*** 23649;;;***
23650 23650
23651;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 23651;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
23652;;;;;; (19776 18657)) 23652;;;;;; (19845 45374))
23653;;; Generated autoloads from emacs-lisp/regexp-opt.el 23653;;; Generated autoloads from emacs-lisp/regexp-opt.el
23654 23654
23655(autoload 'regexp-opt "regexp-opt" "\ 23655(autoload 'regexp-opt "regexp-opt" "\
@@ -23680,7 +23680,7 @@ This means the number of non-shy regexp grouping constructs
23680 23680
23681;;;### (autoloads (remember-diary-extract-entries remember-clipboard 23681;;;### (autoloads (remember-diary-extract-entries remember-clipboard
23682;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 23682;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
23683;;;;;; (19776 18657)) 23683;;;;;; (19845 45374))
23684;;; Generated autoloads from textmodes/remember.el 23684;;; Generated autoloads from textmodes/remember.el
23685 23685
23686(autoload 'remember "remember" "\ 23686(autoload 'remember "remember" "\
@@ -23711,7 +23711,7 @@ Extract diary entries from the region.
23711 23711
23712;;;*** 23712;;;***
23713 23713
23714;;;### (autoloads (repeat) "repeat" "repeat.el" (19954 15126)) 23714;;;### (autoloads (repeat) "repeat" "repeat.el" (19951 19539))
23715;;; Generated autoloads from repeat.el 23715;;; Generated autoloads from repeat.el
23716 23716
23717(autoload 'repeat "repeat" "\ 23717(autoload 'repeat "repeat" "\
@@ -23734,7 +23734,7 @@ recently executed command not bound to an input event\".
23734;;;*** 23734;;;***
23735 23735
23736;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 23736;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
23737;;;;;; (20075 52023)) 23737;;;;;; (20076 35541))
23738;;; Generated autoloads from mail/reporter.el 23738;;; Generated autoloads from mail/reporter.el
23739 23739
23740(autoload 'reporter-submit-bug-report "reporter" "\ 23740(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23766,7 +23766,7 @@ mail-sending package is used for editing and sending the message.
23766;;;*** 23766;;;***
23767 23767
23768;;;### (autoloads (reposition-window) "reposition" "reposition.el" 23768;;;### (autoloads (reposition-window) "reposition" "reposition.el"
23769;;;;;; (19776 18657)) 23769;;;;;; (19845 45374))
23770;;; Generated autoloads from reposition.el 23770;;; Generated autoloads from reposition.el
23771 23771
23772(autoload 'reposition-window "reposition" "\ 23772(autoload 'reposition-window "reposition" "\
@@ -23793,7 +23793,7 @@ first comment line visible (if point is in a comment).
23793;;;*** 23793;;;***
23794 23794
23795;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 23795;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
23796;;;;;; (19875 21674)) 23796;;;;;; (19863 8742))
23797;;; Generated autoloads from reveal.el 23797;;; Generated autoloads from reveal.el
23798 23798
23799(autoload 'reveal-mode "reveal" "\ 23799(autoload 'reveal-mode "reveal" "\
@@ -23828,7 +23828,7 @@ With zero or negative ARG turn mode off.
23828;;;*** 23828;;;***
23829 23829
23830;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 23830;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
23831;;;;;; (19776 18657)) 23831;;;;;; (19845 45374))
23832;;; Generated autoloads from emacs-lisp/ring.el 23832;;; Generated autoloads from emacs-lisp/ring.el
23833 23833
23834(autoload 'ring-p "ring" "\ 23834(autoload 'ring-p "ring" "\
@@ -23843,7 +23843,7 @@ Make a ring that can contain SIZE elements.
23843 23843
23844;;;*** 23844;;;***
23845 23845
23846;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20091 22763)) 23846;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20077 56412))
23847;;; Generated autoloads from net/rlogin.el 23847;;; Generated autoloads from net/rlogin.el
23848 23848
23849(autoload 'rlogin "rlogin" "\ 23849(autoload 'rlogin "rlogin" "\
@@ -23892,7 +23892,7 @@ variable.
23892;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 23892;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
23893;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 23893;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
23894;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) 23894;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p)
23895;;;;;; "rmail" "mail/rmail.el" (20094 5175)) 23895;;;;;; "rmail" "mail/rmail.el" (20093 44623))
23896;;; Generated autoloads from mail/rmail.el 23896;;; Generated autoloads from mail/rmail.el
23897 23897
23898(autoload 'rmail-movemail-variant-p "rmail" "\ 23898(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -24076,7 +24076,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
24076;;;*** 24076;;;***
24077 24077
24078;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 24078;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
24079;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19776 18657)) 24079;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19845 45374))
24080;;; Generated autoloads from mail/rmailout.el 24080;;; Generated autoloads from mail/rmailout.el
24081(put 'rmail-output-file-alist 'risky-local-variable t) 24081(put 'rmail-output-file-alist 'risky-local-variable t)
24082 24082
@@ -24141,7 +24141,7 @@ than appending to it. Deletes the message after writing if
24141;;;*** 24141;;;***
24142 24142
24143;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 24143;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
24144;;;;;; (19776 18657)) 24144;;;;;; (19845 45374))
24145;;; Generated autoloads from nxml/rng-cmpct.el 24145;;; Generated autoloads from nxml/rng-cmpct.el
24146 24146
24147(autoload 'rng-c-load-schema "rng-cmpct" "\ 24147(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -24153,7 +24153,7 @@ Return a pattern.
24153;;;*** 24153;;;***
24154 24154
24155;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 24155;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
24156;;;;;; (19776 18657)) 24156;;;;;; (19845 45374))
24157;;; Generated autoloads from nxml/rng-nxml.el 24157;;; Generated autoloads from nxml/rng-nxml.el
24158 24158
24159(autoload 'rng-nxml-mode-init "rng-nxml" "\ 24159(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -24166,7 +24166,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
24166;;;*** 24166;;;***
24167 24167
24168;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 24168;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
24169;;;;;; (19776 18657)) 24169;;;;;; (19845 45374))
24170;;; Generated autoloads from nxml/rng-valid.el 24170;;; Generated autoloads from nxml/rng-valid.el
24171 24171
24172(autoload 'rng-validate-mode "rng-valid" "\ 24172(autoload 'rng-validate-mode "rng-valid" "\
@@ -24196,8 +24196,8 @@ to use for finding the schema.
24196 24196
24197;;;*** 24197;;;***
24198 24198
24199;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19929 24199;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19930
24200;;;;;; 26529)) 24200;;;;;; 13389))
24201;;; Generated autoloads from nxml/rng-xsd.el 24201;;; Generated autoloads from nxml/rng-xsd.el
24202 24202
24203(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 24203(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -24225,7 +24225,7 @@ must be equal.
24225;;;*** 24225;;;***
24226 24226
24227;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 24227;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24228;;;;;; "robin" "international/robin.el" (19764 32359)) 24228;;;;;; "robin" "international/robin.el" (19845 45374))
24229;;; Generated autoloads from international/robin.el 24229;;; Generated autoloads from international/robin.el
24230 24230
24231(autoload 'robin-define-package "robin" "\ 24231(autoload 'robin-define-package "robin" "\
@@ -24258,7 +24258,7 @@ Start using robin package NAME, which is a string.
24258;;;*** 24258;;;***
24259 24259
24260;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 24260;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24261;;;;;; rot13-string rot13) "rot13" "rot13.el" (19776 18657)) 24261;;;;;; rot13-string rot13) "rot13" "rot13.el" (19845 45374))
24262;;; Generated autoloads from rot13.el 24262;;; Generated autoloads from rot13.el
24263 24263
24264(autoload 'rot13 "rot13" "\ 24264(autoload 'rot13 "rot13" "\
@@ -24296,7 +24296,7 @@ Toggle the use of ROT13 encoding for the current window.
24296;;;*** 24296;;;***
24297 24297
24298;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 24298;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24299;;;;;; (19987 9666)) 24299;;;;;; (19986 58615))
24300;;; Generated autoloads from textmodes/rst.el 24300;;; Generated autoloads from textmodes/rst.el
24301 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 24301 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
24302 24302
@@ -24334,7 +24334,7 @@ for modes derived from Text mode, like Mail mode.
24334;;;*** 24334;;;***
24335 24335
24336;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 24336;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
24337;;;;;; (19874 15752)) 24337;;;;;; (19845 45374))
24338;;; Generated autoloads from progmodes/ruby-mode.el 24338;;; Generated autoloads from progmodes/ruby-mode.el
24339 24339
24340(autoload 'ruby-mode "ruby-mode" "\ 24340(autoload 'ruby-mode "ruby-mode" "\
@@ -24355,8 +24355,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
24355 24355
24356;;;*** 24356;;;***
24357 24357
24358;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19776 24358;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19845
24359;;;;;; 18657)) 24359;;;;;; 45374))
24360;;; Generated autoloads from ruler-mode.el 24360;;; Generated autoloads from ruler-mode.el
24361 24361
24362(defvar ruler-mode nil "\ 24362(defvar ruler-mode nil "\
@@ -24372,7 +24372,7 @@ In Ruler mode, Emacs displays a ruler in the header line.
24372;;;*** 24372;;;***
24373 24373
24374;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19965 24374;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19965
24375;;;;;; 4989)) 24375;;;;;; 52428))
24376;;; Generated autoloads from emacs-lisp/rx.el 24376;;; Generated autoloads from emacs-lisp/rx.el
24377 24377
24378(autoload 'rx-to-string "rx" "\ 24378(autoload 'rx-to-string "rx" "\
@@ -24683,8 +24683,8 @@ enclosed in `(and ...)'.
24683 24683
24684;;;*** 24684;;;***
24685 24685
24686;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19888 24686;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19886
24687;;;;;; 59421)) 24687;;;;;; 45771))
24688;;; Generated autoloads from savehist.el 24688;;; Generated autoloads from savehist.el
24689 24689
24690(defvar savehist-mode nil "\ 24690(defvar savehist-mode nil "\
@@ -24712,7 +24712,7 @@ which is probably undesirable.
24712;;;*** 24712;;;***
24713 24713
24714;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 24714;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
24715;;;;;; (20079 43146)) 24715;;;;;; (20079 39251))
24716;;; Generated autoloads from progmodes/scheme.el 24716;;; Generated autoloads from progmodes/scheme.el
24717 24717
24718(autoload 'scheme-mode "scheme" "\ 24718(autoload 'scheme-mode "scheme" "\
@@ -24754,7 +24754,7 @@ that variable's value is a string.
24754;;;*** 24754;;;***
24755 24755
24756;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 24756;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
24757;;;;;; (19776 18657)) 24757;;;;;; (19845 45374))
24758;;; Generated autoloads from gnus/score-mode.el 24758;;; Generated autoloads from gnus/score-mode.el
24759 24759
24760(autoload 'gnus-score-mode "score-mode" "\ 24760(autoload 'gnus-score-mode "score-mode" "\
@@ -24768,7 +24768,7 @@ This mode is an extended emacs-lisp mode.
24768;;;*** 24768;;;***
24769 24769
24770;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 24770;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
24771;;;;;; (19776 18657)) 24771;;;;;; (19845 45374))
24772;;; Generated autoloads from scroll-all.el 24772;;; Generated autoloads from scroll-all.el
24773 24773
24774(defvar scroll-all-mode nil "\ 24774(defvar scroll-all-mode nil "\
@@ -24791,7 +24791,7 @@ apply to all visible windows in the same frame.
24791;;;*** 24791;;;***
24792 24792
24793;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 24793;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
24794;;;;;; (19776 18657)) 24794;;;;;; (19845 45374))
24795;;; Generated autoloads from scroll-lock.el 24795;;; Generated autoloads from scroll-lock.el
24796 24796
24797(autoload 'scroll-lock-mode "scroll-lock" "\ 24797(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -24805,7 +24805,7 @@ during scrolling.
24805 24805
24806;;;*** 24806;;;***
24807 24807
24808;;;### (autoloads nil "secrets" "net/secrets.el" (19776 18657)) 24808;;;### (autoloads nil "secrets" "net/secrets.el" (19845 45374))
24809;;; Generated autoloads from net/secrets.el 24809;;; Generated autoloads from net/secrets.el
24810(when (featurep 'dbusbind) 24810(when (featurep 'dbusbind)
24811 (autoload 'secrets-show-secrets "secrets" nil t)) 24811 (autoload 'secrets-show-secrets "secrets" nil t))
@@ -24813,7 +24813,7 @@ during scrolling.
24813;;;*** 24813;;;***
24814 24814
24815;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 24815;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
24816;;;;;; "cedet/semantic.el" (19983 37515)) 24816;;;;;; "cedet/semantic.el" (19981 40664))
24817;;; Generated autoloads from cedet/semantic.el 24817;;; Generated autoloads from cedet/semantic.el
24818 24818
24819(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 24819(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -24865,7 +24865,7 @@ Semantic mode.
24865;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name 24865;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
24866;;;;;; mail-header-separator send-mail-function mail-interactive 24866;;;;;; mail-header-separator send-mail-function mail-interactive
24867;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 24867;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
24868;;;;;; "sendmail" "mail/sendmail.el" (20091 22952)) 24868;;;;;; "sendmail" "mail/sendmail.el" (20092 23754))
24869;;; Generated autoloads from mail/sendmail.el 24869;;; Generated autoloads from mail/sendmail.el
24870 24870
24871(defvar mail-from-style 'default "\ 24871(defvar mail-from-style 'default "\
@@ -25147,8 +25147,8 @@ Like `mail' command, but display mail buffer in another frame.
25147;;;*** 25147;;;***
25148 25148
25149;;;### (autoloads (server-save-buffers-kill-terminal server-mode 25149;;;### (autoloads (server-save-buffers-kill-terminal server-mode
25150;;;;;; server-force-delete server-start) "server" "server.el" (20058 25150;;;;;; server-force-delete server-start) "server" "server.el" (20059
25151;;;;;; 26006)) 25151;;;;;; 26455))
25152;;; Generated autoloads from server.el 25152;;; Generated autoloads from server.el
25153 25153
25154(put 'server-host 'risky-local-variable t) 25154(put 'server-host 'risky-local-variable t)
@@ -25211,7 +25211,7 @@ only these files will be asked to be saved.
25211 25211
25212;;;*** 25212;;;***
25213 25213
25214;;;### (autoloads (ses-mode) "ses" "ses.el" (19980 46525)) 25214;;;### (autoloads (ses-mode) "ses" "ses.el" (19980 19797))
25215;;; Generated autoloads from ses.el 25215;;; Generated autoloads from ses.el
25216 25216
25217(autoload 'ses-mode "ses" "\ 25217(autoload 'ses-mode "ses" "\
@@ -25230,7 +25230,7 @@ These are active only in the minibuffer, when entering or editing a formula:
25230;;;*** 25230;;;***
25231 25231
25232;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 25232;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
25233;;;;;; (19874 14841)) 25233;;;;;; (19845 45374))
25234;;; Generated autoloads from textmodes/sgml-mode.el 25234;;; Generated autoloads from textmodes/sgml-mode.el
25235 25235
25236(autoload 'sgml-mode "sgml-mode" "\ 25236(autoload 'sgml-mode "sgml-mode" "\
@@ -25296,7 +25296,7 @@ To work around that, do:
25296;;;*** 25296;;;***
25297 25297
25298;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 25298;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25299;;;;;; (20051 48058)) 25299;;;;;; (20051 32345))
25300;;; Generated autoloads from progmodes/sh-script.el 25300;;; Generated autoloads from progmodes/sh-script.el
25301(put 'sh-shell 'safe-local-variable 'symbolp) 25301(put 'sh-shell 'safe-local-variable 'symbolp)
25302 25302
@@ -25361,7 +25361,7 @@ with your script for an edit-interpret-debug cycle.
25361;;;*** 25361;;;***
25362 25362
25363;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 25363;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25364;;;;;; (19783 19497)) 25364;;;;;; (19845 45374))
25365;;; Generated autoloads from emacs-lisp/shadow.el 25365;;; Generated autoloads from emacs-lisp/shadow.el
25366 25366
25367(autoload 'list-load-path-shadows "shadow" "\ 25367(autoload 'list-load-path-shadows "shadow" "\
@@ -25411,8 +25411,8 @@ function, `load-path-shadows-find'.
25411;;;*** 25411;;;***
25412 25412
25413;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 25413;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25414;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19888 25414;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19886
25415;;;;;; 59421)) 25415;;;;;; 45771))
25416;;; Generated autoloads from shadowfile.el 25416;;; Generated autoloads from shadowfile.el
25417 25417
25418(autoload 'shadow-define-cluster "shadowfile" "\ 25418(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25451,7 +25451,7 @@ Set up file shadowing.
25451;;;*** 25451;;;***
25452 25452
25453;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 25453;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25454;;;;;; (20091 22521)) 25454;;;;;; (20092 23754))
25455;;; Generated autoloads from shell.el 25455;;; Generated autoloads from shell.el
25456 25456
25457(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25457(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25499,8 +25499,8 @@ Otherwise, one argument `-i' is passed to the shell.
25499 25499
25500;;;*** 25500;;;***
25501 25501
25502;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20094 25502;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20097
25503;;;;;; 36595)) 25503;;;;;; 41737))
25504;;; Generated autoloads from gnus/shr.el 25504;;; Generated autoloads from gnus/shr.el
25505 25505
25506(autoload 'shr-insert-document "shr" "\ 25506(autoload 'shr-insert-document "shr" "\
@@ -25511,7 +25511,7 @@ Otherwise, one argument `-i' is passed to the shell.
25511;;;*** 25511;;;***
25512 25512
25513;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 25513;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25514;;;;;; "sieve" "gnus/sieve.el" (19821 48406)) 25514;;;;;; "sieve" "gnus/sieve.el" (19845 45374))
25515;;; Generated autoloads from gnus/sieve.el 25515;;; Generated autoloads from gnus/sieve.el
25516 25516
25517(autoload 'sieve-manage "sieve" "\ 25517(autoload 'sieve-manage "sieve" "\
@@ -25532,7 +25532,7 @@ Otherwise, one argument `-i' is passed to the shell.
25532;;;*** 25532;;;***
25533 25533
25534;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 25534;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25535;;;;;; (19776 18657)) 25535;;;;;; (19845 45374))
25536;;; Generated autoloads from gnus/sieve-mode.el 25536;;; Generated autoloads from gnus/sieve-mode.el
25537 25537
25538(autoload 'sieve-mode "sieve-mode" "\ 25538(autoload 'sieve-mode "sieve-mode" "\
@@ -25547,8 +25547,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25547 25547
25548;;;*** 25548;;;***
25549 25549
25550;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19891 25550;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19890
25551;;;;;; 13894)) 25551;;;;;; 42850))
25552;;; Generated autoloads from progmodes/simula.el 25552;;; Generated autoloads from progmodes/simula.el
25553 25553
25554(autoload 'simula-mode "simula" "\ 25554(autoload 'simula-mode "simula" "\
@@ -25597,7 +25597,7 @@ with no arguments, if that value is non-nil.
25597;;;*** 25597;;;***
25598 25598
25599;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 25599;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
25600;;;;;; define-skeleton) "skeleton" "skeleton.el" (19776 18657)) 25600;;;;;; define-skeleton) "skeleton" "skeleton.el" (19845 45374))
25601;;; Generated autoloads from skeleton.el 25601;;; Generated autoloads from skeleton.el
25602 25602
25603(defvar skeleton-filter-function 'identity "\ 25603(defvar skeleton-filter-function 'identity "\
@@ -25707,7 +25707,7 @@ symmetrical ones, and the same character twice for the others.
25707;;;*** 25707;;;***
25708 25708
25709;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 25709;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
25710;;;;;; "smerge-mode" "vc/smerge-mode.el" (19946 35279)) 25710;;;;;; "smerge-mode" "vc/smerge-mode.el" (19946 1612))
25711;;; Generated autoloads from vc/smerge-mode.el 25711;;; Generated autoloads from vc/smerge-mode.el
25712 25712
25713(autoload 'smerge-ediff "smerge-mode" "\ 25713(autoload 'smerge-ediff "smerge-mode" "\
@@ -25732,7 +25732,7 @@ If no conflict maker is found, turn off `smerge-mode'.
25732;;;*** 25732;;;***
25733 25733
25734;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 25734;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
25735;;;;;; (19939 48196)) 25735;;;;;; (19939 28373))
25736;;; Generated autoloads from gnus/smiley.el 25736;;; Generated autoloads from gnus/smiley.el
25737 25737
25738(autoload 'smiley-region "smiley" "\ 25738(autoload 'smiley-region "smiley" "\
@@ -25750,7 +25750,7 @@ interactively. If there's no argument, do it at the current buffer.
25750;;;*** 25750;;;***
25751 25751
25752;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 25752;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25753;;;;;; "mail/smtpmail.el" (20086 2758)) 25753;;;;;; "mail/smtpmail.el" (20098 4366))
25754;;; Generated autoloads from mail/smtpmail.el 25754;;; Generated autoloads from mail/smtpmail.el
25755 25755
25756(autoload 'smtpmail-send-it "smtpmail" "\ 25756(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25765,7 +25765,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25765 25765
25766;;;*** 25766;;;***
25767 25767
25768;;;### (autoloads (snake) "snake" "play/snake.el" (19797 54173)) 25768;;;### (autoloads (snake) "snake" "play/snake.el" (19845 45374))
25769;;; Generated autoloads from play/snake.el 25769;;; Generated autoloads from play/snake.el
25770 25770
25771(autoload 'snake "snake" "\ 25771(autoload 'snake "snake" "\
@@ -25789,7 +25789,7 @@ Snake mode keybindings:
25789;;;*** 25789;;;***
25790 25790
25791;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 25791;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
25792;;;;;; (19776 18657)) 25792;;;;;; (19845 45374))
25793;;; Generated autoloads from net/snmp-mode.el 25793;;; Generated autoloads from net/snmp-mode.el
25794 25794
25795(autoload 'snmp-mode "snmp-mode" "\ 25795(autoload 'snmp-mode "snmp-mode" "\
@@ -25818,8 +25818,8 @@ then `snmpv2-mode-hook'.
25818 25818
25819;;;*** 25819;;;***
25820 25820
25821;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19888 25821;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19886
25822;;;;;; 59421)) 25822;;;;;; 45771))
25823;;; Generated autoloads from calendar/solar.el 25823;;; Generated autoloads from calendar/solar.el
25824 25824
25825(autoload 'sunrise-sunset "solar" "\ 25825(autoload 'sunrise-sunset "solar" "\
@@ -25834,8 +25834,8 @@ This function is suitable for execution in a .emacs file.
25834 25834
25835;;;*** 25835;;;***
25836 25836
25837;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19888 25837;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19889
25838;;;;;; 59421)) 25838;;;;;; 21967))
25839;;; Generated autoloads from play/solitaire.el 25839;;; Generated autoloads from play/solitaire.el
25840 25840
25841(autoload 'solitaire "solitaire" "\ 25841(autoload 'solitaire "solitaire" "\
@@ -25912,7 +25912,7 @@ Pick your favourite shortcuts:
25912 25912
25913;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 25913;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25914;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 25914;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25915;;;;;; sort-lines sort-subr) "sort" "sort.el" (19776 18657)) 25915;;;;;; sort-lines sort-subr) "sort" "sort.el" (19845 45374))
25916;;; Generated autoloads from sort.el 25916;;; Generated autoloads from sort.el
25917(put 'sort-fold-case 'safe-local-variable 'booleanp) 25917(put 'sort-fold-case 'safe-local-variable 'booleanp)
25918 25918
@@ -26056,8 +26056,8 @@ From a program takes two point or marker arguments, BEG and END.
26056 26056
26057;;;*** 26057;;;***
26058 26058
26059;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20021 26059;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20022
26060;;;;;; 60891)) 26060;;;;;; 32083))
26061;;; Generated autoloads from gnus/spam.el 26061;;; Generated autoloads from gnus/spam.el
26062 26062
26063(autoload 'spam-initialize "spam" "\ 26063(autoload 'spam-initialize "spam" "\
@@ -26073,7 +26073,7 @@ installed through `spam-necessary-extra-headers'.
26073 26073
26074;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 26074;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
26075;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 26075;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
26076;;;;;; "gnus/spam-report.el" (19776 18657)) 26076;;;;;; "gnus/spam-report.el" (19845 45374))
26077;;; Generated autoloads from gnus/spam-report.el 26077;;; Generated autoloads from gnus/spam-report.el
26078 26078
26079(autoload 'spam-report-process-queue "spam-report" "\ 26079(autoload 'spam-report-process-queue "spam-report" "\
@@ -26116,7 +26116,7 @@ Spam reports will be queued with the method used when
26116;;;*** 26116;;;***
26117 26117
26118;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 26118;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
26119;;;;;; "speedbar.el" (19888 59421)) 26119;;;;;; "speedbar.el" (19886 45771))
26120;;; Generated autoloads from speedbar.el 26120;;; Generated autoloads from speedbar.el
26121 26121
26122(defalias 'speedbar 'speedbar-frame-mode) 26122(defalias 'speedbar 'speedbar-frame-mode)
@@ -26140,8 +26140,8 @@ selected. If the speedbar frame is active, then select the attached frame.
26140 26140
26141;;;*** 26141;;;***
26142 26142
26143;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19776 26143;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19845
26144;;;;;; 18657)) 26144;;;;;; 45374))
26145;;; Generated autoloads from play/spook.el 26145;;; Generated autoloads from play/spook.el
26146 26146
26147(autoload 'spook "spook" "\ 26147(autoload 'spook "spook" "\
@@ -26160,7 +26160,7 @@ Return a vector containing the lines from `spook-phrases-file'.
26160;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 26160;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
26161;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 26161;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
26162;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 26162;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
26163;;;;;; (20091 19552)) 26163;;;;;; (20091 2935))
26164;;; Generated autoloads from progmodes/sql.el 26164;;; Generated autoloads from progmodes/sql.el
26165 26165
26166(autoload 'sql-add-product-keywords "sql" "\ 26166(autoload 'sql-add-product-keywords "sql" "\
@@ -26656,7 +26656,7 @@ buffer.
26656;;;*** 26656;;;***
26657 26657
26658;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 26658;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26659;;;;;; (19776 18657)) 26659;;;;;; (19845 45374))
26660;;; Generated autoloads from cedet/srecode/srt-mode.el 26660;;; Generated autoloads from cedet/srecode/srt-mode.el
26661 26661
26662(autoload 'srecode-template-mode "srecode/srt-mode" "\ 26662(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -26669,7 +26669,7 @@ Major-mode for writing SRecode macros.
26669;;;*** 26669;;;***
26670 26670
26671;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 26671;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
26672;;;;;; (20048 1180)) 26672;;;;;; (20047 35303))
26673;;; Generated autoloads from gnus/starttls.el 26673;;; Generated autoloads from gnus/starttls.el
26674 26674
26675(autoload 'starttls-open-stream "starttls" "\ 26675(autoload 'starttls-open-stream "starttls" "\
@@ -26696,8 +26696,8 @@ GNUTLS requires a port number.
26696;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 26696;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
26697;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 26697;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
26698;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 26698;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
26699;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19888 26699;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19886
26700;;;;;; 59421)) 26700;;;;;; 45771))
26701;;; Generated autoloads from strokes.el 26701;;; Generated autoloads from strokes.el
26702 26702
26703(autoload 'strokes-global-set-stroke "strokes" "\ 26703(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26807,7 +26807,7 @@ Read a complex stroke and insert its glyph into the current buffer.
26807;;;*** 26807;;;***
26808 26808
26809;;;### (autoloads (studlify-buffer studlify-word studlify-region) 26809;;;### (autoloads (studlify-buffer studlify-word studlify-region)
26810;;;;;; "studly" "play/studly.el" (19764 32359)) 26810;;;;;; "studly" "play/studly.el" (19845 45374))
26811;;; Generated autoloads from play/studly.el 26811;;; Generated autoloads from play/studly.el
26812 26812
26813(autoload 'studlify-region "studly" "\ 26813(autoload 'studlify-region "studly" "\
@@ -26828,7 +26828,7 @@ Studlify-case the current buffer.
26828;;;*** 26828;;;***
26829 26829
26830;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 26830;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
26831;;;;;; (19776 18657)) 26831;;;;;; (19845 45374))
26832;;; Generated autoloads from progmodes/subword.el 26832;;; Generated autoloads from progmodes/subword.el
26833 26833
26834(autoload 'subword-mode "subword" "\ 26834(autoload 'subword-mode "subword" "\
@@ -26876,7 +26876,7 @@ See `subword-mode' for more information on Subword mode.
26876;;;*** 26876;;;***
26877 26877
26878;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 26878;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26879;;;;;; (19933 8482)) 26879;;;;;; (19931 11784))
26880;;; Generated autoloads from mail/supercite.el 26880;;; Generated autoloads from mail/supercite.el
26881 26881
26882(autoload 'sc-cite-original "supercite" "\ 26882(autoload 'sc-cite-original "supercite" "\
@@ -26908,8 +26908,8 @@ and `sc-post-hook' is run after the guts of this function.
26908 26908
26909;;;*** 26909;;;***
26910 26910
26911;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19776 26911;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19845
26912;;;;;; 18657)) 26912;;;;;; 45374))
26913;;; Generated autoloads from t-mouse.el 26913;;; Generated autoloads from t-mouse.el
26914 26914
26915(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26915(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26936,7 +26936,7 @@ It relies on the `gpm' daemon being activated.
26936 26936
26937;;;*** 26937;;;***
26938 26938
26939;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19998 2003)) 26939;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19998 49767))
26940;;; Generated autoloads from tabify.el 26940;;; Generated autoloads from tabify.el
26941 26941
26942(autoload 'untabify "tabify" "\ 26942(autoload 'untabify "tabify" "\
@@ -26971,7 +26971,7 @@ The variable `tab-width' controls the spacing of tab stops.
26971;;;;;; table-recognize table-insert-row-column table-insert-column 26971;;;;;; table-recognize table-insert-row-column table-insert-column
26972;;;;;; table-insert-row table-insert table-point-left-cell-hook 26972;;;;;; table-insert-row table-insert table-point-left-cell-hook
26973;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 26973;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26974;;;;;; "table" "textmodes/table.el" (19776 18657)) 26974;;;;;; "table" "textmodes/table.el" (19845 45374))
26975;;; Generated autoloads from textmodes/table.el 26975;;; Generated autoloads from textmodes/table.el
26976 26976
26977(defvar table-cell-map-hook nil "\ 26977(defvar table-cell-map-hook nil "\
@@ -27560,7 +27560,7 @@ converts a table into plain text without frames. It is a companion to
27560;;;*** 27560;;;***
27561 27561
27562;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el" 27562;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el"
27563;;;;;; (20045 40021)) 27563;;;;;; (20045 30688))
27564;;; Generated autoloads from emacs-lisp/tabulated-list.el 27564;;; Generated autoloads from emacs-lisp/tabulated-list.el
27565 27565
27566(autoload 'tabulated-list-mode "tabulated-list" "\ 27566(autoload 'tabulated-list-mode "tabulated-list" "\
@@ -27602,7 +27602,7 @@ as the ewoc pretty-printer.
27602 27602
27603;;;*** 27603;;;***
27604 27604
27605;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19888 59421)) 27605;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19886 45771))
27606;;; Generated autoloads from talk.el 27606;;; Generated autoloads from talk.el
27607 27607
27608(autoload 'talk-connect "talk" "\ 27608(autoload 'talk-connect "talk" "\
@@ -27617,7 +27617,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
27617 27617
27618;;;*** 27618;;;***
27619 27619
27620;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19976 61778)) 27620;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19977 43600))
27621;;; Generated autoloads from tar-mode.el 27621;;; Generated autoloads from tar-mode.el
27622 27622
27623(autoload 'tar-mode "tar-mode" "\ 27623(autoload 'tar-mode "tar-mode" "\
@@ -27641,7 +27641,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27641;;;*** 27641;;;***
27642 27642
27643;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 27643;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
27644;;;;;; "progmodes/tcl.el" (19891 13894)) 27644;;;;;; "progmodes/tcl.el" (19890 42850))
27645;;; Generated autoloads from progmodes/tcl.el 27645;;; Generated autoloads from progmodes/tcl.el
27646 27646
27647(autoload 'tcl-mode "tcl" "\ 27647(autoload 'tcl-mode "tcl" "\
@@ -27689,7 +27689,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27689 27689
27690;;;*** 27690;;;***
27691 27691
27692;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20091 22775)) 27692;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20077 56412))
27693;;; Generated autoloads from net/telnet.el 27693;;; Generated autoloads from net/telnet.el
27694 27694
27695(autoload 'telnet "telnet" "\ 27695(autoload 'telnet "telnet" "\
@@ -27715,7 +27715,7 @@ Normally input is edited in Emacs and sent a line at a time.
27715;;;*** 27715;;;***
27716 27716
27717;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 27717;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
27718;;;;;; (20049 18044)) 27718;;;;;; (20050 11479))
27719;;; Generated autoloads from term.el 27719;;; Generated autoloads from term.el
27720 27720
27721(autoload 'make-term "term" "\ 27721(autoload 'make-term "term" "\
@@ -27757,8 +27757,8 @@ use in that buffer.
27757 27757
27758;;;*** 27758;;;***
27759 27759
27760;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19933 27760;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19931
27761;;;;;; 8482)) 27761;;;;;; 11784))
27762;;; Generated autoloads from terminal.el 27762;;; Generated autoloads from terminal.el
27763 27763
27764(autoload 'terminal-emulator "terminal" "\ 27764(autoload 'terminal-emulator "terminal" "\
@@ -27795,7 +27795,7 @@ subprocess started.
27795;;;*** 27795;;;***
27796 27796
27797;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 27797;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
27798;;;;;; (19998 18685)) 27798;;;;;; (19998 49767))
27799;;; Generated autoloads from emacs-lisp/testcover.el 27799;;; Generated autoloads from emacs-lisp/testcover.el
27800 27800
27801(autoload 'testcover-this-defun "testcover" "\ 27801(autoload 'testcover-this-defun "testcover" "\
@@ -27805,7 +27805,7 @@ Start coverage on function under point.
27805 27805
27806;;;*** 27806;;;***
27807 27807
27808;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19888 59421)) 27808;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19889 21967))
27809;;; Generated autoloads from play/tetris.el 27809;;; Generated autoloads from play/tetris.el
27810 27810
27811(autoload 'tetris "tetris" "\ 27811(autoload 'tetris "tetris" "\
@@ -27836,7 +27836,7 @@ tetris-mode keybindings:
27836;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 27836;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
27837;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 27837;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
27838;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 27838;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27839;;;;;; (19779 19681)) 27839;;;;;; (19845 45374))
27840;;; Generated autoloads from textmodes/tex-mode.el 27840;;; Generated autoloads from textmodes/tex-mode.el
27841 27841
27842(defvar tex-shell-file-name nil "\ 27842(defvar tex-shell-file-name nil "\
@@ -28138,7 +28138,7 @@ Major mode to edit DocTeX files.
28138;;;*** 28138;;;***
28139 28139
28140;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 28140;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
28141;;;;;; "texinfmt" "textmodes/texinfmt.el" (19776 18657)) 28141;;;;;; "texinfmt" "textmodes/texinfmt.el" (19845 45374))
28142;;; Generated autoloads from textmodes/texinfmt.el 28142;;; Generated autoloads from textmodes/texinfmt.el
28143 28143
28144(autoload 'texinfo-format-buffer "texinfmt" "\ 28144(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -28178,7 +28178,7 @@ if large. You can use `Info-split' to do this manually.
28178;;;*** 28178;;;***
28179 28179
28180;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 28180;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
28181;;;;;; "texinfo" "textmodes/texinfo.el" (19874 14950)) 28181;;;;;; "texinfo" "textmodes/texinfo.el" (19845 45374))
28182;;; Generated autoloads from textmodes/texinfo.el 28182;;; Generated autoloads from textmodes/texinfo.el
28183 28183
28184(defvar texinfo-open-quote (purecopy "``") "\ 28184(defvar texinfo-open-quote (purecopy "``") "\
@@ -28264,7 +28264,7 @@ value of `texinfo-mode-hook'.
28264 28264
28265;;;### (autoloads (thai-composition-function thai-compose-buffer 28265;;;### (autoloads (thai-composition-function thai-compose-buffer
28266;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 28266;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
28267;;;;;; (19776 18657)) 28267;;;;;; (19845 45374))
28268;;; Generated autoloads from language/thai-util.el 28268;;; Generated autoloads from language/thai-util.el
28269 28269
28270(autoload 'thai-compose-region "thai-util" "\ 28270(autoload 'thai-compose-region "thai-util" "\
@@ -28293,7 +28293,7 @@ Compose Thai characters in the current buffer.
28293 28293
28294;;;### (autoloads (list-at-point number-at-point symbol-at-point 28294;;;### (autoloads (list-at-point number-at-point symbol-at-point
28295;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 28295;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
28296;;;;;; "thingatpt" "thingatpt.el" (19990 12633)) 28296;;;;;; "thingatpt" "thingatpt.el" (19990 55648))
28297;;; Generated autoloads from thingatpt.el 28297;;; Generated autoloads from thingatpt.el
28298 28298
28299(autoload 'forward-thing "thingatpt" "\ 28299(autoload 'forward-thing "thingatpt" "\
@@ -28356,7 +28356,7 @@ Return the Lisp list at point, or nil if none is found.
28356 28356
28357;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 28357;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28358;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 28358;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28359;;;;;; (19933 8482)) 28359;;;;;; (19931 11784))
28360;;; Generated autoloads from thumbs.el 28360;;; Generated autoloads from thumbs.el
28361 28361
28362(autoload 'thumbs-find-thumb "thumbs" "\ 28362(autoload 'thumbs-find-thumb "thumbs" "\
@@ -28394,8 +28394,8 @@ In dired, call the setroot program on the image at point.
28394;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 28394;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
28395;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 28395;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
28396;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 28396;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
28397;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19776 28397;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19845
28398;;;;;; 18657)) 28398;;;;;; 45374))
28399;;; Generated autoloads from language/tibet-util.el 28399;;; Generated autoloads from language/tibet-util.el
28400 28400
28401(autoload 'tibetan-char-p "tibet-util" "\ 28401(autoload 'tibetan-char-p "tibet-util" "\
@@ -28469,7 +28469,7 @@ See also docstring of the function tibetan-compose-region.
28469;;;*** 28469;;;***
28470 28470
28471;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 28471;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28472;;;;;; (19776 18657)) 28472;;;;;; (19845 45374))
28473;;; Generated autoloads from textmodes/tildify.el 28473;;; Generated autoloads from textmodes/tildify.el
28474 28474
28475(autoload 'tildify-region "tildify" "\ 28475(autoload 'tildify-region "tildify" "\
@@ -28494,7 +28494,7 @@ This function performs no refilling of the changed text.
28494 28494
28495;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 28495;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28496;;;;;; display-time-mode display-time display-time-day-and-date) 28496;;;;;; display-time-mode display-time display-time-day-and-date)
28497;;;;;; "time" "time.el" (20032 1244)) 28497;;;;;; "time" "time.el" (20033 22846))
28498;;; Generated autoloads from time.el 28498;;; Generated autoloads from time.el
28499 28499
28500(defvar display-time-day-and-date nil "\ 28500(defvar display-time-day-and-date nil "\
@@ -28559,7 +28559,7 @@ Return a string giving the duration of the Emacs initialization.
28559;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 28559;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
28560;;;;;; time-add time-subtract time-since days-to-time time-less-p 28560;;;;;; time-add time-subtract time-since days-to-time time-less-p
28561;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 28561;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
28562;;;;;; (19888 59421)) 28562;;;;;; (19885 24894))
28563;;; Generated autoloads from calendar/time-date.el 28563;;; Generated autoloads from calendar/time-date.el
28564 28564
28565(autoload 'date-to-time "time-date" "\ 28565(autoload 'date-to-time "time-date" "\
@@ -28673,7 +28673,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
28673;;;*** 28673;;;***
28674 28674
28675;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 28675;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
28676;;;;;; "time-stamp.el" (20032 1358)) 28676;;;;;; "time-stamp.el" (20033 22846))
28677;;; Generated autoloads from time-stamp.el 28677;;; Generated autoloads from time-stamp.el
28678(put 'time-stamp-format 'safe-local-variable 'stringp) 28678(put 'time-stamp-format 'safe-local-variable 'stringp)
28679(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 28679(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28717,7 +28717,7 @@ With ARG, turn time stamping on if and only if arg is positive.
28717;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 28717;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
28718;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 28718;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
28719;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 28719;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
28720;;;;;; (19983 37515)) 28720;;;;;; (19981 40664))
28721;;; Generated autoloads from calendar/timeclock.el 28721;;; Generated autoloads from calendar/timeclock.el
28722 28722
28723(autoload 'timeclock-modeline-display "timeclock" "\ 28723(autoload 'timeclock-modeline-display "timeclock" "\
@@ -28817,7 +28817,7 @@ relative only to the time worked today, and not to past time.
28817;;;*** 28817;;;***
28818 28818
28819;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 28819;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
28820;;;;;; "international/titdic-cnv.el" (19813 16330)) 28820;;;;;; "international/titdic-cnv.el" (19845 45374))
28821;;; Generated autoloads from international/titdic-cnv.el 28821;;; Generated autoloads from international/titdic-cnv.el
28822 28822
28823(autoload 'titdic-convert "titdic-cnv" "\ 28823(autoload 'titdic-convert "titdic-cnv" "\
@@ -28840,7 +28840,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28840;;;*** 28840;;;***
28841 28841
28842;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 28842;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
28843;;;;;; "tmm.el" (19776 18657)) 28843;;;;;; "tmm.el" (19845 45374))
28844;;; Generated autoloads from tmm.el 28844;;; Generated autoloads from tmm.el
28845 (define-key global-map "\M-`" 'tmm-menubar) 28845 (define-key global-map "\M-`" 'tmm-menubar)
28846 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 28846 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28880,7 +28880,7 @@ Its value should be an event that has a binding in MENU.
28880 28880
28881;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 28881;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
28882;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 28882;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
28883;;;;;; "todo-mode" "calendar/todo-mode.el" (19776 18657)) 28883;;;;;; "todo-mode" "calendar/todo-mode.el" (19845 45374))
28884;;; Generated autoloads from calendar/todo-mode.el 28884;;; Generated autoloads from calendar/todo-mode.el
28885 28885
28886(autoload 'todo-add-category "todo-mode" "\ 28886(autoload 'todo-add-category "todo-mode" "\
@@ -28940,7 +28940,7 @@ Show TODO list.
28940 28940
28941;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 28941;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28942;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 28942;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28943;;;;;; "tool-bar" "tool-bar.el" (19994 28309)) 28943;;;;;; "tool-bar" "tool-bar.el" (19994 52720))
28944;;; Generated autoloads from tool-bar.el 28944;;; Generated autoloads from tool-bar.el
28945 28945
28946(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28946(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -29011,7 +29011,7 @@ holds a keymap.
29011;;;*** 29011;;;***
29012 29012
29013;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 29013;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
29014;;;;;; (19933 8482)) 29014;;;;;; (19931 11784))
29015;;; Generated autoloads from emulation/tpu-edt.el 29015;;; Generated autoloads from emulation/tpu-edt.el
29016 29016
29017(defvar tpu-edt-mode nil "\ 29017(defvar tpu-edt-mode nil "\
@@ -29038,7 +29038,7 @@ Turn on TPU/edt emulation.
29038;;;*** 29038;;;***
29039 29039
29040;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 29040;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
29041;;;;;; (19776 18657)) 29041;;;;;; (19845 45374))
29042;;; Generated autoloads from emulation/tpu-mapper.el 29042;;; Generated autoloads from emulation/tpu-mapper.el
29043 29043
29044(autoload 'tpu-mapper "tpu-mapper" "\ 29044(autoload 'tpu-mapper "tpu-mapper" "\
@@ -29072,7 +29072,7 @@ your local X guru can try to figure out why the key is being ignored.
29072 29072
29073;;;*** 29073;;;***
29074 29074
29075;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19776 18657)) 29075;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19845 45374))
29076;;; Generated autoloads from emacs-lisp/tq.el 29076;;; Generated autoloads from emacs-lisp/tq.el
29077 29077
29078(autoload 'tq-create "tq" "\ 29078(autoload 'tq-create "tq" "\
@@ -29086,7 +29086,7 @@ to a tcp server on another machine.
29086;;;*** 29086;;;***
29087 29087
29088;;;### (autoloads (trace-function-background trace-function trace-buffer) 29088;;;### (autoloads (trace-function-background trace-function trace-buffer)
29089;;;;;; "trace" "emacs-lisp/trace.el" (19776 18657)) 29089;;;;;; "trace" "emacs-lisp/trace.el" (19845 45374))
29090;;; Generated autoloads from emacs-lisp/trace.el 29090;;; Generated autoloads from emacs-lisp/trace.el
29091 29091
29092(defvar trace-buffer (purecopy "*trace-output*") "\ 29092(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -29123,7 +29123,7 @@ BUFFER defaults to `trace-buffer'.
29123;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 29123;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
29124;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 29124;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
29125;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 29125;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
29126;;;;;; "net/tramp.el" (20089 62475)) 29126;;;;;; "net/tramp.el" (20090 9229))
29127;;; Generated autoloads from net/tramp.el 29127;;; Generated autoloads from net/tramp.el
29128 29128
29129(defvar tramp-mode t "\ 29129(defvar tramp-mode t "\
@@ -29256,7 +29256,7 @@ Discard Tramp from loading remote files.
29256;;;*** 29256;;;***
29257 29257
29258;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 29258;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
29259;;;;;; (19946 35279)) 29259;;;;;; (19946 29209))
29260;;; Generated autoloads from net/tramp-ftp.el 29260;;; Generated autoloads from net/tramp-ftp.el
29261 29261
29262(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 29262(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -29267,7 +29267,7 @@ Discard Tramp from loading remote files.
29267;;;*** 29267;;;***
29268 29268
29269;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20048 29269;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20048
29270;;;;;; 22592)) 29270;;;;;; 56149))
29271;;; Generated autoloads from tutorial.el 29271;;; Generated autoloads from tutorial.el
29272 29272
29273(autoload 'help-with-tutorial "tutorial" "\ 29273(autoload 'help-with-tutorial "tutorial" "\
@@ -29292,7 +29292,7 @@ resumed later.
29292;;;*** 29292;;;***
29293 29293
29294;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 29294;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
29295;;;;;; (19764 32359)) 29295;;;;;; (19845 45374))
29296;;; Generated autoloads from language/tv-util.el 29296;;; Generated autoloads from language/tv-util.el
29297 29297
29298(autoload 'tai-viet-composition-function "tv-util" "\ 29298(autoload 'tai-viet-composition-function "tv-util" "\
@@ -29303,7 +29303,7 @@ resumed later.
29303;;;*** 29303;;;***
29304 29304
29305;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 29305;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
29306;;;;;; "textmodes/two-column.el" (19776 18657)) 29306;;;;;; "textmodes/two-column.el" (19845 45374))
29307;;; Generated autoloads from textmodes/two-column.el 29307;;; Generated autoloads from textmodes/two-column.el
29308 (autoload '2C-command "two-column" () t 'keymap) 29308 (autoload '2C-command "two-column" () t 'keymap)
29309 (global-set-key "\C-x6" '2C-command) 29309 (global-set-key "\C-x6" '2C-command)
@@ -29354,7 +29354,7 @@ First column's text sSs Second column's text
29354;;;;;; type-break type-break-mode type-break-keystroke-threshold 29354;;;;;; type-break type-break-mode type-break-keystroke-threshold
29355;;;;;; type-break-good-break-interval type-break-good-rest-interval 29355;;;;;; type-break-good-break-interval type-break-good-rest-interval
29356;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 29356;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
29357;;;;;; (19985 10396)) 29357;;;;;; (19985 37722))
29358;;; Generated autoloads from type-break.el 29358;;; Generated autoloads from type-break.el
29359 29359
29360(defvar type-break-mode nil "\ 29360(defvar type-break-mode nil "\
@@ -29536,7 +29536,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29536 29536
29537;;;*** 29537;;;***
29538 29538
29539;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19776 18657)) 29539;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19845 45374))
29540;;; Generated autoloads from mail/uce.el 29540;;; Generated autoloads from mail/uce.el
29541 29541
29542(autoload 'uce-reply-to-uce "uce" "\ 29542(autoload 'uce-reply-to-uce "uce" "\
@@ -29554,7 +29554,7 @@ You might need to set `uce-mail-reader' before using this.
29554;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 29554;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
29555;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 29555;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
29556;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 29556;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
29557;;;;;; "international/ucs-normalize.el" (20053 4711)) 29557;;;;;; "international/ucs-normalize.el" (20052 53218))
29558;;; Generated autoloads from international/ucs-normalize.el 29558;;; Generated autoloads from international/ucs-normalize.el
29559 29559
29560(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 29560(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -29620,7 +29620,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29620;;;*** 29620;;;***
29621 29621
29622;;;### (autoloads (ununderline-region underline-region) "underline" 29622;;;### (autoloads (ununderline-region underline-region) "underline"
29623;;;;;; "textmodes/underline.el" (19776 18657)) 29623;;;;;; "textmodes/underline.el" (19845 45374))
29624;;; Generated autoloads from textmodes/underline.el 29624;;; Generated autoloads from textmodes/underline.el
29625 29625
29626(autoload 'underline-region "underline" "\ 29626(autoload 'underline-region "underline" "\
@@ -29641,7 +29641,7 @@ which specify the range to operate on.
29641;;;*** 29641;;;***
29642 29642
29643;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 29643;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
29644;;;;;; (19776 18657)) 29644;;;;;; (19845 45374))
29645;;; Generated autoloads from mail/unrmail.el 29645;;; Generated autoloads from mail/unrmail.el
29646 29646
29647(autoload 'batch-unrmail "unrmail" "\ 29647(autoload 'batch-unrmail "unrmail" "\
@@ -29660,8 +29660,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
29660 29660
29661;;;*** 29661;;;***
29662 29662
29663;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19776 29663;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19845
29664;;;;;; 18657)) 29664;;;;;; 45374))
29665;;; Generated autoloads from emacs-lisp/unsafep.el 29665;;; Generated autoloads from emacs-lisp/unsafep.el
29666 29666
29667(autoload 'unsafep "unsafep" "\ 29667(autoload 'unsafep "unsafep" "\
@@ -29674,7 +29674,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29674;;;*** 29674;;;***
29675 29675
29676;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 29676;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
29677;;;;;; "url/url.el" (19776 18657)) 29677;;;;;; "url/url.el" (19845 45374))
29678;;; Generated autoloads from url/url.el 29678;;; Generated autoloads from url/url.el
29679 29679
29680(autoload 'url-retrieve "url" "\ 29680(autoload 'url-retrieve "url" "\
@@ -29716,7 +29716,7 @@ no further processing). URL is either a string or a parsed URL.
29716;;;*** 29716;;;***
29717 29717
29718;;;### (autoloads (url-register-auth-scheme url-get-authentication) 29718;;;### (autoloads (url-register-auth-scheme url-get-authentication)
29719;;;;;; "url-auth" "url/url-auth.el" (19798 54313)) 29719;;;;;; "url-auth" "url/url-auth.el" (19845 45374))
29720;;; Generated autoloads from url/url-auth.el 29720;;; Generated autoloads from url/url-auth.el
29721 29721
29722(autoload 'url-get-authentication "url-auth" "\ 29722(autoload 'url-get-authentication "url-auth" "\
@@ -29758,7 +29758,7 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29758;;;*** 29758;;;***
29759 29759
29760;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 29760;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
29761;;;;;; "url-cache" "url/url-cache.el" (19988 51157)) 29761;;;;;; "url-cache" "url/url-cache.el" (19988 13913))
29762;;; Generated autoloads from url/url-cache.el 29762;;; Generated autoloads from url/url-cache.el
29763 29763
29764(autoload 'url-store-in-cache "url-cache" "\ 29764(autoload 'url-store-in-cache "url-cache" "\
@@ -29779,7 +29779,7 @@ Extract FNAM from the local disk cache.
29779 29779
29780;;;*** 29780;;;***
29781 29781
29782;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19776 18657)) 29782;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19845 45374))
29783;;; Generated autoloads from url/url-cid.el 29783;;; Generated autoloads from url/url-cid.el
29784 29784
29785(autoload 'url-cid "url-cid" "\ 29785(autoload 'url-cid "url-cid" "\
@@ -29790,7 +29790,7 @@ Extract FNAM from the local disk cache.
29790;;;*** 29790;;;***
29791 29791
29792;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 29792;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
29793;;;;;; "url/url-dav.el" (19776 18657)) 29793;;;;;; "url/url-dav.el" (19845 45374))
29794;;; Generated autoloads from url/url-dav.el 29794;;; Generated autoloads from url/url-dav.el
29795 29795
29796(autoload 'url-dav-supported-p "url-dav" "\ 29796(autoload 'url-dav-supported-p "url-dav" "\
@@ -29805,8 +29805,8 @@ Extract FNAM from the local disk cache.
29805 29805
29806;;;*** 29806;;;***
29807 29807
29808;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19776 29808;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19845
29809;;;;;; 18657)) 29809;;;;;; 45374))
29810;;; Generated autoloads from url/url-file.el 29810;;; Generated autoloads from url/url-file.el
29811 29811
29812(autoload 'url-file "url-file" "\ 29812(autoload 'url-file "url-file" "\
@@ -29817,7 +29817,7 @@ Handle file: and ftp: URLs.
29817;;;*** 29817;;;***
29818 29818
29819;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 29819;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
29820;;;;;; "url/url-gw.el" (19875 21674)) 29820;;;;;; "url/url-gw.el" (19864 29553))
29821;;; Generated autoloads from url/url-gw.el 29821;;; Generated autoloads from url/url-gw.el
29822 29822
29823(autoload 'url-gateway-nslookup-host "url-gw" "\ 29823(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -29837,7 +29837,7 @@ Might do a non-blocking connection; use `process-status' to check.
29837 29837
29838;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 29838;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29839;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 29839;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
29840;;;;;; (19776 18657)) 29840;;;;;; (19845 45374))
29841;;; Generated autoloads from url/url-handlers.el 29841;;; Generated autoloads from url/url-handlers.el
29842 29842
29843(defvar url-handler-mode nil "\ 29843(defvar url-handler-mode nil "\
@@ -29889,7 +29889,7 @@ accessible.
29889;;;*** 29889;;;***
29890 29890
29891;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 29891;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29892;;;;;; url-http) "url-http" "url/url-http.el" (20094 24898)) 29892;;;;;; url-http) "url-http" "url/url-http.el" (20094 65493))
29893;;; Generated autoloads from url/url-http.el 29893;;; Generated autoloads from url/url-http.el
29894 29894
29895(autoload 'url-http "url-http" "\ 29895(autoload 'url-http "url-http" "\
@@ -29955,7 +29955,7 @@ HTTPS retrievals are asynchronous.")
29955 29955
29956;;;*** 29956;;;***
29957 29957
29958;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19776 18657)) 29958;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19845 45374))
29959;;; Generated autoloads from url/url-irc.el 29959;;; Generated autoloads from url/url-irc.el
29960 29960
29961(autoload 'url-irc "url-irc" "\ 29961(autoload 'url-irc "url-irc" "\
@@ -29965,8 +29965,8 @@ HTTPS retrievals are asynchronous.")
29965 29965
29966;;;*** 29966;;;***
29967 29967
29968;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19776 29968;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19845
29969;;;;;; 18657)) 29969;;;;;; 45374))
29970;;; Generated autoloads from url/url-ldap.el 29970;;; Generated autoloads from url/url-ldap.el
29971 29971
29972(autoload 'url-ldap "url-ldap" "\ 29972(autoload 'url-ldap "url-ldap" "\
@@ -29980,7 +29980,7 @@ URL can be a URL string, or a URL vector of the type returned by
29980;;;*** 29980;;;***
29981 29981
29982;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 29982;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29983;;;;;; (19776 18657)) 29983;;;;;; (19845 45374))
29984;;; Generated autoloads from url/url-mailto.el 29984;;; Generated autoloads from url/url-mailto.el
29985 29985
29986(autoload 'url-mail "url-mailto" "\ 29986(autoload 'url-mail "url-mailto" "\
@@ -29996,7 +29996,7 @@ Handle the mailto: URL syntax.
29996;;;*** 29996;;;***
29997 29997
29998;;;### (autoloads (url-data url-generic-emulator-loader url-info 29998;;;### (autoloads (url-data url-generic-emulator-loader url-info
29999;;;;;; url-man) "url-misc" "url/url-misc.el" (19776 18657)) 29999;;;;;; url-man) "url-misc" "url/url-misc.el" (19845 45374))
30000;;; Generated autoloads from url/url-misc.el 30000;;; Generated autoloads from url/url-misc.el
30001 30001
30002(autoload 'url-man "url-misc" "\ 30002(autoload 'url-man "url-misc" "\
@@ -30028,7 +30028,7 @@ Fetch a data URL (RFC 2397).
30028;;;*** 30028;;;***
30029 30029
30030;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 30030;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
30031;;;;;; (19776 18657)) 30031;;;;;; (19845 45374))
30032;;; Generated autoloads from url/url-news.el 30032;;; Generated autoloads from url/url-news.el
30033 30033
30034(autoload 'url-news "url-news" "\ 30034(autoload 'url-news "url-news" "\
@@ -30045,7 +30045,7 @@ Fetch a data URL (RFC 2397).
30045 30045
30046;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 30046;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
30047;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 30047;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
30048;;;;;; (19776 18657)) 30048;;;;;; (19845 45374))
30049;;; Generated autoloads from url/url-ns.el 30049;;; Generated autoloads from url/url-ns.el
30050 30050
30051(autoload 'isPlainHostName "url-ns" "\ 30051(autoload 'isPlainHostName "url-ns" "\
@@ -30086,7 +30086,7 @@ Fetch a data URL (RFC 2397).
30086;;;*** 30086;;;***
30087 30087
30088;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 30088;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
30089;;;;;; "url/url-parse.el" (19798 54313)) 30089;;;;;; "url/url-parse.el" (19845 45374))
30090;;; Generated autoloads from url/url-parse.el 30090;;; Generated autoloads from url/url-parse.el
30091 30091
30092(autoload 'url-recreate-url "url-parse" "\ 30092(autoload 'url-recreate-url "url-parse" "\
@@ -30104,7 +30104,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
30104;;;*** 30104;;;***
30105 30105
30106;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 30106;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
30107;;;;;; (19776 18657)) 30107;;;;;; (19845 45374))
30108;;; Generated autoloads from url/url-privacy.el 30108;;; Generated autoloads from url/url-privacy.el
30109 30109
30110(autoload 'url-setup-privacy-info "url-privacy" "\ 30110(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -30115,7 +30115,7 @@ Setup variables that expose info about you and your system.
30115;;;*** 30115;;;***
30116 30116
30117;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" 30117;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el"
30118;;;;;; (19946 35279)) 30118;;;;;; (19943 25429))
30119;;; Generated autoloads from url/url-queue.el 30119;;; Generated autoloads from url/url-queue.el
30120 30120
30121(autoload 'url-queue-retrieve "url-queue" "\ 30121(autoload 'url-queue-retrieve "url-queue" "\
@@ -30134,7 +30134,7 @@ controls the level of parallelism via the
30134;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 30134;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
30135;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 30135;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
30136;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 30136;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
30137;;;;;; "url-util" "url/url-util.el" (19776 18657)) 30137;;;;;; "url-util" "url/url-util.el" (19867 59212))
30138;;; Generated autoloads from url/url-util.el 30138;;; Generated autoloads from url/url-util.el
30139 30139
30140(defvar url-debug nil "\ 30140(defvar url-debug nil "\
@@ -30270,7 +30270,7 @@ This uses `url-current-object', set locally to the buffer.
30270;;;*** 30270;;;***
30271 30271
30272;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 30272;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
30273;;;;;; "userlock" "userlock.el" (19776 18657)) 30273;;;;;; "userlock" "userlock.el" (19845 45374))
30274;;; Generated autoloads from userlock.el 30274;;; Generated autoloads from userlock.el
30275 30275
30276(autoload 'ask-user-about-lock "userlock" "\ 30276(autoload 'ask-user-about-lock "userlock" "\
@@ -30300,7 +30300,7 @@ The buffer in question is current when this function is called.
30300 30300
30301;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 30301;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
30302;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 30302;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
30303;;;;;; "utf-7" "international/utf-7.el" (19776 18657)) 30303;;;;;; "utf-7" "international/utf-7.el" (19845 45374))
30304;;; Generated autoloads from international/utf-7.el 30304;;; Generated autoloads from international/utf-7.el
30305 30305
30306(autoload 'utf-7-post-read-conversion "utf-7" "\ 30306(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -30325,7 +30325,7 @@ The buffer in question is current when this function is called.
30325 30325
30326;;;*** 30326;;;***
30327 30327
30328;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19776 18657)) 30328;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19845 45374))
30329;;; Generated autoloads from gnus/utf7.el 30329;;; Generated autoloads from gnus/utf7.el
30330 30330
30331(autoload 'utf7-encode "utf7" "\ 30331(autoload 'utf7-encode "utf7" "\
@@ -30337,7 +30337,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
30337 30337
30338;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 30338;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
30339;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 30339;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
30340;;;;;; (19776 18657)) 30340;;;;;; (19845 45374))
30341;;; Generated autoloads from mail/uudecode.el 30341;;; Generated autoloads from mail/uudecode.el
30342 30342
30343(autoload 'uudecode-decode-region-external "uudecode" "\ 30343(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -30368,7 +30368,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
30368;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff 30368;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
30369;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 30369;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
30370;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (19997 30370;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (19997
30371;;;;;; 49500)) 30371;;;;;; 28887))
30372;;; Generated autoloads from vc/vc.el 30372;;; Generated autoloads from vc/vc.el
30373 30373
30374(defvar vc-checkout-hook nil "\ 30374(defvar vc-checkout-hook nil "\
@@ -30651,7 +30651,7 @@ Return the branch part of a revision number REV.
30651;;;*** 30651;;;***
30652 30652
30653;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 30653;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
30654;;;;;; (19919 55642)) 30654;;;;;; (19920 63959))
30655;;; Generated autoloads from vc/vc-annotate.el 30655;;; Generated autoloads from vc/vc-annotate.el
30656 30656
30657(autoload 'vc-annotate "vc-annotate" "\ 30657(autoload 'vc-annotate "vc-annotate" "\
@@ -30688,7 +30688,7 @@ mode-specific menu. `vc-annotate-color-map' and
30688 30688
30689;;;*** 30689;;;***
30690 30690
30691;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19984 44694)) 30691;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19984 16846))
30692;;; Generated autoloads from vc/vc-arch.el 30692;;; Generated autoloads from vc/vc-arch.el
30693 (defun vc-arch-registered (file) 30693 (defun vc-arch-registered (file)
30694 (if (vc-find-root file "{arch}/=tagging-method") 30694 (if (vc-find-root file "{arch}/=tagging-method")
@@ -30698,7 +30698,7 @@ mode-specific menu. `vc-annotate-color-map' and
30698 30698
30699;;;*** 30699;;;***
30700 30700
30701;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20087 36265)) 30701;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20087 5852))
30702;;; Generated autoloads from vc/vc-bzr.el 30702;;; Generated autoloads from vc/vc-bzr.el
30703 30703
30704(defconst vc-bzr-admin-dirname ".bzr" "\ 30704(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30713,7 +30713,7 @@ Name of the directory containing Bzr repository status files.")
30713 30713
30714;;;*** 30714;;;***
30715 30715
30716;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19776 18657)) 30716;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19845 45374))
30717;;; Generated autoloads from vc/vc-cvs.el 30717;;; Generated autoloads from vc/vc-cvs.el
30718 (defun vc-cvs-registered (f) 30718 (defun vc-cvs-registered (f)
30719 (when (file-readable-p (expand-file-name 30719 (when (file-readable-p (expand-file-name
@@ -30723,7 +30723,7 @@ Name of the directory containing Bzr repository status files.")
30723 30723
30724;;;*** 30724;;;***
30725 30725
30726;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20087 36265)) 30726;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20087 5852))
30727;;; Generated autoloads from vc/vc-dir.el 30727;;; Generated autoloads from vc/vc-dir.el
30728 30728
30729(autoload 'vc-dir "vc-dir" "\ 30729(autoload 'vc-dir "vc-dir" "\
@@ -30748,7 +30748,7 @@ These are the commands available for use in the file status buffer:
30748;;;*** 30748;;;***
30749 30749
30750;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 30750;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
30751;;;;;; (19808 13302)) 30751;;;;;; (19845 45374))
30752;;; Generated autoloads from vc/vc-dispatcher.el 30752;;; Generated autoloads from vc/vc-dispatcher.el
30753 30753
30754(autoload 'vc-do-command "vc-dispatcher" "\ 30754(autoload 'vc-do-command "vc-dispatcher" "\
@@ -30771,7 +30771,7 @@ case, and the process object in the asynchronous case.
30771 30771
30772;;;*** 30772;;;***
30773 30773
30774;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20087 36265)) 30774;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20087 5852))
30775;;; Generated autoloads from vc/vc-git.el 30775;;; Generated autoloads from vc/vc-git.el
30776 (defun vc-git-registered (file) 30776 (defun vc-git-registered (file)
30777 "Return non-nil if FILE is registered with git." 30777 "Return non-nil if FILE is registered with git."
@@ -30782,7 +30782,7 @@ case, and the process object in the asynchronous case.
30782 30782
30783;;;*** 30783;;;***
30784 30784
30785;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19874 15752)) 30785;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19845 45374))
30786;;; Generated autoloads from vc/vc-hg.el 30786;;; Generated autoloads from vc/vc-hg.el
30787 (defun vc-hg-registered (file) 30787 (defun vc-hg-registered (file)
30788 "Return non-nil if FILE is registered with hg." 30788 "Return non-nil if FILE is registered with hg."
@@ -30793,7 +30793,7 @@ case, and the process object in the asynchronous case.
30793 30793
30794;;;*** 30794;;;***
30795 30795
30796;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19776 18657)) 30796;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19845 45374))
30797;;; Generated autoloads from vc/vc-mtn.el 30797;;; Generated autoloads from vc/vc-mtn.el
30798 30798
30799(defconst vc-mtn-admin-dir "_MTN") 30799(defconst vc-mtn-admin-dir "_MTN")
@@ -30808,7 +30808,7 @@ case, and the process object in the asynchronous case.
30808;;;*** 30808;;;***
30809 30809
30810;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 30810;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
30811;;;;;; (20064 58966)) 30811;;;;;; (20064 44441))
30812;;; Generated autoloads from vc/vc-rcs.el 30812;;; Generated autoloads from vc/vc-rcs.el
30813 30813
30814(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 30814(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -30822,7 +30822,7 @@ For a description of possible values, see `vc-check-master-templates'.")
30822;;;*** 30822;;;***
30823 30823
30824;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 30824;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
30825;;;;;; (19776 18657)) 30825;;;;;; (19845 45374))
30826;;; Generated autoloads from vc/vc-sccs.el 30826;;; Generated autoloads from vc/vc-sccs.el
30827 30827
30828(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 30828(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -30839,7 +30839,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30839 30839
30840;;;*** 30840;;;***
30841 30841
30842;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19874 14841)) 30842;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19845 45374))
30843;;; Generated autoloads from vc/vc-svn.el 30843;;; Generated autoloads from vc/vc-svn.el
30844 (defun vc-svn-registered (f) 30844 (defun vc-svn-registered (f)
30845 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 30845 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -30853,7 +30853,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30853;;;*** 30853;;;***
30854 30854
30855;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 30855;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
30856;;;;;; (19891 13894)) 30856;;;;;; (19890 42850))
30857;;; Generated autoloads from progmodes/vera-mode.el 30857;;; Generated autoloads from progmodes/vera-mode.el
30858 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 30858 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
30859 30859
@@ -30911,7 +30911,7 @@ Key bindings:
30911;;;*** 30911;;;***
30912 30912
30913;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 30913;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30914;;;;;; (19973 21789)) 30914;;;;;; (19973 46551))
30915;;; Generated autoloads from progmodes/verilog-mode.el 30915;;; Generated autoloads from progmodes/verilog-mode.el
30916 30916
30917(autoload 'verilog-mode "verilog-mode" "\ 30917(autoload 'verilog-mode "verilog-mode" "\
@@ -31048,7 +31048,7 @@ Key bindings specific to `verilog-mode-map' are:
31048;;;*** 31048;;;***
31049 31049
31050;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 31050;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
31051;;;;;; (19919 55562)) 31051;;;;;; (19914 25180))
31052;;; Generated autoloads from progmodes/vhdl-mode.el 31052;;; Generated autoloads from progmodes/vhdl-mode.el
31053 31053
31054(autoload 'vhdl-mode "vhdl-mode" "\ 31054(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31589,7 +31589,7 @@ Key bindings:
31589 31589
31590;;;*** 31590;;;***
31591 31591
31592;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19764 32359)) 31592;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19845 45374))
31593;;; Generated autoloads from emulation/vi.el 31593;;; Generated autoloads from emulation/vi.el
31594 31594
31595(autoload 'vi-mode "vi" "\ 31595(autoload 'vi-mode "vi" "\
@@ -31644,7 +31644,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
31644;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 31644;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
31645;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 31645;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
31646;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 31646;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
31647;;;;;; "language/viet-util.el" (19776 18657)) 31647;;;;;; "language/viet-util.el" (19845 45374))
31648;;; Generated autoloads from language/viet-util.el 31648;;; Generated autoloads from language/viet-util.el
31649 31649
31650(autoload 'viet-encode-viscii-char "viet-util" "\ 31650(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31692,7 +31692,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31692;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 31692;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
31693;;;;;; view-buffer view-file-other-frame view-file-other-window 31693;;;;;; view-buffer view-file-other-frame view-file-other-window
31694;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 31694;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
31695;;;;;; "view" "view.el" (20064 62841)) 31695;;;;;; "view" "view.el" (20065 65310))
31696;;; Generated autoloads from view.el 31696;;; Generated autoloads from view.el
31697 31697
31698(defvar view-remove-frame-by-deleting t "\ 31698(defvar view-remove-frame-by-deleting t "\
@@ -31929,8 +31929,8 @@ Exit View mode and make the current buffer editable.
31929 31929
31930;;;*** 31930;;;***
31931 31931
31932;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19797 31932;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19845
31933;;;;;; 54173)) 31933;;;;;; 45374))
31934;;; Generated autoloads from emulation/vip.el 31934;;; Generated autoloads from emulation/vip.el
31935 31935
31936(autoload 'vip-setup "vip" "\ 31936(autoload 'vip-setup "vip" "\
@@ -31946,7 +31946,7 @@ Turn on VIP emulation of VI.
31946;;;*** 31946;;;***
31947 31947
31948;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 31948;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31949;;;;;; (19933 8482)) 31949;;;;;; (19931 11784))
31950;;; Generated autoloads from emulation/viper.el 31950;;; Generated autoloads from emulation/viper.el
31951 31951
31952(autoload 'toggle-viper-mode "viper" "\ 31952(autoload 'toggle-viper-mode "viper" "\
@@ -31963,7 +31963,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31963;;;*** 31963;;;***
31964 31964
31965;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 31965;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31966;;;;;; (19910 9778)) 31966;;;;;; (19906 31087))
31967;;; Generated autoloads from emacs-lisp/warnings.el 31967;;; Generated autoloads from emacs-lisp/warnings.el
31968 31968
31969(defvar warning-prefix-function nil "\ 31969(defvar warning-prefix-function nil "\
@@ -32053,7 +32053,7 @@ this is equivalent to `display-warning', using
32053;;;*** 32053;;;***
32054 32054
32055;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 32055;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
32056;;;;;; (20075 38050)) 32056;;;;;; (20075 14682))
32057;;; Generated autoloads from wdired.el 32057;;; Generated autoloads from wdired.el
32058 32058
32059(autoload 'wdired-change-to-wdired-mode "wdired" "\ 32059(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -32069,7 +32069,7 @@ See `wdired-mode'.
32069 32069
32070;;;*** 32070;;;***
32071 32071
32072;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19933 8482)) 32072;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19931 11784))
32073;;; Generated autoloads from net/webjump.el 32073;;; Generated autoloads from net/webjump.el
32074 32074
32075(autoload 'webjump "webjump" "\ 32075(autoload 'webjump "webjump" "\
@@ -32086,7 +32086,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
32086;;;*** 32086;;;***
32087 32087
32088;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 32088;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
32089;;;;;; (19987 30383)) 32089;;;;;; (19988 13913))
32090;;; Generated autoloads from progmodes/which-func.el 32090;;; Generated autoloads from progmodes/which-func.el
32091 (put 'which-func-format 'risky-local-variable t) 32091 (put 'which-func-format 'risky-local-variable t)
32092 (put 'which-func-current 'risky-local-variable t) 32092 (put 'which-func-current 'risky-local-variable t)
@@ -32117,7 +32117,7 @@ and off otherwise.
32117;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 32117;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
32118;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 32118;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
32119;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 32119;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
32120;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20087 36265)) 32120;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20088 26718))
32121;;; Generated autoloads from whitespace.el 32121;;; Generated autoloads from whitespace.el
32122 32122
32123(autoload 'whitespace-mode "whitespace" "\ 32123(autoload 'whitespace-mode "whitespace" "\
@@ -32520,7 +32520,7 @@ cleaning up these problems.
32520;;;*** 32520;;;***
32521 32521
32522;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 32522;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
32523;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19888 59421)) 32523;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19886 45771))
32524;;; Generated autoloads from wid-browse.el 32524;;; Generated autoloads from wid-browse.el
32525 32525
32526(autoload 'widget-browse-at "wid-browse" "\ 32526(autoload 'widget-browse-at "wid-browse" "\
@@ -32547,8 +32547,8 @@ With arg, turn widget mode on if and only if arg is positive.
32547;;;*** 32547;;;***
32548 32548
32549;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 32549;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32550;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19973 32550;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19968
32551;;;;;; 21789)) 32551;;;;;; 28627))
32552;;; Generated autoloads from wid-edit.el 32552;;; Generated autoloads from wid-edit.el
32553 32553
32554(autoload 'widgetp "wid-edit" "\ 32554(autoload 'widgetp "wid-edit" "\
@@ -32591,8 +32591,8 @@ Setup current buffer so editing string widgets works.
32591;;;*** 32591;;;***
32592 32592
32593;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 32593;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
32594;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19888 32594;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19886
32595;;;;;; 59421)) 32595;;;;;; 45771))
32596;;; Generated autoloads from windmove.el 32596;;; Generated autoloads from windmove.el
32597 32597
32598(autoload 'windmove-left "windmove" "\ 32598(autoload 'windmove-left "windmove" "\
@@ -32645,7 +32645,7 @@ Default MODIFIER is 'shift.
32645;;;*** 32645;;;***
32646 32646
32647;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 32647;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
32648;;;;;; (19998 18685)) 32648;;;;;; (19998 49767))
32649;;; Generated autoloads from winner.el 32649;;; Generated autoloads from winner.el
32650 32650
32651(defvar winner-mode nil "\ 32651(defvar winner-mode nil "\
@@ -32664,7 +32664,7 @@ With arg, turn Winner mode on if and only if arg is positive.
32664;;;*** 32664;;;***
32665 32665
32666;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 32666;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
32667;;;;;; woman woman-locale) "woman" "woman.el" (20086 5617)) 32667;;;;;; woman woman-locale) "woman" "woman.el" (20087 5852))
32668;;; Generated autoloads from woman.el 32668;;; Generated autoloads from woman.el
32669 32669
32670(defvar woman-locale nil "\ 32670(defvar woman-locale nil "\
@@ -32713,7 +32713,7 @@ Default bookmark handler for Woman buffers.
32713;;;*** 32713;;;***
32714 32714
32715;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 32715;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
32716;;;;;; (19776 18657)) 32716;;;;;; (19845 45374))
32717;;; Generated autoloads from emulation/ws-mode.el 32717;;; Generated autoloads from emulation/ws-mode.el
32718 32718
32719(autoload 'wordstar-mode "ws-mode" "\ 32719(autoload 'wordstar-mode "ws-mode" "\
@@ -32825,7 +32825,7 @@ The key bindings are:
32825 32825
32826;;;*** 32826;;;***
32827 32827
32828;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19874 15752)) 32828;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19845 45374))
32829;;; Generated autoloads from net/xesam.el 32829;;; Generated autoloads from net/xesam.el
32830 32830
32831(autoload 'xesam-search "xesam" "\ 32831(autoload 'xesam-search "xesam" "\
@@ -32845,7 +32845,7 @@ Example:
32845;;;*** 32845;;;***
32846 32846
32847;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 32847;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
32848;;;;;; (19888 59421)) 32848;;;;;; (19886 45771))
32849;;; Generated autoloads from xml.el 32849;;; Generated autoloads from xml.el
32850 32850
32851(autoload 'xml-parse-file "xml" "\ 32851(autoload 'xml-parse-file "xml" "\
@@ -32871,7 +32871,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
32871;;;*** 32871;;;***
32872 32872
32873;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 32873;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
32874;;;;;; "nxml/xmltok.el" (19776 18657)) 32874;;;;;; "nxml/xmltok.el" (19845 45374))
32875;;; Generated autoloads from nxml/xmltok.el 32875;;; Generated autoloads from nxml/xmltok.el
32876 32876
32877(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32877(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32889,8 +32889,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32889 32889
32890;;;*** 32890;;;***
32891 32891
32892;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20045 32892;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20034
32893;;;;;; 40021)) 32893;;;;;; 23247))
32894;;; Generated autoloads from xt-mouse.el 32894;;; Generated autoloads from xt-mouse.el
32895 32895
32896(defvar xterm-mouse-mode nil "\ 32896(defvar xterm-mouse-mode nil "\
@@ -32919,7 +32919,7 @@ down the SHIFT key while pressing the mouse button.
32919;;;*** 32919;;;***
32920 32920
32921;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 32921;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32922;;;;;; "gnus/yenc.el" (19776 18657)) 32922;;;;;; "gnus/yenc.el" (19845 45374))
32923;;; Generated autoloads from gnus/yenc.el 32923;;; Generated autoloads from gnus/yenc.el
32924 32924
32925(autoload 'yenc-decode-region "yenc" "\ 32925(autoload 'yenc-decode-region "yenc" "\
@@ -32935,7 +32935,7 @@ Extract file name from an yenc header.
32935;;;*** 32935;;;***
32936 32936
32937;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 32937;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32938;;;;;; yow) "yow" "play/yow.el" (19776 18657)) 32938;;;;;; yow) "yow" "play/yow.el" (19845 45374))
32939;;; Generated autoloads from play/yow.el 32939;;; Generated autoloads from play/yow.el
32940 32940
32941(autoload 'yow "yow" "\ 32941(autoload 'yow "yow" "\
@@ -32961,7 +32961,7 @@ Zippy goes to the analyst.
32961 32961
32962;;;*** 32962;;;***
32963 32963
32964;;;### (autoloads (zone) "zone" "play/zone.el" (19888 59421)) 32964;;;### (autoloads (zone) "zone" "play/zone.el" (19889 21967))
32965;;; Generated autoloads from play/zone.el 32965;;; Generated autoloads from play/zone.el
32966 32966
32967(autoload 'zone "zone" "\ 32967(autoload 'zone "zone" "\
@@ -32977,46 +32977,47 @@ Zone out, completely.
32977;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" 32977;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
32978;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" 32978;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
32979;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 32979;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
32980;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el" 32980;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el"
32981;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el" 32981;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el"
32982;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el" 32982;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el"
32983;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" 32983;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el"
32984;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" 32984;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el"
32985;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el" 32985;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el"
32986;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" 32986;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el"
32987;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" 32987;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el"
32988;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el" 32988;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el"
32989;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el" 32989;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el"
32990;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" 32990;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el"
32991;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 32991;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
32992;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el" 32992;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
32993;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el" 32993;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el"
32994;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el" 32994;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el"
32995;;;;;; "cedet/cedet.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" 32995;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el"
32996;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" 32996;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el"
32997;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el" 32997;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el"
32998;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/locate.el" 32998;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el"
32999;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" 32999;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el"
33000;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" 33000;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el"
33001;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" 33001;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el"
33002;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" 33002;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el"
33003;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" 33003;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el"
33004;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el" 33004;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el"
33005;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el" 33005;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el"
33006;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/inversion.el" 33006;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el"
33007;;;;;; "cedet/mode-local.el" "cedet/pulse.el" "cedet/semantic/analyze.el" 33007;;;;;; "cedet/ede/util.el" "cedet/inversion.el" "cedet/mode-local.el"
33008;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" 33008;;;;;; "cedet/pulse.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
33009;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" 33009;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
33010;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el" 33010;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
33011;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" 33011;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
33012;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" 33012;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el"
33013;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el" 33013;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
33014;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el" 33014;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
33015;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" 33015;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el"
33016;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el" 33016;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el"
33017;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" 33017;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el"
33018;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el" 33018;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el"
33019;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" 33019;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el"
33020;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
33020;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 33021;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
33021;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 33022;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
33022;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 33023;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -33024,13 +33025,13 @@ Zone out, completely.
33024;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 33025;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
33025;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 33026;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
33026;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" 33027;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
33027;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" 33028;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el"
33028;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" 33029;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el"
33029;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" 33030;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el"
33030;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" 33031;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el"
33031;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el" 33032;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el"
33032;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el" 33033;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el"
33033;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" 33034;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
33034;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" 33035;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
33035;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" 33036;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
33036;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 33037;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
@@ -33042,32 +33043,33 @@ Zone out, completely.
33042;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" 33043;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
33043;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" 33044;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
33044;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 33045;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
33045;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el" 33046;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el"
33046;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el" 33047;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el"
33047;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el" 33048;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el"
33048;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el" 33049;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el"
33049;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 33050;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el"
33050;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" 33051;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el"
33051;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" 33052;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el"
33052;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" 33053;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el"
33053;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el" 33054;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el"
33054;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el" 33055;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el"
33055;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" 33056;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el"
33056;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" 33057;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el"
33057;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" 33058;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el"
33058;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" 33059;;;;;; "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
33059;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" 33060;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el"
33060;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el" 33061;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el"
33061;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 33062;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
33062;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" 33063;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
33063;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" 33064;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el"
33064;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el" 33065;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el"
33065;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" 33066;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
33066;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" 33067;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
33067;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 33068;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"
33068;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" 33069;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"
33069;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" 33070;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"
33070;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el" 33071;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
33072;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"
33071;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" 33073;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
33072;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el" 33074;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el"
33073;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "fringe.el" 33075;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "fringe.el"
@@ -33170,8 +33172,8 @@ Zone out, completely.
33170;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" 33172;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el"
33171;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 33173;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
33172;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" 33174;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el"
33173;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20095 33175;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20102
33174;;;;;; 60573 522549)) 33176;;;;;; 59774 629987))
33175 33177
33176;;;*** 33178;;;***
33177 33179
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 54de6310b5b..770050efb08 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1035,8 +1035,8 @@ The buffer is expected to be narrowed to just the header of the message."
1035 (define-key map "/" 'rmail-end-of-message) 1035 (define-key map "/" 'rmail-end-of-message)
1036 (define-key map "<" 'rmail-first-message) 1036 (define-key map "<" 'rmail-first-message)
1037 (define-key map ">" 'rmail-last-message) 1037 (define-key map ">" 'rmail-last-message)
1038 (define-key map " " 'scroll-up) 1038 (define-key map " " 'scroll-up-command)
1039 (define-key map "\177" 'scroll-down) 1039 (define-key map "\177" 'scroll-down-command)
1040 (define-key map "?" 'describe-mode) 1040 (define-key map "?" 'describe-mode)
1041 (define-key map "\C-c\C-s\C-d" 'rmail-sort-by-date) 1041 (define-key map "\C-c\C-s\C-d" 'rmail-sort-by-date)
1042 (define-key map "\C-c\C-s\C-s" 'rmail-sort-by-subject) 1042 (define-key map "\C-c\C-s\C-s" 'rmail-sort-by-subject)
diff --git a/lisp/man.el b/lisp/man.el
index ed24e35f0ea..14fdac4e5da 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -398,8 +398,8 @@ Otherwise, the value is whatever the function
398 (suppress-keymap map) 398 (suppress-keymap map)
399 (set-keymap-parent map button-buffer-map) 399 (set-keymap-parent map button-buffer-map)
400 400
401 (define-key map " " 'scroll-up) 401 (define-key map " " 'scroll-up-command)
402 (define-key map "\177" 'scroll-down) 402 (define-key map "\177" 'scroll-down-command)
403 (define-key map "n" 'Man-next-section) 403 (define-key map "n" 'Man-next-section)
404 (define-key map "p" 'Man-previous-section) 404 (define-key map "p" 'Man-previous-section)
405 (define-key map "\en" 'Man-next-manpage) 405 (define-key map "\en" 'Man-next-manpage)
diff --git a/lisp/net/newst-plainview.el b/lisp/net/newst-plainview.el
index d1b042cad66..906044079cd 100644
--- a/lisp/net/newst-plainview.el
+++ b/lisp/net/newst-plainview.el
@@ -427,7 +427,7 @@ images."
427 (define-key map "sx" 'newsticker-show-extra) 427 (define-key map "sx" 'newsticker-show-extra)
428 (define-key map "hx" 'newsticker-hide-extra) 428 (define-key map "hx" 'newsticker-hide-extra)
429 429
430 (define-key map " " 'scroll-up) 430 (define-key map " " 'scroll-up-command)
431 (define-key map "q" 'newsticker-close-buffer) 431 (define-key map "q" 'newsticker-close-buffer)
432 (define-key map "p" 'newsticker-previous-item) 432 (define-key map "p" 'newsticker-previous-item)
433 (define-key map "P" 'newsticker-previous-new-item) 433 (define-key map "P" 'newsticker-previous-new-item)
diff --git a/lisp/notifications.el b/lisp/notifications.el
index adb9fdd641a..42cd40df36b 100644
--- a/lisp/notifications.el
+++ b/lisp/notifications.el
@@ -184,7 +184,7 @@ Various PARAMS can be set:
184 184
185This function returns a notification id, an integer, which can be 185This function returns a notification id, an integer, which can be
186used to manipulate the notification item with 186used to manipulate the notification item with
187`notifications-close'." 187`notifications-close-notification'."
188 (let ((title (plist-get params :title)) 188 (let ((title (plist-get params :title))
189 (body (plist-get params :body)) 189 (body (plist-get params :body))
190 (app-name (plist-get params :app-name)) 190 (app-name (plist-get params :app-name))
diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el
index 62f5fafe2c4..b2c8de6ec2f 100644
--- a/lisp/pcmpl-gnu.el
+++ b/lisp/pcmpl-gnu.el
@@ -1,4 +1,4 @@
1;;; pcmpl-gnu.el --- completions for GNU project tools 1;;; pcmpl-gnu.el --- completions for GNU project tools -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1999-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
4 4
@@ -128,161 +128,174 @@
128 :type 'regexp 128 :type 'regexp
129 :group 'pcmpl-gnu) 129 :group 'pcmpl-gnu)
130 130
131(defvar pcmpl-gnu-tar-buffer nil)
132
133;; Only used in tar-mode buffers. 131;; Only used in tar-mode buffers.
134(defvar tar-parse-info) 132(defvar tar-parse-info)
135(declare-function tar-header-name "tar-mode" t t) 133(declare-function tar-header-name "tar-mode" t t)
136 134
135(defmacro pcmpl-gnu-with-file-buffer (file &rest body)
136 "Run BODY inside a buffer visiting FILE."
137 (declare (debug t) (indent 1))
138 (let ((exist (make-symbol "exist"))
139 (filesym (make-symbol "file"))
140 (buf (make-symbol "buf")))
141 `(let* ((,filesym ,file)
142 (,exist (find-buffer-visiting ,filesym))
143 (,buf (or ,exist (find-file-noselect ,filesym))))
144 (unwind-protect
145 (with-current-buffer ,buf
146 ,@body)
147 (when (and (not ,exist) (buffer-live-p ,buf))
148 (kill-buffer ,buf))))))
149
137;;;###autoload 150;;;###autoload
138(defun pcomplete/tar () 151(defun pcomplete/tar ()
139 "Completion for the GNU tar utility." 152 "Completion for the GNU tar utility."
140 ;; options that end in an equal sign will want further completion... 153 ;; options that end in an equal sign will want further completion...
141 (let (saw-option complete-within) 154 (let (saw-option complete-within)
142 (setq pcomplete-suffix-list (cons ?= pcomplete-suffix-list)) 155 (let ((pcomplete-suffix-list (cons ?= pcomplete-suffix-list)))
143 (while (pcomplete-match "^-" 0) 156 (while (pcomplete-match "^-" 0)
144 (setq saw-option t) 157 (setq saw-option t)
145 (if (pcomplete-match "^--" 0) 158 (if (pcomplete-match "^--" 0)
146 (if (pcomplete-match "^--\\([^= \t\n\f]*\\)\\'" 0) 159 (if (pcomplete-match "^--\\([^= \t\n\f]*\\)\\'" 0)
147 (pcomplete-here* 160 ;; FIXME: Extract this list from "tar --help".
148 '("--absolute-names" 161 (pcomplete-here*
149 "--after-date=" 162 '("--absolute-names"
150 "--append" 163 "--after-date="
151 "--atime-preserve" 164 "--append"
152 "--backup" 165 "--atime-preserve"
153 "--block-number" 166 "--backup"
154 "--blocking-factor=" 167 "--block-number"
155 "--catenate" 168 "--blocking-factor="
156 "--checkpoint" 169 "--catenate"
157 "--compare" 170 "--checkpoint"
158 "--compress" 171 "--compare"
159 "--concatenate" 172 "--compress"
160 "--confirmation" 173 "--concatenate"
161 "--create" 174 "--confirmation"
162 "--delete" 175 "--create"
163 "--dereference" 176 "--delete"
164 "--diff" 177 "--dereference"
165 "--directory=" 178 "--diff"
166 "--exclude=" 179 "--directory="
167 "--exclude-from=" 180 "--exclude="
168 "--extract" 181 "--exclude-from="
169 "--file=" 182 "--extract"
170 "--files-from=" 183 "--file="
171 "--force-local" 184 "--files-from="
172 "--get" 185 "--force-local"
173 "--group=" 186 "--get"
174 "--gzip" 187 "--group="
175 "--help" 188 "--gzip"
176 "--ignore-failed-read" 189 "--help"
177 "--ignore-zeros" 190 "--ignore-failed-read"
178 "--incremental" 191 "--ignore-zeros"
179 "--info-script=" 192 "--incremental"
180 "--interactive" 193 "--info-script="
181 "--keep-old-files" 194 "--interactive"
182 "--label=" 195 "--keep-old-files"
183 "--list" 196 "--label="
184 "--listed-incremental" 197 "--list"
185 "--mode=" 198 "--listed-incremental"
186 "--modification-time" 199 "--mode="
187 "--multi-volume" 200 "--modification-time"
188 "--new-volume-script=" 201 "--multi-volume"
189 "--newer=" 202 "--new-volume-script="
190 "--newer-mtime" 203 "--newer="
191 "--no-recursion" 204 "--newer-mtime"
192 "--null" 205 "--no-recursion"
193 "--numeric-owner" 206 "--null"
194 "--old-archive" 207 "--numeric-owner"
195 "--one-file-system" 208 "--old-archive"
196 "--owner=" 209 "--one-file-system"
197 "--portability" 210 "--owner="
198 "--posix" 211 "--portability"
199 "--preserve" 212 "--posix"
200 "--preserve-order" 213 "--preserve"
201 "--preserve-permissions" 214 "--preserve-order"
202 "--read-full-records" 215 "--preserve-permissions"
203 "--record-size=" 216 "--read-full-records"
204 "--recursive-unlink" 217 "--record-size="
205 "--remove-files" 218 "--recursive-unlink"
206 "--rsh-command=" 219 "--remove-files"
207 "--same-order" 220 "--rsh-command="
208 "--same-owner" 221 "--same-order"
209 "--same-permissions" 222 "--same-owner"
210 "--sparse" 223 "--same-permissions"
211 "--starting-file=" 224 "--sparse"
212 "--suffix=" 225 "--starting-file="
213 "--tape-length=" 226 "--suffix="
214 "--to-stdout" 227 "--tape-length="
215 "--totals" 228 "--to-stdout"
216 "--uncompress" 229 "--totals"
217 "--ungzip" 230 "--uncompress"
218 "--unlink-first" 231 "--ungzip"
219 "--update" 232 "--unlink-first"
220 "--use-compress-program=" 233 "--update"
221 "--verbose" 234 "--use-compress-program="
222 "--verify" 235 "--verbose"
223 "--version" 236 "--verify"
224 "--volno-file="))) 237 "--version"
225 (pcomplete-opt "01234567ABCFGKLMNOPRSTUVWXZbcdfghiklmoprstuvwxz")) 238 "--volno-file=")))
226 (cond 239 (pcomplete-opt "01234567ABCFGKLMNOPRSTUVWXZbcdfghiklmoprstuvwxz"))
227 ((pcomplete-match "\\`--after-date=" 0) 240 (cond
228 (pcomplete-here*)) 241 ((pcomplete-match "\\`--after-date=" 0)
229 ((pcomplete-match "\\`--backup=" 0) 242 (pcomplete-here*))
230 (pcomplete-here*)) 243 ((pcomplete-match "\\`--backup=" 0)
231 ((pcomplete-match "\\`--blocking-factor=" 0) 244 (pcomplete-here*))
232 (pcomplete-here*)) 245 ((pcomplete-match "\\`--blocking-factor=" 0)
233 ((pcomplete-match "\\`--directory=\\(.*\\)" 0) 246 (pcomplete-here*))
234 (pcomplete-here* (pcomplete-dirs) 247 ((pcomplete-match "\\`--directory=\\(.*\\)" 0)
235 (pcomplete-match-string 1 0))) 248 (pcomplete-here* (pcomplete-dirs)
236 ((pcomplete-match "\\`--exclude-from=\\(.*\\)" 0) 249 (pcomplete-match-string 1 0)))
237 (pcomplete-here* (pcomplete-entries) 250 ((pcomplete-match "\\`--exclude-from=\\(.*\\)" 0)
238 (pcomplete-match-string 1 0))) 251 (pcomplete-here* (pcomplete-entries)
239 ((pcomplete-match "\\`--exclude=" 0) 252 (pcomplete-match-string 1 0)))
240 (pcomplete-here*)) 253 ((pcomplete-match "\\`--exclude=" 0)
241 ((pcomplete-match "\\`--\\(extract\\|list\\)\\'" 0) 254 (pcomplete-here*))
242 (setq complete-within t)) 255 ((pcomplete-match "\\`--\\(extract\\|list\\)\\'" 0)
243 ((pcomplete-match "\\`--file=\\(.*\\)" 0) 256 (setq complete-within t))
244 (pcomplete-here* (pcomplete-dirs-or-entries pcmpl-gnu-tarfile-regexp) 257 ((pcomplete-match "\\`--file=\\(.*\\)" 0)
245 (pcomplete-match-string 1 0))) 258 (pcomplete-here* (pcomplete-dirs-or-entries pcmpl-gnu-tarfile-regexp)
246 ((pcomplete-match "\\`--files-from=\\(.*\\)" 0) 259 (pcomplete-match-string 1 0)))
247 (pcomplete-here* (pcomplete-entries) 260 ((pcomplete-match "\\`--files-from=\\(.*\\)" 0)
248 (pcomplete-match-string 1 0))) 261 (pcomplete-here* (pcomplete-entries)
249 ((pcomplete-match "\\`--group=\\(.*\\)" 0) 262 (pcomplete-match-string 1 0)))
250 (pcomplete-here* (pcmpl-unix-group-names) 263 ((pcomplete-match "\\`--group=\\(.*\\)" 0)
251 (pcomplete-match-string 1 0))) 264 (pcomplete-here* (pcmpl-unix-group-names)
252 ((pcomplete-match "\\`--info-script=\\(.*\\)" 0) 265 (pcomplete-match-string 1 0)))
253 (pcomplete-here* (pcomplete-entries) 266 ((pcomplete-match "\\`--info-script=\\(.*\\)" 0)
254 (pcomplete-match-string 1 0))) 267 (pcomplete-here* (pcomplete-entries)
255 ((pcomplete-match "\\`--label=" 0) 268 (pcomplete-match-string 1 0)))
256 (pcomplete-here*)) 269 ((pcomplete-match "\\`--label=" 0)
257 ((pcomplete-match "\\`--mode=" 0) 270 (pcomplete-here*))
258 (pcomplete-here*)) 271 ((pcomplete-match "\\`--mode=" 0)
259 ((pcomplete-match "\\`--new-volume-script=\\(.*\\)" 0) 272 (pcomplete-here*))
260 (pcomplete-here* (pcomplete-entries) 273 ((pcomplete-match "\\`--new-volume-script=\\(.*\\)" 0)
261 (pcomplete-match-string 1 0))) 274 (pcomplete-here* (pcomplete-entries)
262 ((pcomplete-match "\\`--newer=" 0) 275 (pcomplete-match-string 1 0)))
263 (pcomplete-here*)) 276 ((pcomplete-match "\\`--newer=" 0)
264 ((pcomplete-match "\\`--owner=\\(.*\\)" 0) 277 (pcomplete-here*))
265 (pcomplete-here* (pcmpl-unix-user-names) 278 ((pcomplete-match "\\`--owner=\\(.*\\)" 0)
266 (pcomplete-match-string 1 0))) 279 (pcomplete-here* (pcmpl-unix-user-names)
267 ((pcomplete-match "\\`--record-size=" 0) 280 (pcomplete-match-string 1 0)))
268 (pcomplete-here*)) 281 ((pcomplete-match "\\`--record-size=" 0)
269 ((pcomplete-match "\\`--rsh-command=\\(.*\\)" 0) 282 (pcomplete-here*))
270 (pcomplete-here* (funcall pcomplete-command-completion-function) 283 ((pcomplete-match "\\`--rsh-command=\\(.*\\)" 0)
271 (pcomplete-match-string 1 0))) 284 (pcomplete-here* (funcall pcomplete-command-completion-function)
272 ((pcomplete-match "\\`--starting-file=\\(.*\\)" 0) 285 (pcomplete-match-string 1 0)))
273 (pcomplete-here* (pcomplete-entries) 286 ((pcomplete-match "\\`--starting-file=\\(.*\\)" 0)
274 (pcomplete-match-string 1 0))) 287 (pcomplete-here* (pcomplete-entries)
275 ((pcomplete-match "\\`--suffix=" 0) 288 (pcomplete-match-string 1 0)))
276 (pcomplete-here*)) 289 ((pcomplete-match "\\`--suffix=" 0)
277 ((pcomplete-match "\\`--tape-length=" 0) 290 (pcomplete-here*))
278 (pcomplete-here*)) 291 ((pcomplete-match "\\`--tape-length=" 0)
279 ((pcomplete-match "\\`--use-compress-program=\\(.*\\)" 0) 292 (pcomplete-here*))
280 (pcomplete-here* (funcall pcomplete-command-completion-function) 293 ((pcomplete-match "\\`--use-compress-program=\\(.*\\)" 0)
281 (pcomplete-match-string 1 0))) 294 (pcomplete-here* (funcall pcomplete-command-completion-function)
282 ((pcomplete-match "\\`--volno-file=\\(.*\\)" 0) 295 (pcomplete-match-string 1 0)))
283 (pcomplete-here* (pcomplete-entries) 296 ((pcomplete-match "\\`--volno-file=\\(.*\\)" 0)
284 (pcomplete-match-string 1 0))))) 297 (pcomplete-here* (pcomplete-entries)
285 (setq pcomplete-suffix-list (cdr pcomplete-suffix-list)) 298 (pcomplete-match-string 1 0))))))
286 (unless saw-option 299 (unless saw-option
287 (pcomplete-here 300 (pcomplete-here
288 (mapcar 'char-to-string 301 (mapcar 'char-to-string
@@ -291,15 +304,17 @@
291 (if (pcomplete-match "[xt]" 'first 1) 304 (if (pcomplete-match "[xt]" 'first 1)
292 (setq complete-within t))) 305 (setq complete-within t)))
293 (pcomplete-here (pcomplete-dirs-or-entries pcmpl-gnu-tarfile-regexp)) 306 (pcomplete-here (pcomplete-dirs-or-entries pcmpl-gnu-tarfile-regexp))
294 (setq pcmpl-gnu-tar-buffer (find-file-noselect (pcomplete-arg 1)))
295 (while (pcomplete-here 307 (while (pcomplete-here
296 (if complete-within 308 (if (and complete-within
297 (with-current-buffer pcmpl-gnu-tar-buffer 309 (let* ((fa (file-attributes (pcomplete-arg 1)))
298 (mapcar 310 (size (nth 7 fa)))
299 (function 311 (and (numberp size)
300 (lambda (entry) 312 (< size large-file-warning-threshold))))
301 (tar-header-name (cdr entry)))) 313 (let ((file (pcomplete-arg 1)))
302 tar-parse-info)) 314 (completion-table-dynamic
315 (lambda (_string)
316 (pcmpl-gnu-with-file-buffer file
317 (mapcar #'tar-header-name tar-parse-info)))))
303 (pcomplete-entries)) 318 (pcomplete-entries))
304 nil 'identity)))) 319 nil 'identity))))
305 320
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el
index 1a95fb28206..4ac69df8e3a 100644
--- a/lisp/pcomplete.el
+++ b/lisp/pcomplete.el
@@ -119,6 +119,7 @@
119;;; Code: 119;;; Code:
120 120
121(eval-when-compile (require 'cl)) 121(eval-when-compile (require 'cl))
122(require 'comint)
122 123
123(defgroup pcomplete nil 124(defgroup pcomplete nil
124 "Programmable completion." 125 "Programmable completion."
@@ -383,22 +384,14 @@ modified to be an empty string, or the desired separation string."
383 (t 384 (t
384 (replace-regexp-in-string "\\\\\\(.\\)" "\\1" s t)))) 385 (replace-regexp-in-string "\\\\\\(.\\)" "\\1" s t))))
385 386
386(defun pcomplete--common-suffix (s1 s2)
387 (assert (not (or (string-match "\n" s1) (string-match "\n" s2))))
388 ;; Since S2 is expected to be the "unquoted/expanded" version of S1,
389 ;; there shouldn't be any case difference, even if the completion is
390 ;; case-insensitive.
391 (let ((case-fold-search nil)) ;; pcomplete-ignore-case
392 (string-match ".*?\\(.*\\)\n.*\\1\\'" (concat s1 "\n" s2))
393 (- (match-end 1) (match-beginning 1))))
394
395(defun pcomplete--common-quoted-suffix (s1 s2) 387(defun pcomplete--common-quoted-suffix (s1 s2)
388 ;; FIXME: Copied in comint.el.
396 "Find the common suffix between S1 and S2 where S1 is the expanded S2. 389 "Find the common suffix between S1 and S2 where S1 is the expanded S2.
397S1 is expected to be the unquoted and expanded version of S1. 390S1 is expected to be the unquoted and expanded version of S1.
398Returns (PS1 . PS2), i.e. the shortest prefixes of S1 and S2, such that 391Returns (PS1 . PS2), i.e. the shortest prefixes of S1 and S2, such that
399S1 = (concat PS1 SS1) and S2 = (concat PS2 SS2) and 392S1 = (concat PS1 SS1) and S2 = (concat PS2 SS2) and
400SS1 = (unquote SS2)." 393SS1 = (unquote SS2)."
401 (let* ((cs (pcomplete--common-suffix s1 s2)) 394 (let* ((cs (comint--common-suffix s1 s2))
402 (ss1 (substring s1 (- (length s1) cs))) 395 (ss1 (substring s1 (- (length s1) cs)))
403 (qss1 (pcomplete-quote-argument ss1)) 396 (qss1 (pcomplete-quote-argument ss1))
404 qc) 397 qc)
@@ -416,6 +409,7 @@ SS1 = (unquote SS2)."
416 (substring s2 0 (- (length s2) cs)))))) 409 (substring s2 0 (- (length s2) cs))))))
417 410
418(defun pcomplete--table-subvert (table s1 s2 string pred action) 411(defun pcomplete--table-subvert (table s1 s2 string pred action)
412 ;; FIXME: Copied in comint.el.
419 "Completion table that replaces the prefix S1 with S2 in STRING. 413 "Completion table that replaces the prefix S1 with S2 in STRING.
420When TABLE, S1 and S2 are provided by `apply-partially', the result 414When TABLE, S1 and S2 are provided by `apply-partially', the result
421is a completion table which completes strings of the form (concat S1 S) 415is a completion table which completes strings of the form (concat S1 S)
@@ -449,7 +443,9 @@ in the same way as TABLE completes strings of the form (concat S2 S)."
449 (mapcar (lambda (c) 443 (mapcar (lambda (c)
450 (if (string-match re c) 444 (if (string-match re c)
451 (substring c (match-end 0)))) 445 (substring c (match-end 0))))
452 res)))))))))) 446 res))))))
447 ;; E.g. action=nil and it's the only completion.
448 (res)))))
453 449
454;; I don't think such commands are usable before first setting up buffer-local 450;; I don't think such commands are usable before first setting up buffer-local
455;; variables to parse args, so there's no point autoloading it. 451;; variables to parse args, so there's no point autoloading it.
@@ -928,7 +924,7 @@ Magic characters are those in `pcomplete-arg-quote-list'."
928 ,@(cdr (completion-file-name-table s p a))) 924 ,@(cdr (completion-file-name-table s p a)))
929 (let ((completion-ignored-extensions nil)) 925 (let ((completion-ignored-extensions nil))
930 (completion-table-with-predicate 926 (completion-table-with-predicate
931 'completion-file-name-table pred 'strict s p a)))))) 927 #'comint-completion-file-name-table pred 'strict s p a))))))
932 928
933(defconst pcomplete--env-regexp 929(defconst pcomplete--env-regexp
934 "\\(?:\\`\\|[^\\]\\)\\(?:\\\\\\\\\\)*\\(\\$\\(?:{\\([^}]+\\)}\\|\\(?2:[[:alnum:]_]+\\)\\)\\)") 930 "\\(?:\\`\\|[^\\]\\)\\(?:\\\\\\\\\\)*\\(\\$\\(?:{\\([^}]+\\)}\\|\\(?2:[[:alnum:]_]+\\)\\)\\)")
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el
index a8f01705e2d..e5bfda54728 100644
--- a/lisp/progmodes/cpp.el
+++ b/lisp/progmodes/cpp.el
@@ -419,8 +419,8 @@ A prefix arg suppresses display of that buffer."
419 (suppress-keymap map) 419 (suppress-keymap map)
420 (define-key map [ down-mouse-2 ] 'cpp-push-button) 420 (define-key map [ down-mouse-2 ] 'cpp-push-button)
421 (define-key map [ mouse-2 ] 'ignore) 421 (define-key map [ mouse-2 ] 'ignore)
422 (define-key map " " 'scroll-up) 422 (define-key map " " 'scroll-up-command)
423 (define-key map "\C-?" 'scroll-down) 423 (define-key map "\C-?" 'scroll-down-command)
424 (define-key map [ delete ] 'scroll-down) 424 (define-key map [ delete ] 'scroll-down)
425 (define-key map "\C-c\C-c" 'cpp-edit-apply) 425 (define-key map "\C-c\C-c" 'cpp-edit-apply)
426 (define-key map "a" 'cpp-edit-apply) 426 (define-key map "a" 'cpp-edit-apply)
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index d31a46cc308..dd7a9824af3 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -1980,8 +1980,8 @@ COLLAPSE non-nil means collapse the branch."
1980 (define-key map "p" 'previous-line) 1980 (define-key map "p" 'previous-line)
1981 (define-key map "n" 'next-line) 1981 (define-key map "n" 'next-line)
1982 (define-key map "v" 'ebrowse-electric-view-buffer) 1982 (define-key map "v" 'ebrowse-electric-view-buffer)
1983 (define-key map "\C-v" 'scroll-up) 1983 (define-key map "\C-v" 'scroll-up-command)
1984 (define-key map "\ev" 'scroll-down) 1984 (define-key map "\ev" 'scroll-down-command)
1985 (define-key map "\e\C-v" 'scroll-other-window) 1985 (define-key map "\e\C-v" 'scroll-other-window)
1986 (define-key map "\e>" 'end-of-buffer) 1986 (define-key map "\e>" 'end-of-buffer)
1987 (define-key map "\e<" 'beginning-of-buffer) 1987 (define-key map "\e<" 'beginning-of-buffer)
@@ -3929,8 +3929,8 @@ Prefix arg ARG says how much."
3929 (define-key map "p" 'previous-line) 3929 (define-key map "p" 'previous-line)
3930 (define-key map "n" 'next-line) 3930 (define-key map "n" 'next-line)
3931 (define-key map "v" 'ebrowse-electric-view-position) 3931 (define-key map "v" 'ebrowse-electric-view-position)
3932 (define-key map "\C-v" 'scroll-up) 3932 (define-key map "\C-v" 'scroll-up-command)
3933 (define-key map "\ev" 'scroll-down) 3933 (define-key map "\ev" 'scroll-down-command)
3934 (define-key map "\e\C-v" 'scroll-other-window) 3934 (define-key map "\e\C-v" 'scroll-other-window)
3935 (define-key map "\e>" 'end-of-buffer) 3935 (define-key map "\e>" 'end-of-buffer)
3936 (define-key map "\e<" 'beginning-of-buffer) 3936 (define-key map "\e<" 'beginning-of-buffer)
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 2c68a29dd00..ff192d5678e 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -245,8 +245,8 @@ See `compilation-error-screen-columns'"
245(defvar grep-mode-map 245(defvar grep-mode-map
246 (let ((map (make-sparse-keymap))) 246 (let ((map (make-sparse-keymap)))
247 (set-keymap-parent map compilation-minor-mode-map) 247 (set-keymap-parent map compilation-minor-mode-map)
248 (define-key map " " 'scroll-up) 248 (define-key map " " 'scroll-up-command)
249 (define-key map "\^?" 'scroll-down) 249 (define-key map "\^?" 'scroll-down-command)
250 (define-key map "\C-c\C-f" 'next-error-follow-minor-mode) 250 (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
251 251
252 (define-key map "\r" 'compile-goto-error) ;; ? 252 (define-key map "\r" 'compile-goto-error) ;; ?
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el
index 05fcedde048..8d8966ee159 100644
--- a/lisp/progmodes/idlw-help.el
+++ b/lisp/progmodes/idlw-help.el
@@ -226,8 +226,8 @@ support."
226 (define-key map "\C-m" (lambda (arg) 226 (define-key map "\C-m" (lambda (arg)
227 (interactive "p") 227 (interactive "p")
228 (scroll-up arg))) 228 (scroll-up arg)))
229 (define-key map " " 'scroll-up) 229 (define-key map " " 'scroll-up-command)
230 (define-key map [delete] 'scroll-down) 230 (define-key map [delete] 'scroll-down-command)
231 (define-key map "h" 'idlwave-help-find-header) 231 (define-key map "h" 'idlwave-help-find-header)
232 (define-key map "H" 'idlwave-help-find-first-header) 232 (define-key map "H" 'idlwave-help-find-first-header)
233 (define-key map "." 'idlwave-help-toggle-header-match-and-def) 233 (define-key map "." 'idlwave-help-toggle-header-match-and-def)
diff --git a/lisp/shell.el b/lisp/shell.el
index 96c0d27372e..cefe42bb3ec 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -381,7 +381,8 @@ This is used by `shell-dir-cookie-watcher' to try and use this info
381to track your current directory. It can be used instead of or in addition 381to track your current directory. It can be used instead of or in addition
382to `dirtrack-mode'." 382to `dirtrack-mode'."
383 :group 'shell 383 :group 'shell
384 :type '(choice (const nil) regexp)) 384 :type '(choice (const nil) regexp)
385 :version "24.1")
385 386
386(defun shell-parse-pcomplete-arguments () 387(defun shell-parse-pcomplete-arguments ()
387 "Parse whitespace separated arguments in the current region." 388 "Parse whitespace separated arguments in the current region."
diff --git a/lisp/simple.el b/lisp/simple.el
index 1ab90792bfa..c81385680bf 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -357,8 +357,8 @@ Other major modes are defined by comparison with this one."
357 (let ((map (make-sparse-keymap))) 357 (let ((map (make-sparse-keymap)))
358 (suppress-keymap map) 358 (suppress-keymap map)
359 (define-key map "q" 'quit-window) 359 (define-key map "q" 'quit-window)
360 (define-key map " " 'scroll-up) 360 (define-key map " " 'scroll-up-command)
361 (define-key map "\C-?" 'scroll-down) 361 (define-key map "\C-?" 'scroll-down-command)
362 (define-key map "?" 'describe-mode) 362 (define-key map "?" 'describe-mode)
363 (define-key map "h" 'describe-mode) 363 (define-key map "h" 'describe-mode)
364 (define-key map ">" 'end-of-buffer) 364 (define-key map ">" 'end-of-buffer)
diff --git a/lisp/startup.el b/lisp/startup.el
index 16cf41506bd..842548577c5 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1450,8 +1450,8 @@ Each element in the list should be a list of strings or pairs
1450 (let ((map (make-sparse-keymap))) 1450 (let ((map (make-sparse-keymap)))
1451 (suppress-keymap map) 1451 (suppress-keymap map)
1452 (set-keymap-parent map button-buffer-map) 1452 (set-keymap-parent map button-buffer-map)
1453 (define-key map "\C-?" 'scroll-down) 1453 (define-key map "\C-?" 'scroll-down-command)
1454 (define-key map " " 'scroll-up) 1454 (define-key map " " 'scroll-up-command)
1455 (define-key map "q" 'exit-splash-screen) 1455 (define-key map "q" 'exit-splash-screen)
1456 map) 1456 map)
1457 "Keymap for splash screen buffer.") 1457 "Keymap for splash screen buffer.")
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 447d7fd2533..646b65abc60 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -150,8 +150,8 @@ The properties returned may include `top', `left', `height', and `width'."
150(define-key global-map [end] 'end-of-buffer) 150(define-key global-map [end] 'end-of-buffer)
151(define-key global-map [kp-home] 'beginning-of-buffer) 151(define-key global-map [kp-home] 'beginning-of-buffer)
152(define-key global-map [kp-end] 'end-of-buffer) 152(define-key global-map [kp-end] 'end-of-buffer)
153(define-key global-map [kp-prior] 'scroll-down) 153(define-key global-map [kp-prior] 'scroll-down-command)
154(define-key global-map [kp-next] 'scroll-up) 154(define-key global-map [kp-next] 'scroll-up-command)
155 155
156;; Allow shift-clicks to work similarly to under Nextstep. 156;; Allow shift-clicks to work similarly to under Nextstep.
157(define-key global-map [S-mouse-1] 'mouse-save-then-kill) 157(define-key global-map [S-mouse-1] 'mouse-save-then-kill)
diff --git a/lisp/term/sun.el b/lisp/term/sun.el
index d375656569c..ab7ca8bf5a8 100644
--- a/lisp/term/sun.el
+++ b/lisp/term/sun.el
@@ -133,10 +133,10 @@
133 (global-set-key [r3] 'backward-page) 133 (global-set-key [r3] 'backward-page)
134 (global-set-key [r6] 'forward-page) 134 (global-set-key [r6] 'forward-page)
135 (global-set-key [r7] 'beginning-of-buffer) 135 (global-set-key [r7] 'beginning-of-buffer)
136 (global-set-key [r9] 'scroll-down) 136 (global-set-key [r9] 'scroll-down-command)
137 (global-set-key [r11] 'recenter) 137 (global-set-key [r11] 'recenter)
138 (global-set-key [r13] 'end-of-buffer) 138 (global-set-key [r13] 'end-of-buffer)
139 (global-set-key [r15] 'scroll-up) 139 (global-set-key [r15] 'scroll-up-command)
140 (global-set-key [redo] 'redraw-display) ;FIXME: collides with default. 140 (global-set-key [redo] 'redraw-display) ;FIXME: collides with default.
141 (global-set-key [props] 'list-buffers) 141 (global-set-key [props] 'list-buffers)
142 (global-set-key [put] 'sun-select-region) 142 (global-set-key [put] 'sun-select-region)
diff --git a/src/ChangeLog b/src/ChangeLog
index 7da9270555a..3432652dbe5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-09-30 Paul Eggert <eggert@cs.ucla.edu> 12011-10-02 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 3 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
4 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE) 4 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
@@ -780,6 +780,21 @@
780 rather than rolling our own approximation. 780 rather than rolling our own approximation.
781 (SCROLL_BAR_VEC_SIZE): Remove; not used. 781 (SCROLL_BAR_VEC_SIZE): Remove; not used.
782 782
7832011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * dired.c (file_name_completion): Don't expand file name.
786 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
787 before checking file name handler.
788
789 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
790 they've been requested explicitly (bug#9591).
791
7922011-10-01 Andreas Schwab <schwab@linux-m68k.org>
793
794 * keymap.c (Fsingle_key_description): Use make_specified_string
795 instead of build_string to build string from push_key_description.
796 (Bug#5193)
797
7832011-09-30 Paul Eggert <eggert@cs.ucla.edu> 7982011-09-30 Paul Eggert <eggert@cs.ucla.edu>
784 799
785 * buffer.h (struct buffer): Use time_t, not int, for a time stamp. 800 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
@@ -857,8 +872,8 @@
857 * xdisp.c (handle_invisible_prop): If invisible text ends on a 872 * xdisp.c (handle_invisible_prop): If invisible text ends on a
858 newline, reseat the iterator instead of bidi-iterating there one 873 newline, reseat the iterator instead of bidi-iterating there one
859 character at a time. (Bug#9610) 874 character at a time. (Bug#9610)
860 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail out when 875 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
861 past TO_CHARPOS if the bidi iterator is at base embedding level. 876 TO_CHARPOS if the bidi iterator is at base embedding level.
862 877
8632011-09-27 Andreas Schwab <schwab@linux-m68k.org> 8782011-09-27 Andreas Schwab <schwab@linux-m68k.org>
864 879
@@ -895,9 +910,9 @@
895 value is now t. Doc fix. 910 value is now t. Doc fix.
896 911
897 * indent.c (Fvertical_motion): Compute and apply the overshoot 912 * indent.c (Fvertical_motion): Compute and apply the overshoot
898 logic also when moving up, not only when moving down. Fix the 913 logic when moving up, not only when moving down. Fix the
899 confusing name and values of the it_overshoot_expected variable; 914 confusing name and values of the it_overshoot_expected variable;
900 logic changed accordingly. (Bug#9254) (Bug#9549) 915 logic changes accordingly. (Bug#9254) (Bug#9549)
901 916
902 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when 917 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
903 CHARPOS is covered by a display string which includes newlines. 918 CHARPOS is covered by a display string which includes newlines.
@@ -913,7 +928,7 @@
913 928
9142011-09-24 Jim Meyering <meyering@redhat.com> 9292011-09-24 Jim Meyering <meyering@redhat.com>
915 930
916 Do not ignore write error for any output size. 931 do not ignore write error for any output size
917 The previous change was incomplete. 932 The previous change was incomplete.
918 While it makes emacs --batch detect the vast majority of stdout 933 While it makes emacs --batch detect the vast majority of stdout
919 write failures, errors were still ignored whenever the output size is 934 write failures, errors were still ignored whenever the output size is
diff --git a/src/dired.c b/src/dired.c
index d1b4d410428..db07bc61e7d 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -401,6 +401,7 @@ determined by the variable `completion-ignored-extensions', which see. */)
401 (Lisp_Object file, Lisp_Object directory, Lisp_Object predicate) 401 (Lisp_Object file, Lisp_Object directory, Lisp_Object predicate)
402{ 402{
403 Lisp_Object handler; 403 Lisp_Object handler;
404 directory = Fexpand_file_name (directory, Qnil);
404 405
405 /* If the directory name has special constructs in it, 406 /* If the directory name has special constructs in it,
406 call the corresponding file handler. */ 407 call the corresponding file handler. */
@@ -424,6 +425,7 @@ These are all file names in directory DIRECTORY which begin with FILE. */)
424 (Lisp_Object file, Lisp_Object directory) 425 (Lisp_Object file, Lisp_Object directory)
425{ 426{
426 Lisp_Object handler; 427 Lisp_Object handler;
428 directory = Fexpand_file_name (directory, Qnil);
427 429
428 /* If the directory name has special constructs in it, 430 /* If the directory name has special constructs in it,
429 call the corresponding file handler. */ 431 call the corresponding file handler. */
@@ -474,7 +476,6 @@ file_name_completion (Lisp_Object file, Lisp_Object dirname, int all_flag, int v
474 bestmatch = Qnil; 476 bestmatch = Qnil;
475 encoded_file = encoded_dir = Qnil; 477 encoded_file = encoded_dir = Qnil;
476 GCPRO5 (file, dirname, bestmatch, encoded_file, encoded_dir); 478 GCPRO5 (file, dirname, bestmatch, encoded_file, encoded_dir);
477 dirname = Fexpand_file_name (dirname, Qnil);
478 specbind (Qdefault_directory, dirname); 479 specbind (Qdefault_directory, dirname);
479 480
480 /* Do completion on the encoded file name 481 /* Do completion on the encoded file name
diff --git a/src/keymap.c b/src/keymap.c
index 6287f6a4a44..54134c67043 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2292,10 +2292,11 @@ around function keys and event symbols. */)
2292 2292
2293 if (INTEGERP (key)) /* Normal character */ 2293 if (INTEGERP (key)) /* Normal character */
2294 { 2294 {
2295 char tem[KEY_DESCRIPTION_SIZE]; 2295 char tem[KEY_DESCRIPTION_SIZE], *p;
2296 2296
2297 *push_key_description (XINT (key), tem, 1) = 0; 2297 p = push_key_description (XINT (key), tem, 1);
2298 return build_string (tem); 2298 *p = 0;
2299 return make_specified_string (tem, -1, p - tem, 1);
2299 } 2300 }
2300 else if (SYMBOLP (key)) /* Function key or event-symbol */ 2301 else if (SYMBOLP (key)) /* Function key or event-symbol */
2301 { 2302 {
diff --git a/src/minibuf.c b/src/minibuf.c
index 76443fcf214..9b905f748bb 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1859,8 +1859,8 @@ The arguments STRING and PREDICATE are as in `try-completion',
1859 /* First, look for a non-internal buffer in `res'. */ 1859 /* First, look for a non-internal buffer in `res'. */
1860 while (CONSP (bufs) && SREF (XCAR (bufs), 0) == ' ') 1860 while (CONSP (bufs) && SREF (XCAR (bufs), 0) == ' ')
1861 bufs = XCDR (bufs); 1861 bufs = XCDR (bufs);
1862 if (NILP (bufs)) 1862 if (NILP (bufs) && EQ (Flength (res), Flength (Vbuffer_alist)))
1863 /* All bufs in `res' are internal, so don't trip them out. */ 1863 /* All bufs are internal, so don't trip them out. */
1864 return res; 1864 return res;
1865 res = bufs; 1865 res = bufs;
1866 while (CONSP (XCDR (bufs))) 1866 while (CONSP (XCDR (bufs)))