diff options
| author | Chong Yidong | 2012-05-17 10:36:40 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-05-17 10:36:40 +0800 |
| commit | ee812c5f1657fd19ea9b183ec44121b860335b93 (patch) | |
| tree | d5af73e4113754ea8ca4c42cab0ae2f4c4f6dfb8 | |
| parent | eb2adf0a299180c4c78253c8b3ccc9c3da9c3805 (diff) | |
| download | emacs-ee812c5f1657fd19ea9b183ec44121b860335b93.tar.gz emacs-ee812c5f1657fd19ea9b183ec44121b860335b93.zip | |
Bump version to 24.0.97.emacs-24.0.97
Regenerate ldefs-boot.el and AUTHORS.
| -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 | 44 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 592 | ||||
| -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 |
15 files changed, 342 insertions, 338 deletions
| @@ -2,7 +2,7 @@ Copyright (C) 2001-2012 Free Software Foundation, Inc. | |||
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | This directory tree holds version 24.0.96 of GNU Emacs, the extensible, | 5 | This directory tree holds version 24.0.97 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 ee533f6eccf..b3582ecb906 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.96) | 25 | AC_INIT(emacs, 24.0.97) |
| 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 dd0274e6bcb..cbd3d4808dc 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.96 | 4 | @set EMACSVER 24.0.97 |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 4047077f44e..9db400ac524 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.96" | 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.97" |
| 3 | . | 3 | . |
| 4 | . | 4 | . |
| 5 | .SH NAME | 5 | .SH NAME |
diff --git a/etc/AUTHORS b/etc/AUTHORS index 867441b5e0c..681088a1b4a 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -300,11 +300,11 @@ Barry Fishman: changed gnu-linux.h | |||
| 300 | 300 | ||
| 301 | Bastien Guerry: wrote gnus-bookmark.el org-latex.el | 301 | Bastien Guerry: wrote gnus-bookmark.el org-latex.el |
| 302 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el | 302 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el |
| 303 | and changed org.el org-agenda.el org-html.el org-clock.el org-exp.el | 303 | and changed org.el org-agenda.el org-html.el org-clock.el org-table.el |
| 304 | org-table.el org.texi org-capture.el org-publish.el org-timer.el | 304 | org.texi org-exp.el org-capture.el org-publish.el org-timer.el |
| 305 | org-export-latex.el org-archive.el org-ascii.el org-colview.el | 305 | org-export-latex.el org-archive.el org-ascii.el org-colview.el |
| 306 | org-exp-blocks.el org-faces.el org-mobile.el ob.el org-eshell.el | 306 | org-exp-blocks.el org-faces.el org-mobile.el ob.el org-eshell.el |
| 307 | org-pcomplete.el bookmark.el and 36 other files | 307 | org-pcomplete.el bookmark.el and 37 other files |
| 308 | 308 | ||
| 309 | Ben A. Mesander: co-wrote erc-dcc.el | 309 | Ben A. Mesander: co-wrote erc-dcc.el |
| 310 | 310 | ||
| @@ -499,10 +499,10 @@ Chip Coldwell: changed font.c | |||
| 499 | Chong Yidong: wrote compile-tests.el dichromacy-theme.el | 499 | Chong Yidong: wrote compile-tests.el dichromacy-theme.el |
| 500 | font-parse-tests.el redisplay-testsuite.el tabulated-list.el | 500 | font-parse-tests.el redisplay-testsuite.el tabulated-list.el |
| 501 | and co-wrote longlines.el tango-dark-theme.el tango-theme.el | 501 | and co-wrote longlines.el tango-dark-theme.el tango-theme.el |
| 502 | and changed xdisp.c simple.el display.texi files.el frames.texi | 502 | and changed xdisp.c display.texi simple.el files.el frames.texi |
| 503 | files.texi cus-edit.el keyboard.c custom.el text.texi package.el | 503 | files.texi cus-edit.el keyboard.c custom.el text.texi package.el |
| 504 | startup.el faces.el misc.texi subr.el xterm.c emacs.texi custom.texi | 504 | startup.el faces.el misc.texi subr.el xterm.c emacs.texi custom.texi |
| 505 | image.c mouse.el xfns.c and 846 other files | 505 | image.c mouse.el xfns.c and 847 other files |
| 506 | 506 | ||
| 507 | Chris Chase: co-wrote idlw-shell.el idlwave.el | 507 | Chris Chase: co-wrote idlw-shell.el idlwave.el |
| 508 | 508 | ||
| @@ -1032,7 +1032,7 @@ Eli Tziperman: wrote rmail-spam-filter.el | |||
| 1032 | Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el | 1032 | Eli Zaretskii: wrote [bidirectional display in xdisp.c] bidi.c rxvt.el |
| 1033 | tty-colors.el | 1033 | tty-colors.el |
| 1034 | and changed makefile.w32-in xdisp.c msdos.c Makefile.in files.el | 1034 | and changed makefile.w32-in xdisp.c msdos.c Makefile.in files.el |
| 1035 | config.bat simple.el fileio.c msdos.h info.el mainmake.v2 rmail.el | 1035 | config.bat simple.el fileio.c msdos.h rmail.el info.el mainmake.v2 |
| 1036 | sed1v2.inp display.texi w32.c pc-win.el process.c dispnew.c startup.el | 1036 | sed1v2.inp display.texi w32.c pc-win.el process.c dispnew.c startup.el |
| 1037 | dispextern.h dired.c and 703 other files | 1037 | dispextern.h dired.c and 703 other files |
| 1038 | 1038 | ||
| @@ -1339,9 +1339,9 @@ Giuseppe Scrivano: changed browse-url.el buffer.c configure.in sysdep.c | |||
| 1339 | 1339 | ||
| 1340 | Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el | 1340 | Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el |
| 1341 | and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el | 1341 | and changed Makefile.in configure.in calendar.el diary-lib.el rmail.el |
| 1342 | progmodes/f90.el files.el cal-menu.el appt.el cal-hebrew.el emacs.texi | 1342 | files.el progmodes/f90.el cal-menu.el appt.el cal-hebrew.el emacs.texi |
| 1343 | fortran.el bytecomp.el holidays.el calendar.texi ack.texi simple.el | 1343 | fortran.el bytecomp.el holidays.el calendar.texi ack.texi simple.el |
| 1344 | make-dist sed1v2.inp cal-islam.el dired-x.el and 1255 other files | 1344 | make-dist sed1v2.inp cal-islam.el dired-x.el and 1257 other files |
| 1345 | 1345 | ||
| 1346 | Glynn Clements: wrote gamegrid.el snake.el tetris.el | 1346 | Glynn Clements: wrote gamegrid.el snake.el tetris.el |
| 1347 | 1347 | ||
| @@ -1613,6 +1613,8 @@ Jason Baker: changed gnus-art.el | |||
| 1613 | 1613 | ||
| 1614 | Jason Dunsmore: changed org-html.el org.el | 1614 | Jason Dunsmore: changed org-html.el org.el |
| 1615 | 1615 | ||
| 1616 | Jason L. Wright: changed smtpmail.el | ||
| 1617 | |||
| 1616 | Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el imap.el | 1618 | Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el imap.el |
| 1617 | nnfolder.el | 1619 | nnfolder.el |
| 1618 | 1620 | ||
| @@ -1701,10 +1703,10 @@ and changed keyboard.c xterm.c xfns.c Makefile.in window.c process.c | |||
| 1701 | Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h | 1703 | Jim Kingdon: changed emacsclient.c emacs.tex functions.texinfo hp300bsd.h |
| 1702 | rmail.el | 1704 | rmail.el |
| 1703 | 1705 | ||
| 1704 | Jim Meyering: changed lread.c w32.c copyright.el ebrowse.c emacs.c | 1706 | Jim Meyering: changed lread.c w32.c w32font.c copyright.el ebrowse.c |
| 1705 | make-docfile.c nsfont.m term.c w32font.c xfaces.c xselect.c Makefile.in | 1707 | emacs.c make-docfile.c nsfont.m pop.c term.c xfaces.c xselect.c |
| 1706 | alloc.c artist.el autoinsert.el buffer.h character.h charset.c | 1708 | Makefile.in alloc.c artist.el autoinsert.el buffer.h character.h |
| 1707 | configure configure.in doprnt.c and 53 other files | 1709 | charset.c configure configure.in and 54 other files |
| 1708 | 1710 | ||
| 1709 | Jim Radford: changed gnus-start.el | 1711 | Jim Radford: changed gnus-start.el |
| 1710 | 1712 | ||
| @@ -1895,9 +1897,9 @@ Juan Pechiar: wrote ob-mscgen.el | |||
| 1895 | and changed ob-octave.el | 1897 | and changed ob-octave.el |
| 1896 | 1898 | ||
| 1897 | Juanma Barranquero: wrote emacs-lock.el | 1899 | Juanma Barranquero: wrote emacs-lock.el |
| 1898 | and changed makefile.w32-in subr.el w32fns.c files.el server.el | 1900 | and changed makefile.w32-in subr.el w32fns.c files.el emacsclient.c |
| 1899 | emacsclient.c bs.el help-fns.el faces.el org.el simple.el buffer.c | 1901 | server.el bs.el help-fns.el faces.el org.el simple.el buffer.c xdisp.c |
| 1900 | xdisp.c keyboard.c desktop.el process.c w32term.c window.c ido.el w32.c | 1902 | keyboard.c desktop.el process.c w32term.c window.c ido.el w32.c |
| 1901 | allout.el and 1089 other files | 1903 | allout.el and 1089 other files |
| 1902 | 1904 | ||
| 1903 | Juergen Kreileder: changed imap.el nnimap.el | 1905 | Juergen Kreileder: changed imap.el nnimap.el |
| @@ -2367,6 +2369,8 @@ Mark Davies: changed Makefile.in amdx86-64.h configure configure.in | |||
| 2367 | 2369 | ||
| 2368 | Mark Diekhans: changed files.el progmodes/compile.el subr.el | 2370 | Mark Diekhans: changed files.el progmodes/compile.el subr.el |
| 2369 | 2371 | ||
| 2372 | Mark E. Shoulson: changed org.el | ||
| 2373 | |||
| 2370 | Mark H. Weaver: changed comint.el | 2374 | Mark H. Weaver: changed comint.el |
| 2371 | 2375 | ||
| 2372 | Mark Hood: changed gnus-uu.el | 2376 | Mark Hood: changed gnus-uu.el |
| @@ -2441,8 +2445,8 @@ Martin Pohlack: changed iimage.el pc-select.el | |||
| 2441 | 2445 | ||
| 2442 | Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c | 2446 | Martin Rudalics: changed window.el window.c windows.texi frame.c buffer.c |
| 2443 | help.el window.h cus-start.el frame.el cus-edit.el files.el | 2447 | help.el window.h cus-start.el frame.el cus-edit.el files.el |
| 2444 | buffers.texi dired.el subr.el add-log.el mouse.el xdisp.c font-lock.el | 2448 | buffers.texi dired.el subr.el add-log.el mouse.el xdisp.c display.texi |
| 2445 | help-fns.el lisp.h wid-edit.el and 137 other files | 2449 | font-lock.el help-fns.el help.texi and 142 other files |
| 2446 | 2450 | ||
| 2447 | Martin Stjernholm: wrote cc-bytecomp.el | 2451 | Martin Stjernholm: wrote cc-bytecomp.el |
| 2448 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el | 2452 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el |
| @@ -3433,7 +3437,7 @@ and co-wrote font-lock.el | |||
| 3433 | and changed vc.el subr.el simple.el lisp.h keyboard.c files.el | 3437 | and changed vc.el subr.el simple.el lisp.h keyboard.c files.el |
| 3434 | bytecomp.el keymap.c Makefile.in progmodes/compile.el xdisp.c pcvs.el | 3438 | bytecomp.el keymap.c Makefile.in progmodes/compile.el xdisp.c pcvs.el |
| 3435 | alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio.c eval.c | 3439 | alloc.c newcomment.el vc-hooks.el tex-mode.el buffer.c fileio.c eval.c |
| 3436 | sh-script.el fill.el and 1034 other files | 3440 | sh-script.el fill.el and 1035 other files |
| 3437 | 3441 | ||
| 3438 | Stefan Reichör: changed gnus-agent.el | 3442 | Stefan Reichör: changed gnus-agent.el |
| 3439 | 3443 | ||
| @@ -3599,7 +3603,7 @@ Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-sync.el | |||
| 3599 | url-future.el | 3603 | url-future.el |
| 3600 | and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el auth.texi | 3604 | and changed spam.el gnus.el nnimap.el gnus.texi gnus-sum.el auth.texi |
| 3601 | gnus-util.el gnutls.c netrc.el gnus-start.el message.el spam-stat.el | 3605 | gnus-util.el gnutls.c netrc.el gnus-start.el message.el spam-stat.el |
| 3602 | Makefile.in encrypt.el nnir.el nnmail.el gnutls.h imap.el | 3606 | encrypt.el nnir.el nnmail.el Makefile.in gnutls.h imap.el |
| 3603 | mail-source.el nnmairix.el nntp.el and 99 other files | 3607 | mail-source.el nnmairix.el nntp.el and 99 other files |
| 3604 | 3608 | ||
| 3605 | Terje Rosten: changed xfns.c version.el xterm.c xterm.h | 3609 | Terje Rosten: changed xfns.c version.el xterm.c xterm.h |
| @@ -3754,7 +3758,7 @@ Trey Jackson: changed spam-stat.el | |||
| 3754 | 3758 | ||
| 3755 | Triet Hoai Lai: changed vntelex.el viet-util.el vietnamese.el | 3759 | Triet Hoai Lai: changed vntelex.el viet-util.el vietnamese.el |
| 3756 | 3760 | ||
| 3757 | Troels Nielsen: changed process.c | 3761 | Troels Nielsen: changed process.c progmodes/compile.el |
| 3758 | 3762 | ||
| 3759 | Trung Tran-Duc: changed nntp.el | 3763 | Trung Tran-Duc: changed nntp.el |
| 3760 | 3764 | ||
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 26a4a3e3662..afe3c7f92d6 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -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 | ;;;;;; (20352 65510)) | 71 | ;;;;;; (20400 62402)) |
| 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" "\ |
| @@ -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 | ;;;;;; (20352 65510)) | 102 | ;;;;;; (20400 62402)) |
| 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 | ;;;;;; (20352 65510)) | 117 | ;;;;;; (20400 62402)) |
| 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) |
| @@ -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 | ;;;;;; (20352 65510)) | 492 | ;;;;;; (20400 62402)) |
| 493 | ;;; Generated autoloads from allout.el | 493 | ;;; Generated autoloads from allout.el |
| 494 | 494 | ||
| 495 | (autoload 'allout-auto-activation-helper "allout" "\ | 495 | (autoload 'allout-auto-activation-helper "allout" "\ |
| @@ -850,7 +850,7 @@ for details on preparing Emacs for automatic allout activation. | |||
| 850 | 850 | ||
| 851 | ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation | 851 | ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation |
| 852 | ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" | 852 | ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" |
| 853 | ;;;;;; (20352 65510)) | 853 | ;;;;;; (20400 62402)) |
| 854 | ;;; Generated autoloads from allout-widgets.el | 854 | ;;; Generated autoloads from allout-widgets.el |
| 855 | 855 | ||
| 856 | (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) | 856 | (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) |
| @@ -910,7 +910,7 @@ outline hot-spot navigation (see `allout-mode'). | |||
| 910 | ;;;*** | 910 | ;;;*** |
| 911 | 911 | ||
| 912 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 912 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 913 | ;;;;;; "net/ange-ftp.el" (20352 65510)) | 913 | ;;;;;; "net/ange-ftp.el" (20400 62402)) |
| 914 | ;;; Generated autoloads from net/ange-ftp.el | 914 | ;;; Generated autoloads from net/ange-ftp.el |
| 915 | 915 | ||
| 916 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 916 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| @@ -932,7 +932,7 @@ directory, so that Emacs will know its current contents. | |||
| 932 | ;;;*** | 932 | ;;;*** |
| 933 | 933 | ||
| 934 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) | 934 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) |
| 935 | ;;;;;; "animate" "play/animate.el" (20352 65510)) | 935 | ;;;;;; "animate" "play/animate.el" (20400 62402)) |
| 936 | ;;; Generated autoloads from play/animate.el | 936 | ;;; Generated autoloads from play/animate.el |
| 937 | 937 | ||
| 938 | (autoload 'animate-string "animate" "\ | 938 | (autoload 'animate-string "animate" "\ |
| @@ -965,7 +965,7 @@ the buffer *Birthday-Present-for-Name*. | |||
| 965 | ;;;*** | 965 | ;;;*** |
| 966 | 966 | ||
| 967 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 967 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 968 | ;;;;;; "ansi-color" "ansi-color.el" (20352 65510)) | 968 | ;;;;;; "ansi-color" "ansi-color.el" (20391 15703)) |
| 969 | ;;; Generated autoloads from ansi-color.el | 969 | ;;; Generated autoloads from ansi-color.el |
| 970 | 970 | ||
| 971 | (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ | 971 | (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ |
| @@ -991,7 +991,7 @@ This is a good function to put in `comint-output-filter-functions'. | |||
| 991 | ;;;*** | 991 | ;;;*** |
| 992 | 992 | ||
| 993 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 993 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 994 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20352 65510)) | 994 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20400 62402)) |
| 995 | ;;; Generated autoloads from progmodes/antlr-mode.el | 995 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 996 | 996 | ||
| 997 | (autoload 'antlr-show-makefile-rules "antlr-mode" "\ | 997 | (autoload 'antlr-show-makefile-rules "antlr-mode" "\ |
| @@ -1050,7 +1050,7 @@ ARG is positive, otherwise off. | |||
| 1050 | 1050 | ||
| 1051 | ;;;### (autoloads (apropos-documentation apropos-value apropos-library | 1051 | ;;;### (autoloads (apropos-documentation apropos-value apropos-library |
| 1052 | ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable | 1052 | ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable |
| 1053 | ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20373 20070)) | 1053 | ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20400 62402)) |
| 1054 | ;;; Generated autoloads from apropos.el | 1054 | ;;; Generated autoloads from apropos.el |
| 1055 | 1055 | ||
| 1056 | (autoload 'apropos-read-pattern "apropos" "\ | 1056 | (autoload 'apropos-read-pattern "apropos" "\ |
| @@ -1158,8 +1158,8 @@ Returns list of symbols and documentation found. | |||
| 1158 | 1158 | ||
| 1159 | ;;;*** | 1159 | ;;;*** |
| 1160 | 1160 | ||
| 1161 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20352 | 1161 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20400 |
| 1162 | ;;;;;; 65510)) | 1162 | ;;;;;; 62402)) |
| 1163 | ;;; Generated autoloads from arc-mode.el | 1163 | ;;; Generated autoloads from arc-mode.el |
| 1164 | 1164 | ||
| 1165 | (autoload 'archive-mode "arc-mode" "\ | 1165 | (autoload 'archive-mode "arc-mode" "\ |
| @@ -1250,8 +1250,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1250 | 1250 | ||
| 1251 | ;;;*** | 1251 | ;;;*** |
| 1252 | 1252 | ||
| 1253 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20352 | 1253 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20400 |
| 1254 | ;;;;;; 65510)) | 1254 | ;;;;;; 62402)) |
| 1255 | ;;; Generated autoloads from textmodes/artist.el | 1255 | ;;; Generated autoloads from textmodes/artist.el |
| 1256 | 1256 | ||
| 1257 | (autoload 'artist-mode "artist" "\ | 1257 | (autoload 'artist-mode "artist" "\ |
| @@ -1457,8 +1457,8 @@ Keymap summary | |||
| 1457 | 1457 | ||
| 1458 | ;;;*** | 1458 | ;;;*** |
| 1459 | 1459 | ||
| 1460 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20352 | 1460 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20400 |
| 1461 | ;;;;;; 65510)) | 1461 | ;;;;;; 62402)) |
| 1462 | ;;; Generated autoloads from progmodes/asm-mode.el | 1462 | ;;; Generated autoloads from progmodes/asm-mode.el |
| 1463 | 1463 | ||
| 1464 | (autoload 'asm-mode "asm-mode" "\ | 1464 | (autoload 'asm-mode "asm-mode" "\ |
| @@ -1486,7 +1486,7 @@ Special commands: | |||
| 1486 | ;;;*** | 1486 | ;;;*** |
| 1487 | 1487 | ||
| 1488 | ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" | 1488 | ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" |
| 1489 | ;;;;;; (20352 65510)) | 1489 | ;;;;;; (20400 62402)) |
| 1490 | ;;; Generated autoloads from gnus/auth-source.el | 1490 | ;;; Generated autoloads from gnus/auth-source.el |
| 1491 | 1491 | ||
| 1492 | (defvar auth-source-cache-expiry 7200 "\ | 1492 | (defvar auth-source-cache-expiry 7200 "\ |
| @@ -1571,7 +1571,7 @@ Major mode for editing Autoconf configure.in files. | |||
| 1571 | ;;;*** | 1571 | ;;;*** |
| 1572 | 1572 | ||
| 1573 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 1573 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 1574 | ;;;;;; "autoinsert" "autoinsert.el" (20352 65510)) | 1574 | ;;;;;; "autoinsert" "autoinsert.el" (20400 62402)) |
| 1575 | ;;; Generated autoloads from autoinsert.el | 1575 | ;;; Generated autoloads from autoinsert.el |
| 1576 | 1576 | ||
| 1577 | (autoload 'auto-insert "autoinsert" "\ | 1577 | (autoload 'auto-insert "autoinsert" "\ |
| @@ -1611,7 +1611,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1611 | 1611 | ||
| 1612 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1612 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1613 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1613 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1614 | ;;;;;; (20352 65510)) | 1614 | ;;;;;; (20400 62402)) |
| 1615 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1615 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1616 | 1616 | ||
| 1617 | (put 'generated-autoload-file 'safe-local-variable 'stringp) | 1617 | (put 'generated-autoload-file 'safe-local-variable 'stringp) |
| @@ -1662,7 +1662,7 @@ should be non-nil). | |||
| 1662 | 1662 | ||
| 1663 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode | 1663 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode |
| 1664 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) | 1664 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) |
| 1665 | ;;;;;; "autorevert" "autorevert.el" (20352 65510)) | 1665 | ;;;;;; "autorevert" "autorevert.el" (20400 62402)) |
| 1666 | ;;; Generated autoloads from autorevert.el | 1666 | ;;; Generated autoloads from autorevert.el |
| 1667 | 1667 | ||
| 1668 | (autoload 'auto-revert-mode "autorevert" "\ | 1668 | (autoload 'auto-revert-mode "autorevert" "\ |
| @@ -1751,7 +1751,7 @@ specifies in the mode line. | |||
| 1751 | ;;;*** | 1751 | ;;;*** |
| 1752 | 1752 | ||
| 1753 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1753 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1754 | ;;;;;; "avoid.el" (20352 65510)) | 1754 | ;;;;;; "avoid.el" (20400 62402)) |
| 1755 | ;;; Generated autoloads from avoid.el | 1755 | ;;; Generated autoloads from avoid.el |
| 1756 | 1756 | ||
| 1757 | (defvar mouse-avoidance-mode nil "\ | 1757 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1792,7 +1792,7 @@ definition of \"random distance\".) | |||
| 1792 | ;;;*** | 1792 | ;;;*** |
| 1793 | 1793 | ||
| 1794 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" | 1794 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" |
| 1795 | ;;;;;; (20369 4240)) | 1795 | ;;;;;; (20400 62402)) |
| 1796 | ;;; Generated autoloads from battery.el | 1796 | ;;; Generated autoloads from battery.el |
| 1797 | (put 'battery-mode-line-string 'risky-local-variable t) | 1797 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1798 | 1798 | ||
| @@ -1861,7 +1861,7 @@ For non-interactive use see also `benchmark-run' and | |||
| 1861 | ;;;*** | 1861 | ;;;*** |
| 1862 | 1862 | ||
| 1863 | ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) | 1863 | ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) |
| 1864 | ;;;;;; "bibtex" "textmodes/bibtex.el" (20352 65510)) | 1864 | ;;;;;; "bibtex" "textmodes/bibtex.el" (20400 62402)) |
| 1865 | ;;; Generated autoloads from textmodes/bibtex.el | 1865 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1866 | 1866 | ||
| 1867 | (autoload 'bibtex-initialize "bibtex" "\ | 1867 | (autoload 'bibtex-initialize "bibtex" "\ |
| @@ -1962,7 +1962,7 @@ Major mode for editing BibTeX style files. | |||
| 1962 | 1962 | ||
| 1963 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external | 1963 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external |
| 1964 | ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" | 1964 | ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" |
| 1965 | ;;;;;; (20352 65510)) | 1965 | ;;;;;; (20400 62402)) |
| 1966 | ;;; Generated autoloads from mail/binhex.el | 1966 | ;;; Generated autoloads from mail/binhex.el |
| 1967 | 1967 | ||
| 1968 | (defconst binhex-begin-line "^:...............................................................$" "\ | 1968 | (defconst binhex-begin-line "^:...............................................................$" "\ |
| @@ -2110,7 +2110,7 @@ a reflection. | |||
| 2110 | ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert | 2110 | ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert |
| 2111 | ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate | 2111 | ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate |
| 2112 | ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" | 2112 | ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" |
| 2113 | ;;;;;; "bookmark.el" (20352 65510)) | 2113 | ;;;;;; "bookmark.el" (20400 62402)) |
| 2114 | ;;; Generated autoloads from bookmark.el | 2114 | ;;; Generated autoloads from bookmark.el |
| 2115 | (define-key ctl-x-r-map "b" 'bookmark-jump) | 2115 | (define-key ctl-x-r-map "b" 'bookmark-jump) |
| 2116 | (define-key ctl-x-r-map "m" 'bookmark-set) | 2116 | (define-key ctl-x-r-map "m" 'bookmark-set) |
| @@ -2311,7 +2311,7 @@ Incremental search of bookmarks, hiding the non-matches as we go. | |||
| 2311 | ;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point | 2311 | ;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point |
| 2312 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file | 2312 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file |
| 2313 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) | 2313 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) |
| 2314 | ;;;;;; "browse-url" "net/browse-url.el" (20352 65510)) | 2314 | ;;;;;; "browse-url" "net/browse-url.el" (20400 62402)) |
| 2315 | ;;; Generated autoloads from net/browse-url.el | 2315 | ;;; Generated autoloads from net/browse-url.el |
| 2316 | 2316 | ||
| 2317 | (defvar browse-url-browser-function 'browse-url-default-browser "\ | 2317 | (defvar browse-url-browser-function 'browse-url-default-browser "\ |
| @@ -2626,8 +2626,8 @@ from `browse-url-elinks-wrapper'. | |||
| 2626 | 2626 | ||
| 2627 | ;;;*** | 2627 | ;;;*** |
| 2628 | 2628 | ||
| 2629 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20352 | 2629 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20400 |
| 2630 | ;;;;;; 65510)) | 2630 | ;;;;;; 62402)) |
| 2631 | ;;; Generated autoloads from play/bruce.el | 2631 | ;;; Generated autoloads from play/bruce.el |
| 2632 | 2632 | ||
| 2633 | (autoload 'bruce "bruce" "\ | 2633 | (autoload 'bruce "bruce" "\ |
| @@ -2643,7 +2643,7 @@ Return a vector containing the lines from `bruce-phrases-file'. | |||
| 2643 | ;;;*** | 2643 | ;;;*** |
| 2644 | 2644 | ||
| 2645 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 2645 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 2646 | ;;;;;; "bs" "bs.el" (20352 65510)) | 2646 | ;;;;;; "bs" "bs.el" (20400 62402)) |
| 2647 | ;;; Generated autoloads from bs.el | 2647 | ;;; Generated autoloads from bs.el |
| 2648 | 2648 | ||
| 2649 | (autoload 'bs-cycle-next "bs" "\ | 2649 | (autoload 'bs-cycle-next "bs" "\ |
| @@ -2729,7 +2729,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings. | |||
| 2729 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2729 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2730 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2730 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2731 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) | 2731 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) |
| 2732 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20352 65510)) | 2732 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20400 62402)) |
| 2733 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2733 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2734 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2734 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2735 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2735 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| @@ -2887,8 +2887,8 @@ from the cursor position. | |||
| 2887 | 2887 | ||
| 2888 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2888 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2889 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2889 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2890 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20352 | 2890 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20400 |
| 2891 | ;;;;;; 65510)) | 2891 | ;;;;;; 62402)) |
| 2892 | ;;; Generated autoloads from calc/calc.el | 2892 | ;;; Generated autoloads from calc/calc.el |
| 2893 | (define-key ctl-x-map "*" 'calc-dispatch) | 2893 | (define-key ctl-x-map "*" 'calc-dispatch) |
| 2894 | 2894 | ||
| @@ -2995,8 +2995,8 @@ See the documentation for `calculator-mode' for more information. | |||
| 2995 | 2995 | ||
| 2996 | ;;;*** | 2996 | ;;;*** |
| 2997 | 2997 | ||
| 2998 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20352 | 2998 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20400 |
| 2999 | ;;;;;; 65510)) | 2999 | ;;;;;; 62402)) |
| 3000 | ;;; Generated autoloads from calendar/calendar.el | 3000 | ;;; Generated autoloads from calendar/calendar.el |
| 3001 | 3001 | ||
| 3002 | (autoload 'calendar "calendar" "\ | 3002 | (autoload 'calendar "calendar" "\ |
| @@ -3105,7 +3105,7 @@ Obsoletes `c-forward-into-nomenclature'. | |||
| 3105 | ;;;*** | 3105 | ;;;*** |
| 3106 | 3106 | ||
| 3107 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" | 3107 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" |
| 3108 | ;;;;;; (20358 29669)) | 3108 | ;;;;;; (20400 62402)) |
| 3109 | ;;; Generated autoloads from progmodes/cc-engine.el | 3109 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3110 | 3110 | ||
| 3111 | (autoload 'c-guess-basic-syntax "cc-engine" "\ | 3111 | (autoload 'c-guess-basic-syntax "cc-engine" "\ |
| @@ -3716,7 +3716,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 3716 | ;;;*** | 3716 | ;;;*** |
| 3717 | 3717 | ||
| 3718 | ;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" | 3718 | ;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" |
| 3719 | ;;;;;; (20352 65510)) | 3719 | ;;;;;; (20400 62402)) |
| 3720 | ;;; Generated autoloads from emacs-lisp/cconv.el | 3720 | ;;; Generated autoloads from emacs-lisp/cconv.el |
| 3721 | 3721 | ||
| 3722 | (autoload 'cconv-closure-convert "cconv" "\ | 3722 | (autoload 'cconv-closure-convert "cconv" "\ |
| @@ -3731,7 +3731,7 @@ Returns a form where all lambdas don't have any free variables. | |||
| 3731 | ;;;*** | 3731 | ;;;*** |
| 3732 | 3732 | ||
| 3733 | ;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) | 3733 | ;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) |
| 3734 | ;;;;;; "cfengine" "progmodes/cfengine.el" (20352 65510)) | 3734 | ;;;;;; "cfengine" "progmodes/cfengine.el" (20400 62402)) |
| 3735 | ;;; Generated autoloads from progmodes/cfengine.el | 3735 | ;;; Generated autoloads from progmodes/cfengine.el |
| 3736 | 3736 | ||
| 3737 | (autoload 'cfengine3-mode "cfengine" "\ | 3737 | (autoload 'cfengine3-mode "cfengine" "\ |
| @@ -3786,7 +3786,7 @@ Returns non-nil if any false statements are found. | |||
| 3786 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 3786 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 3787 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 3787 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 3788 | ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) | 3788 | ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) |
| 3789 | ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20352 65510)) | 3789 | ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20400 62402)) |
| 3790 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3790 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3791 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) | 3791 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) |
| 3792 | (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) | 3792 | (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) |
| @@ -4154,7 +4154,7 @@ For example, the function `case' has an indent property | |||
| 4154 | ;;;*** | 4154 | ;;;*** |
| 4155 | 4155 | ||
| 4156 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" | 4156 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" |
| 4157 | ;;;;;; (20352 65510)) | 4157 | ;;;;;; (20400 62402)) |
| 4158 | ;;; Generated autoloads from progmodes/cmacexp.el | 4158 | ;;; Generated autoloads from progmodes/cmacexp.el |
| 4159 | 4159 | ||
| 4160 | (autoload 'c-macro-expand "cmacexp" "\ | 4160 | (autoload 'c-macro-expand "cmacexp" "\ |
| @@ -4217,7 +4217,7 @@ If FRAME cannot display COLOR, return nil. | |||
| 4217 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 4217 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 4218 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 4218 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 4219 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 4219 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 4220 | ;;;;;; (20368 16194)) | 4220 | ;;;;;; (20400 62402)) |
| 4221 | ;;; Generated autoloads from comint.el | 4221 | ;;; Generated autoloads from comint.el |
| 4222 | 4222 | ||
| 4223 | (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ | 4223 | (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ |
| @@ -4354,8 +4354,8 @@ on third call it again advances points to the next difference and so on. | |||
| 4354 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4354 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4355 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4355 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4356 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook | 4356 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook |
| 4357 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20352 | 4357 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20400 |
| 4358 | ;;;;;; 65510)) | 4358 | ;;;;;; 62402)) |
| 4359 | ;;; Generated autoloads from progmodes/compile.el | 4359 | ;;; Generated autoloads from progmodes/compile.el |
| 4360 | 4360 | ||
| 4361 | (defvar compilation-mode-hook nil "\ | 4361 | (defvar compilation-mode-hook nil "\ |
| @@ -4535,7 +4535,7 @@ This is the value of `next-error-function' in Compilation buffers. | |||
| 4535 | ;;;*** | 4535 | ;;;*** |
| 4536 | 4536 | ||
| 4537 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" | 4537 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" |
| 4538 | ;;;;;; (20352 65510)) | 4538 | ;;;;;; (20400 62402)) |
| 4539 | ;;; Generated autoloads from completion.el | 4539 | ;;; Generated autoloads from completion.el |
| 4540 | 4540 | ||
| 4541 | (defvar dynamic-completion-mode nil "\ | 4541 | (defvar dynamic-completion-mode nil "\ |
| @@ -4716,7 +4716,7 @@ For details see `conf-mode'. Example: | |||
| 4716 | ;;;*** | 4716 | ;;;*** |
| 4717 | 4717 | ||
| 4718 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) | 4718 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) |
| 4719 | ;;;;;; "cookie1" "play/cookie1.el" (20352 65510)) | 4719 | ;;;;;; "cookie1" "play/cookie1.el" (20400 62402)) |
| 4720 | ;;; Generated autoloads from play/cookie1.el | 4720 | ;;; Generated autoloads from play/cookie1.el |
| 4721 | 4721 | ||
| 4722 | (autoload 'cookie "cookie1" "\ | 4722 | (autoload 'cookie "cookie1" "\ |
| @@ -4748,8 +4748,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely). | |||
| 4748 | ;;;*** | 4748 | ;;;*** |
| 4749 | 4749 | ||
| 4750 | ;;;### (autoloads (copyright-update-directory copyright copyright-fix-years | 4750 | ;;;### (autoloads (copyright-update-directory copyright copyright-fix-years |
| 4751 | ;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20352 | 4751 | ;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20400 |
| 4752 | ;;;;;; 65510)) | 4752 | ;;;;;; 62402)) |
| 4753 | ;;; Generated autoloads from emacs-lisp/copyright.el | 4753 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 4754 | (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) | 4754 | (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) |
| 4755 | (put 'copyright-names-regexp 'safe-local-variable 'stringp) | 4755 | (put 'copyright-names-regexp 'safe-local-variable 'stringp) |
| @@ -4987,7 +4987,7 @@ Run a `perldoc' on the word around point. | |||
| 4987 | ;;;*** | 4987 | ;;;*** |
| 4988 | 4988 | ||
| 4989 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 4989 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 4990 | ;;;;;; (20352 65510)) | 4990 | ;;;;;; (20400 62402)) |
| 4991 | ;;; Generated autoloads from progmodes/cpp.el | 4991 | ;;; Generated autoloads from progmodes/cpp.el |
| 4992 | 4992 | ||
| 4993 | (autoload 'cpp-highlight-buffer "cpp" "\ | 4993 | (autoload 'cpp-highlight-buffer "cpp" "\ |
| @@ -5079,7 +5079,7 @@ Major mode to edit Cascading Style Sheets. | |||
| 5079 | ;;;*** | 5079 | ;;;*** |
| 5080 | 5080 | ||
| 5081 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" | 5081 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 5082 | ;;;;;; (20359 53408)) | 5082 | ;;;;;; (20400 62402)) |
| 5083 | ;;; Generated autoloads from emulation/cua-base.el | 5083 | ;;; Generated autoloads from emulation/cua-base.el |
| 5084 | 5084 | ||
| 5085 | (defvar cua-mode nil "\ | 5085 | (defvar cua-mode nil "\ |
| @@ -5139,7 +5139,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5139 | ;;;;;; customize-mode customize customize-push-and-save customize-save-variable | 5139 | ;;;;;; customize-mode customize customize-push-and-save customize-save-variable |
| 5140 | ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically | 5140 | ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically |
| 5141 | ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) | 5141 | ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) |
| 5142 | ;;;;;; "cus-edit" "cus-edit.el" (20352 65510)) | 5142 | ;;;;;; "cus-edit" "cus-edit.el" (20400 62402)) |
| 5143 | ;;; Generated autoloads from cus-edit.el | 5143 | ;;; Generated autoloads from cus-edit.el |
| 5144 | 5144 | ||
| 5145 | (defvar custom-browse-sort-alphabetically nil "\ | 5145 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -5490,7 +5490,7 @@ omitted, a buffer named *Custom Themes* is used. | |||
| 5490 | ;;;*** | 5490 | ;;;*** |
| 5491 | 5491 | ||
| 5492 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" | 5492 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" |
| 5493 | ;;;;;; (20352 65510)) | 5493 | ;;;;;; (20400 62402)) |
| 5494 | ;;; Generated autoloads from vc/cvs-status.el | 5494 | ;;; Generated autoloads from vc/cvs-status.el |
| 5495 | 5495 | ||
| 5496 | (autoload 'cvs-status-mode "cvs-status" "\ | 5496 | (autoload 'cvs-status-mode "cvs-status" "\ |
| @@ -5501,7 +5501,7 @@ Mode used for cvs status output. | |||
| 5501 | ;;;*** | 5501 | ;;;*** |
| 5502 | 5502 | ||
| 5503 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 5503 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 5504 | ;;;;;; "cwarn" "progmodes/cwarn.el" (20352 65510)) | 5504 | ;;;;;; "cwarn" "progmodes/cwarn.el" (20400 62402)) |
| 5505 | ;;; Generated autoloads from progmodes/cwarn.el | 5505 | ;;; Generated autoloads from progmodes/cwarn.el |
| 5506 | 5506 | ||
| 5507 | (autoload 'cwarn-mode "cwarn" "\ | 5507 | (autoload 'cwarn-mode "cwarn" "\ |
| @@ -5581,7 +5581,7 @@ If the argument is nil, we return the display table to its standard state. | |||
| 5581 | ;;;*** | 5581 | ;;;*** |
| 5582 | 5582 | ||
| 5583 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 5583 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 5584 | ;;;;;; (20352 65510)) | 5584 | ;;;;;; (20400 62402)) |
| 5585 | ;;; Generated autoloads from dabbrev.el | 5585 | ;;; Generated autoloads from dabbrev.el |
| 5586 | (put 'dabbrev-case-fold-search 'risky-local-variable t) | 5586 | (put 'dabbrev-case-fold-search 'risky-local-variable t) |
| 5587 | (put 'dabbrev-case-replace 'risky-local-variable t) | 5587 | (put 'dabbrev-case-replace 'risky-local-variable t) |
| @@ -5628,7 +5628,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. | |||
| 5628 | ;;;*** | 5628 | ;;;*** |
| 5629 | 5629 | ||
| 5630 | ;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" | 5630 | ;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" |
| 5631 | ;;;;;; (20352 65510)) | 5631 | ;;;;;; (20400 62402)) |
| 5632 | ;;; Generated autoloads from cedet/data-debug.el | 5632 | ;;; Generated autoloads from cedet/data-debug.el |
| 5633 | 5633 | ||
| 5634 | (autoload 'data-debug-new-buffer "data-debug" "\ | 5634 | (autoload 'data-debug-new-buffer "data-debug" "\ |
| @@ -5638,8 +5638,8 @@ Create a new data-debug buffer with NAME. | |||
| 5638 | 5638 | ||
| 5639 | ;;;*** | 5639 | ;;;*** |
| 5640 | 5640 | ||
| 5641 | ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20352 | 5641 | ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20400 |
| 5642 | ;;;;;; 65510)) | 5642 | ;;;;;; 62402)) |
| 5643 | ;;; Generated autoloads from net/dbus.el | 5643 | ;;; Generated autoloads from net/dbus.el |
| 5644 | 5644 | ||
| 5645 | (autoload 'dbus-handle-event "dbus" "\ | 5645 | (autoload 'dbus-handle-event "dbus" "\ |
| @@ -5652,8 +5652,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message. | |||
| 5652 | 5652 | ||
| 5653 | ;;;*** | 5653 | ;;;*** |
| 5654 | 5654 | ||
| 5655 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20352 | 5655 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20400 |
| 5656 | ;;;;;; 65510)) | 5656 | ;;;;;; 62402)) |
| 5657 | ;;; Generated autoloads from progmodes/dcl-mode.el | 5657 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 5658 | 5658 | ||
| 5659 | (autoload 'dcl-mode "dcl-mode" "\ | 5659 | (autoload 'dcl-mode "dcl-mode" "\ |
| @@ -5878,8 +5878,8 @@ START and END delimits the corners of text rectangle. | |||
| 5878 | 5878 | ||
| 5879 | ;;;*** | 5879 | ;;;*** |
| 5880 | 5880 | ||
| 5881 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20352 | 5881 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20400 |
| 5882 | ;;;;;; 65510)) | 5882 | ;;;;;; 62402)) |
| 5883 | ;;; Generated autoloads from progmodes/delphi.el | 5883 | ;;; Generated autoloads from progmodes/delphi.el |
| 5884 | 5884 | ||
| 5885 | (autoload 'delphi-mode "delphi" "\ | 5885 | (autoload 'delphi-mode "delphi" "\ |
| @@ -6028,7 +6028,7 @@ the first time the mode is used. | |||
| 6028 | ;;;*** | 6028 | ;;;*** |
| 6029 | 6029 | ||
| 6030 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | 6030 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" |
| 6031 | ;;;;;; "descr-text.el" (20352 65510)) | 6031 | ;;;;;; "descr-text.el" (20400 62402)) |
| 6032 | ;;; Generated autoloads from descr-text.el | 6032 | ;;; Generated autoloads from descr-text.el |
| 6033 | 6033 | ||
| 6034 | (autoload 'describe-text-properties "descr-text" "\ | 6034 | (autoload 'describe-text-properties "descr-text" "\ |
| @@ -6065,7 +6065,7 @@ relevant to POS. | |||
| 6065 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir | 6065 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir |
| 6066 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save | 6066 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save |
| 6067 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" | 6067 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" |
| 6068 | ;;;;;; "desktop.el" (20352 65510)) | 6068 | ;;;;;; "desktop.el" (20400 62402)) |
| 6069 | ;;; Generated autoloads from desktop.el | 6069 | ;;; Generated autoloads from desktop.el |
| 6070 | 6070 | ||
| 6071 | (defvar desktop-save-mode nil "\ | 6071 | (defvar desktop-save-mode nil "\ |
| @@ -6328,7 +6328,7 @@ Major mode for editing the diary file. | |||
| 6328 | ;;;*** | 6328 | ;;;*** |
| 6329 | 6329 | ||
| 6330 | ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command | 6330 | ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command |
| 6331 | ;;;;;; diff-switches) "diff" "vc/diff.el" (20375 44114)) | 6331 | ;;;;;; diff-switches) "diff" "vc/diff.el" (20400 62402)) |
| 6332 | ;;; Generated autoloads from vc/diff.el | 6332 | ;;; Generated autoloads from vc/diff.el |
| 6333 | 6333 | ||
| 6334 | (defvar diff-switches (purecopy "-c") "\ | 6334 | (defvar diff-switches (purecopy "-c") "\ |
| @@ -6372,7 +6372,7 @@ This requires the external program `diff' to be in your `exec-path'. | |||
| 6372 | ;;;*** | 6372 | ;;;*** |
| 6373 | 6373 | ||
| 6374 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" | 6374 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" |
| 6375 | ;;;;;; (20352 65510)) | 6375 | ;;;;;; (20400 62402)) |
| 6376 | ;;; Generated autoloads from vc/diff-mode.el | 6376 | ;;; Generated autoloads from vc/diff-mode.el |
| 6377 | 6377 | ||
| 6378 | (autoload 'diff-mode "diff-mode" "\ | 6378 | (autoload 'diff-mode "diff-mode" "\ |
| @@ -6416,7 +6416,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6416 | ;;;*** | 6416 | ;;;*** |
| 6417 | 6417 | ||
| 6418 | ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window | 6418 | ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window |
| 6419 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (20352 65510)) | 6419 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (20400 62402)) |
| 6420 | ;;; Generated autoloads from dired.el | 6420 | ;;; Generated autoloads from dired.el |
| 6421 | 6421 | ||
| 6422 | (defvar dired-listing-switches (purecopy "-al") "\ | 6422 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -6538,7 +6538,7 @@ Keybindings: | |||
| 6538 | ;;;*** | 6538 | ;;;*** |
| 6539 | 6539 | ||
| 6540 | ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" | 6540 | ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" |
| 6541 | ;;;;;; (20352 65510)) | 6541 | ;;;;;; (20400 62402)) |
| 6542 | ;;; Generated autoloads from dirtrack.el | 6542 | ;;; Generated autoloads from dirtrack.el |
| 6543 | 6543 | ||
| 6544 | (autoload 'dirtrack-mode "dirtrack" "\ | 6544 | (autoload 'dirtrack-mode "dirtrack" "\ |
| @@ -6771,8 +6771,8 @@ Locate SOA record and increment the serial field. | |||
| 6771 | ;;;*** | 6771 | ;;;*** |
| 6772 | 6772 | ||
| 6773 | ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe | 6773 | ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe |
| 6774 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20352 | 6774 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20400 |
| 6775 | ;;;;;; 65510)) | 6775 | ;;;;;; 62402)) |
| 6776 | ;;; Generated autoloads from doc-view.el | 6776 | ;;; Generated autoloads from doc-view.el |
| 6777 | 6777 | ||
| 6778 | (autoload 'doc-view-mode-p "doc-view" "\ | 6778 | (autoload 'doc-view-mode-p "doc-view" "\ |
| @@ -6856,7 +6856,7 @@ Switch to *dungeon* buffer and start game. | |||
| 6856 | 6856 | ||
| 6857 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 6857 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 6858 | ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" | 6858 | ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" |
| 6859 | ;;;;;; "emacs-lisp/easy-mmode.el" (20362 26480)) | 6859 | ;;;;;; "emacs-lisp/easy-mmode.el" (20400 62402)) |
| 6860 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 6860 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 6861 | 6861 | ||
| 6862 | (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) | 6862 | (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) |
| @@ -7137,7 +7137,7 @@ To implement dynamic menus, either call this from | |||
| 7137 | ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer | 7137 | ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer |
| 7138 | ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer | 7138 | ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer |
| 7139 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" | 7139 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" |
| 7140 | ;;;;;; "progmodes/ebnf2ps.el" (20352 65510)) | 7140 | ;;;;;; "progmodes/ebnf2ps.el" (20400 62402)) |
| 7141 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 7141 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 7142 | 7142 | ||
| 7143 | (autoload 'ebnf-customize "ebnf2ps" "\ | 7143 | (autoload 'ebnf-customize "ebnf2ps" "\ |
| @@ -7411,8 +7411,8 @@ See `ebnf-style-database' documentation. | |||
| 7411 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition | 7411 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition |
| 7412 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration | 7412 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration |
| 7413 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree | 7413 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree |
| 7414 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20352 | 7414 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20400 |
| 7415 | ;;;;;; 65510)) | 7415 | ;;;;;; 62402)) |
| 7416 | ;;; Generated autoloads from progmodes/ebrowse.el | 7416 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 7417 | 7417 | ||
| 7418 | (autoload 'ebrowse-tree-mode "ebrowse" "\ | 7418 | (autoload 'ebrowse-tree-mode "ebrowse" "\ |
| @@ -7561,7 +7561,7 @@ Display statistics for a class tree. | |||
| 7561 | ;;;*** | 7561 | ;;;*** |
| 7562 | 7562 | ||
| 7563 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 7563 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| 7564 | ;;;;;; (20352 65510)) | 7564 | ;;;;;; (20400 62402)) |
| 7565 | ;;; Generated autoloads from ebuff-menu.el | 7565 | ;;; Generated autoloads from ebuff-menu.el |
| 7566 | 7566 | ||
| 7567 | (autoload 'electric-buffer-list "ebuff-menu" "\ | 7567 | (autoload 'electric-buffer-list "ebuff-menu" "\ |
| @@ -7635,7 +7635,7 @@ an EDE controlled project. | |||
| 7635 | 7635 | ||
| 7636 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form | 7636 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form |
| 7637 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" | 7637 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" |
| 7638 | ;;;;;; "emacs-lisp/edebug.el" (20352 65510)) | 7638 | ;;;;;; "emacs-lisp/edebug.el" (20400 62402)) |
| 7639 | ;;; Generated autoloads from emacs-lisp/edebug.el | 7639 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 7640 | 7640 | ||
| 7641 | (defvar edebug-all-defs nil "\ | 7641 | (defvar edebug-all-defs nil "\ |
| @@ -7708,7 +7708,7 @@ Toggle edebugging of all forms. | |||
| 7708 | ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories | 7708 | ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories |
| 7709 | ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories | 7709 | ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories |
| 7710 | ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file | 7710 | ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file |
| 7711 | ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20352 65510)) | 7711 | ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20400 62402)) |
| 7712 | ;;; Generated autoloads from vc/ediff.el | 7712 | ;;; Generated autoloads from vc/ediff.el |
| 7713 | 7713 | ||
| 7714 | (autoload 'ediff-files "ediff" "\ | 7714 | (autoload 'ediff-files "ediff" "\ |
| @@ -8136,7 +8136,7 @@ Emacs Lisp mode) that support ElDoc.") | |||
| 8136 | ;;;*** | 8136 | ;;;*** |
| 8137 | 8137 | ||
| 8138 | ;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) | 8138 | ;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) |
| 8139 | ;;;;;; "electric" "electric.el" (20352 65510)) | 8139 | ;;;;;; "electric" "electric.el" (20400 62402)) |
| 8140 | ;;; Generated autoloads from electric.el | 8140 | ;;; Generated autoloads from electric.el |
| 8141 | 8141 | ||
| 8142 | (defvar electric-indent-chars '(10) "\ | 8142 | (defvar electric-indent-chars '(10) "\ |
| @@ -8296,7 +8296,7 @@ displayed. | |||
| 8296 | ;;;*** | 8296 | ;;;*** |
| 8297 | 8297 | ||
| 8298 | ;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" | 8298 | ;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" |
| 8299 | ;;;;;; (20352 65510)) | 8299 | ;;;;;; (20400 62402)) |
| 8300 | ;;; Generated autoloads from emacs-lock.el | 8300 | ;;; Generated autoloads from emacs-lock.el |
| 8301 | 8301 | ||
| 8302 | (autoload 'emacs-lock-mode "emacs-lock" "\ | 8302 | (autoload 'emacs-lock-mode "emacs-lock" "\ |
| @@ -8324,7 +8324,7 @@ Other values are interpreted as usual. | |||
| 8324 | ;;;*** | 8324 | ;;;*** |
| 8325 | 8325 | ||
| 8326 | ;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) | 8326 | ;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) |
| 8327 | ;;;;;; "emacsbug" "mail/emacsbug.el" (20352 65510)) | 8327 | ;;;;;; "emacsbug" "mail/emacsbug.el" (20400 62402)) |
| 8328 | ;;; Generated autoloads from mail/emacsbug.el | 8328 | ;;; Generated autoloads from mail/emacsbug.el |
| 8329 | 8329 | ||
| 8330 | (autoload 'report-emacs-bug "emacsbug" "\ | 8330 | (autoload 'report-emacs-bug "emacsbug" "\ |
| @@ -8345,7 +8345,7 @@ The result is an alist with items of the form (URL SUBJECT NO). | |||
| 8345 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 8345 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 8346 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 8346 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
| 8347 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 8347 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 8348 | ;;;;;; "vc/emerge.el" (20352 65510)) | 8348 | ;;;;;; "vc/emerge.el" (20400 62402)) |
| 8349 | ;;; Generated autoloads from vc/emerge.el | 8349 | ;;; Generated autoloads from vc/emerge.el |
| 8350 | 8350 | ||
| 8351 | (autoload 'emerge-files "emerge" "\ | 8351 | (autoload 'emerge-files "emerge" "\ |
| @@ -8446,8 +8446,8 @@ Commands: | |||
| 8446 | ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region | 8446 | ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region |
| 8447 | ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file | 8447 | ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file |
| 8448 | ;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys | 8448 | ;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys |
| 8449 | ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20352 | 8449 | ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20400 |
| 8450 | ;;;;;; 65510)) | 8450 | ;;;;;; 62402)) |
| 8451 | ;;; Generated autoloads from epa.el | 8451 | ;;; Generated autoloads from epa.el |
| 8452 | 8452 | ||
| 8453 | (autoload 'epa-list-keys "epa" "\ | 8453 | (autoload 'epa-list-keys "epa" "\ |
| @@ -8754,7 +8754,7 @@ Return a context object. | |||
| 8754 | ;;;*** | 8754 | ;;;*** |
| 8755 | 8755 | ||
| 8756 | ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) | 8756 | ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) |
| 8757 | ;;;;;; "epg-config" "epg-config.el" (20352 65510)) | 8757 | ;;;;;; "epg-config" "epg-config.el" (20400 62402)) |
| 8758 | ;;; Generated autoloads from epg-config.el | 8758 | ;;; Generated autoloads from epg-config.el |
| 8759 | 8759 | ||
| 8760 | (autoload 'epg-configuration "epg-config" "\ | 8760 | (autoload 'epg-configuration "epg-config" "\ |
| @@ -8775,7 +8775,7 @@ Look at CONFIG and try to expand GROUP. | |||
| 8775 | ;;;*** | 8775 | ;;;*** |
| 8776 | 8776 | ||
| 8777 | ;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args) | 8777 | ;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args) |
| 8778 | ;;;;;; "erc" "erc/erc.el" (20352 65510)) | 8778 | ;;;;;; "erc" "erc/erc.el" (20400 62402)) |
| 8779 | ;;; Generated autoloads from erc/erc.el | 8779 | ;;; Generated autoloads from erc/erc.el |
| 8780 | 8780 | ||
| 8781 | (autoload 'erc-select-read-args "erc" "\ | 8781 | (autoload 'erc-select-read-args "erc" "\ |
| @@ -8823,14 +8823,14 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 8823 | 8823 | ||
| 8824 | ;;;*** | 8824 | ;;;*** |
| 8825 | 8825 | ||
| 8826 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20352 | 8826 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20400 |
| 8827 | ;;;;;; 65510)) | 8827 | ;;;;;; 62402)) |
| 8828 | ;;; Generated autoloads from erc/erc-autoaway.el | 8828 | ;;; Generated autoloads from erc/erc-autoaway.el |
| 8829 | (autoload 'erc-autoaway-mode "erc-autoaway") | 8829 | (autoload 'erc-autoaway-mode "erc-autoaway") |
| 8830 | 8830 | ||
| 8831 | ;;;*** | 8831 | ;;;*** |
| 8832 | 8832 | ||
| 8833 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20352 65510)) | 8833 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20400 62402)) |
| 8834 | ;;; Generated autoloads from erc/erc-button.el | 8834 | ;;; Generated autoloads from erc/erc-button.el |
| 8835 | (autoload 'erc-button-mode "erc-button" nil t) | 8835 | (autoload 'erc-button-mode "erc-button" nil t) |
| 8836 | 8836 | ||
| @@ -8849,7 +8849,7 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 8849 | ;;;*** | 8849 | ;;;*** |
| 8850 | 8850 | ||
| 8851 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) | 8851 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) |
| 8852 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (20352 65510)) | 8852 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (20400 62402)) |
| 8853 | ;;; Generated autoloads from erc/erc-dcc.el | 8853 | ;;; Generated autoloads from erc/erc-dcc.el |
| 8854 | (autoload 'erc-dcc-mode "erc-dcc") | 8854 | (autoload 'erc-dcc-mode "erc-dcc") |
| 8855 | 8855 | ||
| @@ -8990,7 +8990,7 @@ system. | |||
| 8990 | 8990 | ||
| 8991 | ;;;*** | 8991 | ;;;*** |
| 8992 | 8992 | ||
| 8993 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20352 65510)) | 8993 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20400 62402)) |
| 8994 | ;;; Generated autoloads from erc/erc-join.el | 8994 | ;;; Generated autoloads from erc/erc-join.el |
| 8995 | (autoload 'erc-autojoin-mode "erc-join" nil t) | 8995 | (autoload 'erc-autojoin-mode "erc-join" nil t) |
| 8996 | 8996 | ||
| @@ -9003,7 +9003,7 @@ system. | |||
| 9003 | ;;;*** | 9003 | ;;;*** |
| 9004 | 9004 | ||
| 9005 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" | 9005 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" |
| 9006 | ;;;;;; "erc/erc-log.el" (20352 65510)) | 9006 | ;;;;;; "erc/erc-log.el" (20400 62402)) |
| 9007 | ;;; Generated autoloads from erc/erc-log.el | 9007 | ;;; Generated autoloads from erc/erc-log.el |
| 9008 | (autoload 'erc-log-mode "erc-log" nil t) | 9008 | (autoload 'erc-log-mode "erc-log" nil t) |
| 9009 | 9009 | ||
| @@ -9035,7 +9035,7 @@ You can save every individual message by putting this function on | |||
| 9035 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host | 9035 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host |
| 9036 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool | 9036 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool |
| 9037 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" | 9037 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" |
| 9038 | ;;;;;; (20352 65510)) | 9038 | ;;;;;; (20400 62402)) |
| 9039 | ;;; Generated autoloads from erc/erc-match.el | 9039 | ;;; Generated autoloads from erc/erc-match.el |
| 9040 | (autoload 'erc-match-mode "erc-match") | 9040 | (autoload 'erc-match-mode "erc-match") |
| 9041 | 9041 | ||
| @@ -9118,7 +9118,7 @@ Interactively select a server to connect to using `erc-server-alist'. | |||
| 9118 | ;;;*** | 9118 | ;;;*** |
| 9119 | 9119 | ||
| 9120 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" | 9120 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" |
| 9121 | ;;;;;; "erc/erc-notify.el" (20352 65510)) | 9121 | ;;;;;; "erc/erc-notify.el" (20400 62402)) |
| 9122 | ;;; Generated autoloads from erc/erc-notify.el | 9122 | ;;; Generated autoloads from erc/erc-notify.el |
| 9123 | (autoload 'erc-notify-mode "erc-notify" nil t) | 9123 | (autoload 'erc-notify-mode "erc-notify" nil t) |
| 9124 | 9124 | ||
| @@ -9142,8 +9142,8 @@ with args, toggle notify status of people. | |||
| 9142 | 9142 | ||
| 9143 | ;;;*** | 9143 | ;;;*** |
| 9144 | 9144 | ||
| 9145 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20352 | 9145 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20400 |
| 9146 | ;;;;;; 65510)) | 9146 | ;;;;;; 62402)) |
| 9147 | ;;; Generated autoloads from erc/erc-pcomplete.el | 9147 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 9148 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 9148 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 9149 | 9149 | ||
| @@ -9162,7 +9162,7 @@ with args, toggle notify status of people. | |||
| 9162 | ;;;*** | 9162 | ;;;*** |
| 9163 | 9163 | ||
| 9164 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) | 9164 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) |
| 9165 | ;;;;;; "erc-services" "erc/erc-services.el" (20352 65510)) | 9165 | ;;;;;; "erc-services" "erc/erc-services.el" (20400 62402)) |
| 9166 | ;;; Generated autoloads from erc/erc-services.el | 9166 | ;;; Generated autoloads from erc/erc-services.el |
| 9167 | (autoload 'erc-services-mode "erc-services" nil t) | 9167 | (autoload 'erc-services-mode "erc-services" nil t) |
| 9168 | 9168 | ||
| @@ -9179,7 +9179,7 @@ When called interactively, read the password using `read-passwd'. | |||
| 9179 | 9179 | ||
| 9180 | ;;;*** | 9180 | ;;;*** |
| 9181 | 9181 | ||
| 9182 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20352 65510)) | 9182 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20400 62402)) |
| 9183 | ;;; Generated autoloads from erc/erc-sound.el | 9183 | ;;; Generated autoloads from erc/erc-sound.el |
| 9184 | (autoload 'erc-sound-mode "erc-sound") | 9184 | (autoload 'erc-sound-mode "erc-sound") |
| 9185 | 9185 | ||
| @@ -9204,14 +9204,14 @@ This will add a speedbar major display mode. | |||
| 9204 | 9204 | ||
| 9205 | ;;;*** | 9205 | ;;;*** |
| 9206 | 9206 | ||
| 9207 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20352 65510)) | 9207 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20400 62402)) |
| 9208 | ;;; Generated autoloads from erc/erc-stamp.el | 9208 | ;;; Generated autoloads from erc/erc-stamp.el |
| 9209 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) | 9209 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) |
| 9210 | 9210 | ||
| 9211 | ;;;*** | 9211 | ;;;*** |
| 9212 | 9212 | ||
| 9213 | ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" | 9213 | ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" |
| 9214 | ;;;;;; (20352 65510)) | 9214 | ;;;;;; (20400 62402)) |
| 9215 | ;;; Generated autoloads from erc/erc-track.el | 9215 | ;;; Generated autoloads from erc/erc-track.el |
| 9216 | 9216 | ||
| 9217 | (defvar erc-track-minor-mode nil "\ | 9217 | (defvar erc-track-minor-mode nil "\ |
| @@ -9237,7 +9237,7 @@ keybindings will not do anything useful. | |||
| 9237 | ;;;*** | 9237 | ;;;*** |
| 9238 | 9238 | ||
| 9239 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) | 9239 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) |
| 9240 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (20352 65510)) | 9240 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (20400 62402)) |
| 9241 | ;;; Generated autoloads from erc/erc-truncate.el | 9241 | ;;; Generated autoloads from erc/erc-truncate.el |
| 9242 | (autoload 'erc-truncate-mode "erc-truncate" nil t) | 9242 | (autoload 'erc-truncate-mode "erc-truncate" nil t) |
| 9243 | 9243 | ||
| @@ -9257,7 +9257,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'. | |||
| 9257 | ;;;*** | 9257 | ;;;*** |
| 9258 | 9258 | ||
| 9259 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" | 9259 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" |
| 9260 | ;;;;;; (20352 65510)) | 9260 | ;;;;;; (20400 62402)) |
| 9261 | ;;; Generated autoloads from erc/erc-xdcc.el | 9261 | ;;; Generated autoloads from erc/erc-xdcc.el |
| 9262 | (autoload 'erc-xdcc-mode "erc-xdcc") | 9262 | (autoload 'erc-xdcc-mode "erc-xdcc") |
| 9263 | 9263 | ||
| @@ -9270,7 +9270,7 @@ Add a file to `erc-xdcc-files'. | |||
| 9270 | 9270 | ||
| 9271 | ;;;### (autoloads (ert-describe-test ert-run-tests-interactively | 9271 | ;;;### (autoloads (ert-describe-test ert-run-tests-interactively |
| 9272 | ;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) | 9272 | ;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) |
| 9273 | ;;;;;; "ert" "emacs-lisp/ert.el" (20352 65510)) | 9273 | ;;;;;; "ert" "emacs-lisp/ert.el" (20400 62402)) |
| 9274 | ;;; Generated autoloads from emacs-lisp/ert.el | 9274 | ;;; Generated autoloads from emacs-lisp/ert.el |
| 9275 | 9275 | ||
| 9276 | (autoload 'ert-deftest "ert" "\ | 9276 | (autoload 'ert-deftest "ert" "\ |
| @@ -9340,7 +9340,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test). | |||
| 9340 | ;;;*** | 9340 | ;;;*** |
| 9341 | 9341 | ||
| 9342 | ;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" | 9342 | ;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" |
| 9343 | ;;;;;; (20352 65510)) | 9343 | ;;;;;; (20400 62402)) |
| 9344 | ;;; Generated autoloads from emacs-lisp/ert-x.el | 9344 | ;;; Generated autoloads from emacs-lisp/ert-x.el |
| 9345 | 9345 | ||
| 9346 | (put 'ert-with-test-buffer 'lisp-indent-function 1) | 9346 | (put 'ert-with-test-buffer 'lisp-indent-function 1) |
| @@ -9366,7 +9366,7 @@ Emacs shell interactive mode. | |||
| 9366 | ;;;*** | 9366 | ;;;*** |
| 9367 | 9367 | ||
| 9368 | ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" | 9368 | ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" |
| 9369 | ;;;;;; "eshell/eshell.el" (20352 65510)) | 9369 | ;;;;;; "eshell/eshell.el" (20400 62402)) |
| 9370 | ;;; Generated autoloads from eshell/eshell.el | 9370 | ;;; Generated autoloads from eshell/eshell.el |
| 9371 | 9371 | ||
| 9372 | (autoload 'eshell "eshell" "\ | 9372 | (autoload 'eshell "eshell" "\ |
| @@ -9407,7 +9407,7 @@ corresponding to a successful execution. | |||
| 9407 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9407 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 9408 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9408 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 9409 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9409 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 9410 | ;;;;;; (20352 65510)) | 9410 | ;;;;;; (20400 62402)) |
| 9411 | ;;; Generated autoloads from progmodes/etags.el | 9411 | ;;; Generated autoloads from progmodes/etags.el |
| 9412 | 9412 | ||
| 9413 | (defvar tags-file-name nil "\ | 9413 | (defvar tags-file-name nil "\ |
| @@ -9725,7 +9725,7 @@ for \\[find-tag] (which see). | |||
| 9725 | ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer | 9725 | ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer |
| 9726 | ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer | 9726 | ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer |
| 9727 | ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" | 9727 | ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" |
| 9728 | ;;;;;; (20352 65510)) | 9728 | ;;;;;; (20400 62402)) |
| 9729 | ;;; Generated autoloads from language/ethio-util.el | 9729 | ;;; Generated autoloads from language/ethio-util.el |
| 9730 | 9730 | ||
| 9731 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ | 9731 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ |
| @@ -10014,8 +10014,8 @@ Edit the hotlist of directory servers in a specialized buffer. | |||
| 10014 | 10014 | ||
| 10015 | ;;;*** | 10015 | ;;;*** |
| 10016 | 10016 | ||
| 10017 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20352 | 10017 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20400 |
| 10018 | ;;;;;; 65510)) | 10018 | ;;;;;; 62402)) |
| 10019 | ;;; Generated autoloads from emacs-lisp/ewoc.el | 10019 | ;;; Generated autoloads from emacs-lisp/ewoc.el |
| 10020 | 10020 | ||
| 10021 | (autoload 'ewoc-create "ewoc" "\ | 10021 | (autoload 'ewoc-create "ewoc" "\ |
| @@ -10044,7 +10044,7 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 10044 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 10044 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 10045 | ;;;;;; executable-self-display executable-set-magic executable-interpret | 10045 | ;;;;;; executable-self-display executable-set-magic executable-interpret |
| 10046 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" | 10046 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" |
| 10047 | ;;;;;; (20352 65510)) | 10047 | ;;;;;; (20400 62402)) |
| 10048 | ;;; Generated autoloads from progmodes/executable.el | 10048 | ;;; Generated autoloads from progmodes/executable.el |
| 10049 | 10049 | ||
| 10050 | (autoload 'executable-command-find-posix-p "executable" "\ | 10050 | (autoload 'executable-command-find-posix-p "executable" "\ |
| @@ -10136,7 +10136,7 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 10136 | 10136 | ||
| 10137 | ;;;*** | 10137 | ;;;*** |
| 10138 | 10138 | ||
| 10139 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20352 65510)) | 10139 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20400 62402)) |
| 10140 | ;;; Generated autoloads from progmodes/f90.el | 10140 | ;;; Generated autoloads from progmodes/f90.el |
| 10141 | 10141 | ||
| 10142 | (autoload 'f90-mode "f90" "\ | 10142 | (autoload 'f90-mode "f90" "\ |
| @@ -10206,8 +10206,8 @@ with no args, if that value is non-nil. | |||
| 10206 | ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set | 10206 | ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set |
| 10207 | ;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase | 10207 | ;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase |
| 10208 | ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base | 10208 | ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base |
| 10209 | ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20370 | 10209 | ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20400 |
| 10210 | ;;;;;; 22954)) | 10210 | ;;;;;; 62402)) |
| 10211 | ;;; Generated autoloads from face-remap.el | 10211 | ;;; Generated autoloads from face-remap.el |
| 10212 | 10212 | ||
| 10213 | (autoload 'face-remap-add-relative "face-remap" "\ | 10213 | (autoload 'face-remap-add-relative "face-remap" "\ |
| @@ -10355,7 +10355,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'. | |||
| 10355 | 10355 | ||
| 10356 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10356 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 10357 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 10357 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 10358 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20352 65510)) | 10358 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20400 62402)) |
| 10359 | ;;; Generated autoloads from mail/feedmail.el | 10359 | ;;; Generated autoloads from mail/feedmail.el |
| 10360 | 10360 | ||
| 10361 | (autoload 'feedmail-send-it "feedmail" "\ | 10361 | (autoload 'feedmail-send-it "feedmail" "\ |
| @@ -10409,7 +10409,7 @@ you can set `feedmail-queue-reminder-alist' to nil. | |||
| 10409 | ;;;*** | 10409 | ;;;*** |
| 10410 | 10410 | ||
| 10411 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 10411 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 10412 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20352 65510)) | 10412 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20400 62402)) |
| 10413 | ;;; Generated autoloads from ffap.el | 10413 | ;;; Generated autoloads from ffap.el |
| 10414 | 10414 | ||
| 10415 | (autoload 'ffap-next "ffap" "\ | 10415 | (autoload 'ffap-next "ffap" "\ |
| @@ -10533,7 +10533,7 @@ the name is considered already unique; only the second substitution | |||
| 10533 | ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable | 10533 | ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable |
| 10534 | ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line | 10534 | ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line |
| 10535 | ;;;;;; add-file-local-variable-prop-line delete-file-local-variable | 10535 | ;;;;;; add-file-local-variable-prop-line delete-file-local-variable |
| 10536 | ;;;;;; add-file-local-variable) "files-x" "files-x.el" (20352 65510)) | 10536 | ;;;;;; add-file-local-variable) "files-x" "files-x.el" (20400 62402)) |
| 10537 | ;;; Generated autoloads from files-x.el | 10537 | ;;; Generated autoloads from files-x.el |
| 10538 | 10538 | ||
| 10539 | (autoload 'add-file-local-variable "files-x" "\ | 10539 | (autoload 'add-file-local-variable "files-x" "\ |
| @@ -10670,7 +10670,7 @@ use in place of \"-ls\" as the final argument. | |||
| 10670 | 10670 | ||
| 10671 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 10671 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 10672 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 10672 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 10673 | ;;;;;; (20352 65510)) | 10673 | ;;;;;; (20400 62402)) |
| 10674 | ;;; Generated autoloads from find-file.el | 10674 | ;;; Generated autoloads from find-file.el |
| 10675 | 10675 | ||
| 10676 | (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ | 10676 | (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ |
| @@ -11004,7 +11004,7 @@ to get the effect of a C-q. | |||
| 11004 | ;;;*** | 11004 | ;;;*** |
| 11005 | 11005 | ||
| 11006 | ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on | 11006 | ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on |
| 11007 | ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20352 65510)) | 11007 | ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20400 62402)) |
| 11008 | ;;; Generated autoloads from progmodes/flymake.el | 11008 | ;;; Generated autoloads from progmodes/flymake.el |
| 11009 | 11009 | ||
| 11010 | (autoload 'flymake-mode "flymake" "\ | 11010 | (autoload 'flymake-mode "flymake" "\ |
| @@ -11034,7 +11034,7 @@ Turn flymake mode off. | |||
| 11034 | 11034 | ||
| 11035 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 11035 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 11036 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 11036 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 11037 | ;;;;;; "flyspell" "textmodes/flyspell.el" (20352 65510)) | 11037 | ;;;;;; "flyspell" "textmodes/flyspell.el" (20400 62402)) |
| 11038 | ;;; Generated autoloads from textmodes/flyspell.el | 11038 | ;;; Generated autoloads from textmodes/flyspell.el |
| 11039 | 11039 | ||
| 11040 | (autoload 'flyspell-prog-mode "flyspell" "\ | 11040 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| @@ -11106,7 +11106,7 @@ Flyspell whole buffer. | |||
| 11106 | 11106 | ||
| 11107 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 11107 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 11108 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 11108 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 11109 | ;;;;;; (20352 65510)) | 11109 | ;;;;;; (20400 62402)) |
| 11110 | ;;; Generated autoloads from follow.el | 11110 | ;;; Generated autoloads from follow.el |
| 11111 | 11111 | ||
| 11112 | (autoload 'turn-on-follow-mode "follow" "\ | 11112 | (autoload 'turn-on-follow-mode "follow" "\ |
| @@ -11182,8 +11182,8 @@ in your `~/.emacs' file, replacing [f7] by your favorite key: | |||
| 11182 | 11182 | ||
| 11183 | ;;;*** | 11183 | ;;;*** |
| 11184 | 11184 | ||
| 11185 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20352 | 11185 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20400 |
| 11186 | ;;;;;; 65510)) | 11186 | ;;;;;; 62402)) |
| 11187 | ;;; Generated autoloads from mail/footnote.el | 11187 | ;;; Generated autoloads from mail/footnote.el |
| 11188 | 11188 | ||
| 11189 | (autoload 'footnote-mode "footnote" "\ | 11189 | (autoload 'footnote-mode "footnote" "\ |
| @@ -11202,7 +11202,7 @@ play around with the following keys: | |||
| 11202 | ;;;*** | 11202 | ;;;*** |
| 11203 | 11203 | ||
| 11204 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 11204 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 11205 | ;;;;;; "forms" "forms.el" (20352 65510)) | 11205 | ;;;;;; "forms" "forms.el" (20400 62402)) |
| 11206 | ;;; Generated autoloads from forms.el | 11206 | ;;; Generated autoloads from forms.el |
| 11207 | 11207 | ||
| 11208 | (autoload 'forms-mode "forms" "\ | 11208 | (autoload 'forms-mode "forms" "\ |
| @@ -11366,7 +11366,7 @@ and choose the directory as the fortune-file. | |||
| 11366 | ;;;*** | 11366 | ;;;*** |
| 11367 | 11367 | ||
| 11368 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" | 11368 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" |
| 11369 | ;;;;;; (20370 20099)) | 11369 | ;;;;;; (20400 62402)) |
| 11370 | ;;; Generated autoloads from progmodes/gdb-mi.el | 11370 | ;;; Generated autoloads from progmodes/gdb-mi.el |
| 11371 | 11371 | ||
| 11372 | (defvar gdb-enable-debug nil "\ | 11372 | (defvar gdb-enable-debug nil "\ |
| @@ -11433,8 +11433,8 @@ detailed description of this mode. | |||
| 11433 | ;;;*** | 11433 | ;;;*** |
| 11434 | 11434 | ||
| 11435 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal | 11435 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal |
| 11436 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20352 | 11436 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20400 |
| 11437 | ;;;;;; 65510)) | 11437 | ;;;;;; 62402)) |
| 11438 | ;;; Generated autoloads from emacs-lisp/generic.el | 11438 | ;;; Generated autoloads from emacs-lisp/generic.el |
| 11439 | 11439 | ||
| 11440 | (defvar generic-mode-list nil "\ | 11440 | (defvar generic-mode-list nil "\ |
| @@ -11511,7 +11511,7 @@ regular expression that can be used as an element of | |||
| 11511 | ;;;*** | 11511 | ;;;*** |
| 11512 | 11512 | ||
| 11513 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 11513 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 11514 | ;;;;;; (20352 65510)) | 11514 | ;;;;;; (20400 62402)) |
| 11515 | ;;; Generated autoloads from progmodes/glasses.el | 11515 | ;;; Generated autoloads from progmodes/glasses.el |
| 11516 | 11516 | ||
| 11517 | (autoload 'glasses-mode "glasses" "\ | 11517 | (autoload 'glasses-mode "glasses" "\ |
| @@ -12348,23 +12348,23 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 12348 | ;;;*** | 12348 | ;;;*** |
| 12349 | 12349 | ||
| 12350 | ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" | 12350 | ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" |
| 12351 | ;;;;;; (20352 65510)) | 12351 | ;;;;;; (20403 5511)) |
| 12352 | ;;; Generated autoloads from net/gnutls.el | 12352 | ;;; Generated autoloads from net/gnutls.el |
| 12353 | 12353 | ||
| 12354 | (defvar gnutls-min-prime-bits nil "\ | 12354 | (defvar gnutls-min-prime-bits 256 "\ |
| 12355 | The minimum number of bits to be used in Diffie-Hellman key exchange. | 12355 | Minimum number of prime bits accepted by GnuTLS for key exchange. |
| 12356 | 12356 | During a Diffie-Hellman handshake, if the server sends a prime | |
| 12357 | This sets the minimum accepted size of the key to be used in a | 12357 | number with fewer than this number of bits, the handshake is |
| 12358 | client-server handshake. If the server sends a prime with fewer than | 12358 | rejected. (The smaller the prime number, the less secure the |
| 12359 | the specified number of bits the handshake will fail. | 12359 | key exchange is against man-in-the-middle attacks.) |
| 12360 | 12360 | ||
| 12361 | A value of nil says to use the default gnutls value.") | 12361 | A value of nil says to use the default GnuTLS value.") |
| 12362 | 12362 | ||
| 12363 | (custom-autoload 'gnutls-min-prime-bits "gnutls" t) | 12363 | (custom-autoload 'gnutls-min-prime-bits "gnutls" t) |
| 12364 | 12364 | ||
| 12365 | ;;;*** | 12365 | ;;;*** |
| 12366 | 12366 | ||
| 12367 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20352 65510)) | 12367 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20400 62402)) |
| 12368 | ;;; Generated autoloads from play/gomoku.el | 12368 | ;;; Generated autoloads from play/gomoku.el |
| 12369 | 12369 | ||
| 12370 | (autoload 'gomoku "gomoku" "\ | 12370 | (autoload 'gomoku "gomoku" "\ |
| @@ -12391,8 +12391,8 @@ Use \\[describe-mode] for more info. | |||
| 12391 | ;;;*** | 12391 | ;;;*** |
| 12392 | 12392 | ||
| 12393 | ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address | 12393 | ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address |
| 12394 | ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20352 | 12394 | ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20400 |
| 12395 | ;;;;;; 65510)) | 12395 | ;;;;;; 62402)) |
| 12396 | ;;; Generated autoloads from net/goto-addr.el | 12396 | ;;; Generated autoloads from net/goto-addr.el |
| 12397 | 12397 | ||
| 12398 | (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") | 12398 | (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") |
| @@ -12452,7 +12452,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it. | |||
| 12452 | 12452 | ||
| 12453 | ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults | 12453 | ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults |
| 12454 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12454 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12455 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20366 22731)) | 12455 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20400 62402)) |
| 12456 | ;;; Generated autoloads from progmodes/grep.el | 12456 | ;;; Generated autoloads from progmodes/grep.el |
| 12457 | 12457 | ||
| 12458 | (defvar grep-window-height nil "\ | 12458 | (defvar grep-window-height nil "\ |
| @@ -12629,7 +12629,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12629 | ;;;*** | 12629 | ;;;*** |
| 12630 | 12630 | ||
| 12631 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb | 12631 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb |
| 12632 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20368 16951)) | 12632 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20400 62402)) |
| 12633 | ;;; Generated autoloads from progmodes/gud.el | 12633 | ;;; Generated autoloads from progmodes/gud.el |
| 12634 | 12634 | ||
| 12635 | (autoload 'gud-gdb "gud" "\ | 12635 | (autoload 'gud-gdb "gud" "\ |
| @@ -12765,7 +12765,7 @@ to be updated. | |||
| 12765 | 12765 | ||
| 12766 | ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment | 12766 | ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment |
| 12767 | ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) | 12767 | ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) |
| 12768 | ;;;;;; "hashcash" "mail/hashcash.el" (20352 65510)) | 12768 | ;;;;;; "hashcash" "mail/hashcash.el" (20400 62402)) |
| 12769 | ;;; Generated autoloads from mail/hashcash.el | 12769 | ;;; Generated autoloads from mail/hashcash.el |
| 12770 | 12770 | ||
| 12771 | (autoload 'hashcash-insert-payment "hashcash" "\ | 12771 | (autoload 'hashcash-insert-payment "hashcash" "\ |
| @@ -13146,7 +13146,7 @@ Provide help for current mode. | |||
| 13146 | ;;;*** | 13146 | ;;;*** |
| 13147 | 13147 | ||
| 13148 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 13148 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 13149 | ;;;;;; "hexl.el" (20352 65510)) | 13149 | ;;;;;; "hexl.el" (20400 62402)) |
| 13150 | ;;; Generated autoloads from hexl.el | 13150 | ;;; Generated autoloads from hexl.el |
| 13151 | 13151 | ||
| 13152 | (autoload 'hexl-mode "hexl" "\ | 13152 | (autoload 'hexl-mode "hexl" "\ |
| @@ -13426,7 +13426,7 @@ Several variables affect how the hiding is done: | |||
| 13426 | ;;;*** | 13426 | ;;;*** |
| 13427 | 13427 | ||
| 13428 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" | 13428 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" |
| 13429 | ;;;;;; (20352 65510)) | 13429 | ;;;;;; (20400 62402)) |
| 13430 | ;;; Generated autoloads from progmodes/hideshow.el | 13430 | ;;; Generated autoloads from progmodes/hideshow.el |
| 13431 | 13431 | ||
| 13432 | (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))) "\ | 13432 | (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))) "\ |
| @@ -13754,7 +13754,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 13754 | ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays | 13754 | ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays |
| 13755 | ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays | 13755 | ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays |
| 13756 | ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" | 13756 | ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" |
| 13757 | ;;;;;; "calendar/holidays.el" (20354 57191)) | 13757 | ;;;;;; "calendar/holidays.el" (20400 62402)) |
| 13758 | ;;; Generated autoloads from calendar/holidays.el | 13758 | ;;; Generated autoloads from calendar/holidays.el |
| 13759 | 13759 | ||
| 13760 | (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") | 13760 | (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") |
| @@ -14045,7 +14045,7 @@ bound to the current value of the filter. | |||
| 14045 | ;;;*** | 14045 | ;;;*** |
| 14046 | 14046 | ||
| 14047 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 14047 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 14048 | ;;;;;; "ibuffer" "ibuffer.el" (20352 65510)) | 14048 | ;;;;;; "ibuffer" "ibuffer.el" (20400 62402)) |
| 14049 | ;;; Generated autoloads from ibuffer.el | 14049 | ;;; Generated autoloads from ibuffer.el |
| 14050 | 14050 | ||
| 14051 | (autoload 'ibuffer-list-buffers "ibuffer" "\ | 14051 | (autoload 'ibuffer-list-buffers "ibuffer" "\ |
| @@ -14161,7 +14161,7 @@ the mode if ARG is omitted or nil. | |||
| 14161 | 14161 | ||
| 14162 | ;;;*** | 14162 | ;;;*** |
| 14163 | 14163 | ||
| 14164 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20352 65510)) | 14164 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20400 62402)) |
| 14165 | ;;; Generated autoloads from progmodes/icon.el | 14165 | ;;; Generated autoloads from progmodes/icon.el |
| 14166 | 14166 | ||
| 14167 | (autoload 'icon-mode "icon" "\ | 14167 | (autoload 'icon-mode "icon" "\ |
| @@ -14202,7 +14202,7 @@ with no args, if that value is non-nil. | |||
| 14202 | ;;;*** | 14202 | ;;;*** |
| 14203 | 14203 | ||
| 14204 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 14204 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 14205 | ;;;;;; (20352 65510)) | 14205 | ;;;;;; (20400 62402)) |
| 14206 | ;;; Generated autoloads from progmodes/idlw-shell.el | 14206 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 14207 | 14207 | ||
| 14208 | (autoload 'idlwave-shell "idlw-shell" "\ | 14208 | (autoload 'idlwave-shell "idlw-shell" "\ |
| @@ -14228,7 +14228,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 14228 | ;;;*** | 14228 | ;;;*** |
| 14229 | 14229 | ||
| 14230 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 14230 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 14231 | ;;;;;; (20352 65510)) | 14231 | ;;;;;; (20400 62402)) |
| 14232 | ;;; Generated autoloads from progmodes/idlwave.el | 14232 | ;;; Generated autoloads from progmodes/idlwave.el |
| 14233 | 14233 | ||
| 14234 | (autoload 'idlwave-mode "idlwave" "\ | 14234 | (autoload 'idlwave-mode "idlwave" "\ |
| @@ -14362,8 +14362,8 @@ The main features of this mode are | |||
| 14362 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 14362 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 14363 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 14363 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 14364 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 14364 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 14365 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20352 | 14365 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20400 |
| 14366 | ;;;;;; 65510)) | 14366 | ;;;;;; 62402)) |
| 14367 | ;;; Generated autoloads from ido.el | 14367 | ;;; Generated autoloads from ido.el |
| 14368 | 14368 | ||
| 14369 | (defvar ido-mode nil "\ | 14369 | (defvar ido-mode nil "\ |
| @@ -14655,7 +14655,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | |||
| 14655 | ;;;;;; create-image image-type-auto-detected-p image-type-available-p | 14655 | ;;;;;; create-image image-type-auto-detected-p image-type-available-p |
| 14656 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header | 14656 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header |
| 14657 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" | 14657 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" |
| 14658 | ;;;;;; (20352 65510)) | 14658 | ;;;;;; (20400 62402)) |
| 14659 | ;;; Generated autoloads from image.el | 14659 | ;;; Generated autoloads from image.el |
| 14660 | 14660 | ||
| 14661 | (autoload 'image-type-from-data "image" "\ | 14661 | (autoload 'image-type-from-data "image" "\ |
| @@ -15056,7 +15056,7 @@ An image file is one whose name has an extension in | |||
| 15056 | ;;;*** | 15056 | ;;;*** |
| 15057 | 15057 | ||
| 15058 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode | 15058 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode |
| 15059 | ;;;;;; image-mode) "image-mode" "image-mode.el" (20352 65510)) | 15059 | ;;;;;; image-mode) "image-mode" "image-mode.el" (20400 62402)) |
| 15060 | ;;; Generated autoloads from image-mode.el | 15060 | ;;; Generated autoloads from image-mode.el |
| 15061 | 15061 | ||
| 15062 | (autoload 'image-mode "image-mode" "\ | 15062 | (autoload 'image-mode "image-mode" "\ |
| @@ -15101,7 +15101,7 @@ on these modes. | |||
| 15101 | ;;;*** | 15101 | ;;;*** |
| 15102 | 15102 | ||
| 15103 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 15103 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 15104 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (20358 29669)) | 15104 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (20400 62402)) |
| 15105 | ;;; Generated autoloads from imenu.el | 15105 | ;;; Generated autoloads from imenu.el |
| 15106 | 15106 | ||
| 15107 | (defvar imenu-sort-function nil "\ | 15107 | (defvar imenu-sort-function nil "\ |
| @@ -15250,7 +15250,7 @@ Convert old Emacs Devanagari characters to UCS. | |||
| 15250 | 15250 | ||
| 15251 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command | 15251 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command |
| 15252 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" | 15252 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" |
| 15253 | ;;;;;; "progmodes/inf-lisp.el" (20352 65510)) | 15253 | ;;;;;; "progmodes/inf-lisp.el" (20400 62402)) |
| 15254 | ;;; Generated autoloads from progmodes/inf-lisp.el | 15254 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 15255 | 15255 | ||
| 15256 | (defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ | 15256 | (defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ |
| @@ -15317,7 +15317,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15317 | ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node | 15317 | ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node |
| 15318 | ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory | 15318 | ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory |
| 15319 | ;;;;;; Info-on-current-buffer info-standalone info-emacs-manual | 15319 | ;;;;;; Info-on-current-buffer info-standalone info-emacs-manual |
| 15320 | ;;;;;; info info-other-window) "info" "info.el" (20352 65510)) | 15320 | ;;;;;; info info-other-window) "info" "info.el" (20400 62402)) |
| 15321 | ;;; Generated autoloads from info.el | 15321 | ;;; Generated autoloads from info.el |
| 15322 | 15322 | ||
| 15323 | (autoload 'info-other-window "info" "\ | 15323 | (autoload 'info-other-window "info" "\ |
| @@ -15822,7 +15822,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15822 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings | 15822 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings |
| 15823 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 15823 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 15824 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) | 15824 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) |
| 15825 | ;;;;;; "ispell" "textmodes/ispell.el" (20354 28814)) | 15825 | ;;;;;; "ispell" "textmodes/ispell.el" (20400 62402)) |
| 15826 | ;;; Generated autoloads from textmodes/ispell.el | 15826 | ;;; Generated autoloads from textmodes/ispell.el |
| 15827 | 15827 | ||
| 15828 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 15828 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| @@ -16048,8 +16048,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 16048 | 16048 | ||
| 16049 | ;;;*** | 16049 | ;;;*** |
| 16050 | 16050 | ||
| 16051 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20352 | 16051 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20400 |
| 16052 | ;;;;;; 65510)) | 16052 | ;;;;;; 62402)) |
| 16053 | ;;; Generated autoloads from iswitchb.el | 16053 | ;;; Generated autoloads from iswitchb.el |
| 16054 | 16054 | ||
| 16055 | (defvar iswitchb-mode nil "\ | 16055 | (defvar iswitchb-mode nil "\ |
| @@ -16178,7 +16178,7 @@ by `jka-compr-installed'. | |||
| 16178 | 16178 | ||
| 16179 | ;;;*** | 16179 | ;;;*** |
| 16180 | 16180 | ||
| 16181 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20352 65510)) | 16181 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20400 62402)) |
| 16182 | ;;; Generated autoloads from progmodes/js.el | 16182 | ;;; Generated autoloads from progmodes/js.el |
| 16183 | 16183 | ||
| 16184 | (autoload 'js-mode "js" "\ | 16184 | (autoload 'js-mode "js" "\ |
| @@ -16295,7 +16295,7 @@ and the return value is the length of the conversion. | |||
| 16295 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro | 16295 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro |
| 16296 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter | 16296 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter |
| 16297 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) | 16297 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) |
| 16298 | ;;;;;; "kmacro" "kmacro.el" (20352 65510)) | 16298 | ;;;;;; "kmacro" "kmacro.el" (20400 62402)) |
| 16299 | ;;; Generated autoloads from kmacro.el | 16299 | ;;; Generated autoloads from kmacro.el |
| 16300 | (global-set-key "\C-x(" 'kmacro-start-macro) | 16300 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 16301 | (global-set-key "\C-x)" 'kmacro-end-macro) | 16301 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -16406,7 +16406,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 16406 | ;;;*** | 16406 | ;;;*** |
| 16407 | 16407 | ||
| 16408 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 16408 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 16409 | ;;;;;; "language/korea-util.el" (20352 65510)) | 16409 | ;;;;;; "language/korea-util.el" (20400 62402)) |
| 16410 | ;;; Generated autoloads from language/korea-util.el | 16410 | ;;; Generated autoloads from language/korea-util.el |
| 16411 | 16411 | ||
| 16412 | (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ | 16412 | (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ |
| @@ -16421,7 +16421,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 16421 | ;;;*** | 16421 | ;;;*** |
| 16422 | 16422 | ||
| 16423 | ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" | 16423 | ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" |
| 16424 | ;;;;;; (20352 65510)) | 16424 | ;;;;;; (20400 62402)) |
| 16425 | ;;; Generated autoloads from play/landmark.el | 16425 | ;;; Generated autoloads from play/landmark.el |
| 16426 | 16426 | ||
| 16427 | (defalias 'landmark-repeat 'landmark-test-run) | 16427 | (defalias 'landmark-repeat 'landmark-test-run) |
| @@ -16671,8 +16671,8 @@ See `linum-mode' for more information on Linum mode. | |||
| 16671 | 16671 | ||
| 16672 | ;;;*** | 16672 | ;;;*** |
| 16673 | 16673 | ||
| 16674 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20352 | 16674 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20400 |
| 16675 | ;;;;;; 65510)) | 16675 | ;;;;;; 62402)) |
| 16676 | ;;; Generated autoloads from loadhist.el | 16676 | ;;; Generated autoloads from loadhist.el |
| 16677 | 16677 | ||
| 16678 | (autoload 'unload-feature "loadhist" "\ | 16678 | (autoload 'unload-feature "loadhist" "\ |
| @@ -16756,7 +16756,7 @@ except that FILTER is not optional. | |||
| 16756 | 16756 | ||
| 16757 | ;;;*** | 16757 | ;;;*** |
| 16758 | 16758 | ||
| 16759 | ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20352 65510)) | 16759 | ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20400 62402)) |
| 16760 | ;;; Generated autoloads from vc/log-edit.el | 16760 | ;;; Generated autoloads from vc/log-edit.el |
| 16761 | 16761 | ||
| 16762 | (autoload 'log-edit "log-edit" "\ | 16762 | (autoload 'log-edit "log-edit" "\ |
| @@ -16944,8 +16944,8 @@ This function is suitable for execution in a .emacs file. | |||
| 16944 | 16944 | ||
| 16945 | ;;;*** | 16945 | ;;;*** |
| 16946 | 16946 | ||
| 16947 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20352 | 16947 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20400 |
| 16948 | ;;;;;; 65510)) | 16948 | ;;;;;; 62402)) |
| 16949 | ;;; Generated autoloads from progmodes/m4-mode.el | 16949 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 16950 | 16950 | ||
| 16951 | (autoload 'm4-mode "m4-mode" "\ | 16951 | (autoload 'm4-mode "m4-mode" "\ |
| @@ -17059,7 +17059,7 @@ and then select the region of un-tablified names and use | |||
| 17059 | ;;;*** | 17059 | ;;;*** |
| 17060 | 17060 | ||
| 17061 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 17061 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 17062 | ;;;;;; "mail/mail-extr.el" (20352 65510)) | 17062 | ;;;;;; "mail/mail-extr.el" (20400 62402)) |
| 17063 | ;;; Generated autoloads from mail/mail-extr.el | 17063 | ;;; Generated autoloads from mail/mail-extr.el |
| 17064 | 17064 | ||
| 17065 | (autoload 'mail-extract-address-components "mail-extr" "\ | 17065 | (autoload 'mail-extract-address-components "mail-extr" "\ |
| @@ -17091,7 +17091,7 @@ Convert mail domain DOMAIN to the country it corresponds to. | |||
| 17091 | 17091 | ||
| 17092 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history | 17092 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history |
| 17093 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" | 17093 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" |
| 17094 | ;;;;;; (20352 65510)) | 17094 | ;;;;;; (20400 62402)) |
| 17095 | ;;; Generated autoloads from mail/mail-hist.el | 17095 | ;;; Generated autoloads from mail/mail-hist.el |
| 17096 | 17096 | ||
| 17097 | (autoload 'mail-hist-define-keys "mail-hist" "\ | 17097 | (autoload 'mail-hist-define-keys "mail-hist" "\ |
| @@ -17198,8 +17198,8 @@ matches may be returned from the message body. | |||
| 17198 | ;;;*** | 17198 | ;;;*** |
| 17199 | 17199 | ||
| 17200 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup | 17200 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup |
| 17201 | ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20352 | 17201 | ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20400 |
| 17202 | ;;;;;; 65510)) | 17202 | ;;;;;; 62402)) |
| 17203 | ;;; Generated autoloads from mail/mailabbrev.el | 17203 | ;;; Generated autoloads from mail/mailabbrev.el |
| 17204 | 17204 | ||
| 17205 | (defvar mail-abbrevs-mode nil "\ | 17205 | (defvar mail-abbrevs-mode nil "\ |
| @@ -17316,7 +17316,7 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 17316 | 17316 | ||
| 17317 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode | 17317 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode |
| 17318 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) | 17318 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) |
| 17319 | ;;;;;; "make-mode" "progmodes/make-mode.el" (20352 65510)) | 17319 | ;;;;;; "make-mode" "progmodes/make-mode.el" (20400 62402)) |
| 17320 | ;;; Generated autoloads from progmodes/make-mode.el | 17320 | ;;; Generated autoloads from progmodes/make-mode.el |
| 17321 | 17321 | ||
| 17322 | (autoload 'makefile-mode "make-mode" "\ | 17322 | (autoload 'makefile-mode "make-mode" "\ |
| @@ -17446,7 +17446,7 @@ Previous contents of that buffer are killed first. | |||
| 17446 | ;;;*** | 17446 | ;;;*** |
| 17447 | 17447 | ||
| 17448 | ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" | 17448 | ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" |
| 17449 | ;;;;;; (20352 65510)) | 17449 | ;;;;;; (20400 62402)) |
| 17450 | ;;; Generated autoloads from man.el | 17450 | ;;; Generated autoloads from man.el |
| 17451 | 17451 | ||
| 17452 | (defalias 'manual-entry 'man) | 17452 | (defalias 'manual-entry 'man) |
| @@ -17722,7 +17722,7 @@ which specify the range to operate on. | |||
| 17722 | ;;;*** | 17722 | ;;;*** |
| 17723 | 17723 | ||
| 17724 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" | 17724 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" |
| 17725 | ;;;;;; (20352 65510)) | 17725 | ;;;;;; (20400 62402)) |
| 17726 | ;;; Generated autoloads from progmodes/meta-mode.el | 17726 | ;;; Generated autoloads from progmodes/meta-mode.el |
| 17727 | 17727 | ||
| 17728 | (autoload 'metafont-mode "meta-mode" "\ | 17728 | (autoload 'metafont-mode "meta-mode" "\ |
| @@ -17739,7 +17739,7 @@ Major mode for editing MetaPost sources. | |||
| 17739 | 17739 | ||
| 17740 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body | 17740 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body |
| 17741 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" | 17741 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" |
| 17742 | ;;;;;; (20352 65510)) | 17742 | ;;;;;; (20400 62402)) |
| 17743 | ;;; Generated autoloads from mail/metamail.el | 17743 | ;;; Generated autoloads from mail/metamail.el |
| 17744 | 17744 | ||
| 17745 | (autoload 'metamail-interpret-header "metamail" "\ | 17745 | (autoload 'metamail-interpret-header "metamail" "\ |
| @@ -17891,7 +17891,7 @@ Display version information about MH-E and the MH mail handling system. | |||
| 17891 | ;;;*** | 17891 | ;;;*** |
| 17892 | 17892 | ||
| 17893 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" | 17893 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" |
| 17894 | ;;;;;; "mh-e/mh-folder.el" (20352 65510)) | 17894 | ;;;;;; "mh-e/mh-folder.el" (20400 62402)) |
| 17895 | ;;; Generated autoloads from mh-e/mh-folder.el | 17895 | ;;; Generated autoloads from mh-e/mh-folder.el |
| 17896 | 17896 | ||
| 17897 | (autoload 'mh-rmail "mh-folder" "\ | 17897 | (autoload 'mh-rmail "mh-folder" "\ |
| @@ -18000,7 +18000,7 @@ to its second argument TM. | |||
| 18000 | ;;;*** | 18000 | ;;;*** |
| 18001 | 18001 | ||
| 18002 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" | 18002 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" |
| 18003 | ;;;;;; "minibuf-eldef.el" (20352 65510)) | 18003 | ;;;;;; "minibuf-eldef.el" (20400 62402)) |
| 18004 | ;;; Generated autoloads from minibuf-eldef.el | 18004 | ;;; Generated autoloads from minibuf-eldef.el |
| 18005 | 18005 | ||
| 18006 | (defvar minibuffer-electric-default-mode nil "\ | 18006 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -18030,7 +18030,7 @@ is modified to remove the default indication. | |||
| 18030 | ;;;*** | 18030 | ;;;*** |
| 18031 | 18031 | ||
| 18032 | ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" | 18032 | ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" |
| 18033 | ;;;;;; (20352 65510)) | 18033 | ;;;;;; (20400 62402)) |
| 18034 | ;;; Generated autoloads from misc.el | 18034 | ;;; Generated autoloads from misc.el |
| 18035 | 18035 | ||
| 18036 | (autoload 'butterfly "misc" "\ | 18036 | (autoload 'butterfly "misc" "\ |
| @@ -18316,8 +18316,8 @@ body) or \"attachment\" (separate from the body). | |||
| 18316 | 18316 | ||
| 18317 | ;;;*** | 18317 | ;;;*** |
| 18318 | 18318 | ||
| 18319 | ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20352 | 18319 | ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20400 |
| 18320 | ;;;;;; 65510)) | 18320 | ;;;;;; 62402)) |
| 18321 | ;;; Generated autoloads from progmodes/modula2.el | 18321 | ;;; Generated autoloads from progmodes/modula2.el |
| 18322 | 18322 | ||
| 18323 | (defalias 'modula-2-mode 'm2-mode) | 18323 | (defalias 'modula-2-mode 'm2-mode) |
| @@ -18377,7 +18377,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text. | |||
| 18377 | ;;;*** | 18377 | ;;;*** |
| 18378 | 18378 | ||
| 18379 | ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" | 18379 | ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" |
| 18380 | ;;;;;; "mouse-drag.el" (20352 65510)) | 18380 | ;;;;;; "mouse-drag.el" (20400 62402)) |
| 18381 | ;;; Generated autoloads from mouse-drag.el | 18381 | ;;; Generated autoloads from mouse-drag.el |
| 18382 | 18382 | ||
| 18383 | (autoload 'mouse-drag-throw "mouse-drag" "\ | 18383 | (autoload 'mouse-drag-throw "mouse-drag" "\ |
| @@ -18424,8 +18424,8 @@ To test this function, evaluate: | |||
| 18424 | 18424 | ||
| 18425 | ;;;*** | 18425 | ;;;*** |
| 18426 | 18426 | ||
| 18427 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20352 | 18427 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20400 |
| 18428 | ;;;;;; 65510)) | 18428 | ;;;;;; 62402)) |
| 18429 | ;;; Generated autoloads from mouse-sel.el | 18429 | ;;; Generated autoloads from mouse-sel.el |
| 18430 | 18430 | ||
| 18431 | (defvar mouse-sel-mode nil "\ | 18431 | (defvar mouse-sel-mode nil "\ |
| @@ -18468,7 +18468,7 @@ kill ring; mouse-1 or mouse-3 kills it. | |||
| 18468 | 18468 | ||
| 18469 | ;;;*** | 18469 | ;;;*** |
| 18470 | 18470 | ||
| 18471 | ;;;### (autoloads (mpc) "mpc" "mpc.el" (20352 65510)) | 18471 | ;;;### (autoloads (mpc) "mpc" "mpc.el" (20400 62402)) |
| 18472 | ;;; Generated autoloads from mpc.el | 18472 | ;;; Generated autoloads from mpc.el |
| 18473 | 18473 | ||
| 18474 | (autoload 'mpc "mpc" "\ | 18474 | (autoload 'mpc "mpc" "\ |
| @@ -18488,7 +18488,7 @@ Multiplication puzzle with GNU Emacs. | |||
| 18488 | 18488 | ||
| 18489 | ;;;*** | 18489 | ;;;*** |
| 18490 | 18490 | ||
| 18491 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (20352 65510)) | 18491 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (20400 62402)) |
| 18492 | ;;; Generated autoloads from msb.el | 18492 | ;;; Generated autoloads from msb.el |
| 18493 | 18493 | ||
| 18494 | (defvar msb-mode nil "\ | 18494 | (defvar msb-mode nil "\ |
| @@ -18999,7 +18999,7 @@ STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality. | |||
| 18999 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 18999 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 19000 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 19000 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 19001 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 19001 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 19002 | ;;;;;; "newcomment.el" (20352 65510)) | 19002 | ;;;;;; "newcomment.el" (20400 62402)) |
| 19003 | ;;; Generated autoloads from newcomment.el | 19003 | ;;; Generated autoloads from newcomment.el |
| 19004 | 19004 | ||
| 19005 | (defalias 'indent-for-comment 'comment-indent) | 19005 | (defalias 'indent-for-comment 'comment-indent) |
| @@ -19366,7 +19366,7 @@ Generate NOV databases in all nnml directories. | |||
| 19366 | ;;;*** | 19366 | ;;;*** |
| 19367 | 19367 | ||
| 19368 | ;;;### (autoloads (disable-command enable-command disabled-command-function) | 19368 | ;;;### (autoloads (disable-command enable-command disabled-command-function) |
| 19369 | ;;;;;; "novice" "novice.el" (20352 65510)) | 19369 | ;;;;;; "novice" "novice.el" (20400 62402)) |
| 19370 | ;;; Generated autoloads from novice.el | 19370 | ;;; Generated autoloads from novice.el |
| 19371 | 19371 | ||
| 19372 | (defvar disabled-command-function 'disabled-command-function "\ | 19372 | (defvar disabled-command-function 'disabled-command-function "\ |
| @@ -19414,7 +19414,7 @@ closing requests for requests that are used in matched pairs. | |||
| 19414 | ;;;*** | 19414 | ;;;*** |
| 19415 | 19415 | ||
| 19416 | ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" | 19416 | ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" |
| 19417 | ;;;;;; (20352 65510)) | 19417 | ;;;;;; (20400 62402)) |
| 19418 | ;;; Generated autoloads from nxml/nxml-glyph.el | 19418 | ;;; Generated autoloads from nxml/nxml-glyph.el |
| 19419 | 19419 | ||
| 19420 | (autoload 'nxml-glyph-display-string "nxml-glyph" "\ | 19420 | (autoload 'nxml-glyph-display-string "nxml-glyph" "\ |
| @@ -19426,8 +19426,8 @@ Return nil if the face cannot display a glyph for N. | |||
| 19426 | 19426 | ||
| 19427 | ;;;*** | 19427 | ;;;*** |
| 19428 | 19428 | ||
| 19429 | ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20352 | 19429 | ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20400 |
| 19430 | ;;;;;; 65510)) | 19430 | ;;;;;; 62402)) |
| 19431 | ;;; Generated autoloads from nxml/nxml-mode.el | 19431 | ;;; Generated autoloads from nxml/nxml-mode.el |
| 19432 | 19432 | ||
| 19433 | (autoload 'nxml-mode "nxml-mode" "\ | 19433 | (autoload 'nxml-mode "nxml-mode" "\ |
| @@ -19513,7 +19513,7 @@ the variable `nxml-enabled-unicode-blocks'. | |||
| 19513 | ;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe | 19513 | ;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe |
| 19514 | ;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info | 19514 | ;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info |
| 19515 | ;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" | 19515 | ;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" |
| 19516 | ;;;;;; "org/ob.el" (20352 65510)) | 19516 | ;;;;;; "org/ob.el" (20404 23547)) |
| 19517 | ;;; Generated autoloads from org/ob.el | 19517 | ;;; Generated autoloads from org/ob.el |
| 19518 | 19518 | ||
| 19519 | (autoload 'org-babel-execute-safely-maybe "ob" "\ | 19519 | (autoload 'org-babel-execute-safely-maybe "ob" "\ |
| @@ -19814,7 +19814,7 @@ exported source code blocks by language. | |||
| 19814 | ;;;*** | 19814 | ;;;*** |
| 19815 | 19815 | ||
| 19816 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" | 19816 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" |
| 19817 | ;;;;;; (20352 65510)) | 19817 | ;;;;;; (20400 62402)) |
| 19818 | ;;; Generated autoloads from progmodes/octave-inf.el | 19818 | ;;; Generated autoloads from progmodes/octave-inf.el |
| 19819 | 19819 | ||
| 19820 | (autoload 'inferior-octave "octave-inf" "\ | 19820 | (autoload 'inferior-octave "octave-inf" "\ |
| @@ -19837,7 +19837,7 @@ startup file, `~/.emacs-octave'. | |||
| 19837 | ;;;*** | 19837 | ;;;*** |
| 19838 | 19838 | ||
| 19839 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 19839 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 19840 | ;;;;;; (20352 65510)) | 19840 | ;;;;;; (20400 62402)) |
| 19841 | ;;; Generated autoloads from progmodes/octave-mod.el | 19841 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 19842 | 19842 | ||
| 19843 | (autoload 'octave-mode "octave-mod" "\ | 19843 | (autoload 'octave-mode "octave-mod" "\ |
| @@ -19925,7 +19925,7 @@ including a reproducible test case and send the message. | |||
| 19925 | ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode | 19925 | ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode |
| 19926 | ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle | 19926 | ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle |
| 19927 | ;;;;;; org-mode org-version org-babel-do-load-languages) "org" "org/org.el" | 19927 | ;;;;;; org-mode org-version org-babel-do-load-languages) "org" "org/org.el" |
| 19928 | ;;;;;; (20377 65403)) | 19928 | ;;;;;; (20404 23547)) |
| 19929 | ;;; Generated autoloads from org/org.el | 19929 | ;;; Generated autoloads from org/org.el |
| 19930 | 19930 | ||
| 19931 | (autoload 'org-babel-do-load-languages "org" "\ | 19931 | (autoload 'org-babel-do-load-languages "org" "\ |
| @@ -20158,7 +20158,7 @@ Call the customize function with org as argument. | |||
| 20158 | ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list | 20158 | ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list |
| 20159 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views | 20159 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views |
| 20160 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda | 20160 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda |
| 20161 | ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20377 65403)) | 20161 | ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20404 23547)) |
| 20162 | ;;; Generated autoloads from org/org-agenda.el | 20162 | ;;; Generated autoloads from org/org-agenda.el |
| 20163 | 20163 | ||
| 20164 | (autoload 'org-agenda "org-agenda" "\ | 20164 | (autoload 'org-agenda "org-agenda" "\ |
| @@ -21462,7 +21462,7 @@ See also the variable `org-reverse-note-order'. | |||
| 21462 | ;;;*** | 21462 | ;;;*** |
| 21463 | 21463 | ||
| 21464 | ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) | 21464 | ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) |
| 21465 | ;;;;;; "org-table" "org/org-table.el" (20377 65403)) | 21465 | ;;;;;; "org-table" "org/org-table.el" (20404 23547)) |
| 21466 | ;;; Generated autoloads from org/org-table.el | 21466 | ;;; Generated autoloads from org/org-table.el |
| 21467 | 21467 | ||
| 21468 | (autoload 'turn-on-orgtbl "org-table" "\ | 21468 | (autoload 'turn-on-orgtbl "org-table" "\ |
| @@ -21587,7 +21587,7 @@ The XOXO buffer is named *xoxo-<source buffer name>* | |||
| 21587 | ;;;*** | 21587 | ;;;*** |
| 21588 | 21588 | ||
| 21589 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" | 21589 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" |
| 21590 | ;;;;;; (20352 65510)) | 21590 | ;;;;;; (20400 62402)) |
| 21591 | ;;; Generated autoloads from outline.el | 21591 | ;;; Generated autoloads from outline.el |
| 21592 | (put 'outline-regexp 'safe-local-variable 'stringp) | 21592 | (put 'outline-regexp 'safe-local-variable 'stringp) |
| 21593 | (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) | 21593 | (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) |
| @@ -21651,7 +21651,7 @@ See the command `outline-mode' for more information on this mode. | |||
| 21651 | ;;;### (autoloads (list-packages describe-package package-initialize | 21651 | ;;;### (autoloads (list-packages describe-package package-initialize |
| 21652 | ;;;;;; package-refresh-contents package-install-file package-install-from-buffer | 21652 | ;;;;;; package-refresh-contents package-install-file package-install-from-buffer |
| 21653 | ;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" | 21653 | ;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" |
| 21654 | ;;;;;; (20352 65510)) | 21654 | ;;;;;; (20400 62402)) |
| 21655 | ;;; Generated autoloads from emacs-lisp/package.el | 21655 | ;;; Generated autoloads from emacs-lisp/package.el |
| 21656 | 21656 | ||
| 21657 | (defvar package-enable-at-startup t "\ | 21657 | (defvar package-enable-at-startup t "\ |
| @@ -21721,7 +21721,7 @@ The list is displayed in a buffer named `*Packages*'. | |||
| 21721 | 21721 | ||
| 21722 | ;;;*** | 21722 | ;;;*** |
| 21723 | 21723 | ||
| 21724 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20352 65510)) | 21724 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20400 62402)) |
| 21725 | ;;; Generated autoloads from paren.el | 21725 | ;;; Generated autoloads from paren.el |
| 21726 | 21726 | ||
| 21727 | (defvar show-paren-mode nil "\ | 21727 | (defvar show-paren-mode nil "\ |
| @@ -21761,8 +21761,8 @@ unknown are returned as nil. | |||
| 21761 | 21761 | ||
| 21762 | ;;;*** | 21762 | ;;;*** |
| 21763 | 21763 | ||
| 21764 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20352 | 21764 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20400 |
| 21765 | ;;;;;; 65510)) | 21765 | ;;;;;; 62402)) |
| 21766 | ;;; Generated autoloads from progmodes/pascal.el | 21766 | ;;; Generated autoloads from progmodes/pascal.el |
| 21767 | 21767 | ||
| 21768 | (autoload 'pascal-mode "pascal" "\ | 21768 | (autoload 'pascal-mode "pascal" "\ |
| @@ -21837,7 +21837,7 @@ Check if KEY is in the cache. | |||
| 21837 | ;;;*** | 21837 | ;;;*** |
| 21838 | 21838 | ||
| 21839 | ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" | 21839 | ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" |
| 21840 | ;;;;;; (20352 65510)) | 21840 | ;;;;;; (20400 62402)) |
| 21841 | ;;; Generated autoloads from emacs-lisp/pcase.el | 21841 | ;;; Generated autoloads from emacs-lisp/pcase.el |
| 21842 | 21842 | ||
| 21843 | (autoload 'pcase "pcase" "\ | 21843 | (autoload 'pcase "pcase" "\ |
| @@ -21969,7 +21969,7 @@ Completion for the `rpm' command. | |||
| 21969 | 21969 | ||
| 21970 | ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown | 21970 | ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown |
| 21971 | ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir | 21971 | ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir |
| 21972 | ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20352 65510)) | 21972 | ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20400 62402)) |
| 21973 | ;;; Generated autoloads from pcmpl-unix.el | 21973 | ;;; Generated autoloads from pcmpl-unix.el |
| 21974 | 21974 | ||
| 21975 | (autoload 'pcomplete/cd "pcmpl-unix" "\ | 21975 | (autoload 'pcomplete/cd "pcmpl-unix" "\ |
| @@ -22026,8 +22026,8 @@ Includes files as well as host names followed by a colon. | |||
| 22026 | 22026 | ||
| 22027 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 22027 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 22028 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 22028 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 22029 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20352 | 22029 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20400 |
| 22030 | ;;;;;; 65510)) | 22030 | ;;;;;; 62402)) |
| 22031 | ;;; Generated autoloads from pcomplete.el | 22031 | ;;; Generated autoloads from pcomplete.el |
| 22032 | 22032 | ||
| 22033 | (autoload 'pcomplete "pcomplete" "\ | 22033 | (autoload 'pcomplete "pcomplete" "\ |
| @@ -22086,7 +22086,7 @@ Setup `shell-mode' to use pcomplete. | |||
| 22086 | 22086 | ||
| 22087 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 22087 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 22088 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 22088 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 22089 | ;;;;;; "vc/pcvs.el" (20352 65510)) | 22089 | ;;;;;; "vc/pcvs.el" (20400 62402)) |
| 22090 | ;;; Generated autoloads from vc/pcvs.el | 22090 | ;;; Generated autoloads from vc/pcvs.el |
| 22091 | 22091 | ||
| 22092 | (autoload 'cvs-checkout "pcvs" "\ | 22092 | (autoload 'cvs-checkout "pcvs" "\ |
| @@ -22161,7 +22161,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 22161 | 22161 | ||
| 22162 | ;;;*** | 22162 | ;;;*** |
| 22163 | 22163 | ||
| 22164 | ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20352 65510)) | 22164 | ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20400 62402)) |
| 22165 | ;;; Generated autoloads from vc/pcvs-defs.el | 22165 | ;;; Generated autoloads from vc/pcvs-defs.el |
| 22166 | 22166 | ||
| 22167 | (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)) "\ | 22167 | (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)) "\ |
| @@ -22170,7 +22170,7 @@ Global menu used by PCL-CVS.") | |||
| 22170 | ;;;*** | 22170 | ;;;*** |
| 22171 | 22171 | ||
| 22172 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 22172 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 22173 | ;;;;;; (20352 65510)) | 22173 | ;;;;;; (20400 62402)) |
| 22174 | ;;; Generated autoloads from progmodes/perl-mode.el | 22174 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 22175 | (put 'perl-indent-level 'safe-local-variable 'integerp) | 22175 | (put 'perl-indent-level 'safe-local-variable 'integerp) |
| 22176 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) | 22176 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) |
| @@ -22232,7 +22232,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 22232 | ;;;*** | 22232 | ;;;*** |
| 22233 | 22233 | ||
| 22234 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 22234 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 22235 | ;;;;;; (20352 65510)) | 22235 | ;;;;;; (20400 62402)) |
| 22236 | ;;; Generated autoloads from textmodes/picture.el | 22236 | ;;; Generated autoloads from textmodes/picture.el |
| 22237 | 22237 | ||
| 22238 | (autoload 'picture-mode "picture" "\ | 22238 | (autoload 'picture-mode "picture" "\ |
| @@ -22312,8 +22312,8 @@ they are not by default assigned to keys. | |||
| 22312 | 22312 | ||
| 22313 | ;;;*** | 22313 | ;;;*** |
| 22314 | 22314 | ||
| 22315 | ;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20352 | 22315 | ;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (20400 |
| 22316 | ;;;;;; 65510)) | 22316 | ;;;;;; 62402)) |
| 22317 | ;;; Generated autoloads from gnus/plstore.el | 22317 | ;;; Generated autoloads from gnus/plstore.el |
| 22318 | 22318 | ||
| 22319 | (autoload 'plstore-open "plstore" "\ | 22319 | (autoload 'plstore-open "plstore" "\ |
| @@ -23035,7 +23035,7 @@ See `proced-mode' for a description of features available in Proced buffers. | |||
| 23035 | ;;;*** | 23035 | ;;;*** |
| 23036 | 23036 | ||
| 23037 | ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" | 23037 | ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" |
| 23038 | ;;;;;; "progmodes/prolog.el" (20352 65510)) | 23038 | ;;;;;; "progmodes/prolog.el" (20400 62402)) |
| 23039 | ;;; Generated autoloads from progmodes/prolog.el | 23039 | ;;; Generated autoloads from progmodes/prolog.el |
| 23040 | 23040 | ||
| 23041 | (autoload 'prolog-mode "prolog" "\ | 23041 | (autoload 'prolog-mode "prolog" "\ |
| @@ -23082,8 +23082,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 23082 | 23082 | ||
| 23083 | ;;;*** | 23083 | ;;;*** |
| 23084 | 23084 | ||
| 23085 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20352 | 23085 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20400 |
| 23086 | ;;;;;; 65510)) | 23086 | ;;;;;; 62402)) |
| 23087 | ;;; Generated autoloads from progmodes/ps-mode.el | 23087 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 23088 | 23088 | ||
| 23089 | (autoload 'ps-mode "ps-mode" "\ | 23089 | (autoload 'ps-mode "ps-mode" "\ |
| @@ -23332,7 +23332,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 23332 | ;;;*** | 23332 | ;;;*** |
| 23333 | 23333 | ||
| 23334 | ;;;### (autoloads (jython-mode python-mode python-after-info-look | 23334 | ;;;### (autoloads (jython-mode python-mode python-after-info-look |
| 23335 | ;;;;;; run-python) "python" "progmodes/python.el" (20352 65510)) | 23335 | ;;;;;; run-python) "python" "progmodes/python.el" (20400 62402)) |
| 23336 | ;;; Generated autoloads from progmodes/python.el | 23336 | ;;; Generated autoloads from progmodes/python.el |
| 23337 | 23337 | ||
| 23338 | (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) | 23338 | (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) |
| @@ -23441,7 +23441,7 @@ them into characters should be done separately. | |||
| 23441 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 23441 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 23442 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 23442 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 23443 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 23443 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 23444 | ;;;;;; "international/quail.el" (20352 65510)) | 23444 | ;;;;;; "international/quail.el" (20400 62402)) |
| 23445 | ;;; Generated autoloads from international/quail.el | 23445 | ;;; Generated autoloads from international/quail.el |
| 23446 | 23446 | ||
| 23447 | (autoload 'quail-title "quail" "\ | 23447 | (autoload 'quail-title "quail" "\ |
| @@ -23672,8 +23672,8 @@ of each directory. | |||
| 23672 | 23672 | ||
| 23673 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 23673 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 23674 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 23674 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 23675 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20352 | 23675 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20400 |
| 23676 | ;;;;;; 65510)) | 23676 | ;;;;;; 62402)) |
| 23677 | ;;; Generated autoloads from net/quickurl.el | 23677 | ;;; Generated autoloads from net/quickurl.el |
| 23678 | 23678 | ||
| 23679 | (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" "\ | 23679 | (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" "\ |
| @@ -23745,7 +23745,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 23745 | ;;;*** | 23745 | ;;;*** |
| 23746 | 23746 | ||
| 23747 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" | 23747 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" |
| 23748 | ;;;;;; "net/rcirc.el" (20353 36975)) | 23748 | ;;;;;; "net/rcirc.el" (20400 62402)) |
| 23749 | ;;; Generated autoloads from net/rcirc.el | 23749 | ;;; Generated autoloads from net/rcirc.el |
| 23750 | 23750 | ||
| 23751 | (autoload 'rcirc "rcirc" "\ | 23751 | (autoload 'rcirc "rcirc" "\ |
| @@ -23814,7 +23814,7 @@ matching parts of the target buffer will be highlighted. | |||
| 23814 | 23814 | ||
| 23815 | ;;;*** | 23815 | ;;;*** |
| 23816 | 23816 | ||
| 23817 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20352 65510)) | 23817 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20400 62402)) |
| 23818 | ;;; Generated autoloads from recentf.el | 23818 | ;;; Generated autoloads from recentf.el |
| 23819 | 23819 | ||
| 23820 | (defvar recentf-mode nil "\ | 23820 | (defvar recentf-mode nil "\ |
| @@ -24105,7 +24105,7 @@ With no argument, this command toggles | |||
| 24105 | ;;;*** | 24105 | ;;;*** |
| 24106 | 24106 | ||
| 24107 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 24107 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 24108 | ;;;;;; (20352 65510)) | 24108 | ;;;;;; (20400 62402)) |
| 24109 | ;;; Generated autoloads from textmodes/reftex-index.el | 24109 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 24110 | 24110 | ||
| 24111 | (autoload 'reftex-index-phrases-mode "reftex-index" "\ | 24111 | (autoload 'reftex-index-phrases-mode "reftex-index" "\ |
| @@ -24150,8 +24150,8 @@ of master file. | |||
| 24150 | 24150 | ||
| 24151 | ;;;*** | 24151 | ;;;*** |
| 24152 | 24152 | ||
| 24153 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20352 | 24153 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20400 |
| 24154 | ;;;;;; 65510)) | 24154 | ;;;;;; 62402)) |
| 24155 | ;;; Generated autoloads from textmodes/reftex-vars.el | 24155 | ;;; Generated autoloads from textmodes/reftex-vars.el |
| 24156 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 24156 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 24157 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 24157 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| @@ -24161,7 +24161,7 @@ of master file. | |||
| 24161 | ;;;*** | 24161 | ;;;*** |
| 24162 | 24162 | ||
| 24163 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 24163 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 24164 | ;;;;;; (20352 65510)) | 24164 | ;;;;;; (20400 62402)) |
| 24165 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 24165 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 24166 | 24166 | ||
| 24167 | (autoload 'regexp-opt "regexp-opt" "\ | 24167 | (autoload 'regexp-opt "regexp-opt" "\ |
| @@ -24223,7 +24223,7 @@ Extract diary entries from the region. | |||
| 24223 | 24223 | ||
| 24224 | ;;;*** | 24224 | ;;;*** |
| 24225 | 24225 | ||
| 24226 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (20352 65510)) | 24226 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (20400 62402)) |
| 24227 | ;;; Generated autoloads from repeat.el | 24227 | ;;; Generated autoloads from repeat.el |
| 24228 | 24228 | ||
| 24229 | (autoload 'repeat "repeat" "\ | 24229 | (autoload 'repeat "repeat" "\ |
| @@ -24356,7 +24356,7 @@ Make a ring that can contain SIZE elements. | |||
| 24356 | 24356 | ||
| 24357 | ;;;*** | 24357 | ;;;*** |
| 24358 | 24358 | ||
| 24359 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20352 65510)) | 24359 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20398 608)) |
| 24360 | ;;; Generated autoloads from net/rlogin.el | 24360 | ;;; Generated autoloads from net/rlogin.el |
| 24361 | 24361 | ||
| 24362 | (autoload 'rlogin "rlogin" "\ | 24362 | (autoload 'rlogin "rlogin" "\ |
| @@ -24405,7 +24405,7 @@ variable. | |||
| 24405 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers | 24405 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers |
| 24406 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers | 24406 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers |
| 24407 | ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) | 24407 | ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) |
| 24408 | ;;;;;; "rmail" "mail/rmail.el" (20370 20099)) | 24408 | ;;;;;; "rmail" "mail/rmail.el" (20400 62402)) |
| 24409 | ;;; Generated autoloads from mail/rmail.el | 24409 | ;;; Generated autoloads from mail/rmail.el |
| 24410 | 24410 | ||
| 24411 | (autoload 'rmail-movemail-variant-p "rmail" "\ | 24411 | (autoload 'rmail-movemail-variant-p "rmail" "\ |
| @@ -24666,7 +24666,7 @@ Return a pattern. | |||
| 24666 | ;;;*** | 24666 | ;;;*** |
| 24667 | 24667 | ||
| 24668 | ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" | 24668 | ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" |
| 24669 | ;;;;;; (20352 65510)) | 24669 | ;;;;;; (20400 62402)) |
| 24670 | ;;; Generated autoloads from nxml/rng-nxml.el | 24670 | ;;; Generated autoloads from nxml/rng-nxml.el |
| 24671 | 24671 | ||
| 24672 | (autoload 'rng-nxml-mode-init "rng-nxml" "\ | 24672 | (autoload 'rng-nxml-mode-init "rng-nxml" "\ |
| @@ -24809,7 +24809,7 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 24809 | ;;;*** | 24809 | ;;;*** |
| 24810 | 24810 | ||
| 24811 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" | 24811 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" |
| 24812 | ;;;;;; (20352 65510)) | 24812 | ;;;;;; (20400 62402)) |
| 24813 | ;;; Generated autoloads from textmodes/rst.el | 24813 | ;;; Generated autoloads from textmodes/rst.el |
| 24814 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) | 24814 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) |
| 24815 | 24815 | ||
| @@ -24846,7 +24846,7 @@ for modes derived from Text mode, like Mail mode. | |||
| 24846 | ;;;*** | 24846 | ;;;*** |
| 24847 | 24847 | ||
| 24848 | ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" | 24848 | ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" |
| 24849 | ;;;;;; (20352 65510)) | 24849 | ;;;;;; (20400 62402)) |
| 24850 | ;;; Generated autoloads from progmodes/ruby-mode.el | 24850 | ;;; Generated autoloads from progmodes/ruby-mode.el |
| 24851 | 24851 | ||
| 24852 | (autoload 'ruby-mode "ruby-mode" "\ | 24852 | (autoload 'ruby-mode "ruby-mode" "\ |
| @@ -25230,7 +25230,7 @@ histories, which is probably undesirable. | |||
| 25230 | ;;;*** | 25230 | ;;;*** |
| 25231 | 25231 | ||
| 25232 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 25232 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 25233 | ;;;;;; (20352 65510)) | 25233 | ;;;;;; (20400 62402)) |
| 25234 | ;;; Generated autoloads from progmodes/scheme.el | 25234 | ;;; Generated autoloads from progmodes/scheme.el |
| 25235 | 25235 | ||
| 25236 | (autoload 'scheme-mode "scheme" "\ | 25236 | (autoload 'scheme-mode "scheme" "\ |
| @@ -25286,7 +25286,7 @@ This mode is an extended emacs-lisp mode. | |||
| 25286 | ;;;*** | 25286 | ;;;*** |
| 25287 | 25287 | ||
| 25288 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" | 25288 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 25289 | ;;;;;; (20352 65510)) | 25289 | ;;;;;; (20400 62402)) |
| 25290 | ;;; Generated autoloads from scroll-all.el | 25290 | ;;; Generated autoloads from scroll-all.el |
| 25291 | 25291 | ||
| 25292 | (defvar scroll-all-mode nil "\ | 25292 | (defvar scroll-all-mode nil "\ |
| @@ -25336,7 +25336,7 @@ vertically fixed relative to window boundaries during scrolling. | |||
| 25336 | ;;;*** | 25336 | ;;;*** |
| 25337 | 25337 | ||
| 25338 | ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" | 25338 | ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" |
| 25339 | ;;;;;; "cedet/semantic.el" (20352 65510)) | 25339 | ;;;;;; "cedet/semantic.el" (20400 62402)) |
| 25340 | ;;; Generated autoloads from cedet/semantic.el | 25340 | ;;; Generated autoloads from cedet/semantic.el |
| 25341 | 25341 | ||
| 25342 | (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ | 25342 | (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ |
| @@ -25390,7 +25390,7 @@ Semantic mode. | |||
| 25390 | ;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name | 25390 | ;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name |
| 25391 | ;;;;;; mail-header-separator send-mail-function mail-interactive | 25391 | ;;;;;; mail-header-separator send-mail-function mail-interactive |
| 25392 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) | 25392 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) |
| 25393 | ;;;;;; "sendmail" "mail/sendmail.el" (20370 20099)) | 25393 | ;;;;;; "sendmail" "mail/sendmail.el" (20400 62402)) |
| 25394 | ;;; Generated autoloads from mail/sendmail.el | 25394 | ;;; Generated autoloads from mail/sendmail.el |
| 25395 | 25395 | ||
| 25396 | (defvar mail-from-style 'default "\ | 25396 | (defvar mail-from-style 'default "\ |
| @@ -25672,8 +25672,8 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 25672 | ;;;*** | 25672 | ;;;*** |
| 25673 | 25673 | ||
| 25674 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode | 25674 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode |
| 25675 | ;;;;;; server-force-delete server-start) "server" "server.el" (20362 | 25675 | ;;;;;; server-force-delete server-start) "server" "server.el" (20400 |
| 25676 | ;;;;;; 35575)) | 25676 | ;;;;;; 62402)) |
| 25677 | ;;; Generated autoloads from server.el | 25677 | ;;; Generated autoloads from server.el |
| 25678 | 25678 | ||
| 25679 | (put 'server-host 'risky-local-variable t) | 25679 | (put 'server-host 'risky-local-variable t) |
| @@ -25740,7 +25740,7 @@ only these files will be asked to be saved. | |||
| 25740 | 25740 | ||
| 25741 | ;;;*** | 25741 | ;;;*** |
| 25742 | 25742 | ||
| 25743 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (20352 65510)) | 25743 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (20400 62402)) |
| 25744 | ;;; Generated autoloads from ses.el | 25744 | ;;; Generated autoloads from ses.el |
| 25745 | 25745 | ||
| 25746 | (autoload 'ses-mode "ses" "\ | 25746 | (autoload 'ses-mode "ses" "\ |
| @@ -25759,7 +25759,7 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 25759 | ;;;*** | 25759 | ;;;*** |
| 25760 | 25760 | ||
| 25761 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 25761 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 25762 | ;;;;;; (20352 65510)) | 25762 | ;;;;;; (20400 62402)) |
| 25763 | ;;; Generated autoloads from textmodes/sgml-mode.el | 25763 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 25764 | 25764 | ||
| 25765 | (autoload 'sgml-mode "sgml-mode" "\ | 25765 | (autoload 'sgml-mode "sgml-mode" "\ |
| @@ -25825,7 +25825,7 @@ To work around that, do: | |||
| 25825 | ;;;*** | 25825 | ;;;*** |
| 25826 | 25826 | ||
| 25827 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 25827 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 25828 | ;;;;;; (20352 65510)) | 25828 | ;;;;;; (20400 62402)) |
| 25829 | ;;; Generated autoloads from progmodes/sh-script.el | 25829 | ;;; Generated autoloads from progmodes/sh-script.el |
| 25830 | (put 'sh-shell 'safe-local-variable 'symbolp) | 25830 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| 25831 | 25831 | ||
| @@ -25980,7 +25980,7 @@ Set up file shadowing. | |||
| 25980 | ;;;*** | 25980 | ;;;*** |
| 25981 | 25981 | ||
| 25982 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 25982 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 25983 | ;;;;;; (20352 65510)) | 25983 | ;;;;;; (20396 34067)) |
| 25984 | ;;; Generated autoloads from shell.el | 25984 | ;;; Generated autoloads from shell.el |
| 25985 | 25985 | ||
| 25986 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ | 25986 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ |
| @@ -26078,8 +26078,8 @@ Turning on Sieve mode runs `sieve-mode-hook'. | |||
| 26078 | 26078 | ||
| 26079 | ;;;*** | 26079 | ;;;*** |
| 26080 | 26080 | ||
| 26081 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20352 | 26081 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20400 |
| 26082 | ;;;;;; 65510)) | 26082 | ;;;;;; 62402)) |
| 26083 | ;;; Generated autoloads from progmodes/simula.el | 26083 | ;;; Generated autoloads from progmodes/simula.el |
| 26084 | 26084 | ||
| 26085 | (autoload 'simula-mode "simula" "\ | 26085 | (autoload 'simula-mode "simula" "\ |
| @@ -26128,7 +26128,7 @@ with no arguments, if that value is non-nil. | |||
| 26128 | ;;;*** | 26128 | ;;;*** |
| 26129 | 26129 | ||
| 26130 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new | 26130 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new |
| 26131 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (20352 65510)) | 26131 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (20400 62402)) |
| 26132 | ;;; Generated autoloads from skeleton.el | 26132 | ;;; Generated autoloads from skeleton.el |
| 26133 | 26133 | ||
| 26134 | (defvar skeleton-filter-function 'identity "\ | 26134 | (defvar skeleton-filter-function 'identity "\ |
| @@ -26238,7 +26238,7 @@ symmetrical ones, and the same character twice for the others. | |||
| 26238 | ;;;*** | 26238 | ;;;*** |
| 26239 | 26239 | ||
| 26240 | ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) | 26240 | ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) |
| 26241 | ;;;;;; "smerge-mode" "vc/smerge-mode.el" (20352 65510)) | 26241 | ;;;;;; "smerge-mode" "vc/smerge-mode.el" (20400 62402)) |
| 26242 | ;;; Generated autoloads from vc/smerge-mode.el | 26242 | ;;; Generated autoloads from vc/smerge-mode.el |
| 26243 | 26243 | ||
| 26244 | (autoload 'smerge-ediff "smerge-mode" "\ | 26244 | (autoload 'smerge-ediff "smerge-mode" "\ |
| @@ -26284,7 +26284,7 @@ interactively. If there's no argument, do it at the current buffer. | |||
| 26284 | ;;;*** | 26284 | ;;;*** |
| 26285 | 26285 | ||
| 26286 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 26286 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 26287 | ;;;;;; "mail/smtpmail.el" (20352 65510)) | 26287 | ;;;;;; "mail/smtpmail.el" (20396 34067)) |
| 26288 | ;;; Generated autoloads from mail/smtpmail.el | 26288 | ;;; Generated autoloads from mail/smtpmail.el |
| 26289 | 26289 | ||
| 26290 | (autoload 'smtpmail-send-it "smtpmail" "\ | 26290 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| @@ -26323,7 +26323,7 @@ Snake mode keybindings: | |||
| 26323 | ;;;*** | 26323 | ;;;*** |
| 26324 | 26324 | ||
| 26325 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 26325 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 26326 | ;;;;;; (20352 65510)) | 26326 | ;;;;;; (20400 62402)) |
| 26327 | ;;; Generated autoloads from net/snmp-mode.el | 26327 | ;;; Generated autoloads from net/snmp-mode.el |
| 26328 | 26328 | ||
| 26329 | (autoload 'snmp-mode "snmp-mode" "\ | 26329 | (autoload 'snmp-mode "snmp-mode" "\ |
| @@ -26650,7 +26650,7 @@ Spam reports will be queued with the method used when | |||
| 26650 | ;;;*** | 26650 | ;;;*** |
| 26651 | 26651 | ||
| 26652 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 26652 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 26653 | ;;;;;; "speedbar.el" (20352 65510)) | 26653 | ;;;;;; "speedbar.el" (20400 62402)) |
| 26654 | ;;; Generated autoloads from speedbar.el | 26654 | ;;; Generated autoloads from speedbar.el |
| 26655 | 26655 | ||
| 26656 | (defalias 'speedbar 'speedbar-frame-mode) | 26656 | (defalias 'speedbar 'speedbar-frame-mode) |
| @@ -27518,7 +27518,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 27518 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 27518 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 27519 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 27519 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 27520 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 27520 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 27521 | ;;;;;; "table" "textmodes/table.el" (20352 65510)) | 27521 | ;;;;;; "table" "textmodes/table.el" (20400 62402)) |
| 27522 | ;;; Generated autoloads from textmodes/table.el | 27522 | ;;; Generated autoloads from textmodes/table.el |
| 27523 | 27523 | ||
| 27524 | (defvar table-cell-map-hook nil "\ | 27524 | (defvar table-cell-map-hook nil "\ |
| @@ -28107,7 +28107,7 @@ converts a table into plain text without frames. It is a companion to | |||
| 28107 | ;;;*** | 28107 | ;;;*** |
| 28108 | 28108 | ||
| 28109 | ;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el" | 28109 | ;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el" |
| 28110 | ;;;;;; (20365 34527)) | 28110 | ;;;;;; (20400 62402)) |
| 28111 | ;;; Generated autoloads from emacs-lisp/tabulated-list.el | 28111 | ;;; Generated autoloads from emacs-lisp/tabulated-list.el |
| 28112 | 28112 | ||
| 28113 | (autoload 'tabulated-list-mode "tabulated-list" "\ | 28113 | (autoload 'tabulated-list-mode "tabulated-list" "\ |
| @@ -28164,7 +28164,7 @@ Connect to the Emacs talk group from the current X display or tty frame. | |||
| 28164 | 28164 | ||
| 28165 | ;;;*** | 28165 | ;;;*** |
| 28166 | 28166 | ||
| 28167 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20352 65510)) | 28167 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20400 62402)) |
| 28168 | ;;; Generated autoloads from tar-mode.el | 28168 | ;;; Generated autoloads from tar-mode.el |
| 28169 | 28169 | ||
| 28170 | (autoload 'tar-mode "tar-mode" "\ | 28170 | (autoload 'tar-mode "tar-mode" "\ |
| @@ -28188,7 +28188,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 28188 | ;;;*** | 28188 | ;;;*** |
| 28189 | 28189 | ||
| 28190 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 28190 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 28191 | ;;;;;; "progmodes/tcl.el" (20352 65510)) | 28191 | ;;;;;; "progmodes/tcl.el" (20400 62402)) |
| 28192 | ;;; Generated autoloads from progmodes/tcl.el | 28192 | ;;; Generated autoloads from progmodes/tcl.el |
| 28193 | 28193 | ||
| 28194 | (autoload 'tcl-mode "tcl" "\ | 28194 | (autoload 'tcl-mode "tcl" "\ |
| @@ -28262,7 +28262,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 28262 | ;;;*** | 28262 | ;;;*** |
| 28263 | 28263 | ||
| 28264 | ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" | 28264 | ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" |
| 28265 | ;;;;;; (20352 65510)) | 28265 | ;;;;;; (20400 62402)) |
| 28266 | ;;; Generated autoloads from term.el | 28266 | ;;; Generated autoloads from term.el |
| 28267 | 28267 | ||
| 28268 | (autoload 'make-term "term" "\ | 28268 | (autoload 'make-term "term" "\ |
| @@ -28383,7 +28383,7 @@ tetris-mode keybindings: | |||
| 28383 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 28383 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 28384 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 28384 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 28385 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 28385 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 28386 | ;;;;;; (20352 65510)) | 28386 | ;;;;;; (20400 62402)) |
| 28387 | ;;; Generated autoloads from textmodes/tex-mode.el | 28387 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 28388 | 28388 | ||
| 28389 | (defvar tex-shell-file-name nil "\ | 28389 | (defvar tex-shell-file-name nil "\ |
| @@ -28685,7 +28685,7 @@ Major mode to edit DocTeX files. | |||
| 28685 | ;;;*** | 28685 | ;;;*** |
| 28686 | 28686 | ||
| 28687 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 28687 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 28688 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (20352 65510)) | 28688 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (20400 62402)) |
| 28689 | ;;; Generated autoloads from textmodes/texinfmt.el | 28689 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 28690 | 28690 | ||
| 28691 | (autoload 'texinfo-format-buffer "texinfmt" "\ | 28691 | (autoload 'texinfo-format-buffer "texinfmt" "\ |
| @@ -28941,8 +28941,8 @@ In dired, call the setroot program on the image at point. | |||
| 28941 | ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer | 28941 | ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer |
| 28942 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region | 28942 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region |
| 28943 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription | 28943 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription |
| 28944 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20352 | 28944 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20400 |
| 28945 | ;;;;;; 65510)) | 28945 | ;;;;;; 62402)) |
| 28946 | ;;; Generated autoloads from language/tibet-util.el | 28946 | ;;; Generated autoloads from language/tibet-util.el |
| 28947 | 28947 | ||
| 28948 | (autoload 'tibetan-char-p "tibet-util" "\ | 28948 | (autoload 'tibetan-char-p "tibet-util" "\ |
| @@ -29016,7 +29016,7 @@ See also docstring of the function tibetan-compose-region. | |||
| 29016 | ;;;*** | 29016 | ;;;*** |
| 29017 | 29017 | ||
| 29018 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 29018 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 29019 | ;;;;;; (20352 65510)) | 29019 | ;;;;;; (20400 62402)) |
| 29020 | ;;; Generated autoloads from textmodes/tildify.el | 29020 | ;;; Generated autoloads from textmodes/tildify.el |
| 29021 | 29021 | ||
| 29022 | (autoload 'tildify-region "tildify" "\ | 29022 | (autoload 'tildify-region "tildify" "\ |
| @@ -29041,7 +29041,7 @@ This function performs no refilling of the changed text. | |||
| 29041 | 29041 | ||
| 29042 | ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world | 29042 | ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world |
| 29043 | ;;;;;; display-time-mode display-time display-time-day-and-date) | 29043 | ;;;;;; display-time-mode display-time display-time-day-and-date) |
| 29044 | ;;;;;; "time" "time.el" (20352 65510)) | 29044 | ;;;;;; "time" "time.el" (20400 62402)) |
| 29045 | ;;; Generated autoloads from time.el | 29045 | ;;; Generated autoloads from time.el |
| 29046 | 29046 | ||
| 29047 | (defvar display-time-day-and-date nil "\ | 29047 | (defvar display-time-day-and-date nil "\ |
| @@ -29388,7 +29388,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 29388 | ;;;*** | 29388 | ;;;*** |
| 29389 | 29389 | ||
| 29390 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 29390 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 29391 | ;;;;;; "tmm.el" (20352 65510)) | 29391 | ;;;;;; "tmm.el" (20400 62402)) |
| 29392 | ;;; Generated autoloads from tmm.el | 29392 | ;;; Generated autoloads from tmm.el |
| 29393 | (define-key global-map "\M-`" 'tmm-menubar) | 29393 | (define-key global-map "\M-`" 'tmm-menubar) |
| 29394 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 29394 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
| @@ -29559,7 +29559,7 @@ holds a keymap. | |||
| 29559 | ;;;*** | 29559 | ;;;*** |
| 29560 | 29560 | ||
| 29561 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" | 29561 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" |
| 29562 | ;;;;;; (20352 65510)) | 29562 | ;;;;;; (20400 62402)) |
| 29563 | ;;; Generated autoloads from emulation/tpu-edt.el | 29563 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 29564 | 29564 | ||
| 29565 | (defvar tpu-edt-mode nil "\ | 29565 | (defvar tpu-edt-mode nil "\ |
| @@ -29674,7 +29674,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 29674 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 29674 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 29675 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 29675 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 29676 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" | 29676 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" |
| 29677 | ;;;;;; "net/tramp.el" (20352 65510)) | 29677 | ;;;;;; "net/tramp.el" (20400 62402)) |
| 29678 | ;;; Generated autoloads from net/tramp.el | 29678 | ;;; Generated autoloads from net/tramp.el |
| 29679 | 29679 | ||
| 29680 | (defvar tramp-mode t "\ | 29680 | (defvar tramp-mode t "\ |
| @@ -29807,7 +29807,7 @@ Discard Tramp from loading remote files. | |||
| 29807 | ;;;*** | 29807 | ;;;*** |
| 29808 | 29808 | ||
| 29809 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" | 29809 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" |
| 29810 | ;;;;;; (20352 65510)) | 29810 | ;;;;;; (20400 62402)) |
| 29811 | ;;; Generated autoloads from net/tramp-ftp.el | 29811 | ;;; Generated autoloads from net/tramp-ftp.el |
| 29812 | 29812 | ||
| 29813 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ | 29813 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ |
| @@ -29817,8 +29817,8 @@ Discard Tramp from loading remote files. | |||
| 29817 | 29817 | ||
| 29818 | ;;;*** | 29818 | ;;;*** |
| 29819 | 29819 | ||
| 29820 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20352 | 29820 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20400 |
| 29821 | ;;;;;; 65510)) | 29821 | ;;;;;; 62402)) |
| 29822 | ;;; Generated autoloads from tutorial.el | 29822 | ;;; Generated autoloads from tutorial.el |
| 29823 | 29823 | ||
| 29824 | (autoload 'help-with-tutorial "tutorial" "\ | 29824 | (autoload 'help-with-tutorial "tutorial" "\ |
| @@ -29854,7 +29854,7 @@ resumed later. | |||
| 29854 | ;;;*** | 29854 | ;;;*** |
| 29855 | 29855 | ||
| 29856 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 29856 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 29857 | ;;;;;; "textmodes/two-column.el" (20352 65510)) | 29857 | ;;;;;; "textmodes/two-column.el" (20400 62402)) |
| 29858 | ;;; Generated autoloads from textmodes/two-column.el | 29858 | ;;; Generated autoloads from textmodes/two-column.el |
| 29859 | (autoload '2C-command "two-column" () t 'keymap) | 29859 | (autoload '2C-command "two-column" () t 'keymap) |
| 29860 | (global-set-key "\C-x6" '2C-command) | 29860 | (global-set-key "\C-x6" '2C-command) |
| @@ -29905,7 +29905,7 @@ First column's text sSs Second column's text | |||
| 29905 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 29905 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 29906 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval | 29906 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval |
| 29907 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" | 29907 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" |
| 29908 | ;;;;;; (20352 65510)) | 29908 | ;;;;;; (20400 62402)) |
| 29909 | ;;; Generated autoloads from type-break.el | 29909 | ;;; Generated autoloads from type-break.el |
| 29910 | 29910 | ||
| 29911 | (defvar type-break-mode nil "\ | 29911 | (defvar type-break-mode nil "\ |
| @@ -30192,7 +30192,7 @@ which specify the range to operate on. | |||
| 30192 | ;;;*** | 30192 | ;;;*** |
| 30193 | 30193 | ||
| 30194 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 30194 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 30195 | ;;;;;; (20352 65510)) | 30195 | ;;;;;; (20400 62402)) |
| 30196 | ;;; Generated autoloads from mail/unrmail.el | 30196 | ;;; Generated autoloads from mail/unrmail.el |
| 30197 | 30197 | ||
| 30198 | (autoload 'batch-unrmail "unrmail" "\ | 30198 | (autoload 'batch-unrmail "unrmail" "\ |
| @@ -30225,7 +30225,7 @@ UNSAFEP-VARS is a list of symbols with local bindings. | |||
| 30225 | ;;;*** | 30225 | ;;;*** |
| 30226 | 30226 | ||
| 30227 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" | 30227 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" |
| 30228 | ;;;;;; "url/url.el" (20352 65510)) | 30228 | ;;;;;; "url/url.el" (20400 62402)) |
| 30229 | ;;; Generated autoloads from url/url.el | 30229 | ;;; Generated autoloads from url/url.el |
| 30230 | 30230 | ||
| 30231 | (autoload 'url-retrieve "url" "\ | 30231 | (autoload 'url-retrieve "url" "\ |
| @@ -30343,7 +30343,7 @@ Extract FNAM from the local disk cache. | |||
| 30343 | ;;;*** | 30343 | ;;;*** |
| 30344 | 30344 | ||
| 30345 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" | 30345 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" |
| 30346 | ;;;;;; "url/url-dav.el" (20352 65510)) | 30346 | ;;;;;; "url/url-dav.el" (20400 62402)) |
| 30347 | ;;; Generated autoloads from url/url-dav.el | 30347 | ;;; Generated autoloads from url/url-dav.el |
| 30348 | 30348 | ||
| 30349 | (autoload 'url-dav-supported-p "url-dav" "\ | 30349 | (autoload 'url-dav-supported-p "url-dav" "\ |
| @@ -30390,7 +30390,7 @@ Might do a non-blocking connection; use `process-status' to check. | |||
| 30390 | 30390 | ||
| 30391 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file | 30391 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file |
| 30392 | ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" | 30392 | ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" |
| 30393 | ;;;;;; (20352 65510)) | 30393 | ;;;;;; (20400 62402)) |
| 30394 | ;;; Generated autoloads from url/url-handlers.el | 30394 | ;;; Generated autoloads from url/url-handlers.el |
| 30395 | 30395 | ||
| 30396 | (defvar url-handler-mode nil "\ | 30396 | (defvar url-handler-mode nil "\ |
| @@ -30445,7 +30445,7 @@ accessible. | |||
| 30445 | ;;;*** | 30445 | ;;;*** |
| 30446 | 30446 | ||
| 30447 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p | 30447 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p |
| 30448 | ;;;;;; url-http) "url-http" "url/url-http.el" (20352 65510)) | 30448 | ;;;;;; url-http) "url-http" "url/url-http.el" (20400 62402)) |
| 30449 | ;;; Generated autoloads from url/url-http.el | 30449 | ;;; Generated autoloads from url/url-http.el |
| 30450 | 30450 | ||
| 30451 | (autoload 'url-http "url-http" "\ | 30451 | (autoload 'url-http "url-http" "\ |
| @@ -30524,8 +30524,8 @@ HTTPS retrievals are asynchronous.") | |||
| 30524 | 30524 | ||
| 30525 | ;;;*** | 30525 | ;;;*** |
| 30526 | 30526 | ||
| 30527 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20352 | 30527 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20400 |
| 30528 | ;;;;;; 65510)) | 30528 | ;;;;;; 62402)) |
| 30529 | ;;; Generated autoloads from url/url-ldap.el | 30529 | ;;; Generated autoloads from url/url-ldap.el |
| 30530 | 30530 | ||
| 30531 | (autoload 'url-ldap "url-ldap" "\ | 30531 | (autoload 'url-ldap "url-ldap" "\ |
| @@ -30645,7 +30645,7 @@ Fetch a data URL (RFC 2397). | |||
| 30645 | ;;;*** | 30645 | ;;;*** |
| 30646 | 30646 | ||
| 30647 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" | 30647 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" |
| 30648 | ;;;;;; "url/url-parse.el" (20352 65510)) | 30648 | ;;;;;; "url/url-parse.el" (20400 62402)) |
| 30649 | ;;; Generated autoloads from url/url-parse.el | 30649 | ;;; Generated autoloads from url/url-parse.el |
| 30650 | 30650 | ||
| 30651 | (autoload 'url-recreate-url "url-parse" "\ | 30651 | (autoload 'url-recreate-url "url-parse" "\ |
| @@ -30694,7 +30694,7 @@ The variable `url-queue-timeout' sets a timeout. | |||
| 30694 | ;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space | 30694 | ;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space |
| 30695 | ;;;;;; url-get-normalized-date url-lazy-message url-normalize-url | 30695 | ;;;;;; url-get-normalized-date url-lazy-message url-normalize-url |
| 30696 | ;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) | 30696 | ;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) |
| 30697 | ;;;;;; "url-util" "url/url-util.el" (20352 65510)) | 30697 | ;;;;;; "url-util" "url/url-util.el" (20400 62402)) |
| 30698 | ;;; Generated autoloads from url/url-util.el | 30698 | ;;; Generated autoloads from url/url-util.el |
| 30699 | 30699 | ||
| 30700 | (defvar url-debug nil "\ | 30700 | (defvar url-debug nil "\ |
| @@ -30897,7 +30897,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil. | |||
| 30897 | 30897 | ||
| 30898 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal | 30898 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal |
| 30899 | ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" | 30899 | ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" |
| 30900 | ;;;;;; (20352 65510)) | 30900 | ;;;;;; (20400 62402)) |
| 30901 | ;;; Generated autoloads from mail/uudecode.el | 30901 | ;;; Generated autoloads from mail/uudecode.el |
| 30902 | 30902 | ||
| 30903 | (autoload 'uudecode-decode-region-external "uudecode" "\ | 30903 | (autoload 'uudecode-decode-region-external "uudecode" "\ |
| @@ -30927,8 +30927,8 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 30927 | ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers | 30927 | ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers |
| 30928 | ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff | 30928 | ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff |
| 30929 | ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook | 30929 | ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook |
| 30930 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20375 | 30930 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20400 |
| 30931 | ;;;;;; 44124)) | 30931 | ;;;;;; 62402)) |
| 30932 | ;;; Generated autoloads from vc/vc.el | 30932 | ;;; Generated autoloads from vc/vc.el |
| 30933 | 30933 | ||
| 30934 | (defvar vc-checkout-hook nil "\ | 30934 | (defvar vc-checkout-hook nil "\ |
| @@ -31206,7 +31206,7 @@ Return the branch part of a revision number REV. | |||
| 31206 | ;;;*** | 31206 | ;;;*** |
| 31207 | 31207 | ||
| 31208 | ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" | 31208 | ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" |
| 31209 | ;;;;;; (20352 65510)) | 31209 | ;;;;;; (20400 62402)) |
| 31210 | ;;; Generated autoloads from vc/vc-annotate.el | 31210 | ;;; Generated autoloads from vc/vc-annotate.el |
| 31211 | 31211 | ||
| 31212 | (autoload 'vc-annotate "vc-annotate" "\ | 31212 | (autoload 'vc-annotate "vc-annotate" "\ |
| @@ -31243,7 +31243,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 31243 | 31243 | ||
| 31244 | ;;;*** | 31244 | ;;;*** |
| 31245 | 31245 | ||
| 31246 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20352 65510)) | 31246 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20400 62402)) |
| 31247 | ;;; Generated autoloads from vc/vc-arch.el | 31247 | ;;; Generated autoloads from vc/vc-arch.el |
| 31248 | (defun vc-arch-registered (file) | 31248 | (defun vc-arch-registered (file) |
| 31249 | (if (vc-find-root file "{arch}/=tagging-method") | 31249 | (if (vc-find-root file "{arch}/=tagging-method") |
| @@ -31253,7 +31253,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 31253 | 31253 | ||
| 31254 | ;;;*** | 31254 | ;;;*** |
| 31255 | 31255 | ||
| 31256 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20352 65510)) | 31256 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20400 62402)) |
| 31257 | ;;; Generated autoloads from vc/vc-bzr.el | 31257 | ;;; Generated autoloads from vc/vc-bzr.el |
| 31258 | 31258 | ||
| 31259 | (defconst vc-bzr-admin-dirname ".bzr" "\ | 31259 | (defconst vc-bzr-admin-dirname ".bzr" "\ |
| @@ -31269,7 +31269,7 @@ Name of the format file in a .bzr directory.") | |||
| 31269 | 31269 | ||
| 31270 | ;;;*** | 31270 | ;;;*** |
| 31271 | 31271 | ||
| 31272 | ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20352 65510)) | 31272 | ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20400 62402)) |
| 31273 | ;;; Generated autoloads from vc/vc-cvs.el | 31273 | ;;; Generated autoloads from vc/vc-cvs.el |
| 31274 | (defun vc-cvs-registered (f) | 31274 | (defun vc-cvs-registered (f) |
| 31275 | "Return non-nil if file F is registered with CVS." | 31275 | "Return non-nil if file F is registered with CVS." |
| @@ -31280,7 +31280,7 @@ Name of the format file in a .bzr directory.") | |||
| 31280 | 31280 | ||
| 31281 | ;;;*** | 31281 | ;;;*** |
| 31282 | 31282 | ||
| 31283 | ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20352 65510)) | 31283 | ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20400 62402)) |
| 31284 | ;;; Generated autoloads from vc/vc-dir.el | 31284 | ;;; Generated autoloads from vc/vc-dir.el |
| 31285 | 31285 | ||
| 31286 | (autoload 'vc-dir "vc-dir" "\ | 31286 | (autoload 'vc-dir "vc-dir" "\ |
| @@ -31305,7 +31305,7 @@ These are the commands available for use in the file status buffer: | |||
| 31305 | ;;;*** | 31305 | ;;;*** |
| 31306 | 31306 | ||
| 31307 | ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" | 31307 | ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" |
| 31308 | ;;;;;; (20352 65510)) | 31308 | ;;;;;; (20400 62402)) |
| 31309 | ;;; Generated autoloads from vc/vc-dispatcher.el | 31309 | ;;; Generated autoloads from vc/vc-dispatcher.el |
| 31310 | 31310 | ||
| 31311 | (autoload 'vc-do-command "vc-dispatcher" "\ | 31311 | (autoload 'vc-do-command "vc-dispatcher" "\ |
| @@ -31328,7 +31328,7 @@ case, and the process object in the asynchronous case. | |||
| 31328 | 31328 | ||
| 31329 | ;;;*** | 31329 | ;;;*** |
| 31330 | 31330 | ||
| 31331 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20377 65403)) | 31331 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20400 62402)) |
| 31332 | ;;; Generated autoloads from vc/vc-git.el | 31332 | ;;; Generated autoloads from vc/vc-git.el |
| 31333 | (defun vc-git-registered (file) | 31333 | (defun vc-git-registered (file) |
| 31334 | "Return non-nil if FILE is registered with git." | 31334 | "Return non-nil if FILE is registered with git." |
| @@ -31339,7 +31339,7 @@ case, and the process object in the asynchronous case. | |||
| 31339 | 31339 | ||
| 31340 | ;;;*** | 31340 | ;;;*** |
| 31341 | 31341 | ||
| 31342 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20352 65510)) | 31342 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20400 62402)) |
| 31343 | ;;; Generated autoloads from vc/vc-hg.el | 31343 | ;;; Generated autoloads from vc/vc-hg.el |
| 31344 | (defun vc-hg-registered (file) | 31344 | (defun vc-hg-registered (file) |
| 31345 | "Return non-nil if FILE is registered with hg." | 31345 | "Return non-nil if FILE is registered with hg." |
| @@ -31350,7 +31350,7 @@ case, and the process object in the asynchronous case. | |||
| 31350 | 31350 | ||
| 31351 | ;;;*** | 31351 | ;;;*** |
| 31352 | 31352 | ||
| 31353 | ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20352 65510)) | 31353 | ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20400 62402)) |
| 31354 | ;;; Generated autoloads from vc/vc-mtn.el | 31354 | ;;; Generated autoloads from vc/vc-mtn.el |
| 31355 | 31355 | ||
| 31356 | (defconst vc-mtn-admin-dir "_MTN" "\ | 31356 | (defconst vc-mtn-admin-dir "_MTN" "\ |
| @@ -31412,7 +31412,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 31412 | ;;;*** | 31412 | ;;;*** |
| 31413 | 31413 | ||
| 31414 | ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" | 31414 | ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" |
| 31415 | ;;;;;; (20352 65510)) | 31415 | ;;;;;; (20400 62402)) |
| 31416 | ;;; Generated autoloads from progmodes/vera-mode.el | 31416 | ;;; Generated autoloads from progmodes/vera-mode.el |
| 31417 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) | 31417 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) |
| 31418 | 31418 | ||
| @@ -31470,7 +31470,7 @@ Key bindings: | |||
| 31470 | ;;;*** | 31470 | ;;;*** |
| 31471 | 31471 | ||
| 31472 | ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" | 31472 | ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" |
| 31473 | ;;;;;; (20352 65510)) | 31473 | ;;;;;; (20400 62402)) |
| 31474 | ;;; Generated autoloads from progmodes/verilog-mode.el | 31474 | ;;; Generated autoloads from progmodes/verilog-mode.el |
| 31475 | 31475 | ||
| 31476 | (autoload 'verilog-mode "verilog-mode" "\ | 31476 | (autoload 'verilog-mode "verilog-mode" "\ |
| @@ -31609,7 +31609,7 @@ Key bindings specific to `verilog-mode-map' are: | |||
| 31609 | ;;;*** | 31609 | ;;;*** |
| 31610 | 31610 | ||
| 31611 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 31611 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 31612 | ;;;;;; (20352 65510)) | 31612 | ;;;;;; (20400 62402)) |
| 31613 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 31613 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 31614 | 31614 | ||
| 31615 | (autoload 'vhdl-mode "vhdl-mode" "\ | 31615 | (autoload 'vhdl-mode "vhdl-mode" "\ |
| @@ -32524,7 +32524,7 @@ Turn on VIP emulation of VI. | |||
| 32524 | ;;;*** | 32524 | ;;;*** |
| 32525 | 32525 | ||
| 32526 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 32526 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 32527 | ;;;;;; (20352 65510)) | 32527 | ;;;;;; (20400 62402)) |
| 32528 | ;;; Generated autoloads from emulation/viper.el | 32528 | ;;; Generated autoloads from emulation/viper.el |
| 32529 | 32529 | ||
| 32530 | (autoload 'toggle-viper-mode "viper" "\ | 32530 | (autoload 'toggle-viper-mode "viper" "\ |
| @@ -32647,7 +32647,7 @@ See `wdired-mode'. | |||
| 32647 | 32647 | ||
| 32648 | ;;;*** | 32648 | ;;;*** |
| 32649 | 32649 | ||
| 32650 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20352 65510)) | 32650 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20400 62402)) |
| 32651 | ;;; Generated autoloads from net/webjump.el | 32651 | ;;; Generated autoloads from net/webjump.el |
| 32652 | 32652 | ||
| 32653 | (autoload 'webjump "webjump" "\ | 32653 | (autoload 'webjump "webjump" "\ |
| @@ -32664,7 +32664,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 32664 | ;;;*** | 32664 | ;;;*** |
| 32665 | 32665 | ||
| 32666 | ;;;### (autoloads (which-function-mode which-func-mode) "which-func" | 32666 | ;;;### (autoloads (which-function-mode which-func-mode) "which-func" |
| 32667 | ;;;;;; "progmodes/which-func.el" (20371 45292)) | 32667 | ;;;;;; "progmodes/which-func.el" (20400 62402)) |
| 32668 | ;;; Generated autoloads from progmodes/which-func.el | 32668 | ;;; Generated autoloads from progmodes/which-func.el |
| 32669 | (put 'which-func-format 'risky-local-variable t) | 32669 | (put 'which-func-format 'risky-local-variable t) |
| 32670 | (put 'which-func-current 'risky-local-variable t) | 32670 | (put 'which-func-current 'risky-local-variable t) |
| @@ -33128,8 +33128,8 @@ if ARG is omitted or nil. | |||
| 33128 | ;;;*** | 33128 | ;;;*** |
| 33129 | 33129 | ||
| 33130 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 33130 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 33131 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20352 | 33131 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20400 |
| 33132 | ;;;;;; 65510)) | 33132 | ;;;;;; 62402)) |
| 33133 | ;;; Generated autoloads from wid-edit.el | 33133 | ;;; Generated autoloads from wid-edit.el |
| 33134 | 33134 | ||
| 33135 | (autoload 'widgetp "wid-edit" "\ | 33135 | (autoload 'widgetp "wid-edit" "\ |
| @@ -33245,7 +33245,7 @@ With arg, turn Winner mode on if and only if arg is positive. | |||
| 33245 | ;;;*** | 33245 | ;;;*** |
| 33246 | 33246 | ||
| 33247 | ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file | 33247 | ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file |
| 33248 | ;;;;;; woman woman-locale) "woman" "woman.el" (20352 65510)) | 33248 | ;;;;;; woman woman-locale) "woman" "woman.el" (20400 62402)) |
| 33249 | ;;; Generated autoloads from woman.el | 33249 | ;;; Generated autoloads from woman.el |
| 33250 | 33250 | ||
| 33251 | (defvar woman-locale nil "\ | 33251 | (defvar woman-locale nil "\ |
| @@ -33406,7 +33406,7 @@ The key bindings are: | |||
| 33406 | 33406 | ||
| 33407 | ;;;*** | 33407 | ;;;*** |
| 33408 | 33408 | ||
| 33409 | ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20352 65510)) | 33409 | ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20400 62402)) |
| 33410 | ;;; Generated autoloads from net/xesam.el | 33410 | ;;; Generated autoloads from net/xesam.el |
| 33411 | 33411 | ||
| 33412 | (autoload 'xesam-search "xesam" "\ | 33412 | (autoload 'xesam-search "xesam" "\ |
| @@ -33517,7 +33517,7 @@ Extract file name from an yenc header. | |||
| 33517 | ;;;*** | 33517 | ;;;*** |
| 33518 | 33518 | ||
| 33519 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 33519 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 33520 | ;;;;;; yow) "yow" "play/yow.el" (20352 65510)) | 33520 | ;;;;;; yow) "yow" "play/yow.el" (20400 62402)) |
| 33521 | ;;; Generated autoloads from play/yow.el | 33521 | ;;; Generated autoloads from play/yow.el |
| 33522 | 33522 | ||
| 33523 | (autoload 'yow "yow" "\ | 33523 | (autoload 'yow "yow" "\ |
| @@ -33543,7 +33543,7 @@ Zippy goes to the analyst. | |||
| 33543 | 33543 | ||
| 33544 | ;;;*** | 33544 | ;;;*** |
| 33545 | 33545 | ||
| 33546 | ;;;### (autoloads (zone) "zone" "play/zone.el" (20352 65510)) | 33546 | ;;;### (autoloads (zone) "zone" "play/zone.el" (20400 62402)) |
| 33547 | ;;; Generated autoloads from play/zone.el | 33547 | ;;; Generated autoloads from play/zone.el |
| 33548 | 33548 | ||
| 33549 | (autoload 'zone "zone" "\ | 33549 | (autoload 'zone "zone" "\ |
| @@ -33754,7 +33754,7 @@ Zone out, completely. | |||
| 33754 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" | 33754 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" |
| 33755 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" | 33755 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" |
| 33756 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el" | 33756 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el" |
| 33757 | ;;;;;; "w32-vars.el" "x-dnd.el") (20378 51005 591713)) | 33757 | ;;;;;; "w32-vars.el" "x-dnd.el") (20404 25051 894126)) |
| 33758 | 33758 | ||
| 33759 | ;;;*** | 33759 | ;;;*** |
| 33760 | 33760 | ||
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index e41e8f8a371..8f44968b3fd 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -59,7 +59,7 @@ | |||
| 59 | /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ | 59 | /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ |
| 60 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ | 60 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ |
| 61 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ | 61 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ |
| 62 | /^#undef VERSION/s/^.*$/#define VERSION "24.0.96"/ | 62 | /^#undef VERSION/s/^.*$/#define VERSION "24.0.97"/ |
| 63 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ | 63 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ |
| 64 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ | 64 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ |
| 65 | /^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/ | 65 | /^#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 2e66f8a0f8c..85a32f2fa16 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.96 Copyright (C) 2012 Free Software Foundation, Inc.</string> | 556 | <string>Emacs 24.0.97 Copyright (C) 2012 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.96</string> | 569 | <string>24.0.97</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 f1ca770b1df..6366423e318 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.96"; | 4 | CFBundleShortVersionString = "Version 24.0.97"; |
| 5 | CFBundleGetInfoString = "Emacs version 24.0.96, NS Windowing"; | 5 | CFBundleGetInfoString = "Emacs version 24.0.97, NS Windowing"; |
| 6 | NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc."; | 6 | NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc."; |
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop index 0e69c5bb045..40f2452f264 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.96 | 4 | Version=24.0.97 |
| 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 14d7a79c59a..8f7bc101d42 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.96"; | 5 | ApplicationRelease = "24.0.97"; |
| 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) 2012 Free Software Foundation, Inc."; | 14 | Copyright = "Copyright (C) 2012 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.96, NS Windowing"; | 16 | FullVersionID = "Emacs 24.0.97, 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 9180033b3a1..a65fe26314b 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -331,7 +331,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 331 | #define PACKAGE "emacs" | 331 | #define PACKAGE "emacs" |
| 332 | 332 | ||
| 333 | /* Version number of package */ | 333 | /* Version number of package */ |
| 334 | #define VERSION "24.0.96" | 334 | #define VERSION "24.0.97" |
| 335 | 335 | ||
| 336 | /* Define to `__inline__' or `__inline' if that's what the C compiler | 336 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 337 | calls it, or to nothing if 'inline' is not supported under any name. */ | 337 | calls it, or to nothing if 'inline' is not supported under any name. */ |
diff --git a/nt/emacs.rc b/nt/emacs.rc index baa8f68d698..7d165c35f8a 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,96,0 | 10 | FILEVERSION 24,0,97,0 |
| 11 | PRODUCTVERSION 24,0,96,0 | 11 | PRODUCTVERSION 24,0,97,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, 96, 0\0" | 28 | VALUE "FileVersion", "24, 0, 97, 0\0" |
| 29 | VALUE "InternalName", "Emacs\0" | 29 | VALUE "InternalName", "Emacs\0" |
| 30 | VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" | 30 | VALUE "LegalCopyright", "Copyright (C) 2001-2012\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, 96, 0\0" | 33 | VALUE "ProductVersion", "24, 0, 97, 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 4a6bfd15e55..b5aaefd2b25 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,96,0 | 8 | FILEVERSION 24,0,97,0 |
| 9 | PRODUCTVERSION 24,0,96,0 | 9 | PRODUCTVERSION 24,0,97,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, 96, 0\0" | 26 | VALUE "FileVersion", "24, 0, 97, 0\0" |
| 27 | VALUE "InternalName", "EmacsClient\0" | 27 | VALUE "InternalName", "EmacsClient\0" |
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" | 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" |
| 29 | VALUE "OriginalFilename", "emacsclientw.exe" | 29 | VALUE "OriginalFilename", "emacsclientw.exe" |
| 30 | VALUE "ProductName", "EmacsClient\0" | 30 | VALUE "ProductName", "EmacsClient\0" |
| 31 | VALUE "ProductVersion", "24, 0, 96, 0\0" | 31 | VALUE "ProductVersion", "24, 0, 97, 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 121b2804af8..fa110d19777 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.96 | 25 | VERSION = 24.0.97 |
| 26 | 26 | ||
| 27 | TMP_DIST_DIR = emacs-$(VERSION) | 27 | TMP_DIST_DIR = emacs-$(VERSION) |
| 28 | 28 | ||