aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--doc/emacs/emacsver.texi2
-rw-r--r--doc/man/emacs.12
-rw-r--r--etc/AUTHORS57
-rw-r--r--lisp/ldefs-boot.el1544
-rw-r--r--msdos/sed2v2.inp2
-rw-r--r--nt/config.nt2
-rw-r--r--nt/emacs.rc8
-rw-r--r--nt/emacsclient.rc8
-rw-r--r--nt/makefile.w32-in2
11 files changed, 816 insertions, 815 deletions
diff --git a/README b/README
index 5f685c52798..3538600d16b 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Copyright (C) 2001-2012 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
5This directory tree holds version 24.2.90 of GNU Emacs, the extensible, 5This directory tree holds version 24.2.91 of GNU Emacs, the extensible,
6customizable, self-documenting real-time display editor. 6customizable, self-documenting real-time display editor.
7 7
8The file INSTALL in this directory says how to build and install GNU 8The file INSTALL in this directory says how to build and install GNU
diff --git a/configure.ac b/configure.ac
index 594fe94214d..814b81a72bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24AC_PREREQ(2.65) 24AC_PREREQ(2.65)
25AC_INIT(emacs, 24.2.90) 25AC_INIT(emacs, 24.2.91)
26AC_CONFIG_HEADER(src/config.h:src/config.in) 26AC_CONFIG_HEADER(src/config.h:src/config.in)
27AC_CONFIG_SRCDIR(src/lisp.h) 27AC_CONFIG_SRCDIR(src/lisp.h)
28AC_CONFIG_AUX_DIR(build-aux) 28AC_CONFIG_AUX_DIR(build-aux)
diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi
index ca2e27ddd2f..90ba3ffb138 100644
--- a/doc/emacs/emacsver.texi
+++ b/doc/emacs/emacsver.texi
@@ -1,4 +1,4 @@
1@c It would be nicer to generate this using configure and @version@. 1@c It would be nicer to generate this using configure and @version@.
2@c However, that would mean emacsver.texi would always be newer 2@c However, that would mean emacsver.texi would always be newer
3@c then the info files in release tarfiles. 3@c then the info files in release tarfiles.
4@set EMACSVER 24.2.90 4@set EMACSVER 24.2.91
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1
index e0eb5dd6487..947a42a7c80 100644
--- a/doc/man/emacs.1
+++ b/doc/man/emacs.1
@@ -1,5 +1,5 @@
1.\" See section COPYING for copyright and redistribution information. 1.\" See section COPYING for copyright and redistribution information.
2.TH EMACS 1 "2007 April 13" "GNU Emacs 24.2.90" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 24.2.91"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 38b4dfafe1c..1698af16c58 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -204,7 +204,7 @@ Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el
204Andreas Schwab: changed Makefile.in configure.ac lisp.h xdisp.c alloc.c 204Andreas Schwab: changed Makefile.in configure.ac lisp.h xdisp.c alloc.c
205 process.c coding.c files.el keyboard.c emacs.c fileio.c xterm.c 205 process.c coding.c files.el keyboard.c emacs.c fileio.c xterm.c
206 editfns.c print.c fns.c eval.c lread.c xfns.c font.c buffer.c sysdep.c 206 editfns.c print.c fns.c eval.c lread.c xfns.c font.c buffer.c sysdep.c
207 and 605 other files 207 and 606 other files
208 208
209Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el 209Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el
210 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el 210 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el
@@ -324,7 +324,7 @@ and changed org.el org-agenda.el org.texi org-clock.el org-html.el
324 org-capture.el org-table.el org-exp.el ob.el org-publish.el 324 org-capture.el org-table.el org-exp.el ob.el org-publish.el
325 org-timer.el org-colview.el org-mobile.el org-archive.el org-compat.el 325 org-timer.el org-colview.el org-mobile.el org-archive.el org-compat.el
326 org-faces.el org-id.el org-pcomplete.el org-export-latex.el 326 org-faces.el org-id.el org-pcomplete.el org-export-latex.el
327 org-ascii.el org-icalendar.el and 83 other files 327 org-ascii.el org-icalendar.el and 84 other files
328 328
329Ben A. Mesander: co-wrote erc-dcc.el 329Ben A. Mesander: co-wrote erc-dcc.el
330 330
@@ -531,8 +531,8 @@ Chong Yidong: wrote compile-tests.el dichromacy-theme.el
531and co-wrote longlines.el tango-dark-theme.el tango-theme.el 531and co-wrote longlines.el tango-dark-theme.el tango-theme.el
532and changed simple.el xdisp.c display.texi files.el frames.texi 532and changed simple.el xdisp.c display.texi files.el frames.texi
533 cus-edit.el files.texi subr.el custom.el keyboard.c text.texi 533 cus-edit.el files.texi subr.el custom.el keyboard.c text.texi
534 startup.el faces.el package.el misc.texi emacs.texi mouse.el image.c 534 startup.el faces.el package.el misc.texi emacs.texi mouse.el
535 window.el custom.texi xterm.c and 938 other files 535 custom.texi image.c window.el xterm.c and 938 other files
536 536
537Chris Chase: co-wrote idlw-shell.el idlwave.el 537Chris Chase: co-wrote idlw-shell.el idlwave.el
538 538
@@ -627,7 +627,7 @@ Christopher J. White: changed url-http.el
627Christopher Oliver: changed mouse.el 627Christopher Oliver: changed mouse.el
628 628
629Christopher Schmidt: changed ibuffer.el cl-macs.el files.el files.texi 629Christopher Schmidt: changed ibuffer.el cl-macs.el files.el files.texi
630 gnus-msg.el gnus.texi help-fns.el pp.el 630 gnus-msg.el gnus.texi help-fns.el lread.c pp.el
631 631
632Christopher Suckling: co-wrote org-mac-message.el 632Christopher Suckling: co-wrote org-mac-message.el
633 633
@@ -708,7 +708,8 @@ and changed vc.el Makefile.in configure.ac vc-hg.el vc-git.el vc-bzr.el
708Dan Rosenberg: changed movemail.c 708Dan Rosenberg: changed movemail.c
709 709
710Dani Moncayo: changed buffers.texi lists.texi makefile.w32-in mini.texi 710Dani Moncayo: changed buffers.texi lists.texi makefile.w32-in mini.texi
711 basic.texi custom.texi dired.texi display.texi mark.texi text.texi 711 basic.texi custom.texi dired.texi display.texi killing.texi mark.texi
712 simple.el text.texi
712 713
713Daniel Bergey: changed quail/indian.el 714Daniel Bergey: changed quail/indian.el
714 715
@@ -908,7 +909,7 @@ and co-wrote util-modes.el
908and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm 909and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm
909 end-guide.png end-guide.xpm files.el guide.png guide.xpm handle.png 910 end-guide.png end-guide.xpm files.el guide.png guide.xpm handle.png
910 handle.xpm keyboard.c leaf.png leaf.xpm no-guide.png no-guide.xpm 911 handle.xpm keyboard.c leaf.png leaf.xpm no-guide.png no-guide.xpm
911 no-handle.png no-handle.xpm open.png and 20 other files 912 no-handle.png no-handle.xpm open.png and 22 other files
912 913
913David Reitter: wrote mailclient.el 914David Reitter: wrote mailclient.el
914and changed nsterm.m nsfns.m ns-win.el nsfont.m Makefile.in cus-start.el 915and changed nsterm.m nsfns.m ns-win.el nsfont.m Makefile.in cus-start.el
@@ -1161,7 +1162,7 @@ and changed info.el rmail.el speedbspec.el cedet.el ede.texi eieio.texi
1161 gud.el sb-dir-minus.xpm sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm 1162 gud.el sb-dir-minus.xpm sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm
1162 sb-pg-minus.xpm sb-pg-plus.xpm sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm 1163 sb-pg-minus.xpm sb-pg-plus.xpm sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm
1163 sb-tag-plus.xpm sb-tag-type.xpm sb-tag-v.xpm sb-tag.xpm Makefile.in 1164 sb-tag-plus.xpm sb-tag-type.xpm sb-tag-v.xpm sb-tag.xpm Makefile.in
1164 and 25 other files 1165 and 28 other files
1165 1166
1166Eric Marsden: changed gnus-cache.el url-util.el 1167Eric Marsden: changed gnus-cache.el url-util.el
1167 1168
@@ -1196,6 +1197,8 @@ Eric Youngdale: changed etags-vmslib.c
1196 1197
1197Eric Yu: changed speedbar.texi 1198Eric Yu: changed speedbar.texi
1198 1199
1200Erik Hetzner: changed org.el
1201
1199Erik Naggum: wrote disp-table.el mailheader.el parse-time.el 1202Erik Naggum: wrote disp-table.el mailheader.el parse-time.el
1200and changed simple.el emacs.c files.el lread.c rmail.el alloc.c editfns.c 1203and changed simple.el emacs.c files.el lread.c rmail.el alloc.c editfns.c
1201 keyboard.c apropos.el configure.ac dispnew.c filelock.c fns.c keymap.c 1204 keyboard.c apropos.el configure.ac dispnew.c filelock.c fns.c keymap.c
@@ -1235,10 +1238,11 @@ Fabrice Bauzac: changed dired-aux.el
1235 1238
1236Fabrice Niessen: changed org-agenda.el 1239Fabrice Niessen: changed org-agenda.el
1237 1240
1238Fabrice Popineau: changed nmake.defs w32.c w32heap.c addsection.c alloc.c 1241Fabrice Popineau: changed w32.c w32fns.c nmake.defs w32heap.c
1239 config.nt dispextern.h emacs-x64.manifest emacs-x86.manifest emacs.c 1242 addsection.c alloc.c config.nt dispextern.h emacs-x64.manifest
1240 etags.c fileio.c frame.c gmake.defs gmalloc.c gnus-cache.el image.c 1243 emacs-x86.manifest emacs.c etags.c fileio.c frame.c gmake.defs
1241 inc/ms-w32.h inttypes.h lisp.h make-docfile.c and 17 other files 1244 gmalloc.c gnus-cache.el image.c inc/ms-w32.h inttypes.h lisp.h
1245 and 18 other files
1242 1246
1243Fan Kai: changed esh-arg.el 1247Fan Kai: changed esh-arg.el
1244 1248
@@ -1410,8 +1414,8 @@ Giuseppe Scrivano: changed browse-url.el buffer.c configure.ac sysdep.c
1410Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el 1414Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el
1411and changed Makefile.in configure.ac calendar.el diary-lib.el rmail.el 1415and changed Makefile.in configure.ac calendar.el diary-lib.el rmail.el
1412 files.el progmodes/f90.el cal-menu.el emacs.texi appt.el bytecomp.el 1416 files.el progmodes/f90.el cal-menu.el emacs.texi appt.el bytecomp.el
1413 cal-hebrew.el holidays.el make-dist fortran.el ack.texi makefile.w32-in 1417 cal-hebrew.el makefile.w32-in holidays.el make-dist fortran.el ack.texi
1414 calendar.texi cal-tex.el simple.el sed1v2.inp and 1346 other files 1418 calendar.texi cal-tex.el simple.el sed1v2.inp and 1349 other files
1415 1419
1416Glynn Clements: wrote gamegrid.el snake.el tetris.el 1420Glynn Clements: wrote gamegrid.el snake.el tetris.el
1417 1421
@@ -2010,7 +2014,7 @@ Juanma Barranquero: wrote emacs-lock.el
2010and changed makefile.w32-in subr.el w32fns.c server.el emacsclient.c 2014and changed makefile.w32-in subr.el w32fns.c server.el emacsclient.c
2011 files.el bs.el config.nt help-fns.el faces.el org.el simple.el xdisp.c 2015 files.el bs.el config.nt help-fns.el faces.el org.el simple.el xdisp.c
2012 buffer.c w32.c ido.el keyboard.c w32term.c desktop.el process.c 2016 buffer.c w32.c ido.el keyboard.c w32term.c desktop.el process.c
2013 window.c and 1097 other files 2017 window.c and 1098 other files
2014 2018
2015Juergen Kreileder: changed imap.el nnimap.el 2019Juergen Kreileder: changed imap.el nnimap.el
2016 2020
@@ -2349,7 +2353,7 @@ and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el
2349 lisp.el man.el minibuf.c rcs2log rmail.el simple.el terminal.el 2353 lisp.el man.el minibuf.c rcs2log rmail.el simple.el terminal.el
2350 text-mode.el tpu-edt.el and 3 other files 2354 text-mode.el tpu-edt.el and 3 other files
2351 2355
2352Le Wang: changed misc.el 2356Le Wang: changed org-src.el hilit-chg.el misc.el
2353 2357
2354Leigh Stoller: changed emacsclient.c server.el 2358Leigh Stoller: changed emacsclient.c server.el
2355 2359
@@ -2363,8 +2367,8 @@ and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el
2363 2367
2364Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c 2368Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c
2365 2369
2366Leo Liu: changed rcirc.el ido.el abbrev.el progmodes/python.el 2370Leo Liu: changed rcirc.el ido.el abbrev.el progmodes/python.el files.el
2367 makefile.w32-in subr.el diff-mode.el files.el font-lock.el Makefile.in 2371 makefile.w32-in subr.el diff-mode.el font-lock.el Makefile.in
2368 cc-cmds.el deps.mk dnd.el em-hist.el erc.el flymake.el fns.c 2372 cc-cmds.el deps.mk dnd.el em-hist.el erc.el flymake.el fns.c
2369 footnote.el fringe.c gnulib.mk help-mode.el and 78 other files 2373 footnote.el fringe.c gnulib.mk help-mode.el and 78 other files
2370 2374
@@ -2686,7 +2690,7 @@ Michael Gschwind: wrote iso-cvt.el
2686 2690
2687Michael Harnois: changed nnimap.el 2691Michael Harnois: changed nnimap.el
2688 2692
2689Michael Heerdegen: changed wdired.el 2693Michael Heerdegen: changed emacs-lisp/debug.el wdired.el
2690 2694
2691Michael Hotchin: changed progmodes/compile.el 2695Michael Hotchin: changed progmodes/compile.el
2692 2696
@@ -2915,6 +2919,8 @@ and changed org-list.el org.el org-footnote.el org-exp.el org-latex.el
2915 org.texi org-archive.el org-macs.el org-mouse.el org-table.el ob-exp.el 2919 org.texi org-archive.el org-macs.el org-mouse.el org-table.el ob-exp.el
2916 and 7 other files 2920 and 7 other files
2917 2921
2922Nicolas Richard: changed Makefile.in
2923
2918Niels Giesen: changed icalendar.el org-agenda.el org-clock.el 2924Niels Giesen: changed icalendar.el org-agenda.el org-clock.el
2919 org-docbook.el org-icalendar.el org-latex.el org-table.el 2925 org-docbook.el org-icalendar.el org-latex.el org-table.el
2920 2926
@@ -3019,7 +3025,7 @@ and changed imenu.el make-mode.el
3019Paul Eggert: wrote rcs2log 3025Paul Eggert: wrote rcs2log
3020and co-wrote cal-dst.el 3026and co-wrote cal-dst.el
3021and changed lisp.h Makefile.in alloc.c configure.ac editfns.c xdisp.c 3027and changed lisp.h Makefile.in alloc.c configure.ac editfns.c xdisp.c
3022 sysdep.c process.c keyboard.c image.c fileio.c emacs.c xterm.c data.c 3028 sysdep.c process.c keyboard.c fileio.c image.c emacs.c xterm.c data.c
3023 dispextern.h fns.c lread.c buffer.c eval.c xfns.c xfaces.c 3029 dispextern.h fns.c lread.c buffer.c eval.c xfns.c xfaces.c
3024 and 709 other files 3030 and 709 other files
3025 3031
@@ -3192,7 +3198,7 @@ Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el
3192 3198
3193R. Bernstein: changed gud.el 3199R. Bernstein: changed gud.el
3194 3200
3195Rafael Laboissiere: changed org.el org.texi 3201Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi
3196 3202
3197Rafael Sepúlveda: changed TUTORIAL.es 3203Rafael Sepúlveda: changed TUTORIAL.es
3198 3204
@@ -3272,7 +3278,8 @@ Richard G. Bielawski: changed modes.texi paren.el
3272Richard Hoskins: changed message.el 3278Richard Hoskins: changed message.el
3273 3279
3274Richard Kim: wrote wisent/python.el 3280Richard Kim: wrote wisent/python.el
3275and changed db-global.el loading.texi python-wy.el texnfo-upd.el 3281and changed bovine.texi db-global.el loading.texi python-wy.el
3282 texnfo-upd.el wisent.texi
3276 3283
3277Richard King: wrote filelock.c uniquify.el userlock.el 3284Richard King: wrote filelock.c uniquify.el userlock.el
3278 3285
@@ -3370,8 +3377,8 @@ and changed compile.el add-log.el configure.ac files.el Makefile.in vc.el
3370 3377
3371Roland Winkler: wrote proced.el 3378Roland Winkler: wrote proced.el
3372and changed bibtex.el process.c appt.el artist.el conf-mode.el 3379and changed bibtex.el process.c appt.el artist.el conf-mode.el
3373 flyspell.el hideshow.el ibuf-ext.el ibuffer.el ispell.el make-mode.el 3380 diary-lib.el flyspell.el hideshow.el ibuf-ext.el ibuffer.el ispell.el
3374 sgml-mode.el sh-script.el skeleton.el smtpmail.el 3381 make-mode.el sgml-mode.el sh-script.el skeleton.el smtpmail.el
3375 3382
3376Rolf Ebert: co-wrote ada-mode.el ada-stmt.el ada-xref.el 3383Rolf Ebert: co-wrote ada-mode.el ada-stmt.el ada-xref.el
3377and changed files.el find-file.el 3384and changed files.el find-file.el
@@ -3611,7 +3618,7 @@ and co-wrote font-lock.el
3611and changed subr.el simple.el vc.el lisp.h files.el keyboard.c 3618and changed subr.el simple.el vc.el lisp.h files.el keyboard.c
3612 bytecomp.el alloc.c Makefile.in progmodes/compile.el xdisp.c keymap.c 3619 bytecomp.el alloc.c Makefile.in progmodes/compile.el xdisp.c keymap.c
3613 pcvs.el newcomment.el tex-mode.el eval.c vc-hooks.el cl-macs.el 3620 pcvs.el newcomment.el tex-mode.el eval.c vc-hooks.el cl-macs.el
3614 sh-script.el buffer.c fileio.c and 1090 other files 3621 sh-script.el buffer.c fileio.c and 1091 other files
3615 3622
3616Stefan Reichör: changed gnus-agent.el 3623Stefan Reichör: changed gnus-agent.el
3617 3624
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index cbf13aed624..ba2b2399fc4 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" (20627 10158 364804 0)) 8;;;;;; "play/5x5.el" (20627 5636 279161 0))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -68,7 +68,7 @@ should return a grid vector array that is the new solution.
68;;;*** 68;;;***
69 69
70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
71;;;;;; (20627 10158 364804 0)) 71;;;;;; (20627 5636 279161 0))
72;;; Generated autoloads from progmodes/ada-mode.el 72;;; Generated autoloads from progmodes/ada-mode.el
73 73
74(autoload 'ada-add-extensions "ada-mode" "\ 74(autoload 'ada-add-extensions "ada-mode" "\
@@ -88,7 +88,7 @@ Ada mode is the major mode for editing Ada code.
88;;;*** 88;;;***
89 89
90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
91;;;;;; (20355 10320 526171 0)) 91;;;;;; (20533 49334 755743 0))
92;;; Generated autoloads from progmodes/ada-stmt.el 92;;; Generated autoloads from progmodes/ada-stmt.el
93 93
94(autoload 'ada-header "ada-stmt" "\ 94(autoload 'ada-header "ada-stmt" "\
@@ -99,7 +99,7 @@ Insert a descriptive header at the top of the file.
99;;;*** 99;;;***
100 100
101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
102;;;;;; (20627 10158 364804 0)) 102;;;;;; (20627 5636 279161 0))
103;;; Generated autoloads from progmodes/ada-xref.el 103;;; Generated autoloads from progmodes/ada-xref.el
104 104
105(autoload 'ada-find-file "ada-xref" "\ 105(autoload 'ada-find-file "ada-xref" "\
@@ -114,7 +114,7 @@ Completion is available.
114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
115;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 115;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
116;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el" 116;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
117;;;;;; (20627 10158 364804 0)) 117;;;;;; (20665 30571 397937 0))
118;;; Generated autoloads from vc/add-log.el 118;;; Generated autoloads from vc/add-log.el
119 119
120(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 120(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -253,7 +253,7 @@ old-style time formats for entries are supported.
253 253
254;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 254;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
255;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 255;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
256;;;;;; "advice" "emacs-lisp/advice.el" (20635 64111 198623 0)) 256;;;;;; "advice" "emacs-lisp/advice.el" (20635 53532 475198 0))
257;;; Generated autoloads from emacs-lisp/advice.el 257;;; Generated autoloads from emacs-lisp/advice.el
258 258
259(defvar ad-redefinition-action 'warn "\ 259(defvar ad-redefinition-action 'warn "\
@@ -398,7 +398,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
398 398
399;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 399;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
400;;;;;; align-highlight-rule align-current align-entire align-regexp 400;;;;;; align-highlight-rule align-current align-entire align-regexp
401;;;;;; align) "align" "align.el" (20627 10158 364804 0)) 401;;;;;; align) "align" "align.el" (20627 5636 279161 0))
402;;; Generated autoloads from align.el 402;;; Generated autoloads from align.el
403 403
404(autoload 'align "align" "\ 404(autoload 'align "align" "\
@@ -489,7 +489,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
489 489
490;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation 490;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation
491;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" 491;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
492;;;;;; (20627 10158 364804 0)) 492;;;;;; (20627 5636 279161 0))
493;;; Generated autoloads from allout.el 493;;; Generated autoloads from allout.el
494 494
495(autoload 'allout-auto-activation-helper "allout" "\ 495(autoload 'allout-auto-activation-helper "allout" "\
@@ -850,7 +850,7 @@ for details on preparing Emacs for automatic allout activation.
850 850
851;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation 851;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
852;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" 852;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
853;;;;;; (20627 10158 364804 0)) 853;;;;;; (20627 5636 279161 0))
854;;; Generated autoloads from allout-widgets.el 854;;; Generated autoloads from allout-widgets.el
855 855
856(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) 856(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
@@ -910,7 +910,7 @@ outline hot-spot navigation (see `allout-mode').
910;;;*** 910;;;***
911 911
912;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 912;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
913;;;;;; "net/ange-ftp.el" (20627 10158 364804 0)) 913;;;;;; "net/ange-ftp.el" (20627 5636 279161 0))
914;;; Generated autoloads from net/ange-ftp.el 914;;; Generated autoloads from net/ange-ftp.el
915 915
916(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 916(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -932,7 +932,7 @@ directory, so that Emacs will know its current contents.
932;;;*** 932;;;***
933 933
934;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 934;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
935;;;;;; "animate" "play/animate.el" (20627 10158 364804 0)) 935;;;;;; "animate" "play/animate.el" (20627 5636 279161 0))
936;;; Generated autoloads from play/animate.el 936;;; Generated autoloads from play/animate.el
937 937
938(autoload 'animate-string "animate" "\ 938(autoload 'animate-string "animate" "\
@@ -965,7 +965,7 @@ the buffer *Birthday-Present-for-Name*.
965;;;*** 965;;;***
966 966
967;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 967;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
968;;;;;; "ansi-color" "ansi-color.el" (20641 20593 436548 0)) 968;;;;;; "ansi-color" "ansi-color.el" (20641 21435 927560 0))
969;;; Generated autoloads from ansi-color.el 969;;; Generated autoloads from ansi-color.el
970 970
971(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 971(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -991,7 +991,7 @@ This is a good function to put in `comint-output-filter-functions'.
991;;;*** 991;;;***
992 992
993;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 993;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20627 10158 364804 994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20627 5636 279161
995;;;;;; 0)) 995;;;;;; 0))
996;;; Generated autoloads from progmodes/antlr-mode.el 996;;; Generated autoloads from progmodes/antlr-mode.el
997 997
@@ -1028,7 +1028,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1028;;;*** 1028;;;***
1029 1029
1030;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" 1030;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
1031;;;;;; (20355 10320 526171 0)) 1031;;;;;; (20533 49334 755743 0))
1032;;; Generated autoloads from calendar/appt.el 1032;;; Generated autoloads from calendar/appt.el
1033 1033
1034(autoload 'appt-add "appt" "\ 1034(autoload 'appt-add "appt" "\
@@ -1051,8 +1051,8 @@ ARG is positive, otherwise off.
1051 1051
1052;;;### (autoloads (apropos-documentation apropos-value apropos-library 1052;;;### (autoloads (apropos-documentation apropos-value apropos-library
1053;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 1053;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1054;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20627 10158 1054;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20627 5636
1055;;;;;; 364804 0)) 1055;;;;;; 279161 0))
1056;;; Generated autoloads from apropos.el 1056;;; Generated autoloads from apropos.el
1057 1057
1058(autoload 'apropos-read-pattern "apropos" "\ 1058(autoload 'apropos-read-pattern "apropos" "\
@@ -1160,8 +1160,8 @@ Returns list of symbols and documentation found.
1160 1160
1161;;;*** 1161;;;***
1162 1162
1163;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20642 1163;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20647
1164;;;;;; 14916 838290 0)) 1164;;;;;; 7990 336071 0))
1165;;; Generated autoloads from arc-mode.el 1165;;; Generated autoloads from arc-mode.el
1166 1166
1167(autoload 'archive-mode "arc-mode" "\ 1167(autoload 'archive-mode "arc-mode" "\
@@ -1181,7 +1181,7 @@ archive.
1181 1181
1182;;;*** 1182;;;***
1183 1183
1184;;;### (autoloads (array-mode) "array" "array.el" (20355 10320 526171 1184;;;### (autoloads (array-mode) "array" "array.el" (20533 49334 755743
1185;;;;;; 0)) 1185;;;;;; 0))
1186;;; Generated autoloads from array.el 1186;;; Generated autoloads from array.el
1187 1187
@@ -1254,7 +1254,7 @@ Entering array mode calls the function `array-mode-hook'.
1254;;;*** 1254;;;***
1255 1255
1256;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20627 1256;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20627
1257;;;;;; 10158 364804 0)) 1257;;;;;; 5636 279161 0))
1258;;; Generated autoloads from textmodes/artist.el 1258;;; Generated autoloads from textmodes/artist.el
1259 1259
1260(autoload 'artist-mode "artist" "\ 1260(autoload 'artist-mode "artist" "\
@@ -1460,7 +1460,7 @@ Keymap summary
1460;;;*** 1460;;;***
1461 1461
1462;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20627 1462;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20627
1463;;;;;; 10158 364804 0)) 1463;;;;;; 5636 279161 0))
1464;;; Generated autoloads from progmodes/asm-mode.el 1464;;; Generated autoloads from progmodes/asm-mode.el
1465 1465
1466(autoload 'asm-mode "asm-mode" "\ 1466(autoload 'asm-mode "asm-mode" "\
@@ -1488,7 +1488,7 @@ Special commands:
1488;;;*** 1488;;;***
1489 1489
1490;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" 1490;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el"
1491;;;;;; (20627 10158 364804 0)) 1491;;;;;; (20627 5636 279161 0))
1492;;; Generated autoloads from gnus/auth-source.el 1492;;; Generated autoloads from gnus/auth-source.el
1493 1493
1494(defvar auth-source-cache-expiry 7200 "\ 1494(defvar auth-source-cache-expiry 7200 "\
@@ -1501,7 +1501,7 @@ let-binding.")
1501;;;*** 1501;;;***
1502 1502
1503;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1503;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1504;;;;;; (20355 10320 526171 0)) 1504;;;;;; (20533 49334 755743 0))
1505;;; Generated autoloads from autoarg.el 1505;;; Generated autoloads from autoarg.el
1506 1506
1507(defvar autoarg-mode nil "\ 1507(defvar autoarg-mode nil "\
@@ -1562,7 +1562,7 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1562;;;*** 1562;;;***
1563 1563
1564;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1564;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1565;;;;;; (20627 10158 364804 0)) 1565;;;;;; (20627 5636 279161 0))
1566;;; Generated autoloads from progmodes/autoconf.el 1566;;; Generated autoloads from progmodes/autoconf.el
1567 1567
1568(autoload 'autoconf-mode "autoconf" "\ 1568(autoload 'autoconf-mode "autoconf" "\
@@ -1573,7 +1573,7 @@ Major mode for editing Autoconf configure.ac files.
1573;;;*** 1573;;;***
1574 1574
1575;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1575;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1576;;;;;; "autoinsert" "autoinsert.el" (20627 10158 364804 0)) 1576;;;;;; "autoinsert" "autoinsert.el" (20627 5636 279161 0))
1577;;; Generated autoloads from autoinsert.el 1577;;; Generated autoloads from autoinsert.el
1578 1578
1579(autoload 'auto-insert "autoinsert" "\ 1579(autoload 'auto-insert "autoinsert" "\
@@ -1613,7 +1613,7 @@ insert a template for the file depending on the mode of the buffer.
1613 1613
1614;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1614;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1615;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1615;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1616;;;;;; (20627 10158 364804 0)) 1616;;;;;; (20627 5636 279161 0))
1617;;; Generated autoloads from emacs-lisp/autoload.el 1617;;; Generated autoloads from emacs-lisp/autoload.el
1618 1618
1619(put 'generated-autoload-file 'safe-local-variable 'stringp) 1619(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1664,7 +1664,7 @@ should be non-nil).
1664 1664
1665;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1665;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1666;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1666;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1667;;;;;; "autorevert" "autorevert.el" (20627 10158 364804 0)) 1667;;;;;; "autorevert" "autorevert.el" (20627 5636 279161 0))
1668;;; Generated autoloads from autorevert.el 1668;;; Generated autoloads from autorevert.el
1669 1669
1670(autoload 'auto-revert-mode "autorevert" "\ 1670(autoload 'auto-revert-mode "autorevert" "\
@@ -1753,7 +1753,7 @@ specifies in the mode line.
1753;;;*** 1753;;;***
1754 1754
1755;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1755;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1756;;;;;; "avoid.el" (20627 10158 364804 0)) 1756;;;;;; "avoid.el" (20627 5636 279161 0))
1757;;; Generated autoloads from avoid.el 1757;;; Generated autoloads from avoid.el
1758 1758
1759(defvar mouse-avoidance-mode nil "\ 1759(defvar mouse-avoidance-mode nil "\
@@ -1794,7 +1794,7 @@ definition of \"random distance\".)
1794;;;*** 1794;;;***
1795 1795
1796;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1796;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1797;;;;;; (20627 10158 364804 0)) 1797;;;;;; (20627 5636 279161 0))
1798;;; Generated autoloads from battery.el 1798;;; Generated autoloads from battery.el
1799 (put 'battery-mode-line-string 'risky-local-variable t) 1799 (put 'battery-mode-line-string 'risky-local-variable t)
1800 1800
@@ -1830,7 +1830,7 @@ seconds.
1830;;;*** 1830;;;***
1831 1831
1832;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1832;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1833;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20627 10158 364804 1833;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20627 5636 279161
1834;;;;;; 0)) 1834;;;;;; 0))
1835;;; Generated autoloads from emacs-lisp/benchmark.el 1835;;; Generated autoloads from emacs-lisp/benchmark.el
1836 1836
@@ -1868,7 +1868,7 @@ For non-interactive use see also `benchmark-run' and
1868;;;*** 1868;;;***
1869 1869
1870;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1870;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1871;;;;;; "bibtex" "textmodes/bibtex.el" (20627 10158 364804 0)) 1871;;;;;; "bibtex" "textmodes/bibtex.el" (20627 5636 279161 0))
1872;;; Generated autoloads from textmodes/bibtex.el 1872;;; Generated autoloads from textmodes/bibtex.el
1873 1873
1874(autoload 'bibtex-initialize "bibtex" "\ 1874(autoload 'bibtex-initialize "bibtex" "\
@@ -1957,7 +1957,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1957;;;*** 1957;;;***
1958 1958
1959;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1959;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1960;;;;;; (20355 10320 526171 0)) 1960;;;;;; (20533 49334 755743 0))
1961;;; Generated autoloads from textmodes/bibtex-style.el 1961;;; Generated autoloads from textmodes/bibtex-style.el
1962 1962
1963(autoload 'bibtex-style-mode "bibtex-style" "\ 1963(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1969,7 +1969,7 @@ Major mode for editing BibTeX style files.
1969 1969
1970;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1970;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1971;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1971;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1972;;;;;; (20627 10158 364804 0)) 1972;;;;;; (20627 5636 279161 0))
1973;;; Generated autoloads from mail/binhex.el 1973;;; Generated autoloads from mail/binhex.el
1974 1974
1975(defconst binhex-begin-line "^:...............................................................$" "\ 1975(defconst binhex-begin-line "^:...............................................................$" "\
@@ -1994,7 +1994,7 @@ Binhex decode region between START and END.
1994;;;*** 1994;;;***
1995 1995
1996;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20627 1996;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20627
1997;;;;;; 10158 364804 0)) 1997;;;;;; 5636 279161 0))
1998;;; Generated autoloads from play/blackbox.el 1998;;; Generated autoloads from play/blackbox.el
1999 1999
2000(autoload 'blackbox "blackbox" "\ 2000(autoload 'blackbox "blackbox" "\
@@ -2117,7 +2117,7 @@ a reflection.
2117;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 2117;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2118;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 2118;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2119;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 2119;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2120;;;;;; "bookmark.el" (20627 10158 364804 0)) 2120;;;;;; "bookmark.el" (20627 5636 279161 0))
2121;;; Generated autoloads from bookmark.el 2121;;; Generated autoloads from bookmark.el
2122 (define-key ctl-x-r-map "b" 'bookmark-jump) 2122 (define-key ctl-x-r-map "b" 'bookmark-jump)
2123 (define-key ctl-x-r-map "m" 'bookmark-set) 2123 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2318,7 +2318,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2318;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point 2318;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point
2319;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2319;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2320;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) 2320;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
2321;;;;;; "browse-url" "net/browse-url.el" (20627 10158 364804 0)) 2321;;;;;; "browse-url" "net/browse-url.el" (20627 5636 279161 0))
2322;;; Generated autoloads from net/browse-url.el 2322;;; Generated autoloads from net/browse-url.el
2323 2323
2324(defvar browse-url-browser-function 'browse-url-default-browser "\ 2324(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2634,7 +2634,7 @@ from `browse-url-elinks-wrapper'.
2634;;;*** 2634;;;***
2635 2635
2636;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2636;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2637;;;;;; "bs" "bs.el" (20627 10158 364804 0)) 2637;;;;;; "bs" "bs.el" (20627 5636 279161 0))
2638;;; Generated autoloads from bs.el 2638;;; Generated autoloads from bs.el
2639 2639
2640(autoload 'bs-cycle-next "bs" "\ 2640(autoload 'bs-cycle-next "bs" "\
@@ -2674,8 +2674,8 @@ name of buffer configuration.
2674 2674
2675;;;*** 2675;;;***
2676 2676
2677;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20627 10158 2677;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20627 5636
2678;;;;;; 364804 0)) 2678;;;;;; 279161 0))
2679;;; Generated autoloads from play/bubbles.el 2679;;; Generated autoloads from play/bubbles.el
2680 2680
2681(autoload 'bubbles "bubbles" "\ 2681(autoload 'bubbles "bubbles" "\
@@ -2697,7 +2697,7 @@ columns on its right towards the left.
2697;;;*** 2697;;;***
2698 2698
2699;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2699;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2700;;;;;; "progmodes/bug-reference.el" (20627 10158 364804 0)) 2700;;;;;; "progmodes/bug-reference.el" (20627 5636 279161 0))
2701;;; Generated autoloads from progmodes/bug-reference.el 2701;;; Generated autoloads from progmodes/bug-reference.el
2702 2702
2703(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2703(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2721,7 +2721,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2721;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2721;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2722;;;;;; compile-defun byte-compile-file byte-recompile-directory 2722;;;;;; compile-defun byte-compile-file byte-recompile-directory
2723;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2723;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2724;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20656 47820 617918 0)) 2724;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20656 14464 753081 0))
2725;;; Generated autoloads from emacs-lisp/bytecomp.el 2725;;; Generated autoloads from emacs-lisp/bytecomp.el
2726(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2726(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2727(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2727(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2841,8 +2841,8 @@ and corresponding effects.
2841 2841
2842;;;*** 2842;;;***
2843 2843
2844;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20355 2844;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20533
2845;;;;;; 10320 526171 0)) 2845;;;;;; 49334 755743 0))
2846;;; Generated autoloads from calendar/cal-china.el 2846;;; Generated autoloads from calendar/cal-china.el
2847 2847
2848(put 'calendar-chinese-time-zone 'risky-local-variable t) 2848(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2851,8 +2851,8 @@ and corresponding effects.
2851 2851
2852;;;*** 2852;;;***
2853 2853
2854;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20461 36529 2854;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20533 49334
2855;;;;;; 937952 0)) 2855;;;;;; 755743 0))
2856;;; Generated autoloads from calendar/cal-dst.el 2856;;; Generated autoloads from calendar/cal-dst.el
2857 2857
2858(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2858(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2864,7 +2864,7 @@ and corresponding effects.
2864;;;*** 2864;;;***
2865 2865
2866;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2866;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2867;;;;;; (20355 10320 526171 0)) 2867;;;;;; (20533 49334 755743 0))
2868;;; Generated autoloads from calendar/cal-hebrew.el 2868;;; Generated autoloads from calendar/cal-hebrew.el
2869 2869
2870(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2870(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2881,7 +2881,7 @@ from the cursor position.
2881;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2881;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2882;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2882;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2883;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20627 2883;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20627
2884;;;;;; 10158 364804 0)) 2884;;;;;; 5636 279161 0))
2885;;; Generated autoloads from calc/calc.el 2885;;; Generated autoloads from calc/calc.el
2886 (define-key ctl-x-map "*" 'calc-dispatch) 2886 (define-key ctl-x-map "*" 'calc-dispatch)
2887 2887
@@ -2965,8 +2965,8 @@ See Info node `(calc)Defining Functions'.
2965 2965
2966;;;*** 2966;;;***
2967 2967
2968;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20355 2968;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20533
2969;;;;;; 10320 526171 0)) 2969;;;;;; 49334 755743 0))
2970;;; Generated autoloads from calc/calc-undo.el 2970;;; Generated autoloads from calc/calc-undo.el
2971 2971
2972(autoload 'calc-undo "calc-undo" "\ 2972(autoload 'calc-undo "calc-undo" "\
@@ -2977,7 +2977,7 @@ See Info node `(calc)Defining Functions'.
2977;;;*** 2977;;;***
2978 2978
2979;;;### (autoloads (calculator) "calculator" "calculator.el" (20627 2979;;;### (autoloads (calculator) "calculator" "calculator.el" (20627
2980;;;;;; 10158 364804 0)) 2980;;;;;; 5636 279161 0))
2981;;; Generated autoloads from calculator.el 2981;;; Generated autoloads from calculator.el
2982 2982
2983(autoload 'calculator "calculator" "\ 2983(autoload 'calculator "calculator" "\
@@ -2989,7 +2989,7 @@ See the documentation for `calculator-mode' for more information.
2989;;;*** 2989;;;***
2990 2990
2991;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20627 2991;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20627
2992;;;;;; 10158 364804 0)) 2992;;;;;; 5636 279161 0))
2993;;; Generated autoloads from calendar/calendar.el 2993;;; Generated autoloads from calendar/calendar.el
2994 2994
2995(autoload 'calendar "calendar" "\ 2995(autoload 'calendar "calendar" "\
@@ -3033,7 +3033,7 @@ This function is suitable for execution in an init file.
3033;;;*** 3033;;;***
3034 3034
3035;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3035;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3036;;;;;; "gnus/canlock.el" (20355 10320 526171 0)) 3036;;;;;; "gnus/canlock.el" (20533 49334 755743 0))
3037;;; Generated autoloads from gnus/canlock.el 3037;;; Generated autoloads from gnus/canlock.el
3038 3038
3039(autoload 'canlock-insert-header "canlock" "\ 3039(autoload 'canlock-insert-header "canlock" "\
@@ -3051,7 +3051,7 @@ it fails.
3051;;;*** 3051;;;***
3052 3052
3053;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 3053;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3054;;;;;; (20355 10320 526171 0)) 3054;;;;;; (20533 49334 755743 0))
3055;;; Generated autoloads from progmodes/cap-words.el 3055;;; Generated autoloads from progmodes/cap-words.el
3056 3056
3057(autoload 'capitalized-words-mode "cap-words" "\ 3057(autoload 'capitalized-words-mode "cap-words" "\
@@ -3090,15 +3090,15 @@ Obsoletes `c-forward-into-nomenclature'.
3090 3090
3091;;;*** 3091;;;***
3092 3092
3093;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20355 3093;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20533
3094;;;;;; 10320 526171 0)) 3094;;;;;; 49334 755743 0))
3095;;; Generated autoloads from progmodes/cc-compat.el 3095;;; Generated autoloads from progmodes/cc-compat.el
3096(put 'c-indent-level 'safe-local-variable 'integerp) 3096(put 'c-indent-level 'safe-local-variable 'integerp)
3097 3097
3098;;;*** 3098;;;***
3099 3099
3100;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3100;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3101;;;;;; (20654 6086 753580 0)) 3101;;;;;; (20676 3539 115445 55000))
3102;;; Generated autoloads from progmodes/cc-engine.el 3102;;; Generated autoloads from progmodes/cc-engine.el
3103 3103
3104(autoload 'c-guess-basic-syntax "cc-engine" "\ 3104(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3110,8 +3110,8 @@ Return the syntactic context of the current line.
3110 3110
3111;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region 3111;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region
3112;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install 3112;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3113;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20355 10320 3113;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20533 49334
3114;;;;;; 526171 0)) 3114;;;;;; 755743 0))
3115;;; Generated autoloads from progmodes/cc-guess.el 3115;;; Generated autoloads from progmodes/cc-guess.el
3116 3116
3117(defvar c-guess-guessed-offsets-alist nil "\ 3117(defvar c-guess-guessed-offsets-alist nil "\
@@ -3211,7 +3211,7 @@ the absolute file name of the file if STYLE-NAME is nil.
3211 3211
3212;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode 3212;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
3213;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3213;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3214;;;;;; (20654 6086 753580 0)) 3214;;;;;; (20655 4659 718544 0))
3215;;; Generated autoloads from progmodes/cc-mode.el 3215;;; Generated autoloads from progmodes/cc-mode.el
3216 3216
3217(autoload 'c-initialize-cc-mode "cc-mode" "\ 3217(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3388,7 +3388,7 @@ Key bindings:
3388;;;*** 3388;;;***
3389 3389
3390;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3390;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3391;;;;;; "progmodes/cc-styles.el" (20627 10158 364804 0)) 3391;;;;;; "progmodes/cc-styles.el" (20627 5636 279161 0))
3392;;; Generated autoloads from progmodes/cc-styles.el 3392;;; Generated autoloads from progmodes/cc-styles.el
3393 3393
3394(autoload 'c-set-style "cc-styles" "\ 3394(autoload 'c-set-style "cc-styles" "\
@@ -3439,8 +3439,8 @@ and exists only for compatibility reasons.
3439 3439
3440;;;*** 3440;;;***
3441 3441
3442;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20627 10158 3442;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20627 5636
3443;;;;;; 364804 0)) 3443;;;;;; 279161 0))
3444;;; Generated autoloads from progmodes/cc-vars.el 3444;;; Generated autoloads from progmodes/cc-vars.el
3445(put 'c-basic-offset 'safe-local-variable 'integerp) 3445(put 'c-basic-offset 'safe-local-variable 'integerp)
3446(put 'c-backslash-column 'safe-local-variable 'integerp) 3446(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3450,7 +3450,7 @@ and exists only for compatibility reasons.
3450 3450
3451;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3451;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3452;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3452;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3453;;;;;; (20355 10320 526171 0)) 3453;;;;;; (20533 49334 755743 0))
3454;;; Generated autoloads from international/ccl.el 3454;;; Generated autoloads from international/ccl.el
3455 3455
3456(autoload 'ccl-compile "ccl" "\ 3456(autoload 'ccl-compile "ccl" "\
@@ -3711,7 +3711,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3711;;;*** 3711;;;***
3712 3712
3713;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" 3713;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3714;;;;;; (20627 10158 364804 0)) 3714;;;;;; (20627 5636 279161 0))
3715;;; Generated autoloads from emacs-lisp/cconv.el 3715;;; Generated autoloads from emacs-lisp/cconv.el
3716 3716
3717(autoload 'cconv-closure-convert "cconv" "\ 3717(autoload 'cconv-closure-convert "cconv" "\
@@ -3726,7 +3726,7 @@ Returns a form where all lambdas don't have any free variables.
3726;;;*** 3726;;;***
3727 3727
3728;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) 3728;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode)
3729;;;;;; "cfengine" "progmodes/cfengine.el" (20627 10158 364804 0)) 3729;;;;;; "cfengine" "progmodes/cfengine.el" (20627 5636 279161 0))
3730;;; Generated autoloads from progmodes/cfengine.el 3730;;; Generated autoloads from progmodes/cfengine.el
3731 3731
3732(autoload 'cfengine3-mode "cfengine" "\ 3732(autoload 'cfengine3-mode "cfengine" "\
@@ -3756,7 +3756,7 @@ on the buffer contents
3756;;;*** 3756;;;***
3757 3757
3758;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3758;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3759;;;;;; "emacs-lisp/check-declare.el" (20370 2 723432 937000)) 3759;;;;;; "emacs-lisp/check-declare.el" (20533 49334 755743 0))
3760;;; Generated autoloads from emacs-lisp/check-declare.el 3760;;; Generated autoloads from emacs-lisp/check-declare.el
3761 3761
3762(autoload 'check-declare-file "check-declare" "\ 3762(autoload 'check-declare-file "check-declare" "\
@@ -3781,7 +3781,7 @@ Returns non-nil if any false statements are found.
3781;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3781;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3782;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3782;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3783;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3783;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3784;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20642 14916 838290 0)) 3784;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20647 7990 336071 0))
3785;;; Generated autoloads from emacs-lisp/checkdoc.el 3785;;; Generated autoloads from emacs-lisp/checkdoc.el
3786(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3786(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3787(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3787(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3977,7 +3977,7 @@ checking of documentation strings.
3977 3977
3978;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3978;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3979;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3979;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3980;;;;;; "language/china-util.el" (20355 10320 526171 0)) 3980;;;;;; "language/china-util.el" (20533 49334 755743 0))
3981;;; Generated autoloads from language/china-util.el 3981;;; Generated autoloads from language/china-util.el
3982 3982
3983(autoload 'decode-hz-region "china-util" "\ 3983(autoload 'decode-hz-region "china-util" "\
@@ -4015,7 +4015,7 @@ Encode the text in the current buffer to HZ.
4015;;;*** 4015;;;***
4016 4016
4017;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4017;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4018;;;;;; "chistory" "chistory.el" (20355 10320 526171 0)) 4018;;;;;; "chistory" "chistory.el" (20533 49334 755743 0))
4019;;; Generated autoloads from chistory.el 4019;;; Generated autoloads from chistory.el
4020 4020
4021(autoload 'repeat-matching-complex-command "chistory" "\ 4021(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4055,7 +4055,7 @@ and runs the normal hook `command-history-hook'.
4055;;;*** 4055;;;***
4056 4056
4057;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4057;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4058;;;;;; (20355 10320 526171 0)) 4058;;;;;; (20533 49334 755743 0))
4059;;; Generated autoloads from emacs-lisp/cl-indent.el 4059;;; Generated autoloads from emacs-lisp/cl-indent.el
4060 4060
4061(autoload 'common-lisp-indent-function "cl-indent" "\ 4061(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4133,8 +4133,8 @@ For example, the function `case' has an indent property
4133 4133
4134;;;*** 4134;;;***
4135 4135
4136;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20646 59381 4136;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20673 22507
4137;;;;;; 719022 707000)) 4137;;;;;; 803402 0))
4138;;; Generated autoloads from emacs-lisp/cl-lib.el 4138;;; Generated autoloads from emacs-lisp/cl-lib.el
4139 4139
4140(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3") 4140(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3")
@@ -4162,7 +4162,7 @@ a future Emacs interpreter will be able to use it.")
4162;;;*** 4162;;;***
4163 4163
4164;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4164;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4165;;;;;; (20627 10158 364804 0)) 4165;;;;;; (20627 5636 279161 0))
4166;;; Generated autoloads from progmodes/cmacexp.el 4166;;; Generated autoloads from progmodes/cmacexp.el
4167 4167
4168(autoload 'c-macro-expand "cmacexp" "\ 4168(autoload 'c-macro-expand "cmacexp" "\
@@ -4182,8 +4182,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4182 4182
4183;;;*** 4183;;;***
4184 4184
4185;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20355 4185;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20533
4186;;;;;; 10320 526171 0)) 4186;;;;;; 49334 755743 0))
4187;;; Generated autoloads from cmuscheme.el 4187;;; Generated autoloads from cmuscheme.el
4188 4188
4189(autoload 'run-scheme "cmuscheme" "\ 4189(autoload 'run-scheme "cmuscheme" "\
@@ -4203,8 +4203,8 @@ is run).
4203 4203
4204;;;*** 4204;;;***
4205 4205
4206;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20627 10158 4206;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20627 5636
4207;;;;;; 364804 0)) 4207;;;;;; 279161 0))
4208;;; Generated autoloads from color.el 4208;;; Generated autoloads from color.el
4209 4209
4210(autoload 'color-name-to-rgb "color" "\ 4210(autoload 'color-name-to-rgb "color" "\
@@ -4226,7 +4226,7 @@ If FRAME cannot display COLOR, return nil.
4226;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4226;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4227;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4227;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4228;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4228;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4229;;;;;; (20627 10158 364804 0)) 4229;;;;;; (20627 5636 279161 0))
4230;;; Generated autoloads from comint.el 4230;;; Generated autoloads from comint.el
4231 4231
4232(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4232(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4326,7 +4326,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4326;;;*** 4326;;;***
4327 4327
4328;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 4328;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4329;;;;;; (20355 10320 526171 0)) 4329;;;;;; (20533 49334 755743 0))
4330;;; Generated autoloads from vc/compare-w.el 4330;;; Generated autoloads from vc/compare-w.el
4331 4331
4332(autoload 'compare-windows "compare-w" "\ 4332(autoload 'compare-windows "compare-w" "\
@@ -4364,7 +4364,7 @@ on third call it again advances points to the next difference and so on.
4364;;;;;; compile compilation-disable-input compile-command compilation-search-path 4364;;;;;; compile compilation-disable-input compile-command compilation-search-path
4365;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4365;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4366;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20627 4366;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20627
4367;;;;;; 10158 364804 0)) 4367;;;;;; 5636 279161 0))
4368;;; Generated autoloads from progmodes/compile.el 4368;;; Generated autoloads from progmodes/compile.el
4369 4369
4370(defvar compilation-mode-hook nil "\ 4370(defvar compilation-mode-hook nil "\
@@ -4546,7 +4546,7 @@ This is the value of `next-error-function' in Compilation buffers.
4546;;;*** 4546;;;***
4547 4547
4548;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4548;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4549;;;;;; (20627 10158 364804 0)) 4549;;;;;; (20627 5636 279161 0))
4550;;; Generated autoloads from completion.el 4550;;; Generated autoloads from completion.el
4551 4551
4552(defvar dynamic-completion-mode nil "\ 4552(defvar dynamic-completion-mode nil "\
@@ -4571,7 +4571,7 @@ if ARG is omitted or nil.
4571;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4571;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4572;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4572;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4573;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4573;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4574;;;;;; (20355 10320 526171 0)) 4574;;;;;; (20533 49334 755743 0))
4575;;; Generated autoloads from textmodes/conf-mode.el 4575;;; Generated autoloads from textmodes/conf-mode.el
4576 4576
4577(autoload 'conf-mode "conf-mode" "\ 4577(autoload 'conf-mode "conf-mode" "\
@@ -4727,7 +4727,7 @@ For details see `conf-mode'. Example:
4727;;;*** 4727;;;***
4728 4728
4729;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4729;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4730;;;;;; "cookie1" "play/cookie1.el" (20627 10158 364804 0)) 4730;;;;;; "cookie1" "play/cookie1.el" (20627 5636 279161 0))
4731;;; Generated autoloads from play/cookie1.el 4731;;; Generated autoloads from play/cookie1.el
4732 4732
4733(autoload 'cookie "cookie1" "\ 4733(autoload 'cookie "cookie1" "\
@@ -4760,7 +4760,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4760 4760
4761;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4761;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4762;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20627 4762;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20627
4763;;;;;; 10158 364804 0)) 4763;;;;;; 5636 279161 0))
4764;;; Generated autoloads from emacs-lisp/copyright.el 4764;;; Generated autoloads from emacs-lisp/copyright.el
4765(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4765(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4766(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4766(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4799,7 +4799,7 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4799;;;*** 4799;;;***
4800 4800
4801;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4801;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4802;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20627 10158 364804 4802;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20627 5636 279161
4803;;;;;; 0)) 4803;;;;;; 0))
4804;;; Generated autoloads from progmodes/cperl-mode.el 4804;;; Generated autoloads from progmodes/cperl-mode.el
4805(put 'cperl-indent-level 'safe-local-variable 'integerp) 4805(put 'cperl-indent-level 'safe-local-variable 'integerp)
@@ -4999,7 +4999,7 @@ Run a `perldoc' on the word around point.
4999;;;*** 4999;;;***
5000 5000
5001;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 5001;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5002;;;;;; (20627 10158 364804 0)) 5002;;;;;; (20627 5636 279161 0))
5003;;; Generated autoloads from progmodes/cpp.el 5003;;; Generated autoloads from progmodes/cpp.el
5004 5004
5005(autoload 'cpp-highlight-buffer "cpp" "\ 5005(autoload 'cpp-highlight-buffer "cpp" "\
@@ -5018,7 +5018,7 @@ Edit display information for cpp conditionals.
5018;;;*** 5018;;;***
5019 5019
5020;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5020;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5021;;;;;; (20627 10158 364804 0)) 5021;;;;;; (20627 5636 279161 0))
5022;;; Generated autoloads from emulation/crisp.el 5022;;; Generated autoloads from emulation/crisp.el
5023 5023
5024(defvar crisp-mode nil "\ 5024(defvar crisp-mode nil "\
@@ -5044,7 +5044,7 @@ if ARG is omitted or nil.
5044;;;*** 5044;;;***
5045 5045
5046;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5046;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5047;;;;;; (20355 10320 526171 0)) 5047;;;;;; (20533 49334 755743 0))
5048;;; Generated autoloads from emacs-lisp/crm.el 5048;;; Generated autoloads from emacs-lisp/crm.el
5049 5049
5050(autoload 'completing-read-multiple "crm" "\ 5050(autoload 'completing-read-multiple "crm" "\
@@ -5080,7 +5080,7 @@ INHERIT-INPUT-METHOD.
5080;;;*** 5080;;;***
5081 5081
5082;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20627 5082;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20627
5083;;;;;; 10158 364804 0)) 5083;;;;;; 5636 279161 0))
5084;;; Generated autoloads from textmodes/css-mode.el 5084;;; Generated autoloads from textmodes/css-mode.el
5085 5085
5086(autoload 'css-mode "css-mode" "\ 5086(autoload 'css-mode "css-mode" "\
@@ -5091,7 +5091,7 @@ Major mode to edit Cascading Style Sheets.
5091;;;*** 5091;;;***
5092 5092
5093;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5093;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5094;;;;;; (20627 10158 364804 0)) 5094;;;;;; (20627 5636 279161 0))
5095;;; Generated autoloads from emulation/cua-base.el 5095;;; Generated autoloads from emulation/cua-base.el
5096 5096
5097(defvar cua-mode nil "\ 5097(defvar cua-mode nil "\
@@ -5151,7 +5151,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5151;;;;;; customize-mode customize customize-push-and-save customize-save-variable 5151;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5152;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically 5152;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5153;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) 5153;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5154;;;;;; "cus-edit" "cus-edit.el" (20627 10158 364804 0)) 5154;;;;;; "cus-edit" "cus-edit.el" (20627 5636 279161 0))
5155;;; Generated autoloads from cus-edit.el 5155;;; Generated autoloads from cus-edit.el
5156 5156
5157(defvar custom-browse-sort-alphabetically nil "\ 5157(defvar custom-browse-sort-alphabetically nil "\
@@ -5463,8 +5463,8 @@ The format is suitable for use with `easy-menu-define'.
5463;;;*** 5463;;;***
5464 5464
5465;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme 5465;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5466;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20355 5466;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20533
5467;;;;;; 10320 526171 0)) 5467;;;;;; 49334 755743 0))
5468;;; Generated autoloads from cus-theme.el 5468;;; Generated autoloads from cus-theme.el
5469 5469
5470(autoload 'customize-create-theme "cus-theme" "\ 5470(autoload 'customize-create-theme "cus-theme" "\
@@ -5498,7 +5498,7 @@ omitted, a buffer named *Custom Themes* is used.
5498;;;*** 5498;;;***
5499 5499
5500;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5500;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5501;;;;;; (20627 10158 364804 0)) 5501;;;;;; (20627 5636 279161 0))
5502;;; Generated autoloads from vc/cvs-status.el 5502;;; Generated autoloads from vc/cvs-status.el
5503 5503
5504(autoload 'cvs-status-mode "cvs-status" "\ 5504(autoload 'cvs-status-mode "cvs-status" "\
@@ -5509,7 +5509,7 @@ Mode used for cvs status output.
5509;;;*** 5509;;;***
5510 5510
5511;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el" 5511;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el"
5512;;;;;; (20627 10158 364804 0)) 5512;;;;;; (20627 5636 279161 0))
5513;;; Generated autoloads from progmodes/cwarn.el 5513;;; Generated autoloads from progmodes/cwarn.el
5514 5514
5515(autoload 'cwarn-mode "cwarn" "\ 5515(autoload 'cwarn-mode "cwarn" "\
@@ -5554,7 +5554,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5554 5554
5555;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5555;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5556;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5556;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5557;;;;;; (20355 10320 526171 0)) 5557;;;;;; (20533 49334 755743 0))
5558;;; Generated autoloads from language/cyril-util.el 5558;;; Generated autoloads from language/cyril-util.el
5559 5559
5560(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5560(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5583,7 +5583,7 @@ If the argument is nil, we return the display table to its standard state.
5583;;;*** 5583;;;***
5584 5584
5585;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5585;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5586;;;;;; (20627 10158 364804 0)) 5586;;;;;; (20627 5636 279161 0))
5587;;; Generated autoloads from dabbrev.el 5587;;; Generated autoloads from dabbrev.el
5588(put 'dabbrev-case-fold-search 'risky-local-variable t) 5588(put 'dabbrev-case-fold-search 'risky-local-variable t)
5589(put 'dabbrev-case-replace 'risky-local-variable t) 5589(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5630,7 +5630,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5630;;;*** 5630;;;***
5631 5631
5632;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5632;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5633;;;;;; (20627 10158 364804 0)) 5633;;;;;; (20627 5636 279161 0))
5634;;; Generated autoloads from cedet/data-debug.el 5634;;; Generated autoloads from cedet/data-debug.el
5635 5635
5636(autoload 'data-debug-new-buffer "data-debug" "\ 5636(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5641,7 +5641,7 @@ Create a new data-debug buffer with NAME.
5641;;;*** 5641;;;***
5642 5642
5643;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20627 5643;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20627
5644;;;;;; 10158 364804 0)) 5644;;;;;; 5636 279161 0))
5645;;; Generated autoloads from net/dbus.el 5645;;; Generated autoloads from net/dbus.el
5646 5646
5647(autoload 'dbus-handle-event "dbus" "\ 5647(autoload 'dbus-handle-event "dbus" "\
@@ -5655,7 +5655,7 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5655;;;*** 5655;;;***
5656 5656
5657;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20627 5657;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20627
5658;;;;;; 10158 364804 0)) 5658;;;;;; 5636 279161 0))
5659;;; Generated autoloads from progmodes/dcl-mode.el 5659;;; Generated autoloads from progmodes/dcl-mode.el
5660 5660
5661(autoload 'dcl-mode "dcl-mode" "\ 5661(autoload 'dcl-mode "dcl-mode" "\
@@ -5782,7 +5782,7 @@ There is some minimal font-lock support (see vars
5782;;;*** 5782;;;***
5783 5783
5784;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5784;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5785;;;;;; "emacs-lisp/debug.el" (20639 38724 522454 0)) 5785;;;;;; "emacs-lisp/debug.el" (20673 62576 292524 0))
5786;;; Generated autoloads from emacs-lisp/debug.el 5786;;; Generated autoloads from emacs-lisp/debug.el
5787 5787
5788(setq debugger 'debug) 5788(setq debugger 'debug)
@@ -5826,7 +5826,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5826;;;*** 5826;;;***
5827 5827
5828;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5828;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5829;;;;;; (20627 10158 364804 0)) 5829;;;;;; (20627 5636 279161 0))
5830;;; Generated autoloads from play/decipher.el 5830;;; Generated autoloads from play/decipher.el
5831 5831
5832(autoload 'decipher "decipher" "\ 5832(autoload 'decipher "decipher" "\
@@ -5855,8 +5855,8 @@ The most useful commands are:
5855;;;*** 5855;;;***
5856 5856
5857;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5857;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5858;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20355 5858;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20533
5859;;;;;; 10320 526171 0)) 5859;;;;;; 49334 755743 0))
5860;;; Generated autoloads from delim-col.el 5860;;; Generated autoloads from delim-col.el
5861 5861
5862(autoload 'delimit-columns-customize "delim-col" "\ 5862(autoload 'delimit-columns-customize "delim-col" "\
@@ -5881,7 +5881,7 @@ START and END delimits the corners of text rectangle.
5881;;;*** 5881;;;***
5882 5882
5883;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20627 5883;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20627
5884;;;;;; 10158 364804 0)) 5884;;;;;; 5636 279161 0))
5885;;; Generated autoloads from progmodes/delphi.el 5885;;; Generated autoloads from progmodes/delphi.el
5886 5886
5887(autoload 'delphi-mode "delphi" "\ 5887(autoload 'delphi-mode "delphi" "\
@@ -5933,7 +5933,7 @@ with no args, if that value is non-nil.
5933;;;*** 5933;;;***
5934 5934
5935;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20627 5935;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20627
5936;;;;;; 10158 364804 0)) 5936;;;;;; 5636 279161 0))
5937;;; Generated autoloads from delsel.el 5937;;; Generated autoloads from delsel.el
5938 5938
5939(defalias 'pending-delete-mode 'delete-selection-mode) 5939(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5963,7 +5963,7 @@ any selection.
5963;;;*** 5963;;;***
5964 5964
5965;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5965;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5966;;;;;; "derived" "emacs-lisp/derived.el" (20627 10158 364804 0)) 5966;;;;;; "derived" "emacs-lisp/derived.el" (20627 5636 279161 0))
5967;;; Generated autoloads from emacs-lisp/derived.el 5967;;; Generated autoloads from emacs-lisp/derived.el
5968 5968
5969(autoload 'define-derived-mode "derived" "\ 5969(autoload 'define-derived-mode "derived" "\
@@ -6030,7 +6030,7 @@ the first time the mode is used.
6030;;;*** 6030;;;***
6031 6031
6032;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6032;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6033;;;;;; "descr-text.el" (20659 24009 828485 0)) 6033;;;;;; "descr-text.el" (20658 59320 825234 0))
6034;;; Generated autoloads from descr-text.el 6034;;; Generated autoloads from descr-text.el
6035 6035
6036(autoload 'describe-text-properties "descr-text" "\ 6036(autoload 'describe-text-properties "descr-text" "\
@@ -6067,7 +6067,7 @@ relevant to POS.
6067;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6067;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6068;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6068;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6069;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6069;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6070;;;;;; "desktop.el" (20627 10158 364804 0)) 6070;;;;;; "desktop.el" (20627 5636 279161 0))
6071;;; Generated autoloads from desktop.el 6071;;; Generated autoloads from desktop.el
6072 6072
6073(defvar desktop-save-mode nil "\ 6073(defvar desktop-save-mode nil "\
@@ -6256,7 +6256,7 @@ Revert to the last loaded desktop.
6256 6256
6257;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6257;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6258;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6258;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6259;;;;;; "deuglify" "gnus/deuglify.el" (20355 10320 526171 0)) 6259;;;;;; "deuglify" "gnus/deuglify.el" (20533 49334 755743 0))
6260;;; Generated autoloads from gnus/deuglify.el 6260;;; Generated autoloads from gnus/deuglify.el
6261 6261
6262(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6262(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6289,7 +6289,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6289;;;*** 6289;;;***
6290 6290
6291;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6291;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6292;;;;;; "calendar/diary-lib.el" (20661 9250 480325 0)) 6292;;;;;; "calendar/diary-lib.el" (20661 34515 886991 0))
6293;;; Generated autoloads from calendar/diary-lib.el 6293;;; Generated autoloads from calendar/diary-lib.el
6294 6294
6295(autoload 'diary "diary-lib" "\ 6295(autoload 'diary "diary-lib" "\
@@ -6333,7 +6333,7 @@ Major mode for editing the diary file.
6333 6333
6334;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file 6334;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file
6335;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el" 6335;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el"
6336;;;;;; (20627 10158 364804 0)) 6336;;;;;; (20627 5636 279161 0))
6337;;; Generated autoloads from vc/diff.el 6337;;; Generated autoloads from vc/diff.el
6338 6338
6339(defvar diff-switches (purecopy "-c") "\ 6339(defvar diff-switches (purecopy "-c") "\
@@ -6382,7 +6382,7 @@ This requires the external program `diff' to be in your `exec-path'.
6382;;;*** 6382;;;***
6383 6383
6384;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6384;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6385;;;;;; (20635 64111 198623 0)) 6385;;;;;; (20635 60433 266376 407000))
6386;;; Generated autoloads from vc/diff-mode.el 6386;;; Generated autoloads from vc/diff-mode.el
6387 6387
6388(autoload 'diff-mode "diff-mode" "\ 6388(autoload 'diff-mode "diff-mode" "\
@@ -6414,7 +6414,7 @@ the mode if ARG is omitted or nil.
6414 6414
6415;;;*** 6415;;;***
6416 6416
6417;;;### (autoloads (dig) "dig" "net/dig.el" (20355 10320 526171 0)) 6417;;;### (autoloads (dig) "dig" "net/dig.el" (20533 49334 755743 0))
6418;;; Generated autoloads from net/dig.el 6418;;; Generated autoloads from net/dig.el
6419 6419
6420(autoload 'dig "dig" "\ 6420(autoload 'dig "dig" "\
@@ -6426,8 +6426,8 @@ Optional arguments are passed to `dig-invoke'.
6426;;;*** 6426;;;***
6427 6427
6428;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6428;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6429;;;;;; dired dired-listing-switches) "dired" "dired.el" (20655 26952 6429;;;;;; dired dired-listing-switches) "dired" "dired.el" (20655 13456
6430;;;;;; 546010 0)) 6430;;;;;; 440053 0))
6431;;; Generated autoloads from dired.el 6431;;; Generated autoloads from dired.el
6432 6432
6433(defvar dired-listing-switches (purecopy "-al") "\ 6433(defvar dired-listing-switches (purecopy "-al") "\
@@ -6548,7 +6548,7 @@ Keybindings:
6548;;;*** 6548;;;***
6549 6549
6550;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6550;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6551;;;;;; (20627 10158 364804 0)) 6551;;;;;; (20627 5636 279161 0))
6552;;; Generated autoloads from dirtrack.el 6552;;; Generated autoloads from dirtrack.el
6553 6553
6554(autoload 'dirtrack-mode "dirtrack" "\ 6554(autoload 'dirtrack-mode "dirtrack" "\
@@ -6579,7 +6579,7 @@ from `default-directory'.
6579;;;*** 6579;;;***
6580 6580
6581;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20627 6581;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20627
6582;;;;;; 10158 364804 0)) 6582;;;;;; 5636 279161 0))
6583;;; Generated autoloads from emacs-lisp/disass.el 6583;;; Generated autoloads from emacs-lisp/disass.el
6584 6584
6585(autoload 'disassemble "disass" "\ 6585(autoload 'disassemble "disass" "\
@@ -6598,7 +6598,7 @@ redefine OBJECT if it is a symbol.
6598;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6598;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6599;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6599;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6600;;;;;; set-display-table-slot display-table-slot make-display-table) 6600;;;;;; set-display-table-slot display-table-slot make-display-table)
6601;;;;;; "disp-table" "disp-table.el" (20355 10320 526171 0)) 6601;;;;;; "disp-table" "disp-table.el" (20533 49334 755743 0))
6602;;; Generated autoloads from disp-table.el 6602;;; Generated autoloads from disp-table.el
6603 6603
6604(autoload 'make-display-table "disp-table" "\ 6604(autoload 'make-display-table "disp-table" "\
@@ -6720,7 +6720,7 @@ in `.emacs'.
6720;;;*** 6720;;;***
6721 6721
6722;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6722;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6723;;;;;; (20627 10158 364804 0)) 6723;;;;;; (20627 5636 279161 0))
6724;;; Generated autoloads from play/dissociate.el 6724;;; Generated autoloads from play/dissociate.el
6725 6725
6726(autoload 'dissociated-press "dissociate" "\ 6726(autoload 'dissociated-press "dissociate" "\
@@ -6736,8 +6736,8 @@ Default is 2.
6736 6736
6737;;;*** 6737;;;***
6738 6738
6739;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20355 10320 6739;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20533 49334
6740;;;;;; 526171 0)) 6740;;;;;; 755743 0))
6741;;; Generated autoloads from dnd.el 6741;;; Generated autoloads from dnd.el
6742 6742
6743(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)) "\ 6743(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)) "\
@@ -6758,7 +6758,7 @@ if some action was made, or nil if the URL is ignored.")
6758;;;*** 6758;;;***
6759 6759
6760;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6760;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6761;;;;;; "textmodes/dns-mode.el" (20355 10320 526171 0)) 6761;;;;;; "textmodes/dns-mode.el" (20533 49334 755743 0))
6762;;; Generated autoloads from textmodes/dns-mode.el 6762;;; Generated autoloads from textmodes/dns-mode.el
6763 6763
6764(autoload 'dns-mode "dns-mode" "\ 6764(autoload 'dns-mode "dns-mode" "\
@@ -6783,7 +6783,7 @@ Locate SOA record and increment the serial field.
6783 6783
6784;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe 6784;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6785;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20627 6785;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20627
6786;;;;;; 10158 364804 0)) 6786;;;;;; 5636 279161 0))
6787;;; Generated autoloads from doc-view.el 6787;;; Generated autoloads from doc-view.el
6788 6788
6789(autoload 'doc-view-mode-p "doc-view" "\ 6789(autoload 'doc-view-mode-p "doc-view" "\
@@ -6829,8 +6829,8 @@ See the command `doc-view-mode' for more information on this mode.
6829 6829
6830;;;*** 6830;;;***
6831 6831
6832;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20627 10158 6832;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20627 5636
6833;;;;;; 364804 0)) 6833;;;;;; 279161 0))
6834;;; Generated autoloads from play/doctor.el 6834;;; Generated autoloads from play/doctor.el
6835 6835
6836(autoload 'doctor "doctor" "\ 6836(autoload 'doctor "doctor" "\
@@ -6840,8 +6840,8 @@ Switch to *doctor* buffer and start giving psychotherapy.
6840 6840
6841;;;*** 6841;;;***
6842 6842
6843;;;### (autoloads (double-mode) "double" "double.el" (20355 10320 6843;;;### (autoloads (double-mode) "double" "double.el" (20533 49334
6844;;;;;; 526171 0)) 6844;;;;;; 755743 0))
6845;;; Generated autoloads from double.el 6845;;; Generated autoloads from double.el
6846 6846
6847(autoload 'double-mode "double" "\ 6847(autoload 'double-mode "double" "\
@@ -6857,8 +6857,8 @@ strings when pressed twice. See `double-map' for details.
6857 6857
6858;;;*** 6858;;;***
6859 6859
6860;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20627 10158 6860;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20627 5636
6861;;;;;; 364804 0)) 6861;;;;;; 279161 0))
6862;;; Generated autoloads from play/dunnet.el 6862;;; Generated autoloads from play/dunnet.el
6863 6863
6864(autoload 'dunnet "dunnet" "\ 6864(autoload 'dunnet "dunnet" "\
@@ -6870,7 +6870,7 @@ Switch to *dungeon* buffer and start game.
6870 6870
6871;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6871;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6872;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6872;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6873;;;;;; "emacs-lisp/easy-mmode.el" (20627 10158 364804 0)) 6873;;;;;; "emacs-lisp/easy-mmode.el" (20627 5636 279161 0))
6874;;; Generated autoloads from emacs-lisp/easy-mmode.el 6874;;; Generated autoloads from emacs-lisp/easy-mmode.el
6875 6875
6876(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6876(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7006,7 +7006,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7006 7006
7007;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7007;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7008;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20627 7008;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20627
7009;;;;;; 10158 364804 0)) 7009;;;;;; 5636 279161 0))
7010;;; Generated autoloads from emacs-lisp/easymenu.el 7010;;; Generated autoloads from emacs-lisp/easymenu.el
7011 7011
7012(autoload 'easy-menu-define "easymenu" "\ 7012(autoload 'easy-menu-define "easymenu" "\
@@ -7151,7 +7151,7 @@ To implement dynamic menus, either call this from
7151;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7151;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7152;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7152;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7153;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7153;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7154;;;;;; "progmodes/ebnf2ps.el" (20627 10158 364804 0)) 7154;;;;;; "progmodes/ebnf2ps.el" (20627 5636 279161 0))
7155;;; Generated autoloads from progmodes/ebnf2ps.el 7155;;; Generated autoloads from progmodes/ebnf2ps.el
7156 7156
7157(autoload 'ebnf-customize "ebnf2ps" "\ 7157(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7426,7 +7426,7 @@ See `ebnf-style-database' documentation.
7426;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7426;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7427;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7427;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7428;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20627 7428;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20627
7429;;;;;; 10158 364804 0)) 7429;;;;;; 5636 279161 0))
7430;;; Generated autoloads from progmodes/ebrowse.el 7430;;; Generated autoloads from progmodes/ebrowse.el
7431 7431
7432(autoload 'ebrowse-tree-mode "ebrowse" "\ 7432(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7575,7 +7575,7 @@ Display statistics for a class tree.
7575;;;*** 7575;;;***
7576 7576
7577;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7577;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7578;;;;;; (20627 10158 364804 0)) 7578;;;;;; (20627 5636 279161 0))
7579;;; Generated autoloads from ebuff-menu.el 7579;;; Generated autoloads from ebuff-menu.el
7580 7580
7581(autoload 'electric-buffer-list "ebuff-menu" "\ 7581(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7608,7 +7608,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7608;;;*** 7608;;;***
7609 7609
7610;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7610;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7611;;;;;; "echistory.el" (20355 10320 526171 0)) 7611;;;;;; "echistory.el" (20533 49334 755743 0))
7612;;; Generated autoloads from echistory.el 7612;;; Generated autoloads from echistory.el
7613 7613
7614(autoload 'Electric-command-history-redo-expression "echistory" "\ 7614(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7620,7 +7620,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7620;;;*** 7620;;;***
7621 7621
7622;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7622;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7623;;;;;; (20355 10320 526171 0)) 7623;;;;;; (20533 49334 755743 0))
7624;;; Generated autoloads from gnus/ecomplete.el 7624;;; Generated autoloads from gnus/ecomplete.el
7625 7625
7626(autoload 'ecomplete-setup "ecomplete" "\ 7626(autoload 'ecomplete-setup "ecomplete" "\
@@ -7630,8 +7630,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7630 7630
7631;;;*** 7631;;;***
7632 7632
7633;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20627 10158 7633;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20627 5636
7634;;;;;; 364804 0)) 7634;;;;;; 279161 0))
7635;;; Generated autoloads from cedet/ede.el 7635;;; Generated autoloads from cedet/ede.el
7636 7636
7637(defvar global-ede-mode nil "\ 7637(defvar global-ede-mode nil "\
@@ -7658,7 +7658,7 @@ an EDE controlled project.
7658 7658
7659;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7659;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7660;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7660;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7661;;;;;; "emacs-lisp/edebug.el" (20627 10158 364804 0)) 7661;;;;;; "emacs-lisp/edebug.el" (20627 5636 279161 0))
7662;;; Generated autoloads from emacs-lisp/edebug.el 7662;;; Generated autoloads from emacs-lisp/edebug.el
7663 7663
7664(defvar edebug-all-defs nil "\ 7664(defvar edebug-all-defs nil "\
@@ -7731,8 +7731,8 @@ Toggle edebugging of all forms.
7731;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7731;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7732;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7732;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7733;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7733;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7734;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20627 10158 7734;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20627 5636
7735;;;;;; 364804 0)) 7735;;;;;; 279161 0))
7736;;; Generated autoloads from vc/ediff.el 7736;;; Generated autoloads from vc/ediff.el
7737 7737
7738(autoload 'ediff-files "ediff" "\ 7738(autoload 'ediff-files "ediff" "\
@@ -7964,7 +7964,7 @@ With optional NODE, goes to that node.
7964;;;*** 7964;;;***
7965 7965
7966;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7966;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7967;;;;;; (20355 10320 526171 0)) 7967;;;;;; (20533 49334 755743 0))
7968;;; Generated autoloads from vc/ediff-help.el 7968;;; Generated autoloads from vc/ediff-help.el
7969 7969
7970(autoload 'ediff-customize "ediff-help" "\ 7970(autoload 'ediff-customize "ediff-help" "\
@@ -7975,7 +7975,7 @@ With optional NODE, goes to that node.
7975;;;*** 7975;;;***
7976 7976
7977;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7977;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7978;;;;;; (20627 10158 364804 0)) 7978;;;;;; (20627 5636 279161 0))
7979;;; Generated autoloads from vc/ediff-mult.el 7979;;; Generated autoloads from vc/ediff-mult.el
7980 7980
7981(autoload 'ediff-show-registry "ediff-mult" "\ 7981(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7988,7 +7988,7 @@ Display Ediff's registry.
7988;;;*** 7988;;;***
7989 7989
7990;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7990;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7991;;;;;; "ediff-util" "vc/ediff-util.el" (20627 10158 364804 0)) 7991;;;;;; "ediff-util" "vc/ediff-util.el" (20627 5636 279161 0))
7992;;; Generated autoloads from vc/ediff-util.el 7992;;; Generated autoloads from vc/ediff-util.el
7993 7993
7994(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7994(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8009,7 +8009,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8009 8009
8010;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8010;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8011;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8011;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8012;;;;;; (20627 10158 364804 0)) 8012;;;;;; (20627 5636 279161 0))
8013;;; Generated autoloads from edmacro.el 8013;;; Generated autoloads from edmacro.el
8014 8014
8015(autoload 'edit-kbd-macro "edmacro" "\ 8015(autoload 'edit-kbd-macro "edmacro" "\
@@ -8058,7 +8058,7 @@ or nil, use a compact 80-column format.
8058;;;*** 8058;;;***
8059 8059
8060;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8060;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8061;;;;;; "emulation/edt.el" (20627 10158 364804 0)) 8061;;;;;; "emulation/edt.el" (20627 5636 279161 0))
8062;;; Generated autoloads from emulation/edt.el 8062;;; Generated autoloads from emulation/edt.el
8063 8063
8064(autoload 'edt-set-scroll-margins "edt" "\ 8064(autoload 'edt-set-scroll-margins "edt" "\
@@ -8076,7 +8076,7 @@ Turn on EDT Emulation.
8076;;;*** 8076;;;***
8077 8077
8078;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8078;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8079;;;;;; (20627 10158 364804 0)) 8079;;;;;; (20627 5636 279161 0))
8080;;; Generated autoloads from ehelp.el 8080;;; Generated autoloads from ehelp.el
8081 8081
8082(autoload 'with-electric-help "ehelp" "\ 8082(autoload 'with-electric-help "ehelp" "\
@@ -8113,7 +8113,7 @@ BUFFER is put back into its original major mode.
8113;;;*** 8113;;;***
8114 8114
8115;;;### (autoloads (customize-object) "eieio-custom" "emacs-lisp/eieio-custom.el" 8115;;;### (autoloads (customize-object) "eieio-custom" "emacs-lisp/eieio-custom.el"
8116;;;;;; (20627 10158 364804 0)) 8116;;;;;; (20627 5636 279161 0))
8117;;; Generated autoloads from emacs-lisp/eieio-custom.el 8117;;; Generated autoloads from emacs-lisp/eieio-custom.el
8118 8118
8119(autoload 'customize-object "eieio-custom" "\ 8119(autoload 'customize-object "eieio-custom" "\
@@ -8126,7 +8126,7 @@ Optional argument GROUP is the sub-group of slots to display.
8126 8126
8127;;;### (autoloads (eieio-describe-generic eieio-describe-constructor 8127;;;### (autoloads (eieio-describe-generic eieio-describe-constructor
8128;;;;;; eieio-describe-class eieio-browse) "eieio-opt" "emacs-lisp/eieio-opt.el" 8128;;;;;; eieio-describe-class eieio-browse) "eieio-opt" "emacs-lisp/eieio-opt.el"
8129;;;;;; (20627 10158 364804 0)) 8129;;;;;; (20627 5636 279161 0))
8130;;; Generated autoloads from emacs-lisp/eieio-opt.el 8130;;; Generated autoloads from emacs-lisp/eieio-opt.el
8131 8131
8132(autoload 'eieio-browse "eieio-opt" "\ 8132(autoload 'eieio-browse "eieio-opt" "\
@@ -8160,7 +8160,7 @@ Also extracts information about all methods specific to this generic.
8160;;;*** 8160;;;***
8161 8161
8162;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8162;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8163;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20355 10320 526171 0)) 8163;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20533 49334 755743 0))
8164;;; Generated autoloads from emacs-lisp/eldoc.el 8164;;; Generated autoloads from emacs-lisp/eldoc.el
8165 8165
8166(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8166(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8207,7 +8207,7 @@ Emacs Lisp mode) that support ElDoc.")
8207;;;*** 8207;;;***
8208 8208
8209;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 8209;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8210;;;;;; "electric" "electric.el" (20627 10158 364804 0)) 8210;;;;;; "electric" "electric.el" (20627 5636 279161 0))
8211;;; Generated autoloads from electric.el 8211;;; Generated autoloads from electric.el
8212 8212
8213(defvar electric-indent-chars '(10) "\ 8213(defvar electric-indent-chars '(10) "\
@@ -8277,8 +8277,8 @@ The variable `electric-layout-rules' says when and how to insert newlines.
8277 8277
8278;;;*** 8278;;;***
8279 8279
8280;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20355 8280;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20533
8281;;;;;; 10320 526171 0)) 8281;;;;;; 49334 755743 0))
8282;;; Generated autoloads from elide-head.el 8282;;; Generated autoloads from elide-head.el
8283 8283
8284(autoload 'elide-head "elide-head" "\ 8284(autoload 'elide-head "elide-head" "\
@@ -8295,7 +8295,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8295 8295
8296;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 8296;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8297;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 8297;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8298;;;;;; (20627 10158 364804 0)) 8298;;;;;; (20627 5636 279161 0))
8299;;; Generated autoloads from emacs-lisp/elint.el 8299;;; Generated autoloads from emacs-lisp/elint.el
8300 8300
8301(autoload 'elint-file "elint" "\ 8301(autoload 'elint-file "elint" "\
@@ -8332,7 +8332,7 @@ optional prefix argument REINIT is non-nil.
8332 8332
8333;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8333;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8334;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20627 8334;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20627
8335;;;;;; 10158 364804 0)) 8335;;;;;; 5636 279161 0))
8336;;; Generated autoloads from emacs-lisp/elp.el 8336;;; Generated autoloads from emacs-lisp/elp.el
8337 8337
8338(autoload 'elp-instrument-function "elp" "\ 8338(autoload 'elp-instrument-function "elp" "\
@@ -8367,7 +8367,7 @@ displayed.
8367;;;*** 8367;;;***
8368 8368
8369;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" 8369;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el"
8370;;;;;; (20627 10158 364804 0)) 8370;;;;;; (20627 5636 279161 0))
8371;;; Generated autoloads from emacs-lock.el 8371;;; Generated autoloads from emacs-lock.el
8372 8372
8373(autoload 'emacs-lock-mode "emacs-lock" "\ 8373(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8395,7 +8395,7 @@ Other values are interpreted as usual.
8395;;;*** 8395;;;***
8396 8396
8397;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8397;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8398;;;;;; (20635 64271 34718 494000)) 8398;;;;;; (20636 293 40220 0))
8399;;; Generated autoloads from mail/emacsbug.el 8399;;; Generated autoloads from mail/emacsbug.el
8400 8400
8401(autoload 'report-emacs-bug "emacsbug" "\ 8401(autoload 'report-emacs-bug "emacsbug" "\
@@ -8410,7 +8410,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8410;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8410;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8411;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8411;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8412;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8412;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8413;;;;;; "vc/emerge.el" (20627 10158 364804 0)) 8413;;;;;; "vc/emerge.el" (20627 5636 279161 0))
8414;;; Generated autoloads from vc/emerge.el 8414;;; Generated autoloads from vc/emerge.el
8415 8415
8416(autoload 'emerge-files "emerge" "\ 8416(autoload 'emerge-files "emerge" "\
@@ -8471,7 +8471,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8471;;;*** 8471;;;***
8472 8472
8473;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8473;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8474;;;;;; "enriched" "textmodes/enriched.el" (20454 63285 595155 0)) 8474;;;;;; "enriched" "textmodes/enriched.el" (20533 49334 755743 0))
8475;;; Generated autoloads from textmodes/enriched.el 8475;;; Generated autoloads from textmodes/enriched.el
8476 8476
8477(autoload 'enriched-mode "enriched" "\ 8477(autoload 'enriched-mode "enriched" "\
@@ -8512,7 +8512,7 @@ Commands:
8512;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8512;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8513;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8513;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8514;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20627 8514;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20627
8515;;;;;; 10158 364804 0)) 8515;;;;;; 5636 279161 0))
8516;;; Generated autoloads from epa.el 8516;;; Generated autoloads from epa.el
8517 8517
8518(autoload 'epa-list-keys "epa" "\ 8518(autoload 'epa-list-keys "epa" "\
@@ -8690,8 +8690,8 @@ Insert selected KEYS after the point.
8690;;;*** 8690;;;***
8691 8691
8692;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8692;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8693;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20355 10320 8693;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20533 49334
8694;;;;;; 526171 0)) 8694;;;;;; 755743 0))
8695;;; Generated autoloads from epa-dired.el 8695;;; Generated autoloads from epa-dired.el
8696 8696
8697(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8697(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8717,7 +8717,7 @@ Encrypt marked files.
8717;;;*** 8717;;;***
8718 8718
8719;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8719;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8720;;;;;; "epa-file" "epa-file.el" (20355 10320 526171 0)) 8720;;;;;; "epa-file" "epa-file.el" (20533 49334 755743 0))
8721;;; Generated autoloads from epa-file.el 8721;;; Generated autoloads from epa-file.el
8722 8722
8723(autoload 'epa-file-handler "epa-file" "\ 8723(autoload 'epa-file-handler "epa-file" "\
@@ -8739,7 +8739,7 @@ Encrypt marked files.
8739 8739
8740;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8740;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8741;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8741;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8742;;;;;; "epa-mail" "epa-mail.el" (20627 10158 364804 0)) 8742;;;;;; "epa-mail" "epa-mail.el" (20627 5636 279161 0))
8743;;; Generated autoloads from epa-mail.el 8743;;; Generated autoloads from epa-mail.el
8744 8744
8745(autoload 'epa-mail-mode "epa-mail" "\ 8745(autoload 'epa-mail-mode "epa-mail" "\
@@ -8809,8 +8809,8 @@ if ARG is omitted or nil.
8809 8809
8810;;;*** 8810;;;***
8811 8811
8812;;;### (autoloads (epg-make-context) "epg" "epg.el" (20627 10158 8812;;;### (autoloads (epg-make-context) "epg" "epg.el" (20627 5636 279161
8813;;;;;; 364804 0)) 8813;;;;;; 0))
8814;;; Generated autoloads from epg.el 8814;;; Generated autoloads from epg.el
8815 8815
8816(autoload 'epg-make-context "epg" "\ 8816(autoload 'epg-make-context "epg" "\
@@ -8821,7 +8821,7 @@ Return a context object.
8821;;;*** 8821;;;***
8822 8822
8823;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8823;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8824;;;;;; "epg-config" "epg-config.el" (20627 10158 364804 0)) 8824;;;;;; "epg-config" "epg-config.el" (20627 5636 279161 0))
8825;;; Generated autoloads from epg-config.el 8825;;; Generated autoloads from epg-config.el
8826 8826
8827(autoload 'epg-configuration "epg-config" "\ 8827(autoload 'epg-configuration "epg-config" "\
@@ -8842,7 +8842,7 @@ Look at CONFIG and try to expand GROUP.
8842;;;*** 8842;;;***
8843 8843
8844;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args) 8844;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args)
8845;;;;;; "erc" "erc/erc.el" (20642 14916 838290 0)) 8845;;;;;; "erc" "erc/erc.el" (20647 7990 336071 0))
8846;;; Generated autoloads from erc/erc.el 8846;;; Generated autoloads from erc/erc.el
8847 8847
8848(autoload 'erc-select-read-args "erc" "\ 8848(autoload 'erc-select-read-args "erc" "\
@@ -8891,35 +8891,35 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8891;;;*** 8891;;;***
8892 8892
8893;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20627 8893;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20627
8894;;;;;; 10158 364804 0)) 8894;;;;;; 5636 279161 0))
8895;;; Generated autoloads from erc/erc-autoaway.el 8895;;; Generated autoloads from erc/erc-autoaway.el
8896 (autoload 'erc-autoaway-mode "erc-autoaway") 8896 (autoload 'erc-autoaway-mode "erc-autoaway")
8897 8897
8898;;;*** 8898;;;***
8899 8899
8900;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20627 10158 8900;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20627 5636
8901;;;;;; 364804 0)) 8901;;;;;; 279161 0))
8902;;; Generated autoloads from erc/erc-button.el 8902;;; Generated autoloads from erc/erc-button.el
8903 (autoload 'erc-button-mode "erc-button" nil t) 8903 (autoload 'erc-button-mode "erc-button" nil t)
8904 8904
8905;;;*** 8905;;;***
8906 8906
8907;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20627 10158 8907;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20627 5636
8908;;;;;; 364804 0)) 8908;;;;;; 279161 0))
8909;;; Generated autoloads from erc/erc-capab.el 8909;;; Generated autoloads from erc/erc-capab.el
8910 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8910 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8911 8911
8912;;;*** 8912;;;***
8913 8913
8914;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20627 10158 8914;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20627 5636
8915;;;;;; 364804 0)) 8915;;;;;; 279161 0))
8916;;; Generated autoloads from erc/erc-compat.el 8916;;; Generated autoloads from erc/erc-compat.el
8917 (autoload 'erc-define-minor-mode "erc-compat") 8917 (autoload 'erc-define-minor-mode "erc-compat")
8918 8918
8919;;;*** 8919;;;***
8920 8920
8921;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8921;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8922;;;;;; "erc-dcc" "erc/erc-dcc.el" (20627 10158 364804 0)) 8922;;;;;; "erc-dcc" "erc/erc-dcc.el" (20627 5636 279161 0))
8923;;; Generated autoloads from erc/erc-dcc.el 8923;;; Generated autoloads from erc/erc-dcc.el
8924 (autoload 'erc-dcc-mode "erc-dcc") 8924 (autoload 'erc-dcc-mode "erc-dcc")
8925 8925
@@ -8949,7 +8949,7 @@ that subcommand.
8949;;;*** 8949;;;***
8950 8950
8951;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" 8951;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8952;;;;;; (20627 10158 364804 0)) 8952;;;;;; (20627 5636 279161 0))
8953;;; Generated autoloads from erc/erc-desktop-notifications.el 8953;;; Generated autoloads from erc/erc-desktop-notifications.el
8954(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) 8954(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8955 8955
@@ -8959,7 +8959,7 @@ that subcommand.
8959;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8959;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8960;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8960;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8961;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8961;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8962;;;;;; (20627 10158 364804 0)) 8962;;;;;; (20627 5636 279161 0))
8963;;; Generated autoloads from erc/erc-ezbounce.el 8963;;; Generated autoloads from erc/erc-ezbounce.el
8964 8964
8965(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8965(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -9022,7 +9022,7 @@ Add EZBouncer convenience functions to ERC.
9022;;;*** 9022;;;***
9023 9023
9024;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20627 9024;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20627
9025;;;;;; 10158 364804 0)) 9025;;;;;; 5636 279161 0))
9026;;; Generated autoloads from erc/erc-fill.el 9026;;; Generated autoloads from erc/erc-fill.el
9027 (autoload 'erc-fill-mode "erc-fill" nil t) 9027 (autoload 'erc-fill-mode "erc-fill" nil t)
9028 9028
@@ -9035,7 +9035,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9035;;;*** 9035;;;***
9036 9036
9037;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9037;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9038;;;;;; "erc/erc-identd.el" (20627 10158 364804 0)) 9038;;;;;; "erc/erc-identd.el" (20627 5636 279161 0))
9039;;; Generated autoloads from erc/erc-identd.el 9039;;; Generated autoloads from erc/erc-identd.el
9040 (autoload 'erc-identd-mode "erc-identd") 9040 (autoload 'erc-identd-mode "erc-identd")
9041 9041
@@ -9057,7 +9057,7 @@ system.
9057;;;*** 9057;;;***
9058 9058
9059;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9059;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9060;;;;;; (20627 10158 364804 0)) 9060;;;;;; (20627 5636 279161 0))
9061;;; Generated autoloads from erc/erc-imenu.el 9061;;; Generated autoloads from erc/erc-imenu.el
9062 9062
9063(autoload 'erc-create-imenu-index "erc-imenu" "\ 9063(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9067,14 +9067,14 @@ system.
9067 9067
9068;;;*** 9068;;;***
9069 9069
9070;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20627 10158 364804 9070;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20627 5636 279161
9071;;;;;; 0)) 9071;;;;;; 0))
9072;;; Generated autoloads from erc/erc-join.el 9072;;; Generated autoloads from erc/erc-join.el
9073 (autoload 'erc-autojoin-mode "erc-join" nil t) 9073 (autoload 'erc-autojoin-mode "erc-join" nil t)
9074 9074
9075;;;*** 9075;;;***
9076 9076
9077;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20627 10158 364804 9077;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20627 5636 279161
9078;;;;;; 0)) 9078;;;;;; 0))
9079;;; Generated autoloads from erc/erc-list.el 9079;;; Generated autoloads from erc/erc-list.el
9080 (autoload 'erc-list-mode "erc-list") 9080 (autoload 'erc-list-mode "erc-list")
@@ -9082,7 +9082,7 @@ system.
9082;;;*** 9082;;;***
9083 9083
9084;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9084;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9085;;;;;; "erc/erc-log.el" (20627 10158 364804 0)) 9085;;;;;; "erc/erc-log.el" (20627 5636 279161 0))
9086;;; Generated autoloads from erc/erc-log.el 9086;;; Generated autoloads from erc/erc-log.el
9087 (autoload 'erc-log-mode "erc-log" nil t) 9087 (autoload 'erc-log-mode "erc-log" nil t)
9088 9088
@@ -9114,7 +9114,7 @@ You can save every individual message by putting this function on
9114;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9114;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9115;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9115;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9116;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9116;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9117;;;;;; (20627 10158 364804 0)) 9117;;;;;; (20627 5636 279161 0))
9118;;; Generated autoloads from erc/erc-match.el 9118;;; Generated autoloads from erc/erc-match.el
9119 (autoload 'erc-match-mode "erc-match") 9119 (autoload 'erc-match-mode "erc-match")
9120 9120
@@ -9160,7 +9160,7 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9160 9160
9161;;;*** 9161;;;***
9162 9162
9163;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20627 10158 364804 9163;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20627 5636 279161
9164;;;;;; 0)) 9164;;;;;; 0))
9165;;; Generated autoloads from erc/erc-menu.el 9165;;; Generated autoloads from erc/erc-menu.el
9166 (autoload 'erc-menu-mode "erc-menu" nil t) 9166 (autoload 'erc-menu-mode "erc-menu" nil t)
@@ -9168,7 +9168,7 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9168;;;*** 9168;;;***
9169 9169
9170;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9170;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9171;;;;;; (20627 10158 364804 0)) 9171;;;;;; (20627 5636 279161 0))
9172;;; Generated autoloads from erc/erc-netsplit.el 9172;;; Generated autoloads from erc/erc-netsplit.el
9173 (autoload 'erc-netsplit-mode "erc-netsplit") 9173 (autoload 'erc-netsplit-mode "erc-netsplit")
9174 9174
@@ -9180,7 +9180,7 @@ Show who's gone.
9180;;;*** 9180;;;***
9181 9181
9182;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9182;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9183;;;;;; "erc/erc-networks.el" (20627 10158 364804 0)) 9183;;;;;; "erc/erc-networks.el" (20627 5636 279161 0))
9184;;; Generated autoloads from erc/erc-networks.el 9184;;; Generated autoloads from erc/erc-networks.el
9185 9185
9186(autoload 'erc-determine-network "erc-networks" "\ 9186(autoload 'erc-determine-network "erc-networks" "\
@@ -9198,7 +9198,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9198;;;*** 9198;;;***
9199 9199
9200;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9200;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9201;;;;;; "erc/erc-notify.el" (20627 10158 364804 0)) 9201;;;;;; "erc/erc-notify.el" (20627 5636 279161 0))
9202;;; Generated autoloads from erc/erc-notify.el 9202;;; Generated autoloads from erc/erc-notify.el
9203 (autoload 'erc-notify-mode "erc-notify" nil t) 9203 (autoload 'erc-notify-mode "erc-notify" nil t)
9204 9204
@@ -9216,7 +9216,7 @@ with args, toggle notify status of people.
9216 9216
9217;;;*** 9217;;;***
9218 9218
9219;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20627 10158 364804 9219;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20627 5636 279161
9220;;;;;; 0)) 9220;;;;;; 0))
9221;;; Generated autoloads from erc/erc-page.el 9221;;; Generated autoloads from erc/erc-page.el
9222 (autoload 'erc-page-mode "erc-page") 9222 (autoload 'erc-page-mode "erc-page")
@@ -9224,20 +9224,20 @@ with args, toggle notify status of people.
9224;;;*** 9224;;;***
9225 9225
9226;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20627 9226;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20627
9227;;;;;; 10158 364804 0)) 9227;;;;;; 5636 279161 0))
9228;;; Generated autoloads from erc/erc-pcomplete.el 9228;;; Generated autoloads from erc/erc-pcomplete.el
9229 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9229 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9230 9230
9231;;;*** 9231;;;***
9232 9232
9233;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20627 10158 9233;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20627 5636
9234;;;;;; 364804 0)) 9234;;;;;; 279161 0))
9235;;; Generated autoloads from erc/erc-replace.el 9235;;; Generated autoloads from erc/erc-replace.el
9236 (autoload 'erc-replace-mode "erc-replace") 9236 (autoload 'erc-replace-mode "erc-replace")
9237 9237
9238;;;*** 9238;;;***
9239 9239
9240;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20627 10158 364804 9240;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20627 5636 279161
9241;;;;;; 0)) 9241;;;;;; 0))
9242;;; Generated autoloads from erc/erc-ring.el 9242;;; Generated autoloads from erc/erc-ring.el
9243 (autoload 'erc-ring-mode "erc-ring" nil t) 9243 (autoload 'erc-ring-mode "erc-ring" nil t)
@@ -9245,8 +9245,7 @@ with args, toggle notify status of people.
9245;;;*** 9245;;;***
9246 9246
9247;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9247;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9248;;;;;; "erc-services" "erc/erc-services.el" (20627 10158 364804 9248;;;;;; "erc-services" "erc/erc-services.el" (20627 5636 279161 0))
9249;;;;;; 0))
9250;;; Generated autoloads from erc/erc-services.el 9249;;; Generated autoloads from erc/erc-services.el
9251 (autoload 'erc-services-mode "erc-services" nil t) 9250 (autoload 'erc-services-mode "erc-services" nil t)
9252 9251
@@ -9263,15 +9262,15 @@ When called interactively, read the password using `read-passwd'.
9263 9262
9264;;;*** 9263;;;***
9265 9264
9266;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20627 10158 9265;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20627 5636
9267;;;;;; 364804 0)) 9266;;;;;; 279161 0))
9268;;; Generated autoloads from erc/erc-sound.el 9267;;; Generated autoloads from erc/erc-sound.el
9269 (autoload 'erc-sound-mode "erc-sound") 9268 (autoload 'erc-sound-mode "erc-sound")
9270 9269
9271;;;*** 9270;;;***
9272 9271
9273;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9272;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9274;;;;;; (20627 10158 364804 0)) 9273;;;;;; (20627 5636 279161 0))
9275;;; Generated autoloads from erc/erc-speedbar.el 9274;;; Generated autoloads from erc/erc-speedbar.el
9276 9275
9277(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9276(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9283,21 +9282,21 @@ This will add a speedbar major display mode.
9283;;;*** 9282;;;***
9284 9283
9285;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20627 9284;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20627
9286;;;;;; 10158 364804 0)) 9285;;;;;; 5636 279161 0))
9287;;; Generated autoloads from erc/erc-spelling.el 9286;;; Generated autoloads from erc/erc-spelling.el
9288 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9287 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9289 9288
9290;;;*** 9289;;;***
9291 9290
9292;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20627 10158 9291;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20627 5636
9293;;;;;; 364804 0)) 9292;;;;;; 279161 0))
9294;;; Generated autoloads from erc/erc-stamp.el 9293;;; Generated autoloads from erc/erc-stamp.el
9295 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9294 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9296 9295
9297;;;*** 9296;;;***
9298 9297
9299;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9298;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9300;;;;;; (20627 10158 364804 0)) 9299;;;;;; (20627 5636 279161 0))
9301;;; Generated autoloads from erc/erc-track.el 9300;;; Generated autoloads from erc/erc-track.el
9302 9301
9303(defvar erc-track-minor-mode nil "\ 9302(defvar erc-track-minor-mode nil "\
@@ -9323,8 +9322,7 @@ keybindings will not do anything useful.
9323;;;*** 9322;;;***
9324 9323
9325;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9324;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9326;;;;;; "erc-truncate" "erc/erc-truncate.el" (20627 10158 364804 9325;;;;;; "erc-truncate" "erc/erc-truncate.el" (20627 5636 279161 0))
9327;;;;;; 0))
9328;;; Generated autoloads from erc/erc-truncate.el 9326;;; Generated autoloads from erc/erc-truncate.el
9329 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9327 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9330 9328
@@ -9344,7 +9342,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9344;;;*** 9342;;;***
9345 9343
9346;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9344;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9347;;;;;; (20627 10158 364804 0)) 9345;;;;;; (20627 5636 279161 0))
9348;;; Generated autoloads from erc/erc-xdcc.el 9346;;; Generated autoloads from erc/erc-xdcc.el
9349 (autoload 'erc-xdcc-mode "erc-xdcc") 9347 (autoload 'erc-xdcc-mode "erc-xdcc")
9350 9348
@@ -9357,7 +9355,7 @@ Add a file to `erc-xdcc-files'.
9357 9355
9358;;;### (autoloads (ert-describe-test ert-run-tests-interactively 9356;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9359;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) 9357;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9360;;;;;; "ert" "emacs-lisp/ert.el" (20650 54487 639712 0)) 9358;;;;;; "ert" "emacs-lisp/ert.el" (20650 61387 498451 0))
9361;;; Generated autoloads from emacs-lisp/ert.el 9359;;; Generated autoloads from emacs-lisp/ert.el
9362 9360
9363(autoload 'ert-deftest "ert" "\ 9361(autoload 'ert-deftest "ert" "\
@@ -9423,7 +9421,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9423;;;*** 9421;;;***
9424 9422
9425;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" 9423;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
9426;;;;;; (20627 10158 364804 0)) 9424;;;;;; (20627 5636 279161 0))
9427;;; Generated autoloads from emacs-lisp/ert-x.el 9425;;; Generated autoloads from emacs-lisp/ert-x.el
9428 9426
9429(put 'ert-with-test-buffer 'lisp-indent-function 1) 9427(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9436,7 +9434,7 @@ Kill all test buffers that are still live.
9436;;;*** 9434;;;***
9437 9435
9438;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20627 9436;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20627
9439;;;;;; 10158 364804 0)) 9437;;;;;; 5636 279161 0))
9440;;; Generated autoloads from eshell/esh-mode.el 9438;;; Generated autoloads from eshell/esh-mode.el
9441 9439
9442(autoload 'eshell-mode "esh-mode" "\ 9440(autoload 'eshell-mode "esh-mode" "\
@@ -9449,7 +9447,7 @@ Emacs shell interactive mode.
9449;;;*** 9447;;;***
9450 9448
9451;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 9449;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9452;;;;;; "eshell/eshell.el" (20627 10158 364804 0)) 9450;;;;;; "eshell/eshell.el" (20627 5636 279161 0))
9453;;; Generated autoloads from eshell/eshell.el 9451;;; Generated autoloads from eshell/eshell.el
9454 9452
9455(autoload 'eshell "eshell" "\ 9453(autoload 'eshell "eshell" "\
@@ -9490,7 +9488,7 @@ corresponding to a successful execution.
9490;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9488;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9491;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9489;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9492;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9490;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9493;;;;;; (20627 10158 364804 0)) 9491;;;;;; (20627 5636 279161 0))
9494;;; Generated autoloads from progmodes/etags.el 9492;;; Generated autoloads from progmodes/etags.el
9495 9493
9496(defvar tags-file-name nil "\ 9494(defvar tags-file-name nil "\
@@ -9808,7 +9806,7 @@ for \\[find-tag] (which see).
9808;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9806;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9809;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9807;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9810;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9808;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9811;;;;;; (20627 10158 364804 0)) 9809;;;;;; (20627 5636 279161 0))
9812;;; Generated autoloads from language/ethio-util.el 9810;;; Generated autoloads from language/ethio-util.el
9813 9811
9814(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9812(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9978,7 +9976,7 @@ With ARG, insert that many delimiters.
9978 9976
9979;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9977;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9980;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9978;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9981;;;;;; (20627 10158 364804 0)) 9979;;;;;; (20627 5636 279161 0))
9982;;; Generated autoloads from net/eudc.el 9980;;; Generated autoloads from net/eudc.el
9983 9981
9984(autoload 'eudc-set-server "eudc" "\ 9982(autoload 'eudc-set-server "eudc" "\
@@ -10034,7 +10032,7 @@ This does nothing except loading eudc by autoload side-effect.
10034 10032
10035;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10033;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10036;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10034;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10037;;;;;; "eudc-bob" "net/eudc-bob.el" (20355 10320 526171 0)) 10035;;;;;; "eudc-bob" "net/eudc-bob.el" (20533 49334 755743 0))
10038;;; Generated autoloads from net/eudc-bob.el 10036;;; Generated autoloads from net/eudc-bob.el
10039 10037
10040(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10038(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10070,7 +10068,7 @@ Display a button for the JPEG DATA.
10070;;;*** 10068;;;***
10071 10069
10072;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10070;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10073;;;;;; "eudc-export" "net/eudc-export.el" (20355 10320 526171 0)) 10071;;;;;; "eudc-export" "net/eudc-export.el" (20533 49334 755743 0))
10074;;; Generated autoloads from net/eudc-export.el 10072;;; Generated autoloads from net/eudc-export.el
10075 10073
10076(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 10074(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10087,7 +10085,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10087;;;*** 10085;;;***
10088 10086
10089;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10087;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10090;;;;;; (20355 10320 526171 0)) 10088;;;;;; (20533 49334 755743 0))
10091;;; Generated autoloads from net/eudc-hotlist.el 10089;;; Generated autoloads from net/eudc-hotlist.el
10092 10090
10093(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10091(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10098,7 +10096,7 @@ Edit the hotlist of directory servers in a specialized buffer.
10098;;;*** 10096;;;***
10099 10097
10100;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20627 10098;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20627
10101;;;;;; 10158 364804 0)) 10099;;;;;; 5636 279161 0))
10102;;; Generated autoloads from emacs-lisp/ewoc.el 10100;;; Generated autoloads from emacs-lisp/ewoc.el
10103 10101
10104(autoload 'ewoc-create "ewoc" "\ 10102(autoload 'ewoc-create "ewoc" "\
@@ -10127,7 +10125,7 @@ fourth arg NOSEP non-nil inhibits this.
10127;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10125;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10128;;;;;; executable-self-display executable-set-magic executable-interpret 10126;;;;;; executable-self-display executable-set-magic executable-interpret
10129;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10127;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10130;;;;;; (20627 10158 364804 0)) 10128;;;;;; (20627 5636 279161 0))
10131;;; Generated autoloads from progmodes/executable.el 10129;;; Generated autoloads from progmodes/executable.el
10132 10130
10133(autoload 'executable-command-find-posix-p "executable" "\ 10131(autoload 'executable-command-find-posix-p "executable" "\
@@ -10170,7 +10168,7 @@ file modes.
10170 10168
10171;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10169;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10172;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 10170;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10173;;;;;; (20355 10320 526171 0)) 10171;;;;;; (20533 49334 755743 0))
10174;;; Generated autoloads from expand.el 10172;;; Generated autoloads from expand.el
10175 10173
10176(autoload 'expand-add-abbrevs "expand" "\ 10174(autoload 'expand-add-abbrevs "expand" "\
@@ -10219,8 +10217,8 @@ This is used only in conjunction with `expand-add-abbrevs'.
10219 10217
10220;;;*** 10218;;;***
10221 10219
10222;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20627 10158 10220;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20627 5636
10223;;;;;; 364804 0)) 10221;;;;;; 279161 0))
10224;;; Generated autoloads from progmodes/f90.el 10222;;; Generated autoloads from progmodes/f90.el
10225 10223
10226(autoload 'f90-mode "f90" "\ 10224(autoload 'f90-mode "f90" "\
@@ -10291,7 +10289,7 @@ with no args, if that value is non-nil.
10291;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 10289;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10292;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 10290;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10293;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20627 10291;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20627
10294;;;;;; 10158 364804 0)) 10292;;;;;; 5636 279161 0))
10295;;; Generated autoloads from face-remap.el 10293;;; Generated autoloads from face-remap.el
10296 10294
10297(autoload 'face-remap-add-relative "face-remap" "\ 10295(autoload 'face-remap-add-relative "face-remap" "\
@@ -10454,8 +10452,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10454 10452
10455;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10453;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10456;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10454;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10457;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20627 10158 10455;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20627 5636
10458;;;;;; 364804 0)) 10456;;;;;; 279161 0))
10459;;; Generated autoloads from mail/feedmail.el 10457;;; Generated autoloads from mail/feedmail.el
10460 10458
10461(autoload 'feedmail-send-it "feedmail" "\ 10459(autoload 'feedmail-send-it "feedmail" "\
@@ -10510,7 +10508,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10510 10508
10511;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point 10509;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point
10512;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap" 10510;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap"
10513;;;;;; "ffap.el" (20627 10158 364804 0)) 10511;;;;;; "ffap.el" (20672 2821 649863 462000))
10514;;; Generated autoloads from ffap.el 10512;;; Generated autoloads from ffap.el
10515 10513
10516(autoload 'ffap-next "ffap" "\ 10514(autoload 'ffap-next "ffap" "\
@@ -10576,7 +10574,7 @@ Evaluate the forms in variable `ffap-bindings'.
10576;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10574;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10577;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10575;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10578;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10576;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10579;;;;;; "filecache" "filecache.el" (20647 32836 194497 0)) 10577;;;;;; "filecache" "filecache.el" (20647 10560 862170 56000))
10580;;; Generated autoloads from filecache.el 10578;;; Generated autoloads from filecache.el
10581 10579
10582(autoload 'file-cache-add-directory "filecache" "\ 10580(autoload 'file-cache-add-directory "filecache" "\
@@ -10636,8 +10634,8 @@ the name is considered already unique; only the second substitution
10636;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10634;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10637;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 10635;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10638;;;;;; add-file-local-variable-prop-line delete-file-local-variable 10636;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10639;;;;;; add-file-local-variable) "files-x" "files-x.el" (20627 10158 10637;;;;;; add-file-local-variable) "files-x" "files-x.el" (20627 5636
10640;;;;;; 364804 0)) 10638;;;;;; 279161 0))
10641;;; Generated autoloads from files-x.el 10639;;; Generated autoloads from files-x.el
10642 10640
10643(autoload 'add-file-local-variable "files-x" "\ 10641(autoload 'add-file-local-variable "files-x" "\
@@ -10703,7 +10701,7 @@ Copy directory-local variables to the -*- line.
10703;;;*** 10701;;;***
10704 10702
10705;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20627 10703;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20627
10706;;;;;; 10158 364804 0)) 10704;;;;;; 5636 279161 0))
10707;;; Generated autoloads from filesets.el 10705;;; Generated autoloads from filesets.el
10708 10706
10709(autoload 'filesets-init "filesets" "\ 10707(autoload 'filesets-init "filesets" "\
@@ -10714,8 +10712,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10714 10712
10715;;;*** 10713;;;***
10716 10714
10717;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20355 10320 10715;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20533 49334
10718;;;;;; 526171 0)) 10716;;;;;; 755743 0))
10719;;; Generated autoloads from find-cmd.el 10717;;; Generated autoloads from find-cmd.el
10720 10718
10721(autoload 'find-cmd "find-cmd" "\ 10719(autoload 'find-cmd "find-cmd" "\
@@ -10735,7 +10733,7 @@ result is a string that should be ready for the command line.
10735;;;*** 10733;;;***
10736 10734
10737;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" 10735;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10738;;;;;; "find-dired.el" (20355 10320 526171 0)) 10736;;;;;; "find-dired.el" (20533 49334 755743 0))
10739;;; Generated autoloads from find-dired.el 10737;;; Generated autoloads from find-dired.el
10740 10738
10741(autoload 'find-dired "find-dired" "\ 10739(autoload 'find-dired "find-dired" "\
@@ -10775,7 +10773,7 @@ use in place of \"-ls\" as the final argument.
10775 10773
10776;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10774;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10777;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs) 10775;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs)
10778;;;;;; "find-file" "find-file.el" (20627 10158 364804 0)) 10776;;;;;; "find-file" "find-file.el" (20627 5636 279161 0))
10779;;; Generated autoloads from find-file.el 10777;;; Generated autoloads from find-file.el
10780 10778
10781(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10779(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10871,7 +10869,7 @@ Visit the file you click on in another window.
10871;;;;;; find-variable find-variable-noselect find-function-other-frame 10869;;;;;; find-variable find-variable-noselect find-function-other-frame
10872;;;;;; find-function-other-window find-function find-function-noselect 10870;;;;;; find-function-other-window find-function find-function-noselect
10873;;;;;; find-function-search-for-symbol find-library) "find-func" 10871;;;;;; find-function-search-for-symbol find-library) "find-func"
10874;;;;;; "emacs-lisp/find-func.el" (20627 10158 364804 0)) 10872;;;;;; "emacs-lisp/find-func.el" (20627 5636 279161 0))
10875;;; Generated autoloads from emacs-lisp/find-func.el 10873;;; Generated autoloads from emacs-lisp/find-func.el
10876 10874
10877(autoload 'find-library "find-func" "\ 10875(autoload 'find-library "find-func" "\
@@ -11030,8 +11028,8 @@ Define some key bindings for the find-function family of functions.
11030;;;*** 11028;;;***
11031 11029
11032;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 11030;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11033;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20355 10320 11031;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20533 49334
11034;;;;;; 526171 0)) 11032;;;;;; 755743 0))
11035;;; Generated autoloads from find-lisp.el 11033;;; Generated autoloads from find-lisp.el
11036 11034
11037(autoload 'find-lisp-find-dired "find-lisp" "\ 11035(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11052,7 +11050,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
11052;;;*** 11050;;;***
11053 11051
11054;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11052;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11055;;;;;; "finder" "finder.el" (20355 10320 526171 0)) 11053;;;;;; "finder" "finder.el" (20533 49334 755743 0))
11056;;; Generated autoloads from finder.el 11054;;; Generated autoloads from finder.el
11057 11055
11058(autoload 'finder-list-keywords "finder" "\ 11056(autoload 'finder-list-keywords "finder" "\
@@ -11074,7 +11072,7 @@ Find packages matching a given keyword.
11074;;;*** 11072;;;***
11075 11073
11076;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 11074;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11077;;;;;; "flow-ctrl.el" (20627 10158 364804 0)) 11075;;;;;; "flow-ctrl.el" (20627 5636 279161 0))
11078;;; Generated autoloads from flow-ctrl.el 11076;;; Generated autoloads from flow-ctrl.el
11079 11077
11080(autoload 'enable-flow-control "flow-ctrl" "\ 11078(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11096,7 +11094,7 @@ to get the effect of a C-q.
11096;;;*** 11094;;;***
11097 11095
11098;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11096;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11099;;;;;; (20355 10320 526171 0)) 11097;;;;;; (20533 49334 755743 0))
11100;;; Generated autoloads from gnus/flow-fill.el 11098;;; Generated autoloads from gnus/flow-fill.el
11101 11099
11102(autoload 'fill-flowed-encode "flow-fill" "\ 11100(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11112,8 +11110,8 @@ to get the effect of a C-q.
11112;;;*** 11110;;;***
11113 11111
11114;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on 11112;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
11115;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20640 59606 11113;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20641 21435
11116;;;;;; 177243 0)) 11114;;;;;; 927560 0))
11117;;; Generated autoloads from progmodes/flymake.el 11115;;; Generated autoloads from progmodes/flymake.el
11118 11116
11119(autoload 'flymake-mode "flymake" "\ 11117(autoload 'flymake-mode "flymake" "\
@@ -11143,7 +11141,7 @@ Turn flymake mode off.
11143 11141
11144;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11142;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11145;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11143;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11146;;;;;; "flyspell" "textmodes/flyspell.el" (20627 10158 364804 0)) 11144;;;;;; "flyspell" "textmodes/flyspell.el" (20627 5636 279161 0))
11147;;; Generated autoloads from textmodes/flyspell.el 11145;;; Generated autoloads from textmodes/flyspell.el
11148 11146
11149(autoload 'flyspell-prog-mode "flyspell" "\ 11147(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11215,7 +11213,7 @@ Flyspell whole buffer.
11215 11213
11216;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11214;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11217;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11215;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11218;;;;;; (20627 10158 364804 0)) 11216;;;;;; (20627 5636 279161 0))
11219;;; Generated autoloads from follow.el 11217;;; Generated autoloads from follow.el
11220 11218
11221(autoload 'turn-on-follow-mode "follow" "\ 11219(autoload 'turn-on-follow-mode "follow" "\
@@ -11284,7 +11282,7 @@ selected if the original window is the first one in the frame.
11284;;;*** 11282;;;***
11285 11283
11286;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20627 11284;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20627
11287;;;;;; 10158 364804 0)) 11285;;;;;; 5636 279161 0))
11288;;; Generated autoloads from mail/footnote.el 11286;;; Generated autoloads from mail/footnote.el
11289 11287
11290(autoload 'footnote-mode "footnote" "\ 11288(autoload 'footnote-mode "footnote" "\
@@ -11303,7 +11301,7 @@ play around with the following keys:
11303;;;*** 11301;;;***
11304 11302
11305;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11303;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11306;;;;;; "forms" "forms.el" (20627 10158 364804 0)) 11304;;;;;; "forms" "forms.el" (20627 5636 279161 0))
11307;;; Generated autoloads from forms.el 11305;;; Generated autoloads from forms.el
11308 11306
11309(autoload 'forms-mode "forms" "\ 11307(autoload 'forms-mode "forms" "\
@@ -11340,7 +11338,7 @@ Visit a file in Forms mode in other window.
11340;;;*** 11338;;;***
11341 11339
11342;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11340;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11343;;;;;; (20627 10158 364804 0)) 11341;;;;;; (20627 5636 279161 0))
11344;;; Generated autoloads from progmodes/fortran.el 11342;;; Generated autoloads from progmodes/fortran.el
11345 11343
11346(autoload 'fortran-mode "fortran" "\ 11344(autoload 'fortran-mode "fortran" "\
@@ -11418,8 +11416,8 @@ with no args, if that value is non-nil.
11418;;;*** 11416;;;***
11419 11417
11420;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11418;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11421;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20355 10320 11419;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20533 49334
11422;;;;;; 526171 0)) 11420;;;;;; 755743 0))
11423;;; Generated autoloads from play/fortune.el 11421;;; Generated autoloads from play/fortune.el
11424 11422
11425(autoload 'fortune-add-fortune "fortune" "\ 11423(autoload 'fortune-add-fortune "fortune" "\
@@ -11468,7 +11466,7 @@ and choose the directory as the fortune-file.
11468;;;*** 11466;;;***
11469 11467
11470;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 11468;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11471;;;;;; (20627 10158 364804 0)) 11469;;;;;; (20627 5636 279161 0))
11472;;; Generated autoloads from progmodes/gdb-mi.el 11470;;; Generated autoloads from progmodes/gdb-mi.el
11473 11471
11474(defvar gdb-enable-debug nil "\ 11472(defvar gdb-enable-debug nil "\
@@ -11547,7 +11545,7 @@ detailed description of this mode.
11547 11545
11548;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11546;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11549;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20627 11547;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20627
11550;;;;;; 10158 364804 0)) 11548;;;;;; 5636 279161 0))
11551;;; Generated autoloads from emacs-lisp/generic.el 11549;;; Generated autoloads from emacs-lisp/generic.el
11552 11550
11553(defvar generic-mode-list nil "\ 11551(defvar generic-mode-list nil "\
@@ -11626,7 +11624,7 @@ regular expression that can be used as an element of
11626;;;*** 11624;;;***
11627 11625
11628;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11626;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11629;;;;;; (20627 10158 364804 0)) 11627;;;;;; (20627 5636 279161 0))
11630;;; Generated autoloads from progmodes/glasses.el 11628;;; Generated autoloads from progmodes/glasses.el
11631 11629
11632(autoload 'glasses-mode "glasses" "\ 11630(autoload 'glasses-mode "glasses" "\
@@ -11642,7 +11640,7 @@ add virtual separators (like underscores) at places they belong to.
11642 11640
11643;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11641;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11644;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11642;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11645;;;;;; (20355 10320 526171 0)) 11643;;;;;; (20533 49334 755743 0))
11646;;; Generated autoloads from gnus/gmm-utils.el 11644;;; Generated autoloads from gnus/gmm-utils.el
11647 11645
11648(autoload 'gmm-regexp-concat "gmm-utils" "\ 11646(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11697,8 +11695,8 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11697;;;*** 11695;;;***
11698 11696
11699;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11697;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11700;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20627 10158 11698;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20627 5636 279161
11701;;;;;; 364804 0)) 11699;;;;;; 0))
11702;;; Generated autoloads from gnus/gnus.el 11700;;; Generated autoloads from gnus/gnus.el
11703(when (fboundp 'custom-autoload) 11701(when (fboundp 'custom-autoload)
11704 (custom-autoload 'gnus-select-method "gnus")) 11702 (custom-autoload 'gnus-select-method "gnus"))
@@ -11751,7 +11749,7 @@ prompt the user for the name of an NNTP server to use.
11751;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11749;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11752;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11750;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11753;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11751;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11754;;;;;; "gnus/gnus-agent.el" (20627 10158 364804 0)) 11752;;;;;; "gnus/gnus-agent.el" (20627 5636 279161 0))
11755;;; Generated autoloads from gnus/gnus-agent.el 11753;;; Generated autoloads from gnus/gnus-agent.el
11756 11754
11757(autoload 'gnus-unplugged "gnus-agent" "\ 11755(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11842,7 +11840,7 @@ If CLEAN, obsolete (ignore).
11842;;;*** 11840;;;***
11843 11841
11844;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11842;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11845;;;;;; (20627 10158 364804 0)) 11843;;;;;; (20627 5636 279161 0))
11846;;; Generated autoloads from gnus/gnus-art.el 11844;;; Generated autoloads from gnus/gnus-art.el
11847 11845
11848(autoload 'gnus-article-prepare-display "gnus-art" "\ 11846(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11853,7 +11851,7 @@ Make the current buffer look like a nice article.
11853;;;*** 11851;;;***
11854 11852
11855;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11853;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11856;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20355 10320 526171 11854;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20533 49334 755743
11857;;;;;; 0)) 11855;;;;;; 0))
11858;;; Generated autoloads from gnus/gnus-bookmark.el 11856;;; Generated autoloads from gnus/gnus-bookmark.el
11859 11857
@@ -11879,8 +11877,8 @@ deletion, or > if it is flagged for displaying.
11879 11877
11880;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11878;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11881;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11879;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11882;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20355 11880;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20533
11883;;;;;; 10320 526171 0)) 11881;;;;;; 49334 755743 0))
11884;;; Generated autoloads from gnus/gnus-cache.el 11882;;; Generated autoloads from gnus/gnus-cache.el
11885 11883
11886(autoload 'gnus-jog-cache "gnus-cache" "\ 11884(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11922,7 +11920,7 @@ supported.
11922;;;*** 11920;;;***
11923 11921
11924;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11922;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11925;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20355 10320 526171 0)) 11923;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20533 49334 755743 0))
11926;;; Generated autoloads from gnus/gnus-delay.el 11924;;; Generated autoloads from gnus/gnus-delay.el
11927 11925
11928(autoload 'gnus-delay-article "gnus-delay" "\ 11926(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11958,7 +11956,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11958;;;*** 11956;;;***
11959 11957
11960;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11958;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11961;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20642 14916 838290 0)) 11959;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20647 7990 336071 0))
11962;;; Generated autoloads from gnus/gnus-diary.el 11960;;; Generated autoloads from gnus/gnus-diary.el
11963 11961
11964(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11962(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11974,7 +11972,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11974;;;*** 11972;;;***
11975 11973
11976;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11974;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11977;;;;;; (20355 10320 526171 0)) 11975;;;;;; (20533 49334 755743 0))
11978;;; Generated autoloads from gnus/gnus-dired.el 11976;;; Generated autoloads from gnus/gnus-dired.el
11979 11977
11980(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11978(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11985,7 +11983,7 @@ Convenience method to turn on gnus-dired-mode.
11985;;;*** 11983;;;***
11986 11984
11987;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11985;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11988;;;;;; (20355 10320 526171 0)) 11986;;;;;; (20533 49334 755743 0))
11989;;; Generated autoloads from gnus/gnus-draft.el 11987;;; Generated autoloads from gnus/gnus-draft.el
11990 11988
11991(autoload 'gnus-draft-reminder "gnus-draft" "\ 11989(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11998,7 +11996,7 @@ Reminder user if there are unsent drafts.
11998;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11996;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11999;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11997;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12000;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20627 11998;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20627
12001;;;;;; 10158 364804 0)) 11999;;;;;; 5636 279161 0))
12002;;; Generated autoloads from gnus/gnus-fun.el 12000;;; Generated autoloads from gnus/gnus-fun.el
12003 12001
12004(autoload 'gnus-random-x-face "gnus-fun" "\ 12002(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -12043,7 +12041,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12043;;;*** 12041;;;***
12044 12042
12045;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 12043;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
12046;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20355 10320 526171 12044;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20533 49334 755743
12047;;;;;; 0)) 12045;;;;;; 0))
12048;;; Generated autoloads from gnus/gnus-gravatar.el 12046;;; Generated autoloads from gnus/gnus-gravatar.el
12049 12047
@@ -12062,7 +12060,7 @@ If gravatars are already displayed, remove them.
12062;;;*** 12060;;;***
12063 12061
12064;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12062;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12065;;;;;; "gnus-group" "gnus/gnus-group.el" (20627 10158 364804 0)) 12063;;;;;; "gnus-group" "gnus/gnus-group.el" (20627 5636 279161 0))
12066;;; Generated autoloads from gnus/gnus-group.el 12064;;; Generated autoloads from gnus/gnus-group.el
12067 12065
12068(autoload 'gnus-fetch-group "gnus-group" "\ 12066(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12080,7 +12078,7 @@ Pop up a frame and enter GROUP.
12080;;;*** 12078;;;***
12081 12079
12082;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 12080;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
12083;;;;;; "gnus/gnus-html.el" (20355 10320 526171 0)) 12081;;;;;; "gnus/gnus-html.el" (20533 49334 755743 0))
12084;;; Generated autoloads from gnus/gnus-html.el 12082;;; Generated autoloads from gnus/gnus-html.el
12085 12083
12086(autoload 'gnus-article-html "gnus-html" "\ 12084(autoload 'gnus-article-html "gnus-html" "\
@@ -12096,7 +12094,7 @@ Pop up a frame and enter GROUP.
12096;;;*** 12094;;;***
12097 12095
12098;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 12096;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12099;;;;;; (20627 10158 364804 0)) 12097;;;;;; (20627 5636 279161 0))
12100;;; Generated autoloads from gnus/gnus-kill.el 12098;;; Generated autoloads from gnus/gnus-kill.el
12101 12099
12102(defalias 'gnus-batch-kill 'gnus-batch-score) 12100(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12111,7 +12109,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12111 12109
12112;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12110;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12113;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12111;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12114;;;;;; (20355 10320 526171 0)) 12112;;;;;; (20533 49334 755743 0))
12115;;; Generated autoloads from gnus/gnus-ml.el 12113;;; Generated autoloads from gnus/gnus-ml.el
12116 12114
12117(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12115(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12136,7 +12134,7 @@ Minor mode for providing mailing-list commands.
12136 12134
12137;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12135;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12138;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12136;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12139;;;;;; (20355 10320 526171 0)) 12137;;;;;; (20533 49334 755743 0))
12140;;; Generated autoloads from gnus/gnus-mlspl.el 12138;;; Generated autoloads from gnus/gnus-mlspl.el
12141 12139
12142(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12140(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12237,7 +12235,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12237;;;*** 12235;;;***
12238 12236
12239;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12237;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12240;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20627 10158 364804 0)) 12238;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20627 5636 279161 0))
12241;;; Generated autoloads from gnus/gnus-msg.el 12239;;; Generated autoloads from gnus/gnus-msg.el
12242 12240
12243(autoload 'gnus-msg-mail "gnus-msg" "\ 12241(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12264,7 +12262,7 @@ Like `message-reply'.
12264;;;*** 12262;;;***
12265 12263
12266;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el" 12264;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el"
12267;;;;;; (20627 10158 364804 0)) 12265;;;;;; (20627 5636 279161 0))
12268;;; Generated autoloads from gnus/gnus-notifications.el 12266;;; Generated autoloads from gnus/gnus-notifications.el
12269 12267
12270(autoload 'gnus-notifications "gnus-notifications" "\ 12268(autoload 'gnus-notifications "gnus-notifications" "\
@@ -12282,7 +12280,7 @@ This is typically a function to add in
12282 12280
12283;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12281;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12284;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12282;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12285;;;;;; (20627 10158 364804 0)) 12283;;;;;; (20627 5636 279161 0))
12286;;; Generated autoloads from gnus/gnus-picon.el 12284;;; Generated autoloads from gnus/gnus-picon.el
12287 12285
12288(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12286(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12309,7 +12307,7 @@ If picons are already displayed, remove them.
12309;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12307;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12310;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12308;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12311;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12309;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12312;;;;;; "gnus/gnus-range.el" (20627 10158 364804 0)) 12310;;;;;; "gnus/gnus-range.el" (20627 5636 279161 0))
12313;;; Generated autoloads from gnus/gnus-range.el 12311;;; Generated autoloads from gnus/gnus-range.el
12314 12312
12315(autoload 'gnus-sorted-difference "gnus-range" "\ 12313(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12377,7 +12375,7 @@ Add NUM into sorted LIST by side effect.
12377;;;*** 12375;;;***
12378 12376
12379;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12377;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12380;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20627 10158 364804 12378;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20627 5636 279161
12381;;;;;; 0)) 12379;;;;;; 0))
12382;;; Generated autoloads from gnus/gnus-registry.el 12380;;; Generated autoloads from gnus/gnus-registry.el
12383 12381
@@ -12394,8 +12392,8 @@ Install the registry hooks.
12394;;;*** 12392;;;***
12395 12393
12396;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12394;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12397;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20355 12395;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20533
12398;;;;;; 10320 526171 0)) 12396;;;;;; 49334 755743 0))
12399;;; Generated autoloads from gnus/gnus-sieve.el 12397;;; Generated autoloads from gnus/gnus-sieve.el
12400 12398
12401(autoload 'gnus-sieve-update "gnus-sieve" "\ 12399(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12423,7 +12421,7 @@ See the documentation for these variables and functions for details.
12423;;;*** 12421;;;***
12424 12422
12425;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12423;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12426;;;;;; (20627 10158 364804 0)) 12424;;;;;; (20627 5636 279161 0))
12427;;; Generated autoloads from gnus/gnus-spec.el 12425;;; Generated autoloads from gnus/gnus-spec.el
12428 12426
12429(autoload 'gnus-update-format "gnus-spec" "\ 12427(autoload 'gnus-update-format "gnus-spec" "\
@@ -12434,7 +12432,7 @@ Update the format specification near point.
12434;;;*** 12432;;;***
12435 12433
12436;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 12434;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12437;;;;;; (20627 10158 364804 0)) 12435;;;;;; (20627 5636 279161 0))
12438;;; Generated autoloads from gnus/gnus-start.el 12436;;; Generated autoloads from gnus/gnus-start.el
12439 12437
12440(autoload 'gnus-declare-backend "gnus-start" "\ 12438(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12445,7 +12443,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12445;;;*** 12443;;;***
12446 12444
12447;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 12445;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12448;;;;;; (20627 10158 364804 0)) 12446;;;;;; (20668 15056 236206 0))
12449;;; Generated autoloads from gnus/gnus-sum.el 12447;;; Generated autoloads from gnus/gnus-sum.el
12450 12448
12451(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12449(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12457,7 +12455,7 @@ BOOKMARK is a bookmark name or a bookmark record.
12457;;;*** 12455;;;***
12458 12456
12459;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 12457;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
12460;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20627 10158 364804 0)) 12458;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20668 15056 236206 0))
12461;;; Generated autoloads from gnus/gnus-sync.el 12459;;; Generated autoloads from gnus/gnus-sync.el
12462 12460
12463(autoload 'gnus-sync-initialize "gnus-sync" "\ 12461(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12473,7 +12471,7 @@ Install the sync hooks.
12473;;;*** 12471;;;***
12474 12472
12475;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12473;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12476;;;;;; (20627 10158 364804 0)) 12474;;;;;; (20627 5636 279161 0))
12477;;; Generated autoloads from gnus/gnus-win.el 12475;;; Generated autoloads from gnus/gnus-win.el
12478 12476
12479(autoload 'gnus-add-configuration "gnus-win" "\ 12477(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12484,7 +12482,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12484;;;*** 12482;;;***
12485 12483
12486;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" 12484;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12487;;;;;; (20627 10158 364804 0)) 12485;;;;;; (20627 5636 279161 0))
12488;;; Generated autoloads from net/gnutls.el 12486;;; Generated autoloads from net/gnutls.el
12489 12487
12490(defvar gnutls-min-prime-bits 256 "\ 12488(defvar gnutls-min-prime-bits 256 "\
@@ -12500,8 +12498,8 @@ A value of nil says to use the default GnuTLS value.")
12500 12498
12501;;;*** 12499;;;***
12502 12500
12503;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20627 10158 12501;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20627 5636
12504;;;;;; 364804 0)) 12502;;;;;; 279161 0))
12505;;; Generated autoloads from play/gomoku.el 12503;;; Generated autoloads from play/gomoku.el
12506 12504
12507(autoload 'gomoku "gomoku" "\ 12505(autoload 'gomoku "gomoku" "\
@@ -12529,7 +12527,7 @@ Use \\[describe-mode] for more info.
12529 12527
12530;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 12528;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12531;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20627 12529;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20627
12532;;;;;; 10158 364804 0)) 12530;;;;;; 5636 279161 0))
12533;;; Generated autoloads from net/goto-addr.el 12531;;; Generated autoloads from net/goto-addr.el
12534 12532
12535(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12533(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12571,7 +12569,7 @@ Like `goto-address-mode', but only for comments and strings.
12571;;;*** 12569;;;***
12572 12570
12573;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) 12571;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12574;;;;;; "gravatar" "gnus/gravatar.el" (20355 10320 526171 0)) 12572;;;;;; "gravatar" "gnus/gravatar.el" (20533 49334 755743 0))
12575;;; Generated autoloads from gnus/gravatar.el 12573;;; Generated autoloads from gnus/gravatar.el
12576 12574
12577(autoload 'gravatar-retrieve "gravatar" "\ 12575(autoload 'gravatar-retrieve "gravatar" "\
@@ -12589,8 +12587,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12589 12587
12590;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12588;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12591;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12589;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12592;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20627 10158 12590;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20627 5636
12593;;;;;; 364804 0)) 12591;;;;;; 279161 0))
12594;;; Generated autoloads from progmodes/grep.el 12592;;; Generated autoloads from progmodes/grep.el
12595 12593
12596(defvar grep-window-height nil "\ 12594(defvar grep-window-height nil "\
@@ -12753,7 +12751,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12753 12751
12754;;;*** 12752;;;***
12755 12753
12756;;;### (autoloads (gs-load-image) "gs" "gs.el" (20355 10320 526171 12754;;;### (autoloads (gs-load-image) "gs" "gs.el" (20533 49334 755743
12757;;;;;; 0)) 12755;;;;;; 0))
12758;;; Generated autoloads from gs.el 12756;;; Generated autoloads from gs.el
12759 12757
@@ -12768,8 +12766,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12768;;;*** 12766;;;***
12769 12767
12770;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12768;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12771;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20627 10158 12769;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20627 5636
12772;;;;;; 364804 0)) 12770;;;;;; 279161 0))
12773;;; Generated autoloads from progmodes/gud.el 12771;;; Generated autoloads from progmodes/gud.el
12774 12772
12775(autoload 'gud-gdb "gud" "\ 12773(autoload 'gud-gdb "gud" "\
@@ -12859,7 +12857,7 @@ it if ARG is omitted or nil.
12859 12857
12860;;;### (autoloads (setf gv-define-simple-setter gv-define-setter 12858;;;### (autoloads (setf gv-define-simple-setter gv-define-setter
12861;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get) 12859;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get)
12862;;;;;; "gv" "emacs-lisp/gv.el" (20644 17540 976229 290000)) 12860;;;;;; "gv" "emacs-lisp/gv.el" (20647 7990 336071 0))
12863;;; Generated autoloads from emacs-lisp/gv.el 12861;;; Generated autoloads from emacs-lisp/gv.el
12864 12862
12865(autoload 'gv-get "gv" "\ 12863(autoload 'gv-get "gv" "\
@@ -12953,7 +12951,7 @@ The return value is the last VAL in the list.
12953;;;*** 12951;;;***
12954 12952
12955;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20627 12953;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20627
12956;;;;;; 10158 364804 0)) 12954;;;;;; 5636 279161 0))
12957;;; Generated autoloads from play/handwrite.el 12955;;; Generated autoloads from play/handwrite.el
12958 12956
12959(autoload 'handwrite "handwrite" "\ 12957(autoload 'handwrite "handwrite" "\
@@ -12971,7 +12969,7 @@ Variables: `handwrite-linespace' (default 12)
12971;;;*** 12969;;;***
12972 12970
12973;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12971;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12974;;;;;; (20627 10158 364804 0)) 12972;;;;;; (20627 5636 279161 0))
12975;;; Generated autoloads from play/hanoi.el 12973;;; Generated autoloads from play/hanoi.el
12976 12974
12977(autoload 'hanoi "hanoi" "\ 12975(autoload 'hanoi "hanoi" "\
@@ -13000,7 +12998,7 @@ to be updated.
13000 12998
13001;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12999;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
13002;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 13000;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
13003;;;;;; "hashcash" "mail/hashcash.el" (20627 10158 364804 0)) 13001;;;;;; "hashcash" "mail/hashcash.el" (20627 5636 279161 0))
13004;;; Generated autoloads from mail/hashcash.el 13002;;; Generated autoloads from mail/hashcash.el
13005 13003
13006(autoload 'hashcash-insert-payment "hashcash" "\ 13004(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13045,8 +13043,8 @@ Prefix arg sets default accept amount temporarily.
13045;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 13043;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
13046;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 13044;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
13047;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 13045;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
13048;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20355 10320 13046;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20533 49334
13049;;;;;; 526171 0)) 13047;;;;;; 755743 0))
13050;;; Generated autoloads from help-at-pt.el 13048;;; Generated autoloads from help-at-pt.el
13051 13049
13052(autoload 'help-at-pt-string "help-at-pt" "\ 13050(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13176,7 +13174,7 @@ different regions. With numeric argument ARG, behaves like
13176;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 13174;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
13177;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 13175;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
13178;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 13176;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
13179;;;;;; "help-fns" "help-fns.el" (20627 10158 364804 0)) 13177;;;;;; "help-fns" "help-fns.el" (20627 5636 279161 0))
13180;;; Generated autoloads from help-fns.el 13178;;; Generated autoloads from help-fns.el
13181 13179
13182(autoload 'describe-function "help-fns" "\ 13180(autoload 'describe-function "help-fns" "\
@@ -13256,7 +13254,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13256;;;*** 13254;;;***
13257 13255
13258;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 13256;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13259;;;;;; (20627 10158 364804 0)) 13257;;;;;; (20627 5636 279161 0))
13260;;; Generated autoloads from help-macro.el 13258;;; Generated autoloads from help-macro.el
13261 13259
13262(defvar three-step-help nil "\ 13260(defvar three-step-help nil "\
@@ -13273,7 +13271,7 @@ gives the window that lists the options.")
13273;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button 13271;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button
13274;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref 13272;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref
13275;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el" 13273;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el"
13276;;;;;; (20627 10158 364804 0)) 13274;;;;;; (20627 5636 279161 0))
13277;;; Generated autoloads from help-mode.el 13275;;; Generated autoloads from help-mode.el
13278 13276
13279(autoload 'help-mode "help-mode" "\ 13277(autoload 'help-mode "help-mode" "\
@@ -13373,7 +13371,7 @@ BOOKMARK is a bookmark name or a bookmark record.
13373;;;*** 13371;;;***
13374 13372
13375;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13373;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13376;;;;;; "emacs-lisp/helper.el" (20355 10320 526171 0)) 13374;;;;;; "emacs-lisp/helper.el" (20533 49334 755743 0))
13377;;; Generated autoloads from emacs-lisp/helper.el 13375;;; Generated autoloads from emacs-lisp/helper.el
13378 13376
13379(autoload 'Helper-describe-bindings "helper" "\ 13377(autoload 'Helper-describe-bindings "helper" "\
@@ -13389,7 +13387,7 @@ Provide help for current mode.
13389;;;*** 13387;;;***
13390 13388
13391;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13389;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13392;;;;;; "hexl.el" (20627 10158 364804 0)) 13390;;;;;; "hexl.el" (20627 5636 279161 0))
13393;;; Generated autoloads from hexl.el 13391;;; Generated autoloads from hexl.el
13394 13392
13395(autoload 'hexl-mode "hexl" "\ 13393(autoload 'hexl-mode "hexl" "\
@@ -13486,7 +13484,7 @@ This discards the buffer's undo information.
13486;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13484;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13487;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13485;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13488;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13486;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13489;;;;;; (20627 10158 364804 0)) 13487;;;;;; (20627 5636 279161 0))
13490;;; Generated autoloads from hi-lock.el 13488;;; Generated autoloads from hi-lock.el
13491 13489
13492(autoload 'hi-lock-mode "hi-lock" "\ 13490(autoload 'hi-lock-mode "hi-lock" "\
@@ -13634,7 +13632,7 @@ be found in variable `hi-lock-interactive-patterns'.
13634;;;*** 13632;;;***
13635 13633
13636;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 13634;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13637;;;;;; (20627 10158 364804 0)) 13635;;;;;; (20627 5636 279161 0))
13638;;; Generated autoloads from progmodes/hideif.el 13636;;; Generated autoloads from progmodes/hideif.el
13639 13637
13640(autoload 'hide-ifdef-mode "hideif" "\ 13638(autoload 'hide-ifdef-mode "hideif" "\
@@ -13678,7 +13676,7 @@ Several variables affect how the hiding is done:
13678;;;*** 13676;;;***
13679 13677
13680;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13678;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13681;;;;;; (20627 10158 364804 0)) 13679;;;;;; (20627 5636 279161 0))
13682;;; Generated autoloads from progmodes/hideshow.el 13680;;; Generated autoloads from progmodes/hideshow.el
13683 13681
13684(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ 13682(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\
@@ -13744,8 +13742,8 @@ Unconditionally turn off `hs-minor-mode'.
13744;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13742;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13745;;;;;; highlight-changes-previous-change highlight-changes-next-change 13743;;;;;; highlight-changes-previous-change highlight-changes-next-change
13746;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13744;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13747;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20355 13745;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20673
13748;;;;;; 10320 526171 0)) 13746;;;;;; 62576 292524 0))
13749;;; Generated autoloads from hilit-chg.el 13747;;; Generated autoloads from hilit-chg.el
13750 13748
13751(autoload 'highlight-changes-mode "hilit-chg" "\ 13749(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13877,7 +13875,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13877;;;*** 13875;;;***
13878 13876
13879;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-try-functions-list) 13877;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-try-functions-list)
13880;;;;;; "hippie-exp" "hippie-exp.el" (20659 24009 828485 0)) 13878;;;;;; "hippie-exp" "hippie-exp.el" (20658 59320 825234 0))
13881;;; Generated autoloads from hippie-exp.el 13879;;; Generated autoloads from hippie-exp.el
13882 13880
13883(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) "\ 13881(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) "\
@@ -13909,7 +13907,7 @@ argument VERBOSE non-nil makes the function verbose.
13909;;;*** 13907;;;***
13910 13908
13911;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13909;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13912;;;;;; (20355 10320 526171 0)) 13910;;;;;; (20533 49334 755743 0))
13913;;; Generated autoloads from hl-line.el 13911;;; Generated autoloads from hl-line.el
13914 13912
13915(autoload 'hl-line-mode "hl-line" "\ 13913(autoload 'hl-line-mode "hl-line" "\
@@ -13962,7 +13960,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13962;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13960;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13963;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13961;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13964;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13962;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13965;;;;;; "calendar/holidays.el" (20627 10158 364804 0)) 13963;;;;;; "calendar/holidays.el" (20627 5636 279161 0))
13966;;; Generated autoloads from calendar/holidays.el 13964;;; Generated autoloads from calendar/holidays.el
13967 13965
13968(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13966(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -14110,8 +14108,8 @@ The optional LABEL is used to label the buffer created.
14110 14108
14111;;;*** 14109;;;***
14112 14110
14113;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20355 14111;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20533
14114;;;;;; 10320 526171 0)) 14112;;;;;; 49334 755743 0))
14115;;; Generated autoloads from gnus/html2text.el 14113;;; Generated autoloads from gnus/html2text.el
14116 14114
14117(autoload 'html2text "html2text" "\ 14115(autoload 'html2text "html2text" "\
@@ -14122,7 +14120,7 @@ Convert HTML to plain text in the current buffer.
14122;;;*** 14120;;;***
14123 14121
14124;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 14122;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
14125;;;;;; "htmlfontify" "htmlfontify.el" (20627 10158 364804 0)) 14123;;;;;; "htmlfontify" "htmlfontify.el" (20627 5636 279161 0))
14126;;; Generated autoloads from htmlfontify.el 14124;;; Generated autoloads from htmlfontify.el
14127 14125
14128(autoload 'htmlfontify-buffer "htmlfontify" "\ 14126(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -14156,7 +14154,7 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
14156 14154
14157;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 14155;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14158;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20627 14156;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20627
14159;;;;;; 10158 364804 0)) 14157;;;;;; 5636 279161 0))
14160;;; Generated autoloads from ibuf-macs.el 14158;;; Generated autoloads from ibuf-macs.el
14161 14159
14162(autoload 'define-ibuffer-column "ibuf-macs" "\ 14160(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14245,7 +14243,7 @@ bound to the current value of the filter.
14245;;;*** 14243;;;***
14246 14244
14247;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14245;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14248;;;;;; "ibuffer" "ibuffer.el" (20639 38724 522454 0)) 14246;;;;;; "ibuffer" "ibuffer.el" (20641 21435 927560 0))
14249;;; Generated autoloads from ibuffer.el 14247;;; Generated autoloads from ibuffer.el
14250 14248
14251(autoload 'ibuffer-list-buffers "ibuffer" "\ 14249(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14286,7 +14284,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14286 14284
14287;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14285;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14288;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14286;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14289;;;;;; "calendar/icalendar.el" (20627 10158 364804 0)) 14287;;;;;; "calendar/icalendar.el" (20627 5636 279161 0))
14290;;; Generated autoloads from calendar/icalendar.el 14288;;; Generated autoloads from calendar/icalendar.el
14291 14289
14292(autoload 'icalendar-export-file "icalendar" "\ 14290(autoload 'icalendar-export-file "icalendar" "\
@@ -14339,7 +14337,7 @@ buffer `*icalendar-errors*'.
14339;;;*** 14337;;;***
14340 14338
14341;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20627 14339;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20627
14342;;;;;; 10158 364804 0)) 14340;;;;;; 5636 279161 0))
14343;;; Generated autoloads from icomplete.el 14341;;; Generated autoloads from icomplete.el
14344 14342
14345(defvar icomplete-mode nil "\ 14343(defvar icomplete-mode nil "\
@@ -14361,8 +14359,8 @@ the mode if ARG is omitted or nil.
14361 14359
14362;;;*** 14360;;;***
14363 14361
14364;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20627 10158 14362;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20627 5636
14365;;;;;; 364804 0)) 14363;;;;;; 279161 0))
14366;;; Generated autoloads from progmodes/icon.el 14364;;; Generated autoloads from progmodes/icon.el
14367 14365
14368(autoload 'icon-mode "icon" "\ 14366(autoload 'icon-mode "icon" "\
@@ -14403,7 +14401,7 @@ with no args, if that value is non-nil.
14403;;;*** 14401;;;***
14404 14402
14405;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14403;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14406;;;;;; (20627 10158 364804 0)) 14404;;;;;; (20627 5636 279161 0))
14407;;; Generated autoloads from progmodes/idlw-shell.el 14405;;; Generated autoloads from progmodes/idlw-shell.el
14408 14406
14409(autoload 'idlwave-shell "idlw-shell" "\ 14407(autoload 'idlwave-shell "idlw-shell" "\
@@ -14429,7 +14427,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14429;;;*** 14427;;;***
14430 14428
14431;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14429;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14432;;;;;; (20627 10158 364804 0)) 14430;;;;;; (20627 5636 279161 0))
14433;;; Generated autoloads from progmodes/idlwave.el 14431;;; Generated autoloads from progmodes/idlwave.el
14434 14432
14435(autoload 'idlwave-mode "idlwave" "\ 14433(autoload 'idlwave-mode "idlwave" "\
@@ -14563,8 +14561,8 @@ The main features of this mode are
14563;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14561;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14564;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14562;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14565;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14563;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14566;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20639 14564;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20638
14567;;;;;; 38724 522454 0)) 14565;;;;;; 33866 241652 0))
14568;;; Generated autoloads from ido.el 14566;;; Generated autoloads from ido.el
14569 14567
14570(defvar ido-mode nil "\ 14568(defvar ido-mode nil "\
@@ -14823,7 +14821,7 @@ DEF, if non-nil, is the default value.
14823 14821
14824;;;*** 14822;;;***
14825 14823
14826;;;### (autoloads (ielm) "ielm" "ielm.el" (20627 10158 364804 0)) 14824;;;### (autoloads (ielm) "ielm" "ielm.el" (20627 5636 279161 0))
14827;;; Generated autoloads from ielm.el 14825;;; Generated autoloads from ielm.el
14828 14826
14829(autoload 'ielm "ielm" "\ 14827(autoload 'ielm "ielm" "\
@@ -14834,8 +14832,8 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14834 14832
14835;;;*** 14833;;;***
14836 14834
14837;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20355 10320 14835;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20533 49334
14838;;;;;; 526171 0)) 14836;;;;;; 755743 0))
14839;;; Generated autoloads from iimage.el 14837;;; Generated autoloads from iimage.el
14840 14838
14841(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14839(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -14856,7 +14854,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
14856;;;;;; create-image image-type-auto-detected-p image-type-available-p 14854;;;;;; create-image image-type-auto-detected-p image-type-available-p
14857;;;;;; image-type image-type-from-file-name image-type-from-file-header 14855;;;;;; image-type image-type-from-file-name image-type-from-file-header
14858;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" 14856;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14859;;;;;; (20648 53700 515908 0)) 14857;;;;;; (20648 29674 854535 0))
14860;;; Generated autoloads from image.el 14858;;; Generated autoloads from image.el
14861 14859
14862(autoload 'image-type-from-data "image" "\ 14860(autoload 'image-type-from-data "image" "\
@@ -15056,7 +15054,7 @@ If Emacs is compiled without ImageMagick support, this does nothing.
15056;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 15054;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15057;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 15055;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15058;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 15056;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
15059;;;;;; "image-dired" "image-dired.el" (20627 10158 364804 0)) 15057;;;;;; "image-dired" "image-dired.el" (20627 5636 279161 0))
15060;;; Generated autoloads from image-dired.el 15058;;; Generated autoloads from image-dired.el
15061 15059
15062(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 15060(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -15194,7 +15192,7 @@ easy-to-use form.
15194 15192
15195;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 15193;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15196;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 15194;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15197;;;;;; "image-file.el" (20355 10320 526171 0)) 15195;;;;;; "image-file.el" (20533 49334 755743 0))
15198;;; Generated autoloads from image-file.el 15196;;; Generated autoloads from image-file.el
15199 15197
15200(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 15198(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -15257,7 +15255,7 @@ An image file is one whose name has an extension in
15257;;;*** 15255;;;***
15258 15256
15259;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 15257;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
15260;;;;;; image-mode) "image-mode" "image-mode.el" (20656 47820 617918 15258;;;;;; image-mode) "image-mode" "image-mode.el" (20656 14464 753081
15261;;;;;; 0)) 15259;;;;;; 0))
15262;;; Generated autoloads from image-mode.el 15260;;; Generated autoloads from image-mode.el
15263 15261
@@ -15303,7 +15301,7 @@ on these modes.
15303;;;*** 15301;;;***
15304 15302
15305;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15303;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15306;;;;;; imenu-sort-function) "imenu" "imenu.el" (20627 10158 364804 15304;;;;;; imenu-sort-function) "imenu" "imenu.el" (20627 5636 279161
15307;;;;;; 0)) 15305;;;;;; 0))
15308;;; Generated autoloads from imenu.el 15306;;; Generated autoloads from imenu.el
15309 15307
@@ -15444,7 +15442,7 @@ for more information.
15444 15442
15445;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 15443;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15446;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15444;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15447;;;;;; "ind-util" "language/ind-util.el" (20355 10320 526171 0)) 15445;;;;;; "ind-util" "language/ind-util.el" (20533 49334 755743 0))
15448;;; Generated autoloads from language/ind-util.el 15446;;; Generated autoloads from language/ind-util.el
15449 15447
15450(autoload 'indian-compose-region "ind-util" "\ 15448(autoload 'indian-compose-region "ind-util" "\
@@ -15475,7 +15473,7 @@ Convert old Emacs Devanagari characters to UCS.
15475;;;*** 15473;;;***
15476 15474
15477;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 15475;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
15478;;;;;; (20627 10158 364804 0)) 15476;;;;;; (20627 5636 279161 0))
15479;;; Generated autoloads from progmodes/inf-lisp.el 15477;;; Generated autoloads from progmodes/inf-lisp.el
15480 15478
15481(autoload 'inferior-lisp "inf-lisp" "\ 15479(autoload 'inferior-lisp "inf-lisp" "\
@@ -15497,7 +15495,7 @@ of `inferior-lisp-program'). Runs the hooks from
15497;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 15495;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15498;;;;;; Info-mode info-finder info-apropos Info-index Info-directory 15496;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15499;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual 15497;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual
15500;;;;;; info info-other-window) "info" "info.el" (20627 10158 364804 15498;;;;;; info info-other-window) "info" "info.el" (20669 26731 29158
15501;;;;;; 0)) 15499;;;;;; 0))
15502;;; Generated autoloads from info.el 15500;;; Generated autoloads from info.el
15503 15501
@@ -15708,7 +15706,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists.
15708 15706
15709;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15707;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15710;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15708;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15711;;;;;; (20627 10158 364804 0)) 15709;;;;;; (20627 5636 279161 0))
15712;;; Generated autoloads from info-look.el 15710;;; Generated autoloads from info-look.el
15713 15711
15714(autoload 'info-lookup-reset "info-look" "\ 15712(autoload 'info-lookup-reset "info-look" "\
@@ -15757,7 +15755,7 @@ Perform completion on file preceding point.
15757 15755
15758;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom 15756;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15759;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" 15757;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15760;;;;;; (20627 10158 364804 0)) 15758;;;;;; (20627 5636 279161 0))
15761;;; Generated autoloads from info-xref.el 15759;;; Generated autoloads from info-xref.el
15762 15760
15763(autoload 'info-xref-check "info-xref" "\ 15761(autoload 'info-xref-check "info-xref" "\
@@ -15840,7 +15838,7 @@ the sources handy.
15840;;;*** 15838;;;***
15841 15839
15842;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 15840;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15843;;;;;; Info-tagify) "informat" "informat.el" (20355 10320 526171 15841;;;;;; Info-tagify) "informat" "informat.el" (20533 49334 755743
15844;;;;;; 0)) 15842;;;;;; 0))
15845;;; Generated autoloads from informat.el 15843;;; Generated autoloads from informat.el
15846 15844
@@ -15887,7 +15885,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15887;;;*** 15885;;;***
15888 15886
15889;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el" 15887;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el"
15890;;;;;; (20627 10158 364804 0)) 15888;;;;;; (20627 5636 279161 0))
15891;;; Generated autoloads from cedet/inversion.el 15889;;; Generated autoloads from cedet/inversion.el
15892 15890
15893(autoload 'inversion-require-emacs "inversion" "\ 15891(autoload 'inversion-require-emacs "inversion" "\
@@ -15900,7 +15898,7 @@ Only checks one based on which kind of Emacs is being run.
15900 15898
15901;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15899;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15902;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15900;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15903;;;;;; (20355 10320 526171 0)) 15901;;;;;; (20533 49334 755743 0))
15904;;; Generated autoloads from international/isearch-x.el 15902;;; Generated autoloads from international/isearch-x.el
15905 15903
15906(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15904(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15920,8 +15918,8 @@ Toggle input method in interactive search.
15920 15918
15921;;;*** 15919;;;***
15922 15920
15923;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20355 15921;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20533
15924;;;;;; 10320 526171 0)) 15922;;;;;; 49334 755743 0))
15925;;; Generated autoloads from isearchb.el 15923;;; Generated autoloads from isearchb.el
15926 15924
15927(autoload 'isearchb-activate "isearchb" "\ 15925(autoload 'isearchb-activate "isearchb" "\
@@ -15937,7 +15935,7 @@ accessed via isearchb.
15937;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15935;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15938;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15936;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15939;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15937;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15940;;;;;; "international/iso-cvt.el" (20355 10320 526171 0)) 15938;;;;;; "international/iso-cvt.el" (20533 49334 755743 0))
15941;;; Generated autoloads from international/iso-cvt.el 15939;;; Generated autoloads from international/iso-cvt.el
15942 15940
15943(autoload 'iso-spanish "iso-cvt" "\ 15941(autoload 'iso-spanish "iso-cvt" "\
@@ -16028,7 +16026,7 @@ Add submenus to the File menu, to convert to and from various formats.
16028;;;*** 16026;;;***
16029 16027
16030;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16028;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16031;;;;;; (20627 10158 364804 0)) 16029;;;;;; (20627 5636 279161 0))
16032;;; Generated autoloads from international/iso-transl.el 16030;;; Generated autoloads from international/iso-transl.el
16033 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16031 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16034 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 16032 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
@@ -16039,7 +16037,7 @@ Add submenus to the File menu, to convert to and from various formats.
16039;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 16037;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
16040;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 16038;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16041;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 16039;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
16042;;;;;; "ispell" "textmodes/ispell.el" (20627 10158 364804 0)) 16040;;;;;; "ispell" "textmodes/ispell.el" (20627 5636 279161 0))
16043;;; Generated autoloads from textmodes/ispell.el 16041;;; Generated autoloads from textmodes/ispell.el
16044 16042
16045(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16043(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16267,7 +16265,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16267;;;*** 16265;;;***
16268 16266
16269;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20627 16267;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20627
16270;;;;;; 10158 364804 0)) 16268;;;;;; 5636 279161 0))
16271;;; Generated autoloads from iswitchb.el 16269;;; Generated autoloads from iswitchb.el
16272 16270
16273(defvar iswitchb-mode nil "\ 16271(defvar iswitchb-mode nil "\
@@ -16295,7 +16293,7 @@ between buffers using substrings. See `iswitchb' for details.
16295;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16293;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16296;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16294;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16297;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16295;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16298;;;;;; "japan-util" "language/japan-util.el" (20355 10320 526171 16296;;;;;; "japan-util" "language/japan-util.el" (20533 49334 755743
16299;;;;;; 0)) 16297;;;;;; 0))
16300;;; Generated autoloads from language/japan-util.el 16298;;; Generated autoloads from language/japan-util.el
16301 16299
@@ -16374,7 +16372,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16374;;;*** 16372;;;***
16375 16373
16376;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16374;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16377;;;;;; "jka-compr.el" (20355 10320 526171 0)) 16375;;;;;; "jka-compr.el" (20533 49334 755743 0))
16378;;; Generated autoloads from jka-compr.el 16376;;; Generated autoloads from jka-compr.el
16379 16377
16380(defvar jka-compr-inhibit nil "\ 16378(defvar jka-compr-inhibit nil "\
@@ -16397,7 +16395,7 @@ by `jka-compr-installed'.
16397 16395
16398;;;*** 16396;;;***
16399 16397
16400;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20627 10158 364804 16398;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20627 5636 279161
16401;;;;;; 0)) 16399;;;;;; 0))
16402;;; Generated autoloads from progmodes/js.el 16400;;; Generated autoloads from progmodes/js.el
16403 16401
@@ -16412,7 +16410,7 @@ Major mode for editing JavaScript.
16412 16410
16413;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16411;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16414;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16412;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16415;;;;;; (20355 10320 526171 0)) 16413;;;;;; (20533 49334 755743 0))
16416;;; Generated autoloads from emulation/keypad.el 16414;;; Generated autoloads from emulation/keypad.el
16417 16415
16418(defvar keypad-setup nil "\ 16416(defvar keypad-setup nil "\
@@ -16468,7 +16466,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16468;;;*** 16466;;;***
16469 16467
16470;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16468;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16471;;;;;; (20355 10320 526171 0)) 16469;;;;;; (20533 49334 755743 0))
16472;;; Generated autoloads from international/kinsoku.el 16470;;; Generated autoloads from international/kinsoku.el
16473 16471
16474(autoload 'kinsoku "kinsoku" "\ 16472(autoload 'kinsoku "kinsoku" "\
@@ -16489,8 +16487,8 @@ the context of text formatting.
16489 16487
16490;;;*** 16488;;;***
16491 16489
16492;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20355 16490;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20533
16493;;;;;; 10320 526171 0)) 16491;;;;;; 49334 755743 0))
16494;;; Generated autoloads from international/kkc.el 16492;;; Generated autoloads from international/kkc.el
16495 16493
16496(defvar kkc-after-update-conversion-functions nil "\ 16494(defvar kkc-after-update-conversion-functions nil "\
@@ -16515,7 +16513,7 @@ and the return value is the length of the conversion.
16515;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16513;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16516;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16514;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16517;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 16515;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16518;;;;;; "kmacro" "kmacro.el" (20627 10158 364804 0)) 16516;;;;;; "kmacro" "kmacro.el" (20627 5636 279161 0))
16519;;; Generated autoloads from kmacro.el 16517;;; Generated autoloads from kmacro.el
16520 (global-set-key "\C-x(" 'kmacro-start-macro) 16518 (global-set-key "\C-x(" 'kmacro-start-macro)
16521 (global-set-key "\C-x)" 'kmacro-end-macro) 16519 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16626,7 +16624,7 @@ If kbd macro currently being defined end it before activating it.
16626;;;*** 16624;;;***
16627 16625
16628;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16626;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16629;;;;;; "language/korea-util.el" (20627 10158 364804 0)) 16627;;;;;; "language/korea-util.el" (20627 5636 279161 0))
16630;;; Generated autoloads from language/korea-util.el 16628;;; Generated autoloads from language/korea-util.el
16631 16629
16632(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16630(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16641,7 +16639,7 @@ The kind of Korean keyboard for Korean input method.
16641;;;*** 16639;;;***
16642 16640
16643;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" 16641;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16644;;;;;; (20627 10158 364804 0)) 16642;;;;;; (20627 5636 279161 0))
16645;;; Generated autoloads from play/landmark.el 16643;;; Generated autoloads from play/landmark.el
16646 16644
16647(defalias 'landmark-repeat 'landmark-test-run) 16645(defalias 'landmark-repeat 'landmark-test-run)
@@ -16673,7 +16671,7 @@ Use \\[describe-mode] for more info.
16673 16671
16674;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16672;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16675;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16673;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16676;;;;;; "lao-util" "language/lao-util.el" (20355 10320 526171 0)) 16674;;;;;; "lao-util" "language/lao-util.el" (20533 49334 755743 0))
16677;;; Generated autoloads from language/lao-util.el 16675;;; Generated autoloads from language/lao-util.el
16678 16676
16679(autoload 'lao-compose-string "lao-util" "\ 16677(autoload 'lao-compose-string "lao-util" "\
@@ -16712,7 +16710,7 @@ Transcribe Romanized Lao string STR to Lao character string.
16712 16710
16713;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16711;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16714;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16712;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16715;;;;;; "latexenc" "international/latexenc.el" (20355 10320 526171 16713;;;;;; "latexenc" "international/latexenc.el" (20533 49334 755743
16716;;;;;; 0)) 16714;;;;;; 0))
16717;;; Generated autoloads from international/latexenc.el 16715;;; Generated autoloads from international/latexenc.el
16718 16716
@@ -16745,8 +16743,8 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16745;;;*** 16743;;;***
16746 16744
16747;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16745;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16748;;;;;; "latin1-disp" "international/latin1-disp.el" (20627 10158 16746;;;;;; "latin1-disp" "international/latin1-disp.el" (20627 5636
16749;;;;;; 364804 0)) 16747;;;;;; 279161 0))
16750;;; Generated autoloads from international/latin1-disp.el 16748;;; Generated autoloads from international/latin1-disp.el
16751 16749
16752(defvar latin1-display nil "\ 16750(defvar latin1-display nil "\
@@ -16788,7 +16786,7 @@ use either \\[customize] or the function `latin1-display'.")
16788;;;*** 16786;;;***
16789 16787
16790;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16788;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16791;;;;;; (20355 10320 526171 0)) 16789;;;;;; (20533 49334 755743 0))
16792;;; Generated autoloads from progmodes/ld-script.el 16790;;; Generated autoloads from progmodes/ld-script.el
16793 16791
16794(autoload 'ld-script-mode "ld-script" "\ 16792(autoload 'ld-script-mode "ld-script" "\
@@ -16798,7 +16796,7 @@ A major mode to edit GNU ld script files
16798 16796
16799;;;*** 16797;;;***
16800 16798
16801;;;### (autoloads (life) "life" "play/life.el" (20627 10158 364804 16799;;;### (autoloads (life) "life" "play/life.el" (20627 5636 279161
16802;;;;;; 0)) 16800;;;;;; 0))
16803;;; Generated autoloads from play/life.el 16801;;; Generated autoloads from play/life.el
16804 16802
@@ -16813,7 +16811,7 @@ generations (this defaults to 1).
16813;;;*** 16811;;;***
16814 16812
16815;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el" 16813;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el"
16816;;;;;; (20627 10158 364804 0)) 16814;;;;;; (20627 5636 279161 0))
16817;;; Generated autoloads from linum.el 16815;;; Generated autoloads from linum.el
16818 16816
16819(autoload 'linum-mode "linum" "\ 16817(autoload 'linum-mode "linum" "\
@@ -16850,7 +16848,7 @@ See `linum-mode' for more information on Linum mode.
16850;;;*** 16848;;;***
16851 16849
16852;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20627 16850;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20627
16853;;;;;; 10158 364804 0)) 16851;;;;;; 5636 279161 0))
16854;;; Generated autoloads from loadhist.el 16852;;; Generated autoloads from loadhist.el
16855 16853
16856(autoload 'unload-feature "loadhist" "\ 16854(autoload 'unload-feature "loadhist" "\
@@ -16882,7 +16880,7 @@ something strange, such as redefining an Emacs function.
16882;;;*** 16880;;;***
16883 16881
16884;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16882;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16885;;;;;; "locate" "locate.el" (20627 10158 364804 0)) 16883;;;;;; "locate" "locate.el" (20627 5636 279161 0))
16886;;; Generated autoloads from locate.el 16884;;; Generated autoloads from locate.el
16887 16885
16888(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16886(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -16934,8 +16932,8 @@ except that FILTER is not optional.
16934 16932
16935;;;*** 16933;;;***
16936 16934
16937;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20627 10158 16935;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20627 5636
16938;;;;;; 364804 0)) 16936;;;;;; 279161 0))
16939;;; Generated autoloads from vc/log-edit.el 16937;;; Generated autoloads from vc/log-edit.el
16940 16938
16941(autoload 'log-edit "log-edit" "\ 16939(autoload 'log-edit "log-edit" "\
@@ -16967,7 +16965,7 @@ done. Otherwise, it uses the current buffer.
16967;;;*** 16965;;;***
16968 16966
16969;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20627 16967;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20627
16970;;;;;; 10158 364804 0)) 16968;;;;;; 5636 279161 0))
16971;;; Generated autoloads from vc/log-view.el 16969;;; Generated autoloads from vc/log-view.el
16972 16970
16973(autoload 'log-view-mode "log-view" "\ 16971(autoload 'log-view-mode "log-view" "\
@@ -16977,8 +16975,8 @@ Major mode for browsing CVS log output.
16977 16975
16978;;;*** 16976;;;***
16979 16977
16980;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20355 16978;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20665
16981;;;;;; 10320 526171 0)) 16979;;;;;; 30571 397937 0))
16982;;; Generated autoloads from longlines.el 16980;;; Generated autoloads from longlines.el
16983 16981
16984(autoload 'longlines-mode "longlines" "\ 16982(autoload 'longlines-mode "longlines" "\
@@ -17005,7 +17003,7 @@ newlines are indicated with a symbol.
17005 17003
17006;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 17004;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
17007;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20627 17005;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20627
17008;;;;;; 10158 364804 0)) 17006;;;;;; 5636 279161 0))
17009;;; Generated autoloads from lpr.el 17007;;; Generated autoloads from lpr.el
17010 17008
17011(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 17009(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17101,7 +17099,7 @@ for further customization of the printer command.
17101;;;*** 17099;;;***
17102 17100
17103;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 17101;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17104;;;;;; (20355 10320 526171 0)) 17102;;;;;; (20533 49334 755743 0))
17105;;; Generated autoloads from ls-lisp.el 17103;;; Generated autoloads from ls-lisp.el
17106 17104
17107(defvar ls-lisp-support-shell-wildcards t "\ 17105(defvar ls-lisp-support-shell-wildcards t "\
@@ -17113,7 +17111,7 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17113;;;*** 17111;;;***
17114 17112
17115;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20627 17113;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20627
17116;;;;;; 10158 364804 0)) 17114;;;;;; 5636 279161 0))
17117;;; Generated autoloads from calendar/lunar.el 17115;;; Generated autoloads from calendar/lunar.el
17118 17116
17119(autoload 'lunar-phases "lunar" "\ 17117(autoload 'lunar-phases "lunar" "\
@@ -17128,7 +17126,7 @@ This function is suitable for execution in an init file.
17128;;;*** 17126;;;***
17129 17127
17130;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20627 17128;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20627
17131;;;;;; 10158 364804 0)) 17129;;;;;; 5636 279161 0))
17132;;; Generated autoloads from progmodes/m4-mode.el 17130;;; Generated autoloads from progmodes/m4-mode.el
17133 17131
17134(autoload 'm4-mode "m4-mode" "\ 17132(autoload 'm4-mode "m4-mode" "\
@@ -17139,7 +17137,7 @@ A major mode to edit m4 macro files.
17139;;;*** 17137;;;***
17140 17138
17141;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 17139;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17142;;;;;; name-last-kbd-macro) "macros" "macros.el" (20355 10320 526171 17140;;;;;; name-last-kbd-macro) "macros" "macros.el" (20533 49334 755743
17143;;;;;; 0)) 17141;;;;;; 0))
17144;;; Generated autoloads from macros.el 17142;;; Generated autoloads from macros.el
17145 17143
@@ -17229,7 +17227,7 @@ and then select the region of un-tablified names and use
17229;;;*** 17227;;;***
17230 17228
17231;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17229;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17232;;;;;; "mail/mail-extr.el" (20627 10158 364804 0)) 17230;;;;;; "mail/mail-extr.el" (20627 5636 279161 0))
17233;;; Generated autoloads from mail/mail-extr.el 17231;;; Generated autoloads from mail/mail-extr.el
17234 17232
17235(autoload 'mail-extract-address-components "mail-extr" "\ 17233(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17261,7 +17259,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17261 17259
17262;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17260;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17263;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17261;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17264;;;;;; (20627 10158 364804 0)) 17262;;;;;; (20627 5636 279161 0))
17265;;; Generated autoloads from mail/mail-hist.el 17263;;; Generated autoloads from mail/mail-hist.el
17266 17264
17267(autoload 'mail-hist-define-keys "mail-hist" "\ 17265(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17293,7 +17291,7 @@ This function normally would be called when the message is sent.
17293;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17291;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17294;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 17292;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
17295;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) 17293;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
17296;;;;;; "mail-utils" "mail/mail-utils.el" (20355 10320 526171 0)) 17294;;;;;; "mail-utils" "mail/mail-utils.el" (20533 49334 755743 0))
17297;;; Generated autoloads from mail/mail-utils.el 17295;;; Generated autoloads from mail/mail-utils.el
17298 17296
17299(defvar mail-use-rfc822 nil "\ 17297(defvar mail-use-rfc822 nil "\
@@ -17369,7 +17367,7 @@ matches may be returned from the message body.
17369 17367
17370;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 17368;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17371;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20627 17369;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20627
17372;;;;;; 10158 364804 0)) 17370;;;;;; 5636 279161 0))
17373;;; Generated autoloads from mail/mailabbrev.el 17371;;; Generated autoloads from mail/mailabbrev.el
17374 17372
17375(defvar mail-abbrevs-mode nil "\ 17373(defvar mail-abbrevs-mode nil "\
@@ -17420,7 +17418,7 @@ double-quotes.
17420 17418
17421;;;### (autoloads (mail-complete mail-completion-at-point-function 17419;;;### (autoloads (mail-complete mail-completion-at-point-function
17422;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) 17420;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
17423;;;;;; "mailalias" "mail/mailalias.el" (20627 10158 364804 0)) 17421;;;;;; "mailalias" "mail/mailalias.el" (20627 5636 279161 0))
17424;;; Generated autoloads from mail/mailalias.el 17422;;; Generated autoloads from mail/mailalias.el
17425 17423
17426(defvar mail-complete-style 'angles "\ 17424(defvar mail-complete-style 'angles "\
@@ -17474,7 +17472,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17474;;;*** 17472;;;***
17475 17473
17476;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17474;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17477;;;;;; (20355 10320 526171 0)) 17475;;;;;; (20533 49334 755743 0))
17478;;; Generated autoloads from mail/mailclient.el 17476;;; Generated autoloads from mail/mailclient.el
17479 17477
17480(autoload 'mailclient-send-it "mailclient" "\ 17478(autoload 'mailclient-send-it "mailclient" "\
@@ -17488,8 +17486,7 @@ The mail client is taken to be the handler of mailto URLs.
17488 17486
17489;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17487;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17490;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17488;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17491;;;;;; "make-mode" "progmodes/make-mode.el" (20627 10158 364804 17489;;;;;; "make-mode" "progmodes/make-mode.el" (20627 5636 279161 0))
17492;;;;;; 0))
17493;;; Generated autoloads from progmodes/make-mode.el 17490;;; Generated autoloads from progmodes/make-mode.el
17494 17491
17495(autoload 'makefile-mode "make-mode" "\ 17492(autoload 'makefile-mode "make-mode" "\
@@ -17606,8 +17603,8 @@ An adapted `makefile-mode' that knows about imake.
17606 17603
17607;;;*** 17604;;;***
17608 17605
17609;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20355 17606;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20533
17610;;;;;; 10320 526171 0)) 17607;;;;;; 49334 755743 0))
17611;;; Generated autoloads from makesum.el 17608;;; Generated autoloads from makesum.el
17612 17609
17613(autoload 'make-command-summary "makesum" "\ 17610(autoload 'make-command-summary "makesum" "\
@@ -17619,7 +17616,7 @@ Previous contents of that buffer are killed first.
17619;;;*** 17616;;;***
17620 17617
17621;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 17618;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17622;;;;;; (20627 10158 364804 0)) 17619;;;;;; (20627 5636 279161 0))
17623;;; Generated autoloads from man.el 17620;;; Generated autoloads from man.el
17624 17621
17625(defalias 'manual-entry 'man) 17622(defalias 'manual-entry 'man)
@@ -17673,8 +17670,8 @@ Default bookmark handler for Man buffers.
17673 17670
17674;;;*** 17671;;;***
17675 17672
17676;;;### (autoloads (master-mode) "master" "master.el" (20355 10320 17673;;;### (autoloads (master-mode) "master" "master.el" (20533 49334
17677;;;;;; 526171 0)) 17674;;;;;; 755743 0))
17678;;; Generated autoloads from master.el 17675;;; Generated autoloads from master.el
17679 17676
17680(autoload 'master-mode "master" "\ 17677(autoload 'master-mode "master" "\
@@ -17697,7 +17694,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17697;;;*** 17694;;;***
17698 17695
17699;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 17696;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17700;;;;;; (20355 10320 526171 0)) 17697;;;;;; (20533 49334 755743 0))
17701;;; Generated autoloads from mb-depth.el 17698;;; Generated autoloads from mb-depth.el
17702 17699
17703(defvar minibuffer-depth-indicate-mode nil "\ 17700(defvar minibuffer-depth-indicate-mode nil "\
@@ -17730,7 +17727,7 @@ recursion depth in the minibuffer prompt. This is only useful if
17730;;;;;; message-forward-make-body message-forward message-recover 17727;;;;;; message-forward-make-body message-forward message-recover
17731;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17728;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17732;;;;;; message-reply message-news message-mail message-mode) "message" 17729;;;;;; message-reply message-news message-mail message-mode) "message"
17733;;;;;; "gnus/message.el" (20627 10158 364804 0)) 17730;;;;;; "gnus/message.el" (20627 5636 279161 0))
17734;;; Generated autoloads from gnus/message.el 17731;;; Generated autoloads from gnus/message.el
17735 17732
17736(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17733(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17896,7 +17893,7 @@ which specify the range to operate on.
17896;;;*** 17893;;;***
17897 17894
17898;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17895;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17899;;;;;; (20627 10158 364804 0)) 17896;;;;;; (20627 5636 279161 0))
17900;;; Generated autoloads from progmodes/meta-mode.el 17897;;; Generated autoloads from progmodes/meta-mode.el
17901 17898
17902(autoload 'metafont-mode "meta-mode" "\ 17899(autoload 'metafont-mode "meta-mode" "\
@@ -17913,7 +17910,7 @@ Major mode for editing MetaPost sources.
17913 17910
17914;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17911;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17915;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17912;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17916;;;;;; (20627 10158 364804 0)) 17913;;;;;; (20627 5636 279161 0))
17917;;; Generated autoloads from mail/metamail.el 17914;;; Generated autoloads from mail/metamail.el
17918 17915
17919(autoload 'metamail-interpret-header "metamail" "\ 17916(autoload 'metamail-interpret-header "metamail" "\
@@ -17958,7 +17955,7 @@ redisplayed as output is inserted.
17958 17955
17959;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17956;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17960;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17957;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17961;;;;;; "mh-e/mh-comp.el" (20355 10320 526171 0)) 17958;;;;;; "mh-e/mh-comp.el" (20533 49334 755743 0))
17962;;; Generated autoloads from mh-e/mh-comp.el 17959;;; Generated autoloads from mh-e/mh-comp.el
17963 17960
17964(autoload 'mh-smail "mh-comp" "\ 17961(autoload 'mh-smail "mh-comp" "\
@@ -18048,8 +18045,8 @@ delete the draft message.
18048 18045
18049;;;*** 18046;;;***
18050 18047
18051;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20627 10158 18048;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20627 5636
18052;;;;;; 364804 0)) 18049;;;;;; 279161 0))
18053;;; Generated autoloads from mh-e/mh-e.el 18050;;; Generated autoloads from mh-e/mh-e.el
18054 18051
18055(put 'mh-progs 'risky-local-variable t) 18052(put 'mh-progs 'risky-local-variable t)
@@ -18066,7 +18063,7 @@ Display version information about MH-E and the MH mail handling system.
18066;;;*** 18063;;;***
18067 18064
18068;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 18065;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18069;;;;;; "mh-e/mh-folder.el" (20627 10158 364804 0)) 18066;;;;;; "mh-e/mh-folder.el" (20627 5636 279161 0))
18070;;; Generated autoloads from mh-e/mh-folder.el 18067;;; Generated autoloads from mh-e/mh-folder.el
18071 18068
18072(autoload 'mh-rmail "mh-folder" "\ 18069(autoload 'mh-rmail "mh-folder" "\
@@ -18148,7 +18145,7 @@ perform the operation on all messages in that region.
18148;;;*** 18145;;;***
18149 18146
18150;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 18147;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18151;;;;;; "midnight.el" (20627 10158 364804 0)) 18148;;;;;; "midnight.el" (20627 5636 279161 0))
18152;;; Generated autoloads from midnight.el 18149;;; Generated autoloads from midnight.el
18153 18150
18154(autoload 'clean-buffer-list "midnight" "\ 18151(autoload 'clean-buffer-list "midnight" "\
@@ -18175,7 +18172,7 @@ to its second argument TM.
18175;;;*** 18172;;;***
18176 18173
18177;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 18174;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18178;;;;;; "minibuf-eldef.el" (20634 57037 471211 0)) 18175;;;;;; "minibuf-eldef.el" (20634 50296 986086 180000))
18179;;; Generated autoloads from minibuf-eldef.el 18176;;; Generated autoloads from minibuf-eldef.el
18180 18177
18181(defvar minibuffer-electric-default-mode nil "\ 18178(defvar minibuffer-electric-default-mode nil "\
@@ -18205,7 +18202,7 @@ is modified to remove the default indication.
18205;;;*** 18202;;;***
18206 18203
18207;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" 18204;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el"
18208;;;;;; (20627 10158 364804 0)) 18205;;;;;; (20627 5636 279161 0))
18209;;; Generated autoloads from misc.el 18206;;; Generated autoloads from misc.el
18210 18207
18211(autoload 'butterfly "misc" "\ 18208(autoload 'butterfly "misc" "\
@@ -18235,7 +18232,7 @@ The return value is always nil.
18235 18232
18236;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 18233;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
18237;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 18234;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
18238;;;;;; "misearch" "misearch.el" (20627 10158 364804 0)) 18235;;;;;; "misearch" "misearch.el" (20627 5636 279161 0))
18239;;; Generated autoloads from misearch.el 18236;;; Generated autoloads from misearch.el
18240 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18237 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18241 18238
@@ -18317,7 +18314,7 @@ whose file names match the specified wildcard.
18317;;;*** 18314;;;***
18318 18315
18319;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18316;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18320;;;;;; (20627 10158 364804 0)) 18317;;;;;; (20627 5636 279161 0))
18321;;; Generated autoloads from progmodes/mixal-mode.el 18318;;; Generated autoloads from progmodes/mixal-mode.el
18322 18319
18323(autoload 'mixal-mode "mixal-mode" "\ 18320(autoload 'mixal-mode "mixal-mode" "\
@@ -18328,7 +18325,7 @@ Major mode for the mixal asm language.
18328;;;*** 18325;;;***
18329 18326
18330;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" 18327;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el"
18331;;;;;; (20355 10320 526171 0)) 18328;;;;;; (20533 49334 755743 0))
18332;;; Generated autoloads from gnus/mm-encode.el 18329;;; Generated autoloads from gnus/mm-encode.el
18333 18330
18334(autoload 'mm-default-file-encoding "mm-encode" "\ 18331(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18339,7 +18336,7 @@ Return a default encoding for FILE.
18339;;;*** 18336;;;***
18340 18337
18341;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18338;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18342;;;;;; "mm-extern" "gnus/mm-extern.el" (20355 10320 526171 0)) 18339;;;;;; "mm-extern" "gnus/mm-extern.el" (20533 49334 755743 0))
18343;;; Generated autoloads from gnus/mm-extern.el 18340;;; Generated autoloads from gnus/mm-extern.el
18344 18341
18345(autoload 'mm-extern-cache-contents "mm-extern" "\ 18342(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18358,7 +18355,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18358;;;*** 18355;;;***
18359 18356
18360;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18357;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18361;;;;;; (20355 10320 526171 0)) 18358;;;;;; (20533 49334 755743 0))
18362;;; Generated autoloads from gnus/mm-partial.el 18359;;; Generated autoloads from gnus/mm-partial.el
18363 18360
18364(autoload 'mm-inline-partial "mm-partial" "\ 18361(autoload 'mm-inline-partial "mm-partial" "\
@@ -18372,7 +18369,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18372;;;*** 18369;;;***
18373 18370
18374;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18371;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18375;;;;;; "mm-url" "gnus/mm-url.el" (20627 10158 364804 0)) 18372;;;;;; "mm-url" "gnus/mm-url.el" (20627 5636 279161 0))
18376;;; Generated autoloads from gnus/mm-url.el 18373;;; Generated autoloads from gnus/mm-url.el
18377 18374
18378(autoload 'mm-url-insert-file-contents "mm-url" "\ 18375(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18389,7 +18386,7 @@ Insert file contents of URL using `mm-url-program'.
18389;;;*** 18386;;;***
18390 18387
18391;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18388;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18392;;;;;; "gnus/mm-uu.el" (20355 10320 526171 0)) 18389;;;;;; "gnus/mm-uu.el" (20533 49334 755743 0))
18393;;; Generated autoloads from gnus/mm-uu.el 18390;;; Generated autoloads from gnus/mm-uu.el
18394 18391
18395(autoload 'mm-uu-dissect "mm-uu" "\ 18392(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18409,7 +18406,7 @@ Assume text has been decoded if DECODED is non-nil.
18409;;;*** 18406;;;***
18410 18407
18411;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" 18408;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
18412;;;;;; (20627 10158 364804 0)) 18409;;;;;; (20627 5636 279161 0))
18413;;; Generated autoloads from gnus/mml.el 18410;;; Generated autoloads from gnus/mml.el
18414 18411
18415(autoload 'mml-to-mime "mml" "\ 18412(autoload 'mml-to-mime "mml" "\
@@ -18435,7 +18432,7 @@ body) or \"attachment\" (separate from the body).
18435;;;*** 18432;;;***
18436 18433
18437;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18434;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18438;;;;;; (20355 10320 526171 0)) 18435;;;;;; (20533 49334 755743 0))
18439;;; Generated autoloads from gnus/mml1991.el 18436;;; Generated autoloads from gnus/mml1991.el
18440 18437
18441(autoload 'mml1991-encrypt "mml1991" "\ 18438(autoload 'mml1991-encrypt "mml1991" "\
@@ -18452,7 +18449,7 @@ body) or \"attachment\" (separate from the body).
18452 18449
18453;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18450;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18454;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18451;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18455;;;;;; "mml2015" "gnus/mml2015.el" (20355 10320 526171 0)) 18452;;;;;; "mml2015" "gnus/mml2015.el" (20533 49334 755743 0))
18456;;; Generated autoloads from gnus/mml2015.el 18453;;; Generated autoloads from gnus/mml2015.el
18457 18454
18458(autoload 'mml2015-decrypt "mml2015" "\ 18455(autoload 'mml2015-decrypt "mml2015" "\
@@ -18492,8 +18489,8 @@ body) or \"attachment\" (separate from the body).
18492 18489
18493;;;*** 18490;;;***
18494 18491
18495;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20627 10158 18492;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20627 5636
18496;;;;;; 364804 0)) 18493;;;;;; 279161 0))
18497;;; Generated autoloads from cedet/mode-local.el 18494;;; Generated autoloads from cedet/mode-local.el
18498 18495
18499(put 'define-overloadable-function 'doc-string-elt 3) 18496(put 'define-overloadable-function 'doc-string-elt 3)
@@ -18501,7 +18498,7 @@ body) or \"attachment\" (separate from the body).
18501;;;*** 18498;;;***
18502 18499
18503;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20627 18500;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20627
18504;;;;;; 10158 364804 0)) 18501;;;;;; 5636 279161 0))
18505;;; Generated autoloads from progmodes/modula2.el 18502;;; Generated autoloads from progmodes/modula2.el
18506 18503
18507(defalias 'modula-2-mode 'm2-mode) 18504(defalias 'modula-2-mode 'm2-mode)
@@ -18535,7 +18532,7 @@ followed by the first character of the construct.
18535;;;*** 18532;;;***
18536 18533
18537;;;### (autoloads (denato-region nato-region unmorse-region morse-region) 18534;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
18538;;;;;; "morse" "play/morse.el" (20355 10320 526171 0)) 18535;;;;;; "morse" "play/morse.el" (20533 49334 755743 0))
18539;;; Generated autoloads from play/morse.el 18536;;; Generated autoloads from play/morse.el
18540 18537
18541(autoload 'morse-region "morse" "\ 18538(autoload 'morse-region "morse" "\
@@ -18561,7 +18558,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18561;;;*** 18558;;;***
18562 18559
18563;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 18560;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18564;;;;;; "mouse-drag.el" (20627 10158 364804 0)) 18561;;;;;; "mouse-drag.el" (20627 5636 279161 0))
18565;;; Generated autoloads from mouse-drag.el 18562;;; Generated autoloads from mouse-drag.el
18566 18563
18567(autoload 'mouse-drag-throw "mouse-drag" "\ 18564(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18608,7 +18605,7 @@ To test this function, evaluate:
18608 18605
18609;;;*** 18606;;;***
18610 18607
18611;;;### (autoloads (mpc) "mpc" "mpc.el" (20627 10158 364804 0)) 18608;;;### (autoloads (mpc) "mpc" "mpc.el" (20627 5636 279161 0))
18612;;; Generated autoloads from mpc.el 18609;;; Generated autoloads from mpc.el
18613 18610
18614(autoload 'mpc "mpc" "\ 18611(autoload 'mpc "mpc" "\
@@ -18618,7 +18615,7 @@ Main entry point for MPC.
18618 18615
18619;;;*** 18616;;;***
18620 18617
18621;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20627 10158 364804 18618;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20627 5636 279161
18622;;;;;; 0)) 18619;;;;;; 0))
18623;;; Generated autoloads from play/mpuz.el 18620;;; Generated autoloads from play/mpuz.el
18624 18621
@@ -18629,7 +18626,7 @@ Multiplication puzzle with GNU Emacs.
18629 18626
18630;;;*** 18627;;;***
18631 18628
18632;;;### (autoloads (msb-mode) "msb" "msb.el" (20627 10158 364804 0)) 18629;;;### (autoloads (msb-mode) "msb" "msb.el" (20627 5636 279161 0))
18633;;; Generated autoloads from msb.el 18630;;; Generated autoloads from msb.el
18634 18631
18635(defvar msb-mode nil "\ 18632(defvar msb-mode nil "\
@@ -18659,7 +18656,7 @@ different buffer menu using the function `msb'.
18659;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18656;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18660;;;;;; describe-coding-system describe-character-set list-charset-chars 18657;;;;;; describe-coding-system describe-character-set list-charset-chars
18661;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18658;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18662;;;;;; (20627 10158 364804 0)) 18659;;;;;; (20627 5636 279161 0))
18663;;; Generated autoloads from international/mule-diag.el 18660;;; Generated autoloads from international/mule-diag.el
18664 18661
18665(autoload 'list-character-sets "mule-diag" "\ 18662(autoload 'list-character-sets "mule-diag" "\
@@ -18796,7 +18793,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18796;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18793;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18797;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18794;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18798;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el" 18795;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el"
18799;;;;;; (20627 10158 364804 0)) 18796;;;;;; (20627 5636 279161 0))
18800;;; Generated autoloads from international/mule-util.el 18797;;; Generated autoloads from international/mule-util.el
18801 18798
18802(defsubst string-to-list (string) "\ 18799(defsubst string-to-list (string) "\
@@ -18930,8 +18927,8 @@ per-character basis, this may not be accurate.
18930;;;### (autoloads (network-connection network-connection-to-service 18927;;;### (autoloads (network-connection network-connection-to-service
18931;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18928;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18932;;;;;; nslookup nslookup-host ping traceroute route arp netstat 18929;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18933;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20355 18930;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20533
18934;;;;;; 10320 526171 0)) 18931;;;;;; 49334 755743 0))
18935;;; Generated autoloads from net/net-utils.el 18932;;; Generated autoloads from net/net-utils.el
18936 18933
18937(autoload 'ifconfig "net-utils" "\ 18934(autoload 'ifconfig "net-utils" "\
@@ -19026,7 +19023,7 @@ Open a network connection to HOST on PORT.
19026;;;*** 19023;;;***
19027 19024
19028;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20627 19025;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20627
19029;;;;;; 10158 364804 0)) 19026;;;;;; 5636 279161 0))
19030;;; Generated autoloads from net/netrc.el 19027;;; Generated autoloads from net/netrc.el
19031 19028
19032(autoload 'netrc-credentials "netrc" "\ 19029(autoload 'netrc-credentials "netrc" "\
@@ -19039,7 +19036,7 @@ listed in the PORTS list.
19039;;;*** 19036;;;***
19040 19037
19041;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" 19038;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
19042;;;;;; (20366 41661 268377 0)) 19039;;;;;; (20533 49334 755743 0))
19043;;; Generated autoloads from net/network-stream.el 19040;;; Generated autoloads from net/network-stream.el
19044 19041
19045(autoload 'open-network-stream "network-stream" "\ 19042(autoload 'open-network-stream "network-stream" "\
@@ -19130,7 +19127,7 @@ STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality.
19130;;;*** 19127;;;***
19131 19128
19132;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 19129;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19133;;;;;; "net/newst-backend.el" (20627 10158 364804 0)) 19130;;;;;; "net/newst-backend.el" (20627 5636 279161 0))
19134;;; Generated autoloads from net/newst-backend.el 19131;;; Generated autoloads from net/newst-backend.el
19135 19132
19136(autoload 'newsticker-running-p "newst-backend" "\ 19133(autoload 'newsticker-running-p "newst-backend" "\
@@ -19152,7 +19149,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19152;;;*** 19149;;;***
19153 19150
19154;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 19151;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19155;;;;;; (20627 10158 364804 0)) 19152;;;;;; (20627 5636 279161 0))
19156;;; Generated autoloads from net/newst-plainview.el 19153;;; Generated autoloads from net/newst-plainview.el
19157 19154
19158(autoload 'newsticker-plainview "newst-plainview" "\ 19155(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19163,7 +19160,7 @@ Start newsticker plainview.
19163;;;*** 19160;;;***
19164 19161
19165;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 19162;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19166;;;;;; (20627 10158 364804 0)) 19163;;;;;; (20627 5636 279161 0))
19167;;; Generated autoloads from net/newst-reader.el 19164;;; Generated autoloads from net/newst-reader.el
19168 19165
19169(autoload 'newsticker-show-news "newst-reader" "\ 19166(autoload 'newsticker-show-news "newst-reader" "\
@@ -19174,8 +19171,7 @@ Start reading news. You may want to bind this to a key.
19174;;;*** 19171;;;***
19175 19172
19176;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 19173;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
19177;;;;;; "newst-ticker" "net/newst-ticker.el" (20627 10158 364804 19174;;;;;; "newst-ticker" "net/newst-ticker.el" (20627 5636 279161 0))
19178;;;;;; 0))
19179;;; Generated autoloads from net/newst-ticker.el 19175;;; Generated autoloads from net/newst-ticker.el
19180 19176
19181(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19177(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19196,7 +19192,7 @@ running already.
19196;;;*** 19192;;;***
19197 19193
19198;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 19194;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19199;;;;;; (20627 10158 364804 0)) 19195;;;;;; (20627 5636 279161 0))
19200;;; Generated autoloads from net/newst-treeview.el 19196;;; Generated autoloads from net/newst-treeview.el
19201 19197
19202(autoload 'newsticker-treeview "newst-treeview" "\ 19198(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19207,7 +19203,7 @@ Start newsticker treeview.
19207;;;*** 19203;;;***
19208 19204
19209;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19205;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19210;;;;;; (20627 10158 364804 0)) 19206;;;;;; (20627 5636 279161 0))
19211;;; Generated autoloads from gnus/nndiary.el 19207;;; Generated autoloads from gnus/nndiary.el
19212 19208
19213(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19209(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19217,8 +19213,8 @@ Generate NOV databases in all nndiary directories.
19217 19213
19218;;;*** 19214;;;***
19219 19215
19220;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20355 19216;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20533
19221;;;;;; 10320 526171 0)) 19217;;;;;; 49334 755743 0))
19222;;; Generated autoloads from gnus/nndoc.el 19218;;; Generated autoloads from gnus/nndoc.el
19223 19219
19224(autoload 'nndoc-add-type "nndoc" "\ 19220(autoload 'nndoc-add-type "nndoc" "\
@@ -19233,7 +19229,7 @@ symbol in the alist.
19233;;;*** 19229;;;***
19234 19230
19235;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19231;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19236;;;;;; (20627 10158 364804 0)) 19232;;;;;; (20627 5636 279161 0))
19237;;; Generated autoloads from gnus/nnfolder.el 19233;;; Generated autoloads from gnus/nnfolder.el
19238 19234
19239(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19235(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19245,7 +19241,7 @@ This command does not work if you use short group names.
19245;;;*** 19241;;;***
19246 19242
19247;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19243;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19248;;;;;; (20627 10158 364804 0)) 19244;;;;;; (20627 5636 279161 0))
19249;;; Generated autoloads from gnus/nnml.el 19245;;; Generated autoloads from gnus/nnml.el
19250 19246
19251(autoload 'nnml-generate-nov-databases "nnml" "\ 19247(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19256,7 +19252,7 @@ Generate NOV databases in all nnml directories.
19256;;;*** 19252;;;***
19257 19253
19258;;;### (autoloads (disable-command enable-command disabled-command-function) 19254;;;### (autoloads (disable-command enable-command disabled-command-function)
19259;;;;;; "novice" "novice.el" (20627 10158 364804 0)) 19255;;;;;; "novice" "novice.el" (20627 5636 279161 0))
19260;;; Generated autoloads from novice.el 19256;;; Generated autoloads from novice.el
19261 19257
19262(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") 19258(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
@@ -19289,7 +19285,7 @@ future sessions.
19289;;;*** 19285;;;***
19290 19286
19291;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19287;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19292;;;;;; (20355 10320 526171 0)) 19288;;;;;; (20533 49334 755743 0))
19293;;; Generated autoloads from textmodes/nroff-mode.el 19289;;; Generated autoloads from textmodes/nroff-mode.el
19294 19290
19295(autoload 'nroff-mode "nroff-mode" "\ 19291(autoload 'nroff-mode "nroff-mode" "\
@@ -19304,7 +19300,7 @@ closing requests for requests that are used in matched pairs.
19304;;;*** 19300;;;***
19305 19301
19306;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 19302;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19307;;;;;; (20627 10158 364804 0)) 19303;;;;;; (20627 5636 279161 0))
19308;;; Generated autoloads from nxml/nxml-glyph.el 19304;;; Generated autoloads from nxml/nxml-glyph.el
19309 19305
19310(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19306(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19317,7 +19313,7 @@ Return nil if the face cannot display a glyph for N.
19317;;;*** 19313;;;***
19318 19314
19319;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20627 19315;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20627
19320;;;;;; 10158 364804 0)) 19316;;;;;; 5636 279161 0))
19321;;; Generated autoloads from nxml/nxml-mode.el 19317;;; Generated autoloads from nxml/nxml-mode.el
19322 19318
19323(autoload 'nxml-mode "nxml-mode" "\ 19319(autoload 'nxml-mode "nxml-mode" "\
@@ -19379,7 +19375,7 @@ Many aspects this mode can be customized using
19379;;;*** 19375;;;***
19380 19376
19381;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 19377;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19382;;;;;; "nxml/nxml-uchnm.el" (20355 10320 526171 0)) 19378;;;;;; "nxml/nxml-uchnm.el" (20533 49334 755743 0))
19383;;; Generated autoloads from nxml/nxml-uchnm.el 19379;;; Generated autoloads from nxml/nxml-uchnm.el
19384 19380
19385(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19381(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19392,7 +19388,7 @@ the variable `nxml-enabled-unicode-blocks'.
19392;;;*** 19388;;;***
19393 19389
19394;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19390;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19395;;;;;; (20627 10158 364804 0)) 19391;;;;;; (20627 5636 279161 0))
19396;;; Generated autoloads from progmodes/octave-inf.el 19392;;; Generated autoloads from progmodes/octave-inf.el
19397 19393
19398(autoload 'inferior-octave "octave-inf" "\ 19394(autoload 'inferior-octave "octave-inf" "\
@@ -19415,7 +19411,7 @@ startup file, `~/.emacs-octave'.
19415;;;*** 19411;;;***
19416 19412
19417;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19413;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19418;;;;;; (20627 10158 364804 0)) 19414;;;;;; (20672 1863 520809 0))
19419;;; Generated autoloads from progmodes/octave-mod.el 19415;;; Generated autoloads from progmodes/octave-mod.el
19420 19416
19421(autoload 'octave-mode "octave-mod" "\ 19417(autoload 'octave-mode "octave-mod" "\
@@ -19503,7 +19499,7 @@ including a reproducible test case and send the message.
19503;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct 19499;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct
19504;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode org-clock-persistence-insinuate 19500;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode org-clock-persistence-insinuate
19505;;;;;; turn-on-orgtbl org-version org-babel-do-load-languages) "org" 19501;;;;;; turn-on-orgtbl org-version org-babel-do-load-languages) "org"
19506;;;;;; "org/org.el" (20627 10158 364804 0)) 19502;;;;;; "org/org.el" (20684 29334 349097 0))
19507;;; Generated autoloads from org/org.el 19503;;; Generated autoloads from org/org.el
19508 19504
19509(autoload 'org-babel-do-load-languages "org" "\ 19505(autoload 'org-babel-do-load-languages "org" "\
@@ -19729,7 +19725,7 @@ Call the customize function with org as argument.
19729;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 19725;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19730;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19726;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19731;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el" 19727;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el"
19732;;;;;; (20627 10158 364804 0)) 19728;;;;;; (20684 29334 349097 0))
19733;;; Generated autoloads from org/org-agenda.el 19729;;; Generated autoloads from org/org-agenda.el
19734 19730
19735(autoload 'org-toggle-sticky-agenda "org-agenda" "\ 19731(autoload 'org-toggle-sticky-agenda "org-agenda" "\
@@ -19986,7 +19982,7 @@ to override `appt-message-warning-time'.
19986;;;*** 19982;;;***
19987 19983
19988;;;### (autoloads (org-beamer-mode org-beamer-sectioning) "org-beamer" 19984;;;### (autoloads (org-beamer-mode org-beamer-sectioning) "org-beamer"
19989;;;;;; "org/org-beamer.el" (20627 10158 364804 0)) 19985;;;;;; "org/org-beamer.el" (20627 5636 279161 0))
19990;;; Generated autoloads from org/org-beamer.el 19986;;; Generated autoloads from org/org-beamer.el
19991 19987
19992(autoload 'org-beamer-sectioning "org-beamer" "\ 19988(autoload 'org-beamer-sectioning "org-beamer" "\
@@ -20009,7 +20005,7 @@ Special support for editing Org-mode files made to export to beamer.
20009 20005
20010;;;### (autoloads (org-capture-import-remember-templates org-capture 20006;;;### (autoloads (org-capture-import-remember-templates org-capture
20011;;;;;; org-capture-string) "org-capture" "org/org-capture.el" (20627 20007;;;;;; org-capture-string) "org-capture" "org/org-capture.el" (20627
20012;;;;;; 10158 364804 0)) 20008;;;;;; 5636 279161 0))
20013;;; Generated autoloads from org/org-capture.el 20009;;; Generated autoloads from org/org-capture.el
20014 20010
20015(autoload 'org-capture-string "org-capture" "\ 20011(autoload 'org-capture-string "org-capture" "\
@@ -20050,8 +20046,8 @@ Set org-capture-templates to be similar to `org-remember-templates'.
20050;;;*** 20046;;;***
20051 20047
20052;;;### (autoloads (org-agenda-columns org-insert-columns-dblock org-dblock-write:columnview 20048;;;### (autoloads (org-agenda-columns org-insert-columns-dblock org-dblock-write:columnview
20053;;;;;; org-columns) "org-colview" "org/org-colview.el" (20627 10158 20049;;;;;; org-columns) "org-colview" "org/org-colview.el" (20627 5636
20054;;;;;; 364804 0)) 20050;;;;;; 279161 0))
20055;;; Generated autoloads from org/org-colview.el 20051;;; Generated autoloads from org/org-colview.el
20056 20052
20057(autoload 'org-columns "org-colview" "\ 20053(autoload 'org-columns "org-colview" "\
@@ -20095,7 +20091,7 @@ Turn on or update column view in the agenda.
20095;;;*** 20091;;;***
20096 20092
20097;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el" 20093;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el"
20098;;;;;; (20627 10158 364804 0)) 20094;;;;;; (20627 5636 279161 0))
20099;;; Generated autoloads from org/org-compat.el 20095;;; Generated autoloads from org/org-compat.el
20100 20096
20101(autoload 'org-check-version "org-compat" "\ 20097(autoload 'org-check-version "org-compat" "\
@@ -20106,7 +20102,7 @@ Try very hard to provide sensible version strings.
20106;;;*** 20102;;;***
20107 20103
20108;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el" 20104;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el"
20109;;;;;; (20627 10158 364804 0)) 20105;;;;;; (20684 29334 349097 0))
20110;;; Generated autoloads from org/org-version.el 20106;;; Generated autoloads from org/org-version.el
20111 20107
20112(autoload 'org-release "org-version" "\ 20108(autoload 'org-release "org-version" "\
@@ -20127,7 +20123,7 @@ The location of ODT styles.")
20127;;;*** 20123;;;***
20128 20124
20129;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20125;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20130;;;;;; (20627 10158 364804 0)) 20126;;;;;; (20627 5636 279161 0))
20131;;; Generated autoloads from outline.el 20127;;; Generated autoloads from outline.el
20132(put 'outline-regexp 'safe-local-variable 'stringp) 20128(put 'outline-regexp 'safe-local-variable 'stringp)
20133(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 20129(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -20191,7 +20187,7 @@ See the command `outline-mode' for more information on this mode.
20191;;;### (autoloads (list-packages describe-package package-initialize 20187;;;### (autoloads (list-packages describe-package package-initialize
20192;;;;;; package-refresh-contents package-install-file package-install-from-buffer 20188;;;;;; package-refresh-contents package-install-file package-install-from-buffer
20193;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" 20189;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
20194;;;;;; (20627 10158 364804 0)) 20190;;;;;; (20627 5636 279161 0))
20195;;; Generated autoloads from emacs-lisp/package.el 20191;;; Generated autoloads from emacs-lisp/package.el
20196 20192
20197(defvar package-enable-at-startup t "\ 20193(defvar package-enable-at-startup t "\
@@ -20261,8 +20257,8 @@ The list is displayed in a buffer named `*Packages*'.
20261 20257
20262;;;*** 20258;;;***
20263 20259
20264;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20627 10158 20260;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20627 5636
20265;;;;;; 364804 0)) 20261;;;;;; 279161 0))
20266;;; Generated autoloads from paren.el 20262;;; Generated autoloads from paren.el
20267 20263
20268(defvar show-paren-mode nil "\ 20264(defvar show-paren-mode nil "\
@@ -20289,7 +20285,7 @@ matching parenthesis is highlighted in `show-paren-style' after
20289;;;*** 20285;;;***
20290 20286
20291;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20287;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20292;;;;;; (20627 10158 364804 0)) 20288;;;;;; (20627 5636 279161 0))
20293;;; Generated autoloads from calendar/parse-time.el 20289;;; Generated autoloads from calendar/parse-time.el
20294(put 'parse-time-rules 'risky-local-variable t) 20290(put 'parse-time-rules 'risky-local-variable t)
20295 20291
@@ -20303,7 +20299,7 @@ unknown are returned as nil.
20303;;;*** 20299;;;***
20304 20300
20305;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20627 20301;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20627
20306;;;;;; 10158 364804 0)) 20302;;;;;; 5636 279161 0))
20307;;; Generated autoloads from progmodes/pascal.el 20303;;; Generated autoloads from progmodes/pascal.el
20308 20304
20309(autoload 'pascal-mode "pascal" "\ 20305(autoload 'pascal-mode "pascal" "\
@@ -20356,8 +20352,7 @@ no args, if that value is non-nil.
20356;;;*** 20352;;;***
20357 20353
20358;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) 20354;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
20359;;;;;; "password-cache" "password-cache.el" (20627 10158 364804 20355;;;;;; "password-cache" "password-cache.el" (20627 5636 279161 0))
20360;;;;;; 0))
20361;;; Generated autoloads from password-cache.el 20356;;; Generated autoloads from password-cache.el
20362 20357
20363(defvar password-cache t "\ 20358(defvar password-cache t "\
@@ -20379,7 +20374,7 @@ Check if KEY is in the cache.
20379;;;*** 20374;;;***
20380 20375
20381;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 20376;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
20382;;;;;; (20627 10158 364804 0)) 20377;;;;;; (20627 5636 279161 0))
20383;;; Generated autoloads from emacs-lisp/pcase.el 20378;;; Generated autoloads from emacs-lisp/pcase.el
20384 20379
20385(autoload 'pcase "pcase" "\ 20380(autoload 'pcase "pcase" "\
@@ -20440,8 +20435,8 @@ of the form (UPAT EXP).
20440 20435
20441;;;*** 20436;;;***
20442 20437
20443;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20355 20438;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20533
20444;;;;;; 10320 526171 0)) 20439;;;;;; 49334 755743 0))
20445;;; Generated autoloads from pcmpl-cvs.el 20440;;; Generated autoloads from pcmpl-cvs.el
20446 20441
20447(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20442(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20452,7 +20447,7 @@ Completion rules for the `cvs' command.
20452;;;*** 20447;;;***
20453 20448
20454;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20449;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20455;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20554 38771 107756 577000)) 20450;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20571 55087 823391 0))
20456;;; Generated autoloads from pcmpl-gnu.el 20451;;; Generated autoloads from pcmpl-gnu.el
20457 20452
20458(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20453(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20480,7 +20475,7 @@ Completion for the GNU tar utility.
20480;;;*** 20475;;;***
20481 20476
20482;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20477;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20483;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20355 10320 526171 0)) 20478;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20533 49334 755743 0))
20484;;; Generated autoloads from pcmpl-linux.el 20479;;; Generated autoloads from pcmpl-linux.el
20485 20480
20486(autoload 'pcomplete/kill "pcmpl-linux" "\ 20481(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20501,7 +20496,7 @@ Completion for GNU/Linux `mount'.
20501;;;*** 20496;;;***
20502 20497
20503;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20627 20498;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20627
20504;;;;;; 10158 364804 0)) 20499;;;;;; 5636 279161 0))
20505;;; Generated autoloads from pcmpl-rpm.el 20500;;; Generated autoloads from pcmpl-rpm.el
20506 20501
20507(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20502(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20513,7 +20508,7 @@ Completion for the `rpm' command.
20513 20508
20514;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20509;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20515;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20510;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20516;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20627 10158 364804 20511;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20627 5636 279161
20517;;;;;; 0)) 20512;;;;;; 0))
20518;;; Generated autoloads from pcmpl-unix.el 20513;;; Generated autoloads from pcmpl-unix.el
20519 20514
@@ -20572,7 +20567,7 @@ Includes files as well as host names followed by a colon.
20572;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20567;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20573;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20568;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20574;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20650 20569;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20650
20575;;;;;; 54487 639712 0)) 20570;;;;;; 61387 498451 0))
20576;;; Generated autoloads from pcomplete.el 20571;;; Generated autoloads from pcomplete.el
20577 20572
20578(autoload 'pcomplete "pcomplete" "\ 20573(autoload 'pcomplete "pcomplete" "\
@@ -20631,7 +20626,7 @@ Setup `shell-mode' to use pcomplete.
20631 20626
20632;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20627;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20633;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20628;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20634;;;;;; "vc/pcvs.el" (20627 10158 364804 0)) 20629;;;;;; "vc/pcvs.el" (20627 5636 279161 0))
20635;;; Generated autoloads from vc/pcvs.el 20630;;; Generated autoloads from vc/pcvs.el
20636 20631
20637(autoload 'cvs-checkout "pcvs" "\ 20632(autoload 'cvs-checkout "pcvs" "\
@@ -20706,8 +20701,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20706 20701
20707;;;*** 20702;;;***
20708 20703
20709;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20627 10158 20704;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20627 5636 279161
20710;;;;;; 364804 0)) 20705;;;;;; 0))
20711;;; Generated autoloads from vc/pcvs-defs.el 20706;;; Generated autoloads from vc/pcvs-defs.el
20712 20707
20713(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)) "\ 20708(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)) "\
@@ -20716,7 +20711,7 @@ Global menu used by PCL-CVS.")
20716;;;*** 20711;;;***
20717 20712
20718;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20713;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20719;;;;;; (20627 10158 364804 0)) 20714;;;;;; (20627 5636 279161 0))
20720;;; Generated autoloads from progmodes/perl-mode.el 20715;;; Generated autoloads from progmodes/perl-mode.el
20721(put 'perl-indent-level 'safe-local-variable 'integerp) 20716(put 'perl-indent-level 'safe-local-variable 'integerp)
20722(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20717(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20778,7 +20773,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20778;;;*** 20773;;;***
20779 20774
20780;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20775;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20781;;;;;; (20627 10158 364804 0)) 20776;;;;;; (20627 5636 279161 0))
20782;;; Generated autoloads from textmodes/picture.el 20777;;; Generated autoloads from textmodes/picture.el
20783 20778
20784(autoload 'picture-mode "picture" "\ 20779(autoload 'picture-mode "picture" "\
@@ -20859,7 +20854,7 @@ they are not by default assigned to keys.
20859;;;*** 20854;;;***
20860 20855
20861;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el" 20856;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el"
20862;;;;;; (20627 10158 364804 0)) 20857;;;;;; (20627 5636 279161 0))
20863;;; Generated autoloads from gnus/plstore.el 20858;;; Generated autoloads from gnus/plstore.el
20864 20859
20865(autoload 'plstore-open "plstore" "\ 20860(autoload 'plstore-open "plstore" "\
@@ -20875,7 +20870,7 @@ Major mode for editing PLSTORE files.
20875;;;*** 20870;;;***
20876 20871
20877;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20872;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20878;;;;;; (20355 10320 526171 0)) 20873;;;;;; (20533 49334 755743 0))
20879;;; Generated autoloads from textmodes/po.el 20874;;; Generated autoloads from textmodes/po.el
20880 20875
20881(autoload 'po-find-file-coding-system "po" "\ 20876(autoload 'po-find-file-coding-system "po" "\
@@ -20886,7 +20881,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20886 20881
20887;;;*** 20882;;;***
20888 20883
20889;;;### (autoloads (pong) "pong" "play/pong.el" (20627 10158 364804 20884;;;### (autoloads (pong) "pong" "play/pong.el" (20627 5636 279161
20890;;;;;; 0)) 20885;;;;;; 0))
20891;;; Generated autoloads from play/pong.el 20886;;; Generated autoloads from play/pong.el
20892 20887
@@ -20903,8 +20898,8 @@ pong-mode keybindings:\\<pong-mode-map>
20903 20898
20904;;;*** 20899;;;***
20905 20900
20906;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20627 10158 20901;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20627 5636
20907;;;;;; 364804 0)) 20902;;;;;; 279161 0))
20908;;; Generated autoloads from gnus/pop3.el 20903;;; Generated autoloads from gnus/pop3.el
20909 20904
20910(autoload 'pop3-movemail "pop3" "\ 20905(autoload 'pop3-movemail "pop3" "\
@@ -20917,7 +20912,7 @@ Use streaming commands.
20917 20912
20918;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20913;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
20919;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 20914;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
20920;;;;;; (20627 10158 364804 0)) 20915;;;;;; (20627 5636 279161 0))
20921;;; Generated autoloads from emacs-lisp/pp.el 20916;;; Generated autoloads from emacs-lisp/pp.el
20922 20917
20923(autoload 'pp-to-string "pp" "\ 20918(autoload 'pp-to-string "pp" "\
@@ -20985,7 +20980,7 @@ Ignores leading comment characters.
20985;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20980;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20986;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20981;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20987;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20982;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20988;;;;;; (20627 10158 364804 0)) 20983;;;;;; (20627 5636 279161 0))
20989;;; Generated autoloads from printing.el 20984;;; Generated autoloads from printing.el
20990 20985
20991(autoload 'pr-interface "printing" "\ 20986(autoload 'pr-interface "printing" "\
@@ -21572,7 +21567,7 @@ are both set to t.
21572 21567
21573;;;*** 21568;;;***
21574 21569
21575;;;### (autoloads (proced) "proced" "proced.el" (20627 10158 364804 21570;;;### (autoloads (proced) "proced" "proced.el" (20627 5636 279161
21576;;;;;; 0)) 21571;;;;;; 0))
21577;;; Generated autoloads from proced.el 21572;;; Generated autoloads from proced.el
21578 21573
@@ -21593,7 +21588,7 @@ Proced buffers.
21593 21588
21594;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window 21589;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window
21595;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el" 21590;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el"
21596;;;;;; (20627 10158 364804 0)) 21591;;;;;; (20627 5636 279161 0))
21597;;; Generated autoloads from profiler.el 21592;;; Generated autoloads from profiler.el
21598 21593
21599(autoload 'profiler-start "profiler" "\ 21594(autoload 'profiler-start "profiler" "\
@@ -21622,7 +21617,7 @@ Open profile FILENAME.
21622;;;*** 21617;;;***
21623 21618
21624;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" 21619;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
21625;;;;;; "progmodes/prolog.el" (20627 10158 364804 0)) 21620;;;;;; "progmodes/prolog.el" (20627 5636 279161 0))
21626;;; Generated autoloads from progmodes/prolog.el 21621;;; Generated autoloads from progmodes/prolog.el
21627 21622
21628(autoload 'prolog-mode "prolog" "\ 21623(autoload 'prolog-mode "prolog" "\
@@ -21658,7 +21653,7 @@ With prefix argument ARG, restart the Prolog process if running before.
21658;;;*** 21653;;;***
21659 21654
21660;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20648 21655;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20648
21661;;;;;; 53700 515908 0)) 21656;;;;;; 29674 854535 0))
21662;;; Generated autoloads from ps-bdf.el 21657;;; Generated autoloads from ps-bdf.el
21663 21658
21664(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")) "\ 21659(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")) "\
@@ -21670,7 +21665,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21670;;;*** 21665;;;***
21671 21666
21672;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20627 21667;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20627
21673;;;;;; 10158 364804 0)) 21668;;;;;; 5636 279161 0))
21674;;; Generated autoloads from progmodes/ps-mode.el 21669;;; Generated autoloads from progmodes/ps-mode.el
21675 21670
21676(autoload 'ps-mode "ps-mode" "\ 21671(autoload 'ps-mode "ps-mode" "\
@@ -21722,7 +21717,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21722;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21717;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21723;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21718;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21724;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20627 21719;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20627
21725;;;;;; 10158 364804 0)) 21720;;;;;; 5636 279161 0))
21726;;; Generated autoloads from ps-print.el 21721;;; Generated autoloads from ps-print.el
21727 21722
21728(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"))) "\ 21723(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"))) "\
@@ -21919,7 +21914,7 @@ If EXTENSION is any other symbol, it is ignored.
21919;;;*** 21914;;;***
21920 21915
21921;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el" 21916;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el"
21922;;;;;; (20659 65384 381383 0)) 21917;;;;;; (20684 29334 349097 0))
21923;;; Generated autoloads from progmodes/python.el 21918;;; Generated autoloads from progmodes/python.el
21924 21919
21925(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) 21920(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
@@ -21955,7 +21950,7 @@ if that value is non-nil.
21955;;;*** 21950;;;***
21956 21951
21957;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21952;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21958;;;;;; (20627 10158 364804 0)) 21953;;;;;; (20627 5636 279161 0))
21959;;; Generated autoloads from gnus/qp.el 21954;;; Generated autoloads from gnus/qp.el
21960 21955
21961(autoload 'quoted-printable-decode-region "qp" "\ 21956(autoload 'quoted-printable-decode-region "qp" "\
@@ -21978,7 +21973,7 @@ them into characters should be done separately.
21978;;;;;; quail-defrule quail-install-decode-map quail-install-map 21973;;;;;; quail-defrule quail-install-decode-map quail-install-map
21979;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21974;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21980;;;;;; quail-define-package quail-use-package quail-title) "quail" 21975;;;;;; quail-define-package quail-use-package quail-title) "quail"
21981;;;;;; "international/quail.el" (20627 10158 364804 0)) 21976;;;;;; "international/quail.el" (20627 5636 279161 0))
21982;;; Generated autoloads from international/quail.el 21977;;; Generated autoloads from international/quail.el
21983 21978
21984(autoload 'quail-title "quail" "\ 21979(autoload 'quail-title "quail" "\
@@ -22210,7 +22205,7 @@ of each directory.
22210;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22205;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22211;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22206;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22212;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20627 22207;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20627
22213;;;;;; 10158 364804 0)) 22208;;;;;; 5636 279161 0))
22214;;; Generated autoloads from net/quickurl.el 22209;;; Generated autoloads from net/quickurl.el
22215 22210
22216(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" "\ 22211(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" "\
@@ -22282,7 +22277,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22282;;;*** 22277;;;***
22283 22278
22284;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22279;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22285;;;;;; "net/rcirc.el" (20627 10158 364804 0)) 22280;;;;;; "net/rcirc.el" (20627 5636 279161 0))
22286;;; Generated autoloads from net/rcirc.el 22281;;; Generated autoloads from net/rcirc.el
22287 22282
22288(autoload 'rcirc "rcirc" "\ 22283(autoload 'rcirc "rcirc" "\
@@ -22320,8 +22315,8 @@ if ARG is omitted or nil.
22320 22315
22321;;;*** 22316;;;***
22322 22317
22323;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20355 22318;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20533
22324;;;;;; 10320 526171 0)) 22319;;;;;; 49334 755743 0))
22325;;; Generated autoloads from net/rcompile.el 22320;;; Generated autoloads from net/rcompile.el
22326 22321
22327(autoload 'remote-compile "rcompile" "\ 22322(autoload 'remote-compile "rcompile" "\
@@ -22333,7 +22328,7 @@ See \\[compile].
22333;;;*** 22328;;;***
22334 22329
22335;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22330;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22336;;;;;; (20627 10158 364804 0)) 22331;;;;;; (20627 5636 279161 0))
22337;;; Generated autoloads from emacs-lisp/re-builder.el 22332;;; Generated autoloads from emacs-lisp/re-builder.el
22338 22333
22339(defalias 'regexp-builder 're-builder) 22334(defalias 'regexp-builder 're-builder)
@@ -22351,8 +22346,8 @@ matching parts of the target buffer will be highlighted.
22351 22346
22352;;;*** 22347;;;***
22353 22348
22354;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20627 10158 22349;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20627 5636
22355;;;;;; 364804 0)) 22350;;;;;; 279161 0))
22356;;; Generated autoloads from recentf.el 22351;;; Generated autoloads from recentf.el
22357 22352
22358(defvar recentf-mode nil "\ 22353(defvar recentf-mode nil "\
@@ -22382,7 +22377,7 @@ were operated on recently.
22382;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle 22377;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
22383;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle 22378;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle
22384;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle) 22379;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle)
22385;;;;;; "rect" "rect.el" (20627 10158 364804 0)) 22380;;;;;; "rect" "rect.el" (20627 5636 279161 0))
22386;;; Generated autoloads from rect.el 22381;;; Generated autoloads from rect.el
22387 22382
22388(autoload 'delete-rectangle "rect" "\ 22383(autoload 'delete-rectangle "rect" "\
@@ -22517,7 +22512,7 @@ with a prefix argument, prompt for START-AT and FORMAT.
22517;;;*** 22512;;;***
22518 22513
22519;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20627 22514;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20627
22520;;;;;; 10158 364804 0)) 22515;;;;;; 5636 279161 0))
22521;;; Generated autoloads from textmodes/refill.el 22516;;; Generated autoloads from textmodes/refill.el
22522 22517
22523(autoload 'refill-mode "refill" "\ 22518(autoload 'refill-mode "refill" "\
@@ -22538,8 +22533,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
22538;;;*** 22533;;;***
22539 22534
22540;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22535;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22541;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20627 10158 22536;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20627 5636
22542;;;;;; 364804 0)) 22537;;;;;; 279161 0))
22543;;; Generated autoloads from textmodes/reftex.el 22538;;; Generated autoloads from textmodes/reftex.el
22544 22539
22545(autoload 'turn-on-reftex "reftex" "\ 22540(autoload 'turn-on-reftex "reftex" "\
@@ -22589,7 +22584,7 @@ This enforces rescanning the buffer on next use.
22589;;;*** 22584;;;***
22590 22585
22591;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22586;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22592;;;;;; (20627 10158 364804 0)) 22587;;;;;; (20627 5636 279161 0))
22593;;; Generated autoloads from textmodes/reftex-cite.el 22588;;; Generated autoloads from textmodes/reftex-cite.el
22594 22589
22595(autoload 'reftex-citation "reftex-cite" "\ 22590(autoload 'reftex-citation "reftex-cite" "\
@@ -22619,7 +22614,7 @@ While entering the regexp, completion on knows citation keys is possible.
22619;;;*** 22614;;;***
22620 22615
22621;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22616;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22622;;;;;; (20627 10158 364804 0)) 22617;;;;;; (20627 5636 279161 0))
22623;;; Generated autoloads from textmodes/reftex-global.el 22618;;; Generated autoloads from textmodes/reftex-global.el
22624 22619
22625(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 22620(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -22636,7 +22631,7 @@ With no argument, this command toggles
22636;;;*** 22631;;;***
22637 22632
22638;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22633;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22639;;;;;; (20627 10158 364804 0)) 22634;;;;;; (20627 5636 279161 0))
22640;;; Generated autoloads from textmodes/reftex-index.el 22635;;; Generated autoloads from textmodes/reftex-index.el
22641 22636
22642(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22637(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -22669,7 +22664,7 @@ Here are all local bindings.
22669;;;*** 22664;;;***
22670 22665
22671;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22666;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22672;;;;;; (20627 10158 364804 0)) 22667;;;;;; (20627 5636 279161 0))
22673;;; Generated autoloads from textmodes/reftex-parse.el 22668;;; Generated autoloads from textmodes/reftex-parse.el
22674 22669
22675(autoload 'reftex-all-document-files "reftex-parse" "\ 22670(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -22682,7 +22677,7 @@ of master file.
22682;;;*** 22677;;;***
22683 22678
22684;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20627 22679;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20627
22685;;;;;; 10158 364804 0)) 22680;;;;;; 5636 279161 0))
22686;;; Generated autoloads from textmodes/reftex-vars.el 22681;;; Generated autoloads from textmodes/reftex-vars.el
22687(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22682(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22688(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22683(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22692,7 +22687,7 @@ of master file.
22692;;;*** 22687;;;***
22693 22688
22694;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22689;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22695;;;;;; (20627 10158 364804 0)) 22690;;;;;; (20627 5636 279161 0))
22696;;; Generated autoloads from emacs-lisp/regexp-opt.el 22691;;; Generated autoloads from emacs-lisp/regexp-opt.el
22697 22692
22698(autoload 'regexp-opt "regexp-opt" "\ 22693(autoload 'regexp-opt "regexp-opt" "\
@@ -22723,7 +22718,7 @@ This means the number of non-shy regexp grouping constructs
22723 22718
22724;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22719;;;### (autoloads (remember-diary-extract-entries remember-clipboard
22725;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22720;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
22726;;;;;; (20355 10320 526171 0)) 22721;;;;;; (20533 49334 755743 0))
22727;;; Generated autoloads from textmodes/remember.el 22722;;; Generated autoloads from textmodes/remember.el
22728 22723
22729(autoload 'remember "remember" "\ 22724(autoload 'remember "remember" "\
@@ -22754,7 +22749,7 @@ Extract diary entries from the region.
22754 22749
22755;;;*** 22750;;;***
22756 22751
22757;;;### (autoloads (repeat) "repeat" "repeat.el" (20627 10158 364804 22752;;;### (autoloads (repeat) "repeat" "repeat.el" (20627 5636 279161
22758;;;;;; 0)) 22753;;;;;; 0))
22759;;; Generated autoloads from repeat.el 22754;;; Generated autoloads from repeat.el
22760 22755
@@ -22778,7 +22773,7 @@ recently executed command not bound to an input event\".
22778;;;*** 22773;;;***
22779 22774
22780;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22775;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22781;;;;;; (20355 10320 526171 0)) 22776;;;;;; (20533 49334 755743 0))
22782;;; Generated autoloads from mail/reporter.el 22777;;; Generated autoloads from mail/reporter.el
22783 22778
22784(autoload 'reporter-submit-bug-report "reporter" "\ 22779(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22810,7 +22805,7 @@ mail-sending package is used for editing and sending the message.
22810;;;*** 22805;;;***
22811 22806
22812;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22807;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22813;;;;;; (20355 10320 526171 0)) 22808;;;;;; (20533 49334 755743 0))
22814;;; Generated autoloads from reposition.el 22809;;; Generated autoloads from reposition.el
22815 22810
22816(autoload 'reposition-window "reposition" "\ 22811(autoload 'reposition-window "reposition" "\
@@ -22837,7 +22832,7 @@ first comment line visible (if point is in a comment).
22837;;;*** 22832;;;***
22838 22833
22839;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22834;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22840;;;;;; (20355 10320 526171 0)) 22835;;;;;; (20533 49334 755743 0))
22841;;; Generated autoloads from reveal.el 22836;;; Generated autoloads from reveal.el
22842 22837
22843(autoload 'reveal-mode "reveal" "\ 22838(autoload 'reveal-mode "reveal" "\
@@ -22873,7 +22868,7 @@ the mode if ARG is omitted or nil.
22873;;;*** 22868;;;***
22874 22869
22875;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22870;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22876;;;;;; (20355 10320 526171 0)) 22871;;;;;; (20533 49334 755743 0))
22877;;; Generated autoloads from emacs-lisp/ring.el 22872;;; Generated autoloads from emacs-lisp/ring.el
22878 22873
22879(autoload 'ring-p "ring" "\ 22874(autoload 'ring-p "ring" "\
@@ -22888,8 +22883,8 @@ Make a ring that can contain SIZE elements.
22888 22883
22889;;;*** 22884;;;***
22890 22885
22891;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20398 18099 22886;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20533 49334
22892;;;;;; 63847 0)) 22887;;;;;; 755743 0))
22893;;; Generated autoloads from net/rlogin.el 22888;;; Generated autoloads from net/rlogin.el
22894 22889
22895(autoload 'rlogin "rlogin" "\ 22890(autoload 'rlogin "rlogin" "\
@@ -22938,7 +22933,7 @@ variable.
22938;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22933;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22939;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22934;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22940;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory 22935;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory
22941;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20627 10158 364804 22936;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20673 22507 803402
22942;;;;;; 0)) 22937;;;;;; 0))
22943;;; Generated autoloads from mail/rmail.el 22938;;; Generated autoloads from mail/rmail.el
22944 22939
@@ -23137,8 +23132,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23137;;;*** 23132;;;***
23138 23133
23139;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23134;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23140;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20627 10158 23135;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20627 5636 279161
23141;;;;;; 364804 0)) 23136;;;;;; 0))
23142;;; Generated autoloads from mail/rmailout.el 23137;;; Generated autoloads from mail/rmailout.el
23143(put 'rmail-output-file-alist 'risky-local-variable t) 23138(put 'rmail-output-file-alist 'risky-local-variable t)
23144 23139
@@ -23203,7 +23198,7 @@ than appending to it. Deletes the message after writing if
23203;;;*** 23198;;;***
23204 23199
23205;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23200;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23206;;;;;; (20355 10320 526171 0)) 23201;;;;;; (20533 49334 755743 0))
23207;;; Generated autoloads from nxml/rng-cmpct.el 23202;;; Generated autoloads from nxml/rng-cmpct.el
23208 23203
23209(autoload 'rng-c-load-schema "rng-cmpct" "\ 23204(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23215,7 +23210,7 @@ Return a pattern.
23215;;;*** 23210;;;***
23216 23211
23217;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23212;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23218;;;;;; (20627 10158 364804 0)) 23213;;;;;; (20627 5636 279161 0))
23219;;; Generated autoloads from nxml/rng-nxml.el 23214;;; Generated autoloads from nxml/rng-nxml.el
23220 23215
23221(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23216(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23228,7 +23223,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23228;;;*** 23223;;;***
23229 23224
23230;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23225;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23231;;;;;; (20355 10320 526171 0)) 23226;;;;;; (20533 49334 755743 0))
23232;;; Generated autoloads from nxml/rng-valid.el 23227;;; Generated autoloads from nxml/rng-valid.el
23233 23228
23234(autoload 'rng-validate-mode "rng-valid" "\ 23229(autoload 'rng-validate-mode "rng-valid" "\
@@ -23258,8 +23253,8 @@ to use for finding the schema.
23258 23253
23259;;;*** 23254;;;***
23260 23255
23261;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20355 23256;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20533
23262;;;;;; 10320 526171 0)) 23257;;;;;; 49334 755743 0))
23263;;; Generated autoloads from nxml/rng-xsd.el 23258;;; Generated autoloads from nxml/rng-xsd.el
23264 23259
23265(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23260(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23287,7 +23282,7 @@ must be equal.
23287;;;*** 23282;;;***
23288 23283
23289;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23284;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23290;;;;;; "robin" "international/robin.el" (20627 10158 364804 0)) 23285;;;;;; "robin" "international/robin.el" (20627 5636 279161 0))
23291;;; Generated autoloads from international/robin.el 23286;;; Generated autoloads from international/robin.el
23292 23287
23293(autoload 'robin-define-package "robin" "\ 23288(autoload 'robin-define-package "robin" "\
@@ -23320,7 +23315,7 @@ Start using robin package NAME, which is a string.
23320;;;*** 23315;;;***
23321 23316
23322;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23317;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23323;;;;;; rot13-string rot13) "rot13" "rot13.el" (20355 10320 526171 23318;;;;;; rot13-string rot13) "rot13" "rot13.el" (20533 49334 755743
23324;;;;;; 0)) 23319;;;;;; 0))
23325;;; Generated autoloads from rot13.el 23320;;; Generated autoloads from rot13.el
23326 23321
@@ -23359,7 +23354,7 @@ Toggle the use of ROT13 encoding for the current window.
23359;;;*** 23354;;;***
23360 23355
23361;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23356;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23362;;;;;; (20627 10158 364804 0)) 23357;;;;;; (20627 5636 279161 0))
23363;;; Generated autoloads from textmodes/rst.el 23358;;; Generated autoloads from textmodes/rst.el
23364 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23359 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23365 23360
@@ -23390,7 +23385,7 @@ for modes derived from Text mode, like Mail mode.
23390;;;*** 23385;;;***
23391 23386
23392;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23387;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23393;;;;;; (20640 59606 177243 0)) 23388;;;;;; (20641 21435 927560 0))
23394;;; Generated autoloads from progmodes/ruby-mode.el 23389;;; Generated autoloads from progmodes/ruby-mode.el
23395 23390
23396(autoload 'ruby-mode "ruby-mode" "\ 23391(autoload 'ruby-mode "ruby-mode" "\
@@ -23411,8 +23406,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
23411 23406
23412;;;*** 23407;;;***
23413 23408
23414;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20355 23409;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20533
23415;;;;;; 10320 526171 0)) 23410;;;;;; 49334 755743 0))
23416;;; Generated autoloads from ruler-mode.el 23411;;; Generated autoloads from ruler-mode.el
23417 23412
23418(defvar ruler-mode nil "\ 23413(defvar ruler-mode nil "\
@@ -23430,7 +23425,7 @@ if ARG is omitted or nil.
23430;;;*** 23425;;;***
23431 23426
23432;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20627 23427;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20627
23433;;;;;; 10158 364804 0)) 23428;;;;;; 5636 279161 0))
23434;;; Generated autoloads from emacs-lisp/rx.el 23429;;; Generated autoloads from emacs-lisp/rx.el
23435 23430
23436(autoload 'rx-to-string "rx" "\ 23431(autoload 'rx-to-string "rx" "\
@@ -23742,7 +23737,7 @@ enclosed in `(and ...)'.
23742;;;*** 23737;;;***
23743 23738
23744;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20627 23739;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20627
23745;;;;;; 10158 364804 0)) 23740;;;;;; 5636 279161 0))
23746;;; Generated autoloads from savehist.el 23741;;; Generated autoloads from savehist.el
23747 23742
23748(defvar savehist-mode nil "\ 23743(defvar savehist-mode nil "\
@@ -23774,7 +23769,7 @@ histories, which is probably undesirable.
23774;;;*** 23769;;;***
23775 23770
23776;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23771;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23777;;;;;; (20627 10158 364804 0)) 23772;;;;;; (20627 5636 279161 0))
23778;;; Generated autoloads from progmodes/scheme.el 23773;;; Generated autoloads from progmodes/scheme.el
23779 23774
23780(autoload 'scheme-mode "scheme" "\ 23775(autoload 'scheme-mode "scheme" "\
@@ -23816,7 +23811,7 @@ that variable's value is a string.
23816;;;*** 23811;;;***
23817 23812
23818;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23813;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23819;;;;;; (20355 10320 526171 0)) 23814;;;;;; (20533 49334 755743 0))
23820;;; Generated autoloads from gnus/score-mode.el 23815;;; Generated autoloads from gnus/score-mode.el
23821 23816
23822(autoload 'gnus-score-mode "score-mode" "\ 23817(autoload 'gnus-score-mode "score-mode" "\
@@ -23830,7 +23825,7 @@ This mode is an extended emacs-lisp mode.
23830;;;*** 23825;;;***
23831 23826
23832;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23827;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23833;;;;;; (20627 10158 364804 0)) 23828;;;;;; (20627 5636 279161 0))
23834;;; Generated autoloads from scroll-all.el 23829;;; Generated autoloads from scroll-all.el
23835 23830
23836(defvar scroll-all-mode nil "\ 23831(defvar scroll-all-mode nil "\
@@ -23856,7 +23851,7 @@ one window apply to all visible windows in the same frame.
23856;;;*** 23851;;;***
23857 23852
23858;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23853;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23859;;;;;; (20355 10320 526171 0)) 23854;;;;;; (20533 49334 755743 0))
23860;;; Generated autoloads from scroll-lock.el 23855;;; Generated autoloads from scroll-lock.el
23861 23856
23862(autoload 'scroll-lock-mode "scroll-lock" "\ 23857(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23872,7 +23867,7 @@ vertically fixed relative to window boundaries during scrolling.
23872 23867
23873;;;*** 23868;;;***
23874 23869
23875;;;### (autoloads nil "secrets" "net/secrets.el" (20627 10158 364804 23870;;;### (autoloads nil "secrets" "net/secrets.el" (20627 5636 279161
23876;;;;;; 0)) 23871;;;;;; 0))
23877;;; Generated autoloads from net/secrets.el 23872;;; Generated autoloads from net/secrets.el
23878(when (featurep 'dbusbind) 23873(when (featurep 'dbusbind)
@@ -23881,7 +23876,7 @@ vertically fixed relative to window boundaries during scrolling.
23881;;;*** 23876;;;***
23882 23877
23883;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23878;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23884;;;;;; "cedet/semantic.el" (20627 10158 364804 0)) 23879;;;;;; "cedet/semantic.el" (20627 5636 279161 0))
23885;;; Generated autoloads from cedet/semantic.el 23880;;; Generated autoloads from cedet/semantic.el
23886 23881
23887(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23882(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -23938,7 +23933,7 @@ Semantic mode.
23938;;;*** 23933;;;***
23939 23934
23940;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar" 23935;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar"
23941;;;;;; "cedet/semantic/bovine/grammar.el" (20627 10158 364804 0)) 23936;;;;;; "cedet/semantic/bovine/grammar.el" (20627 5636 279161 0))
23942;;; Generated autoloads from cedet/semantic/bovine/grammar.el 23937;;; Generated autoloads from cedet/semantic/bovine/grammar.el
23943 23938
23944(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ 23939(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
@@ -23949,7 +23944,7 @@ Major mode for editing Bovine grammars.
23949;;;*** 23944;;;***
23950 23945
23951;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar" 23946;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar"
23952;;;;;; "cedet/semantic/wisent/grammar.el" (20627 10158 364804 0)) 23947;;;;;; "cedet/semantic/wisent/grammar.el" (20627 5636 279161 0))
23953;;; Generated autoloads from cedet/semantic/wisent/grammar.el 23948;;; Generated autoloads from cedet/semantic/wisent/grammar.el
23954 23949
23955(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ 23950(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
@@ -23967,7 +23962,7 @@ Major mode for editing Wisent grammars.
23967;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name 23962;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
23968;;;;;; mail-header-separator send-mail-function mail-interactive 23963;;;;;; mail-header-separator send-mail-function mail-interactive
23969;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23964;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23970;;;;;; "sendmail" "mail/sendmail.el" (20627 10158 364804 0)) 23965;;;;;; "sendmail" "mail/sendmail.el" (20627 5636 279161 0))
23971;;; Generated autoloads from mail/sendmail.el 23966;;; Generated autoloads from mail/sendmail.el
23972 23967
23973(defvar mail-from-style 'default "\ 23968(defvar mail-from-style 'default "\
@@ -24250,7 +24245,7 @@ Like `mail' command, but display mail buffer in another frame.
24250 24245
24251;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24246;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24252;;;;;; server-force-delete server-start) "server" "server.el" (20636 24247;;;;;; server-force-delete server-start) "server" "server.el" (20636
24253;;;;;; 62532 445763 0)) 24248;;;;;; 48499 857440 0))
24254;;; Generated autoloads from server.el 24249;;; Generated autoloads from server.el
24255 24250
24256(put 'server-host 'risky-local-variable t) 24251(put 'server-host 'risky-local-variable t)
@@ -24317,7 +24312,7 @@ only these files will be asked to be saved.
24317 24312
24318;;;*** 24313;;;***
24319 24314
24320;;;### (autoloads (ses-mode) "ses" "ses.el" (20627 10158 364804 0)) 24315;;;### (autoloads (ses-mode) "ses" "ses.el" (20627 5636 279161 0))
24321;;; Generated autoloads from ses.el 24316;;; Generated autoloads from ses.el
24322 24317
24323(autoload 'ses-mode "ses" "\ 24318(autoload 'ses-mode "ses" "\
@@ -24336,7 +24331,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24336;;;*** 24331;;;***
24337 24332
24338;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24333;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24339;;;;;; (20627 10158 364804 0)) 24334;;;;;; (20627 5636 279161 0))
24340;;; Generated autoloads from textmodes/sgml-mode.el 24335;;; Generated autoloads from textmodes/sgml-mode.el
24341 24336
24342(autoload 'sgml-mode "sgml-mode" "\ 24337(autoload 'sgml-mode "sgml-mode" "\
@@ -24402,7 +24397,7 @@ To work around that, do:
24402;;;*** 24397;;;***
24403 24398
24404;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24399;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24405;;;;;; (20627 10158 364804 0)) 24400;;;;;; (20627 5636 279161 0))
24406;;; Generated autoloads from progmodes/sh-script.el 24401;;; Generated autoloads from progmodes/sh-script.el
24407(put 'sh-shell 'safe-local-variable 'symbolp) 24402(put 'sh-shell 'safe-local-variable 'symbolp)
24408 24403
@@ -24466,7 +24461,7 @@ with your script for an edit-interpret-debug cycle.
24466;;;*** 24461;;;***
24467 24462
24468;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24463;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24469;;;;;; (20559 7608 71929 0)) 24464;;;;;; (20571 55087 823391 0))
24470;;; Generated autoloads from emacs-lisp/shadow.el 24465;;; Generated autoloads from emacs-lisp/shadow.el
24471 24466
24472(autoload 'list-load-path-shadows "shadow" "\ 24467(autoload 'list-load-path-shadows "shadow" "\
@@ -24516,8 +24511,8 @@ function, `load-path-shadows-find'.
24516;;;*** 24511;;;***
24517 24512
24518;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24513;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24519;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20355 24514;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20533
24520;;;;;; 10320 526171 0)) 24515;;;;;; 49334 755743 0))
24521;;; Generated autoloads from shadowfile.el 24516;;; Generated autoloads from shadowfile.el
24522 24517
24523(autoload 'shadow-define-cluster "shadowfile" "\ 24518(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24556,7 +24551,7 @@ Set up file shadowing.
24556;;;*** 24551;;;***
24557 24552
24558;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24553;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24559;;;;;; (20627 10158 364804 0)) 24554;;;;;; (20664 26060 105416 0))
24560;;; Generated autoloads from shell.el 24555;;; Generated autoloads from shell.el
24561 24556
24562(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24557(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24605,7 +24600,7 @@ Otherwise, one argument `-i' is passed to the shell.
24605;;;*** 24600;;;***
24606 24601
24607;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20627 24602;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20627
24608;;;;;; 10158 364804 0)) 24603;;;;;; 5636 279161 0))
24609;;; Generated autoloads from gnus/shr.el 24604;;; Generated autoloads from gnus/shr.el
24610 24605
24611(autoload 'shr-insert-document "shr" "\ 24606(autoload 'shr-insert-document "shr" "\
@@ -24618,7 +24613,7 @@ DOM should be a parse tree as generated by
24618;;;*** 24613;;;***
24619 24614
24620;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload 24615;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload
24621;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20627 10158 364804 24616;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20627 5636 279161
24622;;;;;; 0)) 24617;;;;;; 0))
24623;;; Generated autoloads from gnus/sieve.el 24618;;; Generated autoloads from gnus/sieve.el
24624 24619
@@ -24645,7 +24640,7 @@ DOM should be a parse tree as generated by
24645;;;*** 24640;;;***
24646 24641
24647;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24642;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24648;;;;;; (20627 10158 364804 0)) 24643;;;;;; (20627 5636 279161 0))
24649;;; Generated autoloads from gnus/sieve-mode.el 24644;;; Generated autoloads from gnus/sieve-mode.el
24650 24645
24651(autoload 'sieve-mode "sieve-mode" "\ 24646(autoload 'sieve-mode "sieve-mode" "\
@@ -24661,7 +24656,7 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24661;;;*** 24656;;;***
24662 24657
24663;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20627 24658;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20627
24664;;;;;; 10158 364804 0)) 24659;;;;;; 5636 279161 0))
24665;;; Generated autoloads from progmodes/simula.el 24660;;; Generated autoloads from progmodes/simula.el
24666 24661
24667(autoload 'simula-mode "simula" "\ 24662(autoload 'simula-mode "simula" "\
@@ -24710,7 +24705,7 @@ with no arguments, if that value is non-nil.
24710;;;*** 24705;;;***
24711 24706
24712;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24707;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24713;;;;;; define-skeleton) "skeleton" "skeleton.el" (20627 10158 364804 24708;;;;;; define-skeleton) "skeleton" "skeleton.el" (20627 5636 279161
24714;;;;;; 0)) 24709;;;;;; 0))
24715;;; Generated autoloads from skeleton.el 24710;;; Generated autoloads from skeleton.el
24716 24711
@@ -24823,7 +24818,7 @@ symmetrical ones, and the same character twice for the others.
24823;;;*** 24818;;;***
24824 24819
24825;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24820;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24826;;;;;; "smerge-mode" "vc/smerge-mode.el" (20627 10158 364804 0)) 24821;;;;;; "smerge-mode" "vc/smerge-mode.el" (20627 5636 279161 0))
24827;;; Generated autoloads from vc/smerge-mode.el 24822;;; Generated autoloads from vc/smerge-mode.el
24828 24823
24829(autoload 'smerge-ediff "smerge-mode" "\ 24824(autoload 'smerge-ediff "smerge-mode" "\
@@ -24851,7 +24846,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24851;;;*** 24846;;;***
24852 24847
24853;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24848;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24854;;;;;; (20355 10320 526171 0)) 24849;;;;;; (20533 49334 755743 0))
24855;;; Generated autoloads from gnus/smiley.el 24850;;; Generated autoloads from gnus/smiley.el
24856 24851
24857(autoload 'smiley-region "smiley" "\ 24852(autoload 'smiley-region "smiley" "\
@@ -24869,7 +24864,7 @@ interactively. If there's no argument, do it at the current buffer.
24869;;;*** 24864;;;***
24870 24865
24871;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24866;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24872;;;;;; "mail/smtpmail.el" (20627 10158 364804 0)) 24867;;;;;; "mail/smtpmail.el" (20627 5636 279161 0))
24873;;; Generated autoloads from mail/smtpmail.el 24868;;; Generated autoloads from mail/smtpmail.el
24874 24869
24875(autoload 'smtpmail-send-it "smtpmail" "\ 24870(autoload 'smtpmail-send-it "smtpmail" "\
@@ -24884,7 +24879,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24884 24879
24885;;;*** 24880;;;***
24886 24881
24887;;;### (autoloads (snake) "snake" "play/snake.el" (20627 10158 364804 24882;;;### (autoloads (snake) "snake" "play/snake.el" (20627 5636 279161
24888;;;;;; 0)) 24883;;;;;; 0))
24889;;; Generated autoloads from play/snake.el 24884;;; Generated autoloads from play/snake.el
24890 24885
@@ -24909,7 +24904,7 @@ Snake mode keybindings:
24909;;;*** 24904;;;***
24910 24905
24911;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24906;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24912;;;;;; (20627 10158 364804 0)) 24907;;;;;; (20627 5636 279161 0))
24913;;; Generated autoloads from net/snmp-mode.el 24908;;; Generated autoloads from net/snmp-mode.el
24914 24909
24915(autoload 'snmp-mode "snmp-mode" "\ 24910(autoload 'snmp-mode "snmp-mode" "\
@@ -24939,7 +24934,7 @@ then `snmpv2-mode-hook'.
24939;;;*** 24934;;;***
24940 24935
24941;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20627 24936;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20627
24942;;;;;; 10158 364804 0)) 24937;;;;;; 5636 279161 0))
24943;;; Generated autoloads from calendar/solar.el 24938;;; Generated autoloads from calendar/solar.el
24944 24939
24945(autoload 'sunrise-sunset "solar" "\ 24940(autoload 'sunrise-sunset "solar" "\
@@ -24955,7 +24950,7 @@ This function is suitable for execution in an init file.
24955;;;*** 24950;;;***
24956 24951
24957;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20627 24952;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20627
24958;;;;;; 10158 364804 0)) 24953;;;;;; 5636 279161 0))
24959;;; Generated autoloads from play/solitaire.el 24954;;; Generated autoloads from play/solitaire.el
24960 24955
24961(autoload 'solitaire "solitaire" "\ 24956(autoload 'solitaire "solitaire" "\
@@ -25032,7 +25027,7 @@ Pick your favorite shortcuts:
25032 25027
25033;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 25028;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25034;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 25029;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25035;;;;;; sort-lines sort-subr) "sort" "sort.el" (20627 10158 364804 25030;;;;;; sort-lines sort-subr) "sort" "sort.el" (20627 5636 279161
25036;;;;;; 0)) 25031;;;;;; 0))
25037;;; Generated autoloads from sort.el 25032;;; Generated autoloads from sort.el
25038(put 'sort-fold-case 'safe-local-variable 'booleanp) 25033(put 'sort-fold-case 'safe-local-variable 'booleanp)
@@ -25183,7 +25178,7 @@ From a program takes two point or marker arguments, BEG and END.
25183;;;*** 25178;;;***
25184 25179
25185;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20627 25180;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20627
25186;;;;;; 10158 364804 0)) 25181;;;;;; 5636 279161 0))
25187;;; Generated autoloads from gnus/spam.el 25182;;; Generated autoloads from gnus/spam.el
25188 25183
25189(autoload 'spam-initialize "spam" "\ 25184(autoload 'spam-initialize "spam" "\
@@ -25199,7 +25194,7 @@ installed through `spam-necessary-extra-headers'.
25199 25194
25200;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25195;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25201;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25196;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25202;;;;;; "gnus/spam-report.el" (20355 10320 526171 0)) 25197;;;;;; "gnus/spam-report.el" (20533 49334 755743 0))
25203;;; Generated autoloads from gnus/spam-report.el 25198;;; Generated autoloads from gnus/spam-report.el
25204 25199
25205(autoload 'spam-report-process-queue "spam-report" "\ 25200(autoload 'spam-report-process-queue "spam-report" "\
@@ -25242,7 +25237,7 @@ Spam reports will be queued with the method used when
25242;;;*** 25237;;;***
25243 25238
25244;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25239;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25245;;;;;; "speedbar.el" (20627 10158 364804 0)) 25240;;;;;; "speedbar.el" (20627 5636 279161 0))
25246;;; Generated autoloads from speedbar.el 25241;;; Generated autoloads from speedbar.el
25247 25242
25248(defalias 'speedbar 'speedbar-frame-mode) 25243(defalias 'speedbar 'speedbar-frame-mode)
@@ -25266,8 +25261,8 @@ selected. If the speedbar frame is active, then select the attached frame.
25266 25261
25267;;;*** 25262;;;***
25268 25263
25269;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20355 25264;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20533
25270;;;;;; 10320 526171 0)) 25265;;;;;; 49334 755743 0))
25271;;; Generated autoloads from play/spook.el 25266;;; Generated autoloads from play/spook.el
25272 25267
25273(autoload 'spook "spook" "\ 25268(autoload 'spook "spook" "\
@@ -25286,7 +25281,7 @@ Return a vector containing the lines from `spook-phrases-file'.
25286;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25281;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25287;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 25282;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
25288;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 25283;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
25289;;;;;; (20627 10158 364804 0)) 25284;;;;;; (20627 5636 279161 0))
25290;;; Generated autoloads from progmodes/sql.el 25285;;; Generated autoloads from progmodes/sql.el
25291 25286
25292(autoload 'sql-add-product-keywords "sql" "\ 25287(autoload 'sql-add-product-keywords "sql" "\
@@ -25782,7 +25777,7 @@ buffer.
25782;;;*** 25777;;;***
25783 25778
25784;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25779;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25785;;;;;; (20639 38724 522454 0)) 25780;;;;;; (20641 21435 927560 0))
25786;;; Generated autoloads from cedet/srecode/srt-mode.el 25781;;; Generated autoloads from cedet/srecode/srt-mode.el
25787 25782
25788(autoload 'srecode-template-mode "srecode/srt-mode" "\ 25783(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -25795,7 +25790,7 @@ Major-mode for writing SRecode macros.
25795;;;*** 25790;;;***
25796 25791
25797;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 25792;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
25798;;;;;; (20596 25614 144726 354000)) 25793;;;;;; (20616 13363 218583 0))
25799;;; Generated autoloads from gnus/starttls.el 25794;;; Generated autoloads from gnus/starttls.el
25800 25795
25801(autoload 'starttls-open-stream "starttls" "\ 25796(autoload 'starttls-open-stream "starttls" "\
@@ -25823,7 +25818,7 @@ GnuTLS requires a port number.
25823;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25818;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25824;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25819;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25825;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20627 25820;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20627
25826;;;;;; 10158 364804 0)) 25821;;;;;; 5636 279161 0))
25827;;; Generated autoloads from strokes.el 25822;;; Generated autoloads from strokes.el
25828 25823
25829(autoload 'strokes-global-set-stroke "strokes" "\ 25824(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25937,7 +25932,7 @@ Read a complex stroke and insert its glyph into the current buffer.
25937;;;*** 25932;;;***
25938 25933
25939;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25934;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25940;;;;;; "studly" "play/studly.el" (20355 10320 526171 0)) 25935;;;;;; "studly" "play/studly.el" (20533 49334 755743 0))
25941;;; Generated autoloads from play/studly.el 25936;;; Generated autoloads from play/studly.el
25942 25937
25943(autoload 'studlify-region "studly" "\ 25938(autoload 'studlify-region "studly" "\
@@ -25958,7 +25953,7 @@ Studlify-case the current buffer.
25958;;;*** 25953;;;***
25959 25954
25960;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 25955;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
25961;;;;;; (20627 10158 364804 0)) 25956;;;;;; (20627 5636 279161 0))
25962;;; Generated autoloads from progmodes/subword.el 25957;;; Generated autoloads from progmodes/subword.el
25963 25958
25964(autoload 'subword-mode "subword" "\ 25959(autoload 'subword-mode "subword" "\
@@ -26014,7 +26009,7 @@ See `subword-mode' for more information on Subword mode.
26014;;;*** 26009;;;***
26015 26010
26016;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 26011;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26017;;;;;; (20627 10158 364804 0)) 26012;;;;;; (20627 5636 279161 0))
26018;;; Generated autoloads from mail/supercite.el 26013;;; Generated autoloads from mail/supercite.el
26019 26014
26020(autoload 'sc-cite-original "supercite" "\ 26015(autoload 'sc-cite-original "supercite" "\
@@ -26046,8 +26041,8 @@ and `sc-post-hook' is run after the guts of this function.
26046 26041
26047;;;*** 26042;;;***
26048 26043
26049;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20355 26044;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20533
26050;;;;;; 10320 526171 0)) 26045;;;;;; 49334 755743 0))
26051;;; Generated autoloads from t-mouse.el 26046;;; Generated autoloads from t-mouse.el
26052 26047
26053(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26048(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26075,8 +26070,8 @@ It relies on the `gpm' daemon being activated.
26075 26070
26076;;;*** 26071;;;***
26077 26072
26078;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20355 10320 26073;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20533 49334
26079;;;;;; 526171 0)) 26074;;;;;; 755743 0))
26080;;; Generated autoloads from tabify.el 26075;;; Generated autoloads from tabify.el
26081 26076
26082(autoload 'untabify "tabify" "\ 26077(autoload 'untabify "tabify" "\
@@ -26111,7 +26106,7 @@ The variable `tab-width' controls the spacing of tab stops.
26111;;;;;; table-recognize table-insert-row-column table-insert-column 26106;;;;;; table-recognize table-insert-row-column table-insert-column
26112;;;;;; table-insert-row table-insert table-point-left-cell-hook 26107;;;;;; table-insert-row table-insert table-point-left-cell-hook
26113;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 26108;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26114;;;;;; "table" "textmodes/table.el" (20660 44868 282896 0)) 26109;;;;;; "table" "textmodes/table.el" (20660 26103 312755 0))
26115;;; Generated autoloads from textmodes/table.el 26110;;; Generated autoloads from textmodes/table.el
26116 26111
26117(defvar table-cell-map-hook nil "\ 26112(defvar table-cell-map-hook nil "\
@@ -26703,8 +26698,8 @@ converts a table into plain text without frames. It is a companion to
26703 26698
26704;;;*** 26699;;;***
26705 26700
26706;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20355 10320 26701;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20533 49334
26707;;;;;; 526171 0)) 26702;;;;;; 755743 0))
26708;;; Generated autoloads from talk.el 26703;;; Generated autoloads from talk.el
26709 26704
26710(autoload 'talk-connect "talk" "\ 26705(autoload 'talk-connect "talk" "\
@@ -26719,8 +26714,8 @@ Connect to the Emacs talk group from the current X display or tty frame.
26719 26714
26720;;;*** 26715;;;***
26721 26716
26722;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20627 10158 26717;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20627 5636
26723;;;;;; 364804 0)) 26718;;;;;; 279161 0))
26724;;; Generated autoloads from tar-mode.el 26719;;; Generated autoloads from tar-mode.el
26725 26720
26726(autoload 'tar-mode "tar-mode" "\ 26721(autoload 'tar-mode "tar-mode" "\
@@ -26744,7 +26739,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26744;;;*** 26739;;;***
26745 26740
26746;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26741;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26747;;;;;; "progmodes/tcl.el" (20627 10158 364804 0)) 26742;;;;;; "progmodes/tcl.el" (20627 5636 279161 0))
26748;;; Generated autoloads from progmodes/tcl.el 26743;;; Generated autoloads from progmodes/tcl.el
26749 26744
26750(autoload 'tcl-mode "tcl" "\ 26745(autoload 'tcl-mode "tcl" "\
@@ -26792,8 +26787,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26792 26787
26793;;;*** 26788;;;***
26794 26789
26795;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20355 10320 26790;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20533 49334
26796;;;;;; 526171 0)) 26791;;;;;; 755743 0))
26797;;; Generated autoloads from net/telnet.el 26792;;; Generated autoloads from net/telnet.el
26798 26793
26799(autoload 'telnet "telnet" "\ 26794(autoload 'telnet "telnet" "\
@@ -26819,7 +26814,7 @@ Normally input is edited in Emacs and sent a line at a time.
26819;;;*** 26814;;;***
26820 26815
26821;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26816;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
26822;;;;;; (20644 56652 257483 0)) 26817;;;;;; (20668 16794 117311 852000))
26823;;; Generated autoloads from term.el 26818;;; Generated autoloads from term.el
26824 26819
26825(autoload 'make-term "term" "\ 26820(autoload 'make-term "term" "\
@@ -26861,8 +26856,8 @@ use in that buffer.
26861 26856
26862;;;*** 26857;;;***
26863 26858
26864;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20355 26859;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20533
26865;;;;;; 10320 526171 0)) 26860;;;;;; 49334 755743 0))
26866;;; Generated autoloads from terminal.el 26861;;; Generated autoloads from terminal.el
26867 26862
26868(autoload 'terminal-emulator "terminal" "\ 26863(autoload 'terminal-emulator "terminal" "\
@@ -26899,7 +26894,7 @@ subprocess started.
26899;;;*** 26894;;;***
26900 26895
26901;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26896;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26902;;;;;; (20627 10158 364804 0)) 26897;;;;;; (20627 5636 279161 0))
26903;;; Generated autoloads from emacs-lisp/testcover.el 26898;;; Generated autoloads from emacs-lisp/testcover.el
26904 26899
26905(autoload 'testcover-this-defun "testcover" "\ 26900(autoload 'testcover-this-defun "testcover" "\
@@ -26909,8 +26904,8 @@ Start coverage on function under point.
26909 26904
26910;;;*** 26905;;;***
26911 26906
26912;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20627 10158 26907;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20627 5636
26913;;;;;; 364804 0)) 26908;;;;;; 279161 0))
26914;;; Generated autoloads from play/tetris.el 26909;;; Generated autoloads from play/tetris.el
26915 26910
26916(autoload 'tetris "tetris" "\ 26911(autoload 'tetris "tetris" "\
@@ -26941,7 +26936,7 @@ tetris-mode keybindings:
26941;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26936;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26942;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26937;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26943;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26938;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26944;;;;;; (20627 10158 364804 0)) 26939;;;;;; (20627 5636 279161 0))
26945;;; Generated autoloads from textmodes/tex-mode.el 26940;;; Generated autoloads from textmodes/tex-mode.el
26946 26941
26947(defvar tex-shell-file-name nil "\ 26942(defvar tex-shell-file-name nil "\
@@ -27243,7 +27238,7 @@ Major mode to edit DocTeX files.
27243;;;*** 27238;;;***
27244 27239
27245;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27240;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27246;;;;;; "texinfmt" "textmodes/texinfmt.el" (20627 10158 364804 0)) 27241;;;;;; "texinfmt" "textmodes/texinfmt.el" (20627 5636 279161 0))
27247;;; Generated autoloads from textmodes/texinfmt.el 27242;;; Generated autoloads from textmodes/texinfmt.el
27248 27243
27249(autoload 'texinfo-format-buffer "texinfmt" "\ 27244(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27283,7 +27278,7 @@ if large. You can use `Info-split' to do this manually.
27283;;;*** 27278;;;***
27284 27279
27285;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27280;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27286;;;;;; "texinfo" "textmodes/texinfo.el" (20627 10158 364804 0)) 27281;;;;;; "texinfo" "textmodes/texinfo.el" (20674 45241 160557 0))
27287;;; Generated autoloads from textmodes/texinfo.el 27282;;; Generated autoloads from textmodes/texinfo.el
27288 27283
27289(defvar texinfo-open-quote (purecopy "``") "\ 27284(defvar texinfo-open-quote (purecopy "``") "\
@@ -27369,7 +27364,7 @@ value of `texinfo-mode-hook'.
27369 27364
27370;;;### (autoloads (thai-composition-function thai-compose-buffer 27365;;;### (autoloads (thai-composition-function thai-compose-buffer
27371;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27366;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27372;;;;;; (20355 10320 526171 0)) 27367;;;;;; (20533 49334 755743 0))
27373;;; Generated autoloads from language/thai-util.el 27368;;; Generated autoloads from language/thai-util.el
27374 27369
27375(autoload 'thai-compose-region "thai-util" "\ 27370(autoload 'thai-compose-region "thai-util" "\
@@ -27398,7 +27393,7 @@ Compose Thai characters in the current buffer.
27398 27393
27399;;;### (autoloads (list-at-point number-at-point symbol-at-point 27394;;;### (autoloads (list-at-point number-at-point symbol-at-point
27400;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27395;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27401;;;;;; "thingatpt" "thingatpt.el" (20627 10158 364804 0)) 27396;;;;;; "thingatpt" "thingatpt.el" (20627 5636 279161 0))
27402;;; Generated autoloads from thingatpt.el 27397;;; Generated autoloads from thingatpt.el
27403 27398
27404(autoload 'forward-thing "thingatpt" "\ 27399(autoload 'forward-thing "thingatpt" "\
@@ -27461,7 +27456,7 @@ Return the Lisp list at point, or nil if none is found.
27461 27456
27462;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27457;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27463;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27458;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27464;;;;;; (20355 10320 526171 0)) 27459;;;;;; (20533 49334 755743 0))
27465;;; Generated autoloads from thumbs.el 27460;;; Generated autoloads from thumbs.el
27466 27461
27467(autoload 'thumbs-find-thumb "thumbs" "\ 27462(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27500,7 +27495,7 @@ In dired, call the setroot program on the image at point.
27500;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27495;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27501;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27496;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27502;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20627 27497;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20627
27503;;;;;; 10158 364804 0)) 27498;;;;;; 5636 279161 0))
27504;;; Generated autoloads from language/tibet-util.el 27499;;; Generated autoloads from language/tibet-util.el
27505 27500
27506(autoload 'tibetan-char-p "tibet-util" "\ 27501(autoload 'tibetan-char-p "tibet-util" "\
@@ -27574,7 +27569,7 @@ See also docstring of the function tibetan-compose-region.
27574;;;*** 27569;;;***
27575 27570
27576;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27571;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27577;;;;;; (20627 10158 364804 0)) 27572;;;;;; (20627 5636 279161 0))
27578;;; Generated autoloads from textmodes/tildify.el 27573;;; Generated autoloads from textmodes/tildify.el
27579 27574
27580(autoload 'tildify-region "tildify" "\ 27575(autoload 'tildify-region "tildify" "\
@@ -27599,7 +27594,7 @@ This function performs no refilling of the changed text.
27599 27594
27600;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27595;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27601;;;;;; display-time-mode display-time display-time-day-and-date) 27596;;;;;; display-time-mode display-time display-time-day-and-date)
27602;;;;;; "time" "time.el" (20627 10158 364804 0)) 27597;;;;;; "time" "time.el" (20627 5636 279161 0))
27603;;; Generated autoloads from time.el 27598;;; Generated autoloads from time.el
27604 27599
27605(defvar display-time-day-and-date nil "\ 27600(defvar display-time-day-and-date nil "\
@@ -27665,7 +27660,7 @@ Return a string giving the duration of the Emacs initialization.
27665;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27660;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
27666;;;;;; time-add time-subtract time-since days-to-time time-less-p 27661;;;;;; time-add time-subtract time-since days-to-time time-less-p
27667;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 27662;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27668;;;;;; (20650 9034 923564 0)) 27663;;;;;; (20650 61387 498451 0))
27669;;; Generated autoloads from calendar/time-date.el 27664;;; Generated autoloads from calendar/time-date.el
27670 27665
27671(autoload 'date-to-time "time-date" "\ 27666(autoload 'date-to-time "time-date" "\
@@ -27779,7 +27774,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
27779;;;*** 27774;;;***
27780 27775
27781;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27776;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27782;;;;;; "time-stamp.el" (20627 10158 364804 0)) 27777;;;;;; "time-stamp.el" (20627 5636 279161 0))
27783;;; Generated autoloads from time-stamp.el 27778;;; Generated autoloads from time-stamp.el
27784(put 'time-stamp-format 'safe-local-variable 'stringp) 27779(put 'time-stamp-format 'safe-local-variable 'stringp)
27785(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27780(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -27823,7 +27818,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27823;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27818;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27824;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27819;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27825;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el" 27820;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el"
27826;;;;;; (20627 10158 364804 0)) 27821;;;;;; (20627 5636 279161 0))
27827;;; Generated autoloads from calendar/timeclock.el 27822;;; Generated autoloads from calendar/timeclock.el
27828 27823
27829(autoload 'timeclock-mode-line-display "timeclock" "\ 27824(autoload 'timeclock-mode-line-display "timeclock" "\
@@ -27923,7 +27918,7 @@ relative only to the time worked today, and not to past time.
27923;;;*** 27918;;;***
27924 27919
27925;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27920;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27926;;;;;; "international/titdic-cnv.el" (20355 10320 526171 0)) 27921;;;;;; "international/titdic-cnv.el" (20533 49334 755743 0))
27927;;; Generated autoloads from international/titdic-cnv.el 27922;;; Generated autoloads from international/titdic-cnv.el
27928 27923
27929(autoload 'titdic-convert "titdic-cnv" "\ 27924(autoload 'titdic-convert "titdic-cnv" "\
@@ -27946,7 +27941,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27946;;;*** 27941;;;***
27947 27942
27948;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27943;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27949;;;;;; "tmm.el" (20627 10158 364804 0)) 27944;;;;;; "tmm.el" (20627 5636 279161 0))
27950;;; Generated autoloads from tmm.el 27945;;; Generated autoloads from tmm.el
27951 (define-key global-map "\M-`" 'tmm-menubar) 27946 (define-key global-map "\M-`" 'tmm-menubar)
27952 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27947 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27986,7 +27981,7 @@ Its value should be an event that has a binding in MENU.
27986 27981
27987;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27982;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27988;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27983;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27989;;;;;; "todo-mode" "calendar/todo-mode.el" (20355 10320 526171 0)) 27984;;;;;; "todo-mode" "calendar/todo-mode.el" (20533 49334 755743 0))
27990;;; Generated autoloads from calendar/todo-mode.el 27985;;; Generated autoloads from calendar/todo-mode.el
27991 27986
27992(autoload 'todo-add-category "todo-mode" "\ 27987(autoload 'todo-add-category "todo-mode" "\
@@ -28046,7 +28041,7 @@ Show TODO list.
28046 28041
28047;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 28042;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28048;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 28043;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28049;;;;;; "tool-bar" "tool-bar.el" (20355 10320 526171 0)) 28044;;;;;; "tool-bar" "tool-bar.el" (20533 49334 755743 0))
28050;;; Generated autoloads from tool-bar.el 28045;;; Generated autoloads from tool-bar.el
28051 28046
28052(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28047(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28117,7 +28112,7 @@ holds a keymap.
28117;;;*** 28112;;;***
28118 28113
28119;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 28114;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28120;;;;;; (20627 10158 364804 0)) 28115;;;;;; (20627 5636 279161 0))
28121;;; Generated autoloads from emulation/tpu-edt.el 28116;;; Generated autoloads from emulation/tpu-edt.el
28122 28117
28123(defvar tpu-edt-mode nil "\ 28118(defvar tpu-edt-mode nil "\
@@ -28147,7 +28142,7 @@ Turn on TPU/edt emulation.
28147;;;*** 28142;;;***
28148 28143
28149;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 28144;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
28150;;;;;; (20627 10158 364804 0)) 28145;;;;;; (20627 5636 279161 0))
28151;;; Generated autoloads from emulation/tpu-mapper.el 28146;;; Generated autoloads from emulation/tpu-mapper.el
28152 28147
28153(autoload 'tpu-mapper "tpu-mapper" "\ 28148(autoload 'tpu-mapper "tpu-mapper" "\
@@ -28181,8 +28176,8 @@ your local X guru can try to figure out why the key is being ignored.
28181 28176
28182;;;*** 28177;;;***
28183 28178
28184;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20355 10320 28179;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20533 49334
28185;;;;;; 526171 0)) 28180;;;;;; 755743 0))
28186;;; Generated autoloads from emacs-lisp/tq.el 28181;;; Generated autoloads from emacs-lisp/tq.el
28187 28182
28188(autoload 'tq-create "tq" "\ 28183(autoload 'tq-create "tq" "\
@@ -28196,7 +28191,7 @@ to a tcp server on another machine.
28196;;;*** 28191;;;***
28197 28192
28198;;;### (autoloads (trace-function-background trace-function trace-buffer) 28193;;;### (autoloads (trace-function-background trace-function trace-buffer)
28199;;;;;; "trace" "emacs-lisp/trace.el" (20627 10158 364804 0)) 28194;;;;;; "trace" "emacs-lisp/trace.el" (20627 5636 279161 0))
28200;;; Generated autoloads from emacs-lisp/trace.el 28195;;; Generated autoloads from emacs-lisp/trace.el
28201 28196
28202(defvar trace-buffer (purecopy "*trace-output*") "\ 28197(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -28233,7 +28228,7 @@ BUFFER defaults to `trace-buffer'.
28233;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28228;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28234;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28229;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28235;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28230;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28236;;;;;; "net/tramp.el" (20650 9034 923564 0)) 28231;;;;;; "net/tramp.el" (20650 61387 498451 0))
28237;;; Generated autoloads from net/tramp.el 28232;;; Generated autoloads from net/tramp.el
28238 28233
28239(defvar tramp-mode t "\ 28234(defvar tramp-mode t "\
@@ -28366,7 +28361,7 @@ Discard Tramp from loading remote files.
28366;;;*** 28361;;;***
28367 28362
28368;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28363;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28369;;;;;; (20627 10158 364804 0)) 28364;;;;;; (20627 5636 279161 0))
28370;;; Generated autoloads from net/tramp-ftp.el 28365;;; Generated autoloads from net/tramp-ftp.el
28371 28366
28372(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28367(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28377,7 +28372,7 @@ Discard Tramp from loading remote files.
28377;;;*** 28372;;;***
28378 28373
28379;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20627 28374;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20627
28380;;;;;; 10158 364804 0)) 28375;;;;;; 5636 279161 0))
28381;;; Generated autoloads from tutorial.el 28376;;; Generated autoloads from tutorial.el
28382 28377
28383(autoload 'help-with-tutorial "tutorial" "\ 28378(autoload 'help-with-tutorial "tutorial" "\
@@ -28402,7 +28397,7 @@ resumed later.
28402;;;*** 28397;;;***
28403 28398
28404;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28399;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28405;;;;;; (20355 10320 526171 0)) 28400;;;;;; (20533 49334 755743 0))
28406;;; Generated autoloads from language/tv-util.el 28401;;; Generated autoloads from language/tv-util.el
28407 28402
28408(autoload 'tai-viet-composition-function "tv-util" "\ 28403(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28413,7 +28408,7 @@ resumed later.
28413;;;*** 28408;;;***
28414 28409
28415;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28410;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28416;;;;;; "textmodes/two-column.el" (20627 10158 364804 0)) 28411;;;;;; "textmodes/two-column.el" (20627 5636 279161 0))
28417;;; Generated autoloads from textmodes/two-column.el 28412;;; Generated autoloads from textmodes/two-column.el
28418 (autoload '2C-command "two-column" () t 'keymap) 28413 (autoload '2C-command "two-column" () t 'keymap)
28419 (global-set-key "\C-x6" '2C-command) 28414 (global-set-key "\C-x6" '2C-command)
@@ -28462,7 +28457,7 @@ First column's text sSs Second column's text
28462 28457
28463;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 28458;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
28464;;;;;; type-break type-break-mode) "type-break" "type-break.el" 28459;;;;;; type-break type-break-mode) "type-break" "type-break.el"
28465;;;;;; (20627 10158 364804 0)) 28460;;;;;; (20627 5636 279161 0))
28466;;; Generated autoloads from type-break.el 28461;;; Generated autoloads from type-break.el
28467 28462
28468(defvar type-break-mode nil "\ 28463(defvar type-break-mode nil "\
@@ -28594,8 +28589,8 @@ FRAC should be the inverse of the fractional value; for example, a value of
28594 28589
28595;;;*** 28590;;;***
28596 28591
28597;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20627 10158 28592;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20627 5636
28598;;;;;; 364804 0)) 28593;;;;;; 279161 0))
28599;;; Generated autoloads from mail/uce.el 28594;;; Generated autoloads from mail/uce.el
28600 28595
28601(autoload 'uce-reply-to-uce "uce" "\ 28596(autoload 'uce-reply-to-uce "uce" "\
@@ -28613,7 +28608,7 @@ You might need to set `uce-mail-reader' before using this.
28613;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 28608;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28614;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 28609;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28615;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 28610;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28616;;;;;; "international/ucs-normalize.el" (20627 10158 364804 0)) 28611;;;;;; "international/ucs-normalize.el" (20627 5636 279161 0))
28617;;; Generated autoloads from international/ucs-normalize.el 28612;;; Generated autoloads from international/ucs-normalize.el
28618 28613
28619(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 28614(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -28679,7 +28674,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28679;;;*** 28674;;;***
28680 28675
28681;;;### (autoloads (ununderline-region underline-region) "underline" 28676;;;### (autoloads (ununderline-region underline-region) "underline"
28682;;;;;; "textmodes/underline.el" (20355 10320 526171 0)) 28677;;;;;; "textmodes/underline.el" (20533 49334 755743 0))
28683;;; Generated autoloads from textmodes/underline.el 28678;;; Generated autoloads from textmodes/underline.el
28684 28679
28685(autoload 'underline-region "underline" "\ 28680(autoload 'underline-region "underline" "\
@@ -28700,7 +28695,7 @@ which specify the range to operate on.
28700;;;*** 28695;;;***
28701 28696
28702;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28697;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28703;;;;;; (20627 10158 364804 0)) 28698;;;;;; (20627 5636 279161 0))
28704;;; Generated autoloads from mail/unrmail.el 28699;;; Generated autoloads from mail/unrmail.el
28705 28700
28706(autoload 'batch-unrmail "unrmail" "\ 28701(autoload 'batch-unrmail "unrmail" "\
@@ -28719,8 +28714,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
28719 28714
28720;;;*** 28715;;;***
28721 28716
28722;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20355 28717;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20533
28723;;;;;; 10320 526171 0)) 28718;;;;;; 49334 755743 0))
28724;;; Generated autoloads from emacs-lisp/unsafep.el 28719;;; Generated autoloads from emacs-lisp/unsafep.el
28725 28720
28726(autoload 'unsafep "unsafep" "\ 28721(autoload 'unsafep "unsafep" "\
@@ -28733,7 +28728,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28733;;;*** 28728;;;***
28734 28729
28735;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28730;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28736;;;;;; "url/url.el" (20627 10158 364804 0)) 28731;;;;;; "url/url.el" (20627 5636 279161 0))
28737;;; Generated autoloads from url/url.el 28732;;; Generated autoloads from url/url.el
28738 28733
28739(autoload 'url-retrieve "url" "\ 28734(autoload 'url-retrieve "url" "\
@@ -28781,7 +28776,7 @@ no further processing). URL is either a string or a parsed URL.
28781;;;*** 28776;;;***
28782 28777
28783;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28778;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28784;;;;;; "url-auth" "url/url-auth.el" (20355 10320 526171 0)) 28779;;;;;; "url-auth" "url/url-auth.el" (20533 49334 755743 0))
28785;;; Generated autoloads from url/url-auth.el 28780;;; Generated autoloads from url/url-auth.el
28786 28781
28787(autoload 'url-get-authentication "url-auth" "\ 28782(autoload 'url-get-authentication "url-auth" "\
@@ -28823,7 +28818,7 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28823;;;*** 28818;;;***
28824 28819
28825;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 28820;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
28826;;;;;; "url-cache" "url/url-cache.el" (20355 10320 526171 0)) 28821;;;;;; "url-cache" "url/url-cache.el" (20533 49334 755743 0))
28827;;; Generated autoloads from url/url-cache.el 28822;;; Generated autoloads from url/url-cache.el
28828 28823
28829(autoload 'url-store-in-cache "url-cache" "\ 28824(autoload 'url-store-in-cache "url-cache" "\
@@ -28844,8 +28839,8 @@ Extract FNAM from the local disk cache.
28844 28839
28845;;;*** 28840;;;***
28846 28841
28847;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20355 10320 28842;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20533 49334
28848;;;;;; 526171 0)) 28843;;;;;; 755743 0))
28849;;; Generated autoloads from url/url-cid.el 28844;;; Generated autoloads from url/url-cid.el
28850 28845
28851(autoload 'url-cid "url-cid" "\ 28846(autoload 'url-cid "url-cid" "\
@@ -28856,7 +28851,7 @@ Extract FNAM from the local disk cache.
28856;;;*** 28851;;;***
28857 28852
28858;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p) 28853;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p)
28859;;;;;; "url-dav" "url/url-dav.el" (20627 10158 364804 0)) 28854;;;;;; "url-dav" "url/url-dav.el" (20627 5636 279161 0))
28860;;; Generated autoloads from url/url-dav.el 28855;;; Generated autoloads from url/url-dav.el
28861 28856
28862(autoload 'url-dav-supported-p "url-dav" "\ 28857(autoload 'url-dav-supported-p "url-dav" "\
@@ -28891,7 +28886,7 @@ added to this list, so most requests can just pass in nil.
28891;;;*** 28886;;;***
28892 28887
28893;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20627 28888;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20627
28894;;;;;; 10158 364804 0)) 28889;;;;;; 5636 279161 0))
28895;;; Generated autoloads from url/url-file.el 28890;;; Generated autoloads from url/url-file.el
28896 28891
28897(autoload 'url-file "url-file" "\ 28892(autoload 'url-file "url-file" "\
@@ -28902,7 +28897,7 @@ Handle file: and ftp: URLs.
28902;;;*** 28897;;;***
28903 28898
28904;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28899;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28905;;;;;; "url/url-gw.el" (20627 10158 364804 0)) 28900;;;;;; "url/url-gw.el" (20627 5636 279161 0))
28906;;; Generated autoloads from url/url-gw.el 28901;;; Generated autoloads from url/url-gw.el
28907 28902
28908(autoload 'url-gateway-nslookup-host "url-gw" "\ 28903(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28922,7 +28917,7 @@ Might do a non-blocking connection; use `process-status' to check.
28922 28917
28923;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28918;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28924;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28919;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
28925;;;;;; (20627 10158 364804 0)) 28920;;;;;; (20627 5636 279161 0))
28926;;; Generated autoloads from url/url-handlers.el 28921;;; Generated autoloads from url/url-handlers.el
28927 28922
28928(defvar url-handler-mode nil "\ 28923(defvar url-handler-mode nil "\
@@ -28976,7 +28971,7 @@ accessible.
28976 28971
28977;;;*** 28972;;;***
28978 28973
28979;;;### (autoloads nil "url-http" "url/url-http.el" (20627 10158 364804 28974;;;### (autoloads nil "url-http" "url/url-http.el" (20627 5636 279161
28980;;;;;; 0)) 28975;;;;;; 0))
28981;;; Generated autoloads from url/url-http.el 28976;;; Generated autoloads from url/url-http.el
28982 (autoload 'url-default-expander "url-expand") 28977 (autoload 'url-default-expander "url-expand")
@@ -28989,8 +28984,8 @@ accessible.
28989 28984
28990;;;*** 28985;;;***
28991 28986
28992;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20355 10320 28987;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20533 49334
28993;;;;;; 526171 0)) 28988;;;;;; 755743 0))
28994;;; Generated autoloads from url/url-irc.el 28989;;; Generated autoloads from url/url-irc.el
28995 28990
28996(autoload 'url-irc "url-irc" "\ 28991(autoload 'url-irc "url-irc" "\
@@ -29001,7 +28996,7 @@ accessible.
29001;;;*** 28996;;;***
29002 28997
29003;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20627 28998;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20627
29004;;;;;; 10158 364804 0)) 28999;;;;;; 5636 279161 0))
29005;;; Generated autoloads from url/url-ldap.el 29000;;; Generated autoloads from url/url-ldap.el
29006 29001
29007(autoload 'url-ldap "url-ldap" "\ 29002(autoload 'url-ldap "url-ldap" "\
@@ -29015,7 +29010,7 @@ URL can be a URL string, or a URL vector of the type returned by
29015;;;*** 29010;;;***
29016 29011
29017;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 29012;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29018;;;;;; (20355 10320 526171 0)) 29013;;;;;; (20533 49334 755743 0))
29019;;; Generated autoloads from url/url-mailto.el 29014;;; Generated autoloads from url/url-mailto.el
29020 29015
29021(autoload 'url-mail "url-mailto" "\ 29016(autoload 'url-mail "url-mailto" "\
@@ -29031,7 +29026,7 @@ Handle the mailto: URL syntax.
29031;;;*** 29026;;;***
29032 29027
29033;;;### (autoloads (url-data url-generic-emulator-loader url-info 29028;;;### (autoloads (url-data url-generic-emulator-loader url-info
29034;;;;;; url-man) "url-misc" "url/url-misc.el" (20627 10158 364804 29029;;;;;; url-man) "url-misc" "url/url-misc.el" (20627 5636 279161
29035;;;;;; 0)) 29030;;;;;; 0))
29036;;; Generated autoloads from url/url-misc.el 29031;;; Generated autoloads from url/url-misc.el
29037 29032
@@ -29064,7 +29059,7 @@ Fetch a data URL (RFC 2397).
29064;;;*** 29059;;;***
29065 29060
29066;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 29061;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29067;;;;;; (20355 10320 526171 0)) 29062;;;;;; (20533 49334 755743 0))
29068;;; Generated autoloads from url/url-news.el 29063;;; Generated autoloads from url/url-news.el
29069 29064
29070(autoload 'url-news "url-news" "\ 29065(autoload 'url-news "url-news" "\
@@ -29081,7 +29076,7 @@ Fetch a data URL (RFC 2397).
29081 29076
29082;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 29077;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29083;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 29078;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29084;;;;;; (20355 10320 526171 0)) 29079;;;;;; (20533 49334 755743 0))
29085;;; Generated autoloads from url/url-ns.el 29080;;; Generated autoloads from url/url-ns.el
29086 29081
29087(autoload 'isPlainHostName "url-ns" "\ 29082(autoload 'isPlainHostName "url-ns" "\
@@ -29122,7 +29117,7 @@ Fetch a data URL (RFC 2397).
29122;;;*** 29117;;;***
29123 29118
29124;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 29119;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29125;;;;;; "url/url-parse.el" (20647 32836 194497 0)) 29120;;;;;; "url/url-parse.el" (20647 13100 550277 185000))
29126;;; Generated autoloads from url/url-parse.el 29121;;; Generated autoloads from url/url-parse.el
29127 29122
29128(autoload 'url-recreate-url "url-parse" "\ 29123(autoload 'url-recreate-url "url-parse" "\
@@ -29174,7 +29169,7 @@ parses to
29174;;;*** 29169;;;***
29175 29170
29176;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 29171;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29177;;;;;; (20627 10158 364804 0)) 29172;;;;;; (20627 5636 279161 0))
29178;;; Generated autoloads from url/url-privacy.el 29173;;; Generated autoloads from url/url-privacy.el
29179 29174
29180(autoload 'url-setup-privacy-info "url-privacy" "\ 29175(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29185,7 +29180,7 @@ Setup variables that expose info about you and your system.
29185;;;*** 29180;;;***
29186 29181
29187;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" 29182;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el"
29188;;;;;; (20627 10158 364804 0)) 29183;;;;;; (20627 5636 279161 0))
29189;;; Generated autoloads from url/url-queue.el 29184;;; Generated autoloads from url/url-queue.el
29190 29185
29191(autoload 'url-queue-retrieve "url-queue" "\ 29186(autoload 'url-queue-retrieve "url-queue" "\
@@ -29206,7 +29201,7 @@ The variable `url-queue-timeout' sets a timeout.
29206;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message 29201;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message
29207;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args 29202;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args
29208;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20627 29203;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20627
29209;;;;;; 10158 364804 0)) 29204;;;;;; 5636 279161 0))
29210;;; Generated autoloads from url/url-util.el 29205;;; Generated autoloads from url/url-util.el
29211 29206
29212(defvar url-debug nil "\ 29207(defvar url-debug nil "\
@@ -29380,7 +29375,7 @@ This uses `url-current-object', set locally to the buffer.
29380;;;*** 29375;;;***
29381 29376
29382;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29377;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29383;;;;;; "userlock" "userlock.el" (20627 10158 364804 0)) 29378;;;;;; "userlock" "userlock.el" (20627 5636 279161 0))
29384;;; Generated autoloads from userlock.el 29379;;; Generated autoloads from userlock.el
29385 29380
29386(autoload 'ask-user-about-lock "userlock" "\ 29381(autoload 'ask-user-about-lock "userlock" "\
@@ -29410,7 +29405,7 @@ The buffer in question is current when this function is called.
29410 29405
29411;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29406;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29412;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29407;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29413;;;;;; "utf-7" "international/utf-7.el" (20355 10320 526171 0)) 29408;;;;;; "utf-7" "international/utf-7.el" (20533 49334 755743 0))
29414;;; Generated autoloads from international/utf-7.el 29409;;; Generated autoloads from international/utf-7.el
29415 29410
29416(autoload 'utf-7-post-read-conversion "utf-7" "\ 29411(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29435,8 +29430,8 @@ The buffer in question is current when this function is called.
29435 29430
29436;;;*** 29431;;;***
29437 29432
29438;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20355 10320 29433;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20533 49334
29439;;;;;; 526171 0)) 29434;;;;;; 755743 0))
29440;;; Generated autoloads from gnus/utf7.el 29435;;; Generated autoloads from gnus/utf7.el
29441 29436
29442(autoload 'utf7-encode "utf7" "\ 29437(autoload 'utf7-encode "utf7" "\
@@ -29448,7 +29443,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29448 29443
29449;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29444;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29450;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29445;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29451;;;;;; (20627 10158 364804 0)) 29446;;;;;; (20627 5636 279161 0))
29452;;; Generated autoloads from mail/uudecode.el 29447;;; Generated autoloads from mail/uudecode.el
29453 29448
29454(autoload 'uudecode-decode-region-external "uudecode" "\ 29449(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29479,7 +29474,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29479;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff 29474;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
29480;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 29475;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
29481;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20627 29476;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20627
29482;;;;;; 10158 364804 0)) 29477;;;;;; 5636 279161 0))
29483;;; Generated autoloads from vc/vc.el 29478;;; Generated autoloads from vc/vc.el
29484 29479
29485(defvar vc-checkout-hook nil "\ 29480(defvar vc-checkout-hook nil "\
@@ -29757,7 +29752,7 @@ Return the branch part of a revision number REV.
29757;;;*** 29752;;;***
29758 29753
29759;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 29754;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
29760;;;;;; (20627 10158 364804 0)) 29755;;;;;; (20627 5636 279161 0))
29761;;; Generated autoloads from vc/vc-annotate.el 29756;;; Generated autoloads from vc/vc-annotate.el
29762 29757
29763(autoload 'vc-annotate "vc-annotate" "\ 29758(autoload 'vc-annotate "vc-annotate" "\
@@ -29794,7 +29789,7 @@ mode-specific menu. `vc-annotate-color-map' and
29794 29789
29795;;;*** 29790;;;***
29796 29791
29797;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20627 10158 364804 29792;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20627 5636 279161
29798;;;;;; 0)) 29793;;;;;; 0))
29799;;; Generated autoloads from vc/vc-arch.el 29794;;; Generated autoloads from vc/vc-arch.el
29800 (defun vc-arch-registered (file) 29795 (defun vc-arch-registered (file)
@@ -29805,7 +29800,7 @@ mode-specific menu. `vc-annotate-color-map' and
29805 29800
29806;;;*** 29801;;;***
29807 29802
29808;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20627 10158 364804 29803;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20627 5636 279161
29809;;;;;; 0)) 29804;;;;;; 0))
29810;;; Generated autoloads from vc/vc-bzr.el 29805;;; Generated autoloads from vc/vc-bzr.el
29811 29806
@@ -29822,7 +29817,7 @@ Name of the format file in a .bzr directory.")
29822 29817
29823;;;*** 29818;;;***
29824 29819
29825;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20627 10158 364804 29820;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20627 5636 279161
29826;;;;;; 0)) 29821;;;;;; 0))
29827;;; Generated autoloads from vc/vc-cvs.el 29822;;; Generated autoloads from vc/vc-cvs.el
29828(defun vc-cvs-registered (f) 29823(defun vc-cvs-registered (f)
@@ -29834,7 +29829,7 @@ Name of the format file in a .bzr directory.")
29834 29829
29835;;;*** 29830;;;***
29836 29831
29837;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20627 10158 364804 29832;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20627 5636 279161
29838;;;;;; 0)) 29833;;;;;; 0))
29839;;; Generated autoloads from vc/vc-dir.el 29834;;; Generated autoloads from vc/vc-dir.el
29840 29835
@@ -29860,7 +29855,7 @@ These are the commands available for use in the file status buffer:
29860;;;*** 29855;;;***
29861 29856
29862;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 29857;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
29863;;;;;; (20627 10158 364804 0)) 29858;;;;;; (20627 5636 279161 0))
29864;;; Generated autoloads from vc/vc-dispatcher.el 29859;;; Generated autoloads from vc/vc-dispatcher.el
29865 29860
29866(autoload 'vc-do-command "vc-dispatcher" "\ 29861(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29883,7 +29878,7 @@ case, and the process object in the asynchronous case.
29883 29878
29884;;;*** 29879;;;***
29885 29880
29886;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20627 10158 364804 29881;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20627 5636 279161
29887;;;;;; 0)) 29882;;;;;; 0))
29888;;; Generated autoloads from vc/vc-git.el 29883;;; Generated autoloads from vc/vc-git.el
29889 (defun vc-git-registered (file) 29884 (defun vc-git-registered (file)
@@ -29895,7 +29890,7 @@ case, and the process object in the asynchronous case.
29895 29890
29896;;;*** 29891;;;***
29897 29892
29898;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20627 10158 364804 0)) 29893;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20627 5636 279161 0))
29899;;; Generated autoloads from vc/vc-hg.el 29894;;; Generated autoloads from vc/vc-hg.el
29900 (defun vc-hg-registered (file) 29895 (defun vc-hg-registered (file)
29901 "Return non-nil if FILE is registered with hg." 29896 "Return non-nil if FILE is registered with hg."
@@ -29906,7 +29901,7 @@ case, and the process object in the asynchronous case.
29906 29901
29907;;;*** 29902;;;***
29908 29903
29909;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20627 10158 364804 29904;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20627 5636 279161
29910;;;;;; 0)) 29905;;;;;; 0))
29911;;; Generated autoloads from vc/vc-mtn.el 29906;;; Generated autoloads from vc/vc-mtn.el
29912 29907
@@ -29924,7 +29919,7 @@ Name of the monotone directory's format file.")
29924;;;*** 29919;;;***
29925 29920
29926;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 29921;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
29927;;;;;; (20627 10158 364804 0)) 29922;;;;;; (20627 5636 279161 0))
29928;;; Generated autoloads from vc/vc-rcs.el 29923;;; Generated autoloads from vc/vc-rcs.el
29929 29924
29930(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29925(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -29938,7 +29933,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29938;;;*** 29933;;;***
29939 29934
29940;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 29935;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
29941;;;;;; (20627 10158 364804 0)) 29936;;;;;; (20627 5636 279161 0))
29942;;; Generated autoloads from vc/vc-sccs.el 29937;;; Generated autoloads from vc/vc-sccs.el
29943 29938
29944(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29939(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -29956,8 +29951,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29956 29951
29957;;;*** 29952;;;***
29958 29953
29959;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20647 32836 194497 29954;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20647 14050 82317
29960;;;;;; 0)) 29955;;;;;; 635000))
29961;;; Generated autoloads from vc/vc-svn.el 29956;;; Generated autoloads from vc/vc-svn.el
29962 (defun vc-svn-registered (f) 29957 (defun vc-svn-registered (f)
29963 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29958 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29971,7 +29966,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29971;;;*** 29966;;;***
29972 29967
29973;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29968;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29974;;;;;; (20627 10158 364804 0)) 29969;;;;;; (20627 5636 279161 0))
29975;;; Generated autoloads from progmodes/vera-mode.el 29970;;; Generated autoloads from progmodes/vera-mode.el
29976 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29971 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29977 29972
@@ -30029,7 +30024,7 @@ Key bindings:
30029;;;*** 30024;;;***
30030 30025
30031;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 30026;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30032;;;;;; (20627 10158 364804 0)) 30027;;;;;; (20627 5636 279161 0))
30033;;; Generated autoloads from progmodes/verilog-mode.el 30028;;; Generated autoloads from progmodes/verilog-mode.el
30034 30029
30035(autoload 'verilog-mode "verilog-mode" "\ 30030(autoload 'verilog-mode "verilog-mode" "\
@@ -30168,7 +30163,7 @@ Key bindings specific to `verilog-mode-map' are:
30168;;;*** 30163;;;***
30169 30164
30170;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 30165;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
30171;;;;;; (20627 10158 364804 0)) 30166;;;;;; (20627 5636 279161 0))
30172;;; Generated autoloads from progmodes/vhdl-mode.el 30167;;; Generated autoloads from progmodes/vhdl-mode.el
30173 30168
30174(autoload 'vhdl-mode "vhdl-mode" "\ 30169(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30722,7 +30717,7 @@ Key bindings:
30722 30717
30723;;;*** 30718;;;***
30724 30719
30725;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20627 10158 364804 30720;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20627 5636 279161
30726;;;;;; 0)) 30721;;;;;; 0))
30727;;; Generated autoloads from emulation/vi.el 30722;;; Generated autoloads from emulation/vi.el
30728 30723
@@ -30778,7 +30773,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30778;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30773;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30779;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30774;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30780;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30775;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30781;;;;;; "language/viet-util.el" (20355 10320 526171 0)) 30776;;;;;; "language/viet-util.el" (20533 49334 755743 0))
30782;;; Generated autoloads from language/viet-util.el 30777;;; Generated autoloads from language/viet-util.el
30783 30778
30784(autoload 'viet-encode-viscii-char "viet-util" "\ 30779(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -30826,7 +30821,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
30826;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 30821;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30827;;;;;; view-buffer view-file-other-frame view-file-other-window 30822;;;;;; view-buffer view-file-other-frame view-file-other-window
30828;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 30823;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30829;;;;;; "view" "view.el" (20627 10158 364804 0)) 30824;;;;;; "view" "view.el" (20627 5636 279161 0))
30830;;; Generated autoloads from view.el 30825;;; Generated autoloads from view.el
30831 30826
30832(defvar view-remove-frame-by-deleting t "\ 30827(defvar view-remove-frame-by-deleting t "\
@@ -31083,7 +31078,7 @@ Exit View mode and make the current buffer editable.
31083;;;*** 31078;;;***
31084 31079
31085;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20627 31080;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20627
31086;;;;;; 10158 364804 0)) 31081;;;;;; 5636 279161 0))
31087;;; Generated autoloads from emulation/vip.el 31082;;; Generated autoloads from emulation/vip.el
31088 31083
31089(autoload 'vip-setup "vip" "\ 31084(autoload 'vip-setup "vip" "\
@@ -31099,7 +31094,7 @@ Turn on VIP emulation of VI.
31099;;;*** 31094;;;***
31100 31095
31101;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 31096;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31102;;;;;; (20627 10158 364804 0)) 31097;;;;;; (20627 5636 279161 0))
31103;;; Generated autoloads from emulation/viper.el 31098;;; Generated autoloads from emulation/viper.el
31104 31099
31105(autoload 'toggle-viper-mode "viper" "\ 31100(autoload 'toggle-viper-mode "viper" "\
@@ -31116,7 +31111,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31116;;;*** 31111;;;***
31117 31112
31118;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 31113;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31119;;;;;; (20355 10320 526171 0)) 31114;;;;;; (20533 49334 755743 0))
31120;;; Generated autoloads from emacs-lisp/warnings.el 31115;;; Generated autoloads from emacs-lisp/warnings.el
31121 31116
31122(defvar warning-prefix-function nil "\ 31117(defvar warning-prefix-function nil "\
@@ -31206,7 +31201,7 @@ this is equivalent to `display-warning', using
31206;;;*** 31201;;;***
31207 31202
31208;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 31203;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
31209;;;;;; (20655 26952 546010 0)) 31204;;;;;; (20655 11282 285929 0))
31210;;; Generated autoloads from wdired.el 31205;;; Generated autoloads from wdired.el
31211 31206
31212(autoload 'wdired-change-to-wdired-mode "wdired" "\ 31207(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -31223,8 +31218,8 @@ See `wdired-mode'.
31223 31218
31224;;;*** 31219;;;***
31225 31220
31226;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20627 10158 31221;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20627 5636
31227;;;;;; 364804 0)) 31222;;;;;; 279161 0))
31228;;; Generated autoloads from net/webjump.el 31223;;; Generated autoloads from net/webjump.el
31229 31224
31230(autoload 'webjump "webjump" "\ 31225(autoload 'webjump "webjump" "\
@@ -31241,7 +31236,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31241;;;*** 31236;;;***
31242 31237
31243;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 31238;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
31244;;;;;; (20627 10158 364804 0)) 31239;;;;;; (20627 5636 279161 0))
31245;;; Generated autoloads from progmodes/which-func.el 31240;;; Generated autoloads from progmodes/which-func.el
31246 (put 'which-func-format 'risky-local-variable t) 31241 (put 'which-func-format 'risky-local-variable t)
31247 (put 'which-func-current 'risky-local-variable t) 31242 (put 'which-func-current 'risky-local-variable t)
@@ -31274,8 +31269,8 @@ in certain major modes.
31274;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 31269;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
31275;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 31270;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
31276;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 31271;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
31277;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20627 10158 31272;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20627 5636
31278;;;;;; 364804 0)) 31273;;;;;; 279161 0))
31279;;; Generated autoloads from whitespace.el 31274;;; Generated autoloads from whitespace.el
31280 31275
31281(autoload 'whitespace-mode "whitespace" "\ 31276(autoload 'whitespace-mode "whitespace" "\
@@ -31674,8 +31669,8 @@ cleaning up these problems.
31674;;;*** 31669;;;***
31675 31670
31676;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31671;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31677;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20627 10158 31672;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20627 5636
31678;;;;;; 364804 0)) 31673;;;;;; 279161 0))
31679;;; Generated autoloads from wid-browse.el 31674;;; Generated autoloads from wid-browse.el
31680 31675
31681(autoload 'widget-browse-at "wid-browse" "\ 31676(autoload 'widget-browse-at "wid-browse" "\
@@ -31705,7 +31700,7 @@ if ARG is omitted or nil.
31705 31700
31706;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31701;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31707;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20627 31702;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20627
31708;;;;;; 10158 364804 0)) 31703;;;;;; 5636 279161 0))
31709;;; Generated autoloads from wid-edit.el 31704;;; Generated autoloads from wid-edit.el
31710 31705
31711(autoload 'widgetp "wid-edit" "\ 31706(autoload 'widgetp "wid-edit" "\
@@ -31749,7 +31744,7 @@ Setup current buffer so editing string widgets works.
31749 31744
31750;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31745;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
31751;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20627 31746;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20627
31752;;;;;; 10158 364804 0)) 31747;;;;;; 5636 279161 0))
31753;;; Generated autoloads from windmove.el 31748;;; Generated autoloads from windmove.el
31754 31749
31755(autoload 'windmove-left "windmove" "\ 31750(autoload 'windmove-left "windmove" "\
@@ -31801,8 +31796,8 @@ Default MODIFIER is 'shift.
31801 31796
31802;;;*** 31797;;;***
31803 31798
31804;;;### (autoloads (winner-mode) "winner" "winner.el" (20627 10158 31799;;;### (autoloads (winner-mode) "winner" "winner.el" (20627 5636
31805;;;;;; 364804 0)) 31800;;;;;; 279161 0))
31806;;; Generated autoloads from winner.el 31801;;; Generated autoloads from winner.el
31807 31802
31808(defvar winner-mode nil "\ 31803(defvar winner-mode nil "\
@@ -31826,8 +31821,8 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
31826;;;*** 31821;;;***
31827 31822
31828;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 31823;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
31829;;;;;; woman woman-locale) "woman" "woman.el" (20646 59381 729033 31824;;;;;; woman woman-locale) "woman" "woman.el" (20647 7990 336071
31830;;;;;; 107000)) 31825;;;;;; 0))
31831;;; Generated autoloads from woman.el 31826;;; Generated autoloads from woman.el
31832 31827
31833(defvar woman-locale nil "\ 31828(defvar woman-locale nil "\
@@ -31876,7 +31871,7 @@ Default bookmark handler for Woman buffers.
31876;;;*** 31871;;;***
31877 31872
31878;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31873;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
31879;;;;;; (20355 10320 526171 0)) 31874;;;;;; (20533 49334 755743 0))
31880;;; Generated autoloads from emulation/ws-mode.el 31875;;; Generated autoloads from emulation/ws-mode.el
31881 31876
31882(autoload 'wordstar-mode "ws-mode" "\ 31877(autoload 'wordstar-mode "ws-mode" "\
@@ -31988,8 +31983,8 @@ The key bindings are:
31988 31983
31989;;;*** 31984;;;***
31990 31985
31991;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20627 10158 31986;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20627 5636
31992;;;;;; 364804 0)) 31987;;;;;; 279161 0))
31993;;; Generated autoloads from net/xesam.el 31988;;; Generated autoloads from net/xesam.el
31994 31989
31995(autoload 'xesam-search "xesam" "\ 31990(autoload 'xesam-search "xesam" "\
@@ -32009,7 +32004,7 @@ Example:
32009;;;*** 32004;;;***
32010 32005
32011;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 32006;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
32012;;;;;; (20627 10158 364804 0)) 32007;;;;;; (20627 5636 279161 0))
32013;;; Generated autoloads from xml.el 32008;;; Generated autoloads from xml.el
32014 32009
32015(autoload 'xml-parse-file "xml" "\ 32010(autoload 'xml-parse-file "xml" "\
@@ -32066,7 +32061,7 @@ Both features can be combined by providing a cons cell
32066;;;*** 32061;;;***
32067 32062
32068;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 32063;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
32069;;;;;; "nxml/xmltok.el" (20355 10320 526171 0)) 32064;;;;;; "nxml/xmltok.el" (20533 49334 755743 0))
32070;;; Generated autoloads from nxml/xmltok.el 32065;;; Generated autoloads from nxml/xmltok.el
32071 32066
32072(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32067(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32085,7 +32080,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32085;;;*** 32080;;;***
32086 32081
32087;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20627 32082;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20627
32088;;;;;; 10158 364804 0)) 32083;;;;;; 5636 279161 0))
32089;;; Generated autoloads from xt-mouse.el 32084;;; Generated autoloads from xt-mouse.el
32090 32085
32091(defvar xterm-mouse-mode nil "\ 32086(defvar xterm-mouse-mode nil "\
@@ -32115,7 +32110,7 @@ down the SHIFT key while pressing the mouse button.
32115;;;*** 32110;;;***
32116 32111
32117;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 32112;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32118;;;;;; "gnus/yenc.el" (20355 10320 526171 0)) 32113;;;;;; "gnus/yenc.el" (20533 49334 755743 0))
32119;;; Generated autoloads from gnus/yenc.el 32114;;; Generated autoloads from gnus/yenc.el
32120 32115
32121(autoload 'yenc-decode-region "yenc" "\ 32116(autoload 'yenc-decode-region "yenc" "\
@@ -32131,7 +32126,7 @@ Extract file name from an yenc header.
32131;;;*** 32126;;;***
32132 32127
32133;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 32128;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32134;;;;;; yow) "yow" "play/yow.el" (20627 10158 364804 0)) 32129;;;;;; yow) "yow" "play/yow.el" (20627 5636 279161 0))
32135;;; Generated autoloads from play/yow.el 32130;;; Generated autoloads from play/yow.el
32136 32131
32137(autoload 'yow "yow" "\ 32132(autoload 'yow "yow" "\
@@ -32157,7 +32152,7 @@ Zippy goes to the analyst.
32157 32152
32158;;;*** 32153;;;***
32159 32154
32160;;;### (autoloads (zone) "zone" "play/zone.el" (20627 10158 364804 32155;;;### (autoloads (zone) "zone" "play/zone.el" (20627 5636 279161
32161;;;;;; 0)) 32156;;;;;; 0))
32162;;; Generated autoloads from play/zone.el 32157;;; Generated autoloads from play/zone.el
32163 32158
@@ -32174,46 +32169,46 @@ Zone out, completely.
32174;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" 32169;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
32175;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" 32170;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
32176;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 32171;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
32177;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" 32172;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
32178;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" 32173;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
32179;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" 32174;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
32180;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" 32175;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
32181;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" 32176;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
32182;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" 32177;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el"
32183;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" 32178;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
32184;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" 32179;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
32185;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" 32180;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
32186;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" 32181;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el"
32187;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" 32182;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el"
32188;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" 32183;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
32189;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" 32184;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el"
32190;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" 32185;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el"
32191;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" 32186;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el"
32192;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el" 32187;;;;;; "cedet/cedet.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el"
32193;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el" 32188;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el"
32194;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" 32189;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el"
32195;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" 32190;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/locate.el"
32196;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el" 32191;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el"
32197;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el" 32192;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el"
32198;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" 32193;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el"
32199;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" 32194;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el"
32200;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" 32195;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el"
32201;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el" 32196;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el"
32202;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" 32197;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el"
32203;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" 32198;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/pulse.el"
32204;;;;;; "cedet/ede/util.el" "cedet/pulse.el" "cedet/semantic/analyze.el" 32199;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
32205;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" 32200;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
32206;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" 32201;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
32207;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el" 32202;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
32208;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" 32203;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el"
32209;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" 32204;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
32210;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el" 32205;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
32211;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el" 32206;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el"
32212;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" 32207;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el"
32213;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el" 32208;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el"
32214;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" 32209;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el"
32215;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el" 32210;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el"
32216;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" 32211;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
32217;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 32212;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
32218;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 32213;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
32219;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 32214;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -32221,13 +32216,13 @@ Zone out, completely.
32221;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 32216;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
32222;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 32217;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
32223;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" 32218;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
32224;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" 32219;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
32225;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" 32220;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
32226;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" 32221;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
32227;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el" 32222;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
32228;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" 32223;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el"
32229;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" 32224;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el"
32230;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" 32225;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
32231;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" 32226;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
32232;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" 32227;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
32233;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 32228;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
@@ -32239,11 +32234,11 @@ Zone out, completely.
32239;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" 32234;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
32240;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" 32235;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
32241;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 32236;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
32242;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" 32237;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
32243;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" 32238;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
32244;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" 32239;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
32245;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" 32240;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el"
32246;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el" 32241;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el"
32247;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" 32242;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
32248;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" 32243;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
32249;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" 32244;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el"
@@ -32263,33 +32258,32 @@ Zone out, completely.
32263;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 32258;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
32264;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" 32259;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
32265;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" 32260;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
32266;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" 32261;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el"
32267;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" 32262;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
32268;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 32263;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el"
32269;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "fringe.el" "generic-x.el" 32264;;;;;; "format-spec.el" "fringe.el" "generic-x.el" "gnus/compface.el"
32270;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 32265;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
32271;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 32266;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el"
32272;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" 32267;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el"
32273;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" 32268;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el"
32274;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 32269;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el"
32275;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" 32270;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
32276;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" 32271;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el"
32277;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" 32272;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el"
32278;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" 32273;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el"
32279;;;;;; "gnus/messcompat.el" "gnus/mm-archive.el" "gnus/mm-bodies.el" 32274;;;;;; "gnus/mm-archive.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
32280;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" 32275;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el"
32281;;;;;; "gnus/mml-smime.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" 32276;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"
32282;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" 32277;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el"
32283;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" 32278;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el"
32284;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" 32279;;;;;; "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el"
32285;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" 32280;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el"
32286;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" 32281;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el"
32287;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" 32282;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el"
32288;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" 32283;;;;;; "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" "gnus/sieve-manage.el"
32289;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" 32284;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el"
32290;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" 32285;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el"
32291;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" 32286;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
32292;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el"
32293;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" 32287;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
32294;;;;;; "international/uni-category.el" "international/uni-combining.el" 32288;;;;;; "international/uni-category.el" "international/uni-combining.el"
32295;;;;;; "international/uni-comment.el" "international/uni-decimal.el" 32289;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
@@ -32377,8 +32371,8 @@ Zone out, completely.
32377;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" 32371;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
32378;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" 32372;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
32379;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" 32373;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el"
32380;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (20665 62824 330768 32374;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (20684 33410 30137
32381;;;;;; 129000)) 32375;;;;;; 687000))
32382 32376
32383;;;*** 32377;;;***
32384 32378
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 5656c1bd531..03e891d28a7 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -70,7 +70,7 @@
70/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ 70/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
71/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ 71/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
72/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/ 72/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
73/^#undef VERSION/s/^.*$/#define VERSION "24.2.90"/ 73/^#undef VERSION/s/^.*$/#define VERSION "24.2.91"/
74/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ 74/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
75/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ 75/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
76/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ 76/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
diff --git a/nt/config.nt b/nt/config.nt
index b4dbb931904..8e51beeaa54 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -1399,7 +1399,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1399#undef USG_SUBTTY_WORKS 1399#undef USG_SUBTTY_WORKS
1400 1400
1401/* Version number of package */ 1401/* Version number of package */
1402#define VERSION "24.2.90" 1402#define VERSION "24.2.91"
1403 1403
1404/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 1404/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1405 'wchar_t'. */ 1405 'wchar_t'. */
diff --git a/nt/emacs.rc b/nt/emacs.rc
index cc93da0ffd2..93cdfba8d03 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -11,8 +11,8 @@ Emacs ICON icons\emacs.ico
11#endif 11#endif
12 12
13VS_VERSION_INFO VERSIONINFO 13VS_VERSION_INFO VERSIONINFO
14 FILEVERSION 24,2,90,0 14 FILEVERSION 24,2,91,0
15 PRODUCTVERSION 24,2,90,0 15 PRODUCTVERSION 24,2,91,0
16 FILEFLAGSMASK 0x3FL 16 FILEFLAGSMASK 0x3FL
17#ifdef EMACSDEBUG 17#ifdef EMACSDEBUG
18 FILEFLAGS 0x1L 18 FILEFLAGS 0x1L
@@ -29,12 +29,12 @@ BEGIN
29 BEGIN 29 BEGIN
30 VALUE "CompanyName", "Free Software Foundation\0" 30 VALUE "CompanyName", "Free Software Foundation\0"
31 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" 31 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
32 VALUE "FileVersion", "24, 2, 90, 0\0" 32 VALUE "FileVersion", "24, 2, 91, 0\0"
33 VALUE "InternalName", "Emacs\0" 33 VALUE "InternalName", "Emacs\0"
34 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" 34 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
35 VALUE "OriginalFilename", "emacs.exe" 35 VALUE "OriginalFilename", "emacs.exe"
36 VALUE "ProductName", "Emacs\0" 36 VALUE "ProductName", "Emacs\0"
37 VALUE "ProductVersion", "24, 2, 90, 0\0" 37 VALUE "ProductVersion", "24, 2, 91, 0\0"
38 VALUE "OLESelfRegister", "\0" 38 VALUE "OLESelfRegister", "\0"
39 END 39 END
40 END 40 END
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index c4dc7825387..e181ac9eb50 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
5#endif 5#endif
6 6
7VS_VERSION_INFO VERSIONINFO 7VS_VERSION_INFO VERSIONINFO
8 FILEVERSION 24,2,90,0 8 FILEVERSION 24,2,91,0
9 PRODUCTVERSION 24,2,90,0 9 PRODUCTVERSION 24,2,91,0
10 FILEFLAGSMASK 0x3FL 10 FILEFLAGSMASK 0x3FL
11#ifdef EMACSDEBUG 11#ifdef EMACSDEBUG
12 FILEFLAGS 0x1L 12 FILEFLAGS 0x1L
@@ -23,12 +23,12 @@ BEGIN
23 BEGIN 23 BEGIN
24 VALUE "CompanyName", "Free Software Foundation\0" 24 VALUE "CompanyName", "Free Software Foundation\0"
25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" 25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
26 VALUE "FileVersion", "24, 2, 90, 0\0" 26 VALUE "FileVersion", "24, 2, 91, 0\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
29 VALUE "OriginalFilename", "emacsclientw.exe" 29 VALUE "OriginalFilename", "emacsclientw.exe"
30 VALUE "ProductName", "EmacsClient\0" 30 VALUE "ProductName", "EmacsClient\0"
31 VALUE "ProductVersion", "24, 2, 90, 0\0" 31 VALUE "ProductVersion", "24, 2, 91, 0\0"
32 VALUE "OLESelfRegister", "\0" 32 VALUE "OLESelfRegister", "\0"
33 END 33 END
34 END 34 END
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index d036a90c944..4928ed86791 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -22,7 +22,7 @@
22# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out 22# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out
23# (and remove or replace this comment). 23# (and remove or replace this comment).
24 24
25VERSION = 24.2.90 25VERSION = 24.2.91
26 26
27TMP_DIST_DIR = emacs-$(VERSION) 27TMP_DIST_DIR = emacs-$(VERSION)
28 28