diff options
| author | Chong Yidong | 2012-11-24 23:31:31 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-24 23:31:31 +0800 |
| commit | ea0d348b1c4aca50783f6a931e35292f1c96e60b (patch) | |
| tree | bd87b04a69feea09eec0f98be68840031c9082a8 | |
| parent | 1e1bbf410d70b7a4bb1509afdfd399b7d086fad9 (diff) | |
| download | emacs-ea0d348b1c4aca50783f6a931e35292f1c96e60b.tar.gz emacs-ea0d348b1c4aca50783f6a931e35292f1c96e60b.zip | |
Bump version to 24.2.90.emacs-24.2.90
Regenerate AUTHORS and ldefs-boot.el.
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/emacs/emacsver.texi | 2 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 2 | ||||
| -rw-r--r-- | etc/AUTHORS | 981 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 1722 | ||||
| -rw-r--r-- | msdos/sed2v2.inp | 2 | ||||
| -rw-r--r-- | nt/config.nt | 2 | ||||
| -rw-r--r-- | nt/emacs.rc | 8 | ||||
| -rw-r--r-- | nt/emacsclient.rc | 8 | ||||
| -rw-r--r-- | nt/makefile.w32-in | 2 |
11 files changed, 1469 insertions, 1264 deletions
| @@ -2,7 +2,7 @@ Copyright (C) 2001-2012 Free Software Foundation, Inc. | |||
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | This directory tree holds version 24.2.50 of GNU Emacs, the extensible, | 5 | This directory tree holds version 24.2.90 of GNU Emacs, the extensible, |
| 6 | customizable, self-documenting real-time display editor. | 6 | customizable, self-documenting real-time display editor. |
| 7 | 7 | ||
| 8 | The file INSTALL in this directory says how to build and install GNU | 8 | The file INSTALL in this directory says how to build and install GNU |
diff --git a/configure.ac b/configure.ac index 3246372ca48..321cbd267f2 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License | |||
| 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | AC_PREREQ(2.65) | 24 | AC_PREREQ(2.65) |
| 25 | AC_INIT(emacs, 24.2.50) | 25 | AC_INIT(emacs, 24.2.90) |
| 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) | 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) |
| 27 | AC_CONFIG_SRCDIR(src/lisp.h) | 27 | AC_CONFIG_SRCDIR(src/lisp.h) |
| 28 | AC_CONFIG_AUX_DIR(build-aux) | 28 | AC_CONFIG_AUX_DIR(build-aux) |
diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi index 3b54719ad77..ca2e27ddd2f 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.50 | 4 | @set EMACSVER 24.2.90 |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index a3d73800503..e0eb5dd6487 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.50" | 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 24.2.90" |
| 3 | . | 3 | . |
| 4 | . | 4 | . |
| 5 | .SH NAME | 5 | .SH NAME |
diff --git a/etc/AUTHORS b/etc/AUTHORS index e6e8137141e..38b4dfafe1c 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -7,29 +7,32 @@ Aaron Ecay: changed nsterm.m | |||
| 7 | 7 | ||
| 8 | Aaron Larson: co-wrote bibtex.el | 8 | Aaron Larson: co-wrote bibtex.el |
| 9 | 9 | ||
| 10 | Aaron S. Hawley: changed files.texi morse.el tar-mode.el add-log.el | 10 | Aaron S. Hawley: changed files.texi morse.el tar-mode.el thingatpt.el |
| 11 | autoinsert.el building.texi custom.texi files.el glossary.texi | 11 | add-log.el autoinsert.el building.texi custom.texi files.el |
| 12 | isearch.el jka-cmpr-hook.el misc.texi re-builder.el sgml-mode.el | 12 | glossary.texi isearch.el jka-cmpr-hook.el make-mode.el misc.texi |
| 13 | texinfo.el thingatpt.el tutorial.el | 13 | re-builder.el sgml-mode.el simple.el texinfo.el tutorial.el vc.el |
| 14 | 14 | ||
| 15 | Abraham Nahum: changed configure.in dgux4.h sysdep.c | 15 | Abdó Roig-Maranges: changed org-html.el org-odt.el org.el |
| 16 | |||
| 17 | Abraham Nahum: changed configure.ac dgux4.h sysdep.c | ||
| 16 | 18 | ||
| 17 | Abramo Bagnara: changed term.c | 19 | Abramo Bagnara: changed term.c |
| 18 | 20 | ||
| 19 | Achim Gratz: changed org-clock.el org.el org.texi ob-ref.el ob.el | 21 | Achim Gratz: changed org.el org-clock.el org.texi org-compat.el ob-R.el |
| 20 | org-macs.el | 22 | ob.el org-agenda.el org-exp-blocks.el ob-C.el ob-ditaa.el ob-exp.el |
| 23 | ob-fortran.el ob-ref.el org-bbdb.el org-element.el org-gnus.el | ||
| 24 | org-install.el org-macs.el org-odt.el org-version.el | ||
| 21 | 25 | ||
| 22 | Adam Gołębiowski: changed Makefile.in | 26 | Adam Gołębiowski: changed Makefile.in |
| 23 | 27 | ||
| 24 | Adam Hupp: changed emacs.py emacs2.py emacs3.py gud.el | 28 | Adam Hupp: changed gud.el progmodes/python.el |
| 25 | progmodes/python.el | ||
| 26 | 29 | ||
| 27 | Adam Sjøgren: changed spam.el blink.xpm braindamaged.xpm cry.xpm dead.xpm | 30 | Adam Sjøgren: changed spam.el blink.xpm braindamaged.xpm cry.xpm dead.xpm |
| 28 | evil.xpm forced.xpm frown.xpm grin.xpm indifferent.xpm | 31 | evil.xpm forced.xpm frown.xpm grin.xpm indifferent.xpm |
| 29 | reverse-smile.xpm sad.xpm smile.xpm wry.xpm xterm.c gnus-html.el | 32 | reverse-smile.xpm sad.xpm smile.xpm wry.xpm xterm.c gnus-html.el |
| 30 | gnus-start.el gnus-sum.el gnus.el gtkutil.c shr.el xterm.h | 33 | gnus-start.el gnus-sum.el gnus.el gtkutil.c shr.el xterm.h |
| 31 | 34 | ||
| 32 | Adam Spiers: changed calendar.el | 35 | Adam Spiers: changed org.texi calendar.el org-clock.el org-html.el |
| 33 | 36 | ||
| 34 | Adam W: changed mail-source.el | 37 | Adam W: changed mail-source.el |
| 35 | 38 | ||
| @@ -45,9 +48,9 @@ Adrian Lanz: changed mail-source.el spam.el | |||
| 45 | 48 | ||
| 46 | Adrian Robert: co-wrote ns-win.el | 49 | Adrian Robert: co-wrote ns-win.el |
| 47 | and changed nsterm.m nsfns.m nsfont.m nsterm.h Makefile.in nsmenu.m | 50 | and changed nsterm.m nsfns.m nsfont.m nsterm.h Makefile.in nsmenu.m |
| 48 | configure.in README config.in emacs.c font.c keyboard.c nsgui.h | 51 | configure.ac README config.in emacs.c font.c keyboard.c nsgui.h |
| 49 | nsimage.m xdisp.c image.c lisp.h macos.texi menu.c Info-gnustep.plist | 52 | nsimage.m xdisp.c image.c lisp.h macos.texi menu.c darwin.h faces.el |
| 50 | darwin.h and 82 other files | 53 | and 77 other files |
| 51 | 54 | ||
| 52 | Ævar Arnfjörð Bjarmason: changed rcirc.el | 55 | Ævar Arnfjörð Bjarmason: changed rcirc.el |
| 53 | 56 | ||
| @@ -71,9 +74,9 @@ Alan Mackenzie: wrote cc-awk.el | |||
| 71 | and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el | 74 | and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el |
| 72 | cc-langs.el cc-mode.el cc-styles.el cc-vars.el | 75 | cc-langs.el cc-mode.el cc-styles.el cc-vars.el |
| 73 | and changed cc-mode.texi lread.c programs.texi font-lock.el font-core.el | 76 | and changed cc-mode.texi lread.c programs.texi font-lock.el font-core.el |
| 74 | isearch.el lisp.el modes.texi cc-subword.el display.texi os.texi | 77 | isearch.el lisp.el modes.texi cc-menus.el cc-subword.el display.texi |
| 75 | search.texi startup.el subr.el text.texi INSTALL.BZR add-log.el | 78 | os.texi search.texi startup.el subr.el text.texi INSTALL.BZR add-log.el |
| 76 | buffers.texi bytecomp.el callint.c cc-fix.el and 22 other files | 79 | buffers.texi bytecomp.el callint.c and 22 other files |
| 77 | 80 | ||
| 78 | Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el | 81 | Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el |
| 79 | easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el | 82 | easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el |
| @@ -87,7 +90,8 @@ Aleksei Gusev: changed progmodes/compile.el | |||
| 87 | 90 | ||
| 88 | Alex Coventry: changed files.el | 91 | Alex Coventry: changed files.el |
| 89 | 92 | ||
| 90 | Alex Ott: changed TUTORIAL.ru ru-refcard.tex ispell.el ru-refcard.ps | 93 | Alex Ott: changed TUTORIAL.ru ru-refcard.tex idle.el ispell.el |
| 94 | ru-refcard.ps | ||
| 91 | 95 | ||
| 92 | Alex Rezinsky: wrote which-func.el | 96 | Alex Rezinsky: wrote which-func.el |
| 93 | 97 | ||
| @@ -105,6 +109,8 @@ Alex Shinn: changed files.el | |||
| 105 | 109 | ||
| 106 | Alexander Becher: changed vc-annotate.el | 110 | Alexander Becher: changed vc-annotate.el |
| 107 | 111 | ||
| 112 | Alexander Haeckel: changed getset.el | ||
| 113 | |||
| 108 | Alexander Klimov: changed files.el calc-graph.el files.texi man.el rx.el | 114 | Alexander Klimov: changed files.el calc-graph.el files.texi man.el rx.el |
| 109 | sendmail.el | 115 | sendmail.el |
| 110 | 116 | ||
| @@ -128,7 +134,7 @@ and changed unexelf.c format.el iris4d.h iris5d.h regex.c unexsgi.c | |||
| 128 | Alexandre Veyrenc: changed fr-refcard.tex | 134 | Alexandre Veyrenc: changed fr-refcard.tex |
| 129 | 135 | ||
| 130 | Alexandru Harsanyi: wrote soap-client.el soap-inspect.el | 136 | Alexandru Harsanyi: wrote soap-client.el soap-inspect.el |
| 131 | and changed emacs3.py vc-hooks.el vc.el xml.el | 137 | and changed vc-hooks.el vc.el xml.el |
| 132 | 138 | ||
| 133 | Alfred Correira: changed generic-x.el | 139 | Alfred Correira: changed generic-x.el |
| 134 | 140 | ||
| @@ -137,7 +143,7 @@ Alfred M. Szmidt: changed html2text.el openbsd.h progmodes/compile.el | |||
| 137 | 143 | ||
| 138 | Alfredo Finelli: changed TUTORIAL.it | 144 | Alfredo Finelli: changed TUTORIAL.it |
| 139 | 145 | ||
| 140 | Ali Bahrami: changed configure configure.in sol2-10.h | 146 | Ali Bahrami: changed configure configure.ac sol2-10.h |
| 141 | 147 | ||
| 142 | Alin C. Soare: changed lisp-mode.el hexl.el | 148 | Alin C. Soare: changed lisp-mode.el hexl.el |
| 143 | 149 | ||
| @@ -145,8 +151,8 @@ Allen S. Rout: changed org-capture.el | |||
| 145 | 151 | ||
| 146 | Alon Albert: wrote rcompile.el | 152 | Alon Albert: wrote rcompile.el |
| 147 | 153 | ||
| 148 | Alp Aker: changed nsfont.m nsterm.h nsterm.m buff-menu.el configure.in | 154 | Alp Aker: changed nsfont.m nsterm.m nsfns.m nsmenu.m nsterm.h |
| 149 | nsfns.m nsmenu.m | 155 | buff-menu.el configure.ac mule-cmds.el nsselect.m window.el |
| 150 | 156 | ||
| 151 | Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c | 157 | Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c |
| 152 | savehist.el vc-git.el | 158 | savehist.el vc-git.el |
| @@ -161,7 +167,7 @@ and changed font-lock.el etags.c compile.el nsfont.m nsterm.m | |||
| 161 | Andre Spiegel: changed vc.el vc-hooks.el vc-cvs.el vc-rcs.el vc-sccs.el | 167 | Andre Spiegel: changed vc.el vc-hooks.el vc-cvs.el vc-rcs.el vc-sccs.el |
| 162 | files.el dired.el files.texi cperl-mode.el ediff-util.el log-view.el | 168 | files.el dired.el files.texi cperl-mode.el ediff-util.el log-view.el |
| 163 | parse-time.el startup.el tramp-vc.el vc-arch.el vc-mcvs.el vc-svn.el | 169 | parse-time.el startup.el tramp-vc.el vc-arch.el vc-mcvs.el vc-svn.el |
| 164 | vcdiff viper-util.el | 170 | viper-util.el |
| 165 | 171 | ||
| 166 | Andre Srinivasan: changed gnus-group.el gnus-sum.el gnus.texi message.el | 172 | Andre Srinivasan: changed gnus-group.el gnus-sum.el gnus.texi message.el |
| 167 | mm-decode.el mml.el nnmail.el | 173 | mm-decode.el mml.el nnmail.el |
| @@ -190,14 +196,15 @@ Andreas Leue: changed artist.el | |||
| 190 | 196 | ||
| 191 | Andreas Luik: changed xfns.c xterm.c | 197 | Andreas Luik: changed xfns.c xterm.c |
| 192 | 198 | ||
| 193 | Andreas Politz: changed editfns.c elp.el ido.el outline.el term.el | 199 | Andreas Politz: changed editfns.c elp.el ido.el outline.el subr.el |
| 200 | term.el | ||
| 194 | 201 | ||
| 195 | Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el | 202 | Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el |
| 196 | 203 | ||
| 197 | Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c | 204 | Andreas Schwab: changed Makefile.in configure.ac lisp.h xdisp.c alloc.c |
| 198 | process.c coding.c files.el keyboard.c xterm.c editfns.c emacs.c fns.c | 205 | process.c coding.c files.el keyboard.c emacs.c fileio.c xterm.c |
| 199 | print.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c | 206 | editfns.c print.c fns.c eval.c lread.c xfns.c font.c buffer.c sysdep.c |
| 200 | and 577 other files | 207 | and 605 other files |
| 201 | 208 | ||
| 202 | Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el | 209 | Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el |
| 203 | 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 |
| @@ -207,9 +214,11 @@ Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el | |||
| 207 | 214 | ||
| 208 | Andreas Vögele: changed pgg-def.el | 215 | Andreas Vögele: changed pgg-def.el |
| 209 | 216 | ||
| 217 | Andrew Beals: changed spook.lines | ||
| 218 | |||
| 210 | Andrew Choi: changed macterm.c darwin.h mac-win.el sysdep.c emacs.c mac.c | 219 | Andrew Choi: changed macterm.c darwin.h mac-win.el sysdep.c emacs.c mac.c |
| 211 | macfns.c fontset.c frame.c keyboard.c xfaces.c dispextern.h macmenu.c | 220 | macfns.c fontset.c frame.c keyboard.c xfaces.c dispextern.h macmenu.c |
| 212 | unexmacosx.c Makefile.in configure.in frame.h macterm.h titdic-cnv.el | 221 | unexmacosx.c Makefile.in configure.ac frame.h macterm.h titdic-cnv.el |
| 213 | xdisp.c alloc.c and 26 other files | 222 | xdisp.c alloc.c and 26 other files |
| 214 | 223 | ||
| 215 | Andrew Cohen: wrote spam-wash.el | 224 | Andrew Cohen: wrote spam-wash.el |
| @@ -221,8 +230,10 @@ Andrew Csillag: wrote m4-mode.el | |||
| 221 | 230 | ||
| 222 | Andrew Hall: changed paren.el | 231 | Andrew Hall: changed paren.el |
| 223 | 232 | ||
| 233 | Andrew Hyatt: changed org-archive.el org.el org.texi | ||
| 234 | |||
| 224 | Andrew Innes: changed makefile.w32-in makefile.nt w32fns.c w32term.c | 235 | Andrew Innes: changed makefile.w32-in makefile.nt w32fns.c w32term.c |
| 225 | w32.c w32proc.c fileio.c gmake.defs w32-fns.el dos-w32.el ms-w32.h | 236 | w32.c w32proc.c fileio.c gmake.defs w32-fns.el dos-w32.el inc/ms-w32.h |
| 226 | nmake.defs w32term.h makefile.def unexw32.c w32menu.c w32xfns.c addpm.c | 237 | nmake.defs w32term.h makefile.def unexw32.c w32menu.c w32xfns.c addpm.c |
| 227 | cmdproxy.c emacs.c w32-win.el and 137 other files | 238 | cmdproxy.c emacs.c w32-win.el and 137 other files |
| 228 | 239 | ||
| @@ -236,6 +247,8 @@ Andrey Slusar: changed gnus-async.el gnus.el | |||
| 236 | 247 | ||
| 237 | Andrey Zhdanov: changed gud.el | 248 | Andrey Zhdanov: changed gud.el |
| 238 | 249 | ||
| 250 | Andrzej Lichnerowicz: wrote ob-io.el ob-scala.el | ||
| 251 | |||
| 239 | Andy Moreton: changed makefile.w32-in | 252 | Andy Moreton: changed makefile.w32-in |
| 240 | 253 | ||
| 241 | Andy Norman: wrote ange-ftp.el | 254 | Andy Norman: wrote ange-ftp.el |
| @@ -255,9 +268,9 @@ Anna M. Bigatti: wrote cal-html.el | |||
| 255 | 268 | ||
| 256 | Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el | 269 | Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el |
| 257 | ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el | 270 | ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el |
| 258 | erc-goodies.el erc-track.el files.el find-file.el gnus-art.el | 271 | erc-goodies.el erc-stamp.el erc-track.el files.el find-file.el |
| 259 | gnus-uu.el gnus.el gnus.texi message.el mh-funcs.el mh-mime.el | 272 | gnus-art.el gnus-uu.el gnus.el gnus.texi message.el mh-funcs.el |
| 260 | and 7 other files | 273 | and 8 other files |
| 261 | 274 | ||
| 262 | Ari Roponen: changed atimer.c doc.c mule.texi startup.el time-date.el | 275 | Ari Roponen: changed atimer.c doc.c mule.texi startup.el time-date.el |
| 263 | 276 | ||
| @@ -270,9 +283,9 @@ Arnaud Giersch: changed gnus-sum.el | |||
| 270 | Arne Georg Gleditsch: changed gnus-sum.el | 283 | Arne Georg Gleditsch: changed gnus-sum.el |
| 271 | 284 | ||
| 272 | Arne Jørgensen: wrote latexenc.el | 285 | Arne Jørgensen: wrote latexenc.el |
| 273 | and changed smime.el mml-smime.el smime-ldap.el gnus-art.el gnus-sieve.el | 286 | and changed smime.el mml-smime.el smime-ldap.el flymake.el gnus-art.el |
| 274 | ldap.el message.el mm-decode.el mml-sec.el mml.el mule-conf.el | 287 | gnus-sieve.el ldap.el message.el mm-decode.el mml-sec.el mml.el |
| 275 | nnimap.el nnrss.el wid-edit.el | 288 | mule-conf.el nnimap.el nnrss.el wid-edit.el |
| 276 | 289 | ||
| 277 | Arni Magnusson: changed ada-mode.texi frames.texi texinfo.el | 290 | Arni Magnusson: changed ada-mode.texi frames.texi texinfo.el |
| 278 | 291 | ||
| @@ -280,8 +293,15 @@ Artem Chuprina: changed message.el | |||
| 280 | 293 | ||
| 281 | Ashwin Ram: wrote refer.el | 294 | Ashwin Ram: wrote refer.el |
| 282 | 295 | ||
| 296 | Atsuo Ohki: changed lread.c | ||
| 297 | |||
| 283 | Aubrey Jaffer: changed info.el unexelf.c | 298 | Aubrey Jaffer: changed info.el unexelf.c |
| 284 | 299 | ||
| 300 | Aurelien Aptel: changed cus-face.el dispextern.h display.texi faces.el | ||
| 301 | nsterm.m w32term.c xfaces.c xterm.c | ||
| 302 | |||
| 303 | Aurélien Aptel: changed url.texi | ||
| 304 | |||
| 285 | Axel Boldt: changed ehelp.el electric.el | 305 | Axel Boldt: changed ehelp.el electric.el |
| 286 | 306 | ||
| 287 | B. Anyos: changed w32term.c | 307 | B. Anyos: changed w32term.c |
| @@ -296,21 +316,24 @@ and changed c++-mode.el cplus-md1.el syntax.c syntax.h | |||
| 296 | 316 | ||
| 297 | Barry Fishman: changed gnu-linux.h | 317 | Barry Fishman: changed gnu-linux.h |
| 298 | 318 | ||
| 319 | Barry Oreilly: changed eval.c keyboard.c lisp.h | ||
| 320 | |||
| 299 | Bastien Guerry: wrote gnus-bookmark.el org-latex.el | 321 | Bastien Guerry: wrote gnus-bookmark.el org-latex.el |
| 300 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el | 322 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el |
| 301 | and changed org.el org-agenda.el org-html.el org-clock.el org-exp.el | 323 | and changed org.el org-agenda.el org.texi org-clock.el org-html.el |
| 302 | org.texi org-table.el org-capture.el org-publish.el org-timer.el | 324 | org-capture.el org-table.el org-exp.el ob.el org-publish.el |
| 303 | org-export-latex.el org-archive.el org-ascii.el org-colview.el | 325 | org-timer.el org-colview.el org-mobile.el org-archive.el org-compat.el |
| 304 | org-exp-blocks.el org-mobile.el ob.el org-eshell.el bookmark.el info.el | 326 | org-faces.el org-id.el org-pcomplete.el org-export-latex.el |
| 305 | org-attach.el and 36 other files | 327 | org-ascii.el org-icalendar.el and 83 other files |
| 306 | 328 | ||
| 307 | Ben A. Mesander: co-wrote erc-dcc.el | 329 | Ben A. Mesander: co-wrote erc-dcc.el |
| 308 | 330 | ||
| 309 | Ben Harris: changed configure.in | 331 | Ben Harris: changed configure.ac |
| 310 | 332 | ||
| 311 | Ben Key: changed w32.c w32fns.c w32menu.c configure.bat makefile.w32-in | 333 | Ben Key: changed w32.c w32fns.c w32menu.c configure.bat makefile.w32-in |
| 312 | INSTALL gmake.defs nmake.defs w32.h w32term.c configure.in emacs.c | 334 | INSTALL gmake.defs nmake.defs w32.h w32term.c configure.ac emacs.c |
| 313 | keyboard.c make-docfile.c ms-w32.h nsfont.m nsterm.m sound.c xfaces.c | 335 | inc/ms-w32.h keyboard.c make-docfile.c nsfont.m nsterm.m sound.c |
| 336 | xfaces.c | ||
| 314 | 337 | ||
| 315 | Ben Menasha: changed nnmh.el | 338 | Ben Menasha: changed nnmh.el |
| 316 | 339 | ||
| @@ -324,8 +347,8 @@ Benjamin Andresen: wrote ob-screen.el | |||
| 324 | Benjamin Drieu: wrote pong.el | 347 | Benjamin Drieu: wrote pong.el |
| 325 | and changed org-clock.el | 348 | and changed org-clock.el |
| 326 | 349 | ||
| 327 | Benjamin Riefenstahl: changed w32select.c emacs.c lisp.h mac-win.el | 350 | Benjamin Riefenstahl: changed w32select.c emacs.c inc/ms-w32.h lisp.h |
| 328 | macterm.c ms-w32.h mule-cmds.el runemacs.c tcl.el w32.c w32.h | 351 | mac-win.el macterm.c mule-cmds.el runemacs.c tcl.el w32.c w32.h |
| 329 | 352 | ||
| 330 | Benjamin Rutt: co-wrote gnus-dired.el | 353 | Benjamin Rutt: co-wrote gnus-dired.el |
| 331 | and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el | 354 | and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el |
| @@ -343,7 +366,7 @@ Bill Burton: changed ptx.h sequent-ptx.h | |||
| 343 | Bill Carpenter: wrote feedmail.el (public domain) | 366 | Bill Carpenter: wrote feedmail.el (public domain) |
| 344 | 367 | ||
| 345 | Bill Mann: wrote perl-mode.el | 368 | Bill Mann: wrote perl-mode.el |
| 346 | and changed configure.in unexaix.c ibmrs6000.h usg5-4-3.h | 369 | and changed configure.ac unexaix.c ibmrs6000.h usg5-4-3.h |
| 347 | 370 | ||
| 348 | Bill Pringlemeir: changed messcompat.el | 371 | Bill Pringlemeir: changed messcompat.el |
| 349 | 372 | ||
| @@ -402,7 +425,7 @@ and changed fill.el simple.el indent.el paragraphs.el cmds.c intervals.c | |||
| 402 | 425 | ||
| 403 | Boris Samorodov: changed imap.el | 426 | Boris Samorodov: changed imap.el |
| 404 | 427 | ||
| 405 | Boyd Lynn Gerber: changed configure.in | 428 | Boyd Lynn Gerber: changed configure.ac |
| 406 | 429 | ||
| 407 | Brad Howes: changed gnus-demon.el | 430 | Brad Howes: changed gnus-demon.el |
| 408 | 431 | ||
| @@ -416,7 +439,7 @@ Brian Cully: changed ns-emacs.texi | |||
| 416 | 439 | ||
| 417 | Brian D. Carlstrom: changed gud.el smtpmail.el | 440 | Brian D. Carlstrom: changed gud.el smtpmail.el |
| 418 | 441 | ||
| 419 | Brian Fox: changed Makefile.in Makefile configure.in minibuf.c dired.el | 442 | Brian Fox: changed Makefile.in Makefile configure.ac minibuf.c dired.el |
| 420 | files.el rmail.el search.c simple.el sysdep.c compile.el forms.texi | 443 | files.el rmail.el search.c simple.el sysdep.c compile.el forms.texi |
| 421 | frame.c info.texi keyboard.c make-dist subr.el systty.h texindex.c | 444 | frame.c info.texi keyboard.c make-dist subr.el systty.h texindex.c |
| 422 | xterm.c ymakefile and 46 other files | 445 | xterm.c ymakefile and 46 other files |
| @@ -435,6 +458,10 @@ Brian Preble: changed abbrev.el apropos.el asm-mode.el awk-mode.el | |||
| 435 | 458 | ||
| 436 | Brian Sniffen: changed gnus-draft.el imap.el mm-decode.el | 459 | Brian Sniffen: changed gnus-draft.el imap.el mm-decode.el |
| 437 | 460 | ||
| 461 | Brian Van Den Broek: changed org.texi | ||
| 462 | |||
| 463 | Bruno Félix Rezende Ribeiro: changed functions.texi | ||
| 464 | |||
| 438 | Bruno Haible: co-wrote po.el | 465 | Bruno Haible: co-wrote po.el |
| 439 | and changed INSTALL emacs.1 epaths.in info.el paths.el | 466 | and changed INSTALL emacs.1 epaths.in info.el paths.el |
| 440 | 467 | ||
| @@ -442,6 +469,10 @@ Bryan Henderson: changed term.el | |||
| 442 | 469 | ||
| 443 | Bryan O'Sullivan: changed ange-ftp.el | 470 | Bryan O'Sullivan: changed ange-ftp.el |
| 444 | 471 | ||
| 472 | Bt Templeton: changed lread.c nsfont.m | ||
| 473 | |||
| 474 | Caio Tiago Oliveira: changed ob-scala.el | ||
| 475 | |||
| 445 | Caleb Deupree: changed w32-fns.el | 476 | Caleb Deupree: changed w32-fns.el |
| 446 | 477 | ||
| 447 | Carl D. Roth: changed gnus-nocem.el | 478 | Carl D. Roth: changed gnus-nocem.el |
| @@ -456,24 +487,24 @@ Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el | |||
| 456 | org-agenda.el org-archive.el org-ascii.el org-beamer.el org-capture.el | 487 | org-agenda.el org-archive.el org-ascii.el org-beamer.el org-capture.el |
| 457 | org-clock.el org-colview.el org-compat.el org-datetree.el org-exp.el | 488 | org-clock.el org-colview.el org-compat.el org-datetree.el org-exp.el |
| 458 | org-faces.el org-feed.el org-footnote.el org-html.el org-icalendar.el | 489 | org-faces.el org-feed.el org-footnote.el org-html.el org-icalendar.el |
| 459 | org-id.el org-indent.el org-info.el org-inlinetask.el org-install.el | 490 | org-id.el org-indent.el org-info.el org-inlinetask.el org-jsinfo.el |
| 460 | org-jsinfo.el org-macs.el org-mks.el org-mobile.el org-remember.el | 491 | org-macs.el org-mks.el org-mobile.el org-remember.el org-rmail.el |
| 461 | org-rmail.el org-table.el org-timer.el org-vm.el org-xoxo.el org.el | 492 | org-table.el org-timer.el org-vm.el org-xoxo.el org.el reftex-auc.el |
| 462 | reftex-auc.el reftex-cite.el reftex-dcr.el reftex-global.el | 493 | reftex-cite.el reftex-dcr.el reftex-global.el reftex-index.el |
| 463 | reftex-index.el reftex-parse.el reftex-ref.el reftex-sel.el | 494 | reftex-parse.el reftex-ref.el reftex-sel.el reftex-toc.el |
| 464 | reftex-toc.el reftex-vars.el reftex.el | 495 | reftex-vars.el reftex.el |
| 465 | and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el | 496 | and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el |
| 466 | org-bibtex.el org-entities.el org-gnus.el org-list.el org-pcomplete.el | 497 | org-bibtex.el org-entities.el org-gnus.el org-list.el org-pcomplete.el |
| 467 | org-src.el | 498 | org-src.el |
| 468 | and changed org-latex.el org.texi org-publish.el orgcard.tex | 499 | and changed org-latex.el org.texi org-publish.el orgcard.tex |
| 469 | org-export-latex.el org-colview-xemacs.el org-docbook.el org-attach.el | 500 | org-export-latex.el org-docbook.el org-attach.el org-mouse.el |
| 470 | org-mouse.el org-protocol.el org-mac-message.el org-wl.el org-crypt.el | 501 | org-protocol.el org-mac-message.el org-wl.el org-crypt.el |
| 471 | org-freemind.el idlw-rinfo.el org-exp-blocks.el org-habit.el org-mhe.el | 502 | org-freemind.el idlw-rinfo.el org-exp-blocks.el org-habit.el org-mhe.el |
| 472 | org-plot.el org-special-blocks.el reftex.texi and 24 other files | 503 | org-plot.el org-special-blocks.el reftex.texi ob.el and 24 other files |
| 473 | 504 | ||
| 474 | Caveh Jalali: changed configure.in intel386.h sol2-4.h | 505 | Caveh Jalali: changed configure.ac intel386.h sol2-4.h |
| 475 | 506 | ||
| 476 | Chad Brown: changed aix4-2.h bsd-common.h config.in configure.in cygwin.h | 507 | Chad Brown: changed aix4-2.h bsd-common.h config.in configure.ac cygwin.h |
| 477 | dired.c gnu-linux.h mh-comp.el msdos.h sed2v2.inp sysdep.c usg5-4.h | 508 | dired.c gnu-linux.h mh-comp.el msdos.h sed2v2.inp sysdep.c usg5-4.h |
| 478 | 509 | ||
| 479 | Changwoo Ryu: changed files.el | 510 | Changwoo Ryu: changed files.el |
| @@ -496,18 +527,19 @@ Chip Coldwell: changed font.c | |||
| 496 | 527 | ||
| 497 | Chong Yidong: wrote compile-tests.el dichromacy-theme.el | 528 | Chong Yidong: wrote compile-tests.el dichromacy-theme.el |
| 498 | font-parse-tests.el redisplay-testsuite.el tabulated-list.el | 529 | font-parse-tests.el redisplay-testsuite.el tabulated-list.el |
| 530 | xml-parse-tests.el | ||
| 499 | and co-wrote longlines.el tango-dark-theme.el tango-theme.el | 531 | and co-wrote longlines.el tango-dark-theme.el tango-theme.el |
| 500 | and changed xdisp.c simple.el display.texi files.el frames.texi | 532 | and changed simple.el xdisp.c display.texi files.el frames.texi |
| 501 | files.texi cus-edit.el keyboard.c custom.el text.texi package.el | 533 | cus-edit.el files.texi subr.el custom.el keyboard.c text.texi |
| 502 | startup.el faces.el xterm.c emacs.texi misc.texi subr.el image.c | 534 | startup.el faces.el package.el misc.texi emacs.texi mouse.el image.c |
| 503 | mouse.el custom.texi xfns.c and 845 other files | 535 | window.el custom.texi xterm.c and 938 other files |
| 504 | 536 | ||
| 505 | Chris Chase: co-wrote idlw-shell.el idlwave.el | 537 | Chris Chase: co-wrote idlw-shell.el idlwave.el |
| 506 | 538 | ||
| 507 | Chris Foote: changed progmodes/python.el | 539 | Chris Foote: changed progmodes/python.el |
| 508 | 540 | ||
| 509 | Chris Gray: wrote org-special-blocks.el | 541 | Chris Gray: wrote org-special-blocks.el |
| 510 | and changed mm-decode.el | 542 | and changed mm-decode.el org-html.el |
| 511 | 543 | ||
| 512 | Chris Hall: changed callproc.c frame.c | 544 | Chris Hall: changed callproc.c frame.c |
| 513 | 545 | ||
| @@ -535,11 +567,11 @@ and changed icon-mode.el | |||
| 535 | Christian Egli: wrote org-taskjuggler.el | 567 | Christian Egli: wrote org-taskjuggler.el |
| 536 | and changed org.texi | 568 | and changed org.texi |
| 537 | 569 | ||
| 538 | Christian Faulhammer: changed Makefile.in configure configure.in | 570 | Christian Faulhammer: changed Makefile.in configure configure.ac |
| 539 | vc-bzr.el | 571 | vc-bzr.el |
| 540 | 572 | ||
| 541 | Christian Limpach: co-wrote ns-win.el | 573 | Christian Limpach: co-wrote ns-win.el |
| 542 | and changed configure.in | 574 | and changed configure.ac |
| 543 | 575 | ||
| 544 | Christian Lynbech: changed appt.el emacsserver.c tramp.el | 576 | Christian Lynbech: changed appt.el emacsserver.c tramp.el |
| 545 | 577 | ||
| @@ -549,8 +581,9 @@ Christian Moe: changed org-bbdb.el org-html.el org-special-blocks.el | |||
| 549 | 581 | ||
| 550 | Christian Neukirchen: changed mm-util.el | 582 | Christian Neukirchen: changed mm-util.el |
| 551 | 583 | ||
| 552 | Christian Ohler: wrote ert-tests.el ert-x.el ert.el | 584 | Christian Ohler: wrote ert-tests.el ert.el |
| 553 | and changed Makefile.in automated configure.in ert-x-tests.el ert.texi | 585 | and co-wrote ert-x.el |
| 586 | and changed Makefile.in automated configure.ac ert-x-tests.el ert.texi | ||
| 554 | makefile.w32-in | 587 | makefile.w32-in |
| 555 | 588 | ||
| 556 | Christian Plate: changed nnmaildir.el sgml-mode.el | 589 | Christian Plate: changed nnmaildir.el sgml-mode.el |
| @@ -559,11 +592,13 @@ Christian Plaunt: wrote soundex.el | |||
| 559 | 592 | ||
| 560 | Christian von Roques: changed mml2015.el epg.el gnus-start.el | 593 | Christian von Roques: changed mml2015.el epg.el gnus-start.el |
| 561 | 594 | ||
| 562 | Christoph Bauer: changed configure.in | 595 | Christoph Bauer: changed configure.ac |
| 563 | 596 | ||
| 564 | Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in | 597 | Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in |
| 565 | qp.el | 598 | qp.el |
| 566 | 599 | ||
| 600 | Christoph Dittmann: changed org-beamer.el | ||
| 601 | |||
| 567 | Christoph Scholtes: changed makefile.w32-in README.W32 | 602 | Christoph Scholtes: changed makefile.w32-in README.W32 |
| 568 | progmodes/python.el stdint.h INSTALL maintaining.texi zipdist.bat | 603 | progmodes/python.el stdint.h INSTALL maintaining.texi zipdist.bat |
| 569 | admin.el bookmark.el config.nt configure.bat control.texi cua-base.el | 604 | admin.el bookmark.el config.nt configure.bat control.texi cua-base.el |
| @@ -574,7 +609,9 @@ Christoph Wedler: wrote antlr-mode.el | |||
| 574 | and changed format.el gnus-art.el gnus-picon.el message.el register.el | 609 | and changed format.el gnus-art.el gnus-picon.el message.el register.el |
| 575 | smiley.el texinfmt.el | 610 | smiley.el texinfmt.el |
| 576 | 611 | ||
| 577 | Christophe Rhodes: changed org-exp.el | 612 | Christophe Junke: changed org-agenda.el |
| 613 | |||
| 614 | Christophe Rhodes: changed org-exp.el org-latex.el | ||
| 578 | 615 | ||
| 579 | Christophe de Dinechin: co-wrote ns-win.el | 616 | Christophe de Dinechin: co-wrote ns-win.el |
| 580 | 617 | ||
| @@ -589,7 +626,8 @@ Christopher J. White: changed url-http.el | |||
| 589 | 626 | ||
| 590 | Christopher Oliver: changed mouse.el | 627 | Christopher Oliver: changed mouse.el |
| 591 | 628 | ||
| 592 | Christopher Schmidt: changed ibuffer.el | 629 | Christopher Schmidt: changed ibuffer.el cl-macs.el files.el files.texi |
| 630 | gnus-msg.el gnus.texi help-fns.el pp.el | ||
| 593 | 631 | ||
| 594 | Christopher Suckling: co-wrote org-mac-message.el | 632 | Christopher Suckling: co-wrote org-mac-message.el |
| 595 | 633 | ||
| @@ -627,9 +665,9 @@ Daiki Ueno: wrote epa-dired.el epa-file.el epa-hook.el epa-mail.el epa.el | |||
| 627 | pgg-pgp5.el pgg.el plstore.el sasl.el starttls.el | 665 | pgg-pgp5.el pgg.el plstore.el sasl.el starttls.el |
| 628 | and co-wrote sasl-cram.el sasl-digest.el | 666 | and co-wrote sasl-cram.el sasl-digest.el |
| 629 | and changed mml2015.el mml1991.el epa.texi auth-source.el gnus.texi | 667 | and changed mml2015.el mml1991.el epa.texi auth-source.el gnus.texi |
| 630 | mm-uu.el mml-smime.el Makefile.in auth.texi gnus-sum.el mm-decode.el | 668 | mm-decode.el mm-uu.el mml-smime.el Makefile.in auth.texi gnus-sum.el |
| 631 | mm-view.el mml-sec.el mml.el dired.el dired.texi epa-file-hook.el | 669 | mm-view.el mml-sec.el mml.el dired.el dired.texi epa-file-hook.el |
| 632 | epa-setup.el epg-package-info.el faces.el files.el and 17 other files | 670 | epa-setup.el epg-package-info.el faces.el files.el and 19 other files |
| 633 | 671 | ||
| 634 | Dale Gulledge: changed TUTORIAL.eo | 672 | Dale Gulledge: changed TUTORIAL.eo |
| 635 | 673 | ||
| @@ -638,6 +676,8 @@ Dale Hagglund: changed unexelf.c | |||
| 638 | Dale R. Worley: wrote emerge.el (public domain) | 676 | Dale R. Worley: wrote emerge.el (public domain) |
| 639 | and changed mail-extr.el | 677 | and changed mail-extr.el |
| 640 | 678 | ||
| 679 | Dale Sedivec: changed wisent/python.el | ||
| 680 | |||
| 641 | Damien Elmes: changed erc.el erc-dcc.el erc-track.el erc-log.el | 681 | Damien Elmes: changed erc.el erc-dcc.el erc-track.el erc-log.el |
| 642 | erc-pcomplete.el erc-button.el erc-nets.el erc-ring.el erc-fill.el | 682 | erc-pcomplete.el erc-button.el erc-nets.el erc-ring.el erc-fill.el |
| 643 | erc-match.el erc-members.el erc-nickserv.el | 683 | erc-match.el erc-members.el erc-nickserv.el |
| @@ -660,26 +700,29 @@ and changed ob-sh.el org-exp.el org.el org-latex.el ob-tangle.el ob-C.el | |||
| 660 | 700 | ||
| 661 | Dan Nicolaescu: wrote iris-ansi.el romanian.el vc-dir.el | 701 | Dan Nicolaescu: wrote iris-ansi.el romanian.el vc-dir.el |
| 662 | and co-wrote hideshow.el | 702 | and co-wrote hideshow.el |
| 663 | and changed vc.el Makefile.in configure.in vc-hg.el vc-git.el vc-bzr.el | 703 | and changed vc.el Makefile.in configure.ac vc-hg.el vc-git.el vc-bzr.el |
| 664 | sysdep.c emacs.c process.c vc-cvs.el lisp.h term.c vc-hooks.el xterm.c | 704 | sysdep.c emacs.c process.c vc-cvs.el lisp.h term.c vc-hooks.el xterm.c |
| 665 | keyboard.c vc-svn.el xterm.el callproc.c darwin.h term.el gnu-linux.h | 705 | keyboard.c vc-svn.el xterm.el callproc.c darwin.h term.el gnu-linux.h |
| 666 | and 918 other files | 706 | and 919 other files |
| 667 | 707 | ||
| 668 | Dan Rosenberg: changed movemail.c | 708 | Dan Rosenberg: changed movemail.c |
| 669 | 709 | ||
| 670 | Dani Moncayo: changed buffers.texi lists.texi custom.texi dired.texi | 710 | Dani Moncayo: changed buffers.texi lists.texi makefile.w32-in mini.texi |
| 671 | makefile.w32-in text.texi | 711 | basic.texi custom.texi dired.texi display.texi mark.texi text.texi |
| 712 | |||
| 713 | Daniel Bergey: changed quail/indian.el | ||
| 672 | 714 | ||
| 673 | Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el | 715 | Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el |
| 674 | 716 | ||
| 675 | Daniel Clemente: changed generic-x.el org-html.el | 717 | Daniel Clemente: changed generic-x.el org-html.el |
| 676 | 718 | ||
| 677 | Daniel Colascione: co-wrote js.el | 719 | Daniel Colascione: co-wrote js.el |
| 678 | and changed cmdproxy.c subr.el syntax.el DEBUG cc-engine.el cus-start.el | 720 | and changed w32fns.c cygw32.c image.c Makefile.in cygw32.h emacs.c |
| 679 | eval.c fns.c frames.texi imenu.el keyboard.c lisp.h nxml-mode.el | 721 | keyboard.c w32term.h menu.c unexw32.c w32.c w32console.c w32font.c |
| 680 | nxml-rap.el nxml-util.el sh-script.el which-func.el | 722 | w32menu.c w32proc.c w32select.c w32select.h w32xfns.c cmdproxy.c |
| 723 | conf_post.h configure.ac and 63 other files | ||
| 681 | 724 | ||
| 682 | Daniel Dehennin: changed mml2015.el gnus-msg.el mm-decode.el | 725 | Daniel Dehennin: changed mml2015.el gnus-msg.el mm-decode.el org-exp.el |
| 683 | 726 | ||
| 684 | Daniel E. Doherty: changed calc.texi | 727 | Daniel E. Doherty: changed calc.texi |
| 685 | 728 | ||
| @@ -688,11 +731,11 @@ Daniel Elliott: changed octave-mod.el | |||
| 688 | Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi | 731 | Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi |
| 689 | misc.texi process.c process.h processes.texi term.el w32.c w32.h | 732 | misc.texi process.c process.h processes.texi term.el w32.c w32.h |
| 690 | 733 | ||
| 691 | Daniel Hackney: changed emacsclient.c package.el process.c | 734 | Daniel Hackney: changed package.el emacsclient.c process.c |
| 692 | 735 | ||
| 693 | Daniel Jensen: changed apropos.el | 736 | Daniel Jensen: changed apropos.el |
| 694 | 737 | ||
| 695 | Daniel Laliberte: wrote cl-specs.el cust-print.el edebug.el isearch.el | 738 | Daniel Laliberte: wrote cust-print.el edebug.el isearch.el |
| 696 | and co-wrote hideif.el | 739 | and co-wrote hideif.el |
| 697 | and changed mlconvert.el eval-region.el | 740 | and changed mlconvert.el eval-region.el |
| 698 | 741 | ||
| @@ -724,7 +767,7 @@ Danny Roozendaal: wrote handwrite.el | |||
| 724 | 767 | ||
| 725 | Danny Siu: changed gnus-sum.el gnus-picon.el nndoc.el nnimap.el smiley.el | 768 | Danny Siu: changed gnus-sum.el gnus-picon.el nndoc.el nnimap.el smiley.el |
| 726 | 769 | ||
| 727 | Darren Hoo: changed db.el gnus-art.el | 770 | Darren Hoo: changed db-find.el db.el gnus-art.el |
| 728 | 771 | ||
| 729 | Darren Stalder: changed gnus-util.el | 772 | Darren Stalder: changed gnus-util.el |
| 730 | 773 | ||
| @@ -737,11 +780,11 @@ Dave Lambert: changed sol2-5.h xfns.c xterm.c xterm.h | |||
| 737 | 780 | ||
| 738 | Dave Love: wrote autoarg.el autoconf.el benchmark.el cap-words.el | 781 | Dave Love: wrote autoarg.el autoconf.el benchmark.el cap-words.el |
| 739 | cfengine.el elide-head.el hl-line.el language/georgian.el | 782 | cfengine.el elide-head.el hl-line.el language/georgian.el |
| 740 | latin1-disp.el progmodes/python.el quail/georgian.el refill.el | 783 | latin1-disp.el quail/georgian.el refill.el rfc1345.el sgml-input.el |
| 741 | rfc1345.el sgml-input.el smiley.el sym-comp.el tool-bar.el uni-input.el | 784 | smiley.el sym-comp.el tool-bar.el uni-input.el utf-7.el utf-8-lang.el |
| 742 | utf-7.el utf-8-lang.el vc/vc-bzr.el welsh.el | 785 | vc/vc-bzr.el welsh.el |
| 743 | and co-wrote latin-ltx.el socks.el | 786 | and co-wrote latin-ltx.el socks.el |
| 744 | and changed Makefile.in configure.in help.el mule-cmds.el fortran.el | 787 | and changed Makefile.in configure.ac help.el mule-cmds.el fortran.el |
| 745 | mule-conf.el xterm.c browse-url.el mule.el coding.c european.el fns.c | 788 | mule-conf.el xterm.c browse-url.el mule.el coding.c european.el fns.c |
| 746 | mule-diag.el simple.el wid-edit.el cus-edit.el cus-start.el files.el | 789 | mule-diag.el simple.el wid-edit.el cus-edit.el cus-start.el files.el |
| 747 | keyboard.c byte-opt.el info.el and 770 other files | 790 | keyboard.c byte-opt.el info.el and 770 other files |
| @@ -750,9 +793,10 @@ Dave Pearson: wrote 5x5.el quickurl.el | |||
| 750 | 793 | ||
| 751 | David A. Capello: changed etags.c | 794 | David A. Capello: changed etags.c |
| 752 | 795 | ||
| 753 | David Abrahams: changed gnus-sum.el org-agenda.el coding.c ediff-init.el | 796 | David Abrahams: changed gnus-int.el gnus-sum.el gnus-registry.el |
| 754 | gnus-registry.el gnus.texi mairix.el nnimap.el nnir.el nnmairix.el | 797 | org-agenda.el auth-source.el coding.c cus-start.el ediff-init.el |
| 755 | nnregistry.el org-clock.el | 798 | filelock.c gnus-range.el gnus.texi mairix.el nnimap.el nnir.el |
| 799 | nnmairix.el nnregistry.el org-clock.el org.el | ||
| 756 | 800 | ||
| 757 | David Bakhash: wrote strokes.el | 801 | David Bakhash: wrote strokes.el |
| 758 | 802 | ||
| @@ -771,11 +815,11 @@ David Edmondson: changed message.el gnus-cite.el imap.el mm-uu.el | |||
| 771 | mm-view.el mml2015.el nnfolder.el nnimap.el nnml.el | 815 | mm-view.el mml2015.el nnfolder.el nnimap.el nnml.el |
| 772 | 816 | ||
| 773 | David Engster: wrote mairix.el nnmairix.el | 817 | David Engster: wrote mairix.el nnmairix.el |
| 774 | and changed gnus.texi insert.el registry.el db-find.el gnus-msg.el | 818 | and changed cedet/semantic.el gnus.texi insert.el bovine-grammar.el |
| 775 | analyze/complete.el base.el bovine-grammar.el cedet/srecode.el | 819 | db-find.el ede-grammar.el grammar.el registry.el wisent/python.el |
| 776 | cpp-root.el db-typecache.el db.el dictionary.el display.texi | 820 | analyze/complete.el bovine/el.el cpp-root.el db-el.el db-file.el db.el |
| 777 | document.el ede-grammar.el ede/custom.el ede/generic.el files.el | 821 | dictionary.el eieio-opt.el eieio.el fw.el gnus-msg.el javascript.el |
| 778 | filters.el gnus-registry.el and 23 other files | 822 | and 63 other files |
| 779 | 823 | ||
| 780 | David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el | 824 | David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el |
| 781 | calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el | 825 | calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el |
| @@ -785,9 +829,9 @@ David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el | |||
| 785 | calc-prog.el calc-rewr.el calc-rules.el calc-sel.el calc-stat.el | 829 | calc-prog.el calc-rewr.el calc-rules.el calc-sel.el calc-stat.el |
| 786 | calc-store.el calc-stuff.el calc-trail.el calc-undo.el calc-units.el | 830 | calc-store.el calc-stuff.el calc-trail.el calc-undo.el calc-units.el |
| 787 | calc-vec.el calc-yank.el calc.el calcalg2.el calcalg3.el calccomp.el | 831 | calc-vec.el calc-yank.el calc.el calcalg2.el calcalg3.el calccomp.el |
| 788 | calcsel2.el cl-compat.el cl-extra.el cl-macs.el cl-seq.el cl.el cl.texi | 832 | calcsel2.el cl-compat.el cl-extra.el cl-lib.el cl-macs.el cl-seq.el |
| 789 | edmacro.el obsolete/complete.el | 833 | cl.texi edmacro.el obsolete/complete.el |
| 790 | and changed info.el bytecomp.el complete.el | 834 | and changed info.el bytecomp.el cl.el complete.el |
| 791 | 835 | ||
| 792 | David Glasser: changed tar-mode.el | 836 | David Glasser: changed tar-mode.el |
| 793 | 837 | ||
| @@ -800,14 +844,14 @@ David Hedbor: changed nnmail.el | |||
| 800 | 844 | ||
| 801 | David Hull: changed vc-hg.el | 845 | David Hull: changed vc-hg.el |
| 802 | 846 | ||
| 803 | David Hunter: changed config.nt flymake.el ms-w32.h process.c | 847 | David Hunter: changed config.nt flymake.el inc/ms-w32.h process.c |
| 804 | 848 | ||
| 805 | David J. Biesack: changed antlr-mode.el | 849 | David J. Biesack: changed antlr-mode.el |
| 806 | 850 | ||
| 807 | David J. MacKenzie: changed configure.in etags.c Makefile.in fakemail.c | 851 | David J. MacKenzie: changed configure.ac etags.c Makefile.in fakemail.c |
| 808 | movemail.c wakeup.c cvtmail.c qsort.c termcap.c yow.c Makefile avoid.el | 852 | movemail.c wakeup.c cvtmail.c qsort.c termcap.c yow.c Makefile avoid.el |
| 809 | b2m.c config.in digest-doc.c emacsclient.c emacsserver.c emacstool.c | 853 | b2m.c config.in digest-doc.c emacsclient.c emacsserver.c emacstool.c |
| 810 | etags-vmslib.c fortran.el hexl.c and 14 other files | 854 | etags-vmslib.c fortran.el hexl.c and 13 other files |
| 811 | 855 | ||
| 812 | David Kastrup: changed quail/greek.el replace.el faq.texi search.c | 856 | David Kastrup: changed quail/greek.el replace.el faq.texi search.c |
| 813 | ange-ftp.el calc.el help.el keymaps.texi mouse.el subr.el woman.el | 857 | ange-ftp.el calc.el help.el keymaps.texi mouse.el subr.el woman.el |
| @@ -833,7 +877,7 @@ David M. Smith: wrote ielm.el | |||
| 833 | and changed imenu.el pgg-def.el xterm.c | 877 | and changed imenu.el pgg-def.el xterm.c |
| 834 | 878 | ||
| 835 | David Maus: co-wrote org-wl.el | 879 | David Maus: co-wrote org-wl.el |
| 836 | and changed org.el org-agenda.el org-feed.el org-exp.el org-html.el | 880 | and changed org.el org-agenda.el org-exp.el org-feed.el org-html.el |
| 837 | org-macs.el org-capture.el org.texi org-gnus.el org-bbdb.el | 881 | org-macs.el org-capture.el org.texi org-gnus.el org-bbdb.el |
| 838 | org-clock.el org-protocol.el org-publish.el ob-haskell.el ob.el | 882 | org-clock.el org-protocol.el org-publish.el ob-haskell.el ob.el |
| 839 | org-bibtex.el org-compat.el org-footnote.el org-id.el org-latex.el | 883 | org-bibtex.el org-compat.el org-footnote.el org-id.el org-latex.el |
| @@ -850,17 +894,16 @@ David Moore: co-wrote nnvirtual.el | |||
| 850 | and changed gnus-xmas.el | 894 | and changed gnus-xmas.el |
| 851 | 895 | ||
| 852 | David Mosberger-Tang: changed alpha.h unexelf.c cm.h config.in | 896 | David Mosberger-Tang: changed alpha.h unexelf.c cm.h config.in |
| 853 | configure.in cvtmail.c data.c dispnew.c emacsserver.c etags.c | 897 | configure.ac cvtmail.c data.c dispnew.c emacsserver.c etags.c |
| 854 | fakemail.c keyboard.c mem-limits.h process.c profile.c sorted-doc.c | 898 | fakemail.c keyboard.c mem-limits.h process.c profile.c sorted-doc.c |
| 855 | sysdep.c terminfo.c unexelf1.c yow.c | 899 | sysdep.c terminfo.c unexelf1.c yow.c |
| 856 | 900 | ||
| 857 | David O'Toole: wrote org-publish.el | 901 | David O'Toole: wrote org-publish.el |
| 858 | and co-wrote ob-lisp.el | 902 | and co-wrote ob-lisp.el |
| 859 | 903 | ||
| 860 | David Ponce: wrote bovine-grammar.el cedet.el comp.el grammar-wy.el | 904 | David Ponce: wrote cedet.el comp.el grammar.el java-tags.el mode-local.el |
| 861 | grammar.el java-tags.el mode-local.el recentf.el ruler-mode.el | 905 | recentf.el ruler-mode.el semantic/java.el semantic/wisent.el senator.el |
| 862 | semantic/java.el semantic/wisent.el senator.el tree-widget.el | 906 | tree-widget.el wisent/wisent.el |
| 863 | wisent-grammar.el wisent/wisent.el | ||
| 864 | and co-wrote util-modes.el | 907 | and co-wrote util-modes.el |
| 865 | and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm | 908 | and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm |
| 866 | end-guide.png end-guide.xpm files.el guide.png guide.xpm handle.png | 909 | end-guide.png end-guide.xpm files.el guide.png guide.xpm handle.png |
| @@ -877,13 +920,15 @@ David Robinow: changed makefile.w32-in w32inevt.c | |||
| 877 | 920 | ||
| 878 | David Robinson: changed menu-bar.el x-win.el | 921 | David Robinson: changed menu-bar.el x-win.el |
| 879 | 922 | ||
| 923 | David Röthlisberger: changed ido.el | ||
| 924 | |||
| 880 | David S. Goldberg: changed gnus-art.el message.el | 925 | David S. Goldberg: changed gnus-art.el message.el |
| 881 | 926 | ||
| 882 | David Vazquez: changed m4-mode.el | 927 | David Vazquez: changed m4-mode.el |
| 883 | 928 | ||
| 884 | David Z. Maze: changed nnml.el nnrss.el | 929 | David Z. Maze: changed nnml.el nnrss.el |
| 885 | 930 | ||
| 886 | Deanna Phillips: changed configure.in | 931 | Deanna Phillips: changed configure.ac |
| 887 | 932 | ||
| 888 | Debarshi Ray: changed erc-backend.el erc.el | 933 | Debarshi Ray: changed erc-backend.el erc.el |
| 889 | 934 | ||
| @@ -903,9 +948,10 @@ and changed complete.el | |||
| 903 | 948 | ||
| 904 | Denis Stünkel: changed ibuf-ext.el | 949 | Denis Stünkel: changed ibuf-ext.el |
| 905 | 950 | ||
| 906 | Deniz Dogan: changed rcirc.el simple.el css-mode.el commands.texi | 951 | Deniz Dogan: changed rcirc.el simple.el css-mode.el TUTORIAL.sv |
| 907 | image.el iswitchb.el lisp-mode.el process.c progmodes/python.el | 952 | commands.texi erc-log.el erc.el image.el iswitchb.el lisp-mode.el |
| 908 | quickurl.el rcirc.texi vc/vc-bzr.el wdired.el window.el | 953 | process.c progmodes/python.el quickurl.el rcirc.texi vc/vc-bzr.el |
| 954 | wdired.el window.el | ||
| 909 | 955 | ||
| 910 | Dennis Gilmore: changed sparc.h | 956 | Dennis Gilmore: changed sparc.h |
| 911 | 957 | ||
| @@ -952,16 +998,18 @@ Dirk-Jan C. Binnema: changed org-agenda.el | |||
| 952 | 998 | ||
| 953 | Dmitri Paduchikh: changed advice.el | 999 | Dmitri Paduchikh: changed advice.el |
| 954 | 1000 | ||
| 955 | Dmitry Antipov: changed alloc.c keyboard.c buffer.c ccl.c editfns.c | 1001 | Dmitry Antipov: changed alloc.c buffer.c lisp.h xdisp.c editfns.c print.c |
| 956 | emacs.c fontset.c keymap.c lisp.h lread.c lwlib-Xaw.c lwlib-Xm.c | 1002 | window.c buffer.h keyboard.c xfns.c w32fns.c fns.c frame.c xterm.c |
| 957 | lwlib-utils.c lwlib.c macmenu.c w32menu.c xdisp.c xlwmenu.c xmenu.c | 1003 | minibuf.c data.c fontset.c insdel.c intervals.c lread.c window.h |
| 1004 | and 112 other files | ||
| 958 | 1005 | ||
| 959 | Dmitry Bolshakov: changed hideshow.el | 1006 | Dmitry Bolshakov: changed hideshow.el |
| 960 | 1007 | ||
| 961 | Dmitry Dzhus: changed gdb-mi.el gud.el fadr.el all.xpm building.texi | 1008 | Dmitry Dzhus: changed gdb-mi.el gud.el fadr.el all.xpm building.texi |
| 962 | emacs.texi process.c thread.xpm | 1009 | emacs.texi process.c thread.xpm |
| 963 | 1010 | ||
| 964 | Dmitry Gutov: changed lisp.el ruby-mode.el | 1011 | Dmitry Gutov: changed ruby-mode.el ruby-mode-tests.el vc-git.el lisp.el |
| 1012 | log-edit.el ruby.rb vc-hooks.el window.el | ||
| 965 | 1013 | ||
| 966 | Dmitry Kurochkin: changed isearch.el | 1014 | Dmitry Kurochkin: changed isearch.el |
| 967 | 1015 | ||
| @@ -977,14 +1025,16 @@ Doug Cutting: co-wrote disass.el | |||
| 977 | 1025 | ||
| 978 | Doug Maxey: changed mouse.el | 1026 | Doug Maxey: changed mouse.el |
| 979 | 1027 | ||
| 1028 | Douglas Lewan: changed TUTORIAL.pt_BR | ||
| 1029 | |||
| 980 | Drake Wilson: changed emacsclient.c files.el misc.texi | 1030 | Drake Wilson: changed emacsclient.c files.el misc.texi |
| 981 | 1031 | ||
| 982 | Drew Adams: wrote light-blue-theme.el | 1032 | Drew Adams: wrote light-blue-theme.el |
| 983 | and co-wrote color.el | 1033 | and co-wrote color.el |
| 984 | and changed cus-edit.el dired.el faces.el files.el info.el isearch.el | 1034 | and changed cus-edit.el dired.el faces.el files.el help-mode.el info.el |
| 985 | menu-bar.el mouse.el ange-ftp.el bindings.el bookmark.el custom.el | 1035 | isearch.el menu-bar.el mouse.el ange-ftp.el bindings.el bookmark.el |
| 986 | descr-text.el dired.texi etags.el finder.el frame.el help-fns.el | 1036 | custom.el descr-text.el dired.texi etags.el finder.el frame.el |
| 987 | help.el image-dired.el modes.texi and 7 other files | 1037 | help-fns.el help.el image-dired.el and 10 other files |
| 988 | 1038 | ||
| 989 | E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el | 1039 | E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el |
| 990 | whitespace.el window.h | 1040 | whitespace.el window.h |
| @@ -995,7 +1045,7 @@ Ed Swarthout: changed hexl.el textmodes/table.el | |||
| 995 | 1045 | ||
| 996 | Eduard Wiebe: changed dired.el browse-url.el flymake.texi footnote.el | 1046 | Eduard Wiebe: changed dired.el browse-url.el flymake.texi footnote.el |
| 997 | javascript.el jit-lock.el korean.el locate.el mule-conf.el | 1047 | javascript.el jit-lock.el korean.el locate.el mule-conf.el |
| 998 | nxml-mode.texi objects.texi ps-print.el vc-rcs.el | 1048 | nxml-mode.texi objects.texi ps-print.el sysdep.c vc-rcs.el |
| 999 | 1049 | ||
| 1000 | Eduardo Muñoz: changed dired.el ls-lisp.el | 1050 | Eduardo Muñoz: changed dired.el ls-lisp.el |
| 1001 | 1051 | ||
| @@ -1014,11 +1064,13 @@ and changed erc.el erc-viper.el erc-log.el erc-track.el viper.el | |||
| 1014 | erc-list.el erc-macs.el erc-match.el erc-ring.el erc-services.el | 1064 | erc-list.el erc-macs.el erc-match.el erc-ring.el erc-services.el |
| 1015 | erc-stamp.el goto-addr.el latin-ltx.el progmodes/python.el url-auth.el | 1065 | erc-stamp.el goto-addr.el latin-ltx.el progmodes/python.el url-auth.el |
| 1016 | 1066 | ||
| 1067 | Edward Reingold: changed cal-tex.el | ||
| 1068 | |||
| 1017 | Edward Trumbo: changed Makefile.in | 1069 | Edward Trumbo: changed Makefile.in |
| 1018 | 1070 | ||
| 1019 | Edwin Steiner: changed gnus-nocem.el | 1071 | Edwin Steiner: changed gnus-nocem.el |
| 1020 | 1072 | ||
| 1021 | Ehud Karni: changed rmail.el aviion-intel.h complete.el configure.in | 1073 | Ehud Karni: changed rmail.el aviion-intel.h complete.el configure.ac |
| 1022 | frame.el progmodes/compile.el rmailsum.el sort.el xdisp.c | 1074 | frame.el progmodes/compile.el rmailsum.el sort.el xdisp.c |
| 1023 | 1075 | ||
| 1024 | Eirik Fuller: changed ralloc.c xterm.c | 1076 | Eirik Fuller: changed ralloc.c xterm.c |
| @@ -1029,17 +1081,17 @@ Eli Tziperman: wrote rmail-spam-filter.el | |||
| 1029 | 1081 | ||
| 1030 | Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el | 1082 | Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el |
| 1031 | tty-colors.el | 1083 | tty-colors.el |
| 1032 | and changed makefile.w32-in xdisp.c msdos.c Makefile.in files.el | 1084 | and changed makefile.w32-in xdisp.c msdos.c Makefile.in files.el w32.c |
| 1033 | config.bat fileio.c simple.el msdos.h info.el mainmake.v2 rmail.el | 1085 | fileio.c config.bat sed1v2.inp simple.el msdos.h w32fns.c mainmake.v2 |
| 1034 | sed1v2.inp display.texi w32.c pc-win.el process.c dispnew.c startup.el | 1086 | rmail.el display.texi info.el process.c dispnew.c pc-win.el emacs.c |
| 1035 | dispextern.h dired.c and 702 other files | 1087 | startup.el and 738 other files |
| 1036 | 1088 | ||
| 1037 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el | 1089 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-cite.el gnus-int.el |
| 1038 | gnus.el | 1090 | gnus-srvr.el gnus.el |
| 1039 | 1091 | ||
| 1040 | Elias Pipping: changed XDelAssoc.c XMakeAssoc.c shr.el | 1092 | Elias Pipping: changed XDelAssoc.c XMakeAssoc.c shr.el |
| 1041 | 1093 | ||
| 1042 | Emanuele Giaquinta: changed configure.in rxvt.el charset.c etags.c | 1094 | Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c |
| 1043 | fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el | 1095 | fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el |
| 1044 | text.texi | 1096 | text.texi |
| 1045 | 1097 | ||
| @@ -1105,11 +1157,11 @@ Eric M. Ludlam: wrote analyze.el analyze/complete.el analyze/debug.el | |||
| 1105 | srt.el symref.el symref/grep.el system.el tag-file.el tag-ls.el | 1157 | srt.el symref.el symref/grep.el system.el tag-file.el tag-ls.el |
| 1106 | tag-write.el tag.el test.el | 1158 | tag-write.el tag.el test.el |
| 1107 | and co-wrote db-ebrowse.el srecode/cpp.el util-modes.el | 1159 | and co-wrote db-ebrowse.el srecode/cpp.el util-modes.el |
| 1108 | and changed info.el rmail.el speedbspec.el gud.el sb-dir-minus.xpm | 1160 | and changed info.el rmail.el speedbspec.el cedet.el ede.texi eieio.texi |
| 1109 | sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm | 1161 | gud.el sb-dir-minus.xpm sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm |
| 1110 | sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm sb-tag-plus.xpm | 1162 | sb-pg-minus.xpm sb-pg-plus.xpm sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm |
| 1111 | sb-tag-type.xpm sb-tag-v.xpm sb-tag.xpm Makefile.in c-by.el cedet.el | 1163 | sb-tag-plus.xpm sb-tag-type.xpm sb-tag-v.xpm sb-tag.xpm Makefile.in |
| 1112 | comint.el and 18 other files | 1164 | and 25 other files |
| 1113 | 1165 | ||
| 1114 | Eric Marsden: changed gnus-cache.el url-util.el | 1166 | Eric Marsden: changed gnus-cache.el url-util.el |
| 1115 | 1167 | ||
| @@ -1134,11 +1186,11 @@ Eric Schulte: wrote ob-C.el ob-asymptote.el ob-awk.el ob-calc.el | |||
| 1134 | and co-wrote ob-R.el ob-clojure.el ob-exp.el ob-fortran.el ob-lisp.el | 1186 | and co-wrote ob-R.el ob-clojure.el ob-exp.el ob-fortran.el ob-lisp.el |
| 1135 | ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el ob-python.el ob-ref.el | 1187 | ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el ob-python.el ob-ref.el |
| 1136 | ob.el org-bibtex.el | 1188 | ob.el org-bibtex.el |
| 1137 | and changed org.texi org.el org-exp.el org-latex.el ob-plantuml.el | 1189 | and changed org.texi org.el org-exp.el org-latex.el org-src.el |
| 1138 | org-src.el org-table.el org-agenda.el org-macs.el orgcard.tex | 1190 | ob-plantuml.el org-macs.el org-table.el org-agenda.el org-mouse.el |
| 1139 | ob-lilypond.el ob-mscgen.el ob-octave.el ob-screen.el org-ascii.el | 1191 | orgcard.tex ob-lilypond.el ob-mscgen.el ob-octave.el ob-screen.el |
| 1140 | org-footnote.el org-html.el org-mouse.el gnus-art.el ob-ledger.el | 1192 | org-ascii.el org-clock.el org-compat.el org-footnote.el org-html.el |
| 1141 | ob-matlab.el and 5 other files | 1193 | gnus-art.el and 7 other files |
| 1142 | 1194 | ||
| 1143 | Eric Youngdale: changed etags-vmslib.c | 1195 | Eric Youngdale: changed etags-vmslib.c |
| 1144 | 1196 | ||
| @@ -1146,7 +1198,7 @@ Eric Yu: changed speedbar.texi | |||
| 1146 | 1198 | ||
| 1147 | Erik Naggum: wrote disp-table.el mailheader.el parse-time.el | 1199 | Erik Naggum: wrote disp-table.el mailheader.el parse-time.el |
| 1148 | and changed simple.el emacs.c files.el lread.c rmail.el alloc.c editfns.c | 1200 | and changed simple.el emacs.c files.el lread.c rmail.el alloc.c editfns.c |
| 1149 | keyboard.c apropos.el configure.in dispnew.c filelock.c fns.c keymap.c | 1201 | keyboard.c apropos.el configure.ac dispnew.c filelock.c fns.c keymap.c |
| 1150 | lisp.h print.c process.c add-log.el buffer.c casetab.c cl-macs.el | 1202 | lisp.h print.c process.c add-log.el buffer.c casetab.c cl-macs.el |
| 1151 | and 114 other files | 1203 | and 114 other files |
| 1152 | 1204 | ||
| @@ -1175,10 +1227,18 @@ F. Thomas May: wrote blackbox.el | |||
| 1175 | 1227 | ||
| 1176 | Fabian Ezequiel Gallina: changed progmodes/python.el | 1228 | Fabian Ezequiel Gallina: changed progmodes/python.el |
| 1177 | 1229 | ||
| 1230 | Fabián E. Gallina: wrote progmodes/python.el | ||
| 1231 | |||
| 1232 | Fabián Ezequiel Gallina: changed progmodes/python.el | ||
| 1233 | |||
| 1178 | Fabrice Bauzac: changed dired-aux.el | 1234 | Fabrice Bauzac: changed dired-aux.el |
| 1179 | 1235 | ||
| 1180 | Fabrice Popineau: changed config.nt etags.c fileio.c gnus-cache.el | 1236 | Fabrice Niessen: changed org-agenda.el |
| 1181 | inttypes.h lisp.h ms-w32.h nmake.defs regex.c stdint.h w32.c w32heap.c | 1237 | |
| 1238 | Fabrice Popineau: changed nmake.defs w32.c w32heap.c addsection.c alloc.c | ||
| 1239 | config.nt dispextern.h emacs-x64.manifest emacs-x86.manifest emacs.c | ||
| 1240 | etags.c fileio.c frame.c gmake.defs gmalloc.c gnus-cache.el image.c | ||
| 1241 | inc/ms-w32.h inttypes.h lisp.h make-docfile.c and 17 other files | ||
| 1182 | 1242 | ||
| 1183 | Fan Kai: changed esh-arg.el | 1243 | Fan Kai: changed esh-arg.el |
| 1184 | 1244 | ||
| @@ -1193,12 +1253,16 @@ Felix S. T. Wu: co-wrote vi.el (public domain) | |||
| 1193 | 1253 | ||
| 1194 | Feng Li: changed calc-ext.el | 1254 | Feng Li: changed calc-ext.el |
| 1195 | 1255 | ||
| 1256 | Feng Shu: changed org.el org-exp.el org-html.el org-latex.el org.texi | ||
| 1257 | |||
| 1196 | Ferenc Wagner: changed nnweb.el | 1258 | Ferenc Wagner: changed nnweb.el |
| 1197 | 1259 | ||
| 1198 | Filipe Cabecinhas: changed nsterm.m | 1260 | Filipe Cabecinhas: changed nsterm.m |
| 1199 | 1261 | ||
| 1200 | Flemming Hoejstrup Hansen: changed forms.el | 1262 | Flemming Hoejstrup Hansen: changed forms.el |
| 1201 | 1263 | ||
| 1264 | Florian Adamsky: changed recentf.el | ||
| 1265 | |||
| 1202 | Florian Ragwitz: changed gnus-html.el sieve-manage.el | 1266 | Florian Ragwitz: changed gnus-html.el sieve-manage.el |
| 1203 | 1267 | ||
| 1204 | Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi | 1268 | Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi |
| @@ -1212,7 +1276,7 @@ Francesc Rocher: changed MORE.STUFF startup.el cus-start.el gnus.el | |||
| 1212 | 1276 | ||
| 1213 | Francesco Potortì: wrote cmacexp.el | 1277 | Francesco Potortì: wrote cmacexp.el |
| 1214 | and changed etags.c man.el delta.h etags.1 undigest.el Makefile.in | 1278 | and changed etags.c man.el delta.h etags.1 undigest.el Makefile.in |
| 1215 | comint.el configure.in maintaining.texi uniquify.el latin-post.el | 1279 | comint.el configure.ac maintaining.texi uniquify.el latin-post.el |
| 1216 | rmail.el etags.el latin-alt.el sgml-mode.el data.c european.el | 1280 | rmail.el etags.el latin-alt.el sgml-mode.el data.c european.el |
| 1217 | filelock.c files.el generic-x.el gud.el and 45 other files | 1281 | filelock.c files.el generic-x.el gud.el and 45 other files |
| 1218 | 1282 | ||
| @@ -1240,6 +1304,8 @@ Frank Schmitt: changed gnus-sum.el cmdargs.texi gnus-faq.texi | |||
| 1240 | 1304 | ||
| 1241 | Frank Weinberg: changed gnus-art.el | 1305 | Frank Weinberg: changed gnus-art.el |
| 1242 | 1306 | ||
| 1307 | François Allisson: changed org.texi | ||
| 1308 | |||
| 1243 | François Pinard: co-wrote po.el | 1309 | François Pinard: co-wrote po.el |
| 1244 | and changed nndoc.el allout.el bytecomp.el gnus-sum.el gnus-util.el | 1310 | and changed nndoc.el allout.el bytecomp.el gnus-sum.el gnus-util.el |
| 1245 | gnus-uu.el make-mode.el nnmail.el org.el rmailsum.el timezone.el | 1311 | gnus-uu.el make-mode.el nnmail.el org.el rmailsum.el timezone.el |
| @@ -1257,7 +1323,7 @@ and changed gnus.el | |||
| 1257 | 1323 | ||
| 1258 | Frederic Pierresteguy: wrote widget.c | 1324 | Frederic Pierresteguy: wrote widget.c |
| 1259 | and changed xmenu.c xterm.c xfns.c dpx2.h lwlib.c rmailsum.el rmail.el | 1325 | and changed xmenu.c xterm.c xfns.c dpx2.h lwlib.c rmailsum.el rmail.el |
| 1260 | xlwmenu.c xterm.h lwlib-Xaw.c lwlib-Xlw.c Makefile.in configure.in | 1326 | xlwmenu.c xterm.h lwlib-Xaw.c lwlib-Xlw.c Makefile.in configure.ac |
| 1261 | lwlib-Xaw.h lwlib-int.h xdisp.c compile.el editfns.c fns.c frame.h | 1327 | lwlib-Xaw.h lwlib-int.h xdisp.c compile.el editfns.c fns.c frame.h |
| 1262 | hilit19.el and 9 other files | 1328 | hilit19.el and 9 other files |
| 1263 | 1329 | ||
| @@ -1276,6 +1342,8 @@ Frédéric Perrin: changed vc-dispatcher.el | |||
| 1276 | 1342 | ||
| 1277 | G Dinesh Dutt: changed etags.el | 1343 | G Dinesh Dutt: changed etags.el |
| 1278 | 1344 | ||
| 1345 | Gabor Vida: changed ido.el | ||
| 1346 | |||
| 1279 | Gareth Jones: changed fns.c gnus-score.el | 1347 | Gareth Jones: changed fns.c gnus-score.el |
| 1280 | 1348 | ||
| 1281 | Garrett Wollman: changed sendmail.el | 1349 | Garrett Wollman: changed sendmail.el |
| @@ -1304,10 +1372,12 @@ Geoff Voelker: wrote ms-w32.h w32-fns.el w32.c w32.h w32heap.c w32heap.h | |||
| 1304 | and changed makefile.nt w32fns.c fileio.c makefile.def callproc.c | 1372 | and changed makefile.nt w32fns.c fileio.c makefile.def callproc.c |
| 1305 | s/ms-w32.h unexw32.c w32term.h dos-w32.el emacs.bat loadup.el | 1373 | s/ms-w32.h unexw32.c w32term.h dos-w32.el emacs.bat loadup.el |
| 1306 | w32-win.el emacs.c keyboard.c process.c w32console.c addpm.c cmdproxy.c | 1374 | w32-win.el emacs.c keyboard.c process.c w32console.c addpm.c cmdproxy.c |
| 1307 | comint.el files.el ntterm.c and 104 other files | 1375 | comint.el files.el inc/ms-w32.h and 105 other files |
| 1308 | 1376 | ||
| 1309 | Georg C. F. Greve: changed pgg-gpg.el | 1377 | Georg C. F. Greve: changed pgg-gpg.el |
| 1310 | 1378 | ||
| 1379 | George Kettleborough: changed org-clock.el org-timer.el | ||
| 1380 | |||
| 1311 | George V. Reilly: changed emacs.ico makefile.nt | 1381 | George V. Reilly: changed emacs.ico makefile.nt |
| 1312 | 1382 | ||
| 1313 | Georges Brun-Cottan: wrote easy-mmode.el | 1383 | Georges Brun-Cottan: wrote easy-mmode.el |
| @@ -1315,29 +1385,33 @@ Georges Brun-Cottan: wrote easy-mmode.el | |||
| 1315 | Gerd Möllmann: wrote authors.el ebrowse.el jit-lock.el rx.el tooltip.el | 1385 | Gerd Möllmann: wrote authors.el ebrowse.el jit-lock.el rx.el tooltip.el |
| 1316 | and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c | 1386 | and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c |
| 1317 | window.c keyboard.c lisp.h Makefile.in faces.el alloc.c buffer.c | 1387 | window.c keyboard.c lisp.h Makefile.in faces.el alloc.c buffer.c |
| 1318 | startup.el xterm.h fns.c simple.el term.c frame.c xmenu.c emacs.c | 1388 | startup.el xterm.h fns.c simple.el term.c configure.ac frame.c xmenu.c |
| 1319 | and 617 other files | 1389 | and 616 other files |
| 1320 | 1390 | ||
| 1321 | Gergely Nagy: changed erc.el | 1391 | Gergely Nagy: changed erc.el |
| 1322 | 1392 | ||
| 1393 | Gergely Risko: changed coding.c | ||
| 1394 | |||
| 1323 | Germano Caronni: changed ralloc.c | 1395 | Germano Caronni: changed ralloc.c |
| 1324 | 1396 | ||
| 1325 | Gernot Heiser: changed refer.el | 1397 | Gernot Heiser: changed refer.el |
| 1326 | 1398 | ||
| 1327 | Giorgos Keramidas: changed configure.in erc-backend.el erc.el alloc.c | 1399 | Giorgos Keramidas: changed configure.ac erc-backend.el erc.el alloc.c |
| 1328 | amdx86-64.h apropos.el display.texi erc-services.el filelock.c fringe.c | 1400 | amdx86-64.h apropos.el display.texi erc-services.el filelock.c fringe.c |
| 1329 | fringe.el lisp.h rcirc.el windows.texi xmenu.c | 1401 | fringe.el lisp.h rcirc.el windows.texi xmenu.c |
| 1330 | 1402 | ||
| 1403 | Giovanni Ridolfi: changed org.texi | ||
| 1404 | |||
| 1331 | Giuliano Procida: changed perl-mode.el | 1405 | Giuliano Procida: changed perl-mode.el |
| 1332 | 1406 | ||
| 1333 | Giuseppe Scrivano: changed browse-url.el buffer.c configure.in sysdep.c | 1407 | Giuseppe Scrivano: changed browse-url.el buffer.c configure.ac sysdep.c |
| 1334 | xsmfns.c | 1408 | xsmfns.c |
| 1335 | 1409 | ||
| 1336 | Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el | 1410 | Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el |
| 1337 | and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el | 1411 | and changed Makefile.in configure.ac calendar.el diary-lib.el rmail.el |
| 1338 | progmodes/f90.el files.el cal-menu.el appt.el cal-hebrew.el fortran.el | 1412 | files.el progmodes/f90.el cal-menu.el emacs.texi appt.el bytecomp.el |
| 1339 | bytecomp.el holidays.el emacs.texi calendar.texi ack.texi make-dist | 1413 | cal-hebrew.el holidays.el make-dist fortran.el ack.texi makefile.w32-in |
| 1340 | simple.el sed1v2.inp cal-islam.el dired-x.el and 1249 other files | 1414 | calendar.texi cal-tex.el simple.el sed1v2.inp and 1346 other files |
| 1341 | 1415 | ||
| 1342 | Glynn Clements: wrote gamegrid.el snake.el tetris.el | 1416 | Glynn Clements: wrote gamegrid.el snake.el tetris.el |
| 1343 | 1417 | ||
| @@ -1345,7 +1419,7 @@ Gordon Matzigkeit: changed gnus-uu.el | |||
| 1345 | 1419 | ||
| 1346 | Greg Hill: changed bytecomp.el | 1420 | Greg Hill: changed bytecomp.el |
| 1347 | 1421 | ||
| 1348 | Greg Hudson: changed configure.in indent.c | 1422 | Greg Hudson: changed configure.ac indent.c |
| 1349 | 1423 | ||
| 1350 | Greg Klanderman: changed messagexmas.el | 1424 | Greg Klanderman: changed messagexmas.el |
| 1351 | 1425 | ||
| @@ -1357,6 +1431,8 @@ Greg Stark: changed gnus-ems.el timezone.el | |||
| 1357 | Gregor Schmid: changed intervals.c intervals.h tcl-mode.el textprop.c | 1431 | Gregor Schmid: changed intervals.c intervals.h tcl-mode.el textprop.c |
| 1358 | dispnew.c indent.c xdisp.c | 1432 | dispnew.c indent.c xdisp.c |
| 1359 | 1433 | ||
| 1434 | Gregor Zattler: changed emacs-lisp-intro.texi | ||
| 1435 | |||
| 1360 | Gregorio Gervasio, Jr.: changed gnus-sum.el | 1436 | Gregorio Gervasio, Jr.: changed gnus-sum.el |
| 1361 | 1437 | ||
| 1362 | Gregory Chernov: changed nnslashdot.el | 1438 | Gregory Chernov: changed nnslashdot.el |
| @@ -1386,6 +1462,8 @@ Han Boetes: changed netbsd.h | |||
| 1386 | 1462 | ||
| 1387 | Han-Wen Nienhuys: changed emacsclient.c server.el | 1463 | Han-Wen Nienhuys: changed emacsclient.c server.el |
| 1388 | 1464 | ||
| 1465 | Hanataka, Shinya: changed coding.c | ||
| 1466 | |||
| 1389 | Hans Chalupsky: wrote advice.el trace.el | 1467 | Hans Chalupsky: wrote advice.el trace.el |
| 1390 | and changed bytecomp.el | 1468 | and changed bytecomp.el |
| 1391 | 1469 | ||
| @@ -1393,12 +1471,14 @@ Hans Henrik Eriksen: wrote simula.el | |||
| 1393 | 1471 | ||
| 1394 | Hans de Graaff: changed mml.el | 1472 | Hans de Graaff: changed mml.el |
| 1395 | 1473 | ||
| 1474 | Hans-Peter Deifel: changed ob.el | ||
| 1475 | |||
| 1396 | Harald Maier: changed w32heap.c | 1476 | Harald Maier: changed w32heap.c |
| 1397 | 1477 | ||
| 1398 | Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el | 1478 | Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el |
| 1399 | gnus-util.el gnus-win.el mail-source.el | 1479 | gnus-util.el gnus-win.el mail-source.el |
| 1400 | 1480 | ||
| 1401 | Harri Kiiskinen: changed org-publish.el | 1481 | Harri Kiiskinen: changed org-protocol.el org-publish.el |
| 1402 | 1482 | ||
| 1403 | Heiko Muenkel: changed b2m.c | 1483 | Heiko Muenkel: changed b2m.c |
| 1404 | 1484 | ||
| @@ -1406,6 +1486,8 @@ Helmut Eller: changed cl-macs.el emacs-lisp/debug.el process.c | |||
| 1406 | 1486 | ||
| 1407 | Helmut Waitzmann: changed gnus-sum.el gnus.texi | 1487 | Helmut Waitzmann: changed gnus-sum.el gnus.texi |
| 1408 | 1488 | ||
| 1489 | Henning Weiss: changed org-mobile.el | ||
| 1490 | |||
| 1409 | Henrik Enberg: changed rmailout.el gnus-art.el gnus-msg.el lread.c | 1491 | Henrik Enberg: changed rmailout.el gnus-art.el gnus-msg.el lread.c |
| 1410 | mail/rmailmm.el rmail.el rmailedit.el rmailkwd.el rmailmsc.el | 1492 | mail/rmailmm.el rmail.el rmailedit.el rmailkwd.el rmailmsc.el |
| 1411 | rmailsort.el rmailsum.el xfaces.c | 1493 | rmailsort.el rmailsum.el xfaces.c |
| @@ -1457,7 +1539,7 @@ Håkan Granath: changed dired.el | |||
| 1457 | 1539 | ||
| 1458 | Håkon Malmedal: changed calendar.el holidays.el | 1540 | Håkon Malmedal: changed calendar.el holidays.el |
| 1459 | 1541 | ||
| 1460 | Ian Eure: changed sql.el | 1542 | Ian Eure: changed sql.el url-util.el |
| 1461 | 1543 | ||
| 1462 | Ian Lance Taylor: changed sco4.h | 1544 | Ian Lance Taylor: changed sco4.h |
| 1463 | 1545 | ||
| @@ -1466,6 +1548,8 @@ and changed ange-ftp.el desktop.el tex-mode.el | |||
| 1466 | 1548 | ||
| 1467 | Igor Kuzmin: wrote cconv.el | 1549 | Igor Kuzmin: wrote cconv.el |
| 1468 | 1550 | ||
| 1551 | Ikumi Keita: changed characters.el minibuf.c | ||
| 1552 | |||
| 1469 | Ilja Weis: co-wrote gnus-topic.el | 1553 | Ilja Weis: co-wrote gnus-topic.el |
| 1470 | 1554 | ||
| 1471 | Ilya N. Golubev: changed mm-util.el shell.el | 1555 | Ilya N. Golubev: changed mm-util.el shell.el |
| @@ -1492,6 +1576,8 @@ Inoue Seiichiro: changed xterm.c xfns.c xterm.h | |||
| 1492 | International Business Machines: changed emacs.c fileio.c process.c | 1576 | International Business Machines: changed emacs.c fileio.c process.c |
| 1493 | sysdep.c unexcoff.c | 1577 | sysdep.c unexcoff.c |
| 1494 | 1578 | ||
| 1579 | Ippei Furuhashi: changed org-colview.el org.texi | ||
| 1580 | |||
| 1495 | Irie Shinsuke: changed subr.el | 1581 | Irie Shinsuke: changed subr.el |
| 1496 | 1582 | ||
| 1497 | Irie Tetsuya: changed gnus.texi message.texi | 1583 | Irie Tetsuya: changed gnus.texi message.texi |
| @@ -1502,6 +1588,8 @@ Istvan Marko: changed gnus-agent.el xfns.c | |||
| 1502 | 1588 | ||
| 1503 | Itai Zukerman: changed mm-decode.el | 1589 | Itai Zukerman: changed mm-decode.el |
| 1504 | 1590 | ||
| 1591 | Ivan Andrus: changed ibuf-ext.el ibuffer.el | ||
| 1592 | |||
| 1505 | Ivan Boldyrev: changed mml1991.el | 1593 | Ivan Boldyrev: changed mml1991.el |
| 1506 | 1594 | ||
| 1507 | Ivan Kanis: wrote vc-hg.el | 1595 | Ivan Kanis: wrote vc-hg.el |
| @@ -1522,6 +1610,8 @@ and changed idlw-rinfo.el idlw-toolbar.el comint.el idlwave.texi vc.el | |||
| 1522 | 1610 | ||
| 1523 | Jaap-Henk Hoepman: changed mm-decode.el | 1611 | Jaap-Henk Hoepman: changed mm-decode.el |
| 1524 | 1612 | ||
| 1613 | Jack Duthen: changed which-func.el | ||
| 1614 | |||
| 1525 | Jack Repenning: changed unexelfsgi.c | 1615 | Jack Repenning: changed unexelfsgi.c |
| 1526 | 1616 | ||
| 1527 | Jack Twilley: changed message.el | 1617 | Jack Twilley: changed message.el |
| @@ -1536,8 +1626,9 @@ Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el | |||
| 1536 | 1626 | ||
| 1537 | Jambunathan K: wrote org-lparse.el org-odt.el | 1627 | Jambunathan K: wrote org-lparse.el org-odt.el |
| 1538 | and changed org.el org-exp.el org.texi OrgOdtContentTemplate.xml | 1628 | and changed org.el org-exp.el org.texi OrgOdtContentTemplate.xml |
| 1539 | org-footnote.el org-inlinetask.el OrgOdtStyles.xml htmlfontify.el | 1629 | OrgOdtStyles.xml org-footnote.el org-inlinetask.el register.el |
| 1540 | org-html.el package-x.el quail/indian.el tar-mode.el | 1630 | htmlfontify.el minibuffer.el org-bbdb.el org-compat.el org-html.el |
| 1631 | package-x.el quail/indian.el regs.texi tar-mode.el vc-dir.el | ||
| 1541 | 1632 | ||
| 1542 | James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el | 1633 | James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el |
| 1543 | nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el | 1634 | nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el |
| @@ -1555,8 +1646,8 @@ James R. Larus: co-wrote mh-e.el | |||
| 1555 | James R. Van Zandt: changed sh-script.el | 1646 | James R. Van Zandt: changed sh-script.el |
| 1556 | 1647 | ||
| 1557 | James TD Smith: changed org.el org-colview.el org-clock.el | 1648 | James TD Smith: changed org.el org-colview.el org-clock.el |
| 1558 | org-remember.el org-colview-xemacs.el org-plot.el org-agenda.el | 1649 | org-remember.el org-plot.el org-agenda.el org-compat.el org-habit.el |
| 1559 | org-compat.el org-habit.el org.texi | 1650 | org.texi |
| 1560 | 1651 | ||
| 1561 | James Troup: changed gnus-sum.el | 1652 | James Troup: changed gnus-sum.el |
| 1562 | 1653 | ||
| @@ -1568,19 +1659,24 @@ Jamie Zawinski: wrote mailabbrev.el tar-mode.el | |||
| 1568 | and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el | 1659 | and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el |
| 1569 | and changed bytecode.c mail-extr.el subr.el | 1660 | and changed bytecode.c mail-extr.el subr.el |
| 1570 | 1661 | ||
| 1662 | Jan Beich: changed configure.ac | ||
| 1663 | |||
| 1664 | Jan Bäcker: changed org.texi | ||
| 1665 | |||
| 1571 | Jan Böcker: wrote org-docview.el | 1666 | Jan Böcker: wrote org-docview.el |
| 1572 | and changed org.el | 1667 | and changed org.el |
| 1573 | 1668 | ||
| 1574 | Jan Böker: changed org.el | 1669 | Jan Böker: changed org.el |
| 1575 | 1670 | ||
| 1576 | Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el | 1671 | Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el |
| 1577 | and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h | 1672 | and changed gtkutil.c xterm.c xfns.c nsterm.m configure.ac xmenu.c |
| 1578 | gtkutil.h nsterm.m x-win.el keyboard.c Makefile.in frames.texi | 1673 | xterm.h gtkutil.h Makefile.in keyboard.c x-win.el nsfns.m nsmenu.m |
| 1579 | xsettings.c emacs.c frame.c nsfns.m xselect.c process.c xlwmenu.c | 1674 | frame.c frames.texi nsterm.h xsettings.c emacs.c xselect.c process.c |
| 1580 | config.in cus-start.el and 303 other files | 1675 | xlwmenu.c and 306 other files |
| 1581 | 1676 | ||
| 1582 | Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el | 1677 | Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el |
| 1583 | and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el | 1678 | and changed dbus.el dbus.texi dbusbind.c eieio.el idle.el insert.el |
| 1679 | log-edit.el srecode/find.el wisent/python.el zeroconf.el | ||
| 1584 | 1680 | ||
| 1585 | Jan Nieuwenhuizen: changed info.el TUTORIAL.nl add-log.el emacs.c | 1681 | Jan Nieuwenhuizen: changed info.el TUTORIAL.nl add-log.el emacs.c |
| 1586 | emacsclient.c gnus-start.el gud.el nnmh.el server.el startup.el | 1682 | emacsclient.c gnus-start.el gud.el nnmh.el server.el startup.el |
| @@ -1591,6 +1687,8 @@ Jan Schormann: wrote solitaire.el | |||
| 1591 | 1687 | ||
| 1592 | Jan Seeger: changed org-publish.el parse-time.el | 1688 | Jan Seeger: changed org-publish.el parse-time.el |
| 1593 | 1689 | ||
| 1690 | Jan Tatarik: changed gnus-score.el gnus-logic.el | ||
| 1691 | |||
| 1594 | Jan Vroonhof: changed gnus-cite.el gnus-msg.el nntp.el | 1692 | Jan Vroonhof: changed gnus-cite.el gnus-msg.el nntp.el |
| 1595 | 1693 | ||
| 1596 | Jan-Hein Buhrman: changed ange-ftp.el env.el | 1694 | Jan-Hein Buhrman: changed ange-ftp.el env.el |
| @@ -1601,12 +1699,14 @@ Jari Aalto: changed add-log.el filecache.el progmodes/grep.el comint.el | |||
| 1601 | gnus-art.el gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el | 1699 | gnus-art.el gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el |
| 1602 | nnmail.el apropos.el autorevert.el checkdoc.el cperl-mode.el desktop.el | 1700 | nnmail.el apropos.el autorevert.el checkdoc.el cperl-mode.el desktop.el |
| 1603 | em-ls.el emacs-lisp/debug.el emacsclient.1 executable.el files.el | 1701 | em-ls.el emacs-lisp/debug.el emacsclient.1 executable.el files.el |
| 1604 | and 20 other files | 1702 | and 21 other files |
| 1605 | 1703 | ||
| 1606 | Jason Baker: changed gnus-art.el | 1704 | Jason Baker: changed gnus-art.el |
| 1607 | 1705 | ||
| 1608 | Jason Dunsmore: changed org-html.el org.el | 1706 | Jason Dunsmore: changed org-html.el org.el |
| 1609 | 1707 | ||
| 1708 | Jason L. Wright: changed smtpmail.el | ||
| 1709 | |||
| 1610 | Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el imap.el | 1710 | Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el imap.el |
| 1611 | nnfolder.el | 1711 | nnfolder.el |
| 1612 | 1712 | ||
| @@ -1618,14 +1718,18 @@ and changed w32fns.c w32term.c w32font.c makefile.w32-in w32menu.c | |||
| 1618 | w32console.c w32bdf.c configure.bat keyboard.c w32proc.c w32select.c | 1718 | w32console.c w32bdf.c configure.bat keyboard.c w32proc.c w32select.c |
| 1619 | font.c image.c w32font.h w32gui.h and 160 other files | 1719 | font.c image.c w32font.h w32gui.h and 160 other files |
| 1620 | 1720 | ||
| 1621 | Jay Belanger: changed calc.texi calc.el calc-ext.el calc-aent.el | 1721 | Jason S. Cornez: changed keyboard.c |
| 1622 | calc-units.el calc-embed.el calc-help.el calc-lang.el calc-prog.el | 1722 | |
| 1623 | calc-math.el calccomp.el calc-arith.el calc-graph.el calc-forms.el | 1723 | Jay Belanger: changed calc.texi calc.el calc-ext.el calc-units.el |
| 1624 | calc-misc.el calc-store.el calc-yank.el calcalg2.el calc-bin.el | 1724 | calc-aent.el calc-embed.el calc-help.el calc-lang.el calc-prog.el |
| 1625 | calc-alg.el calc-vec.el and 40 other files | 1725 | calccomp.el calc-math.el calc-arith.el calc-graph.el calc-misc.el |
| 1726 | calc-alg.el calc-forms.el calc-store.el calc-yank.el calcalg2.el | ||
| 1727 | calc-bin.el calc-mode.el and 40 other files | ||
| 1626 | 1728 | ||
| 1627 | Jay K. Adams: wrote jka-cmpr-hook.el jka-compr.el | 1729 | Jay K. Adams: wrote jka-cmpr-hook.el jka-compr.el |
| 1628 | 1730 | ||
| 1731 | Jay Mccarthy: changed org-colview.el | ||
| 1732 | |||
| 1629 | Jay Sachs: changed gnus-score.el gnus-win.el | 1733 | Jay Sachs: changed gnus-score.el gnus-win.el |
| 1630 | 1734 | ||
| 1631 | Jean-Philippe Theberge: wrote thumbs.el | 1735 | Jean-Philippe Theberge: wrote thumbs.el |
| @@ -1660,11 +1764,13 @@ Jens Toivo Berger Thielemann: changed word-help.el | |||
| 1660 | Jens-Ulrik Holger Petersen: changed cus-edit.el ffap.el find-func.el | 1764 | Jens-Ulrik Holger Petersen: changed cus-edit.el ffap.el find-func.el |
| 1661 | gnus.el | 1765 | gnus.el |
| 1662 | 1766 | ||
| 1663 | Jeramey Crawford: changed amdx86-64.h configure.in | 1767 | Jeramey Crawford: changed amdx86-64.h configure.ac |
| 1664 | 1768 | ||
| 1665 | Jeremy Bertram Maitin-Shepard: changed erc.el erc-backend.el | 1769 | Jeremy Bertram Maitin-Shepard: changed erc.el erc-backend.el |
| 1666 | erc-button.el erc-track.el mml.el | 1770 | erc-button.el erc-track.el mml.el |
| 1667 | 1771 | ||
| 1772 | Jeremy Moore: changed hideif.el | ||
| 1773 | |||
| 1668 | Jeremy Whitlock: changed progmodes/python.el | 1774 | Jeremy Whitlock: changed progmodes/python.el |
| 1669 | 1775 | ||
| 1670 | Jerry Frain: changed systime.h usg5-4.h | 1776 | Jerry Frain: changed systime.h usg5-4.h |
| @@ -1688,17 +1794,19 @@ Jihyun Cho: wrote hangul.el hanja-util.el | |||
| 1688 | Jim Blandy: wrote tvi970.el | 1794 | Jim Blandy: wrote tvi970.el |
| 1689 | and co-wrote wyse50.el | 1795 | and co-wrote wyse50.el |
| 1690 | and changed keyboard.c xterm.c xfns.c Makefile.in window.c process.c | 1796 | and changed keyboard.c xterm.c xfns.c Makefile.in window.c process.c |
| 1691 | ymakefile dispnew.c xdisp.c sysdep.c configure.in lisp.h keymap.c | 1797 | ymakefile dispnew.c xdisp.c sysdep.c configure.ac lisp.h keymap.c |
| 1692 | configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c | 1798 | configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c |
| 1693 | and 388 other files | 1799 | and 388 other files |
| 1694 | 1800 | ||
| 1801 | Jim Diamond: changed server.el | ||
| 1802 | |||
| 1695 | Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h | 1803 | Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h |
| 1696 | rmail.el | 1804 | rmail.el |
| 1697 | 1805 | ||
| 1698 | Jim Meyering: changed lread.c w32.c copyright.el ebrowse.c emacs.c | 1806 | Jim Meyering: changed lread.c w32.c w32font.c copyright.el ebrowse.c |
| 1699 | make-docfile.c nsfont.m term.c w32font.c xfaces.c xselect.c Makefile.in | 1807 | emacs.c make-docfile.c nsfont.m pop.c term.c xfaces.c xselect.c xterm.c |
| 1700 | alloc.c artist.el autoinsert.el buffer.h character.h charset.c | 1808 | Makefile.in alloc.c artist.el autoinsert.el buffer.h callproc.c |
| 1701 | configure configure.in doprnt.c and 53 other files | 1809 | character.h charset.c and 56 other files |
| 1702 | 1810 | ||
| 1703 | Jim Radford: changed gnus-start.el | 1811 | Jim Radford: changed gnus-start.el |
| 1704 | 1812 | ||
| @@ -1718,9 +1826,11 @@ Joachim Reiter: changed org-footnote.el | |||
| 1718 | 1826 | ||
| 1719 | Joakim Hove: wrote html2text.el | 1827 | Joakim Hove: wrote html2text.el |
| 1720 | 1828 | ||
| 1829 | Joakim Hårsman: changed w32fns.c | ||
| 1830 | |||
| 1721 | Joakim Verona: wrote db-javascript.el | 1831 | Joakim Verona: wrote db-javascript.el |
| 1722 | and co-wrote db-ebrowse.el | 1832 | and co-wrote db-ebrowse.el |
| 1723 | and changed Makefile.in configure.in image-mode.el image.c image.el | 1833 | and changed Makefile.in configure.ac image-mode.el image.c image.el |
| 1724 | nnrss.el progmodes/compile.el thingatpt.el window.c window.h | 1834 | nnrss.el progmodes/compile.el thingatpt.el window.c window.h |
| 1725 | 1835 | ||
| 1726 | Joanna Pluta: changed TUTORIAL.pl | 1836 | Joanna Pluta: changed TUTORIAL.pl |
| @@ -1729,7 +1839,7 @@ Jochen Hein: changed gnus-art.el | |||
| 1729 | 1839 | ||
| 1730 | Jochen Küpper: changed gnus.texi calc-units.el | 1840 | Jochen Küpper: changed gnus.texi calc-units.el |
| 1731 | 1841 | ||
| 1732 | Joe Buehler: changed Makefile.in configure.in cygwin.h browse-url.el | 1842 | Joe Buehler: changed Makefile.in configure.ac cygwin.h browse-url.el |
| 1733 | comint.el configure dired-aux.el dired.el dirtrack.el dos-w32.el | 1843 | comint.el configure dired-aux.el dired.el dirtrack.el dos-w32.el |
| 1734 | fast-lock.el filecache.el fileio.c files.el gmalloc.c gnus-util.el | 1844 | fast-lock.el filecache.el fileio.c files.el gmalloc.c gnus-util.el |
| 1735 | hippie-exp.el keyboard.c lastfile.c loadup.el mem-limits.h | 1845 | hippie-exp.el keyboard.c lastfile.c loadup.el mem-limits.h |
| @@ -1751,6 +1861,8 @@ Joe Wells: wrote mail-extr.el resume.el | |||
| 1751 | and co-wrote apropos.el | 1861 | and co-wrote apropos.el |
| 1752 | and changed arc-mode.el tex-mode.el | 1862 | and changed arc-mode.el tex-mode.el |
| 1753 | 1863 | ||
| 1864 | Joel Bion: changed pcmpl-gnu.el | ||
| 1865 | |||
| 1754 | Joel Boehland: co-wrote ob-clojure.el ob-lisp.el | 1866 | Joel Boehland: co-wrote ob-clojure.el ob-lisp.el |
| 1755 | 1867 | ||
| 1756 | Joel N. Weber II: changed comint.el make-dist | 1868 | Joel N. Weber II: changed comint.el make-dist |
| @@ -1763,14 +1875,14 @@ Johan Bockgård: changed erc.el cl-macs.el erc-backend.el erc-button.el | |||
| 1763 | erc-match.el xdisp.c browse-url.el bytecomp.el custom.el display.texi | 1875 | erc-match.el xdisp.c browse-url.el bytecomp.el custom.el display.texi |
| 1764 | erc-compat.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el | 1876 | erc-compat.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el |
| 1765 | help-fns.el icomplete.el mouse-sel.el simple.el subr.el xterm.el | 1877 | help-fns.el icomplete.el mouse-sel.el simple.el subr.el xterm.el |
| 1766 | and 48 other files | 1878 | and 50 other files |
| 1767 | 1879 | ||
| 1768 | Johan Euphrosine: changed ibuf-ext.el | 1880 | Johan Euphrosine: changed ibuf-ext.el |
| 1769 | 1881 | ||
| 1770 | Johan Vromans: wrote forms-d2.el forms.el iso-acc.el | 1882 | Johan Vromans: wrote forms-d2.el forms.el iso-acc.el |
| 1771 | and changed complete.el | 1883 | and changed complete.el |
| 1772 | 1884 | ||
| 1773 | Johannes Weiner: changed browse-url.el keyboard.c configure.in | 1885 | Johannes Weiner: changed browse-url.el keyboard.c configure.ac |
| 1774 | lisp-mode.el lisp.h pp.el sound.c w32term.c xfaces.c xterm.c | 1886 | lisp-mode.el lisp.h pp.el sound.c w32term.c xfaces.c xterm.c |
| 1775 | 1887 | ||
| 1776 | John Basrai: changed man.el | 1888 | John Basrai: changed man.el |
| @@ -1816,10 +1928,10 @@ John Wiegley: wrote align.el cal-bahai.el em-alias.el em-banner.el | |||
| 1816 | remember.el test/eshell.el timeclock.el | 1928 | remember.el test/eshell.el timeclock.el |
| 1817 | and co-wrote org-mac-message.el org-pcomplete.el | 1929 | and co-wrote org-mac-message.el org-pcomplete.el |
| 1818 | and changed org-clock.el org-agenda.el erc-chess.el org.el erc.el | 1930 | and changed org-clock.el org-agenda.el erc-chess.el org.el erc.el |
| 1819 | iswitchb.el ido.el esh-test.el Makefile.in allout.el cal-menu.el | 1931 | iswitchb.el ido.el alloc.c esh-test.el Makefile.in allout.el |
| 1820 | calendar.el desktop.el diary-lib.el erc-bbdb.el erc-button.el | 1932 | cal-menu.el calendar.el desktop.el diary-lib.el erc-bbdb.el |
| 1821 | erc-complete.el erc-fill.el erc-ibuffer.el erc-list.el erc-match.el | 1933 | erc-button.el erc-complete.el erc-fill.el erc-ibuffer.el erc-list.el |
| 1822 | and 19 other files | 1934 | and 22 other files |
| 1823 | 1935 | ||
| 1824 | John Williams: changed etags.el | 1936 | John Williams: changed etags.el |
| 1825 | 1937 | ||
| @@ -1832,7 +1944,7 @@ Jon Ericson: changed gnus.el spam-report.el | |||
| 1832 | Jon K Hellan: wrote utf7.el | 1944 | Jon K Hellan: wrote utf7.el |
| 1833 | 1945 | ||
| 1834 | Jonathan I. Kamens: changed pop.c movemail.c rmail.el Makefile.in | 1946 | Jonathan I. Kamens: changed pop.c movemail.c rmail.el Makefile.in |
| 1835 | configure.in b2m.pl config.in files.el pop.h terminal.el vc.el | 1947 | configure.ac b2m.pl config.in files.el pop.h terminal.el vc.el |
| 1836 | gnus-sum.el jka-compr.el rmailout.el rnewspost.el sendmail.el simple.el | 1948 | gnus-sum.el jka-compr.el rmailout.el rnewspost.el sendmail.el simple.el |
| 1837 | timezone.el vc-hooks.el | 1949 | timezone.el vc-hooks.el |
| 1838 | 1950 | ||
| @@ -1860,6 +1972,8 @@ Jose A. Ortega Ruiz: changed gnus-sum.el | |||
| 1860 | 1972 | ||
| 1861 | Jose E. Marchesi: changed ada-mode.el gomoku.el simple.el smtpmail.el | 1973 | Jose E. Marchesi: changed ada-mode.el gomoku.el simple.el smtpmail.el |
| 1862 | 1974 | ||
| 1975 | Jose Marino: changed idlw-shell.el | ||
| 1976 | |||
| 1863 | Joseph Arceneaux: wrote xrdb.c | 1977 | Joseph Arceneaux: wrote xrdb.c |
| 1864 | and changed xterm.c xfns.c keyboard.c screen.c dispnew.c xdisp.c window.c | 1978 | and changed xterm.c xfns.c keyboard.c screen.c dispnew.c xdisp.c window.c |
| 1865 | x-win.el fileio.c buffer.c xterm.h minibuf.c editfns.c lread.c | 1979 | x-win.el fileio.c buffer.c xterm.h minibuf.c editfns.c lread.c |
| @@ -1868,7 +1982,9 @@ and changed xterm.c xfns.c keyboard.c screen.c dispnew.c xdisp.c window.c | |||
| 1868 | 1982 | ||
| 1869 | Joseph M. Kelsey: changed dir.h fileio.c skeleton.el | 1983 | Joseph M. Kelsey: changed dir.h fileio.c skeleton.el |
| 1870 | 1984 | ||
| 1871 | Josh Elsasser: changed configure.in | 1985 | Josh Elsasser: changed configure.ac |
| 1986 | |||
| 1987 | Josh Feinstein: changed erc-join.el erc.el | ||
| 1872 | 1988 | ||
| 1873 | Josh Huber: changed mml-sec.el mml.el message.el gnus-msg.el mml2015.el | 1989 | Josh Huber: changed mml-sec.el mml.el message.el gnus-msg.el mml2015.el |
| 1874 | nnmail.el ChangeLog ChangeLog.1 gnus-cite.el gnus-delay.el gnus-spec.el | 1990 | nnmail.el ChangeLog ChangeLog.1 gnus-cite.el gnus-delay.el gnus-spec.el |
| @@ -1882,6 +1998,8 @@ Jouni K. Seppänen: changed gnus.texi nnimap.el mm-url.el | |||
| 1882 | 1998 | ||
| 1883 | João Cachopo: changed spam.el | 1999 | João Cachopo: changed spam.el |
| 1884 | 2000 | ||
| 2001 | João Távora: changed tex-mode.el | ||
| 2002 | |||
| 1885 | Juan León Lahoz García: wrote wdired.el | 2003 | Juan León Lahoz García: wrote wdired.el |
| 1886 | and changed files.el perl-mode.el | 2004 | and changed files.el perl-mode.el |
| 1887 | 2005 | ||
| @@ -1889,10 +2007,10 @@ Juan Pechiar: wrote ob-mscgen.el | |||
| 1889 | and changed ob-octave.el | 2007 | and changed ob-octave.el |
| 1890 | 2008 | ||
| 1891 | Juanma Barranquero: wrote emacs-lock.el | 2009 | Juanma Barranquero: wrote emacs-lock.el |
| 1892 | and changed makefile.w32-in subr.el w32fns.c files.el server.el bs.el | 2010 | and changed makefile.w32-in subr.el w32fns.c server.el emacsclient.c |
| 1893 | emacsclient.c help-fns.el faces.el org.el simple.el buffer.c xdisp.c | 2011 | files.el bs.el config.nt help-fns.el faces.el org.el simple.el xdisp.c |
| 1894 | keyboard.c desktop.el process.c w32term.c window.c ido.el w32.c | 2012 | buffer.c w32.c ido.el keyboard.c w32term.c desktop.el process.c |
| 1895 | allout.el and 1089 other files | 2013 | window.c and 1097 other files |
| 1896 | 2014 | ||
| 1897 | Juergen Kreileder: changed imap.el nnimap.el | 2015 | Juergen Kreileder: changed imap.el nnimap.el |
| 1898 | 2016 | ||
| @@ -1900,19 +2018,19 @@ Juergen Nickelsen: wrote ws-mode.el | |||
| 1900 | 2018 | ||
| 1901 | Julian Gehring: changed org.texi orgcard.tex | 2019 | Julian Gehring: changed org.texi orgcard.tex |
| 1902 | 2020 | ||
| 1903 | Julian Scheid: changed tramp.el | 2021 | Julian Scheid: changed tramp.el color.el |
| 1904 | 2022 | ||
| 1905 | Julien Avarre: changed gnus-fun.el | 2023 | Julien Avarre: changed gnus-fun.el |
| 1906 | 2024 | ||
| 1907 | Julien Barnier: changed ob-comint.el ob-sh.el org.el | 2025 | Julien Barnier: changed ob-comint.el ob-sh.el org.el |
| 1908 | 2026 | ||
| 1909 | Julien Danjou: wrote gnus-gravatar.el gravatar.el notifications.el | 2027 | Julien Danjou: wrote erc-desktop-notifications.el gnus-gravatar.el |
| 1910 | shr-color.el | 2028 | gnus-notifications.el gravatar.el notifications.el shr-color.el |
| 1911 | and co-wrote color.el | 2029 | and co-wrote color.el |
| 1912 | and changed shr.el org-agenda.el gnus-art.el gnus-html.el gnus.el | 2030 | and changed shr.el org-agenda.el gnus-art.el gnus-html.el gnus.el |
| 1913 | mm-decode.el gnus-group.el gnus-util.el message.el org.el gnus-sum.el | 2031 | message.el gnus-group.el gnus-util.el mm-decode.el gnus-sum.el |
| 1914 | gnus.texi mm-view.el nnimap.el mm-uu.el nnir.el sieve-manage.el | 2032 | mm-view.el org.el gnus.texi nnimap.el mm-uu.el nnir.el sieve-manage.el |
| 1915 | color-lab.el url-cache.el auth-source.el gnus-ems.el and 82 other files | 2033 | color-lab.el gnus-demon.el gnus-msg.el url-cache.el and 94 other files |
| 1916 | 2034 | ||
| 1917 | Julien Gilles: wrote gnus-ml.el | 2035 | Julien Gilles: wrote gnus-ml.el |
| 1918 | 2036 | ||
| @@ -1921,11 +2039,11 @@ Junio Hamano: changed window.el | |||
| 1921 | Jure Cuhalev: changed ispell.el | 2039 | Jure Cuhalev: changed ispell.el |
| 1922 | 2040 | ||
| 1923 | Juri Linkov: wrote files-x.el misearch.el occur-tests.el | 2041 | Juri Linkov: wrote files-x.el misearch.el occur-tests.el |
| 1924 | and changed info.el isearch.el simple.el replace.el progmodes/grep.el | 2042 | and changed info.el isearch.el simple.el replace.el dired-aux.el |
| 1925 | dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el | 2043 | progmodes/grep.el dired.el progmodes/compile.el startup.el faces.el |
| 1926 | display.texi menu-bar.el descr-text.el bindings.el cus-edit.el | 2044 | files.el descr-text.el display.texi menu-bar.el bindings.el cus-edit.el |
| 1927 | image-mode.el ispell.el man.el dired-x.el log-view.el | 2045 | image-mode.el ispell.el man.el dired-x.el arc-mode.el |
| 1928 | and 338 other files | 2046 | and 339 other files |
| 1929 | 2047 | ||
| 1930 | Justin Bogner: changed fortune.el | 2048 | Justin Bogner: changed fortune.el |
| 1931 | 2049 | ||
| @@ -1933,9 +2051,12 @@ Justin Sheehy: changed gnus-sum.el nntp.el | |||
| 1933 | 2051 | ||
| 1934 | Justus Piater: changed smtpmail.el | 2052 | Justus Piater: changed smtpmail.el |
| 1935 | 2053 | ||
| 1936 | Jérémy Compostella: changed battery.el windmove.el window.el | 2054 | Jérémie Courrèges-Anglas: changed org-latex.el org.texi |
| 1937 | 2055 | ||
| 1938 | Jérôme Marant: changed Makefile.in make-dist bindings.el configure.in | 2056 | Jérémy Compostella: changed battery.el keyboard.c windmove.el window.el |
| 2057 | xdisp.c | ||
| 2058 | |||
| 2059 | Jérôme Marant: changed Makefile.in make-dist bindings.el configure.ac | ||
| 1939 | emacsclient.c misc.texi | 2060 | emacsclient.c misc.texi |
| 1940 | 2061 | ||
| 1941 | Jürgen Hötzel: changed comint.el url-handlers.el wid-edit.el | 2062 | Jürgen Hötzel: changed comint.el url-handlers.el wid-edit.el |
| @@ -1961,6 +2082,8 @@ Kai Tetzlaff: changed org-publish.el url-http.el | |||
| 1961 | Kailash C. Chowksey: changed HELLO Makefile.in ind-util.el kannada.el | 2082 | Kailash C. Chowksey: changed HELLO Makefile.in ind-util.el kannada.el |
| 1962 | knd-util.el loadup.el makefile.w32-in | 2083 | knd-util.el loadup.el makefile.w32-in |
| 1963 | 2084 | ||
| 2085 | Kalle Kankare: changed image.c | ||
| 2086 | |||
| 1964 | Kalle Olavi Niemitalo: changed keyboard.c | 2087 | Kalle Olavi Niemitalo: changed keyboard.c |
| 1965 | 2088 | ||
| 1966 | Kan-Ru Chen: changed nnir.el ecomplete.el gnus-diary.el gnus.texi | 2089 | Kan-Ru Chen: changed nnir.el ecomplete.el gnus-diary.el gnus.texi |
| @@ -1968,7 +2091,7 @@ Kan-Ru Chen: changed nnir.el ecomplete.el gnus-diary.el gnus.texi | |||
| 1968 | 2091 | ||
| 1969 | Kanematsu Daiji: changed nnimap.el | 2092 | Kanematsu Daiji: changed nnimap.el |
| 1970 | 2093 | ||
| 1971 | Karel Klíč: changed fileio.c files.el Makefile.in configure.in eval.c | 2094 | Karel Klíč: changed fileio.c files.el Makefile.in configure.ac eval.c |
| 1972 | ftfont.c lisp.h text.texi tramp.el | 2095 | ftfont.c lisp.h text.texi tramp.el |
| 1973 | 2096 | ||
| 1974 | Karl Berry: changed emacs.texi info.texi elisp.texi text.texi anti.texi | 2097 | Karl Berry: changed emacs.texi info.texi elisp.texi text.texi anti.texi |
| @@ -1987,13 +2110,13 @@ Karl Eichwalder: changed Makefile.in add-log.el bookmark.el dired-aux.el | |||
| 1987 | Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el | 2110 | Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el |
| 1988 | and changed files.el doc-view.el image-mode.el info.el simple.el INSTALL | 2111 | and changed files.el doc-view.el image-mode.el info.el simple.el INSTALL |
| 1989 | autogen.sh isearch.el menu-bar.el thingatpt.el INSTALL.BZR configure | 2112 | autogen.sh isearch.el menu-bar.el thingatpt.el INSTALL.BZR configure |
| 1990 | configure.in editfns.c gnus-bookmark.el gnus-msg.el gnus-sum.el man.el | 2113 | configure.ac editfns.c gnus-bookmark.el gnus-msg.el gnus-sum.el man.el |
| 1991 | nnmail.el org-agenda.el vc-svn.el and 4 other files | 2114 | nnmail.el org-agenda.el vc-svn.el and 4 other files |
| 1992 | 2115 | ||
| 1993 | Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c | 2116 | Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c |
| 1994 | alloc.c files.el frame.c window.c configure.in Makefile.in data.c | 2117 | alloc.c files.el frame.c configure.ac window.c Makefile.in data.c |
| 1995 | minibuf.c editfns.c fns.c process.c fileio.c simple.el keymap.c | 2118 | minibuf.c editfns.c fns.c process.c fileio.c simple.el keymap.c |
| 1996 | indent.c and 444 other files | 2119 | indent.c and 443 other files |
| 1997 | 2120 | ||
| 1998 | Karl Kleinpaste: changed gnus-sum.el gnus-art.el gnus-picon.el | 2121 | Karl Kleinpaste: changed gnus-sum.el gnus-art.el gnus-picon.el |
| 1999 | gnus-score.el gnus-uu.el gnus-xmas.el gnus.el mm-uu.el mml.el nnmail.el | 2122 | gnus-score.el gnus-uu.el gnus-xmas.el gnus.el mm-uu.el mml.el nnmail.el |
| @@ -2010,9 +2133,9 @@ Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el | |||
| 2010 | 2133 | ||
| 2011 | Katsumi Yamaoka: wrote canlock.el | 2134 | Katsumi Yamaoka: wrote canlock.el |
| 2012 | and changed gnus-art.el gnus-sum.el message.el gnus.texi mm-decode.el | 2135 | and changed gnus-art.el gnus-sum.el message.el gnus.texi mm-decode.el |
| 2013 | mm-util.el mm-view.el gnus-group.el mml.el rfc2047.el gnus-util.el | 2136 | mm-util.el mm-view.el gnus-group.el mml.el gnus-msg.el gnus-util.el |
| 2014 | gnus-start.el gnus-msg.el gnus.el shr.el nntp.el gnus-agent.el nnrss.el | 2137 | rfc2047.el gnus-start.el gnus.el shr.el nntp.el gnus-agent.el nnrss.el |
| 2015 | mm-uu.el nnmail.el gnus-html.el and 135 other files | 2138 | nnmail.el mm-uu.el gnus-html.el and 141 other files |
| 2016 | 2139 | ||
| 2017 | Kaushik Srenevasan: changed gdb-mi.el | 2140 | Kaushik Srenevasan: changed gdb-mi.el |
| 2018 | 2141 | ||
| @@ -2020,7 +2143,7 @@ Kaveh R. Ghazi: changed delta88k.h xterm.c | |||
| 2020 | 2143 | ||
| 2021 | Kayvan Sylvan: changed supercite.el | 2144 | Kayvan Sylvan: changed supercite.el |
| 2022 | 2145 | ||
| 2023 | Kazuhiro Ito: changed coding.c flow-fill.el | 2146 | Kazuhiro Ito: changed coding.c flow-fill.el font.c starttls.el |
| 2024 | 2147 | ||
| 2025 | Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c | 2148 | Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c |
| 2026 | 2149 | ||
| @@ -2034,9 +2157,9 @@ Keith Gabryelski: wrote hexl.c hexl.el | |||
| 2034 | 2157 | ||
| 2035 | Keith Packard: changed font.c | 2158 | Keith Packard: changed font.c |
| 2036 | 2159 | ||
| 2037 | Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c | 2160 | Ken Brown: changed configure.ac cygwin.h browse-url.el gmalloc.c sheap.c |
| 2038 | vm-limit.c callproc.c dired.c emacs.c fileio.c gdb-mi.el loadup.el | 2161 | emacs.c vm-limit.c xgselect.c callproc.c dired.c fileio.c gdb-mi.el |
| 2039 | mem-limits.h unexcw.c | 2162 | loadup.el mem-limits.h unexcw.c xfns.c xterm.h |
| 2040 | 2163 | ||
| 2041 | Ken Brush: changed emacsclient.c | 2164 | Ken Brush: changed emacsclient.c |
| 2042 | 2165 | ||
| @@ -2049,7 +2172,7 @@ and changed pgg-gpg.el pgg.el progmodes/python.el locked-encrypted.png | |||
| 2049 | 2172 | ||
| 2050 | Ken Raeburn: changed lisp.h lread.c Makefile.in alloc.c buffer.c fns.c | 2173 | Ken Raeburn: changed lisp.h lread.c Makefile.in alloc.c buffer.c fns.c |
| 2051 | keyboard.c minibuf.c coding.c editfns.c fileio.c keymap.c xdisp.c | 2174 | keyboard.c minibuf.c coding.c editfns.c fileio.c keymap.c xdisp.c |
| 2052 | configure.in emacs.c undo.c xfns.c xterm.c charset.h coding.h fontset.c | 2175 | configure.ac emacs.c undo.c xfns.c xterm.c charset.h coding.h fontset.c |
| 2053 | and 93 other files | 2176 | and 93 other files |
| 2054 | 2177 | ||
| 2055 | Ken Stevens: wrote ispell.el | 2178 | Ken Stevens: wrote ispell.el |
| @@ -2060,11 +2183,11 @@ and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el | |||
| 2060 | and changed coding.c mule-cmds.el mule.el fontset.c charset.c xdisp.c | 2183 | and changed coding.c mule-cmds.el mule.el fontset.c charset.c xdisp.c |
| 2061 | fontset.el font.c xterm.c Makefile.in fileio.c mule-conf.el | 2184 | fontset.el font.c xterm.c Makefile.in fileio.c mule-conf.el |
| 2062 | characters.el fns.c ftfont.c mule-diag.el charset.h ccl.c coding.h | 2185 | characters.el fns.c ftfont.c mule-diag.el charset.h ccl.c coding.h |
| 2063 | xfaces.c editfns.c and 388 other files | 2186 | xfaces.c editfns.c and 408 other files |
| 2064 | 2187 | ||
| 2065 | Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el | 2188 | Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el |
| 2066 | 2189 | ||
| 2067 | Kenneth Stailey: changed alpha.h configure.in ns32000.h openbsd.h pmax.h | 2190 | Kenneth Stailey: changed alpha.h configure.ac ns32000.h openbsd.h pmax.h |
| 2068 | sparc.h unexalpha.c unexelf.c | 2191 | sparc.h unexalpha.c unexelf.c |
| 2069 | 2192 | ||
| 2070 | Kentaro Ohkouchi: changed emacs.png README emacs.ico emacs.svg | 2193 | Kentaro Ohkouchi: changed emacs.png README emacs.ico emacs.svg |
| @@ -2107,8 +2230,8 @@ Kevin Rodgers: changed compile.el mailabbrev.el dired-x.el files.el | |||
| 2107 | Kevin Ryde: wrote info-xref.el | 2230 | Kevin Ryde: wrote info-xref.el |
| 2108 | and changed info-look.el info.el checkdoc.el cl.texi compilation.txt | 2231 | and changed info-look.el info.el checkdoc.el cl.texi compilation.txt |
| 2109 | arc-mode.el ffap.el gnus-art.el gnus-sum.el mule.el os.texi | 2232 | arc-mode.el ffap.el gnus-art.el gnus-sum.el mule.el os.texi |
| 2110 | progmodes/compile.el MORE.STUFF browse-url.el copyright.el dig.el | 2233 | progmodes/compile.el woman.el MORE.STUFF browse-url.el copyright.el |
| 2111 | etags.c flyspell.el keyboard.c mailcap.el man.el and 80 other files | 2234 | dig.el etags.c flyspell.el keyboard.c mailcap.el and 81 other files |
| 2112 | 2235 | ||
| 2113 | Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el | 2236 | Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el |
| 2114 | keypad.el kmacro.el | 2237 | keypad.el kmacro.el |
| @@ -2130,7 +2253,7 @@ Kishore Kumar: changed terminal.el | |||
| 2130 | Klaus Straubinger: changed url-http.el url-history.el pcmpl-rpm.el | 2253 | Klaus Straubinger: changed url-http.el url-history.el pcmpl-rpm.el |
| 2131 | url-cookie.el url.el | 2254 | url-cookie.el url.el |
| 2132 | 2255 | ||
| 2133 | Klaus Zeitler: changed configure.in files.el sh-script.el vcursor.el | 2256 | Klaus Zeitler: changed configure.ac files.el sh-script.el vcursor.el |
| 2134 | 2257 | ||
| 2135 | Knut Anders Hatlen: changed nnimap.el imap.el | 2258 | Knut Anders Hatlen: changed nnimap.el imap.el |
| 2136 | 2259 | ||
| @@ -2166,11 +2289,13 @@ Károly Lőrentey: changed xfns.c bindings.el keyboard.c menu-bar.el | |||
| 2166 | x-win.el xdisp.c xt-mouse.el xterm.c xterm.h .gdbinit AT386.el HELLO | 2289 | x-win.el xdisp.c xt-mouse.el xterm.c xterm.h .gdbinit AT386.el HELLO |
| 2167 | Makefile.in and 101 other files | 2290 | Makefile.in and 101 other files |
| 2168 | 2291 | ||
| 2292 | Laimonas Vėbra: changed european.el | ||
| 2293 | |||
| 2169 | Lara Rios: co-wrote cal-menu.el | 2294 | Lara Rios: co-wrote cal-menu.el |
| 2170 | 2295 | ||
| 2171 | Lars Balker Rasmussen: changed gnus-art.el gnus-agent.el message.el | 2296 | Lars Balker Rasmussen: changed gnus-art.el gnus-agent.el message.el |
| 2172 | 2297 | ||
| 2173 | Lars Brinkhoff: changed building.texi config.in configure.in editfns.c | 2298 | Lars Brinkhoff: changed building.texi config.in configure.ac editfns.c |
| 2174 | fns.c os.texi | 2299 | fns.c os.texi |
| 2175 | 2300 | ||
| 2176 | Lars Hansen: changed desktop.el tramp.el info.el mh-e.el dired-x.el | 2301 | Lars Hansen: changed desktop.el tramp.el info.el mh-e.el dired-x.el |
| @@ -2190,19 +2315,20 @@ Lars Magne Ingebrigtsen: wrote compface.el dns.el ecomplete.el | |||
| 2190 | gnus-logic.el gnus-picon.el gnus-range.el gnus-salt.el gnus-spec.el | 2315 | gnus-logic.el gnus-picon.el gnus-range.el gnus-salt.el gnus-spec.el |
| 2191 | gnus-srvr.el gnus-start.el gnus-sum.el gnus-undo.el gnus-util.el | 2316 | gnus-srvr.el gnus-start.el gnus-sum.el gnus-undo.el gnus-util.el |
| 2192 | gnus-uu.el gnus-win.el ietf-drums.el mail-parse.el mail-prsvr.el | 2317 | gnus-uu.el gnus-win.el ietf-drums.el mail-parse.el mail-prsvr.el |
| 2193 | mail-source.el message.el messcompat.el mm-view.el mml.el netrc.el | 2318 | mail-source.el message.el messcompat.el mm-archive.el mm-view.el mml.el |
| 2194 | network-stream.el nnagent.el nndir.el nndraft.el nngateway.el nnmail.el | 2319 | netrc.el network-stream.el nnagent.el nndir.el nndraft.el nngateway.el |
| 2195 | nnoo.el nntp.el nnweb.el qp.el rfc2045.el rfc2231.el rtree.el | 2320 | nnmail.el nnoo.el nntp.el nnweb.el qp.el rfc2045.el rfc2231.el rtree.el |
| 2196 | score-mode.el shr.el spam.el url-queue.el | 2321 | score-mode.el shr.el spam.el url-domsuf.el url-queue.el |
| 2197 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el | 2322 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el |
| 2198 | gnus-topic.el gnus.el gssapi.el mailcap.el mm-bodies.el mm-decode.el | 2323 | gnus-topic.el gnus.el gssapi.el mailcap.el mm-bodies.el mm-decode.el |
| 2199 | mm-encode.el mm-util.el nnbabyl.el nndoc.el nneething.el nnfolder.el | 2324 | mm-encode.el mm-util.el nnbabyl.el nndoc.el nneething.el nnfolder.el |
| 2200 | nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el | 2325 | nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el |
| 2201 | rfc2047.el time-date.el | 2326 | rfc2047.el time-date.el |
| 2202 | and changed gnus.texi gnus-cite.el pop3.el smtpmail.el gnus-xmas.el | 2327 | and changed gnus.texi gnus-cite.el smtpmail.el pop3.el gnus-xmas.el |
| 2203 | auth-source.el proto-stream.el url-http.el gnutls.c subr.el xml.c | 2328 | auth-source.el proto-stream.el url-http.el gnutls.c subr.el xml.c |
| 2204 | dired.el editfns.c nnultimate.el gnus-nocem.el imap.el nnkiboze.el | 2329 | dired.el editfns.c nnultimate.el simple.el gnus-nocem.el |
| 2205 | nnrss.el nnslashdot.el simple.el spam-report.el and 210 other files | 2330 | gnus-registry.el imap.el nnkiboze.el nnrss.el nnslashdot.el |
| 2331 | and 219 other files | ||
| 2206 | 2332 | ||
| 2207 | Lars Rasmusson: changed ebrowse.c | 2333 | Lars Rasmusson: changed ebrowse.c |
| 2208 | 2334 | ||
| @@ -2215,7 +2341,7 @@ and changed erc.el org-latex.el org.el erc-match.el erc-nets.el | |||
| 2215 | erc-nickserv.el org-exp.el browse-url.el erc-button.el erc-compat.el | 2341 | erc-nickserv.el org-exp.el browse-url.el erc-button.el erc-compat.el |
| 2216 | erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el ob.el | 2342 | erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el ob.el |
| 2217 | org-html.el cl-macs.el erc-autoaway.el erc-autojoin.el erc-bbdb.el | 2343 | org-html.el cl-macs.el erc-autoaway.el erc-autojoin.el erc-bbdb.el |
| 2218 | and 23 other files | 2344 | and 24 other files |
| 2219 | 2345 | ||
| 2220 | Lawrence R. Dodd: co-wrote dired-x.el | 2346 | Lawrence R. Dodd: co-wrote dired-x.el |
| 2221 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el | 2347 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el |
| @@ -2223,30 +2349,36 @@ and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el | |||
| 2223 | lisp.el man.el minibuf.c rcs2log rmail.el simple.el terminal.el | 2349 | lisp.el man.el minibuf.c rcs2log rmail.el simple.el terminal.el |
| 2224 | text-mode.el tpu-edt.el and 3 other files | 2350 | text-mode.el tpu-edt.el and 3 other files |
| 2225 | 2351 | ||
| 2352 | Le Wang: changed misc.el | ||
| 2353 | |||
| 2226 | Leigh Stoller: changed emacsclient.c server.el | 2354 | Leigh Stoller: changed emacsclient.c server.el |
| 2227 | 2355 | ||
| 2228 | Lennart Borgman: wrote ert-x.el org-freemind.el | 2356 | Lennart Borgman: wrote org-freemind.el |
| 2357 | and co-wrote ert-x.el | ||
| 2229 | and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el | 2358 | and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el |
| 2230 | emacs-lisp/debug.el emacsclient.c filesets.el flymake.el help-fns.el | 2359 | emacs-lisp/debug.el emacsclient.c filesets.el flymake.el help-fns.el |
| 2231 | isearch.el linum.el lisp-mode.el mouse.el recentf.el remember.el | 2360 | isearch.el linum.el lisp-mode.el lisp.el mouse.el recentf.el |
| 2232 | replace.el ruby-mode.el shell.el texinfmt.el w32term.c w32term.h | 2361 | remember.el replace.el ruby-mode.el shell.el texinfmt.el |
| 2362 | and 3 other files | ||
| 2233 | 2363 | ||
| 2234 | Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c | 2364 | Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c |
| 2235 | 2365 | ||
| 2236 | Leo Liu: changed rcirc.el ido.el abbrev.el makefile.w32-in subr.el | 2366 | Leo Liu: changed rcirc.el ido.el abbrev.el progmodes/python.el |
| 2237 | Makefile.in deps.mk diff-mode.el dnd.el em-hist.el erc.el files.el | 2367 | makefile.w32-in subr.el diff-mode.el files.el font-lock.el Makefile.in |
| 2238 | fns.c font-lock.el footnote.el gl-comp.m4 gnulib.mk help-mode.el | 2368 | cc-cmds.el deps.mk dnd.el em-hist.el erc.el flymake.el fns.c |
| 2239 | iswitchb.el minibuf.c minibuffer.el and 62 other files | 2369 | footnote.el fringe.c gnulib.mk help-mode.el and 78 other files |
| 2370 | |||
| 2371 | Leo P. White: changed eieio-custom.el | ||
| 2240 | 2372 | ||
| 2241 | Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el | 2373 | Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el |
| 2242 | rmailout.el sendmail.el | 2374 | rmailout.el sendmail.el |
| 2243 | 2375 | ||
| 2244 | Levin Du: changed parse-time.el | 2376 | Levin Du: changed parse-time.el org-clock.el |
| 2245 | |||
| 2246 | Lewis Perin: changed emacs.manifest | ||
| 2247 | 2377 | ||
| 2248 | Liam Healy: changed outline.el | 2378 | Liam Healy: changed outline.el |
| 2249 | 2379 | ||
| 2380 | Liam Stitt: changed url-file.el url-vars.el | ||
| 2381 | |||
| 2250 | Liang Wang: changed etags.el | 2382 | Liang Wang: changed etags.el |
| 2251 | 2383 | ||
| 2252 | Litvinov Sergey: changed ob-maxima.el ob-octave.el | 2384 | Litvinov Sergey: changed ob-maxima.el ob-octave.el |
| @@ -2268,7 +2400,7 @@ Lucid, Inc.: changed byte-opt.el byte-run.el bytecode.c bytecomp.el | |||
| 2268 | Ludovic Courtes: changed nnregistry.el | 2400 | Ludovic Courtes: changed nnregistry.el |
| 2269 | 2401 | ||
| 2270 | Ludovic Courtès: wrote nnregistry.el | 2402 | Ludovic Courtès: wrote nnregistry.el |
| 2271 | and changed gnus.texi | 2403 | and changed configure.ac gnus.texi |
| 2272 | 2404 | ||
| 2273 | Lukas Huonker: changed tetris.el | 2405 | Lukas Huonker: changed tetris.el |
| 2274 | 2406 | ||
| @@ -2287,11 +2419,12 @@ Lynn Slater: wrote help-macro.el | |||
| 2287 | 2419 | ||
| 2288 | Maciek Pasternacki: changed nnrss.el | 2420 | Maciek Pasternacki: changed nnrss.el |
| 2289 | 2421 | ||
| 2422 | Madan Ramakrishnan: changed org-agenda.el | ||
| 2423 | |||
| 2290 | Magnus Henoch: changed url-http.el ispell.el url.el dbusbind.c dns.el | 2424 | Magnus Henoch: changed url-http.el ispell.el url.el dbusbind.c dns.el |
| 2291 | url-gw.el url-parse.el url-proxy.el autoinsert.el cl.texi configure.in | 2425 | nnmaildir.el url-gw.el url-parse.el url-proxy.el autoinsert.el cl.texi |
| 2292 | dbus.el gnus.texi hashcash.el log-edit.el message.el org-clock.el | 2426 | configure.ac dbus.el gnus.texi hashcash.el log-edit.el message.el |
| 2293 | org-latex.el org-table.el process.c quail/cyrillic.el | 2427 | org-clock.el org-latex.el org-table.el process.c and 11 other files |
| 2294 | and 10 other files | ||
| 2295 | 2428 | ||
| 2296 | Malcolm Purvis: changed spam-stat.el | 2429 | Malcolm Purvis: changed spam-stat.el |
| 2297 | 2430 | ||
| @@ -2320,7 +2453,7 @@ Marco Melgazzi: changed term.el | |||
| 2320 | 2453 | ||
| 2321 | Marco Walther: changed mips-siemens.h unexelfsni.c unexsni.c | 2454 | Marco Walther: changed mips-siemens.h unexelfsni.c unexsni.c |
| 2322 | 2455 | ||
| 2323 | Marcus G. Daniels: changed xterm.c configure.in lwlib-Xm.c lwlib.c | 2456 | Marcus G. Daniels: changed xterm.c configure.ac lwlib-Xm.c lwlib.c |
| 2324 | xdisp.c xfns.c Makefile.in dispnew.c xmenu.c alloc.c config.in | 2457 | xdisp.c xfns.c Makefile.in dispnew.c xmenu.c alloc.c config.in |
| 2325 | editfns.c emacs.c frame.c frame.h irix5-0.h keyboard.c linux.h | 2458 | editfns.c emacs.c frame.c frame.h irix5-0.h keyboard.c linux.h |
| 2326 | lwlib-Xm.h lwlib.h ntterm.c and 11 other files | 2459 | lwlib-Xm.h lwlib.h ntterm.c and 11 other files |
| @@ -2352,11 +2485,13 @@ Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el | |||
| 2352 | mh-funcs.el mh-alias.el etags.c mh-junk.el mh-tool-bar.el | 2485 | mh-funcs.el mh-alias.el etags.c mh-junk.el mh-tool-bar.el |
| 2353 | mh-xemacs-compat.el pgg-gpg.el | 2486 | mh-xemacs-compat.el pgg-gpg.el |
| 2354 | 2487 | ||
| 2355 | Mark Davies: changed Makefile.in amdx86-64.h configure configure.in | 2488 | Mark Davies: changed Makefile.in amdx86-64.h configure configure.ac |
| 2356 | hp800.h netbsd.h ralloc.c sh3el.h sort.el | 2489 | hp800.h netbsd.h ralloc.c sh3el.h sort.el |
| 2357 | 2490 | ||
| 2358 | Mark Diekhans: changed files.el progmodes/compile.el subr.el | 2491 | Mark Diekhans: changed files.el progmodes/compile.el subr.el |
| 2359 | 2492 | ||
| 2493 | Mark E. Shoulson: changed org.el | ||
| 2494 | |||
| 2360 | Mark H. Weaver: changed comint.el | 2495 | Mark H. Weaver: changed comint.el |
| 2361 | 2496 | ||
| 2362 | Mark Hood: changed gnus-uu.el | 2497 | Mark Hood: changed gnus-uu.el |
| @@ -2373,7 +2508,7 @@ Mark Osbourne: changed hexl-mode.el | |||
| 2373 | 2508 | ||
| 2374 | Mark Plaksin: changed nnrss.el term.el | 2509 | Mark Plaksin: changed nnrss.el term.el |
| 2375 | 2510 | ||
| 2376 | Mark Shoulson: changed org.el | 2511 | Mark Shoulson: changed org-entities.el org.el |
| 2377 | 2512 | ||
| 2378 | Mark Thomas: changed flow-fill.el gnus-sum.el gnus-util.el nnmail.el | 2513 | Mark Thomas: changed flow-fill.el gnus-sum.el gnus-util.el nnmail.el |
| 2379 | 2514 | ||
| @@ -2398,7 +2533,7 @@ Markus Holmberg: changed thingatpt.el | |||
| 2398 | Markus Rost: wrote cus-test.el | 2533 | Markus Rost: wrote cus-test.el |
| 2399 | and changed cus-edit.el Makefile.in files.el progmodes/compile.el | 2534 | and changed cus-edit.el Makefile.in files.el progmodes/compile.el |
| 2400 | rmail.el tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el | 2535 | rmail.el tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el |
| 2401 | dired.el mule-cmds.el rmailout.el checkdoc.el configure.in custom.el | 2536 | dired.el mule-cmds.el rmailout.el checkdoc.el configure.ac custom.el |
| 2402 | emacsbug.el gnus.el help-fns.el ls-lisp.el mwheel.el | 2537 | emacsbug.el gnus.el help-fns.el ls-lisp.el mwheel.el |
| 2403 | and 122 other files | 2538 | and 122 other files |
| 2404 | 2539 | ||
| @@ -2413,6 +2548,7 @@ and changed bytecomp.el byte-opt.el doctor.el image-mode.el | |||
| 2413 | Marshall T. Vandegrift: changed gnus-fun.el | 2548 | Marshall T. Vandegrift: changed gnus-fun.el |
| 2414 | 2549 | ||
| 2415 | Martin Blais: co-wrote rst.el | 2550 | Martin Blais: co-wrote rst.el |
| 2551 | and changed progmodes/compile.el | ||
| 2416 | 2552 | ||
| 2417 | Martin Boyer: changed bibtex.el menu-bar.el | 2553 | Martin Boyer: changed bibtex.el menu-bar.el |
| 2418 | 2554 | ||
| @@ -2431,10 +2567,10 @@ Martin Neitzel: changed supercite.el | |||
| 2431 | 2567 | ||
| 2432 | Martin Pohlack: changed iimage.el pc-select.el | 2568 | Martin Pohlack: changed iimage.el pc-select.el |
| 2433 | 2569 | ||
| 2434 | Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c | 2570 | Martin Rudalics: changed window.el window.c windows.texi help.el frame.c |
| 2435 | help.el window.h cus-start.el frame.el cus-edit.el files.el | 2571 | buffer.c cus-start.el window.h dired.el frame.el subr.el cus-edit.el |
| 2436 | buffers.texi dired.el subr.el add-log.el xdisp.c font-lock.el | 2572 | files.el buffers.texi mouse.el emacs-lisp/debug.el keyboard.c xdisp.c |
| 2437 | help-fns.el lisp.h mouse.el wid-edit.el and 137 other files | 2573 | add-log.el lisp.h simple.el and 145 other files |
| 2438 | 2574 | ||
| 2439 | Martin Stjernholm: wrote cc-bytecomp.el | 2575 | Martin Stjernholm: wrote cc-bytecomp.el |
| 2440 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el | 2576 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el |
| @@ -2442,7 +2578,7 @@ and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el | |||
| 2442 | and changed cc-fix.el cc-mode.texi Makefile.in cc-guess.el cc-mode-19.el | 2578 | and changed cc-fix.el cc-mode.texi Makefile.in cc-guess.el cc-mode-19.el |
| 2443 | nnimap.el ack.texi awk-mode.el cc-awk.el cc-lobotomy.el cc-make.el | 2579 | nnimap.el ack.texi awk-mode.el cc-awk.el cc-lobotomy.el cc-make.el |
| 2444 | cc-style.el cc-subword.el files.el generic-x.el gnus-agent.el | 2580 | cc-style.el cc-subword.el files.el generic-x.el gnus-agent.el |
| 2445 | gnus-art.el mm-decode.el simple.el | 2581 | gnus-art.el gnus-demon.el mm-decode.el simple.el |
| 2446 | 2582 | ||
| 2447 | Martin Svenson: changed progmodes/python.el | 2583 | Martin Svenson: changed progmodes/python.el |
| 2448 | 2584 | ||
| @@ -2464,7 +2600,7 @@ and co-wrote cc-guess.el | |||
| 2464 | and changed etags.el asm-mode.el hexl.el xdisp.c bindings.el man.el | 2600 | and changed etags.el asm-mode.el hexl.el xdisp.c bindings.el man.el |
| 2465 | xfaces.c simple.el vc.el wid-edit.el add-log.el etags.c faces.el | 2601 | xfaces.c simple.el vc.el wid-edit.el add-log.el etags.c faces.el |
| 2466 | pcvs.el progmodes/compile.el register.el ruler-mode.el buffer.c | 2602 | pcvs.el progmodes/compile.el register.el ruler-mode.el buffer.c |
| 2467 | cc-langs.el cus-face.el dired-x.el and 73 other files | 2603 | cc-langs.el cus-face.el dired-x.el and 78 other files |
| 2468 | 2604 | ||
| 2469 | Masayuki Ataka: changed texinfmt.el texinfo.el characters.el cmuscheme.el | 2605 | Masayuki Ataka: changed texinfmt.el texinfo.el characters.el cmuscheme.el |
| 2470 | make-mode.el | 2606 | make-mode.el |
| @@ -2476,7 +2612,7 @@ and changed tumme.el dired.el dired.texi | |||
| 2476 | 2612 | ||
| 2477 | Mathias Megyei: changed Makefile.in | 2613 | Mathias Megyei: changed Makefile.in |
| 2478 | 2614 | ||
| 2479 | Mats Lidell: changed TUTORIAL.sv european.el gnus-art.el | 2615 | Mats Lidell: changed TUTORIAL.sv european.el gnus-art.el org-element.el |
| 2480 | 2616 | ||
| 2481 | Matt Hodges: changed textmodes/table.el faces.el iswitchb.el simple.el | 2617 | Matt Hodges: changed textmodes/table.el faces.el iswitchb.el simple.el |
| 2482 | tmm.el cal-menu.el calendar.el calendar.texi diary-lib.el easymenu.el | 2618 | tmm.el cal-menu.el calendar.el calendar.texi diary-lib.el easymenu.el |
| @@ -2484,6 +2620,9 @@ Matt Hodges: changed textmodes/table.el faces.el iswitchb.el simple.el | |||
| 2484 | locate.el paragraphs.el pcomplete.el repeat.el and 3 other files | 2620 | locate.el paragraphs.el pcomplete.el repeat.el and 3 other files |
| 2485 | 2621 | ||
| 2486 | Matt Lundin: changed org-agenda.el org-bibtex.el org-footnote.el org.el | 2622 | Matt Lundin: changed org-agenda.el org-bibtex.el org-footnote.el org.el |
| 2623 | org-bbdb.el org-datetree.el org-gnus.el | ||
| 2624 | |||
| 2625 | Matt Mcclure: changed progmodes/python.el | ||
| 2487 | 2626 | ||
| 2488 | Matt Pharr: changed message.el | 2627 | Matt Pharr: changed message.el |
| 2489 | 2628 | ||
| @@ -2494,7 +2633,7 @@ Matt Swift: changed dired.el editfns.c lisp-mode.el mm-decode.el | |||
| 2494 | 2633 | ||
| 2495 | Matthew Junker: changed cal-tex.el | 2634 | Matthew Junker: changed cal-tex.el |
| 2496 | 2635 | ||
| 2497 | Matthew Luckie: changed configure.in | 2636 | Matthew Luckie: changed configure.ac |
| 2498 | 2637 | ||
| 2499 | Matthew Mundell: changed calendar.texi diary-lib.el files.texi | 2638 | Matthew Mundell: changed calendar.texi diary-lib.el files.texi |
| 2500 | type-break.el debugging.texi display.texi edebug.texi editfns.c eval.c | 2639 | type-break.el debugging.texi display.texi edebug.texi editfns.c eval.c |
| @@ -2510,22 +2649,27 @@ Matthieu Devin: wrote delsel.el | |||
| 2510 | 2649 | ||
| 2511 | Matthieu Moy: changed gnus-msg.el message.el | 2650 | Matthieu Moy: changed gnus-msg.el message.el |
| 2512 | 2651 | ||
| 2652 | Max Mikhanosha: changed org-agenda.el org-habit.el org.el | ||
| 2653 | |||
| 2513 | Maxime Edouard Robert Froumentin: changed gnus-art.el mml.el | 2654 | Maxime Edouard Robert Froumentin: changed gnus-art.el mml.el |
| 2514 | 2655 | ||
| 2656 | Memnon Anon: changed org.texi | ||
| 2657 | |||
| 2515 | Michael Albinus: wrote dbus.el secrets.el tramp-cmds.el tramp-compat.el | 2658 | Michael Albinus: wrote dbus.el secrets.el tramp-cmds.el tramp-compat.el |
| 2516 | tramp-ftp.el tramp-gvfs.el tramp-gw.el tramp-smb.el xesam.el | 2659 | tramp-ftp.el tramp-gvfs.el tramp-gw.el tramp-smb.el xesam.el |
| 2517 | zeroconf.el | 2660 | zeroconf.el |
| 2518 | and co-wrote tramp-cache.el tramp-sh.el tramp.el | 2661 | and co-wrote tramp-cache.el tramp-sh.el tramp.el |
| 2519 | and changed tramp.texi dbusbind.c trampver.texi dbus.texi trampver.el | 2662 | and changed tramp.texi dbusbind.c trampver.texi trampver.el ange-ftp.el |
| 2520 | ange-ftp.el tramp-fish.el files.el files.texi tramp-imap.el Makefile.in | 2663 | dbus.texi tramp-fish.el files.el files.texi tramp-imap.el Makefile.in |
| 2521 | tramp-vc.el tramp-util.el tramp-uu.el notifications.el simple.el | 2664 | notifications.el tramp-vc.el tramp-util.el tramp-uu.el configure.ac |
| 2522 | auth-source.el dired-aux.el configure.in em-unix.el fileio.c | 2665 | em-unix.el simple.el auth-source.el dired-aux.el keyboard.c |
| 2523 | and 66 other files | 2666 | and 80 other files |
| 2524 | 2667 | ||
| 2525 | Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h | 2668 | Michael Ben-Gershon: changed acorn.h configure.ac riscix1-1.h riscix1-2.h |
| 2526 | unexec.c | 2669 | unexec.c |
| 2527 | 2670 | ||
| 2528 | Michael Brand: changed org.el org-agenda.el org.texi org-table.el | 2671 | Michael Brand: changed org.el org-agenda.el org-capture.el org.texi |
| 2672 | ob-tangle.el org-feed.el org-id.el org-list.el org-table.el | ||
| 2529 | 2673 | ||
| 2530 | Michael D. Ernst: wrote reposition.el | 2674 | Michael D. Ernst: wrote reposition.el |
| 2531 | and changed dired-x.el uniquify.el ispell.el bibtex.el rmail.el dired.el | 2675 | and changed dired-x.el uniquify.el ispell.el bibtex.el rmail.el dired.el |
| @@ -2542,12 +2686,14 @@ Michael Gschwind: wrote iso-cvt.el | |||
| 2542 | 2686 | ||
| 2543 | Michael Harnois: changed nnimap.el | 2687 | Michael Harnois: changed nnimap.el |
| 2544 | 2688 | ||
| 2689 | Michael Heerdegen: changed wdired.el | ||
| 2690 | |||
| 2545 | Michael Hotchin: changed progmodes/compile.el | 2691 | Michael Hotchin: changed progmodes/compile.el |
| 2546 | 2692 | ||
| 2547 | Michael I. Bushnell: changed rmail.el simple.el callproc.c gnu.h gnus.el | 2693 | Michael I. Bushnell: changed rmail.el simple.el callproc.c gnu.h gnus.el |
| 2548 | lread.c process.c screen.el search.c sendmail.el startup.el timer.c | 2694 | lread.c process.c screen.el search.c sendmail.el startup.el timer.c |
| 2549 | 2695 | ||
| 2550 | Michael K. Johnson: changed configure.in emacs.c intel386.h linux.h | 2696 | Michael K. Johnson: changed configure.ac emacs.c intel386.h linux.h |
| 2551 | mem-limits.h process.c sysdep.c syssignal.h systty.h template.h | 2697 | mem-limits.h process.c sysdep.c syssignal.h systty.h template.h |
| 2552 | unexcoff.c | 2698 | unexcoff.c |
| 2553 | 2699 | ||
| @@ -2561,9 +2707,8 @@ and changed viper*.el ediff*.el viper.texi ediff.texi ediff-hooks.el | |||
| 2561 | ediff-merge.el menu-bar.el appt.el desktop.el ediff-meta.el | 2707 | ediff-merge.el menu-bar.el appt.el desktop.el ediff-meta.el |
| 2562 | viper-mouse.el | 2708 | viper-mouse.el |
| 2563 | 2709 | ||
| 2564 | Michael Markert: changed ob.el org-agenda.el org-ascii.el | 2710 | Michael Markert: changed ob.el org-agenda.el org-ascii.el org-docbook.el |
| 2565 | org-contacts-wl.el org-docbook.el org-html.el org-latex.el org-table.el | 2711 | org-html.el org-latex.el org-table.el org.el |
| 2566 | org.el | ||
| 2567 | 2712 | ||
| 2568 | Michael McNamara: co-wrote verilog-mode.el | 2713 | Michael McNamara: co-wrote verilog-mode.el |
| 2569 | 2714 | ||
| @@ -2593,14 +2738,19 @@ Michael Sperber: changed aix3-1.h aix4-2.h gnus.texi mail-source.el | |||
| 2593 | 2738 | ||
| 2594 | Michael Staats: wrote pc-select.el | 2739 | Michael Staats: wrote pc-select.el |
| 2595 | 2740 | ||
| 2741 | Michael Vehrs: changed woman.el | ||
| 2742 | |||
| 2596 | Michael Welsh Duggan: changed lisp.h nnimap.el sh-script.el w32term.c | 2743 | Michael Welsh Duggan: changed lisp.h nnimap.el sh-script.el w32term.c |
| 2597 | buffer.c gnus-spec.el keyboard.c nnir.el nnmail.el print.c | 2744 | buffer.c gnus-spec.el keyboard.c nnir.el nnmail.el print.c |
| 2598 | sieve-manage.el termhooks.h url-http.el w32-win.el w32fns.c w32menu.c | 2745 | sieve-manage.el termhooks.h url-http.el w32-win.el w32fns.c w32menu.c |
| 2599 | w32term.h woman.el xdisp.c xterm.c | 2746 | w32term.h woman.el xdisp.c xterm.c |
| 2600 | 2747 | ||
| 2748 | Michael Witten: changed TUTORIAL fixit.texi intro.texi | ||
| 2749 | |||
| 2601 | Michal Jankowski: changed insdel.c keyboard.c | 2750 | Michal Jankowski: changed insdel.c keyboard.c |
| 2602 | 2751 | ||
| 2603 | Michal Nazarewicz: changed frame.c frame.h ispell.el w32term.c xterm.c | 2752 | Michal Nazarewicz: changed frame.c frame.h ispell.el mpc.el server.el |
| 2753 | w32term.c xterm.c | ||
| 2604 | 2754 | ||
| 2605 | Michal Sojka: changed org-icalendar.el | 2755 | Michal Sojka: changed org-icalendar.el |
| 2606 | 2756 | ||
| @@ -2639,6 +2789,8 @@ Mike Newton: co-wrote bibtex.el | |||
| 2639 | Mike Rowan: changed process.c alloc.c dispnew.c keyboard.c process.h | 2789 | Mike Rowan: changed process.c alloc.c dispnew.c keyboard.c process.h |
| 2640 | sysdep.c xdisp.c | 2790 | sysdep.c xdisp.c |
| 2641 | 2791 | ||
| 2792 | Mike Sperber: changed org.el org-footnote.el | ||
| 2793 | |||
| 2642 | Mike Williams: wrote mouse-sel.el thingatpt.el | 2794 | Mike Williams: wrote mouse-sel.el thingatpt.el |
| 2643 | and changed sgml-mode.el xml-lite.el | 2795 | and changed sgml-mode.el xml-lite.el |
| 2644 | 2796 | ||
| @@ -2669,8 +2821,9 @@ Miyashita Hisashi: changed ccl.c coding.c coding.h mule-cmds.el | |||
| 2669 | Miyoshi Masanori: changed mouse.el smtpmail.el xdisp.c | 2821 | Miyoshi Masanori: changed mouse.el smtpmail.el xdisp.c |
| 2670 | 2822 | ||
| 2671 | Mohsen Banan: wrote persian.el | 2823 | Mohsen Banan: wrote persian.el |
| 2824 | and changed loadup.el | ||
| 2672 | 2825 | ||
| 2673 | Mon Key: changed animate.el syntax.el | 2826 | Mon Key: changed animate.el imap.el syntax.el |
| 2674 | 2827 | ||
| 2675 | Morten Welinder: wrote [many MS-DOS files] arc-mode.el desktop.el | 2828 | Morten Welinder: wrote [many MS-DOS files] arc-mode.el desktop.el |
| 2676 | dosfns.c internal.el msdos.h pc-win.el s-region.el | 2829 | dosfns.c internal.el msdos.h pc-win.el s-region.el |
| @@ -2683,8 +2836,12 @@ Mosur Mohan: changed etags.c | |||
| 2683 | 2836 | ||
| 2684 | Motorola: changed buff-menu.el | 2837 | Motorola: changed buff-menu.el |
| 2685 | 2838 | ||
| 2839 | Muchenxuan Tong: changed org-timer.el | ||
| 2840 | |||
| 2686 | Murata Shuuichirou: changed coding.c | 2841 | Murata Shuuichirou: changed coding.c |
| 2687 | 2842 | ||
| 2843 | Myles English: changed org-clock.el | ||
| 2844 | |||
| 2688 | N. Raghavendra: changed timezone.el | 2845 | N. Raghavendra: changed timezone.el |
| 2689 | 2846 | ||
| 2690 | Nachum Dershowitz: co-wrote cal-hebrew.el | 2847 | Nachum Dershowitz: co-wrote cal-hebrew.el |
| @@ -2694,18 +2851,18 @@ and changed imap.el gnus.el | |||
| 2694 | 2851 | ||
| 2695 | Nakagawa Makoto: changed ldap.el | 2852 | Nakagawa Makoto: changed ldap.el |
| 2696 | 2853 | ||
| 2697 | Nakaji Hiroyuki: changed mm-util.el amdx86-64.h configure.in smiley.el | 2854 | Nakaji Hiroyuki: changed mm-util.el amdx86-64.h configure.ac smiley.el |
| 2698 | 2855 | ||
| 2699 | Nakamura Toshikazu: changed w32fns.c | 2856 | Nakamura Toshikazu: changed w32fns.c |
| 2700 | 2857 | ||
| 2701 | Nali Toja: changed configure.in | 2858 | Nali Toja: changed configure.ac |
| 2702 | 2859 | ||
| 2703 | Naohiro Aota: changed fontset.c ftfont.c gnus-art.el mm-view.el tls.el | 2860 | Naohiro Aota: changed fontset.c ftfont.c gnus-art.el mm-view.el tls.el |
| 2704 | xftfont.c | 2861 | xftfont.c |
| 2705 | 2862 | ||
| 2706 | Nathan J. Williams: changed imap.el | 2863 | Nathan J. Williams: changed imap.el |
| 2707 | 2864 | ||
| 2708 | Nathan Weizenbaum: changed js.el | 2865 | Nathan Weizenbaum: changed js.el progmodes/python.el |
| 2709 | 2866 | ||
| 2710 | Nathaniel Flath: changed cc-menus.el cc-engine.el cc-fonts.el cc-langs.el | 2867 | Nathaniel Flath: changed cc-menus.el cc-engine.el cc-fonts.el cc-langs.el |
| 2711 | cc-mode.el cc-vars.el | 2868 | cc-mode.el cc-vars.el |
| @@ -2716,15 +2873,18 @@ Neil Mager: wrote appt.el | |||
| 2716 | 2873 | ||
| 2717 | Neil W. Van Dyke: wrote webjump.el | 2874 | Neil W. Van Dyke: wrote webjump.el |
| 2718 | 2875 | ||
| 2719 | Nelson H. F. Beebe: changed configure.in | 2876 | Nelson H. F. Beebe: changed configure.ac |
| 2720 | 2877 | ||
| 2721 | Nelson Jose dos Santos Ferreira: changed nnsoup.el gnus-art.el | 2878 | Nelson Jose dos Santos Ferreira: changed nnsoup.el emacs.el gnus-art.el |
| 2722 | gnus-dup.el spam-stat.el | 2879 | gnus-dup.el gnus-win.el spam-stat.el |
| 2723 | 2880 | ||
| 2724 | Nevin Kapur: changed nnmail.el gnus-sum.el nnimap.el gnus-group.el | 2881 | Nevin Kapur: changed nnmail.el gnus-sum.el nnimap.el gnus-group.el |
| 2725 | gnus-registry.el gnus.el nnbabyl.el nnfolder.el nnmbox.el nnmh.el | 2882 | gnus-registry.el gnus.el nnbabyl.el nnfolder.el nnmbox.el nnmh.el |
| 2726 | nnml.el | 2883 | nnml.el |
| 2727 | 2884 | ||
| 2885 | Nguyen Thai Ngoc Duy: co-wrote vnvni.el | ||
| 2886 | and changed vnvi.el | ||
| 2887 | |||
| 2728 | Niall Mansfield: changed etags.c | 2888 | Niall Mansfield: changed etags.c |
| 2729 | 2889 | ||
| 2730 | Nic Ferrier: changed tramp.el | 2890 | Nic Ferrier: changed tramp.el |
| @@ -2733,7 +2893,8 @@ Nicholas Maniscalco: changed term.el | |||
| 2733 | 2893 | ||
| 2734 | Nick Alcock: changed gnus.el | 2894 | Nick Alcock: changed gnus.el |
| 2735 | 2895 | ||
| 2736 | Nick Dokos: changed org-exp.el mh-search.el org.el url-cache.el | 2896 | Nick Dokos: changed org-exp.el icalendar.el mh-search.el org.el |
| 2897 | url-cache.el | ||
| 2737 | 2898 | ||
| 2738 | Nick Roberts: wrote gdb-mi.el t-mouse.el | 2899 | Nick Roberts: wrote gdb-mi.el t-mouse.el |
| 2739 | and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el | 2900 | and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el |
| @@ -2745,14 +2906,17 @@ Nico Francois: changed w32fns.c w32inevt.c w32menu.c | |||
| 2745 | 2906 | ||
| 2746 | Nicolas Avrutin: changed url-http.el | 2907 | Nicolas Avrutin: changed url-http.el |
| 2747 | 2908 | ||
| 2748 | Nicolas Goaziou: changed org-list.el org.el org-footnote.el org-exp.el | 2909 | Nicolas Calderon Asselin: changed org-clock.el |
| 2749 | org-latex.el org-html.el org-inlinetask.el org-indent.el org-docbook.el | 2910 | |
| 2750 | org-timer.el ob-asymptote.el org-ascii.el org-capture.el ob.el | 2911 | Nicolas Goaziou: wrote org-element.el |
| 2751 | org-agenda.el org-archive.el ob-exp.el org-clock.el org-macs.el | 2912 | and changed org-list.el org.el org-footnote.el org-exp.el org-latex.el |
| 2752 | org-mouse.el org.texi and 3 other files | 2913 | org-html.el org-inlinetask.el org-indent.el org-docbook.el org-timer.el |
| 2914 | ob-asymptote.el ob.el org-agenda.el org-ascii.el org-capture.el | ||
| 2915 | org.texi org-archive.el org-macs.el org-mouse.el org-table.el ob-exp.el | ||
| 2916 | and 7 other files | ||
| 2753 | 2917 | ||
| 2754 | Niels Giesen: changed icalendar.el org-agenda.el org-clock.el | 2918 | Niels Giesen: changed icalendar.el org-agenda.el org-clock.el |
| 2755 | org-docbook.el org-icalendar.el | 2919 | org-docbook.el org-icalendar.el org-latex.el org-table.el |
| 2756 | 2920 | ||
| 2757 | Niimi Satoshi: changed pp.el search.c | 2921 | Niimi Satoshi: changed pp.el search.c |
| 2758 | 2922 | ||
| @@ -2769,7 +2933,7 @@ Noah Friedman: wrote eldoc.el rlogin.el type-break.el | |||
| 2769 | and co-wrote erc-dcc.el | 2933 | and co-wrote erc-dcc.el |
| 2770 | and changed rsz-mini.el comint.el emacs-buffer.gdb files.el Makefile | 2934 | and changed rsz-mini.el comint.el emacs-buffer.gdb files.el Makefile |
| 2771 | mailabbrev.el sendmail.el subr.el timer.el yow.el apropos.el battery.el | 2935 | mailabbrev.el sendmail.el subr.el timer.el yow.el apropos.el battery.el |
| 2772 | bytecomp.el calc.el coding.c complete.el config.in configure.in | 2936 | bytecomp.el calc.el coding.c complete.el config.in configure.ac |
| 2773 | copyright.h fns.c gnu-linux.h and 19 other files | 2937 | copyright.h fns.c gnu-linux.h and 19 other files |
| 2774 | 2938 | ||
| 2775 | Noah Lavine: changed tramp.el | 2939 | Noah Lavine: changed tramp.el |
| @@ -2794,7 +2958,7 @@ Odd Gripenstam: wrote dcl-mode.el | |||
| 2794 | 2958 | ||
| 2795 | Ognyan Kulev: changed TUTORIAL.bg quail/cyrillic.el | 2959 | Ognyan Kulev: changed TUTORIAL.bg quail/cyrillic.el |
| 2796 | 2960 | ||
| 2797 | Okazaki Tetsurou: changed cc-fonts.el | 2961 | Okazaki Tetsurou: changed cc-fonts.el vc-svn.el |
| 2798 | 2962 | ||
| 2799 | Olaf Sylvester: wrote bs.el | 2963 | Olaf Sylvester: wrote bs.el |
| 2800 | 2964 | ||
| @@ -2832,7 +2996,8 @@ Oscar Figueiredo: wrote eudc-bob.el eudc-export.el eudc-hotlist.el | |||
| 2832 | eudc-vars.el eudc.el eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el ldap.el | 2996 | eudc-vars.el eudc.el eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el ldap.el |
| 2833 | and changed ph.el | 2997 | and changed ph.el |
| 2834 | 2998 | ||
| 2835 | Óscar Fuentes: changed ido.el cmdproxy.c emacsclient.c vc-bzr.el | 2999 | Óscar Fuentes: changed ido.el cmdproxy.c diff-mode.el emacsclient.c |
| 3000 | vc-bzr.el | ||
| 2836 | 3001 | ||
| 2837 | P. E. Jareth Hein: changed gnus-util.el | 3002 | P. E. Jareth Hein: changed gnus-util.el |
| 2838 | 3003 | ||
| @@ -2851,12 +3016,12 @@ Paul Curry: changed cc-subword.el | |||
| 2851 | Paul D. Smith: wrote snmp-mode.el | 3016 | Paul D. Smith: wrote snmp-mode.el |
| 2852 | and changed imenu.el make-mode.el | 3017 | and changed imenu.el make-mode.el |
| 2853 | 3018 | ||
| 2854 | Paul Eggert: wrote rcs2log vcdiff | 3019 | Paul Eggert: wrote rcs2log |
| 2855 | and co-wrote cal-dst.el | 3020 | and co-wrote cal-dst.el |
| 2856 | and changed lisp.h Makefile.in editfns.c alloc.c xdisp.c configure.in | 3021 | and changed lisp.h Makefile.in alloc.c configure.ac editfns.c xdisp.c |
| 2857 | fileio.c image.c process.c fns.c xterm.c dispextern.h keyboard.c data.c | 3022 | sysdep.c process.c keyboard.c image.c fileio.c emacs.c xterm.c data.c |
| 2858 | lread.c sysdep.c xfns.c eval.c emacs.c buffer.c config.in | 3023 | dispextern.h fns.c lread.c buffer.c eval.c xfns.c xfaces.c |
| 2859 | and 573 other files | 3024 | and 709 other files |
| 2860 | 3025 | ||
| 2861 | Paul Fisher: changed fns.c | 3026 | Paul Fisher: changed fns.c |
| 2862 | 3027 | ||
| @@ -2869,11 +3034,11 @@ and changed message.el gnus-util.el gnus-int.el gnus.el gnus-agent.el | |||
| 2869 | gnus-start.el gnus-sum.el nnmail.el | 3034 | gnus-start.el gnus-sum.el nnmail.el |
| 2870 | 3035 | ||
| 2871 | Paul Pogonyshev: changed progmodes/python.el subr.el which-func.el | 3036 | Paul Pogonyshev: changed progmodes/python.el subr.el which-func.el |
| 2872 | Makefile.in align.el byte-opt.el configure.in dabbrev.el display.texi | 3037 | Makefile.in align.el byte-opt.el configure.ac dabbrev.el display.texi |
| 2873 | eldoc.el etags.el image-file.el image.c image.el info.el replace.el | 3038 | eldoc.el etags.el image-file.el image.c image.el info.el replace.el |
| 2874 | search.texi searching.texi ses.el tar-mode.el url-http.el window.el | 3039 | search.texi searching.texi ses.el tar-mode.el url-http.el window.el |
| 2875 | 3040 | ||
| 2876 | Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.in | 3041 | Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.ac |
| 2877 | mail-utils.el process.c rmail.el xfns.c Makefile.in dgux5-4R2.h | 3042 | mail-utils.el process.c rmail.el xfns.c Makefile.in dgux5-4R2.h |
| 2878 | dgux5-4R3.h files.el keyboard.c lwlib-Xaw.c lwlib-Xm.h lwlib-int.h | 3043 | dgux5-4R3.h files.el keyboard.c lwlib-Xaw.c lwlib-Xm.h lwlib-int.h |
| 2879 | lwlib.h mail/rmailmm.el rmailedit.el rmailkwd.el and 10 other files | 3044 | lwlib.h mail/rmailmm.el rmailedit.el rmailkwd.el and 10 other files |
| @@ -2923,6 +3088,8 @@ Per Starbäck: changed ispell.el dired.el gnus-start.el BUGS apropos.el | |||
| 2923 | european.el iso-transl.el pcmpl-gnu.el replace.el startup.el | 3088 | european.el iso-transl.el pcmpl-gnu.el replace.el startup.el |
| 2924 | trouble.texi vc.el xdisp.c | 3089 | trouble.texi vc.el xdisp.c |
| 2925 | 3090 | ||
| 3091 | Pete Beardmore: changed idle.el semantic/complete.el | ||
| 3092 | |||
| 2926 | Pete Kazmier: changed gnus-art.el | 3093 | Pete Kazmier: changed gnus-art.el |
| 2927 | 3094 | ||
| 2928 | Pete Ware: changed message.el | 3095 | Pete Ware: changed message.el |
| @@ -2949,11 +3116,13 @@ Peter Kleiweg: wrote ps-mode.el | |||
| 2949 | 3116 | ||
| 2950 | Peter Liljenberg: wrote elint.el | 3117 | Peter Liljenberg: wrote elint.el |
| 2951 | 3118 | ||
| 3119 | Peter Munster: changed gnus-demon.el gnus-group.el gnus-start.el | ||
| 3120 | |||
| 2952 | Peter Münster: changed gnus.texi org-agenda.el org.el | 3121 | Peter Münster: changed gnus.texi org-agenda.el org.el |
| 2953 | 3122 | ||
| 2954 | Peter O'Gorman: changed configure.in frame.h hpux10-20.h termhooks.h | 3123 | Peter O'Gorman: changed configure.ac frame.h hpux10-20.h termhooks.h |
| 2955 | 3124 | ||
| 2956 | Peter Oliver: changed server.el | 3125 | Peter Oliver: changed perl-mode.el server.el |
| 2957 | 3126 | ||
| 2958 | Peter Povinec: changed term.el | 3127 | Peter Povinec: changed term.el |
| 2959 | 3128 | ||
| @@ -2979,19 +3148,22 @@ Peter Whaite: changed data.c | |||
| 2979 | 3148 | ||
| 2980 | Peter von der Ahe: changed gnus-ems.el | 3149 | Peter von der Ahe: changed gnus-ems.el |
| 2981 | 3150 | ||
| 2982 | Petr Salinger: changed configure.in gnu-kfreebsd.h | 3151 | Petr Salinger: changed configure.ac gnu-kfreebsd.h |
| 2983 | 3152 | ||
| 2984 | Petri Kaurinkoski: changed configure.in iris4d.h irix6-0.h irix6-5.h | 3153 | Petri Kaurinkoski: changed configure.ac iris4d.h irix6-0.h irix6-5.h |
| 2985 | usg5-4.h | 3154 | usg5-4.h |
| 2986 | 3155 | ||
| 2987 | Phil Hagelberg: wrote ert-x-tests.el | 3156 | Phil Hagelberg: wrote ert-x-tests.el |
| 2988 | and changed package.el pcmpl-unix.el subr.el | 3157 | and changed package.el pcmpl-unix.el subr.el |
| 2989 | 3158 | ||
| 3159 | Phil Sainty: changed subword.el | ||
| 3160 | |||
| 2990 | Phil Sung: changed follow.el progmodes/python.el wdired.el | 3161 | Phil Sung: changed follow.el progmodes/python.el wdired.el |
| 2991 | 3162 | ||
| 2992 | Philip Jackson: wrote find-cmd.el org-irc.el | 3163 | Philip Jackson: wrote find-cmd.el org-irc.el |
| 2993 | 3164 | ||
| 2994 | Philipp Haselwarter: changed gnus-agent.el gnus.texi | 3165 | Philipp Haselwarter: changed gnus-agent.el gnus-sum.el gnus.texi |
| 3166 | newcomment.el | ||
| 2995 | 3167 | ||
| 2996 | Philippe Schnoebelen: wrote gomoku.el mpuz.el | 3168 | Philippe Schnoebelen: wrote gomoku.el mpuz.el |
| 2997 | 3169 | ||
| @@ -3041,14 +3213,16 @@ Rajesh Vaidheeswarran: wrote old-whitespace.el | |||
| 3041 | and changed whitespace.el ffap.el | 3213 | and changed whitespace.el ffap.el |
| 3042 | 3214 | ||
| 3043 | Ralf Angeli: wrote scroll-lock.el | 3215 | Ralf Angeli: wrote scroll-lock.el |
| 3044 | and changed w32fns.c gnus-art.el reftex-cite.el reftex-toc.el reftex.el | 3216 | and changed w32fns.c reftex-cite.el gnus-art.el reftex-toc.el reftex.el |
| 3217 | reftex-auc.el reftex-dcr.el reftex-global.el reftex-index.el | ||
| 3218 | reftex-parse.el reftex-ref.el reftex-sel.el reftex-vars.el reftex.texi | ||
| 3045 | tex-mode.el comint.el flow-fill.el frame.el killing.texi mm-uu.el | 3219 | tex-mode.el comint.el flow-fill.el frame.el killing.texi mm-uu.el |
| 3046 | mm-view.el package.el pcl-cvs.texi reftex-auc.el reftex-dcr.el | 3220 | mm-view.el and 6 other files |
| 3047 | reftex-global.el reftex-index.el reftex-parse.el reftex-ref.el | ||
| 3048 | reftex-sel.el and 6 other files | ||
| 3049 | 3221 | ||
| 3050 | Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el | 3222 | Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el |
| 3051 | 3223 | ||
| 3224 | Ralf Mattes: changed el.srt | ||
| 3225 | |||
| 3052 | Ralph Schleicher: wrote battery.el info-look.el | 3226 | Ralph Schleicher: wrote battery.el info-look.el |
| 3053 | and changed libc.el browse-url.el fileio.c info.el mm-decode.el | 3227 | and changed libc.el browse-url.el fileio.c info.el mm-decode.el |
| 3054 | nnultimate.el perl-mode.el which-func.el | 3228 | nnultimate.el perl-mode.el which-func.el |
| @@ -3059,6 +3233,8 @@ Randal Schwartz: wrote pp.el | |||
| 3059 | 3233 | ||
| 3060 | Randall Smith: changed dired.el | 3234 | Randall Smith: changed dired.el |
| 3061 | 3235 | ||
| 3236 | Ransom Williams: changed files.el | ||
| 3237 | |||
| 3062 | Raul Acevedo: changed info.el options.el | 3238 | Raul Acevedo: changed info.el options.el |
| 3063 | 3239 | ||
| 3064 | Ray Blaak: co-wrote delphi.el | 3240 | Ray Blaak: co-wrote delphi.el |
| @@ -3079,13 +3255,13 @@ Remi Letot: changed nnmaildir.el | |||
| 3079 | 3255 | ||
| 3080 | Renaud Rioboo: changed nnmail.el | 3256 | Renaud Rioboo: changed nnmail.el |
| 3081 | 3257 | ||
| 3082 | René Kyllingstad: changed pcomplete.el | 3258 | René Kyllingstad: changed editfns.c mule-cmds.el pcomplete.el |
| 3083 | 3259 | ||
| 3084 | Reto Zimmermann: wrote vera-mode.el | 3260 | Reto Zimmermann: wrote vera-mode.el |
| 3085 | and co-wrote vhdl-mode.el | 3261 | and co-wrote vhdl-mode.el |
| 3086 | 3262 | ||
| 3087 | Reuben Thomas: changed files.el flymake.el loading.texi pcvs-defs.el | 3263 | Reuben Thomas: changed files.el flymake.el indent.c loading.texi |
| 3088 | simple.el | 3264 | pcvs-defs.el rect.el simple.el |
| 3089 | 3265 | ||
| 3090 | Riccardo Murri: changed vc-bzr.el tls.el | 3266 | Riccardo Murri: changed vc-bzr.el tls.el |
| 3091 | 3267 | ||
| @@ -3096,7 +3272,7 @@ Richard G. Bielawski: changed modes.texi paren.el | |||
| 3096 | Richard Hoskins: changed message.el | 3272 | Richard Hoskins: changed message.el |
| 3097 | 3273 | ||
| 3098 | Richard Kim: wrote wisent/python.el | 3274 | Richard Kim: wrote wisent/python.el |
| 3099 | and changed loading.texi python-wy.el texnfo-upd.el | 3275 | and changed db-global.el loading.texi python-wy.el texnfo-upd.el |
| 3100 | 3276 | ||
| 3101 | Richard King: wrote filelock.c uniquify.el userlock.el | 3277 | Richard King: wrote filelock.c uniquify.el userlock.el |
| 3102 | 3278 | ||
| @@ -3114,7 +3290,7 @@ and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-langs.el | |||
| 3114 | cc-menus.el cc-mode.el cc-styles.el cc-vars.el font-lock.el | 3290 | cc-menus.el cc-mode.el cc-styles.el cc-vars.el font-lock.el |
| 3115 | and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el | 3291 | and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el |
| 3116 | Makefile.in fileio.c process.c sysdep.c buffer.c xfns.c window.c | 3292 | Makefile.in fileio.c process.c sysdep.c buffer.c xfns.c window.c |
| 3117 | configure.in subr.el startup.el sendmail.el emacs.c editfns.c info.el | 3293 | configure.ac subr.el startup.el sendmail.el emacs.c editfns.c info.el |
| 3118 | dispnew.c and 1350 other files | 3294 | dispnew.c and 1350 other files |
| 3119 | 3295 | ||
| 3120 | Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el | 3296 | Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el |
| @@ -3129,10 +3305,12 @@ and changed sh-script.el ediff-init.el regexp-opt.el simple.el | |||
| 3129 | 3305 | ||
| 3130 | Rick Farnbach: wrote morse.el | 3306 | Rick Farnbach: wrote morse.el |
| 3131 | 3307 | ||
| 3308 | Rick Frankel: changed ob-sql.el | ||
| 3309 | |||
| 3132 | Rick Sladkey: wrote backquote.el | 3310 | Rick Sladkey: wrote backquote.el |
| 3133 | and changed gud.el intervals.c intervals.h simple.el | 3311 | and changed gud.el intervals.c intervals.h simple.el |
| 3134 | 3312 | ||
| 3135 | Rob Browning: changed configure.in | 3313 | Rob Browning: changed configure.ac |
| 3136 | 3314 | ||
| 3137 | Rob Christie: changed nsmenu.m | 3315 | Rob Christie: changed nsmenu.m |
| 3138 | 3316 | ||
| @@ -3156,6 +3334,8 @@ and changed texinfmt.el emacs-lisp-intro.texi emacs.tex texinfo.tex | |||
| 3156 | help-mode.el history.el informat.el latin-1.el latin-2.el latin-3.el | 3334 | help-mode.el history.el informat.el latin-1.el latin-2.el latin-3.el |
| 3157 | latin-4.el page.el tex-mode.el texinfo.texinfo vip.texinfo | 3335 | latin-4.el page.el tex-mode.el texinfo.texinfo vip.texinfo |
| 3158 | 3336 | ||
| 3337 | Robert Jarzmik: changed ede/linux.el inversion.el | ||
| 3338 | |||
| 3159 | Robert Marshall: changed mule-cmds.el | 3339 | Robert Marshall: changed mule-cmds.el |
| 3160 | 3340 | ||
| 3161 | Robert P. Goldman: changed org.texi ob-exp.el org-latex.el org.el | 3341 | Robert P. Goldman: changed org.texi ob-exp.el org-latex.el org.el |
| @@ -3183,15 +3363,15 @@ Roland Kaufmann: changed org-exp.el | |||
| 3183 | 3363 | ||
| 3184 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el | 3364 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el |
| 3185 | and co-wrote find-dired.el progmodes/compile.el | 3365 | and co-wrote find-dired.el progmodes/compile.el |
| 3186 | and changed compile.el add-log.el configure.in files.el Makefile.in vc.el | 3366 | and changed compile.el add-log.el configure.ac files.el Makefile.in vc.el |
| 3187 | simple.el mailabbrev.el comint.el buffer.c upd-copyr.el etags.c | 3367 | simple.el mailabbrev.el comint.el buffer.c upd-copyr.el etags.c |
| 3188 | menu-bar.el mem-limits.h ralloc.c fileio.c data.c process.c rlogin.el | 3368 | menu-bar.el mem-limits.h ralloc.c fileio.c data.c process.c rlogin.el |
| 3189 | rmail.el shell.el and 137 other files | 3369 | rmail.el shell.el and 137 other files |
| 3190 | 3370 | ||
| 3191 | Roland Winkler: wrote proced.el | 3371 | Roland Winkler: wrote proced.el |
| 3192 | and changed bibtex.el process.c appt.el artist.el conf-mode.el | 3372 | and changed bibtex.el process.c appt.el artist.el conf-mode.el |
| 3193 | flyspell.el hideshow.el ibuffer.el ispell.el make-mode.el sgml-mode.el | 3373 | flyspell.el hideshow.el ibuf-ext.el ibuffer.el ispell.el make-mode.el |
| 3194 | sh-script.el skeleton.el smtpmail.el | 3374 | sgml-mode.el sh-script.el skeleton.el smtpmail.el |
| 3195 | 3375 | ||
| 3196 | Rolf Ebert: co-wrote ada-mode.el ada-stmt.el ada-xref.el | 3376 | Rolf Ebert: co-wrote ada-mode.el ada-stmt.el ada-xref.el |
| 3197 | and changed files.el find-file.el | 3377 | and changed files.el find-file.el |
| @@ -3199,7 +3379,7 @@ and changed files.el find-file.el | |||
| 3199 | Romain Francoise: changed faq.texi message.el Makefile.in make-dist | 3379 | Romain Francoise: changed faq.texi message.el Makefile.in make-dist |
| 3200 | gnus.texi dired-x.el comint.el ibuf-ext.el subr.el gnus-sum.el | 3380 | gnus.texi dired-x.el comint.el ibuf-ext.el subr.el gnus-sum.el |
| 3201 | gnus-uu.el progmodes/compile.el puresize.h replace.el startup.el | 3381 | gnus-uu.el progmodes/compile.el puresize.h replace.el startup.el |
| 3202 | configure.in doclicense.texi emacs.c files.texi gnus-fun.el help-fns.el | 3382 | configure.ac doclicense.texi emacs.c files.texi gnus-fun.el help-fns.el |
| 3203 | and 146 other files | 3383 | and 146 other files |
| 3204 | 3384 | ||
| 3205 | Roman Belenov: changed which-func.el | 3385 | Roman Belenov: changed which-func.el |
| @@ -3216,7 +3396,7 @@ Rui-Tao Dong: changed nnweb.el | |||
| 3216 | 3396 | ||
| 3217 | Rune Kleveland: changed xfns.c | 3397 | Rune Kleveland: changed xfns.c |
| 3218 | 3398 | ||
| 3219 | Rupert Swarbrick: changed gnus-score.el | 3399 | Rupert Swarbrick: changed cal-html.el gnus-score.el |
| 3220 | 3400 | ||
| 3221 | Russ Allbery: changed message.el | 3401 | Russ Allbery: changed message.el |
| 3222 | 3402 | ||
| @@ -3237,6 +3417,8 @@ Ryszard Kubiak: co-wrote ogonek.el | |||
| 3237 | 3417 | ||
| 3238 | Rémi Vanicat: changed org-icalendar.el | 3418 | Rémi Vanicat: changed org-icalendar.el |
| 3239 | 3419 | ||
| 3420 | Rüdiger Sonderfeld: changed calc-lang.el vhdl-mode.el | ||
| 3421 | |||
| 3240 | Sacha Chua: wrote erc-pcomplete.el | 3422 | Sacha Chua: wrote erc-pcomplete.el |
| 3241 | and changed erc.el erc-button.el | 3423 | and changed erc.el erc-button.el |
| 3242 | 3424 | ||
| @@ -3250,12 +3432,11 @@ Sam Kendall: changed etags.c etags.el | |||
| 3250 | 3432 | ||
| 3251 | Sam Steingold: wrote gulp.el midnight.el | 3433 | Sam Steingold: wrote gulp.el midnight.el |
| 3252 | and changed progmodes/compile.el cl-indent.el vc-cvs.el vc.el mouse.el | 3434 | and changed progmodes/compile.el cl-indent.el vc-cvs.el vc.el mouse.el |
| 3253 | simple.el font-lock.el ange-ftp.el vc-hg.el window.el add-log.el | 3435 | simple.el font-lock.el vc-hg.el ange-ftp.el files.el tex-mode.el |
| 3254 | bookmark.el bug-reference.el diary-lib.el dired.el etags.el pcvs.el | 3436 | window.el add-log.el bindings.el bookmark.el bug-reference.el |
| 3255 | tex-mode.el apropos.el bindings.el emacs-lisp/debug.el | 3437 | calendar.el diary-lib.el dired.el etags.el pcvs.el and 141 other files |
| 3256 | and 126 other files | ||
| 3257 | 3438 | ||
| 3258 | Samuel Bronson: changed custom.el | 3439 | Samuel Bronson: changed custom.el emacsclient.c |
| 3259 | 3440 | ||
| 3260 | Samuel Tardieu: changed smime.el | 3441 | Samuel Tardieu: changed smime.el |
| 3261 | 3442 | ||
| @@ -3266,7 +3447,7 @@ Sanghyuk Suh: changed mac-win.el macterm.c | |||
| 3266 | Sascha Lüdecke: co-wrote mml1991.el | 3447 | Sascha Lüdecke: co-wrote mml1991.el |
| 3267 | and changed gnus-win.el | 3448 | and changed gnus-win.el |
| 3268 | 3449 | ||
| 3269 | Sascha Wilde: changed pgg-gpg.el pgg.texi pgg.el bubbles.el configure.in | 3450 | Sascha Wilde: changed pgg-gpg.el pgg.texi pgg.el bubbles.el configure.ac |
| 3270 | ede/srecode.el proj-shared.el vc-hg.el | 3451 | ede/srecode.el proj-shared.el vc-hg.el |
| 3271 | 3452 | ||
| 3272 | Satyaki Das: wrote mh-acros.el mh-gnus.el mh-search.el mh-speed.el | 3453 | Satyaki Das: wrote mh-acros.el mh-gnus.el mh-search.el mh-speed.el |
| @@ -3319,9 +3500,9 @@ Sebastian Tennant: changed desktop.el | |||
| 3319 | 3500 | ||
| 3320 | Sebastien Kirche: changed mail-extr.el | 3501 | Sebastien Kirche: changed mail-extr.el |
| 3321 | 3502 | ||
| 3322 | Seiji Zenitani: changed nsfns.m frame.c xterm.c Info.plist PkgInfo | 3503 | Seiji Zenitani: changed nsfns.m frame.c xterm.c PkgInfo document.icns |
| 3323 | document.icns find-func.el frame.h help-fns.el macfns.c nsfont.m | 3504 | find-func.el frame.h help-fns.el macfns.c nsfont.m nsterm.m w32fns.c |
| 3324 | nsterm.m w32fns.c xdisp.c xfns.c | 3505 | xdisp.c xfns.c |
| 3325 | 3506 | ||
| 3326 | Sen Nagata: wrote crm.el rfc2368.el | 3507 | Sen Nagata: wrote crm.el rfc2368.el |
| 3327 | 3508 | ||
| @@ -3335,6 +3516,8 @@ Sergey Litvinov: co-wrote ob-fortran.el | |||
| 3335 | 3516 | ||
| 3336 | Sergey Poznyakoff: changed mh-mime.el rmail.el rmail.texi smtpmail.el | 3517 | Sergey Poznyakoff: changed mh-mime.el rmail.el rmail.texi smtpmail.el |
| 3337 | 3518 | ||
| 3519 | Sergio Durigan Junior: changed eudcb-bbdb.el | ||
| 3520 | |||
| 3338 | Sergio Pokrovskij: changed TUTORIAL.eo | 3521 | Sergio Pokrovskij: changed TUTORIAL.eo |
| 3339 | 3522 | ||
| 3340 | Seweryn Kokot: changed positions.texi searching.texi | 3523 | Seweryn Kokot: changed positions.texi searching.texi |
| @@ -3385,6 +3568,8 @@ and changed message.el gnus-sum.el gnus-art.el smtpmail.el pgg-gpg.el | |||
| 3385 | gnus-msg.el gnus.texi pgg-pgp5.el browse-url.el gnus-int.el gnus.el | 3568 | gnus-msg.el gnus.texi pgg-pgp5.el browse-url.el gnus-int.el gnus.el |
| 3386 | hashcash.el mm-view.el password.el gnus-cache.el and 99 other files | 3569 | hashcash.el mm-view.el password.el gnus-cache.el and 99 other files |
| 3387 | 3570 | ||
| 3571 | Simon Law: changed delsel.el electric.el | ||
| 3572 | |||
| 3388 | Simon Leinen: changed Makefile.in smtpmail.el Makefile cm.c cm.h hpux9.h | 3573 | Simon Leinen: changed Makefile.in smtpmail.el Makefile cm.c cm.h hpux9.h |
| 3389 | indent.c process.c sc.texinfo sgml-mode.el term.c vc.el xfns.c xmenu.c | 3574 | indent.c process.c sc.texinfo sgml-mode.el term.c vc.el xfns.c xmenu.c |
| 3390 | xterm.c | 3575 | xterm.c |
| @@ -3398,10 +3583,12 @@ and changed font-lock.el rmail.el fortran.el sendmail.el subr.el dired.el | |||
| 3398 | 3583 | ||
| 3399 | Simon South: co-wrote delphi.el | 3584 | Simon South: co-wrote delphi.el |
| 3400 | 3585 | ||
| 3586 | Simon Thum: changed ob-maxima.el | ||
| 3587 | |||
| 3401 | Skip Collins: changed w32fns.c w32term.c w32term.h | 3588 | Skip Collins: changed w32fns.c w32term.c w32term.h |
| 3402 | 3589 | ||
| 3403 | Slawomir Nowaczyk: changed emacs.py progmodes/python.el TUTORIAL.pl | 3590 | Slawomir Nowaczyk: changed progmodes/python.el TUTORIAL.pl flyspell.el |
| 3404 | flyspell.el ls-lisp.el w32proc.c | 3591 | ls-lisp.el w32proc.c |
| 3405 | 3592 | ||
| 3406 | Spencer Thomas: changed dabbrev.el emacsclient.c gnus.texi server.el | 3593 | Spencer Thomas: changed dabbrev.el emacsclient.c gnus.texi server.el |
| 3407 | unexcoff.c | 3594 | unexcoff.c |
| @@ -3416,15 +3603,15 @@ Stefan Guath: changed find-dired.el | |||
| 3416 | 3603 | ||
| 3417 | Stefan Merten: co-wrote rst.el | 3604 | Stefan Merten: co-wrote rst.el |
| 3418 | 3605 | ||
| 3419 | Stefan Monnier: wrote bibtex-style.el bzrmerge.el css-mode.el | 3606 | Stefan Monnier: wrote bibtex-style.el bzrmerge.el cl.el css-mode.el |
| 3420 | cvs-status.el diff-mode.el lexbind-tests.el log-edit.el log-view.el | 3607 | cvs-status.el diff-mode.el gv.el lexbind-tests.el log-edit.el |
| 3421 | minibuffer.el mpc.el pcase.el pcvs-defs.el pcvs-info.el pcvs-parse.el | 3608 | log-view.el minibuffer.el mpc.el pcase.el pcvs-defs.el pcvs-info.el |
| 3422 | pcvs-util.el reveal.el smerge-mode.el smie.el vc-mtn.el | 3609 | pcvs-parse.el pcvs-util.el reveal.el smerge-mode.el smie.el vc-mtn.el |
| 3423 | and co-wrote font-lock.el | 3610 | and co-wrote font-lock.el |
| 3424 | and changed vc.el subr.el simple.el lisp.h keyboard.c files.el | 3611 | and changed subr.el simple.el vc.el lisp.h files.el keyboard.c |
| 3425 | bytecomp.el keymap.c Makefile.in progmodes/compile.el xdisp.c pcvs.el | 3612 | bytecomp.el alloc.c Makefile.in progmodes/compile.el xdisp.c keymap.c |
| 3426 | alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio.c eval.c | 3613 | pcvs.el newcomment.el tex-mode.el eval.c vc-hooks.el cl-macs.el |
| 3427 | sh-script.el fill.el and 1033 other files | 3614 | sh-script.el buffer.c fileio.c and 1090 other files |
| 3428 | 3615 | ||
| 3429 | Stefan Reichör: changed gnus-agent.el | 3616 | Stefan Reichör: changed gnus-agent.el |
| 3430 | 3617 | ||
| @@ -3436,6 +3623,8 @@ Stefan Waldherr: changed nnweb.el | |||
| 3436 | 3623 | ||
| 3437 | Stefan Wiens: changed gnus-sum.el | 3624 | Stefan Wiens: changed gnus-sum.el |
| 3438 | 3625 | ||
| 3626 | Stefano Facchini: changed gtkutil.c | ||
| 3627 | |||
| 3439 | Steinar Bang: changed imap.el | 3628 | Steinar Bang: changed imap.el |
| 3440 | 3629 | ||
| 3441 | Štěpán Němec: changed INSTALL calc-ext.el cl.texi comint.el edebug.texi | 3630 | Štěpán Němec: changed INSTALL calc-ext.el cl.texi comint.el edebug.texi |
| @@ -3450,10 +3639,10 @@ Stephen A. Wood: changed fortran.el | |||
| 3450 | 3639 | ||
| 3451 | Stephen Berman: changed diary-lib.el todo-mode.el allout.el dframe.el | 3640 | Stephen Berman: changed diary-lib.el todo-mode.el allout.el dframe.el |
| 3452 | dired-aux.el dired.el files.el find-dired.el frame.c gnus-group.el | 3641 | dired-aux.el dired.el files.el find-dired.el frame.c gnus-group.el |
| 3453 | gtkutil.c info.el minibuffer.el newcomment.el page.el proced.el | 3642 | gomoku.el gtkutil.c info.el minibuffer.el newcomment.el page.el |
| 3454 | recentf.el rfc822.el subr.el | 3643 | proced.el recentf.el rfc822.el subr.el |
| 3455 | 3644 | ||
| 3456 | Stephen C. Gilardi: changed configure.in | 3645 | Stephen C. Gilardi: changed configure.ac |
| 3457 | 3646 | ||
| 3458 | Stephen Compall: changed saveplace.el texinfo.el | 3647 | Stephen Compall: changed saveplace.el texinfo.el |
| 3459 | 3648 | ||
| @@ -3461,7 +3650,7 @@ Stephen Eglen: wrote iswitchb.el mspools.el | |||
| 3461 | and changed diary-lib.el locate.el octave-inf.el org-agenda.el replace.el | 3650 | and changed diary-lib.el locate.el octave-inf.el org-agenda.el replace.el |
| 3462 | hexl.el info-look.el sendmail.el spell.el uce.el MORE.STUFF add-log.el | 3651 | hexl.el info-look.el sendmail.el spell.el uce.el MORE.STUFF add-log.el |
| 3463 | advice.el allout.el autoinsert.el avoid.el backquote.el battery.el | 3652 | advice.el allout.el autoinsert.el avoid.el backquote.el battery.el |
| 3464 | bib-mode.el bruce.el c-mode.el and 78 other files | 3653 | bib-mode.el bruce.el c-mode.el and 80 other files |
| 3465 | 3654 | ||
| 3466 | Stephen Gildea: wrote refcard.tex | 3655 | Stephen Gildea: wrote refcard.tex |
| 3467 | and co-wrote mh-funcs.el mh-search.el | 3656 | and co-wrote mh-funcs.el mh-search.el |
| @@ -3480,8 +3669,6 @@ Steve Chapel: changed refcard.tex | |||
| 3480 | 3669 | ||
| 3481 | Steve Fisk: co-wrote cal-tex.el | 3670 | Steve Fisk: co-wrote cal-tex.el |
| 3482 | 3671 | ||
| 3483 | Steve Grubb: changed vcdiff | ||
| 3484 | |||
| 3485 | Steve Nygard: changed unexnext.c | 3672 | Steve Nygard: changed unexnext.c |
| 3486 | 3673 | ||
| 3487 | Steve Purcell: changed nnimap.el | 3674 | Steve Purcell: changed nnimap.el |
| @@ -3496,7 +3683,7 @@ Steve Youngs: changed mh-utils.el mh-xemacs-compat.el mh-customize.el | |||
| 3496 | 3683 | ||
| 3497 | Steven E. Harris: changed nnheader.el | 3684 | Steven E. Harris: changed nnheader.el |
| 3498 | 3685 | ||
| 3499 | Steven Huwig: changed emacs.py progmodes/python.el | 3686 | Steven Huwig: changed progmodes/python.el |
| 3500 | 3687 | ||
| 3501 | Steven L. Baur: wrote footnote.el gnus-setup.el | 3688 | Steven L. Baur: wrote footnote.el gnus-setup.el |
| 3502 | and changed gnus-xmas.el gnus-msg.el add-log.el edebug.el gnus-ems.el | 3689 | and changed gnus-xmas.el gnus-msg.el add-log.el edebug.el gnus-ems.el |
| @@ -3504,7 +3691,7 @@ and changed gnus-xmas.el gnus-msg.el add-log.el edebug.el gnus-ems.el | |||
| 3504 | 3691 | ||
| 3505 | Steven Suhr: changed dispnew.c scroll.c term.c termchar.h | 3692 | Steven Suhr: changed dispnew.c scroll.c term.c termchar.h |
| 3506 | 3693 | ||
| 3507 | Steven Tamm: changed macterm.c mac.c macfns.c configure.in mac-win.el | 3694 | Steven Tamm: changed macterm.c mac.c macfns.c configure.ac mac-win.el |
| 3508 | unexmacosx.c Makefile.in darwin.h editfns.c lread.c macmenu.c | 3695 | unexmacosx.c Makefile.in darwin.h editfns.c lread.c macmenu.c |
| 3509 | scroll-bar.el config.h config.in dispnew.c eval.c fileio.c fns.c | 3696 | scroll-bar.el config.h config.in dispnew.c eval.c fileio.c fns.c |
| 3510 | generic-x.el image.c process.c and 3 other files | 3697 | generic-x.el image.c process.c and 3 other files |
| @@ -3519,8 +3706,12 @@ Stuart D. Herring: changed desktop.el files.el isearch.el align.el | |||
| 3519 | allout.el comint.el edebug.el find-lisp.el keymap.c minibuf.c sregex.el | 3706 | allout.el comint.el edebug.el find-lisp.el keymap.c minibuf.c sregex.el |
| 3520 | timeclock.el widget.texi | 3707 | timeclock.el widget.texi |
| 3521 | 3708 | ||
| 3709 | Stuart Hickinbottom: changed org-clock.el | ||
| 3710 | |||
| 3522 | Sudish Joseph: changed mac-win.el | 3711 | Sudish Joseph: changed mac-win.el |
| 3523 | 3712 | ||
| 3713 | Suhail Shergill: changed org-html.el | ||
| 3714 | |||
| 3524 | Sun Microsystems, Inc: wrote emacs.icon sun.el | 3715 | Sun Microsystems, Inc: wrote emacs.icon sun.el |
| 3525 | and changed emacsclient.c server.el | 3716 | and changed emacsclient.c server.el |
| 3526 | 3717 | ||
| @@ -3541,8 +3732,12 @@ Syver Enstad: changed gud.el | |||
| 3541 | 3732 | ||
| 3542 | Sébastien Delafond: changed org.el | 3733 | Sébastien Delafond: changed org.el |
| 3543 | 3734 | ||
| 3735 | Sébastien Gross: changed hideshow.el | ||
| 3736 | |||
| 3544 | Sébastien Vauban: changed org.el org-agenda.el org-html.el org-latex.el | 3737 | Sébastien Vauban: changed org.el org-agenda.el org-html.el org-latex.el |
| 3545 | 3738 | ||
| 3739 | T.F. Torrey: changed org-exp.el org-rmail.el | ||
| 3740 | |||
| 3546 | T.V. Raman: changed completion.el files.el json.el mairix.el mspools.el | 3741 | T.V. Raman: changed completion.el files.el json.el mairix.el mspools.el |
| 3547 | xml.c | 3742 | xml.c |
| 3548 | 3743 | ||
| @@ -3555,6 +3750,8 @@ Takaaki Ota: wrote textmodes/table.el | |||
| 3555 | and changed appt.el dired.c etags.c ldap.el makefile.w32-in | 3750 | and changed appt.el dired.c etags.c ldap.el makefile.w32-in |
| 3556 | progmodes/compile.el recentf.el replace.el subr.el w32bdf.c | 3751 | progmodes/compile.el recentf.el replace.el subr.el w32bdf.c |
| 3557 | 3752 | ||
| 3753 | Takafumi Arakaki: changed which-func.el | ||
| 3754 | |||
| 3558 | Takahashi Kaoru: changed texinfmt.el | 3755 | Takahashi Kaoru: changed texinfmt.el |
| 3559 | 3756 | ||
| 3560 | Takahashi Naoto: wrote ethio-util.el language/ethiopic.el latin-post.el | 3757 | Takahashi Naoto: wrote ethio-util.el language/ethiopic.el latin-post.el |
| @@ -3572,10 +3769,10 @@ and changed arc-mode.el | |||
| 3572 | Tassilo Horn: wrote doc-view.el | 3769 | Tassilo Horn: wrote doc-view.el |
| 3573 | and co-wrote org-gnus.el | 3770 | and co-wrote org-gnus.el |
| 3574 | and changed subword.el image-mode.el Makefile.in cc-cmds.el emacsbug.el | 3771 | and changed subword.el image-mode.el Makefile.in cc-cmds.el emacsbug.el |
| 3575 | gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el | 3772 | gnus-art.el gnus-sum.el gnus.texi nnimap.el files.el info.el misc.texi |
| 3576 | org-footnote.el org.el reftex-ref.el saveplace.el simple.el | 3773 | org-footnote.el org.el reftex-ref.el reftex-vars.el reftex.el |
| 3577 | tsdh-dark-theme.el tsdh-light-theme.el ack.texi artist.el bindings.el | 3774 | saveplace.el simple.el tsdh-dark-theme.el tsdh-light-theme.el |
| 3578 | and 26 other files | 3775 | and 28 other files |
| 3579 | 3776 | ||
| 3580 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el | 3777 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el |
| 3581 | 3778 | ||
| @@ -3583,15 +3780,15 @@ Ted Lemon: changed emacs.c lastfile.c puresize.h | |||
| 3583 | 3780 | ||
| 3584 | Ted Phelps: changed mh-search.el mh-tool-bar.el | 3781 | Ted Phelps: changed mh-search.el mh-tool-bar.el |
| 3585 | 3782 | ||
| 3586 | Teemu Likonen: changed dired.el gnus-agent.el message.el | 3783 | Teemu Likonen: changed dired.el erc-backend.el gnus-agent.el message.el |
| 3587 | 3784 | ||
| 3588 | Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el | 3785 | Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el |
| 3589 | gnus-tests.el gnutls.el registry.el spam-report.el url-future-tests.el | 3786 | gnus-tests.el gnutls.el registry.el spam-report.el url-future-tests.el |
| 3590 | url-future.el | 3787 | url-future.el url-util-tests.el |
| 3591 | and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el gnus-util.el | 3788 | and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el auth.texi |
| 3592 | auth.texi netrc.el gnus-start.el gnutls.c message.el spam-stat.el | 3789 | gnus-util.el gnutls.c netrc.el gnus-start.el Makefile.in message.el |
| 3593 | encrypt.el nnir.el nnmail.el imap.el mail-source.el nnmairix.el nntp.el | 3790 | spam-stat.el encrypt.el nnir.el nnmail.el gnutls.h imap.el |
| 3594 | Makefile.in gnus-encrypt.el and 97 other files | 3791 | mail-source.el nnmairix.el nntp.el and 101 other files |
| 3595 | 3792 | ||
| 3596 | Terje Rosten: changed xfns.c version.el xterm.c xterm.h | 3793 | Terje Rosten: changed xfns.c version.el xterm.c xterm.h |
| 3597 | 3794 | ||
| @@ -3609,17 +3806,19 @@ Thamer Mahmoud: changed arabic.el | |||
| 3609 | Theodore Jump: changed makefile.nt makefile.def w32-win.el w32faces.c | 3806 | Theodore Jump: changed makefile.nt makefile.def w32-win.el w32faces.c |
| 3610 | 3807 | ||
| 3611 | Thien-Thi Nguyen: co-wrote hideshow.el | 3808 | Thien-Thi Nguyen: co-wrote hideshow.el |
| 3612 | and changed ewoc.el vc.el info.el zone.el Makefile.in processes.texi | 3809 | and changed ewoc.el vc.el info.el zone.el processes.texi Makefile.in |
| 3613 | lisp-mode.el text.texi vc-rcs.el display.texi fileio.c files.el | 3810 | lisp-mode.el text.texi vc-rcs.el display.texi fileio.c files.el |
| 3614 | scheme.el vc-git.el MORE.STUFF TUTORIAL.it bindat.el cc-vars.el | 3811 | scheme.el vc-git.el MORE.STUFF TUTORIAL.it bindat.el cc-vars.el |
| 3615 | configure.in dcl-mode.el diff-mode.el and 158 other files | 3812 | configure.ac dcl-mode.el diff-mode.el and 158 other files |
| 3616 | 3813 | ||
| 3617 | Thierry Emery: changed kinsoku.el timezone.el url-http.el wid-edit.el | 3814 | Thierry Emery: changed kinsoku.el timezone.el url-http.el wid-edit.el |
| 3618 | 3815 | ||
| 3619 | Thierry Volpiatto: changed bookmark.el files.el dired-aux.el | 3816 | Thierry Volpiatto: changed bookmark.el files.el dired-aux.el |
| 3620 | eshell/eshell.el gnus-sum.el files.texi image-mode.el info.el man.el | 3817 | eshell/eshell.el gnus-sum.el files.texi image-mode.el info.el man.el |
| 3621 | woman.el dired.el doc-view.el find-func.el gnus-art.el gnus-msg.el | 3818 | tramp.el woman.el avoid.el dired.el doc-view.el find-func.el |
| 3622 | image-dired.el tramp.el vc-rcs.el | 3819 | gnus-art.el gnus-msg.el image-dired.el vc-rcs.el |
| 3820 | |||
| 3821 | Thomas Bach: changed wisent/python.el | ||
| 3623 | 3822 | ||
| 3624 | Thomas Baumann: wrote org-mhe.el | 3823 | Thomas Baumann: wrote org-mhe.el |
| 3625 | and co-wrote org-bbdb.el | 3824 | and co-wrote org-bbdb.el |
| @@ -3667,9 +3866,11 @@ Tim Cross: changed keymaps.texi | |||
| 3667 | 3866 | ||
| 3668 | Tim Harper: changed ns-win.el | 3867 | Tim Harper: changed ns-win.el |
| 3669 | 3868 | ||
| 3869 | Tim Howe: changed org-clock.el | ||
| 3870 | |||
| 3670 | Tim Landscheidt: changed gnus.texi icalendar.el sort.el ws-mode.el | 3871 | Tim Landscheidt: changed gnus.texi icalendar.el sort.el ws-mode.el |
| 3671 | 3872 | ||
| 3672 | Tim Van Holder: changed emacsclient.c Makefile.in configure.in | 3873 | Tim Van Holder: changed emacsclient.c Makefile.in configure.ac |
| 3673 | progmodes/compile.el which-func.el | 3874 | progmodes/compile.el which-func.el |
| 3674 | 3875 | ||
| 3675 | Timo Juhani Lindfors: changed gnus-msg.el | 3876 | Timo Juhani Lindfors: changed gnus-msg.el |
| @@ -3684,11 +3885,12 @@ Tobias Ringström: changed etags.c | |||
| 3684 | Toby Allsopp: changed ldap.el eudc.el | 3885 | Toby Allsopp: changed ldap.el eudc.el |
| 3685 | 3886 | ||
| 3686 | Toby Cubitt: co-wrote avl-tree.el | 3887 | Toby Cubitt: co-wrote avl-tree.el |
| 3687 | 3888 | and changed org-capture.el org-agenda.el org.el org.texi | |
| 3688 | Toby S. Cubitt: changed org.el | ||
| 3689 | 3889 | ||
| 3690 | Toby Speight: changed generic-x.el window.el | 3890 | Toby Speight: changed generic-x.el window.el |
| 3691 | 3891 | ||
| 3892 | Toke Høiland-Jørgensen: changed nnmaildir.el smime.el | ||
| 3893 | |||
| 3692 | Tokuya Kameshima: wrote org-mew.el | 3894 | Tokuya Kameshima: wrote org-mew.el |
| 3693 | and co-wrote org-wl.el | 3895 | and co-wrote org-wl.el |
| 3694 | 3896 | ||
| @@ -3704,10 +3906,10 @@ Tom Rauchenwald: changed spam.el | |||
| 3704 | 3906 | ||
| 3705 | Tom Tromey: wrote bug-reference.el erc-list.el package-x.el package.el | 3907 | Tom Tromey: wrote bug-reference.el erc-list.el package-x.el package.el |
| 3706 | and co-wrote tcl.el | 3908 | and co-wrote tcl.el |
| 3707 | and changed buffer.c lisp.h makefile.el window.c xfns.c callint.c cmds.c | 3909 | and changed buffer.c lisp.h makefile.el window.c keyboard.c keymap.c |
| 3708 | configure.in frame.c keyboard.c keymap.c xdisp.c buffer.h bytecode.c | 3910 | xfns.c buffer.h bytecode.c callint.c callproc.c cmds.c composite.c |
| 3709 | callproc.c category.c character.c character.h charset.c coding.c | 3911 | configure.ac dispextern.h doc.c editfns.c fileio.c frame.c insdel.c |
| 3710 | composite.c and 133 other files | 3912 | intervals.h and 134 other files |
| 3711 | 3913 | ||
| 3712 | Tomas Abrahamsson: wrote artist.el | 3914 | Tomas Abrahamsson: wrote artist.el |
| 3713 | 3915 | ||
| @@ -3720,6 +3922,10 @@ and changed rmail.el nnmail.el rmailout.el gnus-sum.el nnfolder.el | |||
| 3720 | gnus-ems.el gnus-mule.el message.el nnspool.el nntp.el rmailkwd.el | 3922 | gnus-ems.el gnus-mule.el message.el nnspool.el nntp.el rmailkwd.el |
| 3721 | smiley.el | 3923 | smiley.el |
| 3722 | 3924 | ||
| 3925 | Tomohiro Matsuyama: wrote profiler.el | ||
| 3926 | and changed profiler.c Makefile.in alloc.c emacs.c eval.c lisp.h | ||
| 3927 | makefile.w32-in xdisp.c | ||
| 3928 | |||
| 3723 | Tomoji Kagatani: wrote smtpmail.el | 3929 | Tomoji Kagatani: wrote smtpmail.el |
| 3724 | 3930 | ||
| 3725 | Torbjörn Axelsson: changed options.el | 3931 | Torbjörn Axelsson: changed options.el |
| @@ -3738,15 +3944,13 @@ Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el cus-start.el fileio.c | |||
| 3738 | 3944 | ||
| 3739 | Toshiaki Nomura: changed uxpds.h | 3945 | Toshiaki Nomura: changed uxpds.h |
| 3740 | 3946 | ||
| 3741 | Travis Jeffery: changed Info.plist | ||
| 3742 | |||
| 3743 | Trent W. Buck: changed rcirc.el remember.el rx.el | 3947 | Trent W. Buck: changed rcirc.el remember.el rx.el |
| 3744 | 3948 | ||
| 3745 | Trey Jackson: changed spam-stat.el | 3949 | Trey Jackson: changed spam-stat.el |
| 3746 | 3950 | ||
| 3747 | Triet Hoai Lai: changed vntelex.el viet-util.el vietnamese.el | 3951 | Triet Hoai Lai: changed vntelex.el viet-util.el vietnamese.el |
| 3748 | 3952 | ||
| 3749 | Troels Nielsen: changed process.c | 3953 | Troels Nielsen: changed process.c buffer.c progmodes/compile.el window.el |
| 3750 | 3954 | ||
| 3751 | Trung Tran-Duc: changed nntp.el | 3955 | Trung Tran-Duc: changed nntp.el |
| 3752 | 3956 | ||
| @@ -3755,10 +3959,10 @@ Tsuchiya Masatoshi: changed gnus-art.el mm-view.el gnus-sum.el | |||
| 3755 | gnus-cache.el gnus-msg.el gnus.el nndiary.el nnfolder.el nnimap.el | 3959 | gnus-cache.el gnus-msg.el gnus.el nndiary.el nnfolder.el nnimap.el |
| 3756 | nnmaildir.el pgg.el rfc2047.el | 3960 | nnmaildir.el pgg.el rfc2047.el |
| 3757 | 3961 | ||
| 3758 | Tsugutomo Enami: changed frame.c keyboard.c configure.in dispnew.c | 3962 | Tsugutomo Enami: changed frame.c keyboard.c configure.ac dispnew.c |
| 3759 | fileio.c process.c simple.el sysdep.c xdisp.c add-log.el bytecomp.el | 3963 | fileio.c process.c simple.el sysdep.c xdisp.c add-log.el bytecomp.el |
| 3760 | editfns.c emacs.c frame.h gnus-group.el netbsd.h nnheader.el | 3964 | editfns.c emacs.c frame.h gnus-group.el netbsd.h nnheader.el |
| 3761 | perl-mode.el regex.c regex.h rmailsum.el and 4 other files | 3965 | perl-mode.el regex.c regex.h rmailsum.el and 5 other files |
| 3762 | 3966 | ||
| 3763 | Tsuyoshi Akiho: changed gnus-sum.el nnrss.el | 3967 | Tsuyoshi Akiho: changed gnus-sum.el nnrss.el |
| 3764 | 3968 | ||
| @@ -3781,10 +3985,10 @@ and changed org-gnus.el smime.el | |||
| 3781 | 3985 | ||
| 3782 | Ulrich Leodolter: changed w32proc.c | 3986 | Ulrich Leodolter: changed w32proc.c |
| 3783 | 3987 | ||
| 3784 | Ulrich Mueller: changed configure.in Makefile.in doctor.el files.el | 3988 | Ulrich Müller: changed configure.ac Makefile.in doctor.el files.el gud.el |
| 3785 | gud.el server.el ChgPane.c ChgSel.c HELLO INSTALL XMakeAssoc.c | 3989 | server.el ChgPane.c ChgSel.c HELLO INSTALL XMakeAssoc.c authors.el |
| 3786 | authors.el bytecomp.el calc-units.el case-table.el configure em-ls.el | 3990 | bytecomp.el calc-units.el case-table.el configure em-ls.el emacs.1 |
| 3787 | emacs.1 emacs.c emacs.desktop emacsclient.c and 26 other files | 3991 | emacs.c emacs.desktop emacsclient.c and 26 other files |
| 3788 | 3992 | ||
| 3789 | Ulrich Neumerkel: changed xterm.c | 3993 | Ulrich Neumerkel: changed xterm.c |
| 3790 | 3994 | ||
| @@ -3803,6 +4007,8 @@ Vasily Korytov: changed message.el quail/cyrillic.el cperl-mode.el | |||
| 3803 | gnus-art.el gnus-dired.el gnus-msg.el gnus-util.el mail-source.el | 4007 | gnus-art.el gnus-dired.el gnus-msg.el gnus-util.el mail-source.el |
| 3804 | smiley.el | 4008 | smiley.el |
| 3805 | 4009 | ||
| 4010 | Vegard Øye: changed viper-init.el | ||
| 4011 | |||
| 3806 | Victor Zandy: wrote zone.el | 4012 | Victor Zandy: wrote zone.el |
| 3807 | 4013 | ||
| 3808 | Vida Gábor: changed gnus-demon.el | 4014 | Vida Gábor: changed gnus-demon.el |
| @@ -3829,8 +4035,8 @@ and changed ps-prin1.ps ps-bdf.el ps-prin0.ps blank-mode.el ps-prin3.ps | |||
| 3829 | Vitalie Spinu: changed ob-R.el | 4035 | Vitalie Spinu: changed ob-R.el |
| 3830 | 4036 | ||
| 3831 | Vivek Dasmohapatra: wrote hfy-cmap.el htmlfontify.el | 4037 | Vivek Dasmohapatra: wrote hfy-cmap.el htmlfontify.el |
| 3832 | and changed erc.el erc-backend.el emacs.c erc-join.el erc-services.el | 4038 | and changed erc.el erc-backend.el erc-services.el hexl.el emacs.c |
| 3833 | sh-script.el xterm.c xterm.h | 4039 | erc-join.el sh-script.el xterm.c xterm.h |
| 3834 | 4040 | ||
| 3835 | Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el | 4041 | Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el |
| 3836 | 4042 | ||
| @@ -3844,9 +4050,12 @@ Walter C. Pelissero: changed browse-url.el url-methods.el | |||
| 3844 | 4050 | ||
| 3845 | Wang Diancheng: changed gdb-mi.el nnml.el | 4051 | Wang Diancheng: changed gdb-mi.el nnml.el |
| 3846 | 4052 | ||
| 4053 | Wei-Wei Guo: co-wrote rst.el | ||
| 4054 | |||
| 3847 | Werner Benger: changed keyboard.c | 4055 | Werner Benger: changed keyboard.c |
| 3848 | 4056 | ||
| 3849 | Werner Lemberg: wrote sisheng.el vntelex.el | 4057 | Werner Lemberg: wrote sisheng.el vntelex.el |
| 4058 | and co-wrote vnvni.el | ||
| 3850 | and changed Makefile.in TUTORIAL.de calc.texi chinese.el emacs.1 | 4059 | and changed Makefile.in TUTORIAL.de calc.texi chinese.el emacs.1 |
| 3851 | european.el idlwave.el language/czech.el language/slovak.el | 4060 | european.el idlwave.el language/czech.el language/slovak.el |
| 3852 | reftex-vars.el reftex.el reftex.texi supercite.el advice.el | 4061 | reftex-vars.el reftex.el reftex.texi supercite.el advice.el |
| @@ -3871,17 +4080,18 @@ William M. Perry: wrote url-dav.el url-gw.el url-http.el url-util.el | |||
| 3871 | and co-wrote mailcap.el socks.el | 4080 | and co-wrote mailcap.el socks.el |
| 3872 | and changed url-handlers.el url-file.el url-methods.el url-vars.el | 4081 | and changed url-handlers.el url-file.el url-methods.el url-vars.el |
| 3873 | url-https.el aclocal.m4 mule-sysdp.el url-imap.el url-news.el | 4082 | url-https.el aclocal.m4 mule-sysdp.el url-imap.el url-news.el |
| 3874 | url-nfs.el image.el mwheel.el url-about.el url-auth.el url-cid.el | 4083 | url-nfs.el configure.ac image.el mwheel.el url-about.el url-auth.el |
| 3875 | url-dired.el url-expand.el url-ftp.el url-history.el url-irc.el | 4084 | url-cid.el url-dired.el url-expand.el url-ftp.el url-history.el |
| 3876 | url-misc.el and 5 other files | 4085 | url-irc.el and 6 other files |
| 3877 | 4086 | ||
| 3878 | William Smith: changed strftime.c | 4087 | William Smith: changed strftime.c |
| 3879 | 4088 | ||
| 3880 | William Sommerfeld: wrote emacsclient.c scribe.el server.el | 4089 | William Sommerfeld: wrote emacsclient.c scribe.el server.el |
| 3881 | 4090 | ||
| 3882 | William Stevenson: wrote adwaita-theme.el | 4091 | William Stevenson: wrote adwaita-theme.el |
| 4092 | and changed artist.el | ||
| 3883 | 4093 | ||
| 3884 | William Xu: changed nsterm.m outline.el webjump.el | 4094 | William Xu: changed gcc.el nsterm.m outline.el url.el webjump.el |
| 3885 | 4095 | ||
| 3886 | Wilson H. Tien: changed unexelf.c | 4096 | Wilson H. Tien: changed unexelf.c |
| 3887 | 4097 | ||
| @@ -3896,13 +4106,14 @@ and changed latin-pre.el pl-refcard.ps pl-refcard.tex refcard-pl.ps | |||
| 3896 | 4106 | ||
| 3897 | Wolfgang Glas: changed unexsgi.c | 4107 | Wolfgang Glas: changed unexsgi.c |
| 3898 | 4108 | ||
| 3899 | Wolfgang Jenkner: changed conf-mode.el gnus-agent.el gnus-sum.el lread.c | 4109 | Wolfgang Jenkner: changed gnus-agent.el image-mode.el ansi-color.el |
| 3900 | network-stream.el pcvs.el pop3.el | 4110 | man.el conf-mode.el gnus-picon.el gnus-start.el gnus-sum.el gnus.texi |
| 4111 | lread.c network-stream.el nntp.el pcvs.el pop3.el progmodes/grep.el | ||
| 3901 | 4112 | ||
| 3902 | Wolfgang Lux: changed nsterm.m keyboard.c | 4113 | Wolfgang Lux: changed nsterm.m keyboard.c |
| 3903 | 4114 | ||
| 3904 | Wolfgang Rupprecht: wrote float-sup.el floatfns.c sup-mouse.el | 4115 | Wolfgang Rupprecht: wrote float-sup.el floatfns.c sup-mouse.el |
| 3905 | and changed config.in process.c alloc.c callint.c configure.in data.c | 4116 | and changed config.in process.c alloc.c callint.c configure.ac data.c |
| 3906 | ecrt0.c fns.c lisp-mode.el lisp.h loadup.el lread.c net-utils.el | 4117 | ecrt0.c fns.c lisp-mode.el lisp.h loadup.el lread.c net-utils.el |
| 3907 | nntp.el print.c sort.el | 4118 | nntp.el print.c sort.el |
| 3908 | 4119 | ||
| @@ -3922,15 +4133,15 @@ Yair F: changed quail/hebrew.el | |||
| 3922 | 4133 | ||
| 3923 | Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h | 4134 | Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h |
| 3924 | macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c | 4135 | macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c |
| 3925 | Makefile.in emacs.c darwin.h dispnew.c unexmacosx.c w32term.c alloc.c | 4136 | Makefile.in unexmacosx.c emacs.c darwin.h dispnew.c w32term.c alloc.c |
| 3926 | dispextern.h configure.in and 88 other files | 4137 | dispextern.h configure.ac and 88 other files |
| 3927 | 4138 | ||
| 3928 | Yann Dirson: changed imenu.el | 4139 | Yann Dirson: changed imenu.el |
| 3929 | 4140 | ||
| 3930 | Yann Hodique: changed rcirc.el | 4141 | Yann Hodique: changed rcirc.el |
| 3931 | 4142 | ||
| 3932 | Yavor Doganov: changed configure.in Info-gnustep.plist Makefile.in | 4143 | Yavor Doganov: changed configure.ac Makefile.in emacs.1 etags.1 make-dist |
| 3933 | emacs.1 etags.1 make-dist nsfont.m | 4144 | nsfont.m |
| 3934 | 4145 | ||
| 3935 | Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el | 4146 | Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el |
| 3936 | 4147 | ||
| @@ -3957,11 +4168,11 @@ Yuri Karaban: changed pop3.el | |||
| 3957 | 4168 | ||
| 3958 | Yuri Shtil: changed etags.c | 4169 | Yuri Shtil: changed etags.c |
| 3959 | 4170 | ||
| 3960 | Yutaka Niibe: changed indent.c xdisp.c configure.in Makefile.in dispnew.c | 4171 | Yutaka Niibe: changed indent.c xdisp.c configure.ac Makefile.in dispnew.c |
| 3961 | sysdep.c config.in dired.el emacs.c fill.el fns.c gmalloc.c gnu-linux.h | 4172 | sysdep.c config.in dired.el emacs.c fill.el fns.c gmalloc.c gnu-linux.h |
| 3962 | indent.h process.c simple.el term.c window.c | 4173 | indent.h process.c simple.el term.c window.c |
| 3963 | 4174 | ||
| 3964 | Zachary Kanfer: changed cus-edit.el keyboard.c | 4175 | Zachary Kanfer: changed org.el cus-edit.el keyboard.c |
| 3965 | 4176 | ||
| 3966 | Zhang Wei: changed chinese.el characters.el mule-cmds.el xfns.c erc.el | 4177 | Zhang Wei: changed chinese.el characters.el mule-cmds.el xfns.c erc.el |
| 3967 | faces.el fontset.el makefile.w32-in mm-util.el mule.el org-publish.el | 4178 | faces.el fontset.el makefile.w32-in mm-util.el mule.el org-publish.el |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 876402f6fff..d1d89a75a21 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best | 6 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best |
| 7 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" | 7 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" |
| 8 | ;;;;;; "play/5x5.el" (20545 57511 257469 0)) | 8 | ;;;;;; "play/5x5.el" (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 | ;;;;;; (20576 42138 697312 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 10021 546955 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 | ;;;;;; (20458 56750 651721 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 | ;;;;;; (20586 48936 135199 0)) | 117 | ;;;;;; (20627 5636 279161 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" (20618 55210 422086 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" (20566 63671 243798 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 | ;;;;;; (20577 33959 40183 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 | ;;;;;; (20545 57511 257469 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" (20566 63671 243798 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" (20545 57511 257469 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" (20577 33959 40183 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" (20566 63671 243798 | 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 10021 546955 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" (20523 62082 | 1054 | ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20627 5636 |
| 1055 | ;;;;;; 997685 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" (20614 | 1163 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20647 |
| 1164 | ;;;;;; 54428 654267 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 10021 546955 | 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 | ||
| @@ -1253,8 +1253,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1253 | 1253 | ||
| 1254 | ;;;*** | 1254 | ;;;*** |
| 1255 | 1255 | ||
| 1256 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20513 | 1256 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20627 |
| 1257 | ;;;;;; 18948 537867 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" "\ |
| @@ -1459,8 +1459,8 @@ Keymap summary | |||
| 1459 | 1459 | ||
| 1460 | ;;;*** | 1460 | ;;;*** |
| 1461 | 1461 | ||
| 1462 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20355 | 1462 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20627 |
| 1463 | ;;;;;; 10021 546955 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 | ;;;;;; (20544 36659 880486 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 10021 546955 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 | ;;;;;; (20513 18948 537867 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" (20566 63671 243798 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 | ;;;;;; (20594 43050 277913 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" (20476 31768 298871 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" (20593 22184 581574 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 | ;;;;;; (20594 43050 277913 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" (20557 48712 315579 | 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" (20576 13095 881042 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 10021 546955 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 | ;;;;;; (20355 10021 546955 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 "^:...............................................................$" "\ |
| @@ -1993,8 +1993,8 @@ Binhex decode region between START and END. | |||
| 1993 | 1993 | ||
| 1994 | ;;;*** | 1994 | ;;;*** |
| 1995 | 1995 | ||
| 1996 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20551 | 1996 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20627 |
| 1997 | ;;;;;; 9899 283417 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" (20618 55210 422086 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" (20566 63671 243798 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" (20576 13095 881042 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" (20566 63671 | 2677 | ;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20627 5636 |
| 2678 | ;;;;;; 243798 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" (20593 22184 581574 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" (20599 27513 576550 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 | ;;;;;; 10021 546955 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 32935 | 2854 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20533 49334 |
| 2855 | ;;;;;; 300400 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 10021 546955 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" "\ |
| @@ -2880,8 +2880,8 @@ from the cursor position. | |||
| 2880 | 2880 | ||
| 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" (20593 | 2883 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20627 |
| 2884 | ;;;;;; 22184 581574 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 | ;;;;;; 10021 546955 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" "\ |
| @@ -2976,8 +2976,8 @@ See Info node `(calc)Defining Functions'. | |||
| 2976 | 2976 | ||
| 2977 | ;;;*** | 2977 | ;;;*** |
| 2978 | 2978 | ||
| 2979 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (20476 | 2979 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (20627 |
| 2980 | ;;;;;; 31768 298871 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" "\ |
| @@ -2988,8 +2988,8 @@ See the documentation for `calculator-mode' for more information. | |||
| 2988 | 2988 | ||
| 2989 | ;;;*** | 2989 | ;;;*** |
| 2990 | 2990 | ||
| 2991 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20594 | 2991 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20627 |
| 2992 | ;;;;;; 43050 277913 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 10021 546955 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 10021 546955 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 | ;;;;;; 10021 546955 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 | ;;;;;; (20557 48712 315579 0)) | 3101 | ;;;;;; (20655 4659 718544 0)) |
| 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 10021 | 3113 | ;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20533 49334 |
| 3114 | ;;;;;; 546955 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 | ;;;;;; (20614 54428 654267 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" (20566 63671 243798 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" (20595 63909 | 3442 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20627 5636 |
| 3443 | ;;;;;; 923329 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 10021 546955 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 | ;;;;;; (20453 5437 764254 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" (20355 10021 546955 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" (20378 29222 722320 0)) | 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" (20614 54428 654267 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 10021 546955 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 10021 546955 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 10021 546955 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" (20599 27513 | 4136 | ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20647 7990 |
| 4137 | ;;;;;; 576550 0)) | 4137 | ;;;;;; 336071 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 | ;;;;;; (20566 63671 243798 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 | ;;;;;; 10021 546955 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" (20592 1317 | 4206 | ;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20627 5636 |
| 4207 | ;;;;;; 691761 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 | ;;;;;; (20594 43050 277913 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 10021 546955 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" "\ |
| @@ -4363,8 +4363,8 @@ on third call it again advances points to the next difference and so on. | |||
| 4363 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4363 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 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" (20615 | 4366 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20627 |
| 4367 | ;;;;;; 49194 141673 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 | ;;;;;; (20495 51111 757560 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 10021 546955 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" (20545 57511 257469 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" "\ |
| @@ -4759,8 +4759,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely). | |||
| 4759 | ;;;*** | 4759 | ;;;*** |
| 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" (20518 | 4762 | ;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20627 |
| 4763 | ;;;;;; 12580 46478 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" (20512 60198 306109 | 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 | ;;;;;; (20355 10021 546955 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 | ;;;;;; (20593 22184 581574 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 10021 546955 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" "\ |
| @@ -5079,8 +5079,8 @@ INHERIT-INPUT-METHOD. | |||
| 5079 | 5079 | ||
| 5080 | ;;;*** | 5080 | ;;;*** |
| 5081 | 5081 | ||
| 5082 | ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20478 | 5082 | ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20627 |
| 5083 | ;;;;;; 3673 653810 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 | ;;;;;; (20434 17809 692608 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" (20577 33959 40183 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 | ;;;;;; 10021 546955 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 | ;;;;;; (20476 31768 298871 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 | ;;;;;; (20577 33959 40183 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 10021 546955 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 | ;;;;;; (20397 45851 446679 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 | ;;;;;; (20586 48936 135199 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" "\ |
| @@ -5640,8 +5640,8 @@ Create a new data-debug buffer with NAME. | |||
| 5640 | 5640 | ||
| 5641 | ;;;*** | 5641 | ;;;*** |
| 5642 | 5642 | ||
| 5643 | ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20614 | 5643 | ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20627 |
| 5644 | ;;;;;; 54428 654267 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" "\ |
| @@ -5654,8 +5654,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message. | |||
| 5654 | 5654 | ||
| 5655 | ;;;*** | 5655 | ;;;*** |
| 5656 | 5656 | ||
| 5657 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20355 | 5657 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20627 |
| 5658 | ;;;;;; 10021 546955 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" (20609 10405 476026 0)) | 5785 | ;;;;;; "emacs-lisp/debug.el" (20641 21435 927560 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 | ;;;;;; (20566 63671 243798 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 | ;;;;;; 10021 546955 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" "\ |
| @@ -5880,8 +5880,8 @@ START and END delimits the corners of text rectangle. | |||
| 5880 | 5880 | ||
| 5881 | ;;;*** | 5881 | ;;;*** |
| 5882 | 5882 | ||
| 5883 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20355 | 5883 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20627 |
| 5884 | ;;;;;; 10021 546955 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" "\ |
| @@ -5932,8 +5932,8 @@ with no args, if that value is non-nil. | |||
| 5932 | 5932 | ||
| 5933 | ;;;*** | 5933 | ;;;*** |
| 5934 | 5934 | ||
| 5935 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20613 | 5935 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20627 |
| 5936 | ;;;;;; 49078 764749 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" (20577 33959 40183 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" (20530 32114 546307 0)) | 6033 | ;;;;;; "descr-text.el" (20627 5636 279161 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" (20577 33959 40183 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 10021 546955 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" (20576 42138 697312 0)) | 6292 | ;;;;;; "calendar/diary-lib.el" (20627 5636 279161 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 | ;;;;;; (20570 60708 993668 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 | ;;;;;; (20623 43301 870757 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 10021 546955 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" (20619 46245 | 6429 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (20655 13456 |
| 6430 | ;;;;;; 806932 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 | ;;;;;; (20399 35365 4050 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" "\ |
| @@ -6578,8 +6578,8 @@ from `default-directory'. | |||
| 6578 | 6578 | ||
| 6579 | ;;;*** | 6579 | ;;;*** |
| 6580 | 6580 | ||
| 6581 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20497 | 6581 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20627 |
| 6582 | ;;;;;; 6436 957082 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 10021 546955 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 | ;;;;;; (20545 57511 257469 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 10021 | 6739 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20533 49334 |
| 6740 | ;;;;;; 546955 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 10021 546955 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" "\ |
| @@ -6782,8 +6782,8 @@ Locate SOA record and increment the serial field. | |||
| 6782 | ;;;*** | 6782 | ;;;*** |
| 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" (20581 | 6785 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20627 |
| 6786 | ;;;;;; 31014 234484 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" (20545 57511 | 6832 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20627 5636 |
| 6833 | ;;;;;; 257469 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 10021 | 6843 | ;;;### (autoloads (double-mode) "double" "double.el" (20533 49334 |
| 6844 | ;;;;;; 546955 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" (20545 57511 | 6860 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20627 5636 |
| 6861 | ;;;;;; 257469 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" (20574 57775 217760 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) |
| @@ -7005,8 +7005,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | |||
| 7005 | ;;;*** | 7005 | ;;;*** |
| 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" (20615 | 7008 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20627 |
| 7009 | ;;;;;; 49194 141673 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" (20566 63671 243798 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" "\ |
| @@ -7425,8 +7425,8 @@ See `ebnf-style-database' documentation. | |||
| 7425 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition | 7425 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition |
| 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" (20561 | 7428 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20627 |
| 7429 | ;;;;;; 18280 338092 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 | ;;;;;; (20523 62082 997685 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 10021 546955 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 10021 546955 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" (20590 45996 | 7633 | ;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20627 5636 |
| 7634 | ;;;;;; 129575 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" (20594 43050 277913 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" (20495 51111 | 7734 | ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20627 5636 |
| 7735 | ;;;;;; 757560 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 10021 546955 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 | ;;;;;; (20614 54428 654267 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" (20584 7212 455152 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 | ;;;;;; (20476 31768 298871 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" (20566 63671 243798 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 | ;;;;;; (20593 22184 581574 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 | ;;;;;; (20586 48936 135199 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 | ;;;;;; (20617 41641 89638 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 10021 546955 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" (20613 49078 764749 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 | ;;;;;; 10021 546955 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 | ;;;;;; (20486 36135 22104 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" "\ |
| @@ -8331,8 +8331,8 @@ optional prefix argument REINIT is non-nil. | |||
| 8331 | ;;;*** | 8331 | ;;;*** |
| 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" (20497 | 8334 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20627 |
| 8335 | ;;;;;; 6436 957082 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 | ;;;;;; (20577 33959 40183 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" "\ |
| @@ -8394,8 +8394,8 @@ Other values are interpreted as usual. | |||
| 8394 | 8394 | ||
| 8395 | ;;;*** | 8395 | ;;;*** |
| 8396 | 8396 | ||
| 8397 | ;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) | 8397 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 8398 | ;;;;;; "emacsbug" "mail/emacsbug.el" (20576 13095 881042 0)) | 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" "\ |
| @@ -8404,19 +8404,13 @@ Prompts for bug subject. Leaves you in a mail buffer. | |||
| 8404 | 8404 | ||
| 8405 | \(fn TOPIC &optional RECENT-KEYS)" t nil) | 8405 | \(fn TOPIC &optional RECENT-KEYS)" t nil) |
| 8406 | 8406 | ||
| 8407 | (autoload 'report-emacs-bug-query-existing-bugs "emacsbug" "\ | ||
| 8408 | Query for KEYWORDS at `report-emacs-bug-tracker-url', and return the result. | ||
| 8409 | The result is an alist with items of the form (URL SUBJECT NO). | ||
| 8410 | |||
| 8411 | \(fn KEYWORDS)" t nil) | ||
| 8412 | |||
| 8413 | ;;;*** | 8407 | ;;;*** |
| 8414 | 8408 | ||
| 8415 | ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor | 8409 | ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor |
| 8416 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 8410 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 8417 | ;;;;;; 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 |
| 8418 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 8412 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 8419 | ;;;;;; "vc/emerge.el" (20576 42138 697312 0)) | 8413 | ;;;;;; "vc/emerge.el" (20627 5636 279161 0)) |
| 8420 | ;;; Generated autoloads from vc/emerge.el | 8414 | ;;; Generated autoloads from vc/emerge.el |
| 8421 | 8415 | ||
| 8422 | (autoload 'emerge-files "emerge" "\ | 8416 | (autoload 'emerge-files "emerge" "\ |
| @@ -8477,7 +8471,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor. | |||
| 8477 | ;;;*** | 8471 | ;;;*** |
| 8478 | 8472 | ||
| 8479 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 8473 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 8480 | ;;;;;; "enriched" "textmodes/enriched.el" (20461 32935 300400 0)) | 8474 | ;;;;;; "enriched" "textmodes/enriched.el" (20533 49334 755743 0)) |
| 8481 | ;;; Generated autoloads from textmodes/enriched.el | 8475 | ;;; Generated autoloads from textmodes/enriched.el |
| 8482 | 8476 | ||
| 8483 | (autoload 'enriched-mode "enriched" "\ | 8477 | (autoload 'enriched-mode "enriched" "\ |
| @@ -8517,8 +8511,8 @@ Commands: | |||
| 8517 | ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region | 8511 | ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region |
| 8518 | ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file | 8512 | ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file |
| 8519 | ;;;;;; 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 |
| 8520 | ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20577 | 8514 | ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20627 |
| 8521 | ;;;;;; 33959 40183 0)) | 8515 | ;;;;;; 5636 279161 0)) |
| 8522 | ;;; Generated autoloads from epa.el | 8516 | ;;; Generated autoloads from epa.el |
| 8523 | 8517 | ||
| 8524 | (autoload 'epa-list-keys "epa" "\ | 8518 | (autoload 'epa-list-keys "epa" "\ |
| @@ -8696,8 +8690,8 @@ Insert selected KEYS after the point. | |||
| 8696 | ;;;*** | 8690 | ;;;*** |
| 8697 | 8691 | ||
| 8698 | ;;;### (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 |
| 8699 | ;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20355 10021 | 8693 | ;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20533 49334 |
| 8700 | ;;;;;; 546955 0)) | 8694 | ;;;;;; 755743 0)) |
| 8701 | ;;; Generated autoloads from epa-dired.el | 8695 | ;;; Generated autoloads from epa-dired.el |
| 8702 | 8696 | ||
| 8703 | (autoload 'epa-dired-do-decrypt "epa-dired" "\ | 8697 | (autoload 'epa-dired-do-decrypt "epa-dired" "\ |
| @@ -8723,7 +8717,7 @@ Encrypt marked files. | |||
| 8723 | ;;;*** | 8717 | ;;;*** |
| 8724 | 8718 | ||
| 8725 | ;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) | 8719 | ;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) |
| 8726 | ;;;;;; "epa-file" "epa-file.el" (20355 10021 546955 0)) | 8720 | ;;;;;; "epa-file" "epa-file.el" (20533 49334 755743 0)) |
| 8727 | ;;; Generated autoloads from epa-file.el | 8721 | ;;; Generated autoloads from epa-file.el |
| 8728 | 8722 | ||
| 8729 | (autoload 'epa-file-handler "epa-file" "\ | 8723 | (autoload 'epa-file-handler "epa-file" "\ |
| @@ -8745,7 +8739,7 @@ Encrypt marked files. | |||
| 8745 | 8739 | ||
| 8746 | ;;;### (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 |
| 8747 | ;;;;;; 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) |
| 8748 | ;;;;;; "epa-mail" "epa-mail.el" (20566 63671 243798 0)) | 8742 | ;;;;;; "epa-mail" "epa-mail.el" (20627 5636 279161 0)) |
| 8749 | ;;; Generated autoloads from epa-mail.el | 8743 | ;;; Generated autoloads from epa-mail.el |
| 8750 | 8744 | ||
| 8751 | (autoload 'epa-mail-mode "epa-mail" "\ | 8745 | (autoload 'epa-mail-mode "epa-mail" "\ |
| @@ -8815,8 +8809,8 @@ if ARG is omitted or nil. | |||
| 8815 | 8809 | ||
| 8816 | ;;;*** | 8810 | ;;;*** |
| 8817 | 8811 | ||
| 8818 | ;;;### (autoloads (epg-make-context) "epg" "epg.el" (20577 33959 | 8812 | ;;;### (autoloads (epg-make-context) "epg" "epg.el" (20627 5636 279161 |
| 8819 | ;;;;;; 40183 0)) | 8813 | ;;;;;; 0)) |
| 8820 | ;;; Generated autoloads from epg.el | 8814 | ;;; Generated autoloads from epg.el |
| 8821 | 8815 | ||
| 8822 | (autoload 'epg-make-context "epg" "\ | 8816 | (autoload 'epg-make-context "epg" "\ |
| @@ -8827,7 +8821,7 @@ Return a context object. | |||
| 8827 | ;;;*** | 8821 | ;;;*** |
| 8828 | 8822 | ||
| 8829 | ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) | 8823 | ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) |
| 8830 | ;;;;;; "epg-config" "epg-config.el" (20373 11301 906925 0)) | 8824 | ;;;;;; "epg-config" "epg-config.el" (20627 5636 279161 0)) |
| 8831 | ;;; Generated autoloads from epg-config.el | 8825 | ;;; Generated autoloads from epg-config.el |
| 8832 | 8826 | ||
| 8833 | (autoload 'epg-configuration "epg-config" "\ | 8827 | (autoload 'epg-configuration "epg-config" "\ |
| @@ -8848,7 +8842,7 @@ Look at CONFIG and try to expand GROUP. | |||
| 8848 | ;;;*** | 8842 | ;;;*** |
| 8849 | 8843 | ||
| 8850 | ;;;### (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) |
| 8851 | ;;;;;; "erc" "erc/erc.el" (20604 29767 397763 0)) | 8845 | ;;;;;; "erc" "erc/erc.el" (20647 7990 336071 0)) |
| 8852 | ;;; Generated autoloads from erc/erc.el | 8846 | ;;; Generated autoloads from erc/erc.el |
| 8853 | 8847 | ||
| 8854 | (autoload 'erc-select-read-args "erc" "\ | 8848 | (autoload 'erc-select-read-args "erc" "\ |
| @@ -8896,36 +8890,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 8896 | 8890 | ||
| 8897 | ;;;*** | 8891 | ;;;*** |
| 8898 | 8892 | ||
| 8899 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20591 | 8893 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20627 |
| 8900 | ;;;;;; 33616 626144 310000)) | 8894 | ;;;;;; 5636 279161 0)) |
| 8901 | ;;; Generated autoloads from erc/erc-autoaway.el | 8895 | ;;; Generated autoloads from erc/erc-autoaway.el |
| 8902 | (autoload 'erc-autoaway-mode "erc-autoaway") | 8896 | (autoload 'erc-autoaway-mode "erc-autoaway") |
| 8903 | 8897 | ||
| 8904 | ;;;*** | 8898 | ;;;*** |
| 8905 | 8899 | ||
| 8906 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20593 22184 | 8900 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20627 5636 |
| 8907 | ;;;;;; 581574 0)) | 8901 | ;;;;;; 279161 0)) |
| 8908 | ;;; Generated autoloads from erc/erc-button.el | 8902 | ;;; Generated autoloads from erc/erc-button.el |
| 8909 | (autoload 'erc-button-mode "erc-button" nil t) | 8903 | (autoload 'erc-button-mode "erc-button" nil t) |
| 8910 | 8904 | ||
| 8911 | ;;;*** | 8905 | ;;;*** |
| 8912 | 8906 | ||
| 8913 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20591 33616 | 8907 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20627 5636 |
| 8914 | ;;;;;; 706147 283000)) | 8908 | ;;;;;; 279161 0)) |
| 8915 | ;;; Generated autoloads from erc/erc-capab.el | 8909 | ;;; Generated autoloads from erc/erc-capab.el |
| 8916 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) | 8910 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) |
| 8917 | 8911 | ||
| 8918 | ;;;*** | 8912 | ;;;*** |
| 8919 | 8913 | ||
| 8920 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20591 33616 | 8914 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20627 5636 |
| 8921 | ;;;;;; 736174 412000)) | 8915 | ;;;;;; 279161 0)) |
| 8922 | ;;; Generated autoloads from erc/erc-compat.el | 8916 | ;;; Generated autoloads from erc/erc-compat.el |
| 8923 | (autoload 'erc-define-minor-mode "erc-compat") | 8917 | (autoload 'erc-define-minor-mode "erc-compat") |
| 8924 | 8918 | ||
| 8925 | ;;;*** | 8919 | ;;;*** |
| 8926 | 8920 | ||
| 8927 | ;;;### (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) |
| 8928 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (20591 33616 756180 926000)) | 8922 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (20627 5636 279161 0)) |
| 8929 | ;;; Generated autoloads from erc/erc-dcc.el | 8923 | ;;; Generated autoloads from erc/erc-dcc.el |
| 8930 | (autoload 'erc-dcc-mode "erc-dcc") | 8924 | (autoload 'erc-dcc-mode "erc-dcc") |
| 8931 | 8925 | ||
| @@ -8955,7 +8949,7 @@ that subcommand. | |||
| 8955 | ;;;*** | 8949 | ;;;*** |
| 8956 | 8950 | ||
| 8957 | ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" | 8951 | ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" |
| 8958 | ;;;;;; (20593 22184 581574 0)) | 8952 | ;;;;;; (20627 5636 279161 0)) |
| 8959 | ;;; Generated autoloads from erc/erc-desktop-notifications.el | 8953 | ;;; Generated autoloads from erc/erc-desktop-notifications.el |
| 8960 | (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) | 8954 | (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) |
| 8961 | 8955 | ||
| @@ -8965,7 +8959,7 @@ that subcommand. | |||
| 8965 | ;;;;;; 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 |
| 8966 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action | 8960 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action |
| 8967 | ;;;;;; 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" |
| 8968 | ;;;;;; (20591 33616 766161 665000)) | 8962 | ;;;;;; (20627 5636 279161 0)) |
| 8969 | ;;; Generated autoloads from erc/erc-ezbounce.el | 8963 | ;;; Generated autoloads from erc/erc-ezbounce.el |
| 8970 | 8964 | ||
| 8971 | (autoload 'erc-cmd-ezb "erc-ezbounce" "\ | 8965 | (autoload 'erc-cmd-ezb "erc-ezbounce" "\ |
| @@ -9027,8 +9021,8 @@ Add EZBouncer convenience functions to ERC. | |||
| 9027 | 9021 | ||
| 9028 | ;;;*** | 9022 | ;;;*** |
| 9029 | 9023 | ||
| 9030 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20591 | 9024 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20627 |
| 9031 | ;;;;;; 33616 776163 920000)) | 9025 | ;;;;;; 5636 279161 0)) |
| 9032 | ;;; Generated autoloads from erc/erc-fill.el | 9026 | ;;; Generated autoloads from erc/erc-fill.el |
| 9033 | (autoload 'erc-fill-mode "erc-fill" nil t) | 9027 | (autoload 'erc-fill-mode "erc-fill" nil t) |
| 9034 | 9028 | ||
| @@ -9041,7 +9035,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. | |||
| 9041 | ;;;*** | 9035 | ;;;*** |
| 9042 | 9036 | ||
| 9043 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" | 9037 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" |
| 9044 | ;;;;;; "erc/erc-identd.el" (20591 33616 794740 81000)) | 9038 | ;;;;;; "erc/erc-identd.el" (20627 5636 279161 0)) |
| 9045 | ;;; Generated autoloads from erc/erc-identd.el | 9039 | ;;; Generated autoloads from erc/erc-identd.el |
| 9046 | (autoload 'erc-identd-mode "erc-identd") | 9040 | (autoload 'erc-identd-mode "erc-identd") |
| 9047 | 9041 | ||
| @@ -9063,7 +9057,7 @@ system. | |||
| 9063 | ;;;*** | 9057 | ;;;*** |
| 9064 | 9058 | ||
| 9065 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" | 9059 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" |
| 9066 | ;;;;;; (20591 33616 794740 81000)) | 9060 | ;;;;;; (20627 5636 279161 0)) |
| 9067 | ;;; Generated autoloads from erc/erc-imenu.el | 9061 | ;;; Generated autoloads from erc/erc-imenu.el |
| 9068 | 9062 | ||
| 9069 | (autoload 'erc-create-imenu-index "erc-imenu" "\ | 9063 | (autoload 'erc-create-imenu-index "erc-imenu" "\ |
| @@ -9073,22 +9067,22 @@ system. | |||
| 9073 | 9067 | ||
| 9074 | ;;;*** | 9068 | ;;;*** |
| 9075 | 9069 | ||
| 9076 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20591 33616 804732 | 9070 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20627 5636 279161 |
| 9077 | ;;;;;; 878000)) | 9071 | ;;;;;; 0)) |
| 9078 | ;;; Generated autoloads from erc/erc-join.el | 9072 | ;;; Generated autoloads from erc/erc-join.el |
| 9079 | (autoload 'erc-autojoin-mode "erc-join" nil t) | 9073 | (autoload 'erc-autojoin-mode "erc-join" nil t) |
| 9080 | 9074 | ||
| 9081 | ;;;*** | 9075 | ;;;*** |
| 9082 | 9076 | ||
| 9083 | ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20591 33616 824757 | 9077 | ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20627 5636 279161 |
| 9084 | ;;;;;; 867000)) | 9078 | ;;;;;; 0)) |
| 9085 | ;;; Generated autoloads from erc/erc-list.el | 9079 | ;;; Generated autoloads from erc/erc-list.el |
| 9086 | (autoload 'erc-list-mode "erc-list") | 9080 | (autoload 'erc-list-mode "erc-list") |
| 9087 | 9081 | ||
| 9088 | ;;;*** | 9082 | ;;;*** |
| 9089 | 9083 | ||
| 9090 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" | 9084 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" |
| 9091 | ;;;;;; "erc/erc-log.el" (20593 22184 581574 0)) | 9085 | ;;;;;; "erc/erc-log.el" (20627 5636 279161 0)) |
| 9092 | ;;; Generated autoloads from erc/erc-log.el | 9086 | ;;; Generated autoloads from erc/erc-log.el |
| 9093 | (autoload 'erc-log-mode "erc-log" nil t) | 9087 | (autoload 'erc-log-mode "erc-log" nil t) |
| 9094 | 9088 | ||
| @@ -9120,7 +9114,7 @@ You can save every individual message by putting this function on | |||
| 9120 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host | 9114 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host |
| 9121 | ;;;;;; 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 |
| 9122 | ;;;;;; 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" |
| 9123 | ;;;;;; (20591 33616 834740 676000)) | 9117 | ;;;;;; (20627 5636 279161 0)) |
| 9124 | ;;; Generated autoloads from erc/erc-match.el | 9118 | ;;; Generated autoloads from erc/erc-match.el |
| 9125 | (autoload 'erc-match-mode "erc-match") | 9119 | (autoload 'erc-match-mode "erc-match") |
| 9126 | 9120 | ||
| @@ -9166,15 +9160,15 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'. | |||
| 9166 | 9160 | ||
| 9167 | ;;;*** | 9161 | ;;;*** |
| 9168 | 9162 | ||
| 9169 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20591 33616 844710 | 9163 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20627 5636 279161 |
| 9170 | ;;;;;; 904000)) | 9164 | ;;;;;; 0)) |
| 9171 | ;;; Generated autoloads from erc/erc-menu.el | 9165 | ;;; Generated autoloads from erc/erc-menu.el |
| 9172 | (autoload 'erc-menu-mode "erc-menu" nil t) | 9166 | (autoload 'erc-menu-mode "erc-menu" nil t) |
| 9173 | 9167 | ||
| 9174 | ;;;*** | 9168 | ;;;*** |
| 9175 | 9169 | ||
| 9176 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" | 9170 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" |
| 9177 | ;;;;;; (20591 33616 854733 799000)) | 9171 | ;;;;;; (20627 5636 279161 0)) |
| 9178 | ;;; Generated autoloads from erc/erc-netsplit.el | 9172 | ;;; Generated autoloads from erc/erc-netsplit.el |
| 9179 | (autoload 'erc-netsplit-mode "erc-netsplit") | 9173 | (autoload 'erc-netsplit-mode "erc-netsplit") |
| 9180 | 9174 | ||
| @@ -9186,7 +9180,7 @@ Show who's gone. | |||
| 9186 | ;;;*** | 9180 | ;;;*** |
| 9187 | 9181 | ||
| 9188 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" | 9182 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" |
| 9189 | ;;;;;; "erc/erc-networks.el" (20591 33616 854733 799000)) | 9183 | ;;;;;; "erc/erc-networks.el" (20627 5636 279161 0)) |
| 9190 | ;;; Generated autoloads from erc/erc-networks.el | 9184 | ;;; Generated autoloads from erc/erc-networks.el |
| 9191 | 9185 | ||
| 9192 | (autoload 'erc-determine-network "erc-networks" "\ | 9186 | (autoload 'erc-determine-network "erc-networks" "\ |
| @@ -9204,7 +9198,7 @@ Interactively select a server to connect to using `erc-server-alist'. | |||
| 9204 | ;;;*** | 9198 | ;;;*** |
| 9205 | 9199 | ||
| 9206 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" | 9200 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" |
| 9207 | ;;;;;; "erc/erc-notify.el" (20591 33616 864734 46000)) | 9201 | ;;;;;; "erc/erc-notify.el" (20627 5636 279161 0)) |
| 9208 | ;;; Generated autoloads from erc/erc-notify.el | 9202 | ;;; Generated autoloads from erc/erc-notify.el |
| 9209 | (autoload 'erc-notify-mode "erc-notify" nil t) | 9203 | (autoload 'erc-notify-mode "erc-notify" nil t) |
| 9210 | 9204 | ||
| @@ -9222,37 +9216,36 @@ with args, toggle notify status of people. | |||
| 9222 | 9216 | ||
| 9223 | ;;;*** | 9217 | ;;;*** |
| 9224 | 9218 | ||
| 9225 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20591 33616 864734 | 9219 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20627 5636 279161 |
| 9226 | ;;;;;; 46000)) | 9220 | ;;;;;; 0)) |
| 9227 | ;;; Generated autoloads from erc/erc-page.el | 9221 | ;;; Generated autoloads from erc/erc-page.el |
| 9228 | (autoload 'erc-page-mode "erc-page") | 9222 | (autoload 'erc-page-mode "erc-page") |
| 9229 | 9223 | ||
| 9230 | ;;;*** | 9224 | ;;;*** |
| 9231 | 9225 | ||
| 9232 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20591 | 9226 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20627 |
| 9233 | ;;;;;; 33616 874723 983000)) | 9227 | ;;;;;; 5636 279161 0)) |
| 9234 | ;;; Generated autoloads from erc/erc-pcomplete.el | 9228 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 9235 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 9229 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 9236 | 9230 | ||
| 9237 | ;;;*** | 9231 | ;;;*** |
| 9238 | 9232 | ||
| 9239 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20591 33616 | 9233 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20627 5636 |
| 9240 | ;;;;;; 874723 983000)) | 9234 | ;;;;;; 279161 0)) |
| 9241 | ;;; Generated autoloads from erc/erc-replace.el | 9235 | ;;; Generated autoloads from erc/erc-replace.el |
| 9242 | (autoload 'erc-replace-mode "erc-replace") | 9236 | (autoload 'erc-replace-mode "erc-replace") |
| 9243 | 9237 | ||
| 9244 | ;;;*** | 9238 | ;;;*** |
| 9245 | 9239 | ||
| 9246 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20591 33616 884730 | 9240 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20627 5636 279161 |
| 9247 | ;;;;;; 605000)) | 9241 | ;;;;;; 0)) |
| 9248 | ;;; Generated autoloads from erc/erc-ring.el | 9242 | ;;; Generated autoloads from erc/erc-ring.el |
| 9249 | (autoload 'erc-ring-mode "erc-ring" nil t) | 9243 | (autoload 'erc-ring-mode "erc-ring" nil t) |
| 9250 | 9244 | ||
| 9251 | ;;;*** | 9245 | ;;;*** |
| 9252 | 9246 | ||
| 9253 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) | 9247 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) |
| 9254 | ;;;;;; "erc-services" "erc/erc-services.el" (20591 33616 894723 | 9248 | ;;;;;; "erc-services" "erc/erc-services.el" (20627 5636 279161 0)) |
| 9255 | ;;;;;; 303000)) | ||
| 9256 | ;;; Generated autoloads from erc/erc-services.el | 9249 | ;;; Generated autoloads from erc/erc-services.el |
| 9257 | (autoload 'erc-services-mode "erc-services" nil t) | 9250 | (autoload 'erc-services-mode "erc-services" nil t) |
| 9258 | 9251 | ||
| @@ -9269,15 +9262,15 @@ When called interactively, read the password using `read-passwd'. | |||
| 9269 | 9262 | ||
| 9270 | ;;;*** | 9263 | ;;;*** |
| 9271 | 9264 | ||
| 9272 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20591 33616 | 9265 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20627 5636 |
| 9273 | ;;;;;; 894723 303000)) | 9266 | ;;;;;; 279161 0)) |
| 9274 | ;;; Generated autoloads from erc/erc-sound.el | 9267 | ;;; Generated autoloads from erc/erc-sound.el |
| 9275 | (autoload 'erc-sound-mode "erc-sound") | 9268 | (autoload 'erc-sound-mode "erc-sound") |
| 9276 | 9269 | ||
| 9277 | ;;;*** | 9270 | ;;;*** |
| 9278 | 9271 | ||
| 9279 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" | 9272 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" |
| 9280 | ;;;;;; (20591 33616 894723 303000)) | 9273 | ;;;;;; (20627 5636 279161 0)) |
| 9281 | ;;; Generated autoloads from erc/erc-speedbar.el | 9274 | ;;; Generated autoloads from erc/erc-speedbar.el |
| 9282 | 9275 | ||
| 9283 | (autoload 'erc-speedbar-browser "erc-speedbar" "\ | 9276 | (autoload 'erc-speedbar-browser "erc-speedbar" "\ |
| @@ -9288,22 +9281,22 @@ This will add a speedbar major display mode. | |||
| 9288 | 9281 | ||
| 9289 | ;;;*** | 9282 | ;;;*** |
| 9290 | 9283 | ||
| 9291 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20591 | 9284 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20627 |
| 9292 | ;;;;;; 33616 904733 437000)) | 9285 | ;;;;;; 5636 279161 0)) |
| 9293 | ;;; Generated autoloads from erc/erc-spelling.el | 9286 | ;;; Generated autoloads from erc/erc-spelling.el |
| 9294 | (autoload 'erc-spelling-mode "erc-spelling" nil t) | 9287 | (autoload 'erc-spelling-mode "erc-spelling" nil t) |
| 9295 | 9288 | ||
| 9296 | ;;;*** | 9289 | ;;;*** |
| 9297 | 9290 | ||
| 9298 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20593 22184 | 9291 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20627 5636 |
| 9299 | ;;;;;; 581574 0)) | 9292 | ;;;;;; 279161 0)) |
| 9300 | ;;; Generated autoloads from erc/erc-stamp.el | 9293 | ;;; Generated autoloads from erc/erc-stamp.el |
| 9301 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) | 9294 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) |
| 9302 | 9295 | ||
| 9303 | ;;;*** | 9296 | ;;;*** |
| 9304 | 9297 | ||
| 9305 | ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" | 9298 | ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" |
| 9306 | ;;;;;; (20591 33616 924730 373000)) | 9299 | ;;;;;; (20627 5636 279161 0)) |
| 9307 | ;;; Generated autoloads from erc/erc-track.el | 9300 | ;;; Generated autoloads from erc/erc-track.el |
| 9308 | 9301 | ||
| 9309 | (defvar erc-track-minor-mode nil "\ | 9302 | (defvar erc-track-minor-mode nil "\ |
| @@ -9329,8 +9322,7 @@ keybindings will not do anything useful. | |||
| 9329 | ;;;*** | 9322 | ;;;*** |
| 9330 | 9323 | ||
| 9331 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) | 9324 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) |
| 9332 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (20591 33616 934716 | 9325 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (20627 5636 279161 0)) |
| 9333 | ;;;;;; 526000)) | ||
| 9334 | ;;; Generated autoloads from erc/erc-truncate.el | 9326 | ;;; Generated autoloads from erc/erc-truncate.el |
| 9335 | (autoload 'erc-truncate-mode "erc-truncate" nil t) | 9327 | (autoload 'erc-truncate-mode "erc-truncate" nil t) |
| 9336 | 9328 | ||
| @@ -9350,7 +9342,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'. | |||
| 9350 | ;;;*** | 9342 | ;;;*** |
| 9351 | 9343 | ||
| 9352 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" | 9344 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" |
| 9353 | ;;;;;; (20591 33616 934716 526000)) | 9345 | ;;;;;; (20627 5636 279161 0)) |
| 9354 | ;;; Generated autoloads from erc/erc-xdcc.el | 9346 | ;;; Generated autoloads from erc/erc-xdcc.el |
| 9355 | (autoload 'erc-xdcc-mode "erc-xdcc") | 9347 | (autoload 'erc-xdcc-mode "erc-xdcc") |
| 9356 | 9348 | ||
| @@ -9363,7 +9355,7 @@ Add a file to `erc-xdcc-files'. | |||
| 9363 | 9355 | ||
| 9364 | ;;;### (autoloads (ert-describe-test ert-run-tests-interactively | 9356 | ;;;### (autoloads (ert-describe-test ert-run-tests-interactively |
| 9365 | ;;;;;; 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) |
| 9366 | ;;;;;; "ert" "emacs-lisp/ert.el" (20576 42138 697312 0)) | 9358 | ;;;;;; "ert" "emacs-lisp/ert.el" (20650 61387 498451 0)) |
| 9367 | ;;; Generated autoloads from emacs-lisp/ert.el | 9359 | ;;; Generated autoloads from emacs-lisp/ert.el |
| 9368 | 9360 | ||
| 9369 | (autoload 'ert-deftest "ert" "\ | 9361 | (autoload 'ert-deftest "ert" "\ |
| @@ -9429,7 +9421,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test). | |||
| 9429 | ;;;*** | 9421 | ;;;*** |
| 9430 | 9422 | ||
| 9431 | ;;;### (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" |
| 9432 | ;;;;;; (20576 42138 697312 0)) | 9424 | ;;;;;; (20627 5636 279161 0)) |
| 9433 | ;;; Generated autoloads from emacs-lisp/ert-x.el | 9425 | ;;; Generated autoloads from emacs-lisp/ert-x.el |
| 9434 | 9426 | ||
| 9435 | (put 'ert-with-test-buffer 'lisp-indent-function 1) | 9427 | (put 'ert-with-test-buffer 'lisp-indent-function 1) |
| @@ -9441,8 +9433,8 @@ Kill all test buffers that are still live. | |||
| 9441 | 9433 | ||
| 9442 | ;;;*** | 9434 | ;;;*** |
| 9443 | 9435 | ||
| 9444 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20593 | 9436 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20627 |
| 9445 | ;;;;;; 22184 581574 0)) | 9437 | ;;;;;; 5636 279161 0)) |
| 9446 | ;;; Generated autoloads from eshell/esh-mode.el | 9438 | ;;; Generated autoloads from eshell/esh-mode.el |
| 9447 | 9439 | ||
| 9448 | (autoload 'eshell-mode "esh-mode" "\ | 9440 | (autoload 'eshell-mode "esh-mode" "\ |
| @@ -9455,7 +9447,7 @@ Emacs shell interactive mode. | |||
| 9455 | ;;;*** | 9447 | ;;;*** |
| 9456 | 9448 | ||
| 9457 | ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" | 9449 | ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" |
| 9458 | ;;;;;; "eshell/eshell.el" (20577 33959 40183 0)) | 9450 | ;;;;;; "eshell/eshell.el" (20627 5636 279161 0)) |
| 9459 | ;;; Generated autoloads from eshell/eshell.el | 9451 | ;;; Generated autoloads from eshell/eshell.el |
| 9460 | 9452 | ||
| 9461 | (autoload 'eshell "eshell" "\ | 9453 | (autoload 'eshell "eshell" "\ |
| @@ -9496,7 +9488,7 @@ corresponding to a successful execution. | |||
| 9496 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9488 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 9497 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9489 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 9498 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9490 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 9499 | ;;;;;; (20478 3673 653810 0)) | 9491 | ;;;;;; (20627 5636 279161 0)) |
| 9500 | ;;; Generated autoloads from progmodes/etags.el | 9492 | ;;; Generated autoloads from progmodes/etags.el |
| 9501 | 9493 | ||
| 9502 | (defvar tags-file-name nil "\ | 9494 | (defvar tags-file-name nil "\ |
| @@ -9814,7 +9806,7 @@ for \\[find-tag] (which see). | |||
| 9814 | ;;;;;; 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 |
| 9815 | ;;;;;; 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 |
| 9816 | ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" | 9808 | ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" |
| 9817 | ;;;;;; (20355 10021 546955 0)) | 9809 | ;;;;;; (20627 5636 279161 0)) |
| 9818 | ;;; Generated autoloads from language/ethio-util.el | 9810 | ;;; Generated autoloads from language/ethio-util.el |
| 9819 | 9811 | ||
| 9820 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ | 9812 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ |
| @@ -9984,7 +9976,7 @@ With ARG, insert that many delimiters. | |||
| 9984 | 9976 | ||
| 9985 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 9977 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 9986 | ;;;;;; 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" |
| 9987 | ;;;;;; (20478 3673 653810 0)) | 9979 | ;;;;;; (20627 5636 279161 0)) |
| 9988 | ;;; Generated autoloads from net/eudc.el | 9980 | ;;; Generated autoloads from net/eudc.el |
| 9989 | 9981 | ||
| 9990 | (autoload 'eudc-set-server "eudc" "\ | 9982 | (autoload 'eudc-set-server "eudc" "\ |
| @@ -10040,7 +10032,7 @@ This does nothing except loading eudc by autoload side-effect. | |||
| 10040 | 10032 | ||
| 10041 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline | 10033 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline |
| 10042 | ;;;;;; 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) |
| 10043 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (20355 10021 546955 0)) | 10035 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (20533 49334 755743 0)) |
| 10044 | ;;; Generated autoloads from net/eudc-bob.el | 10036 | ;;; Generated autoloads from net/eudc-bob.el |
| 10045 | 10037 | ||
| 10046 | (autoload 'eudc-display-generic-binary "eudc-bob" "\ | 10038 | (autoload 'eudc-display-generic-binary "eudc-bob" "\ |
| @@ -10076,7 +10068,7 @@ Display a button for the JPEG DATA. | |||
| 10076 | ;;;*** | 10068 | ;;;*** |
| 10077 | 10069 | ||
| 10078 | ;;;### (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) |
| 10079 | ;;;;;; "eudc-export" "net/eudc-export.el" (20355 10021 546955 0)) | 10071 | ;;;;;; "eudc-export" "net/eudc-export.el" (20533 49334 755743 0)) |
| 10080 | ;;; Generated autoloads from net/eudc-export.el | 10072 | ;;; Generated autoloads from net/eudc-export.el |
| 10081 | 10073 | ||
| 10082 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ | 10074 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ |
| @@ -10093,7 +10085,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. | |||
| 10093 | ;;;*** | 10085 | ;;;*** |
| 10094 | 10086 | ||
| 10095 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 10087 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 10096 | ;;;;;; (20355 10021 546955 0)) | 10088 | ;;;;;; (20533 49334 755743 0)) |
| 10097 | ;;; Generated autoloads from net/eudc-hotlist.el | 10089 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 10098 | 10090 | ||
| 10099 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ | 10091 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ |
| @@ -10103,8 +10095,8 @@ Edit the hotlist of directory servers in a specialized buffer. | |||
| 10103 | 10095 | ||
| 10104 | ;;;*** | 10096 | ;;;*** |
| 10105 | 10097 | ||
| 10106 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20453 | 10098 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20627 |
| 10107 | ;;;;;; 5437 764254 0)) | 10099 | ;;;;;; 5636 279161 0)) |
| 10108 | ;;; Generated autoloads from emacs-lisp/ewoc.el | 10100 | ;;; Generated autoloads from emacs-lisp/ewoc.el |
| 10109 | 10101 | ||
| 10110 | (autoload 'ewoc-create "ewoc" "\ | 10102 | (autoload 'ewoc-create "ewoc" "\ |
| @@ -10133,7 +10125,7 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 10133 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 10125 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 10134 | ;;;;;; executable-self-display executable-set-magic executable-interpret | 10126 | ;;;;;; executable-self-display executable-set-magic executable-interpret |
| 10135 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" | 10127 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" |
| 10136 | ;;;;;; (20533 6181 437016 717000)) | 10128 | ;;;;;; (20627 5636 279161 0)) |
| 10137 | ;;; Generated autoloads from progmodes/executable.el | 10129 | ;;; Generated autoloads from progmodes/executable.el |
| 10138 | 10130 | ||
| 10139 | (autoload 'executable-command-find-posix-p "executable" "\ | 10131 | (autoload 'executable-command-find-posix-p "executable" "\ |
| @@ -10176,7 +10168,7 @@ file modes. | |||
| 10176 | 10168 | ||
| 10177 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 10169 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
| 10178 | ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" | 10170 | ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" |
| 10179 | ;;;;;; (20355 10021 546955 0)) | 10171 | ;;;;;; (20533 49334 755743 0)) |
| 10180 | ;;; Generated autoloads from expand.el | 10172 | ;;; Generated autoloads from expand.el |
| 10181 | 10173 | ||
| 10182 | (autoload 'expand-add-abbrevs "expand" "\ | 10174 | (autoload 'expand-add-abbrevs "expand" "\ |
| @@ -10225,8 +10217,8 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 10225 | 10217 | ||
| 10226 | ;;;*** | 10218 | ;;;*** |
| 10227 | 10219 | ||
| 10228 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20566 63671 | 10220 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20627 5636 |
| 10229 | ;;;;;; 243798 0)) | 10221 | ;;;;;; 279161 0)) |
| 10230 | ;;; Generated autoloads from progmodes/f90.el | 10222 | ;;; Generated autoloads from progmodes/f90.el |
| 10231 | 10223 | ||
| 10232 | (autoload 'f90-mode "f90" "\ | 10224 | (autoload 'f90-mode "f90" "\ |
| @@ -10296,8 +10288,8 @@ with no args, if that value is non-nil. | |||
| 10296 | ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set | 10288 | ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set |
| 10297 | ;;;;;; 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 |
| 10298 | ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base | 10290 | ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base |
| 10299 | ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20622 | 10291 | ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20627 |
| 10300 | ;;;;;; 22438 32851 0)) | 10292 | ;;;;;; 5636 279161 0)) |
| 10301 | ;;; Generated autoloads from face-remap.el | 10293 | ;;; Generated autoloads from face-remap.el |
| 10302 | 10294 | ||
| 10303 | (autoload 'face-remap-add-relative "face-remap" "\ | 10295 | (autoload 'face-remap-add-relative "face-remap" "\ |
| @@ -10460,8 +10452,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'. | |||
| 10460 | 10452 | ||
| 10461 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10453 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 10462 | ;;;;;; 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 |
| 10463 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20566 63671 | 10455 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20627 5636 |
| 10464 | ;;;;;; 243798 0)) | 10456 | ;;;;;; 279161 0)) |
| 10465 | ;;; Generated autoloads from mail/feedmail.el | 10457 | ;;; Generated autoloads from mail/feedmail.el |
| 10466 | 10458 | ||
| 10467 | (autoload 'feedmail-send-it "feedmail" "\ | 10459 | (autoload 'feedmail-send-it "feedmail" "\ |
| @@ -10516,7 +10508,7 @@ you can set `feedmail-queue-reminder-alist' to nil. | |||
| 10516 | 10508 | ||
| 10517 | ;;;### (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 |
| 10518 | ;;;;;; 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" |
| 10519 | ;;;;;; "ffap.el" (20595 63909 923329 0)) | 10511 | ;;;;;; "ffap.el" (20627 5636 279161 0)) |
| 10520 | ;;; Generated autoloads from ffap.el | 10512 | ;;; Generated autoloads from ffap.el |
| 10521 | 10513 | ||
| 10522 | (autoload 'ffap-next "ffap" "\ | 10514 | (autoload 'ffap-next "ffap" "\ |
| @@ -10582,7 +10574,7 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 10582 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively | 10574 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively |
| 10583 | ;;;;;; 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 |
| 10584 | ;;;;;; 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) |
| 10585 | ;;;;;; "filecache" "filecache.el" (20355 10021 546955 0)) | 10577 | ;;;;;; "filecache" "filecache.el" (20647 10560 862170 56000)) |
| 10586 | ;;; Generated autoloads from filecache.el | 10578 | ;;; Generated autoloads from filecache.el |
| 10587 | 10579 | ||
| 10588 | (autoload 'file-cache-add-directory "filecache" "\ | 10580 | (autoload 'file-cache-add-directory "filecache" "\ |
| @@ -10642,8 +10634,8 @@ the name is considered already unique; only the second substitution | |||
| 10642 | ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable | 10634 | ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable |
| 10643 | ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line | 10635 | ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line |
| 10644 | ;;;;;; add-file-local-variable-prop-line delete-file-local-variable | 10636 | ;;;;;; add-file-local-variable-prop-line delete-file-local-variable |
| 10645 | ;;;;;; add-file-local-variable) "files-x" "files-x.el" (20355 10021 | 10637 | ;;;;;; add-file-local-variable) "files-x" "files-x.el" (20627 5636 |
| 10646 | ;;;;;; 546955 0)) | 10638 | ;;;;;; 279161 0)) |
| 10647 | ;;; Generated autoloads from files-x.el | 10639 | ;;; Generated autoloads from files-x.el |
| 10648 | 10640 | ||
| 10649 | (autoload 'add-file-local-variable "files-x" "\ | 10641 | (autoload 'add-file-local-variable "files-x" "\ |
| @@ -10708,8 +10700,8 @@ Copy directory-local variables to the -*- line. | |||
| 10708 | 10700 | ||
| 10709 | ;;;*** | 10701 | ;;;*** |
| 10710 | 10702 | ||
| 10711 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20614 | 10703 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20627 |
| 10712 | ;;;;;; 54428 654267 0)) | 10704 | ;;;;;; 5636 279161 0)) |
| 10713 | ;;; Generated autoloads from filesets.el | 10705 | ;;; Generated autoloads from filesets.el |
| 10714 | 10706 | ||
| 10715 | (autoload 'filesets-init "filesets" "\ | 10707 | (autoload 'filesets-init "filesets" "\ |
| @@ -10720,8 +10712,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10720 | 10712 | ||
| 10721 | ;;;*** | 10713 | ;;;*** |
| 10722 | 10714 | ||
| 10723 | ;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20355 10021 | 10715 | ;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20533 49334 |
| 10724 | ;;;;;; 546955 0)) | 10716 | ;;;;;; 755743 0)) |
| 10725 | ;;; Generated autoloads from find-cmd.el | 10717 | ;;; Generated autoloads from find-cmd.el |
| 10726 | 10718 | ||
| 10727 | (autoload 'find-cmd "find-cmd" "\ | 10719 | (autoload 'find-cmd "find-cmd" "\ |
| @@ -10741,7 +10733,7 @@ result is a string that should be ready for the command line. | |||
| 10741 | ;;;*** | 10733 | ;;;*** |
| 10742 | 10734 | ||
| 10743 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" | 10735 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" |
| 10744 | ;;;;;; "find-dired.el" (20355 10021 546955 0)) | 10736 | ;;;;;; "find-dired.el" (20533 49334 755743 0)) |
| 10745 | ;;; Generated autoloads from find-dired.el | 10737 | ;;; Generated autoloads from find-dired.el |
| 10746 | 10738 | ||
| 10747 | (autoload 'find-dired "find-dired" "\ | 10739 | (autoload 'find-dired "find-dired" "\ |
| @@ -10781,7 +10773,7 @@ use in place of \"-ls\" as the final argument. | |||
| 10781 | 10773 | ||
| 10782 | ;;;### (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 |
| 10783 | ;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs) | 10775 | ;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs) |
| 10784 | ;;;;;; "find-file" "find-file.el" (20387 44199 24128 0)) | 10776 | ;;;;;; "find-file" "find-file.el" (20627 5636 279161 0)) |
| 10785 | ;;; Generated autoloads from find-file.el | 10777 | ;;; Generated autoloads from find-file.el |
| 10786 | 10778 | ||
| 10787 | (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)))) "\ |
| @@ -10877,7 +10869,7 @@ Visit the file you click on in another window. | |||
| 10877 | ;;;;;; find-variable find-variable-noselect find-function-other-frame | 10869 | ;;;;;; find-variable find-variable-noselect find-function-other-frame |
| 10878 | ;;;;;; find-function-other-window find-function find-function-noselect | 10870 | ;;;;;; find-function-other-window find-function find-function-noselect |
| 10879 | ;;;;;; find-function-search-for-symbol find-library) "find-func" | 10871 | ;;;;;; find-function-search-for-symbol find-library) "find-func" |
| 10880 | ;;;;;; "emacs-lisp/find-func.el" (20497 6436 957082 0)) | 10872 | ;;;;;; "emacs-lisp/find-func.el" (20627 5636 279161 0)) |
| 10881 | ;;; Generated autoloads from emacs-lisp/find-func.el | 10873 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 10882 | 10874 | ||
| 10883 | (autoload 'find-library "find-func" "\ | 10875 | (autoload 'find-library "find-func" "\ |
| @@ -11036,8 +11028,8 @@ Define some key bindings for the find-function family of functions. | |||
| 11036 | ;;;*** | 11028 | ;;;*** |
| 11037 | 11029 | ||
| 11038 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories | 11030 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories |
| 11039 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20355 10021 | 11031 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20533 49334 |
| 11040 | ;;;;;; 546955 0)) | 11032 | ;;;;;; 755743 0)) |
| 11041 | ;;; Generated autoloads from find-lisp.el | 11033 | ;;; Generated autoloads from find-lisp.el |
| 11042 | 11034 | ||
| 11043 | (autoload 'find-lisp-find-dired "find-lisp" "\ | 11035 | (autoload 'find-lisp-find-dired "find-lisp" "\ |
| @@ -11058,7 +11050,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP. | |||
| 11058 | ;;;*** | 11050 | ;;;*** |
| 11059 | 11051 | ||
| 11060 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 11052 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 11061 | ;;;;;; "finder" "finder.el" (20355 10021 546955 0)) | 11053 | ;;;;;; "finder" "finder.el" (20533 49334 755743 0)) |
| 11062 | ;;; Generated autoloads from finder.el | 11054 | ;;; Generated autoloads from finder.el |
| 11063 | 11055 | ||
| 11064 | (autoload 'finder-list-keywords "finder" "\ | 11056 | (autoload 'finder-list-keywords "finder" "\ |
| @@ -11080,7 +11072,7 @@ Find packages matching a given keyword. | |||
| 11080 | ;;;*** | 11072 | ;;;*** |
| 11081 | 11073 | ||
| 11082 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" | 11074 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" |
| 11083 | ;;;;;; "flow-ctrl.el" (20566 63671 243798 0)) | 11075 | ;;;;;; "flow-ctrl.el" (20627 5636 279161 0)) |
| 11084 | ;;; Generated autoloads from flow-ctrl.el | 11076 | ;;; Generated autoloads from flow-ctrl.el |
| 11085 | 11077 | ||
| 11086 | (autoload 'enable-flow-control "flow-ctrl" "\ | 11078 | (autoload 'enable-flow-control "flow-ctrl" "\ |
| @@ -11102,7 +11094,7 @@ to get the effect of a C-q. | |||
| 11102 | ;;;*** | 11094 | ;;;*** |
| 11103 | 11095 | ||
| 11104 | ;;;### (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" |
| 11105 | ;;;;;; (20355 10021 546955 0)) | 11097 | ;;;;;; (20533 49334 755743 0)) |
| 11106 | ;;; Generated autoloads from gnus/flow-fill.el | 11098 | ;;; Generated autoloads from gnus/flow-fill.el |
| 11107 | 11099 | ||
| 11108 | (autoload 'fill-flowed-encode "flow-fill" "\ | 11100 | (autoload 'fill-flowed-encode "flow-fill" "\ |
| @@ -11118,8 +11110,8 @@ to get the effect of a C-q. | |||
| 11118 | ;;;*** | 11110 | ;;;*** |
| 11119 | 11111 | ||
| 11120 | ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on | 11112 | ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on |
| 11121 | ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20611 52135 | 11113 | ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20641 21435 |
| 11122 | ;;;;;; 109136 0)) | 11114 | ;;;;;; 927560 0)) |
| 11123 | ;;; Generated autoloads from progmodes/flymake.el | 11115 | ;;; Generated autoloads from progmodes/flymake.el |
| 11124 | 11116 | ||
| 11125 | (autoload 'flymake-mode "flymake" "\ | 11117 | (autoload 'flymake-mode "flymake" "\ |
| @@ -11149,7 +11141,7 @@ Turn flymake mode off. | |||
| 11149 | 11141 | ||
| 11150 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 11142 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 11151 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 11143 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 11152 | ;;;;;; "flyspell" "textmodes/flyspell.el" (20566 63671 243798 0)) | 11144 | ;;;;;; "flyspell" "textmodes/flyspell.el" (20627 5636 279161 0)) |
| 11153 | ;;; Generated autoloads from textmodes/flyspell.el | 11145 | ;;; Generated autoloads from textmodes/flyspell.el |
| 11154 | 11146 | ||
| 11155 | (autoload 'flyspell-prog-mode "flyspell" "\ | 11147 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| @@ -11221,7 +11213,7 @@ Flyspell whole buffer. | |||
| 11221 | 11213 | ||
| 11222 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 11214 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 11223 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 11215 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 11224 | ;;;;;; (20501 3499 284800 0)) | 11216 | ;;;;;; (20627 5636 279161 0)) |
| 11225 | ;;; Generated autoloads from follow.el | 11217 | ;;; Generated autoloads from follow.el |
| 11226 | 11218 | ||
| 11227 | (autoload 'turn-on-follow-mode "follow" "\ | 11219 | (autoload 'turn-on-follow-mode "follow" "\ |
| @@ -11289,8 +11281,8 @@ selected if the original window is the first one in the frame. | |||
| 11289 | 11281 | ||
| 11290 | ;;;*** | 11282 | ;;;*** |
| 11291 | 11283 | ||
| 11292 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20478 | 11284 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20627 |
| 11293 | ;;;;;; 3673 653810 0)) | 11285 | ;;;;;; 5636 279161 0)) |
| 11294 | ;;; Generated autoloads from mail/footnote.el | 11286 | ;;; Generated autoloads from mail/footnote.el |
| 11295 | 11287 | ||
| 11296 | (autoload 'footnote-mode "footnote" "\ | 11288 | (autoload 'footnote-mode "footnote" "\ |
| @@ -11309,7 +11301,7 @@ play around with the following keys: | |||
| 11309 | ;;;*** | 11301 | ;;;*** |
| 11310 | 11302 | ||
| 11311 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 11303 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 11312 | ;;;;;; "forms" "forms.el" (20427 14766 970343 0)) | 11304 | ;;;;;; "forms" "forms.el" (20627 5636 279161 0)) |
| 11313 | ;;; Generated autoloads from forms.el | 11305 | ;;; Generated autoloads from forms.el |
| 11314 | 11306 | ||
| 11315 | (autoload 'forms-mode "forms" "\ | 11307 | (autoload 'forms-mode "forms" "\ |
| @@ -11346,7 +11338,7 @@ Visit a file in Forms mode in other window. | |||
| 11346 | ;;;*** | 11338 | ;;;*** |
| 11347 | 11339 | ||
| 11348 | ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" | 11340 | ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" |
| 11349 | ;;;;;; (20438 24024 724594 589000)) | 11341 | ;;;;;; (20627 5636 279161 0)) |
| 11350 | ;;; Generated autoloads from progmodes/fortran.el | 11342 | ;;; Generated autoloads from progmodes/fortran.el |
| 11351 | 11343 | ||
| 11352 | (autoload 'fortran-mode "fortran" "\ | 11344 | (autoload 'fortran-mode "fortran" "\ |
| @@ -11424,8 +11416,8 @@ with no args, if that value is non-nil. | |||
| 11424 | ;;;*** | 11416 | ;;;*** |
| 11425 | 11417 | ||
| 11426 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 11418 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 11427 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20355 10021 | 11419 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20533 49334 |
| 11428 | ;;;;;; 546955 0)) | 11420 | ;;;;;; 755743 0)) |
| 11429 | ;;; Generated autoloads from play/fortune.el | 11421 | ;;; Generated autoloads from play/fortune.el |
| 11430 | 11422 | ||
| 11431 | (autoload 'fortune-add-fortune "fortune" "\ | 11423 | (autoload 'fortune-add-fortune "fortune" "\ |
| @@ -11474,7 +11466,7 @@ and choose the directory as the fortune-file. | |||
| 11474 | ;;;*** | 11466 | ;;;*** |
| 11475 | 11467 | ||
| 11476 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" | 11468 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" |
| 11477 | ;;;;;; (20609 10405 476026 0)) | 11469 | ;;;;;; (20627 5636 279161 0)) |
| 11478 | ;;; Generated autoloads from progmodes/gdb-mi.el | 11470 | ;;; Generated autoloads from progmodes/gdb-mi.el |
| 11479 | 11471 | ||
| 11480 | (defvar gdb-enable-debug nil "\ | 11472 | (defvar gdb-enable-debug nil "\ |
| @@ -11552,8 +11544,8 @@ detailed description of this mode. | |||
| 11552 | ;;;*** | 11544 | ;;;*** |
| 11553 | 11545 | ||
| 11554 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal | 11546 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal |
| 11555 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20406 | 11547 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20627 |
| 11556 | ;;;;;; 8611 875037 0)) | 11548 | ;;;;;; 5636 279161 0)) |
| 11557 | ;;; Generated autoloads from emacs-lisp/generic.el | 11549 | ;;; Generated autoloads from emacs-lisp/generic.el |
| 11558 | 11550 | ||
| 11559 | (defvar generic-mode-list nil "\ | 11551 | (defvar generic-mode-list nil "\ |
| @@ -11632,7 +11624,7 @@ regular expression that can be used as an element of | |||
| 11632 | ;;;*** | 11624 | ;;;*** |
| 11633 | 11625 | ||
| 11634 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 11626 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 11635 | ;;;;;; (20478 3673 653810 0)) | 11627 | ;;;;;; (20627 5636 279161 0)) |
| 11636 | ;;; Generated autoloads from progmodes/glasses.el | 11628 | ;;; Generated autoloads from progmodes/glasses.el |
| 11637 | 11629 | ||
| 11638 | (autoload 'glasses-mode "glasses" "\ | 11630 | (autoload 'glasses-mode "glasses" "\ |
| @@ -11648,7 +11640,7 @@ add virtual separators (like underscores) at places they belong to. | |||
| 11648 | 11640 | ||
| 11649 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error | 11641 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error |
| 11650 | ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" | 11642 | ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" |
| 11651 | ;;;;;; (20355 10021 546955 0)) | 11643 | ;;;;;; (20533 49334 755743 0)) |
| 11652 | ;;; Generated autoloads from gnus/gmm-utils.el | 11644 | ;;; Generated autoloads from gnus/gmm-utils.el |
| 11653 | 11645 | ||
| 11654 | (autoload 'gmm-regexp-concat "gmm-utils" "\ | 11646 | (autoload 'gmm-regexp-concat "gmm-utils" "\ |
| @@ -11703,8 +11695,8 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. | |||
| 11703 | ;;;*** | 11695 | ;;;*** |
| 11704 | 11696 | ||
| 11705 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 11697 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 11706 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20552 30761 | 11698 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20627 5636 279161 |
| 11707 | ;;;;;; 207103 0)) | 11699 | ;;;;;; 0)) |
| 11708 | ;;; Generated autoloads from gnus/gnus.el | 11700 | ;;; Generated autoloads from gnus/gnus.el |
| 11709 | (when (fboundp 'custom-autoload) | 11701 | (when (fboundp 'custom-autoload) |
| 11710 | (custom-autoload 'gnus-select-method "gnus")) | 11702 | (custom-autoload 'gnus-select-method "gnus")) |
| @@ -11757,7 +11749,7 @@ prompt the user for the name of an NNTP server to use. | |||
| 11757 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group | 11749 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group |
| 11758 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize | 11750 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize |
| 11759 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" | 11751 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" |
| 11760 | ;;;;;; "gnus/gnus-agent.el" (20518 12580 46478 0)) | 11752 | ;;;;;; "gnus/gnus-agent.el" (20627 5636 279161 0)) |
| 11761 | ;;; Generated autoloads from gnus/gnus-agent.el | 11753 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 11762 | 11754 | ||
| 11763 | (autoload 'gnus-unplugged "gnus-agent" "\ | 11755 | (autoload 'gnus-unplugged "gnus-agent" "\ |
| @@ -11848,7 +11840,7 @@ If CLEAN, obsolete (ignore). | |||
| 11848 | ;;;*** | 11840 | ;;;*** |
| 11849 | 11841 | ||
| 11850 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 11842 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 11851 | ;;;;;; (20578 54821 719276 0)) | 11843 | ;;;;;; (20627 5636 279161 0)) |
| 11852 | ;;; Generated autoloads from gnus/gnus-art.el | 11844 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11853 | 11845 | ||
| 11854 | (autoload 'gnus-article-prepare-display "gnus-art" "\ | 11846 | (autoload 'gnus-article-prepare-display "gnus-art" "\ |
| @@ -11859,7 +11851,7 @@ Make the current buffer look like a nice article. | |||
| 11859 | ;;;*** | 11851 | ;;;*** |
| 11860 | 11852 | ||
| 11861 | ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) | 11853 | ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) |
| 11862 | ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20355 10021 546955 | 11854 | ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20533 49334 755743 |
| 11863 | ;;;;;; 0)) | 11855 | ;;;;;; 0)) |
| 11864 | ;;; Generated autoloads from gnus/gnus-bookmark.el | 11856 | ;;; Generated autoloads from gnus/gnus-bookmark.el |
| 11865 | 11857 | ||
| @@ -11885,8 +11877,8 @@ deletion, or > if it is flagged for displaying. | |||
| 11885 | 11877 | ||
| 11886 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group | 11878 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group |
| 11887 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active | 11879 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active |
| 11888 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20355 | 11880 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20533 |
| 11889 | ;;;;;; 10021 546955 0)) | 11881 | ;;;;;; 49334 755743 0)) |
| 11890 | ;;; Generated autoloads from gnus/gnus-cache.el | 11882 | ;;; Generated autoloads from gnus/gnus-cache.el |
| 11891 | 11883 | ||
| 11892 | (autoload 'gnus-jog-cache "gnus-cache" "\ | 11884 | (autoload 'gnus-jog-cache "gnus-cache" "\ |
| @@ -11928,7 +11920,7 @@ supported. | |||
| 11928 | ;;;*** | 11920 | ;;;*** |
| 11929 | 11921 | ||
| 11930 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) | 11922 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) |
| 11931 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20355 10021 546955 0)) | 11923 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20533 49334 755743 0)) |
| 11932 | ;;; Generated autoloads from gnus/gnus-delay.el | 11924 | ;;; Generated autoloads from gnus/gnus-delay.el |
| 11933 | 11925 | ||
| 11934 | (autoload 'gnus-delay-article "gnus-delay" "\ | 11926 | (autoload 'gnus-delay-article "gnus-delay" "\ |
| @@ -11964,7 +11956,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 11964 | ;;;*** | 11956 | ;;;*** |
| 11965 | 11957 | ||
| 11966 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) | 11958 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) |
| 11967 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20355 10021 546955 0)) | 11959 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20647 7990 336071 0)) |
| 11968 | ;;; Generated autoloads from gnus/gnus-diary.el | 11960 | ;;; Generated autoloads from gnus/gnus-diary.el |
| 11969 | 11961 | ||
| 11970 | (autoload 'gnus-user-format-function-d "gnus-diary" "\ | 11962 | (autoload 'gnus-user-format-function-d "gnus-diary" "\ |
| @@ -11980,7 +11972,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 11980 | ;;;*** | 11972 | ;;;*** |
| 11981 | 11973 | ||
| 11982 | ;;;### (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" |
| 11983 | ;;;;;; (20355 10021 546955 0)) | 11975 | ;;;;;; (20533 49334 755743 0)) |
| 11984 | ;;; Generated autoloads from gnus/gnus-dired.el | 11976 | ;;; Generated autoloads from gnus/gnus-dired.el |
| 11985 | 11977 | ||
| 11986 | (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ | 11978 | (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ |
| @@ -11991,7 +11983,7 @@ Convenience method to turn on gnus-dired-mode. | |||
| 11991 | ;;;*** | 11983 | ;;;*** |
| 11992 | 11984 | ||
| 11993 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" | 11985 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" |
| 11994 | ;;;;;; (20355 10021 546955 0)) | 11986 | ;;;;;; (20533 49334 755743 0)) |
| 11995 | ;;; Generated autoloads from gnus/gnus-draft.el | 11987 | ;;; Generated autoloads from gnus/gnus-draft.el |
| 11996 | 11988 | ||
| 11997 | (autoload 'gnus-draft-reminder "gnus-draft" "\ | 11989 | (autoload 'gnus-draft-reminder "gnus-draft" "\ |
| @@ -12003,8 +11995,8 @@ Reminder user if there are unsent drafts. | |||
| 12003 | 11995 | ||
| 12004 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png | 11996 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png |
| 12005 | ;;;;;; 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 |
| 12006 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20549 | 11998 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20627 |
| 12007 | ;;;;;; 54573 979353 0)) | 11999 | ;;;;;; 5636 279161 0)) |
| 12008 | ;;; Generated autoloads from gnus/gnus-fun.el | 12000 | ;;; Generated autoloads from gnus/gnus-fun.el |
| 12009 | 12001 | ||
| 12010 | (autoload 'gnus-random-x-face "gnus-fun" "\ | 12002 | (autoload 'gnus-random-x-face "gnus-fun" "\ |
| @@ -12049,7 +12041,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to | |||
| 12049 | ;;;*** | 12041 | ;;;*** |
| 12050 | 12042 | ||
| 12051 | ;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) | 12043 | ;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) |
| 12052 | ;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20355 10021 546955 | 12044 | ;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20533 49334 755743 |
| 12053 | ;;;;;; 0)) | 12045 | ;;;;;; 0)) |
| 12054 | ;;; Generated autoloads from gnus/gnus-gravatar.el | 12046 | ;;; Generated autoloads from gnus/gnus-gravatar.el |
| 12055 | 12047 | ||
| @@ -12068,7 +12060,7 @@ If gravatars are already displayed, remove them. | |||
| 12068 | ;;;*** | 12060 | ;;;*** |
| 12069 | 12061 | ||
| 12070 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 12062 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 12071 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (20553 51627 169867 0)) | 12063 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (20627 5636 279161 0)) |
| 12072 | ;;; Generated autoloads from gnus/gnus-group.el | 12064 | ;;; Generated autoloads from gnus/gnus-group.el |
| 12073 | 12065 | ||
| 12074 | (autoload 'gnus-fetch-group "gnus-group" "\ | 12066 | (autoload 'gnus-fetch-group "gnus-group" "\ |
| @@ -12086,7 +12078,7 @@ Pop up a frame and enter GROUP. | |||
| 12086 | ;;;*** | 12078 | ;;;*** |
| 12087 | 12079 | ||
| 12088 | ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" | 12080 | ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" |
| 12089 | ;;;;;; "gnus/gnus-html.el" (20355 10021 546955 0)) | 12081 | ;;;;;; "gnus/gnus-html.el" (20533 49334 755743 0)) |
| 12090 | ;;; Generated autoloads from gnus/gnus-html.el | 12082 | ;;; Generated autoloads from gnus/gnus-html.el |
| 12091 | 12083 | ||
| 12092 | (autoload 'gnus-article-html "gnus-html" "\ | 12084 | (autoload 'gnus-article-html "gnus-html" "\ |
| @@ -12102,7 +12094,7 @@ Pop up a frame and enter GROUP. | |||
| 12102 | ;;;*** | 12094 | ;;;*** |
| 12103 | 12095 | ||
| 12104 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" | 12096 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" |
| 12105 | ;;;;;; (20495 51111 757560 0)) | 12097 | ;;;;;; (20627 5636 279161 0)) |
| 12106 | ;;; Generated autoloads from gnus/gnus-kill.el | 12098 | ;;; Generated autoloads from gnus/gnus-kill.el |
| 12107 | 12099 | ||
| 12108 | (defalias 'gnus-batch-kill 'gnus-batch-score) | 12100 | (defalias 'gnus-batch-kill 'gnus-batch-score) |
| @@ -12117,7 +12109,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score | |||
| 12117 | 12109 | ||
| 12118 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate | 12110 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate |
| 12119 | ;;;;;; 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" |
| 12120 | ;;;;;; (20355 10021 546955 0)) | 12112 | ;;;;;; (20533 49334 755743 0)) |
| 12121 | ;;; Generated autoloads from gnus/gnus-ml.el | 12113 | ;;; Generated autoloads from gnus/gnus-ml.el |
| 12122 | 12114 | ||
| 12123 | (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ | 12115 | (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ |
| @@ -12142,7 +12134,7 @@ Minor mode for providing mailing-list commands. | |||
| 12142 | 12134 | ||
| 12143 | ;;;### (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 |
| 12144 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 12136 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 12145 | ;;;;;; (20355 10021 546955 0)) | 12137 | ;;;;;; (20533 49334 755743 0)) |
| 12146 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 12138 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 12147 | 12139 | ||
| 12148 | (autoload 'gnus-group-split-setup "gnus-mlspl" "\ | 12140 | (autoload 'gnus-group-split-setup "gnus-mlspl" "\ |
| @@ -12243,7 +12235,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: | |||
| 12243 | ;;;*** | 12235 | ;;;*** |
| 12244 | 12236 | ||
| 12245 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) | 12237 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) |
| 12246 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20593 22184 581574 0)) | 12238 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20627 5636 279161 0)) |
| 12247 | ;;; Generated autoloads from gnus/gnus-msg.el | 12239 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 12248 | 12240 | ||
| 12249 | (autoload 'gnus-msg-mail "gnus-msg" "\ | 12241 | (autoload 'gnus-msg-mail "gnus-msg" "\ |
| @@ -12270,7 +12262,7 @@ Like `message-reply'. | |||
| 12270 | ;;;*** | 12262 | ;;;*** |
| 12271 | 12263 | ||
| 12272 | ;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el" | 12264 | ;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el" |
| 12273 | ;;;;;; (20593 22184 581574 0)) | 12265 | ;;;;;; (20627 5636 279161 0)) |
| 12274 | ;;; Generated autoloads from gnus/gnus-notifications.el | 12266 | ;;; Generated autoloads from gnus/gnus-notifications.el |
| 12275 | 12267 | ||
| 12276 | (autoload 'gnus-notifications "gnus-notifications" "\ | 12268 | (autoload 'gnus-notifications "gnus-notifications" "\ |
| @@ -12288,7 +12280,7 @@ This is typically a function to add in | |||
| 12288 | 12280 | ||
| 12289 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon | 12281 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon |
| 12290 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" | 12282 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" |
| 12291 | ;;;;;; (20523 62082 997685 0)) | 12283 | ;;;;;; (20627 5636 279161 0)) |
| 12292 | ;;; Generated autoloads from gnus/gnus-picon.el | 12284 | ;;; Generated autoloads from gnus/gnus-picon.el |
| 12293 | 12285 | ||
| 12294 | (autoload 'gnus-treat-from-picon "gnus-picon" "\ | 12286 | (autoload 'gnus-treat-from-picon "gnus-picon" "\ |
| @@ -12315,7 +12307,7 @@ If picons are already displayed, remove them. | |||
| 12315 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection | 12307 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection |
| 12316 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement | 12308 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement |
| 12317 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" | 12309 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" |
| 12318 | ;;;;;; "gnus/gnus-range.el" (20544 36659 880486 0)) | 12310 | ;;;;;; "gnus/gnus-range.el" (20627 5636 279161 0)) |
| 12319 | ;;; Generated autoloads from gnus/gnus-range.el | 12311 | ;;; Generated autoloads from gnus/gnus-range.el |
| 12320 | 12312 | ||
| 12321 | (autoload 'gnus-sorted-difference "gnus-range" "\ | 12313 | (autoload 'gnus-sorted-difference "gnus-range" "\ |
| @@ -12383,7 +12375,7 @@ Add NUM into sorted LIST by side effect. | |||
| 12383 | ;;;*** | 12375 | ;;;*** |
| 12384 | 12376 | ||
| 12385 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) | 12377 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) |
| 12386 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20544 36659 880486 | 12378 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20627 5636 279161 |
| 12387 | ;;;;;; 0)) | 12379 | ;;;;;; 0)) |
| 12388 | ;;; Generated autoloads from gnus/gnus-registry.el | 12380 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 12389 | 12381 | ||
| @@ -12400,8 +12392,8 @@ Install the registry hooks. | |||
| 12400 | ;;;*** | 12392 | ;;;*** |
| 12401 | 12393 | ||
| 12402 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate | 12394 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate |
| 12403 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20355 | 12395 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20533 |
| 12404 | ;;;;;; 10021 546955 0)) | 12396 | ;;;;;; 49334 755743 0)) |
| 12405 | ;;; Generated autoloads from gnus/gnus-sieve.el | 12397 | ;;; Generated autoloads from gnus/gnus-sieve.el |
| 12406 | 12398 | ||
| 12407 | (autoload 'gnus-sieve-update "gnus-sieve" "\ | 12399 | (autoload 'gnus-sieve-update "gnus-sieve" "\ |
| @@ -12429,7 +12421,7 @@ See the documentation for these variables and functions for details. | |||
| 12429 | ;;;*** | 12421 | ;;;*** |
| 12430 | 12422 | ||
| 12431 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" | 12423 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" |
| 12432 | ;;;;;; (20458 56750 651721 0)) | 12424 | ;;;;;; (20627 5636 279161 0)) |
| 12433 | ;;; Generated autoloads from gnus/gnus-spec.el | 12425 | ;;; Generated autoloads from gnus/gnus-spec.el |
| 12434 | 12426 | ||
| 12435 | (autoload 'gnus-update-format "gnus-spec" "\ | 12427 | (autoload 'gnus-update-format "gnus-spec" "\ |
| @@ -12440,7 +12432,7 @@ Update the format specification near point. | |||
| 12440 | ;;;*** | 12432 | ;;;*** |
| 12441 | 12433 | ||
| 12442 | ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" | 12434 | ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" |
| 12443 | ;;;;;; (20614 54428 654267 0)) | 12435 | ;;;;;; (20627 5636 279161 0)) |
| 12444 | ;;; Generated autoloads from gnus/gnus-start.el | 12436 | ;;; Generated autoloads from gnus/gnus-start.el |
| 12445 | 12437 | ||
| 12446 | (autoload 'gnus-declare-backend "gnus-start" "\ | 12438 | (autoload 'gnus-declare-backend "gnus-start" "\ |
| @@ -12451,7 +12443,7 @@ Declare back end NAME with ABILITIES as a Gnus back end. | |||
| 12451 | ;;;*** | 12443 | ;;;*** |
| 12452 | 12444 | ||
| 12453 | ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" | 12445 | ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" |
| 12454 | ;;;;;; (20540 39589 424586 0)) | 12446 | ;;;;;; (20627 5636 279161 0)) |
| 12455 | ;;; Generated autoloads from gnus/gnus-sum.el | 12447 | ;;; Generated autoloads from gnus/gnus-sum.el |
| 12456 | 12448 | ||
| 12457 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ | 12449 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ |
| @@ -12463,7 +12455,7 @@ BOOKMARK is a bookmark name or a bookmark record. | |||
| 12463 | ;;;*** | 12455 | ;;;*** |
| 12464 | 12456 | ||
| 12465 | ;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) | 12457 | ;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) |
| 12466 | ;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20593 22184 581574 0)) | 12458 | ;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20627 5636 279161 0)) |
| 12467 | ;;; Generated autoloads from gnus/gnus-sync.el | 12459 | ;;; Generated autoloads from gnus/gnus-sync.el |
| 12468 | 12460 | ||
| 12469 | (autoload 'gnus-sync-initialize "gnus-sync" "\ | 12461 | (autoload 'gnus-sync-initialize "gnus-sync" "\ |
| @@ -12479,7 +12471,7 @@ Install the sync hooks. | |||
| 12479 | ;;;*** | 12471 | ;;;*** |
| 12480 | 12472 | ||
| 12481 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 12473 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
| 12482 | ;;;;;; (20447 49522 409090 0)) | 12474 | ;;;;;; (20627 5636 279161 0)) |
| 12483 | ;;; Generated autoloads from gnus/gnus-win.el | 12475 | ;;; Generated autoloads from gnus/gnus-win.el |
| 12484 | 12476 | ||
| 12485 | (autoload 'gnus-add-configuration "gnus-win" "\ | 12477 | (autoload 'gnus-add-configuration "gnus-win" "\ |
| @@ -12490,7 +12482,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 12490 | ;;;*** | 12482 | ;;;*** |
| 12491 | 12483 | ||
| 12492 | ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" | 12484 | ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" |
| 12493 | ;;;;;; (20476 31768 298871 0)) | 12485 | ;;;;;; (20627 5636 279161 0)) |
| 12494 | ;;; Generated autoloads from net/gnutls.el | 12486 | ;;; Generated autoloads from net/gnutls.el |
| 12495 | 12487 | ||
| 12496 | (defvar gnutls-min-prime-bits 256 "\ | 12488 | (defvar gnutls-min-prime-bits 256 "\ |
| @@ -12506,8 +12498,8 @@ A value of nil says to use the default GnuTLS value.") | |||
| 12506 | 12498 | ||
| 12507 | ;;;*** | 12499 | ;;;*** |
| 12508 | 12500 | ||
| 12509 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20626 19492 | 12501 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20627 5636 |
| 12510 | ;;;;;; 855904 0)) | 12502 | ;;;;;; 279161 0)) |
| 12511 | ;;; Generated autoloads from play/gomoku.el | 12503 | ;;; Generated autoloads from play/gomoku.el |
| 12512 | 12504 | ||
| 12513 | (autoload 'gomoku "gomoku" "\ | 12505 | (autoload 'gomoku "gomoku" "\ |
| @@ -12534,8 +12526,8 @@ Use \\[describe-mode] for more info. | |||
| 12534 | ;;;*** | 12526 | ;;;*** |
| 12535 | 12527 | ||
| 12536 | ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address | 12528 | ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address |
| 12537 | ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20566 | 12529 | ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20627 |
| 12538 | ;;;;;; 63671 243798 0)) | 12530 | ;;;;;; 5636 279161 0)) |
| 12539 | ;;; Generated autoloads from net/goto-addr.el | 12531 | ;;; Generated autoloads from net/goto-addr.el |
| 12540 | 12532 | ||
| 12541 | (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") |
| @@ -12577,7 +12569,7 @@ Like `goto-address-mode', but only for comments and strings. | |||
| 12577 | ;;;*** | 12569 | ;;;*** |
| 12578 | 12570 | ||
| 12579 | ;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) | 12571 | ;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) |
| 12580 | ;;;;;; "gravatar" "gnus/gravatar.el" (20355 10021 546955 0)) | 12572 | ;;;;;; "gravatar" "gnus/gravatar.el" (20533 49334 755743 0)) |
| 12581 | ;;; Generated autoloads from gnus/gravatar.el | 12573 | ;;; Generated autoloads from gnus/gravatar.el |
| 12582 | 12574 | ||
| 12583 | (autoload 'gravatar-retrieve "gravatar" "\ | 12575 | (autoload 'gravatar-retrieve "gravatar" "\ |
| @@ -12595,8 +12587,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it. | |||
| 12595 | 12587 | ||
| 12596 | ;;;### (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 |
| 12597 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12589 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12598 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20572 16038 | 12590 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20627 5636 |
| 12599 | ;;;;;; 402143 0)) | 12591 | ;;;;;; 279161 0)) |
| 12600 | ;;; Generated autoloads from progmodes/grep.el | 12592 | ;;; Generated autoloads from progmodes/grep.el |
| 12601 | 12593 | ||
| 12602 | (defvar grep-window-height nil "\ | 12594 | (defvar grep-window-height nil "\ |
| @@ -12759,7 +12751,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'. | |||
| 12759 | 12751 | ||
| 12760 | ;;;*** | 12752 | ;;;*** |
| 12761 | 12753 | ||
| 12762 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (20355 10021 546955 | 12754 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (20533 49334 755743 |
| 12763 | ;;;;;; 0)) | 12755 | ;;;;;; 0)) |
| 12764 | ;;; Generated autoloads from gs.el | 12756 | ;;; Generated autoloads from gs.el |
| 12765 | 12757 | ||
| @@ -12774,8 +12766,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12774 | ;;;*** | 12766 | ;;;*** |
| 12775 | 12767 | ||
| 12776 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb | 12768 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb |
| 12777 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20614 55343 | 12769 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20627 5636 |
| 12778 | ;;;;;; 384716 548000)) | 12770 | ;;;;;; 279161 0)) |
| 12779 | ;;; Generated autoloads from progmodes/gud.el | 12771 | ;;; Generated autoloads from progmodes/gud.el |
| 12780 | 12772 | ||
| 12781 | (autoload 'gud-gdb "gud" "\ | 12773 | (autoload 'gud-gdb "gud" "\ |
| @@ -12865,7 +12857,7 @@ it if ARG is omitted or nil. | |||
| 12865 | 12857 | ||
| 12866 | ;;;### (autoloads (setf gv-define-simple-setter gv-define-setter | 12858 | ;;;### (autoloads (setf gv-define-simple-setter gv-define-setter |
| 12867 | ;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get) | 12859 | ;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get) |
| 12868 | ;;;;;; "gv" "emacs-lisp/gv.el" (20608 20265 413008 0)) | 12860 | ;;;;;; "gv" "emacs-lisp/gv.el" (20647 7990 336071 0)) |
| 12869 | ;;; Generated autoloads from emacs-lisp/gv.el | 12861 | ;;; Generated autoloads from emacs-lisp/gv.el |
| 12870 | 12862 | ||
| 12871 | (autoload 'gv-get "gv" "\ | 12863 | (autoload 'gv-get "gv" "\ |
| @@ -12885,7 +12877,7 @@ Build the code manipulating the generalized variable PLACE. | |||
| 12885 | GETTER will be bound to a copyable expression that returns the value | 12877 | GETTER will be bound to a copyable expression that returns the value |
| 12886 | of PLACE. | 12878 | of PLACE. |
| 12887 | SETTER will be bound to a function that takes an expression V and returns | 12879 | SETTER will be bound to a function that takes an expression V and returns |
| 12888 | and new expression that sets PLACE to V. | 12880 | a new expression that sets PLACE to V. |
| 12889 | BODY should return some Elisp expression E manipulating PLACE via GETTER | 12881 | BODY should return some Elisp expression E manipulating PLACE via GETTER |
| 12890 | and SETTER. | 12882 | and SETTER. |
| 12891 | The returned value will then be an Elisp expression that first evaluates | 12883 | The returned value will then be an Elisp expression that first evaluates |
| @@ -12921,7 +12913,7 @@ well for simple place forms. | |||
| 12921 | Assignments of VAL to (NAME ARGS...) are expanded by binding the argument | 12913 | Assignments of VAL to (NAME ARGS...) are expanded by binding the argument |
| 12922 | forms (VAL ARGS...) according to ARGLIST, then executing BODY, which must | 12914 | forms (VAL ARGS...) according to ARGLIST, then executing BODY, which must |
| 12923 | return a Lisp form that does the assignment. | 12915 | return a Lisp form that does the assignment. |
| 12924 | The first arg in ARLIST (the one that receives VAL) receives an expression | 12916 | The first arg in ARGLIST (the one that receives VAL) receives an expression |
| 12925 | which can do arbitrary things, whereas the other arguments are all guaranteed | 12917 | which can do arbitrary things, whereas the other arguments are all guaranteed |
| 12926 | to be pure and copyable. Example use: | 12918 | to be pure and copyable. Example use: |
| 12927 | (gv-define-setter aref (v a i) `(aset ,a ,i ,v)) | 12919 | (gv-define-setter aref (v a i) `(aset ,a ,i ,v)) |
| @@ -12935,8 +12927,12 @@ Define a simple setter method for generalized variable NAME. | |||
| 12935 | This macro is an easy-to-use substitute for `gv-define-expander' that works | 12927 | This macro is an easy-to-use substitute for `gv-define-expander' that works |
| 12936 | well for simple place forms. Assignments of VAL to (NAME ARGS...) are | 12928 | well for simple place forms. Assignments of VAL to (NAME ARGS...) are |
| 12937 | turned into calls of the form (SETTER ARGS... VAL). | 12929 | turned into calls of the form (SETTER ARGS... VAL). |
| 12930 | |||
| 12938 | If FIX-RETURN is non-nil, then SETTER is not assumed to return VAL and | 12931 | If FIX-RETURN is non-nil, then SETTER is not assumed to return VAL and |
| 12939 | instead the assignment is turned into (prog1 VAL (SETTER ARGS... VAL)) | 12932 | instead the assignment is turned into something equivalent to |
| 12933 | (let ((temp VAL)) | ||
| 12934 | (SETTER ARGS... temp) | ||
| 12935 | temp) | ||
| 12940 | so as to preserve the semantics of `setf'. | 12936 | so as to preserve the semantics of `setf'. |
| 12941 | 12937 | ||
| 12942 | \(fn NAME SETTER &optional FIX-RETURN)" nil t) | 12938 | \(fn NAME SETTER &optional FIX-RETURN)" nil t) |
| @@ -12954,8 +12950,8 @@ The return value is the last VAL in the list. | |||
| 12954 | 12950 | ||
| 12955 | ;;;*** | 12951 | ;;;*** |
| 12956 | 12952 | ||
| 12957 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20566 | 12953 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20627 |
| 12958 | ;;;;;; 63671 243798 0)) | 12954 | ;;;;;; 5636 279161 0)) |
| 12959 | ;;; Generated autoloads from play/handwrite.el | 12955 | ;;; Generated autoloads from play/handwrite.el |
| 12960 | 12956 | ||
| 12961 | (autoload 'handwrite "handwrite" "\ | 12957 | (autoload 'handwrite "handwrite" "\ |
| @@ -12973,7 +12969,7 @@ Variables: `handwrite-linespace' (default 12) | |||
| 12973 | ;;;*** | 12969 | ;;;*** |
| 12974 | 12970 | ||
| 12975 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" | 12971 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" |
| 12976 | ;;;;;; (20478 3673 653810 0)) | 12972 | ;;;;;; (20627 5636 279161 0)) |
| 12977 | ;;; Generated autoloads from play/hanoi.el | 12973 | ;;; Generated autoloads from play/hanoi.el |
| 12978 | 12974 | ||
| 12979 | (autoload 'hanoi "hanoi" "\ | 12975 | (autoload 'hanoi "hanoi" "\ |
| @@ -13002,7 +12998,7 @@ to be updated. | |||
| 13002 | 12998 | ||
| 13003 | ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment | 12999 | ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment |
| 13004 | ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) | 13000 | ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) |
| 13005 | ;;;;;; "hashcash" "mail/hashcash.el" (20355 10021 546955 0)) | 13001 | ;;;;;; "hashcash" "mail/hashcash.el" (20627 5636 279161 0)) |
| 13006 | ;;; Generated autoloads from mail/hashcash.el | 13002 | ;;; Generated autoloads from mail/hashcash.el |
| 13007 | 13003 | ||
| 13008 | (autoload 'hashcash-insert-payment "hashcash" "\ | 13004 | (autoload 'hashcash-insert-payment "hashcash" "\ |
| @@ -13047,8 +13043,8 @@ Prefix arg sets default accept amount temporarily. | |||
| 13047 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region | 13043 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region |
| 13048 | ;;;;;; 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 |
| 13049 | ;;;;;; 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 |
| 13050 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20355 10021 | 13046 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20533 49334 |
| 13051 | ;;;;;; 546955 0)) | 13047 | ;;;;;; 755743 0)) |
| 13052 | ;;; Generated autoloads from help-at-pt.el | 13048 | ;;; Generated autoloads from help-at-pt.el |
| 13053 | 13049 | ||
| 13054 | (autoload 'help-at-pt-string "help-at-pt" "\ | 13050 | (autoload 'help-at-pt-string "help-at-pt" "\ |
| @@ -13178,7 +13174,7 @@ different regions. With numeric argument ARG, behaves like | |||
| 13178 | ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories | 13174 | ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories |
| 13179 | ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 | 13175 | ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 |
| 13180 | ;;;;;; find-lisp-object-file-name help-C-file-name describe-function) | 13176 | ;;;;;; find-lisp-object-file-name help-C-file-name describe-function) |
| 13181 | ;;;;;; "help-fns" "help-fns.el" (20601 16294 451653 0)) | 13177 | ;;;;;; "help-fns" "help-fns.el" (20627 5636 279161 0)) |
| 13182 | ;;; Generated autoloads from help-fns.el | 13178 | ;;; Generated autoloads from help-fns.el |
| 13183 | 13179 | ||
| 13184 | (autoload 'describe-function "help-fns" "\ | 13180 | (autoload 'describe-function "help-fns" "\ |
| @@ -13258,7 +13254,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file. | |||
| 13258 | ;;;*** | 13254 | ;;;*** |
| 13259 | 13255 | ||
| 13260 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" | 13256 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" |
| 13261 | ;;;;;; (20589 25124 41923 0)) | 13257 | ;;;;;; (20627 5636 279161 0)) |
| 13262 | ;;; Generated autoloads from help-macro.el | 13258 | ;;; Generated autoloads from help-macro.el |
| 13263 | 13259 | ||
| 13264 | (defvar three-step-help nil "\ | 13260 | (defvar three-step-help nil "\ |
| @@ -13275,7 +13271,7 @@ gives the window that lists the options.") | |||
| 13275 | ;;;### (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 |
| 13276 | ;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref | 13272 | ;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref |
| 13277 | ;;;;;; 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" |
| 13278 | ;;;;;; (20601 16294 451653 0)) | 13274 | ;;;;;; (20627 5636 279161 0)) |
| 13279 | ;;; Generated autoloads from help-mode.el | 13275 | ;;; Generated autoloads from help-mode.el |
| 13280 | 13276 | ||
| 13281 | (autoload 'help-mode "help-mode" "\ | 13277 | (autoload 'help-mode "help-mode" "\ |
| @@ -13375,7 +13371,7 @@ BOOKMARK is a bookmark name or a bookmark record. | |||
| 13375 | ;;;*** | 13371 | ;;;*** |
| 13376 | 13372 | ||
| 13377 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 13373 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
| 13378 | ;;;;;; "emacs-lisp/helper.el" (20355 10021 546955 0)) | 13374 | ;;;;;; "emacs-lisp/helper.el" (20533 49334 755743 0)) |
| 13379 | ;;; Generated autoloads from emacs-lisp/helper.el | 13375 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 13380 | 13376 | ||
| 13381 | (autoload 'Helper-describe-bindings "helper" "\ | 13377 | (autoload 'Helper-describe-bindings "helper" "\ |
| @@ -13391,7 +13387,7 @@ Provide help for current mode. | |||
| 13391 | ;;;*** | 13387 | ;;;*** |
| 13392 | 13388 | ||
| 13393 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 13389 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 13394 | ;;;;;; "hexl.el" (20523 62082 997685 0)) | 13390 | ;;;;;; "hexl.el" (20627 5636 279161 0)) |
| 13395 | ;;; Generated autoloads from hexl.el | 13391 | ;;; Generated autoloads from hexl.el |
| 13396 | 13392 | ||
| 13397 | (autoload 'hexl-mode "hexl" "\ | 13393 | (autoload 'hexl-mode "hexl" "\ |
| @@ -13488,7 +13484,7 @@ This discards the buffer's undo information. | |||
| 13488 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 13484 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
| 13489 | ;;;;;; 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 |
| 13490 | ;;;;;; 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" |
| 13491 | ;;;;;; (20593 22184 581574 0)) | 13487 | ;;;;;; (20627 5636 279161 0)) |
| 13492 | ;;; Generated autoloads from hi-lock.el | 13488 | ;;; Generated autoloads from hi-lock.el |
| 13493 | 13489 | ||
| 13494 | (autoload 'hi-lock-mode "hi-lock" "\ | 13490 | (autoload 'hi-lock-mode "hi-lock" "\ |
| @@ -13636,7 +13632,7 @@ be found in variable `hi-lock-interactive-patterns'. | |||
| 13636 | ;;;*** | 13632 | ;;;*** |
| 13637 | 13633 | ||
| 13638 | ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" | 13634 | ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" |
| 13639 | ;;;;;; (20588 4262 531841 0)) | 13635 | ;;;;;; (20627 5636 279161 0)) |
| 13640 | ;;; Generated autoloads from progmodes/hideif.el | 13636 | ;;; Generated autoloads from progmodes/hideif.el |
| 13641 | 13637 | ||
| 13642 | (autoload 'hide-ifdef-mode "hideif" "\ | 13638 | (autoload 'hide-ifdef-mode "hideif" "\ |
| @@ -13680,7 +13676,7 @@ Several variables affect how the hiding is done: | |||
| 13680 | ;;;*** | 13676 | ;;;*** |
| 13681 | 13677 | ||
| 13682 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" | 13678 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" |
| 13683 | ;;;;;; (20566 63671 243798 0)) | 13679 | ;;;;;; (20627 5636 279161 0)) |
| 13684 | ;;; Generated autoloads from progmodes/hideshow.el | 13680 | ;;; Generated autoloads from progmodes/hideshow.el |
| 13685 | 13681 | ||
| 13686 | (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))) "\ |
| @@ -13746,8 +13742,8 @@ Unconditionally turn off `hs-minor-mode'. | |||
| 13746 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces | 13742 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces |
| 13747 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change | 13743 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change |
| 13748 | ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode | 13744 | ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode |
| 13749 | ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20355 | 13745 | ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20533 |
| 13750 | ;;;;;; 10021 546955 0)) | 13746 | ;;;;;; 49334 755743 0)) |
| 13751 | ;;; Generated autoloads from hilit-chg.el | 13747 | ;;; Generated autoloads from hilit-chg.el |
| 13752 | 13748 | ||
| 13753 | (autoload 'highlight-changes-mode "hilit-chg" "\ | 13749 | (autoload 'highlight-changes-mode "hilit-chg" "\ |
| @@ -13879,7 +13875,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode. | |||
| 13879 | ;;;*** | 13875 | ;;;*** |
| 13880 | 13876 | ||
| 13881 | ;;;### (autoloads (make-hippie-expand-function hippie-expand) "hippie-exp" | 13877 | ;;;### (autoloads (make-hippie-expand-function hippie-expand) "hippie-exp" |
| 13882 | ;;;;;; "hippie-exp.el" (20584 7212 455152 0)) | 13878 | ;;;;;; "hippie-exp.el" (20627 5636 279161 0)) |
| 13883 | ;;; Generated autoloads from hippie-exp.el | 13879 | ;;; Generated autoloads from hippie-exp.el |
| 13884 | 13880 | ||
| 13885 | (autoload 'hippie-expand "hippie-exp" "\ | 13881 | (autoload 'hippie-expand "hippie-exp" "\ |
| @@ -13904,7 +13900,7 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 13904 | ;;;*** | 13900 | ;;;*** |
| 13905 | 13901 | ||
| 13906 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 13902 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 13907 | ;;;;;; (20355 10021 546955 0)) | 13903 | ;;;;;; (20533 49334 755743 0)) |
| 13908 | ;;; Generated autoloads from hl-line.el | 13904 | ;;; Generated autoloads from hl-line.el |
| 13909 | 13905 | ||
| 13910 | (autoload 'hl-line-mode "hl-line" "\ | 13906 | (autoload 'hl-line-mode "hl-line" "\ |
| @@ -13957,7 +13953,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 13957 | ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays | 13953 | ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays |
| 13958 | ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays | 13954 | ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays |
| 13959 | ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" | 13955 | ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" |
| 13960 | ;;;;;; "calendar/holidays.el" (20566 63671 243798 0)) | 13956 | ;;;;;; "calendar/holidays.el" (20627 5636 279161 0)) |
| 13961 | ;;; Generated autoloads from calendar/holidays.el | 13957 | ;;; Generated autoloads from calendar/holidays.el |
| 13962 | 13958 | ||
| 13963 | (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") | 13959 | (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") |
| @@ -14105,8 +14101,8 @@ The optional LABEL is used to label the buffer created. | |||
| 14105 | 14101 | ||
| 14106 | ;;;*** | 14102 | ;;;*** |
| 14107 | 14103 | ||
| 14108 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20355 | 14104 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20533 |
| 14109 | ;;;;;; 10021 546955 0)) | 14105 | ;;;;;; 49334 755743 0)) |
| 14110 | ;;; Generated autoloads from gnus/html2text.el | 14106 | ;;; Generated autoloads from gnus/html2text.el |
| 14111 | 14107 | ||
| 14112 | (autoload 'html2text "html2text" "\ | 14108 | (autoload 'html2text "html2text" "\ |
| @@ -14117,7 +14113,7 @@ Convert HTML to plain text in the current buffer. | |||
| 14117 | ;;;*** | 14113 | ;;;*** |
| 14118 | 14114 | ||
| 14119 | ;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) | 14115 | ;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) |
| 14120 | ;;;;;; "htmlfontify" "htmlfontify.el" (20614 54428 654267 0)) | 14116 | ;;;;;; "htmlfontify" "htmlfontify.el" (20627 5636 279161 0)) |
| 14121 | ;;; Generated autoloads from htmlfontify.el | 14117 | ;;; Generated autoloads from htmlfontify.el |
| 14122 | 14118 | ||
| 14123 | (autoload 'htmlfontify-buffer "htmlfontify" "\ | 14119 | (autoload 'htmlfontify-buffer "htmlfontify" "\ |
| @@ -14150,8 +14146,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'. | |||
| 14150 | ;;;*** | 14146 | ;;;*** |
| 14151 | 14147 | ||
| 14152 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 14148 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 14153 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20478 | 14149 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20627 |
| 14154 | ;;;;;; 3673 653810 0)) | 14150 | ;;;;;; 5636 279161 0)) |
| 14155 | ;;; Generated autoloads from ibuf-macs.el | 14151 | ;;; Generated autoloads from ibuf-macs.el |
| 14156 | 14152 | ||
| 14157 | (autoload 'define-ibuffer-column "ibuf-macs" "\ | 14153 | (autoload 'define-ibuffer-column "ibuf-macs" "\ |
| @@ -14240,7 +14236,7 @@ bound to the current value of the filter. | |||
| 14240 | ;;;*** | 14236 | ;;;*** |
| 14241 | 14237 | ||
| 14242 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 14238 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 14243 | ;;;;;; "ibuffer" "ibuffer.el" (20576 13312 649004 817000)) | 14239 | ;;;;;; "ibuffer" "ibuffer.el" (20641 21435 927560 0)) |
| 14244 | ;;; Generated autoloads from ibuffer.el | 14240 | ;;; Generated autoloads from ibuffer.el |
| 14245 | 14241 | ||
| 14246 | (autoload 'ibuffer-list-buffers "ibuffer" "\ | 14242 | (autoload 'ibuffer-list-buffers "ibuffer" "\ |
| @@ -14281,7 +14277,7 @@ FORMATS is the value to use for `ibuffer-formats'. | |||
| 14281 | 14277 | ||
| 14282 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file | 14278 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file |
| 14283 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" | 14279 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" |
| 14284 | ;;;;;; "calendar/icalendar.el" (20593 22184 581574 0)) | 14280 | ;;;;;; "calendar/icalendar.el" (20627 5636 279161 0)) |
| 14285 | ;;; Generated autoloads from calendar/icalendar.el | 14281 | ;;; Generated autoloads from calendar/icalendar.el |
| 14286 | 14282 | ||
| 14287 | (autoload 'icalendar-export-file "icalendar" "\ | 14283 | (autoload 'icalendar-export-file "icalendar" "\ |
| @@ -14333,8 +14329,8 @@ buffer `*icalendar-errors*'. | |||
| 14333 | 14329 | ||
| 14334 | ;;;*** | 14330 | ;;;*** |
| 14335 | 14331 | ||
| 14336 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20453 | 14332 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20627 |
| 14337 | ;;;;;; 5437 764254 0)) | 14333 | ;;;;;; 5636 279161 0)) |
| 14338 | ;;; Generated autoloads from icomplete.el | 14334 | ;;; Generated autoloads from icomplete.el |
| 14339 | 14335 | ||
| 14340 | (defvar icomplete-mode nil "\ | 14336 | (defvar icomplete-mode nil "\ |
| @@ -14356,8 +14352,8 @@ the mode if ARG is omitted or nil. | |||
| 14356 | 14352 | ||
| 14357 | ;;;*** | 14353 | ;;;*** |
| 14358 | 14354 | ||
| 14359 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20355 10021 | 14355 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20627 5636 |
| 14360 | ;;;;;; 546955 0)) | 14356 | ;;;;;; 279161 0)) |
| 14361 | ;;; Generated autoloads from progmodes/icon.el | 14357 | ;;; Generated autoloads from progmodes/icon.el |
| 14362 | 14358 | ||
| 14363 | (autoload 'icon-mode "icon" "\ | 14359 | (autoload 'icon-mode "icon" "\ |
| @@ -14398,7 +14394,7 @@ with no args, if that value is non-nil. | |||
| 14398 | ;;;*** | 14394 | ;;;*** |
| 14399 | 14395 | ||
| 14400 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 14396 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 14401 | ;;;;;; (20572 16038 402143 0)) | 14397 | ;;;;;; (20627 5636 279161 0)) |
| 14402 | ;;; Generated autoloads from progmodes/idlw-shell.el | 14398 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 14403 | 14399 | ||
| 14404 | (autoload 'idlwave-shell "idlw-shell" "\ | 14400 | (autoload 'idlwave-shell "idlw-shell" "\ |
| @@ -14424,7 +14420,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 14424 | ;;;*** | 14420 | ;;;*** |
| 14425 | 14421 | ||
| 14426 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 14422 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 14427 | ;;;;;; (20576 42138 697312 0)) | 14423 | ;;;;;; (20627 5636 279161 0)) |
| 14428 | ;;; Generated autoloads from progmodes/idlwave.el | 14424 | ;;; Generated autoloads from progmodes/idlwave.el |
| 14429 | 14425 | ||
| 14430 | (autoload 'idlwave-mode "idlwave" "\ | 14426 | (autoload 'idlwave-mode "idlwave" "\ |
| @@ -14558,8 +14554,8 @@ The main features of this mode are | |||
| 14558 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 14554 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 14559 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 14555 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 14560 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 14556 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 14561 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20590 | 14557 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20638 |
| 14562 | ;;;;;; 45996 129575 0)) | 14558 | ;;;;;; 33866 241652 0)) |
| 14563 | ;;; Generated autoloads from ido.el | 14559 | ;;; Generated autoloads from ido.el |
| 14564 | 14560 | ||
| 14565 | (defvar ido-mode nil "\ | 14561 | (defvar ido-mode nil "\ |
| @@ -14818,7 +14814,7 @@ DEF, if non-nil, is the default value. | |||
| 14818 | 14814 | ||
| 14819 | ;;;*** | 14815 | ;;;*** |
| 14820 | 14816 | ||
| 14821 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (20566 63671 243798 0)) | 14817 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (20627 5636 279161 0)) |
| 14822 | ;;; Generated autoloads from ielm.el | 14818 | ;;; Generated autoloads from ielm.el |
| 14823 | 14819 | ||
| 14824 | (autoload 'ielm "ielm" "\ | 14820 | (autoload 'ielm "ielm" "\ |
| @@ -14829,8 +14825,8 @@ Switches to the buffer `*ielm*', or creates it if it does not exist. | |||
| 14829 | 14825 | ||
| 14830 | ;;;*** | 14826 | ;;;*** |
| 14831 | 14827 | ||
| 14832 | ;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20355 10021 | 14828 | ;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20533 49334 |
| 14833 | ;;;;;; 546955 0)) | 14829 | ;;;;;; 755743 0)) |
| 14834 | ;;; Generated autoloads from iimage.el | 14830 | ;;; Generated autoloads from iimage.el |
| 14835 | 14831 | ||
| 14836 | (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") | 14832 | (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") |
| @@ -14851,7 +14847,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | |||
| 14851 | ;;;;;; create-image image-type-auto-detected-p image-type-available-p | 14847 | ;;;;;; create-image image-type-auto-detected-p image-type-available-p |
| 14852 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header | 14848 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header |
| 14853 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" | 14849 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" |
| 14854 | ;;;;;; (20613 59417 195100 163000)) | 14850 | ;;;;;; (20648 29674 854535 0)) |
| 14855 | ;;; Generated autoloads from image.el | 14851 | ;;; Generated autoloads from image.el |
| 14856 | 14852 | ||
| 14857 | (autoload 'image-type-from-data "image" "\ | 14853 | (autoload 'image-type-from-data "image" "\ |
| @@ -14950,7 +14946,7 @@ means display it in the right marginal area. | |||
| 14950 | Insert IMAGE into current buffer at point. | 14946 | Insert IMAGE into current buffer at point. |
| 14951 | IMAGE is displayed by inserting STRING into the current buffer | 14947 | IMAGE is displayed by inserting STRING into the current buffer |
| 14952 | with a `display' property whose value is the image. STRING | 14948 | with a `display' property whose value is the image. STRING |
| 14953 | defaults to the empty string if you omit it. | 14949 | defaults to a single space if you omit it. |
| 14954 | AREA is where to display the image. AREA nil or omitted means | 14950 | AREA is where to display the image. AREA nil or omitted means |
| 14955 | display it in the text area, a value of `left-margin' means | 14951 | display it in the text area, a value of `left-margin' means |
| 14956 | display it in the left marginal area, a value of `right-margin' | 14952 | display it in the left marginal area, a value of `right-margin' |
| @@ -14966,8 +14962,8 @@ height of the image; integer values are taken as pixel values. | |||
| 14966 | (autoload 'insert-sliced-image "image" "\ | 14962 | (autoload 'insert-sliced-image "image" "\ |
| 14967 | Insert IMAGE into current buffer at point. | 14963 | Insert IMAGE into current buffer at point. |
| 14968 | IMAGE is displayed by inserting STRING into the current buffer | 14964 | IMAGE is displayed by inserting STRING into the current buffer |
| 14969 | with a `display' property whose value is the image. STRING is | 14965 | with a `display' property whose value is the image. The default |
| 14970 | defaulted if you omit it. | 14966 | STRING is a single space. |
| 14971 | AREA is where to display the image. AREA nil or omitted means | 14967 | AREA is where to display the image. AREA nil or omitted means |
| 14972 | display it in the text area, a value of `left-margin' means | 14968 | display it in the text area, a value of `left-margin' means |
| 14973 | display it in the left marginal area, a value of `right-margin' | 14969 | display it in the left marginal area, a value of `right-margin' |
| @@ -15051,7 +15047,7 @@ If Emacs is compiled without ImageMagick support, this does nothing. | |||
| 15051 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag | 15047 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag |
| 15052 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs | 15048 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs |
| 15053 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) | 15049 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) |
| 15054 | ;;;;;; "image-dired" "image-dired.el" (20478 3673 653810 0)) | 15050 | ;;;;;; "image-dired" "image-dired.el" (20627 5636 279161 0)) |
| 15055 | ;;; Generated autoloads from image-dired.el | 15051 | ;;; Generated autoloads from image-dired.el |
| 15056 | 15052 | ||
| 15057 | (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ | 15053 | (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ |
| @@ -15189,7 +15185,7 @@ easy-to-use form. | |||
| 15189 | 15185 | ||
| 15190 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 15186 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 15191 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 15187 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 15192 | ;;;;;; "image-file.el" (20355 10021 546955 0)) | 15188 | ;;;;;; "image-file.el" (20533 49334 755743 0)) |
| 15193 | ;;; Generated autoloads from image-file.el | 15189 | ;;; Generated autoloads from image-file.el |
| 15194 | 15190 | ||
| 15195 | (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ | 15191 | (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ |
| @@ -15252,7 +15248,7 @@ An image file is one whose name has an extension in | |||
| 15252 | ;;;*** | 15248 | ;;;*** |
| 15253 | 15249 | ||
| 15254 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode | 15250 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode |
| 15255 | ;;;;;; image-mode) "image-mode" "image-mode.el" (20580 10161 446444 | 15251 | ;;;;;; image-mode) "image-mode" "image-mode.el" (20656 14464 753081 |
| 15256 | ;;;;;; 0)) | 15252 | ;;;;;; 0)) |
| 15257 | ;;; Generated autoloads from image-mode.el | 15253 | ;;; Generated autoloads from image-mode.el |
| 15258 | 15254 | ||
| @@ -15298,7 +15294,7 @@ on these modes. | |||
| 15298 | ;;;*** | 15294 | ;;;*** |
| 15299 | 15295 | ||
| 15300 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 15296 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 15301 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (20622 22438 32851 | 15297 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (20627 5636 279161 |
| 15302 | ;;;;;; 0)) | 15298 | ;;;;;; 0)) |
| 15303 | ;;; Generated autoloads from imenu.el | 15299 | ;;; Generated autoloads from imenu.el |
| 15304 | 15300 | ||
| @@ -15439,7 +15435,7 @@ for more information. | |||
| 15439 | 15435 | ||
| 15440 | ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion | 15436 | ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion |
| 15441 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | 15437 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) |
| 15442 | ;;;;;; "ind-util" "language/ind-util.el" (20355 10021 546955 0)) | 15438 | ;;;;;; "ind-util" "language/ind-util.el" (20533 49334 755743 0)) |
| 15443 | ;;; Generated autoloads from language/ind-util.el | 15439 | ;;; Generated autoloads from language/ind-util.el |
| 15444 | 15440 | ||
| 15445 | (autoload 'indian-compose-region "ind-util" "\ | 15441 | (autoload 'indian-compose-region "ind-util" "\ |
| @@ -15470,7 +15466,7 @@ Convert old Emacs Devanagari characters to UCS. | |||
| 15470 | ;;;*** | 15466 | ;;;*** |
| 15471 | 15467 | ||
| 15472 | ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" | 15468 | ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" |
| 15473 | ;;;;;; (20584 7212 455152 0)) | 15469 | ;;;;;; (20627 5636 279161 0)) |
| 15474 | ;;; Generated autoloads from progmodes/inf-lisp.el | 15470 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 15475 | 15471 | ||
| 15476 | (autoload 'inferior-lisp "inf-lisp" "\ | 15472 | (autoload 'inferior-lisp "inf-lisp" "\ |
| @@ -15492,7 +15488,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15492 | ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node | 15488 | ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node |
| 15493 | ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory | 15489 | ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory |
| 15494 | ;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual | 15490 | ;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual |
| 15495 | ;;;;;; info info-other-window) "info" "info.el" (20623 43301 870757 | 15491 | ;;;;;; info info-other-window) "info" "info.el" (20656 24810 495254 |
| 15496 | ;;;;;; 0)) | 15492 | ;;;;;; 0)) |
| 15497 | ;;; Generated autoloads from info.el | 15493 | ;;; Generated autoloads from info.el |
| 15498 | 15494 | ||
| @@ -15703,7 +15699,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists. | |||
| 15703 | 15699 | ||
| 15704 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 15700 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 15705 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 15701 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 15706 | ;;;;;; (20474 44971 970015 0)) | 15702 | ;;;;;; (20627 5636 279161 0)) |
| 15707 | ;;; Generated autoloads from info-look.el | 15703 | ;;; Generated autoloads from info-look.el |
| 15708 | 15704 | ||
| 15709 | (autoload 'info-lookup-reset "info-look" "\ | 15705 | (autoload 'info-lookup-reset "info-look" "\ |
| @@ -15752,7 +15748,7 @@ Perform completion on file preceding point. | |||
| 15752 | 15748 | ||
| 15753 | ;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom | 15749 | ;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom |
| 15754 | ;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" | 15750 | ;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" |
| 15755 | ;;;;;; (20476 31768 298871 0)) | 15751 | ;;;;;; (20627 5636 279161 0)) |
| 15756 | ;;; Generated autoloads from info-xref.el | 15752 | ;;; Generated autoloads from info-xref.el |
| 15757 | 15753 | ||
| 15758 | (autoload 'info-xref-check "info-xref" "\ | 15754 | (autoload 'info-xref-check "info-xref" "\ |
| @@ -15835,7 +15831,7 @@ the sources handy. | |||
| 15835 | ;;;*** | 15831 | ;;;*** |
| 15836 | 15832 | ||
| 15837 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold | 15833 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold |
| 15838 | ;;;;;; Info-tagify) "informat" "informat.el" (20355 10021 546955 | 15834 | ;;;;;; Info-tagify) "informat" "informat.el" (20533 49334 755743 |
| 15839 | ;;;;;; 0)) | 15835 | ;;;;;; 0)) |
| 15840 | ;;; Generated autoloads from informat.el | 15836 | ;;; Generated autoloads from informat.el |
| 15841 | 15837 | ||
| @@ -15882,7 +15878,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" | |||
| 15882 | ;;;*** | 15878 | ;;;*** |
| 15883 | 15879 | ||
| 15884 | ;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el" | 15880 | ;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el" |
| 15885 | ;;;;;; (20590 45996 129575 0)) | 15881 | ;;;;;; (20627 5636 279161 0)) |
| 15886 | ;;; Generated autoloads from cedet/inversion.el | 15882 | ;;; Generated autoloads from cedet/inversion.el |
| 15887 | 15883 | ||
| 15888 | (autoload 'inversion-require-emacs "inversion" "\ | 15884 | (autoload 'inversion-require-emacs "inversion" "\ |
| @@ -15895,7 +15891,7 @@ Only checks one based on which kind of Emacs is being run. | |||
| 15895 | 15891 | ||
| 15896 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 15892 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 15897 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 15893 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 15898 | ;;;;;; (20355 10021 546955 0)) | 15894 | ;;;;;; (20533 49334 755743 0)) |
| 15899 | ;;; Generated autoloads from international/isearch-x.el | 15895 | ;;; Generated autoloads from international/isearch-x.el |
| 15900 | 15896 | ||
| 15901 | (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ | 15897 | (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ |
| @@ -15915,8 +15911,8 @@ Toggle input method in interactive search. | |||
| 15915 | 15911 | ||
| 15916 | ;;;*** | 15912 | ;;;*** |
| 15917 | 15913 | ||
| 15918 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20355 | 15914 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20533 |
| 15919 | ;;;;;; 10021 546955 0)) | 15915 | ;;;;;; 49334 755743 0)) |
| 15920 | ;;; Generated autoloads from isearchb.el | 15916 | ;;; Generated autoloads from isearchb.el |
| 15921 | 15917 | ||
| 15922 | (autoload 'isearchb-activate "isearchb" "\ | 15918 | (autoload 'isearchb-activate "isearchb" "\ |
| @@ -15932,7 +15928,7 @@ accessed via isearchb. | |||
| 15932 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only | 15928 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only |
| 15933 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso | 15929 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso |
| 15934 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" | 15930 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" |
| 15935 | ;;;;;; "international/iso-cvt.el" (20355 10021 546955 0)) | 15931 | ;;;;;; "international/iso-cvt.el" (20533 49334 755743 0)) |
| 15936 | ;;; Generated autoloads from international/iso-cvt.el | 15932 | ;;; Generated autoloads from international/iso-cvt.el |
| 15937 | 15933 | ||
| 15938 | (autoload 'iso-spanish "iso-cvt" "\ | 15934 | (autoload 'iso-spanish "iso-cvt" "\ |
| @@ -16023,7 +16019,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 16023 | ;;;*** | 16019 | ;;;*** |
| 16024 | 16020 | ||
| 16025 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 16021 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 16026 | ;;;;;; (20486 36135 22104 0)) | 16022 | ;;;;;; (20627 5636 279161 0)) |
| 16027 | ;;; Generated autoloads from international/iso-transl.el | 16023 | ;;; Generated autoloads from international/iso-transl.el |
| 16028 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 16024 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| 16029 | (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) | 16025 | (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) |
| @@ -16034,7 +16030,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 16034 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings | 16030 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings |
| 16035 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 16031 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 16036 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) | 16032 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) |
| 16037 | ;;;;;; "ispell" "textmodes/ispell.el" (20601 16294 451653 0)) | 16033 | ;;;;;; "ispell" "textmodes/ispell.el" (20627 5636 279161 0)) |
| 16038 | ;;; Generated autoloads from textmodes/ispell.el | 16034 | ;;; Generated autoloads from textmodes/ispell.el |
| 16039 | 16035 | ||
| 16040 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 16036 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| @@ -16261,8 +16257,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 16261 | 16257 | ||
| 16262 | ;;;*** | 16258 | ;;;*** |
| 16263 | 16259 | ||
| 16264 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20577 | 16260 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20627 |
| 16265 | ;;;;;; 33959 40183 0)) | 16261 | ;;;;;; 5636 279161 0)) |
| 16266 | ;;; Generated autoloads from iswitchb.el | 16262 | ;;; Generated autoloads from iswitchb.el |
| 16267 | 16263 | ||
| 16268 | (defvar iswitchb-mode nil "\ | 16264 | (defvar iswitchb-mode nil "\ |
| @@ -16290,7 +16286,7 @@ between buffers using substrings. See `iswitchb' for details. | |||
| 16290 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 16286 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 16291 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 16287 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 16292 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 16288 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 16293 | ;;;;;; "japan-util" "language/japan-util.el" (20355 10021 546955 | 16289 | ;;;;;; "japan-util" "language/japan-util.el" (20533 49334 755743 |
| 16294 | ;;;;;; 0)) | 16290 | ;;;;;; 0)) |
| 16295 | ;;; Generated autoloads from language/japan-util.el | 16291 | ;;; Generated autoloads from language/japan-util.el |
| 16296 | 16292 | ||
| @@ -16369,7 +16365,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 16369 | ;;;*** | 16365 | ;;;*** |
| 16370 | 16366 | ||
| 16371 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" | 16367 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" |
| 16372 | ;;;;;; "jka-compr.el" (20355 10021 546955 0)) | 16368 | ;;;;;; "jka-compr.el" (20533 49334 755743 0)) |
| 16373 | ;;; Generated autoloads from jka-compr.el | 16369 | ;;; Generated autoloads from jka-compr.el |
| 16374 | 16370 | ||
| 16375 | (defvar jka-compr-inhibit nil "\ | 16371 | (defvar jka-compr-inhibit nil "\ |
| @@ -16392,7 +16388,7 @@ by `jka-compr-installed'. | |||
| 16392 | 16388 | ||
| 16393 | ;;;*** | 16389 | ;;;*** |
| 16394 | 16390 | ||
| 16395 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20532 45476 981297 | 16391 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20627 5636 279161 |
| 16396 | ;;;;;; 0)) | 16392 | ;;;;;; 0)) |
| 16397 | ;;; Generated autoloads from progmodes/js.el | 16393 | ;;; Generated autoloads from progmodes/js.el |
| 16398 | 16394 | ||
| @@ -16407,7 +16403,7 @@ Major mode for editing JavaScript. | |||
| 16407 | 16403 | ||
| 16408 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup | 16404 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup |
| 16409 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" | 16405 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" |
| 16410 | ;;;;;; (20355 10021 546955 0)) | 16406 | ;;;;;; (20533 49334 755743 0)) |
| 16411 | ;;; Generated autoloads from emulation/keypad.el | 16407 | ;;; Generated autoloads from emulation/keypad.el |
| 16412 | 16408 | ||
| 16413 | (defvar keypad-setup nil "\ | 16409 | (defvar keypad-setup nil "\ |
| @@ -16463,7 +16459,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' | |||
| 16463 | ;;;*** | 16459 | ;;;*** |
| 16464 | 16460 | ||
| 16465 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 16461 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
| 16466 | ;;;;;; (20355 10021 546955 0)) | 16462 | ;;;;;; (20533 49334 755743 0)) |
| 16467 | ;;; Generated autoloads from international/kinsoku.el | 16463 | ;;; Generated autoloads from international/kinsoku.el |
| 16468 | 16464 | ||
| 16469 | (autoload 'kinsoku "kinsoku" "\ | 16465 | (autoload 'kinsoku "kinsoku" "\ |
| @@ -16484,8 +16480,8 @@ the context of text formatting. | |||
| 16484 | 16480 | ||
| 16485 | ;;;*** | 16481 | ;;;*** |
| 16486 | 16482 | ||
| 16487 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20355 | 16483 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20533 |
| 16488 | ;;;;;; 10021 546955 0)) | 16484 | ;;;;;; 49334 755743 0)) |
| 16489 | ;;; Generated autoloads from international/kkc.el | 16485 | ;;; Generated autoloads from international/kkc.el |
| 16490 | 16486 | ||
| 16491 | (defvar kkc-after-update-conversion-functions nil "\ | 16487 | (defvar kkc-after-update-conversion-functions nil "\ |
| @@ -16510,7 +16506,7 @@ and the return value is the length of the conversion. | |||
| 16510 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro | 16506 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro |
| 16511 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter | 16507 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter |
| 16512 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) | 16508 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) |
| 16513 | ;;;;;; "kmacro" "kmacro.el" (20471 22929 875294 592000)) | 16509 | ;;;;;; "kmacro" "kmacro.el" (20627 5636 279161 0)) |
| 16514 | ;;; Generated autoloads from kmacro.el | 16510 | ;;; Generated autoloads from kmacro.el |
| 16515 | (global-set-key "\C-x(" 'kmacro-start-macro) | 16511 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 16516 | (global-set-key "\C-x)" 'kmacro-end-macro) | 16512 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -16621,7 +16617,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 16621 | ;;;*** | 16617 | ;;;*** |
| 16622 | 16618 | ||
| 16623 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 16619 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 16624 | ;;;;;; "language/korea-util.el" (20501 3499 284800 0)) | 16620 | ;;;;;; "language/korea-util.el" (20627 5636 279161 0)) |
| 16625 | ;;; Generated autoloads from language/korea-util.el | 16621 | ;;; Generated autoloads from language/korea-util.el |
| 16626 | 16622 | ||
| 16627 | (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ | 16623 | (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ |
| @@ -16636,7 +16632,7 @@ The kind of Korean keyboard for Korean input method. | |||
| 16636 | ;;;*** | 16632 | ;;;*** |
| 16637 | 16633 | ||
| 16638 | ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" | 16634 | ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" |
| 16639 | ;;;;;; (20545 57511 257469 0)) | 16635 | ;;;;;; (20627 5636 279161 0)) |
| 16640 | ;;; Generated autoloads from play/landmark.el | 16636 | ;;; Generated autoloads from play/landmark.el |
| 16641 | 16637 | ||
| 16642 | (defalias 'landmark-repeat 'landmark-test-run) | 16638 | (defalias 'landmark-repeat 'landmark-test-run) |
| @@ -16668,7 +16664,7 @@ Use \\[describe-mode] for more info. | |||
| 16668 | 16664 | ||
| 16669 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string | 16665 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string |
| 16670 | ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) | 16666 | ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) |
| 16671 | ;;;;;; "lao-util" "language/lao-util.el" (20355 10021 546955 0)) | 16667 | ;;;;;; "lao-util" "language/lao-util.el" (20533 49334 755743 0)) |
| 16672 | ;;; Generated autoloads from language/lao-util.el | 16668 | ;;; Generated autoloads from language/lao-util.el |
| 16673 | 16669 | ||
| 16674 | (autoload 'lao-compose-string "lao-util" "\ | 16670 | (autoload 'lao-compose-string "lao-util" "\ |
| @@ -16707,7 +16703,7 @@ Transcribe Romanized Lao string STR to Lao character string. | |||
| 16707 | 16703 | ||
| 16708 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc | 16704 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc |
| 16709 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) | 16705 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) |
| 16710 | ;;;;;; "latexenc" "international/latexenc.el" (20355 10021 546955 | 16706 | ;;;;;; "latexenc" "international/latexenc.el" (20533 49334 755743 |
| 16711 | ;;;;;; 0)) | 16707 | ;;;;;; 0)) |
| 16712 | ;;; Generated autoloads from international/latexenc.el | 16708 | ;;; Generated autoloads from international/latexenc.el |
| 16713 | 16709 | ||
| @@ -16740,8 +16736,8 @@ coding system names is determined from `latex-inputenc-coding-alist'. | |||
| 16740 | ;;;*** | 16736 | ;;;*** |
| 16741 | 16737 | ||
| 16742 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) | 16738 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) |
| 16743 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (20577 33959 | 16739 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (20627 5636 |
| 16744 | ;;;;;; 40183 0)) | 16740 | ;;;;;; 279161 0)) |
| 16745 | ;;; Generated autoloads from international/latin1-disp.el | 16741 | ;;; Generated autoloads from international/latin1-disp.el |
| 16746 | 16742 | ||
| 16747 | (defvar latin1-display nil "\ | 16743 | (defvar latin1-display nil "\ |
| @@ -16783,7 +16779,7 @@ use either \\[customize] or the function `latin1-display'.") | |||
| 16783 | ;;;*** | 16779 | ;;;*** |
| 16784 | 16780 | ||
| 16785 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" | 16781 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" |
| 16786 | ;;;;;; (20355 10021 546955 0)) | 16782 | ;;;;;; (20533 49334 755743 0)) |
| 16787 | ;;; Generated autoloads from progmodes/ld-script.el | 16783 | ;;; Generated autoloads from progmodes/ld-script.el |
| 16788 | 16784 | ||
| 16789 | (autoload 'ld-script-mode "ld-script" "\ | 16785 | (autoload 'ld-script-mode "ld-script" "\ |
| @@ -16793,7 +16789,7 @@ A major mode to edit GNU ld script files | |||
| 16793 | 16789 | ||
| 16794 | ;;;*** | 16790 | ;;;*** |
| 16795 | 16791 | ||
| 16796 | ;;;### (autoloads (life) "life" "play/life.el" (20545 57511 257469 | 16792 | ;;;### (autoloads (life) "life" "play/life.el" (20627 5636 279161 |
| 16797 | ;;;;;; 0)) | 16793 | ;;;;;; 0)) |
| 16798 | ;;; Generated autoloads from play/life.el | 16794 | ;;; Generated autoloads from play/life.el |
| 16799 | 16795 | ||
| @@ -16808,7 +16804,7 @@ generations (this defaults to 1). | |||
| 16808 | ;;;*** | 16804 | ;;;*** |
| 16809 | 16805 | ||
| 16810 | ;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el" | 16806 | ;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el" |
| 16811 | ;;;;;; (20580 10161 446444 0)) | 16807 | ;;;;;; (20627 5636 279161 0)) |
| 16812 | ;;; Generated autoloads from linum.el | 16808 | ;;; Generated autoloads from linum.el |
| 16813 | 16809 | ||
| 16814 | (autoload 'linum-mode "linum" "\ | 16810 | (autoload 'linum-mode "linum" "\ |
| @@ -16844,8 +16840,8 @@ See `linum-mode' for more information on Linum mode. | |||
| 16844 | 16840 | ||
| 16845 | ;;;*** | 16841 | ;;;*** |
| 16846 | 16842 | ||
| 16847 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20476 | 16843 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20627 |
| 16848 | ;;;;;; 31768 298871 0)) | 16844 | ;;;;;; 5636 279161 0)) |
| 16849 | ;;; Generated autoloads from loadhist.el | 16845 | ;;; Generated autoloads from loadhist.el |
| 16850 | 16846 | ||
| 16851 | (autoload 'unload-feature "loadhist" "\ | 16847 | (autoload 'unload-feature "loadhist" "\ |
| @@ -16877,7 +16873,7 @@ something strange, such as redefining an Emacs function. | |||
| 16877 | ;;;*** | 16873 | ;;;*** |
| 16878 | 16874 | ||
| 16879 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) | 16875 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) |
| 16880 | ;;;;;; "locate" "locate.el" (20566 63671 243798 0)) | 16876 | ;;;;;; "locate" "locate.el" (20627 5636 279161 0)) |
| 16881 | ;;; Generated autoloads from locate.el | 16877 | ;;; Generated autoloads from locate.el |
| 16882 | 16878 | ||
| 16883 | (defvar locate-ls-subdir-switches (purecopy "-al") "\ | 16879 | (defvar locate-ls-subdir-switches (purecopy "-al") "\ |
| @@ -16929,8 +16925,8 @@ except that FILTER is not optional. | |||
| 16929 | 16925 | ||
| 16930 | ;;;*** | 16926 | ;;;*** |
| 16931 | 16927 | ||
| 16932 | ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20586 48936 | 16928 | ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20627 5636 |
| 16933 | ;;;;;; 135199 0)) | 16929 | ;;;;;; 279161 0)) |
| 16934 | ;;; Generated autoloads from vc/log-edit.el | 16930 | ;;; Generated autoloads from vc/log-edit.el |
| 16935 | 16931 | ||
| 16936 | (autoload 'log-edit "log-edit" "\ | 16932 | (autoload 'log-edit "log-edit" "\ |
| @@ -16961,8 +16957,8 @@ done. Otherwise, it uses the current buffer. | |||
| 16961 | 16957 | ||
| 16962 | ;;;*** | 16958 | ;;;*** |
| 16963 | 16959 | ||
| 16964 | ;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20515 | 16960 | ;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20627 |
| 16965 | ;;;;;; 36389 544939 0)) | 16961 | ;;;;;; 5636 279161 0)) |
| 16966 | ;;; Generated autoloads from vc/log-view.el | 16962 | ;;; Generated autoloads from vc/log-view.el |
| 16967 | 16963 | ||
| 16968 | (autoload 'log-view-mode "log-view" "\ | 16964 | (autoload 'log-view-mode "log-view" "\ |
| @@ -16972,8 +16968,8 @@ Major mode for browsing CVS log output. | |||
| 16972 | 16968 | ||
| 16973 | ;;;*** | 16969 | ;;;*** |
| 16974 | 16970 | ||
| 16975 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20355 | 16971 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20533 |
| 16976 | ;;;;;; 10021 546955 0)) | 16972 | ;;;;;; 49334 755743 0)) |
| 16977 | ;;; Generated autoloads from longlines.el | 16973 | ;;; Generated autoloads from longlines.el |
| 16978 | 16974 | ||
| 16979 | (autoload 'longlines-mode "longlines" "\ | 16975 | (autoload 'longlines-mode "longlines" "\ |
| @@ -16999,8 +16995,8 @@ newlines are indicated with a symbol. | |||
| 16999 | ;;;*** | 16995 | ;;;*** |
| 17000 | 16996 | ||
| 17001 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 16997 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 17002 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20476 | 16998 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20627 |
| 17003 | ;;;;;; 31768 298871 0)) | 16999 | ;;;;;; 5636 279161 0)) |
| 17004 | ;;; Generated autoloads from lpr.el | 17000 | ;;; Generated autoloads from lpr.el |
| 17005 | 17001 | ||
| 17006 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ | 17002 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ |
| @@ -17096,7 +17092,7 @@ for further customization of the printer command. | |||
| 17096 | ;;;*** | 17092 | ;;;*** |
| 17097 | 17093 | ||
| 17098 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" | 17094 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" |
| 17099 | ;;;;;; (20355 10021 546955 0)) | 17095 | ;;;;;; (20533 49334 755743 0)) |
| 17100 | ;;; Generated autoloads from ls-lisp.el | 17096 | ;;; Generated autoloads from ls-lisp.el |
| 17101 | 17097 | ||
| 17102 | (defvar ls-lisp-support-shell-wildcards t "\ | 17098 | (defvar ls-lisp-support-shell-wildcards t "\ |
| @@ -17107,8 +17103,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") | |||
| 17107 | 17103 | ||
| 17108 | ;;;*** | 17104 | ;;;*** |
| 17109 | 17105 | ||
| 17110 | ;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20566 | 17106 | ;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20627 |
| 17111 | ;;;;;; 63671 243798 0)) | 17107 | ;;;;;; 5636 279161 0)) |
| 17112 | ;;; Generated autoloads from calendar/lunar.el | 17108 | ;;; Generated autoloads from calendar/lunar.el |
| 17113 | 17109 | ||
| 17114 | (autoload 'lunar-phases "lunar" "\ | 17110 | (autoload 'lunar-phases "lunar" "\ |
| @@ -17122,8 +17118,8 @@ This function is suitable for execution in an init file. | |||
| 17122 | 17118 | ||
| 17123 | ;;;*** | 17119 | ;;;*** |
| 17124 | 17120 | ||
| 17125 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20355 | 17121 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20627 |
| 17126 | ;;;;;; 10021 546955 0)) | 17122 | ;;;;;; 5636 279161 0)) |
| 17127 | ;;; Generated autoloads from progmodes/m4-mode.el | 17123 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 17128 | 17124 | ||
| 17129 | (autoload 'm4-mode "m4-mode" "\ | 17125 | (autoload 'm4-mode "m4-mode" "\ |
| @@ -17134,7 +17130,7 @@ A major mode to edit m4 macro files. | |||
| 17134 | ;;;*** | 17130 | ;;;*** |
| 17135 | 17131 | ||
| 17136 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 17132 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 17137 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (20355 10021 546955 | 17133 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (20533 49334 755743 |
| 17138 | ;;;;;; 0)) | 17134 | ;;;;;; 0)) |
| 17139 | ;;; Generated autoloads from macros.el | 17135 | ;;; Generated autoloads from macros.el |
| 17140 | 17136 | ||
| @@ -17224,7 +17220,7 @@ and then select the region of un-tablified names and use | |||
| 17224 | ;;;*** | 17220 | ;;;*** |
| 17225 | 17221 | ||
| 17226 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 17222 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 17227 | ;;;;;; "mail/mail-extr.el" (20355 10021 546955 0)) | 17223 | ;;;;;; "mail/mail-extr.el" (20627 5636 279161 0)) |
| 17228 | ;;; Generated autoloads from mail/mail-extr.el | 17224 | ;;; Generated autoloads from mail/mail-extr.el |
| 17229 | 17225 | ||
| 17230 | (autoload 'mail-extract-address-components "mail-extr" "\ | 17226 | (autoload 'mail-extract-address-components "mail-extr" "\ |
| @@ -17256,7 +17252,7 @@ Convert mail domain DOMAIN to the country it corresponds to. | |||
| 17256 | 17252 | ||
| 17257 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history | 17253 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history |
| 17258 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" | 17254 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" |
| 17259 | ;;;;;; (20566 63671 243798 0)) | 17255 | ;;;;;; (20627 5636 279161 0)) |
| 17260 | ;;; Generated autoloads from mail/mail-hist.el | 17256 | ;;; Generated autoloads from mail/mail-hist.el |
| 17261 | 17257 | ||
| 17262 | (autoload 'mail-hist-define-keys "mail-hist" "\ | 17258 | (autoload 'mail-hist-define-keys "mail-hist" "\ |
| @@ -17288,7 +17284,7 @@ This function normally would be called when the message is sent. | |||
| 17288 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 17284 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 17289 | ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable | 17285 | ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable |
| 17290 | ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) | 17286 | ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) |
| 17291 | ;;;;;; "mail-utils" "mail/mail-utils.el" (20355 10021 546955 0)) | 17287 | ;;;;;; "mail-utils" "mail/mail-utils.el" (20533 49334 755743 0)) |
| 17292 | ;;; Generated autoloads from mail/mail-utils.el | 17288 | ;;; Generated autoloads from mail/mail-utils.el |
| 17293 | 17289 | ||
| 17294 | (defvar mail-use-rfc822 nil "\ | 17290 | (defvar mail-use-rfc822 nil "\ |
| @@ -17363,8 +17359,8 @@ matches may be returned from the message body. | |||
| 17363 | ;;;*** | 17359 | ;;;*** |
| 17364 | 17360 | ||
| 17365 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup | 17361 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup |
| 17366 | ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20566 | 17362 | ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20627 |
| 17367 | ;;;;;; 63671 243798 0)) | 17363 | ;;;;;; 5636 279161 0)) |
| 17368 | ;;; Generated autoloads from mail/mailabbrev.el | 17364 | ;;; Generated autoloads from mail/mailabbrev.el |
| 17369 | 17365 | ||
| 17370 | (defvar mail-abbrevs-mode nil "\ | 17366 | (defvar mail-abbrevs-mode nil "\ |
| @@ -17415,7 +17411,7 @@ double-quotes. | |||
| 17415 | 17411 | ||
| 17416 | ;;;### (autoloads (mail-complete mail-completion-at-point-function | 17412 | ;;;### (autoloads (mail-complete mail-completion-at-point-function |
| 17417 | ;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) | 17413 | ;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) |
| 17418 | ;;;;;; "mailalias" "mail/mailalias.el" (20577 33959 40183 0)) | 17414 | ;;;;;; "mailalias" "mail/mailalias.el" (20627 5636 279161 0)) |
| 17419 | ;;; Generated autoloads from mail/mailalias.el | 17415 | ;;; Generated autoloads from mail/mailalias.el |
| 17420 | 17416 | ||
| 17421 | (defvar mail-complete-style 'angles "\ | 17417 | (defvar mail-complete-style 'angles "\ |
| @@ -17469,7 +17465,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any. | |||
| 17469 | ;;;*** | 17465 | ;;;*** |
| 17470 | 17466 | ||
| 17471 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" | 17467 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" |
| 17472 | ;;;;;; (20355 10021 546955 0)) | 17468 | ;;;;;; (20533 49334 755743 0)) |
| 17473 | ;;; Generated autoloads from mail/mailclient.el | 17469 | ;;; Generated autoloads from mail/mailclient.el |
| 17474 | 17470 | ||
| 17475 | (autoload 'mailclient-send-it "mailclient" "\ | 17471 | (autoload 'mailclient-send-it "mailclient" "\ |
| @@ -17483,8 +17479,7 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 17483 | 17479 | ||
| 17484 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode | 17480 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode |
| 17485 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) | 17481 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) |
| 17486 | ;;;;;; "make-mode" "progmodes/make-mode.el" (20392 30149 675975 | 17482 | ;;;;;; "make-mode" "progmodes/make-mode.el" (20627 5636 279161 0)) |
| 17487 | ;;;;;; 59000)) | ||
| 17488 | ;;; Generated autoloads from progmodes/make-mode.el | 17483 | ;;; Generated autoloads from progmodes/make-mode.el |
| 17489 | 17484 | ||
| 17490 | (autoload 'makefile-mode "make-mode" "\ | 17485 | (autoload 'makefile-mode "make-mode" "\ |
| @@ -17601,8 +17596,8 @@ An adapted `makefile-mode' that knows about imake. | |||
| 17601 | 17596 | ||
| 17602 | ;;;*** | 17597 | ;;;*** |
| 17603 | 17598 | ||
| 17604 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20355 | 17599 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20533 |
| 17605 | ;;;;;; 10021 546955 0)) | 17600 | ;;;;;; 49334 755743 0)) |
| 17606 | ;;; Generated autoloads from makesum.el | 17601 | ;;; Generated autoloads from makesum.el |
| 17607 | 17602 | ||
| 17608 | (autoload 'make-command-summary "makesum" "\ | 17603 | (autoload 'make-command-summary "makesum" "\ |
| @@ -17614,7 +17609,7 @@ Previous contents of that buffer are killed first. | |||
| 17614 | ;;;*** | 17609 | ;;;*** |
| 17615 | 17610 | ||
| 17616 | ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" | 17611 | ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" |
| 17617 | ;;;;;; (20523 62082 997685 0)) | 17612 | ;;;;;; (20627 5636 279161 0)) |
| 17618 | ;;; Generated autoloads from man.el | 17613 | ;;; Generated autoloads from man.el |
| 17619 | 17614 | ||
| 17620 | (defalias 'manual-entry 'man) | 17615 | (defalias 'manual-entry 'man) |
| @@ -17668,8 +17663,8 @@ Default bookmark handler for Man buffers. | |||
| 17668 | 17663 | ||
| 17669 | ;;;*** | 17664 | ;;;*** |
| 17670 | 17665 | ||
| 17671 | ;;;### (autoloads (master-mode) "master" "master.el" (20355 10021 | 17666 | ;;;### (autoloads (master-mode) "master" "master.el" (20533 49334 |
| 17672 | ;;;;;; 546955 0)) | 17667 | ;;;;;; 755743 0)) |
| 17673 | ;;; Generated autoloads from master.el | 17668 | ;;; Generated autoloads from master.el |
| 17674 | 17669 | ||
| 17675 | (autoload 'master-mode "master" "\ | 17670 | (autoload 'master-mode "master" "\ |
| @@ -17692,7 +17687,7 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 17692 | ;;;*** | 17687 | ;;;*** |
| 17693 | 17688 | ||
| 17694 | ;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" | 17689 | ;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" |
| 17695 | ;;;;;; (20355 10021 546955 0)) | 17690 | ;;;;;; (20533 49334 755743 0)) |
| 17696 | ;;; Generated autoloads from mb-depth.el | 17691 | ;;; Generated autoloads from mb-depth.el |
| 17697 | 17692 | ||
| 17698 | (defvar minibuffer-depth-indicate-mode nil "\ | 17693 | (defvar minibuffer-depth-indicate-mode nil "\ |
| @@ -17725,7 +17720,7 @@ recursion depth in the minibuffer prompt. This is only useful if | |||
| 17725 | ;;;;;; message-forward-make-body message-forward message-recover | 17720 | ;;;;;; message-forward-make-body message-forward message-recover |
| 17726 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply | 17721 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply |
| 17727 | ;;;;;; message-reply message-news message-mail message-mode) "message" | 17722 | ;;;;;; message-reply message-news message-mail message-mode) "message" |
| 17728 | ;;;;;; "gnus/message.el" (20567 23165 75548 0)) | 17723 | ;;;;;; "gnus/message.el" (20627 5636 279161 0)) |
| 17729 | ;;; Generated autoloads from gnus/message.el | 17724 | ;;; Generated autoloads from gnus/message.el |
| 17730 | 17725 | ||
| 17731 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) | 17726 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| @@ -17891,7 +17886,7 @@ which specify the range to operate on. | |||
| 17891 | ;;;*** | 17886 | ;;;*** |
| 17892 | 17887 | ||
| 17893 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" | 17888 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" |
| 17894 | ;;;;;; (20399 35365 4050 0)) | 17889 | ;;;;;; (20627 5636 279161 0)) |
| 17895 | ;;; Generated autoloads from progmodes/meta-mode.el | 17890 | ;;; Generated autoloads from progmodes/meta-mode.el |
| 17896 | 17891 | ||
| 17897 | (autoload 'metafont-mode "meta-mode" "\ | 17892 | (autoload 'metafont-mode "meta-mode" "\ |
| @@ -17908,7 +17903,7 @@ Major mode for editing MetaPost sources. | |||
| 17908 | 17903 | ||
| 17909 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body | 17904 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body |
| 17910 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" | 17905 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" |
| 17911 | ;;;;;; (20355 10021 546955 0)) | 17906 | ;;;;;; (20627 5636 279161 0)) |
| 17912 | ;;; Generated autoloads from mail/metamail.el | 17907 | ;;; Generated autoloads from mail/metamail.el |
| 17913 | 17908 | ||
| 17914 | (autoload 'metamail-interpret-header "metamail" "\ | 17909 | (autoload 'metamail-interpret-header "metamail" "\ |
| @@ -17953,7 +17948,7 @@ redisplayed as output is inserted. | |||
| 17953 | 17948 | ||
| 17954 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose | 17949 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose |
| 17955 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" | 17950 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" |
| 17956 | ;;;;;; "mh-e/mh-comp.el" (20355 10021 546955 0)) | 17951 | ;;;;;; "mh-e/mh-comp.el" (20533 49334 755743 0)) |
| 17957 | ;;; Generated autoloads from mh-e/mh-comp.el | 17952 | ;;; Generated autoloads from mh-e/mh-comp.el |
| 17958 | 17953 | ||
| 17959 | (autoload 'mh-smail "mh-comp" "\ | 17954 | (autoload 'mh-smail "mh-comp" "\ |
| @@ -18043,8 +18038,8 @@ delete the draft message. | |||
| 18043 | 18038 | ||
| 18044 | ;;;*** | 18039 | ;;;*** |
| 18045 | 18040 | ||
| 18046 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20614 54428 | 18041 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20627 5636 |
| 18047 | ;;;;;; 654267 0)) | 18042 | ;;;;;; 279161 0)) |
| 18048 | ;;; Generated autoloads from mh-e/mh-e.el | 18043 | ;;; Generated autoloads from mh-e/mh-e.el |
| 18049 | 18044 | ||
| 18050 | (put 'mh-progs 'risky-local-variable t) | 18045 | (put 'mh-progs 'risky-local-variable t) |
| @@ -18061,7 +18056,7 @@ Display version information about MH-E and the MH mail handling system. | |||
| 18061 | ;;;*** | 18056 | ;;;*** |
| 18062 | 18057 | ||
| 18063 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" | 18058 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" |
| 18064 | ;;;;;; "mh-e/mh-folder.el" (20371 55972 331861 0)) | 18059 | ;;;;;; "mh-e/mh-folder.el" (20627 5636 279161 0)) |
| 18065 | ;;; Generated autoloads from mh-e/mh-folder.el | 18060 | ;;; Generated autoloads from mh-e/mh-folder.el |
| 18066 | 18061 | ||
| 18067 | (autoload 'mh-rmail "mh-folder" "\ | 18062 | (autoload 'mh-rmail "mh-folder" "\ |
| @@ -18143,7 +18138,7 @@ perform the operation on all messages in that region. | |||
| 18143 | ;;;*** | 18138 | ;;;*** |
| 18144 | 18139 | ||
| 18145 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 18140 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
| 18146 | ;;;;;; "midnight.el" (20478 3673 653810 0)) | 18141 | ;;;;;; "midnight.el" (20627 5636 279161 0)) |
| 18147 | ;;; Generated autoloads from midnight.el | 18142 | ;;; Generated autoloads from midnight.el |
| 18148 | 18143 | ||
| 18149 | (autoload 'clean-buffer-list "midnight" "\ | 18144 | (autoload 'clean-buffer-list "midnight" "\ |
| @@ -18170,7 +18165,7 @@ to its second argument TM. | |||
| 18170 | ;;;*** | 18165 | ;;;*** |
| 18171 | 18166 | ||
| 18172 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" | 18167 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" |
| 18173 | ;;;;;; "minibuf-eldef.el" (20580 10161 446444 0)) | 18168 | ;;;;;; "minibuf-eldef.el" (20634 50296 986086 180000)) |
| 18174 | ;;; Generated autoloads from minibuf-eldef.el | 18169 | ;;; Generated autoloads from minibuf-eldef.el |
| 18175 | 18170 | ||
| 18176 | (defvar minibuffer-electric-default-mode nil "\ | 18171 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -18200,7 +18195,7 @@ is modified to remove the default indication. | |||
| 18200 | ;;;*** | 18195 | ;;;*** |
| 18201 | 18196 | ||
| 18202 | ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" | 18197 | ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" |
| 18203 | ;;;;;; (20533 5993 500881 0)) | 18198 | ;;;;;; (20627 5636 279161 0)) |
| 18204 | ;;; Generated autoloads from misc.el | 18199 | ;;; Generated autoloads from misc.el |
| 18205 | 18200 | ||
| 18206 | (autoload 'butterfly "misc" "\ | 18201 | (autoload 'butterfly "misc" "\ |
| @@ -18230,7 +18225,7 @@ The return value is always nil. | |||
| 18230 | 18225 | ||
| 18231 | ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files | 18226 | ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files |
| 18232 | ;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) | 18227 | ;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) |
| 18233 | ;;;;;; "misearch" "misearch.el" (20490 33188 850375 0)) | 18228 | ;;;;;; "misearch" "misearch.el" (20627 5636 279161 0)) |
| 18234 | ;;; Generated autoloads from misearch.el | 18229 | ;;; Generated autoloads from misearch.el |
| 18235 | (add-hook 'isearch-mode-hook 'multi-isearch-setup) | 18230 | (add-hook 'isearch-mode-hook 'multi-isearch-setup) |
| 18236 | 18231 | ||
| @@ -18312,7 +18307,7 @@ whose file names match the specified wildcard. | |||
| 18312 | ;;;*** | 18307 | ;;;*** |
| 18313 | 18308 | ||
| 18314 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" | 18309 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" |
| 18315 | ;;;;;; (20566 63671 243798 0)) | 18310 | ;;;;;; (20627 5636 279161 0)) |
| 18316 | ;;; Generated autoloads from progmodes/mixal-mode.el | 18311 | ;;; Generated autoloads from progmodes/mixal-mode.el |
| 18317 | 18312 | ||
| 18318 | (autoload 'mixal-mode "mixal-mode" "\ | 18313 | (autoload 'mixal-mode "mixal-mode" "\ |
| @@ -18323,7 +18318,7 @@ Major mode for the mixal asm language. | |||
| 18323 | ;;;*** | 18318 | ;;;*** |
| 18324 | 18319 | ||
| 18325 | ;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" | 18320 | ;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" |
| 18326 | ;;;;;; (20355 10021 546955 0)) | 18321 | ;;;;;; (20533 49334 755743 0)) |
| 18327 | ;;; Generated autoloads from gnus/mm-encode.el | 18322 | ;;; Generated autoloads from gnus/mm-encode.el |
| 18328 | 18323 | ||
| 18329 | (autoload 'mm-default-file-encoding "mm-encode" "\ | 18324 | (autoload 'mm-default-file-encoding "mm-encode" "\ |
| @@ -18334,7 +18329,7 @@ Return a default encoding for FILE. | |||
| 18334 | ;;;*** | 18329 | ;;;*** |
| 18335 | 18330 | ||
| 18336 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) | 18331 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) |
| 18337 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (20355 10021 546955 0)) | 18332 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (20533 49334 755743 0)) |
| 18338 | ;;; Generated autoloads from gnus/mm-extern.el | 18333 | ;;; Generated autoloads from gnus/mm-extern.el |
| 18339 | 18334 | ||
| 18340 | (autoload 'mm-extern-cache-contents "mm-extern" "\ | 18335 | (autoload 'mm-extern-cache-contents "mm-extern" "\ |
| @@ -18353,7 +18348,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18353 | ;;;*** | 18348 | ;;;*** |
| 18354 | 18349 | ||
| 18355 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" | 18350 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" |
| 18356 | ;;;;;; (20355 10021 546955 0)) | 18351 | ;;;;;; (20533 49334 755743 0)) |
| 18357 | ;;; Generated autoloads from gnus/mm-partial.el | 18352 | ;;; Generated autoloads from gnus/mm-partial.el |
| 18358 | 18353 | ||
| 18359 | (autoload 'mm-inline-partial "mm-partial" "\ | 18354 | (autoload 'mm-inline-partial "mm-partial" "\ |
| @@ -18367,7 +18362,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18367 | ;;;*** | 18362 | ;;;*** |
| 18368 | 18363 | ||
| 18369 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) | 18364 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) |
| 18370 | ;;;;;; "mm-url" "gnus/mm-url.el" (20495 51111 757560 0)) | 18365 | ;;;;;; "mm-url" "gnus/mm-url.el" (20627 5636 279161 0)) |
| 18371 | ;;; Generated autoloads from gnus/mm-url.el | 18366 | ;;; Generated autoloads from gnus/mm-url.el |
| 18372 | 18367 | ||
| 18373 | (autoload 'mm-url-insert-file-contents "mm-url" "\ | 18368 | (autoload 'mm-url-insert-file-contents "mm-url" "\ |
| @@ -18384,7 +18379,7 @@ Insert file contents of URL using `mm-url-program'. | |||
| 18384 | ;;;*** | 18379 | ;;;*** |
| 18385 | 18380 | ||
| 18386 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" | 18381 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" |
| 18387 | ;;;;;; "gnus/mm-uu.el" (20355 10021 546955 0)) | 18382 | ;;;;;; "gnus/mm-uu.el" (20533 49334 755743 0)) |
| 18388 | ;;; Generated autoloads from gnus/mm-uu.el | 18383 | ;;; Generated autoloads from gnus/mm-uu.el |
| 18389 | 18384 | ||
| 18390 | (autoload 'mm-uu-dissect "mm-uu" "\ | 18385 | (autoload 'mm-uu-dissect "mm-uu" "\ |
| @@ -18404,7 +18399,7 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 18404 | ;;;*** | 18399 | ;;;*** |
| 18405 | 18400 | ||
| 18406 | ;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" | 18401 | ;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" |
| 18407 | ;;;;;; (20567 23165 75548 0)) | 18402 | ;;;;;; (20627 5636 279161 0)) |
| 18408 | ;;; Generated autoloads from gnus/mml.el | 18403 | ;;; Generated autoloads from gnus/mml.el |
| 18409 | 18404 | ||
| 18410 | (autoload 'mml-to-mime "mml" "\ | 18405 | (autoload 'mml-to-mime "mml" "\ |
| @@ -18430,7 +18425,7 @@ body) or \"attachment\" (separate from the body). | |||
| 18430 | ;;;*** | 18425 | ;;;*** |
| 18431 | 18426 | ||
| 18432 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" | 18427 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" |
| 18433 | ;;;;;; (20355 10021 546955 0)) | 18428 | ;;;;;; (20533 49334 755743 0)) |
| 18434 | ;;; Generated autoloads from gnus/mml1991.el | 18429 | ;;; Generated autoloads from gnus/mml1991.el |
| 18435 | 18430 | ||
| 18436 | (autoload 'mml1991-encrypt "mml1991" "\ | 18431 | (autoload 'mml1991-encrypt "mml1991" "\ |
| @@ -18447,7 +18442,7 @@ body) or \"attachment\" (separate from the body). | |||
| 18447 | 18442 | ||
| 18448 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt | 18443 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt |
| 18449 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) | 18444 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) |
| 18450 | ;;;;;; "mml2015" "gnus/mml2015.el" (20355 10021 546955 0)) | 18445 | ;;;;;; "mml2015" "gnus/mml2015.el" (20533 49334 755743 0)) |
| 18451 | ;;; Generated autoloads from gnus/mml2015.el | 18446 | ;;; Generated autoloads from gnus/mml2015.el |
| 18452 | 18447 | ||
| 18453 | (autoload 'mml2015-decrypt "mml2015" "\ | 18448 | (autoload 'mml2015-decrypt "mml2015" "\ |
| @@ -18487,16 +18482,16 @@ body) or \"attachment\" (separate from the body). | |||
| 18487 | 18482 | ||
| 18488 | ;;;*** | 18483 | ;;;*** |
| 18489 | 18484 | ||
| 18490 | ;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20406 8611 | 18485 | ;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20627 5636 |
| 18491 | ;;;;;; 875037 0)) | 18486 | ;;;;;; 279161 0)) |
| 18492 | ;;; Generated autoloads from cedet/mode-local.el | 18487 | ;;; Generated autoloads from cedet/mode-local.el |
| 18493 | 18488 | ||
| 18494 | (put 'define-overloadable-function 'doc-string-elt 3) | 18489 | (put 'define-overloadable-function 'doc-string-elt 3) |
| 18495 | 18490 | ||
| 18496 | ;;;*** | 18491 | ;;;*** |
| 18497 | 18492 | ||
| 18498 | ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20355 | 18493 | ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20627 |
| 18499 | ;;;;;; 10021 546955 0)) | 18494 | ;;;;;; 5636 279161 0)) |
| 18500 | ;;; Generated autoloads from progmodes/modula2.el | 18495 | ;;; Generated autoloads from progmodes/modula2.el |
| 18501 | 18496 | ||
| 18502 | (defalias 'modula-2-mode 'm2-mode) | 18497 | (defalias 'modula-2-mode 'm2-mode) |
| @@ -18530,7 +18525,7 @@ followed by the first character of the construct. | |||
| 18530 | ;;;*** | 18525 | ;;;*** |
| 18531 | 18526 | ||
| 18532 | ;;;### (autoloads (denato-region nato-region unmorse-region morse-region) | 18527 | ;;;### (autoloads (denato-region nato-region unmorse-region morse-region) |
| 18533 | ;;;;;; "morse" "play/morse.el" (20355 10021 546955 0)) | 18528 | ;;;;;; "morse" "play/morse.el" (20533 49334 755743 0)) |
| 18534 | ;;; Generated autoloads from play/morse.el | 18529 | ;;; Generated autoloads from play/morse.el |
| 18535 | 18530 | ||
| 18536 | (autoload 'morse-region "morse" "\ | 18531 | (autoload 'morse-region "morse" "\ |
| @@ -18556,7 +18551,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text. | |||
| 18556 | ;;;*** | 18551 | ;;;*** |
| 18557 | 18552 | ||
| 18558 | ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" | 18553 | ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" |
| 18559 | ;;;;;; "mouse-drag.el" (20566 63671 243798 0)) | 18554 | ;;;;;; "mouse-drag.el" (20627 5636 279161 0)) |
| 18560 | ;;; Generated autoloads from mouse-drag.el | 18555 | ;;; Generated autoloads from mouse-drag.el |
| 18561 | 18556 | ||
| 18562 | (autoload 'mouse-drag-throw "mouse-drag" "\ | 18557 | (autoload 'mouse-drag-throw "mouse-drag" "\ |
| @@ -18603,7 +18598,7 @@ To test this function, evaluate: | |||
| 18603 | 18598 | ||
| 18604 | ;;;*** | 18599 | ;;;*** |
| 18605 | 18600 | ||
| 18606 | ;;;### (autoloads (mpc) "mpc" "mpc.el" (20523 62082 997685 0)) | 18601 | ;;;### (autoloads (mpc) "mpc" "mpc.el" (20627 5636 279161 0)) |
| 18607 | ;;; Generated autoloads from mpc.el | 18602 | ;;; Generated autoloads from mpc.el |
| 18608 | 18603 | ||
| 18609 | (autoload 'mpc "mpc" "\ | 18604 | (autoload 'mpc "mpc" "\ |
| @@ -18613,7 +18608,7 @@ Main entry point for MPC. | |||
| 18613 | 18608 | ||
| 18614 | ;;;*** | 18609 | ;;;*** |
| 18615 | 18610 | ||
| 18616 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20545 57511 257469 | 18611 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20627 5636 279161 |
| 18617 | ;;;;;; 0)) | 18612 | ;;;;;; 0)) |
| 18618 | ;;; Generated autoloads from play/mpuz.el | 18613 | ;;; Generated autoloads from play/mpuz.el |
| 18619 | 18614 | ||
| @@ -18624,7 +18619,7 @@ Multiplication puzzle with GNU Emacs. | |||
| 18624 | 18619 | ||
| 18625 | ;;;*** | 18620 | ;;;*** |
| 18626 | 18621 | ||
| 18627 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (20476 31768 298871 0)) | 18622 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (20627 5636 279161 0)) |
| 18628 | ;;; Generated autoloads from msb.el | 18623 | ;;; Generated autoloads from msb.el |
| 18629 | 18624 | ||
| 18630 | (defvar msb-mode nil "\ | 18625 | (defvar msb-mode nil "\ |
| @@ -18654,7 +18649,7 @@ different buffer menu using the function `msb'. | |||
| 18654 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 18649 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly |
| 18655 | ;;;;;; describe-coding-system describe-character-set list-charset-chars | 18650 | ;;;;;; describe-coding-system describe-character-set list-charset-chars |
| 18656 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 18651 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 18657 | ;;;;;; (20577 33959 40183 0)) | 18652 | ;;;;;; (20627 5636 279161 0)) |
| 18658 | ;;; Generated autoloads from international/mule-diag.el | 18653 | ;;; Generated autoloads from international/mule-diag.el |
| 18659 | 18654 | ||
| 18660 | (autoload 'list-character-sets "mule-diag" "\ | 18655 | (autoload 'list-character-sets "mule-diag" "\ |
| @@ -18791,7 +18786,7 @@ The default is 20. If LIMIT is negative, do not limit the listing. | |||
| 18791 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion | 18786 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion |
| 18792 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist | 18787 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist |
| 18793 | ;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el" | 18788 | ;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el" |
| 18794 | ;;;;;; (20577 33959 40183 0)) | 18789 | ;;;;;; (20627 5636 279161 0)) |
| 18795 | ;;; Generated autoloads from international/mule-util.el | 18790 | ;;; Generated autoloads from international/mule-util.el |
| 18796 | 18791 | ||
| 18797 | (defsubst string-to-list (string) "\ | 18792 | (defsubst string-to-list (string) "\ |
| @@ -18925,8 +18920,8 @@ per-character basis, this may not be accurate. | |||
| 18925 | ;;;### (autoloads (network-connection network-connection-to-service | 18920 | ;;;### (autoloads (network-connection network-connection-to-service |
| 18926 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host | 18921 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host |
| 18927 | ;;;;;; nslookup nslookup-host ping traceroute route arp netstat | 18922 | ;;;;;; nslookup nslookup-host ping traceroute route arp netstat |
| 18928 | ;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20355 | 18923 | ;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20533 |
| 18929 | ;;;;;; 10021 546955 0)) | 18924 | ;;;;;; 49334 755743 0)) |
| 18930 | ;;; Generated autoloads from net/net-utils.el | 18925 | ;;; Generated autoloads from net/net-utils.el |
| 18931 | 18926 | ||
| 18932 | (autoload 'ifconfig "net-utils" "\ | 18927 | (autoload 'ifconfig "net-utils" "\ |
| @@ -19020,8 +19015,8 @@ Open a network connection to HOST on PORT. | |||
| 19020 | 19015 | ||
| 19021 | ;;;*** | 19016 | ;;;*** |
| 19022 | 19017 | ||
| 19023 | ;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20495 | 19018 | ;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20627 |
| 19024 | ;;;;;; 51111 757560 0)) | 19019 | ;;;;;; 5636 279161 0)) |
| 19025 | ;;; Generated autoloads from net/netrc.el | 19020 | ;;; Generated autoloads from net/netrc.el |
| 19026 | 19021 | ||
| 19027 | (autoload 'netrc-credentials "netrc" "\ | 19022 | (autoload 'netrc-credentials "netrc" "\ |
| @@ -19034,7 +19029,7 @@ listed in the PORTS list. | |||
| 19034 | ;;;*** | 19029 | ;;;*** |
| 19035 | 19030 | ||
| 19036 | ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" | 19031 | ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" |
| 19037 | ;;;;;; (20369 14251 85829 0)) | 19032 | ;;;;;; (20533 49334 755743 0)) |
| 19038 | ;;; Generated autoloads from net/network-stream.el | 19033 | ;;; Generated autoloads from net/network-stream.el |
| 19039 | 19034 | ||
| 19040 | (autoload 'open-network-stream "network-stream" "\ | 19035 | (autoload 'open-network-stream "network-stream" "\ |
| @@ -19125,7 +19120,7 @@ STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality. | |||
| 19125 | ;;;*** | 19120 | ;;;*** |
| 19126 | 19121 | ||
| 19127 | ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" | 19122 | ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" |
| 19128 | ;;;;;; "net/newst-backend.el" (20577 33959 40183 0)) | 19123 | ;;;;;; "net/newst-backend.el" (20627 5636 279161 0)) |
| 19129 | ;;; Generated autoloads from net/newst-backend.el | 19124 | ;;; Generated autoloads from net/newst-backend.el |
| 19130 | 19125 | ||
| 19131 | (autoload 'newsticker-running-p "newst-backend" "\ | 19126 | (autoload 'newsticker-running-p "newst-backend" "\ |
| @@ -19147,7 +19142,7 @@ Run `newsticker-start-hook' if newsticker was not running already. | |||
| 19147 | ;;;*** | 19142 | ;;;*** |
| 19148 | 19143 | ||
| 19149 | ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" | 19144 | ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" |
| 19150 | ;;;;;; (20434 17809 692608 0)) | 19145 | ;;;;;; (20627 5636 279161 0)) |
| 19151 | ;;; Generated autoloads from net/newst-plainview.el | 19146 | ;;; Generated autoloads from net/newst-plainview.el |
| 19152 | 19147 | ||
| 19153 | (autoload 'newsticker-plainview "newst-plainview" "\ | 19148 | (autoload 'newsticker-plainview "newst-plainview" "\ |
| @@ -19158,7 +19153,7 @@ Start newsticker plainview. | |||
| 19158 | ;;;*** | 19153 | ;;;*** |
| 19159 | 19154 | ||
| 19160 | ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" | 19155 | ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" |
| 19161 | ;;;;;; (20434 17809 692608 0)) | 19156 | ;;;;;; (20627 5636 279161 0)) |
| 19162 | ;;; Generated autoloads from net/newst-reader.el | 19157 | ;;; Generated autoloads from net/newst-reader.el |
| 19163 | 19158 | ||
| 19164 | (autoload 'newsticker-show-news "newst-reader" "\ | 19159 | (autoload 'newsticker-show-news "newst-reader" "\ |
| @@ -19169,8 +19164,7 @@ Start reading news. You may want to bind this to a key. | |||
| 19169 | ;;;*** | 19164 | ;;;*** |
| 19170 | 19165 | ||
| 19171 | ;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) | 19166 | ;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) |
| 19172 | ;;;;;; "newst-ticker" "net/newst-ticker.el" (20427 14766 970343 | 19167 | ;;;;;; "newst-ticker" "net/newst-ticker.el" (20627 5636 279161 0)) |
| 19173 | ;;;;;; 0)) | ||
| 19174 | ;;; Generated autoloads from net/newst-ticker.el | 19168 | ;;; Generated autoloads from net/newst-ticker.el |
| 19175 | 19169 | ||
| 19176 | (autoload 'newsticker-ticker-running-p "newst-ticker" "\ | 19170 | (autoload 'newsticker-ticker-running-p "newst-ticker" "\ |
| @@ -19191,7 +19185,7 @@ running already. | |||
| 19191 | ;;;*** | 19185 | ;;;*** |
| 19192 | 19186 | ||
| 19193 | ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" | 19187 | ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" |
| 19194 | ;;;;;; (20590 45996 129575 0)) | 19188 | ;;;;;; (20627 5636 279161 0)) |
| 19195 | ;;; Generated autoloads from net/newst-treeview.el | 19189 | ;;; Generated autoloads from net/newst-treeview.el |
| 19196 | 19190 | ||
| 19197 | (autoload 'newsticker-treeview "newst-treeview" "\ | 19191 | (autoload 'newsticker-treeview "newst-treeview" "\ |
| @@ -19202,7 +19196,7 @@ Start newsticker treeview. | |||
| 19202 | ;;;*** | 19196 | ;;;*** |
| 19203 | 19197 | ||
| 19204 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" | 19198 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" |
| 19205 | ;;;;;; (20614 54428 654267 0)) | 19199 | ;;;;;; (20627 5636 279161 0)) |
| 19206 | ;;; Generated autoloads from gnus/nndiary.el | 19200 | ;;; Generated autoloads from gnus/nndiary.el |
| 19207 | 19201 | ||
| 19208 | (autoload 'nndiary-generate-nov-databases "nndiary" "\ | 19202 | (autoload 'nndiary-generate-nov-databases "nndiary" "\ |
| @@ -19212,8 +19206,8 @@ Generate NOV databases in all nndiary directories. | |||
| 19212 | 19206 | ||
| 19213 | ;;;*** | 19207 | ;;;*** |
| 19214 | 19208 | ||
| 19215 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20355 | 19209 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20533 |
| 19216 | ;;;;;; 10021 546955 0)) | 19210 | ;;;;;; 49334 755743 0)) |
| 19217 | ;;; Generated autoloads from gnus/nndoc.el | 19211 | ;;; Generated autoloads from gnus/nndoc.el |
| 19218 | 19212 | ||
| 19219 | (autoload 'nndoc-add-type "nndoc" "\ | 19213 | (autoload 'nndoc-add-type "nndoc" "\ |
| @@ -19228,7 +19222,7 @@ symbol in the alist. | |||
| 19228 | ;;;*** | 19222 | ;;;*** |
| 19229 | 19223 | ||
| 19230 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 19224 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 19231 | ;;;;;; (20458 56750 651721 0)) | 19225 | ;;;;;; (20627 5636 279161 0)) |
| 19232 | ;;; Generated autoloads from gnus/nnfolder.el | 19226 | ;;; Generated autoloads from gnus/nnfolder.el |
| 19233 | 19227 | ||
| 19234 | (autoload 'nnfolder-generate-active-file "nnfolder" "\ | 19228 | (autoload 'nnfolder-generate-active-file "nnfolder" "\ |
| @@ -19240,7 +19234,7 @@ This command does not work if you use short group names. | |||
| 19240 | ;;;*** | 19234 | ;;;*** |
| 19241 | 19235 | ||
| 19242 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 19236 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
| 19243 | ;;;;;; (20458 56750 651721 0)) | 19237 | ;;;;;; (20627 5636 279161 0)) |
| 19244 | ;;; Generated autoloads from gnus/nnml.el | 19238 | ;;; Generated autoloads from gnus/nnml.el |
| 19245 | 19239 | ||
| 19246 | (autoload 'nnml-generate-nov-databases "nnml" "\ | 19240 | (autoload 'nnml-generate-nov-databases "nnml" "\ |
| @@ -19251,7 +19245,7 @@ Generate NOV databases in all nnml directories. | |||
| 19251 | ;;;*** | 19245 | ;;;*** |
| 19252 | 19246 | ||
| 19253 | ;;;### (autoloads (disable-command enable-command disabled-command-function) | 19247 | ;;;### (autoloads (disable-command enable-command disabled-command-function) |
| 19254 | ;;;;;; "novice" "novice.el" (20566 63671 243798 0)) | 19248 | ;;;;;; "novice" "novice.el" (20627 5636 279161 0)) |
| 19255 | ;;; Generated autoloads from novice.el | 19249 | ;;; Generated autoloads from novice.el |
| 19256 | 19250 | ||
| 19257 | (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") | 19251 | (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") |
| @@ -19284,7 +19278,7 @@ future sessions. | |||
| 19284 | ;;;*** | 19278 | ;;;*** |
| 19285 | 19279 | ||
| 19286 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" | 19280 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" |
| 19287 | ;;;;;; (20355 10021 546955 0)) | 19281 | ;;;;;; (20533 49334 755743 0)) |
| 19288 | ;;; Generated autoloads from textmodes/nroff-mode.el | 19282 | ;;; Generated autoloads from textmodes/nroff-mode.el |
| 19289 | 19283 | ||
| 19290 | (autoload 'nroff-mode "nroff-mode" "\ | 19284 | (autoload 'nroff-mode "nroff-mode" "\ |
| @@ -19299,7 +19293,7 @@ closing requests for requests that are used in matched pairs. | |||
| 19299 | ;;;*** | 19293 | ;;;*** |
| 19300 | 19294 | ||
| 19301 | ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" | 19295 | ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" |
| 19302 | ;;;;;; (20523 62082 997685 0)) | 19296 | ;;;;;; (20627 5636 279161 0)) |
| 19303 | ;;; Generated autoloads from nxml/nxml-glyph.el | 19297 | ;;; Generated autoloads from nxml/nxml-glyph.el |
| 19304 | 19298 | ||
| 19305 | (autoload 'nxml-glyph-display-string "nxml-glyph" "\ | 19299 | (autoload 'nxml-glyph-display-string "nxml-glyph" "\ |
| @@ -19311,8 +19305,8 @@ Return nil if the face cannot display a glyph for N. | |||
| 19311 | 19305 | ||
| 19312 | ;;;*** | 19306 | ;;;*** |
| 19313 | 19307 | ||
| 19314 | ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20478 | 19308 | ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20627 |
| 19315 | ;;;;;; 3673 653810 0)) | 19309 | ;;;;;; 5636 279161 0)) |
| 19316 | ;;; Generated autoloads from nxml/nxml-mode.el | 19310 | ;;; Generated autoloads from nxml/nxml-mode.el |
| 19317 | 19311 | ||
| 19318 | (autoload 'nxml-mode "nxml-mode" "\ | 19312 | (autoload 'nxml-mode "nxml-mode" "\ |
| @@ -19374,7 +19368,7 @@ Many aspects this mode can be customized using | |||
| 19374 | ;;;*** | 19368 | ;;;*** |
| 19375 | 19369 | ||
| 19376 | ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" | 19370 | ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" |
| 19377 | ;;;;;; "nxml/nxml-uchnm.el" (20355 10021 546955 0)) | 19371 | ;;;;;; "nxml/nxml-uchnm.el" (20533 49334 755743 0)) |
| 19378 | ;;; Generated autoloads from nxml/nxml-uchnm.el | 19372 | ;;; Generated autoloads from nxml/nxml-uchnm.el |
| 19379 | 19373 | ||
| 19380 | (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ | 19374 | (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ |
| @@ -19387,7 +19381,7 @@ the variable `nxml-enabled-unicode-blocks'. | |||
| 19387 | ;;;*** | 19381 | ;;;*** |
| 19388 | 19382 | ||
| 19389 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" | 19383 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" |
| 19390 | ;;;;;; (20355 10021 546955 0)) | 19384 | ;;;;;; (20627 5636 279161 0)) |
| 19391 | ;;; Generated autoloads from progmodes/octave-inf.el | 19385 | ;;; Generated autoloads from progmodes/octave-inf.el |
| 19392 | 19386 | ||
| 19393 | (autoload 'inferior-octave "octave-inf" "\ | 19387 | (autoload 'inferior-octave "octave-inf" "\ |
| @@ -19410,7 +19404,7 @@ startup file, `~/.emacs-octave'. | |||
| 19410 | ;;;*** | 19404 | ;;;*** |
| 19411 | 19405 | ||
| 19412 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 19406 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 19413 | ;;;;;; (20566 63671 243798 0)) | 19407 | ;;;;;; (20627 5636 279161 0)) |
| 19414 | ;;; Generated autoloads from progmodes/octave-mod.el | 19408 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 19415 | 19409 | ||
| 19416 | (autoload 'octave-mode "octave-mod" "\ | 19410 | (autoload 'octave-mode "octave-mod" "\ |
| @@ -19498,7 +19492,7 @@ including a reproducible test case and send the message. | |||
| 19498 | ;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct | 19492 | ;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct |
| 19499 | ;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode org-clock-persistence-insinuate | 19493 | ;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode org-clock-persistence-insinuate |
| 19500 | ;;;;;; turn-on-orgtbl org-version org-babel-do-load-languages) "org" | 19494 | ;;;;;; turn-on-orgtbl org-version org-babel-do-load-languages) "org" |
| 19501 | ;;;;;; "org/org.el" (20618 55210 422086 0)) | 19495 | ;;;;;; "org/org.el" (20627 5636 279161 0)) |
| 19502 | ;;; Generated autoloads from org/org.el | 19496 | ;;; Generated autoloads from org/org.el |
| 19503 | 19497 | ||
| 19504 | (autoload 'org-babel-do-load-languages "org" "\ | 19498 | (autoload 'org-babel-do-load-languages "org" "\ |
| @@ -19724,7 +19718,7 @@ Call the customize function with org as argument. | |||
| 19724 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views | 19718 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views |
| 19725 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda | 19719 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda |
| 19726 | ;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el" | 19720 | ;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el" |
| 19727 | ;;;;;; (20618 55210 422086 0)) | 19721 | ;;;;;; (20627 5636 279161 0)) |
| 19728 | ;;; Generated autoloads from org/org-agenda.el | 19722 | ;;; Generated autoloads from org/org-agenda.el |
| 19729 | 19723 | ||
| 19730 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ | 19724 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ |
| @@ -19981,7 +19975,7 @@ to override `appt-message-warning-time'. | |||
| 19981 | ;;;*** | 19975 | ;;;*** |
| 19982 | 19976 | ||
| 19983 | ;;;### (autoloads (org-beamer-mode org-beamer-sectioning) "org-beamer" | 19977 | ;;;### (autoloads (org-beamer-mode org-beamer-sectioning) "org-beamer" |
| 19984 | ;;;;;; "org/org-beamer.el" (20618 55210 422086 0)) | 19978 | ;;;;;; "org/org-beamer.el" (20627 5636 279161 0)) |
| 19985 | ;;; Generated autoloads from org/org-beamer.el | 19979 | ;;; Generated autoloads from org/org-beamer.el |
| 19986 | 19980 | ||
| 19987 | (autoload 'org-beamer-sectioning "org-beamer" "\ | 19981 | (autoload 'org-beamer-sectioning "org-beamer" "\ |
| @@ -20003,8 +19997,8 @@ Special support for editing Org-mode files made to export to beamer. | |||
| 20003 | ;;;*** | 19997 | ;;;*** |
| 20004 | 19998 | ||
| 20005 | ;;;### (autoloads (org-capture-import-remember-templates org-capture | 19999 | ;;;### (autoloads (org-capture-import-remember-templates org-capture |
| 20006 | ;;;;;; org-capture-string) "org-capture" "org/org-capture.el" (20618 | 20000 | ;;;;;; org-capture-string) "org-capture" "org/org-capture.el" (20627 |
| 20007 | ;;;;;; 55210 422086 0)) | 20001 | ;;;;;; 5636 279161 0)) |
| 20008 | ;;; Generated autoloads from org/org-capture.el | 20002 | ;;; Generated autoloads from org/org-capture.el |
| 20009 | 20003 | ||
| 20010 | (autoload 'org-capture-string "org-capture" "\ | 20004 | (autoload 'org-capture-string "org-capture" "\ |
| @@ -20045,8 +20039,8 @@ Set org-capture-templates to be similar to `org-remember-templates'. | |||
| 20045 | ;;;*** | 20039 | ;;;*** |
| 20046 | 20040 | ||
| 20047 | ;;;### (autoloads (org-agenda-columns org-insert-columns-dblock org-dblock-write:columnview | 20041 | ;;;### (autoloads (org-agenda-columns org-insert-columns-dblock org-dblock-write:columnview |
| 20048 | ;;;;;; org-columns) "org-colview" "org/org-colview.el" (20618 55210 | 20042 | ;;;;;; org-columns) "org-colview" "org/org-colview.el" (20627 5636 |
| 20049 | ;;;;;; 422086 0)) | 20043 | ;;;;;; 279161 0)) |
| 20050 | ;;; Generated autoloads from org/org-colview.el | 20044 | ;;; Generated autoloads from org/org-colview.el |
| 20051 | 20045 | ||
| 20052 | (autoload 'org-columns "org-colview" "\ | 20046 | (autoload 'org-columns "org-colview" "\ |
| @@ -20090,7 +20084,7 @@ Turn on or update column view in the agenda. | |||
| 20090 | ;;;*** | 20084 | ;;;*** |
| 20091 | 20085 | ||
| 20092 | ;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el" | 20086 | ;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el" |
| 20093 | ;;;;;; (20618 55210 422086 0)) | 20087 | ;;;;;; (20627 5636 279161 0)) |
| 20094 | ;;; Generated autoloads from org/org-compat.el | 20088 | ;;; Generated autoloads from org/org-compat.el |
| 20095 | 20089 | ||
| 20096 | (autoload 'org-check-version "org-compat" "\ | 20090 | (autoload 'org-check-version "org-compat" "\ |
| @@ -20101,7 +20095,7 @@ Try very hard to provide sensible version strings. | |||
| 20101 | ;;;*** | 20095 | ;;;*** |
| 20102 | 20096 | ||
| 20103 | ;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el" | 20097 | ;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el" |
| 20104 | ;;;;;; (20618 55210 422086 0)) | 20098 | ;;;;;; (20627 5636 279161 0)) |
| 20105 | ;;; Generated autoloads from org/org-version.el | 20099 | ;;; Generated autoloads from org/org-version.el |
| 20106 | 20100 | ||
| 20107 | (autoload 'org-release "org-version" "\ | 20101 | (autoload 'org-release "org-version" "\ |
| @@ -20122,7 +20116,7 @@ The location of ODT styles.") | |||
| 20122 | ;;;*** | 20116 | ;;;*** |
| 20123 | 20117 | ||
| 20124 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" | 20118 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" |
| 20125 | ;;;;;; (20355 10021 546955 0)) | 20119 | ;;;;;; (20627 5636 279161 0)) |
| 20126 | ;;; Generated autoloads from outline.el | 20120 | ;;; Generated autoloads from outline.el |
| 20127 | (put 'outline-regexp 'safe-local-variable 'stringp) | 20121 | (put 'outline-regexp 'safe-local-variable 'stringp) |
| 20128 | (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) | 20122 | (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) |
| @@ -20186,7 +20180,7 @@ See the command `outline-mode' for more information on this mode. | |||
| 20186 | ;;;### (autoloads (list-packages describe-package package-initialize | 20180 | ;;;### (autoloads (list-packages describe-package package-initialize |
| 20187 | ;;;;;; package-refresh-contents package-install-file package-install-from-buffer | 20181 | ;;;;;; package-refresh-contents package-install-file package-install-from-buffer |
| 20188 | ;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" | 20182 | ;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" |
| 20189 | ;;;;;; (20622 22438 32851 0)) | 20183 | ;;;;;; (20627 5636 279161 0)) |
| 20190 | ;;; Generated autoloads from emacs-lisp/package.el | 20184 | ;;; Generated autoloads from emacs-lisp/package.el |
| 20191 | 20185 | ||
| 20192 | (defvar package-enable-at-startup t "\ | 20186 | (defvar package-enable-at-startup t "\ |
| @@ -20256,8 +20250,8 @@ The list is displayed in a buffer named `*Packages*'. | |||
| 20256 | 20250 | ||
| 20257 | ;;;*** | 20251 | ;;;*** |
| 20258 | 20252 | ||
| 20259 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20542 50478 | 20253 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20627 5636 |
| 20260 | ;;;;;; 439878 507000)) | 20254 | ;;;;;; 279161 0)) |
| 20261 | ;;; Generated autoloads from paren.el | 20255 | ;;; Generated autoloads from paren.el |
| 20262 | 20256 | ||
| 20263 | (defvar show-paren-mode nil "\ | 20257 | (defvar show-paren-mode nil "\ |
| @@ -20284,7 +20278,7 @@ matching parenthesis is highlighted in `show-paren-style' after | |||
| 20284 | ;;;*** | 20278 | ;;;*** |
| 20285 | 20279 | ||
| 20286 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" | 20280 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" |
| 20287 | ;;;;;; (20478 3673 653810 0)) | 20281 | ;;;;;; (20627 5636 279161 0)) |
| 20288 | ;;; Generated autoloads from calendar/parse-time.el | 20282 | ;;; Generated autoloads from calendar/parse-time.el |
| 20289 | (put 'parse-time-rules 'risky-local-variable t) | 20283 | (put 'parse-time-rules 'risky-local-variable t) |
| 20290 | 20284 | ||
| @@ -20297,8 +20291,8 @@ unknown are returned as nil. | |||
| 20297 | 20291 | ||
| 20298 | ;;;*** | 20292 | ;;;*** |
| 20299 | 20293 | ||
| 20300 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20478 | 20294 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20627 |
| 20301 | ;;;;;; 3673 653810 0)) | 20295 | ;;;;;; 5636 279161 0)) |
| 20302 | ;;; Generated autoloads from progmodes/pascal.el | 20296 | ;;; Generated autoloads from progmodes/pascal.el |
| 20303 | 20297 | ||
| 20304 | (autoload 'pascal-mode "pascal" "\ | 20298 | (autoload 'pascal-mode "pascal" "\ |
| @@ -20351,7 +20345,7 @@ no args, if that value is non-nil. | |||
| 20351 | ;;;*** | 20345 | ;;;*** |
| 20352 | 20346 | ||
| 20353 | ;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) | 20347 | ;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) |
| 20354 | ;;;;;; "password-cache" "password-cache.el" (20577 33959 40183 0)) | 20348 | ;;;;;; "password-cache" "password-cache.el" (20627 5636 279161 0)) |
| 20355 | ;;; Generated autoloads from password-cache.el | 20349 | ;;; Generated autoloads from password-cache.el |
| 20356 | 20350 | ||
| 20357 | (defvar password-cache t "\ | 20351 | (defvar password-cache t "\ |
| @@ -20373,7 +20367,7 @@ Check if KEY is in the cache. | |||
| 20373 | ;;;*** | 20367 | ;;;*** |
| 20374 | 20368 | ||
| 20375 | ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" | 20369 | ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" |
| 20376 | ;;;;;; (20582 12914 894781 0)) | 20370 | ;;;;;; (20627 5636 279161 0)) |
| 20377 | ;;; Generated autoloads from emacs-lisp/pcase.el | 20371 | ;;; Generated autoloads from emacs-lisp/pcase.el |
| 20378 | 20372 | ||
| 20379 | (autoload 'pcase "pcase" "\ | 20373 | (autoload 'pcase "pcase" "\ |
| @@ -20434,8 +20428,8 @@ of the form (UPAT EXP). | |||
| 20434 | 20428 | ||
| 20435 | ;;;*** | 20429 | ;;;*** |
| 20436 | 20430 | ||
| 20437 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20355 | 20431 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20533 |
| 20438 | ;;;;;; 10021 546955 0)) | 20432 | ;;;;;; 49334 755743 0)) |
| 20439 | ;;; Generated autoloads from pcmpl-cvs.el | 20433 | ;;; Generated autoloads from pcmpl-cvs.el |
| 20440 | 20434 | ||
| 20441 | (autoload 'pcomplete/cvs "pcmpl-cvs" "\ | 20435 | (autoload 'pcomplete/cvs "pcmpl-cvs" "\ |
| @@ -20446,7 +20440,7 @@ Completion rules for the `cvs' command. | |||
| 20446 | ;;;*** | 20440 | ;;;*** |
| 20447 | 20441 | ||
| 20448 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) | 20442 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) |
| 20449 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20572 16038 402143 0)) | 20443 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20571 55087 823391 0)) |
| 20450 | ;;; Generated autoloads from pcmpl-gnu.el | 20444 | ;;; Generated autoloads from pcmpl-gnu.el |
| 20451 | 20445 | ||
| 20452 | (autoload 'pcomplete/gzip "pcmpl-gnu" "\ | 20446 | (autoload 'pcomplete/gzip "pcmpl-gnu" "\ |
| @@ -20474,7 +20468,7 @@ Completion for the GNU tar utility. | |||
| 20474 | ;;;*** | 20468 | ;;;*** |
| 20475 | 20469 | ||
| 20476 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 20470 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 20477 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20355 10021 546955 0)) | 20471 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20533 49334 755743 0)) |
| 20478 | ;;; Generated autoloads from pcmpl-linux.el | 20472 | ;;; Generated autoloads from pcmpl-linux.el |
| 20479 | 20473 | ||
| 20480 | (autoload 'pcomplete/kill "pcmpl-linux" "\ | 20474 | (autoload 'pcomplete/kill "pcmpl-linux" "\ |
| @@ -20494,8 +20488,8 @@ Completion for GNU/Linux `mount'. | |||
| 20494 | 20488 | ||
| 20495 | ;;;*** | 20489 | ;;;*** |
| 20496 | 20490 | ||
| 20497 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20523 | 20491 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20627 |
| 20498 | ;;;;;; 62082 997685 0)) | 20492 | ;;;;;; 5636 279161 0)) |
| 20499 | ;;; Generated autoloads from pcmpl-rpm.el | 20493 | ;;; Generated autoloads from pcmpl-rpm.el |
| 20500 | 20494 | ||
| 20501 | (autoload 'pcomplete/rpm "pcmpl-rpm" "\ | 20495 | (autoload 'pcomplete/rpm "pcmpl-rpm" "\ |
| @@ -20507,7 +20501,7 @@ Completion for the `rpm' command. | |||
| 20507 | 20501 | ||
| 20508 | ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown | 20502 | ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown |
| 20509 | ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir | 20503 | ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir |
| 20510 | ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20376 40834 914217 | 20504 | ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20627 5636 279161 |
| 20511 | ;;;;;; 0)) | 20505 | ;;;;;; 0)) |
| 20512 | ;;; Generated autoloads from pcmpl-unix.el | 20506 | ;;; Generated autoloads from pcmpl-unix.el |
| 20513 | 20507 | ||
| @@ -20565,8 +20559,8 @@ Includes files as well as host names followed by a colon. | |||
| 20565 | 20559 | ||
| 20566 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 20560 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 20567 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 20561 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 20568 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20582 | 20562 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20650 |
| 20569 | ;;;;;; 12914 894781 0)) | 20563 | ;;;;;; 61387 498451 0)) |
| 20570 | ;;; Generated autoloads from pcomplete.el | 20564 | ;;; Generated autoloads from pcomplete.el |
| 20571 | 20565 | ||
| 20572 | (autoload 'pcomplete "pcomplete" "\ | 20566 | (autoload 'pcomplete "pcomplete" "\ |
| @@ -20625,7 +20619,7 @@ Setup `shell-mode' to use pcomplete. | |||
| 20625 | 20619 | ||
| 20626 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 20620 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 20627 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 20621 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 20628 | ;;;;;; "vc/pcvs.el" (20584 7212 455152 0)) | 20622 | ;;;;;; "vc/pcvs.el" (20627 5636 279161 0)) |
| 20629 | ;;; Generated autoloads from vc/pcvs.el | 20623 | ;;; Generated autoloads from vc/pcvs.el |
| 20630 | 20624 | ||
| 20631 | (autoload 'cvs-checkout "pcvs" "\ | 20625 | (autoload 'cvs-checkout "pcvs" "\ |
| @@ -20700,8 +20694,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 20700 | 20694 | ||
| 20701 | ;;;*** | 20695 | ;;;*** |
| 20702 | 20696 | ||
| 20703 | ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20576 42138 | 20697 | ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20627 5636 279161 |
| 20704 | ;;;;;; 697312 0)) | 20698 | ;;;;;; 0)) |
| 20705 | ;;; Generated autoloads from vc/pcvs-defs.el | 20699 | ;;; Generated autoloads from vc/pcvs-defs.el |
| 20706 | 20700 | ||
| 20707 | (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)) "\ | 20701 | (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)) "\ |
| @@ -20710,7 +20704,7 @@ Global menu used by PCL-CVS.") | |||
| 20710 | ;;;*** | 20704 | ;;;*** |
| 20711 | 20705 | ||
| 20712 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 20706 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 20713 | ;;;;;; (20566 63671 243798 0)) | 20707 | ;;;;;; (20627 5636 279161 0)) |
| 20714 | ;;; Generated autoloads from progmodes/perl-mode.el | 20708 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 20715 | (put 'perl-indent-level 'safe-local-variable 'integerp) | 20709 | (put 'perl-indent-level 'safe-local-variable 'integerp) |
| 20716 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) | 20710 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) |
| @@ -20772,7 +20766,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 20772 | ;;;*** | 20766 | ;;;*** |
| 20773 | 20767 | ||
| 20774 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 20768 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 20775 | ;;;;;; (20551 9899 283417 0)) | 20769 | ;;;;;; (20627 5636 279161 0)) |
| 20776 | ;;; Generated autoloads from textmodes/picture.el | 20770 | ;;; Generated autoloads from textmodes/picture.el |
| 20777 | 20771 | ||
| 20778 | (autoload 'picture-mode "picture" "\ | 20772 | (autoload 'picture-mode "picture" "\ |
| @@ -20853,7 +20847,7 @@ they are not by default assigned to keys. | |||
| 20853 | ;;;*** | 20847 | ;;;*** |
| 20854 | 20848 | ||
| 20855 | ;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el" | 20849 | ;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el" |
| 20856 | ;;;;;; (20378 29222 722320 0)) | 20850 | ;;;;;; (20627 5636 279161 0)) |
| 20857 | ;;; Generated autoloads from gnus/plstore.el | 20851 | ;;; Generated autoloads from gnus/plstore.el |
| 20858 | 20852 | ||
| 20859 | (autoload 'plstore-open "plstore" "\ | 20853 | (autoload 'plstore-open "plstore" "\ |
| @@ -20869,7 +20863,7 @@ Major mode for editing PLSTORE files. | |||
| 20869 | ;;;*** | 20863 | ;;;*** |
| 20870 | 20864 | ||
| 20871 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 20865 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 20872 | ;;;;;; (20355 10021 546955 0)) | 20866 | ;;;;;; (20533 49334 755743 0)) |
| 20873 | ;;; Generated autoloads from textmodes/po.el | 20867 | ;;; Generated autoloads from textmodes/po.el |
| 20874 | 20868 | ||
| 20875 | (autoload 'po-find-file-coding-system "po" "\ | 20869 | (autoload 'po-find-file-coding-system "po" "\ |
| @@ -20880,7 +20874,7 @@ Called through `file-coding-system-alist', before the file is visited for real. | |||
| 20880 | 20874 | ||
| 20881 | ;;;*** | 20875 | ;;;*** |
| 20882 | 20876 | ||
| 20883 | ;;;### (autoloads (pong) "pong" "play/pong.el" (20478 3673 653810 | 20877 | ;;;### (autoloads (pong) "pong" "play/pong.el" (20627 5636 279161 |
| 20884 | ;;;;;; 0)) | 20878 | ;;;;;; 0)) |
| 20885 | ;;; Generated autoloads from play/pong.el | 20879 | ;;; Generated autoloads from play/pong.el |
| 20886 | 20880 | ||
| @@ -20897,8 +20891,8 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 20897 | 20891 | ||
| 20898 | ;;;*** | 20892 | ;;;*** |
| 20899 | 20893 | ||
| 20900 | ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20458 56750 | 20894 | ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20627 5636 |
| 20901 | ;;;;;; 651721 0)) | 20895 | ;;;;;; 279161 0)) |
| 20902 | ;;; Generated autoloads from gnus/pop3.el | 20896 | ;;; Generated autoloads from gnus/pop3.el |
| 20903 | 20897 | ||
| 20904 | (autoload 'pop3-movemail "pop3" "\ | 20898 | (autoload 'pop3-movemail "pop3" "\ |
| @@ -20911,7 +20905,7 @@ Use streaming commands. | |||
| 20911 | 20905 | ||
| 20912 | ;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression | 20906 | ;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression |
| 20913 | ;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" | 20907 | ;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" |
| 20914 | ;;;;;; (20495 51111 757560 0)) | 20908 | ;;;;;; (20627 5636 279161 0)) |
| 20915 | ;;; Generated autoloads from emacs-lisp/pp.el | 20909 | ;;; Generated autoloads from emacs-lisp/pp.el |
| 20916 | 20910 | ||
| 20917 | (autoload 'pp-to-string "pp" "\ | 20911 | (autoload 'pp-to-string "pp" "\ |
| @@ -20979,7 +20973,7 @@ Ignores leading comment characters. | |||
| 20979 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview | 20973 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview |
| 20980 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript | 20974 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript |
| 20981 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" | 20975 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" |
| 20982 | ;;;;;; (20566 63671 243798 0)) | 20976 | ;;;;;; (20627 5636 279161 0)) |
| 20983 | ;;; Generated autoloads from printing.el | 20977 | ;;; Generated autoloads from printing.el |
| 20984 | 20978 | ||
| 20985 | (autoload 'pr-interface "printing" "\ | 20979 | (autoload 'pr-interface "printing" "\ |
| @@ -21566,7 +21560,7 @@ are both set to t. | |||
| 21566 | 21560 | ||
| 21567 | ;;;*** | 21561 | ;;;*** |
| 21568 | 21562 | ||
| 21569 | ;;;### (autoloads (proced) "proced" "proced.el" (20593 22184 581574 | 21563 | ;;;### (autoloads (proced) "proced" "proced.el" (20627 5636 279161 |
| 21570 | ;;;;;; 0)) | 21564 | ;;;;;; 0)) |
| 21571 | ;;; Generated autoloads from proced.el | 21565 | ;;; Generated autoloads from proced.el |
| 21572 | 21566 | ||
| @@ -21587,7 +21581,7 @@ Proced buffers. | |||
| 21587 | 21581 | ||
| 21588 | ;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window | 21582 | ;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window |
| 21589 | ;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el" | 21583 | ;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el" |
| 21590 | ;;;;;; (20619 46245 806932 0)) | 21584 | ;;;;;; (20627 5636 279161 0)) |
| 21591 | ;;; Generated autoloads from profiler.el | 21585 | ;;; Generated autoloads from profiler.el |
| 21592 | 21586 | ||
| 21593 | (autoload 'profiler-start "profiler" "\ | 21587 | (autoload 'profiler-start "profiler" "\ |
| @@ -21616,7 +21610,7 @@ Open profile FILENAME. | |||
| 21616 | ;;;*** | 21610 | ;;;*** |
| 21617 | 21611 | ||
| 21618 | ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" | 21612 | ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" |
| 21619 | ;;;;;; "progmodes/prolog.el" (20576 42138 697312 0)) | 21613 | ;;;;;; "progmodes/prolog.el" (20627 5636 279161 0)) |
| 21620 | ;;; Generated autoloads from progmodes/prolog.el | 21614 | ;;; Generated autoloads from progmodes/prolog.el |
| 21621 | 21615 | ||
| 21622 | (autoload 'prolog-mode "prolog" "\ | 21616 | (autoload 'prolog-mode "prolog" "\ |
| @@ -21651,8 +21645,8 @@ With prefix argument ARG, restart the Prolog process if running before. | |||
| 21651 | 21645 | ||
| 21652 | ;;;*** | 21646 | ;;;*** |
| 21653 | 21647 | ||
| 21654 | ;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20355 | 21648 | ;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20648 |
| 21655 | ;;;;;; 10021 546955 0)) | 21649 | ;;;;;; 29674 854535 0)) |
| 21656 | ;;; Generated autoloads from ps-bdf.el | 21650 | ;;; Generated autoloads from ps-bdf.el |
| 21657 | 21651 | ||
| 21658 | (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")) "\ | 21652 | (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")) "\ |
| @@ -21663,8 +21657,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 21663 | 21657 | ||
| 21664 | ;;;*** | 21658 | ;;;*** |
| 21665 | 21659 | ||
| 21666 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20576 | 21660 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20627 |
| 21667 | ;;;;;; 42138 697312 0)) | 21661 | ;;;;;; 5636 279161 0)) |
| 21668 | ;;; Generated autoloads from progmodes/ps-mode.el | 21662 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 21669 | 21663 | ||
| 21670 | (autoload 'ps-mode "ps-mode" "\ | 21664 | (autoload 'ps-mode "ps-mode" "\ |
| @@ -21715,8 +21709,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 21715 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 21709 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 21716 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 21710 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 21717 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 21711 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 21718 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20566 | 21712 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20627 |
| 21719 | ;;;;;; 63671 243798 0)) | 21713 | ;;;;;; 5636 279161 0)) |
| 21720 | ;;; Generated autoloads from ps-print.el | 21714 | ;;; Generated autoloads from ps-print.el |
| 21721 | 21715 | ||
| 21722 | (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"))) "\ | 21716 | (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"))) "\ |
| @@ -21913,7 +21907,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21913 | ;;;*** | 21907 | ;;;*** |
| 21914 | 21908 | ||
| 21915 | ;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el" | 21909 | ;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el" |
| 21916 | ;;;;;; (20599 27513 576550 0)) | 21910 | ;;;;;; (20641 21435 927560 0)) |
| 21917 | ;;; Generated autoloads from progmodes/python.el | 21911 | ;;; Generated autoloads from progmodes/python.el |
| 21918 | 21912 | ||
| 21919 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) | 21913 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) |
| @@ -21949,7 +21943,7 @@ if that value is non-nil. | |||
| 21949 | ;;;*** | 21943 | ;;;*** |
| 21950 | 21944 | ||
| 21951 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" | 21945 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" |
| 21952 | ;;;;;; (20557 48712 315579 0)) | 21946 | ;;;;;; (20627 5636 279161 0)) |
| 21953 | ;;; Generated autoloads from gnus/qp.el | 21947 | ;;; Generated autoloads from gnus/qp.el |
| 21954 | 21948 | ||
| 21955 | (autoload 'quoted-printable-decode-region "qp" "\ | 21949 | (autoload 'quoted-printable-decode-region "qp" "\ |
| @@ -21972,7 +21966,7 @@ them into characters should be done separately. | |||
| 21972 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 21966 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 21973 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 21967 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 21974 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 21968 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 21975 | ;;;;;; "international/quail.el" (20523 62082 997685 0)) | 21969 | ;;;;;; "international/quail.el" (20627 5636 279161 0)) |
| 21976 | ;;; Generated autoloads from international/quail.el | 21970 | ;;; Generated autoloads from international/quail.el |
| 21977 | 21971 | ||
| 21978 | (autoload 'quail-title "quail" "\ | 21972 | (autoload 'quail-title "quail" "\ |
| @@ -22203,8 +22197,8 @@ of each directory. | |||
| 22203 | 22197 | ||
| 22204 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 22198 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 22205 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 22199 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 22206 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20566 | 22200 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20627 |
| 22207 | ;;;;;; 63671 243798 0)) | 22201 | ;;;;;; 5636 279161 0)) |
| 22208 | ;;; Generated autoloads from net/quickurl.el | 22202 | ;;; Generated autoloads from net/quickurl.el |
| 22209 | 22203 | ||
| 22210 | (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" "\ | 22204 | (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" "\ |
| @@ -22276,7 +22270,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 22276 | ;;;*** | 22270 | ;;;*** |
| 22277 | 22271 | ||
| 22278 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" | 22272 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" |
| 22279 | ;;;;;; "net/rcirc.el" (20614 54428 654267 0)) | 22273 | ;;;;;; "net/rcirc.el" (20627 5636 279161 0)) |
| 22280 | ;;; Generated autoloads from net/rcirc.el | 22274 | ;;; Generated autoloads from net/rcirc.el |
| 22281 | 22275 | ||
| 22282 | (autoload 'rcirc "rcirc" "\ | 22276 | (autoload 'rcirc "rcirc" "\ |
| @@ -22314,8 +22308,8 @@ if ARG is omitted or nil. | |||
| 22314 | 22308 | ||
| 22315 | ;;;*** | 22309 | ;;;*** |
| 22316 | 22310 | ||
| 22317 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20355 | 22311 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20533 |
| 22318 | ;;;;;; 10021 546955 0)) | 22312 | ;;;;;; 49334 755743 0)) |
| 22319 | ;;; Generated autoloads from net/rcompile.el | 22313 | ;;; Generated autoloads from net/rcompile.el |
| 22320 | 22314 | ||
| 22321 | (autoload 'remote-compile "rcompile" "\ | 22315 | (autoload 'remote-compile "rcompile" "\ |
| @@ -22327,7 +22321,7 @@ See \\[compile]. | |||
| 22327 | ;;;*** | 22321 | ;;;*** |
| 22328 | 22322 | ||
| 22329 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 22323 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 22330 | ;;;;;; (20427 14766 970343 0)) | 22324 | ;;;;;; (20627 5636 279161 0)) |
| 22331 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 22325 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 22332 | 22326 | ||
| 22333 | (defalias 'regexp-builder 're-builder) | 22327 | (defalias 'regexp-builder 're-builder) |
| @@ -22345,8 +22339,8 @@ matching parts of the target buffer will be highlighted. | |||
| 22345 | 22339 | ||
| 22346 | ;;;*** | 22340 | ;;;*** |
| 22347 | 22341 | ||
| 22348 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20356 2211 | 22342 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20627 5636 |
| 22349 | ;;;;;; 532900 0)) | 22343 | ;;;;;; 279161 0)) |
| 22350 | ;;; Generated autoloads from recentf.el | 22344 | ;;; Generated autoloads from recentf.el |
| 22351 | 22345 | ||
| 22352 | (defvar recentf-mode nil "\ | 22346 | (defvar recentf-mode nil "\ |
| @@ -22376,7 +22370,7 @@ were operated on recently. | |||
| 22376 | ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle | 22370 | ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle |
| 22377 | ;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle | 22371 | ;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle |
| 22378 | ;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle) | 22372 | ;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle) |
| 22379 | ;;;;;; "rect" "rect.el" (20501 3499 284800 0)) | 22373 | ;;;;;; "rect" "rect.el" (20627 5636 279161 0)) |
| 22380 | ;;; Generated autoloads from rect.el | 22374 | ;;; Generated autoloads from rect.el |
| 22381 | 22375 | ||
| 22382 | (autoload 'delete-rectangle "rect" "\ | 22376 | (autoload 'delete-rectangle "rect" "\ |
| @@ -22510,8 +22504,8 @@ with a prefix argument, prompt for START-AT and FORMAT. | |||
| 22510 | 22504 | ||
| 22511 | ;;;*** | 22505 | ;;;*** |
| 22512 | 22506 | ||
| 22513 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20478 | 22507 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20627 |
| 22514 | ;;;;;; 3673 653810 0)) | 22508 | ;;;;;; 5636 279161 0)) |
| 22515 | ;;; Generated autoloads from textmodes/refill.el | 22509 | ;;; Generated autoloads from textmodes/refill.el |
| 22516 | 22510 | ||
| 22517 | (autoload 'refill-mode "refill" "\ | 22511 | (autoload 'refill-mode "refill" "\ |
| @@ -22532,8 +22526,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead. | |||
| 22532 | ;;;*** | 22526 | ;;;*** |
| 22533 | 22527 | ||
| 22534 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode | 22528 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode |
| 22535 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20590 45996 | 22529 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20627 5636 |
| 22536 | ;;;;;; 129575 0)) | 22530 | ;;;;;; 279161 0)) |
| 22537 | ;;; Generated autoloads from textmodes/reftex.el | 22531 | ;;; Generated autoloads from textmodes/reftex.el |
| 22538 | 22532 | ||
| 22539 | (autoload 'turn-on-reftex "reftex" "\ | 22533 | (autoload 'turn-on-reftex "reftex" "\ |
| @@ -22583,7 +22577,7 @@ This enforces rescanning the buffer on next use. | |||
| 22583 | ;;;*** | 22577 | ;;;*** |
| 22584 | 22578 | ||
| 22585 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 22579 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 22586 | ;;;;;; (20585 28088 480237 0)) | 22580 | ;;;;;; (20627 5636 279161 0)) |
| 22587 | ;;; Generated autoloads from textmodes/reftex-cite.el | 22581 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 22588 | 22582 | ||
| 22589 | (autoload 'reftex-citation "reftex-cite" "\ | 22583 | (autoload 'reftex-citation "reftex-cite" "\ |
| @@ -22613,7 +22607,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 22613 | ;;;*** | 22607 | ;;;*** |
| 22614 | 22608 | ||
| 22615 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" | 22609 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" |
| 22616 | ;;;;;; (20585 28088 480237 0)) | 22610 | ;;;;;; (20627 5636 279161 0)) |
| 22617 | ;;; Generated autoloads from textmodes/reftex-global.el | 22611 | ;;; Generated autoloads from textmodes/reftex-global.el |
| 22618 | 22612 | ||
| 22619 | (autoload 'reftex-isearch-minor-mode "reftex-global" "\ | 22613 | (autoload 'reftex-isearch-minor-mode "reftex-global" "\ |
| @@ -22630,7 +22624,7 @@ With no argument, this command toggles | |||
| 22630 | ;;;*** | 22624 | ;;;*** |
| 22631 | 22625 | ||
| 22632 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 22626 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 22633 | ;;;;;; (20585 28088 480237 0)) | 22627 | ;;;;;; (20627 5636 279161 0)) |
| 22634 | ;;; Generated autoloads from textmodes/reftex-index.el | 22628 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 22635 | 22629 | ||
| 22636 | (autoload 'reftex-index-phrases-mode "reftex-index" "\ | 22630 | (autoload 'reftex-index-phrases-mode "reftex-index" "\ |
| @@ -22663,7 +22657,7 @@ Here are all local bindings. | |||
| 22663 | ;;;*** | 22657 | ;;;*** |
| 22664 | 22658 | ||
| 22665 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" | 22659 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" |
| 22666 | ;;;;;; (20585 28088 480237 0)) | 22660 | ;;;;;; (20627 5636 279161 0)) |
| 22667 | ;;; Generated autoloads from textmodes/reftex-parse.el | 22661 | ;;; Generated autoloads from textmodes/reftex-parse.el |
| 22668 | 22662 | ||
| 22669 | (autoload 'reftex-all-document-files "reftex-parse" "\ | 22663 | (autoload 'reftex-all-document-files "reftex-parse" "\ |
| @@ -22675,8 +22669,8 @@ of master file. | |||
| 22675 | 22669 | ||
| 22676 | ;;;*** | 22670 | ;;;*** |
| 22677 | 22671 | ||
| 22678 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20593 | 22672 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20627 |
| 22679 | ;;;;;; 22184 581574 0)) | 22673 | ;;;;;; 5636 279161 0)) |
| 22680 | ;;; Generated autoloads from textmodes/reftex-vars.el | 22674 | ;;; Generated autoloads from textmodes/reftex-vars.el |
| 22681 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22675 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 22682 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22676 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| @@ -22686,7 +22680,7 @@ of master file. | |||
| 22686 | ;;;*** | 22680 | ;;;*** |
| 22687 | 22681 | ||
| 22688 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 22682 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 22689 | ;;;;;; (20522 38650 757441 0)) | 22683 | ;;;;;; (20627 5636 279161 0)) |
| 22690 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 22684 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 22691 | 22685 | ||
| 22692 | (autoload 'regexp-opt "regexp-opt" "\ | 22686 | (autoload 'regexp-opt "regexp-opt" "\ |
| @@ -22717,7 +22711,7 @@ This means the number of non-shy regexp grouping constructs | |||
| 22717 | 22711 | ||
| 22718 | ;;;### (autoloads (remember-diary-extract-entries remember-clipboard | 22712 | ;;;### (autoloads (remember-diary-extract-entries remember-clipboard |
| 22719 | ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" | 22713 | ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" |
| 22720 | ;;;;;; (20355 10021 546955 0)) | 22714 | ;;;;;; (20533 49334 755743 0)) |
| 22721 | ;;; Generated autoloads from textmodes/remember.el | 22715 | ;;; Generated autoloads from textmodes/remember.el |
| 22722 | 22716 | ||
| 22723 | (autoload 'remember "remember" "\ | 22717 | (autoload 'remember "remember" "\ |
| @@ -22748,7 +22742,7 @@ Extract diary entries from the region. | |||
| 22748 | 22742 | ||
| 22749 | ;;;*** | 22743 | ;;;*** |
| 22750 | 22744 | ||
| 22751 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (20614 54428 654267 | 22745 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (20627 5636 279161 |
| 22752 | ;;;;;; 0)) | 22746 | ;;;;;; 0)) |
| 22753 | ;;; Generated autoloads from repeat.el | 22747 | ;;; Generated autoloads from repeat.el |
| 22754 | 22748 | ||
| @@ -22772,7 +22766,7 @@ recently executed command not bound to an input event\". | |||
| 22772 | ;;;*** | 22766 | ;;;*** |
| 22773 | 22767 | ||
| 22774 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 22768 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 22775 | ;;;;;; (20355 10021 546955 0)) | 22769 | ;;;;;; (20533 49334 755743 0)) |
| 22776 | ;;; Generated autoloads from mail/reporter.el | 22770 | ;;; Generated autoloads from mail/reporter.el |
| 22777 | 22771 | ||
| 22778 | (autoload 'reporter-submit-bug-report "reporter" "\ | 22772 | (autoload 'reporter-submit-bug-report "reporter" "\ |
| @@ -22804,7 +22798,7 @@ mail-sending package is used for editing and sending the message. | |||
| 22804 | ;;;*** | 22798 | ;;;*** |
| 22805 | 22799 | ||
| 22806 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 22800 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
| 22807 | ;;;;;; (20355 10021 546955 0)) | 22801 | ;;;;;; (20533 49334 755743 0)) |
| 22808 | ;;; Generated autoloads from reposition.el | 22802 | ;;; Generated autoloads from reposition.el |
| 22809 | 22803 | ||
| 22810 | (autoload 'reposition-window "reposition" "\ | 22804 | (autoload 'reposition-window "reposition" "\ |
| @@ -22831,7 +22825,7 @@ first comment line visible (if point is in a comment). | |||
| 22831 | ;;;*** | 22825 | ;;;*** |
| 22832 | 22826 | ||
| 22833 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | 22827 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" |
| 22834 | ;;;;;; (20355 10021 546955 0)) | 22828 | ;;;;;; (20533 49334 755743 0)) |
| 22835 | ;;; Generated autoloads from reveal.el | 22829 | ;;; Generated autoloads from reveal.el |
| 22836 | 22830 | ||
| 22837 | (autoload 'reveal-mode "reveal" "\ | 22831 | (autoload 'reveal-mode "reveal" "\ |
| @@ -22867,7 +22861,7 @@ the mode if ARG is omitted or nil. | |||
| 22867 | ;;;*** | 22861 | ;;;*** |
| 22868 | 22862 | ||
| 22869 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" | 22863 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" |
| 22870 | ;;;;;; (20355 10021 546955 0)) | 22864 | ;;;;;; (20533 49334 755743 0)) |
| 22871 | ;;; Generated autoloads from emacs-lisp/ring.el | 22865 | ;;; Generated autoloads from emacs-lisp/ring.el |
| 22872 | 22866 | ||
| 22873 | (autoload 'ring-p "ring" "\ | 22867 | (autoload 'ring-p "ring" "\ |
| @@ -22882,8 +22876,8 @@ Make a ring that can contain SIZE elements. | |||
| 22882 | 22876 | ||
| 22883 | ;;;*** | 22877 | ;;;*** |
| 22884 | 22878 | ||
| 22885 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20402 11562 | 22879 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20533 49334 |
| 22886 | ;;;;;; 85788 0)) | 22880 | ;;;;;; 755743 0)) |
| 22887 | ;;; Generated autoloads from net/rlogin.el | 22881 | ;;; Generated autoloads from net/rlogin.el |
| 22888 | 22882 | ||
| 22889 | (autoload 'rlogin "rlogin" "\ | 22883 | (autoload 'rlogin "rlogin" "\ |
| @@ -22932,8 +22926,8 @@ variable. | |||
| 22932 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers | 22926 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers |
| 22933 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers | 22927 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers |
| 22934 | ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory | 22928 | ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory |
| 22935 | ;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20599 61088 34742 | 22929 | ;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20627 5636 279161 |
| 22936 | ;;;;;; 635000)) | 22930 | ;;;;;; 0)) |
| 22937 | ;;; Generated autoloads from mail/rmail.el | 22931 | ;;; Generated autoloads from mail/rmail.el |
| 22938 | 22932 | ||
| 22939 | (defvar rmail-file-name (purecopy "~/RMAIL") "\ | 22933 | (defvar rmail-file-name (purecopy "~/RMAIL") "\ |
| @@ -23131,7 +23125,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. | |||
| 23131 | ;;;*** | 23125 | ;;;*** |
| 23132 | 23126 | ||
| 23133 | ;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen | 23127 | ;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen |
| 23134 | ;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20530 3765 184907 | 23128 | ;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20627 5636 279161 |
| 23135 | ;;;;;; 0)) | 23129 | ;;;;;; 0)) |
| 23136 | ;;; Generated autoloads from mail/rmailout.el | 23130 | ;;; Generated autoloads from mail/rmailout.el |
| 23137 | (put 'rmail-output-file-alist 'risky-local-variable t) | 23131 | (put 'rmail-output-file-alist 'risky-local-variable t) |
| @@ -23197,7 +23191,7 @@ than appending to it. Deletes the message after writing if | |||
| 23197 | ;;;*** | 23191 | ;;;*** |
| 23198 | 23192 | ||
| 23199 | ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" | 23193 | ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" |
| 23200 | ;;;;;; (20355 10021 546955 0)) | 23194 | ;;;;;; (20533 49334 755743 0)) |
| 23201 | ;;; Generated autoloads from nxml/rng-cmpct.el | 23195 | ;;; Generated autoloads from nxml/rng-cmpct.el |
| 23202 | 23196 | ||
| 23203 | (autoload 'rng-c-load-schema "rng-cmpct" "\ | 23197 | (autoload 'rng-c-load-schema "rng-cmpct" "\ |
| @@ -23209,7 +23203,7 @@ Return a pattern. | |||
| 23209 | ;;;*** | 23203 | ;;;*** |
| 23210 | 23204 | ||
| 23211 | ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" | 23205 | ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" |
| 23212 | ;;;;;; (20355 10021 546955 0)) | 23206 | ;;;;;; (20627 5636 279161 0)) |
| 23213 | ;;; Generated autoloads from nxml/rng-nxml.el | 23207 | ;;; Generated autoloads from nxml/rng-nxml.el |
| 23214 | 23208 | ||
| 23215 | (autoload 'rng-nxml-mode-init "rng-nxml" "\ | 23209 | (autoload 'rng-nxml-mode-init "rng-nxml" "\ |
| @@ -23222,7 +23216,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil. | |||
| 23222 | ;;;*** | 23216 | ;;;*** |
| 23223 | 23217 | ||
| 23224 | ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" | 23218 | ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" |
| 23225 | ;;;;;; (20355 10021 546955 0)) | 23219 | ;;;;;; (20533 49334 755743 0)) |
| 23226 | ;;; Generated autoloads from nxml/rng-valid.el | 23220 | ;;; Generated autoloads from nxml/rng-valid.el |
| 23227 | 23221 | ||
| 23228 | (autoload 'rng-validate-mode "rng-valid" "\ | 23222 | (autoload 'rng-validate-mode "rng-valid" "\ |
| @@ -23252,8 +23246,8 @@ to use for finding the schema. | |||
| 23252 | 23246 | ||
| 23253 | ;;;*** | 23247 | ;;;*** |
| 23254 | 23248 | ||
| 23255 | ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20355 | 23249 | ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20533 |
| 23256 | ;;;;;; 10021 546955 0)) | 23250 | ;;;;;; 49334 755743 0)) |
| 23257 | ;;; Generated autoloads from nxml/rng-xsd.el | 23251 | ;;; Generated autoloads from nxml/rng-xsd.el |
| 23258 | 23252 | ||
| 23259 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) | 23253 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) |
| @@ -23281,7 +23275,7 @@ must be equal. | |||
| 23281 | ;;;*** | 23275 | ;;;*** |
| 23282 | 23276 | ||
| 23283 | ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) | 23277 | ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) |
| 23284 | ;;;;;; "robin" "international/robin.el" (20523 62082 997685 0)) | 23278 | ;;;;;; "robin" "international/robin.el" (20627 5636 279161 0)) |
| 23285 | ;;; Generated autoloads from international/robin.el | 23279 | ;;; Generated autoloads from international/robin.el |
| 23286 | 23280 | ||
| 23287 | (autoload 'robin-define-package "robin" "\ | 23281 | (autoload 'robin-define-package "robin" "\ |
| @@ -23314,7 +23308,7 @@ Start using robin package NAME, which is a string. | |||
| 23314 | ;;;*** | 23308 | ;;;*** |
| 23315 | 23309 | ||
| 23316 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region | 23310 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region |
| 23317 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (20355 10021 546955 | 23311 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (20533 49334 755743 |
| 23318 | ;;;;;; 0)) | 23312 | ;;;;;; 0)) |
| 23319 | ;;; Generated autoloads from rot13.el | 23313 | ;;; Generated autoloads from rot13.el |
| 23320 | 23314 | ||
| @@ -23353,7 +23347,7 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 23353 | ;;;*** | 23347 | ;;;*** |
| 23354 | 23348 | ||
| 23355 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" | 23349 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" |
| 23356 | ;;;;;; (20594 43050 277913 0)) | 23350 | ;;;;;; (20627 5636 279161 0)) |
| 23357 | ;;; Generated autoloads from textmodes/rst.el | 23351 | ;;; Generated autoloads from textmodes/rst.el |
| 23358 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) | 23352 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) |
| 23359 | 23353 | ||
| @@ -23384,7 +23378,7 @@ for modes derived from Text mode, like Mail mode. | |||
| 23384 | ;;;*** | 23378 | ;;;*** |
| 23385 | 23379 | ||
| 23386 | ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" | 23380 | ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" |
| 23387 | ;;;;;; (20576 42138 697312 0)) | 23381 | ;;;;;; (20641 21435 927560 0)) |
| 23388 | ;;; Generated autoloads from progmodes/ruby-mode.el | 23382 | ;;; Generated autoloads from progmodes/ruby-mode.el |
| 23389 | 23383 | ||
| 23390 | (autoload 'ruby-mode "ruby-mode" "\ | 23384 | (autoload 'ruby-mode "ruby-mode" "\ |
| @@ -23405,8 +23399,8 @@ The variable `ruby-indent-level' controls the amount of indentation. | |||
| 23405 | 23399 | ||
| 23406 | ;;;*** | 23400 | ;;;*** |
| 23407 | 23401 | ||
| 23408 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20355 | 23402 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20533 |
| 23409 | ;;;;;; 10021 546955 0)) | 23403 | ;;;;;; 49334 755743 0)) |
| 23410 | ;;; Generated autoloads from ruler-mode.el | 23404 | ;;; Generated autoloads from ruler-mode.el |
| 23411 | 23405 | ||
| 23412 | (defvar ruler-mode nil "\ | 23406 | (defvar ruler-mode nil "\ |
| @@ -23423,8 +23417,8 @@ if ARG is omitted or nil. | |||
| 23423 | 23417 | ||
| 23424 | ;;;*** | 23418 | ;;;*** |
| 23425 | 23419 | ||
| 23426 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20518 | 23420 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20627 |
| 23427 | ;;;;;; 12580 46478 0)) | 23421 | ;;;;;; 5636 279161 0)) |
| 23428 | ;;; Generated autoloads from emacs-lisp/rx.el | 23422 | ;;; Generated autoloads from emacs-lisp/rx.el |
| 23429 | 23423 | ||
| 23430 | (autoload 'rx-to-string "rx" "\ | 23424 | (autoload 'rx-to-string "rx" "\ |
| @@ -23735,8 +23729,8 @@ enclosed in `(and ...)'. | |||
| 23735 | 23729 | ||
| 23736 | ;;;*** | 23730 | ;;;*** |
| 23737 | 23731 | ||
| 23738 | ;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20577 | 23732 | ;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20627 |
| 23739 | ;;;;;; 33959 40183 0)) | 23733 | ;;;;;; 5636 279161 0)) |
| 23740 | ;;; Generated autoloads from savehist.el | 23734 | ;;; Generated autoloads from savehist.el |
| 23741 | 23735 | ||
| 23742 | (defvar savehist-mode nil "\ | 23736 | (defvar savehist-mode nil "\ |
| @@ -23768,7 +23762,7 @@ histories, which is probably undesirable. | |||
| 23768 | ;;;*** | 23762 | ;;;*** |
| 23769 | 23763 | ||
| 23770 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 23764 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 23771 | ;;;;;; (20427 14766 970343 0)) | 23765 | ;;;;;; (20627 5636 279161 0)) |
| 23772 | ;;; Generated autoloads from progmodes/scheme.el | 23766 | ;;; Generated autoloads from progmodes/scheme.el |
| 23773 | 23767 | ||
| 23774 | (autoload 'scheme-mode "scheme" "\ | 23768 | (autoload 'scheme-mode "scheme" "\ |
| @@ -23810,7 +23804,7 @@ that variable's value is a string. | |||
| 23810 | ;;;*** | 23804 | ;;;*** |
| 23811 | 23805 | ||
| 23812 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" | 23806 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" |
| 23813 | ;;;;;; (20355 10021 546955 0)) | 23807 | ;;;;;; (20533 49334 755743 0)) |
| 23814 | ;;; Generated autoloads from gnus/score-mode.el | 23808 | ;;; Generated autoloads from gnus/score-mode.el |
| 23815 | 23809 | ||
| 23816 | (autoload 'gnus-score-mode "score-mode" "\ | 23810 | (autoload 'gnus-score-mode "score-mode" "\ |
| @@ -23824,7 +23818,7 @@ This mode is an extended emacs-lisp mode. | |||
| 23824 | ;;;*** | 23818 | ;;;*** |
| 23825 | 23819 | ||
| 23826 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" | 23820 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 23827 | ;;;;;; (20363 61861 222722 0)) | 23821 | ;;;;;; (20627 5636 279161 0)) |
| 23828 | ;;; Generated autoloads from scroll-all.el | 23822 | ;;; Generated autoloads from scroll-all.el |
| 23829 | 23823 | ||
| 23830 | (defvar scroll-all-mode nil "\ | 23824 | (defvar scroll-all-mode nil "\ |
| @@ -23850,7 +23844,7 @@ one window apply to all visible windows in the same frame. | |||
| 23850 | ;;;*** | 23844 | ;;;*** |
| 23851 | 23845 | ||
| 23852 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" | 23846 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" |
| 23853 | ;;;;;; (20355 10021 546955 0)) | 23847 | ;;;;;; (20533 49334 755743 0)) |
| 23854 | ;;; Generated autoloads from scroll-lock.el | 23848 | ;;; Generated autoloads from scroll-lock.el |
| 23855 | 23849 | ||
| 23856 | (autoload 'scroll-lock-mode "scroll-lock" "\ | 23850 | (autoload 'scroll-lock-mode "scroll-lock" "\ |
| @@ -23866,7 +23860,7 @@ vertically fixed relative to window boundaries during scrolling. | |||
| 23866 | 23860 | ||
| 23867 | ;;;*** | 23861 | ;;;*** |
| 23868 | 23862 | ||
| 23869 | ;;;### (autoloads nil "secrets" "net/secrets.el" (20478 3673 653810 | 23863 | ;;;### (autoloads nil "secrets" "net/secrets.el" (20627 5636 279161 |
| 23870 | ;;;;;; 0)) | 23864 | ;;;;;; 0)) |
| 23871 | ;;; Generated autoloads from net/secrets.el | 23865 | ;;; Generated autoloads from net/secrets.el |
| 23872 | (when (featurep 'dbusbind) | 23866 | (when (featurep 'dbusbind) |
| @@ -23875,7 +23869,7 @@ vertically fixed relative to window boundaries during scrolling. | |||
| 23875 | ;;;*** | 23869 | ;;;*** |
| 23876 | 23870 | ||
| 23877 | ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" | 23871 | ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" |
| 23878 | ;;;;;; "cedet/semantic.el" (20617 41641 89638 0)) | 23872 | ;;;;;; "cedet/semantic.el" (20627 5636 279161 0)) |
| 23879 | ;;; Generated autoloads from cedet/semantic.el | 23873 | ;;; Generated autoloads from cedet/semantic.el |
| 23880 | 23874 | ||
| 23881 | (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ | 23875 | (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ |
| @@ -23932,7 +23926,7 @@ Semantic mode. | |||
| 23932 | ;;;*** | 23926 | ;;;*** |
| 23933 | 23927 | ||
| 23934 | ;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar" | 23928 | ;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar" |
| 23935 | ;;;;;; "cedet/semantic/bovine/grammar.el" (20593 22184 581574 0)) | 23929 | ;;;;;; "cedet/semantic/bovine/grammar.el" (20627 5636 279161 0)) |
| 23936 | ;;; Generated autoloads from cedet/semantic/bovine/grammar.el | 23930 | ;;; Generated autoloads from cedet/semantic/bovine/grammar.el |
| 23937 | 23931 | ||
| 23938 | (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ | 23932 | (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ |
| @@ -23943,7 +23937,7 @@ Major mode for editing Bovine grammars. | |||
| 23943 | ;;;*** | 23937 | ;;;*** |
| 23944 | 23938 | ||
| 23945 | ;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar" | 23939 | ;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar" |
| 23946 | ;;;;;; "cedet/semantic/wisent/grammar.el" (20593 22184 581574 0)) | 23940 | ;;;;;; "cedet/semantic/wisent/grammar.el" (20627 5636 279161 0)) |
| 23947 | ;;; Generated autoloads from cedet/semantic/wisent/grammar.el | 23941 | ;;; Generated autoloads from cedet/semantic/wisent/grammar.el |
| 23948 | 23942 | ||
| 23949 | (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ | 23943 | (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ |
| @@ -23961,7 +23955,7 @@ Major mode for editing Wisent grammars. | |||
| 23961 | ;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name | 23955 | ;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name |
| 23962 | ;;;;;; mail-header-separator send-mail-function mail-interactive | 23956 | ;;;;;; mail-header-separator send-mail-function mail-interactive |
| 23963 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) | 23957 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) |
| 23964 | ;;;;;; "sendmail" "mail/sendmail.el" (20614 54428 654267 0)) | 23958 | ;;;;;; "sendmail" "mail/sendmail.el" (20627 5636 279161 0)) |
| 23965 | ;;; Generated autoloads from mail/sendmail.el | 23959 | ;;; Generated autoloads from mail/sendmail.el |
| 23966 | 23960 | ||
| 23967 | (defvar mail-from-style 'default "\ | 23961 | (defvar mail-from-style 'default "\ |
| @@ -24243,8 +24237,8 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 24243 | ;;;*** | 24237 | ;;;*** |
| 24244 | 24238 | ||
| 24245 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode | 24239 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode |
| 24246 | ;;;;;; server-force-delete server-start) "server" "server.el" (20594 | 24240 | ;;;;;; server-force-delete server-start) "server" "server.el" (20636 |
| 24247 | ;;;;;; 43050 277913 0)) | 24241 | ;;;;;; 48499 857440 0)) |
| 24248 | ;;; Generated autoloads from server.el | 24242 | ;;; Generated autoloads from server.el |
| 24249 | 24243 | ||
| 24250 | (put 'server-host 'risky-local-variable t) | 24244 | (put 'server-host 'risky-local-variable t) |
| @@ -24311,7 +24305,7 @@ only these files will be asked to be saved. | |||
| 24311 | 24305 | ||
| 24312 | ;;;*** | 24306 | ;;;*** |
| 24313 | 24307 | ||
| 24314 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (20553 51627 169867 0)) | 24308 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (20627 5636 279161 0)) |
| 24315 | ;;; Generated autoloads from ses.el | 24309 | ;;; Generated autoloads from ses.el |
| 24316 | 24310 | ||
| 24317 | (autoload 'ses-mode "ses" "\ | 24311 | (autoload 'ses-mode "ses" "\ |
| @@ -24330,7 +24324,7 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 24330 | ;;;*** | 24324 | ;;;*** |
| 24331 | 24325 | ||
| 24332 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 24326 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 24333 | ;;;;;; (20580 10161 446444 0)) | 24327 | ;;;;;; (20627 5636 279161 0)) |
| 24334 | ;;; Generated autoloads from textmodes/sgml-mode.el | 24328 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 24335 | 24329 | ||
| 24336 | (autoload 'sgml-mode "sgml-mode" "\ | 24330 | (autoload 'sgml-mode "sgml-mode" "\ |
| @@ -24396,7 +24390,7 @@ To work around that, do: | |||
| 24396 | ;;;*** | 24390 | ;;;*** |
| 24397 | 24391 | ||
| 24398 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 24392 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 24399 | ;;;;;; (20624 64165 102958 0)) | 24393 | ;;;;;; (20627 5636 279161 0)) |
| 24400 | ;;; Generated autoloads from progmodes/sh-script.el | 24394 | ;;; Generated autoloads from progmodes/sh-script.el |
| 24401 | (put 'sh-shell 'safe-local-variable 'symbolp) | 24395 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| 24402 | 24396 | ||
| @@ -24460,7 +24454,7 @@ with your script for an edit-interpret-debug cycle. | |||
| 24460 | ;;;*** | 24454 | ;;;*** |
| 24461 | 24455 | ||
| 24462 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 24456 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 24463 | ;;;;;; (20572 16038 402143 0)) | 24457 | ;;;;;; (20571 55087 823391 0)) |
| 24464 | ;;; Generated autoloads from emacs-lisp/shadow.el | 24458 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 24465 | 24459 | ||
| 24466 | (autoload 'list-load-path-shadows "shadow" "\ | 24460 | (autoload 'list-load-path-shadows "shadow" "\ |
| @@ -24510,8 +24504,8 @@ function, `load-path-shadows-find'. | |||
| 24510 | ;;;*** | 24504 | ;;;*** |
| 24511 | 24505 | ||
| 24512 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | 24506 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group |
| 24513 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20355 | 24507 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20533 |
| 24514 | ;;;;;; 10021 546955 0)) | 24508 | ;;;;;; 49334 755743 0)) |
| 24515 | ;;; Generated autoloads from shadowfile.el | 24509 | ;;; Generated autoloads from shadowfile.el |
| 24516 | 24510 | ||
| 24517 | (autoload 'shadow-define-cluster "shadowfile" "\ | 24511 | (autoload 'shadow-define-cluster "shadowfile" "\ |
| @@ -24550,7 +24544,7 @@ Set up file shadowing. | |||
| 24550 | ;;;*** | 24544 | ;;;*** |
| 24551 | 24545 | ||
| 24552 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 24546 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 24553 | ;;;;;; (20566 63671 243798 0)) | 24547 | ;;;;;; (20627 5636 279161 0)) |
| 24554 | ;;; Generated autoloads from shell.el | 24548 | ;;; Generated autoloads from shell.el |
| 24555 | 24549 | ||
| 24556 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ | 24550 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ |
| @@ -24598,8 +24592,8 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 24598 | 24592 | ||
| 24599 | ;;;*** | 24593 | ;;;*** |
| 24600 | 24594 | ||
| 24601 | ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20595 | 24595 | ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20627 |
| 24602 | ;;;;;; 63909 923329 0)) | 24596 | ;;;;;; 5636 279161 0)) |
| 24603 | ;;; Generated autoloads from gnus/shr.el | 24597 | ;;; Generated autoloads from gnus/shr.el |
| 24604 | 24598 | ||
| 24605 | (autoload 'shr-insert-document "shr" "\ | 24599 | (autoload 'shr-insert-document "shr" "\ |
| @@ -24612,7 +24606,7 @@ DOM should be a parse tree as generated by | |||
| 24612 | ;;;*** | 24606 | ;;;*** |
| 24613 | 24607 | ||
| 24614 | ;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload | 24608 | ;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload |
| 24615 | ;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20487 57003 603251 | 24609 | ;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20627 5636 279161 |
| 24616 | ;;;;;; 0)) | 24610 | ;;;;;; 0)) |
| 24617 | ;;; Generated autoloads from gnus/sieve.el | 24611 | ;;; Generated autoloads from gnus/sieve.el |
| 24618 | 24612 | ||
| @@ -24639,7 +24633,7 @@ DOM should be a parse tree as generated by | |||
| 24639 | ;;;*** | 24633 | ;;;*** |
| 24640 | 24634 | ||
| 24641 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" | 24635 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" |
| 24642 | ;;;;;; (20487 57003 603251 0)) | 24636 | ;;;;;; (20627 5636 279161 0)) |
| 24643 | ;;; Generated autoloads from gnus/sieve-mode.el | 24637 | ;;; Generated autoloads from gnus/sieve-mode.el |
| 24644 | 24638 | ||
| 24645 | (autoload 'sieve-mode "sieve-mode" "\ | 24639 | (autoload 'sieve-mode "sieve-mode" "\ |
| @@ -24654,8 +24648,8 @@ Turning on Sieve mode runs `sieve-mode-hook'. | |||
| 24654 | 24648 | ||
| 24655 | ;;;*** | 24649 | ;;;*** |
| 24656 | 24650 | ||
| 24657 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20355 | 24651 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20627 |
| 24658 | ;;;;;; 10021 546955 0)) | 24652 | ;;;;;; 5636 279161 0)) |
| 24659 | ;;; Generated autoloads from progmodes/simula.el | 24653 | ;;; Generated autoloads from progmodes/simula.el |
| 24660 | 24654 | ||
| 24661 | (autoload 'simula-mode "simula" "\ | 24655 | (autoload 'simula-mode "simula" "\ |
| @@ -24704,7 +24698,7 @@ with no arguments, if that value is non-nil. | |||
| 24704 | ;;;*** | 24698 | ;;;*** |
| 24705 | 24699 | ||
| 24706 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new | 24700 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new |
| 24707 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (20541 6907 775259 | 24701 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (20627 5636 279161 |
| 24708 | ;;;;;; 0)) | 24702 | ;;;;;; 0)) |
| 24709 | ;;; Generated autoloads from skeleton.el | 24703 | ;;; Generated autoloads from skeleton.el |
| 24710 | 24704 | ||
| @@ -24817,7 +24811,7 @@ symmetrical ones, and the same character twice for the others. | |||
| 24817 | ;;;*** | 24811 | ;;;*** |
| 24818 | 24812 | ||
| 24819 | ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) | 24813 | ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) |
| 24820 | ;;;;;; "smerge-mode" "vc/smerge-mode.el" (20585 28088 480237 0)) | 24814 | ;;;;;; "smerge-mode" "vc/smerge-mode.el" (20627 5636 279161 0)) |
| 24821 | ;;; Generated autoloads from vc/smerge-mode.el | 24815 | ;;; Generated autoloads from vc/smerge-mode.el |
| 24822 | 24816 | ||
| 24823 | (autoload 'smerge-ediff "smerge-mode" "\ | 24817 | (autoload 'smerge-ediff "smerge-mode" "\ |
| @@ -24845,7 +24839,7 @@ If no conflict maker is found, turn off `smerge-mode'. | |||
| 24845 | ;;;*** | 24839 | ;;;*** |
| 24846 | 24840 | ||
| 24847 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" | 24841 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" |
| 24848 | ;;;;;; (20355 10021 546955 0)) | 24842 | ;;;;;; (20533 49334 755743 0)) |
| 24849 | ;;; Generated autoloads from gnus/smiley.el | 24843 | ;;; Generated autoloads from gnus/smiley.el |
| 24850 | 24844 | ||
| 24851 | (autoload 'smiley-region "smiley" "\ | 24845 | (autoload 'smiley-region "smiley" "\ |
| @@ -24863,7 +24857,7 @@ interactively. If there's no argument, do it at the current buffer. | |||
| 24863 | ;;;*** | 24857 | ;;;*** |
| 24864 | 24858 | ||
| 24865 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 24859 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 24866 | ;;;;;; "mail/smtpmail.el" (20551 9899 283417 0)) | 24860 | ;;;;;; "mail/smtpmail.el" (20627 5636 279161 0)) |
| 24867 | ;;; Generated autoloads from mail/smtpmail.el | 24861 | ;;; Generated autoloads from mail/smtpmail.el |
| 24868 | 24862 | ||
| 24869 | (autoload 'smtpmail-send-it "smtpmail" "\ | 24863 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| @@ -24878,7 +24872,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'. | |||
| 24878 | 24872 | ||
| 24879 | ;;;*** | 24873 | ;;;*** |
| 24880 | 24874 | ||
| 24881 | ;;;### (autoloads (snake) "snake" "play/snake.el" (20478 3673 653810 | 24875 | ;;;### (autoloads (snake) "snake" "play/snake.el" (20627 5636 279161 |
| 24882 | ;;;;;; 0)) | 24876 | ;;;;;; 0)) |
| 24883 | ;;; Generated autoloads from play/snake.el | 24877 | ;;; Generated autoloads from play/snake.el |
| 24884 | 24878 | ||
| @@ -24903,7 +24897,7 @@ Snake mode keybindings: | |||
| 24903 | ;;;*** | 24897 | ;;;*** |
| 24904 | 24898 | ||
| 24905 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 24899 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 24906 | ;;;;;; (20577 33959 40183 0)) | 24900 | ;;;;;; (20627 5636 279161 0)) |
| 24907 | ;;; Generated autoloads from net/snmp-mode.el | 24901 | ;;; Generated autoloads from net/snmp-mode.el |
| 24908 | 24902 | ||
| 24909 | (autoload 'snmp-mode "snmp-mode" "\ | 24903 | (autoload 'snmp-mode "snmp-mode" "\ |
| @@ -24932,8 +24926,8 @@ then `snmpv2-mode-hook'. | |||
| 24932 | 24926 | ||
| 24933 | ;;;*** | 24927 | ;;;*** |
| 24934 | 24928 | ||
| 24935 | ;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20566 | 24929 | ;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20627 |
| 24936 | ;;;;;; 63671 243798 0)) | 24930 | ;;;;;; 5636 279161 0)) |
| 24937 | ;;; Generated autoloads from calendar/solar.el | 24931 | ;;; Generated autoloads from calendar/solar.el |
| 24938 | 24932 | ||
| 24939 | (autoload 'sunrise-sunset "solar" "\ | 24933 | (autoload 'sunrise-sunset "solar" "\ |
| @@ -24948,8 +24942,8 @@ This function is suitable for execution in an init file. | |||
| 24948 | 24942 | ||
| 24949 | ;;;*** | 24943 | ;;;*** |
| 24950 | 24944 | ||
| 24951 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20427 | 24945 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20627 |
| 24952 | ;;;;;; 14766 970343 0)) | 24946 | ;;;;;; 5636 279161 0)) |
| 24953 | ;;; Generated autoloads from play/solitaire.el | 24947 | ;;; Generated autoloads from play/solitaire.el |
| 24954 | 24948 | ||
| 24955 | (autoload 'solitaire "solitaire" "\ | 24949 | (autoload 'solitaire "solitaire" "\ |
| @@ -25026,7 +25020,7 @@ Pick your favorite shortcuts: | |||
| 25026 | 25020 | ||
| 25027 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 25021 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 25028 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 25022 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 25029 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (20507 42276 222255 | 25023 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (20627 5636 279161 |
| 25030 | ;;;;;; 0)) | 25024 | ;;;;;; 0)) |
| 25031 | ;;; Generated autoloads from sort.el | 25025 | ;;; Generated autoloads from sort.el |
| 25032 | (put 'sort-fold-case 'safe-local-variable 'booleanp) | 25026 | (put 'sort-fold-case 'safe-local-variable 'booleanp) |
| @@ -25176,8 +25170,8 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 25176 | 25170 | ||
| 25177 | ;;;*** | 25171 | ;;;*** |
| 25178 | 25172 | ||
| 25179 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20458 | 25173 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20627 |
| 25180 | ;;;;;; 56750 651721 0)) | 25174 | ;;;;;; 5636 279161 0)) |
| 25181 | ;;; Generated autoloads from gnus/spam.el | 25175 | ;;; Generated autoloads from gnus/spam.el |
| 25182 | 25176 | ||
| 25183 | (autoload 'spam-initialize "spam" "\ | 25177 | (autoload 'spam-initialize "spam" "\ |
| @@ -25193,7 +25187,7 @@ installed through `spam-necessary-extra-headers'. | |||
| 25193 | 25187 | ||
| 25194 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file | 25188 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file |
| 25195 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" | 25189 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" |
| 25196 | ;;;;;; "gnus/spam-report.el" (20355 10021 546955 0)) | 25190 | ;;;;;; "gnus/spam-report.el" (20533 49334 755743 0)) |
| 25197 | ;;; Generated autoloads from gnus/spam-report.el | 25191 | ;;; Generated autoloads from gnus/spam-report.el |
| 25198 | 25192 | ||
| 25199 | (autoload 'spam-report-process-queue "spam-report" "\ | 25193 | (autoload 'spam-report-process-queue "spam-report" "\ |
| @@ -25236,7 +25230,7 @@ Spam reports will be queued with the method used when | |||
| 25236 | ;;;*** | 25230 | ;;;*** |
| 25237 | 25231 | ||
| 25238 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 25232 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 25239 | ;;;;;; "speedbar.el" (20566 63671 243798 0)) | 25233 | ;;;;;; "speedbar.el" (20627 5636 279161 0)) |
| 25240 | ;;; Generated autoloads from speedbar.el | 25234 | ;;; Generated autoloads from speedbar.el |
| 25241 | 25235 | ||
| 25242 | (defalias 'speedbar 'speedbar-frame-mode) | 25236 | (defalias 'speedbar 'speedbar-frame-mode) |
| @@ -25260,8 +25254,8 @@ selected. If the speedbar frame is active, then select the attached frame. | |||
| 25260 | 25254 | ||
| 25261 | ;;;*** | 25255 | ;;;*** |
| 25262 | 25256 | ||
| 25263 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20355 | 25257 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20533 |
| 25264 | ;;;;;; 10021 546955 0)) | 25258 | ;;;;;; 49334 755743 0)) |
| 25265 | ;;; Generated autoloads from play/spook.el | 25259 | ;;; Generated autoloads from play/spook.el |
| 25266 | 25260 | ||
| 25267 | (autoload 'spook "spook" "\ | 25261 | (autoload 'spook "spook" "\ |
| @@ -25280,7 +25274,7 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 25280 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 25274 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 25281 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect | 25275 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect |
| 25282 | ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" | 25276 | ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" |
| 25283 | ;;;;;; (20566 63671 243798 0)) | 25277 | ;;;;;; (20627 5636 279161 0)) |
| 25284 | ;;; Generated autoloads from progmodes/sql.el | 25278 | ;;; Generated autoloads from progmodes/sql.el |
| 25285 | 25279 | ||
| 25286 | (autoload 'sql-add-product-keywords "sql" "\ | 25280 | (autoload 'sql-add-product-keywords "sql" "\ |
| @@ -25776,7 +25770,7 @@ buffer. | |||
| 25776 | ;;;*** | 25770 | ;;;*** |
| 25777 | 25771 | ||
| 25778 | ;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" | 25772 | ;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" |
| 25779 | ;;;;;; (20586 48936 135199 0)) | 25773 | ;;;;;; (20641 21435 927560 0)) |
| 25780 | ;;; Generated autoloads from cedet/srecode/srt-mode.el | 25774 | ;;; Generated autoloads from cedet/srecode/srt-mode.el |
| 25781 | 25775 | ||
| 25782 | (autoload 'srecode-template-mode "srecode/srt-mode" "\ | 25776 | (autoload 'srecode-template-mode "srecode/srt-mode" "\ |
| @@ -25789,7 +25783,7 @@ Major-mode for writing SRecode macros. | |||
| 25789 | ;;;*** | 25783 | ;;;*** |
| 25790 | 25784 | ||
| 25791 | ;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" | 25785 | ;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" |
| 25792 | ;;;;;; (20606 34222 123795 0)) | 25786 | ;;;;;; (20616 13363 218583 0)) |
| 25793 | ;;; Generated autoloads from gnus/starttls.el | 25787 | ;;; Generated autoloads from gnus/starttls.el |
| 25794 | 25788 | ||
| 25795 | (autoload 'starttls-open-stream "starttls" "\ | 25789 | (autoload 'starttls-open-stream "starttls" "\ |
| @@ -25816,8 +25810,8 @@ GnuTLS requires a port number. | |||
| 25816 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes | 25810 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes |
| 25817 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 25811 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 25818 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 25812 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 25819 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20593 | 25813 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20627 |
| 25820 | ;;;;;; 22184 581574 0)) | 25814 | ;;;;;; 5636 279161 0)) |
| 25821 | ;;; Generated autoloads from strokes.el | 25815 | ;;; Generated autoloads from strokes.el |
| 25822 | 25816 | ||
| 25823 | (autoload 'strokes-global-set-stroke "strokes" "\ | 25817 | (autoload 'strokes-global-set-stroke "strokes" "\ |
| @@ -25931,7 +25925,7 @@ Read a complex stroke and insert its glyph into the current buffer. | |||
| 25931 | ;;;*** | 25925 | ;;;*** |
| 25932 | 25926 | ||
| 25933 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) | 25927 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) |
| 25934 | ;;;;;; "studly" "play/studly.el" (20355 10021 546955 0)) | 25928 | ;;;;;; "studly" "play/studly.el" (20533 49334 755743 0)) |
| 25935 | ;;; Generated autoloads from play/studly.el | 25929 | ;;; Generated autoloads from play/studly.el |
| 25936 | 25930 | ||
| 25937 | (autoload 'studlify-region "studly" "\ | 25931 | (autoload 'studlify-region "studly" "\ |
| @@ -25952,7 +25946,7 @@ Studlify-case the current buffer. | |||
| 25952 | ;;;*** | 25946 | ;;;*** |
| 25953 | 25947 | ||
| 25954 | ;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" | 25948 | ;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" |
| 25955 | ;;;;;; (20524 51365 2559 0)) | 25949 | ;;;;;; (20627 5636 279161 0)) |
| 25956 | ;;; Generated autoloads from progmodes/subword.el | 25950 | ;;; Generated autoloads from progmodes/subword.el |
| 25957 | 25951 | ||
| 25958 | (autoload 'subword-mode "subword" "\ | 25952 | (autoload 'subword-mode "subword" "\ |
| @@ -26008,7 +26002,7 @@ See `subword-mode' for more information on Subword mode. | |||
| 26008 | ;;;*** | 26002 | ;;;*** |
| 26009 | 26003 | ||
| 26010 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 26004 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 26011 | ;;;;;; (20576 42138 697312 0)) | 26005 | ;;;;;; (20627 5636 279161 0)) |
| 26012 | ;;; Generated autoloads from mail/supercite.el | 26006 | ;;; Generated autoloads from mail/supercite.el |
| 26013 | 26007 | ||
| 26014 | (autoload 'sc-cite-original "supercite" "\ | 26008 | (autoload 'sc-cite-original "supercite" "\ |
| @@ -26040,8 +26034,8 @@ and `sc-post-hook' is run after the guts of this function. | |||
| 26040 | 26034 | ||
| 26041 | ;;;*** | 26035 | ;;;*** |
| 26042 | 26036 | ||
| 26043 | ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20355 | 26037 | ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20533 |
| 26044 | ;;;;;; 10021 546955 0)) | 26038 | ;;;;;; 49334 755743 0)) |
| 26045 | ;;; Generated autoloads from t-mouse.el | 26039 | ;;; Generated autoloads from t-mouse.el |
| 26046 | 26040 | ||
| 26047 | (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") | 26041 | (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") |
| @@ -26069,8 +26063,8 @@ It relies on the `gpm' daemon being activated. | |||
| 26069 | 26063 | ||
| 26070 | ;;;*** | 26064 | ;;;*** |
| 26071 | 26065 | ||
| 26072 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20355 10021 | 26066 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20533 49334 |
| 26073 | ;;;;;; 546955 0)) | 26067 | ;;;;;; 755743 0)) |
| 26074 | ;;; Generated autoloads from tabify.el | 26068 | ;;; Generated autoloads from tabify.el |
| 26075 | 26069 | ||
| 26076 | (autoload 'untabify "tabify" "\ | 26070 | (autoload 'untabify "tabify" "\ |
| @@ -26105,7 +26099,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 26105 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 26099 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 26106 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 26100 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 26107 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 26101 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 26108 | ;;;;;; "table" "textmodes/table.el" (20586 48936 135199 0)) | 26102 | ;;;;;; "table" "textmodes/table.el" (20627 5636 279161 0)) |
| 26109 | ;;; Generated autoloads from textmodes/table.el | 26103 | ;;; Generated autoloads from textmodes/table.el |
| 26110 | 26104 | ||
| 26111 | (defvar table-cell-map-hook nil "\ | 26105 | (defvar table-cell-map-hook nil "\ |
| @@ -26697,8 +26691,8 @@ converts a table into plain text without frames. It is a companion to | |||
| 26697 | 26691 | ||
| 26698 | ;;;*** | 26692 | ;;;*** |
| 26699 | 26693 | ||
| 26700 | ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20355 10021 | 26694 | ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20533 49334 |
| 26701 | ;;;;;; 546955 0)) | 26695 | ;;;;;; 755743 0)) |
| 26702 | ;;; Generated autoloads from talk.el | 26696 | ;;; Generated autoloads from talk.el |
| 26703 | 26697 | ||
| 26704 | (autoload 'talk-connect "talk" "\ | 26698 | (autoload 'talk-connect "talk" "\ |
| @@ -26713,8 +26707,8 @@ Connect to the Emacs talk group from the current X display or tty frame. | |||
| 26713 | 26707 | ||
| 26714 | ;;;*** | 26708 | ;;;*** |
| 26715 | 26709 | ||
| 26716 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20585 28088 | 26710 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20627 5636 |
| 26717 | ;;;;;; 480237 0)) | 26711 | ;;;;;; 279161 0)) |
| 26718 | ;;; Generated autoloads from tar-mode.el | 26712 | ;;; Generated autoloads from tar-mode.el |
| 26719 | 26713 | ||
| 26720 | (autoload 'tar-mode "tar-mode" "\ | 26714 | (autoload 'tar-mode "tar-mode" "\ |
| @@ -26738,7 +26732,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 26738 | ;;;*** | 26732 | ;;;*** |
| 26739 | 26733 | ||
| 26740 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 26734 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 26741 | ;;;;;; "progmodes/tcl.el" (20580 10161 446444 0)) | 26735 | ;;;;;; "progmodes/tcl.el" (20627 5636 279161 0)) |
| 26742 | ;;; Generated autoloads from progmodes/tcl.el | 26736 | ;;; Generated autoloads from progmodes/tcl.el |
| 26743 | 26737 | ||
| 26744 | (autoload 'tcl-mode "tcl" "\ | 26738 | (autoload 'tcl-mode "tcl" "\ |
| @@ -26786,8 +26780,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. | |||
| 26786 | 26780 | ||
| 26787 | ;;;*** | 26781 | ;;;*** |
| 26788 | 26782 | ||
| 26789 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20355 10021 | 26783 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20533 49334 |
| 26790 | ;;;;;; 546955 0)) | 26784 | ;;;;;; 755743 0)) |
| 26791 | ;;; Generated autoloads from net/telnet.el | 26785 | ;;; Generated autoloads from net/telnet.el |
| 26792 | 26786 | ||
| 26793 | (autoload 'telnet "telnet" "\ | 26787 | (autoload 'telnet "telnet" "\ |
| @@ -26813,7 +26807,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26813 | ;;;*** | 26807 | ;;;*** |
| 26814 | 26808 | ||
| 26815 | ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" | 26809 | ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" |
| 26816 | ;;;;;; (20580 10161 446444 0)) | 26810 | ;;;;;; (20647 7990 336071 0)) |
| 26817 | ;;; Generated autoloads from term.el | 26811 | ;;; Generated autoloads from term.el |
| 26818 | 26812 | ||
| 26819 | (autoload 'make-term "term" "\ | 26813 | (autoload 'make-term "term" "\ |
| @@ -26855,8 +26849,8 @@ use in that buffer. | |||
| 26855 | 26849 | ||
| 26856 | ;;;*** | 26850 | ;;;*** |
| 26857 | 26851 | ||
| 26858 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20355 | 26852 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20533 |
| 26859 | ;;;;;; 10021 546955 0)) | 26853 | ;;;;;; 49334 755743 0)) |
| 26860 | ;;; Generated autoloads from terminal.el | 26854 | ;;; Generated autoloads from terminal.el |
| 26861 | 26855 | ||
| 26862 | (autoload 'terminal-emulator "terminal" "\ | 26856 | (autoload 'terminal-emulator "terminal" "\ |
| @@ -26893,7 +26887,7 @@ subprocess started. | |||
| 26893 | ;;;*** | 26887 | ;;;*** |
| 26894 | 26888 | ||
| 26895 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" | 26889 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" |
| 26896 | ;;;;;; (20580 10161 446444 0)) | 26890 | ;;;;;; (20627 5636 279161 0)) |
| 26897 | ;;; Generated autoloads from emacs-lisp/testcover.el | 26891 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 26898 | 26892 | ||
| 26899 | (autoload 'testcover-this-defun "testcover" "\ | 26893 | (autoload 'testcover-this-defun "testcover" "\ |
| @@ -26903,8 +26897,8 @@ Start coverage on function under point. | |||
| 26903 | 26897 | ||
| 26904 | ;;;*** | 26898 | ;;;*** |
| 26905 | 26899 | ||
| 26906 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20545 57511 | 26900 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20627 5636 |
| 26907 | ;;;;;; 257469 0)) | 26901 | ;;;;;; 279161 0)) |
| 26908 | ;;; Generated autoloads from play/tetris.el | 26902 | ;;; Generated autoloads from play/tetris.el |
| 26909 | 26903 | ||
| 26910 | (autoload 'tetris "tetris" "\ | 26904 | (autoload 'tetris "tetris" "\ |
| @@ -26935,7 +26929,7 @@ tetris-mode keybindings: | |||
| 26935 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 26929 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 26936 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 26930 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 26937 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 26931 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 26938 | ;;;;;; (20594 43050 277913 0)) | 26932 | ;;;;;; (20627 5636 279161 0)) |
| 26939 | ;;; Generated autoloads from textmodes/tex-mode.el | 26933 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 26940 | 26934 | ||
| 26941 | (defvar tex-shell-file-name nil "\ | 26935 | (defvar tex-shell-file-name nil "\ |
| @@ -27237,7 +27231,7 @@ Major mode to edit DocTeX files. | |||
| 27237 | ;;;*** | 27231 | ;;;*** |
| 27238 | 27232 | ||
| 27239 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 27233 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 27240 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (20434 17809 692608 0)) | 27234 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (20627 5636 279161 0)) |
| 27241 | ;;; Generated autoloads from textmodes/texinfmt.el | 27235 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 27242 | 27236 | ||
| 27243 | (autoload 'texinfo-format-buffer "texinfmt" "\ | 27237 | (autoload 'texinfo-format-buffer "texinfmt" "\ |
| @@ -27277,7 +27271,7 @@ if large. You can use `Info-split' to do this manually. | |||
| 27277 | ;;;*** | 27271 | ;;;*** |
| 27278 | 27272 | ||
| 27279 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 27273 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 27280 | ;;;;;; "texinfo" "textmodes/texinfo.el" (20478 3673 653810 0)) | 27274 | ;;;;;; "texinfo" "textmodes/texinfo.el" (20627 5636 279161 0)) |
| 27281 | ;;; Generated autoloads from textmodes/texinfo.el | 27275 | ;;; Generated autoloads from textmodes/texinfo.el |
| 27282 | 27276 | ||
| 27283 | (defvar texinfo-open-quote (purecopy "``") "\ | 27277 | (defvar texinfo-open-quote (purecopy "``") "\ |
| @@ -27363,7 +27357,7 @@ value of `texinfo-mode-hook'. | |||
| 27363 | 27357 | ||
| 27364 | ;;;### (autoloads (thai-composition-function thai-compose-buffer | 27358 | ;;;### (autoloads (thai-composition-function thai-compose-buffer |
| 27365 | ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" | 27359 | ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" |
| 27366 | ;;;;;; (20355 10021 546955 0)) | 27360 | ;;;;;; (20533 49334 755743 0)) |
| 27367 | ;;; Generated autoloads from language/thai-util.el | 27361 | ;;; Generated autoloads from language/thai-util.el |
| 27368 | 27362 | ||
| 27369 | (autoload 'thai-compose-region "thai-util" "\ | 27363 | (autoload 'thai-compose-region "thai-util" "\ |
| @@ -27392,7 +27386,7 @@ Compose Thai characters in the current buffer. | |||
| 27392 | 27386 | ||
| 27393 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 27387 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 27394 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 27388 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 27395 | ;;;;;; "thingatpt" "thingatpt.el" (20623 43301 870757 0)) | 27389 | ;;;;;; "thingatpt" "thingatpt.el" (20627 5636 279161 0)) |
| 27396 | ;;; Generated autoloads from thingatpt.el | 27390 | ;;; Generated autoloads from thingatpt.el |
| 27397 | 27391 | ||
| 27398 | (autoload 'forward-thing "thingatpt" "\ | 27392 | (autoload 'forward-thing "thingatpt" "\ |
| @@ -27455,7 +27449,7 @@ Return the Lisp list at point, or nil if none is found. | |||
| 27455 | 27449 | ||
| 27456 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked | 27450 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked |
| 27457 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" | 27451 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" |
| 27458 | ;;;;;; (20355 10021 546955 0)) | 27452 | ;;;;;; (20533 49334 755743 0)) |
| 27459 | ;;; Generated autoloads from thumbs.el | 27453 | ;;; Generated autoloads from thumbs.el |
| 27460 | 27454 | ||
| 27461 | (autoload 'thumbs-find-thumb "thumbs" "\ | 27455 | (autoload 'thumbs-find-thumb "thumbs" "\ |
| @@ -27493,8 +27487,8 @@ In dired, call the setroot program on the image at point. | |||
| 27493 | ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer | 27487 | ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer |
| 27494 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region | 27488 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region |
| 27495 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription | 27489 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription |
| 27496 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20355 | 27490 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20627 |
| 27497 | ;;;;;; 10021 546955 0)) | 27491 | ;;;;;; 5636 279161 0)) |
| 27498 | ;;; Generated autoloads from language/tibet-util.el | 27492 | ;;; Generated autoloads from language/tibet-util.el |
| 27499 | 27493 | ||
| 27500 | (autoload 'tibetan-char-p "tibet-util" "\ | 27494 | (autoload 'tibetan-char-p "tibet-util" "\ |
| @@ -27568,7 +27562,7 @@ See also docstring of the function tibetan-compose-region. | |||
| 27568 | ;;;*** | 27562 | ;;;*** |
| 27569 | 27563 | ||
| 27570 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 27564 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 27571 | ;;;;;; (20373 11301 906925 0)) | 27565 | ;;;;;; (20627 5636 279161 0)) |
| 27572 | ;;; Generated autoloads from textmodes/tildify.el | 27566 | ;;; Generated autoloads from textmodes/tildify.el |
| 27573 | 27567 | ||
| 27574 | (autoload 'tildify-region "tildify" "\ | 27568 | (autoload 'tildify-region "tildify" "\ |
| @@ -27593,7 +27587,7 @@ This function performs no refilling of the changed text. | |||
| 27593 | 27587 | ||
| 27594 | ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world | 27588 | ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world |
| 27595 | ;;;;;; display-time-mode display-time display-time-day-and-date) | 27589 | ;;;;;; display-time-mode display-time display-time-day-and-date) |
| 27596 | ;;;;;; "time" "time.el" (20619 46245 806932 0)) | 27590 | ;;;;;; "time" "time.el" (20627 5636 279161 0)) |
| 27597 | ;;; Generated autoloads from time.el | 27591 | ;;; Generated autoloads from time.el |
| 27598 | 27592 | ||
| 27599 | (defvar display-time-day-and-date nil "\ | 27593 | (defvar display-time-day-and-date nil "\ |
| @@ -27659,7 +27653,7 @@ Return a string giving the duration of the Emacs initialization. | |||
| 27659 | ;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day | 27653 | ;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day |
| 27660 | ;;;;;; time-add time-subtract time-since days-to-time time-less-p | 27654 | ;;;;;; time-add time-subtract time-since days-to-time time-less-p |
| 27661 | ;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" | 27655 | ;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" |
| 27662 | ;;;;;; (20453 5437 764254 0)) | 27656 | ;;;;;; (20650 61387 498451 0)) |
| 27663 | ;;; Generated autoloads from calendar/time-date.el | 27657 | ;;; Generated autoloads from calendar/time-date.el |
| 27664 | 27658 | ||
| 27665 | (autoload 'date-to-time "time-date" "\ | 27659 | (autoload 'date-to-time "time-date" "\ |
| @@ -27773,7 +27767,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'. | |||
| 27773 | ;;;*** | 27767 | ;;;*** |
| 27774 | 27768 | ||
| 27775 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 27769 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 27776 | ;;;;;; "time-stamp.el" (20566 63671 243798 0)) | 27770 | ;;;;;; "time-stamp.el" (20627 5636 279161 0)) |
| 27777 | ;;; Generated autoloads from time-stamp.el | 27771 | ;;; Generated autoloads from time-stamp.el |
| 27778 | (put 'time-stamp-format 'safe-local-variable 'stringp) | 27772 | (put 'time-stamp-format 'safe-local-variable 'stringp) |
| 27779 | (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) | 27773 | (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) |
| @@ -27817,7 +27811,7 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 27817 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 27811 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 27818 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 27812 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 27819 | ;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el" | 27813 | ;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el" |
| 27820 | ;;;;;; (20593 22184 581574 0)) | 27814 | ;;;;;; (20627 5636 279161 0)) |
| 27821 | ;;; Generated autoloads from calendar/timeclock.el | 27815 | ;;; Generated autoloads from calendar/timeclock.el |
| 27822 | 27816 | ||
| 27823 | (autoload 'timeclock-mode-line-display "timeclock" "\ | 27817 | (autoload 'timeclock-mode-line-display "timeclock" "\ |
| @@ -27917,7 +27911,7 @@ relative only to the time worked today, and not to past time. | |||
| 27917 | ;;;*** | 27911 | ;;;*** |
| 27918 | 27912 | ||
| 27919 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 27913 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 27920 | ;;;;;; "international/titdic-cnv.el" (20355 10021 546955 0)) | 27914 | ;;;;;; "international/titdic-cnv.el" (20533 49334 755743 0)) |
| 27921 | ;;; Generated autoloads from international/titdic-cnv.el | 27915 | ;;; Generated autoloads from international/titdic-cnv.el |
| 27922 | 27916 | ||
| 27923 | (autoload 'titdic-convert "titdic-cnv" "\ | 27917 | (autoload 'titdic-convert "titdic-cnv" "\ |
| @@ -27940,7 +27934,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 27940 | ;;;*** | 27934 | ;;;*** |
| 27941 | 27935 | ||
| 27942 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 27936 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 27943 | ;;;;;; "tmm.el" (20622 22438 32851 0)) | 27937 | ;;;;;; "tmm.el" (20627 5636 279161 0)) |
| 27944 | ;;; Generated autoloads from tmm.el | 27938 | ;;; Generated autoloads from tmm.el |
| 27945 | (define-key global-map "\M-`" 'tmm-menubar) | 27939 | (define-key global-map "\M-`" 'tmm-menubar) |
| 27946 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 27940 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
| @@ -27980,7 +27974,7 @@ Its value should be an event that has a binding in MENU. | |||
| 27980 | 27974 | ||
| 27981 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities | 27975 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities |
| 27982 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) | 27976 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) |
| 27983 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (20355 10021 546955 0)) | 27977 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (20533 49334 755743 0)) |
| 27984 | ;;; Generated autoloads from calendar/todo-mode.el | 27978 | ;;; Generated autoloads from calendar/todo-mode.el |
| 27985 | 27979 | ||
| 27986 | (autoload 'todo-add-category "todo-mode" "\ | 27980 | (autoload 'todo-add-category "todo-mode" "\ |
| @@ -28040,7 +28034,7 @@ Show TODO list. | |||
| 28040 | 28034 | ||
| 28041 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu | 28035 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 28042 | ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) | 28036 | ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) |
| 28043 | ;;;;;; "tool-bar" "tool-bar.el" (20355 10021 546955 0)) | 28037 | ;;;;;; "tool-bar" "tool-bar.el" (20533 49334 755743 0)) |
| 28044 | ;;; Generated autoloads from tool-bar.el | 28038 | ;;; Generated autoloads from tool-bar.el |
| 28045 | 28039 | ||
| 28046 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ | 28040 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ |
| @@ -28111,7 +28105,7 @@ holds a keymap. | |||
| 28111 | ;;;*** | 28105 | ;;;*** |
| 28112 | 28106 | ||
| 28113 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" | 28107 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" |
| 28114 | ;;;;;; (20566 63671 243798 0)) | 28108 | ;;;;;; (20627 5636 279161 0)) |
| 28115 | ;;; Generated autoloads from emulation/tpu-edt.el | 28109 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 28116 | 28110 | ||
| 28117 | (defvar tpu-edt-mode nil "\ | 28111 | (defvar tpu-edt-mode nil "\ |
| @@ -28141,7 +28135,7 @@ Turn on TPU/edt emulation. | |||
| 28141 | ;;;*** | 28135 | ;;;*** |
| 28142 | 28136 | ||
| 28143 | ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" | 28137 | ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" |
| 28144 | ;;;;;; (20566 63671 243798 0)) | 28138 | ;;;;;; (20627 5636 279161 0)) |
| 28145 | ;;; Generated autoloads from emulation/tpu-mapper.el | 28139 | ;;; Generated autoloads from emulation/tpu-mapper.el |
| 28146 | 28140 | ||
| 28147 | (autoload 'tpu-mapper "tpu-mapper" "\ | 28141 | (autoload 'tpu-mapper "tpu-mapper" "\ |
| @@ -28175,8 +28169,8 @@ your local X guru can try to figure out why the key is being ignored. | |||
| 28175 | 28169 | ||
| 28176 | ;;;*** | 28170 | ;;;*** |
| 28177 | 28171 | ||
| 28178 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20355 10021 | 28172 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20533 49334 |
| 28179 | ;;;;;; 546955 0)) | 28173 | ;;;;;; 755743 0)) |
| 28180 | ;;; Generated autoloads from emacs-lisp/tq.el | 28174 | ;;; Generated autoloads from emacs-lisp/tq.el |
| 28181 | 28175 | ||
| 28182 | (autoload 'tq-create "tq" "\ | 28176 | (autoload 'tq-create "tq" "\ |
| @@ -28190,7 +28184,7 @@ to a tcp server on another machine. | |||
| 28190 | ;;;*** | 28184 | ;;;*** |
| 28191 | 28185 | ||
| 28192 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) | 28186 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) |
| 28193 | ;;;;;; "trace" "emacs-lisp/trace.el" (20485 15269 390836 0)) | 28187 | ;;;;;; "trace" "emacs-lisp/trace.el" (20627 5636 279161 0)) |
| 28194 | ;;; Generated autoloads from emacs-lisp/trace.el | 28188 | ;;; Generated autoloads from emacs-lisp/trace.el |
| 28195 | 28189 | ||
| 28196 | (defvar trace-buffer (purecopy "*trace-output*") "\ | 28190 | (defvar trace-buffer (purecopy "*trace-output*") "\ |
| @@ -28227,7 +28221,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 28227 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 28221 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 28228 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 28222 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 28229 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" | 28223 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" |
| 28230 | ;;;;;; "net/tramp.el" (20597 19239 817699 0)) | 28224 | ;;;;;; "net/tramp.el" (20650 61387 498451 0)) |
| 28231 | ;;; Generated autoloads from net/tramp.el | 28225 | ;;; Generated autoloads from net/tramp.el |
| 28232 | 28226 | ||
| 28233 | (defvar tramp-mode t "\ | 28227 | (defvar tramp-mode t "\ |
| @@ -28360,7 +28354,7 @@ Discard Tramp from loading remote files. | |||
| 28360 | ;;;*** | 28354 | ;;;*** |
| 28361 | 28355 | ||
| 28362 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" | 28356 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" |
| 28363 | ;;;;;; (20438 24016 194668 0)) | 28357 | ;;;;;; (20627 5636 279161 0)) |
| 28364 | ;;; Generated autoloads from net/tramp-ftp.el | 28358 | ;;; Generated autoloads from net/tramp-ftp.el |
| 28365 | 28359 | ||
| 28366 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ | 28360 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ |
| @@ -28370,8 +28364,8 @@ Discard Tramp from loading remote files. | |||
| 28370 | 28364 | ||
| 28371 | ;;;*** | 28365 | ;;;*** |
| 28372 | 28366 | ||
| 28373 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20584 | 28367 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20627 |
| 28374 | ;;;;;; 7212 455152 0)) | 28368 | ;;;;;; 5636 279161 0)) |
| 28375 | ;;; Generated autoloads from tutorial.el | 28369 | ;;; Generated autoloads from tutorial.el |
| 28376 | 28370 | ||
| 28377 | (autoload 'help-with-tutorial "tutorial" "\ | 28371 | (autoload 'help-with-tutorial "tutorial" "\ |
| @@ -28396,7 +28390,7 @@ resumed later. | |||
| 28396 | ;;;*** | 28390 | ;;;*** |
| 28397 | 28391 | ||
| 28398 | ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" | 28392 | ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" |
| 28399 | ;;;;;; (20355 10021 546955 0)) | 28393 | ;;;;;; (20533 49334 755743 0)) |
| 28400 | ;;; Generated autoloads from language/tv-util.el | 28394 | ;;; Generated autoloads from language/tv-util.el |
| 28401 | 28395 | ||
| 28402 | (autoload 'tai-viet-composition-function "tv-util" "\ | 28396 | (autoload 'tai-viet-composition-function "tv-util" "\ |
| @@ -28407,7 +28401,7 @@ resumed later. | |||
| 28407 | ;;;*** | 28401 | ;;;*** |
| 28408 | 28402 | ||
| 28409 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 28403 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 28410 | ;;;;;; "textmodes/two-column.el" (20566 63671 243798 0)) | 28404 | ;;;;;; "textmodes/two-column.el" (20627 5636 279161 0)) |
| 28411 | ;;; Generated autoloads from textmodes/two-column.el | 28405 | ;;; Generated autoloads from textmodes/two-column.el |
| 28412 | (autoload '2C-command "two-column" () t 'keymap) | 28406 | (autoload '2C-command "two-column" () t 'keymap) |
| 28413 | (global-set-key "\C-x6" '2C-command) | 28407 | (global-set-key "\C-x6" '2C-command) |
| @@ -28456,7 +28450,7 @@ First column's text sSs Second column's text | |||
| 28456 | 28450 | ||
| 28457 | ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics | 28451 | ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics |
| 28458 | ;;;;;; type-break type-break-mode) "type-break" "type-break.el" | 28452 | ;;;;;; type-break type-break-mode) "type-break" "type-break.el" |
| 28459 | ;;;;;; (20582 12914 894781 0)) | 28453 | ;;;;;; (20627 5636 279161 0)) |
| 28460 | ;;; Generated autoloads from type-break.el | 28454 | ;;; Generated autoloads from type-break.el |
| 28461 | 28455 | ||
| 28462 | (defvar type-break-mode nil "\ | 28456 | (defvar type-break-mode nil "\ |
| @@ -28588,8 +28582,8 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 28588 | 28582 | ||
| 28589 | ;;;*** | 28583 | ;;;*** |
| 28590 | 28584 | ||
| 28591 | ;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20566 63671 | 28585 | ;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20627 5636 |
| 28592 | ;;;;;; 243798 0)) | 28586 | ;;;;;; 279161 0)) |
| 28593 | ;;; Generated autoloads from mail/uce.el | 28587 | ;;; Generated autoloads from mail/uce.el |
| 28594 | 28588 | ||
| 28595 | (autoload 'uce-reply-to-uce "uce" "\ | 28589 | (autoload 'uce-reply-to-uce "uce" "\ |
| @@ -28607,7 +28601,7 @@ You might need to set `uce-mail-reader' before using this. | |||
| 28607 | ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string | 28601 | ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string |
| 28608 | ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region | 28602 | ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region |
| 28609 | ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" | 28603 | ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" |
| 28610 | ;;;;;; "international/ucs-normalize.el" (20476 31768 298871 0)) | 28604 | ;;;;;; "international/ucs-normalize.el" (20627 5636 279161 0)) |
| 28611 | ;;; Generated autoloads from international/ucs-normalize.el | 28605 | ;;; Generated autoloads from international/ucs-normalize.el |
| 28612 | 28606 | ||
| 28613 | (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ | 28607 | (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ |
| @@ -28673,7 +28667,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus. | |||
| 28673 | ;;;*** | 28667 | ;;;*** |
| 28674 | 28668 | ||
| 28675 | ;;;### (autoloads (ununderline-region underline-region) "underline" | 28669 | ;;;### (autoloads (ununderline-region underline-region) "underline" |
| 28676 | ;;;;;; "textmodes/underline.el" (20355 10021 546955 0)) | 28670 | ;;;;;; "textmodes/underline.el" (20533 49334 755743 0)) |
| 28677 | ;;; Generated autoloads from textmodes/underline.el | 28671 | ;;; Generated autoloads from textmodes/underline.el |
| 28678 | 28672 | ||
| 28679 | (autoload 'underline-region "underline" "\ | 28673 | (autoload 'underline-region "underline" "\ |
| @@ -28694,7 +28688,7 @@ which specify the range to operate on. | |||
| 28694 | ;;;*** | 28688 | ;;;*** |
| 28695 | 28689 | ||
| 28696 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 28690 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 28697 | ;;;;;; (20369 14251 85829 0)) | 28691 | ;;;;;; (20627 5636 279161 0)) |
| 28698 | ;;; Generated autoloads from mail/unrmail.el | 28692 | ;;; Generated autoloads from mail/unrmail.el |
| 28699 | 28693 | ||
| 28700 | (autoload 'batch-unrmail "unrmail" "\ | 28694 | (autoload 'batch-unrmail "unrmail" "\ |
| @@ -28713,8 +28707,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE. | |||
| 28713 | 28707 | ||
| 28714 | ;;;*** | 28708 | ;;;*** |
| 28715 | 28709 | ||
| 28716 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20355 | 28710 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20533 |
| 28717 | ;;;;;; 10021 546955 0)) | 28711 | ;;;;;; 49334 755743 0)) |
| 28718 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 28712 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 28719 | 28713 | ||
| 28720 | (autoload 'unsafep "unsafep" "\ | 28714 | (autoload 'unsafep "unsafep" "\ |
| @@ -28727,7 +28721,7 @@ UNSAFEP-VARS is a list of symbols with local bindings. | |||
| 28727 | ;;;*** | 28721 | ;;;*** |
| 28728 | 28722 | ||
| 28729 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" | 28723 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" |
| 28730 | ;;;;;; "url/url.el" (20601 16294 451653 0)) | 28724 | ;;;;;; "url/url.el" (20627 5636 279161 0)) |
| 28731 | ;;; Generated autoloads from url/url.el | 28725 | ;;; Generated autoloads from url/url.el |
| 28732 | 28726 | ||
| 28733 | (autoload 'url-retrieve "url" "\ | 28727 | (autoload 'url-retrieve "url" "\ |
| @@ -28775,7 +28769,7 @@ no further processing). URL is either a string or a parsed URL. | |||
| 28775 | ;;;*** | 28769 | ;;;*** |
| 28776 | 28770 | ||
| 28777 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) | 28771 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) |
| 28778 | ;;;;;; "url-auth" "url/url-auth.el" (20355 10021 546955 0)) | 28772 | ;;;;;; "url-auth" "url/url-auth.el" (20533 49334 755743 0)) |
| 28779 | ;;; Generated autoloads from url/url-auth.el | 28773 | ;;; Generated autoloads from url/url-auth.el |
| 28780 | 28774 | ||
| 28781 | (autoload 'url-get-authentication "url-auth" "\ | 28775 | (autoload 'url-get-authentication "url-auth" "\ |
| @@ -28817,7 +28811,7 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 28817 | ;;;*** | 28811 | ;;;*** |
| 28818 | 28812 | ||
| 28819 | ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) | 28813 | ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) |
| 28820 | ;;;;;; "url-cache" "url/url-cache.el" (20355 10021 546955 0)) | 28814 | ;;;;;; "url-cache" "url/url-cache.el" (20533 49334 755743 0)) |
| 28821 | ;;; Generated autoloads from url/url-cache.el | 28815 | ;;; Generated autoloads from url/url-cache.el |
| 28822 | 28816 | ||
| 28823 | (autoload 'url-store-in-cache "url-cache" "\ | 28817 | (autoload 'url-store-in-cache "url-cache" "\ |
| @@ -28838,8 +28832,8 @@ Extract FNAM from the local disk cache. | |||
| 28838 | 28832 | ||
| 28839 | ;;;*** | 28833 | ;;;*** |
| 28840 | 28834 | ||
| 28841 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20355 10021 | 28835 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20533 49334 |
| 28842 | ;;;;;; 546955 0)) | 28836 | ;;;;;; 755743 0)) |
| 28843 | ;;; Generated autoloads from url/url-cid.el | 28837 | ;;; Generated autoloads from url/url-cid.el |
| 28844 | 28838 | ||
| 28845 | (autoload 'url-cid "url-cid" "\ | 28839 | (autoload 'url-cid "url-cid" "\ |
| @@ -28850,7 +28844,7 @@ Extract FNAM from the local disk cache. | |||
| 28850 | ;;;*** | 28844 | ;;;*** |
| 28851 | 28845 | ||
| 28852 | ;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p) | 28846 | ;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p) |
| 28853 | ;;;;;; "url-dav" "url/url-dav.el" (20501 3499 284800 0)) | 28847 | ;;;;;; "url-dav" "url/url-dav.el" (20627 5636 279161 0)) |
| 28854 | ;;; Generated autoloads from url/url-dav.el | 28848 | ;;; Generated autoloads from url/url-dav.el |
| 28855 | 28849 | ||
| 28856 | (autoload 'url-dav-supported-p "url-dav" "\ | 28850 | (autoload 'url-dav-supported-p "url-dav" "\ |
| @@ -28884,8 +28878,8 @@ added to this list, so most requests can just pass in nil. | |||
| 28884 | 28878 | ||
| 28885 | ;;;*** | 28879 | ;;;*** |
| 28886 | 28880 | ||
| 28887 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20602 | 28881 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20627 |
| 28888 | ;;;;;; 37158 321420 0)) | 28882 | ;;;;;; 5636 279161 0)) |
| 28889 | ;;; Generated autoloads from url/url-file.el | 28883 | ;;; Generated autoloads from url/url-file.el |
| 28890 | 28884 | ||
| 28891 | (autoload 'url-file "url-file" "\ | 28885 | (autoload 'url-file "url-file" "\ |
| @@ -28896,7 +28890,7 @@ Handle file: and ftp: URLs. | |||
| 28896 | ;;;*** | 28890 | ;;;*** |
| 28897 | 28891 | ||
| 28898 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" | 28892 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" |
| 28899 | ;;;;;; "url/url-gw.el" (20478 3673 653810 0)) | 28893 | ;;;;;; "url/url-gw.el" (20627 5636 279161 0)) |
| 28900 | ;;; Generated autoloads from url/url-gw.el | 28894 | ;;; Generated autoloads from url/url-gw.el |
| 28901 | 28895 | ||
| 28902 | (autoload 'url-gateway-nslookup-host "url-gw" "\ | 28896 | (autoload 'url-gateway-nslookup-host "url-gw" "\ |
| @@ -28916,7 +28910,7 @@ Might do a non-blocking connection; use `process-status' to check. | |||
| 28916 | 28910 | ||
| 28917 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file | 28911 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file |
| 28918 | ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" | 28912 | ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" |
| 28919 | ;;;;;; (20584 7212 455152 0)) | 28913 | ;;;;;; (20627 5636 279161 0)) |
| 28920 | ;;; Generated autoloads from url/url-handlers.el | 28914 | ;;; Generated autoloads from url/url-handlers.el |
| 28921 | 28915 | ||
| 28922 | (defvar url-handler-mode nil "\ | 28916 | (defvar url-handler-mode nil "\ |
| @@ -28970,7 +28964,7 @@ accessible. | |||
| 28970 | 28964 | ||
| 28971 | ;;;*** | 28965 | ;;;*** |
| 28972 | 28966 | ||
| 28973 | ;;;### (autoloads nil "url-http" "url/url-http.el" (20601 16294 451653 | 28967 | ;;;### (autoloads nil "url-http" "url/url-http.el" (20627 5636 279161 |
| 28974 | ;;;;;; 0)) | 28968 | ;;;;;; 0)) |
| 28975 | ;;; Generated autoloads from url/url-http.el | 28969 | ;;; Generated autoloads from url/url-http.el |
| 28976 | (autoload 'url-default-expander "url-expand") | 28970 | (autoload 'url-default-expander "url-expand") |
| @@ -28983,8 +28977,8 @@ accessible. | |||
| 28983 | 28977 | ||
| 28984 | ;;;*** | 28978 | ;;;*** |
| 28985 | 28979 | ||
| 28986 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20355 10021 | 28980 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20533 49334 |
| 28987 | ;;;;;; 546955 0)) | 28981 | ;;;;;; 755743 0)) |
| 28988 | ;;; Generated autoloads from url/url-irc.el | 28982 | ;;; Generated autoloads from url/url-irc.el |
| 28989 | 28983 | ||
| 28990 | (autoload 'url-irc "url-irc" "\ | 28984 | (autoload 'url-irc "url-irc" "\ |
| @@ -28994,8 +28988,8 @@ accessible. | |||
| 28994 | 28988 | ||
| 28995 | ;;;*** | 28989 | ;;;*** |
| 28996 | 28990 | ||
| 28997 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20355 | 28991 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20627 |
| 28998 | ;;;;;; 10021 546955 0)) | 28992 | ;;;;;; 5636 279161 0)) |
| 28999 | ;;; Generated autoloads from url/url-ldap.el | 28993 | ;;; Generated autoloads from url/url-ldap.el |
| 29000 | 28994 | ||
| 29001 | (autoload 'url-ldap "url-ldap" "\ | 28995 | (autoload 'url-ldap "url-ldap" "\ |
| @@ -29009,7 +29003,7 @@ URL can be a URL string, or a URL vector of the type returned by | |||
| 29009 | ;;;*** | 29003 | ;;;*** |
| 29010 | 29004 | ||
| 29011 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" | 29005 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" |
| 29012 | ;;;;;; (20355 10021 546955 0)) | 29006 | ;;;;;; (20533 49334 755743 0)) |
| 29013 | ;;; Generated autoloads from url/url-mailto.el | 29007 | ;;; Generated autoloads from url/url-mailto.el |
| 29014 | 29008 | ||
| 29015 | (autoload 'url-mail "url-mailto" "\ | 29009 | (autoload 'url-mail "url-mailto" "\ |
| @@ -29025,7 +29019,7 @@ Handle the mailto: URL syntax. | |||
| 29025 | ;;;*** | 29019 | ;;;*** |
| 29026 | 29020 | ||
| 29027 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info | 29021 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info |
| 29028 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (20478 3673 653810 | 29022 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (20627 5636 279161 |
| 29029 | ;;;;;; 0)) | 29023 | ;;;;;; 0)) |
| 29030 | ;;; Generated autoloads from url/url-misc.el | 29024 | ;;; Generated autoloads from url/url-misc.el |
| 29031 | 29025 | ||
| @@ -29058,7 +29052,7 @@ Fetch a data URL (RFC 2397). | |||
| 29058 | ;;;*** | 29052 | ;;;*** |
| 29059 | 29053 | ||
| 29060 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" | 29054 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" |
| 29061 | ;;;;;; (20355 10021 546955 0)) | 29055 | ;;;;;; (20533 49334 755743 0)) |
| 29062 | ;;; Generated autoloads from url/url-news.el | 29056 | ;;; Generated autoloads from url/url-news.el |
| 29063 | 29057 | ||
| 29064 | (autoload 'url-news "url-news" "\ | 29058 | (autoload 'url-news "url-news" "\ |
| @@ -29075,7 +29069,7 @@ Fetch a data URL (RFC 2397). | |||
| 29075 | 29069 | ||
| 29076 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable | 29070 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable |
| 29077 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" | 29071 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" |
| 29078 | ;;;;;; (20355 10021 546955 0)) | 29072 | ;;;;;; (20533 49334 755743 0)) |
| 29079 | ;;; Generated autoloads from url/url-ns.el | 29073 | ;;; Generated autoloads from url/url-ns.el |
| 29080 | 29074 | ||
| 29081 | (autoload 'isPlainHostName "url-ns" "\ | 29075 | (autoload 'isPlainHostName "url-ns" "\ |
| @@ -29116,7 +29110,7 @@ Fetch a data URL (RFC 2397). | |||
| 29116 | ;;;*** | 29110 | ;;;*** |
| 29117 | 29111 | ||
| 29118 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" | 29112 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" |
| 29119 | ;;;;;; "url/url-parse.el" (20577 33959 40183 0)) | 29113 | ;;;;;; "url/url-parse.el" (20647 13100 550277 185000)) |
| 29120 | ;;; Generated autoloads from url/url-parse.el | 29114 | ;;; Generated autoloads from url/url-parse.el |
| 29121 | 29115 | ||
| 29122 | (autoload 'url-recreate-url "url-parse" "\ | 29116 | (autoload 'url-recreate-url "url-parse" "\ |
| @@ -29168,7 +29162,7 @@ parses to | |||
| 29168 | ;;;*** | 29162 | ;;;*** |
| 29169 | 29163 | ||
| 29170 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" | 29164 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" |
| 29171 | ;;;;;; (20478 3673 653810 0)) | 29165 | ;;;;;; (20627 5636 279161 0)) |
| 29172 | ;;; Generated autoloads from url/url-privacy.el | 29166 | ;;; Generated autoloads from url/url-privacy.el |
| 29173 | 29167 | ||
| 29174 | (autoload 'url-setup-privacy-info "url-privacy" "\ | 29168 | (autoload 'url-setup-privacy-info "url-privacy" "\ |
| @@ -29179,7 +29173,7 @@ Setup variables that expose info about you and your system. | |||
| 29179 | ;;;*** | 29173 | ;;;*** |
| 29180 | 29174 | ||
| 29181 | ;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" | 29175 | ;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" |
| 29182 | ;;;;;; (20478 3673 653810 0)) | 29176 | ;;;;;; (20627 5636 279161 0)) |
| 29183 | ;;; Generated autoloads from url/url-queue.el | 29177 | ;;; Generated autoloads from url/url-queue.el |
| 29184 | 29178 | ||
| 29185 | (autoload 'url-queue-retrieve "url-queue" "\ | 29179 | (autoload 'url-queue-retrieve "url-queue" "\ |
| @@ -29199,8 +29193,8 @@ The variable `url-queue-timeout' sets a timeout. | |||
| 29199 | ;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces | 29193 | ;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces |
| 29200 | ;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message | 29194 | ;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message |
| 29201 | ;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args | 29195 | ;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args |
| 29202 | ;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20584 | 29196 | ;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20627 |
| 29203 | ;;;;;; 7212 455152 0)) | 29197 | ;;;;;; 5636 279161 0)) |
| 29204 | ;;; Generated autoloads from url/url-util.el | 29198 | ;;; Generated autoloads from url/url-util.el |
| 29205 | 29199 | ||
| 29206 | (defvar url-debug nil "\ | 29200 | (defvar url-debug nil "\ |
| @@ -29374,7 +29368,7 @@ This uses `url-current-object', set locally to the buffer. | |||
| 29374 | ;;;*** | 29368 | ;;;*** |
| 29375 | 29369 | ||
| 29376 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) | 29370 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) |
| 29377 | ;;;;;; "userlock" "userlock.el" (20555 6946 859539 0)) | 29371 | ;;;;;; "userlock" "userlock.el" (20627 5636 279161 0)) |
| 29378 | ;;; Generated autoloads from userlock.el | 29372 | ;;; Generated autoloads from userlock.el |
| 29379 | 29373 | ||
| 29380 | (autoload 'ask-user-about-lock "userlock" "\ | 29374 | (autoload 'ask-user-about-lock "userlock" "\ |
| @@ -29404,7 +29398,7 @@ The buffer in question is current when this function is called. | |||
| 29404 | 29398 | ||
| 29405 | ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion | 29399 | ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion |
| 29406 | ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) | 29400 | ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) |
| 29407 | ;;;;;; "utf-7" "international/utf-7.el" (20355 10021 546955 0)) | 29401 | ;;;;;; "utf-7" "international/utf-7.el" (20533 49334 755743 0)) |
| 29408 | ;;; Generated autoloads from international/utf-7.el | 29402 | ;;; Generated autoloads from international/utf-7.el |
| 29409 | 29403 | ||
| 29410 | (autoload 'utf-7-post-read-conversion "utf-7" "\ | 29404 | (autoload 'utf-7-post-read-conversion "utf-7" "\ |
| @@ -29429,8 +29423,8 @@ The buffer in question is current when this function is called. | |||
| 29429 | 29423 | ||
| 29430 | ;;;*** | 29424 | ;;;*** |
| 29431 | 29425 | ||
| 29432 | ;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20355 10021 | 29426 | ;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20533 49334 |
| 29433 | ;;;;;; 546955 0)) | 29427 | ;;;;;; 755743 0)) |
| 29434 | ;;; Generated autoloads from gnus/utf7.el | 29428 | ;;; Generated autoloads from gnus/utf7.el |
| 29435 | 29429 | ||
| 29436 | (autoload 'utf7-encode "utf7" "\ | 29430 | (autoload 'utf7-encode "utf7" "\ |
| @@ -29442,7 +29436,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil. | |||
| 29442 | 29436 | ||
| 29443 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal | 29437 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal |
| 29444 | ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" | 29438 | ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" |
| 29445 | ;;;;;; (20355 10021 546955 0)) | 29439 | ;;;;;; (20627 5636 279161 0)) |
| 29446 | ;;; Generated autoloads from mail/uudecode.el | 29440 | ;;; Generated autoloads from mail/uudecode.el |
| 29447 | 29441 | ||
| 29448 | (autoload 'uudecode-decode-region-external "uudecode" "\ | 29442 | (autoload 'uudecode-decode-region-external "uudecode" "\ |
| @@ -29472,8 +29466,8 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 29472 | ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers | 29466 | ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers |
| 29473 | ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff | 29467 | ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff |
| 29474 | ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook | 29468 | ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook |
| 29475 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20611 | 29469 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20627 |
| 29476 | ;;;;;; 52135 109136 0)) | 29470 | ;;;;;; 5636 279161 0)) |
| 29477 | ;;; Generated autoloads from vc/vc.el | 29471 | ;;; Generated autoloads from vc/vc.el |
| 29478 | 29472 | ||
| 29479 | (defvar vc-checkout-hook nil "\ | 29473 | (defvar vc-checkout-hook nil "\ |
| @@ -29751,7 +29745,7 @@ Return the branch part of a revision number REV. | |||
| 29751 | ;;;*** | 29745 | ;;;*** |
| 29752 | 29746 | ||
| 29753 | ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" | 29747 | ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" |
| 29754 | ;;;;;; (20478 3673 653810 0)) | 29748 | ;;;;;; (20627 5636 279161 0)) |
| 29755 | ;;; Generated autoloads from vc/vc-annotate.el | 29749 | ;;; Generated autoloads from vc/vc-annotate.el |
| 29756 | 29750 | ||
| 29757 | (autoload 'vc-annotate "vc-annotate" "\ | 29751 | (autoload 'vc-annotate "vc-annotate" "\ |
| @@ -29788,7 +29782,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 29788 | 29782 | ||
| 29789 | ;;;*** | 29783 | ;;;*** |
| 29790 | 29784 | ||
| 29791 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20478 3673 653810 | 29785 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20627 5636 279161 |
| 29792 | ;;;;;; 0)) | 29786 | ;;;;;; 0)) |
| 29793 | ;;; Generated autoloads from vc/vc-arch.el | 29787 | ;;; Generated autoloads from vc/vc-arch.el |
| 29794 | (defun vc-arch-registered (file) | 29788 | (defun vc-arch-registered (file) |
| @@ -29799,7 +29793,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 29799 | 29793 | ||
| 29800 | ;;;*** | 29794 | ;;;*** |
| 29801 | 29795 | ||
| 29802 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20584 7212 455152 | 29796 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20627 5636 279161 |
| 29803 | ;;;;;; 0)) | 29797 | ;;;;;; 0)) |
| 29804 | ;;; Generated autoloads from vc/vc-bzr.el | 29798 | ;;; Generated autoloads from vc/vc-bzr.el |
| 29805 | 29799 | ||
| @@ -29816,7 +29810,7 @@ Name of the format file in a .bzr directory.") | |||
| 29816 | 29810 | ||
| 29817 | ;;;*** | 29811 | ;;;*** |
| 29818 | 29812 | ||
| 29819 | ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20542 46798 773957 | 29813 | ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20627 5636 279161 |
| 29820 | ;;;;;; 0)) | 29814 | ;;;;;; 0)) |
| 29821 | ;;; Generated autoloads from vc/vc-cvs.el | 29815 | ;;; Generated autoloads from vc/vc-cvs.el |
| 29822 | (defun vc-cvs-registered (f) | 29816 | (defun vc-cvs-registered (f) |
| @@ -29828,7 +29822,7 @@ Name of the format file in a .bzr directory.") | |||
| 29828 | 29822 | ||
| 29829 | ;;;*** | 29823 | ;;;*** |
| 29830 | 29824 | ||
| 29831 | ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20522 9637 465791 | 29825 | ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20627 5636 279161 |
| 29832 | ;;;;;; 0)) | 29826 | ;;;;;; 0)) |
| 29833 | ;;; Generated autoloads from vc/vc-dir.el | 29827 | ;;; Generated autoloads from vc/vc-dir.el |
| 29834 | 29828 | ||
| @@ -29854,7 +29848,7 @@ These are the commands available for use in the file status buffer: | |||
| 29854 | ;;;*** | 29848 | ;;;*** |
| 29855 | 29849 | ||
| 29856 | ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" | 29850 | ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" |
| 29857 | ;;;;;; (20489 12324 656827 0)) | 29851 | ;;;;;; (20627 5636 279161 0)) |
| 29858 | ;;; Generated autoloads from vc/vc-dispatcher.el | 29852 | ;;; Generated autoloads from vc/vc-dispatcher.el |
| 29859 | 29853 | ||
| 29860 | (autoload 'vc-do-command "vc-dispatcher" "\ | 29854 | (autoload 'vc-do-command "vc-dispatcher" "\ |
| @@ -29877,7 +29871,7 @@ case, and the process object in the asynchronous case. | |||
| 29877 | 29871 | ||
| 29878 | ;;;*** | 29872 | ;;;*** |
| 29879 | 29873 | ||
| 29880 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20586 48936 135199 | 29874 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20627 5636 279161 |
| 29881 | ;;;;;; 0)) | 29875 | ;;;;;; 0)) |
| 29882 | ;;; Generated autoloads from vc/vc-git.el | 29876 | ;;; Generated autoloads from vc/vc-git.el |
| 29883 | (defun vc-git-registered (file) | 29877 | (defun vc-git-registered (file) |
| @@ -29889,7 +29883,7 @@ case, and the process object in the asynchronous case. | |||
| 29889 | 29883 | ||
| 29890 | ;;;*** | 29884 | ;;;*** |
| 29891 | 29885 | ||
| 29892 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20489 12324 656827 0)) | 29886 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20627 5636 279161 0)) |
| 29893 | ;;; Generated autoloads from vc/vc-hg.el | 29887 | ;;; Generated autoloads from vc/vc-hg.el |
| 29894 | (defun vc-hg-registered (file) | 29888 | (defun vc-hg-registered (file) |
| 29895 | "Return non-nil if FILE is registered with hg." | 29889 | "Return non-nil if FILE is registered with hg." |
| @@ -29900,7 +29894,8 @@ case, and the process object in the asynchronous case. | |||
| 29900 | 29894 | ||
| 29901 | ;;;*** | 29895 | ;;;*** |
| 29902 | 29896 | ||
| 29903 | ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20524 51365 2559 0)) | 29897 | ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20627 5636 279161 |
| 29898 | ;;;;;; 0)) | ||
| 29904 | ;;; Generated autoloads from vc/vc-mtn.el | 29899 | ;;; Generated autoloads from vc/vc-mtn.el |
| 29905 | 29900 | ||
| 29906 | (defconst vc-mtn-admin-dir "_MTN" "\ | 29901 | (defconst vc-mtn-admin-dir "_MTN" "\ |
| @@ -29917,7 +29912,7 @@ Name of the monotone directory's format file.") | |||
| 29917 | ;;;*** | 29912 | ;;;*** |
| 29918 | 29913 | ||
| 29919 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" | 29914 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" |
| 29920 | ;;;;;; (20584 7212 455152 0)) | 29915 | ;;;;;; (20627 5636 279161 0)) |
| 29921 | ;;; Generated autoloads from vc/vc-rcs.el | 29916 | ;;; Generated autoloads from vc/vc-rcs.el |
| 29922 | 29917 | ||
| 29923 | (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 29918 | (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -29931,7 +29926,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 29931 | ;;;*** | 29926 | ;;;*** |
| 29932 | 29927 | ||
| 29933 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" | 29928 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" |
| 29934 | ;;;;;; (20584 7212 455152 0)) | 29929 | ;;;;;; (20627 5636 279161 0)) |
| 29935 | ;;; Generated autoloads from vc/vc-sccs.el | 29930 | ;;; Generated autoloads from vc/vc-sccs.el |
| 29936 | 29931 | ||
| 29937 | (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 29932 | (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -29949,8 +29944,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29949 | 29944 | ||
| 29950 | ;;;*** | 29945 | ;;;*** |
| 29951 | 29946 | ||
| 29952 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20355 10021 546955 | 29947 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20647 14050 82317 |
| 29953 | ;;;;;; 0)) | 29948 | ;;;;;; 635000)) |
| 29954 | ;;; Generated autoloads from vc/vc-svn.el | 29949 | ;;; Generated autoloads from vc/vc-svn.el |
| 29955 | (defun vc-svn-registered (f) | 29950 | (defun vc-svn-registered (f) |
| 29956 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) | 29951 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) |
| @@ -29964,7 +29959,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29964 | ;;;*** | 29959 | ;;;*** |
| 29965 | 29960 | ||
| 29966 | ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" | 29961 | ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" |
| 29967 | ;;;;;; (20577 33959 40183 0)) | 29962 | ;;;;;; (20627 5636 279161 0)) |
| 29968 | ;;; Generated autoloads from progmodes/vera-mode.el | 29963 | ;;; Generated autoloads from progmodes/vera-mode.el |
| 29969 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) | 29964 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) |
| 29970 | 29965 | ||
| @@ -30022,7 +30017,7 @@ Key bindings: | |||
| 30022 | ;;;*** | 30017 | ;;;*** |
| 30023 | 30018 | ||
| 30024 | ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" | 30019 | ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" |
| 30025 | ;;;;;; (20593 22184 581574 0)) | 30020 | ;;;;;; (20627 5636 279161 0)) |
| 30026 | ;;; Generated autoloads from progmodes/verilog-mode.el | 30021 | ;;; Generated autoloads from progmodes/verilog-mode.el |
| 30027 | 30022 | ||
| 30028 | (autoload 'verilog-mode "verilog-mode" "\ | 30023 | (autoload 'verilog-mode "verilog-mode" "\ |
| @@ -30161,7 +30156,7 @@ Key bindings specific to `verilog-mode-map' are: | |||
| 30161 | ;;;*** | 30156 | ;;;*** |
| 30162 | 30157 | ||
| 30163 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 30158 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 30164 | ;;;;;; (20593 22184 581574 0)) | 30159 | ;;;;;; (20627 5636 279161 0)) |
| 30165 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 30160 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 30166 | 30161 | ||
| 30167 | (autoload 'vhdl-mode "vhdl-mode" "\ | 30162 | (autoload 'vhdl-mode "vhdl-mode" "\ |
| @@ -30715,7 +30710,7 @@ Key bindings: | |||
| 30715 | 30710 | ||
| 30716 | ;;;*** | 30711 | ;;;*** |
| 30717 | 30712 | ||
| 30718 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20566 63671 243798 | 30713 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20627 5636 279161 |
| 30719 | ;;;;;; 0)) | 30714 | ;;;;;; 0)) |
| 30720 | ;;; Generated autoloads from emulation/vi.el | 30715 | ;;; Generated autoloads from emulation/vi.el |
| 30721 | 30716 | ||
| @@ -30771,7 +30766,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs. | |||
| 30771 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 30766 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 30772 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 30767 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 30773 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 30768 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 30774 | ;;;;;; "language/viet-util.el" (20355 10021 546955 0)) | 30769 | ;;;;;; "language/viet-util.el" (20533 49334 755743 0)) |
| 30775 | ;;; Generated autoloads from language/viet-util.el | 30770 | ;;; Generated autoloads from language/viet-util.el |
| 30776 | 30771 | ||
| 30777 | (autoload 'viet-encode-viscii-char "viet-util" "\ | 30772 | (autoload 'viet-encode-viscii-char "viet-util" "\ |
| @@ -30819,7 +30814,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. | |||
| 30819 | ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window | 30814 | ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window |
| 30820 | ;;;;;; view-buffer view-file-other-frame view-file-other-window | 30815 | ;;;;;; view-buffer view-file-other-frame view-file-other-window |
| 30821 | ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) | 30816 | ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) |
| 30822 | ;;;;;; "view" "view.el" (20577 33959 40183 0)) | 30817 | ;;;;;; "view" "view.el" (20627 5636 279161 0)) |
| 30823 | ;;; Generated autoloads from view.el | 30818 | ;;; Generated autoloads from view.el |
| 30824 | 30819 | ||
| 30825 | (defvar view-remove-frame-by-deleting t "\ | 30820 | (defvar view-remove-frame-by-deleting t "\ |
| @@ -31075,8 +31070,8 @@ Exit View mode and make the current buffer editable. | |||
| 31075 | 31070 | ||
| 31076 | ;;;*** | 31071 | ;;;*** |
| 31077 | 31072 | ||
| 31078 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20513 | 31073 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20627 |
| 31079 | ;;;;;; 18948 537867 0)) | 31074 | ;;;;;; 5636 279161 0)) |
| 31080 | ;;; Generated autoloads from emulation/vip.el | 31075 | ;;; Generated autoloads from emulation/vip.el |
| 31081 | 31076 | ||
| 31082 | (autoload 'vip-setup "vip" "\ | 31077 | (autoload 'vip-setup "vip" "\ |
| @@ -31092,7 +31087,7 @@ Turn on VIP emulation of VI. | |||
| 31092 | ;;;*** | 31087 | ;;;*** |
| 31093 | 31088 | ||
| 31094 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 31089 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 31095 | ;;;;;; (20566 63671 243798 0)) | 31090 | ;;;;;; (20627 5636 279161 0)) |
| 31096 | ;;; Generated autoloads from emulation/viper.el | 31091 | ;;; Generated autoloads from emulation/viper.el |
| 31097 | 31092 | ||
| 31098 | (autoload 'toggle-viper-mode "viper" "\ | 31093 | (autoload 'toggle-viper-mode "viper" "\ |
| @@ -31109,7 +31104,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. | |||
| 31109 | ;;;*** | 31104 | ;;;*** |
| 31110 | 31105 | ||
| 31111 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" | 31106 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" |
| 31112 | ;;;;;; (20355 10021 546955 0)) | 31107 | ;;;;;; (20533 49334 755743 0)) |
| 31113 | ;;; Generated autoloads from emacs-lisp/warnings.el | 31108 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 31114 | 31109 | ||
| 31115 | (defvar warning-prefix-function nil "\ | 31110 | (defvar warning-prefix-function nil "\ |
| @@ -31199,7 +31194,7 @@ this is equivalent to `display-warning', using | |||
| 31199 | ;;;*** | 31194 | ;;;*** |
| 31200 | 31195 | ||
| 31201 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" | 31196 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" |
| 31202 | ;;;;;; (20619 46245 806932 0)) | 31197 | ;;;;;; (20655 11282 285929 0)) |
| 31203 | ;;; Generated autoloads from wdired.el | 31198 | ;;; Generated autoloads from wdired.el |
| 31204 | 31199 | ||
| 31205 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ | 31200 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ |
| @@ -31216,8 +31211,8 @@ See `wdired-mode'. | |||
| 31216 | 31211 | ||
| 31217 | ;;;*** | 31212 | ;;;*** |
| 31218 | 31213 | ||
| 31219 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20566 63671 | 31214 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20627 5636 |
| 31220 | ;;;;;; 243798 0)) | 31215 | ;;;;;; 279161 0)) |
| 31221 | ;;; Generated autoloads from net/webjump.el | 31216 | ;;; Generated autoloads from net/webjump.el |
| 31222 | 31217 | ||
| 31223 | (autoload 'webjump "webjump" "\ | 31218 | (autoload 'webjump "webjump" "\ |
| @@ -31234,7 +31229,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 31234 | ;;;*** | 31229 | ;;;*** |
| 31235 | 31230 | ||
| 31236 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 31231 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 31237 | ;;;;;; (20613 49078 764749 0)) | 31232 | ;;;;;; (20627 5636 279161 0)) |
| 31238 | ;;; Generated autoloads from progmodes/which-func.el | 31233 | ;;; Generated autoloads from progmodes/which-func.el |
| 31239 | (put 'which-func-format 'risky-local-variable t) | 31234 | (put 'which-func-format 'risky-local-variable t) |
| 31240 | (put 'which-func-current 'risky-local-variable t) | 31235 | (put 'which-func-current 'risky-local-variable t) |
| @@ -31267,8 +31262,8 @@ in certain major modes. | |||
| 31267 | ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region | 31262 | ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region |
| 31268 | ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options | 31263 | ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options |
| 31269 | ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode | 31264 | ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode |
| 31270 | ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20508 13724 | 31265 | ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20627 5636 |
| 31271 | ;;;;;; 260761 0)) | 31266 | ;;;;;; 279161 0)) |
| 31272 | ;;; Generated autoloads from whitespace.el | 31267 | ;;; Generated autoloads from whitespace.el |
| 31273 | 31268 | ||
| 31274 | (autoload 'whitespace-mode "whitespace" "\ | 31269 | (autoload 'whitespace-mode "whitespace" "\ |
| @@ -31667,8 +31662,8 @@ cleaning up these problems. | |||
| 31667 | ;;;*** | 31662 | ;;;*** |
| 31668 | 31663 | ||
| 31669 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse | 31664 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse |
| 31670 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20478 3673 | 31665 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20627 5636 |
| 31671 | ;;;;;; 653810 0)) | 31666 | ;;;;;; 279161 0)) |
| 31672 | ;;; Generated autoloads from wid-browse.el | 31667 | ;;; Generated autoloads from wid-browse.el |
| 31673 | 31668 | ||
| 31674 | (autoload 'widget-browse-at "wid-browse" "\ | 31669 | (autoload 'widget-browse-at "wid-browse" "\ |
| @@ -31697,8 +31692,8 @@ if ARG is omitted or nil. | |||
| 31697 | ;;;*** | 31692 | ;;;*** |
| 31698 | 31693 | ||
| 31699 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 31694 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 31700 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20373 | 31695 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20627 |
| 31701 | ;;;;;; 11301 906925 0)) | 31696 | ;;;;;; 5636 279161 0)) |
| 31702 | ;;; Generated autoloads from wid-edit.el | 31697 | ;;; Generated autoloads from wid-edit.el |
| 31703 | 31698 | ||
| 31704 | (autoload 'widgetp "wid-edit" "\ | 31699 | (autoload 'widgetp "wid-edit" "\ |
| @@ -31741,8 +31736,8 @@ Setup current buffer so editing string widgets works. | |||
| 31741 | ;;;*** | 31736 | ;;;*** |
| 31742 | 31737 | ||
| 31743 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right | 31738 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right |
| 31744 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20566 | 31739 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20627 |
| 31745 | ;;;;;; 63671 243798 0)) | 31740 | ;;;;;; 5636 279161 0)) |
| 31746 | ;;; Generated autoloads from windmove.el | 31741 | ;;; Generated autoloads from windmove.el |
| 31747 | 31742 | ||
| 31748 | (autoload 'windmove-left "windmove" "\ | 31743 | (autoload 'windmove-left "windmove" "\ |
| @@ -31794,8 +31789,8 @@ Default MODIFIER is 'shift. | |||
| 31794 | 31789 | ||
| 31795 | ;;;*** | 31790 | ;;;*** |
| 31796 | 31791 | ||
| 31797 | ;;;### (autoloads (winner-mode) "winner" "winner.el" (20584 7212 | 31792 | ;;;### (autoloads (winner-mode) "winner" "winner.el" (20627 5636 |
| 31798 | ;;;;;; 455152 0)) | 31793 | ;;;;;; 279161 0)) |
| 31799 | ;;; Generated autoloads from winner.el | 31794 | ;;; Generated autoloads from winner.el |
| 31800 | 31795 | ||
| 31801 | (defvar winner-mode nil "\ | 31796 | (defvar winner-mode nil "\ |
| @@ -31819,7 +31814,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | |||
| 31819 | ;;;*** | 31814 | ;;;*** |
| 31820 | 31815 | ||
| 31821 | ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file | 31816 | ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file |
| 31822 | ;;;;;; woman woman-locale) "woman" "woman.el" (20623 43301 870757 | 31817 | ;;;;;; woman woman-locale) "woman" "woman.el" (20647 7990 336071 |
| 31823 | ;;;;;; 0)) | 31818 | ;;;;;; 0)) |
| 31824 | ;;; Generated autoloads from woman.el | 31819 | ;;; Generated autoloads from woman.el |
| 31825 | 31820 | ||
| @@ -31869,7 +31864,7 @@ Default bookmark handler for Woman buffers. | |||
| 31869 | ;;;*** | 31864 | ;;;*** |
| 31870 | 31865 | ||
| 31871 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" | 31866 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" |
| 31872 | ;;;;;; (20355 10021 546955 0)) | 31867 | ;;;;;; (20533 49334 755743 0)) |
| 31873 | ;;; Generated autoloads from emulation/ws-mode.el | 31868 | ;;; Generated autoloads from emulation/ws-mode.el |
| 31874 | 31869 | ||
| 31875 | (autoload 'wordstar-mode "ws-mode" "\ | 31870 | (autoload 'wordstar-mode "ws-mode" "\ |
| @@ -31981,8 +31976,8 @@ The key bindings are: | |||
| 31981 | 31976 | ||
| 31982 | ;;;*** | 31977 | ;;;*** |
| 31983 | 31978 | ||
| 31984 | ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20478 3673 | 31979 | ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20627 5636 |
| 31985 | ;;;;;; 653810 0)) | 31980 | ;;;;;; 279161 0)) |
| 31986 | ;;; Generated autoloads from net/xesam.el | 31981 | ;;; Generated autoloads from net/xesam.el |
| 31987 | 31982 | ||
| 31988 | (autoload 'xesam-search "xesam" "\ | 31983 | (autoload 'xesam-search "xesam" "\ |
| @@ -32002,7 +31997,7 @@ Example: | |||
| 32002 | ;;;*** | 31997 | ;;;*** |
| 32003 | 31998 | ||
| 32004 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" | 31999 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" |
| 32005 | ;;;;;; (20528 48420 241677 0)) | 32000 | ;;;;;; (20627 5636 279161 0)) |
| 32006 | ;;; Generated autoloads from xml.el | 32001 | ;;; Generated autoloads from xml.el |
| 32007 | 32002 | ||
| 32008 | (autoload 'xml-parse-file "xml" "\ | 32003 | (autoload 'xml-parse-file "xml" "\ |
| @@ -32059,7 +32054,7 @@ Both features can be combined by providing a cons cell | |||
| 32059 | ;;;*** | 32054 | ;;;*** |
| 32060 | 32055 | ||
| 32061 | ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" | 32056 | ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" |
| 32062 | ;;;;;; "nxml/xmltok.el" (20355 10021 546955 0)) | 32057 | ;;;;;; "nxml/xmltok.el" (20533 49334 755743 0)) |
| 32063 | ;;; Generated autoloads from nxml/xmltok.el | 32058 | ;;; Generated autoloads from nxml/xmltok.el |
| 32064 | 32059 | ||
| 32065 | (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ | 32060 | (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ |
| @@ -32077,8 +32072,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. | |||
| 32077 | 32072 | ||
| 32078 | ;;;*** | 32073 | ;;;*** |
| 32079 | 32074 | ||
| 32080 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20485 | 32075 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20627 |
| 32081 | ;;;;;; 15269 390836 0)) | 32076 | ;;;;;; 5636 279161 0)) |
| 32082 | ;;; Generated autoloads from xt-mouse.el | 32077 | ;;; Generated autoloads from xt-mouse.el |
| 32083 | 32078 | ||
| 32084 | (defvar xterm-mouse-mode nil "\ | 32079 | (defvar xterm-mouse-mode nil "\ |
| @@ -32108,7 +32103,7 @@ down the SHIFT key while pressing the mouse button. | |||
| 32108 | ;;;*** | 32103 | ;;;*** |
| 32109 | 32104 | ||
| 32110 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" | 32105 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" |
| 32111 | ;;;;;; "gnus/yenc.el" (20355 10021 546955 0)) | 32106 | ;;;;;; "gnus/yenc.el" (20533 49334 755743 0)) |
| 32112 | ;;; Generated autoloads from gnus/yenc.el | 32107 | ;;; Generated autoloads from gnus/yenc.el |
| 32113 | 32108 | ||
| 32114 | (autoload 'yenc-decode-region "yenc" "\ | 32109 | (autoload 'yenc-decode-region "yenc" "\ |
| @@ -32124,7 +32119,7 @@ Extract file name from an yenc header. | |||
| 32124 | ;;;*** | 32119 | ;;;*** |
| 32125 | 32120 | ||
| 32126 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 32121 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 32127 | ;;;;;; yow) "yow" "play/yow.el" (20364 42504 244840 586000)) | 32122 | ;;;;;; yow) "yow" "play/yow.el" (20627 5636 279161 0)) |
| 32128 | ;;; Generated autoloads from play/yow.el | 32123 | ;;; Generated autoloads from play/yow.el |
| 32129 | 32124 | ||
| 32130 | (autoload 'yow "yow" "\ | 32125 | (autoload 'yow "yow" "\ |
| @@ -32150,7 +32145,7 @@ Zippy goes to the analyst. | |||
| 32150 | 32145 | ||
| 32151 | ;;;*** | 32146 | ;;;*** |
| 32152 | 32147 | ||
| 32153 | ;;;### (autoloads (zone) "zone" "play/zone.el" (20545 57511 257469 | 32148 | ;;;### (autoloads (zone) "zone" "play/zone.el" (20627 5636 279161 |
| 32154 | ;;;;;; 0)) | 32149 | ;;;;;; 0)) |
| 32155 | ;;; Generated autoloads from play/zone.el | 32150 | ;;; Generated autoloads from play/zone.el |
| 32156 | 32151 | ||
| @@ -32167,46 +32162,46 @@ Zone out, completely. | |||
| 32167 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" | 32162 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" |
| 32168 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" | 32163 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" |
| 32169 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" | 32164 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" |
| 32170 | ;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" | 32165 | ;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el" |
| 32171 | ;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" | 32166 | ;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el" |
| 32172 | ;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" | 32167 | ;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el" |
| 32173 | ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" | 32168 | ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" |
| 32174 | ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" | 32169 | ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" |
| 32175 | ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" | 32170 | ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el" |
| 32176 | ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" | 32171 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" |
| 32177 | ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" | 32172 | ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" |
| 32178 | ;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" | 32173 | ;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el" |
| 32179 | ;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" | 32174 | ;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el" |
| 32180 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" | 32175 | ;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" |
| 32181 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" | 32176 | ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" |
| 32182 | ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" | 32177 | ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el" |
| 32183 | ;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" | 32178 | ;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el" |
| 32184 | ;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" | 32179 | ;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el" |
| 32185 | ;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el" | 32180 | ;;;;;; "cedet/cedet.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" |
| 32186 | ;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el" | 32181 | ;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" |
| 32187 | ;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" | 32182 | ;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el" |
| 32188 | ;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" | 32183 | ;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/locate.el" |
| 32189 | ;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el" | 32184 | ;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" |
| 32190 | ;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el" | 32185 | ;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" |
| 32191 | ;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" | 32186 | ;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" |
| 32192 | ;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" | 32187 | ;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" |
| 32193 | ;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" | 32188 | ;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" |
| 32194 | ;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el" | 32189 | ;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el" |
| 32195 | ;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" | 32190 | ;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el" |
| 32196 | ;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" | 32191 | ;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/pulse.el" |
| 32197 | ;;;;;; "cedet/ede/util.el" "cedet/pulse.el" "cedet/semantic/analyze.el" | 32192 | ;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" |
| 32198 | ;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" | 32193 | ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" |
| 32199 | ;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" | 32194 | ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" |
| 32200 | ;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el" | 32195 | ;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" |
| 32201 | ;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" | 32196 | ;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el" |
| 32202 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" | 32197 | ;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el" |
| 32203 | ;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el" | 32198 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el" |
| 32204 | ;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el" | 32199 | ;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el" |
| 32205 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" | 32200 | ;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el" |
| 32206 | ;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el" | 32201 | ;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el" |
| 32207 | ;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" | 32202 | ;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el" |
| 32208 | ;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el" | 32203 | ;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el" |
| 32209 | ;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" | 32204 | ;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" |
| 32210 | ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" | 32205 | ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" |
| 32211 | ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" | 32206 | ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" |
| 32212 | ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" | 32207 | ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" |
| @@ -32214,13 +32209,13 @@ Zone out, completely. | |||
| 32214 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" | 32209 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" |
| 32215 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" | 32210 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" |
| 32216 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" | 32211 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" |
| 32217 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" | 32212 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" |
| 32218 | ;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" | 32213 | ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" |
| 32219 | ;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" | 32214 | ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" |
| 32220 | ;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el" | 32215 | ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" |
| 32221 | ;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" | 32216 | ;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el" |
| 32222 | ;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" | 32217 | ;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el" |
| 32223 | ;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" | 32218 | ;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" |
| 32224 | ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" | 32219 | ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" |
| 32225 | ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" | 32220 | ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" |
| 32226 | ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" | 32221 | ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" |
| @@ -32232,11 +32227,11 @@ Zone out, completely. | |||
| 32232 | ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" | 32227 | ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" |
| 32233 | ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" | 32228 | ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" |
| 32234 | ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" | 32229 | ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" |
| 32235 | ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" | 32230 | ;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el" |
| 32236 | ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" | 32231 | ;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el" |
| 32237 | ;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" | 32232 | ;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el" |
| 32238 | ;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" | 32233 | ;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el" |
| 32239 | ;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el" | 32234 | ;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el" |
| 32240 | ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" | 32235 | ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" |
| 32241 | ;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" | 32236 | ;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" |
| 32242 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" | 32237 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" |
| @@ -32256,33 +32251,32 @@ Zone out, completely. | |||
| 32256 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" | 32251 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" |
| 32257 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" | 32252 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" |
| 32258 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" | 32253 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" |
| 32259 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" | 32254 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el" |
| 32260 | ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" | 32255 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" |
| 32261 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" | 32256 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el" |
| 32262 | ;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "fringe.el" "generic-x.el" | 32257 | ;;;;;; "format-spec.el" "fringe.el" "generic-x.el" "gnus/compface.el" |
| 32263 | ;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" | 32258 | ;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" |
| 32264 | ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" | 32259 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el" |
| 32265 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" | 32260 | ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el" |
| 32266 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" | 32261 | ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el" |
| 32267 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" | 32262 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el" |
| 32268 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" | 32263 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" |
| 32269 | ;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" | 32264 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" |
| 32270 | ;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" | 32265 | ;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" |
| 32271 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" | 32266 | ;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" |
| 32272 | ;;;;;; "gnus/messcompat.el" "gnus/mm-archive.el" "gnus/mm-bodies.el" | 32267 | ;;;;;; "gnus/mm-archive.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" |
| 32273 | ;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" | 32268 | ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" |
| 32274 | ;;;;;; "gnus/mml-smime.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" | 32269 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" |
| 32275 | ;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" | 32270 | ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" |
| 32276 | ;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" | 32271 | ;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el" |
| 32277 | ;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" | 32272 | ;;;;;; "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el" |
| 32278 | ;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" | 32273 | ;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" |
| 32279 | ;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" | 32274 | ;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el" |
| 32280 | ;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" | 32275 | ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" |
| 32281 | ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" | 32276 | ;;;;;; "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" "gnus/sieve-manage.el" |
| 32282 | ;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" | 32277 | ;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" |
| 32283 | ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" | 32278 | ;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el" |
| 32284 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" | 32279 | ;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" |
| 32285 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" | ||
| 32286 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" | 32280 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" |
| 32287 | ;;;;;; "international/uni-category.el" "international/uni-combining.el" | 32281 | ;;;;;; "international/uni-category.el" "international/uni-combining.el" |
| 32288 | ;;;;;; "international/uni-comment.el" "international/uni-decimal.el" | 32282 | ;;;;;; "international/uni-comment.el" "international/uni-decimal.el" |
| @@ -32370,8 +32364,8 @@ Zone out, completely. | |||
| 32370 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" | 32364 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" |
| 32371 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" | 32365 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" |
| 32372 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" | 32366 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" |
| 32373 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (20626 19627 425848 | 32367 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (20656 58993 363290 |
| 32374 | ;;;;;; 6000)) | 32368 | ;;;;;; 189000)) |
| 32375 | 32369 | ||
| 32376 | ;;;*** | 32370 | ;;;*** |
| 32377 | 32371 | ||
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index ef0b7e5b427..5656c1bd531 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.50"/ | 73 | /^#undef VERSION/s/^.*$/#define VERSION "24.2.90"/ |
| 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 ed1cddf1e12..b4dbb931904 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.50" | 1402 | #define VERSION "24.2.90" |
| 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 63ed75490f9..cc93da0ffd2 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -11,8 +11,8 @@ Emacs ICON icons\emacs.ico | |||
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | VS_VERSION_INFO VERSIONINFO | 13 | VS_VERSION_INFO VERSIONINFO |
| 14 | FILEVERSION 24,2,50,0 | 14 | FILEVERSION 24,2,90,0 |
| 15 | PRODUCTVERSION 24,2,50,0 | 15 | PRODUCTVERSION 24,2,90,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, 50, 0\0" | 32 | VALUE "FileVersion", "24, 2, 90, 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, 50, 0\0" | 37 | VALUE "ProductVersion", "24, 2, 90, 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 e79f1fa4aaa..c4dc7825387 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc | |||
| @@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico | |||
| 5 | #endif | 5 | #endif |
| 6 | 6 | ||
| 7 | VS_VERSION_INFO VERSIONINFO | 7 | VS_VERSION_INFO VERSIONINFO |
| 8 | FILEVERSION 24,2,50,0 | 8 | FILEVERSION 24,2,90,0 |
| 9 | PRODUCTVERSION 24,2,50,0 | 9 | PRODUCTVERSION 24,2,90,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, 50, 0\0" | 26 | VALUE "FileVersion", "24, 2, 90, 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, 50, 0\0" | 31 | VALUE "ProductVersion", "24, 2, 90, 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 82bd829492d..d036a90c944 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 | ||
| 25 | VERSION = 24.2.50 | 25 | VERSION = 24.2.90 |
| 26 | 26 | ||
| 27 | TMP_DIST_DIR = emacs-$(VERSION) | 27 | TMP_DIST_DIR = emacs-$(VERSION) |
| 28 | 28 | ||