diff options
| author | Chong Yidong | 2011-09-25 23:20:03 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-09-25 23:20:03 -0400 |
| commit | f7d75b4bba824e0956b2e78cf4e7e98378d23521 (patch) | |
| tree | c0ddfdeef83f2e89ff5c7bd13f2038aa6ea363ac | |
| parent | a0c6445257576d75a85810dd93e020105d7ac17c (diff) | |
| download | emacs-f7d75b4bba824e0956b2e78cf4e7e98378d23521.tar.gz emacs-f7d75b4bba824e0956b2e78cf4e7e98378d23521.zip | |
Bump version to 24.0.90.emacs-pretest-24.0.90
Regenerate AUTHORS and ldefs-boot.el.
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | doc/emacs/emacsver.texi | 2 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 2 | ||||
| -rw-r--r-- | etc/AUTHORS | 1534 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 1710 | ||||
| -rw-r--r-- | msdos/sed2v2.inp | 2 | ||||
| -rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Info.plist | 4 | ||||
| -rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
| -rw-r--r-- | nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop | 2 | ||||
| -rw-r--r-- | nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist | 4 | ||||
| -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 | ||||
| -rw-r--r-- | src/ChangeLog.11 | 2 |
16 files changed, 1908 insertions, 1382 deletions
| @@ -2,7 +2,7 @@ Copyright (C) 2001-2011 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.0.50 of GNU Emacs, the extensible, | 5 | This directory tree holds version 24.0.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.in b/configure.in index 3d92093bedd..2e2c08c3342 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -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.0.50) | 25 | AC_INIT(emacs, 24.0.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 ffa860585ba..9df86fd9275 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.0.50 | 4 | @set EMACSVER 24.0.90 |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index aef5bd402a2..60dfe3806c0 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.0.50" | 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.90" |
| 3 | . | 3 | . |
| 4 | . | 4 | . |
| 5 | .SH NAME | 5 | .SH NAME |
diff --git a/etc/AUTHORS b/etc/AUTHORS index 916f8cdd794..dc6321270c6 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -7,21 +7,29 @@ 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 autoinsert.el building.texi | 10 | Aaron S. Hawley: changed files.texi morse.el add-log.el autoinsert.el |
| 11 | custom.texi files.el glossary.texi isearch.el jka-cmpr-hook.el | 11 | building.texi custom.texi files.el glossary.texi isearch.el |
| 12 | misc.texi sgml-mode.el tar-mode.el texinfo.el thingatpt.el tutorial.el | 12 | jka-cmpr-hook.el misc.texi re-builder.el sgml-mode.el tar-mode.el |
| 13 | texinfo.el thingatpt.el tutorial.el | ||
| 13 | 14 | ||
| 14 | Abraham Nahum: changed configure.in dgux4.h sysdep.c | 15 | Abraham Nahum: changed configure.in dgux4.h sysdep.c |
| 15 | 16 | ||
| 16 | Abramo Bagnara: changed term.c | 17 | Abramo Bagnara: changed term.c |
| 17 | 18 | ||
| 19 | Achim Gratz: changed org-clock.el org.el org.texi ob-ref.el ob.el | ||
| 20 | org-macs.el | ||
| 21 | |||
| 18 | Adam Gołębiowski: changed Makefile.in | 22 | Adam Gołębiowski: changed Makefile.in |
| 19 | 23 | ||
| 20 | Adam Hupp: changed emacs.py emacs2.py emacs3.py gud.el python.el | 24 | Adam Hupp: changed emacs.py emacs2.py emacs3.py gud.el |
| 25 | progmodes/python.el | ||
| 21 | 26 | ||
| 22 | Adam Sjøgren: changed blink.xpm braindamaged.xpm cry.xpm dead.xpm | 27 | Adam Sjøgren: changed blink.xpm braindamaged.xpm cry.xpm dead.xpm |
| 23 | evil.xpm forced.xpm frown.xpm grin.xpm indifferent.xpm | 28 | evil.xpm forced.xpm frown.xpm grin.xpm indifferent.xpm |
| 24 | reverse-smile.xpm sad.xpm smile.xpm wry.xpm spam.el | 29 | reverse-smile.xpm sad.xpm smile.xpm spam.el wry.xpm gnus-html.el |
| 30 | gnus-start.el gnus-sum.el gnus.el shr.el | ||
| 31 | |||
| 32 | Aditya Siram: changed ob.el | ||
| 25 | 33 | ||
| 26 | Adrian Aichner: changed erc-log.el erc.el erc-autojoin.el erc-backend.el | 34 | Adrian Aichner: changed erc-log.el erc.el erc-autojoin.el erc-backend.el |
| 27 | erc-dcc.el erc-members.el erc-nets.el erc-sound.el etags.c | 35 | erc-dcc.el erc-members.el erc-nets.el erc-sound.el etags.c |
| @@ -33,16 +41,19 @@ Adrian Lanz: changed mail-source.el spam.el | |||
| 33 | 41 | ||
| 34 | Adrian Robert: co-wrote ns-win.el | 42 | Adrian Robert: co-wrote ns-win.el |
| 35 | and changed nsterm.m nsfns.m nsfont.m nsterm.h Makefile.in nsmenu.m | 43 | and changed nsterm.m nsfns.m nsfont.m nsterm.h Makefile.in nsmenu.m |
| 36 | configure.in README config.in emacs.c font.c keyboard.c nsgui.h xdisp.c | 44 | configure.in README config.in emacs.c font.c keyboard.c nsgui.h |
| 37 | image.c lisp.h macos.texi menu.c nsimage.m Info-gnustep.plist darwin.h | 45 | nsimage.m xdisp.c image.c lisp.h macos.texi menu.c Info-gnustep.plist |
| 38 | and 83 other files | 46 | darwin.h and 84 other files |
| 39 | 47 | ||
| 40 | Ævar Arnfjörð Bjarmason: changed rcirc.el | 48 | Ævar Arnfjörð Bjarmason: changed rcirc.el |
| 41 | 49 | ||
| 42 | Agustín Martín: changed ispell.el flyspell.el fixit.texi | 50 | Agustín Martín: changed ispell.el flyspell.el fixit.texi |
| 43 | 51 | ||
| 52 | Agustín Martín Domingo: changed ispell.el | ||
| 53 | |||
| 44 | Aidan Kehoe: changed ipa.el lread.c mm-util.el erc-log.el erc.el | 54 | Aidan Kehoe: changed ipa.el lread.c mm-util.el erc-log.el erc.el |
| 45 | gnus-sum.el gnus-util.el latin-ltx.el nnfolder.el objects.texi | 55 | gnus-sum.el gnus-util.el latin-ltx.el nnfolder.el ob-tangle.el |
| 56 | objects.texi | ||
| 46 | 57 | ||
| 47 | Ake Stenhoff: co-wrote imenu.el | 58 | Ake Stenhoff: co-wrote imenu.el |
| 48 | and changed cc-mode.el perl-mode.el | 59 | and changed cc-mode.el perl-mode.el |
| @@ -57,10 +68,10 @@ Alakazam Petrofsky: changed hanoi.el | |||
| 57 | Alan Mackenzie: wrote cc-awk.el | 68 | Alan Mackenzie: wrote cc-awk.el |
| 58 | and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el | 69 | and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el |
| 59 | cc-langs.el cc-mode.el cc-styles.el cc-vars.el | 70 | cc-langs.el cc-mode.el cc-styles.el cc-vars.el |
| 60 | and changed cc-mode.texi lread.c programs.texi lisp.el cc-subword.el | 71 | and changed cc-mode.texi lread.c programs.texi isearch.el lisp.el |
| 61 | display.texi font-lock.el isearch.el modes.texi os.texi search.texi | 72 | cc-subword.el display.texi font-lock.el modes.texi os.texi search.texi |
| 62 | startup.el subr.el text.texi INSTALL.BZR add-log.el buffers.texi | 73 | startup.el subr.el text.texi INSTALL.BZR add-log.el buffers.texi |
| 63 | bytecomp.el callint.c cc-fix.el cc-mode-19.el and 20 other files | 74 | bytecomp.el callint.c cc-fix.el cc-menus.el and 21 other files |
| 64 | 75 | ||
| 65 | Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el | 76 | Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el |
| 66 | easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el | 77 | easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el |
| @@ -70,9 +81,12 @@ Alastair Burt: changed gnus-art.el smiley.el | |||
| 70 | 81 | ||
| 71 | Albert L. Ting: changed gnus-group.el mail-hist.el | 82 | Albert L. Ting: changed gnus-group.el mail-hist.el |
| 72 | 83 | ||
| 84 | Aleksei Gusev: changed progmodes/compile.el | ||
| 85 | |||
| 73 | Alex Coventry: changed files.el | 86 | Alex Coventry: changed files.el |
| 74 | 87 | ||
| 75 | Alex Harsanyi: changed vc-hooks.el vc.el | 88 | Alex Harsanyi: changed soap-client.el emacs3.py soap-inspect.el |
| 89 | vc-hooks.el vc.el | ||
| 76 | 90 | ||
| 77 | Alex Ott: changed TUTORIAL.ru ru-refcard.tex ispell.el ru-refcard.ps | 91 | Alex Ott: changed TUTORIAL.ru ru-refcard.tex ispell.el ru-refcard.ps |
| 78 | 92 | ||
| @@ -86,13 +100,14 @@ and changed erc.el erc-track.el erc-button.el erc-stamp.el erc-match.el | |||
| 86 | erc-autoaway.el erc-nickserv.el rcirc.texi erc-autojoin.el erc-fill.el | 100 | erc-autoaway.el erc-nickserv.el rcirc.texi erc-autojoin.el erc-fill.el |
| 87 | erc-pcomplete.el erc-complete.el erc-ibuffer.el erc-members.el rmail.el | 101 | erc-pcomplete.el erc-complete.el erc-ibuffer.el erc-members.el rmail.el |
| 88 | comint.el custom.el erc-bbdb.el erc-chess.el erc-ezbounce.el | 102 | comint.el custom.el erc-bbdb.el erc-chess.el erc-ezbounce.el |
| 89 | erc-imenu.el and 31 other files | 103 | erc-imenu.el and 32 other files |
| 90 | 104 | ||
| 91 | Alex Shinn: changed files.el | 105 | Alex Shinn: changed files.el |
| 92 | 106 | ||
| 93 | Alexander Becher: changed vc-annotate.el | 107 | Alexander Becher: changed vc-annotate.el |
| 94 | 108 | ||
| 95 | Alexander Klimov: changed calc-graph.el man.el | 109 | Alexander Klimov: changed files.el calc-graph.el files.texi man.el rx.el |
| 110 | sendmail.el | ||
| 96 | 111 | ||
| 97 | Alexander Kreuzer: changed nnrss.el | 112 | Alexander Kreuzer: changed nnrss.el |
| 98 | 113 | ||
| @@ -113,10 +128,12 @@ and changed unexelf.c format.el iris4d.h iris5d.h regex.c unexsgi.c | |||
| 113 | 128 | ||
| 114 | Alexandre Veyrenc: changed fr-refcard.tex | 129 | Alexandre Veyrenc: changed fr-refcard.tex |
| 115 | 130 | ||
| 131 | Alexandru Harsanyi: wrote soap-client.el soap-inspect.el | ||
| 132 | |||
| 116 | Alfred Correira: changed generic-x.el | 133 | Alfred Correira: changed generic-x.el |
| 117 | 134 | ||
| 118 | Alfred M. Szmidt: changed compile.el html2text.el openbsd.h rmail.el | 135 | Alfred M. Szmidt: changed html2text.el openbsd.h progmodes/compile.el |
| 119 | rmailsum.el | 136 | rmail.el rmailsum.el |
| 120 | 137 | ||
| 121 | Alfredo Finelli: changed TUTORIAL.it | 138 | Alfredo Finelli: changed TUTORIAL.it |
| 122 | 139 | ||
| @@ -124,6 +141,11 @@ Ali Bahrami: changed configure configure.in sol2-10.h | |||
| 124 | 141 | ||
| 125 | Alin C. Soare: changed lisp-mode.el hexl.el | 142 | Alin C. Soare: changed lisp-mode.el hexl.el |
| 126 | 143 | ||
| 144 | Allen S. Rout: changed org-capture.el | ||
| 145 | |||
| 146 | Alp Aker: changed nsfont.m nsterm.h nsterm.m buff-menu.el configure.in | ||
| 147 | nsfns.m nsmenu.m | ||
| 148 | |||
| 127 | Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c | 149 | Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c |
| 128 | savehist.el | 150 | savehist.el |
| 129 | 151 | ||
| @@ -132,7 +154,7 @@ Anand Mitra: changed gnus-sum.el | |||
| 132 | Anders Holst: wrote hippie-exp.el | 154 | Anders Holst: wrote hippie-exp.el |
| 133 | 155 | ||
| 134 | Anders Lindgren: wrote autorevert.el cwarn.el follow.el | 156 | Anders Lindgren: wrote autorevert.el cwarn.el follow.el |
| 135 | and changed font-lock.el etags.c compile.el | 157 | and changed font-lock.el etags.c compile.el nsfont.m nsterm.m |
| 136 | 158 | ||
| 137 | Andre Spiegel: changed vc.el vc-hooks.el vc-cvs.el vc-rcs.el vc-sccs.el | 159 | Andre Spiegel: changed vc.el vc-hooks.el vc-cvs.el vc-rcs.el vc-sccs.el |
| 138 | files.el dired.el files.texi cperl-mode.el ediff-util.el log-view.el | 160 | files.el dired.el files.texi cperl-mode.el ediff-util.el log-view.el |
| @@ -166,24 +188,28 @@ Andreas Luik: changed xfns.c xterm.c | |||
| 166 | 188 | ||
| 167 | Andreas Politz: changed editfns.c elp.el ido.el term.el | 189 | Andreas Politz: changed editfns.c elp.el ido.el term.el |
| 168 | 190 | ||
| 169 | Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c files.el | 191 | Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el |
| 170 | coding.c alloc.c process.c fileio.c print.c editfns.c fns.c dired.el | ||
| 171 | xterm.c keyboard.c simple.el eval.c info.el buffer.c sysdep.c emacs.c | ||
| 172 | and 485 other files | ||
| 173 | 192 | ||
| 174 | Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus.el | 193 | Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c alloc.c |
| 175 | nnslashdot.el gnus-util.el mm-url.el mm-uu.el url-http.el xterm.c | 194 | process.c coding.c files.el xterm.c editfns.c fns.c keyboard.c print.c |
| 176 | battery.el comint.el easy-mmode.el gmm-utils.el gnus-art.el | 195 | emacs.c eval.c fileio.c lread.c sysdep.c dired.el xfns.c buffer.c |
| 177 | gnus-cite.el gnus-group.el gnus-ml.el gnus-msg.el gnus-srvr.el | 196 | and 567 other files |
| 178 | gnus-start.el and 4 other files | 197 | |
| 198 | Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el | ||
| 199 | gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el | ||
| 200 | url-http.el xterm.c battery.el comint.el easy-mmode.el gmm-utils.el | ||
| 201 | gnus-art.el gnus-cite.el gnus-draft.el gnus-group.el gnus-ml.el | ||
| 202 | and 7 other files | ||
| 179 | 203 | ||
| 180 | Andrew Choi: changed macterm.c darwin.h mac-win.el sysdep.c emacs.c mac.c | 204 | Andrew Choi: changed macterm.c darwin.h mac-win.el sysdep.c emacs.c mac.c |
| 181 | macfns.c fontset.c frame.c keyboard.c xfaces.c dispextern.h macmenu.c | 205 | macfns.c fontset.c frame.c keyboard.c xfaces.c dispextern.h macmenu.c |
| 182 | unexmacosx.c Makefile.in configure.in frame.h macterm.h titdic-cnv.el | 206 | unexmacosx.c Makefile.in configure.in frame.h macterm.h titdic-cnv.el |
| 183 | xdisp.c alloc.c and 27 other files | 207 | xdisp.c alloc.c and 26 other files |
| 184 | 208 | ||
| 185 | Andrew Cohen: wrote spam-wash.el | 209 | Andrew Cohen: wrote spam-wash.el |
| 186 | and changed dns.el | 210 | and changed nnir.el gnus-sum.el nnimap.el gnus.texi gnus-group.el |
| 211 | gnus-int.el dns.el gnus-art.el gnus-registry.el gnus-srvr.el gnus.el | ||
| 212 | nnheader.el nnspool.el | ||
| 187 | 213 | ||
| 188 | Andrew Csillag: wrote m4-mode.el | 214 | Andrew Csillag: wrote m4-mode.el |
| 189 | 215 | ||
| @@ -196,12 +222,16 @@ Andrew Innes: changed makefile.w32-in makefile.nt w32fns.c w32term.c | |||
| 196 | 222 | ||
| 197 | Andrew Oram: changed calendar.texi (and other files in man/) | 223 | Andrew Oram: changed calendar.texi (and other files in man/) |
| 198 | 224 | ||
| 225 | Andrew Schein: changed sql.el | ||
| 226 | |||
| 199 | Andrew Zhilin: changed emacs22.png emacs22.ico | 227 | Andrew Zhilin: changed emacs22.png emacs22.ico |
| 200 | 228 | ||
| 201 | Andrey Slusar: changed gnus-async.el gnus.el | 229 | Andrey Slusar: changed gnus-async.el gnus.el |
| 202 | 230 | ||
| 203 | Andrey Zhdanov: changed gud.el | 231 | Andrey Zhdanov: changed gud.el |
| 204 | 232 | ||
| 233 | Andy Moreton: changed makefile.w32-in | ||
| 234 | |||
| 205 | Andy Norman: wrote ange-ftp.el | 235 | Andy Norman: wrote ange-ftp.el |
| 206 | 236 | ||
| 207 | Andy Petrusenco: changed w32term.c | 237 | Andy Petrusenco: changed w32term.c |
| @@ -215,7 +245,13 @@ Angelo Graziosi: changed sysdep.c term.c | |||
| 215 | 245 | ||
| 216 | Anna M. Bigatti: wrote cal-html.el | 246 | Anna M. Bigatti: wrote cal-html.el |
| 217 | 247 | ||
| 218 | Ari Roponen: changed atimer.c mule.texi startup.el time-date.el | 248 | Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el |
| 249 | ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el | ||
| 250 | erc-track.el files.el find-file.el gnus-art.el gnus-uu.el gnus.el | ||
| 251 | gnus.texi message.el mh-funcs.el mh-mime.el printing.el | ||
| 252 | and 5 other files | ||
| 253 | |||
| 254 | Ari Roponen: changed atimer.c doc.c mule.texi startup.el time-date.el | ||
| 219 | 255 | ||
| 220 | Arisawa Akihiro: changed characters.el coding.c epa-file.el japan-util.el | 256 | Arisawa Akihiro: changed characters.el coding.c epa-file.el japan-util.el |
| 221 | message.el mm-decode.el mm-view.el ps-print.el tai-viet.el term.c | 257 | message.el mm-decode.el mm-view.el ps-print.el tai-viet.el term.c |
| @@ -230,7 +266,7 @@ and changed smime.el mml-smime.el smime-ldap.el gnus-art.el gnus-sieve.el | |||
| 230 | ldap.el message.el mm-decode.el mml-sec.el mml.el mule-conf.el | 266 | ldap.el message.el mm-decode.el mml-sec.el mml.el mule-conf.el |
| 231 | nnimap.el nnrss.el wid-edit.el | 267 | nnimap.el nnrss.el wid-edit.el |
| 232 | 268 | ||
| 233 | Arni Magnusson: changed ada-mode.texi frames.texi | 269 | Arni Magnusson: changed ada-mode.texi frames.texi texinfo.el |
| 234 | 270 | ||
| 235 | Artem Chuprina: changed message.el | 271 | Artem Chuprina: changed message.el |
| 236 | 272 | ||
| @@ -247,24 +283,26 @@ Baoqiu Cui: wrote org-docbook.el | |||
| 247 | Barry A. Warsaw: wrote assoc.el elp.el man.el regi.el reporter.el | 283 | Barry A. Warsaw: wrote assoc.el elp.el man.el regi.el reporter.el |
| 248 | supercite.el | 284 | supercite.el |
| 249 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el | 285 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el |
| 250 | cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el | 286 | cc-guess.el cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el |
| 251 | and changed c++-mode.el cplus-md1.el syntax.c syntax.h | 287 | and changed c++-mode.el cplus-md1.el syntax.c syntax.h |
| 252 | 288 | ||
| 253 | Barry Fishman: changed gnu-linux.h | 289 | Barry Fishman: changed gnu-linux.h |
| 254 | 290 | ||
| 255 | Bastien Guerry: wrote gnus-bookmark.el org-latex.el org-protocol.el | 291 | Bastien Guerry: wrote gnus-bookmark.el org-latex.el org-protocol.el |
| 256 | and co-wrote org-bibtex.el org-list.el org-src.el | 292 | and co-wrote org-bibtex.el org-list.el org-src.el |
| 257 | and changed org.el org-export-latex.el org-clock.el org-timer.el | 293 | and changed org.el org-html.el org-agenda.el org-clock.el org-exp.el |
| 258 | org-agenda.el org-exp.el bookmark.el info.el rmail.el flyspell.el | 294 | org-capture.el org-timer.el org-export-latex.el org-table.el |
| 259 | org-gnus.el org-id.el org-publish.el org-remember.el | 295 | org-publish.el org.texi org-ascii.el bookmark.el info.el ob.el |
| 260 | rmail-spam-filter.el whitespace.el wid-edit.el | 296 | org-archive.el org-attach.el org-crypt.el org-gnus.el org-mobile.el |
| 297 | rmail.el and 20 other files | ||
| 261 | 298 | ||
| 262 | Ben A. Mesander: co-wrote erc-dcc.el | 299 | Ben A. Mesander: co-wrote erc-dcc.el |
| 263 | 300 | ||
| 264 | Ben Harris: changed configure.in | 301 | Ben Harris: changed configure.in |
| 265 | 302 | ||
| 266 | Ben Key: changed w32.c w32fns.c w32menu.c makefile.w32-in w32.h w32term.c | 303 | Ben Key: changed w32.c w32fns.c w32menu.c configure.bat makefile.w32-in |
| 267 | emacs.c gmake.defs ms-w32.h nmake.defs sound.c | 304 | INSTALL gmake.defs nmake.defs w32.h w32term.c configure.in emacs.c |
| 305 | keyboard.c make-docfile.c ms-w32.h nsfont.m nsterm.m sound.c xfaces.c | ||
| 268 | 306 | ||
| 269 | Ben Menasha: changed nnmh.el | 307 | Ben Menasha: changed nnmh.el |
| 270 | 308 | ||
| @@ -273,7 +311,10 @@ Ben North: changed outline.el buffer.c fill.el isearch.el lisp-mode.el | |||
| 273 | 311 | ||
| 274 | Bengt Martensson: co-wrote bibtex.el | 312 | Bengt Martensson: co-wrote bibtex.el |
| 275 | 313 | ||
| 314 | Benjamin Andresen: wrote ob-screen.el | ||
| 315 | |||
| 276 | Benjamin Drieu: wrote pong.el | 316 | Benjamin Drieu: wrote pong.el |
| 317 | and changed org-clock.el | ||
| 277 | 318 | ||
| 278 | Benjamin Riefenstahl: changed w32select.c emacs.c lisp.h mac-win.el | 319 | Benjamin Riefenstahl: changed w32select.c emacs.c lisp.h mac-win.el |
| 279 | macterm.c ms-w32.h mule-cmds.el runemacs.c tcl.el w32.c w32.h | 320 | macterm.c ms-w32.h mule-cmds.el runemacs.c tcl.el w32.c w32.h |
| @@ -282,9 +323,10 @@ Benjamin Rutt: co-wrote gnus-dired.el | |||
| 282 | and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el | 323 | and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el |
| 283 | nnmbox.el simple.el vc-cvs.el | 324 | nnmbox.el simple.el vc-cvs.el |
| 284 | 325 | ||
| 285 | Bernhard Herzog: changed vc-hg.el menu.c | 326 | Bernhard Herzog: changed vc-hg.el menu.c xsmfns.c |
| 286 | 327 | ||
| 287 | Bernt Hansen: changed org-clock.el | 328 | Bernt Hansen: changed org-agenda.el org-clock.el org.el org-capture.el |
| 329 | org-indent.el | ||
| 288 | 330 | ||
| 289 | Bill Atkins: changed wdired.el | 331 | Bill Atkins: changed wdired.el |
| 290 | 332 | ||
| @@ -310,7 +352,7 @@ Bill Wohler: wrote mh-buffers.el mh-comp.el mh-compat.el mh-e.el | |||
| 310 | mh-show.el mh-utils.el mh-xface.el | 352 | mh-show.el mh-utils.el mh-xface.el |
| 311 | and co-wrote mh-junk.el | 353 | and co-wrote mh-junk.el |
| 312 | and changed mh-customize.el mh-search.el mh-alias.el mh-identity.el | 354 | and changed mh-customize.el mh-search.el mh-alias.el mh-identity.el |
| 313 | mh-e.texi mh-speed.el mh-init.el mh-gnus.el mh-acros.el mh-unit.el | 355 | mh-e.texi mh-speed.el mh-init.el mh-acros.el mh-gnus.el mh-unit.el |
| 314 | mh-inc.el mh-xemacs-compat.el mh-print.el Makefile.in image.el | 356 | mh-inc.el mh-xemacs-compat.el mh-print.el Makefile.in image.el |
| 315 | mh-tool-bar.el mh-xemacs.el README display.texi makefile.w32-in | 357 | mh-tool-bar.el mh-xemacs.el README display.texi makefile.w32-in |
| 316 | mh-pick.el and 86 other files | 358 | mh-pick.el and 86 other files |
| @@ -324,19 +366,25 @@ Björn Torkelsson: changed gnus-art.el gnus-group.el gnus-srvr.el | |||
| 324 | gnus-cus.el gnus-gl.el gnus-nocem.el gnus-score.el gnus-topic.el | 366 | gnus-cus.el gnus-gl.el gnus-nocem.el gnus-score.el gnus-topic.el |
| 325 | gnus.el mail-source.el nnmail.el | 367 | gnus.el mail-source.el nnmail.el |
| 326 | 368 | ||
| 327 | Bjørn Mork: changed gnus-agent.el message.el mml2015.el | 369 | Bjørn Mork: changed nnimap.el gnus-agent.el message.el mml2015.el |
| 328 | 370 | ||
| 329 | Bob Glickstein: wrote sregex.el | 371 | Bob Glickstein: wrote sregex.el |
| 330 | and changed isearch.el sendmail.el | 372 | and changed isearch.el sendmail.el |
| 331 | 373 | ||
| 332 | Bob Halley: changed ccl.c esh-io.el | 374 | Bob Halley: changed ccl.c esh-io.el |
| 333 | 375 | ||
| 376 | Bob Nnamtrop: changed viper-cmd.el | ||
| 377 | |||
| 334 | Bob Olson: co-wrote cperl-mode.el | 378 | Bob Olson: co-wrote cperl-mode.el |
| 335 | 379 | ||
| 336 | Bob Rogers: changed cperl-mode.el ffap.el thingatpt.el vc-svn.el | 380 | Bob Rogers: changed vc-dir.el vc-svn.el cperl-mode.el diff.el ewoc.el |
| 381 | ffap.el files.el maintaining.texi sql.el thingatpt.el vc.el | ||
| 382 | vc1-xtra.texi | ||
| 337 | 383 | ||
| 338 | Bob Weiner: changed info.el quail.el | 384 | Bob Weiner: changed info.el quail.el |
| 339 | 385 | ||
| 386 | Bojan Petrovic: changed pop3.el | ||
| 387 | |||
| 340 | Boris Goldowsky: wrote avoid.el descr-text.el enriched.el facemenu.el | 388 | Boris Goldowsky: wrote avoid.el descr-text.el enriched.el facemenu.el |
| 341 | format.el shadowfile.el | 389 | format.el shadowfile.el |
| 342 | and changed fill.el simple.el indent.el paragraphs.el cmds.c intervals.c | 390 | and changed fill.el simple.el indent.el paragraphs.el cmds.c intervals.c |
| @@ -350,8 +398,12 @@ Boyd Lynn Gerber: changed configure.in | |||
| 350 | 398 | ||
| 351 | Brad Howes: changed gnus-demon.el | 399 | Brad Howes: changed gnus-demon.el |
| 352 | 400 | ||
| 401 | Brandon Craig Rhodes: changed flyspell.el | ||
| 402 | |||
| 353 | Brendan Kehoe: changed hpux9.h | 403 | Brendan Kehoe: changed hpux9.h |
| 354 | 404 | ||
| 405 | Brent Goodrick: changed abbrev.el | ||
| 406 | |||
| 355 | Brian Cully: changed ns-emacs.texi | 407 | Brian Cully: changed ns-emacs.texi |
| 356 | 408 | ||
| 357 | Brian D. Carlstrom: changed gud.el smtpmail.el | 409 | Brian D. Carlstrom: changed gud.el smtpmail.el |
| @@ -375,6 +427,8 @@ Brian Preble: changed abbrev.el apropos.el asm-mode.el awk-mode.el | |||
| 375 | 427 | ||
| 376 | Brian Sniffen: changed gnus-draft.el | 428 | Brian Sniffen: changed gnus-draft.el |
| 377 | 429 | ||
| 430 | Brian T. Sniffen: changed imap.el | ||
| 431 | |||
| 378 | Bruno Haible: co-wrote po.el | 432 | Bruno Haible: co-wrote po.el |
| 379 | and changed INSTALL emacs.1 epaths.in info.el paths.el | 433 | and changed INSTALL emacs.1 epaths.in info.el paths.el |
| 380 | 434 | ||
| @@ -393,25 +447,28 @@ Carl Henrik Lunde: changed format-spec.el | |||
| 393 | Carsten Bormann: changed ibmrs6000.h latin-post.el | 447 | Carsten Bormann: changed ibmrs6000.h latin-post.el |
| 394 | 448 | ||
| 395 | Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el | 449 | Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el |
| 396 | org-agenda.el org-archive.el org-ascii.el org-clock.el org-colview.el | 450 | org-agenda.el org-archive.el org-ascii.el org-beamer.el org-capture.el |
| 397 | org-compat.el org-datetree.el org-exp.el org-faces.el org-feed.el | 451 | org-clock.el org-colview.el org-compat.el org-datetree.el org-exp.el |
| 398 | org-footnote.el org-html.el org-icalendar.el org-id.el org-indent.el | 452 | org-faces.el org-feed.el org-footnote.el org-html.el org-icalendar.el |
| 399 | org-info.el org-inlinetask.el org-install.el org-jsinfo.el org-macs.el | 453 | org-id.el org-indent.el org-info.el org-inlinetask.el org-install.el |
| 400 | org-mobile.el org-remember.el org-rmail.el org-table.el org-timer.el | 454 | org-jsinfo.el org-macs.el org-mks.el org-mobile.el org-remember.el |
| 401 | org-vm.el org-xoxo.el org.el reftex-auc.el reftex-cite.el reftex-dcr.el | 455 | org-rmail.el org-table.el org-timer.el org-vm.el org-xoxo.el org.el |
| 402 | reftex-global.el reftex-index.el reftex-parse.el reftex-ref.el | 456 | reftex-auc.el reftex-cite.el reftex-dcr.el reftex-global.el |
| 403 | reftex-sel.el reftex-toc.el reftex-vars.el reftex.el | 457 | reftex-index.el reftex-parse.el reftex-ref.el reftex-sel.el |
| 458 | reftex-toc.el reftex-vars.el reftex.el | ||
| 404 | and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el | 459 | and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el |
| 405 | org-bibtex.el org-gnus.el org-list.el org-src.el | 460 | org-bibtex.el org-entities.el org-gnus.el org-list.el org-pcomplete.el |
| 406 | and changed org.texi org-latex.el orgcard.tex org-export-latex.el | 461 | org-src.el |
| 407 | org-publish.el org-colview-xemacs.el org-attach.el org-protocol.el | 462 | and changed org-latex.el org.texi org-publish.el orgcard.tex |
| 408 | org-mouse.el org-mac-message.el idlw-rinfo.el org-mhe.el org-plot.el | 463 | org-export-latex.el org-colview-xemacs.el org-docbook.el org-attach.el |
| 409 | org-wl.el reftex.texi org-docbook.el org-exp-blocks.el org-w3m.el | 464 | org-mouse.el org-protocol.el org-mac-message.el org-wl.el org-crypt.el |
| 410 | reftex-vcr.el diary-lib.el files.el and 14 other files | 465 | org-freemind.el idlw-rinfo.el org-exp-blocks.el org-habit.el org-mhe.el |
| 466 | org-plot.el reftex.texi ob.el and 24 other files | ||
| 411 | 467 | ||
| 412 | Caveh Jalali: changed configure.in intel386.h sol2-4.h | 468 | Caveh Jalali: changed configure.in intel386.h sol2-4.h |
| 413 | 469 | ||
| 414 | Chad Brown: changed mh-comp.el | 470 | Chad Brown: changed aix4-2.h bsd-common.h config.in configure.in cygwin.h |
| 471 | dired.c gnu-linux.h mh-comp.el msdos.h sed2v2.inp sysdep.c usg5-4.h | ||
| 415 | 472 | ||
| 416 | Changwoo Ryu: changed files.el | 473 | Changwoo Ryu: changed files.el |
| 417 | 474 | ||
| @@ -431,16 +488,21 @@ Chetan Pandya: changed font.c | |||
| 431 | 488 | ||
| 432 | Chip Coldwell: changed font.c | 489 | Chip Coldwell: changed font.c |
| 433 | 490 | ||
| 434 | Chong Yidong: wrote redisplay-testsuite.el | 491 | Chong Yidong: wrote compile-tests.el dichromacy-theme.el |
| 435 | and co-wrote longlines.el | 492 | font-parse-tests.el redisplay-testsuite.el tabulated-list.el |
| 436 | and changed xdisp.c simple.el files.el display.texi frames.texi | 493 | and co-wrote longlines.el tango-dark-theme.el tango-theme.el |
| 437 | files.texi emacs.texi keyboard.c cus-edit.el faces.el xterm.c | 494 | and changed xdisp.c simple.el files.el display.texi cus-edit.el |
| 438 | Makefile.in misc.texi xfaces.c font.c startup.el xfns.c compile.el | 495 | frames.texi keyboard.c files.texi startup.el emacs.texi package.el |
| 439 | image.c custom.texi configure.in and 635 other files | 496 | xterm.c custom.el image.c faces.el mouse.el misc.texi subr.el xfns.c |
| 497 | progmodes/compile.el text.texi and 765 other files | ||
| 440 | 498 | ||
| 441 | Chris Chase: co-wrote idlw-shell.el idlwave.el | 499 | Chris Chase: co-wrote idlw-shell.el idlwave.el |
| 442 | 500 | ||
| 443 | Chris Hall: changed callproc.c | 501 | Chris Foote: changed progmodes/python.el |
| 502 | |||
| 503 | Chris Gray: wrote org-special-blocks.el | ||
| 504 | |||
| 505 | Chris Hall: changed callproc.c frame.c | ||
| 444 | 506 | ||
| 445 | Chris Hanson: changed xscheme.el scheme.el xterm.c hpux.h x11term.c | 507 | Chris Hanson: changed xscheme.el scheme.el xterm.c hpux.h x11term.c |
| 446 | hp9000s300.h keyboard.c process.c texinfmt.el emacsclient.c sort.el | 508 | hp9000s300.h keyboard.c process.c texinfmt.el emacsclient.c sort.el |
| @@ -456,43 +518,63 @@ Chris Moore: changed dired.el hexl.el jka-cmpr-hook.el replace.el | |||
| 456 | mouse.el pgg-gpg.el pgg-pgp.el pgg-pgp5.el server.el shell.el | 518 | mouse.el pgg-gpg.el pgg-pgp.el pgg-pgp5.el server.el shell.el |
| 457 | tutorial.el | 519 | tutorial.el |
| 458 | 520 | ||
| 521 | Chris Newton: changed url-http.el | ||
| 522 | |||
| 459 | Chris Prince: changed w32term.c | 523 | Chris Prince: changed w32term.c |
| 460 | 524 | ||
| 461 | Chris Smith: wrote icon.el | 525 | Chris Smith: wrote icon.el |
| 462 | and changed icon-mode.el | 526 | and changed icon-mode.el |
| 463 | 527 | ||
| 528 | Christian Egli: wrote org-taskjuggler.el | ||
| 529 | and changed org.texi | ||
| 530 | |||
| 464 | Christian Faulhammer: changed Makefile.in configure configure.in | 531 | Christian Faulhammer: changed Makefile.in configure configure.in |
| 465 | vc-bzr.el | 532 | vc-bzr.el |
| 466 | 533 | ||
| 467 | Christian Limpach: co-wrote ns-win.el | 534 | Christian Limpach: co-wrote ns-win.el |
| 468 | and changed configure.in | 535 | and changed configure.in |
| 469 | 536 | ||
| 470 | Christian Lynbech: changed appt.el emacsserver.c | 537 | Christian Lynbech: changed appt.el emacsserver.c tramp.el |
| 538 | |||
| 539 | Christian Millour: changed shell.el | ||
| 540 | |||
| 541 | Christian Moe: changed org-bbdb.el | ||
| 471 | 542 | ||
| 472 | Christian Neukirchen: changed mm-util.el | 543 | Christian Neukirchen: changed mm-util.el |
| 473 | 544 | ||
| 545 | Christian Ohler: wrote ert-tests.el ert-x.el ert.el | ||
| 546 | and changed Makefile.in automated configure.in ert-x-tests.el ert.texi | ||
| 547 | makefile.w32-in | ||
| 548 | |||
| 474 | Christian Plate: changed nnmaildir.el sgml-mode.el | 549 | Christian Plate: changed nnmaildir.el sgml-mode.el |
| 475 | 550 | ||
| 476 | Christian Plaunt: wrote soundex.el | 551 | Christian Plaunt: wrote soundex.el |
| 477 | 552 | ||
| 478 | Christian von Roques: changed gnus-start.el | 553 | Christian von Roques: changed epg.el gnus-start.el mml2015.el |
| 479 | 554 | ||
| 480 | Christoph Bauer: changed configure.in | 555 | Christoph Bauer: changed configure.in |
| 481 | 556 | ||
| 482 | Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in | 557 | Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in |
| 483 | qp.el | 558 | qp.el |
| 484 | 559 | ||
| 560 | Christoph Scholtes: changed makefile.w32-in progmodes/python.el | ||
| 561 | README.W32 maintaining.texi zipdist.bat INSTALL admin.el bookmark.el | ||
| 562 | configure.bat help-mode.el help.el ido.el makedist.bat menu.c minibuf.c | ||
| 563 | process.c progmodes/grep.el stdint.h vc.el window.c | ||
| 564 | |||
| 485 | Christoph Wedler: wrote antlr-mode.el | 565 | Christoph Wedler: wrote antlr-mode.el |
| 486 | and changed format.el gnus-art.el gnus-picon.el message.el register.el | 566 | and changed format.el gnus-art.el gnus-picon.el message.el register.el |
| 487 | smiley.el texinfmt.el | 567 | smiley.el texinfmt.el |
| 488 | 568 | ||
| 489 | Christophe de Dinechin: co-wrote ns-win.el | 569 | Christophe de Dinechin: co-wrote ns-win.el |
| 490 | 570 | ||
| 491 | Christopher Allan Webber: changed gamegrid.el tetris.el | 571 | Christopher Allan Webber: changed gamegrid.el org-agenda.el tetris.el |
| 492 | 572 | ||
| 493 | Christopher J. Madsen: wrote decipher.el | 573 | Christopher J. Madsen: wrote decipher.el |
| 494 | and changed replace.el files.el ispell.el time.el | 574 | and changed replace.el files.el ispell.el time.el |
| 495 | 575 | ||
| 576 | Christopher J. White: changed url-http.el | ||
| 577 | |||
| 496 | Christopher Oliver: changed mouse.el | 578 | Christopher Oliver: changed mouse.el |
| 497 | 579 | ||
| 498 | Christopher Suckling: co-wrote org-mac-message.el | 580 | Christopher Suckling: co-wrote org-mac-message.el |
| @@ -501,6 +583,8 @@ Chuck Blake: changed term.c | |||
| 501 | 583 | ||
| 502 | Chunyu Wang: changed gnus-art.el pcl-cvs.texi | 584 | Chunyu Wang: changed gnus-art.el pcl-cvs.texi |
| 503 | 585 | ||
| 586 | Claudio Bley: changed makefile.w32-in process.c | ||
| 587 | |||
| 504 | Claudio Fontana: changed Makefile.in | 588 | Claudio Fontana: changed Makefile.in |
| 505 | 589 | ||
| 506 | Colin Marquardt: changed gnus.el message.el | 590 | Colin Marquardt: changed gnus.el message.el |
| @@ -516,6 +600,8 @@ and changed calc.el replace.el update-game-score.c calc-ext.el | |||
| 516 | 600 | ||
| 517 | Colin Williams: changed calc.texi | 601 | Colin Williams: changed calc.texi |
| 518 | 602 | ||
| 603 | Courtney Bane: changed term.c | ||
| 604 | |||
| 519 | Craig Markwardt: changed icalendar.el | 605 | Craig Markwardt: changed icalendar.el |
| 520 | 606 | ||
| 521 | Craig McDaniel: changed sheap.c | 607 | Craig McDaniel: changed sheap.c |
| @@ -524,12 +610,12 @@ D. E. Evans: changed basic.texi | |||
| 524 | 610 | ||
| 525 | Daiki Ueno: wrote epa-dired.el epa-file.el epa-hook.el epa-mail.el epa.el | 611 | Daiki Ueno: wrote epa-dired.el epa-file.el epa-hook.el epa-mail.el epa.el |
| 526 | epg-config.el epg.el pgg-def.el pgg-gpg.el pgg-parse.el pgg-pgp.el | 612 | epg-config.el epg.el pgg-def.el pgg-gpg.el pgg-parse.el pgg-pgp.el |
| 527 | pgg-pgp5.el pgg.el sasl.el starttls.el | 613 | pgg-pgp5.el pgg.el plstore.el sasl.el starttls.el |
| 528 | and co-wrote sasl-cram.el sasl-digest.el | 614 | and co-wrote sasl-cram.el sasl-digest.el |
| 529 | and changed mml2015.el mml1991.el epa.texi gnus.texi mm-uu.el Makefile.in | 615 | and changed mml2015.el mml1991.el epa.texi auth-source.el gnus.texi |
| 530 | gnus-sum.el mm-decode.el mm-view.el mml-sec.el mml-smime.el dired.el | 616 | mm-uu.el mml-smime.el Makefile.in auth.texi gnus-sum.el mm-decode.el |
| 531 | epa-file-hook.el epa-setup.el epg-package-info.el faces.el files.el | 617 | mm-view.el mml-sec.el dired.el dired.texi epa-file-hook.el epa-setup.el |
| 532 | gnus-agent.el gnus-srvr.el loadup.el menu-bar.el and 9 other files | 618 | epg-package-info.el faces.el files.el gnus-agent.el and 17 other files |
| 533 | 619 | ||
| 534 | Dale Gulledge: changed TUTORIAL.eo | 620 | Dale Gulledge: changed TUTORIAL.eo |
| 535 | 621 | ||
| @@ -544,25 +630,43 @@ Damien Elmes: changed erc.el erc-dcc.el erc-track.el erc-log.el | |||
| 544 | 630 | ||
| 545 | Damon Anton Permezel: wrote hanoi.el (public domain) | 631 | Damon Anton Permezel: wrote hanoi.el (public domain) |
| 546 | 632 | ||
| 633 | Damyan Pepper: changed font.c font.h ftfont.c w32font.c | ||
| 634 | |||
| 547 | Dan Christensen: changed gnus-sum.el nndoc.el nnfolder.el gnus-art.el | 635 | Dan Christensen: changed gnus-sum.el nndoc.el nnfolder.el gnus-art.el |
| 548 | gnus-group.el gnus-registry.el gnus-score.el nnmail.el | 636 | gnus-group.el gnus-registry.el gnus-score.el gnus-util.el nnmail.el |
| 637 | time-date.el | ||
| 549 | 638 | ||
| 550 | Dan Davison: co-wrote org-src.el | 639 | Dan Davison: wrote ob-matlab.el ob-octave.el |
| 551 | and changed org-exp-blocks.el org-exp.el | 640 | and co-wrote ob-R.el ob-exp.el ob-lob.el ob-perl.el ob-python.el |
| 641 | ob-ref.el ob.el org-src.el | ||
| 642 | and changed ob-sh.el org-exp.el org.el org-latex.el ob-tangle.el ob-C.el | ||
| 643 | ob-asymptote.el ob-clojure.el ob-haskell.el ob-ruby.el ob-scheme.el | ||
| 644 | ob-table.el ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el ob-mscgen.el | ||
| 645 | ob-ocaml.el ob-org.el ob-plantuml.el ob-sass.el and 13 other files | ||
| 552 | 646 | ||
| 553 | Dan Nicolaescu: wrote iris-ansi.el romanian.el vc-dir.el | 647 | Dan Nicolaescu: wrote iris-ansi.el romanian.el vc-dir.el |
| 554 | and co-wrote hideshow.el | 648 | and co-wrote hideshow.el |
| 555 | and changed vc.el vc-hg.el vc-git.el Makefile.in vc-bzr.el vc-cvs.el | 649 | and changed vc.el Makefile.in configure.in vc-hg.el vc-git.el vc-bzr.el |
| 556 | vc-hooks.el configure.in vc-svn.el xterm.el sysdep.c term.el lisp.h | 650 | sysdep.c emacs.c process.c vc-cvs.el lisp.h term.c vc-hooks.el xterm.c |
| 557 | emacs.c files.el term.c process.c vc-rcs.el bindings.el diff-mode.el | 651 | keyboard.c vc-svn.el xterm.el callproc.c darwin.h term.el gnu-linux.h |
| 558 | lisp-mode.el and 840 other files | 652 | and 918 other files |
| 559 | 653 | ||
| 560 | Dan Rosenberg: changed movemail.c | 654 | Dan Rosenberg: changed movemail.c |
| 561 | 655 | ||
| 656 | Dani Moncayo: changed lists.texi | ||
| 657 | |||
| 562 | Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el | 658 | Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el |
| 563 | 659 | ||
| 660 | Daniel Clemente: changed generic-x.el org-html.el | ||
| 661 | |||
| 564 | Daniel Colascione: co-wrote js.el | 662 | Daniel Colascione: co-wrote js.el |
| 565 | and changed imenu.el nxml-mode.el nxml-rap.el nxml-util.el which-func.el | 663 | and changed cmdproxy.c subr.el syntax.el DEBUG cc-engine.el cus-start.el |
| 664 | eval.c fns.c imenu.el keyboard.c lisp.h nxml-mode.el nxml-rap.el | ||
| 665 | nxml-util.el sh-script.el which-func.el | ||
| 666 | |||
| 667 | Daniel Dehennin: changed mml2015.el gnus-msg.el mm-decode.el | ||
| 668 | |||
| 669 | Daniel E. Doherty: changed calc.texi | ||
| 566 | 670 | ||
| 567 | Daniel Elliott: changed octave-mod.el | 671 | Daniel Elliott: changed octave-mod.el |
| 568 | 672 | ||
| @@ -587,25 +691,32 @@ Daniel Ortmann: changed paragraphs.el | |||
| 587 | 691 | ||
| 588 | Daniel Pfeiffer: wrote conf-mode.el copyright.el executable.el | 692 | Daniel Pfeiffer: wrote conf-mode.el copyright.el executable.el |
| 589 | sh-script.el skeleton.el two-column.el | 693 | sh-script.el skeleton.el two-column.el |
| 590 | and co-wrote ada-stmt.el apropos.el compile.el wyse50.el | 694 | and co-wrote ada-stmt.el apropos.el progmodes/compile.el wyse50.el |
| 591 | and changed files.el make-mode.el buff-menu.el font-lock.el grep.el | 695 | and changed files.el make-mode.el buff-menu.el font-lock.el mpuz.el |
| 592 | mpuz.el sgml-mode.el autoinsert.el cperl-mode.el facemenu.el gomoku.el | 696 | progmodes/grep.el sgml-mode.el autoinsert.el cperl-mode.el facemenu.el |
| 593 | help.el imenu.el autoload.el autorevert.el bindings.el button.el | 697 | gomoku.el help.el imenu.el autoload.el autorevert.el bindings.el |
| 594 | cc-fonts.el cc-mode.el compilation.txt disp-table.el and 11 other files | 698 | button.el cc-fonts.el cc-mode.el compilation.txt compile.el |
| 699 | and 12 other files | ||
| 595 | 700 | ||
| 596 | Daniel Pittman: co-wrote tramp-cache.el | 701 | Daniel Pittman: co-wrote tramp-cache.el |
| 597 | and changed gnus-spec.el gnus-sum.el nnimap.el spam-report.el spam.el | 702 | and changed gnus-spec.el gnus-sum.el nnimap.el spam-report.el spam.el |
| 598 | 703 | ||
| 599 | Daniel Quinlan: changed dired.el info.el | 704 | Daniel Quinlan: changed dired.el info.el |
| 600 | 705 | ||
| 706 | Daniel Schoepe: changed gnus-sum.el | ||
| 707 | |||
| 601 | Danny Roozendaal: wrote handwrite.el | 708 | Danny Roozendaal: wrote handwrite.el |
| 602 | 709 | ||
| 603 | Danny Siu: changed gnus-sum.el gnus-picon.el nndoc.el nnimap.el smiley.el | 710 | Danny Siu: changed gnus-sum.el gnus-picon.el nndoc.el nnimap.el smiley.el |
| 604 | 711 | ||
| 712 | Darren Hoo: changed db.el gnus-art.el | ||
| 713 | |||
| 605 | Darren Stalder: changed gnus-util.el | 714 | Darren Stalder: changed gnus-util.el |
| 606 | 715 | ||
| 607 | Darrin B. Jewell: changed etags.c lisp.h | 716 | Darrin B. Jewell: changed etags.c lisp.h |
| 608 | 717 | ||
| 718 | Dave Abrahams: changed gnus-sum.el gnus.texi nnimap.el | ||
| 719 | |||
| 609 | Dave Detlefs: co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el | 720 | Dave Detlefs: co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el |
| 610 | cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el | 721 | cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el |
| 611 | 722 | ||
| @@ -613,8 +724,9 @@ Dave Lambert: changed sol2-5.h xfns.c xterm.c xterm.h | |||
| 613 | 724 | ||
| 614 | Dave Love: wrote autoarg.el autoconf.el benchmark.el cap-words.el | 725 | Dave Love: wrote autoarg.el autoconf.el benchmark.el cap-words.el |
| 615 | cfengine.el elide-head.el georgian.el hl-line.el latin1-disp.el | 726 | cfengine.el elide-head.el georgian.el hl-line.el latin1-disp.el |
| 616 | python.el refill.el rfc1345.el sgml-input.el smiley.el sym-comp.el | 727 | progmodes/python.el refill.el rfc1345.el sgml-input.el smiley.el |
| 617 | tool-bar.el uni-input.el utf-7.el utf-8-lang.el vc-bzr.el welsh.el | 728 | sym-comp.el tool-bar.el uni-input.el utf-7.el utf-8-lang.el vc-bzr.el |
| 729 | welsh.el | ||
| 618 | and co-wrote latin-ltx.el socks.el | 730 | and co-wrote latin-ltx.el socks.el |
| 619 | and changed Makefile.in configure.in help.el mule-cmds.el fortran.el | 731 | and changed Makefile.in configure.in help.el mule-cmds.el fortran.el |
| 620 | mule-conf.el xterm.c browse-url.el mule.el coding.c cyrillic.el | 732 | mule-conf.el xterm.c browse-url.el mule.el coding.c cyrillic.el |
| @@ -625,27 +737,26 @@ Dave Pearson: wrote 5x5.el quickurl.el | |||
| 625 | 737 | ||
| 626 | David A. Capello: changed etags.c | 738 | David A. Capello: changed etags.c |
| 627 | 739 | ||
| 628 | David Abrahams: changed coding.c mairix.el | 740 | David Abrahams: changed coding.c ediff-init.el mairix.el |
| 629 | 741 | ||
| 630 | David Bakhash: wrote strokes.el | 742 | David Bakhash: wrote strokes.el |
| 631 | 743 | ||
| 632 | David Blacka: co-wrote nndb.el | ||
| 633 | |||
| 634 | David Burger: changed macros.el | 744 | David Burger: changed macros.el |
| 635 | 745 | ||
| 636 | David Byers: changed minibuf.c | 746 | David Byers: changed minibuf.c |
| 637 | 747 | ||
| 638 | David Casperson: changed font-core.el menu-bar.el tex-mode.el | 748 | David Casperson: changed font-core.el menu-bar.el tex-mode.el |
| 639 | 749 | ||
| 640 | David De La Harpe Golden: changed files.el simple.el fileio.c mouse.el | 750 | David De La Harpe Golden: changed files.el mouse.el simple.el fileio.c |
| 641 | cus-start.el select.el w32-fns.el x-win.el xterm.c | 751 | cus-start.el nsselect.m select.el w32-fns.el x-win.el xterm.c |
| 642 | 752 | ||
| 643 | David Edmondson: changed message.el gnus-cite.el imap.el mm-view.el | 753 | David Edmondson: changed message.el gnus-cite.el imap.el mm-view.el |
| 644 | mml2015.el nnfolder.el nnml.el | 754 | mml2015.el nnfolder.el nnimap.el nnml.el |
| 645 | 755 | ||
| 646 | David Engster: wrote mairix.el nnmairix.el | 756 | David Engster: wrote mairix.el nnmairix.el |
| 647 | and changed gnus.texi gnus-msg.el display.texi gnus-sum.el hideshow.el | 757 | and changed gnus.texi registry.el gnus-msg.el display.texi files.el |
| 648 | mairix-el.texi nnimap.el | 758 | gnus-registry.el gnus-sum.el hideshow.el mairix-el.texi mm-view.el |
| 759 | mml-smime.el nnimap.el | ||
| 649 | 760 | ||
| 650 | David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el | 761 | David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el |
| 651 | calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el | 762 | calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el |
| @@ -656,8 +767,8 @@ David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el | |||
| 656 | calc-store.el calc-stuff.el calc-trail.el calc-undo.el calc-units.el | 767 | calc-store.el calc-stuff.el calc-trail.el calc-undo.el calc-units.el |
| 657 | calc-vec.el calc-yank.el calc.el calcalg2.el calcalg3.el calccomp.el | 768 | calc-vec.el calc-yank.el calc.el calcalg2.el calcalg3.el calccomp.el |
| 658 | calcsel2.el cl-compat.el cl-extra.el cl-macs.el cl-seq.el cl.el cl.texi | 769 | calcsel2.el cl-compat.el cl-extra.el cl-macs.el cl-seq.el cl.el cl.texi |
| 659 | complete.el edmacro.el | 770 | edmacro.el obsolete/complete.el |
| 660 | and changed info.el bytecomp.el | 771 | and changed info.el bytecomp.el complete.el |
| 661 | 772 | ||
| 662 | David Glasser: changed tar-mode.el | 773 | David Glasser: changed tar-mode.el |
| 663 | 774 | ||
| @@ -702,11 +813,20 @@ and changed display.texi | |||
| 702 | David M. Smith: wrote ielm.el | 813 | David M. Smith: wrote ielm.el |
| 703 | and changed imenu.el xterm.c | 814 | and changed imenu.el xterm.c |
| 704 | 815 | ||
| 816 | David Maus: co-wrote org-wl.el | ||
| 817 | and changed org.el org-feed.el org-html.el org-agenda.el org-exp.el | ||
| 818 | org-gnus.el org-capture.el org.texi org-protocol.el org-macs.el | ||
| 819 | ob-haskell.el org-bibtex.el org-footnote.el org-id.el org-latex.el | ||
| 820 | org-list.el org-mhe.el org-mobile.el org-publish.el org-table.el ob.el | ||
| 821 | and 13 other files | ||
| 822 | |||
| 705 | David McCabe: changed lisp-mode.el | 823 | David McCabe: changed lisp-mode.el |
| 706 | 824 | ||
| 707 | David Megginson: wrote derived.el | 825 | David Megginson: wrote derived.el |
| 708 | and changed mode-clone.el | 826 | and changed mode-clone.el |
| 709 | 827 | ||
| 828 | David Michael: changed files.el | ||
| 829 | |||
| 710 | David Moore: co-wrote nnvirtual.el | 830 | David Moore: co-wrote nnvirtual.el |
| 711 | and changed gnus-xmas.el | 831 | and changed gnus-xmas.el |
| 712 | 832 | ||
| @@ -717,9 +837,10 @@ David Mosberger-Tang: changed alpha.h unexelf.c cm.h config.in | |||
| 717 | 837 | ||
| 718 | David O'Toole: wrote org-publish.el | 838 | David O'Toole: wrote org-publish.el |
| 719 | 839 | ||
| 720 | David Ponce: wrote cedet.el comp.el grammar-wy.el grammar.el java-tags.el | 840 | David Ponce: wrote bovine-grammar.el cedet.el comp.el grammar-wy.el |
| 721 | java.el mode-local.el recentf.el ruler-mode.el senator.el | 841 | grammar.el java-tags.el mode-local.el recentf.el ruler-mode.el |
| 722 | tree-widget.el wisent.el | 842 | semantic/java.el semantic/wisent.el senator.el tree-widget.el |
| 843 | wisent-grammar.el wisent/wisent.el | ||
| 723 | and co-wrote util-modes.el | 844 | and co-wrote util-modes.el |
| 724 | and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm | 845 | and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm |
| 725 | end-guide.png end-guide.xpm files.el guide.png guide.xpm handle.png | 846 | end-guide.png end-guide.xpm files.el guide.png guide.xpm handle.png |
| @@ -728,9 +849,9 @@ and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm | |||
| 728 | 849 | ||
| 729 | David Reitter: wrote mailclient.el | 850 | David Reitter: wrote mailclient.el |
| 730 | and changed nsterm.m nsfns.m ns-win.el nsfont.m Makefile.in cus-start.el | 851 | and changed nsterm.m nsfns.m ns-win.el nsfont.m Makefile.in cus-start.el |
| 731 | macos.texi menu-bar.el commands.h cus-edit.el easy-mmode.el emacsbug.el | 852 | macos.texi menu-bar.el simple.el commands.h cus-edit.el easy-mmode.el |
| 732 | emacsclient.c faces.el flyspell.el info.el keyboard.c keymap.c | 853 | emacsbug.el emacsclient.c faces.el flyspell.el info.el keyboard.c |
| 733 | macterm.c menu.c minibuf.c and 11 other files | 854 | keymap.c macterm.c menu.c and 12 other files |
| 734 | 855 | ||
| 735 | David Robinow: changed makefile.w32-in w32inevt.c | 856 | David Robinow: changed makefile.w32-in w32inevt.c |
| 736 | 857 | ||
| @@ -738,12 +859,16 @@ David Robinson: changed menu-bar.el x-win.el | |||
| 738 | 859 | ||
| 739 | David S. Goldberg: changed gnus-art.el message.el | 860 | David S. Goldberg: changed gnus-art.el message.el |
| 740 | 861 | ||
| 862 | David T. O'Toole: co-wrote ob-lisp.el | ||
| 863 | |||
| 741 | David Vazquez: changed m4-mode.el | 864 | David Vazquez: changed m4-mode.el |
| 742 | 865 | ||
| 743 | David Z. Maze: changed nnml.el nnrss.el | 866 | David Z. Maze: changed nnml.el nnrss.el |
| 744 | 867 | ||
| 745 | Deanna Phillips: changed configure.in | 868 | Deanna Phillips: changed configure.in |
| 746 | 869 | ||
| 870 | Debarshi Ray: changed erc-backend.el erc.el | ||
| 871 | |||
| 747 | Decklin Foster: changed nngateway.el | 872 | Decklin Foster: changed nngateway.el |
| 748 | 873 | ||
| 749 | Deepak Goel: changed idlw-shell.el ada-xref.el feedmail.el files.el | 874 | Deepak Goel: changed idlw-shell.el ada-xref.el feedmail.el files.el |
| @@ -760,7 +885,9 @@ and changed complete.el | |||
| 760 | 885 | ||
| 761 | Denis Stünkel: changed ibuf-ext.el | 886 | Denis Stünkel: changed ibuf-ext.el |
| 762 | 887 | ||
| 763 | Deniz Dogan: changed window.el | 888 | Deniz Dogan: changed rcirc.el simple.el css-mode.el commands.texi |
| 889 | image.el iswitchb.el lisp-mode.el process.c progmodes/python.el | ||
| 890 | quickurl.el rcirc.texi vc-bzr.el wdired.el window.el | ||
| 764 | 891 | ||
| 765 | Dennis Gilmore: changed sparc.h | 892 | Dennis Gilmore: changed sparc.h |
| 766 | 893 | ||
| @@ -792,21 +919,35 @@ and co-wrote nnml.el | |||
| 792 | and changed nntp.el message.el gnus-group.el gnus-sum.el gnus-msg.el | 919 | and changed nntp.el message.el gnus-group.el gnus-sum.el gnus-msg.el |
| 793 | gnus.texi gnus-art.el gnus-srvr.el gnus-start.el gnus-topic.el | 920 | gnus.texi gnus-art.el gnus-srvr.el gnus-start.el gnus-topic.el |
| 794 | gnus-xmas.el gnus-picon.el gnus-salt.el cus-edit.el gnus-int.el | 921 | gnus-xmas.el gnus-picon.el gnus-salt.el cus-edit.el gnus-int.el |
| 795 | gnus-util.el message.texi nnmail.el rect.el gmm-utils.el gnus-agent.el | 922 | gnus-util.el message.texi nnmail.el rect.el cl-indent.el gmm-utils.el |
| 796 | and 7 other files | 923 | and 8 other files |
| 924 | |||
| 925 | Dieter Schuster: changed etags.c | ||
| 926 | |||
| 927 | Dima Kogan: changed hideshow.el | ||
| 797 | 928 | ||
| 798 | Dirk Herrmann: co-wrote bibtex.el | 929 | Dirk Herrmann: co-wrote bibtex.el |
| 799 | 930 | ||
| 931 | Dirk Ullrich: changed ispell.el | ||
| 932 | |||
| 933 | Dirk-Jan C. Binnema: changed org-agenda.el | ||
| 934 | |||
| 800 | Dmitri Paduchikh: changed advice.el | 935 | Dmitri Paduchikh: changed advice.el |
| 801 | 936 | ||
| 802 | Dmitry Antipov: changed alloc.c keyboard.c buffer.c ccl.c emacs.c | 937 | Dmitry Antipov: changed alloc.c keyboard.c buffer.c ccl.c emacs.c |
| 803 | fontset.c lisp.h lread.c macmenu.c w32menu.c xmenu.c | 938 | fontset.c lisp.h lread.c macmenu.c w32menu.c xmenu.c |
| 804 | 939 | ||
| 940 | Dmitry Bolshakov: changed hideshow.el | ||
| 941 | |||
| 805 | Dmitry Dzhus: changed gdb-mi.el gud.el fadr.el all.xpm building.texi | 942 | Dmitry Dzhus: changed gdb-mi.el gud.el fadr.el all.xpm building.texi |
| 806 | emacs.texi process.c thread.xpm | 943 | emacs.texi process.c thread.xpm |
| 807 | 944 | ||
| 945 | Dmitry Kurochkin: changed isearch.el | ||
| 946 | |||
| 808 | Dominique de Waleffe: changed pcvs-info.el | 947 | Dominique de Waleffe: changed pcvs-info.el |
| 809 | 948 | ||
| 949 | Don March: changed keymap.c | ||
| 950 | |||
| 810 | Don Morrison: co-wrote dabbrev.el | 951 | Don Morrison: co-wrote dabbrev.el |
| 811 | 952 | ||
| 812 | Don Woods: changed replace.el | 953 | Don Woods: changed replace.el |
| @@ -815,22 +956,25 @@ Doug Cutting: co-wrote disass.el | |||
| 815 | 956 | ||
| 816 | Doug Maxey: changed mouse.el | 957 | Doug Maxey: changed mouse.el |
| 817 | 958 | ||
| 818 | Drake Wilson: changed files.el | 959 | Drake Wilson: changed emacsclient.c files.el misc.texi |
| 819 | 960 | ||
| 820 | Drew Adams: changed cus-edit.el mouse.el bindings.el bookmark.el | 961 | Drew Adams: wrote light-blue-theme.el |
| 821 | custom.el dired.texi etags.el faces.el finder.el frame.el help-fns.el | 962 | and co-wrote color.el |
| 822 | help.el info.el isearch.el menu-bar.el msdog.texi pp.el ring.el | 963 | and changed cus-edit.el dired.el faces.el isearch.el menu-bar.el mouse.el |
| 823 | speedbar.el | 964 | bindings.el bookmark.el custom.el dired.texi etags.el files.el |
| 965 | finder.el frame.el help-fns.el help.el image-dired.el info.el | ||
| 966 | modes.texi msdog.texi pp.el and 5 other files | ||
| 824 | 967 | ||
| 825 | E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el | 968 | E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el |
| 826 | whitespace.el window.h | 969 | whitespace.el window.h |
| 827 | 970 | ||
| 828 | Ed L. Cashin: changed gnus-sum.el imap.el | 971 | Ed L. Cashin: changed gnus-sum.el imap.el |
| 829 | 972 | ||
| 830 | Ed Swarthout: changed hexl.el table.el | 973 | Ed Swarthout: changed hexl.el textmodes/table.el |
| 831 | 974 | ||
| 832 | Eduard Wiebe: changed browse-url.el flymake.texi footnote.el | 975 | Eduard Wiebe: changed browse-url.el dired.el flymake.texi footnote.el |
| 833 | javascript.el korean.el mule-conf.el objects.texi ps-print.el vc-rcs.el | 976 | javascript.el korean.el locate.el mule-conf.el nxml-mode.texi |
| 977 | objects.texi ps-print.el vc-rcs.el | ||
| 834 | 978 | ||
| 835 | Eduardo Muñoz: changed dired.el ls-lisp.el | 979 | Eduardo Muñoz: changed dired.el ls-lisp.el |
| 836 | 980 | ||
| @@ -847,7 +991,7 @@ Edward O'Connor: wrote json.el | |||
| 847 | and changed erc.el erc-viper.el erc-log.el erc-track.el viper.el | 991 | and changed erc.el erc-viper.el erc-log.el erc-track.el viper.el |
| 848 | erc-backend.el erc-chess.el erc-dcc.el erc-ezbounce.el erc-goodies.el | 992 | erc-backend.el erc-chess.el erc-dcc.el erc-ezbounce.el erc-goodies.el |
| 849 | erc-list.el erc-macs.el erc-match.el erc-ring.el erc-services.el | 993 | erc-list.el erc-macs.el erc-match.el erc-ring.el erc-services.el |
| 850 | erc-stamp.el goto-addr.el latin-ltx.el python.el url-auth.el | 994 | erc-stamp.el goto-addr.el latin-ltx.el progmodes/python.el url-auth.el |
| 851 | 995 | ||
| 852 | Edward Trumbo: changed Makefile.in | 996 | Edward Trumbo: changed Makefile.in |
| 853 | 997 | ||
| @@ -855,8 +999,8 @@ Edward Wiebe: changed jit-lock.el | |||
| 855 | 999 | ||
| 856 | Edwin Steiner: changed gnus-nocem.el | 1000 | Edwin Steiner: changed gnus-nocem.el |
| 857 | 1001 | ||
| 858 | Ehud Karni: changed rmail.el aviion-intel.h compile.el complete.el | 1002 | Ehud Karni: changed rmail.el aviion-intel.h complete.el configure.in |
| 859 | configure.in frame.el rmailsum.el sort.el xdisp.c | 1003 | frame.el progmodes/compile.el rmailsum.el sort.el xdisp.c |
| 860 | 1004 | ||
| 861 | Eirik Fuller: changed ralloc.c xterm.c | 1005 | Eirik Fuller: changed ralloc.c xterm.c |
| 862 | 1006 | ||
| @@ -864,29 +1008,35 @@ Eli Barzilay: wrote calculator.el | |||
| 864 | 1008 | ||
| 865 | Eli Tziperman: wrote rmail-spam-filter.el | 1009 | Eli Tziperman: wrote rmail-spam-filter.el |
| 866 | 1010 | ||
| 867 | Eli Zaretskii: wrote rxvt.el tty-colors.el | 1011 | Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el |
| 868 | and changed msdos.c makefile.w32-in Makefile.in files.el info.el rmail.el | 1012 | tty-colors.el |
| 869 | fileio.c mainmake.v2 pc-win.el startup.el config.bat simple.el msdos.h | 1013 | and changed makefile.w32-in msdos.c xdisp.c Makefile.in files.el fileio.c |
| 870 | dired.c w32.c frame.c internal.el menu-bar.el process.c INSTALL | 1014 | config.bat msdos.h info.el mainmake.v2 sed1v2.inp simple.el rmail.el |
| 871 | xfaces.c and 603 other files | 1015 | w32.c display.texi process.c pc-win.el startup.el dired.c dispextern.h |
| 1016 | term.c and 691 other files | ||
| 872 | 1017 | ||
| 873 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el | 1018 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el |
| 874 | gnus.el | 1019 | gnus.el |
| 875 | 1020 | ||
| 876 | Emanuele Giaquinta: changed configure.in gnus-faq.texi rxvt.el charset.c | 1021 | Elias Pipping: changed XDelAssoc.c XMakeAssoc.c |
| 877 | etags.c fontset.c frame.el loadup.el lread.c sh-script.el text.texi | 1022 | |
| 1023 | Emanuele Giaquinta: changed configure.in rxvt.el charset.c etags.c | ||
| 1024 | fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el | ||
| 1025 | text.texi | ||
| 1026 | |||
| 1027 | Emil Åström: co-wrote prolog.el | ||
| 878 | 1028 | ||
| 879 | Emilio C. Lopes: changed woman.el cmuscheme.el help.el vc.el advice.el | 1029 | Emilio C. Lopes: changed woman.el cmuscheme.el help.el vc.el advice.el |
| 880 | animate.el apropos.el artist.el bookmark.el cal-menu.el calc-prog.el | 1030 | animate.el apropos.el artist.el bookmark.el cal-menu.el calc-prog.el |
| 881 | calc-store.el calcalg3.el calendar.el calendar.texi checkdoc.el | 1031 | calc-store.el calcalg3.el calendar.el calendar.texi checkdoc.el |
| 882 | code-pages.el codepage.el compile.el completion.el cus-edit.el | 1032 | code-pages.el codepage.el completion.el cus-edit.el diff.el |
| 883 | and 53 other files | 1033 | and 53 other files |
| 884 | 1034 | ||
| 885 | Emmanuel Briot: wrote ada-prj.el xml.el | 1035 | Emmanuel Briot: wrote ada-prj.el xml.el |
| 886 | and co-wrote ada-mode.el ada-xref.el | 1036 | and co-wrote ada-mode.el ada-xref.el |
| 887 | and changed ada-stmt.el | 1037 | and changed ada-stmt.el |
| 888 | 1038 | ||
| 889 | Era Eriksson: changed bibtex.el dired.el shell.el | 1039 | Era Eriksson: changed bibtex.el dired.el shell.el tramp.el tramp.texi |
| 890 | 1040 | ||
| 891 | Eric Bélanger: changed image.c | 1041 | Eric Bélanger: changed image.c |
| 892 | 1042 | ||
| @@ -899,53 +1049,75 @@ Eric Eide: changed gnus-xmas.el | |||
| 899 | 1049 | ||
| 900 | Eric Hanchrow: changed vc-git.el TUTORIAL.es abbrev.el autorevert.el | 1050 | Eric Hanchrow: changed vc-git.el TUTORIAL.es abbrev.el autorevert.el |
| 901 | cperl-mode.el delphi.el dired.el emacsclient.c env.el erc.el | 1051 | cperl-mode.el delphi.el dired.el emacsclient.c env.el erc.el |
| 902 | ibuf-ext.el ispell.el make-dist | 1052 | frames.texi ibuf-ext.el ispell.el ldap.el make-dist |
| 903 | 1053 | ||
| 904 | Éric Jacoboni: changed fr-refcard.tex | 1054 | Éric Jacoboni: changed fr-refcard.tex |
| 905 | 1055 | ||
| 906 | Eric Knauel: changed gnus.el spam-report.el spam.el | 1056 | Eric Knauel: changed gnus.el spam-report.el spam.el |
| 907 | 1057 | ||
| 908 | Eric M. Ludlam: wrote analyze.el args.el autoconf-edit.el bovine.el c.el | 1058 | Eric M. Ludlam: wrote analyze.el analyze/complete.el analyze/debug.el |
| 909 | cedet-cscope.el cedet-files.el cedet-global.el cedet-idutils.el | 1059 | args.el auto.el autoconf-edit.el base.el bovine.el bovine/debug.el |
| 910 | cedet-utests.el chart.el checkdoc.el compile.el complete.el cpp-root.el | 1060 | bovine/el.el bovine/make.el c.el cedet-cscope.el cedet-files.el |
| 911 | cscope.el ctxt.el data-debug.el db-debug.el db-el.el db-file.el | 1061 | cedet-global.el cedet-idutils.el cedet-utests.el cedet/semantic.el |
| 912 | db-find.el db-global.el db-mode.el db-ref.el db-typecache.el db.el | 1062 | cedet/srecode.el checkdoc.el cpp-root.el cscope.el custom.el |
| 913 | debug.el decorate.el dep.el dframe.el dictionary.el dired.el doc.el | 1063 | data-debug.el db-debug.el db-el.el db-file.el db-find.el db-global.el |
| 914 | document.el ede-grammar.el ede-tests.el ede.el edit.el eieio-base.el | 1064 | db-mode.el db-ref.el db-typecache.el db.el decorate.el decorate/mode.el |
| 915 | eieio-comp.el eieio-custom.el eieio-datadebug.el eieio-opt.el | 1065 | dep.el dframe.el dictionary.el doc.el document.el ede-grammar.el |
| 916 | eieio-speedbar.el eieio.el el.el emacs.el expandproto.el extract.el | 1066 | ede-tests.el ede.el ede/dired.el ede/files.el ede/linux.el |
| 917 | ezimage.el fcn.el fields.el files.el filter.el filters.el find.el | 1067 | ede/locate.el ede/make.el ede/shell.el ede/simple.el ede/speedbar.el |
| 918 | format.el fw.el gcc.el getset.el global.el grep.el html.el ia-sb.el | 1068 | ede/srecode.el ede/util.el edit.el eieio-base.el eieio-custom.el |
| 919 | ia.el idle.el idutils.el imenu.el include.el insert.el inversion.el | 1069 | eieio-datadebug.el eieio-opt.el eieio-speedbar.el eieio.el |
| 920 | java.el javascript.el lex-spp.el lex.el linux.el list.el locate.el | 1070 | emacs-lisp/chart.el emacs.el expandproto.el extract.el ezimage.el |
| 921 | make.el makefile-edit.el map.el mode.el mru-bookmark.el pconf.el | 1071 | fcn.el fields.el filter.el filters.el fw.el gcc.el generic.el getset.el |
| 922 | pmake.el proj-archive.el proj-aux.el proj-comp.el proj-elisp.el | 1072 | global.el html.el ia-sb.el ia.el idle.el idutils.el include.el |
| 923 | proj-info.el proj-misc.el proj-obj.el proj-prog.el proj-scheme.el | 1073 | insert.el inversion.el javascript.el lex-spp.el lex.el list.el |
| 924 | proj-shared.el proj.el project-am.el pulse.el refs.el sb-image.el sb.el | 1074 | makefile-edit.el map.el mru-bookmark.el pconf.el pmake.el |
| 925 | scm.el scope.el semantic-ia-utest.el semantic-tests.el | 1075 | proj-archive.el proj-aux.el proj-comp.el proj-elisp.el proj-info.el |
| 926 | semantic-utest-c.el semantic-utest.el semantic.el shell.el simple.el | 1076 | proj-misc.el proj-obj.el proj-prog.el proj-scheme.el proj-shared.el |
| 927 | sort.el source.el speedbar.el srecode-tests.el srecode.el srt.el | 1077 | proj.el project-am.el pulse.el refs.el sb-image.el sb.el scm.el |
| 928 | symref.el system.el table.el tag-file.el tag-ls.el tag-write.el tag.el | 1078 | scope.el semantic-ia-utest.el semantic-tests.el semantic-utest-c.el |
| 929 | test.el texi.el util.el | 1079 | semantic-utest.el semantic/chart.el semantic/complete.el |
| 930 | and co-wrote cpp.el db-ebrowse.el util-modes.el | 1080 | semantic/ctxt.el semantic/debug.el semantic/find.el semantic/format.el |
| 931 | and changed *.el info.el rmail.el speedbspec.el gud.el sb-dir-minus.xpm | 1081 | semantic/imenu.el semantic/sort.el semantic/texi.el semantic/util.el |
| 1082 | source.el speedbar.el srecode-tests.el srecode/compile.el | ||
| 1083 | srecode/ctxt.el srecode/el.el srecode/find.el srecode/java.el | ||
| 1084 | srecode/mode.el srecode/semantic.el srecode/table.el srecode/texi.el | ||
| 1085 | srt.el symref.el symref/grep.el system.el tag-file.el tag-ls.el | ||
| 1086 | tag-write.el tag.el test.el | ||
| 1087 | and co-wrote db-ebrowse.el srecode/cpp.el util-modes.el | ||
| 1088 | and changed info.el rmail.el speedbspec.el gud.el sb-dir-minus.xpm | ||
| 932 | sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm | 1089 | sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm |
| 933 | sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm sb-tag-plus.xpm | 1090 | sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm sb-tag-plus.xpm |
| 934 | sb-tag-type.xpm sb-tag-v.xpm sb-tag.xpm Makefile.in comint.el dir | 1091 | sb-tag-type.xpm sb-tag-v.xpm sb-tag.xpm Makefile.in c-by.el cedet.el |
| 935 | and 13 other files | 1092 | comint.el and 18 other files |
| 936 | 1093 | ||
| 937 | Eric Marsden: changed gnus-cache.el url-util.el | 1094 | Eric Marsden: changed gnus-cache.el url-util.el |
| 938 | 1095 | ||
| 1096 | Eric S Fraga: wrote ob-ledger.el | ||
| 1097 | and co-wrote ob-maxima.el | ||
| 1098 | and changed org-icalendar.el org-latex.el org.texi | ||
| 1099 | |||
| 939 | Eric S. Raymond: wrote AT386.el asm-mode.el cookie1.el finder.el gud.el | 1100 | Eric S. Raymond: wrote AT386.el asm-mode.el cookie1.el finder.el gud.el |
| 940 | keyswap.el lisp-mnt.el loadhist.el | 1101 | keyswap.el lisp-mnt.el loadhist.el |
| 941 | and co-wrote make-mode.el | 1102 | and co-wrote make-mode.el |
| 942 | and changed vc.el vc-hooks.el vc-svn.el vc-cvs.el files.texi vc-bzr.el | 1103 | and changed vc.el vc-hooks.el vc-svn.el vc-cvs.el files.texi vc-bzr.el |
| 943 | vc-dispatcher.el vc-hg.el vc-sccs.el vc-git.el vc-rcs.el vc-mcvs.el | 1104 | vc-dispatcher.el vc-git.el vc-hg.el vc-sccs.el vc-rcs.el vc-mcvs.el |
| 944 | Makefile.in files.el comint.el simple.el vc-arch.el vc-mtn.el | 1105 | Makefile.in files.el comint.el simple.el vc-arch.el vc-mtn.el |
| 945 | add-log.el cust-print.el dired.el and 249 other files | 1106 | add-log.el cust-print.el dired.el and 249 other files |
| 946 | 1107 | ||
| 947 | Eric Schulte: wrote org-exp-blocks.el org-plot.el | 1108 | Eric Schulte: wrote ob-C.el ob-asymptote.el ob-awk.el ob-calc.el |
| 948 | and changed org.el | 1109 | ob-comint.el ob-css.el ob-ditaa.el ob-dot.el ob-emacs-lisp.el |
| 1110 | ob-eval.el ob-gnuplot.el ob-haskell.el ob-java.el ob-js.el ob-keys.el | ||
| 1111 | ob-latex.el ob-ocaml.el ob-org.el ob-ruby.el ob-sass.el ob-scheme.el | ||
| 1112 | ob-sh.el ob-sql.el ob-sqlite.el ob-table.el ob-tangle.el | ||
| 1113 | org-exp-blocks.el org-plot.el | ||
| 1114 | and co-wrote ob-R.el ob-clojure.el ob-exp.el ob-lisp.el ob-lob.el | ||
| 1115 | ob-maxima.el ob-perl.el ob-python.el ob-ref.el ob.el org-bibtex.el | ||
| 1116 | and changed org.texi org.el org-exp.el org-latex.el ob-plantuml.el | ||
| 1117 | org-table.el org-macs.el org-src.el orgcard.tex ob-lilypond.el | ||
| 1118 | ob-mscgen.el ob-octave.el ob-screen.el org-agenda.el org-ascii.el | ||
| 1119 | org-html.el org-mouse.el gnus-art.el ob-ledger.el ob-matlab.el | ||
| 1120 | org-attach.el and 4 other files | ||
| 949 | 1121 | ||
| 950 | Eric Youngdale: changed etags-vmslib.c | 1122 | Eric Youngdale: changed etags-vmslib.c |
| 951 | 1123 | ||
| @@ -966,6 +1138,8 @@ Espen Wiborg: changed utf-7.el | |||
| 966 | Ethan Bradford: changed ispell.el ange-ftp.el gnus.el gnuspost.el lpr.el | 1138 | Ethan Bradford: changed ispell.el ange-ftp.el gnus.el gnuspost.el lpr.el |
| 967 | mailalias.el vt-control.el | 1139 | mailalias.el vt-control.el |
| 968 | 1140 | ||
| 1141 | Ethan Ligon: changed org-docbook.el org-html.el | ||
| 1142 | |||
| 969 | Eugene Exarevsky: changed sql.el | 1143 | Eugene Exarevsky: changed sql.el |
| 970 | 1144 | ||
| 971 | Evangelos Evangelou: changed f90.el | 1145 | Evangelos Evangelou: changed f90.el |
| @@ -978,6 +1152,8 @@ Exal de Jesus Garcia Carrillo: changed erc.texi erc-sound.el | |||
| 978 | 1152 | ||
| 979 | F. Thomas May: wrote blackbox.el | 1153 | F. Thomas May: wrote blackbox.el |
| 980 | 1154 | ||
| 1155 | Fabian Ezequiel Gallina: changed progmodes/python.el | ||
| 1156 | |||
| 981 | Fabrice Bauzac: changed dired-aux.el | 1157 | Fabrice Bauzac: changed dired-aux.el |
| 982 | 1158 | ||
| 983 | Fabrice Popineau: changed etags.c fileio.c gnus-cache.el | 1159 | Fabrice Popineau: changed etags.c fileio.c gnus-cache.el |
| @@ -986,22 +1162,28 @@ Fan Kai: changed esh-arg.el | |||
| 986 | 1162 | ||
| 987 | Faried Nawaz: changed message.el | 1163 | Faried Nawaz: changed message.el |
| 988 | 1164 | ||
| 989 | Felix Lee: changed flyspell.el outline.el cl.texi compile.el data.c | 1165 | Felix Lee: changed flyspell.el outline.el cl.texi data.c gud.el nntp.el |
| 990 | gud.el nntp.el process.c vc.el xdisp.c | 1166 | process.c progmodes/compile.el vc.el xdisp.c |
| 991 | 1167 | ||
| 992 | Felix Mueller: changed nsterm.m | 1168 | Felix Mueller: changed nsterm.m |
| 993 | 1169 | ||
| 994 | Felix S. T. Wu: co-wrote vi.el (public domain) | 1170 | Felix S. T. Wu: co-wrote vi.el (public domain) |
| 995 | 1171 | ||
| 1172 | Feng Li: changed calc-ext.el | ||
| 1173 | |||
| 996 | Ferenc Wagner: changed nnweb.el | 1174 | Ferenc Wagner: changed nnweb.el |
| 997 | 1175 | ||
| 998 | Filipe Cabecinhas: changed nsterm.m | 1176 | Filipe Cabecinhas: changed nsterm.m |
| 999 | 1177 | ||
| 1000 | Flemming Hoejstrup Hansen: changed forms.el | 1178 | Flemming Hoejstrup Hansen: changed forms.el |
| 1001 | 1179 | ||
| 1180 | Florian Ragwitz: changed gnus-html.el sieve-manage.el | ||
| 1181 | |||
| 1002 | Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi | 1182 | Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi |
| 1003 | mm-decode.el mm-util.el | 1183 | mm-decode.el mm-util.el |
| 1004 | 1184 | ||
| 1185 | Fran Litterio: changed erc-backend.el erc.el | ||
| 1186 | |||
| 1005 | Francesc Rocher: changed MORE.STUFF startup.el cus-start.el gnus.el | 1187 | Francesc Rocher: changed MORE.STUFF startup.el cus-start.el gnus.el |
| 1006 | gnus.png gnus.svg macterm.c splash.png splash.svg splash8.xpm w32term.c | 1188 | gnus.png gnus.svg macterm.c splash.png splash.svg splash8.xpm w32term.c |
| 1007 | xdisp.c xterm.c | 1189 | xdisp.c xterm.c |
| @@ -1091,7 +1273,7 @@ Gaute B Strokkenes: changed imap.el gnus-fun.el mail-source.el process.c | |||
| 1091 | 1273 | ||
| 1092 | Geert Kloosterman: changed which-func.el | 1274 | Geert Kloosterman: changed which-func.el |
| 1093 | 1275 | ||
| 1094 | Geoff Gole: changed align.el ibuffer.el | 1276 | Geoff Gole: changed align.el ibuffer.el whitespace.el |
| 1095 | 1277 | ||
| 1096 | Geoff Greene: changed message.el | 1278 | Geoff Greene: changed message.el |
| 1097 | 1279 | ||
| @@ -1112,7 +1294,7 @@ Gerd Möllmann: wrote authors.el ebrowse.el jit-lock.el rx.el tooltip.el | |||
| 1112 | and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c | 1294 | and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c |
| 1113 | window.c keyboard.c lisp.h Makefile.in faces.el alloc.c buffer.c | 1295 | window.c keyboard.c lisp.h Makefile.in faces.el alloc.c buffer.c |
| 1114 | startup.el xterm.h fns.c simple.el term.c frame.c xmenu.c emacs.c | 1296 | startup.el xterm.h fns.c simple.el term.c frame.c xmenu.c emacs.c |
| 1115 | and 618 other files | 1297 | and 615 other files |
| 1116 | 1298 | ||
| 1117 | Gergely Nagy: changed erc.el | 1299 | Gergely Nagy: changed erc.el |
| 1118 | 1300 | ||
| @@ -1122,18 +1304,18 @@ Gernot Heiser: changed refer.el | |||
| 1122 | 1304 | ||
| 1123 | Giorgos Keramidas: changed configure.in erc-backend.el erc.el alloc.c | 1305 | Giorgos Keramidas: changed configure.in erc-backend.el erc.el alloc.c |
| 1124 | amdx86-64.h apropos.el display.texi erc-services.el filelock.c fringe.c | 1306 | amdx86-64.h apropos.el display.texi erc-services.el filelock.c fringe.c |
| 1125 | fringe.el lisp.h windows.texi xmenu.c | 1307 | fringe.el lisp.h rcirc.el windows.texi xmenu.c |
| 1126 | 1308 | ||
| 1127 | Giuliano Procida: changed perl-mode.el | 1309 | Giuliano Procida: changed perl-mode.el |
| 1128 | 1310 | ||
| 1129 | Giuseppe Scrivano: changed buffer.c configure.in sysdep.c xsmfns.c | 1311 | Giuseppe Scrivano: changed browse-url.el buffer.c configure.in sysdep.c |
| 1312 | xsmfns.c | ||
| 1130 | 1313 | ||
| 1131 | Glenn Morris: wrote check-declare.el | 1314 | Glenn Morris: wrote check-declare.el |
| 1132 | and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el | 1315 | and changed Makefile.in configure.in calendar.el diary-lib.el f90.el |
| 1133 | cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in | 1316 | rmail.el files.el cal-menu.el appt.el cal-hebrew.el fortran.el |
| 1134 | cal-islam.el bytecomp.el calendar.texi cal-bahai.el emacs.texi files.el | 1317 | bytecomp.el holidays.el make-dist calendar.texi emacs.texi sed1v2.inp |
| 1135 | appt.el cal-china.el rmailsum.el simple.el startup.el | 1318 | simple.el cal-islam.el cal-bahai.el startup.el and 1199 other files |
| 1136 | and 976 other files | ||
| 1137 | 1319 | ||
| 1138 | Glynn Clements: wrote gamegrid.el snake.el tetris.el | 1320 | Glynn Clements: wrote gamegrid.el snake.el tetris.el |
| 1139 | 1321 | ||
| @@ -1162,11 +1344,9 @@ Gregory Neil Shapiro: changed mailabbrev.el | |||
| 1162 | Guanpeng Xu: changed add-log.el TUTORIAL.cn display.texi mouse.el | 1344 | Guanpeng Xu: changed add-log.el TUTORIAL.cn display.texi mouse.el |
| 1163 | pcomplete.el search.c subr.el type-break.el | 1345 | pcomplete.el search.c subr.el type-break.el |
| 1164 | 1346 | ||
| 1165 | Guillermo J. Rozas: wrote fakemail.c | ||
| 1166 | |||
| 1167 | Gunnar Horrigmo: changed gnus-sum.el | 1347 | Gunnar Horrigmo: changed gnus-sum.el |
| 1168 | 1348 | ||
| 1169 | Gustav Hållberg: changed compile.el rect.el vc.el | 1349 | Gustav Hållberg: changed descr-text.el progmodes/compile.el rect.el vc.el |
| 1170 | 1350 | ||
| 1171 | Guy Geens: changed gnus-score.el | 1351 | Guy Geens: changed gnus-score.el |
| 1172 | 1352 | ||
| @@ -1178,6 +1358,8 @@ Hallvard B. Furuseth: co-wrote byte-opt.el byte-run.el bytecomp.el | |||
| 1178 | and changed gnus-util.el editfns.c gnus-cache.el gnus-sum.el lread.c | 1358 | and changed gnus-util.el editfns.c gnus-cache.el gnus-sum.el lread.c |
| 1179 | messcompat.el nntp.el print.c process.c search.c | 1359 | messcompat.el nntp.el print.c process.c search.c |
| 1180 | 1360 | ||
| 1361 | Hamano Kiyoto: changed xml.c | ||
| 1362 | |||
| 1181 | Han Boetes: changed netbsd.h | 1363 | Han Boetes: changed netbsd.h |
| 1182 | 1364 | ||
| 1183 | Han-Wen Nienhuys: changed emacsclient.c server.el | 1365 | Han-Wen Nienhuys: changed emacsclient.c server.el |
| @@ -1194,14 +1376,20 @@ Harald Maier: changed w32heap.c | |||
| 1194 | Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el | 1376 | Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el |
| 1195 | gnus-util.el gnus-win.el mail-source.el | 1377 | gnus-util.el gnus-win.el mail-source.el |
| 1196 | 1378 | ||
| 1379 | Harri Kiiskinen: changed org-publish.el | ||
| 1380 | |||
| 1197 | Heiko Muenkel: changed b2m.c | 1381 | Heiko Muenkel: changed b2m.c |
| 1198 | 1382 | ||
| 1383 | Helmut Eller: changed cl-macs.el emacs-lisp/debug.el process.c | ||
| 1384 | |||
| 1199 | Helmut Waitzmann: changed gnus-sum.el gnus.texi | 1385 | Helmut Waitzmann: changed gnus-sum.el gnus.texi |
| 1200 | 1386 | ||
| 1201 | Henrik Enberg: changed rmailout.el gnus-art.el gnus-msg.el lread.c | 1387 | Henrik Enberg: changed rmailout.el gnus-art.el gnus-msg.el lread.c |
| 1202 | rmail.el rmailedit.el rmailkwd.el rmailmm.el rmailmsc.el rmailsort.el | 1388 | rmail.el rmailedit.el rmailkwd.el rmailmm.el rmailmsc.el rmailsort.el |
| 1203 | rmailsum.el xfaces.c | 1389 | rmailsum.el xfaces.c |
| 1204 | 1390 | ||
| 1391 | Henrique Martins: changed mh-mime.el mh-xface.el | ||
| 1392 | |||
| 1205 | Henry Guillaume: wrote find-file.el | 1393 | Henry Guillaume: wrote find-file.el |
| 1206 | 1394 | ||
| 1207 | Henry Kautz: wrote bib-mode.el refbib.el | 1395 | Henry Kautz: wrote bib-mode.el refbib.el |
| @@ -1233,9 +1421,9 @@ Howie Kaye: wrote sort.el | |||
| 1233 | 1421 | ||
| 1234 | Hrvoje Nikšić: wrote croatian.el savehist.el | 1422 | Hrvoje Nikšić: wrote croatian.el savehist.el |
| 1235 | and changed gnus-xmas.el message.el nnmail.el fileio.c fns.c gnus-art.el | 1423 | and changed gnus-xmas.el message.el nnmail.el fileio.c fns.c gnus-art.el |
| 1236 | gnus-salt.el gnus-spec.el mm-decode.el add-log.el appt.el arc-mode.el | 1424 | gnus-salt.el gnus-spec.el mm-decode.el simple.el add-log.el appt.el |
| 1237 | avoid.el bookmark.el cal-china.el cal-tex.el calendar.el cl-indent.el | 1425 | arc-mode.el avoid.el bookmark.el cal-china.el cal-tex.el calendar.el |
| 1238 | cmacexp.el comint.el compile.el and 83 other files | 1426 | cl-indent.el cmacexp.el comint.el and 83 other files |
| 1239 | 1427 | ||
| 1240 | Hubert Chan: changed spam.el | 1428 | Hubert Chan: changed spam.el |
| 1241 | 1429 | ||
| @@ -1252,6 +1440,8 @@ Ian Lance Taylor: changed sco4.h | |||
| 1252 | Ian T Zimmerman: wrote gametree.el | 1440 | Ian T Zimmerman: wrote gametree.el |
| 1253 | and changed ange-ftp.el desktop.el tex-mode.el | 1441 | and changed ange-ftp.el desktop.el tex-mode.el |
| 1254 | 1442 | ||
| 1443 | Igor Kuzmin: wrote cconv.el | ||
| 1444 | |||
| 1255 | Ilja Weis: co-wrote gnus-topic.el | 1445 | Ilja Weis: co-wrote gnus-topic.el |
| 1256 | 1446 | ||
| 1257 | Ilya N. Golubev: changed mm-util.el shell.el | 1447 | Ilya N. Golubev: changed mm-util.el shell.el |
| @@ -1275,9 +1465,11 @@ Inoue Seiichiro: changed xterm.c xfns.c xterm.h | |||
| 1275 | International Business Machines: changed emacs.c fileio.c process.c | 1465 | International Business Machines: changed emacs.c fileio.c process.c |
| 1276 | sysdep.c unexcoff.c | 1466 | sysdep.c unexcoff.c |
| 1277 | 1467 | ||
| 1468 | Irie Shinsuke: changed subr.el | ||
| 1469 | |||
| 1278 | Irie Tetsuya: changed gnus.texi message.texi | 1470 | Irie Tetsuya: changed gnus.texi message.texi |
| 1279 | 1471 | ||
| 1280 | İsmail Dönmez: changed url-auth.el xterm.c | 1472 | İsmail Dönmez: changed nsfont.m nsterm.m url-auth.el xterm.c |
| 1281 | 1473 | ||
| 1282 | Istvan Marko: changed gnus-agent.el xfns.c | 1474 | Istvan Marko: changed gnus-agent.el xfns.c |
| 1283 | 1475 | ||
| @@ -1286,7 +1478,7 @@ Itai Zukerman: changed mm-decode.el | |||
| 1286 | Ivan Boldyrev: changed mml1991.el | 1478 | Ivan Boldyrev: changed mml1991.el |
| 1287 | 1479 | ||
| 1288 | Ivan Kanis: wrote vc-hg.el | 1480 | Ivan Kanis: wrote vc-hg.el |
| 1289 | and changed term.el time.el | 1481 | and changed appt.el term.el time.el |
| 1290 | 1482 | ||
| 1291 | Ivan Shmakov: changed tcl.el | 1483 | Ivan Shmakov: changed tcl.el |
| 1292 | 1484 | ||
| @@ -1313,16 +1505,19 @@ Jacques Duthen: co-wrote ps-print.el ps-samp.el | |||
| 1313 | 1505 | ||
| 1314 | Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el | 1506 | Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el |
| 1315 | 1507 | ||
| 1508 | Jambunathan K: changed org.el org-exp.el org.texi org-footnote.el | ||
| 1509 | org-html.el package-x.el tar-mode.el | ||
| 1510 | |||
| 1316 | James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el | 1511 | James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el |
| 1317 | nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el | 1512 | nxml-ns.el nxml-outln.el nxml-parse.el nxml-rap.el nxml-uchnm.el |
| 1318 | nxml-util.el rng-cmpct.el rng-dt.el rng-loc.el rng-maint.el | 1513 | nxml-util.el rng-cmpct.el rng-dt.el rng-loc.el rng-maint.el |
| 1319 | rng-match.el rng-nxml.el rng-parse.el rng-pttrn.el rng-uri.el | 1514 | rng-match.el rng-nxml.el rng-parse.el rng-pttrn.el rng-uri.el |
| 1320 | rng-util.el rng-valid.el rng-xsd.el sgml-mode.el xmltok.el | 1515 | rng-util.el rng-valid.el rng-xsd.el sgml-mode.el xmltok.el |
| 1321 | xsd-regexp.el | 1516 | xsd-regexp.el |
| 1322 | and changed fns.c window.c xselect.c | 1517 | and changed fns.c nxml-mode.texi window.c xselect.c |
| 1323 | 1518 | ||
| 1324 | James Cloos: wrote arabic.el | 1519 | James Cloos: wrote arabic.el |
| 1325 | and changed url-history.el | 1520 | and changed url-history.el xfns.c xterm.c xterm.h |
| 1326 | 1521 | ||
| 1327 | James R. Larus: co-wrote mh-e.el | 1522 | James R. Larus: co-wrote mh-e.el |
| 1328 | 1523 | ||
| @@ -1342,13 +1537,19 @@ Jamie Zawinski: wrote mailabbrev.el tar-mode.el | |||
| 1342 | and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el | 1537 | and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el |
| 1343 | and changed bytecode.c mail-extr.el subr.el | 1538 | and changed bytecode.c mail-extr.el subr.el |
| 1344 | 1539 | ||
| 1345 | Jan Djärv: wrote dnd.el font-setting.el x-dnd.el | 1540 | Jan Böcker: wrote org-docview.el |
| 1346 | and changed gtkutil.c xterm.c xfns.c configure.in xterm.h xmenu.c | 1541 | and changed org.el |
| 1347 | x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in | ||
| 1348 | emacs.c xselect.c xresources.texi startup.el alloc.c cus-start.el | ||
| 1349 | xlwmenu.c frame.h and 203 other files | ||
| 1350 | 1542 | ||
| 1351 | Jan Moringen: co-wrote cpp.el | 1543 | Jan Böker: changed org.el |
| 1544 | |||
| 1545 | Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el | ||
| 1546 | and changed gtkutil.c xterm.c xfns.c configure.in xmenu.c xterm.h | ||
| 1547 | gtkutil.h x-win.el keyboard.c Makefile.in nsterm.m frames.texi | ||
| 1548 | xsettings.c frame.c emacs.c xselect.c process.c xlwmenu.c config.in | ||
| 1549 | cus-start.el xresources.texi and 302 other files | ||
| 1550 | |||
| 1551 | Jan Moringen: co-wrote srecode/cpp.el tango-dark-theme.el tango-theme.el | ||
| 1552 | and changed dbus.el dbus.texi dbusbind.c eieio.el log-edit.el zeroconf.el | ||
| 1352 | 1553 | ||
| 1353 | Jan Nieuwenhuizen: changed info.el TUTORIAL.nl add-log.el emacs.c | 1554 | Jan Nieuwenhuizen: changed info.el TUTORIAL.nl add-log.el emacs.c |
| 1354 | emacsclient.c gnus-start.el gud.el nnmh.el server.el startup.el | 1555 | emacsclient.c gnus-start.el gud.el nnmh.el server.el startup.el |
| @@ -1357,36 +1558,40 @@ Jan Rychter: changed gnus-msg.el | |||
| 1357 | 1558 | ||
| 1358 | Jan Schormann: wrote solitaire.el | 1559 | Jan Schormann: wrote solitaire.el |
| 1359 | 1560 | ||
| 1360 | Jan Seeger: changed parse-time.el | 1561 | Jan Seeger: changed org-publish.el parse-time.el |
| 1361 | 1562 | ||
| 1362 | Jan Vroonhof: changed gnus-cite.el gnus-msg.el nntp.el | 1563 | Jan Vroonhof: changed gnus-cite.el gnus-msg.el nntp.el |
| 1363 | 1564 | ||
| 1364 | Jan-Hein Buhrman: changed ange-ftp.el env.el | 1565 | Jan-Hein Buhrman: changed ange-ftp.el env.el |
| 1365 | 1566 | ||
| 1366 | Jared Finder: changed compile.el | 1567 | Jared Finder: changed progmodes/compile.el |
| 1367 | 1568 | ||
| 1368 | Jari Aalto: changed add-log.el filecache.el grep.el gnus-art.el | 1569 | Jari Aalto: changed add-log.el filecache.el progmodes/grep.el comint.el |
| 1369 | gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el nnmail.el apropos.el | 1570 | gnus-art.el gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el |
| 1370 | autorevert.el comint.el compile.el cperl-mode.el debug.el desktop.el | 1571 | nnmail.el apropos.el autorevert.el checkdoc.el cperl-mode.el desktop.el |
| 1371 | executable.el files.el find-dired.el finder.el and 14 other files | 1572 | em-ls.el emacs-lisp/debug.el emacsclient.1 executable.el files.el |
| 1573 | and 20 other files | ||
| 1372 | 1574 | ||
| 1373 | Jason Baker: changed gnus-art.el | 1575 | Jason Baker: changed gnus-art.el |
| 1374 | 1576 | ||
| 1375 | Jason Merrill: changed gnus-sum.el gnus-salt.el imap.el nnfolder.el | 1577 | Jason Dunsmore: changed org-html.el org.el |
| 1578 | |||
| 1579 | Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el imap.el | ||
| 1580 | nnfolder.el | ||
| 1376 | 1581 | ||
| 1377 | Jason Riedy: changed org-table.el org.texi | 1582 | Jason Riedy: changed org-table.el org.texi |
| 1378 | 1583 | ||
| 1379 | Jason Rumney: wrote w32-vars.el | 1584 | Jason Rumney: wrote w32-vars.el |
| 1380 | and changed w32fns.c w32term.c w32font.c makefile.w32-in w32menu.c | 1585 | and changed w32fns.c w32term.c w32font.c makefile.w32-in w32menu.c |
| 1381 | w32-win.el w32term.h w32.c w32uniscribe.c w32-fns.el makefile.nt | 1586 | w32-win.el w32term.h w32.c w32uniscribe.c w32-fns.el makefile.nt |
| 1382 | w32console.c w32bdf.c configure.bat w32proc.c keyboard.c w32select.c | 1587 | w32console.c w32bdf.c configure.bat keyboard.c w32proc.c w32select.c |
| 1383 | font.c image.c w32font.h w32gui.h and 160 other files | 1588 | font.c image.c w32font.h w32gui.h and 160 other files |
| 1384 | 1589 | ||
| 1385 | Jay Belanger: changed calc.texi calc.el calc-ext.el calc-aent.el | 1590 | Jay Belanger: changed calc.texi calc.el calc-ext.el calc-aent.el |
| 1386 | calc-embed.el calc-lang.el calc-prog.el calc-units.el calc-help.el | 1591 | calc-units.el calc-embed.el calc-lang.el calc-prog.el calc-help.el |
| 1387 | calc-math.el calc-arith.el calccomp.el calc-forms.el calc-graph.el | 1592 | calc-math.el calccomp.el calc-arith.el calc-graph.el calc-forms.el |
| 1388 | calc-yank.el calc-misc.el calc-store.el calcalg2.el COPYING calc-alg.el | 1593 | calc-misc.el calc-store.el calc-yank.el calcalg2.el calc-bin.el |
| 1389 | calc-bin.el and 38 other files | 1594 | calc-alg.el calc-vec.el and 39 other files |
| 1390 | 1595 | ||
| 1391 | Jay K. Adams: wrote jka-cmpr-hook.el jka-compr.el | 1596 | Jay K. Adams: wrote jka-cmpr-hook.el jka-compr.el |
| 1392 | 1597 | ||
| @@ -1394,6 +1599,8 @@ Jay Sachs: changed gnus-score.el gnus-win.el | |||
| 1394 | 1599 | ||
| 1395 | Jean-Philippe Theberge: wrote thumbs.el | 1600 | Jean-Philippe Theberge: wrote thumbs.el |
| 1396 | 1601 | ||
| 1602 | Jeff Dairiki: changed whitespace.el | ||
| 1603 | |||
| 1397 | Jeff Dwork: changed ehelp.el facemenu.el | 1604 | Jeff Dwork: changed ehelp.el facemenu.el |
| 1398 | 1605 | ||
| 1399 | Jeff Miller: changed appt.el calendar.el | 1606 | Jeff Miller: changed appt.el calendar.el |
| @@ -1426,13 +1633,15 @@ Jeramey Crawford: changed amdx86-64.h configure.in | |||
| 1426 | Jeremy Bertram Maitin-Shepard: changed erc.el erc-backend.el | 1633 | Jeremy Bertram Maitin-Shepard: changed erc.el erc-backend.el |
| 1427 | erc-button.el erc-track.el mml.el | 1634 | erc-button.el erc-track.el mml.el |
| 1428 | 1635 | ||
| 1429 | Jeremy Whitlock: changed python.el | 1636 | Jeremy Whitlock: changed progmodes/python.el |
| 1430 | 1637 | ||
| 1431 | Jerry Frain: changed systime.h usg5-4.h | 1638 | Jerry Frain: changed systime.h usg5-4.h |
| 1432 | 1639 | ||
| 1433 | Jerry James: changed format.el dns.el gnus-spec.el gnus-util.el | 1640 | Jerry James: changed format.el dns.el gnus-spec.el gnus-util.el |
| 1434 | gnus-xmas.el | 1641 | gnus-xmas.el |
| 1435 | 1642 | ||
| 1643 | Jes Bodi Klinke: changed progmodes/compile.el | ||
| 1644 | |||
| 1436 | Jesper Harder: wrote yenc.el | 1645 | Jesper Harder: wrote yenc.el |
| 1437 | and changed gnus-sum.el gnus-art.el message.el gnus-group.el gnus-msg.el | 1646 | and changed gnus-sum.el gnus-art.el message.el gnus-group.el gnus-msg.el |
| 1438 | gnus.el gnus-util.el rfc2047.el mm-bodies.el mm-util.el mml.el | 1647 | gnus.el gnus-util.el rfc2047.el mm-bodies.el mm-util.el mml.el |
| @@ -1449,18 +1658,17 @@ and co-wrote wyse50.el | |||
| 1449 | and changed keyboard.c xterm.c xfns.c Makefile.in window.c process.c | 1658 | and changed keyboard.c xterm.c xfns.c Makefile.in window.c process.c |
| 1450 | ymakefile dispnew.c xdisp.c sysdep.c configure.in lisp.h keymap.c | 1659 | ymakefile dispnew.c xdisp.c sysdep.c configure.in lisp.h keymap.c |
| 1451 | configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c | 1660 | configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c |
| 1452 | and 389 other files | 1661 | and 387 other files |
| 1453 | 1662 | ||
| 1454 | Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h | 1663 | Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h |
| 1455 | rmail.el | 1664 | rmail.el |
| 1456 | 1665 | ||
| 1457 | Jim Meyering: changed lread.c w32.c copyright.el ebrowse.c term.c | 1666 | Jim Meyering: changed lread.c w32.c copyright.el ebrowse.c emacs.c |
| 1458 | w32font.c xfaces.c xselect.c Makefile.in alloc.c autoinsert.el buffer.h | 1667 | make-docfile.c nsfont.m term.c w32font.c xfaces.c xselect.c Makefile.in |
| 1459 | character.h configure configure.in doprnt.c editfns.c etags.c frame.c | 1668 | alloc.c artist.el autoinsert.el buffer.h character.h charset.c |
| 1460 | ftfont.c grep-changelog and 25 other files | 1669 | configure configure.in doprnt.c and 52 other files |
| 1461 | 1670 | ||
| 1462 | Jim Radford: co-wrote nnimap.el | 1671 | Jim Radford: changed gnus-start.el |
| 1463 | and changed gnus-start.el | ||
| 1464 | 1672 | ||
| 1465 | Jim Salem: wrote completion.el | 1673 | Jim Salem: wrote completion.el |
| 1466 | 1674 | ||
| @@ -1480,7 +1688,8 @@ Joakim Hove: wrote html2text.el | |||
| 1480 | 1688 | ||
| 1481 | Joakim Verona: wrote db-javascript.el | 1689 | Joakim Verona: wrote db-javascript.el |
| 1482 | and co-wrote db-ebrowse.el | 1690 | and co-wrote db-ebrowse.el |
| 1483 | and changed compile.el nnrss.el thingatpt.el window.c window.h | 1691 | and changed Makefile.in configure.in image-mode.el image.c image.el |
| 1692 | nnrss.el progmodes/compile.el thingatpt.el window.c window.h | ||
| 1484 | 1693 | ||
| 1485 | Joanna Pluta: changed TUTORIAL.pl | 1694 | Joanna Pluta: changed TUTORIAL.pl |
| 1486 | 1695 | ||
| @@ -1500,7 +1709,7 @@ Joe Corneli: changed subr.el | |||
| 1500 | 1709 | ||
| 1501 | Joe Edmonds: changed lisp-mode.el | 1710 | Joe Edmonds: changed lisp-mode.el |
| 1502 | 1711 | ||
| 1503 | Joe Hildebrand: co-wrote nndb.el | 1712 | Joe Matarazzo: changed ebrowse.c |
| 1504 | 1713 | ||
| 1505 | Joe Ramey: changed filelock.c rmailsum.el | 1714 | Joe Ramey: changed filelock.c rmailsum.el |
| 1506 | 1715 | ||
| @@ -1510,6 +1719,8 @@ Joe Wells: wrote mail-extr.el resume.el | |||
| 1510 | and co-wrote apropos.el | 1719 | and co-wrote apropos.el |
| 1511 | and changed arc-mode.el tex-mode.el | 1720 | and changed arc-mode.el tex-mode.el |
| 1512 | 1721 | ||
| 1722 | Joel Boehland: co-wrote ob-clojure.el ob-lisp.el | ||
| 1723 | |||
| 1513 | Joel N. Weber II: changed comint.el make-dist | 1724 | Joel N. Weber II: changed comint.el make-dist |
| 1514 | 1725 | ||
| 1515 | Joel Ray Holveck: changed gnus-sum.el info.el | 1726 | Joel Ray Holveck: changed gnus-sum.el info.el |
| @@ -1519,8 +1730,8 @@ Joev Dubach: changed nntp.el | |||
| 1519 | Johan Bockgård: changed erc.el cl-macs.el erc-backend.el erc-button.el | 1730 | Johan Bockgård: changed erc.el cl-macs.el erc-backend.el erc-button.el |
| 1520 | erc-match.el browse-url.el bytecomp.el custom.el display.texi | 1731 | erc-match.el browse-url.el bytecomp.el custom.el display.texi |
| 1521 | erc-compat.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el | 1732 | erc-compat.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el |
| 1522 | help-fns.el simple.el subr.el xterm.el advice.el align.el basic.texi | 1733 | help-fns.el icomplete.el mouse-sel.el simple.el subr.el xdisp.c |
| 1523 | and 40 other files | 1734 | xterm.el and 48 other files |
| 1524 | 1735 | ||
| 1525 | Johan Euphrosine: changed ibuf-ext.el | 1736 | Johan Euphrosine: changed ibuf-ext.el |
| 1526 | 1737 | ||
| @@ -1548,7 +1759,7 @@ John Heidemann: wrote mouse-copy.el mouse-drag.el | |||
| 1548 | 1759 | ||
| 1549 | John Hughes: changed term.c | 1760 | John Hughes: changed term.c |
| 1550 | 1761 | ||
| 1551 | John J Foerch: changed compile.el erc-stamp.el | 1762 | John J Foerch: changed erc-stamp.el progmodes/compile.el |
| 1552 | 1763 | ||
| 1553 | John Mongan: changed f90.el | 1764 | John Mongan: changed f90.el |
| 1554 | 1765 | ||
| @@ -1568,18 +1779,20 @@ John Wiegley: wrote align.el cal-bahai.el em-alias.el em-banner.el | |||
| 1568 | em-pred.el em-prompt.el em-rebind.el em-script.el em-smart.el | 1779 | em-pred.el em-prompt.el em-rebind.el em-script.el em-smart.el |
| 1569 | em-term.el em-unix.el em-xtra.el erc-identd.el esh-arg.el esh-cmd.el | 1780 | em-term.el em-unix.el em-xtra.el erc-identd.el esh-arg.el esh-cmd.el |
| 1570 | esh-ext.el esh-io.el esh-mode.el esh-module.el esh-opt.el esh-proc.el | 1781 | esh-ext.el esh-io.el esh-mode.el esh-module.el esh-opt.el esh-proc.el |
| 1571 | esh-test.el esh-util.el esh-var.el eshell.el eudcb-mab.el isearchb.el | 1782 | esh-util.el esh-var.el eshell.el eudcb-mab.el isearchb.el org-attach.el |
| 1572 | org-attach.el org-crypt.el org-habit.el pcmpl-cvs.el pcomplete.el | 1783 | org-crypt.el org-habit.el pcmpl-cvs.el pcomplete.el remember.el |
| 1573 | remember.el timeclock.el | 1784 | timeclock.el |
| 1574 | and co-wrote org-mac-message.el | 1785 | and co-wrote org-mac-message.el org-pcomplete.el |
| 1575 | and changed org-clock.el erc-chess.el org-agenda.el org.el erc.el | 1786 | and changed org-clock.el org-agenda.el erc-chess.el org.el erc.el |
| 1576 | iswitchb.el Makefile.in allout.el cal-menu.el calendar.el compile.el | 1787 | iswitchb.el ido.el esh-test.el Makefile.in allout.el cal-menu.el |
| 1577 | desktop.el diary-lib.el erc-bbdb.el erc-button.el erc-complete.el | 1788 | calendar.el desktop.el diary-lib.el erc-bbdb.el erc-button.el |
| 1578 | erc-fill.el erc-ibuffer.el erc-list.el erc-match.el erc-menu.el | 1789 | erc-complete.el erc-fill.el erc-ibuffer.el erc-list.el erc-match.el |
| 1579 | and 16 other files | 1790 | and 19 other files |
| 1580 | 1791 | ||
| 1581 | John Williams: changed etags.el | 1792 | John Williams: changed etags.el |
| 1582 | 1793 | ||
| 1794 | Jon Anders Skorpen: changed org-publish.el | ||
| 1795 | |||
| 1583 | Jon Ericson: changed gnus.el spam-report.el | 1796 | Jon Ericson: changed gnus.el spam-report.el |
| 1584 | 1797 | ||
| 1585 | Jon K Hellan: wrote utf7.el | 1798 | Jon K Hellan: wrote utf7.el |
| @@ -1589,6 +1802,10 @@ Jonathan I. Kamens: changed pop.c movemail.c rmail.el Makefile.in | |||
| 1589 | gnus-sum.el jka-compr.el rmailout.el rnewspost.el sendmail.el simple.el | 1802 | gnus-sum.el jka-compr.el rmailout.el rnewspost.el sendmail.el simple.el |
| 1590 | timezone.el vc-hooks.el | 1803 | timezone.el vc-hooks.el |
| 1591 | 1804 | ||
| 1805 | Jonathan Marchand: changed cpp-root.el | ||
| 1806 | |||
| 1807 | Jonathan Rockway: changed rcirc.el | ||
| 1808 | |||
| 1592 | Jonathan Stigelman: changed hilit19.el | 1809 | Jonathan Stigelman: changed hilit19.el |
| 1593 | 1810 | ||
| 1594 | Jonathan Vail: changed vc.el | 1811 | Jonathan Vail: changed vc.el |
| @@ -1605,7 +1822,9 @@ and changed erc.el erc-track.el erc-backend.el erc-match.el erc-stamp.el | |||
| 1605 | erc-bbdb.el erc-imenu.el erc-lang.el erc-list.el erc-macs.el | 1822 | erc-bbdb.el erc-imenu.el erc-lang.el erc-list.el erc-macs.el |
| 1606 | erc-menu.el and 8 other files | 1823 | erc-menu.el and 8 other files |
| 1607 | 1824 | ||
| 1608 | Jose E. Marchesi: changed ada-mode.el gomoku.el smtpmail.el | 1825 | Jose A. Ortega Ruiz: changed gnus-sum.el |
| 1826 | |||
| 1827 | Jose E. Marchesi: changed ada-mode.el gomoku.el simple.el smtpmail.el | ||
| 1609 | 1828 | ||
| 1610 | Joseph Arceneaux: wrote xrdb.c | 1829 | Joseph Arceneaux: wrote xrdb.c |
| 1611 | and changed xterm.c xfns.c keyboard.c screen.c dispnew.c xdisp.c window.c | 1830 | and changed xterm.c xfns.c keyboard.c screen.c dispnew.c xdisp.c window.c |
| @@ -1632,12 +1851,14 @@ João Cachopo: changed spam.el | |||
| 1632 | Juan León Lahoz García: wrote wdired.el | 1851 | Juan León Lahoz García: wrote wdired.el |
| 1633 | and changed files.el perl-mode.el | 1852 | and changed files.el perl-mode.el |
| 1634 | 1853 | ||
| 1635 | Juanma Barranquero: changed makefile.w32-in subr.el files.el faces.el | 1854 | Juan Pechiar: wrote ob-mscgen.el |
| 1636 | bs.el help-fns.el w32fns.c org.el server.el simple.el emacsclient.c | 1855 | and changed ob-octave.el |
| 1637 | desktop.el buffer.c mule-cmds.el ido.el window.c xdisp.c allout.el | ||
| 1638 | keyboard.c replace.el eval.c and 932 other files | ||
| 1639 | 1856 | ||
| 1640 | Juergen Hoetzel: changed url-handlers.el | 1857 | Juanma Barranquero: wrote emacs-lock.el |
| 1858 | and changed makefile.w32-in subr.el w32fns.c files.el server.el bs.el | ||
| 1859 | help-fns.el emacsclient.c faces.el org.el simple.el buffer.c xdisp.c | ||
| 1860 | keyboard.c process.c w32term.c desktop.el ido.el eval.c mule-cmds.el | ||
| 1861 | w32.c and 1036 other files | ||
| 1641 | 1862 | ||
| 1642 | Juergen Kreileder: changed imap.el nnimap.el | 1863 | Juergen Kreileder: changed imap.el nnimap.el |
| 1643 | 1864 | ||
| @@ -1647,17 +1868,28 @@ Julian Scheid: changed tramp.el | |||
| 1647 | 1868 | ||
| 1648 | Julien Avarre: changed gnus-fun.el | 1869 | Julien Avarre: changed gnus-fun.el |
| 1649 | 1870 | ||
| 1871 | Julien Barnier: changed ob-comint.el ob-sh.el org.el | ||
| 1872 | |||
| 1873 | Julien Danjou: wrote gnus-gravatar.el gravatar.el notifications.el | ||
| 1874 | shr-color.el | ||
| 1875 | and co-wrote color.el | ||
| 1876 | and changed shr.el org-agenda.el gnus-art.el gnus-html.el gnus.el | ||
| 1877 | mm-decode.el gnus-group.el gnus-util.el message.el org.el gnus-sum.el | ||
| 1878 | gnus.texi mm-view.el mm-uu.el nnimap.el nnir.el sieve-manage.el | ||
| 1879 | color-lab.el url-cache.el auth-source.el gnus-ems.el and 82 other files | ||
| 1880 | |||
| 1650 | Julien Gilles: wrote gnus-ml.el | 1881 | Julien Gilles: wrote gnus-ml.el |
| 1651 | 1882 | ||
| 1652 | Junio Hamano: changed window.el | 1883 | Junio Hamano: changed window.el |
| 1653 | 1884 | ||
| 1654 | Jure Cuhalev: changed ispell.el | 1885 | Jure Cuhalev: changed ispell.el |
| 1655 | 1886 | ||
| 1656 | Juri Linkov: wrote files-x.el misearch.el | 1887 | Juri Linkov: wrote files-x.el misearch.el occur-tests.el |
| 1657 | and changed info.el isearch.el simple.el replace.el dired-aux.el | 1888 | and changed info.el isearch.el simple.el replace.el progmodes/grep.el |
| 1658 | startup.el grep.el compile.el dired.el files.el faces.el display.texi | 1889 | dired-aux.el progmodes/compile.el dired.el startup.el faces.el files.el |
| 1659 | menu-bar.el descr-text.el cus-edit.el bindings.el man.el image-mode.el | 1890 | display.texi menu-bar.el descr-text.el bindings.el cus-edit.el |
| 1660 | ispell.el text.texi dired-x.el and 281 other files | 1891 | image-mode.el ispell.el man.el dired-x.el log-view.el |
| 1892 | and 334 other files | ||
| 1661 | 1893 | ||
| 1662 | Justin Bogner: changed fortune.el | 1894 | Justin Bogner: changed fortune.el |
| 1663 | 1895 | ||
| @@ -1668,17 +1900,19 @@ Justus Piater: changed smtpmail.el | |||
| 1668 | Jérôme Marant: changed Makefile.in make-dist bindings.el configure.in | 1900 | Jérôme Marant: changed Makefile.in make-dist bindings.el configure.in |
| 1669 | emacsclient.c misc.texi | 1901 | emacsclient.c misc.texi |
| 1670 | 1902 | ||
| 1903 | Jürgen Hötzel: changed comint.el url-handlers.el wid-edit.el | ||
| 1904 | |||
| 1671 | K. Shane Hartman: wrote chistory.el echistory.el electric.el emacsbug.el | 1905 | K. Shane Hartman: wrote chistory.el echistory.el electric.el emacsbug.el |
| 1672 | helper.el picture.el view.el | 1906 | helper.el picture.el view.el |
| 1673 | and changed rmail.el ebuff-menu.el dired.el simple.el add-log.el | 1907 | and changed rmail.el ebuff-menu.el simple.el dired.el add-log.el |
| 1674 | lisp-mode.el shell.el buff-menu.el buffer.c c-mode.el mail-utils.el | 1908 | lisp-mode.el mim-mode.el shell.el buff-menu.el buffer.c c-mode.el |
| 1675 | mim-mode.el more-mode.el aton.el c++-mode.el cmds.c compile.el files.el | 1909 | mail-utils.el more-mode.el aton.el c++-mode.el cmds.c compile.el |
| 1676 | gud.el indent.el info.el and 13 other files | 1910 | files.el gud.el indent.el info.el and 13 other files |
| 1677 | 1911 | ||
| 1678 | Kahlil Hodgson: changed timeclock.el | 1912 | Kahlil Hodgson: changed timeclock.el |
| 1679 | 1913 | ||
| 1680 | Kai Großjohann: wrote gnus-delay.el nnir.el tramp-uu.el trampver.el | 1914 | Kai Großjohann: wrote gnus-delay.el nnir.el tramp-uu.el trampver.el |
| 1681 | and co-wrote longlines.el nndb.el tramp.el | 1915 | and co-wrote longlines.el tramp-sh.el tramp.el |
| 1682 | and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el | 1916 | and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el |
| 1683 | tramp.texi nntp.el gnus.el simple.el ange-ftp.el Makefile.in dired.el | 1917 | tramp.texi nntp.el gnus.el simple.el ange-ftp.el Makefile.in dired.el |
| 1684 | paragraphs.el bindings.el files.texi gnus-art.el gnus-group.el man.el | 1918 | paragraphs.el bindings.el files.texi gnus-art.el gnus-group.el man.el |
| @@ -1691,25 +1925,32 @@ Kailash C. Chowksey: changed HELLO Makefile.in ind-util.el kannada.el | |||
| 1691 | 1925 | ||
| 1692 | Kalle Olavi Niemitalo: changed keyboard.c | 1926 | Kalle Olavi Niemitalo: changed keyboard.c |
| 1693 | 1927 | ||
| 1928 | Kan-Ru Chen: changed nnir.el ecomplete.el gnus-diary.el gnus.texi | ||
| 1929 | nroff-mode.el | ||
| 1930 | |||
| 1694 | Kanematsu Daiji: changed nnimap.el | 1931 | Kanematsu Daiji: changed nnimap.el |
| 1695 | 1932 | ||
| 1933 | Karel Klíč: changed fileio.c files.el Makefile.in configure.in eval.c | ||
| 1934 | ftfont.c lisp.h text.texi tramp.el | ||
| 1935 | |||
| 1696 | Karl Berry: changed emacs.texi info.texi elisp.texi text.texi anti.texi | 1936 | Karl Berry: changed emacs.texi info.texi elisp.texi text.texi anti.texi |
| 1697 | display.texi .cvsignore emacs-xtra.texi faq.texi filelock.c gnu.texi | 1937 | display.texi emacs-xtra.texi faq.texi filelock.c gnu.texi macos.texi |
| 1698 | macos.texi minibuf.texi mule.texi processes.texi texinfo.tex | 1938 | minibuf.texi mule.texi processes.texi texinfo.tex ada-mode.texi |
| 1699 | ada-mode.texi autotype.texi building.texi calc.texi cc-mode.texi | 1939 | autotype.texi building.texi calc.texi cc-mode.texi cl.texi |
| 1700 | and 94 other files | 1940 | and 93 other files |
| 1701 | 1941 | ||
| 1702 | Karl Chen: changed files.el align.el cc-vars.el gnus-art.el help-mode.el | 1942 | Karl Chen: changed files.el align.el cc-vars.el emacsclient.c gnus-art.el |
| 1703 | jka-cmpr-hook.el make-mode.el perl-mode.el python.el tex-mode.el | 1943 | help-mode.el jka-cmpr-hook.el make-mode.el perl-mode.el |
| 1704 | vc-svn.el | 1944 | progmodes/python.el tex-mode.el vc-svn.el |
| 1705 | 1945 | ||
| 1706 | Karl Eichwalder: changed Makefile.in add-log.el bookmark.el dired-aux.el | 1946 | Karl Eichwalder: changed Makefile.in add-log.el bookmark.el dired-aux.el |
| 1707 | dired.el info.el menu-bar.el midnight.el po.el | 1947 | dired.el info.el menu-bar.el midnight.el po.el |
| 1708 | 1948 | ||
| 1709 | Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el | 1949 | Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el |
| 1710 | and changed files.el INSTALL autogen.sh doc-view.el image-mode.el info.el | 1950 | and changed files.el doc-view.el image-mode.el info.el simple.el INSTALL |
| 1711 | isearch.el menu-bar.el simple.el thingatpt.el INSTALL.BZR configure | 1951 | autogen.sh isearch.el menu-bar.el thingatpt.el INSTALL.BZR configure |
| 1712 | configure.in editfns.c gnus-bookmark.el nnmail.el vc-svn.el window.c | 1952 | configure.in editfns.c gnus-bookmark.el gnus-msg.el gnus-sum.el man.el |
| 1953 | nnmail.el vc-svn.el window.c and 3 other files | ||
| 1713 | 1954 | ||
| 1714 | Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c | 1955 | Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c |
| 1715 | alloc.c files.el frame.c window.c configure.in Makefile.in data.c | 1956 | alloc.c files.el frame.c window.c configure.in Makefile.in data.c |
| @@ -1725,20 +1966,21 @@ Karl Landstrom: co-wrote js.el | |||
| 1725 | Karl M. Hegbloom: changed gnus.el | 1966 | Karl M. Hegbloom: changed gnus.el |
| 1726 | 1967 | ||
| 1727 | Karl Pflästerer: changed gnus-art.el gnus-score.el mml.el spam-stat.el | 1968 | Karl Pflästerer: changed gnus-art.el gnus-score.el mml.el spam-stat.el |
| 1969 | vc-svn.el | ||
| 1728 | 1970 | ||
| 1729 | Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el | 1971 | Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el |
| 1730 | 1972 | ||
| 1731 | Katsumi Yamaoka: wrote canlock.el | 1973 | Katsumi Yamaoka: wrote canlock.el |
| 1732 | and changed gnus-art.el message.el gnus-sum.el gnus.texi mm-decode.el | 1974 | and changed gnus-art.el gnus-sum.el message.el gnus.texi mm-decode.el |
| 1733 | mm-util.el mm-view.el rfc2047.el mml.el gnus-group.el gnus-msg.el | 1975 | mm-util.el mm-view.el gnus-group.el mml.el rfc2047.el gnus-util.el |
| 1734 | gnus-util.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el | 1976 | gnus-start.el gnus-msg.el shr.el gnus.el nntp.el gnus-agent.el nnrss.el |
| 1735 | mm-uu.el nnmail.el emacs-mime.texi nnheader.el and 108 other files | 1977 | nnmail.el mm-uu.el gnus-html.el and 133 other files |
| 1736 | 1978 | ||
| 1737 | Kaveh R. Ghazi: changed delta88k.h xterm.c | 1979 | Kaveh R. Ghazi: changed delta88k.h xterm.c |
| 1738 | 1980 | ||
| 1739 | Kayvan Sylvan: changed supercite.el | 1981 | Kayvan Sylvan: changed supercite.el |
| 1740 | 1982 | ||
| 1741 | Kazuhiro Ito: changed coding.c | 1983 | Kazuhiro Ito: changed coding.c flow-fill.el |
| 1742 | 1984 | ||
| 1743 | Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c | 1985 | Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c |
| 1744 | 1986 | ||
| @@ -1746,32 +1988,38 @@ Keiichi Suzuki: changed nntp.el | |||
| 1746 | 1988 | ||
| 1747 | Keisuke Nishida: changed print.c alloc.c bytecomp.el data.c keymap.c | 1989 | Keisuke Nishida: changed print.c alloc.c bytecomp.el data.c keymap.c |
| 1748 | 1990 | ||
| 1991 | Keitaro Miyazaki: changed re-builder.el | ||
| 1992 | |||
| 1749 | Keith Gabryelski: wrote hexl.c hexl.el | 1993 | Keith Gabryelski: wrote hexl.c hexl.el |
| 1750 | 1994 | ||
| 1751 | Ken Brown: changed browse-url.el cygwin.h configure.in emacs.c | 1995 | Keith Packard: changed font.c |
| 1996 | |||
| 1997 | Ken Brown: changed configure.in cygwin.h sheap.c browse-url.el gmalloc.c | ||
| 1998 | vm-limit.c dired.c emacs.c loadup.el mem-limits.h unexcw.c | ||
| 1752 | 1999 | ||
| 1753 | Ken Brush: changed emacsclient.c | 2000 | Ken Brush: changed emacsclient.c |
| 1754 | 2001 | ||
| 1755 | Ken Laprade: changed simple.el | 2002 | Ken Laprade: changed simple.el |
| 1756 | 2003 | ||
| 1757 | Ken Manheimer: wrote allout.el icomplete.el | 2004 | Ken Manheimer: wrote allout-widgets.el allout.el icomplete.el |
| 1758 | and changed pgg-gpg.el pgg.el python.el pgg-pgp.el pgg-pgp5.el edebug.el | 2005 | and changed pgg-gpg.el pgg.el progmodes/python.el encrypted-locked.xpm |
| 1759 | pgg.texi tips.texi | 2006 | pgg-pgp.el pgg-pgp5.el unlocked-encrypted.png unlocked-encrypted.xpm |
| 2007 | README edebug.el pgg.texi tips.texi | ||
| 1760 | 2008 | ||
| 1761 | Ken Raeburn: changed lisp.h lread.c Makefile.in alloc.c buffer.c fns.c | 2009 | Ken Raeburn: changed lisp.h lread.c Makefile.in alloc.c buffer.c fns.c |
| 1762 | keyboard.c minibuf.c coding.c editfns.c fileio.c keymap.c undo.c | 2010 | keyboard.c minibuf.c coding.c editfns.c fileio.c keymap.c xdisp.c |
| 1763 | xdisp.c xfns.c xterm.c charset.h coding.h configure.in fontset.c | 2011 | configure.in emacs.c undo.c xfns.c xterm.c charset.h coding.h fontset.c |
| 1764 | process.c and 90 other files | 2012 | and 93 other files |
| 1765 | 2013 | ||
| 1766 | Ken Stevens: wrote ispell.el | 2014 | Ken Stevens: wrote ispell.el |
| 1767 | 2015 | ||
| 1768 | Kenichi Handa: wrote composite.el cyrillic.el isearch-x.el ps-bdf.el | 2016 | Kenichi Handa: wrote composite.el cyrillic.el isearch-x.el ps-bdf.el |
| 1769 | py-punct.el pypunct-b5.el thai-word.el | 2017 | py-punct.el pypunct-b5.el thai-word.el |
| 1770 | and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el | 2018 | and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el |
| 1771 | and changed coding.c mule-cmds.el mule.el fontset.c charset.c fontset.el | 2019 | and changed coding.c mule-cmds.el mule.el fontset.c charset.c xdisp.c |
| 1772 | xdisp.c xterm.c font.c fileio.c Makefile.in mule-conf.el characters.el | 2020 | fontset.el font.c xterm.c Makefile.in fileio.c mule-conf.el |
| 1773 | fns.c mule-diag.el ftfont.c ccl.c charset.h xfaces.c coding.h | 2021 | characters.el fns.c ftfont.c mule-diag.el charset.h ccl.c coding.h |
| 1774 | japanese.el and 377 other files | 2022 | xfaces.c japanese.el and 379 other files |
| 1775 | 2023 | ||
| 1776 | Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el | 2024 | Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el |
| 1777 | 2025 | ||
| @@ -1792,6 +2040,7 @@ Kevin Christian: changed gnus-score.el | |||
| 1792 | 2040 | ||
| 1793 | Kevin Gallagher: wrote edt-lk201.el edt-mapper.el edt-pc.el edt-user.el | 2041 | Kevin Gallagher: wrote edt-lk201.el edt-mapper.el edt-pc.el edt-user.el |
| 1794 | edt-vt100.el edt.el flow-ctrl.el | 2042 | edt-vt100.el edt.el flow-ctrl.el |
| 2043 | and changed edt.texi | ||
| 1795 | 2044 | ||
| 1796 | Kevin Gallo: wrote w32-win.el | 2045 | Kevin Gallo: wrote w32-win.el |
| 1797 | and changed makefile.nt dispnew.c addpm.c config.nt config.w95 | 2046 | and changed makefile.nt dispnew.c addpm.c config.nt config.w95 |
| @@ -1809,23 +2058,23 @@ and changed gnus-agent.el gnus-sum.el gnus-start.el gnus-int.el nntp.el | |||
| 1809 | Kevin Layer: changed w32proc.c | 2058 | Kevin Layer: changed w32proc.c |
| 1810 | 2059 | ||
| 1811 | Kevin Rodgers: changed compile.el mailabbrev.el dired-x.el files.el | 2060 | Kevin Rodgers: changed compile.el mailabbrev.el dired-x.el files.el |
| 1812 | ange-ftp.el byte-opt.el desktop.el diff-mode.el dired-x.texi ffap.el | 2061 | progmodes/compile.el ange-ftp.el byte-opt.el desktop.el diff-mode.el |
| 1813 | files.texi flyspell.el grep.el isearch.el killing.texi lisp.el | 2062 | dired-x.texi ffap.el files.texi flyspell.el isearch.el killing.texi |
| 1814 | loadhist.el mailalias.el menu-bar.el print.c replace.el | 2063 | lisp.el loadhist.el mailalias.el menu-bar.el print.c progmodes/grep.el |
| 1815 | and 6 other files | 2064 | and 8 other files |
| 1816 | 2065 | ||
| 1817 | Kevin Ryde: wrote info-xref.el | 2066 | Kevin Ryde: wrote info-xref.el |
| 1818 | and changed info-look.el info.el checkdoc.el arc-mode.el cl.texi | 2067 | and changed info-look.el info.el checkdoc.el cl.texi compilation.txt |
| 1819 | compilation.txt ffap.el gnus-art.el mule.el os.texi MORE.STUFF | 2068 | arc-mode.el ffap.el gnus-art.el gnus-sum.el mule.el os.texi |
| 1820 | browse-url.el compile.el dig.el etags.c gnus-sum.el mailcap.el man.el | 2069 | progmodes/compile.el MORE.STUFF browse-url.el copyright.el dig.el |
| 1821 | newst-backend.el nroff-mode.el simple.el and 71 other files | 2070 | etags.c flyspell.el keyboard.c mailcap.el man.el and 80 other files |
| 1822 | 2071 | ||
| 1823 | Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el | 2072 | Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el |
| 1824 | keypad.el kmacro.el | 2073 | keypad.el kmacro.el |
| 1825 | and changed xdisp.c dispextern.h process.c simple.el window.c keyboard.c | 2074 | and changed xdisp.c dispextern.h process.c simple.el window.c keyboard.c |
| 1826 | xterm.c dispnew.c subr.el w32term.c lisp.h fringe.c display.texi | 2075 | xterm.c dispnew.c subr.el w32term.c lisp.h fringe.c display.texi |
| 1827 | macterm.c fns.c alloc.c xfaces.c keymap.c xfns.c xterm.h .gdbinit | 2076 | macterm.c fns.c alloc.c xfaces.c keymap.c xfns.c xterm.h .gdbinit |
| 1828 | and 249 other files | 2077 | and 250 other files |
| 1829 | 2078 | ||
| 1830 | Kim-Minh Kaplan: changed gnus-picon.el gnus-sum.el gnus-start.el | 2079 | Kim-Minh Kaplan: changed gnus-picon.el gnus-sum.el gnus-start.el |
| 1831 | gnus-win.el gnus-xmas.el gnus.texi imap.el message.el nndraft.el | 2080 | gnus-win.el gnus-xmas.el gnus.texi imap.el message.el nndraft.el |
| @@ -1833,6 +2082,8 @@ Kim-Minh Kaplan: changed gnus-picon.el gnus-sum.el gnus-start.el | |||
| 1833 | 2082 | ||
| 1834 | Kimit Yada: changed copyright.el | 2083 | Kimit Yada: changed copyright.el |
| 1835 | 2084 | ||
| 2085 | Kirk Kelsey: changed make-mode.el | ||
| 2086 | |||
| 1836 | Kishore Kumar: changed terminal.el | 2087 | Kishore Kumar: changed terminal.el |
| 1837 | 2088 | ||
| 1838 | Klaus Straubinger: changed url-http.el url-history.el pcmpl-rpm.el | 2089 | Klaus Straubinger: changed url-http.el url-history.el pcmpl-rpm.el |
| @@ -1840,7 +2091,7 @@ Klaus Straubinger: changed url-http.el url-history.el pcmpl-rpm.el | |||
| 1840 | 2091 | ||
| 1841 | Klaus Zeitler: changed configure.in files.el sh-script.el vcursor.el | 2092 | Klaus Zeitler: changed configure.in files.el sh-script.el vcursor.el |
| 1842 | 2093 | ||
| 1843 | Knut Anders Hatlen: changed imap.el | 2094 | Knut Anders Hatlen: changed nnimap.el imap.el |
| 1844 | 2095 | ||
| 1845 | Koaunghi Un: wrote hanja3.el | 2096 | Koaunghi Un: wrote hanja3.el |
| 1846 | and changed hanja.el hangul.el hangul3.el hanja-jis.el symbol-ksc.el | 2097 | and changed hanja.el hangul.el hangul3.el hanja-jis.el symbol-ksc.el |
| @@ -1848,7 +2099,11 @@ and changed hanja.el hangul.el hangul3.el hanja-jis.el symbol-ksc.el | |||
| 1848 | Kobayashi Yasuhiro: changed w32fns.c configure.bat indent.c info.el | 2099 | Kobayashi Yasuhiro: changed w32fns.c configure.bat indent.c info.el |
| 1849 | w32term.c w32term.h window.c xfns.c | 2100 | w32term.c w32term.h window.c xfns.c |
| 1850 | 2101 | ||
| 1851 | Konstantin Novitsky: changed python.el | 2102 | Konrad Hinsen: changed ob-python.el |
| 2103 | |||
| 2104 | Konstantin Novitsky: changed progmodes/python.el | ||
| 2105 | |||
| 2106 | Kristoffer Grönlund: wrote wombat-theme.el | ||
| 1852 | 2107 | ||
| 1853 | Kurt B. Kaiser: changed message.el | 2108 | Kurt B. Kaiser: changed message.el |
| 1854 | 2109 | ||
| @@ -1880,29 +2135,35 @@ Lars Hansen: changed desktop.el tramp.el info.el mh-e.el dired-x.el | |||
| 1880 | hilit-chg.el misc.texi url-auth.el url-cache.el url-dired.el url-ftp.el | 2135 | hilit-chg.el misc.texi url-auth.el url-cache.el url-dired.el url-ftp.el |
| 1881 | url-irc.el url-misc.el url-news.el url-privacy.el and 39 other files | 2136 | url-irc.el url-misc.el url-news.el url-privacy.el and 39 other files |
| 1882 | 2137 | ||
| 2138 | Lars Ingebrigtsen: changed nnimap.el gnus-art.el gnus-sum.el shr.el | ||
| 2139 | gnus.texi gnus-start.el auth-source.el message.el nntp.el gnus-draft.el | ||
| 2140 | gnus-group.el gnus-agent.el gnus-html.el gnus-util.el nnfolder.el | ||
| 2141 | nnmail.el proto-stream.el gnus-demon.el gnus-gravatar.el gnus-int.el | ||
| 2142 | gnus-msg.el and 6 other files | ||
| 2143 | |||
| 1883 | Lars Lindberg: wrote msb.el | 2144 | Lars Lindberg: wrote msb.el |
| 1884 | and co-wrote dabbrev.el imenu.el | 2145 | and co-wrote dabbrev.el imenu.el |
| 1885 | 2146 | ||
| 1886 | Lars Magne Ingebrigtsen: wrote compface.el dns.el ecomplete.el | 2147 | Lars Magne Ingebrigtsen: wrote compface.el dns.el ecomplete.el |
| 1887 | format-spec.el gnus-agent.el gnus-art.el gnus-async.el gnus-bcklg.el | 2148 | format-spec.el gnus-agent.el gnus-art.el gnus-async.el gnus-bcklg.el |
| 1888 | gnus-cache.el gnus-demon.el gnus-draft.el gnus-dup.el gnus-eform.el | 2149 | gnus-cache.el gnus-demon.el gnus-draft.el gnus-dup.el gnus-eform.el |
| 1889 | gnus-ems.el gnus-fun.el gnus-group.el gnus-int.el gnus-logic.el | 2150 | gnus-ems.el gnus-fun.el gnus-group.el gnus-html.el gnus-int.el |
| 1890 | gnus-move.el gnus-nocem.el gnus-picon.el gnus-range.el gnus-salt.el | 2151 | gnus-logic.el gnus-picon.el gnus-range.el gnus-salt.el gnus-spec.el |
| 1891 | gnus-spec.el gnus-srvr.el gnus-start.el gnus-sum.el gnus-undo.el | 2152 | gnus-srvr.el gnus-start.el gnus-sum.el gnus-undo.el gnus-util.el |
| 1892 | gnus-util.el gnus-uu.el gnus-win.el ietf-drums.el mail-parse.el | 2153 | gnus-uu.el gnus-win.el ietf-drums.el mail-parse.el mail-prsvr.el |
| 1893 | mail-prsvr.el mail-source.el message.el messcompat.el mm-view.el mml.el | 2154 | mail-source.el message.el messcompat.el mm-view.el mml.el netrc.el |
| 1894 | netrc.el nnagent.el nndir.el nndraft.el nngateway.el nnkiboze.el | 2155 | network-stream.el nnagent.el nndir.el nndraft.el nngateway.el nnmail.el |
| 1895 | nnlistserv.el nnmail.el nnoo.el nnslashdot.el nntp.el nnultimate.el | 2156 | nnoo.el nntp.el nnweb.el qp.el rfc2045.el rfc2231.el rtree.el |
| 1896 | nnweb.el nnwfm.el qp.el rfc2045.el rfc2231.el score-mode.el spam.el | 2157 | score-mode.el shr.el spam.el url-queue.el |
| 1897 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el | 2158 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el |
| 1898 | gnus-soup.el gnus-topic.el gnus.el mailcap.el mm-bodies.el mm-decode.el | 2159 | gnus-topic.el gnus.el gssapi.el mailcap.el mm-bodies.el mm-decode.el |
| 1899 | mm-encode.el mm-util.el nnbabyl.el nndoc.el nneething.el nnfolder.el | 2160 | mm-encode.el mm-util.el nnbabyl.el nndoc.el nneething.el nnfolder.el |
| 1900 | nnheader.el nnmbox.el nnmh.el nnml.el nnsoup.el nnspool.el nnvirtual.el | 2161 | nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el |
| 1901 | rfc2047.el time-date.el | 2162 | rfc2047.el time-date.el |
| 1902 | and changed gnus-xmas.el gnus-cite.el gnus.texi spam-report.el | 2163 | and changed gnus.texi gnus-cite.el gnus-xmas.el pop3.el smtpmail.el |
| 1903 | gnus-cus.el smiley-ems.el editfns.c pop3.el flow-fill.el mm-url.el | 2164 | proto-stream.el auth-source.el xml.c dired.el editfns.c nnultimate.el |
| 1904 | mm-uu.el nnrss.el smiley.el assistant.el fns.c gnus-vm.el imap.el | 2165 | gnus-nocem.el gnutls.c imap.el nnkiboze.el nnrss.el nnslashdot.el |
| 1905 | mail-extr.el message.texi nnimap.el custom.el and 36 other files | 2166 | spam-report.el subr.el gnus-cus.el simple.el and 204 other files |
| 1906 | 2167 | ||
| 1907 | Lars Rasmusson: changed ebrowse.c | 2168 | Lars Rasmusson: changed ebrowse.c |
| 1908 | 2169 | ||
| @@ -1911,11 +2172,11 @@ Lasse Rasinen: changed gnus-start.el | |||
| 1911 | Laurent Martelli: changed mm-decode.el | 2172 | Laurent Martelli: changed mm-decode.el |
| 1912 | 2173 | ||
| 1913 | Lawrence Mitchell: wrote erc-backend.el erc-log.el | 2174 | Lawrence Mitchell: wrote erc-backend.el erc-log.el |
| 1914 | and changed erc.el erc-match.el erc-nets.el erc-nickserv.el erc-button.el | 2175 | and changed erc.el org-latex.el org.el erc-match.el erc-nets.el |
| 1915 | erc-compat.el erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el | 2176 | erc-nickserv.el org-exp.el browse-url.el erc-button.el erc-compat.el |
| 1916 | erc-autoaway.el erc-autojoin.el erc-bbdb.el erc-ezbounce.el erc-menu.el | 2177 | erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el ob.el |
| 1917 | erc-netsplit.el erc-nicklist.el erc-notify.el erc-sound.el lread.c | 2178 | org-html.el cl-macs.el erc-autoaway.el erc-autojoin.el erc-bbdb.el |
| 1918 | and 4 other files | 2179 | and 22 other files |
| 1919 | 2180 | ||
| 1920 | Lawrence R. Dodd: co-wrote dired-x.el | 2181 | Lawrence R. Dodd: co-wrote dired-x.el |
| 1921 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el | 2182 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el |
| @@ -1925,19 +2186,26 @@ and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el | |||
| 1925 | 2186 | ||
| 1926 | Leigh Stoller: changed emacsclient.c server.el | 2187 | Leigh Stoller: changed emacsclient.c server.el |
| 1927 | 2188 | ||
| 1928 | Lennart Borgman: wrote org-freemind.el | 2189 | Lennart Borgman: wrote ert-x.el org-freemind.el |
| 1929 | and changed nxml-mode.el tutorial.el window.el ada-xref.el debug.el | 2190 | and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el |
| 1930 | emacsclient.c filesets.el flymake.el help-fns.el isearch.el linum.el | 2191 | emacs-lisp/debug.el emacsclient.c filesets.el flymake.el help-fns.el |
| 1931 | lisp-mode.el mouse.el recentf.el remember.el replace.el shell.el | 2192 | isearch.el linum.el lisp-mode.el mouse.el recentf.el remember.el |
| 1932 | texinfmt.el w32term.c w32term.h | 2193 | replace.el ruby-mode.el shell.el texinfmt.el w32term.c w32term.h |
| 1933 | 2194 | ||
| 1934 | Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c | 2195 | Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c |
| 1935 | 2196 | ||
| 2197 | Leo Liu: changed rcirc.el ido.el makefile.w32-in abbrev.el Makefile.in | ||
| 2198 | deps.mk fns.c gl-comp.m4 gnulib.mk minibuffer.el register.el replace.el | ||
| 2199 | abbrevlist.el ansi-color.el bindings.el bookmark.el cl-macs.el diff.el | ||
| 2200 | editfns.c files.el footnote.el and 21 other files | ||
| 2201 | |||
| 1936 | Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el | 2202 | Leonard H. Tower Jr.: changed rnews.el rnewspost.el emacsbug.el |
| 1937 | rmailout.el sendmail.el | 2203 | rmailout.el sendmail.el |
| 1938 | 2204 | ||
| 1939 | Levin Du: changed parse-time.el | 2205 | Levin Du: changed parse-time.el |
| 1940 | 2206 | ||
| 2207 | Lewis Perin: changed emacs.manifest | ||
| 2208 | |||
| 1941 | Liam Healy: changed outline.el | 2209 | Liam Healy: changed outline.el |
| 1942 | 2210 | ||
| 1943 | Lloyd Zusman: changed mml.el pgg-gpg.el | 2211 | Lloyd Zusman: changed mml.el pgg-gpg.el |
| @@ -1954,13 +2222,23 @@ Lucid, Inc.: changed byte-opt.el byte-run.el bytecode.c bytecomp.el | |||
| 1954 | delsel.el disass.el faces.el font-lock.el lmenu.el mailabbrev.el | 2222 | delsel.el disass.el faces.el font-lock.el lmenu.el mailabbrev.el |
| 1955 | select.el xfaces.c xselect.c | 2223 | select.el xfaces.c xselect.c |
| 1956 | 2224 | ||
| 2225 | Ludovic Courtes: changed nnregistry.el | ||
| 2226 | |||
| 2227 | Ludovic Courtès: wrote nnregistry.el | ||
| 2228 | and changed gnus.texi | ||
| 2229 | |||
| 2230 | Lukas Huonker: changed tetris.el | ||
| 2231 | |||
| 1957 | Łukasz Demianiuk: changed erc.el | 2232 | Łukasz Demianiuk: changed erc.el |
| 1958 | 2233 | ||
| 1959 | Lute Kamstra: changed modes.texi generic.el debug.el generic-x.el | 2234 | Łukasz Stelmach: changed cookie1.el message.el org-agenda.el org-bbdb.el |
| 1960 | font-lock.el simple.el subr.el Makefile.in battery.el debugging.texi | 2235 | org-exp.el org-html.el org.el |
| 1961 | easy-mmode.el elisp.texi hl-line.el info.el basic.texi bindings.el | 2236 | |
| 1962 | calc.el cmdargs.texi diff-mode.el doclicense.texi edebug.texi | 2237 | Lute Kamstra: changed modes.texi generic.el emacs-lisp/debug.el |
| 1963 | and 290 other files | 2238 | generic-x.el font-lock.el simple.el subr.el Makefile.in battery.el |
| 2239 | debugging.texi easy-mmode.el elisp.texi hl-line.el info.el basic.texi | ||
| 2240 | bindings.el calc.el cmdargs.texi diff-mode.el doclicense.texi | ||
| 2241 | edebug.texi and 290 other files | ||
| 1964 | 2242 | ||
| 1965 | Lynn Slater: wrote help-macro.el | 2243 | Lynn Slater: wrote help-macro.el |
| 1966 | 2244 | ||
| @@ -1969,10 +2247,14 @@ Maciek Pasternacki: changed nnrss.el | |||
| 1969 | Magnus Henoch: changed url-http.el ispell.el url.el dbusbind.c dns.el | 2247 | Magnus Henoch: changed url-http.el ispell.el url.el dbusbind.c dns.el |
| 1970 | url-gw.el url-parse.el url-proxy.el autoinsert.el cl.texi configure.in | 2248 | url-gw.el url-parse.el url-proxy.el autoinsert.el cl.texi configure.in |
| 1971 | cyrillic.el dbus.el gnus.texi hashcash.el log-edit.el message.el | 2249 | cyrillic.el dbus.el gnus.texi hashcash.el log-edit.el message.el |
| 1972 | org-latex.el org-table.el process.c rcirc.el and 8 other files | 2250 | org-clock.el org-latex.el org-table.el process.c and 10 other files |
| 1973 | 2251 | ||
| 1974 | Malcolm Purvis: changed spam-stat.el | 2252 | Malcolm Purvis: changed spam-stat.el |
| 1975 | 2253 | ||
| 2254 | Manoj Srivastava: wrote manoj-dark-theme.el | ||
| 2255 | |||
| 2256 | Manuel Giraud: changed org-html.el org-publish.el org.texi | ||
| 2257 | |||
| 1976 | Manuel Serrano: wrote flyspell.el | 2258 | Manuel Serrano: wrote flyspell.el |
| 1977 | 2259 | ||
| 1978 | Marc Fleischeuers: changed files.el | 2260 | Marc Fleischeuers: changed files.el |
| @@ -1997,9 +2279,11 @@ Marcus G. Daniels: changed xterm.c configure.in lwlib-Xm.c lwlib.c | |||
| 1997 | editfns.c emacs.c frame.c frame.h irix5-0.h keyboard.c linux.h | 2279 | editfns.c emacs.c frame.c frame.h irix5-0.h keyboard.c linux.h |
| 1998 | lwlib-Xm.h lwlib.h ntterm.c and 11 other files | 2280 | lwlib-Xm.h lwlib.h ntterm.c and 11 other files |
| 1999 | 2281 | ||
| 2282 | Marcus Harnisch: changed gnus-art.el | ||
| 2283 | |||
| 2000 | Marek Martin: changed nnfolder.el | 2284 | Marek Martin: changed nnfolder.el |
| 2001 | 2285 | ||
| 2002 | Marien Zwart: changed python.el | 2286 | Marien Zwart: changed progmodes/python.el |
| 2003 | 2287 | ||
| 2004 | Mario Lang: wrote erc-button.el erc-ibuffer.el erc-imenu.el erc-menu.el | 2288 | Mario Lang: wrote erc-button.el erc-ibuffer.el erc-imenu.el erc-menu.el |
| 2005 | erc-netsplit.el erc-networks.el erc-notify.el erc-speedbar.el | 2289 | erc-netsplit.el erc-networks.el erc-notify.el erc-speedbar.el |
| @@ -2007,15 +2291,15 @@ Mario Lang: wrote erc-button.el erc-ibuffer.el erc-imenu.el erc-menu.el | |||
| 2007 | and co-wrote erc-fill.el | 2291 | and co-wrote erc-fill.el |
| 2008 | and changed erc.el erc-dcc.el erc-speak.el erc-bbdb.el erc-complete.el | 2292 | and changed erc.el erc-dcc.el erc-speak.el erc-bbdb.el erc-complete.el |
| 2009 | erc-pcomplete.el erc-chess.el erc-list.el battery.el erc-match.el | 2293 | erc-pcomplete.el erc-chess.el erc-list.el battery.el erc-match.el |
| 2010 | erc-autojoin.el erc-nets.el erc-nickserv.el erc-ring.el files.el | 2294 | erc-autojoin.el erc-nets.el erc-nickserv.el erc-ring.el artist.el |
| 2011 | artist.el chart.el complete.el cpp-root.el db-el.el db-global.el | 2295 | cpp-root.el db-el.el db-global.el db-javascript.el db.el diff.el |
| 2012 | and 23 other files | 2296 | and 24 other files |
| 2013 | 2297 | ||
| 2014 | Mark A. Hershberger: changed xml.el nnrss.el mm-url.el cperl-mode.el | 2298 | Mark A. Hershberger: changed xml.el nnrss.el mm-url.el cperl-mode.el |
| 2015 | vc-bzr.el Makefile.in NXML-NEWS cc-mode.texi compilation.txt compile.el | 2299 | isearch.el vc-bzr.el Makefile.in NXML-NEWS cc-mode.texi |
| 2016 | ede.texi eieio.texi esh-mode.el flymake.el gnus-group.el isearch.el | 2300 | compilation.txt ede.texi eieio.texi esh-mode.el flymake.el |
| 2017 | makefile.w32-in nxml nxml-mode.texi programs.texi python.el | 2301 | gnus-group.el makefile.w32-in nxml-mode.texi progmodes/compile.el |
| 2018 | and 5 other files | 2302 | progmodes/python.el programs.texi and 7 other files |
| 2019 | 2303 | ||
| 2020 | Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el | 2304 | Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el |
| 2021 | mh-search.el mh-customize.el mh-identity.el mh-seq.el mh-speed.el | 2305 | mh-search.el mh-customize.el mh-identity.el mh-seq.el mh-speed.el |
| @@ -2025,7 +2309,7 @@ Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el | |||
| 2025 | Mark Davies: changed Makefile.in amdx86-64.h configure configure.in | 2309 | Mark Davies: changed Makefile.in amdx86-64.h configure configure.in |
| 2026 | hp800.h netbsd.h ralloc.c sh3el.h sort.el | 2310 | hp800.h netbsd.h ralloc.c sh3el.h sort.el |
| 2027 | 2311 | ||
| 2028 | Mark Diekhans: changed compile.el | 2312 | Mark Diekhans: changed files.el progmodes/compile.el subr.el |
| 2029 | 2313 | ||
| 2030 | Mark H. Weaver: changed comint.el | 2314 | Mark H. Weaver: changed comint.el |
| 2031 | 2315 | ||
| @@ -2033,6 +2317,8 @@ Mark Hood: changed gnus-uu.el | |||
| 2033 | 2317 | ||
| 2034 | Mark Lambert: changed process.c process.h | 2318 | Mark Lambert: changed process.c process.h |
| 2035 | 2319 | ||
| 2320 | Mark Lillibridge: changed mail-utils.el | ||
| 2321 | |||
| 2036 | Mark Mitchell: changed font-lock.el | 2322 | Mark Mitchell: changed font-lock.el |
| 2037 | 2323 | ||
| 2038 | Mark Neale: changed fortran.el | 2324 | Mark Neale: changed fortran.el |
| @@ -2043,6 +2329,8 @@ Mark Plaksin: changed nnrss.el term.el | |||
| 2043 | 2329 | ||
| 2044 | Mark Thomas: changed flow-fill.el gnus-sum.el gnus-util.el nnmail.el | 2330 | Mark Thomas: changed flow-fill.el gnus-sum.el gnus-util.el nnmail.el |
| 2045 | 2331 | ||
| 2332 | Mark Triggs: changed nnir.el | ||
| 2333 | |||
| 2046 | Mark W Maimone: changed mpuz.el | 2334 | Mark W Maimone: changed mpuz.el |
| 2047 | 2335 | ||
| 2048 | Mark W. Eichin: changed keyboard.c xterm.c | 2336 | Mark W. Eichin: changed keyboard.c xterm.c |
| @@ -2053,23 +2341,26 @@ Markus Armbruster: changed avoid.el | |||
| 2053 | 2341 | ||
| 2054 | Markus Gritsch: changed ebrowse.el | 2342 | Markus Gritsch: changed ebrowse.el |
| 2055 | 2343 | ||
| 2344 | Markus Heiser: changed gud.el | ||
| 2345 | |||
| 2056 | Markus Heritsch: co-wrote ada-mode.el ada-stmt.el ada-xref.el | 2346 | Markus Heritsch: co-wrote ada-mode.el ada-stmt.el ada-xref.el |
| 2057 | 2347 | ||
| 2058 | Markus Holmberg: changed thingatpt.el | 2348 | Markus Holmberg: changed thingatpt.el |
| 2059 | 2349 | ||
| 2060 | Markus Rost: wrote cus-test.el | 2350 | Markus Rost: wrote cus-test.el |
| 2061 | and changed cus-edit.el Makefile.in files.el compile.el rmail.el | 2351 | and changed cus-edit.el Makefile.in files.el progmodes/compile.el |
| 2062 | tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el dired.el | 2352 | rmail.el tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el |
| 2063 | mule-cmds.el rmailout.el checkdoc.el configure.in custom.el emacsbug.el | 2353 | dired.el mule-cmds.el rmailout.el checkdoc.el configure.in custom.el |
| 2064 | gnus.el help-fns.el ls-lisp.el mwheel.el and 122 other files | 2354 | emacsbug.el gnus.el help-fns.el ls-lisp.el mwheel.el |
| 2355 | and 122 other files | ||
| 2065 | 2356 | ||
| 2066 | Markus Sauermann: changed lisp-mode.el | 2357 | Markus Sauermann: changed lisp-mode.el |
| 2067 | 2358 | ||
| 2068 | Markus Triska: wrote linum.el | 2359 | Markus Triska: wrote linum.el |
| 2069 | and changed bytecomp.el byte-opt.el doctor.el image-mode.el calc-math.el | 2360 | and changed bytecomp.el byte-opt.el doctor.el image-mode.el |
| 2070 | emacs.c expand.el flymake.el flymake.texi flyspell.el handwrite.el | 2361 | processes.texi calc-math.el emacs.c expand.el flymake.el flymake.texi |
| 2071 | internals.texi proced.el processes.texi speedbar.el subr.el tumme.el | 2362 | flyspell.el handwrite.el internals.texi proced.el ps-mode.el |
| 2072 | widget.texi xterm.c | 2363 | speedbar.el subr.el tumme.el widget.texi xterm.c |
| 2073 | 2364 | ||
| 2074 | Marshall T. Vandegrift: changed gnus-fun.el | 2365 | Marshall T. Vandegrift: changed gnus-fun.el |
| 2075 | 2366 | ||
| @@ -2090,43 +2381,49 @@ and changed vc.el vc-cvs.el vc-hooks.el vc-rcs.el vc-sccs.el | |||
| 2090 | 2381 | ||
| 2091 | Martin Neitzel: changed supercite.el | 2382 | Martin Neitzel: changed supercite.el |
| 2092 | 2383 | ||
| 2093 | Martin Pohlack: changed pc-select.el | 2384 | Martin Pohlack: changed iimage.el pc-select.el |
| 2094 | 2385 | ||
| 2095 | Martin Rudalics: changed window.el window.c windows.texi cus-edit.el | 2386 | Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c |
| 2096 | frame.c frame.el cus-start.el files.el subr.el add-log.el buffer.c | 2387 | frame.el cus-edit.el cus-start.el files.el help.el window.h dired.el |
| 2097 | buffers.texi dired.el font-lock.el help-fns.el wid-edit.el xdisp.c | 2388 | subr.el add-log.el buffers.texi xdisp.c font-lock.el help-fns.el lisp.h |
| 2098 | display.texi find-func.el help.el help.texi and 129 other files | 2389 | wid-edit.el display.texi and 132 other files |
| 2099 | 2390 | ||
| 2100 | Martin Stjernholm: wrote cc-bytecomp.el | 2391 | Martin Stjernholm: wrote cc-bytecomp.el |
| 2101 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el | 2392 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el |
| 2102 | cc-fonts.el cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el | 2393 | cc-fonts.el cc-langs.el cc-menus.el cc-mode.el cc-styles.el cc-vars.el |
| 2103 | and changed cc-fix.el cc-mode.texi Makefile.in cc-guess.el cc-mode-19.el | 2394 | and changed cc-fix.el cc-mode.texi Makefile.in cc-guess.el cc-mode-19.el |
| 2104 | ack.texi awk-mode.el cc-awk.el cc-lobotomy.el cc-make.el cc-style.el | 2395 | nnimap.el ack.texi awk-mode.el cc-awk.el cc-lobotomy.el cc-make.el |
| 2105 | cc-subword.el files.el generic-x.el simple.el | 2396 | cc-style.el cc-subword.el files.el generic-x.el gnus-agent.el |
| 2397 | gnus-art.el mm-decode.el simple.el | ||
| 2106 | 2398 | ||
| 2107 | Martin Svenson: changed python.el | 2399 | Martin Svenson: changed progmodes/python.el |
| 2108 | 2400 | ||
| 2109 | Martin Thornquist: changed gnus-group.el gnus-topic.el | 2401 | Martin Thornquist: changed gnus-group.el gnus-topic.el |
| 2110 | 2402 | ||
| 2403 | Martyn Jago: wrote ob-lilypond.el | ||
| 2404 | |||
| 2111 | Masahiko Sato: wrote vip.el | 2405 | Masahiko Sato: wrote vip.el |
| 2112 | 2406 | ||
| 2113 | Masanobu Umeda: wrote metamail.el prolog.el rmailsort.el timezone.el | 2407 | Masanobu Umeda: wrote metamail.el rmailsort.el timezone.el |
| 2114 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus.el nnbabyl.el | 2408 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus.el nnbabyl.el |
| 2115 | nndb.el nndoc.el nneething.el nnfolder.el nnheader.el nnmbox.el nnmh.el | 2409 | nndoc.el nneething.el nnfolder.el nnheader.el nnmbox.el nnmh.el nnml.el |
| 2116 | nnml.el nnsoup.el nnspool.el nnvirtual.el time-date.el | 2410 | nnspool.el nnvirtual.el time-date.el |
| 2117 | and changed gnuspost.el | 2411 | and changed gnuspost.el |
| 2118 | 2412 | ||
| 2119 | Masatake Yamato: wrote ld-script.el subword.el | 2413 | Masatake Yamato: wrote ld-script.el subword.el |
| 2414 | and co-wrote cc-guess.el | ||
| 2120 | and changed etags.el asm-mode.el hexl.el xdisp.c bindings.el man.el | 2415 | and changed etags.el asm-mode.el hexl.el xdisp.c bindings.el man.el |
| 2121 | xfaces.c simple.el vc.el wid-edit.el add-log.el compile.el etags.c | 2416 | xfaces.c simple.el vc.el wid-edit.el add-log.el etags.c faces.el |
| 2122 | faces.el pcvs.el register.el ruler-mode.el buffer.c cus-face.el | 2417 | pcvs.el progmodes/compile.el register.el ruler-mode.el buffer.c |
| 2123 | dired-x.el dispextern.h and 67 other files | 2418 | cus-face.el dired-x.el dispextern.h and 71 other files |
| 2124 | 2419 | ||
| 2125 | Masayuki Ataka: changed texinfmt.el texinfo.el characters.el cmuscheme.el | 2420 | Masayuki Ataka: changed texinfmt.el texinfo.el characters.el cmuscheme.el |
| 2126 | make-mode.el | 2421 | make-mode.el |
| 2127 | 2422 | ||
| 2128 | Masayuki Fujii: changed dnd.el w32-win.el | 2423 | Masayuki Fujii: changed dnd.el w32-win.el |
| 2129 | 2424 | ||
| 2425 | Mastake Yamato: changed cc-guess.el cc-langs.el cc-mode.el cc-styles.el | ||
| 2426 | |||
| 2130 | Mathias Dahl: wrote image-dired.el | 2427 | Mathias Dahl: wrote image-dired.el |
| 2131 | and changed tumme.el dired.el dired.texi | 2428 | and changed tumme.el dired.el dired.texi |
| 2132 | 2429 | ||
| @@ -2134,17 +2431,19 @@ Mathias Megyei: changed Makefile.in | |||
| 2134 | 2431 | ||
| 2135 | Mats Lidell: changed TUTORIAL.sv european.el gnus-art.el | 2432 | Mats Lidell: changed TUTORIAL.sv european.el gnus-art.el |
| 2136 | 2433 | ||
| 2137 | Matt Hodges: changed table.el faces.el iswitchb.el simple.el tmm.el | 2434 | Matt Hodges: changed textmodes/table.el faces.el iswitchb.el simple.el |
| 2138 | cal-menu.el calendar.el calendar.texi diary-lib.el easymenu.el | 2435 | tmm.el cal-menu.el calendar.el calendar.texi diary-lib.el easymenu.el |
| 2139 | edebug.texi eldoc.el em-hist.el em-pred.el fixit.texi icon.el ido.el | 2436 | edebug.texi eldoc.el em-hist.el em-pred.el fixit.texi icon.el ido.el |
| 2140 | locate.el paragraphs.el pcomplete.el repeat.el and 3 other files | 2437 | locate.el paragraphs.el pcomplete.el repeat.el and 3 other files |
| 2141 | 2438 | ||
| 2439 | Matt Lundin: changed org-agenda.el org-bibtex.el org-footnote.el org.el | ||
| 2440 | |||
| 2142 | Matt Pharr: changed message.el | 2441 | Matt Pharr: changed message.el |
| 2143 | 2442 | ||
| 2144 | Matt Simmons: changed message.el | 2443 | Matt Simmons: changed message.el |
| 2145 | 2444 | ||
| 2146 | Matt Swift: changed compile.el dired.el editfns.c lisp-mode.el | 2445 | Matt Swift: changed dired.el editfns.c lisp-mode.el mm-decode.el |
| 2147 | mm-decode.el outline.el rx.el simple.el startup.el | 2446 | outline.el progmodes/compile.el rx.el simple.el startup.el |
| 2148 | 2447 | ||
| 2149 | Matthew Junker: changed cal-tex.el | 2448 | Matthew Junker: changed cal-tex.el |
| 2150 | 2449 | ||
| @@ -2166,17 +2465,20 @@ Matthieu Moy: changed gnus-msg.el message.el | |||
| 2166 | 2465 | ||
| 2167 | Maxime Edouard Robert Froumentin: changed gnus-art.el mml.el | 2466 | Maxime Edouard Robert Froumentin: changed gnus-art.el mml.el |
| 2168 | 2467 | ||
| 2169 | Michael Albinus: wrote dbus.el tramp-cmds.el tramp-compat.el | 2468 | Michael Albinus: wrote dbus.el secrets.el tramp-cmds.el tramp-compat.el |
| 2170 | tramp-fish.el tramp-ftp.el tramp-gvfs.el tramp-gw.el tramp-smb.el | 2469 | tramp-ftp.el tramp-gvfs.el tramp-gw.el tramp-smb.el xesam.el |
| 2171 | xesam.el zeroconf.el | 2470 | zeroconf.el |
| 2172 | and co-wrote tramp-cache.el tramp.el | 2471 | and co-wrote tramp-cache.el tramp-sh.el tramp.el |
| 2173 | and changed tramp.texi dbusbind.c dbus.texi ange-ftp.el trampver.el | 2472 | and changed tramp.texi dbusbind.c trampver.texi dbus.texi trampver.el |
| 2174 | trampver.texi files.el files.texi tramp-vc.el Makefile.in tramp-util.el | 2473 | ange-ftp.el tramp-fish.el files.el tramp-imap.el files.texi Makefile.in |
| 2175 | tramp-uu.el dired-aux.el tramp-imap.el compile.el em-unix.el grep.el | 2474 | tramp-vc.el tramp-util.el tramp-uu.el simple.el auth-source.el |
| 2176 | simple.el vc.el configure.in dired.el and 50 other files | 2475 | dired-aux.el configure.in em-unix.el fileio.c keyboard.c |
| 2476 | and 64 other files | ||
| 2177 | 2477 | ||
| 2178 | Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h | 2478 | Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h |
| 2179 | unexcoff.c | 2479 | unexec.c |
| 2480 | |||
| 2481 | Michael Brand: changed org-agenda.el org-table.el org.el | ||
| 2180 | 2482 | ||
| 2181 | Michael D. Ernst: wrote reposition.el | 2483 | Michael D. Ernst: wrote reposition.el |
| 2182 | and changed dired-x.el uniquify.el ispell.el bibtex.el rmail.el dired.el | 2484 | and changed dired-x.el uniquify.el ispell.el bibtex.el rmail.el dired.el |
| @@ -2193,7 +2495,7 @@ Michael Gschwind: wrote iso-cvt.el | |||
| 2193 | 2495 | ||
| 2194 | Michael Harnois: changed nnimap.el | 2496 | Michael Harnois: changed nnimap.el |
| 2195 | 2497 | ||
| 2196 | Michael Hotchin: changed compile.el | 2498 | Michael Hotchin: changed progmodes/compile.el |
| 2197 | 2499 | ||
| 2198 | Michael I. Bushnell: changed rmail.el simple.el callproc.c gnu.h gnus.el | 2500 | Michael I. Bushnell: changed rmail.el simple.el callproc.c gnu.h gnus.el |
| 2199 | lread.c process.c screen.el search.c sendmail.el startup.el timer.c | 2501 | lread.c process.c screen.el search.c sendmail.el startup.el timer.c |
| @@ -2212,6 +2514,10 @@ and changed viper*.el ediff*.el viper.texi ediff.texi ediff-hooks.el | |||
| 2212 | ediff-merge.el menu-bar.el appt.el desktop.el ediff-meta.el | 2514 | ediff-merge.el menu-bar.el appt.el desktop.el ediff-meta.el |
| 2213 | viper-mouse.el | 2515 | viper-mouse.el |
| 2214 | 2516 | ||
| 2517 | Michael Markert: changed ob.el org-agenda.el org-ascii.el | ||
| 2518 | org-contacts-wl.el org-docbook.el org-html.el org-latex.el org-table.el | ||
| 2519 | org.el | ||
| 2520 | |||
| 2215 | Michael McNamara: co-wrote verilog-mode.el | 2521 | Michael McNamara: co-wrote verilog-mode.el |
| 2216 | 2522 | ||
| 2217 | Michael Olson: changed erc.el erc-backend.el erc.texi erc-track.el | 2523 | Michael Olson: changed erc.el erc-backend.el erc.texi erc-track.el |
| @@ -2233,15 +2539,17 @@ Michael Schmidt: co-wrote modula2.el (public domain) | |||
| 2233 | 2539 | ||
| 2234 | Michael Shields: changed spam.el gnus-art.el gnus-sum.el gnus-cite.el | 2540 | Michael Shields: changed spam.el gnus-art.el gnus-sum.el gnus-cite.el |
| 2235 | Makefile.in gnus-group.el gnus.el intel386.h nndraft.el pgg-def.el | 2541 | Makefile.in gnus-group.el gnus.el intel386.h nndraft.el pgg-def.el |
| 2542 | window.c window.el | ||
| 2236 | 2543 | ||
| 2237 | Michael Sperber: changed aix3-1.h aix4-2.h gnus.texi mail-source.el | 2544 | Michael Sperber: changed aix3-1.h aix4-2.h gnus.texi mail-source.el |
| 2238 | nnmail.el | 2545 | nnmail.el |
| 2239 | 2546 | ||
| 2240 | Michael Staats: wrote pc-select.el | 2547 | Michael Staats: wrote pc-select.el |
| 2241 | 2548 | ||
| 2242 | Michael Welsh Duggan: changed lisp.h sh-script.el w32term.c buffer.c | 2549 | Michael Welsh Duggan: changed lisp.h nnimap.el sh-script.el w32term.c |
| 2243 | gnus-spec.el keyboard.c nnmail.el termhooks.h url-http.el w32-win.el | 2550 | buffer.c gnus-spec.el keyboard.c nnir.el nnmail.el print.c |
| 2244 | w32fns.c w32menu.c w32term.h woman.el xdisp.c xterm.c | 2551 | sieve-manage.el termhooks.h url-http.el w32-win.el w32fns.c w32menu.c |
| 2552 | w32term.h woman.el xdisp.c xterm.c | ||
| 2245 | 2553 | ||
| 2246 | Michal Jankowski: changed insdel.c keyboard.c | 2554 | Michal Jankowski: changed insdel.c keyboard.c |
| 2247 | 2555 | ||
| @@ -2263,6 +2571,8 @@ Microelectronics and Computer Technology Corporation: changed | |||
| 2263 | 2571 | ||
| 2264 | Mikael Djurfeldt: changed xdisp.c | 2572 | Mikael Djurfeldt: changed xdisp.c |
| 2265 | 2573 | ||
| 2574 | Mikael Fornius: changed org.el org-habit.el | ||
| 2575 | |||
| 2266 | Mike Haertel: changed 7300.h | 2576 | Mike Haertel: changed 7300.h |
| 2267 | 2577 | ||
| 2268 | Mike Kupfer: changed mh-e.el mh-utils.el | 2578 | Mike Kupfer: changed mh-e.el mh-utils.el |
| @@ -2284,15 +2594,16 @@ Mike Woolley: changed gnus-sum.el | |||
| 2284 | Mikio Nakajima: changed ring.el viper-util.el | 2594 | Mikio Nakajima: changed ring.el viper-util.el |
| 2285 | 2595 | ||
| 2286 | Milan Zamazal: wrote czech.el glasses.el tildify.el | 2596 | Milan Zamazal: wrote czech.el glasses.el tildify.el |
| 2287 | and co-wrote slovak.el | 2597 | and co-wrote prolog.el slovak.el |
| 2288 | and changed abbrev.el compile.el filecache.el files.el mm-view.el | 2598 | and changed abbrev.el filecache.el files.el mm-view.el |
| 2599 | progmodes/compile.el | ||
| 2289 | 2600 | ||
| 2290 | Miles Bader: wrote button.el face-remap.el image-file.el macroexp.el | 2601 | Miles Bader: wrote button.el face-remap.el image-file.el macroexp.el |
| 2291 | mb-depth.el minibuf-eldef.el rfn-eshadow.el | 2602 | mb-depth.el minibuf-eldef.el rfn-eshadow.el |
| 2292 | and changed comint.el faces.el simple.el editfns.c xfaces.c xdisp.c | 2603 | and changed comint.el faces.el simple.el editfns.c xfaces.c xdisp.c |
| 2293 | info.el minibuf.c display.texi wid-edit.el xterm.c Makefile.in | 2604 | info.el minibuf.c display.texi wid-edit.el xterm.c Makefile.in |
| 2294 | dispextern.h subr.el window.el cus-edit.el diff-mode.el | 2605 | dispextern.h quick-install-emacs subr.el window.el cus-edit.el |
| 2295 | quick-install-emacs xfns.c bytecomp.el help.el and 269 other files | 2606 | diff-mode.el xfns.c bytecomp.el help.el and 270 other files |
| 2296 | 2607 | ||
| 2297 | Milton Wulei: changed gdb-ui.el | 2608 | Milton Wulei: changed gdb-ui.el |
| 2298 | 2609 | ||
| @@ -2303,12 +2614,16 @@ Miyashita Hisashi: changed ccl.c coding.c coding.h mule-cmds.el | |||
| 2303 | 2614 | ||
| 2304 | Miyoshi Masanori: changed mouse.el smtpmail.el xdisp.c | 2615 | Miyoshi Masanori: changed mouse.el smtpmail.el xdisp.c |
| 2305 | 2616 | ||
| 2617 | Mohsen Banan: wrote persian.el | ||
| 2618 | |||
| 2619 | Mon Key: changed animate.el syntax.el | ||
| 2620 | |||
| 2306 | Morten Welinder: wrote [many MS-DOS files] arc-mode.el desktop.el | 2621 | Morten Welinder: wrote [many MS-DOS files] arc-mode.el desktop.el |
| 2307 | dosfns.c internal.el msdos.h pc-win.el s-region.el | 2622 | dosfns.c internal.el msdos.h pc-win.el s-region.el |
| 2308 | and changed msdos.c sed1.inp config.bat keyboard.c sed2.inp fileio.c | 2623 | and changed msdos.c sed1.inp config.bat keyboard.c sed2.inp fileio.c |
| 2309 | sed3.inp dos-fns.el callproc.c add-log.el alpha.h data.c editfns.c | 2624 | sed3.inp dos-fns.el callproc.c add-log.el alpha.h data.c editfns.c |
| 2310 | emacs.c etags.c files.el info.el lread.c mainmake osf1.h tar-mode.el | 2625 | emacs.c etags.c files.el info.el lread.c mainmake osf1.h tar-mode.el |
| 2311 | and 74 other files | 2626 | and 73 other files |
| 2312 | 2627 | ||
| 2313 | Mosur Mohan: changed etags.c | 2628 | Mosur Mohan: changed etags.c |
| 2314 | 2629 | ||
| @@ -2329,11 +2644,15 @@ Nakaji Hiroyuki: changed mm-util.el amdx86-64.h configure.in smiley.el | |||
| 2329 | 2644 | ||
| 2330 | Nakamura Toshikazu: changed w32fns.c | 2645 | Nakamura Toshikazu: changed w32fns.c |
| 2331 | 2646 | ||
| 2332 | Naohiro Aota: changed fontset.c gnus-art.el mm-view.el tls.el | 2647 | Naohiro Aota: changed fontset.c ftfont.c gnus-art.el mm-view.el tls.el |
| 2648 | xftfont.c | ||
| 2333 | 2649 | ||
| 2334 | Nathan J. Williams: changed imap.el | 2650 | Nathan J. Williams: changed imap.el |
| 2335 | 2651 | ||
| 2336 | Nathaniel Flath: changed cc-menus.el | 2652 | Nathan Weizenbaum: changed js.el |
| 2653 | |||
| 2654 | Nathaniel Flath: changed cc-menus.el cc-engine.el cc-fonts.el cc-langs.el | ||
| 2655 | cc-mode.el cc-vars.el | ||
| 2337 | 2656 | ||
| 2338 | Neal Ziring: co-wrote vi.el (public domain) | 2657 | Neal Ziring: co-wrote vi.el (public domain) |
| 2339 | 2658 | ||
| @@ -2343,8 +2662,8 @@ Neil W. Van Dyke: wrote webjump.el | |||
| 2343 | 2662 | ||
| 2344 | Nelson H. F. Beebe: changed configure.in | 2663 | Nelson H. F. Beebe: changed configure.in |
| 2345 | 2664 | ||
| 2346 | Nelson Jose dos Santos Ferreira: changed nnsoup.el gnus-dup.el | 2665 | Nelson Jose dos Santos Ferreira: changed nnsoup.el gnus-art.el |
| 2347 | spam-stat.el | 2666 | gnus-dup.el spam-stat.el |
| 2348 | 2667 | ||
| 2349 | Nevin Kapur: changed nnmail.el gnus-sum.el nnimap.el gnus-group.el | 2668 | Nevin Kapur: changed nnmail.el gnus-sum.el nnimap.el gnus-group.el |
| 2350 | gnus-registry.el gnus.el nnbabyl.el nnfolder.el nnmbox.el nnmh.el | 2669 | gnus-registry.el gnus.el nnbabyl.el nnfolder.el nnmbox.el nnmh.el |
| @@ -2356,23 +2675,32 @@ Nic Ferrier: changed tramp.el | |||
| 2356 | 2675 | ||
| 2357 | Nicholas Maniscalco: changed term.el | 2676 | Nicholas Maniscalco: changed term.el |
| 2358 | 2677 | ||
| 2359 | Nick Dokos: changed mh-search.el | 2678 | Nick Dokos: changed org-exp.el mh-search.el url-cache.el |
| 2360 | 2679 | ||
| 2361 | Nick Roberts: wrote gdb-ui.el t-mouse.el | 2680 | Nick Roberts: wrote gdb-mi.el t-mouse.el |
| 2362 | and changed gud.el building.texi gdb-mi.el tooltip.el speedbar.el | 2681 | and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el |
| 2363 | bindings.el thumbs.el xt-mouse.el .gdbinit DEBUG cc-mode.el comint.el | 2682 | bindings.el thumbs.el xt-mouse.el .gdbinit DEBUG cc-mode.el comint.el |
| 2364 | keyboard.c subr.el compile.el frames.texi help-mode.el xdisp.c | 2683 | keyboard.c subr.el frames.texi help-mode.el progmodes/compile.el |
| 2365 | Makefile.in display.texi term.c and 154 other files | 2684 | xdisp.c Makefile.in display.texi term.c and 154 other files |
| 2366 | 2685 | ||
| 2367 | Nico Francois: changed w32fns.c w32inevt.c w32menu.c | 2686 | Nico Francois: changed w32fns.c w32inevt.c w32menu.c |
| 2368 | 2687 | ||
| 2369 | Nicolas Goaziou: changed org-clock.el | 2688 | Nicolas Avrutin: changed url-http.el |
| 2689 | |||
| 2690 | Nicolas Goaziou: changed org-list.el org.el org-latex.el org-exp.el | ||
| 2691 | org-footnote.el org-html.el org-inlinetask.el org-docbook.el | ||
| 2692 | org-timer.el org-capture.el org-ascii.el ob.el org-archive.el | ||
| 2693 | org-clock.el org-macs.el org-indent.el org-mouse.el | ||
| 2694 | |||
| 2695 | Niels Giesen: changed icalendar.el org-clock.el org-docbook.el | ||
| 2696 | org-icalendar.el | ||
| 2370 | 2697 | ||
| 2371 | Niimi Satoshi: changed pp.el search.c | 2698 | Niimi Satoshi: changed pp.el search.c |
| 2372 | 2699 | ||
| 2373 | Niklas Morberg: changed nnweb.el gnus-art.el nnimap.el spam.el | 2700 | Niklas Morberg: changed nnweb.el gnus-art.el nnimap.el spam.el |
| 2374 | 2701 | ||
| 2375 | Nikolaj Schumacher: changed compile.el flymake.el eldoc.el nsfont.m rx.el | 2702 | Nikolaj Schumacher: changed flymake.el progmodes/compile.el eldoc.el |
| 2703 | elp.el nsfont.m rx.el | ||
| 2376 | 2704 | ||
| 2377 | Nil Geisweiller: changed flymake.el | 2705 | Nil Geisweiller: changed flymake.el |
| 2378 | 2706 | ||
| @@ -2381,9 +2709,11 @@ Nils Ackermann: changed message.el nnmh.el | |||
| 2381 | Noah Friedman: wrote eldoc.el rlogin.el type-break.el | 2709 | Noah Friedman: wrote eldoc.el rlogin.el type-break.el |
| 2382 | and co-wrote erc-dcc.el | 2710 | and co-wrote erc-dcc.el |
| 2383 | and changed rsz-mini.el comint.el emacs-buffer.gdb files.el Makefile | 2711 | and changed rsz-mini.el comint.el emacs-buffer.gdb files.el Makefile |
| 2384 | mailabbrev.el sendmail.el subr.el timer.el yow.el battery.el calc.el | 2712 | mailabbrev.el sendmail.el subr.el timer.el yow.el apropos.el battery.el |
| 2385 | coding.c complete.el config.in configure.in copyright.h fns.c | 2713 | bytecomp.el calc.el coding.c complete.el config.in configure.in |
| 2386 | gnu-linux.h hpux7.h irix3-3.h and 17 other files | 2714 | copyright.h fns.c gnu-linux.h and 19 other files |
| 2715 | |||
| 2716 | Noah Lavine: changed tramp.el | ||
| 2387 | 2717 | ||
| 2388 | Nobuyoshi Nakada: co-wrote ruby-mode.el | 2718 | Nobuyoshi Nakada: co-wrote ruby-mode.el |
| 2389 | 2719 | ||
| @@ -2391,6 +2721,11 @@ Nobuyuki Hikichi: changed news-risc.h | |||
| 2391 | 2721 | ||
| 2392 | Noel Cragg: changed mh-junk.el | 2722 | Noel Cragg: changed mh-junk.el |
| 2393 | 2723 | ||
| 2724 | Noorul Islam: changed org-latex.el org-html.el org.el org.texi | ||
| 2725 | org-capture.el org-gnus.el org-habit.el | ||
| 2726 | |||
| 2727 | Noorul Islam K M: changed package.el | ||
| 2728 | |||
| 2394 | Norbert Koch: changed gnus-msg.el gnus-score.el | 2729 | Norbert Koch: changed gnus-msg.el gnus-score.el |
| 2395 | 2730 | ||
| 2396 | Nozomu Ando: changed unexmacosx.c alloc.c buffer.c mips.h pmax.h | 2731 | Nozomu Ando: changed unexmacosx.c alloc.c buffer.c mips.h pmax.h |
| @@ -2402,37 +2737,44 @@ Odd Gripenstam: wrote dcl-mode.el | |||
| 2402 | 2737 | ||
| 2403 | Ognyan Kulev: changed TUTORIAL.bg cyrillic.el | 2738 | Ognyan Kulev: changed TUTORIAL.bg cyrillic.el |
| 2404 | 2739 | ||
| 2740 | Okazaki Tetsurou: changed cc-fonts.el | ||
| 2741 | |||
| 2405 | Olaf Sylvester: wrote bs.el | 2742 | Olaf Sylvester: wrote bs.el |
| 2406 | 2743 | ||
| 2407 | Ole Aamot: changed compile.el | 2744 | Ole Aamot: changed compile.el |
| 2408 | 2745 | ||
| 2409 | Oleg S. Tihonov: changed cyrillic.el ispell.el map-ynp.el subr.el | 2746 | Oleg S. Tihonov: changed cyrillic.el ispell.el map-ynp.el subr.el |
| 2410 | 2747 | ||
| 2748 | Oleksandr Gavenko: changed generic-x.el progmodes/grep.el | ||
| 2749 | |||
| 2411 | Olin Shivers: wrote cmuscheme.el inf-lisp.el | 2750 | Olin Shivers: wrote cmuscheme.el inf-lisp.el |
| 2412 | and co-wrote comint.el shell.el | 2751 | and co-wrote comint.el shell.el |
| 2413 | 2752 | ||
| 2414 | Olive Lin: changed tex-mode.el | 2753 | Olive Lin: changed tex-mode.el |
| 2415 | 2754 | ||
| 2416 | Oliver Scholz: changed gamegrid.el gnus-cite.el nonascii.texi rx.el | 2755 | Oliver Scholz: wrote ipa-praat.el |
| 2417 | startup.el update-game-score.c | 2756 | and changed gamegrid.el gnus-cite.el nonascii.texi rx.el startup.el |
| 2757 | update-game-score.c | ||
| 2418 | 2758 | ||
| 2419 | Oliver Seidel: wrote todo-mode.el | 2759 | Oliver Seidel: wrote todo-mode.el |
| 2420 | 2760 | ||
| 2421 | Olivier Laurens: changed forms.el | 2761 | Olivier Laurens: changed forms.el |
| 2422 | 2762 | ||
| 2423 | Olivier Lecarme: changed make-mode.el ange-ftp.el apropos.el bibtex.el | 2763 | Olivier Lecarme: changed make-mode.el ange-ftp.el apropos.el bibtex.el |
| 2424 | cpp.el facemenu.el forms.el hscroll.el indent.el nroff-mode.el | 2764 | facemenu.el forms.el hscroll.el indent.el nroff-mode.el paragraphs.el |
| 2425 | paragraphs.el server.el sort.el | 2765 | progmodes/cpp.el server.el sort.el |
| 2426 | 2766 | ||
| 2427 | Olli Savia: changed etags.c syssignal.h | 2767 | Olli Savia: changed etags.c syssignal.h |
| 2428 | 2768 | ||
| 2769 | Olof Ohlsson Sax: changed vc-svn.el | ||
| 2770 | |||
| 2429 | Osamu Yamane: changed smtpmail.el | 2771 | Osamu Yamane: changed smtpmail.el |
| 2430 | 2772 | ||
| 2431 | Oscar Figueiredo: wrote eudc-bob.el eudc-export.el eudc-hotlist.el | 2773 | Oscar Figueiredo: wrote eudc-bob.el eudc-export.el eudc-hotlist.el |
| 2432 | eudc-vars.el eudc.el eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el ldap.el | 2774 | eudc-vars.el eudc.el eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el ldap.el |
| 2433 | and changed ph.el | 2775 | and changed ph.el |
| 2434 | 2776 | ||
| 2435 | Óscar Fuentes: changed ido.el emacsclient.c vc-bzr.el | 2777 | Óscar Fuentes: changed ido.el cmdproxy.c emacsclient.c vc-bzr.el |
| 2436 | 2778 | ||
| 2437 | P. E. Jareth Hein: changed gnus-util.el | 2779 | P. E. Jareth Hein: changed gnus-util.el |
| 2438 | 2780 | ||
| @@ -2453,10 +2795,10 @@ and changed imenu.el make-mode.el | |||
| 2453 | 2795 | ||
| 2454 | Paul Eggert: wrote rcs2log vcdiff | 2796 | Paul Eggert: wrote rcs2log vcdiff |
| 2455 | and co-wrote cal-dst.el | 2797 | and co-wrote cal-dst.el |
| 2456 | and changed editfns.c vc.el Makefile.in configure.in vc-hooks.el data.c | 2798 | and changed lisp.h Makefile.in editfns.c xdisp.c alloc.c image.c |
| 2457 | emacs.c gnus.el calendar.el config.in floatfns.c process.c sysdep.c | 2799 | configure.in fileio.c process.c fns.c xterm.c keyboard.c data.c |
| 2458 | dired.el xterm.c callproc.c fileio.c filelock.c lread.c print.c | 2800 | sysdep.c xfns.c dispextern.h eval.c lread.c emacs.c config.in print.c |
| 2459 | rmail.el and 291 other files | 2801 | and 563 other files |
| 2460 | 2802 | ||
| 2461 | Paul Fisher: changed fns.c | 2803 | Paul Fisher: changed fns.c |
| 2462 | 2804 | ||
| @@ -2468,10 +2810,10 @@ Paul Jarc: wrote nnmaildir.el (public domain) nnnil.el (public domain) | |||
| 2468 | and changed message.el gnus-util.el gnus-int.el gnus.el gnus-agent.el | 2810 | and changed message.el gnus-util.el gnus-int.el gnus.el gnus-agent.el |
| 2469 | gnus-start.el gnus-sum.el nnmail.el | 2811 | gnus-start.el gnus-sum.el nnmail.el |
| 2470 | 2812 | ||
| 2471 | Paul Pogonyshev: changed python.el subr.el which-func.el Makefile.in | 2813 | Paul Pogonyshev: changed progmodes/python.el subr.el which-func.el |
| 2472 | align.el byte-opt.el configure.in dabbrev.el display.texi eldoc.el | 2814 | Makefile.in align.el byte-opt.el configure.in dabbrev.el display.texi |
| 2473 | etags.el image-file.el image.c image.el info.el replace.el search.texi | 2815 | eldoc.el etags.el image-file.el image.c image.el info.el replace.el |
| 2474 | searching.texi ses.el tar-mode.el url-http.el window.el | 2816 | search.texi searching.texi ses.el tar-mode.el url-http.el window.el |
| 2475 | 2817 | ||
| 2476 | Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.in | 2818 | Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.in |
| 2477 | mail-utils.el process.c rmail.el xfns.c Makefile.in dgux5-4R2.h | 2819 | mail-utils.el process.c rmail.el xfns.c Makefile.in dgux5-4R2.h |
| @@ -2482,6 +2824,8 @@ Paul Rivier: changed ada-mode.el mixal-mode.el reftex-vars.el reftex.el | |||
| 2482 | 2824 | ||
| 2483 | Paul Rubin: changed config.h sun2.h texinfmt.el window.c | 2825 | Paul Rubin: changed config.h sun2.h texinfmt.el window.c |
| 2484 | 2826 | ||
| 2827 | Paul Sexton: wrote org-ctags.el | ||
| 2828 | |||
| 2485 | Paul Stevenson: changed nnvirtual.el | 2829 | Paul Stevenson: changed nnvirtual.el |
| 2486 | 2830 | ||
| 2487 | Paul Stodghill: changed gnus-agent.el gnus-util.el | 2831 | Paul Stodghill: changed gnus-agent.el gnus-util.el |
| @@ -2494,15 +2838,15 @@ Pavel Janík: changed keyboard.c xterm.c COPYING xdisp.c Makefile.in | |||
| 2494 | Pavel Kobiakov: wrote flymake.el | 2838 | Pavel Kobiakov: wrote flymake.el |
| 2495 | and changed flymake.texi | 2839 | and changed flymake.texi |
| 2496 | 2840 | ||
| 2497 | Per Abrahamsen: wrote cpp.el cus-dep.el cus-edit.el cus-face.el | 2841 | Per Abrahamsen: wrote cus-dep.el cus-edit.el cus-face.el cus-start.el |
| 2498 | cus-start.el custom.el double.el gnus-cite.el gnus-cus.el wid-browse.el | 2842 | custom.el double.el gnus-cite.el gnus-cus.el progmodes/cpp.el |
| 2499 | wid-edit.el widget.el xt-mouse.el | 2843 | wid-browse.el wid-edit.el widget.el xt-mouse.el |
| 2500 | and co-wrote gnus-score.el gnus-soup.el | 2844 | and co-wrote gnus-score.el |
| 2501 | and changed message.el menu-bar.el gnus.el gnus-art.el gnus-msg.el | 2845 | and changed message.el menu-bar.el gnus.el gnus-art.el gnus-msg.el |
| 2502 | gnus-group.el gnus-sum.el frame.el gnus-draft.el tool-bar.el | 2846 | gnus-group.el gnus-sum.el frame.el gnus-draft.el tool-bar.el |
| 2503 | widget.texi apropos.el easymenu.el facemenu.el faces.el gnus-srvr.el | 2847 | widget.texi apropos.el easymenu.el facemenu.el faces.el gnus-srvr.el |
| 2504 | gnus-uu.el ispell.el lisp-mode.el makefile.el mouse.el | 2848 | gnus-uu.el ispell.el lisp-mode.el makefile.el mouse.el |
| 2505 | and 29 other files | 2849 | and 30 other files |
| 2506 | 2850 | ||
| 2507 | Per Bothner: wrote term.el | 2851 | Per Bothner: wrote term.el |
| 2508 | and changed iso-acc.el process.c sysdep.c | 2852 | and changed iso-acc.el process.c sysdep.c |
| @@ -2534,6 +2878,8 @@ Peter Dyballa: changed calendar.el | |||
| 2534 | 2878 | ||
| 2535 | Peter Heslin: changed flyspell.el outline.el | 2879 | Peter Heslin: changed flyspell.el outline.el |
| 2536 | 2880 | ||
| 2881 | Peter J. Weisberg: changed picture.el simple.el | ||
| 2882 | |||
| 2537 | Peter Jolly: changed arc-mode.el ftfont.c | 2883 | Peter Jolly: changed arc-mode.el ftfont.c |
| 2538 | 2884 | ||
| 2539 | Peter Jones: changed nsterm.m | 2885 | Peter Jones: changed nsterm.m |
| @@ -2542,7 +2888,11 @@ Peter Kleiweg: wrote ps-mode.el | |||
| 2542 | 2888 | ||
| 2543 | Peter Liljenberg: wrote elint.el | 2889 | Peter Liljenberg: wrote elint.el |
| 2544 | 2890 | ||
| 2545 | Peter O'Gorman: changed configure.in frame.h termhooks.h | 2891 | Peter Münster: changed gnus.texi |
| 2892 | |||
| 2893 | Peter O'Gorman: changed configure.in frame.h hpux10-20.h termhooks.h | ||
| 2894 | |||
| 2895 | Peter Oliver: changed server.el | ||
| 2546 | 2896 | ||
| 2547 | Peter Povinec: changed term.el | 2897 | Peter Povinec: changed term.el |
| 2548 | 2898 | ||
| @@ -2554,9 +2904,9 @@ Peter S. Galbraith: wrote mh-alias.el mh-identity.el mh-inc.el | |||
| 2554 | mh-limit.el | 2904 | mh-limit.el |
| 2555 | and changed mh-comp.el mh-e.el mh-utils.el mh-mime.el mh-customize.el | 2905 | and changed mh-comp.el mh-e.el mh-utils.el mh-mime.el mh-customize.el |
| 2556 | mh-seq.el mh-init.el mh-search.el mh-xemacs-compat.el | 2906 | mh-seq.el mh-init.el mh-search.el mh-xemacs-compat.el |
| 2557 | mh-xemacs-toolbar.el info-look.el mh-compat.el mh-funcs.el .cvsignore | 2907 | mh-xemacs-toolbar.el info-look.el mh-compat.el mh-funcs.el alias.pbm |
| 2558 | alias.pbm alias.xpm cabinet.xpm goto-addr.el highlight.xpm mh-junk.el | 2908 | alias.xpm cabinet.xpm goto-addr.el highlight.xpm mh-junk.el |
| 2559 | mh-xemacs-icons.el and 10 other files | 2909 | mh-xemacs-icons.el mh-xemacs.el and 9 other files |
| 2560 | 2910 | ||
| 2561 | Peter Seibel: changed cl-indent.el lisp-mode.el | 2911 | Peter Seibel: changed cl-indent.el lisp-mode.el |
| 2562 | 2912 | ||
| @@ -2573,9 +2923,10 @@ Petr Salinger: changed configure.in gnu-kfreebsd.h | |||
| 2573 | Petri Kaurinkoski: changed configure.in iris4d.h irix6-0.h irix6-5.h | 2923 | Petri Kaurinkoski: changed configure.in iris4d.h irix6-0.h irix6-5.h |
| 2574 | usg5-4.h | 2924 | usg5-4.h |
| 2575 | 2925 | ||
| 2576 | Phil Hagelberg: changed pcmpl-unix.el | 2926 | Phil Hagelberg: wrote ert-x-tests.el |
| 2927 | and changed package.el pcmpl-unix.el subr.el | ||
| 2577 | 2928 | ||
| 2578 | Phil Sung: changed follow.el python.el wdired.el | 2929 | Phil Sung: changed follow.el progmodes/python.el wdired.el |
| 2579 | 2930 | ||
| 2580 | Philip Jackson: wrote find-cmd.el org-irc.el | 2931 | Philip Jackson: wrote find-cmd.el org-irc.el |
| 2581 | 2932 | ||
| @@ -2589,18 +2940,29 @@ Piet Van Oostrum: changed data.c fileio.c flyspell.el smtpmail.el | |||
| 2589 | 2940 | ||
| 2590 | Pieter E.J. Pareit: wrote mixal-mode.el | 2941 | Pieter E.J. Pareit: wrote mixal-mode.el |
| 2591 | 2942 | ||
| 2943 | Pieter Praet: changed org-crypt.el | ||
| 2944 | |||
| 2592 | Pinku Surana: changed sql.el | 2945 | Pinku Surana: changed sql.el |
| 2593 | 2946 | ||
| 2594 | Piotr Zielinski: wrote org-mouse.el | 2947 | Piotr Zielinski: wrote org-mouse.el |
| 2595 | 2948 | ||
| 2949 | Pj Weisberg: changed help.el | ||
| 2950 | |||
| 2951 | Prestoo Ten: changed screen.el | ||
| 2952 | |||
| 2596 | Primoz Peterlin: changed TUTORIAL.sl | 2953 | Primoz Peterlin: changed TUTORIAL.sl |
| 2597 | 2954 | ||
| 2955 | Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el | ||
| 2956 | org-capture.el org-html.el | ||
| 2957 | |||
| 2598 | R. Bernstein: changed gud.el | 2958 | R. Bernstein: changed gud.el |
| 2599 | 2959 | ||
| 2600 | Rafael Sepúlveda: changed TUTORIAL.es | 2960 | Rafael Sepúlveda: changed TUTORIAL.es |
| 2601 | 2961 | ||
| 2602 | Raffael Mancini: changed misc.el | 2962 | Raffael Mancini: changed misc.el |
| 2603 | 2963 | ||
| 2964 | Rainer Orth: changed Makefile.in | ||
| 2965 | |||
| 2604 | Rainer Schoepf: wrote alpha.h unexalpha.c | 2966 | Rainer Schoepf: wrote alpha.h unexalpha.c |
| 2605 | and changed osf1.h alloc.c buffer.c callint.c data.c dispextern.h doc.c | 2967 | and changed osf1.h alloc.c buffer.c callint.c data.c dispextern.h doc.c |
| 2606 | editfns.c floatfns.c frame.h lisp.h lread.c marker.c mem-limits.h | 2968 | editfns.c floatfns.c frame.h lisp.h lread.c marker.c mem-limits.h |
| @@ -2614,16 +2976,19 @@ Rajesh Vaidheeswarran: wrote old-whitespace.el | |||
| 2614 | and changed whitespace.el ffap.el | 2976 | and changed whitespace.el ffap.el |
| 2615 | 2977 | ||
| 2616 | Ralf Angeli: wrote scroll-lock.el | 2978 | Ralf Angeli: wrote scroll-lock.el |
| 2617 | and changed w32fns.c gnus-art.el reftex-toc.el reftex.el tex-mode.el | 2979 | and changed w32fns.c gnus-art.el reftex-cite.el reftex-toc.el reftex.el |
| 2618 | comint.el flow-fill.el frame.el killing.texi mm-view.el pcl-cvs.texi | 2980 | tex-mode.el comint.el flow-fill.el frame.el killing.texi mm-uu.el |
| 2619 | reftex-auc.el reftex-cite.el reftex-dcr.el reftex-global.el | 2981 | mm-view.el package.el pcl-cvs.texi reftex-auc.el reftex-dcr.el |
| 2620 | reftex-index.el reftex-parse.el reftex-ref.el reftex-sel.el | 2982 | reftex-global.el reftex-index.el reftex-parse.el reftex-ref.el |
| 2621 | reftex-vars.el reftex.texi and 4 other files | 2983 | reftex-sel.el and 6 other files |
| 2622 | 2984 | ||
| 2623 | Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el | 2985 | Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el |
| 2624 | 2986 | ||
| 2987 | Ralf Scheidhauer And Michael Mehl: wrote prolog.el | ||
| 2988 | |||
| 2625 | Ralph Schleicher: wrote battery.el info-look.el | 2989 | Ralph Schleicher: wrote battery.el info-look.el |
| 2626 | and changed libc.el fileio.c mm-decode.el nnultimate.el | 2990 | and changed libc.el browse-url.el fileio.c info.el mm-decode.el |
| 2991 | nnultimate.el perl-mode.el which-func.el | ||
| 2627 | 2992 | ||
| 2628 | Ramakrishnan M: changed mlm-util.el | 2993 | Ramakrishnan M: changed mlm-util.el |
| 2629 | 2994 | ||
| @@ -2643,7 +3008,7 @@ Reiner Steib: wrote gmm-utils.el gnus-news.el | |||
| 2643 | and changed message.el gnus.texi gnus-art.el gnus-sum.el gnus-group.el | 3008 | and changed message.el gnus.texi gnus-art.el gnus-sum.el gnus-group.el |
| 2644 | gnus.el mml.el gnus-faq.texi mm-util.el gnus-score.el message.texi | 3009 | gnus.el mml.el gnus-faq.texi mm-util.el gnus-score.el message.texi |
| 2645 | gnus-msg.el gnus-start.el gnus-util.el spam-report.el mm-uu.el spam.el | 3010 | gnus-msg.el gnus-start.el gnus-util.el spam-report.el mm-uu.el spam.el |
| 2646 | mm-decode.el files.el gnus-agent.el nnmail.el and 181 other files | 3011 | mm-decode.el files.el gnus-agent.el nnmail.el and 182 other files |
| 2647 | 3012 | ||
| 2648 | Remek Trzaska: changed gnus-ems.el | 3013 | Remek Trzaska: changed gnus-ems.el |
| 2649 | 3014 | ||
| @@ -2656,6 +3021,9 @@ René Kyllingstad: changed pcomplete.el | |||
| 2656 | Reto Zimmermann: wrote vera-mode.el | 3021 | Reto Zimmermann: wrote vera-mode.el |
| 2657 | and co-wrote vhdl-mode.el | 3022 | and co-wrote vhdl-mode.el |
| 2658 | 3023 | ||
| 3024 | Reuben Thomas: changed files.el flymake.el loading.texi pcvs-defs.el | ||
| 3025 | simple.el | ||
| 3026 | |||
| 2659 | Riccardo Murri: changed vc-bzr.el tls.el | 3027 | Riccardo Murri: changed vc-bzr.el tls.el |
| 2660 | 3028 | ||
| 2661 | Richard Dawe: changed Makefile.in config.in | 3029 | Richard Dawe: changed Makefile.in config.in |
| @@ -2664,28 +3032,32 @@ Richard G. Bielawski: changed modes.texi paren.el | |||
| 2664 | 3032 | ||
| 2665 | Richard Hoskins: changed message.el | 3033 | Richard Hoskins: changed message.el |
| 2666 | 3034 | ||
| 2667 | Richard Kim: wrote python.el | 3035 | Richard Kim: wrote wisent/python.el |
| 2668 | and changed python-wy.el | 3036 | and changed loading.texi python-wy.el texnfo-upd.el |
| 2669 | 3037 | ||
| 2670 | Richard King: wrote filelock.c uniquify.el userlock.el | 3038 | Richard King: wrote filelock.c uniquify.el userlock.el |
| 2671 | 3039 | ||
| 2672 | Richard L. Pieri: wrote pop3.el | 3040 | Richard L. Pieri: wrote pop3.el |
| 2673 | 3041 | ||
| 3042 | Richard Lawrence: changed org-latex.el | ||
| 3043 | |||
| 3044 | Richard Levitte: changed vc-mtn.el | ||
| 3045 | |||
| 2674 | Richard M. Heiberger: changed tex-mode.el | 3046 | Richard M. Heiberger: changed tex-mode.el |
| 2675 | 3047 | ||
| 2676 | Richard M. Stallman: wrote [The original GNU Emacs and numerous files] | 3048 | Richard M. Stallman: wrote [The original GNU Emacs and numerous files] |
| 2677 | easymenu.el image-mode.el menu-bar.el paren.el | 3049 | easymenu.el image-mode.el menu-bar.el paren.el |
| 2678 | and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-langs.el | 3050 | and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-langs.el |
| 2679 | cc-menus.el cc-mode.el cc-styles.el cc-vars.el font-lock.el | 3051 | cc-menus.el cc-mode.el cc-styles.el cc-vars.el font-lock.el |
| 2680 | and changed files.el keyboard.c simple.el xterm.c xdisp.c Makefile.in | 3052 | and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el |
| 2681 | rmail.el fileio.c process.c sysdep.c buffer.c xfns.c window.c | 3053 | Makefile.in fileio.c process.c sysdep.c buffer.c xfns.c window.c |
| 2682 | configure.in subr.el startup.el emacs.c sendmail.el editfns.c info.el | 3054 | configure.in subr.el startup.el emacs.c sendmail.el editfns.c info.el |
| 2683 | dispnew.c and 1344 other files | 3055 | dispnew.c and 1347 other files |
| 2684 | 3056 | ||
| 2685 | Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el | 3057 | Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el |
| 2686 | terminal.el yow.el | 3058 | terminal.el yow.el |
| 2687 | and changed files.el sysdep.c rmail.el info.el keyboard.c bytecomp.el | 3059 | and changed files.el rmail.el sysdep.c info.el keyboard.c bytecomp.el |
| 2688 | fileio.c simple.el process.c startup.el window.c editfns.c unexcoff.c | 3060 | fileio.c simple.el process.c startup.el window.c editfns.c unexec.c |
| 2689 | xfns.c keymap.c minibuf.c sendmail.el buffer.c dispnew.c emacs.c | 3061 | xfns.c keymap.c minibuf.c sendmail.el buffer.c dispnew.c emacs.c |
| 2690 | subr.el and 129 other files | 3062 | subr.el and 129 other files |
| 2691 | 3063 | ||
| @@ -2721,6 +3093,10 @@ and changed texinfmt.el emacs-lisp-intro.texi emacs.tex texinfo.tex | |||
| 2721 | 3093 | ||
| 2722 | Robert Marshall: changed mule-cmds.el | 3094 | Robert Marshall: changed mule-cmds.el |
| 2723 | 3095 | ||
| 3096 | Robert P. Goldman: changed org.texi ob-exp.el org-latex.el org.el | ||
| 3097 | |||
| 3098 | Robert Pluim: changed gnus-demon.el org-agenda.el | ||
| 3099 | |||
| 2724 | Robert Thorpe: changed cus-start.el indent.el | 3100 | Robert Thorpe: changed cus-start.el indent.el |
| 2725 | 3101 | ||
| 2726 | Roberto Rodríguez: changed ada-mode.texi glossary.texi widget.texi | 3102 | Roberto Rodríguez: changed ada-mode.texi glossary.texi widget.texi |
| @@ -2736,12 +3112,14 @@ Roger Breitenstein: changed smtpmail.el | |||
| 2736 | Roland B. Roberts: changed buffer.h callproc.c dired.c files.el | 3112 | Roland B. Roberts: changed buffer.h callproc.c dired.c files.el |
| 2737 | gnus-group.el gnus-sum.el process.c sort.el sysdep.c systty.h | 3113 | gnus-group.el gnus-sum.el process.c sort.el sysdep.c systty.h |
| 2738 | 3114 | ||
| 2739 | Roland McGrath: wrote autoload.el etags.el grep.el map-ynp.el | 3115 | Roland Kaufmann: changed org-exp.el |
| 2740 | and co-wrote compile.el find-dired.el | 3116 | |
| 2741 | and changed add-log.el configure.in files.el Makefile.in vc.el simple.el | 3117 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el |
| 2742 | mailabbrev.el buffer.c comint.el upd-copyr.el etags.c menu-bar.el | 3118 | and co-wrote find-dired.el progmodes/compile.el |
| 2743 | mem-limits.h ralloc.c fileio.c data.c process.c rlogin.el rmail.el | 3119 | and changed compile.el add-log.el configure.in files.el Makefile.in vc.el |
| 2744 | shell.el vm-limit.c and 137 other files | 3120 | simple.el mailabbrev.el comint.el buffer.c upd-copyr.el etags.c |
| 3121 | menu-bar.el mem-limits.h ralloc.c fileio.c data.c process.c rlogin.el | ||
| 3122 | rmail.el shell.el and 137 other files | ||
| 2745 | 3123 | ||
| 2746 | Roland Winkler: wrote proced.el | 3124 | Roland Winkler: wrote proced.el |
| 2747 | and changed bibtex.el process.c appt.el artist.el conf-mode.el | 3125 | and changed bibtex.el process.c appt.el artist.el conf-mode.el |
| @@ -2751,11 +3129,11 @@ and changed bibtex.el process.c appt.el artist.el conf-mode.el | |||
| 2751 | Rolf Ebert: co-wrote ada-mode.el ada-stmt.el ada-xref.el | 3129 | Rolf Ebert: co-wrote ada-mode.el ada-stmt.el ada-xref.el |
| 2752 | and changed files.el find-file.el | 3130 | and changed files.el find-file.el |
| 2753 | 3131 | ||
| 2754 | Romain Francoise: changed faq.texi message.el Makefile.in gnus.texi | 3132 | Romain Francoise: changed faq.texi message.el Makefile.in make-dist |
| 2755 | make-dist dired-x.el comint.el ibuf-ext.el subr.el compile.el | 3133 | gnus.texi dired-x.el comint.el ibuf-ext.el subr.el gnus-sum.el |
| 2756 | gnus-sum.el gnus-uu.el puresize.h replace.el startup.el doclicense.texi | 3134 | gnus-uu.el progmodes/compile.el puresize.h replace.el startup.el |
| 2757 | emacs.c files.texi gnus-fun.el help-fns.el message.texi | 3135 | configure.in doclicense.texi emacs.c files.texi gnus-fun.el help-fns.el |
| 2758 | and 144 other files | 3136 | and 146 other files |
| 2759 | 3137 | ||
| 2760 | Roman Belenov: changed which-func.el | 3138 | Roman Belenov: changed which-func.el |
| 2761 | 3139 | ||
| @@ -2765,6 +3143,8 @@ Ronan Waide: changed smtpmail.el | |||
| 2765 | 3143 | ||
| 2766 | Ross Patterson: wrote org-protocol.el | 3144 | Ross Patterson: wrote org-protocol.el |
| 2767 | 3145 | ||
| 3146 | Roy Liu: changed ns-win.el | ||
| 3147 | |||
| 2768 | Rui-Tao Dong: changed nnweb.el | 3148 | Rui-Tao Dong: changed nnweb.el |
| 2769 | 3149 | ||
| 2770 | Rune Kleveland: changed xfns.c | 3150 | Rune Kleveland: changed xfns.c |
| @@ -2775,6 +3155,8 @@ Russ Allbery: changed message.el | |||
| 2775 | 3155 | ||
| 2776 | Ryan C. Thompson: changed savehist.el | 3156 | Ryan C. Thompson: changed savehist.el |
| 2777 | 3157 | ||
| 3158 | Ryan Twitchell: changed ido.el | ||
| 3159 | |||
| 2778 | Ryan Yeske: wrote rcirc.el | 3160 | Ryan Yeske: wrote rcirc.el |
| 2779 | and changed ffap.el ispell.el message.texi rmailsum.el simple.el | 3161 | and changed ffap.el ispell.el message.texi rmailsum.el simple.el |
| 2780 | testcover.el webjump.el | 3162 | testcover.el webjump.el |
| @@ -2784,10 +3166,12 @@ Ryo Yoshitake: changed xterm.c frame.c frame.h mac.c macfns.c w32fns.c | |||
| 2784 | 3166 | ||
| 2785 | Ryszard Kubiak: co-wrote ogonek.el | 3167 | Ryszard Kubiak: co-wrote ogonek.el |
| 2786 | 3168 | ||
| 3169 | Rémi Vanicat: changed org-icalendar.el | ||
| 3170 | |||
| 2787 | Sacha Chua: wrote erc-pcomplete.el | 3171 | Sacha Chua: wrote erc-pcomplete.el |
| 2788 | and changed erc.el erc-button.el | 3172 | and changed erc.el erc-button.el |
| 2789 | 3173 | ||
| 2790 | Saito Takuya: changed compile.el mule.el | 3174 | Saito Takuya: changed mule.el progmodes/compile.el |
| 2791 | 3175 | ||
| 2792 | Sam Dooley: changed keyboard.c | 3176 | Sam Dooley: changed keyboard.c |
| 2793 | 3177 | ||
| @@ -2796,20 +3180,22 @@ Sam Falkner: changed nntp.el | |||
| 2796 | Sam Kendall: changed etags.c etags.el | 3180 | Sam Kendall: changed etags.c etags.el |
| 2797 | 3181 | ||
| 2798 | Sam Steingold: wrote gulp.el midnight.el | 3182 | Sam Steingold: wrote gulp.el midnight.el |
| 2799 | and changed cl-indent.el compile.el vc-cvs.el vc.el font-lock.el mouse.el | 3183 | and changed progmodes/compile.el cl-indent.el vc-cvs.el vc.el mouse.el |
| 2800 | simple.el ange-ftp.el pcvs.el tex-mode.el vc-hg.el add-log.el | 3184 | simple.el font-lock.el ange-ftp.el vc-hg.el add-log.el bookmark.el |
| 2801 | bindings.el bookmark.el debug.el diary-lib.el dired.el files.el grep.el | 3185 | bug-reference.el diary-lib.el dired.el pcvs.el tex-mode.el apropos.el |
| 2802 | inf-lisp.el sgml-mode.el and 108 other files | 3186 | bindings.el emacs-lisp/debug.el etags.el files.el and 124 other files |
| 2803 | 3187 | ||
| 2804 | Samuel Tardieu: changed smime.el | 3188 | Samuel Tardieu: changed smime.el |
| 2805 | 3189 | ||
| 3190 | Samuel Thibault: changed sysdep.c term.c | ||
| 3191 | |||
| 2806 | Sanghyuk Suh: changed mac-win.el macterm.c | 3192 | Sanghyuk Suh: changed mac-win.el macterm.c |
| 2807 | 3193 | ||
| 2808 | Sascha Lüdecke: co-wrote mml1991.el | 3194 | Sascha Lüdecke: co-wrote mml1991.el |
| 2809 | and changed gnus-win.el | 3195 | and changed gnus-win.el |
| 2810 | 3196 | ||
| 2811 | Sascha Wilde: changed pgg-gpg.el pgg.texi pgg.el bubbles.el configure.in | 3197 | Sascha Wilde: changed pgg-gpg.el pgg.texi pgg.el bubbles.el configure.in |
| 2812 | proj-shared.el srecode.el | 3198 | ede/srecode.el proj-shared.el vc-hg.el |
| 2813 | 3199 | ||
| 2814 | Satyaki Das: wrote mh-acros.el mh-gnus.el mh-search.el mh-speed.el | 3200 | Satyaki Das: wrote mh-acros.el mh-gnus.el mh-search.el mh-speed.el |
| 2815 | mh-thread.el mh-tool-bar.el | 3201 | mh-thread.el mh-tool-bar.el |
| @@ -2831,23 +3217,31 @@ and changed gnus-sum.el | |||
| 2831 | 3217 | ||
| 2832 | Scott Draves: wrote tq.el | 3218 | Scott Draves: wrote tq.el |
| 2833 | 3219 | ||
| 3220 | Scott Evans: changed rect.el | ||
| 3221 | |||
| 3222 | Scott Frazer: wrote deeper-blue-theme.el whiteboard-theme.el | ||
| 3223 | |||
| 2834 | Scott M. Meyers: changed cmacexp.el | 3224 | Scott M. Meyers: changed cmacexp.el |
| 2835 | 3225 | ||
| 2836 | Sean Neakums: changed gnus-msg.el gnus-uu.el | 3226 | Sean Neakums: changed gnus-msg.el gnus-uu.el supercite.el |
| 2837 | 3227 | ||
| 2838 | Sean O'Rourke: changed complete.el comint.el dabbrev.el find-func.el | 3228 | Sean O'Rourke: changed complete.el comint.el dabbrev.el find-func.el |
| 2839 | ibuf-ext.el pcomplete.el register.el tramp.el | 3229 | ibuf-ext.el pcomplete.el register.el tramp.el |
| 2840 | 3230 | ||
| 3231 | Sean O'halpin: changed ob.el | ||
| 3232 | |||
| 2841 | Sean Sieger: changed emacs-lisp-intro.texi | 3233 | Sean Sieger: changed emacs-lisp-intro.texi |
| 2842 | 3234 | ||
| 2843 | Sebastian Freundt: changed nnmaildir.el | 3235 | Sebastian Freundt: changed nnmaildir.el |
| 2844 | 3236 | ||
| 3237 | Sebastian Hermida: wrote misterioso-theme.el | ||
| 3238 | |||
| 2845 | Sebastian Kremer: wrote dired-aux.el dired.el ls-lisp.el | 3239 | Sebastian Kremer: wrote dired-aux.el dired.el ls-lisp.el |
| 2846 | and co-wrote dired-x.el find-dired.el | 3240 | and co-wrote dired-x.el find-dired.el |
| 2847 | and changed add-log.el | 3241 | and changed add-log.el |
| 2848 | 3242 | ||
| 2849 | Sebastian Rose: wrote org-protocol.el | 3243 | Sebastian Rose: wrote org-protocol.el |
| 2850 | and changed ftfont.c org-jsinfo.el | 3244 | and changed org-publish.el ftfont.c org-jsinfo.el |
| 2851 | 3245 | ||
| 2852 | Sebastian Tennant: changed desktop.el | 3246 | Sebastian Tennant: changed desktop.el |
| 2853 | 3247 | ||
| @@ -2861,34 +3255,46 @@ Sen Nagata: wrote crm.el rfc2368.el | |||
| 2861 | 3255 | ||
| 2862 | Seokchan Lee: changed message.el | 3256 | Seokchan Lee: changed message.el |
| 2863 | 3257 | ||
| 3258 | Seppo Sade: changed esh-ext.el | ||
| 3259 | |||
| 3260 | Sergei Organov: changed vc.el | ||
| 3261 | |||
| 2864 | Sergey Poznyakoff: changed mh-mime.el rmail.el rmail.texi smtpmail.el | 3262 | Sergey Poznyakoff: changed mh-mime.el rmail.el rmail.texi smtpmail.el |
| 2865 | 3263 | ||
| 2866 | Sergio Pokrovskij: changed TUTORIAL.eo | 3264 | Sergio Pokrovskij: changed TUTORIAL.eo |
| 2867 | 3265 | ||
| 2868 | Seweryn Kokot: changed positions.texi searching.texi | 3266 | Seweryn Kokot: changed positions.texi searching.texi |
| 2869 | 3267 | ||
| 3268 | Shaun Johnson: changed ob-tangle.el | ||
| 3269 | |||
| 3270 | Shawn Boles: changed url-cookie.el | ||
| 3271 | |||
| 2870 | Shawn M. Carey: wrote freebsd.h | 3272 | Shawn M. Carey: wrote freebsd.h |
| 2871 | 3273 | ||
| 2872 | Shenghuo Zhu: wrote binhex.el mm-extern.el mm-partial.el mm-url.el | 3274 | Shenghuo Zhu: wrote binhex.el mm-extern.el mm-partial.el mm-url.el |
| 2873 | mm-uu.el mml2015.el nnrss.el nnwarchive.el rfc1843.el uudecode.el | 3275 | mm-uu.el mml2015.el nnrss.el rfc1843.el uudecode.el |
| 2874 | webmail.el | ||
| 2875 | and co-wrote gnus-dired.el nnfolder.el | 3276 | and co-wrote gnus-dired.el nnfolder.el |
| 2876 | and changed gnus-art.el message.el gnus-sum.el gnus-msg.el gnus.el | 3277 | and changed gnus-art.el message.el gnus-sum.el gnus-msg.el gnus.el |
| 2877 | gnus-agent.el mm-decode.el mm-util.el gnus-group.el mml.el | 3278 | gnus-agent.el mm-decode.el mm-util.el gnus-group.el mml.el |
| 2878 | gnus-start.el gnus-util.el mm-view.el nnslashdot.el nnmail.el nntp.el | 3279 | gnus-start.el gnus-util.el mm-view.el nnslashdot.el nnmail.el nntp.el |
| 2879 | gnus-topic.el gnus-xmas.el rfc2047.el mail-source.el gnus-win.el | 3280 | gnus-topic.el gnus-xmas.el rfc2047.el mail-source.el gnus-win.el |
| 2880 | and 95 other files | 3281 | and 97 other files |
| 2881 | 3282 | ||
| 2882 | Shigeru Fukaya: wrote bytecomp-testsuite.el | 3283 | Shigeru Fukaya: wrote bytecomp-tests.el |
| 2883 | and changed byte-opt.el bytecomp.el elint.el rx-new.el ses.el texinfmt.el | 3284 | and changed byte-opt.el bytecomp-testsuite.el bytecomp.el elint.el |
| 3285 | rx-new.el ses.el texinfmt.el | ||
| 2884 | 3286 | ||
| 2885 | Shinichirou Sugou: changed etags.c | 3287 | Shinichirou Sugou: changed etags.c |
| 2886 | 3288 | ||
| 2887 | Shuhei Kobayashi: wrote hex-util.el hmac-def.el hmac-md5.el sha1.el | 3289 | Sho Nakatani: changed doc-view.el |
| 3290 | |||
| 3291 | Shuhei Kobayashi: wrote hex-util.el hmac-def.el hmac-md5.el | ||
| 2888 | and changed gnus-group.el message.el nnmail.el | 3292 | and changed gnus-group.el message.el nnmail.el |
| 2889 | 3293 | ||
| 2890 | Shun-Ichi Goto: changed url-http.el | 3294 | Shun-Ichi Goto: changed url-http.el |
| 2891 | 3295 | ||
| 3296 | Shyam Karanatt: changed image-mode.el | ||
| 3297 | |||
| 2892 | Sidney Markowitz: changed doctor.el nsmenu.m | 3298 | Sidney Markowitz: changed doctor.el nsmenu.m |
| 2893 | 3299 | ||
| 2894 | Sigbjorn Finne: changed gnus-srvr.el | 3300 | Sigbjorn Finne: changed gnus-srvr.el |
| @@ -2896,11 +3302,12 @@ Sigbjorn Finne: changed gnus-srvr.el | |||
| 2896 | Simon Josefsson: wrote dig.el dns-mode.el flow-fill.el fringe.el imap.el | 3302 | Simon Josefsson: wrote dig.el dns-mode.el flow-fill.el fringe.el imap.el |
| 2897 | mml-sec.el mml-smime.el password-cache.el rfc2104.el sieve-manage.el | 3303 | mml-sec.el mml-smime.el password-cache.el rfc2104.el sieve-manage.el |
| 2898 | sieve-mode.el sieve.el smime.el starttls.el tls.el url-imap.el | 3304 | sieve-mode.el sieve.el smime.el starttls.el tls.el url-imap.el |
| 2899 | and co-wrote gnus-sieve.el mml1991.el nnfolder.el nnimap.el nnml.el | 3305 | and co-wrote gnus-sieve.el gssapi.el mml1991.el nnfolder.el nnimap.el |
| 3306 | nnml.el | ||
| 2900 | and changed message.el gnus-sum.el gnus-art.el smtpmail.el pgg-gpg.el | 3307 | and changed message.el gnus-sum.el gnus-art.el smtpmail.el pgg-gpg.el |
| 2901 | pgg.el mml2015.el gnus-agent.el mml.el gnus-group.el mm-decode.el | 3308 | pgg.el gnus-agent.el mml2015.el mml.el gnus-group.el mm-decode.el |
| 2902 | gnus-msg.el gnus.texi pgg-pgp5.el browse-url.el gnus-int.el gnus.el | 3309 | gnus-msg.el gnus.texi pgg-pgp5.el browse-url.el gnus-int.el gnus.el |
| 2903 | hashcash.el mm-view.el password.el gnus-cache.el and 98 other files | 3310 | hashcash.el mm-view.el password.el gnus-cache.el and 99 other files |
| 2904 | 3311 | ||
| 2905 | Simon Leinen: changed Makefile.in smtpmail.el Makefile cm.c cm.h hpux9.h | 3312 | Simon Leinen: changed Makefile.in smtpmail.el Makefile cm.c cm.h hpux9.h |
| 2906 | indent.c process.c sc.texinfo sgml-mode.el term.c xfns.c xmenu.c | 3313 | indent.c process.c sc.texinfo sgml-mode.el term.c xfns.c xmenu.c |
| @@ -2917,8 +3324,8 @@ Simon South: co-wrote delphi.el | |||
| 2917 | 3324 | ||
| 2918 | Skip Collins: changed w32fns.c w32term.c w32term.h | 3325 | Skip Collins: changed w32fns.c w32term.c w32term.h |
| 2919 | 3326 | ||
| 2920 | Slawomir Nowaczyk: changed emacs.py python.el TUTORIAL.pl flyspell.el | 3327 | Slawomir Nowaczyk: changed emacs.py progmodes/python.el TUTORIAL.pl |
| 2921 | ls-lisp.el w32proc.c | 3328 | flyspell.el ls-lisp.el w32proc.c |
| 2922 | 3329 | ||
| 2923 | Spencer Thomas: changed dabbrev.el emacsclient.c gnus.texi server.el | 3330 | Spencer Thomas: changed dabbrev.el emacsclient.c gnus.texi server.el |
| 2924 | unexcoff.c | 3331 | unexcoff.c |
| @@ -2927,17 +3334,21 @@ Sriram Karra: changed message.el | |||
| 2927 | 3334 | ||
| 2928 | Stanislav Shalunov: wrote uce.el | 3335 | Stanislav Shalunov: wrote uce.el |
| 2929 | 3336 | ||
| 3337 | Stefan Bruda: co-wrote prolog.el | ||
| 3338 | |||
| 3339 | Stefan Guath: changed find-dired.el | ||
| 3340 | |||
| 2930 | Stefan Merten: co-wrote rst.el | 3341 | Stefan Merten: co-wrote rst.el |
| 2931 | 3342 | ||
| 2932 | Stefan Monnier: wrote bibtex-style.el css-mode.el cvs-status.el | 3343 | Stefan Monnier: wrote bibtex-style.el bzrmerge.el css-mode.el |
| 2933 | diff-mode.el log-edit.el log-view.el minibuffer.el mpc.el pcvs-defs.el | 3344 | cvs-status.el diff-mode.el lexbind-tests.el log-edit.el log-view.el |
| 2934 | pcvs-info.el pcvs-parse.el pcvs-util.el reveal.el smerge-mode.el | 3345 | minibuffer.el mpc.el pcase.el pcvs-defs.el pcvs-info.el pcvs-parse.el |
| 2935 | vc-mtn.el | 3346 | pcvs-util.el reveal.el smerge-mode.el smie.el vc-mtn.el |
| 2936 | and co-wrote font-lock.el | 3347 | and co-wrote font-lock.el |
| 2937 | and changed vc.el lisp.h subr.el keyboard.c simple.el files.el pcvs.el | 3348 | and changed vc.el subr.el simple.el lisp.h keyboard.c files.el |
| 2938 | keymap.c xdisp.c Makefile.in vc-hooks.el alloc.c newcomment.el | 3349 | Makefile.in bytecomp.el keymap.c xdisp.c pcvs.el alloc.c |
| 2939 | tex-mode.el bytecomp.el compile.el buffer.c info.el fill.el fileio.c | 3350 | progmodes/compile.el newcomment.el vc-hooks.el tex-mode.el buffer.c |
| 2940 | window.c and 901 other files | 3351 | sh-script.el eval.c fileio.c fill.el and 1030 other files |
| 2941 | 3352 | ||
| 2942 | Stefan Reichör: changed gnus-agent.el | 3353 | Stefan Reichör: changed gnus-agent.el |
| 2943 | 3354 | ||
| @@ -2951,28 +3362,30 @@ Stefan Wiens: changed gnus-sum.el | |||
| 2951 | 3362 | ||
| 2952 | Steinar Bang: changed imap.el | 3363 | Steinar Bang: changed imap.el |
| 2953 | 3364 | ||
| 2954 | Štěpán Němec: changed INSTALL cl.texi edebug.texi loading.texi maps.texi | 3365 | Štěpán Němec: changed INSTALL calc-ext.el cl.texi comint.el edebug.texi |
| 2955 | mark.texi message.texi mini.texi minibuf.texi misc.texi programs.texi | 3366 | font-lock.el loading.texi maps.texi mark.texi message.texi mini.texi |
| 2956 | subr.el tips.texi url.texi vc-git.el windows.texi | 3367 | minibuf.texi misc.texi programs.texi subr.el tips.texi url-vars.el |
| 3368 | url.texi vc-git.el window.c windows.texi | ||
| 2957 | 3369 | ||
| 2958 | Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi | 3370 | Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi |
| 2959 | ediff-mult.el | 3371 | ediff-mult.el |
| 2960 | 3372 | ||
| 2961 | Stephen A. Wood: changed fortran.el | 3373 | Stephen A. Wood: changed fortran.el |
| 2962 | 3374 | ||
| 2963 | Stephen Berman: changed todo-mode.el allout.el diary-lib.el dired.el | 3375 | Stephen Berman: changed diary-lib.el todo-mode.el allout.el dframe.el |
| 2964 | files.el find-dired.el gtkutil.c info.el newcomment.el recentf.el | 3376 | dired-aux.el dired.el files.el find-dired.el frame.c gnus-group.el |
| 2965 | rfc822.el | 3377 | gtkutil.c info.el newcomment.el page.el proced.el recentf.el rfc822.el |
| 3378 | subr.el | ||
| 2966 | 3379 | ||
| 2967 | Stephen C. Gilardi: changed configure.in | 3380 | Stephen C. Gilardi: changed configure.in |
| 2968 | 3381 | ||
| 2969 | Stephen Compall: changed saveplace.el texinfo.el | 3382 | Stephen Compall: changed saveplace.el texinfo.el |
| 2970 | 3383 | ||
| 2971 | Stephen Eglen: wrote iswitchb.el mspools.el | 3384 | Stephen Eglen: wrote iswitchb.el mspools.el |
| 2972 | and changed diary-lib.el locate.el octave-inf.el replace.el hexl.el | 3385 | and changed diary-lib.el locate.el octave-inf.el org-agenda.el replace.el |
| 2973 | info-look.el sendmail.el spell.el uce.el MORE.STUFF add-log.el | 3386 | hexl.el info-look.el sendmail.el spell.el uce.el MORE.STUFF add-log.el |
| 2974 | advice.el allout.el autoinsert.el avoid.el backquote.el battery.el | 3387 | advice.el allout.el autoinsert.el avoid.el backquote.el battery.el |
| 2975 | bib-mode.el bruce.el c-mode.el ccl.el and 74 other files | 3388 | bib-mode.el bruce.el c-mode.el and 78 other files |
| 2976 | 3389 | ||
| 2977 | Stephen Gildea: wrote refcard.tex | 3390 | Stephen Gildea: wrote refcard.tex |
| 2978 | and co-wrote mh-funcs.el mh-search.el | 3391 | and co-wrote mh-funcs.el mh-search.el |
| @@ -2985,25 +3398,31 @@ Stephen J. Turnbull: changed ediff-init.el strings.texi subr.el | |||
| 2985 | Stephen Leake: changed ada-mode.el ada-xref.el ada-mode.texi ada-prj.el | 3398 | Stephen Leake: changed ada-mode.el ada-xref.el ada-mode.texi ada-prj.el |
| 2986 | ada-stmt.el align.el pcvs-parse.el vhdl-mode.el | 3399 | ada-stmt.el align.el pcvs-parse.el vhdl-mode.el |
| 2987 | 3400 | ||
| 3401 | Stephen Peters: changed icalendar.el | ||
| 3402 | |||
| 3403 | Steve Chapel: changed refcard.tex | ||
| 3404 | |||
| 2988 | Steve Fisk: co-wrote cal-tex.el | 3405 | Steve Fisk: co-wrote cal-tex.el |
| 2989 | 3406 | ||
| 2990 | Steve Grubb: changed vcdiff | 3407 | Steve Grubb: changed vcdiff |
| 2991 | 3408 | ||
| 2992 | Steve Nygard: changed unexnext.c | 3409 | Steve Nygard: changed unexnext.c |
| 2993 | 3410 | ||
| 3411 | Steve Purcell: changed nnimap.el | ||
| 3412 | |||
| 2994 | Steve Strassman: wrote spook.el | 3413 | Steve Strassman: wrote spook.el |
| 2995 | 3414 | ||
| 2996 | Steve Youngs: changed mh-utils.el mh-xemacs-compat.el mh-customize.el | 3415 | Steve Youngs: changed mh-utils.el mh-xemacs-compat.el mh-customize.el |
| 2997 | mh-e.el mh-comp.el mh-mime.el dns.el gnus-art.el .cvsignore | 3416 | mh-e.el mh-comp.el mh-mime.el dns.el gnus-art.el browse-url.el |
| 2998 | browse-url.el gnus-sum.el gnus-xmas.el mh-search.el mh-seq.el | 3417 | gnus-sum.el gnus-xmas.el mh-search.el mh-seq.el password.el |
| 2999 | password.el run-at-time.el em-unix.el gmm-utils.el gnus-cite.el | 3418 | run-at-time.el em-unix.el gmm-utils.el gnus-cite.el gnus-demon.el |
| 3000 | gnus-demon.el gnus-ems.el and 17 other files | 3419 | gnus-ems.el gnus-msg.el and 16 other files |
| 3001 | 3420 | ||
| 3002 | Steven E. Harris: changed nnheader.el | 3421 | Steven E. Harris: changed nnheader.el |
| 3003 | 3422 | ||
| 3004 | Steven Huwig: changed emacs.py python.el | 3423 | Steven Huwig: changed emacs.py progmodes/python.el |
| 3005 | 3424 | ||
| 3006 | Steven L. Baur: wrote earcon.el footnote.el gnus-audio.el gnus-setup.el | 3425 | Steven L. Baur: wrote footnote.el gnus-setup.el |
| 3007 | and changed gnus-xmas.el gnus-msg.el add-log.el edebug.el gnus-ems.el | 3426 | and changed gnus-xmas.el gnus-msg.el add-log.el edebug.el gnus-ems.el |
| 3008 | gnus-start.el gnus-topic.el message.el nnbabyl.el nntp.el webjump.el | 3427 | gnus-start.el gnus-topic.el message.el nnbabyl.el nntp.el webjump.el |
| 3009 | 3428 | ||
| @@ -3018,6 +3437,8 @@ Stewart M. Clamen: co-wrote cal-mayan.el cc-align.el cc-cmds.el | |||
| 3018 | cc-defs.el cc-engine.el cc-langs.el cc-menus.el cc-mode.el cc-styles.el | 3437 | cc-defs.el cc-engine.el cc-langs.el cc-menus.el cc-mode.el cc-styles.el |
| 3019 | cc-vars.el | 3438 | cc-vars.el |
| 3020 | 3439 | ||
| 3440 | Stig Sandbeck Mathisen: changed gnus-sum.el | ||
| 3441 | |||
| 3021 | Stuart D. Herring: changed desktop.el files.el isearch.el align.el | 3442 | Stuart D. Herring: changed desktop.el files.el isearch.el align.el |
| 3022 | allout.el comint.el edebug.el find-lisp.el keymap.c minibuf.c sregex.el | 3443 | allout.el comint.el edebug.el find-lisp.el keymap.c minibuf.c sregex.el |
| 3023 | timeclock.el widget.texi | 3444 | timeclock.el widget.texi |
| @@ -3031,24 +3452,31 @@ Sun Yijiang: changed TUTORIAL.cn | |||
| 3031 | 3452 | ||
| 3032 | Sundar Narasimhan: changed rnews.el rnewspost.el | 3453 | Sundar Narasimhan: changed rnews.el rnewspost.el |
| 3033 | 3454 | ||
| 3034 | Sven Joachim: changed files.el de-refcard.tex dired-aux.el arc-mode.el | 3455 | Suvayu Ali: changed org.texi |
| 3035 | dired-x.el em-cmpl.el em-hist.el em-ls.el esh-cmd.el esh-ext.el | 3456 | |
| 3036 | esh-io.el files.texi gnus-news.texi gnus-sum.el gnus.texi help.el | 3457 | Sven Joachim: changed files.el de-refcard.tex dired-aux.el emacs.1 |
| 3037 | make-dist movemail.c mule.texi sed3v2.inp sh-script.el | 3458 | arc-mode.el dired-x.el em-cmpl.el em-hist.el em-ls.el esh-cmd.el |
| 3038 | and 5 other files | 3459 | esh-ext.el esh-io.el files.texi gnus-news.texi gnus-sum.el gnus.texi |
| 3460 | help.el make-dist message.el movemail.c mule.texi and 8 other files | ||
| 3039 | 3461 | ||
| 3040 | Svend Tollak Munkejord: changed deuglify.el | 3462 | Svend Tollak Munkejord: changed deuglify.el |
| 3041 | 3463 | ||
| 3464 | Sébastien Delafond: changed org.el | ||
| 3465 | |||
| 3466 | Sébastien Vauban: changed org-agenda.el org-latex.el org.el | ||
| 3467 | |||
| 3042 | T. V. Raman: changed completion.el files.el json.el | 3468 | T. V. Raman: changed completion.el files.el json.el |
| 3043 | 3469 | ||
| 3470 | T.V. Raman: changed mairix.el mspools.el xml.c | ||
| 3471 | |||
| 3044 | Taichi Kawabata: wrote indian.el ucs-normalize.el | 3472 | Taichi Kawabata: wrote indian.el ucs-normalize.el |
| 3045 | and changed devanagari.el ind-util.el Makefile.in devan-util.el | 3473 | and changed devanagari.el ind-util.el Makefile.in devan-util.el |
| 3046 | characters.el fontset.el malayalam.el mlm-util.el mule-conf.el tamil.el | 3474 | characters.el fontset.el malayalam.el mlm-util.el mule-conf.el tamil.el |
| 3047 | tml-util.el | 3475 | tml-util.el |
| 3048 | 3476 | ||
| 3049 | Takaaki Ota: wrote table.el | 3477 | Takaaki Ota: wrote textmodes/table.el |
| 3050 | and changed appt.el compile.el dired.c etags.c ldap.el makefile.w32-in | 3478 | and changed appt.el dired.c etags.c ldap.el makefile.w32-in |
| 3051 | recentf.el subr.el w32bdf.c | 3479 | progmodes/compile.el recentf.el replace.el subr.el w32bdf.c |
| 3052 | 3480 | ||
| 3053 | Takahashi Kaoru: changed texinfmt.el | 3481 | Takahashi Kaoru: changed texinfmt.el |
| 3054 | 3482 | ||
| @@ -3066,10 +3494,11 @@ and changed arc-mode.el | |||
| 3066 | 3494 | ||
| 3067 | Tassilo Horn: wrote doc-view.el | 3495 | Tassilo Horn: wrote doc-view.el |
| 3068 | and co-wrote org-gnus.el | 3496 | and co-wrote org-gnus.el |
| 3069 | and changed subword.el image-mode.el cc-cmds.el gnus-art.el Makefile.in | 3497 | and changed subword.el image-mode.el Makefile.in cc-cmds.el emacsbug.el |
| 3070 | gnus-sum.el info.el ack.texi bindings.el bookmark.el cc-mode.el | 3498 | gnus-art.el gnus.texi nnimap.el files.el gnus-sum.el info.el |
| 3071 | cc-subword.el dired.texi emacs.texi files.el files.texi font-lock.el | 3499 | org-footnote.el org.el reftex-ref.el simple.el tsdh-dark-theme.el |
| 3072 | fortune.el gnus.texi hmac-def.el makefile.w32-in and 4 other files | 3500 | tsdh-light-theme.el ack.texi bindings.el bookmark.el cc-mode.el |
| 3501 | and 21 other files | ||
| 3073 | 3502 | ||
| 3074 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el | 3503 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el |
| 3075 | 3504 | ||
| @@ -3077,12 +3506,14 @@ Ted Lemon: changed emacs.c lastfile.c puresize.h | |||
| 3077 | 3506 | ||
| 3078 | Ted Phelps: changed mh-search.el mh-tool-bar.el | 3507 | Ted Phelps: changed mh-search.el mh-tool-bar.el |
| 3079 | 3508 | ||
| 3080 | Teodor Zlatanov: wrote auth-source.el gnus-registry.el imap-hash.el | 3509 | Teemu Likonen: changed dired.el gnus-agent.el message.el |
| 3081 | spam-report.el tramp-imap.el | 3510 | |
| 3082 | and changed spam.el gnus.el gnus-sum.el gnus.texi nnimap.el netrc.el | 3511 | Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el |
| 3083 | spam-stat.el gnus-start.el gnus-util.el nnmail.el encrypt.el message.el | 3512 | gnus-tests.el gnutls.el registry.el spam-report.el url-future.el |
| 3084 | gnus-encrypt.el mail-source.el assistant.el auth.texi imap.el | 3513 | and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el auth.texi |
| 3085 | nnbabyl.el nnfolder.el nnmbox.el nnmh.el and 51 other files | 3514 | gnus-util.el netrc.el gnus-start.el gnutls.c message.el spam-stat.el |
| 3515 | encrypt.el nnmail.el imap.el mail-source.el Makefile.in gnus-encrypt.el | ||
| 3516 | gnus-html.el gnus-int.el gnutls.h and 95 other files | ||
| 3086 | 3517 | ||
| 3087 | Terje Rosten: changed xfns.c version.el xterm.c xterm.h | 3518 | Terje Rosten: changed xfns.c version.el xterm.c xterm.h |
| 3088 | 3519 | ||
| @@ -3090,7 +3521,10 @@ Terrence Brannon: wrote landmark.el | |||
| 3090 | 3521 | ||
| 3091 | Terry Jones: wrote shadow.el | 3522 | Terry Jones: wrote shadow.el |
| 3092 | 3523 | ||
| 3093 | Tetsurou Okazaki: changed Makefile.in byte-opt.el log-edit.el xterm.c | 3524 | Tetsuo Tsukamoto: changed nnrss.el |
| 3525 | |||
| 3526 | Tetsurou Okazaki: changed Makefile.in byte-opt.el log-edit.el lread.c | ||
| 3527 | xterm.c | ||
| 3094 | 3528 | ||
| 3095 | Thamer Mahmoud: changed arabic.el | 3529 | Thamer Mahmoud: changed arabic.el |
| 3096 | 3530 | ||
| @@ -3104,7 +3538,9 @@ and changed ewoc.el vc.el zone.el info.el Makefile.in processes.texi | |||
| 3104 | 3538 | ||
| 3105 | Thierry Emery: changed kinsoku.el timezone.el url-http.el wid-edit.el | 3539 | Thierry Emery: changed kinsoku.el timezone.el url-http.el wid-edit.el |
| 3106 | 3540 | ||
| 3107 | Thierry Volpiatto: changed bookmark.el info.el | 3541 | Thierry Volpiatto: changed bookmark.el gnus-sum.el image-mode.el info.el |
| 3542 | man.el woman.el dired-aux.el dired.el doc-view.el files.el gnus-art.el | ||
| 3543 | image-dired.el vc-rcs.el | ||
| 3108 | 3544 | ||
| 3109 | Thomas Baumann: wrote org-mhe.el | 3545 | Thomas Baumann: wrote org-mhe.el |
| 3110 | and co-wrote org-bbdb.el | 3546 | and co-wrote org-bbdb.el |
| @@ -3131,8 +3567,8 @@ Thomas Steffen: co-wrote deuglify.el | |||
| 3131 | 3567 | ||
| 3132 | Thomas W Murphy: changed outline.el | 3568 | Thomas W Murphy: changed outline.el |
| 3133 | 3569 | ||
| 3134 | Thomas Wurgler: wrote emacs-lock.el | 3570 | Thomas Wurgler: wrote old-emacs-lock.el |
| 3135 | and changed subr.el | 3571 | and changed emacs-lock.el subr.el |
| 3136 | 3572 | ||
| 3137 | Thor Kristoffersen: changed nntp.el | 3573 | Thor Kristoffersen: changed nntp.el |
| 3138 | 3574 | ||
| @@ -3144,23 +3580,36 @@ Tibor Šimko: co-wrote slovak.el | |||
| 3144 | 3580 | ||
| 3145 | Tijs Van Bakel: changed erc.el | 3581 | Tijs Van Bakel: changed erc.el |
| 3146 | 3582 | ||
| 3147 | Tim Van Holder: changed emacsclient.c Makefile.in compile.el configure.in | 3583 | Tim Cross: changed keymaps.texi |
| 3148 | which-func.el | 3584 | |
| 3585 | Tim Harper: changed ns-win.el | ||
| 3586 | |||
| 3587 | Tim Landscheidt: changed gnus.texi | ||
| 3588 | |||
| 3589 | Tim Van Holder: changed emacsclient.c Makefile.in configure.in | ||
| 3590 | progmodes/compile.el which-func.el | ||
| 3591 | |||
| 3592 | Timo Juhani Lindfors: changed gnus-msg.el | ||
| 3149 | 3593 | ||
| 3150 | Timo Savola: changed emacs.c gtkutil.c startup.el x-win.el xfns.c xterm.c | 3594 | Timo Savola: changed emacs.c gtkutil.c startup.el x-win.el xfns.c xterm.c |
| 3151 | xterm.h | 3595 | xterm.h |
| 3152 | 3596 | ||
| 3153 | Tobias C. Rittweiler: changed font-lock.el sendmail.el | 3597 | Tobias C. Rittweiler: changed font-lock.el searching.texi sendmail.el |
| 3154 | 3598 | ||
| 3155 | Tobias Ringström: changed etags.c | 3599 | Tobias Ringström: changed etags.c |
| 3156 | 3600 | ||
| 3157 | Toby Allsopp: changed ldap.el eudc.el | 3601 | Toby Allsopp: changed ldap.el eudc.el |
| 3158 | 3602 | ||
| 3603 | Toby Cubitt: co-wrote avl-tree.el | ||
| 3604 | |||
| 3159 | Toby Speight: changed generic-x.el window.el | 3605 | Toby Speight: changed generic-x.el window.el |
| 3160 | 3606 | ||
| 3161 | Tokuya Kameshima: wrote org-mew.el org-wl.el | 3607 | Tokuya Kameshima: wrote org-mew.el |
| 3608 | and co-wrote org-wl.el | ||
| 3609 | |||
| 3610 | Tom Breton: changed autoinsert.el cus-edit.el gnus-agent.el lread.c | ||
| 3162 | 3611 | ||
| 3163 | Tom Breton: changed autoinsert.el gnus-agent.el lread.c | 3612 | Tom Dye: changed org-bibtex.el org.texi org.el |
| 3164 | 3613 | ||
| 3165 | Tom Hageman: changed etags.c | 3614 | Tom Hageman: changed etags.c |
| 3166 | 3615 | ||
| @@ -3168,17 +3617,18 @@ Tom Houlder: wrote mantemp.el | |||
| 3168 | 3617 | ||
| 3169 | Tom Perrine: co-wrote modula2.el (public domain) | 3618 | Tom Perrine: co-wrote modula2.el (public domain) |
| 3170 | 3619 | ||
| 3171 | Tom Tromey: wrote bug-reference.el erc-list.el | 3620 | Tom Rauchenwald: changed spam.el |
| 3621 | |||
| 3622 | Tom Tromey: wrote bug-reference.el erc-list.el package-x.el package.el | ||
| 3172 | and co-wrote tcl.el | 3623 | and co-wrote tcl.el |
| 3173 | and changed makefile.el configure.in vc.el blackbox.el buffer.c | 3624 | and changed buffer.c lisp.h makefile.el window.c xfns.c callint.c cmds.c |
| 3174 | custom.texi etags.c make-mode.el vc-svn.el INSTALL add-log.el | 3625 | configure.in frame.c keyboard.c keymap.c xdisp.c buffer.h bytecode.c |
| 3175 | buff-menu.el cmuscheme.el completion.el custom.el dbusbind.c | 3626 | callproc.c category.c character.c character.h charset.c coding.c |
| 3176 | diff-mode.el doc.c easy-mmode.el elp.el emacsclient.c | 3627 | composite.c and 133 other files |
| 3177 | and 30 other files | ||
| 3178 | 3628 | ||
| 3179 | Tomas Abrahamsson: wrote artist.el | 3629 | Tomas Abrahamsson: wrote artist.el |
| 3180 | 3630 | ||
| 3181 | Tommi Vainikainen: changed gnus-sum.el message.el | 3631 | Tommi Vainikainen: changed gnus-sum.el message.el mml-sec.el |
| 3182 | 3632 | ||
| 3183 | Tomohiko Morioka: co-wrote mm-bodies.el mm-decode.el mm-encode.el | 3633 | Tomohiko Morioka: co-wrote mm-bodies.el mm-decode.el mm-encode.el |
| 3184 | mm-util.el rfc2047.el | 3634 | mm-util.el rfc2047.el |
| @@ -3198,7 +3648,7 @@ Torsten Bronger: changed latin-ltx.el | |||
| 3198 | Toru Tomabechi: wrote tibet-util.el tibetan.el | 3648 | Toru Tomabechi: wrote tibet-util.el tibetan.el |
| 3199 | 3649 | ||
| 3200 | Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el cus-start.el fileio.c | 3650 | Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el cus-start.el fileio.c |
| 3201 | files.el lisp.h w32fns.c | 3651 | files.el lisp.h tramp.el w32fns.c |
| 3202 | 3652 | ||
| 3203 | Toshiaki Nomura: changed uxpds.h | 3653 | Toshiaki Nomura: changed uxpds.h |
| 3204 | 3654 | ||
| @@ -3217,31 +3667,36 @@ Tsuchiya Masatoshi: changed gnus-art.el mm-view.el gnus-sum.el | |||
| 3217 | gnus-cache.el gnus-msg.el gnus.el nndiary.el nnfolder.el nnimap.el | 3667 | gnus-cache.el gnus-msg.el gnus.el nndiary.el nnfolder.el nnimap.el |
| 3218 | nnmaildir.el pgg.el rfc2047.el | 3668 | nnmaildir.el pgg.el rfc2047.el |
| 3219 | 3669 | ||
| 3220 | Tsugutomo Enami: changed frame.c keyboard.c dispnew.c fileio.c process.c | 3670 | Tsugutomo Enami: changed frame.c keyboard.c configure.in dispnew.c |
| 3221 | simple.el xdisp.c add-log.el bytecomp.el configure.in editfns.c emacs.c | 3671 | fileio.c process.c simple.el xdisp.c add-log.el bytecomp.el editfns.c |
| 3222 | frame.h gnus-group.el nnheader.el perl-mode.el regex.c regex.h | 3672 | emacs.c frame.h gnus-group.el netbsd.h nnheader.el perl-mode.el regex.c |
| 3223 | rmailsum.el sysdep.c vc.el and 3 other files | 3673 | regex.h rmailsum.el sysdep.c and 4 other files |
| 3224 | 3674 | ||
| 3225 | Tsuyoshi Akiho: changed gnus-sum.el nnrss.el | 3675 | Tsuyoshi Akiho: changed gnus-sum.el nnrss.el |
| 3226 | 3676 | ||
| 3227 | Tudor Hulubei: changed iso-acc.el latin-pre.el | 3677 | Tudor Hulubei: changed iso-acc.el latin-pre.el |
| 3228 | 3678 | ||
| 3229 | Ulf Jasper: wrote bubbles.el icalendar-testsuite.el icalendar.el | 3679 | Uday S Reddy: changed etags.el fill.el |
| 3680 | |||
| 3681 | Ulf Jasper: wrote bubbles.el icalendar-tests.el icalendar.el | ||
| 3230 | newst-backend.el newst-plainview.el newst-reader.el newst-ticker.el | 3682 | newst-backend.el newst-plainview.el newst-reader.el newst-ticker.el |
| 3231 | newst-treeview.el newsticker-testsuite.el newsticker.el | 3683 | newst-treeview.el newsticker-testsuite.el newsticker.el |
| 3232 | and changed calendar.texi newsticker-plainview.el newsticker-treeview.el | 3684 | and changed icalendar-testsuite.el calendar.texi newsticker-plainview.el |
| 3233 | newsticker.texi newsticker-backend.el newsticker-reader.el | 3685 | newsticker-treeview.el newsticker.texi newsticker-backend.el |
| 3234 | newsticker-ticker.el Makefile.in xml.el | 3686 | newsticker-reader.el newsticker-ticker.el Makefile.in README |
| 3687 | browse-url.xpm get-all.xpm mark-immortal.xpm mark-read.xpm narrow.xpm | ||
| 3688 | newsticker next-feed.xpm next-item.xpm prev-feed.xpm prev-item.xpm | ||
| 3689 | update.xpm xml.el | ||
| 3235 | 3690 | ||
| 3236 | Ulf Stegemann: changed smime.el | 3691 | Ulf Stegemann: co-wrote org-entities.el |
| 3692 | and changed org-gnus.el smime.el | ||
| 3237 | 3693 | ||
| 3238 | Ulrich Leodolter: changed w32proc.c | 3694 | Ulrich Leodolter: changed w32proc.c |
| 3239 | 3695 | ||
| 3240 | Ulrich Mueller: changed configure.in Makefile.in files.el gud.el | 3696 | Ulrich Mueller: changed configure.in Makefile.in files.el gud.el |
| 3241 | ChgPane.c ChgSel.c INSTALL XMakeAssoc.c authors.el bytecomp.el | 3697 | server.el ChgPane.c ChgSel.c HELLO INSTALL XMakeAssoc.c authors.el |
| 3242 | calc-units.el case-table.el configure doctor.el emacs.c emacs.desktop | 3698 | bytecomp.el calc-units.el case-table.el configure doctor.el em-ls.el |
| 3243 | emacsclient.c fortran.el gnu-linux.h iso-acc.el lread.c | 3699 | emacs.1 emacs.c emacs.desktop emacsclient.c and 25 other files |
| 3244 | and 12 other files | ||
| 3245 | 3700 | ||
| 3246 | Ulrich Neumerkel: changed xterm.c | 3701 | Ulrich Neumerkel: changed xterm.c |
| 3247 | 3702 | ||
| @@ -3250,7 +3705,7 @@ and changed files.el | |||
| 3250 | 3705 | ||
| 3251 | Vadim Nasardinov: changed allout.el | 3706 | Vadim Nasardinov: changed allout.el |
| 3252 | 3707 | ||
| 3253 | Vagn Johansen: changed gnus-cache.el | 3708 | Vagn Johansen: changed gnus-cache.el vc-svn.el |
| 3254 | 3709 | ||
| 3255 | Valery Alexeev: changed cyril-util.el cyrillic.el | 3710 | Valery Alexeev: changed cyril-util.el cyrillic.el |
| 3256 | 3711 | ||
| @@ -3261,8 +3716,9 @@ Victor Zandy: wrote zone.el | |||
| 3261 | 3716 | ||
| 3262 | Ville Skyttä: changed mh-comp.el pgg.el tcl.el | 3717 | Ville Skyttä: changed mh-comp.el pgg.el tcl.el |
| 3263 | 3718 | ||
| 3264 | Vincent Belaïche: changed calc-alg.el calc-vec.el calc.texi calc-embed.el | 3719 | Vincent Belaïche: changed ses.el 5x5.el calc-alg.el calc-vec.el calc.texi |
| 3265 | calc-help.el calc-misc.el calc.el recentf.el | 3720 | calc-embed.el calc-help.el calc-misc.el calc.el floatfns.c org.el |
| 3721 | recentf.el | ||
| 3266 | 3722 | ||
| 3267 | Vincent Del Vecchio: changed info.el mh-utils.el | 3723 | Vincent Del Vecchio: changed info.el mh-utils.el |
| 3268 | 3724 | ||
| @@ -3271,30 +3727,38 @@ Vinicius Jose Latorre: wrote delim-col.el ebnf-abn.el ebnf-bnf.el | |||
| 3271 | printing.el whitespace.el | 3727 | printing.el whitespace.el |
| 3272 | and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el | 3728 | and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el |
| 3273 | and changed ps-prin1.ps ps-bdf.el ps-prin0.ps blank-mode.el ps-prin3.ps | 3729 | and changed ps-prin1.ps ps-bdf.el ps-prin0.ps blank-mode.el ps-prin3.ps |
| 3274 | ps-prin2.ps lpr.el diff-mode.el subr.el TUTORIAL.pt_BR compilation.txt | 3730 | ps-prin2.ps lpr.el subr.el diff-mode.el TUTORIAL.pt_BR compilation.txt |
| 3275 | compile.el easymenu.el loading.texi menu-bar.el misc.texi | 3731 | easymenu.el loading.texi menu-bar.el misc.texi progmodes/compile.el |
| 3276 | ps-print-def.el ps-print.ps ps-vars.el | 3732 | ps-print-def.el ps-print.ps ps-vars.el |
| 3277 | 3733 | ||
| 3278 | Vivek Dasmohapatra: wrote hfy-cmap.el htmlfontify.el | 3734 | Vivek Dasmohapatra: wrote hfy-cmap.el htmlfontify.el |
| 3279 | and changed erc-backend.el erc.el emacs.c erc-services.el sh-script.el | 3735 | and changed erc.el erc-backend.el emacs.c erc-join.el erc-services.el |
| 3280 | xterm.c xterm.h | 3736 | sh-script.el xterm.c xterm.h |
| 3281 | 3737 | ||
| 3282 | Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el | 3738 | Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el |
| 3283 | 3739 | ||
| 3284 | Vladimir Volovich: changed smime.el | 3740 | Vladimir Volovich: changed smime.el |
| 3285 | 3741 | ||
| 3742 | W. Martin Borgert: changed files.el schemas.xml | ||
| 3743 | |||
| 3286 | Walter C. Pelissero: changed browse-url.el url-methods.el | 3744 | Walter C. Pelissero: changed browse-url.el url-methods.el |
| 3287 | 3745 | ||
| 3746 | Wang Diancheng: changed gdb-mi.el nnml.el | ||
| 3747 | |||
| 3288 | Werner Benger: changed keyboard.c | 3748 | Werner Benger: changed keyboard.c |
| 3289 | 3749 | ||
| 3290 | Werner Lemberg: wrote sisheng.el vntelex.el | 3750 | Werner Lemberg: wrote sisheng.el vntelex.el |
| 3291 | and changed TUTORIAL.de Makefile.in calc.texi chinese.el czech.el emacs.1 | 3751 | and changed Makefile.in TUTORIAL.de calc.texi chinese.el czech.el emacs.1 |
| 3292 | european.el idlwave.el reftex-vars.el reftex.el reftex.texi slovak.el | 3752 | european.el idlwave.el reftex-vars.el reftex.el reftex.texi slovak.el |
| 3293 | supercite.el .cvsignore advice.el calc-forms.el calc-sel.el calendar.el | 3753 | supercite.el advice.el calc-forms.el calc-sel.el calendar.el |
| 3294 | china-util.el cl-macs.el cl.texi and 51 other files | 3754 | china-util.el cl-macs.el cl.texi complete.el and 50 other files |
| 3755 | |||
| 3756 | Werner Meisner: changed lwlib-Xm.c | ||
| 3295 | 3757 | ||
| 3296 | Wes Hardaker: changed gnus-score.el gnus-art.el gnus-sum.el gnus-win.el | 3758 | Wes Hardaker: changed gnus-score.el gnus-art.el gnus-sum.el gnus-win.el |
| 3297 | 3759 | ||
| 3760 | Wilfred Hughes: changed vc-git.el | ||
| 3761 | |||
| 3298 | Will Glozer: changed macterm.c | 3762 | Will Glozer: changed macterm.c |
| 3299 | 3763 | ||
| 3300 | Will Mengarini: wrote repeat.el | 3764 | Will Mengarini: wrote repeat.el |
| @@ -3314,11 +3778,14 @@ William Smith: changed strftime.c | |||
| 3314 | 3778 | ||
| 3315 | William Sommerfeld: wrote emacsclient.c scribe.el server.el | 3779 | William Sommerfeld: wrote emacsclient.c scribe.el server.el |
| 3316 | 3780 | ||
| 3317 | William Xu: changed outline.el webjump.el | 3781 | William Stevenson: wrote adwaita-theme.el |
| 3782 | |||
| 3783 | William Xu: changed nsterm.m outline.el webjump.el | ||
| 3318 | 3784 | ||
| 3319 | Wilson H. Tien: changed unexelf.c | 3785 | Wilson H. Tien: changed unexelf.c |
| 3320 | 3786 | ||
| 3321 | Wilson Snyder: changed verilog-mode.el files.el | 3787 | Wilson Snyder: co-wrote verilog-mode.el |
| 3788 | and changed files.el | ||
| 3322 | 3789 | ||
| 3323 | Wim Nieuwenhuizen: changed TUTORIAL.nl | 3790 | Wim Nieuwenhuizen: changed TUTORIAL.nl |
| 3324 | 3791 | ||
| @@ -3328,7 +3795,8 @@ and changed latin-pre.el pl-refcard.ps pl-refcard.tex refcard-pl.ps | |||
| 3328 | 3795 | ||
| 3329 | Wolfgang Glas: changed unexsgi.c | 3796 | Wolfgang Glas: changed unexsgi.c |
| 3330 | 3797 | ||
| 3331 | Wolfgang Jenkner: changed conf-mode.el gnus-sum.el pcvs.el | 3798 | Wolfgang Jenkner: changed conf-mode.el gnus-sum.el lread.c |
| 3799 | network-stream.el pcvs.el pop3.el | ||
| 3332 | 3800 | ||
| 3333 | Wolfgang Lux: changed nsterm.m keyboard.c | 3801 | Wolfgang Lux: changed nsterm.m keyboard.c |
| 3334 | 3802 | ||
| @@ -3339,6 +3807,8 @@ and changed config.in process.c alloc.c callint.c configure.in data.c | |||
| 3339 | 3807 | ||
| 3340 | Wolfgang Scherer: changed vc-cvs.el | 3808 | Wolfgang Scherer: changed vc-cvs.el |
| 3341 | 3809 | ||
| 3810 | Wolfgang Schnerring: changed emacsclient.c | ||
| 3811 | |||
| 3342 | Wolfram Fenske: changed nnimap.el | 3812 | Wolfram Fenske: changed nnimap.el |
| 3343 | 3813 | ||
| 3344 | Wolfram Gloger: changed emacs.c | 3814 | Wolfram Gloger: changed emacs.c |
| @@ -3347,10 +3817,12 @@ Xavier Maillard: changed gnus-faq.texi gnus-score.el mh-utils.el spam.el | |||
| 3347 | 3817 | ||
| 3348 | Yagi Tatsuya: changed gnus-art.el gnus-start.el | 3818 | Yagi Tatsuya: changed gnus-art.el gnus-start.el |
| 3349 | 3819 | ||
| 3820 | Yair F: changed hebrew.el | ||
| 3821 | |||
| 3350 | Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h | 3822 | Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h |
| 3351 | macmenu.c macgui.h image.c macselect.c xdisp.c keyboard.c xterm.c | 3823 | macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c |
| 3352 | Makefile.in emacs.c darwin.h macos.texi unexmacosx.c w32term.c alloc.c | 3824 | Makefile.in emacs.c darwin.h dispnew.c unexmacosx.c w32term.c alloc.c |
| 3353 | configure.in dispnew.c and 83 other files | 3825 | dispextern.h configure.in and 88 other files |
| 3354 | 3826 | ||
| 3355 | Yann Dirson: changed imenu.el | 3827 | Yann Dirson: changed imenu.el |
| 3356 | 3828 | ||
| @@ -3363,11 +3835,11 @@ Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el | |||
| 3363 | 3835 | ||
| 3364 | Yong Lu: changed charset.c coding.c greek.el | 3836 | Yong Lu: changed charset.c coding.c greek.el |
| 3365 | 3837 | ||
| 3366 | Yoni Rabkin: changed faces.el net-utils.el artist.el cmacexp.el ediff.el | 3838 | Yoni Rabkin: changed faces.el net-utils.el artist.el bs.el cmacexp.el |
| 3367 | files.el hilit19.el ps-mode.el simula.el vera-mode.el verilog-mode.el | 3839 | ediff.el files.el hilit19.el ps-mode.el simula.el vera-mode.el |
| 3368 | vhdl-mode.el viper.el whitespace.el | 3840 | verilog-mode.el vhdl-mode.el viper.el whitespace.el |
| 3369 | 3841 | ||
| 3370 | Yoshiaki Kasahara: changed term.c | 3842 | Yoshiaki Kasahara: changed buffer.c term.c |
| 3371 | 3843 | ||
| 3372 | Yoshiki Hayashi: changed texinfmt.el nnheader.el | 3844 | Yoshiki Hayashi: changed texinfmt.el nnheader.el |
| 3373 | 3845 | ||
| @@ -3376,18 +3848,26 @@ and changed fontset.el message.el nnheader.el nnmail.el | |||
| 3376 | 3848 | ||
| 3377 | Yu-Ji Hosokawa: changed README.W32 | 3849 | Yu-Ji Hosokawa: changed README.W32 |
| 3378 | 3850 | ||
| 3851 | Yuanle Song: changed rng-xsd.el | ||
| 3852 | |||
| 3379 | Yukihiro Matsumoto: co-wrote ruby-mode.el | 3853 | Yukihiro Matsumoto: co-wrote ruby-mode.el |
| 3380 | 3854 | ||
| 3855 | Yuri Karaban: changed pop3.el | ||
| 3856 | |||
| 3381 | Yuri Shtil: changed etags.c | 3857 | Yuri Shtil: changed etags.c |
| 3382 | 3858 | ||
| 3383 | Yutaka Niibe: changed indent.c xdisp.c configure.in Makefile.in dispnew.c | 3859 | Yutaka Niibe: changed indent.c xdisp.c configure.in Makefile.in dispnew.c |
| 3384 | sysdep.c config.in dired.el emacs.c fill.el fns.c gmalloc.c gnu-linux.h | 3860 | sysdep.c config.in dired.el emacs.c fill.el fns.c gmalloc.c gnu-linux.h |
| 3385 | indent.h process.c simple.el term.c window.c | 3861 | indent.h process.c simple.el term.c window.c |
| 3386 | 3862 | ||
| 3863 | Zachary Kanfer: changed cus-edit.el keyboard.c | ||
| 3864 | |||
| 3387 | Zhang Wei: changed chinese.el characters.el mule-cmds.el xfns.c erc.el | 3865 | Zhang Wei: changed chinese.el characters.el mule-cmds.el xfns.c erc.el |
| 3388 | faces.el fontset.el makefile.w32-in mm-util.el mule.el org-publish.el | 3866 | faces.el fontset.el makefile.w32-in mm-util.el mule.el org-publish.el |
| 3389 | rfc2047.el x-win.el | 3867 | rfc2047.el x-win.el |
| 3390 | 3868 | ||
| 3869 | Zhang Weize: wrote ob-plantuml.el | ||
| 3870 | |||
| 3391 | Zoltan Kemenczy: changed gud.el | 3871 | Zoltan Kemenczy: changed gud.el |
| 3392 | 3872 | ||
| 3393 | Zoran Milojevic: changed avoid.el | 3873 | Zoran Milojevic: changed avoid.el |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 7d75bf2b98d..9ce2221e502 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" (19968 28627)) | 8 | ;;;;;; "play/5x5.el" (19973 21789)) |
| 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 | ;;;;;; (19890 42850)) | 71 | ;;;;;; (19891 13894)) |
| 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 | ;;;;;; (19845 45374)) | 91 | ;;;;;; (19776 18657)) |
| 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 | ;;;;;; (19890 42850)) | 102 | ;;;;;; (19891 13894)) |
| 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 | ;;;;;; (20033 22846)) | 117 | ;;;;;; (20032 1418)) |
| 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" (19931 11784)) | 256 | ;;;;;; "advice" "emacs-lisp/advice.el" (19933 8482)) |
| 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" (19886 45771)) | 401 | ;;;;;; align) "align" "align.el" (19888 59421)) |
| 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 | ;;;;;; (19988 13913)) | 492 | ;;;;;; (20094 18869)) |
| 493 | ;;; Generated autoloads from allout.el | 493 | ;;; Generated autoloads from allout.el |
| 494 | 494 | ||
| 495 | (autoload 'allout-auto-activation-helper "allout" "\ | 495 | (autoload 'allout-auto-activation-helper "allout" "\ |
| @@ -848,7 +848,7 @@ for details on preparing emacs for automatic allout activation. | |||
| 848 | 848 | ||
| 849 | ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation | 849 | ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation |
| 850 | ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" | 850 | ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" |
| 851 | ;;;;;; (19988 13913)) | 851 | ;;;;;; (19987 30383)) |
| 852 | ;;; Generated autoloads from allout-widgets.el | 852 | ;;; Generated autoloads from allout-widgets.el |
| 853 | 853 | ||
| 854 | (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) | 854 | (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) |
| @@ -907,7 +907,7 @@ outline hot-spot navigation (see `allout-mode'). | |||
| 907 | ;;;*** | 907 | ;;;*** |
| 908 | 908 | ||
| 909 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 909 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 910 | ;;;;;; "net/ange-ftp.el" (19977 43600)) | 910 | ;;;;;; "net/ange-ftp.el" (19976 62881)) |
| 911 | ;;; Generated autoloads from net/ange-ftp.el | 911 | ;;; Generated autoloads from net/ange-ftp.el |
| 912 | 912 | ||
| 913 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 913 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| @@ -929,7 +929,7 @@ directory, so that Emacs will know its current contents. | |||
| 929 | ;;;*** | 929 | ;;;*** |
| 930 | 930 | ||
| 931 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) | 931 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) |
| 932 | ;;;;;; "animate" "play/animate.el" (19986 58615)) | 932 | ;;;;;; "animate" "play/animate.el" (19985 63781)) |
| 933 | ;;; Generated autoloads from play/animate.el | 933 | ;;; Generated autoloads from play/animate.el |
| 934 | 934 | ||
| 935 | (autoload 'animate-string "animate" "\ | 935 | (autoload 'animate-string "animate" "\ |
| @@ -962,7 +962,7 @@ the buffer *Birthday-Present-for-Name*. | |||
| 962 | ;;;*** | 962 | ;;;*** |
| 963 | 963 | ||
| 964 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 964 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 965 | ;;;;;; "ansi-color" "ansi-color.el" (19854 41422)) | 965 | ;;;;;; "ansi-color" "ansi-color.el" (19874 16126)) |
| 966 | ;;; Generated autoloads from ansi-color.el | 966 | ;;; Generated autoloads from ansi-color.el |
| 967 | 967 | ||
| 968 | (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ | 968 | (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ |
| @@ -988,7 +988,7 @@ This is a good function to put in `comint-output-filter-functions'. | |||
| 988 | ;;;*** | 988 | ;;;*** |
| 989 | 989 | ||
| 990 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 990 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 991 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19890 42850)) | 991 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19891 13894)) |
| 992 | ;;; Generated autoloads from progmodes/antlr-mode.el | 992 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 993 | 993 | ||
| 994 | (autoload 'antlr-show-makefile-rules "antlr-mode" "\ | 994 | (autoload 'antlr-show-makefile-rules "antlr-mode" "\ |
| @@ -1024,7 +1024,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | |||
| 1024 | ;;;*** | 1024 | ;;;*** |
| 1025 | 1025 | ||
| 1026 | ;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" | 1026 | ;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" |
| 1027 | ;;;;;; (19956 37456)) | 1027 | ;;;;;; (19955 60465)) |
| 1028 | ;;; Generated autoloads from calendar/appt.el | 1028 | ;;; Generated autoloads from calendar/appt.el |
| 1029 | 1029 | ||
| 1030 | (autoload 'appt-add "appt" "\ | 1030 | (autoload 'appt-add "appt" "\ |
| @@ -1047,7 +1047,7 @@ ARG is positive, otherwise off. | |||
| 1047 | 1047 | ||
| 1048 | ;;;### (autoloads (apropos-documentation apropos-value apropos-library | 1048 | ;;;### (autoloads (apropos-documentation apropos-value apropos-library |
| 1049 | ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable | 1049 | ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable |
| 1050 | ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19909 7240)) | 1050 | ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19910 9778)) |
| 1051 | ;;; Generated autoloads from apropos.el | 1051 | ;;; Generated autoloads from apropos.el |
| 1052 | 1052 | ||
| 1053 | (autoload 'apropos-read-pattern "apropos" "\ | 1053 | (autoload 'apropos-read-pattern "apropos" "\ |
| @@ -1150,8 +1150,8 @@ Returns list of symbols and documentation found. | |||
| 1150 | 1150 | ||
| 1151 | ;;;*** | 1151 | ;;;*** |
| 1152 | 1152 | ||
| 1153 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19990 | 1153 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20064 |
| 1154 | ;;;;;; 55648)) | 1154 | ;;;;;; 62813)) |
| 1155 | ;;; Generated autoloads from arc-mode.el | 1155 | ;;; Generated autoloads from arc-mode.el |
| 1156 | 1156 | ||
| 1157 | (autoload 'archive-mode "arc-mode" "\ | 1157 | (autoload 'archive-mode "arc-mode" "\ |
| @@ -1171,7 +1171,7 @@ archive. | |||
| 1171 | 1171 | ||
| 1172 | ;;;*** | 1172 | ;;;*** |
| 1173 | 1173 | ||
| 1174 | ;;;### (autoloads (array-mode) "array" "array.el" (19845 45374)) | 1174 | ;;;### (autoloads (array-mode) "array" "array.el" (19776 18657)) |
| 1175 | ;;; Generated autoloads from array.el | 1175 | ;;; Generated autoloads from array.el |
| 1176 | 1176 | ||
| 1177 | (autoload 'array-mode "array" "\ | 1177 | (autoload 'array-mode "array" "\ |
| @@ -1242,8 +1242,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1242 | 1242 | ||
| 1243 | ;;;*** | 1243 | ;;;*** |
| 1244 | 1244 | ||
| 1245 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19914 | 1245 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19919 |
| 1246 | ;;;;;; 25180)) | 1246 | ;;;;;; 55562)) |
| 1247 | ;;; Generated autoloads from textmodes/artist.el | 1247 | ;;; Generated autoloads from textmodes/artist.el |
| 1248 | 1248 | ||
| 1249 | (autoload 'artist-mode "artist" "\ | 1249 | (autoload 'artist-mode "artist" "\ |
| @@ -1449,8 +1449,8 @@ Keymap summary | |||
| 1449 | 1449 | ||
| 1450 | ;;;*** | 1450 | ;;;*** |
| 1451 | 1451 | ||
| 1452 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19890 | 1452 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19891 |
| 1453 | ;;;;;; 42850)) | 1453 | ;;;;;; 13894)) |
| 1454 | ;;; Generated autoloads from progmodes/asm-mode.el | 1454 | ;;; Generated autoloads from progmodes/asm-mode.el |
| 1455 | 1455 | ||
| 1456 | (autoload 'asm-mode "asm-mode" "\ | 1456 | (autoload 'asm-mode "asm-mode" "\ |
| @@ -1478,7 +1478,7 @@ Special commands: | |||
| 1478 | ;;;*** | 1478 | ;;;*** |
| 1479 | 1479 | ||
| 1480 | ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" | 1480 | ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" |
| 1481 | ;;;;;; (20062 2656)) | 1481 | ;;;;;; (20089 62475)) |
| 1482 | ;;; Generated autoloads from gnus/auth-source.el | 1482 | ;;; Generated autoloads from gnus/auth-source.el |
| 1483 | 1483 | ||
| 1484 | (defvar auth-source-cache-expiry 7200 "\ | 1484 | (defvar auth-source-cache-expiry 7200 "\ |
| @@ -1491,7 +1491,7 @@ let-binding.") | |||
| 1491 | ;;;*** | 1491 | ;;;*** |
| 1492 | 1492 | ||
| 1493 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" | 1493 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" |
| 1494 | ;;;;;; (19845 45374)) | 1494 | ;;;;;; (19776 18657)) |
| 1495 | ;;; Generated autoloads from autoarg.el | 1495 | ;;; Generated autoloads from autoarg.el |
| 1496 | 1496 | ||
| 1497 | (defvar autoarg-mode nil "\ | 1497 | (defvar autoarg-mode nil "\ |
| @@ -1545,7 +1545,7 @@ etc. to supply digit arguments. | |||
| 1545 | ;;;*** | 1545 | ;;;*** |
| 1546 | 1546 | ||
| 1547 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 1547 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| 1548 | ;;;;;; (19845 45374)) | 1548 | ;;;;;; (19776 18657)) |
| 1549 | ;;; Generated autoloads from progmodes/autoconf.el | 1549 | ;;; Generated autoloads from progmodes/autoconf.el |
| 1550 | 1550 | ||
| 1551 | (autoload 'autoconf-mode "autoconf" "\ | 1551 | (autoload 'autoconf-mode "autoconf" "\ |
| @@ -1556,7 +1556,7 @@ Major mode for editing Autoconf configure.in files. | |||
| 1556 | ;;;*** | 1556 | ;;;*** |
| 1557 | 1557 | ||
| 1558 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 1558 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 1559 | ;;;;;; "autoinsert" "autoinsert.el" (19988 13913)) | 1559 | ;;;;;; "autoinsert" "autoinsert.el" (20064 62818)) |
| 1560 | ;;; Generated autoloads from autoinsert.el | 1560 | ;;; Generated autoloads from autoinsert.el |
| 1561 | 1561 | ||
| 1562 | (autoload 'auto-insert "autoinsert" "\ | 1562 | (autoload 'auto-insert "autoinsert" "\ |
| @@ -1595,7 +1595,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1595 | 1595 | ||
| 1596 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1596 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1597 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1597 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1598 | ;;;;;; (19924 47209)) | 1598 | ;;;;;; (19926 36440)) |
| 1599 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1599 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1600 | 1600 | ||
| 1601 | (put 'generated-autoload-file 'safe-local-variable 'stringp) | 1601 | (put 'generated-autoload-file 'safe-local-variable 'stringp) |
| @@ -1646,7 +1646,7 @@ should be non-nil). | |||
| 1646 | 1646 | ||
| 1647 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode | 1647 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode |
| 1648 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) | 1648 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) |
| 1649 | ;;;;;; "autorevert" "autorevert.el" (19878 51661)) | 1649 | ;;;;;; "autorevert" "autorevert.el" (19877 58520)) |
| 1650 | ;;; Generated autoloads from autorevert.el | 1650 | ;;; Generated autoloads from autorevert.el |
| 1651 | 1651 | ||
| 1652 | (autoload 'auto-revert-mode "autorevert" "\ | 1652 | (autoload 'auto-revert-mode "autorevert" "\ |
| @@ -1727,7 +1727,7 @@ specifies in the mode line. | |||
| 1727 | ;;;*** | 1727 | ;;;*** |
| 1728 | 1728 | ||
| 1729 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1729 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1730 | ;;;;;; "avoid.el" (19845 45374)) | 1730 | ;;;;;; "avoid.el" (19874 15752)) |
| 1731 | ;;; Generated autoloads from avoid.el | 1731 | ;;; Generated autoloads from avoid.el |
| 1732 | 1732 | ||
| 1733 | (defvar mouse-avoidance-mode nil "\ | 1733 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1768,7 +1768,7 @@ definition of \"random distance\".) | |||
| 1768 | ;;;*** | 1768 | ;;;*** |
| 1769 | 1769 | ||
| 1770 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" | 1770 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" |
| 1771 | ;;;;;; (20055 29424)) | 1771 | ;;;;;; (20055 46662)) |
| 1772 | ;;; Generated autoloads from battery.el | 1772 | ;;; Generated autoloads from battery.el |
| 1773 | (put 'battery-mode-line-string 'risky-local-variable t) | 1773 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1774 | 1774 | ||
| @@ -1800,7 +1800,7 @@ seconds. | |||
| 1800 | ;;;*** | 1800 | ;;;*** |
| 1801 | 1801 | ||
| 1802 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) | 1802 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) |
| 1803 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19981 40664)) | 1803 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19983 37515)) |
| 1804 | ;;; Generated autoloads from emacs-lisp/benchmark.el | 1804 | ;;; Generated autoloads from emacs-lisp/benchmark.el |
| 1805 | 1805 | ||
| 1806 | (autoload 'benchmark-run "benchmark" "\ | 1806 | (autoload 'benchmark-run "benchmark" "\ |
| @@ -1833,7 +1833,7 @@ For non-interactive use see also `benchmark-run' and | |||
| 1833 | ;;;*** | 1833 | ;;;*** |
| 1834 | 1834 | ||
| 1835 | ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) | 1835 | ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) |
| 1836 | ;;;;;; "bibtex" "textmodes/bibtex.el" (19997 28887)) | 1836 | ;;;;;; "bibtex" "textmodes/bibtex.el" (20081 19566)) |
| 1837 | ;;; Generated autoloads from textmodes/bibtex.el | 1837 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1838 | 1838 | ||
| 1839 | (autoload 'bibtex-initialize "bibtex" "\ | 1839 | (autoload 'bibtex-initialize "bibtex" "\ |
| @@ -1922,7 +1922,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'. | |||
| 1922 | ;;;*** | 1922 | ;;;*** |
| 1923 | 1923 | ||
| 1924 | ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" | 1924 | ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" |
| 1925 | ;;;;;; (19863 8742)) | 1925 | ;;;;;; (19875 21674)) |
| 1926 | ;;; Generated autoloads from textmodes/bibtex-style.el | 1926 | ;;; Generated autoloads from textmodes/bibtex-style.el |
| 1927 | 1927 | ||
| 1928 | (autoload 'bibtex-style-mode "bibtex-style" "\ | 1928 | (autoload 'bibtex-style-mode "bibtex-style" "\ |
| @@ -1934,7 +1934,7 @@ Major mode for editing BibTeX style files. | |||
| 1934 | 1934 | ||
| 1935 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external | 1935 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external |
| 1936 | ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" | 1936 | ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" |
| 1937 | ;;;;;; (19845 45374)) | 1937 | ;;;;;; (19776 18657)) |
| 1938 | ;;; Generated autoloads from mail/binhex.el | 1938 | ;;; Generated autoloads from mail/binhex.el |
| 1939 | 1939 | ||
| 1940 | (defconst binhex-begin-line "^:...............................................................$") | 1940 | (defconst binhex-begin-line "^:...............................................................$") |
| @@ -1957,8 +1957,8 @@ Binhex decode region between START and END. | |||
| 1957 | 1957 | ||
| 1958 | ;;;*** | 1958 | ;;;*** |
| 1959 | 1959 | ||
| 1960 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19845 | 1960 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19776 |
| 1961 | ;;;;;; 45374)) | 1961 | ;;;;;; 18657)) |
| 1962 | ;;; Generated autoloads from play/blackbox.el | 1962 | ;;; Generated autoloads from play/blackbox.el |
| 1963 | 1963 | ||
| 1964 | (autoload 'blackbox "blackbox" "\ | 1964 | (autoload 'blackbox "blackbox" "\ |
| @@ -2081,7 +2081,7 @@ a reflection. | |||
| 2081 | ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert | 2081 | ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert |
| 2082 | ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate | 2082 | ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate |
| 2083 | ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" | 2083 | ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" |
| 2084 | ;;;;;; "bookmark.el" (19998 49767)) | 2084 | ;;;;;; "bookmark.el" (20064 62825)) |
| 2085 | ;;; Generated autoloads from bookmark.el | 2085 | ;;; Generated autoloads from bookmark.el |
| 2086 | (define-key ctl-x-r-map "b" 'bookmark-jump) | 2086 | (define-key ctl-x-r-map "b" 'bookmark-jump) |
| 2087 | (define-key ctl-x-r-map "m" 'bookmark-set) | 2087 | (define-key ctl-x-r-map "m" 'bookmark-set) |
| @@ -2282,7 +2282,7 @@ Incremental search of bookmarks, hiding the non-matches as we go. | |||
| 2282 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region | 2282 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region |
| 2283 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file | 2283 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file |
| 2284 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" | 2284 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" |
| 2285 | ;;;;;; (20048 56149)) | 2285 | ;;;;;; (20048 22585)) |
| 2286 | ;;; Generated autoloads from net/browse-url.el | 2286 | ;;; Generated autoloads from net/browse-url.el |
| 2287 | 2287 | ||
| 2288 | (defvar browse-url-browser-function 'browse-url-default-browser "\ | 2288 | (defvar browse-url-browser-function 'browse-url-default-browser "\ |
| @@ -2587,8 +2587,8 @@ from `browse-url-elinks-wrapper'. | |||
| 2587 | 2587 | ||
| 2588 | ;;;*** | 2588 | ;;;*** |
| 2589 | 2589 | ||
| 2590 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19845 | 2590 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19776 |
| 2591 | ;;;;;; 45374)) | 2591 | ;;;;;; 18657)) |
| 2592 | ;;; Generated autoloads from play/bruce.el | 2592 | ;;; Generated autoloads from play/bruce.el |
| 2593 | 2593 | ||
| 2594 | (autoload 'bruce "bruce" "\ | 2594 | (autoload 'bruce "bruce" "\ |
| @@ -2604,7 +2604,7 @@ Return a vector containing the lines from `bruce-phrases-file'. | |||
| 2604 | ;;;*** | 2604 | ;;;*** |
| 2605 | 2605 | ||
| 2606 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 2606 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 2607 | ;;;;;; "bs" "bs.el" (19998 49767)) | 2607 | ;;;;;; "bs" "bs.el" (19998 18466)) |
| 2608 | ;;; Generated autoloads from bs.el | 2608 | ;;; Generated autoloads from bs.el |
| 2609 | 2609 | ||
| 2610 | (autoload 'bs-cycle-next "bs" "\ | 2610 | (autoload 'bs-cycle-next "bs" "\ |
| @@ -2644,7 +2644,7 @@ name of buffer configuration. | |||
| 2644 | 2644 | ||
| 2645 | ;;;*** | 2645 | ;;;*** |
| 2646 | 2646 | ||
| 2647 | ;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19889 21967)) | 2647 | ;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19888 59421)) |
| 2648 | ;;; Generated autoloads from play/bubbles.el | 2648 | ;;; Generated autoloads from play/bubbles.el |
| 2649 | 2649 | ||
| 2650 | (autoload 'bubbles "bubbles" "\ | 2650 | (autoload 'bubbles "bubbles" "\ |
| @@ -2666,7 +2666,7 @@ columns on its right towards the left. | |||
| 2666 | ;;;*** | 2666 | ;;;*** |
| 2667 | 2667 | ||
| 2668 | ;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" | 2668 | ;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" |
| 2669 | ;;;;;; "progmodes/bug-reference.el" (19890 42850)) | 2669 | ;;;;;; "progmodes/bug-reference.el" (19891 13894)) |
| 2670 | ;;; Generated autoloads from progmodes/bug-reference.el | 2670 | ;;; Generated autoloads from progmodes/bug-reference.el |
| 2671 | 2671 | ||
| 2672 | (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) | 2672 | (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) |
| @@ -2687,7 +2687,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings. | |||
| 2687 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2687 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2688 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2688 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2689 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) | 2689 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) |
| 2690 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19998 49767)) | 2690 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20084 62230)) |
| 2691 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2691 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2692 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2692 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2693 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2693 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| @@ -2807,8 +2807,8 @@ and corresponding effects. | |||
| 2807 | 2807 | ||
| 2808 | ;;;*** | 2808 | ;;;*** |
| 2809 | 2809 | ||
| 2810 | ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19885 | 2810 | ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19888 |
| 2811 | ;;;;;; 24894)) | 2811 | ;;;;;; 59421)) |
| 2812 | ;;; Generated autoloads from calendar/cal-china.el | 2812 | ;;; Generated autoloads from calendar/cal-china.el |
| 2813 | 2813 | ||
| 2814 | (put 'calendar-chinese-time-zone 'risky-local-variable t) | 2814 | (put 'calendar-chinese-time-zone 'risky-local-variable t) |
| @@ -2817,7 +2817,7 @@ and corresponding effects. | |||
| 2817 | 2817 | ||
| 2818 | ;;;*** | 2818 | ;;;*** |
| 2819 | 2819 | ||
| 2820 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19885 24894)) | 2820 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19888 59421)) |
| 2821 | ;;; Generated autoloads from calendar/cal-dst.el | 2821 | ;;; Generated autoloads from calendar/cal-dst.el |
| 2822 | 2822 | ||
| 2823 | (put 'calendar-daylight-savings-starts 'risky-local-variable t) | 2823 | (put 'calendar-daylight-savings-starts 'risky-local-variable t) |
| @@ -2829,7 +2829,7 @@ and corresponding effects. | |||
| 2829 | ;;;*** | 2829 | ;;;*** |
| 2830 | 2830 | ||
| 2831 | ;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" | 2831 | ;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" |
| 2832 | ;;;;;; (19885 24894)) | 2832 | ;;;;;; (19888 59421)) |
| 2833 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2833 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2834 | 2834 | ||
| 2835 | (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ | 2835 | (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ |
| @@ -2845,8 +2845,8 @@ from the cursor position. | |||
| 2845 | 2845 | ||
| 2846 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2846 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2847 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2847 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2848 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19943 | 2848 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19946 |
| 2849 | ;;;;;; 25429)) | 2849 | ;;;;;; 35279)) |
| 2850 | ;;; Generated autoloads from calc/calc.el | 2850 | ;;; Generated autoloads from calc/calc.el |
| 2851 | (define-key ctl-x-map "*" 'calc-dispatch) | 2851 | (define-key ctl-x-map "*" 'calc-dispatch) |
| 2852 | 2852 | ||
| @@ -2930,8 +2930,8 @@ See Info node `(calc)Defining Functions'. | |||
| 2930 | 2930 | ||
| 2931 | ;;;*** | 2931 | ;;;*** |
| 2932 | 2932 | ||
| 2933 | ;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (19845 | 2933 | ;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (19776 |
| 2934 | ;;;;;; 45374)) | 2934 | ;;;;;; 18657)) |
| 2935 | ;;; Generated autoloads from calc/calc-undo.el | 2935 | ;;; Generated autoloads from calc/calc-undo.el |
| 2936 | 2936 | ||
| 2937 | (autoload 'calc-undo "calc-undo" "\ | 2937 | (autoload 'calc-undo "calc-undo" "\ |
| @@ -2941,8 +2941,8 @@ See Info node `(calc)Defining Functions'. | |||
| 2941 | 2941 | ||
| 2942 | ;;;*** | 2942 | ;;;*** |
| 2943 | 2943 | ||
| 2944 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (19931 | 2944 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (19933 |
| 2945 | ;;;;;; 11784)) | 2945 | ;;;;;; 8482)) |
| 2946 | ;;; Generated autoloads from calculator.el | 2946 | ;;; Generated autoloads from calculator.el |
| 2947 | 2947 | ||
| 2948 | (autoload 'calculator "calculator" "\ | 2948 | (autoload 'calculator "calculator" "\ |
| @@ -2953,8 +2953,8 @@ See the documentation for `calculator-mode' for more information. | |||
| 2953 | 2953 | ||
| 2954 | ;;;*** | 2954 | ;;;*** |
| 2955 | 2955 | ||
| 2956 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19956 | 2956 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19958 |
| 2957 | ;;;;;; 37456)) | 2957 | ;;;;;; 52955)) |
| 2958 | ;;; Generated autoloads from calendar/calendar.el | 2958 | ;;; Generated autoloads from calendar/calendar.el |
| 2959 | 2959 | ||
| 2960 | (autoload 'calendar "calendar" "\ | 2960 | (autoload 'calendar "calendar" "\ |
| @@ -2998,7 +2998,7 @@ This function is suitable for execution in a .emacs file. | |||
| 2998 | ;;;*** | 2998 | ;;;*** |
| 2999 | 2999 | ||
| 3000 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" | 3000 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" |
| 3001 | ;;;;;; "gnus/canlock.el" (19845 45374)) | 3001 | ;;;;;; "gnus/canlock.el" (19776 18657)) |
| 3002 | ;;; Generated autoloads from gnus/canlock.el | 3002 | ;;; Generated autoloads from gnus/canlock.el |
| 3003 | 3003 | ||
| 3004 | (autoload 'canlock-insert-header "canlock" "\ | 3004 | (autoload 'canlock-insert-header "canlock" "\ |
| @@ -3016,7 +3016,7 @@ it fails. | |||
| 3016 | ;;;*** | 3016 | ;;;*** |
| 3017 | 3017 | ||
| 3018 | ;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" | 3018 | ;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" |
| 3019 | ;;;;;; (19845 45374)) | 3019 | ;;;;;; (19776 18657)) |
| 3020 | ;;; Generated autoloads from progmodes/cap-words.el | 3020 | ;;; Generated autoloads from progmodes/cap-words.el |
| 3021 | 3021 | ||
| 3022 | (autoload 'capitalized-words-mode "cap-words" "\ | 3022 | (autoload 'capitalized-words-mode "cap-words" "\ |
| @@ -3051,15 +3051,15 @@ Obsoletes `c-forward-into-nomenclature'. | |||
| 3051 | 3051 | ||
| 3052 | ;;;*** | 3052 | ;;;*** |
| 3053 | 3053 | ||
| 3054 | ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19845 | 3054 | ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19776 |
| 3055 | ;;;;;; 45374)) | 3055 | ;;;;;; 18657)) |
| 3056 | ;;; Generated autoloads from progmodes/cc-compat.el | 3056 | ;;; Generated autoloads from progmodes/cc-compat.el |
| 3057 | (put 'c-indent-level 'safe-local-variable 'integerp) | 3057 | (put 'c-indent-level 'safe-local-variable 'integerp) |
| 3058 | 3058 | ||
| 3059 | ;;;*** | 3059 | ;;;*** |
| 3060 | 3060 | ||
| 3061 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" | 3061 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" |
| 3062 | ;;;;;; (20048 56149)) | 3062 | ;;;;;; (20048 22592)) |
| 3063 | ;;; Generated autoloads from progmodes/cc-engine.el | 3063 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3064 | 3064 | ||
| 3065 | (autoload 'c-guess-basic-syntax "cc-engine" "\ | 3065 | (autoload 'c-guess-basic-syntax "cc-engine" "\ |
| @@ -3071,7 +3071,7 @@ Return the syntactic context of the current line. | |||
| 3071 | 3071 | ||
| 3072 | ;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region | 3072 | ;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region |
| 3073 | ;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install | 3073 | ;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install |
| 3074 | ;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (19981 40664)) | 3074 | ;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (19983 37515)) |
| 3075 | ;;; Generated autoloads from progmodes/cc-guess.el | 3075 | ;;; Generated autoloads from progmodes/cc-guess.el |
| 3076 | 3076 | ||
| 3077 | (defvar c-guess-guessed-offsets-alist nil "\ | 3077 | (defvar c-guess-guessed-offsets-alist nil "\ |
| @@ -3171,7 +3171,7 @@ the absolute file name of the file if STYLE-NAME is nil. | |||
| 3171 | 3171 | ||
| 3172 | ;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode | 3172 | ;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode |
| 3173 | ;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3173 | ;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3174 | ;;;;;; (20010 40918)) | 3174 | ;;;;;; (20075 38050)) |
| 3175 | ;;; Generated autoloads from progmodes/cc-mode.el | 3175 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3176 | 3176 | ||
| 3177 | (autoload 'c-initialize-cc-mode "cc-mode" "\ | 3177 | (autoload 'c-initialize-cc-mode "cc-mode" "\ |
| @@ -3348,7 +3348,7 @@ Key bindings: | |||
| 3348 | ;;;*** | 3348 | ;;;*** |
| 3349 | 3349 | ||
| 3350 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 3350 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
| 3351 | ;;;;;; "progmodes/cc-styles.el" (19981 40664)) | 3351 | ;;;;;; "progmodes/cc-styles.el" (19980 58393)) |
| 3352 | ;;; Generated autoloads from progmodes/cc-styles.el | 3352 | ;;; Generated autoloads from progmodes/cc-styles.el |
| 3353 | 3353 | ||
| 3354 | (autoload 'c-set-style "cc-styles" "\ | 3354 | (autoload 'c-set-style "cc-styles" "\ |
| @@ -3399,7 +3399,7 @@ and exists only for compatibility reasons. | |||
| 3399 | 3399 | ||
| 3400 | ;;;*** | 3400 | ;;;*** |
| 3401 | 3401 | ||
| 3402 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19997 28887)) | 3402 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19997 49500)) |
| 3403 | ;;; Generated autoloads from progmodes/cc-vars.el | 3403 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 3404 | (put 'c-basic-offset 'safe-local-variable 'integerp) | 3404 | (put 'c-basic-offset 'safe-local-variable 'integerp) |
| 3405 | (put 'c-backslash-column 'safe-local-variable 'integerp) | 3405 | (put 'c-backslash-column 'safe-local-variable 'integerp) |
| @@ -3409,7 +3409,7 @@ and exists only for compatibility reasons. | |||
| 3409 | 3409 | ||
| 3410 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 3410 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 3411 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 3411 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 3412 | ;;;;;; (19943 25429)) | 3412 | ;;;;;; (19946 35279)) |
| 3413 | ;;; Generated autoloads from international/ccl.el | 3413 | ;;; Generated autoloads from international/ccl.el |
| 3414 | 3414 | ||
| 3415 | (autoload 'ccl-compile "ccl" "\ | 3415 | (autoload 'ccl-compile "ccl" "\ |
| @@ -3670,7 +3670,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 3670 | ;;;*** | 3670 | ;;;*** |
| 3671 | 3671 | ||
| 3672 | ;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" | 3672 | ;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" |
| 3673 | ;;;;;; (19943 25429)) | 3673 | ;;;;;; (19946 35279)) |
| 3674 | ;;; Generated autoloads from emacs-lisp/cconv.el | 3674 | ;;; Generated autoloads from emacs-lisp/cconv.el |
| 3675 | 3675 | ||
| 3676 | (autoload 'cconv-closure-convert "cconv" "\ | 3676 | (autoload 'cconv-closure-convert "cconv" "\ |
| @@ -3684,8 +3684,8 @@ Returns a form where all lambdas don't have any free variables. | |||
| 3684 | 3684 | ||
| 3685 | ;;;*** | 3685 | ;;;*** |
| 3686 | 3686 | ||
| 3687 | ;;;### (autoloads (cfengine-mode cfengine3-mode) "cfengine" "progmodes/cfengine.el" | 3687 | ;;;### (autoloads (cfengine-auto-mode cfengine-mode cfengine3-mode) |
| 3688 | ;;;;;; (19981 40664)) | 3688 | ;;;;;; "cfengine" "progmodes/cfengine.el" (20095 57966)) |
| 3689 | ;;; Generated autoloads from progmodes/cfengine.el | 3689 | ;;; Generated autoloads from progmodes/cfengine.el |
| 3690 | 3690 | ||
| 3691 | (autoload 'cfengine3-mode "cfengine" "\ | 3691 | (autoload 'cfengine3-mode "cfengine" "\ |
| @@ -3706,10 +3706,16 @@ to the action header. | |||
| 3706 | 3706 | ||
| 3707 | \(fn)" t nil) | 3707 | \(fn)" t nil) |
| 3708 | 3708 | ||
| 3709 | (autoload 'cfengine-auto-mode "cfengine" "\ | ||
| 3710 | Choose between `cfengine-mode' and `cfengine3-mode' depending | ||
| 3711 | on the buffer contents | ||
| 3712 | |||
| 3713 | \(fn)" nil nil) | ||
| 3714 | |||
| 3709 | ;;;*** | 3715 | ;;;*** |
| 3710 | 3716 | ||
| 3711 | ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" | 3717 | ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" |
| 3712 | ;;;;;; "emacs-lisp/check-declare.el" (19906 31087)) | 3718 | ;;;;;; "emacs-lisp/check-declare.el" (19910 9778)) |
| 3713 | ;;; Generated autoloads from emacs-lisp/check-declare.el | 3719 | ;;; Generated autoloads from emacs-lisp/check-declare.el |
| 3714 | 3720 | ||
| 3715 | (autoload 'check-declare-file "check-declare" "\ | 3721 | (autoload 'check-declare-file "check-declare" "\ |
| @@ -3734,7 +3740,7 @@ Returns non-nil if any false statements are found. | |||
| 3734 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 3740 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 3735 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 3741 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 3736 | ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) | 3742 | ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) |
| 3737 | ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19931 11784)) | 3743 | ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19933 8482)) |
| 3738 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3744 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3739 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) | 3745 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) |
| 3740 | (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) | 3746 | (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) |
| @@ -3929,7 +3935,7 @@ checking of documentation strings. | |||
| 3929 | 3935 | ||
| 3930 | ;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer | 3936 | ;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer |
| 3931 | ;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" | 3937 | ;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" |
| 3932 | ;;;;;; "language/china-util.el" (19845 45374)) | 3938 | ;;;;;; "language/china-util.el" (19776 18657)) |
| 3933 | ;;; Generated autoloads from language/china-util.el | 3939 | ;;; Generated autoloads from language/china-util.el |
| 3934 | 3940 | ||
| 3935 | (autoload 'decode-hz-region "china-util" "\ | 3941 | (autoload 'decode-hz-region "china-util" "\ |
| @@ -3967,7 +3973,7 @@ Encode the text in the current buffer to HZ. | |||
| 3967 | ;;;*** | 3973 | ;;;*** |
| 3968 | 3974 | ||
| 3969 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 3975 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 3970 | ;;;;;; "chistory" "chistory.el" (19845 45374)) | 3976 | ;;;;;; "chistory" "chistory.el" (19776 18657)) |
| 3971 | ;;; Generated autoloads from chistory.el | 3977 | ;;; Generated autoloads from chistory.el |
| 3972 | 3978 | ||
| 3973 | (autoload 'repeat-matching-complex-command "chistory" "\ | 3979 | (autoload 'repeat-matching-complex-command "chistory" "\ |
| @@ -4006,7 +4012,7 @@ and runs the normal hook `command-history-hook'. | |||
| 4006 | 4012 | ||
| 4007 | ;;;*** | 4013 | ;;;*** |
| 4008 | 4014 | ||
| 4009 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19863 8742)) | 4015 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19875 21674)) |
| 4010 | ;;; Generated autoloads from emacs-lisp/cl.el | 4016 | ;;; Generated autoloads from emacs-lisp/cl.el |
| 4011 | 4017 | ||
| 4012 | (defvar custom-print-functions nil "\ | 4018 | (defvar custom-print-functions nil "\ |
| @@ -4022,7 +4028,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 4022 | ;;;*** | 4028 | ;;;*** |
| 4023 | 4029 | ||
| 4024 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 4030 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 4025 | ;;;;;; (19918 22236)) | 4031 | ;;;;;; (20079 29647)) |
| 4026 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 4032 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 4027 | 4033 | ||
| 4028 | (autoload 'common-lisp-indent-function "cl-indent" "\ | 4034 | (autoload 'common-lisp-indent-function "cl-indent" "\ |
| @@ -4101,7 +4107,7 @@ For example, the function `case' has an indent property | |||
| 4101 | ;;;*** | 4107 | ;;;*** |
| 4102 | 4108 | ||
| 4103 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" | 4109 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" |
| 4104 | ;;;;;; (19845 45374)) | 4110 | ;;;;;; (19776 18657)) |
| 4105 | ;;; Generated autoloads from progmodes/cmacexp.el | 4111 | ;;; Generated autoloads from progmodes/cmacexp.el |
| 4106 | 4112 | ||
| 4107 | (autoload 'c-macro-expand "cmacexp" "\ | 4113 | (autoload 'c-macro-expand "cmacexp" "\ |
| @@ -4121,8 +4127,8 @@ For use inside Lisp programs, see also `c-macro-expansion'. | |||
| 4121 | 4127 | ||
| 4122 | ;;;*** | 4128 | ;;;*** |
| 4123 | 4129 | ||
| 4124 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19886 | 4130 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20091 |
| 4125 | ;;;;;; 45771)) | 4131 | ;;;;;; 22439)) |
| 4126 | ;;; Generated autoloads from cmuscheme.el | 4132 | ;;; Generated autoloads from cmuscheme.el |
| 4127 | 4133 | ||
| 4128 | (autoload 'run-scheme "cmuscheme" "\ | 4134 | (autoload 'run-scheme "cmuscheme" "\ |
| @@ -4139,11 +4145,10 @@ is run). | |||
| 4139 | \(Type \\[describe-mode] in the process buffer for a list of commands.) | 4145 | \(Type \\[describe-mode] in the process buffer for a list of commands.) |
| 4140 | 4146 | ||
| 4141 | \(fn CMD)" t nil) | 4147 | \(fn CMD)" t nil) |
| 4142 | (add-hook 'same-window-buffer-names (purecopy "*scheme*")) | ||
| 4143 | 4148 | ||
| 4144 | ;;;*** | 4149 | ;;;*** |
| 4145 | 4150 | ||
| 4146 | ;;;### (autoloads (color-name-to-rgb) "color" "color.el" (19845 45374)) | 4151 | ;;;### (autoloads (color-name-to-rgb) "color" "color.el" (19809 57783)) |
| 4147 | ;;; Generated autoloads from color.el | 4152 | ;;; Generated autoloads from color.el |
| 4148 | 4153 | ||
| 4149 | (autoload 'color-name-to-rgb "color" "\ | 4154 | (autoload 'color-name-to-rgb "color" "\ |
| @@ -4165,7 +4170,7 @@ If FRAME cannot display COLOR, return nil. | |||
| 4165 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 4170 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 4166 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 4171 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 4167 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 4172 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 4168 | ;;;;;; (19981 40664)) | 4173 | ;;;;;; (19990 19020)) |
| 4169 | ;;; Generated autoloads from comint.el | 4174 | ;;; Generated autoloads from comint.el |
| 4170 | 4175 | ||
| 4171 | (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ | 4176 | (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ |
| @@ -4260,7 +4265,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. | |||
| 4260 | ;;;*** | 4265 | ;;;*** |
| 4261 | 4266 | ||
| 4262 | ;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" | 4267 | ;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" |
| 4263 | ;;;;;; (19845 45374)) | 4268 | ;;;;;; (19776 18657)) |
| 4264 | ;;; Generated autoloads from vc/compare-w.el | 4269 | ;;; Generated autoloads from vc/compare-w.el |
| 4265 | 4270 | ||
| 4266 | (autoload 'compare-windows "compare-w" "\ | 4271 | (autoload 'compare-windows "compare-w" "\ |
| @@ -4297,8 +4302,8 @@ on third call it again advances points to the next difference and so on. | |||
| 4297 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4302 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4298 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4303 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4299 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook | 4304 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook |
| 4300 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20051 | 4305 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20075 |
| 4301 | ;;;;;; 32345)) | 4306 | ;;;;;; 53770)) |
| 4302 | ;;; Generated autoloads from progmodes/compile.el | 4307 | ;;; Generated autoloads from progmodes/compile.el |
| 4303 | 4308 | ||
| 4304 | (defvar compilation-mode-hook nil "\ | 4309 | (defvar compilation-mode-hook nil "\ |
| @@ -4472,7 +4477,7 @@ This is the value of `next-error-function' in Compilation buffers. | |||
| 4472 | ;;;*** | 4477 | ;;;*** |
| 4473 | 4478 | ||
| 4474 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" | 4479 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" |
| 4475 | ;;;;;; (19886 45771)) | 4480 | ;;;;;; (19888 59421)) |
| 4476 | ;;; Generated autoloads from completion.el | 4481 | ;;; Generated autoloads from completion.el |
| 4477 | 4482 | ||
| 4478 | (defvar dynamic-completion-mode nil "\ | 4483 | (defvar dynamic-completion-mode nil "\ |
| @@ -4494,7 +4499,7 @@ Enable dynamic word-completion. | |||
| 4494 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode | 4499 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode |
| 4495 | ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode | 4500 | ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode |
| 4496 | ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" | 4501 | ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" |
| 4497 | ;;;;;; (19845 45374)) | 4502 | ;;;;;; (19776 18657)) |
| 4498 | ;;; Generated autoloads from textmodes/conf-mode.el | 4503 | ;;; Generated autoloads from textmodes/conf-mode.el |
| 4499 | 4504 | ||
| 4500 | (autoload 'conf-mode "conf-mode" "\ | 4505 | (autoload 'conf-mode "conf-mode" "\ |
| @@ -4650,7 +4655,7 @@ For details see `conf-mode'. Example: | |||
| 4650 | ;;;*** | 4655 | ;;;*** |
| 4651 | 4656 | ||
| 4652 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) | 4657 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) |
| 4653 | ;;;;;; "cookie1" "play/cookie1.el" (19845 45374)) | 4658 | ;;;;;; "cookie1" "play/cookie1.el" (19776 18657)) |
| 4654 | ;;; Generated autoloads from play/cookie1.el | 4659 | ;;; Generated autoloads from play/cookie1.el |
| 4655 | 4660 | ||
| 4656 | (autoload 'cookie "cookie1" "\ | 4661 | (autoload 'cookie "cookie1" "\ |
| @@ -4682,8 +4687,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely). | |||
| 4682 | ;;;*** | 4687 | ;;;*** |
| 4683 | 4688 | ||
| 4684 | ;;;### (autoloads (copyright-update-directory copyright copyright-fix-years | 4689 | ;;;### (autoloads (copyright-update-directory copyright copyright-fix-years |
| 4685 | ;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19845 | 4690 | ;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19837 |
| 4686 | ;;;;;; 45374)) | 4691 | ;;;;;; 10808)) |
| 4687 | ;;; Generated autoloads from emacs-lisp/copyright.el | 4692 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 4688 | (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) | 4693 | (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) |
| 4689 | (put 'copyright-names-regexp 'safe-local-variable 'stringp) | 4694 | (put 'copyright-names-regexp 'safe-local-variable 'stringp) |
| @@ -4722,7 +4727,7 @@ If FIX is non-nil, run `copyright-fix-years' instead. | |||
| 4722 | ;;;*** | 4727 | ;;;*** |
| 4723 | 4728 | ||
| 4724 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) | 4729 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) |
| 4725 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19997 56302)) | 4730 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19997 56452)) |
| 4726 | ;;; Generated autoloads from progmodes/cperl-mode.el | 4731 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 4727 | (put 'cperl-indent-level 'safe-local-variable 'integerp) | 4732 | (put 'cperl-indent-level 'safe-local-variable 'integerp) |
| 4728 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) | 4733 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) |
| @@ -4921,7 +4926,7 @@ Run a `perldoc' on the word around point. | |||
| 4921 | ;;;*** | 4926 | ;;;*** |
| 4922 | 4927 | ||
| 4923 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 4928 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 4924 | ;;;;;; (19890 42850)) | 4929 | ;;;;;; (19891 13894)) |
| 4925 | ;;; Generated autoloads from progmodes/cpp.el | 4930 | ;;; Generated autoloads from progmodes/cpp.el |
| 4926 | 4931 | ||
| 4927 | (autoload 'cpp-highlight-buffer "cpp" "\ | 4932 | (autoload 'cpp-highlight-buffer "cpp" "\ |
| @@ -4940,7 +4945,7 @@ Edit display information for cpp conditionals. | |||
| 4940 | ;;;*** | 4945 | ;;;*** |
| 4941 | 4946 | ||
| 4942 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" | 4947 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" |
| 4943 | ;;;;;; (19845 45374)) | 4948 | ;;;;;; (19776 18657)) |
| 4944 | ;;; Generated autoloads from emulation/crisp.el | 4949 | ;;; Generated autoloads from emulation/crisp.el |
| 4945 | 4950 | ||
| 4946 | (defvar crisp-mode nil "\ | 4951 | (defvar crisp-mode nil "\ |
| @@ -4964,7 +4969,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise. | |||
| 4964 | ;;;*** | 4969 | ;;;*** |
| 4965 | 4970 | ||
| 4966 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 4971 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| 4967 | ;;;;;; (19845 45374)) | 4972 | ;;;;;; (19776 18657)) |
| 4968 | ;;; Generated autoloads from emacs-lisp/crm.el | 4973 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 4969 | 4974 | ||
| 4970 | (autoload 'completing-read-multiple "crm" "\ | 4975 | (autoload 'completing-read-multiple "crm" "\ |
| @@ -4999,8 +5004,8 @@ INHERIT-INPUT-METHOD. | |||
| 4999 | 5004 | ||
| 5000 | ;;;*** | 5005 | ;;;*** |
| 5001 | 5006 | ||
| 5002 | ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19978 | 5007 | ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19977 |
| 5003 | ;;;;;; 37530)) | 5008 | ;;;;;; 59938)) |
| 5004 | ;;; Generated autoloads from textmodes/css-mode.el | 5009 | ;;; Generated autoloads from textmodes/css-mode.el |
| 5005 | 5010 | ||
| 5006 | (autoload 'css-mode "css-mode" "\ | 5011 | (autoload 'css-mode "css-mode" "\ |
| @@ -5011,7 +5016,7 @@ Major mode to edit Cascading Style Sheets. | |||
| 5011 | ;;;*** | 5016 | ;;;*** |
| 5012 | 5017 | ||
| 5013 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" | 5018 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 5014 | ;;;;;; (19894 39890)) | 5019 | ;;;;;; (19902 1718)) |
| 5015 | ;;; Generated autoloads from emulation/cua-base.el | 5020 | ;;; Generated autoloads from emulation/cua-base.el |
| 5016 | 5021 | ||
| 5017 | (defvar cua-mode nil "\ | 5022 | (defvar cua-mode nil "\ |
| @@ -5070,7 +5075,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5070 | ;;;;;; customize-mode customize customize-push-and-save customize-save-variable | 5075 | ;;;;;; customize-mode customize customize-push-and-save customize-save-variable |
| 5071 | ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically | 5076 | ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically |
| 5072 | ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) | 5077 | ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) |
| 5073 | ;;;;;; "cus-edit" "cus-edit.el" (20025 8284)) | 5078 | ;;;;;; "cus-edit" "cus-edit.el" (20091 24120)) |
| 5074 | ;;; Generated autoloads from cus-edit.el | 5079 | ;;; Generated autoloads from cus-edit.el |
| 5075 | 5080 | ||
| 5076 | (defvar custom-browse-sort-alphabetically nil "\ | 5081 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -5087,7 +5092,6 @@ Whether to sort customization groups alphabetically in Custom buffer.") | |||
| 5087 | If non-nil, sort each customization group alphabetically in menus.") | 5092 | If non-nil, sort each customization group alphabetically in menus.") |
| 5088 | 5093 | ||
| 5089 | (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t) | 5094 | (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t) |
| 5090 | (add-hook 'same-window-regexps (purecopy "\\`\\*Customiz.*\\*\\'")) | ||
| 5091 | 5095 | ||
| 5092 | (autoload 'customize-set-value "cus-edit" "\ | 5096 | (autoload 'customize-set-value "cus-edit" "\ |
| 5093 | Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. | 5097 | Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. |
| @@ -5164,8 +5168,9 @@ then prompt for the MODE to customize. | |||
| 5164 | 5168 | ||
| 5165 | (autoload 'customize-group "cus-edit" "\ | 5169 | (autoload 'customize-group "cus-edit" "\ |
| 5166 | Customize GROUP, which must be a customization group. | 5170 | Customize GROUP, which must be a customization group. |
| 5171 | If OTHER-WINDOW is non-nil, display in another window. | ||
| 5167 | 5172 | ||
| 5168 | \(fn &optional GROUP)" t nil) | 5173 | \(fn &optional GROUP OTHER-WINDOW)" t nil) |
| 5169 | 5174 | ||
| 5170 | (autoload 'customize-group-other-window "cus-edit" "\ | 5175 | (autoload 'customize-group-other-window "cus-edit" "\ |
| 5171 | Customize GROUP, which must be a customization group, in another window. | 5176 | Customize GROUP, which must be a customization group, in another window. |
| @@ -5236,10 +5241,12 @@ Customize FACE, which should be a face name or nil. | |||
| 5236 | If FACE is nil, customize all faces. If FACE is actually a | 5241 | If FACE is nil, customize all faces. If FACE is actually a |
| 5237 | face-alias, customize the face it is aliased to. | 5242 | face-alias, customize the face it is aliased to. |
| 5238 | 5243 | ||
| 5244 | If OTHER-WINDOW is non-nil, display in another window. | ||
| 5245 | |||
| 5239 | Interactively, when point is on text which has a face specified, | 5246 | Interactively, when point is on text which has a face specified, |
| 5240 | suggest to customize that face, if it's customizable. | 5247 | suggest to customize that face, if it's customizable. |
| 5241 | 5248 | ||
| 5242 | \(fn &optional FACE)" t nil) | 5249 | \(fn &optional FACE OTHER-WINDOW)" t nil) |
| 5243 | 5250 | ||
| 5244 | (autoload 'customize-face-other-window "cus-edit" "\ | 5251 | (autoload 'customize-face-other-window "cus-edit" "\ |
| 5245 | Show customization buffer for face FACE in other window. | 5252 | Show customization buffer for face FACE in other window. |
| @@ -5384,8 +5391,8 @@ The format is suitable for use with `easy-menu-define'. | |||
| 5384 | ;;;*** | 5391 | ;;;*** |
| 5385 | 5392 | ||
| 5386 | ;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme | 5393 | ;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme |
| 5387 | ;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20059 | 5394 | ;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20058 |
| 5388 | ;;;;;; 26455)) | 5395 | ;;;;;; 37090)) |
| 5389 | ;;; Generated autoloads from cus-theme.el | 5396 | ;;; Generated autoloads from cus-theme.el |
| 5390 | 5397 | ||
| 5391 | (autoload 'customize-create-theme "cus-theme" "\ | 5398 | (autoload 'customize-create-theme "cus-theme" "\ |
| @@ -5417,7 +5424,7 @@ omitted, a buffer named *Custom Themes* is used. | |||
| 5417 | ;;;*** | 5424 | ;;;*** |
| 5418 | 5425 | ||
| 5419 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" | 5426 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" |
| 5420 | ;;;;;; (19863 8742)) | 5427 | ;;;;;; (19875 21674)) |
| 5421 | ;;; Generated autoloads from vc/cvs-status.el | 5428 | ;;; Generated autoloads from vc/cvs-status.el |
| 5422 | 5429 | ||
| 5423 | (autoload 'cvs-status-mode "cvs-status" "\ | 5430 | (autoload 'cvs-status-mode "cvs-status" "\ |
| @@ -5428,7 +5435,7 @@ Mode used for cvs status output. | |||
| 5428 | ;;;*** | 5435 | ;;;*** |
| 5429 | 5436 | ||
| 5430 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 5437 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 5431 | ;;;;;; "cwarn" "progmodes/cwarn.el" (19845 45374)) | 5438 | ;;;;;; "cwarn" "progmodes/cwarn.el" (19776 18657)) |
| 5432 | ;;; Generated autoloads from progmodes/cwarn.el | 5439 | ;;; Generated autoloads from progmodes/cwarn.el |
| 5433 | 5440 | ||
| 5434 | (autoload 'cwarn-mode "cwarn" "\ | 5441 | (autoload 'cwarn-mode "cwarn" "\ |
| @@ -5475,7 +5482,7 @@ See `cwarn-mode' for more information on Cwarn mode. | |||
| 5475 | 5482 | ||
| 5476 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char | 5483 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char |
| 5477 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" | 5484 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" |
| 5478 | ;;;;;; (19845 45374)) | 5485 | ;;;;;; (19776 18657)) |
| 5479 | ;;; Generated autoloads from language/cyril-util.el | 5486 | ;;; Generated autoloads from language/cyril-util.el |
| 5480 | 5487 | ||
| 5481 | (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ | 5488 | (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ |
| @@ -5504,7 +5511,7 @@ If the argument is nil, we return the display table to its standard state. | |||
| 5504 | ;;;*** | 5511 | ;;;*** |
| 5505 | 5512 | ||
| 5506 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 5513 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 5507 | ;;;;;; (19989 34789)) | 5514 | ;;;;;; (19988 51157)) |
| 5508 | ;;; Generated autoloads from dabbrev.el | 5515 | ;;; Generated autoloads from dabbrev.el |
| 5509 | (put 'dabbrev-case-fold-search 'risky-local-variable t) | 5516 | (put 'dabbrev-case-fold-search 'risky-local-variable t) |
| 5510 | (put 'dabbrev-case-replace 'risky-local-variable t) | 5517 | (put 'dabbrev-case-replace 'risky-local-variable t) |
| @@ -5551,7 +5558,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. | |||
| 5551 | ;;;*** | 5558 | ;;;*** |
| 5552 | 5559 | ||
| 5553 | ;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" | 5560 | ;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" |
| 5554 | ;;;;;; (19845 45374)) | 5561 | ;;;;;; (19776 18657)) |
| 5555 | ;;; Generated autoloads from cedet/data-debug.el | 5562 | ;;; Generated autoloads from cedet/data-debug.el |
| 5556 | 5563 | ||
| 5557 | (autoload 'data-debug-new-buffer "data-debug" "\ | 5564 | (autoload 'data-debug-new-buffer "data-debug" "\ |
| @@ -5561,8 +5568,8 @@ Create a new data-debug buffer with NAME. | |||
| 5561 | 5568 | ||
| 5562 | ;;;*** | 5569 | ;;;*** |
| 5563 | 5570 | ||
| 5564 | ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19931 | 5571 | ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20095 |
| 5565 | ;;;;;; 11784)) | 5572 | ;;;;;; 57966)) |
| 5566 | ;;; Generated autoloads from net/dbus.el | 5573 | ;;; Generated autoloads from net/dbus.el |
| 5567 | 5574 | ||
| 5568 | (autoload 'dbus-handle-event "dbus" "\ | 5575 | (autoload 'dbus-handle-event "dbus" "\ |
| @@ -5575,8 +5582,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message. | |||
| 5575 | 5582 | ||
| 5576 | ;;;*** | 5583 | ;;;*** |
| 5577 | 5584 | ||
| 5578 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19890 | 5585 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19891 |
| 5579 | ;;;;;; 42850)) | 5586 | ;;;;;; 13894)) |
| 5580 | ;;; Generated autoloads from progmodes/dcl-mode.el | 5587 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 5581 | 5588 | ||
| 5582 | (autoload 'dcl-mode "dcl-mode" "\ | 5589 | (autoload 'dcl-mode "dcl-mode" "\ |
| @@ -5703,7 +5710,7 @@ There is some minimal font-lock support (see vars | |||
| 5703 | ;;;*** | 5710 | ;;;*** |
| 5704 | 5711 | ||
| 5705 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 5712 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 5706 | ;;;;;; "emacs-lisp/debug.el" (20051 32345)) | 5713 | ;;;;;; "emacs-lisp/debug.el" (20089 62475)) |
| 5707 | ;;; Generated autoloads from emacs-lisp/debug.el | 5714 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 5708 | 5715 | ||
| 5709 | (setq debugger 'debug) | 5716 | (setq debugger 'debug) |
| @@ -5747,7 +5754,7 @@ To specify a nil argument interactively, exit with an empty minibuffer. | |||
| 5747 | ;;;*** | 5754 | ;;;*** |
| 5748 | 5755 | ||
| 5749 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" | 5756 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" |
| 5750 | ;;;;;; (19889 21967)) | 5757 | ;;;;;; (19888 59421)) |
| 5751 | ;;; Generated autoloads from play/decipher.el | 5758 | ;;; Generated autoloads from play/decipher.el |
| 5752 | 5759 | ||
| 5753 | (autoload 'decipher "decipher" "\ | 5760 | (autoload 'decipher "decipher" "\ |
| @@ -5776,8 +5783,8 @@ The most useful commands are: | |||
| 5776 | ;;;*** | 5783 | ;;;*** |
| 5777 | 5784 | ||
| 5778 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region | 5785 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region |
| 5779 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19886 | 5786 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19888 |
| 5780 | ;;;;;; 45771)) | 5787 | ;;;;;; 59421)) |
| 5781 | ;;; Generated autoloads from delim-col.el | 5788 | ;;; Generated autoloads from delim-col.el |
| 5782 | 5789 | ||
| 5783 | (autoload 'delimit-columns-customize "delim-col" "\ | 5790 | (autoload 'delimit-columns-customize "delim-col" "\ |
| @@ -5801,8 +5808,8 @@ START and END delimits the corners of text rectangle. | |||
| 5801 | 5808 | ||
| 5802 | ;;;*** | 5809 | ;;;*** |
| 5803 | 5810 | ||
| 5804 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19965 | 5811 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19964 |
| 5805 | ;;;;;; 52428)) | 5812 | ;;;;;; 53371)) |
| 5806 | ;;; Generated autoloads from progmodes/delphi.el | 5813 | ;;; Generated autoloads from progmodes/delphi.el |
| 5807 | 5814 | ||
| 5808 | (autoload 'delphi-mode "delphi" "\ | 5815 | (autoload 'delphi-mode "delphi" "\ |
| @@ -5853,8 +5860,8 @@ with no args, if that value is non-nil. | |||
| 5853 | 5860 | ||
| 5854 | ;;;*** | 5861 | ;;;*** |
| 5855 | 5862 | ||
| 5856 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19845 | 5863 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19776 |
| 5857 | ;;;;;; 45374)) | 5864 | ;;;;;; 18657)) |
| 5858 | ;;; Generated autoloads from delsel.el | 5865 | ;;; Generated autoloads from delsel.el |
| 5859 | 5866 | ||
| 5860 | (defalias 'pending-delete-mode 'delete-selection-mode) | 5867 | (defalias 'pending-delete-mode 'delete-selection-mode) |
| @@ -5883,7 +5890,7 @@ any selection. | |||
| 5883 | ;;;*** | 5890 | ;;;*** |
| 5884 | 5891 | ||
| 5885 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 5892 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 5886 | ;;;;;; "derived" "emacs-lisp/derived.el" (20054 8529)) | 5893 | ;;;;;; "derived" "emacs-lisp/derived.el" (20054 26468)) |
| 5887 | ;;; Generated autoloads from emacs-lisp/derived.el | 5894 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 5888 | 5895 | ||
| 5889 | (autoload 'define-derived-mode "derived" "\ | 5896 | (autoload 'define-derived-mode "derived" "\ |
| @@ -5950,7 +5957,7 @@ the first time the mode is used. | |||
| 5950 | ;;;*** | 5957 | ;;;*** |
| 5951 | 5958 | ||
| 5952 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | 5959 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" |
| 5953 | ;;;;;; "descr-text.el" (19886 45771)) | 5960 | ;;;;;; "descr-text.el" (19888 59421)) |
| 5954 | ;;; Generated autoloads from descr-text.el | 5961 | ;;; Generated autoloads from descr-text.el |
| 5955 | 5962 | ||
| 5956 | (autoload 'describe-text-properties "descr-text" "\ | 5963 | (autoload 'describe-text-properties "descr-text" "\ |
| @@ -5978,7 +5985,7 @@ as well as widgets, buttons, overlays, and text properties. | |||
| 5978 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir | 5985 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir |
| 5979 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save | 5986 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save |
| 5980 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" | 5987 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" |
| 5981 | ;;;;;; "desktop.el" (19886 45771)) | 5988 | ;;;;;; "desktop.el" (19888 59421)) |
| 5982 | ;;; Generated autoloads from desktop.el | 5989 | ;;; Generated autoloads from desktop.el |
| 5983 | 5990 | ||
| 5984 | (defvar desktop-save-mode nil "\ | 5991 | (defvar desktop-save-mode nil "\ |
| @@ -6162,7 +6169,7 @@ Revert to the last loaded desktop. | |||
| 6162 | 6169 | ||
| 6163 | ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article | 6170 | ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article |
| 6164 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) | 6171 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) |
| 6165 | ;;;;;; "deuglify" "gnus/deuglify.el" (19845 45374)) | 6172 | ;;;;;; "deuglify" "gnus/deuglify.el" (19776 18657)) |
| 6166 | ;;; Generated autoloads from gnus/deuglify.el | 6173 | ;;; Generated autoloads from gnus/deuglify.el |
| 6167 | 6174 | ||
| 6168 | (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ | 6175 | (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ |
| @@ -6195,7 +6202,7 @@ Deuglify broken Outlook (Express) articles and redisplay. | |||
| 6195 | ;;;*** | 6202 | ;;;*** |
| 6196 | 6203 | ||
| 6197 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 6204 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 6198 | ;;;;;; "calendar/diary-lib.el" (19975 1875)) | 6205 | ;;;;;; "calendar/diary-lib.el" (19974 43253)) |
| 6199 | ;;; Generated autoloads from calendar/diary-lib.el | 6206 | ;;; Generated autoloads from calendar/diary-lib.el |
| 6200 | 6207 | ||
| 6201 | (autoload 'diary "diary-lib" "\ | 6208 | (autoload 'diary "diary-lib" "\ |
| @@ -6238,7 +6245,7 @@ Major mode for editing the diary file. | |||
| 6238 | ;;;*** | 6245 | ;;;*** |
| 6239 | 6246 | ||
| 6240 | ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command | 6247 | ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command |
| 6241 | ;;;;;; diff-switches) "diff" "vc/diff.el" (19999 41597)) | 6248 | ;;;;;; diff-switches) "diff" "vc/diff.el" (20001 58878)) |
| 6242 | ;;; Generated autoloads from vc/diff.el | 6249 | ;;; Generated autoloads from vc/diff.el |
| 6243 | 6250 | ||
| 6244 | (defvar diff-switches (purecopy "-c") "\ | 6251 | (defvar diff-switches (purecopy "-c") "\ |
| @@ -6282,7 +6289,7 @@ This requires the external program `diff' to be in your `exec-path'. | |||
| 6282 | ;;;*** | 6289 | ;;;*** |
| 6283 | 6290 | ||
| 6284 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" | 6291 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" |
| 6285 | ;;;;;; (19930 13389)) | 6292 | ;;;;;; (19929 25102)) |
| 6286 | ;;; Generated autoloads from vc/diff-mode.el | 6293 | ;;; Generated autoloads from vc/diff-mode.el |
| 6287 | 6294 | ||
| 6288 | (autoload 'diff-mode "diff-mode" "\ | 6295 | (autoload 'diff-mode "diff-mode" "\ |
| @@ -6310,7 +6317,7 @@ Minor mode for viewing/editing context diffs. | |||
| 6310 | 6317 | ||
| 6311 | ;;;*** | 6318 | ;;;*** |
| 6312 | 6319 | ||
| 6313 | ;;;### (autoloads (dig) "dig" "net/dig.el" (19845 45374)) | 6320 | ;;;### (autoloads (dig) "dig" "net/dig.el" (19776 18657)) |
| 6314 | ;;; Generated autoloads from net/dig.el | 6321 | ;;; Generated autoloads from net/dig.el |
| 6315 | 6322 | ||
| 6316 | (autoload 'dig "dig" "\ | 6323 | (autoload 'dig "dig" "\ |
| @@ -6322,7 +6329,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6322 | ;;;*** | 6329 | ;;;*** |
| 6323 | 6330 | ||
| 6324 | ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window | 6331 | ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window |
| 6325 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (20045 30688)) | 6332 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (20087 36265)) |
| 6326 | ;;; Generated autoloads from dired.el | 6333 | ;;; Generated autoloads from dired.el |
| 6327 | 6334 | ||
| 6328 | (defvar dired-listing-switches (purecopy "-al") "\ | 6335 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -6444,7 +6451,7 @@ Keybindings: | |||
| 6444 | ;;;*** | 6451 | ;;;*** |
| 6445 | 6452 | ||
| 6446 | ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" | 6453 | ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" |
| 6447 | ;;;;;; (19886 45771)) | 6454 | ;;;;;; (19888 59421)) |
| 6448 | ;;; Generated autoloads from dirtrack.el | 6455 | ;;; Generated autoloads from dirtrack.el |
| 6449 | 6456 | ||
| 6450 | (autoload 'dirtrack-mode "dirtrack" "\ | 6457 | (autoload 'dirtrack-mode "dirtrack" "\ |
| @@ -6470,8 +6477,8 @@ function `dirtrack-debug-mode' to turn on debugging output. | |||
| 6470 | 6477 | ||
| 6471 | ;;;*** | 6478 | ;;;*** |
| 6472 | 6479 | ||
| 6473 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19931 | 6480 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19933 |
| 6474 | ;;;;;; 11784)) | 6481 | ;;;;;; 8482)) |
| 6475 | ;;; Generated autoloads from emacs-lisp/disass.el | 6482 | ;;; Generated autoloads from emacs-lisp/disass.el |
| 6476 | 6483 | ||
| 6477 | (autoload 'disassemble "disass" "\ | 6484 | (autoload 'disassemble "disass" "\ |
| @@ -6490,7 +6497,7 @@ redefine OBJECT if it is a symbol. | |||
| 6490 | ;;;;;; standard-display-g1 standard-display-ascii standard-display-default | 6497 | ;;;;;; standard-display-g1 standard-display-ascii standard-display-default |
| 6491 | ;;;;;; standard-display-8bit describe-current-display-table describe-display-table | 6498 | ;;;;;; standard-display-8bit describe-current-display-table describe-display-table |
| 6492 | ;;;;;; set-display-table-slot display-table-slot make-display-table) | 6499 | ;;;;;; set-display-table-slot display-table-slot make-display-table) |
| 6493 | ;;;;;; "disp-table" "disp-table.el" (19984 16846)) | 6500 | ;;;;;; "disp-table" "disp-table.el" (19983 37515)) |
| 6494 | ;;; Generated autoloads from disp-table.el | 6501 | ;;; Generated autoloads from disp-table.el |
| 6495 | 6502 | ||
| 6496 | (autoload 'make-display-table "disp-table" "\ | 6503 | (autoload 'make-display-table "disp-table" "\ |
| @@ -6612,7 +6619,7 @@ in `.emacs'. | |||
| 6612 | ;;;*** | 6619 | ;;;*** |
| 6613 | 6620 | ||
| 6614 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" | 6621 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" |
| 6615 | ;;;;;; (19845 45374)) | 6622 | ;;;;;; (19776 18657)) |
| 6616 | ;;; Generated autoloads from play/dissociate.el | 6623 | ;;; Generated autoloads from play/dissociate.el |
| 6617 | 6624 | ||
| 6618 | (autoload 'dissociated-press "dissociate" "\ | 6625 | (autoload 'dissociated-press "dissociate" "\ |
| @@ -6628,7 +6635,7 @@ Default is 2. | |||
| 6628 | 6635 | ||
| 6629 | ;;;*** | 6636 | ;;;*** |
| 6630 | 6637 | ||
| 6631 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19886 45771)) | 6638 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19888 59421)) |
| 6632 | ;;; Generated autoloads from dnd.el | 6639 | ;;; Generated autoloads from dnd.el |
| 6633 | 6640 | ||
| 6634 | (defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ | 6641 | (defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ |
| @@ -6649,7 +6656,7 @@ if some action was made, or nil if the URL is ignored.") | |||
| 6649 | ;;;*** | 6656 | ;;;*** |
| 6650 | 6657 | ||
| 6651 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" | 6658 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" |
| 6652 | ;;;;;; "textmodes/dns-mode.el" (19845 45374)) | 6659 | ;;;;;; "textmodes/dns-mode.el" (19776 18657)) |
| 6653 | ;;; Generated autoloads from textmodes/dns-mode.el | 6660 | ;;; Generated autoloads from textmodes/dns-mode.el |
| 6654 | 6661 | ||
| 6655 | (autoload 'dns-mode "dns-mode" "\ | 6662 | (autoload 'dns-mode "dns-mode" "\ |
| @@ -6673,8 +6680,8 @@ Locate SOA record and increment the serial field. | |||
| 6673 | ;;;*** | 6680 | ;;;*** |
| 6674 | 6681 | ||
| 6675 | ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe | 6682 | ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe |
| 6676 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20002 | 6683 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20006 |
| 6677 | ;;;;;; 46800)) | 6684 | ;;;;;; 60553)) |
| 6678 | ;;; Generated autoloads from doc-view.el | 6685 | ;;; Generated autoloads from doc-view.el |
| 6679 | 6686 | ||
| 6680 | (autoload 'doc-view-mode-p "doc-view" "\ | 6687 | (autoload 'doc-view-mode-p "doc-view" "\ |
| @@ -6717,7 +6724,7 @@ See the command `doc-view-mode' for more information on this mode. | |||
| 6717 | 6724 | ||
| 6718 | ;;;*** | 6725 | ;;;*** |
| 6719 | 6726 | ||
| 6720 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19890 42850)) | 6727 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20077 4821)) |
| 6721 | ;;; Generated autoloads from play/doctor.el | 6728 | ;;; Generated autoloads from play/doctor.el |
| 6722 | 6729 | ||
| 6723 | (autoload 'doctor "doctor" "\ | 6730 | (autoload 'doctor "doctor" "\ |
| @@ -6727,7 +6734,7 @@ Switch to *doctor* buffer and start giving psychotherapy. | |||
| 6727 | 6734 | ||
| 6728 | ;;;*** | 6735 | ;;;*** |
| 6729 | 6736 | ||
| 6730 | ;;;### (autoloads (double-mode) "double" "double.el" (19845 45374)) | 6737 | ;;;### (autoloads (double-mode) "double" "double.el" (19776 18657)) |
| 6731 | ;;; Generated autoloads from double.el | 6738 | ;;; Generated autoloads from double.el |
| 6732 | 6739 | ||
| 6733 | (autoload 'double-mode "double" "\ | 6740 | (autoload 'double-mode "double" "\ |
| @@ -6742,7 +6749,7 @@ when pressed twice. See variable `double-map' for details. | |||
| 6742 | 6749 | ||
| 6743 | ;;;*** | 6750 | ;;;*** |
| 6744 | 6751 | ||
| 6745 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19845 45374)) | 6752 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19776 18657)) |
| 6746 | ;;; Generated autoloads from play/dunnet.el | 6753 | ;;; Generated autoloads from play/dunnet.el |
| 6747 | 6754 | ||
| 6748 | (autoload 'dunnet "dunnet" "\ | 6755 | (autoload 'dunnet "dunnet" "\ |
| @@ -6754,7 +6761,7 @@ Switch to *dungeon* buffer and start game. | |||
| 6754 | 6761 | ||
| 6755 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 6762 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 6756 | ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" | 6763 | ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" |
| 6757 | ;;;;;; "emacs-lisp/easy-mmode.el" (19845 45374)) | 6764 | ;;;;;; "emacs-lisp/easy-mmode.el" (19776 18657)) |
| 6758 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 6765 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 6759 | 6766 | ||
| 6760 | (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) | 6767 | (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) |
| @@ -6864,8 +6871,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | |||
| 6864 | ;;;*** | 6871 | ;;;*** |
| 6865 | 6872 | ||
| 6866 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 6873 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 6867 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19845 | 6874 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19776 |
| 6868 | ;;;;;; 45374)) | 6875 | ;;;;;; 18657)) |
| 6869 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 6876 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 6870 | 6877 | ||
| 6871 | (autoload 'easy-menu-define "easymenu" "\ | 6878 | (autoload 'easy-menu-define "easymenu" "\ |
| @@ -7019,7 +7026,7 @@ To implement dynamic menus, either call this from | |||
| 7019 | ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer | 7026 | ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer |
| 7020 | ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer | 7027 | ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer |
| 7021 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" | 7028 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" |
| 7022 | ;;;;;; "progmodes/ebnf2ps.el" (19845 45374)) | 7029 | ;;;;;; "progmodes/ebnf2ps.el" (19874 14841)) |
| 7023 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 7030 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 7024 | 7031 | ||
| 7025 | (autoload 'ebnf-customize "ebnf2ps" "\ | 7032 | (autoload 'ebnf-customize "ebnf2ps" "\ |
| @@ -7293,8 +7300,8 @@ See `ebnf-style-database' documentation. | |||
| 7293 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition | 7300 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition |
| 7294 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration | 7301 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration |
| 7295 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree | 7302 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree |
| 7296 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19890 | 7303 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19891 |
| 7297 | ;;;;;; 42850)) | 7304 | ;;;;;; 13894)) |
| 7298 | ;;; Generated autoloads from progmodes/ebrowse.el | 7305 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 7299 | 7306 | ||
| 7300 | (autoload 'ebrowse-tree-mode "ebrowse" "\ | 7307 | (autoload 'ebrowse-tree-mode "ebrowse" "\ |
| @@ -7443,7 +7450,7 @@ Display statistics for a class tree. | |||
| 7443 | ;;;*** | 7450 | ;;;*** |
| 7444 | 7451 | ||
| 7445 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 7452 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| 7446 | ;;;;;; (19845 45374)) | 7453 | ;;;;;; (19874 15752)) |
| 7447 | ;;; Generated autoloads from ebuff-menu.el | 7454 | ;;; Generated autoloads from ebuff-menu.el |
| 7448 | 7455 | ||
| 7449 | (autoload 'electric-buffer-list "ebuff-menu" "\ | 7456 | (autoload 'electric-buffer-list "ebuff-menu" "\ |
| @@ -7468,7 +7475,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. | |||
| 7468 | ;;;*** | 7475 | ;;;*** |
| 7469 | 7476 | ||
| 7470 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" | 7477 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" |
| 7471 | ;;;;;; "echistory.el" (19886 45771)) | 7478 | ;;;;;; "echistory.el" (19888 59421)) |
| 7472 | ;;; Generated autoloads from echistory.el | 7479 | ;;; Generated autoloads from echistory.el |
| 7473 | 7480 | ||
| 7474 | (autoload 'Electric-command-history-redo-expression "echistory" "\ | 7481 | (autoload 'Electric-command-history-redo-expression "echistory" "\ |
| @@ -7480,7 +7487,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 7480 | ;;;*** | 7487 | ;;;*** |
| 7481 | 7488 | ||
| 7482 | ;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" | 7489 | ;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" |
| 7483 | ;;;;;; (19845 45374)) | 7490 | ;;;;;; (20090 40643)) |
| 7484 | ;;; Generated autoloads from gnus/ecomplete.el | 7491 | ;;; Generated autoloads from gnus/ecomplete.el |
| 7485 | 7492 | ||
| 7486 | (autoload 'ecomplete-setup "ecomplete" "\ | 7493 | (autoload 'ecomplete-setup "ecomplete" "\ |
| @@ -7490,7 +7497,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 7490 | 7497 | ||
| 7491 | ;;;*** | 7498 | ;;;*** |
| 7492 | 7499 | ||
| 7493 | ;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19914 25180)) | 7500 | ;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19919 55562)) |
| 7494 | ;;; Generated autoloads from cedet/ede.el | 7501 | ;;; Generated autoloads from cedet/ede.el |
| 7495 | 7502 | ||
| 7496 | (defvar global-ede-mode nil "\ | 7503 | (defvar global-ede-mode nil "\ |
| @@ -7516,7 +7523,7 @@ an EDE controlled project. | |||
| 7516 | 7523 | ||
| 7517 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form | 7524 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form |
| 7518 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" | 7525 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" |
| 7519 | ;;;;;; "emacs-lisp/edebug.el" (20050 11479)) | 7526 | ;;;;;; "emacs-lisp/edebug.el" (20049 17052)) |
| 7520 | ;;; Generated autoloads from emacs-lisp/edebug.el | 7527 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 7521 | 7528 | ||
| 7522 | (defvar edebug-all-defs nil "\ | 7529 | (defvar edebug-all-defs nil "\ |
| @@ -7589,7 +7596,7 @@ Toggle edebugging of all forms. | |||
| 7589 | ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories | 7596 | ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories |
| 7590 | ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories | 7597 | ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories |
| 7591 | ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file | 7598 | ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file |
| 7592 | ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19996 8027)) | 7599 | ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19995 14181)) |
| 7593 | ;;; Generated autoloads from vc/ediff.el | 7600 | ;;; Generated autoloads from vc/ediff.el |
| 7594 | 7601 | ||
| 7595 | (autoload 'ediff-files "ediff" "\ | 7602 | (autoload 'ediff-files "ediff" "\ |
| @@ -7821,7 +7828,7 @@ With optional NODE, goes to that node. | |||
| 7821 | ;;;*** | 7828 | ;;;*** |
| 7822 | 7829 | ||
| 7823 | ;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" | 7830 | ;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" |
| 7824 | ;;;;;; (19845 45374)) | 7831 | ;;;;;; (19776 18657)) |
| 7825 | ;;; Generated autoloads from vc/ediff-help.el | 7832 | ;;; Generated autoloads from vc/ediff-help.el |
| 7826 | 7833 | ||
| 7827 | (autoload 'ediff-customize "ediff-help" "\ | 7834 | (autoload 'ediff-customize "ediff-help" "\ |
| @@ -7832,7 +7839,7 @@ With optional NODE, goes to that node. | |||
| 7832 | ;;;*** | 7839 | ;;;*** |
| 7833 | 7840 | ||
| 7834 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" | 7841 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" |
| 7835 | ;;;;;; (19845 45374)) | 7842 | ;;;;;; (19799 6822)) |
| 7836 | ;;; Generated autoloads from vc/ediff-mult.el | 7843 | ;;; Generated autoloads from vc/ediff-mult.el |
| 7837 | 7844 | ||
| 7838 | (autoload 'ediff-show-registry "ediff-mult" "\ | 7845 | (autoload 'ediff-show-registry "ediff-mult" "\ |
| @@ -7845,7 +7852,7 @@ Display Ediff's registry. | |||
| 7845 | ;;;*** | 7852 | ;;;*** |
| 7846 | 7853 | ||
| 7847 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 7854 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 7848 | ;;;;;; "ediff-util" "vc/ediff-util.el" (19981 40664)) | 7855 | ;;;;;; "ediff-util" "vc/ediff-util.el" (19983 37515)) |
| 7849 | ;;; Generated autoloads from vc/ediff-util.el | 7856 | ;;; Generated autoloads from vc/ediff-util.el |
| 7850 | 7857 | ||
| 7851 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ | 7858 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ |
| @@ -7866,7 +7873,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see. | |||
| 7866 | 7873 | ||
| 7867 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro | 7874 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro |
| 7868 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" | 7875 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" |
| 7869 | ;;;;;; (19886 45771)) | 7876 | ;;;;;; (19888 59421)) |
| 7870 | ;;; Generated autoloads from edmacro.el | 7877 | ;;; Generated autoloads from edmacro.el |
| 7871 | 7878 | ||
| 7872 | (autoload 'edit-kbd-macro "edmacro" "\ | 7879 | (autoload 'edit-kbd-macro "edmacro" "\ |
| @@ -7915,7 +7922,7 @@ or nil, use a compact 80-column format. | |||
| 7915 | ;;;*** | 7922 | ;;;*** |
| 7916 | 7923 | ||
| 7917 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 7924 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 7918 | ;;;;;; "emulation/edt.el" (19845 45374)) | 7925 | ;;;;;; "emulation/edt.el" (19776 18657)) |
| 7919 | ;;; Generated autoloads from emulation/edt.el | 7926 | ;;; Generated autoloads from emulation/edt.el |
| 7920 | 7927 | ||
| 7921 | (autoload 'edt-set-scroll-margins "edt" "\ | 7928 | (autoload 'edt-set-scroll-margins "edt" "\ |
| @@ -7933,7 +7940,7 @@ Turn on EDT Emulation. | |||
| 7933 | ;;;*** | 7940 | ;;;*** |
| 7934 | 7941 | ||
| 7935 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" | 7942 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" |
| 7936 | ;;;;;; (19865 50420)) | 7943 | ;;;;;; (19875 21674)) |
| 7937 | ;;; Generated autoloads from ehelp.el | 7944 | ;;; Generated autoloads from ehelp.el |
| 7938 | 7945 | ||
| 7939 | (autoload 'with-electric-help "ehelp" "\ | 7946 | (autoload 'with-electric-help "ehelp" "\ |
| @@ -7970,7 +7977,7 @@ BUFFER is put back into its original major mode. | |||
| 7970 | ;;;*** | 7977 | ;;;*** |
| 7971 | 7978 | ||
| 7972 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 7979 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 7973 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19845 45374)) | 7980 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19776 18657)) |
| 7974 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 7981 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 7975 | 7982 | ||
| 7976 | (defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ | 7983 | (defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ |
| @@ -8014,7 +8021,7 @@ Emacs Lisp mode) that support ElDoc.") | |||
| 8014 | ;;;*** | 8021 | ;;;*** |
| 8015 | 8022 | ||
| 8016 | ;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) | 8023 | ;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) |
| 8017 | ;;;;;; "electric" "electric.el" (19886 45771)) | 8024 | ;;;;;; "electric" "electric.el" (19888 59421)) |
| 8018 | ;;; Generated autoloads from electric.el | 8025 | ;;; Generated autoloads from electric.el |
| 8019 | 8026 | ||
| 8020 | (defvar electric-indent-chars '(10) "\ | 8027 | (defvar electric-indent-chars '(10) "\ |
| @@ -8065,8 +8072,8 @@ Automatically insert newlines around some chars. | |||
| 8065 | 8072 | ||
| 8066 | ;;;*** | 8073 | ;;;*** |
| 8067 | 8074 | ||
| 8068 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19845 | 8075 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19776 |
| 8069 | ;;;;;; 45374)) | 8076 | ;;;;;; 18657)) |
| 8070 | ;;; Generated autoloads from elide-head.el | 8077 | ;;; Generated autoloads from elide-head.el |
| 8071 | 8078 | ||
| 8072 | (autoload 'elide-head "elide-head" "\ | 8079 | (autoload 'elide-head "elide-head" "\ |
| @@ -8083,7 +8090,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. | |||
| 8083 | 8090 | ||
| 8084 | ;;;### (autoloads (elint-initialize elint-defun elint-current-buffer | 8091 | ;;;### (autoloads (elint-initialize elint-defun elint-current-buffer |
| 8085 | ;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" | 8092 | ;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" |
| 8086 | ;;;;;; (19845 45374)) | 8093 | ;;;;;; (19786 56076)) |
| 8087 | ;;; Generated autoloads from emacs-lisp/elint.el | 8094 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 8088 | 8095 | ||
| 8089 | (autoload 'elint-file "elint" "\ | 8096 | (autoload 'elint-file "elint" "\ |
| @@ -8119,8 +8126,8 @@ optional prefix argument REINIT is non-nil. | |||
| 8119 | ;;;*** | 8126 | ;;;*** |
| 8120 | 8127 | ||
| 8121 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list | 8128 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list |
| 8122 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19981 | 8129 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19983 |
| 8123 | ;;;;;; 40664)) | 8130 | ;;;;;; 37515)) |
| 8124 | ;;; Generated autoloads from emacs-lisp/elp.el | 8131 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 8125 | 8132 | ||
| 8126 | (autoload 'elp-instrument-function "elp" "\ | 8133 | (autoload 'elp-instrument-function "elp" "\ |
| @@ -8155,7 +8162,7 @@ displayed. | |||
| 8155 | ;;;*** | 8162 | ;;;*** |
| 8156 | 8163 | ||
| 8157 | ;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" | 8164 | ;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" |
| 8158 | ;;;;;; (19988 13913)) | 8165 | ;;;;;; (19987 11344)) |
| 8159 | ;;; Generated autoloads from emacs-lock.el | 8166 | ;;; Generated autoloads from emacs-lock.el |
| 8160 | 8167 | ||
| 8161 | (autoload 'emacs-lock-mode "emacs-lock" "\ | 8168 | (autoload 'emacs-lock-mode "emacs-lock" "\ |
| @@ -8180,8 +8187,8 @@ Other values are interpreted as usual. | |||
| 8180 | 8187 | ||
| 8181 | ;;;*** | 8188 | ;;;*** |
| 8182 | 8189 | ||
| 8183 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 8190 | ;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) |
| 8184 | ;;;;;; (19978 37530)) | 8191 | ;;;;;; "emacsbug" "mail/emacsbug.el" (20094 5175)) |
| 8185 | ;;; Generated autoloads from mail/emacsbug.el | 8192 | ;;; Generated autoloads from mail/emacsbug.el |
| 8186 | 8193 | ||
| 8187 | (autoload 'report-emacs-bug "emacsbug" "\ | 8194 | (autoload 'report-emacs-bug "emacsbug" "\ |
| @@ -8190,13 +8197,19 @@ Prompts for bug subject. Leaves you in a mail buffer. | |||
| 8190 | 8197 | ||
| 8191 | \(fn TOPIC &optional RECENT-KEYS)" t nil) | 8198 | \(fn TOPIC &optional RECENT-KEYS)" t nil) |
| 8192 | 8199 | ||
| 8200 | (autoload 'report-emacs-bug-query-existing-bugs "emacsbug" "\ | ||
| 8201 | Query for KEYWORDS at `report-emacs-bug-tracker-url', and return the result. | ||
| 8202 | The result is an alist with items of the form (URL SUBJECT NO). | ||
| 8203 | |||
| 8204 | \(fn KEYWORDS)" t nil) | ||
| 8205 | |||
| 8193 | ;;;*** | 8206 | ;;;*** |
| 8194 | 8207 | ||
| 8195 | ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor | 8208 | ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor |
| 8196 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 8209 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 8197 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 8210 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
| 8198 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 8211 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 8199 | ;;;;;; "vc/emerge.el" (19845 45374)) | 8212 | ;;;;;; "vc/emerge.el" (19874 15752)) |
| 8200 | ;;; Generated autoloads from vc/emerge.el | 8213 | ;;; Generated autoloads from vc/emerge.el |
| 8201 | 8214 | ||
| 8202 | (autoload 'emerge-files "emerge" "\ | 8215 | (autoload 'emerge-files "emerge" "\ |
| @@ -8257,7 +8270,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor. | |||
| 8257 | ;;;*** | 8270 | ;;;*** |
| 8258 | 8271 | ||
| 8259 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 8272 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 8260 | ;;;;;; "enriched" "textmodes/enriched.el" (19845 45374)) | 8273 | ;;;;;; "enriched" "textmodes/enriched.el" (19797 54173)) |
| 8261 | ;;; Generated autoloads from textmodes/enriched.el | 8274 | ;;; Generated autoloads from textmodes/enriched.el |
| 8262 | 8275 | ||
| 8263 | (autoload 'enriched-mode "enriched" "\ | 8276 | (autoload 'enriched-mode "enriched" "\ |
| @@ -8292,8 +8305,8 @@ Commands: | |||
| 8292 | ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region | 8305 | ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region |
| 8293 | ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file | 8306 | ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file |
| 8294 | ;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys | 8307 | ;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys |
| 8295 | ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20042 | 8308 | ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20087 |
| 8296 | ;;;;;; 17367)) | 8309 | ;;;;;; 36265)) |
| 8297 | ;;; Generated autoloads from epa.el | 8310 | ;;; Generated autoloads from epa.el |
| 8298 | 8311 | ||
| 8299 | (autoload 'epa-list-keys "epa" "\ | 8312 | (autoload 'epa-list-keys "epa" "\ |
| @@ -8471,7 +8484,7 @@ Insert selected KEYS after the point. | |||
| 8471 | ;;;*** | 8484 | ;;;*** |
| 8472 | 8485 | ||
| 8473 | ;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify | 8486 | ;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify |
| 8474 | ;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19865 50420)) | 8487 | ;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19875 21674)) |
| 8475 | ;;; Generated autoloads from epa-dired.el | 8488 | ;;; Generated autoloads from epa-dired.el |
| 8476 | 8489 | ||
| 8477 | (autoload 'epa-dired-do-decrypt "epa-dired" "\ | 8490 | (autoload 'epa-dired-do-decrypt "epa-dired" "\ |
| @@ -8497,7 +8510,7 @@ Encrypt marked files. | |||
| 8497 | ;;;*** | 8510 | ;;;*** |
| 8498 | 8511 | ||
| 8499 | ;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) | 8512 | ;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) |
| 8500 | ;;;;;; "epa-file" "epa-file.el" (20038 20303)) | 8513 | ;;;;;; "epa-file" "epa-file.el" (20045 40021)) |
| 8501 | ;;; Generated autoloads from epa-file.el | 8514 | ;;; Generated autoloads from epa-file.el |
| 8502 | 8515 | ||
| 8503 | (autoload 'epa-file-handler "epa-file" "\ | 8516 | (autoload 'epa-file-handler "epa-file" "\ |
| @@ -8519,7 +8532,7 @@ Encrypt marked files. | |||
| 8519 | 8532 | ||
| 8520 | ;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt | 8533 | ;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt |
| 8521 | ;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) | 8534 | ;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) |
| 8522 | ;;;;;; "epa-mail" "epa-mail.el" (20043 38232)) | 8535 | ;;;;;; "epa-mail" "epa-mail.el" (20045 40021)) |
| 8523 | ;;; Generated autoloads from epa-mail.el | 8536 | ;;; Generated autoloads from epa-mail.el |
| 8524 | 8537 | ||
| 8525 | (autoload 'epa-mail-mode "epa-mail" "\ | 8538 | (autoload 'epa-mail-mode "epa-mail" "\ |
| @@ -8583,7 +8596,7 @@ Minor mode to hook EasyPG into Mail mode. | |||
| 8583 | 8596 | ||
| 8584 | ;;;*** | 8597 | ;;;*** |
| 8585 | 8598 | ||
| 8586 | ;;;### (autoloads (epg-make-context) "epg" "epg.el" (20031 47065)) | 8599 | ;;;### (autoloads (epg-make-context) "epg" "epg.el" (20031 63297)) |
| 8587 | ;;; Generated autoloads from epg.el | 8600 | ;;; Generated autoloads from epg.el |
| 8588 | 8601 | ||
| 8589 | (autoload 'epg-make-context "epg" "\ | 8602 | (autoload 'epg-make-context "epg" "\ |
| @@ -8594,7 +8607,7 @@ Return a context object. | |||
| 8594 | ;;;*** | 8607 | ;;;*** |
| 8595 | 8608 | ||
| 8596 | ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) | 8609 | ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) |
| 8597 | ;;;;;; "epg-config" "epg-config.el" (19845 45374)) | 8610 | ;;;;;; "epg-config" "epg-config.el" (19776 18657)) |
| 8598 | ;;; Generated autoloads from epg-config.el | 8611 | ;;; Generated autoloads from epg-config.el |
| 8599 | 8612 | ||
| 8600 | (autoload 'epg-configuration "epg-config" "\ | 8613 | (autoload 'epg-configuration "epg-config" "\ |
| @@ -8615,7 +8628,7 @@ Look at CONFIG and try to expand GROUP. | |||
| 8615 | ;;;*** | 8628 | ;;;*** |
| 8616 | 8629 | ||
| 8617 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" | 8630 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" |
| 8618 | ;;;;;; "erc/erc.el" (19986 58615)) | 8631 | ;;;;;; "erc/erc.el" (20030 53460)) |
| 8619 | ;;; Generated autoloads from erc/erc.el | 8632 | ;;; Generated autoloads from erc/erc.el |
| 8620 | 8633 | ||
| 8621 | (autoload 'erc-select-read-args "erc" "\ | 8634 | (autoload 'erc-select-read-args "erc" "\ |
| @@ -8657,33 +8670,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 8657 | 8670 | ||
| 8658 | ;;;*** | 8671 | ;;;*** |
| 8659 | 8672 | ||
| 8660 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19845 | 8673 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19776 |
| 8661 | ;;;;;; 45374)) | 8674 | ;;;;;; 18657)) |
| 8662 | ;;; Generated autoloads from erc/erc-autoaway.el | 8675 | ;;; Generated autoloads from erc/erc-autoaway.el |
| 8663 | (autoload 'erc-autoaway-mode "erc-autoaway") | 8676 | (autoload 'erc-autoaway-mode "erc-autoaway") |
| 8664 | 8677 | ||
| 8665 | ;;;*** | 8678 | ;;;*** |
| 8666 | 8679 | ||
| 8667 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19895 48172)) | 8680 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20092 63497)) |
| 8668 | ;;; Generated autoloads from erc/erc-button.el | 8681 | ;;; Generated autoloads from erc/erc-button.el |
| 8669 | (autoload 'erc-button-mode "erc-button" nil t) | 8682 | (autoload 'erc-button-mode "erc-button" nil t) |
| 8670 | 8683 | ||
| 8671 | ;;;*** | 8684 | ;;;*** |
| 8672 | 8685 | ||
| 8673 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19845 45374)) | 8686 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19776 18657)) |
| 8674 | ;;; Generated autoloads from erc/erc-capab.el | 8687 | ;;; Generated autoloads from erc/erc-capab.el |
| 8675 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) | 8688 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) |
| 8676 | 8689 | ||
| 8677 | ;;;*** | 8690 | ;;;*** |
| 8678 | 8691 | ||
| 8679 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19845 45374)) | 8692 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19776 18657)) |
| 8680 | ;;; Generated autoloads from erc/erc-compat.el | 8693 | ;;; Generated autoloads from erc/erc-compat.el |
| 8681 | (autoload 'erc-define-minor-mode "erc-compat") | 8694 | (autoload 'erc-define-minor-mode "erc-compat") |
| 8682 | 8695 | ||
| 8683 | ;;;*** | 8696 | ;;;*** |
| 8684 | 8697 | ||
| 8685 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) | 8698 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) |
| 8686 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (19895 48172)) | 8699 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (19902 1718)) |
| 8687 | ;;; Generated autoloads from erc/erc-dcc.el | 8700 | ;;; Generated autoloads from erc/erc-dcc.el |
| 8688 | (autoload 'erc-dcc-mode "erc-dcc") | 8701 | (autoload 'erc-dcc-mode "erc-dcc") |
| 8689 | 8702 | ||
| @@ -8716,7 +8729,7 @@ that subcommand. | |||
| 8716 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list | 8729 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list |
| 8717 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action | 8730 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action |
| 8718 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" | 8731 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" |
| 8719 | ;;;;;; (19845 45374)) | 8732 | ;;;;;; (19776 18657)) |
| 8720 | ;;; Generated autoloads from erc/erc-ezbounce.el | 8733 | ;;; Generated autoloads from erc/erc-ezbounce.el |
| 8721 | 8734 | ||
| 8722 | (autoload 'erc-cmd-ezb "erc-ezbounce" "\ | 8735 | (autoload 'erc-cmd-ezb "erc-ezbounce" "\ |
| @@ -8778,8 +8791,8 @@ Add EZBouncer convenience functions to ERC. | |||
| 8778 | 8791 | ||
| 8779 | ;;;*** | 8792 | ;;;*** |
| 8780 | 8793 | ||
| 8781 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19845 | 8794 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19776 |
| 8782 | ;;;;;; 45374)) | 8795 | ;;;;;; 18657)) |
| 8783 | ;;; Generated autoloads from erc/erc-fill.el | 8796 | ;;; Generated autoloads from erc/erc-fill.el |
| 8784 | (autoload 'erc-fill-mode "erc-fill" nil t) | 8797 | (autoload 'erc-fill-mode "erc-fill" nil t) |
| 8785 | 8798 | ||
| @@ -8792,7 +8805,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. | |||
| 8792 | ;;;*** | 8805 | ;;;*** |
| 8793 | 8806 | ||
| 8794 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" | 8807 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" |
| 8795 | ;;;;;; "erc/erc-identd.el" (19845 45374)) | 8808 | ;;;;;; "erc/erc-identd.el" (19776 18657)) |
| 8796 | ;;; Generated autoloads from erc/erc-identd.el | 8809 | ;;; Generated autoloads from erc/erc-identd.el |
| 8797 | (autoload 'erc-identd-mode "erc-identd") | 8810 | (autoload 'erc-identd-mode "erc-identd") |
| 8798 | 8811 | ||
| @@ -8814,7 +8827,7 @@ system. | |||
| 8814 | ;;;*** | 8827 | ;;;*** |
| 8815 | 8828 | ||
| 8816 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" | 8829 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" |
| 8817 | ;;;;;; (19845 45374)) | 8830 | ;;;;;; (19776 18657)) |
| 8818 | ;;; Generated autoloads from erc/erc-imenu.el | 8831 | ;;; Generated autoloads from erc/erc-imenu.el |
| 8819 | 8832 | ||
| 8820 | (autoload 'erc-create-imenu-index "erc-imenu" "\ | 8833 | (autoload 'erc-create-imenu-index "erc-imenu" "\ |
| @@ -8824,20 +8837,20 @@ system. | |||
| 8824 | 8837 | ||
| 8825 | ;;;*** | 8838 | ;;;*** |
| 8826 | 8839 | ||
| 8827 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19845 45374)) | 8840 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19776 18657)) |
| 8828 | ;;; Generated autoloads from erc/erc-join.el | 8841 | ;;; Generated autoloads from erc/erc-join.el |
| 8829 | (autoload 'erc-autojoin-mode "erc-join" nil t) | 8842 | (autoload 'erc-autojoin-mode "erc-join" nil t) |
| 8830 | 8843 | ||
| 8831 | ;;;*** | 8844 | ;;;*** |
| 8832 | 8845 | ||
| 8833 | ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19845 45374)) | 8846 | ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19797 54173)) |
| 8834 | ;;; Generated autoloads from erc/erc-list.el | 8847 | ;;; Generated autoloads from erc/erc-list.el |
| 8835 | (autoload 'erc-list-mode "erc-list") | 8848 | (autoload 'erc-list-mode "erc-list") |
| 8836 | 8849 | ||
| 8837 | ;;;*** | 8850 | ;;;*** |
| 8838 | 8851 | ||
| 8839 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" | 8852 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" |
| 8840 | ;;;;;; "erc/erc-log.el" (19845 45374)) | 8853 | ;;;;;; "erc/erc-log.el" (19776 18657)) |
| 8841 | ;;; Generated autoloads from erc/erc-log.el | 8854 | ;;; Generated autoloads from erc/erc-log.el |
| 8842 | (autoload 'erc-log-mode "erc-log" nil t) | 8855 | (autoload 'erc-log-mode "erc-log" nil t) |
| 8843 | 8856 | ||
| @@ -8869,7 +8882,7 @@ You can save every individual message by putting this function on | |||
| 8869 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host | 8882 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host |
| 8870 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool | 8883 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool |
| 8871 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" | 8884 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" |
| 8872 | ;;;;;; (19845 45374)) | 8885 | ;;;;;; (19776 18657)) |
| 8873 | ;;; Generated autoloads from erc/erc-match.el | 8886 | ;;; Generated autoloads from erc/erc-match.el |
| 8874 | (autoload 'erc-match-mode "erc-match") | 8887 | (autoload 'erc-match-mode "erc-match") |
| 8875 | 8888 | ||
| @@ -8915,14 +8928,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'. | |||
| 8915 | 8928 | ||
| 8916 | ;;;*** | 8929 | ;;;*** |
| 8917 | 8930 | ||
| 8918 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19845 45374)) | 8931 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19776 18657)) |
| 8919 | ;;; Generated autoloads from erc/erc-menu.el | 8932 | ;;; Generated autoloads from erc/erc-menu.el |
| 8920 | (autoload 'erc-menu-mode "erc-menu" nil t) | 8933 | (autoload 'erc-menu-mode "erc-menu" nil t) |
| 8921 | 8934 | ||
| 8922 | ;;;*** | 8935 | ;;;*** |
| 8923 | 8936 | ||
| 8924 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" | 8937 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" |
| 8925 | ;;;;;; (19845 45374)) | 8938 | ;;;;;; (19776 18657)) |
| 8926 | ;;; Generated autoloads from erc/erc-netsplit.el | 8939 | ;;; Generated autoloads from erc/erc-netsplit.el |
| 8927 | (autoload 'erc-netsplit-mode "erc-netsplit") | 8940 | (autoload 'erc-netsplit-mode "erc-netsplit") |
| 8928 | 8941 | ||
| @@ -8934,7 +8947,7 @@ Show who's gone. | |||
| 8934 | ;;;*** | 8947 | ;;;*** |
| 8935 | 8948 | ||
| 8936 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" | 8949 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" |
| 8937 | ;;;;;; "erc/erc-networks.el" (19845 45374)) | 8950 | ;;;;;; "erc/erc-networks.el" (19776 18657)) |
| 8938 | ;;; Generated autoloads from erc/erc-networks.el | 8951 | ;;; Generated autoloads from erc/erc-networks.el |
| 8939 | 8952 | ||
| 8940 | (autoload 'erc-determine-network "erc-networks" "\ | 8953 | (autoload 'erc-determine-network "erc-networks" "\ |
| @@ -8952,7 +8965,7 @@ Interactively select a server to connect to using `erc-server-alist'. | |||
| 8952 | ;;;*** | 8965 | ;;;*** |
| 8953 | 8966 | ||
| 8954 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" | 8967 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" |
| 8955 | ;;;;;; "erc/erc-notify.el" (19845 45374)) | 8968 | ;;;;;; "erc/erc-notify.el" (19776 18657)) |
| 8956 | ;;; Generated autoloads from erc/erc-notify.el | 8969 | ;;; Generated autoloads from erc/erc-notify.el |
| 8957 | (autoload 'erc-notify-mode "erc-notify" nil t) | 8970 | (autoload 'erc-notify-mode "erc-notify" nil t) |
| 8958 | 8971 | ||
| @@ -8970,33 +8983,33 @@ with args, toggle notify status of people. | |||
| 8970 | 8983 | ||
| 8971 | ;;;*** | 8984 | ;;;*** |
| 8972 | 8985 | ||
| 8973 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19845 45374)) | 8986 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19776 18657)) |
| 8974 | ;;; Generated autoloads from erc/erc-page.el | 8987 | ;;; Generated autoloads from erc/erc-page.el |
| 8975 | (autoload 'erc-page-mode "erc-page") | 8988 | (autoload 'erc-page-mode "erc-page") |
| 8976 | 8989 | ||
| 8977 | ;;;*** | 8990 | ;;;*** |
| 8978 | 8991 | ||
| 8979 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19936 | 8992 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19936 |
| 8980 | ;;;;;; 52203)) | 8993 | ;;;;;; 25103)) |
| 8981 | ;;; Generated autoloads from erc/erc-pcomplete.el | 8994 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 8982 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 8995 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 8983 | 8996 | ||
| 8984 | ;;;*** | 8997 | ;;;*** |
| 8985 | 8998 | ||
| 8986 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19845 45374)) | 8999 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19776 18657)) |
| 8987 | ;;; Generated autoloads from erc/erc-replace.el | 9000 | ;;; Generated autoloads from erc/erc-replace.el |
| 8988 | (autoload 'erc-replace-mode "erc-replace") | 9001 | (autoload 'erc-replace-mode "erc-replace") |
| 8989 | 9002 | ||
| 8990 | ;;;*** | 9003 | ;;;*** |
| 8991 | 9004 | ||
| 8992 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19845 45374)) | 9005 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19776 18657)) |
| 8993 | ;;; Generated autoloads from erc/erc-ring.el | 9006 | ;;; Generated autoloads from erc/erc-ring.el |
| 8994 | (autoload 'erc-ring-mode "erc-ring" nil t) | 9007 | (autoload 'erc-ring-mode "erc-ring" nil t) |
| 8995 | 9008 | ||
| 8996 | ;;;*** | 9009 | ;;;*** |
| 8997 | 9010 | ||
| 8998 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) | 9011 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) |
| 8999 | ;;;;;; "erc-services" "erc/erc-services.el" (19845 45374)) | 9012 | ;;;;;; "erc-services" "erc/erc-services.el" (19776 18657)) |
| 9000 | ;;; Generated autoloads from erc/erc-services.el | 9013 | ;;; Generated autoloads from erc/erc-services.el |
| 9001 | (autoload 'erc-services-mode "erc-services" nil t) | 9014 | (autoload 'erc-services-mode "erc-services" nil t) |
| 9002 | 9015 | ||
| @@ -9013,14 +9026,14 @@ When called interactively, read the password using `read-passwd'. | |||
| 9013 | 9026 | ||
| 9014 | ;;;*** | 9027 | ;;;*** |
| 9015 | 9028 | ||
| 9016 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19845 45374)) | 9029 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19776 18657)) |
| 9017 | ;;; Generated autoloads from erc/erc-sound.el | 9030 | ;;; Generated autoloads from erc/erc-sound.el |
| 9018 | (autoload 'erc-sound-mode "erc-sound") | 9031 | (autoload 'erc-sound-mode "erc-sound") |
| 9019 | 9032 | ||
| 9020 | ;;;*** | 9033 | ;;;*** |
| 9021 | 9034 | ||
| 9022 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" | 9035 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" |
| 9023 | ;;;;;; (19845 45374)) | 9036 | ;;;;;; (19776 18657)) |
| 9024 | ;;; Generated autoloads from erc/erc-speedbar.el | 9037 | ;;; Generated autoloads from erc/erc-speedbar.el |
| 9025 | 9038 | ||
| 9026 | (autoload 'erc-speedbar-browser "erc-speedbar" "\ | 9039 | (autoload 'erc-speedbar-browser "erc-speedbar" "\ |
| @@ -9031,21 +9044,21 @@ This will add a speedbar major display mode. | |||
| 9031 | 9044 | ||
| 9032 | ;;;*** | 9045 | ;;;*** |
| 9033 | 9046 | ||
| 9034 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19845 | 9047 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19776 |
| 9035 | ;;;;;; 45374)) | 9048 | ;;;;;; 18657)) |
| 9036 | ;;; Generated autoloads from erc/erc-spelling.el | 9049 | ;;; Generated autoloads from erc/erc-spelling.el |
| 9037 | (autoload 'erc-spelling-mode "erc-spelling" nil t) | 9050 | (autoload 'erc-spelling-mode "erc-spelling" nil t) |
| 9038 | 9051 | ||
| 9039 | ;;;*** | 9052 | ;;;*** |
| 9040 | 9053 | ||
| 9041 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19845 45374)) | 9054 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19776 18657)) |
| 9042 | ;;; Generated autoloads from erc/erc-stamp.el | 9055 | ;;; Generated autoloads from erc/erc-stamp.el |
| 9043 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) | 9056 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) |
| 9044 | 9057 | ||
| 9045 | ;;;*** | 9058 | ;;;*** |
| 9046 | 9059 | ||
| 9047 | ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" | 9060 | ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" |
| 9048 | ;;;;;; (19845 45374)) | 9061 | ;;;;;; (19874 14841)) |
| 9049 | ;;; Generated autoloads from erc/erc-track.el | 9062 | ;;; Generated autoloads from erc/erc-track.el |
| 9050 | 9063 | ||
| 9051 | (defvar erc-track-minor-mode nil "\ | 9064 | (defvar erc-track-minor-mode nil "\ |
| @@ -9068,7 +9081,7 @@ module, otherwise the keybindings will not do anything useful. | |||
| 9068 | ;;;*** | 9081 | ;;;*** |
| 9069 | 9082 | ||
| 9070 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) | 9083 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) |
| 9071 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (19845 45374)) | 9084 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (19776 18657)) |
| 9072 | ;;; Generated autoloads from erc/erc-truncate.el | 9085 | ;;; Generated autoloads from erc/erc-truncate.el |
| 9073 | (autoload 'erc-truncate-mode "erc-truncate" nil t) | 9086 | (autoload 'erc-truncate-mode "erc-truncate" nil t) |
| 9074 | 9087 | ||
| @@ -9088,7 +9101,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'. | |||
| 9088 | ;;;*** | 9101 | ;;;*** |
| 9089 | 9102 | ||
| 9090 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" | 9103 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" |
| 9091 | ;;;;;; (19845 45374)) | 9104 | ;;;;;; (19776 18657)) |
| 9092 | ;;; Generated autoloads from erc/erc-xdcc.el | 9105 | ;;; Generated autoloads from erc/erc-xdcc.el |
| 9093 | (autoload 'erc-xdcc-mode "erc-xdcc") | 9106 | (autoload 'erc-xdcc-mode "erc-xdcc") |
| 9094 | 9107 | ||
| @@ -9101,7 +9114,7 @@ Add a file to `erc-xdcc-files'. | |||
| 9101 | 9114 | ||
| 9102 | ;;;### (autoloads (ert-describe-test ert-run-tests-interactively | 9115 | ;;;### (autoloads (ert-describe-test ert-run-tests-interactively |
| 9103 | ;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) | 9116 | ;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) |
| 9104 | ;;;;;; "ert" "emacs-lisp/ert.el" (19846 36966)) | 9117 | ;;;;;; "ert" "emacs-lisp/ert.el" (19911 63128)) |
| 9105 | ;;; Generated autoloads from emacs-lisp/ert.el | 9118 | ;;; Generated autoloads from emacs-lisp/ert.el |
| 9106 | 9119 | ||
| 9107 | (autoload 'ert-deftest "ert" "\ | 9120 | (autoload 'ert-deftest "ert" "\ |
| @@ -9171,7 +9184,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test). | |||
| 9171 | ;;;*** | 9184 | ;;;*** |
| 9172 | 9185 | ||
| 9173 | ;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" | 9186 | ;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" |
| 9174 | ;;;;;; (19845 45374)) | 9187 | ;;;;;; (19776 18657)) |
| 9175 | ;;; Generated autoloads from emacs-lisp/ert-x.el | 9188 | ;;; Generated autoloads from emacs-lisp/ert-x.el |
| 9176 | 9189 | ||
| 9177 | (put 'ert-with-test-buffer 'lisp-indent-function 1) | 9190 | (put 'ert-with-test-buffer 'lisp-indent-function 1) |
| @@ -9183,8 +9196,8 @@ Kill all test buffers that are still live. | |||
| 9183 | 9196 | ||
| 9184 | ;;;*** | 9197 | ;;;*** |
| 9185 | 9198 | ||
| 9186 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19890 | 9199 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19891 |
| 9187 | ;;;;;; 42850)) | 9200 | ;;;;;; 13894)) |
| 9188 | ;;; Generated autoloads from eshell/esh-mode.el | 9201 | ;;; Generated autoloads from eshell/esh-mode.el |
| 9189 | 9202 | ||
| 9190 | (autoload 'eshell-mode "esh-mode" "\ | 9203 | (autoload 'eshell-mode "esh-mode" "\ |
| @@ -9197,7 +9210,7 @@ Emacs shell interactive mode. | |||
| 9197 | ;;;*** | 9210 | ;;;*** |
| 9198 | 9211 | ||
| 9199 | ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" | 9212 | ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" |
| 9200 | ;;;;;; "eshell/eshell.el" (19845 45374)) | 9213 | ;;;;;; "eshell/eshell.el" (19874 14841)) |
| 9201 | ;;; Generated autoloads from eshell/eshell.el | 9214 | ;;; Generated autoloads from eshell/eshell.el |
| 9202 | 9215 | ||
| 9203 | (autoload 'eshell "eshell" "\ | 9216 | (autoload 'eshell "eshell" "\ |
| @@ -9238,7 +9251,7 @@ corresponding to a successful execution. | |||
| 9238 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9251 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 9239 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9252 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 9240 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9253 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 9241 | ;;;;;; (20007 64734)) | 9254 | ;;;;;; (20084 62230)) |
| 9242 | ;;; Generated autoloads from progmodes/etags.el | 9255 | ;;; Generated autoloads from progmodes/etags.el |
| 9243 | 9256 | ||
| 9244 | (defvar tags-file-name nil "\ | 9257 | (defvar tags-file-name nil "\ |
| @@ -9556,7 +9569,7 @@ for \\[find-tag] (which see). | |||
| 9556 | ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer | 9569 | ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer |
| 9557 | ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer | 9570 | ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer |
| 9558 | ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" | 9571 | ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" |
| 9559 | ;;;;;; (19845 45374)) | 9572 | ;;;;;; (19776 18657)) |
| 9560 | ;;; Generated autoloads from language/ethio-util.el | 9573 | ;;; Generated autoloads from language/ethio-util.el |
| 9561 | 9574 | ||
| 9562 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ | 9575 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ |
| @@ -9726,7 +9739,7 @@ With ARG, insert that many delimiters. | |||
| 9726 | 9739 | ||
| 9727 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 9740 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 9728 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 9741 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 9729 | ;;;;;; (19931 11784)) | 9742 | ;;;;;; (19933 8482)) |
| 9730 | ;;; Generated autoloads from net/eudc.el | 9743 | ;;; Generated autoloads from net/eudc.el |
| 9731 | 9744 | ||
| 9732 | (autoload 'eudc-set-server "eudc" "\ | 9745 | (autoload 'eudc-set-server "eudc" "\ |
| @@ -9782,7 +9795,7 @@ This does nothing except loading eudc by autoload side-effect. | |||
| 9782 | 9795 | ||
| 9783 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline | 9796 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline |
| 9784 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) | 9797 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) |
| 9785 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (19845 45374)) | 9798 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (19776 18657)) |
| 9786 | ;;; Generated autoloads from net/eudc-bob.el | 9799 | ;;; Generated autoloads from net/eudc-bob.el |
| 9787 | 9800 | ||
| 9788 | (autoload 'eudc-display-generic-binary "eudc-bob" "\ | 9801 | (autoload 'eudc-display-generic-binary "eudc-bob" "\ |
| @@ -9818,7 +9831,7 @@ Display a button for the JPEG DATA. | |||
| 9818 | ;;;*** | 9831 | ;;;*** |
| 9819 | 9832 | ||
| 9820 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 9833 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
| 9821 | ;;;;;; "eudc-export" "net/eudc-export.el" (19931 11784)) | 9834 | ;;;;;; "eudc-export" "net/eudc-export.el" (19933 8482)) |
| 9822 | ;;; Generated autoloads from net/eudc-export.el | 9835 | ;;; Generated autoloads from net/eudc-export.el |
| 9823 | 9836 | ||
| 9824 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ | 9837 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ |
| @@ -9835,7 +9848,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. | |||
| 9835 | ;;;*** | 9848 | ;;;*** |
| 9836 | 9849 | ||
| 9837 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 9850 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 9838 | ;;;;;; (19931 11784)) | 9851 | ;;;;;; (19933 8482)) |
| 9839 | ;;; Generated autoloads from net/eudc-hotlist.el | 9852 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 9840 | 9853 | ||
| 9841 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ | 9854 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ |
| @@ -9845,8 +9858,8 @@ Edit the hotlist of directory servers in a specialized buffer. | |||
| 9845 | 9858 | ||
| 9846 | ;;;*** | 9859 | ;;;*** |
| 9847 | 9860 | ||
| 9848 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19845 | 9861 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19874 |
| 9849 | ;;;;;; 45374)) | 9862 | ;;;;;; 14841)) |
| 9850 | ;;; Generated autoloads from emacs-lisp/ewoc.el | 9863 | ;;; Generated autoloads from emacs-lisp/ewoc.el |
| 9851 | 9864 | ||
| 9852 | (autoload 'ewoc-create "ewoc" "\ | 9865 | (autoload 'ewoc-create "ewoc" "\ |
| @@ -9875,7 +9888,7 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 9875 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 9888 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 9876 | ;;;;;; executable-self-display executable-set-magic executable-interpret | 9889 | ;;;;;; executable-self-display executable-set-magic executable-interpret |
| 9877 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" | 9890 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" |
| 9878 | ;;;;;; (19890 42850)) | 9891 | ;;;;;; (19891 13894)) |
| 9879 | ;;; Generated autoloads from progmodes/executable.el | 9892 | ;;; Generated autoloads from progmodes/executable.el |
| 9880 | 9893 | ||
| 9881 | (autoload 'executable-command-find-posix-p "executable" "\ | 9894 | (autoload 'executable-command-find-posix-p "executable" "\ |
| @@ -9918,7 +9931,7 @@ file modes. | |||
| 9918 | 9931 | ||
| 9919 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 9932 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
| 9920 | ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" | 9933 | ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" |
| 9921 | ;;;;;; (19886 45771)) | 9934 | ;;;;;; (19888 59421)) |
| 9922 | ;;; Generated autoloads from expand.el | 9935 | ;;; Generated autoloads from expand.el |
| 9923 | 9936 | ||
| 9924 | (autoload 'expand-add-abbrevs "expand" "\ | 9937 | (autoload 'expand-add-abbrevs "expand" "\ |
| @@ -9967,7 +9980,7 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 9967 | 9980 | ||
| 9968 | ;;;*** | 9981 | ;;;*** |
| 9969 | 9982 | ||
| 9970 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19975 1875)) | 9983 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20089 62475)) |
| 9971 | ;;; Generated autoloads from progmodes/f90.el | 9984 | ;;; Generated autoloads from progmodes/f90.el |
| 9972 | 9985 | ||
| 9973 | (autoload 'f90-mode "f90" "\ | 9986 | (autoload 'f90-mode "f90" "\ |
| @@ -10037,8 +10050,8 @@ with no args, if that value is non-nil. | |||
| 10037 | ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set | 10050 | ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set |
| 10038 | ;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase | 10051 | ;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase |
| 10039 | ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base | 10052 | ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base |
| 10040 | ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19845 | 10053 | ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19776 |
| 10041 | ;;;;;; 45374)) | 10054 | ;;;;;; 18657)) |
| 10042 | ;;; Generated autoloads from face-remap.el | 10055 | ;;; Generated autoloads from face-remap.el |
| 10043 | 10056 | ||
| 10044 | (autoload 'face-remap-add-relative "face-remap" "\ | 10057 | (autoload 'face-remap-add-relative "face-remap" "\ |
| @@ -10178,7 +10191,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'. | |||
| 10178 | 10191 | ||
| 10179 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10192 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 10180 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 10193 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 10181 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19986 58615)) | 10194 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19987 9666)) |
| 10182 | ;;; Generated autoloads from mail/feedmail.el | 10195 | ;;; Generated autoloads from mail/feedmail.el |
| 10183 | 10196 | ||
| 10184 | (autoload 'feedmail-send-it "feedmail" "\ | 10197 | (autoload 'feedmail-send-it "feedmail" "\ |
| @@ -10232,7 +10245,7 @@ you can set `feedmail-queue-reminder-alist' to nil. | |||
| 10232 | ;;;*** | 10245 | ;;;*** |
| 10233 | 10246 | ||
| 10234 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 10247 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 10235 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19845 45374)) | 10248 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19776 18657)) |
| 10236 | ;;; Generated autoloads from ffap.el | 10249 | ;;; Generated autoloads from ffap.el |
| 10237 | 10250 | ||
| 10238 | (autoload 'ffap-next "ffap" "\ | 10251 | (autoload 'ffap-next "ffap" "\ |
| @@ -10296,7 +10309,7 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 10296 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively | 10309 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively |
| 10297 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find | 10310 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find |
| 10298 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) | 10311 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) |
| 10299 | ;;;;;; "filecache" "filecache.el" (19845 45374)) | 10312 | ;;;;;; "filecache" "filecache.el" (19776 18657)) |
| 10300 | ;;; Generated autoloads from filecache.el | 10313 | ;;; Generated autoloads from filecache.el |
| 10301 | 10314 | ||
| 10302 | (autoload 'file-cache-add-directory "filecache" "\ | 10315 | (autoload 'file-cache-add-directory "filecache" "\ |
| @@ -10356,7 +10369,7 @@ the name is considered already unique; only the second substitution | |||
| 10356 | ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable | 10369 | ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable |
| 10357 | ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line | 10370 | ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line |
| 10358 | ;;;;;; add-file-local-variable-prop-line delete-file-local-variable | 10371 | ;;;;;; add-file-local-variable-prop-line delete-file-local-variable |
| 10359 | ;;;;;; add-file-local-variable) "files-x" "files-x.el" (19886 45771)) | 10372 | ;;;;;; add-file-local-variable) "files-x" "files-x.el" (19888 59421)) |
| 10360 | ;;; Generated autoloads from files-x.el | 10373 | ;;; Generated autoloads from files-x.el |
| 10361 | 10374 | ||
| 10362 | (autoload 'add-file-local-variable "files-x" "\ | 10375 | (autoload 'add-file-local-variable "files-x" "\ |
| @@ -10421,8 +10434,8 @@ Copy directory-local variables to the -*- line. | |||
| 10421 | 10434 | ||
| 10422 | ;;;*** | 10435 | ;;;*** |
| 10423 | 10436 | ||
| 10424 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19845 | 10437 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19776 |
| 10425 | ;;;;;; 45374)) | 10438 | ;;;;;; 18657)) |
| 10426 | ;;; Generated autoloads from filesets.el | 10439 | ;;; Generated autoloads from filesets.el |
| 10427 | 10440 | ||
| 10428 | (autoload 'filesets-init "filesets" "\ | 10441 | (autoload 'filesets-init "filesets" "\ |
| @@ -10433,7 +10446,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10433 | 10446 | ||
| 10434 | ;;;*** | 10447 | ;;;*** |
| 10435 | 10448 | ||
| 10436 | ;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19845 45374)) | 10449 | ;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19776 18657)) |
| 10437 | ;;; Generated autoloads from find-cmd.el | 10450 | ;;; Generated autoloads from find-cmd.el |
| 10438 | 10451 | ||
| 10439 | (autoload 'find-cmd "find-cmd" "\ | 10452 | (autoload 'find-cmd "find-cmd" "\ |
| @@ -10453,7 +10466,7 @@ result is a string that should be ready for the command line. | |||
| 10453 | ;;;*** | 10466 | ;;;*** |
| 10454 | 10467 | ||
| 10455 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" | 10468 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" |
| 10456 | ;;;;;; "find-dired.el" (19980 19797)) | 10469 | ;;;;;; "find-dired.el" (19980 46525)) |
| 10457 | ;;; Generated autoloads from find-dired.el | 10470 | ;;; Generated autoloads from find-dired.el |
| 10458 | 10471 | ||
| 10459 | (autoload 'find-dired "find-dired" "\ | 10472 | (autoload 'find-dired "find-dired" "\ |
| @@ -10493,7 +10506,7 @@ use in place of \"-ls\" as the final argument. | |||
| 10493 | 10506 | ||
| 10494 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 10507 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 10495 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 10508 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 10496 | ;;;;;; (19845 45374)) | 10509 | ;;;;;; (19874 14841)) |
| 10497 | ;;; Generated autoloads from find-file.el | 10510 | ;;; Generated autoloads from find-file.el |
| 10498 | 10511 | ||
| 10499 | (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ | 10512 | (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ |
| @@ -10587,7 +10600,7 @@ Visit the file you click on in another window. | |||
| 10587 | ;;;;;; find-variable find-variable-noselect find-function-other-frame | 10600 | ;;;;;; find-variable find-variable-noselect find-function-other-frame |
| 10588 | ;;;;;; find-function-other-window find-function find-function-noselect | 10601 | ;;;;;; find-function-other-window find-function find-function-noselect |
| 10589 | ;;;;;; find-function-search-for-symbol find-library) "find-func" | 10602 | ;;;;;; find-function-search-for-symbol find-library) "find-func" |
| 10590 | ;;;;;; "emacs-lisp/find-func.el" (20050 11479)) | 10603 | ;;;;;; "emacs-lisp/find-func.el" (20071 33316)) |
| 10591 | ;;; Generated autoloads from emacs-lisp/find-func.el | 10604 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 10592 | 10605 | ||
| 10593 | (autoload 'find-library "find-func" "\ | 10606 | (autoload 'find-library "find-func" "\ |
| @@ -10746,7 +10759,7 @@ Define some key bindings for the find-function family of functions. | |||
| 10746 | ;;;*** | 10759 | ;;;*** |
| 10747 | 10760 | ||
| 10748 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories | 10761 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories |
| 10749 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19886 45771)) | 10762 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19888 59421)) |
| 10750 | ;;; Generated autoloads from find-lisp.el | 10763 | ;;; Generated autoloads from find-lisp.el |
| 10751 | 10764 | ||
| 10752 | (autoload 'find-lisp-find-dired "find-lisp" "\ | 10765 | (autoload 'find-lisp-find-dired "find-lisp" "\ |
| @@ -10767,7 +10780,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP. | |||
| 10767 | ;;;*** | 10780 | ;;;*** |
| 10768 | 10781 | ||
| 10769 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 10782 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 10770 | ;;;;;; "finder" "finder.el" (19893 19022)) | 10783 | ;;;;;; "finder" "finder.el" (19892 34767)) |
| 10771 | ;;; Generated autoloads from finder.el | 10784 | ;;; Generated autoloads from finder.el |
| 10772 | 10785 | ||
| 10773 | (autoload 'finder-list-keywords "finder" "\ | 10786 | (autoload 'finder-list-keywords "finder" "\ |
| @@ -10789,7 +10802,7 @@ Find packages matching a given keyword. | |||
| 10789 | ;;;*** | 10802 | ;;;*** |
| 10790 | 10803 | ||
| 10791 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" | 10804 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" |
| 10792 | ;;;;;; "flow-ctrl.el" (19845 45374)) | 10805 | ;;;;;; "flow-ctrl.el" (19776 18657)) |
| 10793 | ;;; Generated autoloads from flow-ctrl.el | 10806 | ;;; Generated autoloads from flow-ctrl.el |
| 10794 | 10807 | ||
| 10795 | (autoload 'enable-flow-control "flow-ctrl" "\ | 10808 | (autoload 'enable-flow-control "flow-ctrl" "\ |
| @@ -10811,7 +10824,7 @@ to get the effect of a C-q. | |||
| 10811 | ;;;*** | 10824 | ;;;*** |
| 10812 | 10825 | ||
| 10813 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" | 10826 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" |
| 10814 | ;;;;;; (19845 45374)) | 10827 | ;;;;;; (19776 18657)) |
| 10815 | ;;; Generated autoloads from gnus/flow-fill.el | 10828 | ;;; Generated autoloads from gnus/flow-fill.el |
| 10816 | 10829 | ||
| 10817 | (autoload 'fill-flowed-encode "flow-fill" "\ | 10830 | (autoload 'fill-flowed-encode "flow-fill" "\ |
| @@ -10827,7 +10840,7 @@ to get the effect of a C-q. | |||
| 10827 | ;;;*** | 10840 | ;;;*** |
| 10828 | 10841 | ||
| 10829 | ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on | 10842 | ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on |
| 10830 | ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (19984 16846)) | 10843 | ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (19983 43916)) |
| 10831 | ;;; Generated autoloads from progmodes/flymake.el | 10844 | ;;; Generated autoloads from progmodes/flymake.el |
| 10832 | 10845 | ||
| 10833 | (autoload 'flymake-mode "flymake" "\ | 10846 | (autoload 'flymake-mode "flymake" "\ |
| @@ -10856,7 +10869,7 @@ Turn flymake mode off. | |||
| 10856 | 10869 | ||
| 10857 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 10870 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 10858 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 10871 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 10859 | ;;;;;; "flyspell" "textmodes/flyspell.el" (19982 3545)) | 10872 | ;;;;;; "flyspell" "textmodes/flyspell.el" (20076 61048)) |
| 10860 | ;;; Generated autoloads from textmodes/flyspell.el | 10873 | ;;; Generated autoloads from textmodes/flyspell.el |
| 10861 | 10874 | ||
| 10862 | (autoload 'flyspell-prog-mode "flyspell" "\ | 10875 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| @@ -10926,7 +10939,7 @@ Flyspell whole buffer. | |||
| 10926 | 10939 | ||
| 10927 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 10940 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 10928 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 10941 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 10929 | ;;;;;; (19998 49767)) | 10942 | ;;;;;; (19998 18685)) |
| 10930 | ;;; Generated autoloads from follow.el | 10943 | ;;; Generated autoloads from follow.el |
| 10931 | 10944 | ||
| 10932 | (autoload 'turn-on-follow-mode "follow" "\ | 10945 | (autoload 'turn-on-follow-mode "follow" "\ |
| @@ -10999,8 +11012,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 10999 | 11012 | ||
| 11000 | ;;;*** | 11013 | ;;;*** |
| 11001 | 11014 | ||
| 11002 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19913 | 11015 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19919 |
| 11003 | ;;;;;; 4309)) | 11016 | ;;;;;; 55562)) |
| 11004 | ;;; Generated autoloads from mail/footnote.el | 11017 | ;;; Generated autoloads from mail/footnote.el |
| 11005 | 11018 | ||
| 11006 | (autoload 'footnote-mode "footnote" "\ | 11019 | (autoload 'footnote-mode "footnote" "\ |
| @@ -11014,7 +11027,7 @@ started, play around with the following keys: | |||
| 11014 | ;;;*** | 11027 | ;;;*** |
| 11015 | 11028 | ||
| 11016 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 11029 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 11017 | ;;;;;; "forms" "forms.el" (19886 45771)) | 11030 | ;;;;;; "forms" "forms.el" (19888 59421)) |
| 11018 | ;;; Generated autoloads from forms.el | 11031 | ;;; Generated autoloads from forms.el |
| 11019 | 11032 | ||
| 11020 | (autoload 'forms-mode "forms" "\ | 11033 | (autoload 'forms-mode "forms" "\ |
| @@ -11051,7 +11064,7 @@ Visit a file in Forms mode in other window. | |||
| 11051 | ;;;*** | 11064 | ;;;*** |
| 11052 | 11065 | ||
| 11053 | ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" | 11066 | ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" |
| 11054 | ;;;;;; (19956 37456)) | 11067 | ;;;;;; (19958 52955)) |
| 11055 | ;;; Generated autoloads from progmodes/fortran.el | 11068 | ;;; Generated autoloads from progmodes/fortran.el |
| 11056 | 11069 | ||
| 11057 | (autoload 'fortran-mode "fortran" "\ | 11070 | (autoload 'fortran-mode "fortran" "\ |
| @@ -11129,7 +11142,7 @@ with no args, if that value is non-nil. | |||
| 11129 | ;;;*** | 11142 | ;;;*** |
| 11130 | 11143 | ||
| 11131 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 11144 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 11132 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19931 11784)) | 11145 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19933 8482)) |
| 11133 | ;;; Generated autoloads from play/fortune.el | 11146 | ;;; Generated autoloads from play/fortune.el |
| 11134 | 11147 | ||
| 11135 | (autoload 'fortune-add-fortune "fortune" "\ | 11148 | (autoload 'fortune-add-fortune "fortune" "\ |
| @@ -11178,7 +11191,7 @@ and choose the directory as the fortune-file. | |||
| 11178 | ;;;*** | 11191 | ;;;*** |
| 11179 | 11192 | ||
| 11180 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" | 11193 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" |
| 11181 | ;;;;;; (19988 13913)) | 11194 | ;;;;;; (20076 64499)) |
| 11182 | ;;; Generated autoloads from progmodes/gdb-mi.el | 11195 | ;;; Generated autoloads from progmodes/gdb-mi.el |
| 11183 | 11196 | ||
| 11184 | (defvar gdb-enable-debug nil "\ | 11197 | (defvar gdb-enable-debug nil "\ |
| @@ -11239,8 +11252,8 @@ detailed description of this mode. | |||
| 11239 | ;;;*** | 11252 | ;;;*** |
| 11240 | 11253 | ||
| 11241 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal | 11254 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal |
| 11242 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19845 | 11255 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19776 |
| 11243 | ;;;;;; 45374)) | 11256 | ;;;;;; 18657)) |
| 11244 | ;;; Generated autoloads from emacs-lisp/generic.el | 11257 | ;;; Generated autoloads from emacs-lisp/generic.el |
| 11245 | 11258 | ||
| 11246 | (defvar generic-mode-list nil "\ | 11259 | (defvar generic-mode-list nil "\ |
| @@ -11317,7 +11330,7 @@ regular expression that can be used as an element of | |||
| 11317 | ;;;*** | 11330 | ;;;*** |
| 11318 | 11331 | ||
| 11319 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 11332 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 11320 | ;;;;;; (19906 31087)) | 11333 | ;;;;;; (19910 9778)) |
| 11321 | ;;; Generated autoloads from progmodes/glasses.el | 11334 | ;;; Generated autoloads from progmodes/glasses.el |
| 11322 | 11335 | ||
| 11323 | (autoload 'glasses-mode "glasses" "\ | 11336 | (autoload 'glasses-mode "glasses" "\ |
| @@ -11331,7 +11344,7 @@ at places they belong to. | |||
| 11331 | 11344 | ||
| 11332 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error | 11345 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error |
| 11333 | ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" | 11346 | ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" |
| 11334 | ;;;;;; (19845 45374)) | 11347 | ;;;;;; (19776 18657)) |
| 11335 | ;;; Generated autoloads from gnus/gmm-utils.el | 11348 | ;;; Generated autoloads from gnus/gmm-utils.el |
| 11336 | 11349 | ||
| 11337 | (autoload 'gmm-regexp-concat "gmm-utils" "\ | 11350 | (autoload 'gmm-regexp-concat "gmm-utils" "\ |
| @@ -11386,7 +11399,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. | |||
| 11386 | ;;;*** | 11399 | ;;;*** |
| 11387 | 11400 | ||
| 11388 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 11401 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 11389 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20027 50006)) | 11402 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20078 6498)) |
| 11390 | ;;; Generated autoloads from gnus/gnus.el | 11403 | ;;; Generated autoloads from gnus/gnus.el |
| 11391 | (when (fboundp 'custom-autoload) | 11404 | (when (fboundp 'custom-autoload) |
| 11392 | (custom-autoload 'gnus-select-method "gnus")) | 11405 | (custom-autoload 'gnus-select-method "gnus")) |
| @@ -11439,7 +11452,7 @@ prompt the user for the name of an NNTP server to use. | |||
| 11439 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group | 11452 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group |
| 11440 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize | 11453 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize |
| 11441 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" | 11454 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" |
| 11442 | ;;;;;; "gnus/gnus-agent.el" (20048 56149)) | 11455 | ;;;;;; "gnus/gnus-agent.el" (20078 6498)) |
| 11443 | ;;; Generated autoloads from gnus/gnus-agent.el | 11456 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 11444 | 11457 | ||
| 11445 | (autoload 'gnus-unplugged "gnus-agent" "\ | 11458 | (autoload 'gnus-unplugged "gnus-agent" "\ |
| @@ -11530,7 +11543,7 @@ If CLEAN, obsolete (ignore). | |||
| 11530 | ;;;*** | 11543 | ;;;*** |
| 11531 | 11544 | ||
| 11532 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 11545 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 11533 | ;;;;;; (20050 11479)) | 11546 | ;;;;;; (20090 40643)) |
| 11534 | ;;; Generated autoloads from gnus/gnus-art.el | 11547 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11535 | 11548 | ||
| 11536 | (autoload 'gnus-article-prepare-display "gnus-art" "\ | 11549 | (autoload 'gnus-article-prepare-display "gnus-art" "\ |
| @@ -11541,7 +11554,7 @@ Make the current buffer look like a nice article. | |||
| 11541 | ;;;*** | 11554 | ;;;*** |
| 11542 | 11555 | ||
| 11543 | ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) | 11556 | ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) |
| 11544 | ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19845 45374)) | 11557 | ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19776 18657)) |
| 11545 | ;;; Generated autoloads from gnus/gnus-bookmark.el | 11558 | ;;; Generated autoloads from gnus/gnus-bookmark.el |
| 11546 | 11559 | ||
| 11547 | (autoload 'gnus-bookmark-set "gnus-bookmark" "\ | 11560 | (autoload 'gnus-bookmark-set "gnus-bookmark" "\ |
| @@ -11566,8 +11579,8 @@ deletion, or > if it is flagged for displaying. | |||
| 11566 | 11579 | ||
| 11567 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group | 11580 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group |
| 11568 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active | 11581 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active |
| 11569 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19845 | 11582 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19776 |
| 11570 | ;;;;;; 45374)) | 11583 | ;;;;;; 18657)) |
| 11571 | ;;; Generated autoloads from gnus/gnus-cache.el | 11584 | ;;; Generated autoloads from gnus/gnus-cache.el |
| 11572 | 11585 | ||
| 11573 | (autoload 'gnus-jog-cache "gnus-cache" "\ | 11586 | (autoload 'gnus-jog-cache "gnus-cache" "\ |
| @@ -11609,7 +11622,7 @@ supported. | |||
| 11609 | ;;;*** | 11622 | ;;;*** |
| 11610 | 11623 | ||
| 11611 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) | 11624 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) |
| 11612 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19931 11784)) | 11625 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19933 8482)) |
| 11613 | ;;; Generated autoloads from gnus/gnus-delay.el | 11626 | ;;; Generated autoloads from gnus/gnus-delay.el |
| 11614 | 11627 | ||
| 11615 | (autoload 'gnus-delay-article "gnus-delay" "\ | 11628 | (autoload 'gnus-delay-article "gnus-delay" "\ |
| @@ -11645,7 +11658,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 11645 | ;;;*** | 11658 | ;;;*** |
| 11646 | 11659 | ||
| 11647 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) | 11660 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) |
| 11648 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19845 45374)) | 11661 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19776 18657)) |
| 11649 | ;;; Generated autoloads from gnus/gnus-diary.el | 11662 | ;;; Generated autoloads from gnus/gnus-diary.el |
| 11650 | 11663 | ||
| 11651 | (autoload 'gnus-user-format-function-d "gnus-diary" "\ | 11664 | (autoload 'gnus-user-format-function-d "gnus-diary" "\ |
| @@ -11661,7 +11674,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 11661 | ;;;*** | 11674 | ;;;*** |
| 11662 | 11675 | ||
| 11663 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" | 11676 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" |
| 11664 | ;;;;;; (19845 45374)) | 11677 | ;;;;;; (19776 18657)) |
| 11665 | ;;; Generated autoloads from gnus/gnus-dired.el | 11678 | ;;; Generated autoloads from gnus/gnus-dired.el |
| 11666 | 11679 | ||
| 11667 | (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ | 11680 | (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ |
| @@ -11672,7 +11685,7 @@ Convenience method to turn on gnus-dired-mode. | |||
| 11672 | ;;;*** | 11685 | ;;;*** |
| 11673 | 11686 | ||
| 11674 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" | 11687 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" |
| 11675 | ;;;;;; (19981 40664)) | 11688 | ;;;;;; (19983 37515)) |
| 11676 | ;;; Generated autoloads from gnus/gnus-draft.el | 11689 | ;;; Generated autoloads from gnus/gnus-draft.el |
| 11677 | 11690 | ||
| 11678 | (autoload 'gnus-draft-reminder "gnus-draft" "\ | 11691 | (autoload 'gnus-draft-reminder "gnus-draft" "\ |
| @@ -11684,8 +11697,8 @@ Reminder user if there are unsent drafts. | |||
| 11684 | 11697 | ||
| 11685 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png | 11698 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png |
| 11686 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header | 11699 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header |
| 11687 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19980 | 11700 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20089 |
| 11688 | ;;;;;; 19797)) | 11701 | ;;;;;; 62475)) |
| 11689 | ;;; Generated autoloads from gnus/gnus-fun.el | 11702 | ;;; Generated autoloads from gnus/gnus-fun.el |
| 11690 | 11703 | ||
| 11691 | (autoload 'gnus-random-x-face "gnus-fun" "\ | 11704 | (autoload 'gnus-random-x-face "gnus-fun" "\ |
| @@ -11730,7 +11743,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to | |||
| 11730 | ;;;*** | 11743 | ;;;*** |
| 11731 | 11744 | ||
| 11732 | ;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) | 11745 | ;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) |
| 11733 | ;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19845 45374)) | 11746 | ;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19821 48406)) |
| 11734 | ;;; Generated autoloads from gnus/gnus-gravatar.el | 11747 | ;;; Generated autoloads from gnus/gnus-gravatar.el |
| 11735 | 11748 | ||
| 11736 | (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ | 11749 | (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ |
| @@ -11748,7 +11761,7 @@ If gravatars are already displayed, remove them. | |||
| 11748 | ;;;*** | 11761 | ;;;*** |
| 11749 | 11762 | ||
| 11750 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 11763 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 11751 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (20062 2656)) | 11764 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (20078 6498)) |
| 11752 | ;;; Generated autoloads from gnus/gnus-group.el | 11765 | ;;; Generated autoloads from gnus/gnus-group.el |
| 11753 | 11766 | ||
| 11754 | (autoload 'gnus-fetch-group "gnus-group" "\ | 11767 | (autoload 'gnus-fetch-group "gnus-group" "\ |
| @@ -11766,7 +11779,7 @@ Pop up a frame and enter GROUP. | |||
| 11766 | ;;;*** | 11779 | ;;;*** |
| 11767 | 11780 | ||
| 11768 | ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" | 11781 | ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" |
| 11769 | ;;;;;; "gnus/gnus-html.el" (20050 11479)) | 11782 | ;;;;;; "gnus/gnus-html.el" (20049 48506)) |
| 11770 | ;;; Generated autoloads from gnus/gnus-html.el | 11783 | ;;; Generated autoloads from gnus/gnus-html.el |
| 11771 | 11784 | ||
| 11772 | (autoload 'gnus-article-html "gnus-html" "\ | 11785 | (autoload 'gnus-article-html "gnus-html" "\ |
| @@ -11782,7 +11795,7 @@ Pop up a frame and enter GROUP. | |||
| 11782 | ;;;*** | 11795 | ;;;*** |
| 11783 | 11796 | ||
| 11784 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" | 11797 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" |
| 11785 | ;;;;;; (19845 45374)) | 11798 | ;;;;;; (19776 18657)) |
| 11786 | ;;; Generated autoloads from gnus/gnus-kill.el | 11799 | ;;; Generated autoloads from gnus/gnus-kill.el |
| 11787 | 11800 | ||
| 11788 | (defalias 'gnus-batch-kill 'gnus-batch-score) | 11801 | (defalias 'gnus-batch-kill 'gnus-batch-score) |
| @@ -11797,7 +11810,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score | |||
| 11797 | 11810 | ||
| 11798 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate | 11811 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate |
| 11799 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" | 11812 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" |
| 11800 | ;;;;;; (19845 45374)) | 11813 | ;;;;;; (19776 18657)) |
| 11801 | ;;; Generated autoloads from gnus/gnus-ml.el | 11814 | ;;; Generated autoloads from gnus/gnus-ml.el |
| 11802 | 11815 | ||
| 11803 | (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ | 11816 | (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ |
| @@ -11822,7 +11835,7 @@ Minor mode for providing mailing-list commands. | |||
| 11822 | 11835 | ||
| 11823 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | 11836 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update |
| 11824 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 11837 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 11825 | ;;;;;; (19845 45374)) | 11838 | ;;;;;; (19776 18657)) |
| 11826 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 11839 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 11827 | 11840 | ||
| 11828 | (autoload 'gnus-group-split-setup "gnus-mlspl" "\ | 11841 | (autoload 'gnus-group-split-setup "gnus-mlspl" "\ |
| @@ -11923,7 +11936,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: | |||
| 11923 | ;;;*** | 11936 | ;;;*** |
| 11924 | 11937 | ||
| 11925 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) | 11938 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) |
| 11926 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20055 29424)) | 11939 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20078 6498)) |
| 11927 | ;;; Generated autoloads from gnus/gnus-msg.el | 11940 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 11928 | 11941 | ||
| 11929 | (autoload 'gnus-msg-mail "gnus-msg" "\ | 11942 | (autoload 'gnus-msg-mail "gnus-msg" "\ |
| @@ -11949,7 +11962,7 @@ Like `message-reply'. | |||
| 11949 | 11962 | ||
| 11950 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon | 11963 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon |
| 11951 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" | 11964 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" |
| 11952 | ;;;;;; (19845 45374)) | 11965 | ;;;;;; (19776 18657)) |
| 11953 | ;;; Generated autoloads from gnus/gnus-picon.el | 11966 | ;;; Generated autoloads from gnus/gnus-picon.el |
| 11954 | 11967 | ||
| 11955 | (autoload 'gnus-treat-from-picon "gnus-picon" "\ | 11968 | (autoload 'gnus-treat-from-picon "gnus-picon" "\ |
| @@ -11976,7 +11989,7 @@ If picons are already displayed, remove them. | |||
| 11976 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection | 11989 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection |
| 11977 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement | 11990 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement |
| 11978 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" | 11991 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" |
| 11979 | ;;;;;; "gnus/gnus-range.el" (19845 45374)) | 11992 | ;;;;;; "gnus/gnus-range.el" (19821 48406)) |
| 11980 | ;;; Generated autoloads from gnus/gnus-range.el | 11993 | ;;; Generated autoloads from gnus/gnus-range.el |
| 11981 | 11994 | ||
| 11982 | (autoload 'gnus-sorted-difference "gnus-range" "\ | 11995 | (autoload 'gnus-sorted-difference "gnus-range" "\ |
| @@ -12044,7 +12057,7 @@ Add NUM into sorted LIST by side effect. | |||
| 12044 | ;;;*** | 12057 | ;;;*** |
| 12045 | 12058 | ||
| 12046 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) | 12059 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) |
| 12047 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19976 22732)) | 12060 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19976 39376)) |
| 12048 | ;;; Generated autoloads from gnus/gnus-registry.el | 12061 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 12049 | 12062 | ||
| 12050 | (autoload 'gnus-registry-initialize "gnus-registry" "\ | 12063 | (autoload 'gnus-registry-initialize "gnus-registry" "\ |
| @@ -12060,8 +12073,8 @@ Install the registry hooks. | |||
| 12060 | ;;;*** | 12073 | ;;;*** |
| 12061 | 12074 | ||
| 12062 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate | 12075 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate |
| 12063 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19845 | 12076 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19776 |
| 12064 | ;;;;;; 45374)) | 12077 | ;;;;;; 18657)) |
| 12065 | ;;; Generated autoloads from gnus/gnus-sieve.el | 12078 | ;;; Generated autoloads from gnus/gnus-sieve.el |
| 12066 | 12079 | ||
| 12067 | (autoload 'gnus-sieve-update "gnus-sieve" "\ | 12080 | (autoload 'gnus-sieve-update "gnus-sieve" "\ |
| @@ -12089,7 +12102,7 @@ See the documentation for these variables and functions for details. | |||
| 12089 | ;;;*** | 12102 | ;;;*** |
| 12090 | 12103 | ||
| 12091 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" | 12104 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" |
| 12092 | ;;;;;; (20046 14433)) | 12105 | ;;;;;; (20076 61048)) |
| 12093 | ;;; Generated autoloads from gnus/gnus-spec.el | 12106 | ;;; Generated autoloads from gnus/gnus-spec.el |
| 12094 | 12107 | ||
| 12095 | (autoload 'gnus-update-format "gnus-spec" "\ | 12108 | (autoload 'gnus-update-format "gnus-spec" "\ |
| @@ -12100,7 +12113,7 @@ Update the format specification near point. | |||
| 12100 | ;;;*** | 12113 | ;;;*** |
| 12101 | 12114 | ||
| 12102 | ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" | 12115 | ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" |
| 12103 | ;;;;;; (19988 13913)) | 12116 | ;;;;;; (19988 51157)) |
| 12104 | ;;; Generated autoloads from gnus/gnus-start.el | 12117 | ;;; Generated autoloads from gnus/gnus-start.el |
| 12105 | 12118 | ||
| 12106 | (autoload 'gnus-declare-backend "gnus-start" "\ | 12119 | (autoload 'gnus-declare-backend "gnus-start" "\ |
| @@ -12111,7 +12124,7 @@ Declare back end NAME with ABILITIES as a Gnus back end. | |||
| 12111 | ;;;*** | 12124 | ;;;*** |
| 12112 | 12125 | ||
| 12113 | ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" | 12126 | ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" |
| 12114 | ;;;;;; (20050 11479)) | 12127 | ;;;;;; (20094 36595)) |
| 12115 | ;;; Generated autoloads from gnus/gnus-sum.el | 12128 | ;;; Generated autoloads from gnus/gnus-sum.el |
| 12116 | 12129 | ||
| 12117 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ | 12130 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ |
| @@ -12123,7 +12136,7 @@ BOOKMARK is a bookmark name or a bookmark record. | |||
| 12123 | ;;;*** | 12136 | ;;;*** |
| 12124 | 12137 | ||
| 12125 | ;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) | 12138 | ;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) |
| 12126 | ;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19845 45374)) | 12139 | ;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19874 15752)) |
| 12127 | ;;; Generated autoloads from gnus/gnus-sync.el | 12140 | ;;; Generated autoloads from gnus/gnus-sync.el |
| 12128 | 12141 | ||
| 12129 | (autoload 'gnus-sync-initialize "gnus-sync" "\ | 12142 | (autoload 'gnus-sync-initialize "gnus-sync" "\ |
| @@ -12139,7 +12152,7 @@ Install the sync hooks. | |||
| 12139 | ;;;*** | 12152 | ;;;*** |
| 12140 | 12153 | ||
| 12141 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 12154 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
| 12142 | ;;;;;; (19845 45374)) | 12155 | ;;;;;; (19874 15752)) |
| 12143 | ;;; Generated autoloads from gnus/gnus-win.el | 12156 | ;;; Generated autoloads from gnus/gnus-win.el |
| 12144 | 12157 | ||
| 12145 | (autoload 'gnus-add-configuration "gnus-win" "\ | 12158 | (autoload 'gnus-add-configuration "gnus-win" "\ |
| @@ -12150,7 +12163,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 12150 | ;;;*** | 12163 | ;;;*** |
| 12151 | 12164 | ||
| 12152 | ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" | 12165 | ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" |
| 12153 | ;;;;;; (20002 46800)) | 12166 | ;;;;;; (20006 60553)) |
| 12154 | ;;; Generated autoloads from net/gnutls.el | 12167 | ;;; Generated autoloads from net/gnutls.el |
| 12155 | 12168 | ||
| 12156 | (defvar gnutls-min-prime-bits nil "\ | 12169 | (defvar gnutls-min-prime-bits nil "\ |
| @@ -12166,7 +12179,7 @@ A value of nil says to use the default gnutls value.") | |||
| 12166 | 12179 | ||
| 12167 | ;;;*** | 12180 | ;;;*** |
| 12168 | 12181 | ||
| 12169 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19889 21967)) | 12182 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19888 59421)) |
| 12170 | ;;; Generated autoloads from play/gomoku.el | 12183 | ;;; Generated autoloads from play/gomoku.el |
| 12171 | 12184 | ||
| 12172 | (autoload 'gomoku "gomoku" "\ | 12185 | (autoload 'gomoku "gomoku" "\ |
| @@ -12193,8 +12206,8 @@ Use \\[describe-mode] for more info. | |||
| 12193 | ;;;*** | 12206 | ;;;*** |
| 12194 | 12207 | ||
| 12195 | ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address | 12208 | ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address |
| 12196 | ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19845 | 12209 | ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19776 |
| 12197 | ;;;;;; 45374)) | 12210 | ;;;;;; 18657)) |
| 12198 | ;;; Generated autoloads from net/goto-addr.el | 12211 | ;;; Generated autoloads from net/goto-addr.el |
| 12199 | 12212 | ||
| 12200 | (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") | 12213 | (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") |
| @@ -12233,7 +12246,7 @@ Turn on `goto-address-mode', but only in comments and strings. | |||
| 12233 | ;;;*** | 12246 | ;;;*** |
| 12234 | 12247 | ||
| 12235 | ;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) | 12248 | ;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) |
| 12236 | ;;;;;; "gravatar" "gnus/gravatar.el" (19845 45374)) | 12249 | ;;;;;; "gravatar" "gnus/gravatar.el" (19874 15752)) |
| 12237 | ;;; Generated autoloads from gnus/gravatar.el | 12250 | ;;; Generated autoloads from gnus/gravatar.el |
| 12238 | 12251 | ||
| 12239 | (autoload 'gravatar-retrieve "gravatar" "\ | 12252 | (autoload 'gravatar-retrieve "gravatar" "\ |
| @@ -12251,7 +12264,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it. | |||
| 12251 | 12264 | ||
| 12252 | ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults | 12265 | ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults |
| 12253 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12266 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12254 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20050 11479)) | 12267 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20087 36265)) |
| 12255 | ;;; Generated autoloads from progmodes/grep.el | 12268 | ;;; Generated autoloads from progmodes/grep.el |
| 12256 | 12269 | ||
| 12257 | (defvar grep-window-height nil "\ | 12270 | (defvar grep-window-height nil "\ |
| @@ -12284,7 +12297,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').") | |||
| 12284 | 12297 | ||
| 12285 | (custom-autoload 'grep-setup-hook "grep" t) | 12298 | (custom-autoload 'grep-setup-hook "grep" t) |
| 12286 | 12299 | ||
| 12287 | (defconst grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([1-9][0-9]*\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([1-9][0-9]*\\):\\).*?\\(\\[01;31m\\(?:\\[K\\)?\\)\\(.*?\\)\\(\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\ | 12300 | (defconst grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([1-9][0-9]*\\)\\2" 1 3 ((lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'match))) (when mbeg (- mbeg beg))))) lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'match)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\ |
| 12288 | Regexp used to match grep hits. See `compilation-error-regexp-alist'.") | 12301 | Regexp used to match grep hits. See `compilation-error-regexp-alist'.") |
| 12289 | 12302 | ||
| 12290 | (defvar grep-program (purecopy "grep") "\ | 12303 | (defvar grep-program (purecopy "grep") "\ |
| @@ -12408,7 +12421,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'. | |||
| 12408 | 12421 | ||
| 12409 | ;;;*** | 12422 | ;;;*** |
| 12410 | 12423 | ||
| 12411 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (19845 45374)) | 12424 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (19776 18657)) |
| 12412 | ;;; Generated autoloads from gs.el | 12425 | ;;; Generated autoloads from gs.el |
| 12413 | 12426 | ||
| 12414 | (autoload 'gs-load-image "gs" "\ | 12427 | (autoload 'gs-load-image "gs" "\ |
| @@ -12422,7 +12435,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12422 | ;;;*** | 12435 | ;;;*** |
| 12423 | 12436 | ||
| 12424 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb | 12437 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb |
| 12425 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19988 13913)) | 12438 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20076 64339)) |
| 12426 | ;;; Generated autoloads from progmodes/gud.el | 12439 | ;;; Generated autoloads from progmodes/gud.el |
| 12427 | 12440 | ||
| 12428 | (autoload 'gud-gdb "gud" "\ | 12441 | (autoload 'gud-gdb "gud" "\ |
| @@ -12485,7 +12498,6 @@ For general information about commands available to control jdb from | |||
| 12485 | gud, see `gud-mode'. | 12498 | gud, see `gud-mode'. |
| 12486 | 12499 | ||
| 12487 | \(fn COMMAND-LINE)" t nil) | 12500 | \(fn COMMAND-LINE)" t nil) |
| 12488 | (add-hook 'same-window-regexps (purecopy "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")) | ||
| 12489 | 12501 | ||
| 12490 | (autoload 'gdb-script-mode "gud" "\ | 12502 | (autoload 'gdb-script-mode "gud" "\ |
| 12491 | Major mode for editing GDB scripts. | 12503 | Major mode for editing GDB scripts. |
| @@ -12508,8 +12520,8 @@ Toggle the display of GUD tooltips. | |||
| 12508 | 12520 | ||
| 12509 | ;;;*** | 12521 | ;;;*** |
| 12510 | 12522 | ||
| 12511 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19889 | 12523 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19888 |
| 12512 | ;;;;;; 21967)) | 12524 | ;;;;;; 59421)) |
| 12513 | ;;; Generated autoloads from play/handwrite.el | 12525 | ;;; Generated autoloads from play/handwrite.el |
| 12514 | 12526 | ||
| 12515 | (autoload 'handwrite "handwrite" "\ | 12527 | (autoload 'handwrite "handwrite" "\ |
| @@ -12527,7 +12539,7 @@ Variables: `handwrite-linespace' (default 12) | |||
| 12527 | ;;;*** | 12539 | ;;;*** |
| 12528 | 12540 | ||
| 12529 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" | 12541 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" |
| 12530 | ;;;;;; (19981 40664)) | 12542 | ;;;;;; (19983 37515)) |
| 12531 | ;;; Generated autoloads from play/hanoi.el | 12543 | ;;; Generated autoloads from play/hanoi.el |
| 12532 | 12544 | ||
| 12533 | (autoload 'hanoi "hanoi" "\ | 12545 | (autoload 'hanoi "hanoi" "\ |
| @@ -12556,7 +12568,7 @@ to be updated. | |||
| 12556 | 12568 | ||
| 12557 | ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment | 12569 | ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment |
| 12558 | ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) | 12570 | ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) |
| 12559 | ;;;;;; "hashcash" "mail/hashcash.el" (19845 45374)) | 12571 | ;;;;;; "hashcash" "mail/hashcash.el" (19776 18657)) |
| 12560 | ;;; Generated autoloads from mail/hashcash.el | 12572 | ;;; Generated autoloads from mail/hashcash.el |
| 12561 | 12573 | ||
| 12562 | (autoload 'hashcash-insert-payment "hashcash" "\ | 12574 | (autoload 'hashcash-insert-payment "hashcash" "\ |
| @@ -12601,7 +12613,7 @@ Prefix arg sets default accept amount temporarily. | |||
| 12601 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region | 12613 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region |
| 12602 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer | 12614 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer |
| 12603 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string | 12615 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string |
| 12604 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19845 45374)) | 12616 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19776 18657)) |
| 12605 | ;;; Generated autoloads from help-at-pt.el | 12617 | ;;; Generated autoloads from help-at-pt.el |
| 12606 | 12618 | ||
| 12607 | (autoload 'help-at-pt-string "help-at-pt" "\ | 12619 | (autoload 'help-at-pt-string "help-at-pt" "\ |
| @@ -12731,7 +12743,7 @@ different regions. With numeric argument ARG, behaves like | |||
| 12731 | ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories | 12743 | ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories |
| 12732 | ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 | 12744 | ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 |
| 12733 | ;;;;;; find-lisp-object-file-name help-C-file-name describe-function) | 12745 | ;;;;;; find-lisp-object-file-name help-C-file-name describe-function) |
| 12734 | ;;;;;; "help-fns" "help-fns.el" (20029 5330)) | 12746 | ;;;;;; "help-fns" "help-fns.el" (20030 47787)) |
| 12735 | ;;; Generated autoloads from help-fns.el | 12747 | ;;; Generated autoloads from help-fns.el |
| 12736 | 12748 | ||
| 12737 | (autoload 'describe-function "help-fns" "\ | 12749 | (autoload 'describe-function "help-fns" "\ |
| @@ -12811,7 +12823,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file. | |||
| 12811 | ;;;*** | 12823 | ;;;*** |
| 12812 | 12824 | ||
| 12813 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" | 12825 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" |
| 12814 | ;;;;;; (19845 45374)) | 12826 | ;;;;;; (19776 18657)) |
| 12815 | ;;; Generated autoloads from help-macro.el | 12827 | ;;; Generated autoloads from help-macro.el |
| 12816 | 12828 | ||
| 12817 | (defvar three-step-help nil "\ | 12829 | (defvar three-step-help nil "\ |
| @@ -12827,9 +12839,18 @@ gives the window that lists the options.") | |||
| 12827 | 12839 | ||
| 12828 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 12840 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 12829 | ;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish | 12841 | ;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish |
| 12830 | ;;;;;; help-mode-setup) "help-mode" "help-mode.el" (20059 26455)) | 12842 | ;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20071 |
| 12843 | ;;;;;; 33300)) | ||
| 12831 | ;;; Generated autoloads from help-mode.el | 12844 | ;;; Generated autoloads from help-mode.el |
| 12832 | 12845 | ||
| 12846 | (autoload 'help-mode "help-mode" "\ | ||
| 12847 | Major mode for viewing help text and navigating references in it. | ||
| 12848 | Entry to this mode runs the normal hook `help-mode-hook'. | ||
| 12849 | Commands: | ||
| 12850 | \\{help-mode-map} | ||
| 12851 | |||
| 12852 | \(fn)" t nil) | ||
| 12853 | |||
| 12833 | (autoload 'help-mode-setup "help-mode" "\ | 12854 | (autoload 'help-mode-setup "help-mode" "\ |
| 12834 | 12855 | ||
| 12835 | 12856 | ||
| @@ -12912,7 +12933,7 @@ Add xrefs for symbols in `pp's output between FROM and TO. | |||
| 12912 | ;;;*** | 12933 | ;;;*** |
| 12913 | 12934 | ||
| 12914 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 12935 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
| 12915 | ;;;;;; "emacs-lisp/helper.el" (19845 45374)) | 12936 | ;;;;;; "emacs-lisp/helper.el" (19776 18657)) |
| 12916 | ;;; Generated autoloads from emacs-lisp/helper.el | 12937 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 12917 | 12938 | ||
| 12918 | (autoload 'Helper-describe-bindings "helper" "\ | 12939 | (autoload 'Helper-describe-bindings "helper" "\ |
| @@ -12928,7 +12949,7 @@ Provide help for current mode. | |||
| 12928 | ;;;*** | 12949 | ;;;*** |
| 12929 | 12950 | ||
| 12930 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 12951 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 12931 | ;;;;;; "hexl.el" (19865 50420)) | 12952 | ;;;;;; "hexl.el" (19875 21674)) |
| 12932 | ;;; Generated autoloads from hexl.el | 12953 | ;;; Generated autoloads from hexl.el |
| 12933 | 12954 | ||
| 12934 | (autoload 'hexl-mode "hexl" "\ | 12955 | (autoload 'hexl-mode "hexl" "\ |
| @@ -13025,7 +13046,7 @@ This discards the buffer's undo information. | |||
| 13025 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 13046 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
| 13026 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer | 13047 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer |
| 13027 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" | 13048 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" |
| 13028 | ;;;;;; (20034 23247)) | 13049 | ;;;;;; (20045 40021)) |
| 13029 | ;;; Generated autoloads from hi-lock.el | 13050 | ;;; Generated autoloads from hi-lock.el |
| 13030 | 13051 | ||
| 13031 | (autoload 'hi-lock-mode "hi-lock" "\ | 13052 | (autoload 'hi-lock-mode "hi-lock" "\ |
| @@ -13159,7 +13180,7 @@ be found in variable `hi-lock-interactive-patterns'. | |||
| 13159 | ;;;*** | 13180 | ;;;*** |
| 13160 | 13181 | ||
| 13161 | ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" | 13182 | ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" |
| 13162 | ;;;;;; (19890 42850)) | 13183 | ;;;;;; (19891 13894)) |
| 13163 | ;;; Generated autoloads from progmodes/hideif.el | 13184 | ;;; Generated autoloads from progmodes/hideif.el |
| 13164 | 13185 | ||
| 13165 | (autoload 'hide-ifdef-mode "hideif" "\ | 13186 | (autoload 'hide-ifdef-mode "hideif" "\ |
| @@ -13199,7 +13220,7 @@ how the hiding is done: | |||
| 13199 | ;;;*** | 13220 | ;;;*** |
| 13200 | 13221 | ||
| 13201 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" | 13222 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" |
| 13202 | ;;;;;; (19938 7518)) | 13223 | ;;;;;; (20091 19552)) |
| 13203 | ;;; Generated autoloads from progmodes/hideshow.el | 13224 | ;;; Generated autoloads from progmodes/hideshow.el |
| 13204 | 13225 | ||
| 13205 | (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ | 13226 | (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ |
| @@ -13261,8 +13282,8 @@ Unconditionally turn off `hs-minor-mode'. | |||
| 13261 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces | 13282 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces |
| 13262 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change | 13283 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change |
| 13263 | ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode | 13284 | ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode |
| 13264 | ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19931 | 13285 | ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19933 |
| 13265 | ;;;;;; 11784)) | 13286 | ;;;;;; 8482)) |
| 13266 | ;;; Generated autoloads from hilit-chg.el | 13287 | ;;; Generated autoloads from hilit-chg.el |
| 13267 | 13288 | ||
| 13268 | (autoload 'highlight-changes-mode "hilit-chg" "\ | 13289 | (autoload 'highlight-changes-mode "hilit-chg" "\ |
| @@ -13391,7 +13412,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode. | |||
| 13391 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction | 13412 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction |
| 13392 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space | 13413 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space |
| 13393 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" | 13414 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" |
| 13394 | ;;;;;; "hippie-exp.el" (19845 45374)) | 13415 | ;;;;;; "hippie-exp.el" (19776 18657)) |
| 13395 | ;;; Generated autoloads from hippie-exp.el | 13416 | ;;; Generated autoloads from hippie-exp.el |
| 13396 | 13417 | ||
| 13397 | (defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ | 13418 | (defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ |
| @@ -13464,7 +13485,7 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 13464 | ;;;*** | 13485 | ;;;*** |
| 13465 | 13486 | ||
| 13466 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 13487 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 13467 | ;;;;;; (19976 22732)) | 13488 | ;;;;;; (19975 38287)) |
| 13468 | ;;; Generated autoloads from hl-line.el | 13489 | ;;; Generated autoloads from hl-line.el |
| 13469 | 13490 | ||
| 13470 | (autoload 'hl-line-mode "hl-line" "\ | 13491 | (autoload 'hl-line-mode "hl-line" "\ |
| @@ -13512,7 +13533,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 13512 | ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays | 13533 | ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays |
| 13513 | ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays | 13534 | ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays |
| 13514 | ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" | 13535 | ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" |
| 13515 | ;;;;;; "calendar/holidays.el" (19882 48702)) | 13536 | ;;;;;; "calendar/holidays.el" (19883 6459)) |
| 13516 | ;;; Generated autoloads from calendar/holidays.el | 13537 | ;;; Generated autoloads from calendar/holidays.el |
| 13517 | 13538 | ||
| 13518 | (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") | 13539 | (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") |
| @@ -13660,8 +13681,8 @@ The optional LABEL is used to label the buffer created. | |||
| 13660 | 13681 | ||
| 13661 | ;;;*** | 13682 | ;;;*** |
| 13662 | 13683 | ||
| 13663 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19845 | 13684 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19776 |
| 13664 | ;;;;;; 45374)) | 13685 | ;;;;;; 18657)) |
| 13665 | ;;; Generated autoloads from gnus/html2text.el | 13686 | ;;; Generated autoloads from gnus/html2text.el |
| 13666 | 13687 | ||
| 13667 | (autoload 'html2text "html2text" "\ | 13688 | (autoload 'html2text "html2text" "\ |
| @@ -13672,7 +13693,7 @@ Convert HTML to plain text in the current buffer. | |||
| 13672 | ;;;*** | 13693 | ;;;*** |
| 13673 | 13694 | ||
| 13674 | ;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) | 13695 | ;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) |
| 13675 | ;;;;;; "htmlfontify" "htmlfontify.el" (19886 45771)) | 13696 | ;;;;;; "htmlfontify" "htmlfontify.el" (19888 59421)) |
| 13676 | ;;; Generated autoloads from htmlfontify.el | 13697 | ;;; Generated autoloads from htmlfontify.el |
| 13677 | 13698 | ||
| 13678 | (autoload 'htmlfontify-buffer "htmlfontify" "\ | 13699 | (autoload 'htmlfontify-buffer "htmlfontify" "\ |
| @@ -13705,8 +13726,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'. | |||
| 13705 | ;;;*** | 13726 | ;;;*** |
| 13706 | 13727 | ||
| 13707 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 13728 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 13708 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19845 | 13729 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19776 |
| 13709 | ;;;;;; 45374)) | 13730 | ;;;;;; 18657)) |
| 13710 | ;;; Generated autoloads from ibuf-macs.el | 13731 | ;;; Generated autoloads from ibuf-macs.el |
| 13711 | 13732 | ||
| 13712 | (autoload 'define-ibuffer-column "ibuf-macs" "\ | 13733 | (autoload 'define-ibuffer-column "ibuf-macs" "\ |
| @@ -13803,7 +13824,7 @@ bound to the current value of the filter. | |||
| 13803 | ;;;*** | 13824 | ;;;*** |
| 13804 | 13825 | ||
| 13805 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 13826 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 13806 | ;;;;;; "ibuffer" "ibuffer.el" (20053 39261)) | 13827 | ;;;;;; "ibuffer" "ibuffer.el" (20053 38615)) |
| 13807 | ;;; Generated autoloads from ibuffer.el | 13828 | ;;; Generated autoloads from ibuffer.el |
| 13808 | 13829 | ||
| 13809 | (autoload 'ibuffer-list-buffers "ibuffer" "\ | 13830 | (autoload 'ibuffer-list-buffers "ibuffer" "\ |
| @@ -13844,7 +13865,7 @@ FORMATS is the value to use for `ibuffer-formats'. | |||
| 13844 | 13865 | ||
| 13845 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file | 13866 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file |
| 13846 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" | 13867 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" |
| 13847 | ;;;;;; "calendar/icalendar.el" (20015 58840)) | 13868 | ;;;;;; "calendar/icalendar.el" (20017 38217)) |
| 13848 | ;;; Generated autoloads from calendar/icalendar.el | 13869 | ;;; Generated autoloads from calendar/icalendar.el |
| 13849 | 13870 | ||
| 13850 | (autoload 'icalendar-export-file "icalendar" "\ | 13871 | (autoload 'icalendar-export-file "icalendar" "\ |
| @@ -13896,8 +13917,8 @@ buffer `*icalendar-errors*'. | |||
| 13896 | 13917 | ||
| 13897 | ;;;*** | 13918 | ;;;*** |
| 13898 | 13919 | ||
| 13899 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19940 | 13920 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20086 |
| 13900 | ;;;;;; 49234)) | 13921 | ;;;;;; 6123)) |
| 13901 | ;;; Generated autoloads from icomplete.el | 13922 | ;;; Generated autoloads from icomplete.el |
| 13902 | 13923 | ||
| 13903 | (defvar icomplete-mode nil "\ | 13924 | (defvar icomplete-mode nil "\ |
| @@ -13918,7 +13939,7 @@ otherwise turn it off. | |||
| 13918 | 13939 | ||
| 13919 | ;;;*** | 13940 | ;;;*** |
| 13920 | 13941 | ||
| 13921 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19890 42850)) | 13942 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19891 13894)) |
| 13922 | ;;; Generated autoloads from progmodes/icon.el | 13943 | ;;; Generated autoloads from progmodes/icon.el |
| 13923 | 13944 | ||
| 13924 | (autoload 'icon-mode "icon" "\ | 13945 | (autoload 'icon-mode "icon" "\ |
| @@ -13959,7 +13980,7 @@ with no args, if that value is non-nil. | |||
| 13959 | ;;;*** | 13980 | ;;;*** |
| 13960 | 13981 | ||
| 13961 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 13982 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 13962 | ;;;;;; (19931 11784)) | 13983 | ;;;;;; (19933 8482)) |
| 13963 | ;;; Generated autoloads from progmodes/idlw-shell.el | 13984 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 13964 | 13985 | ||
| 13965 | (autoload 'idlwave-shell "idlw-shell" "\ | 13986 | (autoload 'idlwave-shell "idlw-shell" "\ |
| @@ -13985,7 +14006,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 13985 | ;;;*** | 14006 | ;;;*** |
| 13986 | 14007 | ||
| 13987 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 14008 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 13988 | ;;;;;; (19863 8742)) | 14009 | ;;;;;; (19875 21674)) |
| 13989 | ;;; Generated autoloads from progmodes/idlwave.el | 14010 | ;;; Generated autoloads from progmodes/idlwave.el |
| 13990 | 14011 | ||
| 13991 | (autoload 'idlwave-mode "idlwave" "\ | 14012 | (autoload 'idlwave-mode "idlwave" "\ |
| @@ -14119,8 +14140,8 @@ The main features of this mode are | |||
| 14119 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 14140 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 14120 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 14141 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 14121 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 14142 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 14122 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20025 | 14143 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20030 |
| 14123 | ;;;;;; 8284)) | 14144 | ;;;;;; 47787)) |
| 14124 | ;;; Generated autoloads from ido.el | 14145 | ;;; Generated autoloads from ido.el |
| 14125 | 14146 | ||
| 14126 | (defvar ido-mode nil "\ | 14147 | (defvar ido-mode nil "\ |
| @@ -14381,9 +14402,8 @@ DEF, if non-nil, is the default value. | |||
| 14381 | 14402 | ||
| 14382 | ;;;*** | 14403 | ;;;*** |
| 14383 | 14404 | ||
| 14384 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (19931 11784)) | 14405 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (20076 61471)) |
| 14385 | ;;; Generated autoloads from ielm.el | 14406 | ;;; Generated autoloads from ielm.el |
| 14386 | (add-hook 'same-window-buffer-names (purecopy "*ielm*")) | ||
| 14387 | 14407 | ||
| 14388 | (autoload 'ielm "ielm" "\ | 14408 | (autoload 'ielm "ielm" "\ |
| 14389 | Interactively evaluate Emacs Lisp expressions. | 14409 | Interactively evaluate Emacs Lisp expressions. |
| @@ -14393,7 +14413,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist. | |||
| 14393 | 14413 | ||
| 14394 | ;;;*** | 14414 | ;;;*** |
| 14395 | 14415 | ||
| 14396 | ;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19845 45374)) | 14416 | ;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19776 18657)) |
| 14397 | ;;; Generated autoloads from iimage.el | 14417 | ;;; Generated autoloads from iimage.el |
| 14398 | 14418 | ||
| 14399 | (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") | 14419 | (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") |
| @@ -14410,7 +14430,7 @@ Toggle inline image minor mode. | |||
| 14410 | ;;;;;; create-image image-type-auto-detected-p image-type-available-p | 14430 | ;;;;;; create-image image-type-auto-detected-p image-type-available-p |
| 14411 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header | 14431 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header |
| 14412 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" | 14432 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" |
| 14413 | ;;;;;; (20013 17118)) | 14433 | ;;;;;; (20084 62230)) |
| 14414 | ;;; Generated autoloads from image.el | 14434 | ;;; Generated autoloads from image.el |
| 14415 | 14435 | ||
| 14416 | (autoload 'image-type-from-data "image" "\ | 14436 | (autoload 'image-type-from-data "image" "\ |
| @@ -14607,7 +14627,7 @@ If Emacs is compiled without ImageMagick support, do nothing. | |||
| 14607 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag | 14627 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag |
| 14608 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs | 14628 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs |
| 14609 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) | 14629 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) |
| 14610 | ;;;;;; "image-dired" "image-dired.el" (20033 22846)) | 14630 | ;;;;;; "image-dired" "image-dired.el" (20032 10355)) |
| 14611 | ;;; Generated autoloads from image-dired.el | 14631 | ;;; Generated autoloads from image-dired.el |
| 14612 | 14632 | ||
| 14613 | (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ | 14633 | (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ |
| @@ -14745,7 +14765,7 @@ easy-to-use form. | |||
| 14745 | 14765 | ||
| 14746 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 14766 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 14747 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 14767 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 14748 | ;;;;;; "image-file.el" (19845 45374)) | 14768 | ;;;;;; "image-file.el" (19776 18657)) |
| 14749 | ;;; Generated autoloads from image-file.el | 14769 | ;;; Generated autoloads from image-file.el |
| 14750 | 14770 | ||
| 14751 | (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ | 14771 | (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ |
| @@ -14807,7 +14827,7 @@ Image files are those whose name has an extension in | |||
| 14807 | ;;;*** | 14827 | ;;;*** |
| 14808 | 14828 | ||
| 14809 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode | 14829 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode |
| 14810 | ;;;;;; image-mode) "image-mode" "image-mode.el" (19999 41597)) | 14830 | ;;;;;; image-mode) "image-mode" "image-mode.el" (20089 62475)) |
| 14811 | ;;; Generated autoloads from image-mode.el | 14831 | ;;; Generated autoloads from image-mode.el |
| 14812 | 14832 | ||
| 14813 | (autoload 'image-mode "image-mode" "\ | 14833 | (autoload 'image-mode "image-mode" "\ |
| @@ -14848,7 +14868,7 @@ on these modes. | |||
| 14848 | ;;;*** | 14868 | ;;;*** |
| 14849 | 14869 | ||
| 14850 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 14870 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 14851 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (19845 45374)) | 14871 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (19776 18657)) |
| 14852 | ;;; Generated autoloads from imenu.el | 14872 | ;;; Generated autoloads from imenu.el |
| 14853 | 14873 | ||
| 14854 | (defvar imenu-sort-function nil "\ | 14874 | (defvar imenu-sort-function nil "\ |
| @@ -14965,7 +14985,7 @@ for more information. | |||
| 14965 | 14985 | ||
| 14966 | ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion | 14986 | ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion |
| 14967 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | 14987 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) |
| 14968 | ;;;;;; "ind-util" "language/ind-util.el" (19845 45374)) | 14988 | ;;;;;; "ind-util" "language/ind-util.el" (19776 18657)) |
| 14969 | ;;; Generated autoloads from language/ind-util.el | 14989 | ;;; Generated autoloads from language/ind-util.el |
| 14970 | 14990 | ||
| 14971 | (autoload 'indian-compose-region "ind-util" "\ | 14991 | (autoload 'indian-compose-region "ind-util" "\ |
| @@ -14997,7 +15017,7 @@ Convert old Emacs Devanagari characters to UCS. | |||
| 14997 | 15017 | ||
| 14998 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command | 15018 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command |
| 14999 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" | 15019 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" |
| 15000 | ;;;;;; "progmodes/inf-lisp.el" (19845 45374)) | 15020 | ;;;;;; "progmodes/inf-lisp.el" (20091 22575)) |
| 15001 | ;;; Generated autoloads from progmodes/inf-lisp.el | 15021 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 15002 | 15022 | ||
| 15003 | (defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ | 15023 | (defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ |
| @@ -15055,7 +15075,6 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15055 | \(Type \\[describe-mode] in the process buffer for a list of commands.) | 15075 | \(Type \\[describe-mode] in the process buffer for a list of commands.) |
| 15056 | 15076 | ||
| 15057 | \(fn CMD)" t nil) | 15077 | \(fn CMD)" t nil) |
| 15058 | (add-hook 'same-window-buffer-names (purecopy "*inferior-lisp*")) | ||
| 15059 | 15078 | ||
| 15060 | (defalias 'run-lisp 'inferior-lisp) | 15079 | (defalias 'run-lisp 'inferior-lisp) |
| 15061 | 15080 | ||
| @@ -15065,14 +15084,13 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15065 | ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node | 15084 | ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node |
| 15066 | ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory | 15085 | ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory |
| 15067 | ;;;;;; Info-on-current-buffer info-standalone info-emacs-manual | 15086 | ;;;;;; Info-on-current-buffer info-standalone info-emacs-manual |
| 15068 | ;;;;;; info info-other-window) "info" "info.el" (20031 47065)) | 15087 | ;;;;;; info info-other-window) "info" "info.el" (20091 22111)) |
| 15069 | ;;; Generated autoloads from info.el | 15088 | ;;; Generated autoloads from info.el |
| 15070 | 15089 | ||
| 15071 | (autoload 'info-other-window "info" "\ | 15090 | (autoload 'info-other-window "info" "\ |
| 15072 | Like `info' but show the Info buffer in another window. | 15091 | Like `info' but show the Info buffer in another window. |
| 15073 | 15092 | ||
| 15074 | \(fn &optional FILE-OR-NODE)" t nil) | 15093 | \(fn &optional FILE-OR-NODE)" t nil) |
| 15075 | (add-hook 'same-window-regexps (purecopy "\\*info\\*\\(\\|<[0-9]+>\\)")) | ||
| 15076 | (put 'info 'info-file (purecopy "emacs")) | 15094 | (put 'info 'info-file (purecopy "emacs")) |
| 15077 | 15095 | ||
| 15078 | (autoload 'info "info" "\ | 15096 | (autoload 'info "info" "\ |
| @@ -15252,7 +15270,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists. | |||
| 15252 | 15270 | ||
| 15253 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 15271 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 15254 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 15272 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 15255 | ;;;;;; (19984 16846)) | 15273 | ;;;;;; (19983 37515)) |
| 15256 | ;;; Generated autoloads from info-look.el | 15274 | ;;; Generated autoloads from info-look.el |
| 15257 | 15275 | ||
| 15258 | (autoload 'info-lookup-reset "info-look" "\ | 15276 | (autoload 'info-lookup-reset "info-look" "\ |
| @@ -15301,7 +15319,7 @@ Perform completion on file preceding point. | |||
| 15301 | 15319 | ||
| 15302 | ;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom | 15320 | ;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom |
| 15303 | ;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" | 15321 | ;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" |
| 15304 | ;;;;;; (19886 45771)) | 15322 | ;;;;;; (19888 59421)) |
| 15305 | ;;; Generated autoloads from info-xref.el | 15323 | ;;; Generated autoloads from info-xref.el |
| 15306 | 15324 | ||
| 15307 | (autoload 'info-xref-check "info-xref" "\ | 15325 | (autoload 'info-xref-check "info-xref" "\ |
| @@ -15384,7 +15402,7 @@ the sources handy. | |||
| 15384 | ;;;*** | 15402 | ;;;*** |
| 15385 | 15403 | ||
| 15386 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold | 15404 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold |
| 15387 | ;;;;;; Info-tagify) "informat" "informat.el" (19886 45771)) | 15405 | ;;;;;; Info-tagify) "informat" "informat.el" (19888 59421)) |
| 15388 | ;;; Generated autoloads from informat.el | 15406 | ;;; Generated autoloads from informat.el |
| 15389 | 15407 | ||
| 15390 | (autoload 'Info-tagify "informat" "\ | 15408 | (autoload 'Info-tagify "informat" "\ |
| @@ -15431,7 +15449,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" | |||
| 15431 | 15449 | ||
| 15432 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 15450 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 15433 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 15451 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 15434 | ;;;;;; (19845 45374)) | 15452 | ;;;;;; (19776 18657)) |
| 15435 | ;;; Generated autoloads from international/isearch-x.el | 15453 | ;;; Generated autoloads from international/isearch-x.el |
| 15436 | 15454 | ||
| 15437 | (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ | 15455 | (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ |
| @@ -15451,8 +15469,8 @@ Toggle input method in interactive search. | |||
| 15451 | 15469 | ||
| 15452 | ;;;*** | 15470 | ;;;*** |
| 15453 | 15471 | ||
| 15454 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19845 | 15472 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19776 |
| 15455 | ;;;;;; 45374)) | 15473 | ;;;;;; 18657)) |
| 15456 | ;;; Generated autoloads from isearchb.el | 15474 | ;;; Generated autoloads from isearchb.el |
| 15457 | 15475 | ||
| 15458 | (autoload 'isearchb-activate "isearchb" "\ | 15476 | (autoload 'isearchb-activate "isearchb" "\ |
| @@ -15468,7 +15486,7 @@ accessed via isearchb. | |||
| 15468 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only | 15486 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only |
| 15469 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso | 15487 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso |
| 15470 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" | 15488 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" |
| 15471 | ;;;;;; "international/iso-cvt.el" (19845 45374)) | 15489 | ;;;;;; "international/iso-cvt.el" (19776 18657)) |
| 15472 | ;;; Generated autoloads from international/iso-cvt.el | 15490 | ;;; Generated autoloads from international/iso-cvt.el |
| 15473 | 15491 | ||
| 15474 | (autoload 'iso-spanish "iso-cvt" "\ | 15492 | (autoload 'iso-spanish "iso-cvt" "\ |
| @@ -15559,7 +15577,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15559 | ;;;*** | 15577 | ;;;*** |
| 15560 | 15578 | ||
| 15561 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 15579 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 15562 | ;;;;;; (19845 45374)) | 15580 | ;;;;;; (19776 18657)) |
| 15563 | ;;; Generated autoloads from international/iso-transl.el | 15581 | ;;; Generated autoloads from international/iso-transl.el |
| 15564 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) | 15582 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) |
| 15565 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 15583 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| @@ -15571,7 +15589,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15571 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings | 15589 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings |
| 15572 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 15590 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 15573 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) | 15591 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) |
| 15574 | ;;;;;; "ispell" "textmodes/ispell.el" (20055 29424)) | 15592 | ;;;;;; "ispell" "textmodes/ispell.el" (20084 62230)) |
| 15575 | ;;; Generated autoloads from textmodes/ispell.el | 15593 | ;;; Generated autoloads from textmodes/ispell.el |
| 15576 | 15594 | ||
| 15577 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 15595 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| @@ -15792,7 +15810,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 15792 | ;;;*** | 15810 | ;;;*** |
| 15793 | 15811 | ||
| 15794 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19946 | 15812 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19946 |
| 15795 | ;;;;;; 29209)) | 15813 | ;;;;;; 35279)) |
| 15796 | ;;; Generated autoloads from iswitchb.el | 15814 | ;;; Generated autoloads from iswitchb.el |
| 15797 | 15815 | ||
| 15798 | (defvar iswitchb-mode nil "\ | 15816 | (defvar iswitchb-mode nil "\ |
| @@ -15817,7 +15835,7 @@ This mode enables switching between buffers using substrings. See | |||
| 15817 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 15835 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 15818 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 15836 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 15819 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 15837 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 15820 | ;;;;;; "japan-util" "language/japan-util.el" (19845 45374)) | 15838 | ;;;;;; "japan-util" "language/japan-util.el" (19776 18657)) |
| 15821 | ;;; Generated autoloads from language/japan-util.el | 15839 | ;;; Generated autoloads from language/japan-util.el |
| 15822 | 15840 | ||
| 15823 | (autoload 'setup-japanese-environment-internal "japan-util" "\ | 15841 | (autoload 'setup-japanese-environment-internal "japan-util" "\ |
| @@ -15895,7 +15913,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 15895 | ;;;*** | 15913 | ;;;*** |
| 15896 | 15914 | ||
| 15897 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" | 15915 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" |
| 15898 | ;;;;;; "jka-compr.el" (20000 30139)) | 15916 | ;;;;;; "jka-compr.el" (20001 58878)) |
| 15899 | ;;; Generated autoloads from jka-compr.el | 15917 | ;;; Generated autoloads from jka-compr.el |
| 15900 | 15918 | ||
| 15901 | (defvar jka-compr-inhibit nil "\ | 15919 | (defvar jka-compr-inhibit nil "\ |
| @@ -15918,7 +15936,7 @@ by `jka-compr-installed'. | |||
| 15918 | 15936 | ||
| 15919 | ;;;*** | 15937 | ;;;*** |
| 15920 | 15938 | ||
| 15921 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20038 20303)) | 15939 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20045 40021)) |
| 15922 | ;;; Generated autoloads from progmodes/js.el | 15940 | ;;; Generated autoloads from progmodes/js.el |
| 15923 | 15941 | ||
| 15924 | (autoload 'js-mode "js" "\ | 15942 | (autoload 'js-mode "js" "\ |
| @@ -15932,7 +15950,7 @@ Major mode for editing JavaScript. | |||
| 15932 | 15950 | ||
| 15933 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup | 15951 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup |
| 15934 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" | 15952 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" |
| 15935 | ;;;;;; (19845 45374)) | 15953 | ;;;;;; (19776 18657)) |
| 15936 | ;;; Generated autoloads from emulation/keypad.el | 15954 | ;;; Generated autoloads from emulation/keypad.el |
| 15937 | 15955 | ||
| 15938 | (defvar keypad-setup nil "\ | 15956 | (defvar keypad-setup nil "\ |
| @@ -15988,7 +16006,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' | |||
| 15988 | ;;;*** | 16006 | ;;;*** |
| 15989 | 16007 | ||
| 15990 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 16008 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
| 15991 | ;;;;;; (19845 45374)) | 16009 | ;;;;;; (19776 18657)) |
| 15992 | ;;; Generated autoloads from international/kinsoku.el | 16010 | ;;; Generated autoloads from international/kinsoku.el |
| 15993 | 16011 | ||
| 15994 | (autoload 'kinsoku "kinsoku" "\ | 16012 | (autoload 'kinsoku "kinsoku" "\ |
| @@ -16009,8 +16027,8 @@ the context of text formatting. | |||
| 16009 | 16027 | ||
| 16010 | ;;;*** | 16028 | ;;;*** |
| 16011 | 16029 | ||
| 16012 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19845 | 16030 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19776 |
| 16013 | ;;;;;; 45374)) | 16031 | ;;;;;; 18657)) |
| 16014 | ;;; Generated autoloads from international/kkc.el | 16032 | ;;; Generated autoloads from international/kkc.el |
| 16015 | 16033 | ||
| 16016 | (defvar kkc-after-update-conversion-functions nil "\ | 16034 | (defvar kkc-after-update-conversion-functions nil "\ |
| @@ -16035,7 +16053,7 @@ and the return value is the length of the conversion. | |||
| 16035 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro | 16053 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro |
| 16036 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter | 16054 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter |
| 16037 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) | 16055 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) |
| 16038 | ;;;;;; "kmacro" "kmacro.el" (19886 45771)) | 16056 | ;;;;;; "kmacro" "kmacro.el" (19888 59421)) |
| 16039 | ;;; Generated autoloads from kmacro.el | 16057 | ;;; Generated autoloads from kmacro.el |
| 16040 | (global-set-key "\C-x(" 'kmacro-start-macro) | 16058 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 16041 | (global-set-key "\C-x)" 'kmacro-end-macro) | 16059 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -16146,7 +16164,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 16146 | ;;;*** | 16164 | ;;;*** |
| 16147 | 16165 | ||
| 16148 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 16166 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 16149 | ;;;;;; "language/korea-util.el" (19845 45374)) | 16167 | ;;;;;; "language/korea-util.el" (19776 18657)) |
| 16150 | ;;; Generated autoloads from language/korea-util.el | 16168 | ;;; Generated autoloads from language/korea-util.el |
| 16151 | 16169 | ||
| 16152 | (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ | 16170 | (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ |
| @@ -16161,7 +16179,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 16161 | ;;;*** | 16179 | ;;;*** |
| 16162 | 16180 | ||
| 16163 | ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" | 16181 | ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" |
| 16164 | ;;;;;; (19889 21967)) | 16182 | ;;;;;; (19888 59421)) |
| 16165 | ;;; Generated autoloads from play/landmark.el | 16183 | ;;; Generated autoloads from play/landmark.el |
| 16166 | 16184 | ||
| 16167 | (defalias 'landmark-repeat 'landmark-test-run) | 16185 | (defalias 'landmark-repeat 'landmark-test-run) |
| @@ -16193,7 +16211,7 @@ Use \\[describe-mode] for more info. | |||
| 16193 | 16211 | ||
| 16194 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string | 16212 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string |
| 16195 | ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) | 16213 | ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) |
| 16196 | ;;;;;; "lao-util" "language/lao-util.el" (19845 45374)) | 16214 | ;;;;;; "lao-util" "language/lao-util.el" (19776 18657)) |
| 16197 | ;;; Generated autoloads from language/lao-util.el | 16215 | ;;; Generated autoloads from language/lao-util.el |
| 16198 | 16216 | ||
| 16199 | (autoload 'lao-compose-string "lao-util" "\ | 16217 | (autoload 'lao-compose-string "lao-util" "\ |
| @@ -16232,7 +16250,7 @@ Transcribe Romanized Lao string STR to Lao character string. | |||
| 16232 | 16250 | ||
| 16233 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc | 16251 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc |
| 16234 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) | 16252 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) |
| 16235 | ;;;;;; "latexenc" "international/latexenc.el" (19845 45374)) | 16253 | ;;;;;; "latexenc" "international/latexenc.el" (19776 18657)) |
| 16236 | ;;; Generated autoloads from international/latexenc.el | 16254 | ;;; Generated autoloads from international/latexenc.el |
| 16237 | 16255 | ||
| 16238 | (defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ | 16256 | (defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ |
| @@ -16264,7 +16282,7 @@ coding system names is determined from `latex-inputenc-coding-alist'. | |||
| 16264 | ;;;*** | 16282 | ;;;*** |
| 16265 | 16283 | ||
| 16266 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) | 16284 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) |
| 16267 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (19845 45374)) | 16285 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (19776 18657)) |
| 16268 | ;;; Generated autoloads from international/latin1-disp.el | 16286 | ;;; Generated autoloads from international/latin1-disp.el |
| 16269 | 16287 | ||
| 16270 | (defvar latin1-display nil "\ | 16288 | (defvar latin1-display nil "\ |
| @@ -16306,7 +16324,7 @@ use either \\[customize] or the function `latin1-display'.") | |||
| 16306 | ;;;*** | 16324 | ;;;*** |
| 16307 | 16325 | ||
| 16308 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" | 16326 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" |
| 16309 | ;;;;;; (19961 55377)) | 16327 | ;;;;;; (19960 63962)) |
| 16310 | ;;; Generated autoloads from progmodes/ld-script.el | 16328 | ;;; Generated autoloads from progmodes/ld-script.el |
| 16311 | 16329 | ||
| 16312 | (autoload 'ld-script-mode "ld-script" "\ | 16330 | (autoload 'ld-script-mode "ld-script" "\ |
| @@ -16317,7 +16335,7 @@ A major mode to edit GNU ld script files | |||
| 16317 | ;;;*** | 16335 | ;;;*** |
| 16318 | 16336 | ||
| 16319 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" | 16337 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" |
| 16320 | ;;;;;; (19845 45374)) | 16338 | ;;;;;; (19776 18657)) |
| 16321 | ;;; Generated autoloads from ledit.el | 16339 | ;;; Generated autoloads from ledit.el |
| 16322 | 16340 | ||
| 16323 | (defconst ledit-save-files t "\ | 16341 | (defconst ledit-save-files t "\ |
| @@ -16352,7 +16370,7 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode) | |||
| 16352 | 16370 | ||
| 16353 | ;;;*** | 16371 | ;;;*** |
| 16354 | 16372 | ||
| 16355 | ;;;### (autoloads (life) "life" "play/life.el" (19845 45374)) | 16373 | ;;;### (autoloads (life) "life" "play/life.el" (19776 18657)) |
| 16356 | ;;; Generated autoloads from play/life.el | 16374 | ;;; Generated autoloads from play/life.el |
| 16357 | 16375 | ||
| 16358 | (autoload 'life "life" "\ | 16376 | (autoload 'life "life" "\ |
| @@ -16366,7 +16384,7 @@ generations (this defaults to 1). | |||
| 16366 | ;;;*** | 16384 | ;;;*** |
| 16367 | 16385 | ||
| 16368 | ;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" | 16386 | ;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" |
| 16369 | ;;;;;; "linum.el" (19865 50420)) | 16387 | ;;;;;; "linum.el" (19875 21674)) |
| 16370 | ;;; Generated autoloads from linum.el | 16388 | ;;; Generated autoloads from linum.el |
| 16371 | 16389 | ||
| 16372 | (defvar linum-format 'dynamic "\ | 16390 | (defvar linum-format 'dynamic "\ |
| @@ -16404,8 +16422,8 @@ See `linum-mode' for more information on Linum mode. | |||
| 16404 | 16422 | ||
| 16405 | ;;;*** | 16423 | ;;;*** |
| 16406 | 16424 | ||
| 16407 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19996 | 16425 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19995 |
| 16408 | ;;;;;; 8027)) | 16426 | ;;;;;; 14181)) |
| 16409 | ;;; Generated autoloads from loadhist.el | 16427 | ;;; Generated autoloads from loadhist.el |
| 16410 | 16428 | ||
| 16411 | (autoload 'unload-feature "loadhist" "\ | 16429 | (autoload 'unload-feature "loadhist" "\ |
| @@ -16437,7 +16455,7 @@ something strange, such as redefining an Emacs function. | |||
| 16437 | ;;;*** | 16455 | ;;;*** |
| 16438 | 16456 | ||
| 16439 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) | 16457 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) |
| 16440 | ;;;;;; "locate" "locate.el" (19886 45771)) | 16458 | ;;;;;; "locate" "locate.el" (19888 59421)) |
| 16441 | ;;; Generated autoloads from locate.el | 16459 | ;;; Generated autoloads from locate.el |
| 16442 | 16460 | ||
| 16443 | (defvar locate-ls-subdir-switches (purecopy "-al") "\ | 16461 | (defvar locate-ls-subdir-switches (purecopy "-al") "\ |
| @@ -16489,7 +16507,7 @@ except that FILTER is not optional. | |||
| 16489 | 16507 | ||
| 16490 | ;;;*** | 16508 | ;;;*** |
| 16491 | 16509 | ||
| 16492 | ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19870 57559)) | 16510 | ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19875 21674)) |
| 16493 | ;;; Generated autoloads from vc/log-edit.el | 16511 | ;;; Generated autoloads from vc/log-edit.el |
| 16494 | 16512 | ||
| 16495 | (autoload 'log-edit "log-edit" "\ | 16513 | (autoload 'log-edit "log-edit" "\ |
| @@ -16517,7 +16535,7 @@ uses the current buffer. | |||
| 16517 | ;;;*** | 16535 | ;;;*** |
| 16518 | 16536 | ||
| 16519 | ;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19946 | 16537 | ;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19946 |
| 16520 | ;;;;;; 1612)) | 16538 | ;;;;;; 35279)) |
| 16521 | ;;; Generated autoloads from vc/log-view.el | 16539 | ;;; Generated autoloads from vc/log-view.el |
| 16522 | 16540 | ||
| 16523 | (autoload 'log-view-mode "log-view" "\ | 16541 | (autoload 'log-view-mode "log-view" "\ |
| @@ -16527,8 +16545,8 @@ Major mode for browsing CVS log output. | |||
| 16527 | 16545 | ||
| 16528 | ;;;*** | 16546 | ;;;*** |
| 16529 | 16547 | ||
| 16530 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20031 | 16548 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20030 |
| 16531 | ;;;;;; 47065)) | 16549 | ;;;;;; 47787)) |
| 16532 | ;;; Generated autoloads from longlines.el | 16550 | ;;; Generated autoloads from longlines.el |
| 16533 | 16551 | ||
| 16534 | (autoload 'longlines-mode "longlines" "\ | 16552 | (autoload 'longlines-mode "longlines" "\ |
| @@ -16553,8 +16571,8 @@ are indicated with a symbol. | |||
| 16553 | ;;;*** | 16571 | ;;;*** |
| 16554 | 16572 | ||
| 16555 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 16573 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 16556 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19909 | 16574 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19910 |
| 16557 | ;;;;;; 7240)) | 16575 | ;;;;;; 9778)) |
| 16558 | ;;; Generated autoloads from lpr.el | 16576 | ;;; Generated autoloads from lpr.el |
| 16559 | 16577 | ||
| 16560 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) | 16578 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) |
| @@ -16648,7 +16666,7 @@ for further customization of the printer command. | |||
| 16648 | ;;;*** | 16666 | ;;;*** |
| 16649 | 16667 | ||
| 16650 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" | 16668 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" |
| 16651 | ;;;;;; (19886 45771)) | 16669 | ;;;;;; (19888 59421)) |
| 16652 | ;;; Generated autoloads from ls-lisp.el | 16670 | ;;; Generated autoloads from ls-lisp.el |
| 16653 | 16671 | ||
| 16654 | (defvar ls-lisp-support-shell-wildcards t "\ | 16672 | (defvar ls-lisp-support-shell-wildcards t "\ |
| @@ -16659,8 +16677,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") | |||
| 16659 | 16677 | ||
| 16660 | ;;;*** | 16678 | ;;;*** |
| 16661 | 16679 | ||
| 16662 | ;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19845 | 16680 | ;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19776 |
| 16663 | ;;;;;; 45374)) | 16681 | ;;;;;; 18657)) |
| 16664 | ;;; Generated autoloads from calendar/lunar.el | 16682 | ;;; Generated autoloads from calendar/lunar.el |
| 16665 | 16683 | ||
| 16666 | (autoload 'lunar-phases "lunar" "\ | 16684 | (autoload 'lunar-phases "lunar" "\ |
| @@ -16674,8 +16692,8 @@ This function is suitable for execution in a .emacs file. | |||
| 16674 | 16692 | ||
| 16675 | ;;;*** | 16693 | ;;;*** |
| 16676 | 16694 | ||
| 16677 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19845 | 16695 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19776 |
| 16678 | ;;;;;; 45374)) | 16696 | ;;;;;; 18657)) |
| 16679 | ;;; Generated autoloads from progmodes/m4-mode.el | 16697 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 16680 | 16698 | ||
| 16681 | (autoload 'm4-mode "m4-mode" "\ | 16699 | (autoload 'm4-mode "m4-mode" "\ |
| @@ -16686,7 +16704,7 @@ A major mode to edit m4 macro files. | |||
| 16686 | ;;;*** | 16704 | ;;;*** |
| 16687 | 16705 | ||
| 16688 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" | 16706 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" |
| 16689 | ;;;;;; (19930 13389)) | 16707 | ;;;;;; (19929 22332)) |
| 16690 | ;;; Generated autoloads from emacs-lisp/macroexp.el | 16708 | ;;; Generated autoloads from emacs-lisp/macroexp.el |
| 16691 | 16709 | ||
| 16692 | (autoload 'macroexpand-all "macroexp" "\ | 16710 | (autoload 'macroexpand-all "macroexp" "\ |
| @@ -16700,7 +16718,7 @@ definitions to shadow the loaded ones for use in file byte-compilation. | |||
| 16700 | ;;;*** | 16718 | ;;;*** |
| 16701 | 16719 | ||
| 16702 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 16720 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 16703 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (19886 45771)) | 16721 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (19888 59421)) |
| 16704 | ;;; Generated autoloads from macros.el | 16722 | ;;; Generated autoloads from macros.el |
| 16705 | 16723 | ||
| 16706 | (autoload 'name-last-kbd-macro "macros" "\ | 16724 | (autoload 'name-last-kbd-macro "macros" "\ |
| @@ -16789,7 +16807,7 @@ and then select the region of un-tablified names and use | |||
| 16789 | ;;;*** | 16807 | ;;;*** |
| 16790 | 16808 | ||
| 16791 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 16809 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 16792 | ;;;;;; "mail/mail-extr.el" (19845 45374)) | 16810 | ;;;;;; "mail/mail-extr.el" (19776 18657)) |
| 16793 | ;;; Generated autoloads from mail/mail-extr.el | 16811 | ;;; Generated autoloads from mail/mail-extr.el |
| 16794 | 16812 | ||
| 16795 | (autoload 'mail-extract-address-components "mail-extr" "\ | 16813 | (autoload 'mail-extract-address-components "mail-extr" "\ |
| @@ -16821,7 +16839,7 @@ Convert mail domain DOMAIN to the country it corresponds to. | |||
| 16821 | 16839 | ||
| 16822 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history | 16840 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history |
| 16823 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" | 16841 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" |
| 16824 | ;;;;;; (19845 45374)) | 16842 | ;;;;;; (19776 18657)) |
| 16825 | ;;; Generated autoloads from mail/mail-hist.el | 16843 | ;;; Generated autoloads from mail/mail-hist.el |
| 16826 | 16844 | ||
| 16827 | (autoload 'mail-hist-define-keys "mail-hist" "\ | 16845 | (autoload 'mail-hist-define-keys "mail-hist" "\ |
| @@ -16853,7 +16871,7 @@ This function normally would be called when the message is sent. | |||
| 16853 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 16871 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 16854 | ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable | 16872 | ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable |
| 16855 | ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) | 16873 | ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) |
| 16856 | ;;;;;; "mail-utils" "mail/mail-utils.el" (19922 19303)) | 16874 | ;;;;;; "mail-utils" "mail/mail-utils.el" (19926 36440)) |
| 16857 | ;;; Generated autoloads from mail/mail-utils.el | 16875 | ;;; Generated autoloads from mail/mail-utils.el |
| 16858 | 16876 | ||
| 16859 | (defvar mail-use-rfc822 nil "\ | 16877 | (defvar mail-use-rfc822 nil "\ |
| @@ -16925,8 +16943,8 @@ matches may be returned from the message body. | |||
| 16925 | ;;;*** | 16943 | ;;;*** |
| 16926 | 16944 | ||
| 16927 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup | 16945 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup |
| 16928 | ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19968 | 16946 | ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19973 |
| 16929 | ;;;;;; 28627)) | 16947 | ;;;;;; 21789)) |
| 16930 | ;;; Generated autoloads from mail/mailabbrev.el | 16948 | ;;; Generated autoloads from mail/mailabbrev.el |
| 16931 | 16949 | ||
| 16932 | (defvar mail-abbrevs-mode nil "\ | 16950 | (defvar mail-abbrevs-mode nil "\ |
| @@ -16969,7 +16987,7 @@ double-quotes. | |||
| 16969 | 16987 | ||
| 16970 | ;;;### (autoloads (mail-complete mail-completion-at-point-function | 16988 | ;;;### (autoloads (mail-complete mail-completion-at-point-function |
| 16971 | ;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) | 16989 | ;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) |
| 16972 | ;;;;;; "mailalias" "mail/mailalias.el" (19881 27850)) | 16990 | ;;;;;; "mailalias" "mail/mailalias.el" (19883 6459)) |
| 16973 | ;;; Generated autoloads from mail/mailalias.el | 16991 | ;;; Generated autoloads from mail/mailalias.el |
| 16974 | 16992 | ||
| 16975 | (defvar mail-complete-style 'angles "\ | 16993 | (defvar mail-complete-style 'angles "\ |
| @@ -17021,7 +17039,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any. | |||
| 17021 | ;;;*** | 17039 | ;;;*** |
| 17022 | 17040 | ||
| 17023 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" | 17041 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" |
| 17024 | ;;;;;; (19845 45374)) | 17042 | ;;;;;; (19813 16330)) |
| 17025 | ;;; Generated autoloads from mail/mailclient.el | 17043 | ;;; Generated autoloads from mail/mailclient.el |
| 17026 | 17044 | ||
| 17027 | (autoload 'mailclient-send-it "mailclient" "\ | 17045 | (autoload 'mailclient-send-it "mailclient" "\ |
| @@ -17035,7 +17053,7 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 17035 | 17053 | ||
| 17036 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode | 17054 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode |
| 17037 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) | 17055 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) |
| 17038 | ;;;;;; "make-mode" "progmodes/make-mode.el" (19968 28627)) | 17056 | ;;;;;; "make-mode" "progmodes/make-mode.el" (19973 21789)) |
| 17039 | ;;; Generated autoloads from progmodes/make-mode.el | 17057 | ;;; Generated autoloads from progmodes/make-mode.el |
| 17040 | 17058 | ||
| 17041 | (autoload 'makefile-mode "make-mode" "\ | 17059 | (autoload 'makefile-mode "make-mode" "\ |
| @@ -17152,8 +17170,8 @@ An adapted `makefile-mode' that knows about imake. | |||
| 17152 | 17170 | ||
| 17153 | ;;;*** | 17171 | ;;;*** |
| 17154 | 17172 | ||
| 17155 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19886 | 17173 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19888 |
| 17156 | ;;;;;; 45771)) | 17174 | ;;;;;; 59421)) |
| 17157 | ;;; Generated autoloads from makesum.el | 17175 | ;;; Generated autoloads from makesum.el |
| 17158 | 17176 | ||
| 17159 | (autoload 'make-command-summary "makesum" "\ | 17177 | (autoload 'make-command-summary "makesum" "\ |
| @@ -17165,7 +17183,7 @@ Previous contents of that buffer are killed first. | |||
| 17165 | ;;;*** | 17183 | ;;;*** |
| 17166 | 17184 | ||
| 17167 | ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" | 17185 | ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" |
| 17168 | ;;;;;; (19999 41597)) | 17186 | ;;;;;; (20001 58878)) |
| 17169 | ;;; Generated autoloads from man.el | 17187 | ;;; Generated autoloads from man.el |
| 17170 | 17188 | ||
| 17171 | (defalias 'manual-entry 'man) | 17189 | (defalias 'manual-entry 'man) |
| @@ -17219,7 +17237,7 @@ Default bookmark handler for Man buffers. | |||
| 17219 | 17237 | ||
| 17220 | ;;;*** | 17238 | ;;;*** |
| 17221 | 17239 | ||
| 17222 | ;;;### (autoloads (master-mode) "master" "master.el" (19845 45374)) | 17240 | ;;;### (autoloads (master-mode) "master" "master.el" (19776 18657)) |
| 17223 | ;;; Generated autoloads from master.el | 17241 | ;;; Generated autoloads from master.el |
| 17224 | 17242 | ||
| 17225 | (autoload 'master-mode "master" "\ | 17243 | (autoload 'master-mode "master" "\ |
| @@ -17242,7 +17260,7 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 17242 | ;;;*** | 17260 | ;;;*** |
| 17243 | 17261 | ||
| 17244 | ;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" | 17262 | ;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" |
| 17245 | ;;;;;; (19845 45374)) | 17263 | ;;;;;; (19776 18657)) |
| 17246 | ;;; Generated autoloads from mb-depth.el | 17264 | ;;; Generated autoloads from mb-depth.el |
| 17247 | 17265 | ||
| 17248 | (defvar minibuffer-depth-indicate-mode nil "\ | 17266 | (defvar minibuffer-depth-indicate-mode nil "\ |
| @@ -17273,7 +17291,7 @@ Returns non-nil if the new state is enabled. | |||
| 17273 | ;;;;;; message-forward-make-body message-forward message-recover | 17291 | ;;;;;; message-forward-make-body message-forward message-recover |
| 17274 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply | 17292 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply |
| 17275 | ;;;;;; message-reply message-news message-mail message-mode) "message" | 17293 | ;;;;;; message-reply message-news message-mail message-mode) "message" |
| 17276 | ;;;;;; "gnus/message.el" (20047 35303)) | 17294 | ;;;;;; "gnus/message.el" (20090 40643)) |
| 17277 | ;;; Generated autoloads from gnus/message.el | 17295 | ;;; Generated autoloads from gnus/message.el |
| 17278 | 17296 | ||
| 17279 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) | 17297 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| @@ -17439,7 +17457,7 @@ which specify the range to operate on. | |||
| 17439 | ;;;*** | 17457 | ;;;*** |
| 17440 | 17458 | ||
| 17441 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" | 17459 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" |
| 17442 | ;;;;;; (19968 28627)) | 17460 | ;;;;;; (19973 21789)) |
| 17443 | ;;; Generated autoloads from progmodes/meta-mode.el | 17461 | ;;; Generated autoloads from progmodes/meta-mode.el |
| 17444 | 17462 | ||
| 17445 | (autoload 'metafont-mode "meta-mode" "\ | 17463 | (autoload 'metafont-mode "meta-mode" "\ |
| @@ -17456,7 +17474,7 @@ Major mode for editing MetaPost sources. | |||
| 17456 | 17474 | ||
| 17457 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body | 17475 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body |
| 17458 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" | 17476 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" |
| 17459 | ;;;;;; (19845 45374)) | 17477 | ;;;;;; (19776 18657)) |
| 17460 | ;;; Generated autoloads from mail/metamail.el | 17478 | ;;; Generated autoloads from mail/metamail.el |
| 17461 | 17479 | ||
| 17462 | (autoload 'metamail-interpret-header "metamail" "\ | 17480 | (autoload 'metamail-interpret-header "metamail" "\ |
| @@ -17501,7 +17519,7 @@ redisplayed as output is inserted. | |||
| 17501 | 17519 | ||
| 17502 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose | 17520 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose |
| 17503 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" | 17521 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" |
| 17504 | ;;;;;; "mh-e/mh-comp.el" (19993 31832)) | 17522 | ;;;;;; "mh-e/mh-comp.el" (19992 65065)) |
| 17505 | ;;; Generated autoloads from mh-e/mh-comp.el | 17523 | ;;; Generated autoloads from mh-e/mh-comp.el |
| 17506 | 17524 | ||
| 17507 | (autoload 'mh-smail "mh-comp" "\ | 17525 | (autoload 'mh-smail "mh-comp" "\ |
| @@ -17591,7 +17609,7 @@ delete the draft message. | |||
| 17591 | 17609 | ||
| 17592 | ;;;*** | 17610 | ;;;*** |
| 17593 | 17611 | ||
| 17594 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20004 2139)) | 17612 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20089 62475)) |
| 17595 | ;;; Generated autoloads from mh-e/mh-e.el | 17613 | ;;; Generated autoloads from mh-e/mh-e.el |
| 17596 | 17614 | ||
| 17597 | (put 'mh-progs 'risky-local-variable t) | 17615 | (put 'mh-progs 'risky-local-variable t) |
| @@ -17608,7 +17626,7 @@ Display version information about MH-E and the MH mail handling system. | |||
| 17608 | ;;;*** | 17626 | ;;;*** |
| 17609 | 17627 | ||
| 17610 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" | 17628 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" |
| 17611 | ;;;;;; "mh-e/mh-folder.el" (20004 2139)) | 17629 | ;;;;;; "mh-e/mh-folder.el" (20006 60553)) |
| 17612 | ;;; Generated autoloads from mh-e/mh-folder.el | 17630 | ;;; Generated autoloads from mh-e/mh-folder.el |
| 17613 | 17631 | ||
| 17614 | (autoload 'mh-rmail "mh-folder" "\ | 17632 | (autoload 'mh-rmail "mh-folder" "\ |
| @@ -17690,7 +17708,7 @@ perform the operation on all messages in that region. | |||
| 17690 | ;;;*** | 17708 | ;;;*** |
| 17691 | 17709 | ||
| 17692 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 17710 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
| 17693 | ;;;;;; "midnight.el" (19853 59245)) | 17711 | ;;;;;; "midnight.el" (19874 16126)) |
| 17694 | ;;; Generated autoloads from midnight.el | 17712 | ;;; Generated autoloads from midnight.el |
| 17695 | 17713 | ||
| 17696 | (autoload 'clean-buffer-list "midnight" "\ | 17714 | (autoload 'clean-buffer-list "midnight" "\ |
| @@ -17717,7 +17735,7 @@ to its second argument TM. | |||
| 17717 | ;;;*** | 17735 | ;;;*** |
| 17718 | 17736 | ||
| 17719 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" | 17737 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" |
| 17720 | ;;;;;; "minibuf-eldef.el" (19845 45374)) | 17738 | ;;;;;; "minibuf-eldef.el" (19776 18657)) |
| 17721 | ;;; Generated autoloads from minibuf-eldef.el | 17739 | ;;; Generated autoloads from minibuf-eldef.el |
| 17722 | 17740 | ||
| 17723 | (defvar minibuffer-electric-default-mode nil "\ | 17741 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -17745,7 +17763,7 @@ Returns non-nil if the new state is enabled. | |||
| 17745 | ;;;*** | 17763 | ;;;*** |
| 17746 | 17764 | ||
| 17747 | ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" | 17765 | ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" |
| 17748 | ;;;;;; (19968 28627)) | 17766 | ;;;;;; (19973 21789)) |
| 17749 | ;;; Generated autoloads from misc.el | 17767 | ;;; Generated autoloads from misc.el |
| 17750 | 17768 | ||
| 17751 | (autoload 'butterfly "misc" "\ | 17769 | (autoload 'butterfly "misc" "\ |
| @@ -17775,7 +17793,7 @@ The return value is always nil. | |||
| 17775 | 17793 | ||
| 17776 | ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files | 17794 | ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files |
| 17777 | ;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) | 17795 | ;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) |
| 17778 | ;;;;;; "misearch" "misearch.el" (19886 45771)) | 17796 | ;;;;;; "misearch" "misearch.el" (19888 59421)) |
| 17779 | ;;; Generated autoloads from misearch.el | 17797 | ;;; Generated autoloads from misearch.el |
| 17780 | (add-hook 'isearch-mode-hook 'multi-isearch-setup) | 17798 | (add-hook 'isearch-mode-hook 'multi-isearch-setup) |
| 17781 | 17799 | ||
| @@ -17857,7 +17875,7 @@ whose file names match the specified wildcard. | |||
| 17857 | ;;;*** | 17875 | ;;;*** |
| 17858 | 17876 | ||
| 17859 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" | 17877 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" |
| 17860 | ;;;;;; (19961 55377)) | 17878 | ;;;;;; (19960 63962)) |
| 17861 | ;;; Generated autoloads from progmodes/mixal-mode.el | 17879 | ;;; Generated autoloads from progmodes/mixal-mode.el |
| 17862 | 17880 | ||
| 17863 | (autoload 'mixal-mode "mixal-mode" "\ | 17881 | (autoload 'mixal-mode "mixal-mode" "\ |
| @@ -17867,8 +17885,19 @@ Major mode for the mixal asm language. | |||
| 17867 | 17885 | ||
| 17868 | ;;;*** | 17886 | ;;;*** |
| 17869 | 17887 | ||
| 17888 | ;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" | ||
| 17889 | ;;;;;; (20075 38050)) | ||
| 17890 | ;;; Generated autoloads from gnus/mm-encode.el | ||
| 17891 | |||
| 17892 | (autoload 'mm-default-file-encoding "mm-encode" "\ | ||
| 17893 | Return a default encoding for FILE. | ||
| 17894 | |||
| 17895 | \(fn FILE)" nil nil) | ||
| 17896 | |||
| 17897 | ;;;*** | ||
| 17898 | |||
| 17870 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) | 17899 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) |
| 17871 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (19845 45374)) | 17900 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (19776 18657)) |
| 17872 | ;;; Generated autoloads from gnus/mm-extern.el | 17901 | ;;; Generated autoloads from gnus/mm-extern.el |
| 17873 | 17902 | ||
| 17874 | (autoload 'mm-extern-cache-contents "mm-extern" "\ | 17903 | (autoload 'mm-extern-cache-contents "mm-extern" "\ |
| @@ -17887,7 +17916,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 17887 | ;;;*** | 17916 | ;;;*** |
| 17888 | 17917 | ||
| 17889 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" | 17918 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" |
| 17890 | ;;;;;; (19845 45374)) | 17919 | ;;;;;; (19776 18657)) |
| 17891 | ;;; Generated autoloads from gnus/mm-partial.el | 17920 | ;;; Generated autoloads from gnus/mm-partial.el |
| 17892 | 17921 | ||
| 17893 | (autoload 'mm-inline-partial "mm-partial" "\ | 17922 | (autoload 'mm-inline-partial "mm-partial" "\ |
| @@ -17901,7 +17930,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 17901 | ;;;*** | 17930 | ;;;*** |
| 17902 | 17931 | ||
| 17903 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) | 17932 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) |
| 17904 | ;;;;;; "mm-url" "gnus/mm-url.el" (19877 30798)) | 17933 | ;;;;;; "mm-url" "gnus/mm-url.el" (19876 29188)) |
| 17905 | ;;; Generated autoloads from gnus/mm-url.el | 17934 | ;;; Generated autoloads from gnus/mm-url.el |
| 17906 | 17935 | ||
| 17907 | (autoload 'mm-url-insert-file-contents "mm-url" "\ | 17936 | (autoload 'mm-url-insert-file-contents "mm-url" "\ |
| @@ -17918,7 +17947,7 @@ Insert file contents of URL using `mm-url-program'. | |||
| 17918 | ;;;*** | 17947 | ;;;*** |
| 17919 | 17948 | ||
| 17920 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" | 17949 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" |
| 17921 | ;;;;;; "gnus/mm-uu.el" (19845 45374)) | 17950 | ;;;;;; "gnus/mm-uu.el" (19874 15752)) |
| 17922 | ;;; Generated autoloads from gnus/mm-uu.el | 17951 | ;;; Generated autoloads from gnus/mm-uu.el |
| 17923 | 17952 | ||
| 17924 | (autoload 'mm-uu-dissect "mm-uu" "\ | 17953 | (autoload 'mm-uu-dissect "mm-uu" "\ |
| @@ -17937,8 +17966,33 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 17937 | 17966 | ||
| 17938 | ;;;*** | 17967 | ;;;*** |
| 17939 | 17968 | ||
| 17969 | ;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" | ||
| 17970 | ;;;;;; (20091 19552)) | ||
| 17971 | ;;; Generated autoloads from gnus/mml.el | ||
| 17972 | |||
| 17973 | (autoload 'mml-to-mime "mml" "\ | ||
| 17974 | Translate the current buffer from MML to MIME. | ||
| 17975 | |||
| 17976 | \(fn)" nil nil) | ||
| 17977 | |||
| 17978 | (autoload 'mml-attach-file "mml" "\ | ||
| 17979 | Attach a file to the outgoing MIME message. | ||
| 17980 | The file is not inserted or encoded until you send the message with | ||
| 17981 | `\\[message-send-and-exit]' or `\\[message-send]'. | ||
| 17982 | |||
| 17983 | FILE is the name of the file to attach. TYPE is its | ||
| 17984 | content-type, a string of the form \"type/subtype\". DESCRIPTION | ||
| 17985 | is a one-line description of the attachment. The DISPOSITION | ||
| 17986 | specifies how the attachment is intended to be displayed. It can | ||
| 17987 | be either \"inline\" (displayed automatically within the message | ||
| 17988 | body) or \"attachment\" (separate from the body). | ||
| 17989 | |||
| 17990 | \(fn FILE &optional TYPE DESCRIPTION DISPOSITION)" t nil) | ||
| 17991 | |||
| 17992 | ;;;*** | ||
| 17993 | |||
| 17940 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" | 17994 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" |
| 17941 | ;;;;;; (20026 29156)) | 17995 | ;;;;;; (20030 47787)) |
| 17942 | ;;; Generated autoloads from gnus/mml1991.el | 17996 | ;;; Generated autoloads from gnus/mml1991.el |
| 17943 | 17997 | ||
| 17944 | (autoload 'mml1991-encrypt "mml1991" "\ | 17998 | (autoload 'mml1991-encrypt "mml1991" "\ |
| @@ -17955,7 +18009,7 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 17955 | 18009 | ||
| 17956 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt | 18010 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt |
| 17957 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) | 18011 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) |
| 17958 | ;;;;;; "mml2015" "gnus/mml2015.el" (20059 26455)) | 18012 | ;;;;;; "mml2015" "gnus/mml2015.el" (20059 46231)) |
| 17959 | ;;; Generated autoloads from gnus/mml2015.el | 18013 | ;;; Generated autoloads from gnus/mml2015.el |
| 17960 | 18014 | ||
| 17961 | (autoload 'mml2015-decrypt "mml2015" "\ | 18015 | (autoload 'mml2015-decrypt "mml2015" "\ |
| @@ -17995,8 +18049,8 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 17995 | 18049 | ||
| 17996 | ;;;*** | 18050 | ;;;*** |
| 17997 | 18051 | ||
| 17998 | ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19845 | 18052 | ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19764 |
| 17999 | ;;;;;; 45374)) | 18053 | ;;;;;; 32359)) |
| 18000 | ;;; Generated autoloads from progmodes/modula2.el | 18054 | ;;; Generated autoloads from progmodes/modula2.el |
| 18001 | 18055 | ||
| 18002 | (defalias 'modula-2-mode 'm2-mode) | 18056 | (defalias 'modula-2-mode 'm2-mode) |
| @@ -18030,7 +18084,7 @@ followed by the first character of the construct. | |||
| 18030 | ;;;*** | 18084 | ;;;*** |
| 18031 | 18085 | ||
| 18032 | ;;;### (autoloads (denato-region nato-region unmorse-region morse-region) | 18086 | ;;;### (autoloads (denato-region nato-region unmorse-region morse-region) |
| 18033 | ;;;;;; "morse" "play/morse.el" (19869 36706)) | 18087 | ;;;;;; "morse" "play/morse.el" (19875 21674)) |
| 18034 | ;;; Generated autoloads from play/morse.el | 18088 | ;;; Generated autoloads from play/morse.el |
| 18035 | 18089 | ||
| 18036 | (autoload 'morse-region "morse" "\ | 18090 | (autoload 'morse-region "morse" "\ |
| @@ -18056,7 +18110,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text. | |||
| 18056 | ;;;*** | 18110 | ;;;*** |
| 18057 | 18111 | ||
| 18058 | ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" | 18112 | ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" |
| 18059 | ;;;;;; "mouse-drag.el" (19890 42850)) | 18113 | ;;;;;; "mouse-drag.el" (19891 13894)) |
| 18060 | ;;; Generated autoloads from mouse-drag.el | 18114 | ;;; Generated autoloads from mouse-drag.el |
| 18061 | 18115 | ||
| 18062 | (autoload 'mouse-drag-throw "mouse-drag" "\ | 18116 | (autoload 'mouse-drag-throw "mouse-drag" "\ |
| @@ -18103,8 +18157,8 @@ To test this function, evaluate: | |||
| 18103 | 18157 | ||
| 18104 | ;;;*** | 18158 | ;;;*** |
| 18105 | 18159 | ||
| 18106 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19997 | 18160 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19996 |
| 18107 | ;;;;;; 28887)) | 18161 | ;;;;;; 50667)) |
| 18108 | ;;; Generated autoloads from mouse-sel.el | 18162 | ;;; Generated autoloads from mouse-sel.el |
| 18109 | 18163 | ||
| 18110 | (defvar mouse-sel-mode nil "\ | 18164 | (defvar mouse-sel-mode nil "\ |
| @@ -18146,7 +18200,7 @@ kill ring; mouse-1 or mouse-3 kills it. | |||
| 18146 | 18200 | ||
| 18147 | ;;;*** | 18201 | ;;;*** |
| 18148 | 18202 | ||
| 18149 | ;;;### (autoloads (mpc) "mpc" "mpc.el" (20052 53218)) | 18203 | ;;;### (autoloads (mpc) "mpc" "mpc.el" (20081 19566)) |
| 18150 | ;;; Generated autoloads from mpc.el | 18204 | ;;; Generated autoloads from mpc.el |
| 18151 | 18205 | ||
| 18152 | (autoload 'mpc "mpc" "\ | 18206 | (autoload 'mpc "mpc" "\ |
| @@ -18156,7 +18210,7 @@ Main entry point for MPC. | |||
| 18156 | 18210 | ||
| 18157 | ;;;*** | 18211 | ;;;*** |
| 18158 | 18212 | ||
| 18159 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19890 42850)) | 18213 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19891 13894)) |
| 18160 | ;;; Generated autoloads from play/mpuz.el | 18214 | ;;; Generated autoloads from play/mpuz.el |
| 18161 | 18215 | ||
| 18162 | (autoload 'mpuz "mpuz" "\ | 18216 | (autoload 'mpuz "mpuz" "\ |
| @@ -18166,7 +18220,7 @@ Multiplication puzzle with GNU Emacs. | |||
| 18166 | 18220 | ||
| 18167 | ;;;*** | 18221 | ;;;*** |
| 18168 | 18222 | ||
| 18169 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (19931 11784)) | 18223 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (19933 8482)) |
| 18170 | ;;; Generated autoloads from msb.el | 18224 | ;;; Generated autoloads from msb.el |
| 18171 | 18225 | ||
| 18172 | (defvar msb-mode nil "\ | 18226 | (defvar msb-mode nil "\ |
| @@ -18193,7 +18247,7 @@ different buffer menu using the function `msb'. | |||
| 18193 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 18247 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly |
| 18194 | ;;;;;; describe-coding-system describe-character-set list-charset-chars | 18248 | ;;;;;; describe-coding-system describe-character-set list-charset-chars |
| 18195 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 18249 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 18196 | ;;;;;; (19845 45374)) | 18250 | ;;;;;; (20092 63614)) |
| 18197 | ;;; Generated autoloads from international/mule-diag.el | 18251 | ;;; Generated autoloads from international/mule-diag.el |
| 18198 | 18252 | ||
| 18199 | (autoload 'list-character-sets "mule-diag" "\ | 18253 | (autoload 'list-character-sets "mule-diag" "\ |
| @@ -18330,7 +18384,7 @@ The default is 20. If LIMIT is negative, do not limit the listing. | |||
| 18330 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion | 18384 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion |
| 18331 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist | 18385 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist |
| 18332 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) | 18386 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) |
| 18333 | ;;;;;; "mule-util" "international/mule-util.el" (19845 45374)) | 18387 | ;;;;;; "mule-util" "international/mule-util.el" (19789 64214)) |
| 18334 | ;;; Generated autoloads from international/mule-util.el | 18388 | ;;; Generated autoloads from international/mule-util.el |
| 18335 | 18389 | ||
| 18336 | (autoload 'string-to-sequence "mule-util" "\ | 18390 | (autoload 'string-to-sequence "mule-util" "\ |
| @@ -18470,8 +18524,8 @@ per-character basis, this may not be accurate. | |||
| 18470 | ;;;### (autoloads (network-connection network-connection-to-service | 18524 | ;;;### (autoloads (network-connection network-connection-to-service |
| 18471 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host | 18525 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host |
| 18472 | ;;;;;; nslookup nslookup-host ping traceroute route arp netstat | 18526 | ;;;;;; nslookup nslookup-host ping traceroute route arp netstat |
| 18473 | ;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19845 | 18527 | ;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19797 |
| 18474 | ;;;;;; 45374)) | 18528 | ;;;;;; 54173)) |
| 18475 | ;;; Generated autoloads from net/net-utils.el | 18529 | ;;; Generated autoloads from net/net-utils.el |
| 18476 | 18530 | ||
| 18477 | (autoload 'ifconfig "net-utils" "\ | 18531 | (autoload 'ifconfig "net-utils" "\ |
| @@ -18565,8 +18619,8 @@ Open a network connection to HOST on PORT. | |||
| 18565 | 18619 | ||
| 18566 | ;;;*** | 18620 | ;;;*** |
| 18567 | 18621 | ||
| 18568 | ;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19845 | 18622 | ;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19810 |
| 18569 | ;;;;;; 45374)) | 18623 | ;;;;;; 43098)) |
| 18570 | ;;; Generated autoloads from net/netrc.el | 18624 | ;;; Generated autoloads from net/netrc.el |
| 18571 | 18625 | ||
| 18572 | (autoload 'netrc-credentials "netrc" "\ | 18626 | (autoload 'netrc-credentials "netrc" "\ |
| @@ -18579,7 +18633,7 @@ listed in the PORTS list. | |||
| 18579 | ;;;*** | 18633 | ;;;*** |
| 18580 | 18634 | ||
| 18581 | ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" | 18635 | ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" |
| 18582 | ;;;;;; (20044 59100)) | 18636 | ;;;;;; (20045 40021)) |
| 18583 | ;;; Generated autoloads from net/network-stream.el | 18637 | ;;; Generated autoloads from net/network-stream.el |
| 18584 | 18638 | ||
| 18585 | (autoload 'open-network-stream "network-stream" "\ | 18639 | (autoload 'open-network-stream "network-stream" "\ |
| @@ -18675,7 +18729,7 @@ functionality. | |||
| 18675 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 18729 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 18676 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 18730 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 18677 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 18731 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 18678 | ;;;;;; "newcomment.el" (19938 7518)) | 18732 | ;;;;;; "newcomment.el" (20086 12595)) |
| 18679 | ;;; Generated autoloads from newcomment.el | 18733 | ;;; Generated autoloads from newcomment.el |
| 18680 | 18734 | ||
| 18681 | (defalias 'indent-for-comment 'comment-indent) | 18735 | (defalias 'indent-for-comment 'comment-indent) |
| @@ -18875,7 +18929,7 @@ unless optional argument SOFT is non-nil. | |||
| 18875 | ;;;*** | 18929 | ;;;*** |
| 18876 | 18930 | ||
| 18877 | ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" | 18931 | ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" |
| 18878 | ;;;;;; "net/newst-backend.el" (19918 22236)) | 18932 | ;;;;;; "net/newst-backend.el" (19919 55562)) |
| 18879 | ;;; Generated autoloads from net/newst-backend.el | 18933 | ;;; Generated autoloads from net/newst-backend.el |
| 18880 | 18934 | ||
| 18881 | (autoload 'newsticker-running-p "newst-backend" "\ | 18935 | (autoload 'newsticker-running-p "newst-backend" "\ |
| @@ -18897,7 +18951,7 @@ Run `newsticker-start-hook' if newsticker was not running already. | |||
| 18897 | ;;;*** | 18951 | ;;;*** |
| 18898 | 18952 | ||
| 18899 | ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" | 18953 | ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" |
| 18900 | ;;;;;; (19918 22236)) | 18954 | ;;;;;; (19919 55562)) |
| 18901 | ;;; Generated autoloads from net/newst-plainview.el | 18955 | ;;; Generated autoloads from net/newst-plainview.el |
| 18902 | 18956 | ||
| 18903 | (autoload 'newsticker-plainview "newst-plainview" "\ | 18957 | (autoload 'newsticker-plainview "newst-plainview" "\ |
| @@ -18908,7 +18962,7 @@ Start newsticker plainview. | |||
| 18908 | ;;;*** | 18962 | ;;;*** |
| 18909 | 18963 | ||
| 18910 | ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" | 18964 | ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" |
| 18911 | ;;;;;; (19918 22236)) | 18965 | ;;;;;; (20094 5175)) |
| 18912 | ;;; Generated autoloads from net/newst-reader.el | 18966 | ;;; Generated autoloads from net/newst-reader.el |
| 18913 | 18967 | ||
| 18914 | (autoload 'newsticker-show-news "newst-reader" "\ | 18968 | (autoload 'newsticker-show-news "newst-reader" "\ |
| @@ -18919,7 +18973,7 @@ Start reading news. You may want to bind this to a key. | |||
| 18919 | ;;;*** | 18973 | ;;;*** |
| 18920 | 18974 | ||
| 18921 | ;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) | 18975 | ;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) |
| 18922 | ;;;;;; "newst-ticker" "net/newst-ticker.el" (19845 45374)) | 18976 | ;;;;;; "newst-ticker" "net/newst-ticker.el" (19776 18657)) |
| 18923 | ;;; Generated autoloads from net/newst-ticker.el | 18977 | ;;; Generated autoloads from net/newst-ticker.el |
| 18924 | 18978 | ||
| 18925 | (autoload 'newsticker-ticker-running-p "newst-ticker" "\ | 18979 | (autoload 'newsticker-ticker-running-p "newst-ticker" "\ |
| @@ -18940,7 +18994,7 @@ running already. | |||
| 18940 | ;;;*** | 18994 | ;;;*** |
| 18941 | 18995 | ||
| 18942 | ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" | 18996 | ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" |
| 18943 | ;;;;;; (19918 22236)) | 18997 | ;;;;;; (19919 55562)) |
| 18944 | ;;; Generated autoloads from net/newst-treeview.el | 18998 | ;;; Generated autoloads from net/newst-treeview.el |
| 18945 | 18999 | ||
| 18946 | (autoload 'newsticker-treeview "newst-treeview" "\ | 19000 | (autoload 'newsticker-treeview "newst-treeview" "\ |
| @@ -18951,7 +19005,7 @@ Start newsticker treeview. | |||
| 18951 | ;;;*** | 19005 | ;;;*** |
| 18952 | 19006 | ||
| 18953 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" | 19007 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" |
| 18954 | ;;;;;; (19845 45374)) | 19008 | ;;;;;; (19776 18657)) |
| 18955 | ;;; Generated autoloads from gnus/nndiary.el | 19009 | ;;; Generated autoloads from gnus/nndiary.el |
| 18956 | 19010 | ||
| 18957 | (autoload 'nndiary-generate-nov-databases "nndiary" "\ | 19011 | (autoload 'nndiary-generate-nov-databases "nndiary" "\ |
| @@ -18961,8 +19015,8 @@ Generate NOV databases in all nndiary directories. | |||
| 18961 | 19015 | ||
| 18962 | ;;;*** | 19016 | ;;;*** |
| 18963 | 19017 | ||
| 18964 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19845 | 19018 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19776 |
| 18965 | ;;;;;; 45374)) | 19019 | ;;;;;; 18657)) |
| 18966 | ;;; Generated autoloads from gnus/nndoc.el | 19020 | ;;; Generated autoloads from gnus/nndoc.el |
| 18967 | 19021 | ||
| 18968 | (autoload 'nndoc-add-type "nndoc" "\ | 19022 | (autoload 'nndoc-add-type "nndoc" "\ |
| @@ -18977,7 +19031,7 @@ symbol in the alist. | |||
| 18977 | ;;;*** | 19031 | ;;;*** |
| 18978 | 19032 | ||
| 18979 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 19033 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 18980 | ;;;;;; (19845 45374)) | 19034 | ;;;;;; (19810 43098)) |
| 18981 | ;;; Generated autoloads from gnus/nnfolder.el | 19035 | ;;; Generated autoloads from gnus/nnfolder.el |
| 18982 | 19036 | ||
| 18983 | (autoload 'nnfolder-generate-active-file "nnfolder" "\ | 19037 | (autoload 'nnfolder-generate-active-file "nnfolder" "\ |
| @@ -18989,7 +19043,7 @@ This command does not work if you use short group names. | |||
| 18989 | ;;;*** | 19043 | ;;;*** |
| 18990 | 19044 | ||
| 18991 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 19045 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
| 18992 | ;;;;;; (19845 45374)) | 19046 | ;;;;;; (19776 18657)) |
| 18993 | ;;; Generated autoloads from gnus/nnml.el | 19047 | ;;; Generated autoloads from gnus/nnml.el |
| 18994 | 19048 | ||
| 18995 | (autoload 'nnml-generate-nov-databases "nnml" "\ | 19049 | (autoload 'nnml-generate-nov-databases "nnml" "\ |
| @@ -19000,7 +19054,7 @@ Generate NOV databases in all nnml directories. | |||
| 19000 | ;;;*** | 19054 | ;;;*** |
| 19001 | 19055 | ||
| 19002 | ;;;### (autoloads (disable-command enable-command disabled-command-function) | 19056 | ;;;### (autoloads (disable-command enable-command disabled-command-function) |
| 19003 | ;;;;;; "novice" "novice.el" (19845 45374)) | 19057 | ;;;;;; "novice" "novice.el" (19776 18657)) |
| 19004 | ;;; Generated autoloads from novice.el | 19058 | ;;; Generated autoloads from novice.el |
| 19005 | 19059 | ||
| 19006 | (defvar disabled-command-function 'disabled-command-function "\ | 19060 | (defvar disabled-command-function 'disabled-command-function "\ |
| @@ -19033,7 +19087,7 @@ to future sessions. | |||
| 19033 | ;;;*** | 19087 | ;;;*** |
| 19034 | 19088 | ||
| 19035 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" | 19089 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" |
| 19036 | ;;;;;; (19845 45374)) | 19090 | ;;;;;; (19776 18657)) |
| 19037 | ;;; Generated autoloads from textmodes/nroff-mode.el | 19091 | ;;; Generated autoloads from textmodes/nroff-mode.el |
| 19038 | 19092 | ||
| 19039 | (autoload 'nroff-mode "nroff-mode" "\ | 19093 | (autoload 'nroff-mode "nroff-mode" "\ |
| @@ -19048,7 +19102,7 @@ closing requests for requests that are used in matched pairs. | |||
| 19048 | ;;;*** | 19102 | ;;;*** |
| 19049 | 19103 | ||
| 19050 | ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" | 19104 | ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" |
| 19051 | ;;;;;; (19845 45374)) | 19105 | ;;;;;; (19776 18657)) |
| 19052 | ;;; Generated autoloads from nxml/nxml-glyph.el | 19106 | ;;; Generated autoloads from nxml/nxml-glyph.el |
| 19053 | 19107 | ||
| 19054 | (autoload 'nxml-glyph-display-string "nxml-glyph" "\ | 19108 | (autoload 'nxml-glyph-display-string "nxml-glyph" "\ |
| @@ -19060,8 +19114,8 @@ Return nil if the face cannot display a glyph for N. | |||
| 19060 | 19114 | ||
| 19061 | ;;;*** | 19115 | ;;;*** |
| 19062 | 19116 | ||
| 19063 | ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19927 | 19117 | ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19926 |
| 19064 | ;;;;;; 37225)) | 19118 | ;;;;;; 36440)) |
| 19065 | ;;; Generated autoloads from nxml/nxml-mode.el | 19119 | ;;; Generated autoloads from nxml/nxml-mode.el |
| 19066 | 19120 | ||
| 19067 | (autoload 'nxml-mode "nxml-mode" "\ | 19121 | (autoload 'nxml-mode "nxml-mode" "\ |
| @@ -19123,7 +19177,7 @@ Many aspects this mode can be customized using | |||
| 19123 | ;;;*** | 19177 | ;;;*** |
| 19124 | 19178 | ||
| 19125 | ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" | 19179 | ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" |
| 19126 | ;;;;;; "nxml/nxml-uchnm.el" (19845 45374)) | 19180 | ;;;;;; "nxml/nxml-uchnm.el" (19776 18657)) |
| 19127 | ;;; Generated autoloads from nxml/nxml-uchnm.el | 19181 | ;;; Generated autoloads from nxml/nxml-uchnm.el |
| 19128 | 19182 | ||
| 19129 | (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ | 19183 | (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ |
| @@ -19146,7 +19200,7 @@ the variable `nxml-enabled-unicode-blocks'. | |||
| 19146 | ;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe | 19200 | ;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe |
| 19147 | ;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info | 19201 | ;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info |
| 19148 | ;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" | 19202 | ;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" |
| 19149 | ;;;;;; "org/ob.el" (20045 31431)) | 19203 | ;;;;;; "org/ob.el" (20045 43619)) |
| 19150 | ;;; Generated autoloads from org/ob.el | 19204 | ;;; Generated autoloads from org/ob.el |
| 19151 | 19205 | ||
| 19152 | (autoload 'org-babel-execute-safely-maybe "ob" "\ | 19206 | (autoload 'org-babel-execute-safely-maybe "ob" "\ |
| @@ -19349,7 +19403,7 @@ Mark current src block | |||
| 19349 | ;;;*** | 19403 | ;;;*** |
| 19350 | 19404 | ||
| 19351 | ;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" | 19405 | ;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" |
| 19352 | ;;;;;; (20045 30710)) | 19406 | ;;;;;; (20045 43619)) |
| 19353 | ;;; Generated autoloads from org/ob-keys.el | 19407 | ;;; Generated autoloads from org/ob-keys.el |
| 19354 | 19408 | ||
| 19355 | (autoload 'org-babel-describe-bindings "ob-keys" "\ | 19409 | (autoload 'org-babel-describe-bindings "ob-keys" "\ |
| @@ -19360,7 +19414,7 @@ Describe all keybindings behind `org-babel-key-prefix'. | |||
| 19360 | ;;;*** | 19414 | ;;;*** |
| 19361 | 19415 | ||
| 19362 | ;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe | 19416 | ;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe |
| 19363 | ;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20045 31431)) | 19417 | ;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20045 43619)) |
| 19364 | ;;; Generated autoloads from org/ob-lob.el | 19418 | ;;; Generated autoloads from org/ob-lob.el |
| 19365 | 19419 | ||
| 19366 | (autoload 'org-babel-lob-ingest "ob-lob" "\ | 19420 | (autoload 'org-babel-lob-ingest "ob-lob" "\ |
| @@ -19385,7 +19439,7 @@ Return a Library of Babel function call as a string. | |||
| 19385 | 19439 | ||
| 19386 | ;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file | 19440 | ;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file |
| 19387 | ;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" | 19441 | ;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" |
| 19388 | ;;;;;; (20045 30712)) | 19442 | ;;;;;; (20045 43619)) |
| 19389 | ;;; Generated autoloads from org/ob-tangle.el | 19443 | ;;; Generated autoloads from org/ob-tangle.el |
| 19390 | 19444 | ||
| 19391 | (defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ | 19445 | (defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ |
| @@ -19427,7 +19481,7 @@ exported source code blocks by language. | |||
| 19427 | ;;;*** | 19481 | ;;;*** |
| 19428 | 19482 | ||
| 19429 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" | 19483 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" |
| 19430 | ;;;;;; (19968 28627)) | 19484 | ;;;;;; (19973 21789)) |
| 19431 | ;;; Generated autoloads from progmodes/octave-inf.el | 19485 | ;;; Generated autoloads from progmodes/octave-inf.el |
| 19432 | 19486 | ||
| 19433 | (autoload 'inferior-octave "octave-inf" "\ | 19487 | (autoload 'inferior-octave "octave-inf" "\ |
| @@ -19450,7 +19504,7 @@ startup file, `~/.emacs-octave'. | |||
| 19450 | ;;;*** | 19504 | ;;;*** |
| 19451 | 19505 | ||
| 19452 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 19506 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 19453 | ;;;;;; (19968 28627)) | 19507 | ;;;;;; (19973 21789)) |
| 19454 | ;;; Generated autoloads from progmodes/octave-mod.el | 19508 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 19455 | 19509 | ||
| 19456 | (autoload 'octave-mode "octave-mod" "\ | 19510 | (autoload 'octave-mode "octave-mod" "\ |
| @@ -19538,7 +19592,7 @@ including a reproducible test case and send the message. | |||
| 19538 | ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode | 19592 | ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode |
| 19539 | ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle | 19593 | ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle |
| 19540 | ;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" | 19594 | ;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" |
| 19541 | ;;;;;; (20045 30720)) | 19595 | ;;;;;; (20087 36265)) |
| 19542 | ;;; Generated autoloads from org/org.el | 19596 | ;;; Generated autoloads from org/org.el |
| 19543 | 19597 | ||
| 19544 | (autoload 'org-babel-do-load-languages "org" "\ | 19598 | (autoload 'org-babel-do-load-languages "org" "\ |
| @@ -19762,7 +19816,7 @@ Call the customize function with org as argument. | |||
| 19762 | ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list | 19816 | ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list |
| 19763 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views | 19817 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views |
| 19764 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda | 19818 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda |
| 19765 | ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20045 30712)) | 19819 | ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20064 65310)) |
| 19766 | ;;; Generated autoloads from org/org-agenda.el | 19820 | ;;; Generated autoloads from org/org-agenda.el |
| 19767 | 19821 | ||
| 19768 | (autoload 'org-agenda "org-agenda" "\ | 19822 | (autoload 'org-agenda "org-agenda" "\ |
| @@ -20007,7 +20061,7 @@ belonging to the \"Work\" category. | |||
| 20007 | 20061 | ||
| 20008 | ;;;### (autoloads (org-archive-subtree-default-with-confirmation | 20062 | ;;;### (autoloads (org-archive-subtree-default-with-confirmation |
| 20009 | ;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" | 20063 | ;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" |
| 20010 | ;;;;;; (20045 30713)) | 20064 | ;;;;;; (20045 43619)) |
| 20011 | ;;; Generated autoloads from org/org-archive.el | 20065 | ;;; Generated autoloads from org/org-archive.el |
| 20012 | 20066 | ||
| 20013 | (autoload 'org-archive-subtree-default "org-archive" "\ | 20067 | (autoload 'org-archive-subtree-default "org-archive" "\ |
| @@ -20028,7 +20082,7 @@ This command is set with the variable `org-archive-default-command'. | |||
| 20028 | ;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer | 20082 | ;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer |
| 20029 | ;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer | 20083 | ;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer |
| 20030 | ;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20045 | 20084 | ;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20045 |
| 20031 | ;;;;;; 30713)) | 20085 | ;;;;;; 43619)) |
| 20032 | ;;; Generated autoloads from org/org-ascii.el | 20086 | ;;; Generated autoloads from org/org-ascii.el |
| 20033 | 20087 | ||
| 20034 | (autoload 'org-export-as-latin1 "org-ascii" "\ | 20088 | (autoload 'org-export-as-latin1 "org-ascii" "\ |
| @@ -20102,7 +20156,7 @@ publishing directory. | |||
| 20102 | ;;;*** | 20156 | ;;;*** |
| 20103 | 20157 | ||
| 20104 | ;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20045 | 20158 | ;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20045 |
| 20105 | ;;;;;; 30713)) | 20159 | ;;;;;; 43619)) |
| 20106 | ;;; Generated autoloads from org/org-attach.el | 20160 | ;;; Generated autoloads from org/org-attach.el |
| 20107 | 20161 | ||
| 20108 | (autoload 'org-attach "org-attach" "\ | 20162 | (autoload 'org-attach "org-attach" "\ |
| @@ -20114,7 +20168,7 @@ Shows a list of commands and prompts for another key to execute a command. | |||
| 20114 | ;;;*** | 20168 | ;;;*** |
| 20115 | 20169 | ||
| 20116 | ;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" | 20170 | ;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" |
| 20117 | ;;;;;; (20045 30713)) | 20171 | ;;;;;; (20045 43619)) |
| 20118 | ;;; Generated autoloads from org/org-bbdb.el | 20172 | ;;; Generated autoloads from org/org-bbdb.el |
| 20119 | 20173 | ||
| 20120 | (autoload 'org-bbdb-anniversaries "org-bbdb" "\ | 20174 | (autoload 'org-bbdb-anniversaries "org-bbdb" "\ |
| @@ -20125,7 +20179,7 @@ Extract anniversaries from BBDB for display in the agenda. | |||
| 20125 | ;;;*** | 20179 | ;;;*** |
| 20126 | 20180 | ||
| 20127 | ;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here | 20181 | ;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here |
| 20128 | ;;;;;; org-capture) "org-capture" "org/org-capture.el" (20045 30713)) | 20182 | ;;;;;; org-capture) "org-capture" "org/org-capture.el" (20064 65339)) |
| 20129 | ;;; Generated autoloads from org/org-capture.el | 20183 | ;;; Generated autoloads from org/org-capture.el |
| 20130 | 20184 | ||
| 20131 | (autoload 'org-capture "org-capture" "\ | 20185 | (autoload 'org-capture "org-capture" "\ |
| @@ -20163,7 +20217,7 @@ Set org-capture-templates to be similar to `org-remember-templates'. | |||
| 20163 | ;;;*** | 20217 | ;;;*** |
| 20164 | 20218 | ||
| 20165 | ;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) | 20219 | ;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) |
| 20166 | ;;;;;; "org-clock" "org/org-clock.el" (20045 30713)) | 20220 | ;;;;;; "org-clock" "org/org-clock.el" (20064 65359)) |
| 20167 | ;;; Generated autoloads from org/org-clock.el | 20221 | ;;; Generated autoloads from org/org-clock.el |
| 20168 | 20222 | ||
| 20169 | (autoload 'org-get-clocktable "org-clock" "\ | 20223 | (autoload 'org-get-clocktable "org-clock" "\ |
| @@ -20181,7 +20235,7 @@ Set up hooks for clock persistence. | |||
| 20181 | ;;;*** | 20235 | ;;;*** |
| 20182 | 20236 | ||
| 20183 | ;;;### (autoloads (org-datetree-find-date-create) "org-datetree" | 20237 | ;;;### (autoloads (org-datetree-find-date-create) "org-datetree" |
| 20184 | ;;;;;; "org/org-datetree.el" (20045 30713)) | 20238 | ;;;;;; "org/org-datetree.el" (20045 43619)) |
| 20185 | ;;; Generated autoloads from org/org-datetree.el | 20239 | ;;; Generated autoloads from org/org-datetree.el |
| 20186 | 20240 | ||
| 20187 | (autoload 'org-datetree-find-date-create "org-datetree" "\ | 20241 | (autoload 'org-datetree-find-date-create "org-datetree" "\ |
| @@ -20197,7 +20251,7 @@ tree can be found. | |||
| 20197 | ;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open | 20251 | ;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open |
| 20198 | ;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook | 20252 | ;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook |
| 20199 | ;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) | 20253 | ;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) |
| 20200 | ;;;;;; "org-docbook" "org/org-docbook.el" (20045 30713)) | 20254 | ;;;;;; "org-docbook" "org/org-docbook.el" (20045 43619)) |
| 20201 | ;;; Generated autoloads from org/org-docbook.el | 20255 | ;;; Generated autoloads from org/org-docbook.el |
| 20202 | 20256 | ||
| 20203 | (autoload 'org-export-as-docbook-batch "org-docbook" "\ | 20257 | (autoload 'org-export-as-docbook-batch "org-docbook" "\ |
| @@ -20274,7 +20328,7 @@ publishing directory. | |||
| 20274 | 20328 | ||
| 20275 | ;;;### (autoloads (org-insert-export-options-template org-export-as-org | 20329 | ;;;### (autoloads (org-insert-export-options-template org-export-as-org |
| 20276 | ;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" | 20330 | ;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" |
| 20277 | ;;;;;; (20045 30715)) | 20331 | ;;;;;; (20064 65454)) |
| 20278 | ;;; Generated autoloads from org/org-exp.el | 20332 | ;;; Generated autoloads from org/org-exp.el |
| 20279 | 20333 | ||
| 20280 | (autoload 'org-export "org-exp" "\ | 20334 | (autoload 'org-export "org-exp" "\ |
| @@ -20335,8 +20389,8 @@ Insert into the buffer a template with information for exporting. | |||
| 20335 | ;;;*** | 20389 | ;;;*** |
| 20336 | 20390 | ||
| 20337 | ;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update | 20391 | ;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update |
| 20338 | ;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20045 | 20392 | ;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20064 |
| 20339 | ;;;;;; 30715)) | 20393 | ;;;;;; 65463)) |
| 20340 | ;;; Generated autoloads from org/org-feed.el | 20394 | ;;; Generated autoloads from org/org-feed.el |
| 20341 | 20395 | ||
| 20342 | (autoload 'org-feed-update-all "org-feed" "\ | 20396 | (autoload 'org-feed-update-all "org-feed" "\ |
| @@ -20364,7 +20418,7 @@ Show the raw feed buffer of a feed. | |||
| 20364 | ;;;*** | 20418 | ;;;*** |
| 20365 | 20419 | ||
| 20366 | ;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" | 20420 | ;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" |
| 20367 | ;;;;;; "org/org-footnote.el" (20045 30715)) | 20421 | ;;;;;; "org/org-footnote.el" (20045 43619)) |
| 20368 | ;;; Generated autoloads from org/org-footnote.el | 20422 | ;;; Generated autoloads from org/org-footnote.el |
| 20369 | 20423 | ||
| 20370 | (autoload 'org-footnote-action "org-footnote" "\ | 20424 | (autoload 'org-footnote-action "org-footnote" "\ |
| @@ -20415,7 +20469,7 @@ Additional note on `org-footnote-insert-pos-for-preprocessor': | |||
| 20415 | ;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree | 20469 | ;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree |
| 20416 | ;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node | 20470 | ;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node |
| 20417 | ;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" | 20471 | ;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" |
| 20418 | ;;;;;; "org/org-freemind.el" (20045 31431)) | 20472 | ;;;;;; "org/org-freemind.el" (20045 43619)) |
| 20419 | ;;; Generated autoloads from org/org-freemind.el | 20473 | ;;; Generated autoloads from org/org-freemind.el |
| 20420 | 20474 | ||
| 20421 | (autoload 'org-export-as-freemind "org-freemind" "\ | 20475 | (autoload 'org-export-as-freemind "org-freemind" "\ |
| @@ -20476,7 +20530,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE. | |||
| 20476 | ;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html | 20530 | ;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html |
| 20477 | ;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer | 20531 | ;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer |
| 20478 | ;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" | 20532 | ;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" |
| 20479 | ;;;;;; "org/org-html.el" (20045 30715)) | 20533 | ;;;;;; "org/org-html.el" (20064 65473)) |
| 20480 | ;;; Generated autoloads from org/org-html.el | 20534 | ;;; Generated autoloads from org/org-html.el |
| 20481 | 20535 | ||
| 20482 | (put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) | 20536 | (put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) |
| @@ -20570,7 +20624,7 @@ that uses these same face definitions. | |||
| 20570 | 20624 | ||
| 20571 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files | 20625 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files |
| 20572 | ;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" | 20626 | ;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" |
| 20573 | ;;;;;; (20045 30716)) | 20627 | ;;;;;; (20045 43619)) |
| 20574 | ;;; Generated autoloads from org/org-icalendar.el | 20628 | ;;; Generated autoloads from org/org-icalendar.el |
| 20575 | 20629 | ||
| 20576 | (autoload 'org-export-icalendar-this-file "org-icalendar" "\ | 20630 | (autoload 'org-export-icalendar-this-file "org-icalendar" "\ |
| @@ -20598,7 +20652,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'. | |||
| 20598 | ;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find | 20652 | ;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find |
| 20599 | ;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion | 20653 | ;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion |
| 20600 | ;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" | 20654 | ;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" |
| 20601 | ;;;;;; (20045 30716)) | 20655 | ;;;;;; (20064 65485)) |
| 20602 | ;;; Generated autoloads from org/org-id.el | 20656 | ;;; Generated autoloads from org/org-id.el |
| 20603 | 20657 | ||
| 20604 | (autoload 'org-id-get-create "org-id" "\ | 20658 | (autoload 'org-id-get-create "org-id" "\ |
| @@ -20667,7 +20721,7 @@ Store a link to the current entry, using its ID. | |||
| 20667 | ;;;*** | 20721 | ;;;*** |
| 20668 | 20722 | ||
| 20669 | ;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" | 20723 | ;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" |
| 20670 | ;;;;;; (20045 30716)) | 20724 | ;;;;;; (20045 43619)) |
| 20671 | ;;; Generated autoloads from org/org-indent.el | 20725 | ;;; Generated autoloads from org/org-indent.el |
| 20672 | 20726 | ||
| 20673 | (autoload 'org-indent-mode "org-indent" "\ | 20727 | (autoload 'org-indent-mode "org-indent" "\ |
| @@ -20682,7 +20736,7 @@ FIXME: How to update when broken? | |||
| 20682 | ;;;*** | 20736 | ;;;*** |
| 20683 | 20737 | ||
| 20684 | ;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" | 20738 | ;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" |
| 20685 | ;;;;;; (20045 30716)) | 20739 | ;;;;;; (20064 65516)) |
| 20686 | ;;; Generated autoloads from org/org-irc.el | 20740 | ;;; Generated autoloads from org/org-irc.el |
| 20687 | 20741 | ||
| 20688 | (autoload 'org-irc-store-link "org-irc" "\ | 20742 | (autoload 'org-irc-store-link "org-irc" "\ |
| @@ -20695,7 +20749,7 @@ Dispatch to the appropriate function to store a link to an IRC session. | |||
| 20695 | ;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex | 20749 | ;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex |
| 20696 | ;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer | 20750 | ;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer |
| 20697 | ;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" | 20751 | ;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" |
| 20698 | ;;;;;; (20045 30716)) | 20752 | ;;;;;; (20045 43619)) |
| 20699 | ;;; Generated autoloads from org/org-latex.el | 20753 | ;;; Generated autoloads from org/org-latex.el |
| 20700 | 20754 | ||
| 20701 | (autoload 'org-export-as-latex-batch "org-latex" "\ | 20755 | (autoload 'org-export-as-latex-batch "org-latex" "\ |
| @@ -20775,8 +20829,8 @@ Export as LaTeX, then process through to PDF, and open. | |||
| 20775 | ;;;*** | 20829 | ;;;*** |
| 20776 | 20830 | ||
| 20777 | ;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull | 20831 | ;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull |
| 20778 | ;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20045 | 20832 | ;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20064 |
| 20779 | ;;;;;; 30717)) | 20833 | ;;;;;; 65527)) |
| 20780 | ;;; Generated autoloads from org/org-mobile.el | 20834 | ;;; Generated autoloads from org/org-mobile.el |
| 20781 | 20835 | ||
| 20782 | (autoload 'org-mobile-push "org-mobile" "\ | 20836 | (autoload 'org-mobile-push "org-mobile" "\ |
| @@ -20801,7 +20855,7 @@ Create a file that contains all custom agenda views. | |||
| 20801 | ;;;*** | 20855 | ;;;*** |
| 20802 | 20856 | ||
| 20803 | ;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" | 20857 | ;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" |
| 20804 | ;;;;;; (20045 30717)) | 20858 | ;;;;;; (20045 43619)) |
| 20805 | ;;; Generated autoloads from org/org-plot.el | 20859 | ;;; Generated autoloads from org/org-plot.el |
| 20806 | 20860 | ||
| 20807 | (autoload 'org-plot/gnuplot "org-plot" "\ | 20861 | (autoload 'org-plot/gnuplot "org-plot" "\ |
| @@ -20815,7 +20869,7 @@ line directly before or after the table. | |||
| 20815 | 20869 | ||
| 20816 | ;;;### (autoloads (org-publish-current-project org-publish-current-file | 20870 | ;;;### (autoloads (org-publish-current-project org-publish-current-file |
| 20817 | ;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" | 20871 | ;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" |
| 20818 | ;;;;;; (20045 30718)) | 20872 | ;;;;;; (20065 2)) |
| 20819 | ;;; Generated autoloads from org/org-publish.el | 20873 | ;;; Generated autoloads from org/org-publish.el |
| 20820 | 20874 | ||
| 20821 | (defalias 'org-publish-project 'org-publish) | 20875 | (defalias 'org-publish-project 'org-publish) |
| @@ -20849,7 +20903,7 @@ the project. | |||
| 20849 | 20903 | ||
| 20850 | ;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template | 20904 | ;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template |
| 20851 | ;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" | 20905 | ;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" |
| 20852 | ;;;;;; "org/org-remember.el" (20045 30718)) | 20906 | ;;;;;; "org/org-remember.el" (20065 23)) |
| 20853 | ;;; Generated autoloads from org/org-remember.el | 20907 | ;;; Generated autoloads from org/org-remember.el |
| 20854 | 20908 | ||
| 20855 | (autoload 'org-remember-insinuate "org-remember" "\ | 20909 | (autoload 'org-remember-insinuate "org-remember" "\ |
| @@ -20925,7 +20979,7 @@ See also the variable `org-reverse-note-order'. | |||
| 20925 | ;;;*** | 20979 | ;;;*** |
| 20926 | 20980 | ||
| 20927 | ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) | 20981 | ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) |
| 20928 | ;;;;;; "org-table" "org/org-table.el" (20045 30718)) | 20982 | ;;;;;; "org-table" "org/org-table.el" (20045 43619)) |
| 20929 | ;;; Generated autoloads from org/org-table.el | 20983 | ;;; Generated autoloads from org/org-table.el |
| 20930 | 20984 | ||
| 20931 | (autoload 'turn-on-orgtbl "org-table" "\ | 20985 | (autoload 'turn-on-orgtbl "org-table" "\ |
| @@ -20949,7 +21003,7 @@ The table is taken from the parameter TXT, or from the buffer at point. | |||
| 20949 | ;;;*** | 21003 | ;;;*** |
| 20950 | 21004 | ||
| 20951 | ;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) | 21005 | ;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) |
| 20952 | ;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20045 30718)) | 21006 | ;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20045 43619)) |
| 20953 | ;;; Generated autoloads from org/org-taskjuggler.el | 21007 | ;;; Generated autoloads from org/org-taskjuggler.el |
| 20954 | 21008 | ||
| 20955 | (autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ | 21009 | (autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ |
| @@ -20977,7 +21031,7 @@ with the TaskJuggler GUI. | |||
| 20977 | 21031 | ||
| 20978 | ;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region | 21032 | ;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region |
| 20979 | ;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" | 21033 | ;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" |
| 20980 | ;;;;;; (20045 30718)) | 21034 | ;;;;;; (20045 43619)) |
| 20981 | ;;; Generated autoloads from org/org-timer.el | 21035 | ;;; Generated autoloads from org/org-timer.el |
| 20982 | 21036 | ||
| 20983 | (autoload 'org-timer-start "org-timer" "\ | 21037 | (autoload 'org-timer-start "org-timer" "\ |
| @@ -21038,7 +21092,7 @@ replace any running timer. | |||
| 21038 | ;;;*** | 21092 | ;;;*** |
| 21039 | 21093 | ||
| 21040 | ;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" | 21094 | ;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" |
| 21041 | ;;;;;; (20045 30719)) | 21095 | ;;;;;; (20045 43619)) |
| 21042 | ;;; Generated autoloads from org/org-xoxo.el | 21096 | ;;; Generated autoloads from org/org-xoxo.el |
| 21043 | 21097 | ||
| 21044 | (autoload 'org-export-as-xoxo "org-xoxo" "\ | 21098 | (autoload 'org-export-as-xoxo "org-xoxo" "\ |
| @@ -21050,7 +21104,7 @@ The XOXO buffer is named *xoxo-<source buffer name>* | |||
| 21050 | ;;;*** | 21104 | ;;;*** |
| 21051 | 21105 | ||
| 21052 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" | 21106 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" |
| 21053 | ;;;;;; (19886 45771)) | 21107 | ;;;;;; (20087 36265)) |
| 21054 | ;;; Generated autoloads from outline.el | 21108 | ;;; Generated autoloads from outline.el |
| 21055 | (put 'outline-regexp 'safe-local-variable 'stringp) | 21109 | (put 'outline-regexp 'safe-local-variable 'stringp) |
| 21056 | (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) | 21110 | (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) |
| @@ -21111,7 +21165,7 @@ See the command `outline-mode' for more information on this mode. | |||
| 21111 | ;;;### (autoloads (list-packages describe-package package-initialize | 21165 | ;;;### (autoloads (list-packages describe-package package-initialize |
| 21112 | ;;;;;; package-install-file package-install-from-buffer package-install | 21166 | ;;;;;; package-install-file package-install-from-buffer package-install |
| 21113 | ;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el" | 21167 | ;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el" |
| 21114 | ;;;;;; (20059 26455)) | 21168 | ;;;;;; (20087 36265)) |
| 21115 | ;;; Generated autoloads from emacs-lisp/package.el | 21169 | ;;; Generated autoloads from emacs-lisp/package.el |
| 21116 | 21170 | ||
| 21117 | (defvar package-enable-at-startup t "\ | 21171 | (defvar package-enable-at-startup t "\ |
| @@ -21174,7 +21228,7 @@ The list is displayed in a buffer named `*Packages*'. | |||
| 21174 | 21228 | ||
| 21175 | ;;;*** | 21229 | ;;;*** |
| 21176 | 21230 | ||
| 21177 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19845 45374)) | 21231 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20075 38050)) |
| 21178 | ;;; Generated autoloads from paren.el | 21232 | ;;; Generated autoloads from paren.el |
| 21179 | 21233 | ||
| 21180 | (defvar show-paren-mode nil "\ | 21234 | (defvar show-paren-mode nil "\ |
| @@ -21199,7 +21253,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time. | |||
| 21199 | ;;;*** | 21253 | ;;;*** |
| 21200 | 21254 | ||
| 21201 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" | 21255 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" |
| 21202 | ;;;;;; (19845 45374)) | 21256 | ;;;;;; (19776 18657)) |
| 21203 | ;;; Generated autoloads from calendar/parse-time.el | 21257 | ;;; Generated autoloads from calendar/parse-time.el |
| 21204 | (put 'parse-time-rules 'risky-local-variable t) | 21258 | (put 'parse-time-rules 'risky-local-variable t) |
| 21205 | 21259 | ||
| @@ -21212,8 +21266,8 @@ unknown are returned as nil. | |||
| 21212 | 21266 | ||
| 21213 | ;;;*** | 21267 | ;;;*** |
| 21214 | 21268 | ||
| 21215 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19968 | 21269 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19973 |
| 21216 | ;;;;;; 28627)) | 21270 | ;;;;;; 21789)) |
| 21217 | ;;; Generated autoloads from progmodes/pascal.el | 21271 | ;;; Generated autoloads from progmodes/pascal.el |
| 21218 | 21272 | ||
| 21219 | (autoload 'pascal-mode "pascal" "\ | 21273 | (autoload 'pascal-mode "pascal" "\ |
| @@ -21266,7 +21320,7 @@ no args, if that value is non-nil. | |||
| 21266 | ;;;*** | 21320 | ;;;*** |
| 21267 | 21321 | ||
| 21268 | ;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) | 21322 | ;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) |
| 21269 | ;;;;;; "password-cache" "password-cache.el" (19845 45374)) | 21323 | ;;;;;; "password-cache" "password-cache.el" (20089 62475)) |
| 21270 | ;;; Generated autoloads from password-cache.el | 21324 | ;;; Generated autoloads from password-cache.el |
| 21271 | 21325 | ||
| 21272 | (defvar password-cache t "\ | 21326 | (defvar password-cache t "\ |
| @@ -21288,7 +21342,7 @@ Check if KEY is in the cache. | |||
| 21288 | ;;;*** | 21342 | ;;;*** |
| 21289 | 21343 | ||
| 21290 | ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" | 21344 | ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" |
| 21291 | ;;;;;; (19863 8742)) | 21345 | ;;;;;; (19875 21674)) |
| 21292 | ;;; Generated autoloads from emacs-lisp/pcase.el | 21346 | ;;; Generated autoloads from emacs-lisp/pcase.el |
| 21293 | 21347 | ||
| 21294 | (autoload 'pcase "pcase" "\ | 21348 | (autoload 'pcase "pcase" "\ |
| @@ -21347,8 +21401,8 @@ of the form (UPAT EXP). | |||
| 21347 | 21401 | ||
| 21348 | ;;;*** | 21402 | ;;;*** |
| 21349 | 21403 | ||
| 21350 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19845 | 21404 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19776 |
| 21351 | ;;;;;; 45374)) | 21405 | ;;;;;; 18657)) |
| 21352 | ;;; Generated autoloads from pcmpl-cvs.el | 21406 | ;;; Generated autoloads from pcmpl-cvs.el |
| 21353 | 21407 | ||
| 21354 | (autoload 'pcomplete/cvs "pcmpl-cvs" "\ | 21408 | (autoload 'pcomplete/cvs "pcmpl-cvs" "\ |
| @@ -21359,7 +21413,7 @@ Completion rules for the `cvs' command. | |||
| 21359 | ;;;*** | 21413 | ;;;*** |
| 21360 | 21414 | ||
| 21361 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) | 21415 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) |
| 21362 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19845 45374)) | 21416 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19776 18657)) |
| 21363 | ;;; Generated autoloads from pcmpl-gnu.el | 21417 | ;;; Generated autoloads from pcmpl-gnu.el |
| 21364 | 21418 | ||
| 21365 | (autoload 'pcomplete/gzip "pcmpl-gnu" "\ | 21419 | (autoload 'pcomplete/gzip "pcmpl-gnu" "\ |
| @@ -21387,7 +21441,7 @@ Completion for the GNU tar utility. | |||
| 21387 | ;;;*** | 21441 | ;;;*** |
| 21388 | 21442 | ||
| 21389 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 21443 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 21390 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19986 58615)) | 21444 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19986 9815)) |
| 21391 | ;;; Generated autoloads from pcmpl-linux.el | 21445 | ;;; Generated autoloads from pcmpl-linux.el |
| 21392 | 21446 | ||
| 21393 | (autoload 'pcomplete/kill "pcmpl-linux" "\ | 21447 | (autoload 'pcomplete/kill "pcmpl-linux" "\ |
| @@ -21407,8 +21461,8 @@ Completion for GNU/Linux `mount'. | |||
| 21407 | 21461 | ||
| 21408 | ;;;*** | 21462 | ;;;*** |
| 21409 | 21463 | ||
| 21410 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19961 | 21464 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19960 |
| 21411 | ;;;;;; 55377)) | 21465 | ;;;;;; 64955)) |
| 21412 | ;;; Generated autoloads from pcmpl-rpm.el | 21466 | ;;; Generated autoloads from pcmpl-rpm.el |
| 21413 | 21467 | ||
| 21414 | (autoload 'pcomplete/rpm "pcmpl-rpm" "\ | 21468 | (autoload 'pcomplete/rpm "pcmpl-rpm" "\ |
| @@ -21420,7 +21474,7 @@ Completion for the `rpm' command. | |||
| 21420 | 21474 | ||
| 21421 | ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown | 21475 | ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown |
| 21422 | ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir | 21476 | ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir |
| 21423 | ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19845 45374)) | 21477 | ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19776 18657)) |
| 21424 | ;;; Generated autoloads from pcmpl-unix.el | 21478 | ;;; Generated autoloads from pcmpl-unix.el |
| 21425 | 21479 | ||
| 21426 | (autoload 'pcomplete/cd "pcmpl-unix" "\ | 21480 | (autoload 'pcomplete/cd "pcmpl-unix" "\ |
| @@ -21477,8 +21531,8 @@ Includes files as well as host names followed by a colon. | |||
| 21477 | 21531 | ||
| 21478 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 21532 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 21479 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 21533 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 21480 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20051 | 21534 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20089 |
| 21481 | ;;;;;; 32345)) | 21535 | ;;;;;; 62475)) |
| 21482 | ;;; Generated autoloads from pcomplete.el | 21536 | ;;; Generated autoloads from pcomplete.el |
| 21483 | 21537 | ||
| 21484 | (autoload 'pcomplete "pcomplete" "\ | 21538 | (autoload 'pcomplete "pcomplete" "\ |
| @@ -21537,7 +21591,7 @@ Setup `shell-mode' to use pcomplete. | |||
| 21537 | 21591 | ||
| 21538 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 21592 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 21539 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 21593 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 21540 | ;;;;;; "vc/pcvs.el" (19845 45374)) | 21594 | ;;;;;; "vc/pcvs.el" (19776 18657)) |
| 21541 | ;;; Generated autoloads from vc/pcvs.el | 21595 | ;;; Generated autoloads from vc/pcvs.el |
| 21542 | 21596 | ||
| 21543 | (autoload 'cvs-checkout "pcvs" "\ | 21597 | (autoload 'cvs-checkout "pcvs" "\ |
| @@ -21612,7 +21666,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 21612 | 21666 | ||
| 21613 | ;;;*** | 21667 | ;;;*** |
| 21614 | 21668 | ||
| 21615 | ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20062 2656)) | 21669 | ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20060 65453)) |
| 21616 | ;;; Generated autoloads from vc/pcvs-defs.el | 21670 | ;;; Generated autoloads from vc/pcvs-defs.el |
| 21617 | 21671 | ||
| 21618 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m))) | 21672 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m))) |
| @@ -21620,7 +21674,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 21620 | ;;;*** | 21674 | ;;;*** |
| 21621 | 21675 | ||
| 21622 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 21676 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 21623 | ;;;;;; (19911 48973)) | 21677 | ;;;;;; (19910 57138)) |
| 21624 | ;;; Generated autoloads from progmodes/perl-mode.el | 21678 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 21625 | (put 'perl-indent-level 'safe-local-variable 'integerp) | 21679 | (put 'perl-indent-level 'safe-local-variable 'integerp) |
| 21626 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) | 21680 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) |
| @@ -21682,7 +21736,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 21682 | ;;;*** | 21736 | ;;;*** |
| 21683 | 21737 | ||
| 21684 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 21738 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 21685 | ;;;;;; (19845 45374)) | 21739 | ;;;;;; (20092 45613)) |
| 21686 | ;;; Generated autoloads from textmodes/picture.el | 21740 | ;;; Generated autoloads from textmodes/picture.el |
| 21687 | 21741 | ||
| 21688 | (autoload 'picture-mode "picture" "\ | 21742 | (autoload 'picture-mode "picture" "\ |
| @@ -21762,8 +21816,8 @@ they are not defaultly assigned to keys. | |||
| 21762 | 21816 | ||
| 21763 | ;;;*** | 21817 | ;;;*** |
| 21764 | 21818 | ||
| 21765 | ;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (19990 | 21819 | ;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20076 |
| 21766 | ;;;;;; 55648)) | 21820 | ;;;;;; 61048)) |
| 21767 | ;;; Generated autoloads from gnus/plstore.el | 21821 | ;;; Generated autoloads from gnus/plstore.el |
| 21768 | 21822 | ||
| 21769 | (autoload 'plstore-open "plstore" "\ | 21823 | (autoload 'plstore-open "plstore" "\ |
| @@ -21774,7 +21828,7 @@ Create a plstore instance associated with FILE. | |||
| 21774 | ;;;*** | 21828 | ;;;*** |
| 21775 | 21829 | ||
| 21776 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 21830 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 21777 | ;;;;;; (19845 45374)) | 21831 | ;;;;;; (19776 18657)) |
| 21778 | ;;; Generated autoloads from textmodes/po.el | 21832 | ;;; Generated autoloads from textmodes/po.el |
| 21779 | 21833 | ||
| 21780 | (autoload 'po-find-file-coding-system "po" "\ | 21834 | (autoload 'po-find-file-coding-system "po" "\ |
| @@ -21785,7 +21839,7 @@ Called through `file-coding-system-alist', before the file is visited for real. | |||
| 21785 | 21839 | ||
| 21786 | ;;;*** | 21840 | ;;;*** |
| 21787 | 21841 | ||
| 21788 | ;;;### (autoloads (pong) "pong" "play/pong.el" (19845 45374)) | 21842 | ;;;### (autoloads (pong) "pong" "play/pong.el" (19797 54173)) |
| 21789 | ;;; Generated autoloads from play/pong.el | 21843 | ;;; Generated autoloads from play/pong.el |
| 21790 | 21844 | ||
| 21791 | (autoload 'pong "pong" "\ | 21845 | (autoload 'pong "pong" "\ |
| @@ -21801,7 +21855,7 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 21801 | 21855 | ||
| 21802 | ;;;*** | 21856 | ;;;*** |
| 21803 | 21857 | ||
| 21804 | ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20048 56149)) | 21858 | ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20090 40643)) |
| 21805 | ;;; Generated autoloads from gnus/pop3.el | 21859 | ;;; Generated autoloads from gnus/pop3.el |
| 21806 | 21860 | ||
| 21807 | (autoload 'pop3-movemail "pop3" "\ | 21861 | (autoload 'pop3-movemail "pop3" "\ |
| @@ -21814,7 +21868,7 @@ Use streaming commands. | |||
| 21814 | 21868 | ||
| 21815 | ;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression | 21869 | ;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression |
| 21816 | ;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" | 21870 | ;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" |
| 21817 | ;;;;;; (19845 45374)) | 21871 | ;;;;;; (19776 18657)) |
| 21818 | ;;; Generated autoloads from emacs-lisp/pp.el | 21872 | ;;; Generated autoloads from emacs-lisp/pp.el |
| 21819 | 21873 | ||
| 21820 | (autoload 'pp-to-string "pp" "\ | 21874 | (autoload 'pp-to-string "pp" "\ |
| @@ -21882,7 +21936,7 @@ Ignores leading comment characters. | |||
| 21882 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview | 21936 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview |
| 21883 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript | 21937 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript |
| 21884 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" | 21938 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" |
| 21885 | ;;;;;; (19999 41597)) | 21939 | ;;;;;; (20001 58878)) |
| 21886 | ;;; Generated autoloads from printing.el | 21940 | ;;; Generated autoloads from printing.el |
| 21887 | 21941 | ||
| 21888 | (autoload 'pr-interface "printing" "\ | 21942 | (autoload 'pr-interface "printing" "\ |
| @@ -22469,7 +22523,7 @@ are both set to t. | |||
| 22469 | 22523 | ||
| 22470 | ;;;*** | 22524 | ;;;*** |
| 22471 | 22525 | ||
| 22472 | ;;;### (autoloads (proced) "proced" "proced.el" (20053 39261)) | 22526 | ;;;### (autoloads (proced) "proced" "proced.el" (20053 38615)) |
| 22473 | ;;; Generated autoloads from proced.el | 22527 | ;;; Generated autoloads from proced.el |
| 22474 | 22528 | ||
| 22475 | (autoload 'proced "proced" "\ | 22529 | (autoload 'proced "proced" "\ |
| @@ -22485,7 +22539,7 @@ See `proced-mode' for a description of features available in Proced buffers. | |||
| 22485 | ;;;*** | 22539 | ;;;*** |
| 22486 | 22540 | ||
| 22487 | ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" | 22541 | ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" |
| 22488 | ;;;;;; "progmodes/prolog.el" (19890 42850)) | 22542 | ;;;;;; "progmodes/prolog.el" (19891 13894)) |
| 22489 | ;;; Generated autoloads from progmodes/prolog.el | 22543 | ;;; Generated autoloads from progmodes/prolog.el |
| 22490 | 22544 | ||
| 22491 | (autoload 'prolog-mode "prolog" "\ | 22545 | (autoload 'prolog-mode "prolog" "\ |
| @@ -22520,8 +22574,8 @@ With prefix argument ARG, restart the Prolog process if running before. | |||
| 22520 | 22574 | ||
| 22521 | ;;;*** | 22575 | ;;;*** |
| 22522 | 22576 | ||
| 22523 | ;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19845 | 22577 | ;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19786 |
| 22524 | ;;;;;; 45374)) | 22578 | ;;;;;; 56076)) |
| 22525 | ;;; Generated autoloads from ps-bdf.el | 22579 | ;;; Generated autoloads from ps-bdf.el |
| 22526 | 22580 | ||
| 22527 | (defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ | 22581 | (defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ |
| @@ -22532,8 +22586,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 22532 | 22586 | ||
| 22533 | ;;;*** | 22587 | ;;;*** |
| 22534 | 22588 | ||
| 22535 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19961 | 22589 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19960 |
| 22536 | ;;;;;; 55377)) | 22590 | ;;;;;; 63962)) |
| 22537 | ;;; Generated autoloads from progmodes/ps-mode.el | 22591 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 22538 | 22592 | ||
| 22539 | (autoload 'ps-mode "ps-mode" "\ | 22593 | (autoload 'ps-mode "ps-mode" "\ |
| @@ -22584,8 +22638,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 22584 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 22638 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 22585 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 22639 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 22586 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 22640 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 22587 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19931 | 22641 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20089 |
| 22588 | ;;;;;; 11784)) | 22642 | ;;;;;; 62475)) |
| 22589 | ;;; Generated autoloads from ps-print.el | 22643 | ;;; Generated autoloads from ps-print.el |
| 22590 | 22644 | ||
| 22591 | (defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ | 22645 | (defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ |
| @@ -22782,7 +22836,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 22782 | ;;;*** | 22836 | ;;;*** |
| 22783 | 22837 | ||
| 22784 | ;;;### (autoloads (jython-mode python-mode python-after-info-look | 22838 | ;;;### (autoloads (jython-mode python-mode python-after-info-look |
| 22785 | ;;;;;; run-python) "python" "progmodes/python.el" (19975 1875)) | 22839 | ;;;;;; run-python) "python" "progmodes/python.el" (20075 52608)) |
| 22786 | ;;; Generated autoloads from progmodes/python.el | 22840 | ;;; Generated autoloads from progmodes/python.el |
| 22787 | 22841 | ||
| 22788 | (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) | 22842 | (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) |
| @@ -22868,7 +22922,7 @@ Runs `jython-mode-hook' after `python-mode-hook'. | |||
| 22868 | ;;;*** | 22922 | ;;;*** |
| 22869 | 22923 | ||
| 22870 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" | 22924 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" |
| 22871 | ;;;;;; (19845 45374)) | 22925 | ;;;;;; (19776 18657)) |
| 22872 | ;;; Generated autoloads from gnus/qp.el | 22926 | ;;; Generated autoloads from gnus/qp.el |
| 22873 | 22927 | ||
| 22874 | (autoload 'quoted-printable-decode-region "qp" "\ | 22928 | (autoload 'quoted-printable-decode-region "qp" "\ |
| @@ -22891,7 +22945,7 @@ them into characters should be done separately. | |||
| 22891 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 22945 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 22892 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 22946 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 22893 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 22947 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 22894 | ;;;;;; "international/quail.el" (19943 25429)) | 22948 | ;;;;;; "international/quail.el" (19946 35279)) |
| 22895 | ;;; Generated autoloads from international/quail.el | 22949 | ;;; Generated autoloads from international/quail.el |
| 22896 | 22950 | ||
| 22897 | (autoload 'quail-title "quail" "\ | 22951 | (autoload 'quail-title "quail" "\ |
| @@ -23123,7 +23177,7 @@ of each directory. | |||
| 23123 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 23177 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 23124 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 23178 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 23125 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20054 | 23179 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20054 |
| 23126 | ;;;;;; 8529)) | 23180 | ;;;;;; 26468)) |
| 23127 | ;;; Generated autoloads from net/quickurl.el | 23181 | ;;; Generated autoloads from net/quickurl.el |
| 23128 | 23182 | ||
| 23129 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ | 23183 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ |
| @@ -23195,7 +23249,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 23195 | ;;;*** | 23249 | ;;;*** |
| 23196 | 23250 | ||
| 23197 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" | 23251 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" |
| 23198 | ;;;;;; "net/rcirc.el" (20058 5591)) | 23252 | ;;;;;; "net/rcirc.el" (20072 59809)) |
| 23199 | ;;; Generated autoloads from net/rcirc.el | 23253 | ;;; Generated autoloads from net/rcirc.el |
| 23200 | 23254 | ||
| 23201 | (autoload 'rcirc "rcirc" "\ | 23255 | (autoload 'rcirc "rcirc" "\ |
| @@ -23230,8 +23284,8 @@ Global minor mode for tracking activity in rcirc buffers. | |||
| 23230 | 23284 | ||
| 23231 | ;;;*** | 23285 | ;;;*** |
| 23232 | 23286 | ||
| 23233 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19845 | 23287 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19776 |
| 23234 | ;;;;;; 45374)) | 23288 | ;;;;;; 18657)) |
| 23235 | ;;; Generated autoloads from net/rcompile.el | 23289 | ;;; Generated autoloads from net/rcompile.el |
| 23236 | 23290 | ||
| 23237 | (autoload 'remote-compile "rcompile" "\ | 23291 | (autoload 'remote-compile "rcompile" "\ |
| @@ -23243,7 +23297,7 @@ See \\[compile]. | |||
| 23243 | ;;;*** | 23297 | ;;;*** |
| 23244 | 23298 | ||
| 23245 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 23299 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 23246 | ;;;;;; (19975 1875)) | 23300 | ;;;;;; (19974 43253)) |
| 23247 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 23301 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 23248 | 23302 | ||
| 23249 | (defalias 'regexp-builder 're-builder) | 23303 | (defalias 'regexp-builder 're-builder) |
| @@ -23261,7 +23315,7 @@ matching parts of the target buffer will be highlighted. | |||
| 23261 | 23315 | ||
| 23262 | ;;;*** | 23316 | ;;;*** |
| 23263 | 23317 | ||
| 23264 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19886 45771)) | 23318 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19888 59421)) |
| 23265 | ;;; Generated autoloads from recentf.el | 23319 | ;;; Generated autoloads from recentf.el |
| 23266 | 23320 | ||
| 23267 | (defvar recentf-mode nil "\ | 23321 | (defvar recentf-mode nil "\ |
| @@ -23289,7 +23343,7 @@ that were operated on recently. | |||
| 23289 | ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle | 23343 | ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle |
| 23290 | ;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle | 23344 | ;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle |
| 23291 | ;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el" | 23345 | ;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el" |
| 23292 | ;;;;;; (19999 41597)) | 23346 | ;;;;;; (20001 58878)) |
| 23293 | ;;; Generated autoloads from rect.el | 23347 | ;;; Generated autoloads from rect.el |
| 23294 | (define-key ctl-x-r-map "c" 'clear-rectangle) | 23348 | (define-key ctl-x-r-map "c" 'clear-rectangle) |
| 23295 | (define-key ctl-x-r-map "k" 'kill-rectangle) | 23349 | (define-key ctl-x-r-map "k" 'kill-rectangle) |
| @@ -23425,8 +23479,8 @@ with a prefix argument, prompt for START-AT and FORMAT. | |||
| 23425 | 23479 | ||
| 23426 | ;;;*** | 23480 | ;;;*** |
| 23427 | 23481 | ||
| 23428 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19845 | 23482 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19776 |
| 23429 | ;;;;;; 45374)) | 23483 | ;;;;;; 18657)) |
| 23430 | ;;; Generated autoloads from textmodes/refill.el | 23484 | ;;; Generated autoloads from textmodes/refill.el |
| 23431 | 23485 | ||
| 23432 | (autoload 'refill-mode "refill" "\ | 23486 | (autoload 'refill-mode "refill" "\ |
| @@ -23442,7 +23496,7 @@ refilling if they would cause auto-filling. | |||
| 23442 | ;;;*** | 23496 | ;;;*** |
| 23443 | 23497 | ||
| 23444 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode | 23498 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode |
| 23445 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19845 45374)) | 23499 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19874 14841)) |
| 23446 | ;;; Generated autoloads from textmodes/reftex.el | 23500 | ;;; Generated autoloads from textmodes/reftex.el |
| 23447 | 23501 | ||
| 23448 | (autoload 'turn-on-reftex "reftex" "\ | 23502 | (autoload 'turn-on-reftex "reftex" "\ |
| @@ -23492,7 +23546,7 @@ This enforces rescanning the buffer on next use. | |||
| 23492 | ;;;*** | 23546 | ;;;*** |
| 23493 | 23547 | ||
| 23494 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 23548 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 23495 | ;;;;;; (19845 45374)) | 23549 | ;;;;;; (19776 18657)) |
| 23496 | ;;; Generated autoloads from textmodes/reftex-cite.el | 23550 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 23497 | 23551 | ||
| 23498 | (autoload 'reftex-citation "reftex-cite" "\ | 23552 | (autoload 'reftex-citation "reftex-cite" "\ |
| @@ -23522,7 +23576,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 23522 | ;;;*** | 23576 | ;;;*** |
| 23523 | 23577 | ||
| 23524 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" | 23578 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" |
| 23525 | ;;;;;; (19845 45374)) | 23579 | ;;;;;; (19776 18657)) |
| 23526 | ;;; Generated autoloads from textmodes/reftex-global.el | 23580 | ;;; Generated autoloads from textmodes/reftex-global.el |
| 23527 | 23581 | ||
| 23528 | (autoload 'reftex-isearch-minor-mode "reftex-global" "\ | 23582 | (autoload 'reftex-isearch-minor-mode "reftex-global" "\ |
| @@ -23539,7 +23593,7 @@ With no argument, this command toggles | |||
| 23539 | ;;;*** | 23593 | ;;;*** |
| 23540 | 23594 | ||
| 23541 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 23595 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 23542 | ;;;;;; (19845 45374)) | 23596 | ;;;;;; (19799 6822)) |
| 23543 | ;;; Generated autoloads from textmodes/reftex-index.el | 23597 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 23544 | 23598 | ||
| 23545 | (autoload 'reftex-index-phrases-mode "reftex-index" "\ | 23599 | (autoload 'reftex-index-phrases-mode "reftex-index" "\ |
| @@ -23572,7 +23626,7 @@ Here are all local bindings. | |||
| 23572 | ;;;*** | 23626 | ;;;*** |
| 23573 | 23627 | ||
| 23574 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" | 23628 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" |
| 23575 | ;;;;;; (19980 19797)) | 23629 | ;;;;;; (19980 46525)) |
| 23576 | ;;; Generated autoloads from textmodes/reftex-parse.el | 23630 | ;;; Generated autoloads from textmodes/reftex-parse.el |
| 23577 | 23631 | ||
| 23578 | (autoload 'reftex-all-document-files "reftex-parse" "\ | 23632 | (autoload 'reftex-all-document-files "reftex-parse" "\ |
| @@ -23584,8 +23638,8 @@ of master file. | |||
| 23584 | 23638 | ||
| 23585 | ;;;*** | 23639 | ;;;*** |
| 23586 | 23640 | ||
| 23587 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19845 | 23641 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19776 |
| 23588 | ;;;;;; 45374)) | 23642 | ;;;;;; 18657)) |
| 23589 | ;;; Generated autoloads from textmodes/reftex-vars.el | 23643 | ;;; Generated autoloads from textmodes/reftex-vars.el |
| 23590 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 23644 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 23591 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 23645 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| @@ -23595,7 +23649,7 @@ of master file. | |||
| 23595 | ;;;*** | 23649 | ;;;*** |
| 23596 | 23650 | ||
| 23597 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 23651 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 23598 | ;;;;;; (19845 45374)) | 23652 | ;;;;;; (19776 18657)) |
| 23599 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 23653 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 23600 | 23654 | ||
| 23601 | (autoload 'regexp-opt "regexp-opt" "\ | 23655 | (autoload 'regexp-opt "regexp-opt" "\ |
| @@ -23626,7 +23680,7 @@ This means the number of non-shy regexp grouping constructs | |||
| 23626 | 23680 | ||
| 23627 | ;;;### (autoloads (remember-diary-extract-entries remember-clipboard | 23681 | ;;;### (autoloads (remember-diary-extract-entries remember-clipboard |
| 23628 | ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" | 23682 | ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" |
| 23629 | ;;;;;; (19845 45374)) | 23683 | ;;;;;; (19776 18657)) |
| 23630 | ;;; Generated autoloads from textmodes/remember.el | 23684 | ;;; Generated autoloads from textmodes/remember.el |
| 23631 | 23685 | ||
| 23632 | (autoload 'remember "remember" "\ | 23686 | (autoload 'remember "remember" "\ |
| @@ -23657,7 +23711,7 @@ Extract diary entries from the region. | |||
| 23657 | 23711 | ||
| 23658 | ;;;*** | 23712 | ;;;*** |
| 23659 | 23713 | ||
| 23660 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (19951 19539)) | 23714 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (19954 15126)) |
| 23661 | ;;; Generated autoloads from repeat.el | 23715 | ;;; Generated autoloads from repeat.el |
| 23662 | 23716 | ||
| 23663 | (autoload 'repeat "repeat" "\ | 23717 | (autoload 'repeat "repeat" "\ |
| @@ -23680,7 +23734,7 @@ recently executed command not bound to an input event\". | |||
| 23680 | ;;;*** | 23734 | ;;;*** |
| 23681 | 23735 | ||
| 23682 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 23736 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 23683 | ;;;;;; (19845 45374)) | 23737 | ;;;;;; (20075 52023)) |
| 23684 | ;;; Generated autoloads from mail/reporter.el | 23738 | ;;; Generated autoloads from mail/reporter.el |
| 23685 | 23739 | ||
| 23686 | (autoload 'reporter-submit-bug-report "reporter" "\ | 23740 | (autoload 'reporter-submit-bug-report "reporter" "\ |
| @@ -23712,7 +23766,7 @@ mail-sending package is used for editing and sending the message. | |||
| 23712 | ;;;*** | 23766 | ;;;*** |
| 23713 | 23767 | ||
| 23714 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 23768 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
| 23715 | ;;;;;; (19845 45374)) | 23769 | ;;;;;; (19776 18657)) |
| 23716 | ;;; Generated autoloads from reposition.el | 23770 | ;;; Generated autoloads from reposition.el |
| 23717 | 23771 | ||
| 23718 | (autoload 'reposition-window "reposition" "\ | 23772 | (autoload 'reposition-window "reposition" "\ |
| @@ -23739,7 +23793,7 @@ first comment line visible (if point is in a comment). | |||
| 23739 | ;;;*** | 23793 | ;;;*** |
| 23740 | 23794 | ||
| 23741 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | 23795 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" |
| 23742 | ;;;;;; (19863 8742)) | 23796 | ;;;;;; (19875 21674)) |
| 23743 | ;;; Generated autoloads from reveal.el | 23797 | ;;; Generated autoloads from reveal.el |
| 23744 | 23798 | ||
| 23745 | (autoload 'reveal-mode "reveal" "\ | 23799 | (autoload 'reveal-mode "reveal" "\ |
| @@ -23774,7 +23828,7 @@ With zero or negative ARG turn mode off. | |||
| 23774 | ;;;*** | 23828 | ;;;*** |
| 23775 | 23829 | ||
| 23776 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" | 23830 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" |
| 23777 | ;;;;;; (19845 45374)) | 23831 | ;;;;;; (19776 18657)) |
| 23778 | ;;; Generated autoloads from emacs-lisp/ring.el | 23832 | ;;; Generated autoloads from emacs-lisp/ring.el |
| 23779 | 23833 | ||
| 23780 | (autoload 'ring-p "ring" "\ | 23834 | (autoload 'ring-p "ring" "\ |
| @@ -23789,9 +23843,8 @@ Make a ring that can contain SIZE elements. | |||
| 23789 | 23843 | ||
| 23790 | ;;;*** | 23844 | ;;;*** |
| 23791 | 23845 | ||
| 23792 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19870 57559)) | 23846 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20091 22763)) |
| 23793 | ;;; Generated autoloads from net/rlogin.el | 23847 | ;;; Generated autoloads from net/rlogin.el |
| 23794 | (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")) | ||
| 23795 | 23848 | ||
| 23796 | (autoload 'rlogin "rlogin" "\ | 23849 | (autoload 'rlogin "rlogin" "\ |
| 23797 | Open a network login connection via `rlogin' with args INPUT-ARGS. | 23850 | Open a network login connection via `rlogin' with args INPUT-ARGS. |
| @@ -23839,7 +23892,7 @@ variable. | |||
| 23839 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers | 23892 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers |
| 23840 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers | 23893 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers |
| 23841 | ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) | 23894 | ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) |
| 23842 | ;;;;;; "rmail" "mail/rmail.el" (20063 23511)) | 23895 | ;;;;;; "rmail" "mail/rmail.el" (20094 5175)) |
| 23843 | ;;; Generated autoloads from mail/rmail.el | 23896 | ;;; Generated autoloads from mail/rmail.el |
| 23844 | 23897 | ||
| 23845 | (autoload 'rmail-movemail-variant-p "rmail" "\ | 23898 | (autoload 'rmail-movemail-variant-p "rmail" "\ |
| @@ -24023,7 +24076,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. | |||
| 24023 | ;;;*** | 24076 | ;;;*** |
| 24024 | 24077 | ||
| 24025 | ;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen | 24078 | ;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen |
| 24026 | ;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19845 45374)) | 24079 | ;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19776 18657)) |
| 24027 | ;;; Generated autoloads from mail/rmailout.el | 24080 | ;;; Generated autoloads from mail/rmailout.el |
| 24028 | (put 'rmail-output-file-alist 'risky-local-variable t) | 24081 | (put 'rmail-output-file-alist 'risky-local-variable t) |
| 24029 | 24082 | ||
| @@ -24088,7 +24141,7 @@ than appending to it. Deletes the message after writing if | |||
| 24088 | ;;;*** | 24141 | ;;;*** |
| 24089 | 24142 | ||
| 24090 | ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" | 24143 | ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" |
| 24091 | ;;;;;; (19845 45374)) | 24144 | ;;;;;; (19776 18657)) |
| 24092 | ;;; Generated autoloads from nxml/rng-cmpct.el | 24145 | ;;; Generated autoloads from nxml/rng-cmpct.el |
| 24093 | 24146 | ||
| 24094 | (autoload 'rng-c-load-schema "rng-cmpct" "\ | 24147 | (autoload 'rng-c-load-schema "rng-cmpct" "\ |
| @@ -24100,7 +24153,7 @@ Return a pattern. | |||
| 24100 | ;;;*** | 24153 | ;;;*** |
| 24101 | 24154 | ||
| 24102 | ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" | 24155 | ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" |
| 24103 | ;;;;;; (19845 45374)) | 24156 | ;;;;;; (19776 18657)) |
| 24104 | ;;; Generated autoloads from nxml/rng-nxml.el | 24157 | ;;; Generated autoloads from nxml/rng-nxml.el |
| 24105 | 24158 | ||
| 24106 | (autoload 'rng-nxml-mode-init "rng-nxml" "\ | 24159 | (autoload 'rng-nxml-mode-init "rng-nxml" "\ |
| @@ -24113,7 +24166,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil. | |||
| 24113 | ;;;*** | 24166 | ;;;*** |
| 24114 | 24167 | ||
| 24115 | ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" | 24168 | ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" |
| 24116 | ;;;;;; (19845 45374)) | 24169 | ;;;;;; (19776 18657)) |
| 24117 | ;;; Generated autoloads from nxml/rng-valid.el | 24170 | ;;; Generated autoloads from nxml/rng-valid.el |
| 24118 | 24171 | ||
| 24119 | (autoload 'rng-validate-mode "rng-valid" "\ | 24172 | (autoload 'rng-validate-mode "rng-valid" "\ |
| @@ -24143,8 +24196,8 @@ to use for finding the schema. | |||
| 24143 | 24196 | ||
| 24144 | ;;;*** | 24197 | ;;;*** |
| 24145 | 24198 | ||
| 24146 | ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19930 | 24199 | ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19929 |
| 24147 | ;;;;;; 13389)) | 24200 | ;;;;;; 26529)) |
| 24148 | ;;; Generated autoloads from nxml/rng-xsd.el | 24201 | ;;; Generated autoloads from nxml/rng-xsd.el |
| 24149 | 24202 | ||
| 24150 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) | 24203 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) |
| @@ -24172,7 +24225,7 @@ must be equal. | |||
| 24172 | ;;;*** | 24225 | ;;;*** |
| 24173 | 24226 | ||
| 24174 | ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) | 24227 | ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) |
| 24175 | ;;;;;; "robin" "international/robin.el" (19845 45374)) | 24228 | ;;;;;; "robin" "international/robin.el" (19764 32359)) |
| 24176 | ;;; Generated autoloads from international/robin.el | 24229 | ;;; Generated autoloads from international/robin.el |
| 24177 | 24230 | ||
| 24178 | (autoload 'robin-define-package "robin" "\ | 24231 | (autoload 'robin-define-package "robin" "\ |
| @@ -24205,7 +24258,7 @@ Start using robin package NAME, which is a string. | |||
| 24205 | ;;;*** | 24258 | ;;;*** |
| 24206 | 24259 | ||
| 24207 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region | 24260 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region |
| 24208 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (19845 45374)) | 24261 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (19776 18657)) |
| 24209 | ;;; Generated autoloads from rot13.el | 24262 | ;;; Generated autoloads from rot13.el |
| 24210 | 24263 | ||
| 24211 | (autoload 'rot13 "rot13" "\ | 24264 | (autoload 'rot13 "rot13" "\ |
| @@ -24243,7 +24296,7 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 24243 | ;;;*** | 24296 | ;;;*** |
| 24244 | 24297 | ||
| 24245 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" | 24298 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" |
| 24246 | ;;;;;; (19986 58615)) | 24299 | ;;;;;; (19987 9666)) |
| 24247 | ;;; Generated autoloads from textmodes/rst.el | 24300 | ;;; Generated autoloads from textmodes/rst.el |
| 24248 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) | 24301 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) |
| 24249 | 24302 | ||
| @@ -24281,7 +24334,7 @@ for modes derived from Text mode, like Mail mode. | |||
| 24281 | ;;;*** | 24334 | ;;;*** |
| 24282 | 24335 | ||
| 24283 | ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" | 24336 | ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" |
| 24284 | ;;;;;; (19845 45374)) | 24337 | ;;;;;; (19874 15752)) |
| 24285 | ;;; Generated autoloads from progmodes/ruby-mode.el | 24338 | ;;; Generated autoloads from progmodes/ruby-mode.el |
| 24286 | 24339 | ||
| 24287 | (autoload 'ruby-mode "ruby-mode" "\ | 24340 | (autoload 'ruby-mode "ruby-mode" "\ |
| @@ -24302,8 +24355,8 @@ The variable `ruby-indent-level' controls the amount of indentation. | |||
| 24302 | 24355 | ||
| 24303 | ;;;*** | 24356 | ;;;*** |
| 24304 | 24357 | ||
| 24305 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19845 | 24358 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19776 |
| 24306 | ;;;;;; 45374)) | 24359 | ;;;;;; 18657)) |
| 24307 | ;;; Generated autoloads from ruler-mode.el | 24360 | ;;; Generated autoloads from ruler-mode.el |
| 24308 | 24361 | ||
| 24309 | (defvar ruler-mode nil "\ | 24362 | (defvar ruler-mode nil "\ |
| @@ -24319,7 +24372,7 @@ In Ruler mode, Emacs displays a ruler in the header line. | |||
| 24319 | ;;;*** | 24372 | ;;;*** |
| 24320 | 24373 | ||
| 24321 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19965 | 24374 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19965 |
| 24322 | ;;;;;; 52428)) | 24375 | ;;;;;; 4989)) |
| 24323 | ;;; Generated autoloads from emacs-lisp/rx.el | 24376 | ;;; Generated autoloads from emacs-lisp/rx.el |
| 24324 | 24377 | ||
| 24325 | (autoload 'rx-to-string "rx" "\ | 24378 | (autoload 'rx-to-string "rx" "\ |
| @@ -24630,8 +24683,8 @@ enclosed in `(and ...)'. | |||
| 24630 | 24683 | ||
| 24631 | ;;;*** | 24684 | ;;;*** |
| 24632 | 24685 | ||
| 24633 | ;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19886 | 24686 | ;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19888 |
| 24634 | ;;;;;; 45771)) | 24687 | ;;;;;; 59421)) |
| 24635 | ;;; Generated autoloads from savehist.el | 24688 | ;;; Generated autoloads from savehist.el |
| 24636 | 24689 | ||
| 24637 | (defvar savehist-mode nil "\ | 24690 | (defvar savehist-mode nil "\ |
| @@ -24659,7 +24712,7 @@ which is probably undesirable. | |||
| 24659 | ;;;*** | 24712 | ;;;*** |
| 24660 | 24713 | ||
| 24661 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 24714 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 24662 | ;;;;;; (20050 11479)) | 24715 | ;;;;;; (20079 43146)) |
| 24663 | ;;; Generated autoloads from progmodes/scheme.el | 24716 | ;;; Generated autoloads from progmodes/scheme.el |
| 24664 | 24717 | ||
| 24665 | (autoload 'scheme-mode "scheme" "\ | 24718 | (autoload 'scheme-mode "scheme" "\ |
| @@ -24701,7 +24754,7 @@ that variable's value is a string. | |||
| 24701 | ;;;*** | 24754 | ;;;*** |
| 24702 | 24755 | ||
| 24703 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" | 24756 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" |
| 24704 | ;;;;;; (19845 45374)) | 24757 | ;;;;;; (19776 18657)) |
| 24705 | ;;; Generated autoloads from gnus/score-mode.el | 24758 | ;;; Generated autoloads from gnus/score-mode.el |
| 24706 | 24759 | ||
| 24707 | (autoload 'gnus-score-mode "score-mode" "\ | 24760 | (autoload 'gnus-score-mode "score-mode" "\ |
| @@ -24715,7 +24768,7 @@ This mode is an extended emacs-lisp mode. | |||
| 24715 | ;;;*** | 24768 | ;;;*** |
| 24716 | 24769 | ||
| 24717 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" | 24770 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 24718 | ;;;;;; (19845 45374)) | 24771 | ;;;;;; (19776 18657)) |
| 24719 | ;;; Generated autoloads from scroll-all.el | 24772 | ;;; Generated autoloads from scroll-all.el |
| 24720 | 24773 | ||
| 24721 | (defvar scroll-all-mode nil "\ | 24774 | (defvar scroll-all-mode nil "\ |
| @@ -24738,7 +24791,7 @@ apply to all visible windows in the same frame. | |||
| 24738 | ;;;*** | 24791 | ;;;*** |
| 24739 | 24792 | ||
| 24740 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" | 24793 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" |
| 24741 | ;;;;;; (19845 45374)) | 24794 | ;;;;;; (19776 18657)) |
| 24742 | ;;; Generated autoloads from scroll-lock.el | 24795 | ;;; Generated autoloads from scroll-lock.el |
| 24743 | 24796 | ||
| 24744 | (autoload 'scroll-lock-mode "scroll-lock" "\ | 24797 | (autoload 'scroll-lock-mode "scroll-lock" "\ |
| @@ -24752,7 +24805,7 @@ during scrolling. | |||
| 24752 | 24805 | ||
| 24753 | ;;;*** | 24806 | ;;;*** |
| 24754 | 24807 | ||
| 24755 | ;;;### (autoloads nil "secrets" "net/secrets.el" (19845 45374)) | 24808 | ;;;### (autoloads nil "secrets" "net/secrets.el" (19776 18657)) |
| 24756 | ;;; Generated autoloads from net/secrets.el | 24809 | ;;; Generated autoloads from net/secrets.el |
| 24757 | (when (featurep 'dbusbind) | 24810 | (when (featurep 'dbusbind) |
| 24758 | (autoload 'secrets-show-secrets "secrets" nil t)) | 24811 | (autoload 'secrets-show-secrets "secrets" nil t)) |
| @@ -24760,7 +24813,7 @@ during scrolling. | |||
| 24760 | ;;;*** | 24813 | ;;;*** |
| 24761 | 24814 | ||
| 24762 | ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" | 24815 | ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" |
| 24763 | ;;;;;; "cedet/semantic.el" (19981 40664)) | 24816 | ;;;;;; "cedet/semantic.el" (19983 37515)) |
| 24764 | ;;; Generated autoloads from cedet/semantic.el | 24817 | ;;; Generated autoloads from cedet/semantic.el |
| 24765 | 24818 | ||
| 24766 | (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ | 24819 | (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ |
| @@ -24805,14 +24858,14 @@ Semantic mode. | |||
| 24805 | ;;;*** | 24858 | ;;;*** |
| 24806 | 24859 | ||
| 24807 | ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists | 24860 | ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists |
| 24808 | ;;;;;; mail-mode sendmail-user-agent-compose mail-default-headers | 24861 | ;;;;;; mail-mode sendmail-user-agent-compose sendmail-query-once |
| 24809 | ;;;;;; mail-default-directory mail-signature-file mail-signature | 24862 | ;;;;;; mail-default-headers mail-default-directory mail-signature-file |
| 24810 | ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces | 24863 | ;;;;;; mail-signature mail-citation-prefix-regexp mail-citation-hook |
| 24811 | ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file | 24864 | ;;;;;; mail-indentation-spaces mail-yank-prefix mail-setup-hook |
| 24812 | ;;;;;; mail-default-reply-to mail-archive-file-name mail-header-separator | 24865 | ;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name |
| 24813 | ;;;;;; sendmail-query-once send-mail-function mail-interactive mail-self-blind | 24866 | ;;;;;; mail-header-separator send-mail-function mail-interactive |
| 24814 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" | 24867 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) |
| 24815 | ;;;;;; (20025 8284)) | 24868 | ;;;;;; "sendmail" "mail/sendmail.el" (20091 22952)) |
| 24816 | ;;; Generated autoloads from mail/sendmail.el | 24869 | ;;; Generated autoloads from mail/sendmail.el |
| 24817 | 24870 | ||
| 24818 | (defvar mail-from-style 'default "\ | 24871 | (defvar mail-from-style 'default "\ |
| @@ -24865,13 +24918,6 @@ This is used by the default mail-sending commands. See also | |||
| 24865 | 24918 | ||
| 24866 | (custom-autoload 'send-mail-function "sendmail" t) | 24919 | (custom-autoload 'send-mail-function "sendmail" t) |
| 24867 | 24920 | ||
| 24868 | (autoload 'sendmail-query-once "sendmail" "\ | ||
| 24869 | Send an email via `sendmail-query-once-function'. | ||
| 24870 | If `sendmail-query-once-function' is `query', ask the user what | ||
| 24871 | function to use, and then save that choice. | ||
| 24872 | |||
| 24873 | \(fn)" nil nil) | ||
| 24874 | |||
| 24875 | (defvar mail-header-separator (purecopy "--text follows this line--") "\ | 24921 | (defvar mail-header-separator (purecopy "--text follows this line--") "\ |
| 24876 | Line used to separate headers from text in messages being composed.") | 24922 | Line used to separate headers from text in messages being composed.") |
| 24877 | 24923 | ||
| @@ -24977,6 +25023,12 @@ before you edit the message, so you can edit or delete the lines.") | |||
| 24977 | 25023 | ||
| 24978 | (custom-autoload 'mail-default-headers "sendmail" t) | 25024 | (custom-autoload 'mail-default-headers "sendmail" t) |
| 24979 | 25025 | ||
| 25026 | (autoload 'sendmail-query-once "sendmail" "\ | ||
| 25027 | Query for `send-mail-function' and send mail with it. | ||
| 25028 | This also saves the value of `send-mail-function' via Customize. | ||
| 25029 | |||
| 25030 | \(fn)" nil nil) | ||
| 25031 | |||
| 24980 | (define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit) | 25032 | (define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit) |
| 24981 | 25033 | ||
| 24982 | (autoload 'sendmail-user-agent-compose "sendmail" "\ | 25034 | (autoload 'sendmail-user-agent-compose "sendmail" "\ |
| @@ -25001,6 +25053,8 @@ Here are commands that move to a header field (and create it if there isn't): | |||
| 25001 | \\[mail-signature] mail-signature (insert `mail-signature-file' file). | 25053 | \\[mail-signature] mail-signature (insert `mail-signature-file' file). |
| 25002 | \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). | 25054 | \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). |
| 25003 | \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). | 25055 | \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). |
| 25056 | \\[mail-insert-file] insert a text file into the message. | ||
| 25057 | \\[mail-add-attachment] attach to the message a file as binary attachment. | ||
| 25004 | Turning on Mail mode runs the normal hooks `text-mode-hook' and | 25058 | Turning on Mail mode runs the normal hooks `text-mode-hook' and |
| 25005 | `mail-mode-hook' (in that order). | 25059 | `mail-mode-hook' (in that order). |
| 25006 | 25060 | ||
| @@ -25029,8 +25083,6 @@ User should not set this variable manually, | |||
| 25029 | instead use `sendmail-coding-system' to get a constant encoding | 25083 | instead use `sendmail-coding-system' to get a constant encoding |
| 25030 | of outgoing mails regardless of the current language environment. | 25084 | of outgoing mails regardless of the current language environment. |
| 25031 | See also the function `select-message-coding-system'.") | 25085 | See also the function `select-message-coding-system'.") |
| 25032 | (add-hook 'same-window-buffer-names (purecopy "*mail*")) | ||
| 25033 | (add-hook 'same-window-buffer-names (purecopy "*unsent mail*")) | ||
| 25034 | 25086 | ||
| 25035 | (autoload 'mail "sendmail" "\ | 25087 | (autoload 'mail "sendmail" "\ |
| 25036 | Edit a message to be sent. Prefix arg means resume editing (don't erase). | 25088 | Edit a message to be sent. Prefix arg means resume editing (don't erase). |
| @@ -25095,8 +25147,8 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 25095 | ;;;*** | 25147 | ;;;*** |
| 25096 | 25148 | ||
| 25097 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode | 25149 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode |
| 25098 | ;;;;;; server-force-delete server-start) "server" "server.el" (20059 | 25150 | ;;;;;; server-force-delete server-start) "server" "server.el" (20058 |
| 25099 | ;;;;;; 26455)) | 25151 | ;;;;;; 26006)) |
| 25100 | ;;; Generated autoloads from server.el | 25152 | ;;; Generated autoloads from server.el |
| 25101 | 25153 | ||
| 25102 | (put 'server-host 'risky-local-variable t) | 25154 | (put 'server-host 'risky-local-variable t) |
| @@ -25159,7 +25211,7 @@ only these files will be asked to be saved. | |||
| 25159 | 25211 | ||
| 25160 | ;;;*** | 25212 | ;;;*** |
| 25161 | 25213 | ||
| 25162 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (19980 19797)) | 25214 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (19980 46525)) |
| 25163 | ;;; Generated autoloads from ses.el | 25215 | ;;; Generated autoloads from ses.el |
| 25164 | 25216 | ||
| 25165 | (autoload 'ses-mode "ses" "\ | 25217 | (autoload 'ses-mode "ses" "\ |
| @@ -25178,7 +25230,7 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 25178 | ;;;*** | 25230 | ;;;*** |
| 25179 | 25231 | ||
| 25180 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 25232 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 25181 | ;;;;;; (19845 45374)) | 25233 | ;;;;;; (19874 14841)) |
| 25182 | ;;; Generated autoloads from textmodes/sgml-mode.el | 25234 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 25183 | 25235 | ||
| 25184 | (autoload 'sgml-mode "sgml-mode" "\ | 25236 | (autoload 'sgml-mode "sgml-mode" "\ |
| @@ -25244,7 +25296,7 @@ To work around that, do: | |||
| 25244 | ;;;*** | 25296 | ;;;*** |
| 25245 | 25297 | ||
| 25246 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 25298 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 25247 | ;;;;;; (20051 32345)) | 25299 | ;;;;;; (20051 48058)) |
| 25248 | ;;; Generated autoloads from progmodes/sh-script.el | 25300 | ;;; Generated autoloads from progmodes/sh-script.el |
| 25249 | (put 'sh-shell 'safe-local-variable 'symbolp) | 25301 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| 25250 | 25302 | ||
| @@ -25309,7 +25361,7 @@ with your script for an edit-interpret-debug cycle. | |||
| 25309 | ;;;*** | 25361 | ;;;*** |
| 25310 | 25362 | ||
| 25311 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 25363 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 25312 | ;;;;;; (19845 45374)) | 25364 | ;;;;;; (19783 19497)) |
| 25313 | ;;; Generated autoloads from emacs-lisp/shadow.el | 25365 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 25314 | 25366 | ||
| 25315 | (autoload 'list-load-path-shadows "shadow" "\ | 25367 | (autoload 'list-load-path-shadows "shadow" "\ |
| @@ -25359,8 +25411,8 @@ function, `load-path-shadows-find'. | |||
| 25359 | ;;;*** | 25411 | ;;;*** |
| 25360 | 25412 | ||
| 25361 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | 25413 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group |
| 25362 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19886 | 25414 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19888 |
| 25363 | ;;;;;; 45771)) | 25415 | ;;;;;; 59421)) |
| 25364 | ;;; Generated autoloads from shadowfile.el | 25416 | ;;; Generated autoloads from shadowfile.el |
| 25365 | 25417 | ||
| 25366 | (autoload 'shadow-define-cluster "shadowfile" "\ | 25418 | (autoload 'shadow-define-cluster "shadowfile" "\ |
| @@ -25399,7 +25451,7 @@ Set up file shadowing. | |||
| 25399 | ;;;*** | 25451 | ;;;*** |
| 25400 | 25452 | ||
| 25401 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 25453 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 25402 | ;;;;;; (20058 5591)) | 25454 | ;;;;;; (20091 22521)) |
| 25403 | ;;; Generated autoloads from shell.el | 25455 | ;;; Generated autoloads from shell.el |
| 25404 | 25456 | ||
| 25405 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ | 25457 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ |
| @@ -25444,12 +25496,11 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 25444 | \(Type \\[describe-mode] in the shell buffer for a list of commands.) | 25496 | \(Type \\[describe-mode] in the shell buffer for a list of commands.) |
| 25445 | 25497 | ||
| 25446 | \(fn &optional BUFFER)" t nil) | 25498 | \(fn &optional BUFFER)" t nil) |
| 25447 | (add-hook 'same-window-buffer-names (purecopy "*shell*")) | ||
| 25448 | 25499 | ||
| 25449 | ;;;*** | 25500 | ;;;*** |
| 25450 | 25501 | ||
| 25451 | ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20007 | 25502 | ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20094 |
| 25452 | ;;;;;; 64734)) | 25503 | ;;;;;; 36595)) |
| 25453 | ;;; Generated autoloads from gnus/shr.el | 25504 | ;;; Generated autoloads from gnus/shr.el |
| 25454 | 25505 | ||
| 25455 | (autoload 'shr-insert-document "shr" "\ | 25506 | (autoload 'shr-insert-document "shr" "\ |
| @@ -25460,7 +25511,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 25460 | ;;;*** | 25511 | ;;;*** |
| 25461 | 25512 | ||
| 25462 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) | 25513 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) |
| 25463 | ;;;;;; "sieve" "gnus/sieve.el" (19845 45374)) | 25514 | ;;;;;; "sieve" "gnus/sieve.el" (19821 48406)) |
| 25464 | ;;; Generated autoloads from gnus/sieve.el | 25515 | ;;; Generated autoloads from gnus/sieve.el |
| 25465 | 25516 | ||
| 25466 | (autoload 'sieve-manage "sieve" "\ | 25517 | (autoload 'sieve-manage "sieve" "\ |
| @@ -25481,7 +25532,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 25481 | ;;;*** | 25532 | ;;;*** |
| 25482 | 25533 | ||
| 25483 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" | 25534 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" |
| 25484 | ;;;;;; (19845 45374)) | 25535 | ;;;;;; (19776 18657)) |
| 25485 | ;;; Generated autoloads from gnus/sieve-mode.el | 25536 | ;;; Generated autoloads from gnus/sieve-mode.el |
| 25486 | 25537 | ||
| 25487 | (autoload 'sieve-mode "sieve-mode" "\ | 25538 | (autoload 'sieve-mode "sieve-mode" "\ |
| @@ -25496,8 +25547,8 @@ Turning on Sieve mode runs `sieve-mode-hook'. | |||
| 25496 | 25547 | ||
| 25497 | ;;;*** | 25548 | ;;;*** |
| 25498 | 25549 | ||
| 25499 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19890 | 25550 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19891 |
| 25500 | ;;;;;; 42850)) | 25551 | ;;;;;; 13894)) |
| 25501 | ;;; Generated autoloads from progmodes/simula.el | 25552 | ;;; Generated autoloads from progmodes/simula.el |
| 25502 | 25553 | ||
| 25503 | (autoload 'simula-mode "simula" "\ | 25554 | (autoload 'simula-mode "simula" "\ |
| @@ -25546,7 +25597,7 @@ with no arguments, if that value is non-nil. | |||
| 25546 | ;;;*** | 25597 | ;;;*** |
| 25547 | 25598 | ||
| 25548 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new | 25599 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new |
| 25549 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (19845 45374)) | 25600 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (19776 18657)) |
| 25550 | ;;; Generated autoloads from skeleton.el | 25601 | ;;; Generated autoloads from skeleton.el |
| 25551 | 25602 | ||
| 25552 | (defvar skeleton-filter-function 'identity "\ | 25603 | (defvar skeleton-filter-function 'identity "\ |
| @@ -25656,7 +25707,7 @@ symmetrical ones, and the same character twice for the others. | |||
| 25656 | ;;;*** | 25707 | ;;;*** |
| 25657 | 25708 | ||
| 25658 | ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) | 25709 | ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) |
| 25659 | ;;;;;; "smerge-mode" "vc/smerge-mode.el" (19946 1612)) | 25710 | ;;;;;; "smerge-mode" "vc/smerge-mode.el" (19946 35279)) |
| 25660 | ;;; Generated autoloads from vc/smerge-mode.el | 25711 | ;;; Generated autoloads from vc/smerge-mode.el |
| 25661 | 25712 | ||
| 25662 | (autoload 'smerge-ediff "smerge-mode" "\ | 25713 | (autoload 'smerge-ediff "smerge-mode" "\ |
| @@ -25681,7 +25732,7 @@ If no conflict maker is found, turn off `smerge-mode'. | |||
| 25681 | ;;;*** | 25732 | ;;;*** |
| 25682 | 25733 | ||
| 25683 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" | 25734 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" |
| 25684 | ;;;;;; (19939 28373)) | 25735 | ;;;;;; (19939 48196)) |
| 25685 | ;;; Generated autoloads from gnus/smiley.el | 25736 | ;;; Generated autoloads from gnus/smiley.el |
| 25686 | 25737 | ||
| 25687 | (autoload 'smiley-region "smiley" "\ | 25738 | (autoload 'smiley-region "smiley" "\ |
| @@ -25699,7 +25750,7 @@ interactively. If there's no argument, do it at the current buffer. | |||
| 25699 | ;;;*** | 25750 | ;;;*** |
| 25700 | 25751 | ||
| 25701 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 25752 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 25702 | ;;;;;; "mail/smtpmail.el" (20053 39293)) | 25753 | ;;;;;; "mail/smtpmail.el" (20086 2758)) |
| 25703 | ;;; Generated autoloads from mail/smtpmail.el | 25754 | ;;; Generated autoloads from mail/smtpmail.el |
| 25704 | 25755 | ||
| 25705 | (autoload 'smtpmail-send-it "smtpmail" "\ | 25756 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| @@ -25714,7 +25765,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'. | |||
| 25714 | 25765 | ||
| 25715 | ;;;*** | 25766 | ;;;*** |
| 25716 | 25767 | ||
| 25717 | ;;;### (autoloads (snake) "snake" "play/snake.el" (19845 45374)) | 25768 | ;;;### (autoloads (snake) "snake" "play/snake.el" (19797 54173)) |
| 25718 | ;;; Generated autoloads from play/snake.el | 25769 | ;;; Generated autoloads from play/snake.el |
| 25719 | 25770 | ||
| 25720 | (autoload 'snake "snake" "\ | 25771 | (autoload 'snake "snake" "\ |
| @@ -25738,7 +25789,7 @@ Snake mode keybindings: | |||
| 25738 | ;;;*** | 25789 | ;;;*** |
| 25739 | 25790 | ||
| 25740 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 25791 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 25741 | ;;;;;; (19845 45374)) | 25792 | ;;;;;; (19776 18657)) |
| 25742 | ;;; Generated autoloads from net/snmp-mode.el | 25793 | ;;; Generated autoloads from net/snmp-mode.el |
| 25743 | 25794 | ||
| 25744 | (autoload 'snmp-mode "snmp-mode" "\ | 25795 | (autoload 'snmp-mode "snmp-mode" "\ |
| @@ -25767,8 +25818,8 @@ then `snmpv2-mode-hook'. | |||
| 25767 | 25818 | ||
| 25768 | ;;;*** | 25819 | ;;;*** |
| 25769 | 25820 | ||
| 25770 | ;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19886 | 25821 | ;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19888 |
| 25771 | ;;;;;; 45771)) | 25822 | ;;;;;; 59421)) |
| 25772 | ;;; Generated autoloads from calendar/solar.el | 25823 | ;;; Generated autoloads from calendar/solar.el |
| 25773 | 25824 | ||
| 25774 | (autoload 'sunrise-sunset "solar" "\ | 25825 | (autoload 'sunrise-sunset "solar" "\ |
| @@ -25783,8 +25834,8 @@ This function is suitable for execution in a .emacs file. | |||
| 25783 | 25834 | ||
| 25784 | ;;;*** | 25835 | ;;;*** |
| 25785 | 25836 | ||
| 25786 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19889 | 25837 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19888 |
| 25787 | ;;;;;; 21967)) | 25838 | ;;;;;; 59421)) |
| 25788 | ;;; Generated autoloads from play/solitaire.el | 25839 | ;;; Generated autoloads from play/solitaire.el |
| 25789 | 25840 | ||
| 25790 | (autoload 'solitaire "solitaire" "\ | 25841 | (autoload 'solitaire "solitaire" "\ |
| @@ -25861,7 +25912,7 @@ Pick your favourite shortcuts: | |||
| 25861 | 25912 | ||
| 25862 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 25913 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 25863 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 25914 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 25864 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (19845 45374)) | 25915 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (19776 18657)) |
| 25865 | ;;; Generated autoloads from sort.el | 25916 | ;;; Generated autoloads from sort.el |
| 25866 | (put 'sort-fold-case 'safe-local-variable 'booleanp) | 25917 | (put 'sort-fold-case 'safe-local-variable 'booleanp) |
| 25867 | 25918 | ||
| @@ -26005,8 +26056,8 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 26005 | 26056 | ||
| 26006 | ;;;*** | 26057 | ;;;*** |
| 26007 | 26058 | ||
| 26008 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20022 | 26059 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20021 |
| 26009 | ;;;;;; 32083)) | 26060 | ;;;;;; 60891)) |
| 26010 | ;;; Generated autoloads from gnus/spam.el | 26061 | ;;; Generated autoloads from gnus/spam.el |
| 26011 | 26062 | ||
| 26012 | (autoload 'spam-initialize "spam" "\ | 26063 | (autoload 'spam-initialize "spam" "\ |
| @@ -26022,7 +26073,7 @@ installed through `spam-necessary-extra-headers'. | |||
| 26022 | 26073 | ||
| 26023 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file | 26074 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file |
| 26024 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" | 26075 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" |
| 26025 | ;;;;;; "gnus/spam-report.el" (19845 45374)) | 26076 | ;;;;;; "gnus/spam-report.el" (19776 18657)) |
| 26026 | ;;; Generated autoloads from gnus/spam-report.el | 26077 | ;;; Generated autoloads from gnus/spam-report.el |
| 26027 | 26078 | ||
| 26028 | (autoload 'spam-report-process-queue "spam-report" "\ | 26079 | (autoload 'spam-report-process-queue "spam-report" "\ |
| @@ -26065,7 +26116,7 @@ Spam reports will be queued with the method used when | |||
| 26065 | ;;;*** | 26116 | ;;;*** |
| 26066 | 26117 | ||
| 26067 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 26118 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 26068 | ;;;;;; "speedbar.el" (19886 45771)) | 26119 | ;;;;;; "speedbar.el" (19888 59421)) |
| 26069 | ;;; Generated autoloads from speedbar.el | 26120 | ;;; Generated autoloads from speedbar.el |
| 26070 | 26121 | ||
| 26071 | (defalias 'speedbar 'speedbar-frame-mode) | 26122 | (defalias 'speedbar 'speedbar-frame-mode) |
| @@ -26089,8 +26140,8 @@ selected. If the speedbar frame is active, then select the attached frame. | |||
| 26089 | 26140 | ||
| 26090 | ;;;*** | 26141 | ;;;*** |
| 26091 | 26142 | ||
| 26092 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19845 | 26143 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19776 |
| 26093 | ;;;;;; 45374)) | 26144 | ;;;;;; 18657)) |
| 26094 | ;;; Generated autoloads from play/spook.el | 26145 | ;;; Generated autoloads from play/spook.el |
| 26095 | 26146 | ||
| 26096 | (autoload 'spook "spook" "\ | 26147 | (autoload 'spook "spook" "\ |
| @@ -26109,7 +26160,7 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 26109 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 26160 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 26110 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect | 26161 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect |
| 26111 | ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" | 26162 | ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" |
| 26112 | ;;;;;; (19988 13913)) | 26163 | ;;;;;; (20091 19552)) |
| 26113 | ;;; Generated autoloads from progmodes/sql.el | 26164 | ;;; Generated autoloads from progmodes/sql.el |
| 26114 | 26165 | ||
| 26115 | (autoload 'sql-add-product-keywords "sql" "\ | 26166 | (autoload 'sql-add-product-keywords "sql" "\ |
| @@ -26605,7 +26656,7 @@ buffer. | |||
| 26605 | ;;;*** | 26656 | ;;;*** |
| 26606 | 26657 | ||
| 26607 | ;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" | 26658 | ;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" |
| 26608 | ;;;;;; (19845 45374)) | 26659 | ;;;;;; (19776 18657)) |
| 26609 | ;;; Generated autoloads from cedet/srecode/srt-mode.el | 26660 | ;;; Generated autoloads from cedet/srecode/srt-mode.el |
| 26610 | 26661 | ||
| 26611 | (autoload 'srecode-template-mode "srecode/srt-mode" "\ | 26662 | (autoload 'srecode-template-mode "srecode/srt-mode" "\ |
| @@ -26618,7 +26669,7 @@ Major-mode for writing SRecode macros. | |||
| 26618 | ;;;*** | 26669 | ;;;*** |
| 26619 | 26670 | ||
| 26620 | ;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" | 26671 | ;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" |
| 26621 | ;;;;;; (20047 35303)) | 26672 | ;;;;;; (20048 1180)) |
| 26622 | ;;; Generated autoloads from gnus/starttls.el | 26673 | ;;; Generated autoloads from gnus/starttls.el |
| 26623 | 26674 | ||
| 26624 | (autoload 'starttls-open-stream "starttls" "\ | 26675 | (autoload 'starttls-open-stream "starttls" "\ |
| @@ -26645,8 +26696,8 @@ GNUTLS requires a port number. | |||
| 26645 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes | 26696 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes |
| 26646 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 26697 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 26647 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 26698 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 26648 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19886 | 26699 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19888 |
| 26649 | ;;;;;; 45771)) | 26700 | ;;;;;; 59421)) |
| 26650 | ;;; Generated autoloads from strokes.el | 26701 | ;;; Generated autoloads from strokes.el |
| 26651 | 26702 | ||
| 26652 | (autoload 'strokes-global-set-stroke "strokes" "\ | 26703 | (autoload 'strokes-global-set-stroke "strokes" "\ |
| @@ -26756,7 +26807,7 @@ Read a complex stroke and insert its glyph into the current buffer. | |||
| 26756 | ;;;*** | 26807 | ;;;*** |
| 26757 | 26808 | ||
| 26758 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) | 26809 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) |
| 26759 | ;;;;;; "studly" "play/studly.el" (19845 45374)) | 26810 | ;;;;;; "studly" "play/studly.el" (19764 32359)) |
| 26760 | ;;; Generated autoloads from play/studly.el | 26811 | ;;; Generated autoloads from play/studly.el |
| 26761 | 26812 | ||
| 26762 | (autoload 'studlify-region "studly" "\ | 26813 | (autoload 'studlify-region "studly" "\ |
| @@ -26777,7 +26828,7 @@ Studlify-case the current buffer. | |||
| 26777 | ;;;*** | 26828 | ;;;*** |
| 26778 | 26829 | ||
| 26779 | ;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" | 26830 | ;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" |
| 26780 | ;;;;;; (19845 45374)) | 26831 | ;;;;;; (19776 18657)) |
| 26781 | ;;; Generated autoloads from progmodes/subword.el | 26832 | ;;; Generated autoloads from progmodes/subword.el |
| 26782 | 26833 | ||
| 26783 | (autoload 'subword-mode "subword" "\ | 26834 | (autoload 'subword-mode "subword" "\ |
| @@ -26825,7 +26876,7 @@ See `subword-mode' for more information on Subword mode. | |||
| 26825 | ;;;*** | 26876 | ;;;*** |
| 26826 | 26877 | ||
| 26827 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 26878 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 26828 | ;;;;;; (19931 11784)) | 26879 | ;;;;;; (19933 8482)) |
| 26829 | ;;; Generated autoloads from mail/supercite.el | 26880 | ;;; Generated autoloads from mail/supercite.el |
| 26830 | 26881 | ||
| 26831 | (autoload 'sc-cite-original "supercite" "\ | 26882 | (autoload 'sc-cite-original "supercite" "\ |
| @@ -26857,8 +26908,8 @@ and `sc-post-hook' is run after the guts of this function. | |||
| 26857 | 26908 | ||
| 26858 | ;;;*** | 26909 | ;;;*** |
| 26859 | 26910 | ||
| 26860 | ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19845 | 26911 | ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19776 |
| 26861 | ;;;;;; 45374)) | 26912 | ;;;;;; 18657)) |
| 26862 | ;;; Generated autoloads from t-mouse.el | 26913 | ;;; Generated autoloads from t-mouse.el |
| 26863 | 26914 | ||
| 26864 | (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") | 26915 | (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") |
| @@ -26885,7 +26936,7 @@ It relies on the `gpm' daemon being activated. | |||
| 26885 | 26936 | ||
| 26886 | ;;;*** | 26937 | ;;;*** |
| 26887 | 26938 | ||
| 26888 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19998 49767)) | 26939 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19998 2003)) |
| 26889 | ;;; Generated autoloads from tabify.el | 26940 | ;;; Generated autoloads from tabify.el |
| 26890 | 26941 | ||
| 26891 | (autoload 'untabify "tabify" "\ | 26942 | (autoload 'untabify "tabify" "\ |
| @@ -26920,7 +26971,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 26920 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 26971 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 26921 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 26972 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 26922 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 26973 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 26923 | ;;;;;; "table" "textmodes/table.el" (19845 45374)) | 26974 | ;;;;;; "table" "textmodes/table.el" (19776 18657)) |
| 26924 | ;;; Generated autoloads from textmodes/table.el | 26975 | ;;; Generated autoloads from textmodes/table.el |
| 26925 | 26976 | ||
| 26926 | (defvar table-cell-map-hook nil "\ | 26977 | (defvar table-cell-map-hook nil "\ |
| @@ -27509,7 +27560,7 @@ converts a table into plain text without frames. It is a companion to | |||
| 27509 | ;;;*** | 27560 | ;;;*** |
| 27510 | 27561 | ||
| 27511 | ;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el" | 27562 | ;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el" |
| 27512 | ;;;;;; (20045 30688)) | 27563 | ;;;;;; (20045 40021)) |
| 27513 | ;;; Generated autoloads from emacs-lisp/tabulated-list.el | 27564 | ;;; Generated autoloads from emacs-lisp/tabulated-list.el |
| 27514 | 27565 | ||
| 27515 | (autoload 'tabulated-list-mode "tabulated-list" "\ | 27566 | (autoload 'tabulated-list-mode "tabulated-list" "\ |
| @@ -27551,7 +27602,7 @@ as the ewoc pretty-printer. | |||
| 27551 | 27602 | ||
| 27552 | ;;;*** | 27603 | ;;;*** |
| 27553 | 27604 | ||
| 27554 | ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19886 45771)) | 27605 | ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19888 59421)) |
| 27555 | ;;; Generated autoloads from talk.el | 27606 | ;;; Generated autoloads from talk.el |
| 27556 | 27607 | ||
| 27557 | (autoload 'talk-connect "talk" "\ | 27608 | (autoload 'talk-connect "talk" "\ |
| @@ -27566,7 +27617,7 @@ Connect to the Emacs talk group from the current X display or tty frame. | |||
| 27566 | 27617 | ||
| 27567 | ;;;*** | 27618 | ;;;*** |
| 27568 | 27619 | ||
| 27569 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19977 43600)) | 27620 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19976 61778)) |
| 27570 | ;;; Generated autoloads from tar-mode.el | 27621 | ;;; Generated autoloads from tar-mode.el |
| 27571 | 27622 | ||
| 27572 | (autoload 'tar-mode "tar-mode" "\ | 27623 | (autoload 'tar-mode "tar-mode" "\ |
| @@ -27590,7 +27641,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 27590 | ;;;*** | 27641 | ;;;*** |
| 27591 | 27642 | ||
| 27592 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 27643 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 27593 | ;;;;;; "progmodes/tcl.el" (19890 42850)) | 27644 | ;;;;;; "progmodes/tcl.el" (19891 13894)) |
| 27594 | ;;; Generated autoloads from progmodes/tcl.el | 27645 | ;;; Generated autoloads from progmodes/tcl.el |
| 27595 | 27646 | ||
| 27596 | (autoload 'tcl-mode "tcl" "\ | 27647 | (autoload 'tcl-mode "tcl" "\ |
| @@ -27638,9 +27689,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. | |||
| 27638 | 27689 | ||
| 27639 | ;;;*** | 27690 | ;;;*** |
| 27640 | 27691 | ||
| 27641 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19845 45374)) | 27692 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20091 22775)) |
| 27642 | ;;; Generated autoloads from net/telnet.el | 27693 | ;;; Generated autoloads from net/telnet.el |
| 27643 | (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")) | ||
| 27644 | 27694 | ||
| 27645 | (autoload 'telnet "telnet" "\ | 27695 | (autoload 'telnet "telnet" "\ |
| 27646 | Open a network login connection to host named HOST (a string). | 27696 | Open a network login connection to host named HOST (a string). |
| @@ -27654,7 +27704,6 @@ falling back on the value of the global variable `telnet-program'. | |||
| 27654 | Normally input is edited in Emacs and sent a line at a time. | 27704 | Normally input is edited in Emacs and sent a line at a time. |
| 27655 | 27705 | ||
| 27656 | \(fn HOST &optional PORT)" t nil) | 27706 | \(fn HOST &optional PORT)" t nil) |
| 27657 | (add-hook 'same-window-regexps (purecopy "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)")) | ||
| 27658 | 27707 | ||
| 27659 | (autoload 'rsh "telnet" "\ | 27708 | (autoload 'rsh "telnet" "\ |
| 27660 | Open a network login connection to host named HOST (a string). | 27709 | Open a network login connection to host named HOST (a string). |
| @@ -27666,7 +27715,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 27666 | ;;;*** | 27715 | ;;;*** |
| 27667 | 27716 | ||
| 27668 | ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" | 27717 | ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" |
| 27669 | ;;;;;; (20050 11479)) | 27718 | ;;;;;; (20049 18044)) |
| 27670 | ;;; Generated autoloads from term.el | 27719 | ;;; Generated autoloads from term.el |
| 27671 | 27720 | ||
| 27672 | (autoload 'make-term "term" "\ | 27721 | (autoload 'make-term "term" "\ |
| @@ -27708,8 +27757,8 @@ use in that buffer. | |||
| 27708 | 27757 | ||
| 27709 | ;;;*** | 27758 | ;;;*** |
| 27710 | 27759 | ||
| 27711 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19931 | 27760 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19933 |
| 27712 | ;;;;;; 11784)) | 27761 | ;;;;;; 8482)) |
| 27713 | ;;; Generated autoloads from terminal.el | 27762 | ;;; Generated autoloads from terminal.el |
| 27714 | 27763 | ||
| 27715 | (autoload 'terminal-emulator "terminal" "\ | 27764 | (autoload 'terminal-emulator "terminal" "\ |
| @@ -27746,7 +27795,7 @@ subprocess started. | |||
| 27746 | ;;;*** | 27795 | ;;;*** |
| 27747 | 27796 | ||
| 27748 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" | 27797 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" |
| 27749 | ;;;;;; (19998 49767)) | 27798 | ;;;;;; (19998 18685)) |
| 27750 | ;;; Generated autoloads from emacs-lisp/testcover.el | 27799 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 27751 | 27800 | ||
| 27752 | (autoload 'testcover-this-defun "testcover" "\ | 27801 | (autoload 'testcover-this-defun "testcover" "\ |
| @@ -27756,7 +27805,7 @@ Start coverage on function under point. | |||
| 27756 | 27805 | ||
| 27757 | ;;;*** | 27806 | ;;;*** |
| 27758 | 27807 | ||
| 27759 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19889 21967)) | 27808 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19888 59421)) |
| 27760 | ;;; Generated autoloads from play/tetris.el | 27809 | ;;; Generated autoloads from play/tetris.el |
| 27761 | 27810 | ||
| 27762 | (autoload 'tetris "tetris" "\ | 27811 | (autoload 'tetris "tetris" "\ |
| @@ -27787,7 +27836,7 @@ tetris-mode keybindings: | |||
| 27787 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 27836 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 27788 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 27837 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 27789 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 27838 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 27790 | ;;;;;; (19845 45374)) | 27839 | ;;;;;; (19779 19681)) |
| 27791 | ;;; Generated autoloads from textmodes/tex-mode.el | 27840 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 27792 | 27841 | ||
| 27793 | (defvar tex-shell-file-name nil "\ | 27842 | (defvar tex-shell-file-name nil "\ |
| @@ -28089,7 +28138,7 @@ Major mode to edit DocTeX files. | |||
| 28089 | ;;;*** | 28138 | ;;;*** |
| 28090 | 28139 | ||
| 28091 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 28140 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 28092 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (19845 45374)) | 28141 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (19776 18657)) |
| 28093 | ;;; Generated autoloads from textmodes/texinfmt.el | 28142 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 28094 | 28143 | ||
| 28095 | (autoload 'texinfo-format-buffer "texinfmt" "\ | 28144 | (autoload 'texinfo-format-buffer "texinfmt" "\ |
| @@ -28129,7 +28178,7 @@ if large. You can use `Info-split' to do this manually. | |||
| 28129 | ;;;*** | 28178 | ;;;*** |
| 28130 | 28179 | ||
| 28131 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 28180 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 28132 | ;;;;;; "texinfo" "textmodes/texinfo.el" (19845 45374)) | 28181 | ;;;;;; "texinfo" "textmodes/texinfo.el" (19874 14950)) |
| 28133 | ;;; Generated autoloads from textmodes/texinfo.el | 28182 | ;;; Generated autoloads from textmodes/texinfo.el |
| 28134 | 28183 | ||
| 28135 | (defvar texinfo-open-quote (purecopy "``") "\ | 28184 | (defvar texinfo-open-quote (purecopy "``") "\ |
| @@ -28215,7 +28264,7 @@ value of `texinfo-mode-hook'. | |||
| 28215 | 28264 | ||
| 28216 | ;;;### (autoloads (thai-composition-function thai-compose-buffer | 28265 | ;;;### (autoloads (thai-composition-function thai-compose-buffer |
| 28217 | ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" | 28266 | ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" |
| 28218 | ;;;;;; (19845 45374)) | 28267 | ;;;;;; (19776 18657)) |
| 28219 | ;;; Generated autoloads from language/thai-util.el | 28268 | ;;; Generated autoloads from language/thai-util.el |
| 28220 | 28269 | ||
| 28221 | (autoload 'thai-compose-region "thai-util" "\ | 28270 | (autoload 'thai-compose-region "thai-util" "\ |
| @@ -28244,7 +28293,7 @@ Compose Thai characters in the current buffer. | |||
| 28244 | 28293 | ||
| 28245 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 28294 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 28246 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 28295 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 28247 | ;;;;;; "thingatpt" "thingatpt.el" (19990 55648)) | 28296 | ;;;;;; "thingatpt" "thingatpt.el" (19990 12633)) |
| 28248 | ;;; Generated autoloads from thingatpt.el | 28297 | ;;; Generated autoloads from thingatpt.el |
| 28249 | 28298 | ||
| 28250 | (autoload 'forward-thing "thingatpt" "\ | 28299 | (autoload 'forward-thing "thingatpt" "\ |
| @@ -28307,7 +28356,7 @@ Return the Lisp list at point, or nil if none is found. | |||
| 28307 | 28356 | ||
| 28308 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked | 28357 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked |
| 28309 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" | 28358 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" |
| 28310 | ;;;;;; (19931 11784)) | 28359 | ;;;;;; (19933 8482)) |
| 28311 | ;;; Generated autoloads from thumbs.el | 28360 | ;;; Generated autoloads from thumbs.el |
| 28312 | 28361 | ||
| 28313 | (autoload 'thumbs-find-thumb "thumbs" "\ | 28362 | (autoload 'thumbs-find-thumb "thumbs" "\ |
| @@ -28345,8 +28394,8 @@ In dired, call the setroot program on the image at point. | |||
| 28345 | ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer | 28394 | ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer |
| 28346 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region | 28395 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region |
| 28347 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription | 28396 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription |
| 28348 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19845 | 28397 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19776 |
| 28349 | ;;;;;; 45374)) | 28398 | ;;;;;; 18657)) |
| 28350 | ;;; Generated autoloads from language/tibet-util.el | 28399 | ;;; Generated autoloads from language/tibet-util.el |
| 28351 | 28400 | ||
| 28352 | (autoload 'tibetan-char-p "tibet-util" "\ | 28401 | (autoload 'tibetan-char-p "tibet-util" "\ |
| @@ -28420,7 +28469,7 @@ See also docstring of the function tibetan-compose-region. | |||
| 28420 | ;;;*** | 28469 | ;;;*** |
| 28421 | 28470 | ||
| 28422 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 28471 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 28423 | ;;;;;; (19845 45374)) | 28472 | ;;;;;; (19776 18657)) |
| 28424 | ;;; Generated autoloads from textmodes/tildify.el | 28473 | ;;; Generated autoloads from textmodes/tildify.el |
| 28425 | 28474 | ||
| 28426 | (autoload 'tildify-region "tildify" "\ | 28475 | (autoload 'tildify-region "tildify" "\ |
| @@ -28445,7 +28494,7 @@ This function performs no refilling of the changed text. | |||
| 28445 | 28494 | ||
| 28446 | ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world | 28495 | ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world |
| 28447 | ;;;;;; display-time-mode display-time display-time-day-and-date) | 28496 | ;;;;;; display-time-mode display-time display-time-day-and-date) |
| 28448 | ;;;;;; "time" "time.el" (20033 22846)) | 28497 | ;;;;;; "time" "time.el" (20032 1244)) |
| 28449 | ;;; Generated autoloads from time.el | 28498 | ;;; Generated autoloads from time.el |
| 28450 | 28499 | ||
| 28451 | (defvar display-time-day-and-date nil "\ | 28500 | (defvar display-time-day-and-date nil "\ |
| @@ -28510,7 +28559,7 @@ Return a string giving the duration of the Emacs initialization. | |||
| 28510 | ;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day | 28559 | ;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day |
| 28511 | ;;;;;; time-add time-subtract time-since days-to-time time-less-p | 28560 | ;;;;;; time-add time-subtract time-since days-to-time time-less-p |
| 28512 | ;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" | 28561 | ;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" |
| 28513 | ;;;;;; (19885 24894)) | 28562 | ;;;;;; (19888 59421)) |
| 28514 | ;;; Generated autoloads from calendar/time-date.el | 28563 | ;;; Generated autoloads from calendar/time-date.el |
| 28515 | 28564 | ||
| 28516 | (autoload 'date-to-time "time-date" "\ | 28565 | (autoload 'date-to-time "time-date" "\ |
| @@ -28624,7 +28673,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'. | |||
| 28624 | ;;;*** | 28673 | ;;;*** |
| 28625 | 28674 | ||
| 28626 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 28675 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 28627 | ;;;;;; "time-stamp.el" (20033 22846)) | 28676 | ;;;;;; "time-stamp.el" (20032 1358)) |
| 28628 | ;;; Generated autoloads from time-stamp.el | 28677 | ;;; Generated autoloads from time-stamp.el |
| 28629 | (put 'time-stamp-format 'safe-local-variable 'stringp) | 28678 | (put 'time-stamp-format 'safe-local-variable 'stringp) |
| 28630 | (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) | 28679 | (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) |
| @@ -28668,7 +28717,7 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 28668 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 28717 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 28669 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 28718 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 28670 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 28719 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 28671 | ;;;;;; (19981 40664)) | 28720 | ;;;;;; (19983 37515)) |
| 28672 | ;;; Generated autoloads from calendar/timeclock.el | 28721 | ;;; Generated autoloads from calendar/timeclock.el |
| 28673 | 28722 | ||
| 28674 | (autoload 'timeclock-modeline-display "timeclock" "\ | 28723 | (autoload 'timeclock-modeline-display "timeclock" "\ |
| @@ -28768,7 +28817,7 @@ relative only to the time worked today, and not to past time. | |||
| 28768 | ;;;*** | 28817 | ;;;*** |
| 28769 | 28818 | ||
| 28770 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 28819 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 28771 | ;;;;;; "international/titdic-cnv.el" (19845 45374)) | 28820 | ;;;;;; "international/titdic-cnv.el" (19813 16330)) |
| 28772 | ;;; Generated autoloads from international/titdic-cnv.el | 28821 | ;;; Generated autoloads from international/titdic-cnv.el |
| 28773 | 28822 | ||
| 28774 | (autoload 'titdic-convert "titdic-cnv" "\ | 28823 | (autoload 'titdic-convert "titdic-cnv" "\ |
| @@ -28791,7 +28840,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 28791 | ;;;*** | 28840 | ;;;*** |
| 28792 | 28841 | ||
| 28793 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 28842 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 28794 | ;;;;;; "tmm.el" (19845 45374)) | 28843 | ;;;;;; "tmm.el" (19776 18657)) |
| 28795 | ;;; Generated autoloads from tmm.el | 28844 | ;;; Generated autoloads from tmm.el |
| 28796 | (define-key global-map "\M-`" 'tmm-menubar) | 28845 | (define-key global-map "\M-`" 'tmm-menubar) |
| 28797 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 28846 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
| @@ -28831,7 +28880,7 @@ Its value should be an event that has a binding in MENU. | |||
| 28831 | 28880 | ||
| 28832 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities | 28881 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities |
| 28833 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) | 28882 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) |
| 28834 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (19845 45374)) | 28883 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (19776 18657)) |
| 28835 | ;;; Generated autoloads from calendar/todo-mode.el | 28884 | ;;; Generated autoloads from calendar/todo-mode.el |
| 28836 | 28885 | ||
| 28837 | (autoload 'todo-add-category "todo-mode" "\ | 28886 | (autoload 'todo-add-category "todo-mode" "\ |
| @@ -28891,7 +28940,7 @@ Show TODO list. | |||
| 28891 | 28940 | ||
| 28892 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu | 28941 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 28893 | ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) | 28942 | ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) |
| 28894 | ;;;;;; "tool-bar" "tool-bar.el" (19994 52720)) | 28943 | ;;;;;; "tool-bar" "tool-bar.el" (19994 28309)) |
| 28895 | ;;; Generated autoloads from tool-bar.el | 28944 | ;;; Generated autoloads from tool-bar.el |
| 28896 | 28945 | ||
| 28897 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ | 28946 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ |
| @@ -28962,7 +29011,7 @@ holds a keymap. | |||
| 28962 | ;;;*** | 29011 | ;;;*** |
| 28963 | 29012 | ||
| 28964 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" | 29013 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" |
| 28965 | ;;;;;; (19931 11784)) | 29014 | ;;;;;; (19933 8482)) |
| 28966 | ;;; Generated autoloads from emulation/tpu-edt.el | 29015 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 28967 | 29016 | ||
| 28968 | (defvar tpu-edt-mode nil "\ | 29017 | (defvar tpu-edt-mode nil "\ |
| @@ -28989,7 +29038,7 @@ Turn on TPU/edt emulation. | |||
| 28989 | ;;;*** | 29038 | ;;;*** |
| 28990 | 29039 | ||
| 28991 | ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" | 29040 | ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" |
| 28992 | ;;;;;; (19845 45374)) | 29041 | ;;;;;; (19776 18657)) |
| 28993 | ;;; Generated autoloads from emulation/tpu-mapper.el | 29042 | ;;; Generated autoloads from emulation/tpu-mapper.el |
| 28994 | 29043 | ||
| 28995 | (autoload 'tpu-mapper "tpu-mapper" "\ | 29044 | (autoload 'tpu-mapper "tpu-mapper" "\ |
| @@ -29023,7 +29072,7 @@ your local X guru can try to figure out why the key is being ignored. | |||
| 29023 | 29072 | ||
| 29024 | ;;;*** | 29073 | ;;;*** |
| 29025 | 29074 | ||
| 29026 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19845 45374)) | 29075 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19776 18657)) |
| 29027 | ;;; Generated autoloads from emacs-lisp/tq.el | 29076 | ;;; Generated autoloads from emacs-lisp/tq.el |
| 29028 | 29077 | ||
| 29029 | (autoload 'tq-create "tq" "\ | 29078 | (autoload 'tq-create "tq" "\ |
| @@ -29037,7 +29086,7 @@ to a tcp server on another machine. | |||
| 29037 | ;;;*** | 29086 | ;;;*** |
| 29038 | 29087 | ||
| 29039 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) | 29088 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) |
| 29040 | ;;;;;; "trace" "emacs-lisp/trace.el" (19845 45374)) | 29089 | ;;;;;; "trace" "emacs-lisp/trace.el" (19776 18657)) |
| 29041 | ;;; Generated autoloads from emacs-lisp/trace.el | 29090 | ;;; Generated autoloads from emacs-lisp/trace.el |
| 29042 | 29091 | ||
| 29043 | (defvar trace-buffer (purecopy "*trace-output*") "\ | 29092 | (defvar trace-buffer (purecopy "*trace-output*") "\ |
| @@ -29074,7 +29123,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 29074 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 29123 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 29075 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 29124 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 29076 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" | 29125 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" |
| 29077 | ;;;;;; "net/tramp.el" (20062 2656)) | 29126 | ;;;;;; "net/tramp.el" (20089 62475)) |
| 29078 | ;;; Generated autoloads from net/tramp.el | 29127 | ;;; Generated autoloads from net/tramp.el |
| 29079 | 29128 | ||
| 29080 | (defvar tramp-mode t "\ | 29129 | (defvar tramp-mode t "\ |
| @@ -29207,7 +29256,7 @@ Discard Tramp from loading remote files. | |||
| 29207 | ;;;*** | 29256 | ;;;*** |
| 29208 | 29257 | ||
| 29209 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" | 29258 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" |
| 29210 | ;;;;;; (19946 29209)) | 29259 | ;;;;;; (19946 35279)) |
| 29211 | ;;; Generated autoloads from net/tramp-ftp.el | 29260 | ;;; Generated autoloads from net/tramp-ftp.el |
| 29212 | 29261 | ||
| 29213 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ | 29262 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ |
| @@ -29218,7 +29267,7 @@ Discard Tramp from loading remote files. | |||
| 29218 | ;;;*** | 29267 | ;;;*** |
| 29219 | 29268 | ||
| 29220 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20048 | 29269 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20048 |
| 29221 | ;;;;;; 56149)) | 29270 | ;;;;;; 22592)) |
| 29222 | ;;; Generated autoloads from tutorial.el | 29271 | ;;; Generated autoloads from tutorial.el |
| 29223 | 29272 | ||
| 29224 | (autoload 'help-with-tutorial "tutorial" "\ | 29273 | (autoload 'help-with-tutorial "tutorial" "\ |
| @@ -29243,7 +29292,7 @@ resumed later. | |||
| 29243 | ;;;*** | 29292 | ;;;*** |
| 29244 | 29293 | ||
| 29245 | ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" | 29294 | ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" |
| 29246 | ;;;;;; (19845 45374)) | 29295 | ;;;;;; (19764 32359)) |
| 29247 | ;;; Generated autoloads from language/tv-util.el | 29296 | ;;; Generated autoloads from language/tv-util.el |
| 29248 | 29297 | ||
| 29249 | (autoload 'tai-viet-composition-function "tv-util" "\ | 29298 | (autoload 'tai-viet-composition-function "tv-util" "\ |
| @@ -29254,7 +29303,7 @@ resumed later. | |||
| 29254 | ;;;*** | 29303 | ;;;*** |
| 29255 | 29304 | ||
| 29256 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 29305 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 29257 | ;;;;;; "textmodes/two-column.el" (19845 45374)) | 29306 | ;;;;;; "textmodes/two-column.el" (19776 18657)) |
| 29258 | ;;; Generated autoloads from textmodes/two-column.el | 29307 | ;;; Generated autoloads from textmodes/two-column.el |
| 29259 | (autoload '2C-command "two-column" () t 'keymap) | 29308 | (autoload '2C-command "two-column" () t 'keymap) |
| 29260 | (global-set-key "\C-x6" '2C-command) | 29309 | (global-set-key "\C-x6" '2C-command) |
| @@ -29305,7 +29354,7 @@ First column's text sSs Second column's text | |||
| 29305 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 29354 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 29306 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval | 29355 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval |
| 29307 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" | 29356 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" |
| 29308 | ;;;;;; (19985 37722)) | 29357 | ;;;;;; (19985 10396)) |
| 29309 | ;;; Generated autoloads from type-break.el | 29358 | ;;; Generated autoloads from type-break.el |
| 29310 | 29359 | ||
| 29311 | (defvar type-break-mode nil "\ | 29360 | (defvar type-break-mode nil "\ |
| @@ -29487,7 +29536,7 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 29487 | 29536 | ||
| 29488 | ;;;*** | 29537 | ;;;*** |
| 29489 | 29538 | ||
| 29490 | ;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19845 45374)) | 29539 | ;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19776 18657)) |
| 29491 | ;;; Generated autoloads from mail/uce.el | 29540 | ;;; Generated autoloads from mail/uce.el |
| 29492 | 29541 | ||
| 29493 | (autoload 'uce-reply-to-uce "uce" "\ | 29542 | (autoload 'uce-reply-to-uce "uce" "\ |
| @@ -29505,7 +29554,7 @@ You might need to set `uce-mail-reader' before using this. | |||
| 29505 | ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string | 29554 | ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string |
| 29506 | ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region | 29555 | ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region |
| 29507 | ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" | 29556 | ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" |
| 29508 | ;;;;;; "international/ucs-normalize.el" (20052 53218)) | 29557 | ;;;;;; "international/ucs-normalize.el" (20053 4711)) |
| 29509 | ;;; Generated autoloads from international/ucs-normalize.el | 29558 | ;;; Generated autoloads from international/ucs-normalize.el |
| 29510 | 29559 | ||
| 29511 | (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ | 29560 | (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ |
| @@ -29571,7 +29620,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus. | |||
| 29571 | ;;;*** | 29620 | ;;;*** |
| 29572 | 29621 | ||
| 29573 | ;;;### (autoloads (ununderline-region underline-region) "underline" | 29622 | ;;;### (autoloads (ununderline-region underline-region) "underline" |
| 29574 | ;;;;;; "textmodes/underline.el" (19845 45374)) | 29623 | ;;;;;; "textmodes/underline.el" (19776 18657)) |
| 29575 | ;;; Generated autoloads from textmodes/underline.el | 29624 | ;;; Generated autoloads from textmodes/underline.el |
| 29576 | 29625 | ||
| 29577 | (autoload 'underline-region "underline" "\ | 29626 | (autoload 'underline-region "underline" "\ |
| @@ -29592,7 +29641,7 @@ which specify the range to operate on. | |||
| 29592 | ;;;*** | 29641 | ;;;*** |
| 29593 | 29642 | ||
| 29594 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 29643 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 29595 | ;;;;;; (19845 45374)) | 29644 | ;;;;;; (19776 18657)) |
| 29596 | ;;; Generated autoloads from mail/unrmail.el | 29645 | ;;; Generated autoloads from mail/unrmail.el |
| 29597 | 29646 | ||
| 29598 | (autoload 'batch-unrmail "unrmail" "\ | 29647 | (autoload 'batch-unrmail "unrmail" "\ |
| @@ -29611,8 +29660,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE. | |||
| 29611 | 29660 | ||
| 29612 | ;;;*** | 29661 | ;;;*** |
| 29613 | 29662 | ||
| 29614 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19845 | 29663 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19776 |
| 29615 | ;;;;;; 45374)) | 29664 | ;;;;;; 18657)) |
| 29616 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 29665 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 29617 | 29666 | ||
| 29618 | (autoload 'unsafep "unsafep" "\ | 29667 | (autoload 'unsafep "unsafep" "\ |
| @@ -29625,7 +29674,7 @@ UNSAFEP-VARS is a list of symbols with local bindings. | |||
| 29625 | ;;;*** | 29674 | ;;;*** |
| 29626 | 29675 | ||
| 29627 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" | 29676 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" |
| 29628 | ;;;;;; "url/url.el" (19845 45374)) | 29677 | ;;;;;; "url/url.el" (19776 18657)) |
| 29629 | ;;; Generated autoloads from url/url.el | 29678 | ;;; Generated autoloads from url/url.el |
| 29630 | 29679 | ||
| 29631 | (autoload 'url-retrieve "url" "\ | 29680 | (autoload 'url-retrieve "url" "\ |
| @@ -29667,7 +29716,7 @@ no further processing). URL is either a string or a parsed URL. | |||
| 29667 | ;;;*** | 29716 | ;;;*** |
| 29668 | 29717 | ||
| 29669 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) | 29718 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) |
| 29670 | ;;;;;; "url-auth" "url/url-auth.el" (19845 45374)) | 29719 | ;;;;;; "url-auth" "url/url-auth.el" (19798 54313)) |
| 29671 | ;;; Generated autoloads from url/url-auth.el | 29720 | ;;; Generated autoloads from url/url-auth.el |
| 29672 | 29721 | ||
| 29673 | (autoload 'url-get-authentication "url-auth" "\ | 29722 | (autoload 'url-get-authentication "url-auth" "\ |
| @@ -29709,7 +29758,7 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 29709 | ;;;*** | 29758 | ;;;*** |
| 29710 | 29759 | ||
| 29711 | ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) | 29760 | ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) |
| 29712 | ;;;;;; "url-cache" "url/url-cache.el" (19988 13913)) | 29761 | ;;;;;; "url-cache" "url/url-cache.el" (19988 51157)) |
| 29713 | ;;; Generated autoloads from url/url-cache.el | 29762 | ;;; Generated autoloads from url/url-cache.el |
| 29714 | 29763 | ||
| 29715 | (autoload 'url-store-in-cache "url-cache" "\ | 29764 | (autoload 'url-store-in-cache "url-cache" "\ |
| @@ -29730,7 +29779,7 @@ Extract FNAM from the local disk cache. | |||
| 29730 | 29779 | ||
| 29731 | ;;;*** | 29780 | ;;;*** |
| 29732 | 29781 | ||
| 29733 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19845 45374)) | 29782 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19776 18657)) |
| 29734 | ;;; Generated autoloads from url/url-cid.el | 29783 | ;;; Generated autoloads from url/url-cid.el |
| 29735 | 29784 | ||
| 29736 | (autoload 'url-cid "url-cid" "\ | 29785 | (autoload 'url-cid "url-cid" "\ |
| @@ -29741,7 +29790,7 @@ Extract FNAM from the local disk cache. | |||
| 29741 | ;;;*** | 29790 | ;;;*** |
| 29742 | 29791 | ||
| 29743 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" | 29792 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" |
| 29744 | ;;;;;; "url/url-dav.el" (19845 45374)) | 29793 | ;;;;;; "url/url-dav.el" (19776 18657)) |
| 29745 | ;;; Generated autoloads from url/url-dav.el | 29794 | ;;; Generated autoloads from url/url-dav.el |
| 29746 | 29795 | ||
| 29747 | (autoload 'url-dav-supported-p "url-dav" "\ | 29796 | (autoload 'url-dav-supported-p "url-dav" "\ |
| @@ -29756,8 +29805,8 @@ Extract FNAM from the local disk cache. | |||
| 29756 | 29805 | ||
| 29757 | ;;;*** | 29806 | ;;;*** |
| 29758 | 29807 | ||
| 29759 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19845 | 29808 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19776 |
| 29760 | ;;;;;; 45374)) | 29809 | ;;;;;; 18657)) |
| 29761 | ;;; Generated autoloads from url/url-file.el | 29810 | ;;; Generated autoloads from url/url-file.el |
| 29762 | 29811 | ||
| 29763 | (autoload 'url-file "url-file" "\ | 29812 | (autoload 'url-file "url-file" "\ |
| @@ -29768,7 +29817,7 @@ Handle file: and ftp: URLs. | |||
| 29768 | ;;;*** | 29817 | ;;;*** |
| 29769 | 29818 | ||
| 29770 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" | 29819 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" |
| 29771 | ;;;;;; "url/url-gw.el" (19864 29553)) | 29820 | ;;;;;; "url/url-gw.el" (19875 21674)) |
| 29772 | ;;; Generated autoloads from url/url-gw.el | 29821 | ;;; Generated autoloads from url/url-gw.el |
| 29773 | 29822 | ||
| 29774 | (autoload 'url-gateway-nslookup-host "url-gw" "\ | 29823 | (autoload 'url-gateway-nslookup-host "url-gw" "\ |
| @@ -29788,7 +29837,7 @@ Might do a non-blocking connection; use `process-status' to check. | |||
| 29788 | 29837 | ||
| 29789 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file | 29838 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file |
| 29790 | ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" | 29839 | ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" |
| 29791 | ;;;;;; (19845 45374)) | 29840 | ;;;;;; (19776 18657)) |
| 29792 | ;;; Generated autoloads from url/url-handlers.el | 29841 | ;;; Generated autoloads from url/url-handlers.el |
| 29793 | 29842 | ||
| 29794 | (defvar url-handler-mode nil "\ | 29843 | (defvar url-handler-mode nil "\ |
| @@ -29840,7 +29889,7 @@ accessible. | |||
| 29840 | ;;;*** | 29889 | ;;;*** |
| 29841 | 29890 | ||
| 29842 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p | 29891 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p |
| 29843 | ;;;;;; url-http) "url-http" "url/url-http.el" (20031 47065)) | 29892 | ;;;;;; url-http) "url-http" "url/url-http.el" (20094 24898)) |
| 29844 | ;;; Generated autoloads from url/url-http.el | 29893 | ;;; Generated autoloads from url/url-http.el |
| 29845 | 29894 | ||
| 29846 | (autoload 'url-http "url-http" "\ | 29895 | (autoload 'url-http "url-http" "\ |
| @@ -29906,7 +29955,7 @@ HTTPS retrievals are asynchronous.") | |||
| 29906 | 29955 | ||
| 29907 | ;;;*** | 29956 | ;;;*** |
| 29908 | 29957 | ||
| 29909 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19845 45374)) | 29958 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19776 18657)) |
| 29910 | ;;; Generated autoloads from url/url-irc.el | 29959 | ;;; Generated autoloads from url/url-irc.el |
| 29911 | 29960 | ||
| 29912 | (autoload 'url-irc "url-irc" "\ | 29961 | (autoload 'url-irc "url-irc" "\ |
| @@ -29916,8 +29965,8 @@ HTTPS retrievals are asynchronous.") | |||
| 29916 | 29965 | ||
| 29917 | ;;;*** | 29966 | ;;;*** |
| 29918 | 29967 | ||
| 29919 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19845 | 29968 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19776 |
| 29920 | ;;;;;; 45374)) | 29969 | ;;;;;; 18657)) |
| 29921 | ;;; Generated autoloads from url/url-ldap.el | 29970 | ;;; Generated autoloads from url/url-ldap.el |
| 29922 | 29971 | ||
| 29923 | (autoload 'url-ldap "url-ldap" "\ | 29972 | (autoload 'url-ldap "url-ldap" "\ |
| @@ -29931,7 +29980,7 @@ URL can be a URL string, or a URL vector of the type returned by | |||
| 29931 | ;;;*** | 29980 | ;;;*** |
| 29932 | 29981 | ||
| 29933 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" | 29982 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" |
| 29934 | ;;;;;; (19845 45374)) | 29983 | ;;;;;; (19776 18657)) |
| 29935 | ;;; Generated autoloads from url/url-mailto.el | 29984 | ;;; Generated autoloads from url/url-mailto.el |
| 29936 | 29985 | ||
| 29937 | (autoload 'url-mail "url-mailto" "\ | 29986 | (autoload 'url-mail "url-mailto" "\ |
| @@ -29947,7 +29996,7 @@ Handle the mailto: URL syntax. | |||
| 29947 | ;;;*** | 29996 | ;;;*** |
| 29948 | 29997 | ||
| 29949 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info | 29998 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info |
| 29950 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (19845 45374)) | 29999 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (19776 18657)) |
| 29951 | ;;; Generated autoloads from url/url-misc.el | 30000 | ;;; Generated autoloads from url/url-misc.el |
| 29952 | 30001 | ||
| 29953 | (autoload 'url-man "url-misc" "\ | 30002 | (autoload 'url-man "url-misc" "\ |
| @@ -29979,7 +30028,7 @@ Fetch a data URL (RFC 2397). | |||
| 29979 | ;;;*** | 30028 | ;;;*** |
| 29980 | 30029 | ||
| 29981 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" | 30030 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" |
| 29982 | ;;;;;; (19845 45374)) | 30031 | ;;;;;; (19776 18657)) |
| 29983 | ;;; Generated autoloads from url/url-news.el | 30032 | ;;; Generated autoloads from url/url-news.el |
| 29984 | 30033 | ||
| 29985 | (autoload 'url-news "url-news" "\ | 30034 | (autoload 'url-news "url-news" "\ |
| @@ -29996,7 +30045,7 @@ Fetch a data URL (RFC 2397). | |||
| 29996 | 30045 | ||
| 29997 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable | 30046 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable |
| 29998 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" | 30047 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" |
| 29999 | ;;;;;; (19845 45374)) | 30048 | ;;;;;; (19776 18657)) |
| 30000 | ;;; Generated autoloads from url/url-ns.el | 30049 | ;;; Generated autoloads from url/url-ns.el |
| 30001 | 30050 | ||
| 30002 | (autoload 'isPlainHostName "url-ns" "\ | 30051 | (autoload 'isPlainHostName "url-ns" "\ |
| @@ -30037,7 +30086,7 @@ Fetch a data URL (RFC 2397). | |||
| 30037 | ;;;*** | 30086 | ;;;*** |
| 30038 | 30087 | ||
| 30039 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" | 30088 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" |
| 30040 | ;;;;;; "url/url-parse.el" (19845 45374)) | 30089 | ;;;;;; "url/url-parse.el" (19798 54313)) |
| 30041 | ;;; Generated autoloads from url/url-parse.el | 30090 | ;;; Generated autoloads from url/url-parse.el |
| 30042 | 30091 | ||
| 30043 | (autoload 'url-recreate-url "url-parse" "\ | 30092 | (autoload 'url-recreate-url "url-parse" "\ |
| @@ -30055,7 +30104,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS. | |||
| 30055 | ;;;*** | 30104 | ;;;*** |
| 30056 | 30105 | ||
| 30057 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" | 30106 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" |
| 30058 | ;;;;;; (19845 45374)) | 30107 | ;;;;;; (19776 18657)) |
| 30059 | ;;; Generated autoloads from url/url-privacy.el | 30108 | ;;; Generated autoloads from url/url-privacy.el |
| 30060 | 30109 | ||
| 30061 | (autoload 'url-setup-privacy-info "url-privacy" "\ | 30110 | (autoload 'url-setup-privacy-info "url-privacy" "\ |
| @@ -30066,7 +30115,7 @@ Setup variables that expose info about you and your system. | |||
| 30066 | ;;;*** | 30115 | ;;;*** |
| 30067 | 30116 | ||
| 30068 | ;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" | 30117 | ;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" |
| 30069 | ;;;;;; (19943 25429)) | 30118 | ;;;;;; (19946 35279)) |
| 30070 | ;;; Generated autoloads from url/url-queue.el | 30119 | ;;; Generated autoloads from url/url-queue.el |
| 30071 | 30120 | ||
| 30072 | (autoload 'url-queue-retrieve "url-queue" "\ | 30121 | (autoload 'url-queue-retrieve "url-queue" "\ |
| @@ -30085,7 +30134,7 @@ controls the level of parallelism via the | |||
| 30085 | ;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space | 30134 | ;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space |
| 30086 | ;;;;;; url-get-normalized-date url-lazy-message url-normalize-url | 30135 | ;;;;;; url-get-normalized-date url-lazy-message url-normalize-url |
| 30087 | ;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) | 30136 | ;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) |
| 30088 | ;;;;;; "url-util" "url/url-util.el" (19867 59212)) | 30137 | ;;;;;; "url-util" "url/url-util.el" (19776 18657)) |
| 30089 | ;;; Generated autoloads from url/url-util.el | 30138 | ;;; Generated autoloads from url/url-util.el |
| 30090 | 30139 | ||
| 30091 | (defvar url-debug nil "\ | 30140 | (defvar url-debug nil "\ |
| @@ -30221,7 +30270,7 @@ This uses `url-current-object', set locally to the buffer. | |||
| 30221 | ;;;*** | 30270 | ;;;*** |
| 30222 | 30271 | ||
| 30223 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) | 30272 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) |
| 30224 | ;;;;;; "userlock" "userlock.el" (19845 45374)) | 30273 | ;;;;;; "userlock" "userlock.el" (19776 18657)) |
| 30225 | ;;; Generated autoloads from userlock.el | 30274 | ;;; Generated autoloads from userlock.el |
| 30226 | 30275 | ||
| 30227 | (autoload 'ask-user-about-lock "userlock" "\ | 30276 | (autoload 'ask-user-about-lock "userlock" "\ |
| @@ -30251,7 +30300,7 @@ The buffer in question is current when this function is called. | |||
| 30251 | 30300 | ||
| 30252 | ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion | 30301 | ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion |
| 30253 | ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) | 30302 | ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) |
| 30254 | ;;;;;; "utf-7" "international/utf-7.el" (19845 45374)) | 30303 | ;;;;;; "utf-7" "international/utf-7.el" (19776 18657)) |
| 30255 | ;;; Generated autoloads from international/utf-7.el | 30304 | ;;; Generated autoloads from international/utf-7.el |
| 30256 | 30305 | ||
| 30257 | (autoload 'utf-7-post-read-conversion "utf-7" "\ | 30306 | (autoload 'utf-7-post-read-conversion "utf-7" "\ |
| @@ -30276,7 +30325,7 @@ The buffer in question is current when this function is called. | |||
| 30276 | 30325 | ||
| 30277 | ;;;*** | 30326 | ;;;*** |
| 30278 | 30327 | ||
| 30279 | ;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19845 45374)) | 30328 | ;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19776 18657)) |
| 30280 | ;;; Generated autoloads from gnus/utf7.el | 30329 | ;;; Generated autoloads from gnus/utf7.el |
| 30281 | 30330 | ||
| 30282 | (autoload 'utf7-encode "utf7" "\ | 30331 | (autoload 'utf7-encode "utf7" "\ |
| @@ -30288,7 +30337,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil. | |||
| 30288 | 30337 | ||
| 30289 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal | 30338 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal |
| 30290 | ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" | 30339 | ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" |
| 30291 | ;;;;;; (19845 45374)) | 30340 | ;;;;;; (19776 18657)) |
| 30292 | ;;; Generated autoloads from mail/uudecode.el | 30341 | ;;; Generated autoloads from mail/uudecode.el |
| 30293 | 30342 | ||
| 30294 | (autoload 'uudecode-decode-region-external "uudecode" "\ | 30343 | (autoload 'uudecode-decode-region-external "uudecode" "\ |
| @@ -30319,7 +30368,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 30319 | ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff | 30368 | ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff |
| 30320 | ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook | 30369 | ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook |
| 30321 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (19997 | 30370 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (19997 |
| 30322 | ;;;;;; 28887)) | 30371 | ;;;;;; 49500)) |
| 30323 | ;;; Generated autoloads from vc/vc.el | 30372 | ;;; Generated autoloads from vc/vc.el |
| 30324 | 30373 | ||
| 30325 | (defvar vc-checkout-hook nil "\ | 30374 | (defvar vc-checkout-hook nil "\ |
| @@ -30602,7 +30651,7 @@ Return the branch part of a revision number REV. | |||
| 30602 | ;;;*** | 30651 | ;;;*** |
| 30603 | 30652 | ||
| 30604 | ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" | 30653 | ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" |
| 30605 | ;;;;;; (19920 63959)) | 30654 | ;;;;;; (19919 55642)) |
| 30606 | ;;; Generated autoloads from vc/vc-annotate.el | 30655 | ;;; Generated autoloads from vc/vc-annotate.el |
| 30607 | 30656 | ||
| 30608 | (autoload 'vc-annotate "vc-annotate" "\ | 30657 | (autoload 'vc-annotate "vc-annotate" "\ |
| @@ -30639,7 +30688,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 30639 | 30688 | ||
| 30640 | ;;;*** | 30689 | ;;;*** |
| 30641 | 30690 | ||
| 30642 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19984 16846)) | 30691 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19984 44694)) |
| 30643 | ;;; Generated autoloads from vc/vc-arch.el | 30692 | ;;; Generated autoloads from vc/vc-arch.el |
| 30644 | (defun vc-arch-registered (file) | 30693 | (defun vc-arch-registered (file) |
| 30645 | (if (vc-find-root file "{arch}/=tagging-method") | 30694 | (if (vc-find-root file "{arch}/=tagging-method") |
| @@ -30649,7 +30698,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 30649 | 30698 | ||
| 30650 | ;;;*** | 30699 | ;;;*** |
| 30651 | 30700 | ||
| 30652 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19991 42275)) | 30701 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20087 36265)) |
| 30653 | ;;; Generated autoloads from vc/vc-bzr.el | 30702 | ;;; Generated autoloads from vc/vc-bzr.el |
| 30654 | 30703 | ||
| 30655 | (defconst vc-bzr-admin-dirname ".bzr" "\ | 30704 | (defconst vc-bzr-admin-dirname ".bzr" "\ |
| @@ -30664,7 +30713,7 @@ Name of the directory containing Bzr repository status files.") | |||
| 30664 | 30713 | ||
| 30665 | ;;;*** | 30714 | ;;;*** |
| 30666 | 30715 | ||
| 30667 | ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19845 45374)) | 30716 | ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19776 18657)) |
| 30668 | ;;; Generated autoloads from vc/vc-cvs.el | 30717 | ;;; Generated autoloads from vc/vc-cvs.el |
| 30669 | (defun vc-cvs-registered (f) | 30718 | (defun vc-cvs-registered (f) |
| 30670 | (when (file-readable-p (expand-file-name | 30719 | (when (file-readable-p (expand-file-name |
| @@ -30674,7 +30723,7 @@ Name of the directory containing Bzr repository status files.") | |||
| 30674 | 30723 | ||
| 30675 | ;;;*** | 30724 | ;;;*** |
| 30676 | 30725 | ||
| 30677 | ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (19930 13389)) | 30726 | ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20087 36265)) |
| 30678 | ;;; Generated autoloads from vc/vc-dir.el | 30727 | ;;; Generated autoloads from vc/vc-dir.el |
| 30679 | 30728 | ||
| 30680 | (autoload 'vc-dir "vc-dir" "\ | 30729 | (autoload 'vc-dir "vc-dir" "\ |
| @@ -30699,7 +30748,7 @@ These are the commands available for use in the file status buffer: | |||
| 30699 | ;;;*** | 30748 | ;;;*** |
| 30700 | 30749 | ||
| 30701 | ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" | 30750 | ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" |
| 30702 | ;;;;;; (19845 45374)) | 30751 | ;;;;;; (19808 13302)) |
| 30703 | ;;; Generated autoloads from vc/vc-dispatcher.el | 30752 | ;;; Generated autoloads from vc/vc-dispatcher.el |
| 30704 | 30753 | ||
| 30705 | (autoload 'vc-do-command "vc-dispatcher" "\ | 30754 | (autoload 'vc-do-command "vc-dispatcher" "\ |
| @@ -30722,7 +30771,7 @@ case, and the process object in the asynchronous case. | |||
| 30722 | 30771 | ||
| 30723 | ;;;*** | 30772 | ;;;*** |
| 30724 | 30773 | ||
| 30725 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20063 23511)) | 30774 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20087 36265)) |
| 30726 | ;;; Generated autoloads from vc/vc-git.el | 30775 | ;;; Generated autoloads from vc/vc-git.el |
| 30727 | (defun vc-git-registered (file) | 30776 | (defun vc-git-registered (file) |
| 30728 | "Return non-nil if FILE is registered with git." | 30777 | "Return non-nil if FILE is registered with git." |
| @@ -30733,7 +30782,7 @@ case, and the process object in the asynchronous case. | |||
| 30733 | 30782 | ||
| 30734 | ;;;*** | 30783 | ;;;*** |
| 30735 | 30784 | ||
| 30736 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19845 45374)) | 30785 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19874 15752)) |
| 30737 | ;;; Generated autoloads from vc/vc-hg.el | 30786 | ;;; Generated autoloads from vc/vc-hg.el |
| 30738 | (defun vc-hg-registered (file) | 30787 | (defun vc-hg-registered (file) |
| 30739 | "Return non-nil if FILE is registered with hg." | 30788 | "Return non-nil if FILE is registered with hg." |
| @@ -30744,7 +30793,7 @@ case, and the process object in the asynchronous case. | |||
| 30744 | 30793 | ||
| 30745 | ;;;*** | 30794 | ;;;*** |
| 30746 | 30795 | ||
| 30747 | ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19845 45374)) | 30796 | ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19776 18657)) |
| 30748 | ;;; Generated autoloads from vc/vc-mtn.el | 30797 | ;;; Generated autoloads from vc/vc-mtn.el |
| 30749 | 30798 | ||
| 30750 | (defconst vc-mtn-admin-dir "_MTN") | 30799 | (defconst vc-mtn-admin-dir "_MTN") |
| @@ -30759,7 +30808,7 @@ case, and the process object in the asynchronous case. | |||
| 30759 | ;;;*** | 30808 | ;;;*** |
| 30760 | 30809 | ||
| 30761 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" | 30810 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" |
| 30762 | ;;;;;; (19845 45374)) | 30811 | ;;;;;; (20064 58966)) |
| 30763 | ;;; Generated autoloads from vc/vc-rcs.el | 30812 | ;;; Generated autoloads from vc/vc-rcs.el |
| 30764 | 30813 | ||
| 30765 | (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 30814 | (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -30773,7 +30822,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 30773 | ;;;*** | 30822 | ;;;*** |
| 30774 | 30823 | ||
| 30775 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" | 30824 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" |
| 30776 | ;;;;;; (19845 45374)) | 30825 | ;;;;;; (19776 18657)) |
| 30777 | ;;; Generated autoloads from vc/vc-sccs.el | 30826 | ;;; Generated autoloads from vc/vc-sccs.el |
| 30778 | 30827 | ||
| 30779 | (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 30828 | (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -30790,7 +30839,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 30790 | 30839 | ||
| 30791 | ;;;*** | 30840 | ;;;*** |
| 30792 | 30841 | ||
| 30793 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19845 45374)) | 30842 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19874 14841)) |
| 30794 | ;;; Generated autoloads from vc/vc-svn.el | 30843 | ;;; Generated autoloads from vc/vc-svn.el |
| 30795 | (defun vc-svn-registered (f) | 30844 | (defun vc-svn-registered (f) |
| 30796 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) | 30845 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) |
| @@ -30804,7 +30853,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 30804 | ;;;*** | 30853 | ;;;*** |
| 30805 | 30854 | ||
| 30806 | ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" | 30855 | ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" |
| 30807 | ;;;;;; (19890 42850)) | 30856 | ;;;;;; (19891 13894)) |
| 30808 | ;;; Generated autoloads from progmodes/vera-mode.el | 30857 | ;;; Generated autoloads from progmodes/vera-mode.el |
| 30809 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) | 30858 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) |
| 30810 | 30859 | ||
| @@ -30862,7 +30911,7 @@ Key bindings: | |||
| 30862 | ;;;*** | 30911 | ;;;*** |
| 30863 | 30912 | ||
| 30864 | ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" | 30913 | ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" |
| 30865 | ;;;;;; (19973 46551)) | 30914 | ;;;;;; (19973 21789)) |
| 30866 | ;;; Generated autoloads from progmodes/verilog-mode.el | 30915 | ;;; Generated autoloads from progmodes/verilog-mode.el |
| 30867 | 30916 | ||
| 30868 | (autoload 'verilog-mode "verilog-mode" "\ | 30917 | (autoload 'verilog-mode "verilog-mode" "\ |
| @@ -30999,7 +31048,7 @@ Key bindings specific to `verilog-mode-map' are: | |||
| 30999 | ;;;*** | 31048 | ;;;*** |
| 31000 | 31049 | ||
| 31001 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 31050 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 31002 | ;;;;;; (19914 25180)) | 31051 | ;;;;;; (19919 55562)) |
| 31003 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 31052 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 31004 | 31053 | ||
| 31005 | (autoload 'vhdl-mode "vhdl-mode" "\ | 31054 | (autoload 'vhdl-mode "vhdl-mode" "\ |
| @@ -31540,7 +31589,7 @@ Key bindings: | |||
| 31540 | 31589 | ||
| 31541 | ;;;*** | 31590 | ;;;*** |
| 31542 | 31591 | ||
| 31543 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19845 45374)) | 31592 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19764 32359)) |
| 31544 | ;;; Generated autoloads from emulation/vi.el | 31593 | ;;; Generated autoloads from emulation/vi.el |
| 31545 | 31594 | ||
| 31546 | (autoload 'vi-mode "vi" "\ | 31595 | (autoload 'vi-mode "vi" "\ |
| @@ -31595,7 +31644,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs. | |||
| 31595 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 31644 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 31596 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 31645 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 31597 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 31646 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 31598 | ;;;;;; "language/viet-util.el" (19845 45374)) | 31647 | ;;;;;; "language/viet-util.el" (19776 18657)) |
| 31599 | ;;; Generated autoloads from language/viet-util.el | 31648 | ;;; Generated autoloads from language/viet-util.el |
| 31600 | 31649 | ||
| 31601 | (autoload 'viet-encode-viscii-char "viet-util" "\ | 31650 | (autoload 'viet-encode-viscii-char "viet-util" "\ |
| @@ -31643,7 +31692,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. | |||
| 31643 | ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window | 31692 | ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window |
| 31644 | ;;;;;; view-buffer view-file-other-frame view-file-other-window | 31693 | ;;;;;; view-buffer view-file-other-frame view-file-other-window |
| 31645 | ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) | 31694 | ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) |
| 31646 | ;;;;;; "view" "view.el" (20053 39261)) | 31695 | ;;;;;; "view" "view.el" (20064 62841)) |
| 31647 | ;;; Generated autoloads from view.el | 31696 | ;;; Generated autoloads from view.el |
| 31648 | 31697 | ||
| 31649 | (defvar view-remove-frame-by-deleting t "\ | 31698 | (defvar view-remove-frame-by-deleting t "\ |
| @@ -31880,8 +31929,8 @@ Exit View mode and make the current buffer editable. | |||
| 31880 | 31929 | ||
| 31881 | ;;;*** | 31930 | ;;;*** |
| 31882 | 31931 | ||
| 31883 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19845 | 31932 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19797 |
| 31884 | ;;;;;; 45374)) | 31933 | ;;;;;; 54173)) |
| 31885 | ;;; Generated autoloads from emulation/vip.el | 31934 | ;;; Generated autoloads from emulation/vip.el |
| 31886 | 31935 | ||
| 31887 | (autoload 'vip-setup "vip" "\ | 31936 | (autoload 'vip-setup "vip" "\ |
| @@ -31897,7 +31946,7 @@ Turn on VIP emulation of VI. | |||
| 31897 | ;;;*** | 31946 | ;;;*** |
| 31898 | 31947 | ||
| 31899 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 31948 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 31900 | ;;;;;; (19931 11784)) | 31949 | ;;;;;; (19933 8482)) |
| 31901 | ;;; Generated autoloads from emulation/viper.el | 31950 | ;;; Generated autoloads from emulation/viper.el |
| 31902 | 31951 | ||
| 31903 | (autoload 'toggle-viper-mode "viper" "\ | 31952 | (autoload 'toggle-viper-mode "viper" "\ |
| @@ -31914,7 +31963,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. | |||
| 31914 | ;;;*** | 31963 | ;;;*** |
| 31915 | 31964 | ||
| 31916 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" | 31965 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" |
| 31917 | ;;;;;; (19906 31087)) | 31966 | ;;;;;; (19910 9778)) |
| 31918 | ;;; Generated autoloads from emacs-lisp/warnings.el | 31967 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 31919 | 31968 | ||
| 31920 | (defvar warning-prefix-function nil "\ | 31969 | (defvar warning-prefix-function nil "\ |
| @@ -32004,7 +32053,7 @@ this is equivalent to `display-warning', using | |||
| 32004 | ;;;*** | 32053 | ;;;*** |
| 32005 | 32054 | ||
| 32006 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" | 32055 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" |
| 32007 | ;;;;;; (19913 4309)) | 32056 | ;;;;;; (20075 38050)) |
| 32008 | ;;; Generated autoloads from wdired.el | 32057 | ;;; Generated autoloads from wdired.el |
| 32009 | 32058 | ||
| 32010 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ | 32059 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ |
| @@ -32020,7 +32069,7 @@ See `wdired-mode'. | |||
| 32020 | 32069 | ||
| 32021 | ;;;*** | 32070 | ;;;*** |
| 32022 | 32071 | ||
| 32023 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19931 11784)) | 32072 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19933 8482)) |
| 32024 | ;;; Generated autoloads from net/webjump.el | 32073 | ;;; Generated autoloads from net/webjump.el |
| 32025 | 32074 | ||
| 32026 | (autoload 'webjump "webjump" "\ | 32075 | (autoload 'webjump "webjump" "\ |
| @@ -32037,7 +32086,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 32037 | ;;;*** | 32086 | ;;;*** |
| 32038 | 32087 | ||
| 32039 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 32088 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 32040 | ;;;;;; (19988 13913)) | 32089 | ;;;;;; (19987 30383)) |
| 32041 | ;;; Generated autoloads from progmodes/which-func.el | 32090 | ;;; Generated autoloads from progmodes/which-func.el |
| 32042 | (put 'which-func-format 'risky-local-variable t) | 32091 | (put 'which-func-format 'risky-local-variable t) |
| 32043 | (put 'which-func-current 'risky-local-variable t) | 32092 | (put 'which-func-current 'risky-local-variable t) |
| @@ -32068,7 +32117,7 @@ and off otherwise. | |||
| 32068 | ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region | 32117 | ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region |
| 32069 | ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options | 32118 | ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options |
| 32070 | ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode | 32119 | ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode |
| 32071 | ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19905 10215)) | 32120 | ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20087 36265)) |
| 32072 | ;;; Generated autoloads from whitespace.el | 32121 | ;;; Generated autoloads from whitespace.el |
| 32073 | 32122 | ||
| 32074 | (autoload 'whitespace-mode "whitespace" "\ | 32123 | (autoload 'whitespace-mode "whitespace" "\ |
| @@ -32471,7 +32520,7 @@ cleaning up these problems. | |||
| 32471 | ;;;*** | 32520 | ;;;*** |
| 32472 | 32521 | ||
| 32473 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse | 32522 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse |
| 32474 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19886 45771)) | 32523 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19888 59421)) |
| 32475 | ;;; Generated autoloads from wid-browse.el | 32524 | ;;; Generated autoloads from wid-browse.el |
| 32476 | 32525 | ||
| 32477 | (autoload 'widget-browse-at "wid-browse" "\ | 32526 | (autoload 'widget-browse-at "wid-browse" "\ |
| @@ -32498,8 +32547,8 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 32498 | ;;;*** | 32547 | ;;;*** |
| 32499 | 32548 | ||
| 32500 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 32549 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 32501 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19968 | 32550 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19973 |
| 32502 | ;;;;;; 28627)) | 32551 | ;;;;;; 21789)) |
| 32503 | ;;; Generated autoloads from wid-edit.el | 32552 | ;;; Generated autoloads from wid-edit.el |
| 32504 | 32553 | ||
| 32505 | (autoload 'widgetp "wid-edit" "\ | 32554 | (autoload 'widgetp "wid-edit" "\ |
| @@ -32542,8 +32591,8 @@ Setup current buffer so editing string widgets works. | |||
| 32542 | ;;;*** | 32591 | ;;;*** |
| 32543 | 32592 | ||
| 32544 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right | 32593 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right |
| 32545 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19886 | 32594 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19888 |
| 32546 | ;;;;;; 45771)) | 32595 | ;;;;;; 59421)) |
| 32547 | ;;; Generated autoloads from windmove.el | 32596 | ;;; Generated autoloads from windmove.el |
| 32548 | 32597 | ||
| 32549 | (autoload 'windmove-left "windmove" "\ | 32598 | (autoload 'windmove-left "windmove" "\ |
| @@ -32596,7 +32645,7 @@ Default MODIFIER is 'shift. | |||
| 32596 | ;;;*** | 32645 | ;;;*** |
| 32597 | 32646 | ||
| 32598 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" | 32647 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" |
| 32599 | ;;;;;; (19998 49767)) | 32648 | ;;;;;; (19998 18685)) |
| 32600 | ;;; Generated autoloads from winner.el | 32649 | ;;; Generated autoloads from winner.el |
| 32601 | 32650 | ||
| 32602 | (defvar winner-mode nil "\ | 32651 | (defvar winner-mode nil "\ |
| @@ -32615,7 +32664,7 @@ With arg, turn Winner mode on if and only if arg is positive. | |||
| 32615 | ;;;*** | 32664 | ;;;*** |
| 32616 | 32665 | ||
| 32617 | ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file | 32666 | ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file |
| 32618 | ;;;;;; woman woman-locale) "woman" "woman.el" (19981 40664)) | 32667 | ;;;;;; woman woman-locale) "woman" "woman.el" (20086 5617)) |
| 32619 | ;;; Generated autoloads from woman.el | 32668 | ;;; Generated autoloads from woman.el |
| 32620 | 32669 | ||
| 32621 | (defvar woman-locale nil "\ | 32670 | (defvar woman-locale nil "\ |
| @@ -32664,7 +32713,7 @@ Default bookmark handler for Woman buffers. | |||
| 32664 | ;;;*** | 32713 | ;;;*** |
| 32665 | 32714 | ||
| 32666 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" | 32715 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" |
| 32667 | ;;;;;; (19845 45374)) | 32716 | ;;;;;; (19776 18657)) |
| 32668 | ;;; Generated autoloads from emulation/ws-mode.el | 32717 | ;;; Generated autoloads from emulation/ws-mode.el |
| 32669 | 32718 | ||
| 32670 | (autoload 'wordstar-mode "ws-mode" "\ | 32719 | (autoload 'wordstar-mode "ws-mode" "\ |
| @@ -32776,7 +32825,7 @@ The key bindings are: | |||
| 32776 | 32825 | ||
| 32777 | ;;;*** | 32826 | ;;;*** |
| 32778 | 32827 | ||
| 32779 | ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19845 45374)) | 32828 | ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19874 15752)) |
| 32780 | ;;; Generated autoloads from net/xesam.el | 32829 | ;;; Generated autoloads from net/xesam.el |
| 32781 | 32830 | ||
| 32782 | (autoload 'xesam-search "xesam" "\ | 32831 | (autoload 'xesam-search "xesam" "\ |
| @@ -32796,7 +32845,7 @@ Example: | |||
| 32796 | ;;;*** | 32845 | ;;;*** |
| 32797 | 32846 | ||
| 32798 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" | 32847 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" |
| 32799 | ;;;;;; (19886 45771)) | 32848 | ;;;;;; (19888 59421)) |
| 32800 | ;;; Generated autoloads from xml.el | 32849 | ;;; Generated autoloads from xml.el |
| 32801 | 32850 | ||
| 32802 | (autoload 'xml-parse-file "xml" "\ | 32851 | (autoload 'xml-parse-file "xml" "\ |
| @@ -32822,7 +32871,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded. | |||
| 32822 | ;;;*** | 32871 | ;;;*** |
| 32823 | 32872 | ||
| 32824 | ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" | 32873 | ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" |
| 32825 | ;;;;;; "nxml/xmltok.el" (19845 45374)) | 32874 | ;;;;;; "nxml/xmltok.el" (19776 18657)) |
| 32826 | ;;; Generated autoloads from nxml/xmltok.el | 32875 | ;;; Generated autoloads from nxml/xmltok.el |
| 32827 | 32876 | ||
| 32828 | (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ | 32877 | (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ |
| @@ -32840,8 +32889,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. | |||
| 32840 | 32889 | ||
| 32841 | ;;;*** | 32890 | ;;;*** |
| 32842 | 32891 | ||
| 32843 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20034 | 32892 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20045 |
| 32844 | ;;;;;; 23247)) | 32893 | ;;;;;; 40021)) |
| 32845 | ;;; Generated autoloads from xt-mouse.el | 32894 | ;;; Generated autoloads from xt-mouse.el |
| 32846 | 32895 | ||
| 32847 | (defvar xterm-mouse-mode nil "\ | 32896 | (defvar xterm-mouse-mode nil "\ |
| @@ -32870,7 +32919,7 @@ down the SHIFT key while pressing the mouse button. | |||
| 32870 | ;;;*** | 32919 | ;;;*** |
| 32871 | 32920 | ||
| 32872 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" | 32921 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" |
| 32873 | ;;;;;; "gnus/yenc.el" (19845 45374)) | 32922 | ;;;;;; "gnus/yenc.el" (19776 18657)) |
| 32874 | ;;; Generated autoloads from gnus/yenc.el | 32923 | ;;; Generated autoloads from gnus/yenc.el |
| 32875 | 32924 | ||
| 32876 | (autoload 'yenc-decode-region "yenc" "\ | 32925 | (autoload 'yenc-decode-region "yenc" "\ |
| @@ -32886,7 +32935,7 @@ Extract file name from an yenc header. | |||
| 32886 | ;;;*** | 32935 | ;;;*** |
| 32887 | 32936 | ||
| 32888 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 32937 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 32889 | ;;;;;; yow) "yow" "play/yow.el" (19845 45374)) | 32938 | ;;;;;; yow) "yow" "play/yow.el" (19776 18657)) |
| 32890 | ;;; Generated autoloads from play/yow.el | 32939 | ;;; Generated autoloads from play/yow.el |
| 32891 | 32940 | ||
| 32892 | (autoload 'yow "yow" "\ | 32941 | (autoload 'yow "yow" "\ |
| @@ -32912,7 +32961,7 @@ Zippy goes to the analyst. | |||
| 32912 | 32961 | ||
| 32913 | ;;;*** | 32962 | ;;;*** |
| 32914 | 32963 | ||
| 32915 | ;;;### (autoloads (zone) "zone" "play/zone.el" (19889 21967)) | 32964 | ;;;### (autoloads (zone) "zone" "play/zone.el" (19888 59421)) |
| 32916 | ;;; Generated autoloads from play/zone.el | 32965 | ;;; Generated autoloads from play/zone.el |
| 32917 | 32966 | ||
| 32918 | (autoload 'zone "zone" "\ | 32967 | (autoload 'zone "zone" "\ |
| @@ -32928,47 +32977,46 @@ Zone out, completely. | |||
| 32928 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" | 32977 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" |
| 32929 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" | 32978 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" |
| 32930 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" | 32979 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" |
| 32931 | ;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" | 32980 | ;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el" |
| 32932 | ;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" | 32981 | ;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el" |
| 32933 | ;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" | 32982 | ;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el" |
| 32934 | ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" | 32983 | ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" |
| 32935 | ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" | 32984 | ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" |
| 32936 | ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" | 32985 | ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el" |
| 32937 | ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" | 32986 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" |
| 32938 | ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" | 32987 | ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" |
| 32939 | ;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" | 32988 | ;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el" |
| 32940 | ;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" | 32989 | ;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el" |
| 32941 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" | 32990 | ;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" |
| 32942 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" | 32991 | ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" |
| 32943 | ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" | 32992 | ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el" |
| 32944 | ;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" | 32993 | ;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el" |
| 32945 | ;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" | 32994 | ;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el" |
| 32946 | ;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el" | 32995 | ;;;;;; "cedet/cedet.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" |
| 32947 | ;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el" | 32996 | ;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" |
| 32948 | ;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" | 32997 | ;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el" |
| 32949 | ;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" | 32998 | ;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/locate.el" |
| 32950 | ;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el" | 32999 | ;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" |
| 32951 | ;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el" | 33000 | ;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" |
| 32952 | ;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" | 33001 | ;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" |
| 32953 | ;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" | 33002 | ;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" |
| 32954 | ;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" | 33003 | ;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" |
| 32955 | ;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el" | 33004 | ;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el" |
| 32956 | ;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" | 33005 | ;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el" |
| 32957 | ;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" | 33006 | ;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/inversion.el" |
| 32958 | ;;;;;; "cedet/ede/util.el" "cedet/inversion.el" "cedet/mode-local.el" | 33007 | ;;;;;; "cedet/mode-local.el" "cedet/pulse.el" "cedet/semantic/analyze.el" |
| 32959 | ;;;;;; "cedet/pulse.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" | 33008 | ;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" |
| 32960 | ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" | 33009 | ;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" |
| 32961 | ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" | 33010 | ;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el" |
| 32962 | ;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" | 33011 | ;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" |
| 32963 | ;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el" | 33012 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" |
| 32964 | ;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el" | 33013 | ;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el" |
| 32965 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el" | 33014 | ;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el" |
| 32966 | ;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el" | 33015 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" |
| 32967 | ;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el" | 33016 | ;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el" |
| 32968 | ;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el" | 33017 | ;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" |
| 32969 | ;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el" | 33018 | ;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el" |
| 32970 | ;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el" | 33019 | ;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" |
| 32971 | ;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" | ||
| 32972 | ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" | 33020 | ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" |
| 32973 | ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" | 33021 | ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" |
| 32974 | ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" | 33022 | ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" |
| @@ -32976,13 +33024,13 @@ Zone out, completely. | |||
| 32976 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" | 33024 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" |
| 32977 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" | 33025 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" |
| 32978 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" | 33026 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" |
| 32979 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" | 33027 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" |
| 32980 | ;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" | 33028 | ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" |
| 32981 | ;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" | 33029 | ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" |
| 32982 | ;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el" | 33030 | ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" |
| 32983 | ;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" | 33031 | ;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el" |
| 32984 | ;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" | 33032 | ;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el" |
| 32985 | ;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" | 33033 | ;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" |
| 32986 | ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" | 33034 | ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" |
| 32987 | ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" | 33035 | ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" |
| 32988 | ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" | 33036 | ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" |
| @@ -32994,33 +33042,32 @@ Zone out, completely. | |||
| 32994 | ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" | 33042 | ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" |
| 32995 | ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" | 33043 | ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" |
| 32996 | ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" | 33044 | ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" |
| 32997 | ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" | 33045 | ;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el" |
| 32998 | ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" | 33046 | ;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el" |
| 32999 | ;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" | 33047 | ;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el" |
| 33000 | ;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" | 33048 | ;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el" |
| 33001 | ;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" | 33049 | ;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" |
| 33002 | ;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" | 33050 | ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" |
| 33003 | ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" | 33051 | ;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" |
| 33004 | ;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" | 33052 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" |
| 33005 | ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" | 33053 | ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el" |
| 33006 | ;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" | 33054 | ;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el" |
| 33007 | ;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" | 33055 | ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" |
| 33008 | ;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" | 33056 | ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" |
| 33009 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el" | 33057 | ;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" |
| 33010 | ;;;;;; "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" | 33058 | ;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" |
| 33011 | ;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el" | 33059 | ;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" |
| 33012 | ;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" | 33060 | ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el" |
| 33013 | ;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" | 33061 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" |
| 33014 | ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" | 33062 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" |
| 33015 | ;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el" | 33063 | ;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" |
| 33016 | ;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el" | 33064 | ;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el" |
| 33017 | ;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" | 33065 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" |
| 33018 | ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" | 33066 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" |
| 33019 | ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" | 33067 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" |
| 33020 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" | 33068 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" |
| 33021 | ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" | 33069 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" |
| 33022 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" | 33070 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el" |
| 33023 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" | ||
| 33024 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" | 33071 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" |
| 33025 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el" | 33072 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el" |
| 33026 | ;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "fringe.el" | 33073 | ;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "fringe.el" |
| @@ -33034,19 +33081,18 @@ Zone out, completely. | |||
| 33034 | ;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" | 33081 | ;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" |
| 33035 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" | 33082 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" |
| 33036 | ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" | 33083 | ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" |
| 33037 | ;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" | 33084 | ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" |
| 33038 | ;;;;;; "gnus/mml-smime.el" "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" | 33085 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" |
| 33039 | ;;;;;; "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" | 33086 | ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" |
| 33040 | ;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" | 33087 | ;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el" |
| 33041 | ;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" | 33088 | ;;;;;; "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el" |
| 33042 | ;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" | 33089 | ;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" |
| 33043 | ;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" | 33090 | ;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el" |
| 33044 | ;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" | 33091 | ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" |
| 33045 | ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" | 33092 | ;;;;;; "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" "gnus/sieve-manage.el" |
| 33046 | ;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" | 33093 | ;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" |
| 33047 | ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" | 33094 | ;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el" |
| 33048 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" | 33095 | ;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" |
| 33049 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" | ||
| 33050 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" | 33096 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" |
| 33051 | ;;;;;; "international/uni-category.el" "international/uni-combining.el" | 33097 | ;;;;;; "international/uni-category.el" "international/uni-combining.el" |
| 33052 | ;;;;;; "international/uni-comment.el" "international/uni-decimal.el" | 33098 | ;;;;;; "international/uni-comment.el" "international/uni-decimal.el" |
| @@ -33124,8 +33170,8 @@ Zone out, completely. | |||
| 33124 | ;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" | 33170 | ;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" |
| 33125 | ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" | 33171 | ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" |
| 33126 | ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" | 33172 | ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" |
| 33127 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20063 | 33173 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20095 |
| 33128 | ;;;;;; 23539 958052)) | 33174 | ;;;;;; 60573 522549)) |
| 33129 | 33175 | ||
| 33130 | ;;;*** | 33176 | ;;;*** |
| 33131 | 33177 | ||
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 18144ccf9fc..3c3e69377f0 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -58,7 +58,7 @@ | |||
| 58 | /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ | 58 | /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ |
| 59 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ | 59 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ |
| 60 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ | 60 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ |
| 61 | /^#undef VERSION/s/^.*$/#define VERSION "24.0.50"/ | 61 | /^#undef VERSION/s/^.*$/#define VERSION "24.0.90"/ |
| 62 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ | 62 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ |
| 63 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ | 63 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ |
| 64 | /^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/ | 64 | /^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/ |
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist index b618e17440a..54c5da9a7ab 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist +++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist | |||
| @@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | |||
| 553 | <key>CFBundleExecutable</key> | 553 | <key>CFBundleExecutable</key> |
| 554 | <string>Emacs</string> | 554 | <string>Emacs</string> |
| 555 | <key>CFBundleGetInfoString</key> | 555 | <key>CFBundleGetInfoString</key> |
| 556 | <string>Emacs 24.0.50 Copyright (C) 2011 Free Software Foundation, Inc.</string> | 556 | <string>Emacs 24.0.90 Copyright (C) 2011 Free Software Foundation, Inc.</string> |
| 557 | <key>CFBundleIconFile</key> | 557 | <key>CFBundleIconFile</key> |
| 558 | <string>Emacs.icns</string> | 558 | <string>Emacs.icns</string> |
| 559 | <key>CFBundleIdentifier</key> | 559 | <key>CFBundleIdentifier</key> |
| @@ -566,7 +566,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | |||
| 566 | <string>APPL</string> | 566 | <string>APPL</string> |
| 567 | <!-- This should be the emacs version number. --> | 567 | <!-- This should be the emacs version number. --> |
| 568 | <key>CFBundleShortVersionString</key> | 568 | <key>CFBundleShortVersionString</key> |
| 569 | <string>24.0.50</string> | 569 | <string>24.0.90</string> |
| 570 | <key>CFBundleSignature</key> | 570 | <key>CFBundleSignature</key> |
| 571 | <string>EMAx</string> | 571 | <string>EMAx</string> |
| 572 | <!-- This SHOULD be a build number. --> | 572 | <!-- This SHOULD be a build number. --> |
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings index 95bc8ad83e6..67e7de1e0bd 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Localized versions of Info.plist keys */ | 1 | /* Localized versions of Info.plist keys */ |
| 2 | 2 | ||
| 3 | CFBundleName = "Emacs"; | 3 | CFBundleName = "Emacs"; |
| 4 | CFBundleShortVersionString = "Version 24.0.50"; | 4 | CFBundleShortVersionString = "Version 24.0.90"; |
| 5 | CFBundleGetInfoString = "Emacs version 24.0.50, NS Windowing"; | 5 | CFBundleGetInfoString = "Emacs version 24.0.90, NS Windowing"; |
| 6 | NSHumanReadableCopyright = "Copyright (C) 2011 Free Software Foundation, Inc."; | 6 | NSHumanReadableCopyright = "Copyright (C) 2011 Free Software Foundation, Inc."; |
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop index 0131becdb62..366e9bb7c2b 100644 --- a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop +++ b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [Desktop Entry] | 1 | [Desktop Entry] |
| 2 | Encoding=UTF-8 | 2 | Encoding=UTF-8 |
| 3 | Type=Application | 3 | Type=Application |
| 4 | Version=24.0.50 | 4 | Version=24.0.90 |
| 5 | Categories=GNUstep | 5 | Categories=GNUstep |
| 6 | Name=Emacs | 6 | Name=Emacs |
| 7 | Comment=GNU Emacs for NeXT/Open/GNUstep and OS X | 7 | Comment=GNU Emacs for NeXT/Open/GNUstep and OS X |
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist index 9c893ed4e3d..9c259006225 100644 --- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist +++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ApplicationDescription = "GNU Emacs for GNUstep / OS X"; | 2 | ApplicationDescription = "GNU Emacs for GNUstep / OS X"; |
| 3 | ApplicationIcon = emacs.tiff; | 3 | ApplicationIcon = emacs.tiff; |
| 4 | ApplicationName = Emacs; | 4 | ApplicationName = Emacs; |
| 5 | ApplicationRelease = "24.0.50"; | 5 | ApplicationRelease = "24.0.90"; |
| 6 | Authors = ( | 6 | Authors = ( |
| 7 | "Adrian Robert (GNUstep)", | 7 | "Adrian Robert (GNUstep)", |
| 8 | "Christophe de Dinechin (MacOS X)", | 8 | "Christophe de Dinechin (MacOS X)", |
| @@ -13,7 +13,7 @@ | |||
| 13 | ); | 13 | ); |
| 14 | Copyright = "Copyright (C) 2011 Free Software Foundation, Inc."; | 14 | Copyright = "Copyright (C) 2011 Free Software Foundation, Inc."; |
| 15 | CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; | 15 | CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; |
| 16 | FullVersionID = "Emacs 24.0.50, NS Windowing"; | 16 | FullVersionID = "Emacs 24.0.90, NS Windowing"; |
| 17 | NSExecutable = Emacs; | 17 | NSExecutable = Emacs; |
| 18 | NSIcon = emacs.tiff; | 18 | NSIcon = emacs.tiff; |
| 19 | NSPrincipalClass = NSApplication; | 19 | NSPrincipalClass = NSApplication; |
diff --git a/nt/config.nt b/nt/config.nt index 1b56289bbc0..923143cf13e 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -317,7 +317,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 317 | #define PACKAGE "emacs" | 317 | #define PACKAGE "emacs" |
| 318 | 318 | ||
| 319 | /* Version number of package */ | 319 | /* Version number of package */ |
| 320 | #define VERSION "24.0.50" | 320 | #define VERSION "24.0.90" |
| 321 | 321 | ||
| 322 | /* Define to `__inline__' or `__inline' if that's what the C compiler | 322 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 323 | calls it, or to nothing if 'inline' is not supported under any name. */ | 323 | calls it, or to nothing if 'inline' is not supported under any name. */ |
diff --git a/nt/emacs.rc b/nt/emacs.rc index 7e753f084e5..8d0df022646 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico | |||
| 7 | #endif | 7 | #endif |
| 8 | 8 | ||
| 9 | VS_VERSION_INFO VERSIONINFO | 9 | VS_VERSION_INFO VERSIONINFO |
| 10 | FILEVERSION 24,0,50,0 | 10 | FILEVERSION 24,0,90,0 |
| 11 | PRODUCTVERSION 24,0,50,0 | 11 | PRODUCTVERSION 24,0,90,0 |
| 12 | FILEFLAGSMASK 0x3FL | 12 | FILEFLAGSMASK 0x3FL |
| 13 | #ifdef EMACSDEBUG | 13 | #ifdef EMACSDEBUG |
| 14 | FILEFLAGS 0x1L | 14 | FILEFLAGS 0x1L |
| @@ -25,12 +25,12 @@ BEGIN | |||
| 25 | BEGIN | 25 | BEGIN |
| 26 | VALUE "CompanyName", "Free Software Foundation\0" | 26 | VALUE "CompanyName", "Free Software Foundation\0" |
| 27 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" | 27 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" |
| 28 | VALUE "FileVersion", "24, 0, 50, 0\0" | 28 | VALUE "FileVersion", "24, 0, 90, 0\0" |
| 29 | VALUE "InternalName", "Emacs\0" | 29 | VALUE "InternalName", "Emacs\0" |
| 30 | VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" | 30 | VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" |
| 31 | VALUE "OriginalFilename", "emacs.exe" | 31 | VALUE "OriginalFilename", "emacs.exe" |
| 32 | VALUE "ProductName", "Emacs\0" | 32 | VALUE "ProductName", "Emacs\0" |
| 33 | VALUE "ProductVersion", "24, 0, 50, 0\0" | 33 | VALUE "ProductVersion", "24, 0, 90, 0\0" |
| 34 | VALUE "OLESelfRegister", "\0" | 34 | VALUE "OLESelfRegister", "\0" |
| 35 | END | 35 | END |
| 36 | END | 36 | END |
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index 274a0631ee5..db98b46fb15 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,0,50,0 | 8 | FILEVERSION 24,0,90,0 |
| 9 | PRODUCTVERSION 24,0,50,0 | 9 | PRODUCTVERSION 24,0,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, 0, 50, 0\0" | 26 | VALUE "FileVersion", "24, 0, 90, 0\0" |
| 27 | VALUE "InternalName", "EmacsClient\0" | 27 | VALUE "InternalName", "EmacsClient\0" |
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" | 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2011\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, 0, 50, 0\0" | 31 | VALUE "ProductVersion", "24, 0, 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 31ca3143fb8..4e4e6eccbb7 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.0.50 | 25 | VERSION = 24.0.90 |
| 26 | 26 | ||
| 27 | TMP_DIST_DIR = emacs-$(VERSION) | 27 | TMP_DIST_DIR = emacs-$(VERSION) |
| 28 | 28 | ||
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 6f462e32534..b64736459c8 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -2927,7 +2927,7 @@ | |||
| 2927 | * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch: | 2927 | * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch: |
| 2928 | don't change the method signature, change the return. | 2928 | don't change the method signature, change the return. |
| 2929 | 2929 | ||
| 2930 | 2010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change) | 2930 | 2010-11-04 İsmail Dönmez <ismail@namtrac.org> (tiny change) |
| 2931 | 2931 | ||
| 2932 | * nsfont.m (nsfont_draw) | 2932 | * nsfont.m (nsfont_draw) |
| 2933 | * nsimage.m (EmacsImage-setXBMColor:) | 2933 | * nsimage.m (EmacsImage-setXBMColor:) |