From 8478885dfab16359b989e030949b4d485062f54b Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Fri, 27 Mar 2015 09:52:01 +0100 Subject: Bump version to 24.5 for the release-candidate --- ChangeLog | 4 + README | 2 +- admin/ChangeLog | 4 + configure.ac | 2 +- doc/emacs/ChangeLog | 4 + doc/emacs/emacsver.texi | 2 +- doc/lispintro/ChangeLog | 4 + doc/lispref/ChangeLog | 4 + doc/man/ChangeLog | 4 + doc/man/emacs.1 | 2 +- doc/misc/ChangeLog | 4 + etc/ChangeLog | 4 + leim/ChangeLog | 4 + lib-src/ChangeLog | 4 + lisp/ChangeLog | 4 + lisp/cedet/ChangeLog | 4 + lisp/erc/ChangeLog | 4 + lisp/gnus/ChangeLog | 4 + lisp/ldefs-boot.el | 2142 +++++++++++++++++++++++------------------------ lisp/mh-e/ChangeLog | 4 + lisp/org/ChangeLog | 4 + lisp/url/ChangeLog | 4 + lwlib/ChangeLog | 4 + msdos/ChangeLog | 4 + msdos/sed2v2.inp | 2 +- nextstep/ChangeLog | 4 + nt/ChangeLog | 4 + nt/config.nt | 2 +- nt/emacs.rc | 8 +- nt/emacsclient.rc | 8 +- nt/makefile.w32-in | 2 +- oldXMenu/ChangeLog | 4 + src/ChangeLog | 4 + test/ChangeLog | 4 + 34 files changed, 1174 insertions(+), 1094 deletions(-) diff --git a/ChangeLog b/ChangeLog index b578d0867b6..865baa388d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-23 Andreas Schwab * configure.ac: Fix jpeg version check to work with gcc >= 5. diff --git a/README b/README index c4ef77b9729..51fb00015ad 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Copyright (C) 2001-2015 Free Software Foundation, Inc. See the end of the file for license conditions. -This directory tree holds version 24.4.91 of GNU Emacs, the extensible, +This directory tree holds version 24.5 of GNU Emacs, the extensible, customizable, self-documenting real-time display editor. The file INSTALL in this directory says how to build and install GNU diff --git a/admin/ChangeLog b/admin/ChangeLog index 0f70469fc0c..36159980c07 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-02-04 Kelvin White * MAINTAINERS: Add myself to section 2 diff --git a/configure.ac b/configure.ac index dd1ab324688..4291453535b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see . AC_PREREQ(2.65) -AC_INIT(emacs, 24.4.91) +AC_INIT(emacs, 24.5) dnl We get MINGW64 with MSYS2 if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64" diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index aba1e92bbfa..7cbc4dce147 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-18 Eli Zaretskii * misc.texi (Term Mode): diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi index 824c213acc4..bdc3c03b850 100644 --- a/doc/emacs/emacsver.texi +++ b/doc/emacs/emacsver.texi @@ -1,4 +1,4 @@ @c It would be nicer to generate this using configure and @version@. @c However, that would mean emacsver.texi would always be newer @c then the info files in release tarfiles. -@set EMACSVER 24.4.91 +@set EMACSVER 24.5 diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 01e56d62d6b..310527e6346 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-11-09 Glenn Morris * Makefile.in (version): Remove variable. diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b11d0a00311..3598c35c3ef 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-25 Glenn Morris * objects.texi (Equality Predicates): Fix typo in example. diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 576cc097e62..35a746fbf4c 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 36f5e49504a..3fcec6bfbcd 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 @@ -1,5 +1,5 @@ .\" See section COPYING for copyright and redistribution information. -.TH EMACS 1 "2007 April 13" "GNU Emacs 24.4.91" +.TH EMACS 1 "2007 April 13" "GNU Emacs 24.5" . . .SH NAME diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8bb094778a2..da42344e5e1 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-16 Eli Zaretskii * efaq-w32.texi: Remove outdated information and update. diff --git a/etc/ChangeLog b/etc/ChangeLog index 41e44be9593..cd23eb33b4c 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-02-12 Kelvin White * NEWS: Add section to include ERC changes diff --git a/leim/ChangeLog b/leim/ChangeLog index 36d9402128d..7be558cdfd8 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 156765ce023..100800c7ba5 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd9857e792c..eb84df71503 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-26 Stefan Monnier * emacs-lisp/smie.el (smie-backward-sexp-command) diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 264297a8212..c016abfb0a3 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index d37906721a8..6b8994c410e 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-02-17 Kelvin White * erc.el: Add old version string back to file header for diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 1c8dff615d8..2ac2ba6e6f1 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-23 Ben Bacarisse (tiny change) * nnmh.el (nnmh-request-expire-articles): diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index f85dbc4e12e..d43f87773b0 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -3,7 +3,7 @@ ;;; Code: -;;;### (autoloads nil "5x5" "play/5x5.el" (21710 25465 294934 381000)) +;;;### (autoloads nil "5x5" "play/5x5.el" (21710 25077 669662 508000)) ;;; Generated autoloads from play/5x5.el (autoload '5x5 "5x5" "\ @@ -65,8 +65,8 @@ should return a grid vector array that is the new solution. ;;;*** -;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (21710 25547 -;;;;;; 169569 365000)) +;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (21781 3656 +;;;;;; 19151 849000)) ;;; Generated autoloads from progmodes/ada-mode.el (autoload 'ada-add-extensions "ada-mode" "\ @@ -85,8 +85,8 @@ Ada mode is the major mode for editing Ada code. ;;;*** -;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (21710 25465 -;;;;;; 300934 355000)) +;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (21710 25077 +;;;;;; 676662 476000)) ;;; Generated autoloads from progmodes/ada-stmt.el (autoload 'ada-header "ada-stmt" "\ @@ -96,8 +96,8 @@ Insert a descriptive header at the top of the file. ;;;*** -;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (21710 25547 -;;;;;; 169569 365000)) +;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (21781 3656 +;;;;;; 19151 849000)) ;;; Generated autoloads from progmodes/ada-xref.el (autoload 'ada-find-file "ada-xref" "\ @@ -108,8 +108,8 @@ Completion is available. ;;;*** -;;;### (autoloads nil "add-log" "vc/add-log.el" (21710 25547 218569 -;;;;;; 146000)) +;;;### (autoloads nil "add-log" "vc/add-log.el" (21781 3656 81152 +;;;;;; 93000)) ;;; Generated autoloads from vc/add-log.el (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) @@ -238,8 +238,8 @@ old-style time formats for entries are supported. ;;;*** -;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (21710 25465 -;;;;;; 124935 139000)) +;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (21710 25077 +;;;;;; 508663 225000)) ;;; Generated autoloads from emacs-lisp/advice.el (defvar ad-redefinition-action 'warn "\ @@ -374,7 +374,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) ;;;*** -;;;### (autoloads nil "align" "align.el" (21710 25465 76935 353000)) +;;;### (autoloads nil "align" "align.el" (21710 25077 464663 422000)) ;;; Generated autoloads from align.el (autoload 'align "align" "\ @@ -477,7 +477,7 @@ A replacement function for `newline-and-indent', aligning as it goes. ;;;*** -;;;### (autoloads nil "allout" "allout.el" (21710 25465 78935 344000)) +;;;### (autoloads nil "allout" "allout.el" (21710 25077 466663 413000)) ;;; Generated autoloads from allout.el (push (purecopy '(allout 2 3)) package--builtin-versions) @@ -837,8 +837,8 @@ for details on preparing Emacs for automatic allout activation. ;;;*** -;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (21710 -;;;;;; 25547 51569 891000)) +;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (21781 +;;;;;; 3655 842151 152000)) ;;; Generated autoloads from allout-widgets.el (push (purecopy '(allout-widgets 1 0)) package--builtin-versions) @@ -896,8 +896,8 @@ outline hot-spot navigation (see `allout-mode'). ;;;*** -;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (21710 25547 141569 -;;;;;; 489000)) +;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (21781 3655 981151 +;;;;;; 699000)) ;;; Generated autoloads from net/ange-ftp.el (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) @@ -918,8 +918,8 @@ directory, so that Emacs will know its current contents. ;;;*** -;;;### (autoloads nil "animate" "play/animate.el" (21710 25465 294934 -;;;;;; 381000)) +;;;### (autoloads nil "animate" "play/animate.el" (21710 25077 670662 +;;;;;; 503000)) ;;; Generated autoloads from play/animate.el (autoload 'animate-string "animate" "\ @@ -951,8 +951,8 @@ the buffer *Birthday-Present-for-Name*. ;;;*** -;;;### (autoloads nil "ansi-color" "ansi-color.el" (21710 25465 78935 -;;;;;; 344000)) +;;;### (autoloads nil "ansi-color" "ansi-color.el" (21710 25077 466663 +;;;;;; 413000)) ;;; Generated autoloads from ansi-color.el (push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) @@ -979,7 +979,7 @@ This is a good function to put in `comint-output-filter-functions'. ;;;*** ;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (21710 -;;;;;; 25465 301934 350000)) +;;;;;; 25077 676662 476000)) ;;; Generated autoloads from progmodes/antlr-mode.el (push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) @@ -1015,8 +1015,8 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. ;;;*** -;;;### (autoloads nil "appt" "calendar/appt.el" (21710 25547 57569 -;;;;;; 864000)) +;;;### (autoloads nil "appt" "calendar/appt.el" (21781 3655 850151 +;;;;;; 183000)) ;;; Generated autoloads from calendar/appt.el (autoload 'appt-add "appt" "\ @@ -1037,7 +1037,7 @@ ARG is positive, otherwise off. ;;;*** -;;;### (autoloads nil "apropos" "apropos.el" (21710 25547 52569 886000)) +;;;### (autoloads nil "apropos" "apropos.el" (21781 3655 842151 152000)) ;;; Generated autoloads from apropos.el (autoload 'apropos-read-pattern "apropos" "\ @@ -1152,8 +1152,8 @@ Returns list of symbols and documentation found. ;;;*** -;;;### (autoloads nil "arc-mode" "arc-mode.el" (21710 25547 52569 -;;;;;; 886000)) +;;;### (autoloads nil "arc-mode" "arc-mode.el" (21781 3655 842151 +;;;;;; 152000)) ;;; Generated autoloads from arc-mode.el (autoload 'archive-mode "arc-mode" "\ @@ -1173,7 +1173,7 @@ archive. ;;;*** -;;;### (autoloads nil "array" "array.el" (21710 25465 79935 340000)) +;;;### (autoloads nil "array" "array.el" (21710 25077 467663 408000)) ;;; Generated autoloads from array.el (autoload 'array-mode "array" "\ @@ -1244,8 +1244,8 @@ Entering array mode calls the function `array-mode-hook'. ;;;*** -;;;### (autoloads nil "artist" "textmodes/artist.el" (21732 22059 -;;;;;; 431321 591000)) +;;;### (autoloads nil "artist" "textmodes/artist.el" (21781 3670 +;;;;;; 716209 743000)) ;;; Generated autoloads from textmodes/artist.el (push (purecopy '(artist 1 2 6)) package--builtin-versions) @@ -1451,8 +1451,8 @@ Keymap summary ;;;*** -;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (21710 25465 -;;;;;; 301934 350000)) +;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (21710 25077 +;;;;;; 677662 472000)) ;;; Generated autoloads from progmodes/asm-mode.el (autoload 'asm-mode "asm-mode" "\ @@ -1479,8 +1479,8 @@ Special commands: ;;;*** -;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21710 -;;;;;; 25547 99569 677000)) +;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21781 +;;;;;; 3655 921151 463000)) ;;; Generated autoloads from gnus/auth-source.el (defvar auth-source-cache-expiry 7200 "\ @@ -1492,7 +1492,8 @@ let-binding.") ;;;*** -;;;### (autoloads nil "autoarg" "autoarg.el" (21710 25465 79935 340000)) +;;;### (autoloads nil "autoarg" "autoarg.el" (21710 25077 467663 +;;;;;; 408000)) ;;; Generated autoloads from autoarg.el (defvar autoarg-mode nil "\ @@ -1552,8 +1553,8 @@ This is similar to `autoarg-mode' but rebinds the keypad keys ;;;*** -;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (21710 25465 -;;;;;; 301934 350000)) +;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (21710 25077 +;;;;;; 677662 472000)) ;;; Generated autoloads from progmodes/autoconf.el (autoload 'autoconf-mode "autoconf" "\ @@ -1563,8 +1564,8 @@ Major mode for editing Autoconf configure.ac files. ;;;*** -;;;### (autoloads nil "autoinsert" "autoinsert.el" (21710 25547 52569 -;;;;;; 886000)) +;;;### (autoloads nil "autoinsert" "autoinsert.el" (21781 3655 842151 +;;;;;; 152000)) ;;; Generated autoloads from autoinsert.el (autoload 'auto-insert "autoinsert" "\ @@ -1602,8 +1603,8 @@ insert a template for the file depending on the mode of the buffer. ;;;*** -;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (21710 -;;;;;; 25547 75569 784000)) +;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (21781 +;;;;;; 3655 881151 305000)) ;;; Generated autoloads from emacs-lisp/autoload.el (put 'generated-autoload-file 'safe-local-variable 'stringp) @@ -1652,8 +1653,8 @@ should be non-nil). ;;;*** -;;;### (autoloads nil "autorevert" "autorevert.el" (21710 25465 79935 -;;;;;; 340000)) +;;;### (autoloads nil "autorevert" "autorevert.el" (21781 3655 844151 +;;;;;; 160000)) ;;; Generated autoloads from autorevert.el (autoload 'auto-revert-mode "autorevert" "\ @@ -1741,7 +1742,7 @@ specifies in the mode line. ;;;*** -;;;### (autoloads nil "avoid" "avoid.el" (21710 25465 80935 335000)) +;;;### (autoloads nil "avoid" "avoid.el" (21710 25077 467663 408000)) ;;; Generated autoloads from avoid.el (defvar mouse-avoidance-mode nil "\ @@ -1779,8 +1780,8 @@ definition of \"random distance\".) ;;;*** -;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (21710 25465 -;;;;;; 301934 350000)) +;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (21710 25077 +;;;;;; 677662 472000)) ;;; Generated autoloads from progmodes/bat-mode.el (add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) @@ -1798,7 +1799,7 @@ Run script using `bat-run' and `bat-run-args'. ;;;*** -;;;### (autoloads nil "battery" "battery.el" (21710 25465 80935 335000)) +;;;### (autoloads nil "battery" "battery.el" (21781 3655 844151 160000)) ;;; Generated autoloads from battery.el (put 'battery-mode-line-string 'risky-local-variable t) @@ -1834,7 +1835,7 @@ seconds. ;;;*** ;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (21710 -;;;;;; 25465 124935 139000)) +;;;;;; 25077 509663 221000)) ;;; Generated autoloads from emacs-lisp/benchmark.el (autoload 'benchmark-run "benchmark" "\ @@ -1870,8 +1871,8 @@ For non-interactive use see also `benchmark-run' and ;;;*** -;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (21710 25547 -;;;;;; 208569 191000)) +;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (21781 3656 +;;;;;; 69152 46000)) ;;; Generated autoloads from textmodes/bibtex.el (autoload 'bibtex-initialize "bibtex" "\ @@ -1963,7 +1964,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'. ;;;*** ;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" -;;;;;; (21710 25465 348934 141000)) +;;;;;; (21710 25077 722662 271000)) ;;; Generated autoloads from textmodes/bibtex-style.el (autoload 'bibtex-style-mode "bibtex-style" "\ @@ -1973,8 +1974,8 @@ Major mode for editing BibTeX style files. ;;;*** -;;;### (autoloads nil "binhex" "mail/binhex.el" (21710 25465 224934 -;;;;;; 693000)) +;;;### (autoloads nil "binhex" "mail/binhex.el" (21710 25077 600662 +;;;;;; 815000)) ;;; Generated autoloads from mail/binhex.el (defconst binhex-begin-line "^:...............................................................$" "\ @@ -1998,8 +1999,8 @@ Binhex decode region between START and END. ;;;*** -;;;### (autoloads nil "blackbox" "play/blackbox.el" (21710 25465 -;;;;;; 294934 381000)) +;;;### (autoloads nil "blackbox" "play/blackbox.el" (21710 25077 +;;;;;; 670662 503000)) ;;; Generated autoloads from play/blackbox.el (autoload 'blackbox "blackbox" "\ @@ -2118,8 +2119,8 @@ a reflection. ;;;*** -;;;### (autoloads nil "bookmark" "bookmark.el" (21710 25547 53569 -;;;;;; 882000)) +;;;### (autoloads nil "bookmark" "bookmark.el" (21781 3655 845151 +;;;;;; 164000)) ;;; Generated autoloads from bookmark.el (define-key ctl-x-r-map "b" 'bookmark-jump) (define-key ctl-x-r-map "m" 'bookmark-set) @@ -2311,8 +2312,8 @@ Incremental search of bookmarks, hiding the non-matches as we go. ;;;*** -;;;### (autoloads nil "browse-url" "net/browse-url.el" (21756 23917 -;;;;;; 638125 443000)) +;;;### (autoloads nil "browse-url" "net/browse-url.el" (21781 3670 +;;;;;; 701209 684000)) ;;; Generated autoloads from net/browse-url.el (defvar browse-url-browser-function 'browse-url-default-browser "\ @@ -2621,7 +2622,7 @@ from `browse-url-elinks-wrapper'. ;;;*** -;;;### (autoloads nil "bs" "bs.el" (21710 25547 53569 882000)) +;;;### (autoloads nil "bs" "bs.el" (21781 3655 845151 164000)) ;;; Generated autoloads from bs.el (push (purecopy '(bs 1 17)) package--builtin-versions) @@ -2662,8 +2663,8 @@ name of buffer configuration. ;;;*** -;;;### (autoloads nil "bubbles" "play/bubbles.el" (21710 25547 165569 -;;;;;; 382000)) +;;;### (autoloads nil "bubbles" "play/bubbles.el" (21781 3656 13151 +;;;;;; 825000)) ;;; Generated autoloads from play/bubbles.el (autoload 'bubbles "bubbles" "\ @@ -2685,7 +2686,7 @@ columns on its right towards the left. ;;;*** ;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" -;;;;;; (21710 25465 301934 350000)) +;;;;;; (21710 25077 677662 472000)) ;;; Generated autoloads from progmodes/bug-reference.el (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) @@ -2705,8 +2706,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings. ;;;*** -;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21710 -;;;;;; 25547 77569 775000)) +;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21781 +;;;;;; 3655 883151 313000)) ;;; Generated autoloads from emacs-lisp/bytecomp.el (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) @@ -2826,8 +2827,8 @@ and corresponding effects. ;;;*** -;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (21710 -;;;;;; 25547 57569 864000)) +;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (21781 +;;;;;; 3655 851151 187000)) ;;; Generated autoloads from calendar/cal-china.el (put 'calendar-chinese-time-zone 'risky-local-variable t) @@ -2836,8 +2837,8 @@ and corresponding effects. ;;;*** -;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (21710 25547 -;;;;;; 58569 859000)) +;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (21781 3655 +;;;;;; 851151 187000)) ;;; Generated autoloads from calendar/cal-dst.el (put 'calendar-daylight-savings-starts 'risky-local-variable t) @@ -2848,8 +2849,8 @@ and corresponding effects. ;;;*** -;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (21710 -;;;;;; 25547 58569 859000)) +;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (21781 +;;;;;; 3655 851151 187000)) ;;; Generated autoloads from calendar/cal-hebrew.el (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ @@ -2863,7 +2864,7 @@ from the cursor position. ;;;*** -;;;### (autoloads nil "calc" "calc/calc.el" (21710 25547 57569 864000)) +;;;### (autoloads nil "calc" "calc/calc.el" (21781 3655 850151 183000)) ;;; Generated autoloads from calc/calc.el (define-key ctl-x-map "*" 'calc-dispatch) @@ -2947,8 +2948,8 @@ See Info node `(calc)Defining Functions'. ;;;*** -;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (21710 25465 -;;;;;; 87935 304000)) +;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (21710 25077 +;;;;;; 475663 372000)) ;;; Generated autoloads from calc/calc-undo.el (autoload 'calc-undo "calc-undo" "\ @@ -2958,8 +2959,8 @@ See Info node `(calc)Defining Functions'. ;;;*** -;;;### (autoloads nil "calculator" "calculator.el" (21710 25547 57569 -;;;;;; 864000)) +;;;### (autoloads nil "calculator" "calculator.el" (21781 3655 850151 +;;;;;; 183000)) ;;; Generated autoloads from calculator.el (autoload 'calculator "calculator" "\ @@ -2970,8 +2971,8 @@ See the documentation for `calculator-mode' for more information. ;;;*** -;;;### (autoloads nil "calendar" "calendar/calendar.el" (21710 25547 -;;;;;; 59569 855000)) +;;;### (autoloads nil "calendar" "calendar/calendar.el" (21781 3655 +;;;;;; 852151 191000)) ;;; Generated autoloads from calendar/calendar.el (autoload 'calendar "calendar" "\ @@ -3014,8 +3015,8 @@ This function is suitable for execution in an init file. ;;;*** -;;;### (autoloads nil "canlock" "gnus/canlock.el" (21710 25465 166934 -;;;;;; 952000)) +;;;### (autoloads nil "canlock" "gnus/canlock.el" (21710 25077 549663 +;;;;;; 43000)) ;;; Generated autoloads from gnus/canlock.el (autoload 'canlock-insert-header "canlock" "\ @@ -3032,8 +3033,8 @@ it fails. ;;;*** -;;;### (autoloads nil "cap-words" "progmodes/cap-words.el" (21710 -;;;;;; 25547 170569 360000)) +;;;### (autoloads nil "cap-words" "progmodes/cap-words.el" (21781 +;;;;;; 3656 19151 849000)) ;;; Generated autoloads from progmodes/cap-words.el (autoload 'capitalized-words-mode "cap-words" "\ @@ -3072,8 +3073,8 @@ Obsoletes `c-forward-into-nomenclature'. ;;;*** -;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (21710 -;;;;;; 25547 173569 347000)) +;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (21781 +;;;;;; 3656 25151 873000)) ;;; Generated autoloads from progmodes/cc-engine.el (autoload 'c-guess-basic-syntax "cc-engine" "\ @@ -3083,8 +3084,8 @@ Return the syntactic context of the current line. ;;;*** -;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (21710 25547 -;;;;;; 174569 342000)) +;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (21781 3656 +;;;;;; 26151 877000)) ;;; Generated autoloads from progmodes/cc-guess.el (defvar c-guess-guessed-offsets-alist nil "\ @@ -3182,8 +3183,8 @@ the absolute file name of the file if STYLE-NAME is nil. ;;;*** -;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21713 24233 -;;;;;; 279494 843000)) +;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21781 3670 +;;;;;; 711209 723000)) ;;; Generated autoloads from progmodes/cc-mode.el (autoload 'c-initialize-cc-mode "cc-mode" "\ @@ -3340,8 +3341,8 @@ Key bindings: ;;;*** -;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (21710 -;;;;;; 25547 175569 338000)) +;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (21781 +;;;;;; 3656 29151 888000)) ;;; Generated autoloads from progmodes/cc-styles.el (autoload 'c-set-style "cc-styles" "\ @@ -3392,8 +3393,8 @@ and exists only for compatibility reasons. ;;;*** -;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (21710 25547 -;;;;;; 176569 334000)) +;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (21781 3656 +;;;;;; 29151 888000)) ;;; Generated autoloads from progmodes/cc-vars.el (put 'c-basic-offset 'safe-local-variable 'integerp) (put 'c-backslash-column 'safe-local-variable 'integerp) @@ -3401,8 +3402,8 @@ and exists only for compatibility reasons. ;;;*** -;;;### (autoloads nil "ccl" "international/ccl.el" (21710 25547 123569 -;;;;;; 570000)) +;;;### (autoloads nil "ccl" "international/ccl.el" (21781 3655 958151 +;;;;;; 609000)) ;;; Generated autoloads from international/ccl.el (autoload 'ccl-compile "ccl" "\ @@ -3662,8 +3663,8 @@ See the documentation of `define-ccl-program' for the detail of CCL program. ;;;*** -;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (21710 25547 -;;;;;; 77569 775000)) +;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (21781 3655 884151 +;;;;;; 317000)) ;;; Generated autoloads from emacs-lisp/cconv.el (autoload 'cconv-closure-convert "cconv" "\ @@ -3682,15 +3683,15 @@ Add the warnings that closure conversion would encounter. ;;;*** -;;;### (autoloads nil "cedet" "cedet/cedet.el" (21710 25465 97935 -;;;;;; 260000)) +;;;### (autoloads nil "cedet" "cedet/cedet.el" (21710 25077 484663 +;;;;;; 333000)) ;;; Generated autoloads from cedet/cedet.el (push (purecopy '(cedet 2 0)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (21710 25547 -;;;;;; 176569 334000)) +;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (21781 3656 +;;;;;; 30151 892000)) ;;; Generated autoloads from progmodes/cfengine.el (push (purecopy '(cfengine 1 3)) package--builtin-versions) @@ -3720,15 +3721,15 @@ on the buffer contents ;;;*** -;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (21710 25547 -;;;;;; 77569 775000)) +;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (21781 3655 885151 +;;;;;; 321000)) ;;; Generated autoloads from emacs-lisp/chart.el (push (purecopy '(chart 0 2)) package--builtin-versions) ;;;*** ;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" -;;;;;; (21710 25465 126935 130000)) +;;;;;; (21781 3655 886151 325000)) ;;; Generated autoloads from emacs-lisp/check-declare.el (autoload 'check-declare-file "check-declare" "\ @@ -3745,8 +3746,8 @@ Returns non-nil if any false statements are found. ;;;*** -;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (21710 -;;;;;; 25465 126935 130000)) +;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (21781 +;;;;;; 3655 886151 325000)) ;;; Generated autoloads from emacs-lisp/checkdoc.el (push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) @@ -3947,7 +3948,7 @@ checking of documentation strings. ;;;*** ;;;### (autoloads nil "china-util" "language/china-util.el" (21710 -;;;;;; 25465 206934 774000)) +;;;;;; 25077 586662 878000)) ;;; Generated autoloads from language/china-util.el (autoload 'decode-hz-region "china-util" "\ @@ -3984,8 +3985,8 @@ Encode the text in the current buffer to HZ. ;;;*** -;;;### (autoloads nil "chistory" "chistory.el" (21710 25465 115935 -;;;;;; 179000)) +;;;### (autoloads nil "chistory" "chistory.el" (21710 25077 500663 +;;;;;; 261000)) ;;; Generated autoloads from chistory.el (autoload 'repeat-matching-complex-command "chistory" "\ @@ -4024,8 +4025,8 @@ and runs the normal hook `command-history-hook'. ;;;*** -;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21710 -;;;;;; 25547 78569 770000)) +;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21781 +;;;;;; 3655 886151 325000)) ;;; Generated autoloads from emacs-lisp/cl-indent.el (autoload 'common-lisp-indent-function "cl-indent" "\ @@ -4103,8 +4104,8 @@ For example, the function `case' has an indent property ;;;*** -;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21710 25547 -;;;;;; 78569 770000)) +;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21781 3655 +;;;;;; 887151 329000)) ;;; Generated autoloads from emacs-lisp/cl-lib.el (push (purecopy '(cl-lib 1 0)) package--builtin-versions) @@ -4134,8 +4135,8 @@ a future Emacs interpreter will be able to use it.") ;;;*** -;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (21710 25465 -;;;;;; 307934 323000)) +;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (21710 25077 +;;;;;; 683662 445000)) ;;; Generated autoloads from progmodes/cmacexp.el (autoload 'c-macro-expand "cmacexp" "\ @@ -4155,8 +4156,8 @@ For use inside Lisp programs, see also `c-macro-expansion'. ;;;*** -;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (21710 25465 115935 -;;;;;; 179000)) +;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (21710 25077 500663 +;;;;;; 261000)) ;;; Generated autoloads from cmuscheme.el (autoload 'run-scheme "cmuscheme" "\ @@ -4176,7 +4177,7 @@ is run). ;;;*** -;;;### (autoloads nil "color" "color.el" (21710 25465 115935 179000)) +;;;### (autoloads nil "color" "color.el" (21710 25077 500663 261000)) ;;; Generated autoloads from color.el (autoload 'color-name-to-rgb "color" "\ @@ -4195,7 +4196,7 @@ If FRAME cannot display COLOR, return nil. ;;;*** -;;;### (autoloads nil "comint" "comint.el" (21756 23917 629125 513000)) +;;;### (autoloads nil "comint" "comint.el" (21781 3670 684209 617000)) ;;; Generated autoloads from comint.el (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ @@ -4294,8 +4295,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. ;;;*** -;;;### (autoloads nil "compare-w" "vc/compare-w.el" (21710 25547 -;;;;;; 218569 146000)) +;;;### (autoloads nil "compare-w" "vc/compare-w.el" (21781 3656 81152 +;;;;;; 93000)) ;;; Generated autoloads from vc/compare-w.el (autoload 'compare-windows "compare-w" "\ @@ -4328,8 +4329,8 @@ on third call it again advances points to the next difference and so on. ;;;*** -;;;### (autoloads nil "compile" "progmodes/compile.el" (21710 25547 -;;;;;; 177569 329000)) +;;;### (autoloads nil "compile" "progmodes/compile.el" (21781 3656 +;;;;;; 30151 892000)) ;;; Generated autoloads from progmodes/compile.el (defvar compilation-mode-hook nil "\ @@ -4510,8 +4511,8 @@ This is the value of `next-error-function' in Compilation buffers. ;;;*** -;;;### (autoloads nil "completion" "completion.el" (21710 25547 71569 -;;;;;; 802000)) +;;;### (autoloads nil "completion" "completion.el" (21781 3655 877151 +;;;;;; 290000)) ;;; Generated autoloads from completion.el (defvar dynamic-completion-mode nil "\ @@ -4533,8 +4534,8 @@ if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (21710 -;;;;;; 25547 208569 191000)) +;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (21781 +;;;;;; 3656 69152 46000)) ;;; Generated autoloads from textmodes/conf-mode.el (autoload 'conf-mode "conf-mode" "\ @@ -4689,8 +4690,8 @@ For details see `conf-mode'. Example: ;;;*** -;;;### (autoloads nil "cookie1" "play/cookie1.el" (21710 25465 294934 -;;;;;; 381000)) +;;;### (autoloads nil "cookie1" "play/cookie1.el" (21710 25077 670662 +;;;;;; 503000)) ;;; Generated autoloads from play/cookie1.el (autoload 'cookie "cookie1" "\ @@ -4719,7 +4720,7 @@ and subsequent calls on the same file won't go to disk. ;;;*** ;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (21710 -;;;;;; 25465 128935 122000)) +;;;;;; 25077 513663 203000)) ;;; Generated autoloads from emacs-lisp/copyright.el (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) (put 'copyright-names-regexp 'safe-local-variable 'stringp) @@ -4757,8 +4758,8 @@ If FIX is non-nil, run `copyright-fix-years' instead. ;;;*** -;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21710 -;;;;;; 25547 178569 324000)) +;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21781 +;;;;;; 3656 32151 900000)) ;;; Generated autoloads from progmodes/cperl-mode.el (put 'cperl-indent-level 'safe-local-variable 'integerp) (put 'cperl-brace-offset 'safe-local-variable 'integerp) @@ -4956,8 +4957,8 @@ Run a `perldoc' on the word around point. ;;;*** -;;;### (autoloads nil "cpp" "progmodes/cpp.el" (21710 25465 310934 -;;;;;; 310000)) +;;;### (autoloads nil "cpp" "progmodes/cpp.el" (21710 25077 685662 +;;;;;; 436000)) ;;; Generated autoloads from progmodes/cpp.el (autoload 'cpp-highlight-buffer "cpp" "\ @@ -4975,8 +4976,8 @@ Edit display information for cpp conditionals. ;;;*** -;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (21710 25465 128935 -;;;;;; 122000)) +;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (21710 25077 513663 +;;;;;; 203000)) ;;; Generated autoloads from emacs-lisp/crm.el (autoload 'completing-read-multiple "crm" "\ @@ -5002,8 +5003,8 @@ with empty strings removed. ;;;*** -;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21710 25547 -;;;;;; 208569 191000)) +;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21781 3656 +;;;;;; 69152 46000)) ;;; Generated autoloads from textmodes/css-mode.el (autoload 'css-mode "css-mode" "\ @@ -5013,8 +5014,8 @@ Major mode to edit Cascading Style Sheets. ;;;*** -;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (21710 25547 -;;;;;; 86569 735000)) +;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (21781 3655 +;;;;;; 899151 376000)) ;;; Generated autoloads from emulation/cua-base.el (defvar cua-mode nil "\ @@ -5059,8 +5060,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. ;;;*** -;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (21710 25465 -;;;;;; 138935 77000)) +;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (21710 25077 +;;;;;; 522663 163000)) ;;; Generated autoloads from emulation/cua-rect.el (autoload 'cua-rectangle-mark-mode "cua-rect" "\ @@ -5071,8 +5072,8 @@ Activates the region if needed. Only lasts until the region is deactivated. ;;;*** -;;;### (autoloads nil "cus-edit" "cus-edit.el" (21710 25547 72569 -;;;;;; 797000)) +;;;### (autoloads nil "cus-edit" "cus-edit.el" (21781 3655 878151 +;;;;;; 294000)) ;;; Generated autoloads from cus-edit.el (defvar custom-browse-sort-alphabetically nil "\ @@ -5384,8 +5385,8 @@ The format is suitable for use with `easy-menu-define'. ;;;*** -;;;### (autoloads nil "cus-theme" "cus-theme.el" (21710 25465 118935 -;;;;;; 166000)) +;;;### (autoloads nil "cus-theme" "cus-theme.el" (21710 25077 503663 +;;;;;; 248000)) ;;; Generated autoloads from cus-theme.el (autoload 'customize-create-theme "cus-theme" "\ @@ -5418,8 +5419,8 @@ omitted, a buffer named *Custom Themes* is used. ;;;*** -;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (21710 25465 -;;;;;; 366934 60000)) +;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (21710 25077 +;;;;;; 738662 200000)) ;;; Generated autoloads from vc/cvs-status.el (autoload 'cvs-status-mode "cvs-status" "\ @@ -5429,8 +5430,8 @@ Mode used for cvs status output. ;;;*** -;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (21710 25547 178569 -;;;;;; 324000)) +;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (21781 3656 32151 +;;;;;; 900000)) ;;; Generated autoloads from progmodes/cwarn.el (push (purecopy '(cwarn 1 3 1)) package--builtin-versions) @@ -5475,7 +5476,7 @@ See `cwarn-mode' for more information on Cwarn mode. ;;;*** ;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (21710 -;;;;;; 25465 206934 774000)) +;;;;;; 25077 586662 878000)) ;;; Generated autoloads from language/cyril-util.el (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ @@ -5503,8 +5504,8 @@ If the argument is nil, we return the display table to its standard state. ;;;*** -;;;### (autoloads nil "dabbrev" "dabbrev.el" (21710 25465 118935 -;;;;;; 166000)) +;;;### (autoloads nil "dabbrev" "dabbrev.el" (21710 25077 503663 +;;;;;; 248000)) ;;; Generated autoloads from dabbrev.el (put 'dabbrev-case-fold-search 'risky-local-variable t) (put 'dabbrev-case-replace 'risky-local-variable t) @@ -5550,8 +5551,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. ;;;*** -;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (21710 25465 -;;;;;; 97935 260000)) +;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (21710 25077 +;;;;;; 484663 333000)) ;;; Generated autoloads from cedet/data-debug.el (autoload 'data-debug-new-buffer "data-debug" "\ @@ -5561,7 +5562,7 @@ Create a new data-debug buffer with NAME. ;;;*** -;;;### (autoloads nil "dbus" "net/dbus.el" (21710 25547 142569 485000)) +;;;### (autoloads nil "dbus" "net/dbus.el" (21781 3655 981151 699000)) ;;; Generated autoloads from net/dbus.el (autoload 'dbus-handle-event "dbus" "\ @@ -5574,8 +5575,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message. ;;;*** -;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (21710 25465 -;;;;;; 310934 310000)) +;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (21710 25077 +;;;;;; 686662 432000)) ;;; Generated autoloads from progmodes/dcl-mode.el (autoload 'dcl-mode "dcl-mode" "\ @@ -5701,8 +5702,8 @@ There is some minimal font-lock support (see vars ;;;*** -;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (21710 25465 -;;;;;; 129935 117000)) +;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (21781 4629 991468 +;;;;;; 664000)) ;;; Generated autoloads from emacs-lisp/debug.el (setq debugger 'debug) @@ -5745,8 +5746,8 @@ To specify a nil argument interactively, exit with an empty minibuffer. ;;;*** -;;;### (autoloads nil "decipher" "play/decipher.el" (21710 25465 -;;;;;; 294934 381000)) +;;;### (autoloads nil "decipher" "play/decipher.el" (21710 25077 +;;;;;; 670662 503000)) ;;; Generated autoloads from play/decipher.el (autoload 'decipher "decipher" "\ @@ -5774,8 +5775,8 @@ The most useful commands are: ;;;*** -;;;### (autoloads nil "delim-col" "delim-col.el" (21710 25465 118935 -;;;;;; 166000)) +;;;### (autoloads nil "delim-col" "delim-col.el" (21710 25077 503663 +;;;;;; 248000)) ;;; Generated autoloads from delim-col.el (push (purecopy '(delim-col 2 1)) package--builtin-versions) @@ -5800,7 +5801,7 @@ START and END delimits the corners of text rectangle. ;;;*** -;;;### (autoloads nil "delsel" "delsel.el" (21710 25465 118935 166000)) +;;;### (autoloads nil "delsel" "delsel.el" (21781 3655 878151 294000)) ;;; Generated autoloads from delsel.el (defalias 'pending-delete-mode 'delete-selection-mode) @@ -5828,8 +5829,8 @@ point regardless of any selection. ;;;*** -;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (21710 25547 -;;;;;; 79569 766000)) +;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (21781 3655 +;;;;;; 889151 337000)) ;;; Generated autoloads from emacs-lisp/derived.el (autoload 'define-derived-mode "derived" "\ @@ -5895,8 +5896,8 @@ the first time the mode is used. ;;;*** -;;;### (autoloads nil "descr-text" "descr-text.el" (21710 25547 72569 -;;;;;; 797000)) +;;;### (autoloads nil "descr-text" "descr-text.el" (21781 3655 878151 +;;;;;; 294000)) ;;; Generated autoloads from descr-text.el (autoload 'describe-text-properties "descr-text" "\ @@ -5930,7 +5931,7 @@ relevant to POS. ;;;*** -;;;### (autoloads nil "desktop" "desktop.el" (21710 25547 73569 793000)) +;;;### (autoloads nil "desktop" "desktop.el" (21781 3655 879151 298000)) ;;; Generated autoloads from desktop.el (defvar desktop-save-mode nil "\ @@ -6135,8 +6136,8 @@ Revert to the last loaded desktop. ;;;*** -;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (21710 25465 -;;;;;; 166934 952000)) +;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (21710 25077 +;;;;;; 550663 38000)) ;;; Generated autoloads from gnus/deuglify.el (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ @@ -6168,8 +6169,8 @@ Deuglify broken Outlook (Express) articles and redisplay. ;;;*** -;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (21710 -;;;;;; 25547 60569 851000)) +;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (21781 +;;;;;; 3655 853151 195000)) ;;; Generated autoloads from calendar/diary-lib.el (autoload 'diary "diary-lib" "\ @@ -6211,7 +6212,7 @@ Major mode for editing the diary file. ;;;*** -;;;### (autoloads nil "diff" "vc/diff.el" (21710 25465 367934 56000)) +;;;### (autoloads nil "diff" "vc/diff.el" (21710 25077 738662 200000)) ;;; Generated autoloads from vc/diff.el (defvar diff-switches (purecopy "-c") "\ @@ -6259,8 +6260,8 @@ This requires the external program `diff' to be in your `exec-path'. ;;;*** -;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (21710 25547 -;;;;;; 218569 146000)) +;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (21781 3656 82152 +;;;;;; 97000)) ;;; Generated autoloads from vc/diff-mode.el (autoload 'diff-mode "diff-mode" "\ @@ -6292,7 +6293,7 @@ the mode if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "dig" "net/dig.el" (21710 25465 242934 613000)) +;;;### (autoloads nil "dig" "net/dig.el" (21710 25077 618662 735000)) ;;; Generated autoloads from net/dig.el (autoload 'dig "dig" "\ @@ -6303,7 +6304,7 @@ Optional arguments are passed to `dig-invoke'. ;;;*** -;;;### (autoloads nil "dired" "dired.el" (21756 23917 629125 513000)) +;;;### (autoloads nil "dired" "dired.el" (21781 3670 685209 621000)) ;;; Generated autoloads from dired.el (defvar dired-listing-switches (purecopy "-al") "\ @@ -6423,8 +6424,8 @@ Keybindings: ;;;*** -;;;### (autoloads nil "dirtrack" "dirtrack.el" (21710 25465 121935 -;;;;;; 153000)) +;;;### (autoloads nil "dirtrack" "dirtrack.el" (21710 25077 506663 +;;;;;; 234000)) ;;; Generated autoloads from dirtrack.el (autoload 'dirtrack-mode "dirtrack" "\ @@ -6454,8 +6455,8 @@ from `default-directory'. ;;;*** -;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (21710 25465 -;;;;;; 129935 117000)) +;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (21710 25077 +;;;;;; 513663 203000)) ;;; Generated autoloads from emacs-lisp/disass.el (autoload 'disassemble "disass" "\ @@ -6469,8 +6470,8 @@ redefine OBJECT if it is a symbol. ;;;*** -;;;### (autoloads nil "disp-table" "disp-table.el" (21710 25465 121935 -;;;;;; 153000)) +;;;### (autoloads nil "disp-table" "disp-table.el" (21710 25077 506663 +;;;;;; 234000)) ;;; Generated autoloads from disp-table.el (autoload 'make-display-table "disp-table" "\ @@ -6591,8 +6592,8 @@ in `.emacs'. ;;;*** -;;;### (autoloads nil "dissociate" "play/dissociate.el" (21710 25465 -;;;;;; 294934 381000)) +;;;### (autoloads nil "dissociate" "play/dissociate.el" (21710 25077 +;;;;;; 670662 503000)) ;;; Generated autoloads from play/dissociate.el (autoload 'dissociated-press "dissociate" "\ @@ -6608,7 +6609,7 @@ Default is 2. ;;;*** -;;;### (autoloads nil "dnd" "dnd.el" (21710 25547 74569 788000)) +;;;### (autoloads nil "dnd" "dnd.el" (21781 3655 880151 301000)) ;;; Generated autoloads from dnd.el (defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ @@ -6628,8 +6629,8 @@ if some action was made, or nil if the URL is ignored.") ;;;*** -;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (21710 25465 -;;;;;; 350934 132000)) +;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (21710 25077 +;;;;;; 723662 267000)) ;;; Generated autoloads from textmodes/dns-mode.el (autoload 'dns-mode "dns-mode" "\ @@ -6652,8 +6653,8 @@ Locate SOA record and increment the serial field. ;;;*** -;;;### (autoloads nil "doc-view" "doc-view.el" (21710 25547 75569 -;;;;;; 784000)) +;;;### (autoloads nil "doc-view" "doc-view.el" (21781 3655 880151 +;;;;;; 301000)) ;;; Generated autoloads from doc-view.el (autoload 'doc-view-mode-p "doc-view" "\ @@ -6699,8 +6700,8 @@ See the command `doc-view-mode' for more information on this mode. ;;;*** -;;;### (autoloads nil "doctor" "play/doctor.el" (21710 25465 295934 -;;;;;; 377000)) +;;;### (autoloads nil "doctor" "play/doctor.el" (21710 25077 671662 +;;;;;; 499000)) ;;; Generated autoloads from play/doctor.el (autoload 'doctor "doctor" "\ @@ -6710,7 +6711,7 @@ Switch to *doctor* buffer and start giving psychotherapy. ;;;*** -;;;### (autoloads nil "double" "double.el" (21710 25465 122935 148000)) +;;;### (autoloads nil "double" "double.el" (21710 25077 507663 230000)) ;;; Generated autoloads from double.el (autoload 'double-mode "double" "\ @@ -6726,8 +6727,8 @@ strings when pressed twice. See `double-map' for details. ;;;*** -;;;### (autoloads nil "dunnet" "play/dunnet.el" (21710 25547 166569 -;;;;;; 378000)) +;;;### (autoloads nil "dunnet" "play/dunnet.el" (21781 3656 13151 +;;;;;; 825000)) ;;; Generated autoloads from play/dunnet.el (push (purecopy '(dunnet 2 1)) package--builtin-versions) @@ -6738,8 +6739,8 @@ Switch to *dungeon* buffer and start game. ;;;*** -;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (21710 -;;;;;; 25547 79569 766000)) +;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (21781 +;;;;;; 3655 889151 337000)) ;;; Generated autoloads from emacs-lisp/easy-mmode.el (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) @@ -6879,7 +6880,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). ;;;*** ;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (21710 -;;;;;; 25465 129935 117000)) +;;;;;; 25077 513663 203000)) ;;; Generated autoloads from emacs-lisp/easymenu.el (autoload 'easy-menu-define "easymenu" "\ @@ -7017,8 +7018,8 @@ To implement dynamic menus, either call this from ;;;*** -;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (21710 25465 -;;;;;; 312934 301000)) +;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (21710 25077 +;;;;;; 687662 428000)) ;;; Generated autoloads from progmodes/ebnf2ps.el (push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) @@ -7283,8 +7284,8 @@ See `ebnf-style-database' documentation. ;;;*** -;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (21710 25465 -;;;;;; 313934 297000)) +;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (21710 25077 +;;;;;; 688662 423000)) ;;; Generated autoloads from progmodes/ebrowse.el (autoload 'ebrowse-tree-mode "ebrowse" "\ @@ -7432,8 +7433,8 @@ Display statistics for a class tree. ;;;*** -;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (21710 25465 122935 -;;;;;; 148000)) +;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (21710 25077 507663 +;;;;;; 230000)) ;;; Generated autoloads from ebuff-menu.el (autoload 'electric-buffer-list "ebuff-menu" "\ @@ -7465,8 +7466,8 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. ;;;*** -;;;### (autoloads nil "echistory" "echistory.el" (21710 25465 122935 -;;;;;; 148000)) +;;;### (autoloads nil "echistory" "echistory.el" (21710 25077 507663 +;;;;;; 230000)) ;;; Generated autoloads from echistory.el (autoload 'Electric-command-history-redo-expression "echistory" "\ @@ -7477,8 +7478,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. ;;;*** -;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (21710 25465 -;;;;;; 166934 952000)) +;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (21710 25077 +;;;;;; 550663 38000)) ;;; Generated autoloads from gnus/ecomplete.el (autoload 'ecomplete-setup "ecomplete" "\ @@ -7488,7 +7489,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. ;;;*** -;;;### (autoloads nil "ede" "cedet/ede.el" (21710 25547 62569 842000)) +;;;### (autoloads nil "ede" "cedet/ede.el" (21781 3655 857151 211000)) ;;; Generated autoloads from cedet/ede.el (push (purecopy '(ede 1 2)) package--builtin-versions) @@ -7514,8 +7515,8 @@ an EDE controlled project. ;;;*** -;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21710 25547 -;;;;;; 80569 762000)) +;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21781 3655 +;;;;;; 889151 337000)) ;;; Generated autoloads from emacs-lisp/edebug.el (defvar edebug-all-defs nil "\ @@ -7579,7 +7580,7 @@ Toggle edebugging of all forms. ;;;*** -;;;### (autoloads nil "ediff" "vc/ediff.el" (21710 25465 369934 47000)) +;;;### (autoloads nil "ediff" "vc/ediff.el" (21710 25077 741662 187000)) ;;; Generated autoloads from vc/ediff.el (push (purecopy '(ediff 2 81 4)) package--builtin-versions) @@ -7851,8 +7852,8 @@ With optional NODE, goes to that node. ;;;*** -;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (21710 25465 -;;;;;; 367934 56000)) +;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (21710 25077 +;;;;;; 739662 196000)) ;;; Generated autoloads from vc/ediff-help.el (autoload 'ediff-customize "ediff-help" "\ @@ -7862,8 +7863,8 @@ With optional NODE, goes to that node. ;;;*** -;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (21710 25465 -;;;;;; 368934 51000)) +;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (21710 25077 +;;;;;; 740662 191000)) ;;; Generated autoloads from vc/ediff-mult.el (autoload 'ediff-show-registry "ediff-mult" "\ @@ -7875,8 +7876,8 @@ Display Ediff's registry. ;;;*** -;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21710 25547 -;;;;;; 219569 142000)) +;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21781 3656 +;;;;;; 84152 105000)) ;;; Generated autoloads from vc/ediff-util.el (autoload 'ediff-toggle-multiframe "ediff-util" "\ @@ -7895,8 +7896,8 @@ To change the default, set the variable `ediff-use-toolbar-p', which see. ;;;*** -;;;### (autoloads nil "edmacro" "edmacro.el" (21710 25465 122935 -;;;;;; 148000)) +;;;### (autoloads nil "edmacro" "edmacro.el" (21710 25077 507663 +;;;;;; 230000)) ;;; Generated autoloads from edmacro.el (push (purecopy '(edmacro 2 1)) package--builtin-versions) @@ -7945,8 +7946,8 @@ or nil, use a compact 80-column format. ;;;*** -;;;### (autoloads nil "edt" "emulation/edt.el" (21710 25547 86569 -;;;;;; 735000)) +;;;### (autoloads nil "edt" "emulation/edt.el" (21781 3655 899151 +;;;;;; 376000)) ;;; Generated autoloads from emulation/edt.el (autoload 'edt-set-scroll-margins "edt" "\ @@ -7963,7 +7964,7 @@ Turn on EDT Emulation. ;;;*** -;;;### (autoloads nil "ehelp" "ehelp.el" (21710 25465 122935 148000)) +;;;### (autoloads nil "ehelp" "ehelp.el" (21710 25077 507663 230000)) ;;; Generated autoloads from ehelp.el (autoload 'with-electric-help "ehelp" "\ @@ -7999,15 +8000,15 @@ BUFFER is put back into its original major mode. ;;;*** -;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21710 25547 -;;;;;; 82569 753000)) +;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21781 3655 893151 +;;;;;; 353000)) ;;; Generated autoloads from emacs-lisp/eieio.el (push (purecopy '(eieio 1 4)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (21710 -;;;;;; 25547 81569 757000)) +;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (21781 +;;;;;; 3655 890151 341000)) ;;; Generated autoloads from emacs-lisp/eieio-core.el (push (purecopy '(eieio-core 1 4)) package--builtin-versions) @@ -8023,8 +8024,8 @@ It creates an autoload function for CNAME's constructor. ;;;*** -;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (21710 25547 -;;;;;; 82569 753000)) +;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (21781 3655 893151 +;;;;;; 353000)) ;;; Generated autoloads from emacs-lisp/eldoc.el (defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ @@ -8067,8 +8068,8 @@ Emacs Lisp mode) that support ElDoc.") ;;;*** -;;;### (autoloads nil "elec-pair" "elec-pair.el" (21710 25465 122935 -;;;;;; 148000)) +;;;### (autoloads nil "elec-pair" "elec-pair.el" (21710 25077 507663 +;;;;;; 230000)) ;;; Generated autoloads from elec-pair.el (defvar electric-pair-text-pairs '((34 . 34)) "\ @@ -8103,8 +8104,8 @@ closing parenthesis. (Likewise for brackets, etc.). ;;;*** -;;;### (autoloads nil "elide-head" "elide-head.el" (21710 25465 123935 -;;;;;; 144000)) +;;;### (autoloads nil "elide-head" "elide-head.el" (21710 25077 507663 +;;;;;; 230000)) ;;; Generated autoloads from elide-head.el (autoload 'elide-head "elide-head" "\ @@ -8119,8 +8120,8 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. ;;;*** -;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (21710 25465 -;;;;;; 132935 104000)) +;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (21710 25077 +;;;;;; 516663 190000)) ;;; Generated autoloads from emacs-lisp/elint.el (autoload 'elint-file "elint" "\ @@ -8155,8 +8156,8 @@ optional prefix argument REINIT is non-nil. ;;;*** -;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (21710 25465 132935 -;;;;;; 104000)) +;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (21710 25077 516663 +;;;;;; 190000)) ;;; Generated autoloads from emacs-lisp/elp.el (autoload 'elp-instrument-function "elp" "\ @@ -8190,8 +8191,8 @@ displayed. ;;;*** -;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (21710 25465 138935 -;;;;;; 77000)) +;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (21710 25077 521663 +;;;;;; 168000)) ;;; Generated autoloads from emacs-lock.el (autoload 'emacs-lock-mode "emacs-lock" "\ @@ -8218,8 +8219,8 @@ Other values are interpreted as usual. ;;;*** -;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (21710 25547 -;;;;;; 134569 521000)) +;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (21781 3655 972151 +;;;;;; 664000)) ;;; Generated autoloads from mail/emacsbug.el (autoload 'report-emacs-bug "emacsbug" "\ @@ -8232,8 +8233,7 @@ Prompts for bug subject. Leaves you in a mail buffer. ;;;*** -;;;### (autoloads nil "emerge" "vc/emerge.el" (21710 25547 220569 -;;;;;; 137000)) +;;;### (autoloads nil "emerge" "vc/emerge.el" (21781 3656 85152 109000)) ;;; Generated autoloads from vc/emerge.el (autoload 'emerge-files "emerge" "\ @@ -8293,8 +8293,8 @@ Emerge two RCS revisions of a file, with another revision as ancestor. ;;;*** -;;;### (autoloads nil "enriched" "textmodes/enriched.el" (21710 25547 -;;;;;; 208569 191000)) +;;;### (autoloads nil "enriched" "textmodes/enriched.el" (21781 3656 +;;;;;; 70152 50000)) ;;; Generated autoloads from textmodes/enriched.el (autoload 'enriched-mode "enriched" "\ @@ -8329,7 +8329,7 @@ Commands: ;;;*** -;;;### (autoloads nil "epa" "epa.el" (21710 25547 86569 735000)) +;;;### (autoloads nil "epa" "epa.el" (21781 3655 902151 388000)) ;;; Generated autoloads from epa.el (autoload 'epa-list-keys "epa" "\ @@ -8507,8 +8507,8 @@ Insert selected KEYS after the point. ;;;*** -;;;### (autoloads nil "epa-dired" "epa-dired.el" (21710 25465 142935 -;;;;;; 59000)) +;;;### (autoloads nil "epa-dired" "epa-dired.el" (21710 25077 525663 +;;;;;; 150000)) ;;; Generated autoloads from epa-dired.el (autoload 'epa-dired-do-decrypt "epa-dired" "\ @@ -8533,8 +8533,8 @@ Encrypt marked files. ;;;*** -;;;### (autoloads nil "epa-file" "epa-file.el" (21710 25547 86569 -;;;;;; 735000)) +;;;### (autoloads nil "epa-file" "epa-file.el" (21781 3655 902151 +;;;;;; 388000)) ;;; Generated autoloads from epa-file.el (autoload 'epa-file-handler "epa-file" "\ @@ -8554,8 +8554,8 @@ Encrypt marked files. ;;;*** -;;;### (autoloads nil "epa-mail" "epa-mail.el" (21710 25547 86569 -;;;;;; 735000)) +;;;### (autoloads nil "epa-mail" "epa-mail.el" (21781 3655 902151 +;;;;;; 388000)) ;;; Generated autoloads from epa-mail.el (autoload 'epa-mail-mode "epa-mail" "\ @@ -8632,7 +8632,7 @@ if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "epg" "epg.el" (21710 25547 87569 730000)) +;;;### (autoloads nil "epg" "epg.el" (21781 3655 902151 388000)) ;;; Generated autoloads from epg.el (push (purecopy '(epg 1 0 0)) package--builtin-versions) @@ -8643,8 +8643,8 @@ Return a context object. ;;;*** -;;;### (autoloads nil "epg-config" "epg-config.el" (21710 25465 142935 -;;;;;; 59000)) +;;;### (autoloads nil "epg-config" "epg-config.el" (21710 25077 525663 +;;;;;; 150000)) ;;; Generated autoloads from epg-config.el (autoload 'epg-configuration "epg-config" "\ @@ -8664,7 +8664,7 @@ Look at CONFIG and try to expand GROUP. ;;;*** -;;;### (autoloads nil "erc" "erc/erc.el" (21732 22059 427321 614000)) +;;;### (autoloads nil "erc" "erc/erc.el" (21781 3670 689209 637000)) ;;; Generated autoloads from erc/erc.el (push (purecopy '(erc 5 3)) package--builtin-versions) @@ -8714,35 +8714,35 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. ;;;*** ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (21710 -;;;;;; 25465 145935 46000)) +;;;;;; 25077 528663 136000)) ;;; Generated autoloads from erc/erc-autoaway.el (autoload 'erc-autoaway-mode "erc-autoaway") ;;;*** -;;;### (autoloads nil "erc-button" "erc/erc-button.el" (21710 25465 -;;;;;; 145935 46000)) +;;;### (autoloads nil "erc-button" "erc/erc-button.el" (21710 25077 +;;;;;; 529663 132000)) ;;; Generated autoloads from erc/erc-button.el (autoload 'erc-button-mode "erc-button" nil t) ;;;*** -;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (21710 25465 -;;;;;; 145935 46000)) +;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (21710 25077 +;;;;;; 529663 132000)) ;;; Generated autoloads from erc/erc-capab.el (autoload 'erc-capab-identify-mode "erc-capab" nil t) ;;;*** -;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (21710 25465 -;;;;;; 145935 46000)) +;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (21710 25077 +;;;;;; 529663 132000)) ;;; Generated autoloads from erc/erc-compat.el (autoload 'erc-define-minor-mode "erc-compat") ;;;*** -;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (21710 25547 87569 -;;;;;; 730000)) +;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (21781 3655 904151 +;;;;;; 396000)) ;;; Generated autoloads from erc/erc-dcc.el (autoload 'erc-dcc-mode "erc-dcc") @@ -8772,14 +8772,14 @@ that subcommand. ;;;*** ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" -;;;;;; (21710 25547 87569 730000)) +;;;;;; (21781 3655 904151 396000)) ;;; Generated autoloads from erc/erc-desktop-notifications.el (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) ;;;*** ;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (21710 -;;;;;; 25465 146935 41000)) +;;;;;; 25077 529663 132000)) ;;; Generated autoloads from erc/erc-ezbounce.el (autoload 'erc-cmd-ezb "erc-ezbounce" "\ @@ -8841,8 +8841,8 @@ Add EZBouncer convenience functions to ERC. ;;;*** -;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (21710 25465 146935 -;;;;;; 41000)) +;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (21710 25077 529663 +;;;;;; 132000)) ;;; Generated autoloads from erc/erc-fill.el (autoload 'erc-fill-mode "erc-fill" nil t) @@ -8854,8 +8854,8 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. ;;;*** -;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (21710 25465 -;;;;;; 146935 41000)) +;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (21710 25077 +;;;;;; 529663 132000)) ;;; Generated autoloads from erc/erc-identd.el (autoload 'erc-identd-mode "erc-identd") @@ -8876,8 +8876,8 @@ system. ;;;*** -;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (21710 25465 -;;;;;; 146935 41000)) +;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (21710 25077 +;;;;;; 529663 132000)) ;;; Generated autoloads from erc/erc-imenu.el (autoload 'erc-create-imenu-index "erc-imenu" "\ @@ -8887,22 +8887,22 @@ system. ;;;*** -;;;### (autoloads nil "erc-join" "erc/erc-join.el" (21710 25465 146935 -;;;;;; 41000)) +;;;### (autoloads nil "erc-join" "erc/erc-join.el" (21710 25077 529663 +;;;;;; 132000)) ;;; Generated autoloads from erc/erc-join.el (autoload 'erc-autojoin-mode "erc-join" nil t) ;;;*** -;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21710 25465 146935 -;;;;;; 41000)) +;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21710 25077 530663 +;;;;;; 127000)) ;;; Generated autoloads from erc/erc-list.el (autoload 'erc-list-mode "erc-list") ;;;*** -;;;### (autoloads nil "erc-log" "erc/erc-log.el" (21710 25465 146935 -;;;;;; 41000)) +;;;### (autoloads nil "erc-log" "erc/erc-log.el" (21710 25077 530663 +;;;;;; 127000)) ;;; Generated autoloads from erc/erc-log.el (autoload 'erc-log-mode "erc-log" nil t) @@ -8931,8 +8931,8 @@ You can save every individual message by putting this function on ;;;*** -;;;### (autoloads nil "erc-match" "erc/erc-match.el" (21710 25465 -;;;;;; 146935 41000)) +;;;### (autoloads nil "erc-match" "erc/erc-match.el" (21710 25077 +;;;;;; 530663 127000)) ;;; Generated autoloads from erc/erc-match.el (autoload 'erc-match-mode "erc-match") @@ -8978,15 +8978,15 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'. ;;;*** -;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (21710 25465 146935 -;;;;;; 41000)) +;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (21710 25077 530663 +;;;;;; 127000)) ;;; Generated autoloads from erc/erc-menu.el (autoload 'erc-menu-mode "erc-menu" nil t) ;;;*** ;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (21710 -;;;;;; 25465 146935 41000)) +;;;;;; 25077 530663 127000)) ;;; Generated autoloads from erc/erc-netsplit.el (autoload 'erc-netsplit-mode "erc-netsplit") @@ -8998,7 +8998,7 @@ Show who's gone. ;;;*** ;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (21710 -;;;;;; 25465 147935 37000)) +;;;;;; 25077 530663 127000)) ;;; Generated autoloads from erc/erc-networks.el (autoload 'erc-determine-network "erc-networks" "\ @@ -9015,8 +9015,8 @@ Interactively select a server to connect to using `erc-server-alist'. ;;;*** -;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (21710 25465 -;;;;;; 147935 37000)) +;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (21710 25077 +;;;;;; 530663 127000)) ;;; Generated autoloads from erc/erc-notify.el (autoload 'erc-notify-mode "erc-notify" nil t) @@ -9034,36 +9034,36 @@ with args, toggle notify status of people. ;;;*** -;;;### (autoloads nil "erc-page" "erc/erc-page.el" (21710 25465 147935 -;;;;;; 37000)) +;;;### (autoloads nil "erc-page" "erc/erc-page.el" (21710 25077 530663 +;;;;;; 127000)) ;;; Generated autoloads from erc/erc-page.el (autoload 'erc-page-mode "erc-page") ;;;*** ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (21710 -;;;;;; 25465 147935 37000)) +;;;;;; 25077 530663 127000)) ;;; Generated autoloads from erc/erc-pcomplete.el (autoload 'erc-completion-mode "erc-pcomplete" nil t) ;;;*** -;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (21710 25465 -;;;;;; 147935 37000)) +;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (21710 25077 +;;;;;; 530663 127000)) ;;; Generated autoloads from erc/erc-replace.el (autoload 'erc-replace-mode "erc-replace") ;;;*** -;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (21710 25465 147935 -;;;;;; 37000)) +;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (21710 25077 530663 +;;;;;; 127000)) ;;; Generated autoloads from erc/erc-ring.el (autoload 'erc-ring-mode "erc-ring" nil t) ;;;*** ;;;### (autoloads nil "erc-services" "erc/erc-services.el" (21710 -;;;;;; 25465 147935 37000)) +;;;;;; 25077 531663 123000)) ;;; Generated autoloads from erc/erc-services.el (autoload 'erc-services-mode "erc-services" nil t) @@ -9080,15 +9080,15 @@ When called interactively, read the password using `read-passwd'. ;;;*** -;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (21710 25465 -;;;;;; 147935 37000)) +;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (21710 25077 +;;;;;; 531663 123000)) ;;; Generated autoloads from erc/erc-sound.el (autoload 'erc-sound-mode "erc-sound") ;;;*** ;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (21710 -;;;;;; 25465 147935 37000)) +;;;;;; 25077 531663 123000)) ;;; Generated autoloads from erc/erc-speedbar.el (autoload 'erc-speedbar-browser "erc-speedbar" "\ @@ -9099,22 +9099,22 @@ This will add a speedbar major display mode. ;;;*** -;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (21710 -;;;;;; 25465 147935 37000)) +;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (21781 +;;;;;; 3655 905151 400000)) ;;; Generated autoloads from erc/erc-spelling.el (autoload 'erc-spelling-mode "erc-spelling" nil t) ;;;*** -;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (21710 25465 -;;;;;; 147935 37000)) +;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (21710 25077 +;;;;;; 531663 123000)) ;;; Generated autoloads from erc/erc-stamp.el (autoload 'erc-timestamp-mode "erc-stamp" nil t) ;;;*** -;;;### (autoloads nil "erc-track" "erc/erc-track.el" (21710 25465 -;;;;;; 147935 37000)) +;;;### (autoloads nil "erc-track" "erc/erc-track.el" (21710 25077 +;;;;;; 531663 123000)) ;;; Generated autoloads from erc/erc-track.el (defvar erc-track-minor-mode nil "\ @@ -9140,7 +9140,7 @@ keybindings will not do anything useful. ;;;*** ;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (21710 -;;;;;; 25465 148935 32000)) +;;;;;; 25077 531663 123000)) ;;; Generated autoloads from erc/erc-truncate.el (autoload 'erc-truncate-mode "erc-truncate" nil t) @@ -9159,8 +9159,8 @@ Meant to be used in hooks, like `erc-insert-post-hook'. ;;;*** -;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (21710 25465 148935 -;;;;;; 32000)) +;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (21710 25077 531663 +;;;;;; 123000)) ;;; Generated autoloads from erc/erc-xdcc.el (autoload 'erc-xdcc-mode "erc-xdcc") @@ -9171,8 +9171,8 @@ Add a file to `erc-xdcc-files'. ;;;*** -;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (21710 25547 82569 -;;;;;; 753000)) +;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (21781 3655 894151 +;;;;;; 357000)) ;;; Generated autoloads from emacs-lisp/ert.el (autoload 'ert-deftest "ert" "\ @@ -9237,8 +9237,8 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test). ;;;*** -;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (21710 25465 -;;;;;; 132935 104000)) +;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (21710 25077 +;;;;;; 516663 190000)) ;;; Generated autoloads from emacs-lisp/ert-x.el (put 'ert-with-test-buffer 'lisp-indent-function 1) @@ -9250,8 +9250,8 @@ Kill all test buffers that are still live. ;;;*** -;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (21710 25465 -;;;;;; 151935 19000)) +;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (21781 3655 +;;;;;; 908151 412000)) ;;; Generated autoloads from eshell/esh-mode.el (autoload 'eshell-mode "esh-mode" "\ @@ -9261,8 +9261,8 @@ Emacs shell interactive mode. ;;;*** -;;;### (autoloads nil "eshell" "eshell/eshell.el" (21710 25547 88569 -;;;;;; 726000)) +;;;### (autoloads nil "eshell" "eshell/eshell.el" (21781 3655 908151 +;;;;;; 412000)) ;;; Generated autoloads from eshell/eshell.el (push (purecopy '(eshell 2 4 2)) package--builtin-versions) @@ -9297,8 +9297,8 @@ corresponding to a successful execution. ;;;*** -;;;### (autoloads nil "etags" "progmodes/etags.el" (21710 25547 179569 -;;;;;; 320000)) +;;;### (autoloads nil "etags" "progmodes/etags.el" (21781 3656 32151 +;;;;;; 900000)) ;;; Generated autoloads from progmodes/etags.el (defvar tags-file-name nil "\ @@ -9607,7 +9607,7 @@ for \\[find-tag] (which see). ;;;*** ;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (21710 -;;;;;; 25465 206934 774000)) +;;;;;; 25077 587662 873000)) ;;; Generated autoloads from language/ethio-util.el (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ @@ -9775,7 +9775,7 @@ With ARG, insert that many delimiters. ;;;*** -;;;### (autoloads nil "eudc" "net/eudc.el" (21710 25547 142569 485000)) +;;;### (autoloads nil "eudc" "net/eudc.el" (21781 3655 982151 703000)) ;;; Generated autoloads from net/eudc.el (autoload 'eudc-set-server "eudc" "\ @@ -9829,8 +9829,8 @@ This does nothing except loading eudc by autoload side-effect. ;;;*** -;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (21710 25547 142569 -;;;;;; 485000)) +;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (21781 3655 982151 +;;;;;; 703000)) ;;; Generated autoloads from net/eudc-bob.el (autoload 'eudc-display-generic-binary "eudc-bob" "\ @@ -9865,8 +9865,8 @@ Display a button for the JPEG DATA. ;;;*** -;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (21710 25547 -;;;;;; 142569 485000)) +;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (21781 3655 +;;;;;; 982151 703000)) ;;; Generated autoloads from net/eudc-export.el (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ @@ -9882,8 +9882,8 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. ;;;*** -;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (21710 -;;;;;; 25547 142569 485000)) +;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (21781 +;;;;;; 3655 982151 703000)) ;;; Generated autoloads from net/eudc-hotlist.el (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ @@ -9893,8 +9893,8 @@ Edit the hotlist of directory servers in a specialized buffer. ;;;*** -;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (21710 25465 133935 -;;;;;; 99000)) +;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (21710 25077 516663 +;;;;;; 190000)) ;;; Generated autoloads from emacs-lisp/ewoc.el (autoload 'ewoc-create "ewoc" "\ @@ -9920,7 +9920,7 @@ fourth arg NOSEP non-nil inhibits this. ;;;*** -;;;### (autoloads nil "eww" "net/eww.el" (21710 25547 143569 481000)) +;;;### (autoloads nil "eww" "net/eww.el" (21781 3655 983151 707000)) ;;; Generated autoloads from net/eww.el (autoload 'eww "eww" "\ @@ -9944,7 +9944,7 @@ Render a file using EWW. ;;;*** ;;;### (autoloads nil "executable" "progmodes/executable.el" (21710 -;;;;;; 25465 313934 297000)) +;;;;;; 25077 688662 423000)) ;;; Generated autoloads from progmodes/executable.el (autoload 'executable-command-find-posix-p "executable" "\ @@ -9985,7 +9985,7 @@ file modes. ;;;*** -;;;### (autoloads nil "expand" "expand.el" (21710 25465 152935 14000)) +;;;### (autoloads nil "expand" "expand.el" (21710 25077 535663 105000)) ;;; Generated autoloads from expand.el (autoload 'expand-add-abbrevs "expand" "\ @@ -10034,8 +10034,8 @@ This is used only in conjunction with `expand-add-abbrevs'. ;;;*** -;;;### (autoloads nil "f90" "progmodes/f90.el" (21710 25547 179569 -;;;;;; 320000)) +;;;### (autoloads nil "f90" "progmodes/f90.el" (21781 3656 33151 +;;;;;; 904000)) ;;; Generated autoloads from progmodes/f90.el (autoload 'f90-mode "f90" "\ @@ -10102,8 +10102,8 @@ with no args, if that value is non-nil. ;;;*** -;;;### (autoloads nil "face-remap" "face-remap.el" (21710 25465 152935 -;;;;;; 14000)) +;;;### (autoloads nil "face-remap" "face-remap.el" (21710 25077 536663 +;;;;;; 101000)) ;;; Generated autoloads from face-remap.el (autoload 'face-remap-add-relative "face-remap" "\ @@ -10262,8 +10262,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'. ;;;*** -;;;### (autoloads nil "feedmail" "mail/feedmail.el" (21710 25465 -;;;;;; 225934 689000)) +;;;### (autoloads nil "feedmail" "mail/feedmail.el" (21676 8646 760452 +;;;;;; 0)) ;;; Generated autoloads from mail/feedmail.el (push (purecopy '(feedmail 11)) package--builtin-versions) @@ -10317,7 +10317,7 @@ you can set `feedmail-queue-reminder-alist' to nil. ;;;*** -;;;### (autoloads nil "ffap" "ffap.el" (21710 25547 89569 721000)) +;;;### (autoloads nil "ffap" "ffap.el" (21781 3655 909151 416000)) ;;; Generated autoloads from ffap.el (autoload 'ffap-next "ffap" "\ @@ -10380,8 +10380,8 @@ Evaluate the forms in variable `ffap-bindings'. ;;;*** -;;;### (autoloads nil "filecache" "filecache.el" (21710 25465 153935 -;;;;;; 10000)) +;;;### (autoloads nil "filecache" "filecache.el" (21781 3655 909151 +;;;;;; 416000)) ;;; Generated autoloads from filecache.el (autoload 'file-cache-add-directory "filecache" "\ @@ -10438,8 +10438,8 @@ the name is considered already unique; only the second substitution ;;;*** -;;;### (autoloads nil "filenotify" "filenotify.el" (21710 25465 153935 -;;;;;; 10000)) +;;;### (autoloads nil "filenotify" "filenotify.el" (21710 25077 537663 +;;;;;; 96000)) ;;; Generated autoloads from filenotify.el (autoload 'file-notify-handle-event "filenotify" "\ @@ -10454,8 +10454,8 @@ Otherwise, signal a `file-notify-error'. ;;;*** -;;;### (autoloads nil "files-x" "files-x.el" (21710 25465 153935 -;;;;;; 10000)) +;;;### (autoloads nil "files-x" "files-x.el" (21710 25077 537663 +;;;;;; 96000)) ;;; Generated autoloads from files-x.el (autoload 'add-file-local-variable "files-x" "\ @@ -10520,8 +10520,8 @@ Copy directory-local variables to the -*- line. ;;;*** -;;;### (autoloads nil "filesets" "filesets.el" (21710 25465 155935 -;;;;;; 1000)) +;;;### (autoloads nil "filesets" "filesets.el" (21710 25077 539663 +;;;;;; 87000)) ;;; Generated autoloads from filesets.el (autoload 'filesets-init "filesets" "\ @@ -10532,8 +10532,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu. ;;;*** -;;;### (autoloads nil "find-cmd" "find-cmd.el" (21710 25547 90569 -;;;;;; 717000)) +;;;### (autoloads nil "find-cmd" "find-cmd.el" (21781 3655 911151 +;;;;;; 424000)) ;;; Generated autoloads from find-cmd.el (push (purecopy '(find-cmd 0 6)) package--builtin-versions) @@ -10553,8 +10553,8 @@ result is a string that should be ready for the command line. ;;;*** -;;;### (autoloads nil "find-dired" "find-dired.el" (21710 25465 155935 -;;;;;; 1000)) +;;;### (autoloads nil "find-dired" "find-dired.el" (21710 25077 539663 +;;;;;; 87000)) ;;; Generated autoloads from find-dired.el (autoload 'find-dired "find-dired" "\ @@ -10594,8 +10594,8 @@ use in place of \"-ls\" as the final argument. ;;;*** -;;;### (autoloads nil "find-file" "find-file.el" (21710 25465 156934 -;;;;;; 997000)) +;;;### (autoloads nil "find-file" "find-file.el" (21710 25077 539663 +;;;;;; 87000)) ;;; Generated autoloads from find-file.el (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ @@ -10685,8 +10685,8 @@ Visit the file you click on in another window. ;;;*** -;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (21710 -;;;;;; 25547 82569 753000)) +;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (21781 +;;;;;; 3655 894151 357000)) ;;; Generated autoloads from emacs-lisp/find-func.el (autoload 'find-library "find-func" "\ @@ -10844,8 +10844,8 @@ Define some key bindings for the find-function family of functions. ;;;*** -;;;### (autoloads nil "find-lisp" "find-lisp.el" (21710 25465 156934 -;;;;;; 997000)) +;;;### (autoloads nil "find-lisp" "find-lisp.el" (21710 25077 539663 +;;;;;; 87000)) ;;; Generated autoloads from find-lisp.el (autoload 'find-lisp-find-dired "find-lisp" "\ @@ -10865,7 +10865,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP. ;;;*** -;;;### (autoloads nil "finder" "finder.el" (21710 25465 156934 997000)) +;;;### (autoloads nil "finder" "finder.el" (21710 25077 539663 87000)) ;;; Generated autoloads from finder.el (push (purecopy '(finder 1 0)) package--builtin-versions) @@ -10887,8 +10887,8 @@ Find packages matching a given keyword. ;;;*** -;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (21710 25465 156934 -;;;;;; 997000)) +;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (21710 25077 539663 +;;;;;; 87000)) ;;; Generated autoloads from flow-ctrl.el (autoload 'enable-flow-control "flow-ctrl" "\ @@ -10909,8 +10909,8 @@ to get the effect of a C-q. ;;;*** -;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (21710 25465 -;;;;;; 166934 952000)) +;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (21710 25077 +;;;;;; 550663 38000)) ;;; Generated autoloads from gnus/flow-fill.el (autoload 'fill-flowed-encode "flow-fill" "\ @@ -10925,8 +10925,8 @@ to get the effect of a C-q. ;;;*** -;;;### (autoloads nil "flymake" "progmodes/flymake.el" (21710 25465 -;;;;;; 314934 292000)) +;;;### (autoloads nil "flymake" "progmodes/flymake.el" (21710 25077 +;;;;;; 689662 418000)) ;;; Generated autoloads from progmodes/flymake.el (push (purecopy '(flymake 0 3)) package--builtin-versions) @@ -10956,8 +10956,8 @@ Turn flymake mode off. ;;;*** -;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (21732 22059 -;;;;;; 431321 591000)) +;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (21781 3670 +;;;;;; 716209 743000)) ;;; Generated autoloads from textmodes/flyspell.el (autoload 'flyspell-prog-mode "flyspell" "\ @@ -11027,14 +11027,14 @@ Flyspell whole buffer. ;;;*** -;;;### (autoloads nil "foldout" "foldout.el" (21710 25465 156934 -;;;;;; 997000)) +;;;### (autoloads nil "foldout" "foldout.el" (21710 25077 540663 +;;;;;; 83000)) ;;; Generated autoloads from foldout.el (push (purecopy '(foldout 1 10)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "follow" "follow.el" (21710 25465 156934 997000)) +;;;### (autoloads nil "follow" "follow.el" (21710 25077 540663 83000)) ;;; Generated autoloads from follow.el (autoload 'turn-on-follow-mode "follow" "\ @@ -11102,8 +11102,8 @@ selected if the original window is the first one in the frame. ;;;*** -;;;### (autoloads nil "footnote" "mail/footnote.el" (21710 25465 -;;;;;; 225934 689000)) +;;;### (autoloads nil "footnote" "mail/footnote.el" (21710 25077 +;;;;;; 601662 811000)) ;;; Generated autoloads from mail/footnote.el (push (purecopy '(footnote 0 19)) package--builtin-versions) @@ -11122,7 +11122,7 @@ play around with the following keys: ;;;*** -;;;### (autoloads nil "forms" "forms.el" (21710 25465 158934 988000)) +;;;### (autoloads nil "forms" "forms.el" (21710 25077 541663 78000)) ;;; Generated autoloads from forms.el (autoload 'forms-mode "forms" "\ @@ -11158,8 +11158,8 @@ Visit a file in Forms mode in other window. ;;;*** -;;;### (autoloads nil "fortran" "progmodes/fortran.el" (21710 25465 -;;;;;; 315934 288000)) +;;;### (autoloads nil "fortran" "progmodes/fortran.el" (21710 25077 +;;;;;; 690662 414000)) ;;; Generated autoloads from progmodes/fortran.el (autoload 'fortran-mode "fortran" "\ @@ -11236,8 +11236,8 @@ with no args, if that value is non-nil. ;;;*** -;;;### (autoloads nil "fortune" "play/fortune.el" (21710 25465 295934 -;;;;;; 377000)) +;;;### (autoloads nil "fortune" "play/fortune.el" (21710 25077 671662 +;;;;;; 499000)) ;;; Generated autoloads from play/fortune.el (autoload 'fortune-add-fortune "fortune" "\ @@ -11285,8 +11285,8 @@ and choose the directory as the fortune-file. ;;;*** -;;;### (autoloads nil "frameset" "frameset.el" (21710 25547 92569 -;;;;;; 708000)) +;;;### (autoloads nil "frameset" "frameset.el" (21781 3655 912151 +;;;;;; 428000)) ;;; Generated autoloads from frameset.el (defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\ @@ -11466,15 +11466,15 @@ Interactively, reads the register using `register-read-with-preview'. ;;;*** -;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (21710 25547 -;;;;;; 166569 378000)) +;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (21781 3656 15151 +;;;;;; 833000)) ;;; Generated autoloads from play/gamegrid.el (push (purecopy '(gamegrid 1 2)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (21710 25465 -;;;;;; 315934 288000)) +;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (21781 3656 +;;;;;; 35151 912000)) ;;; Generated autoloads from progmodes/gdb-mi.el (defvar gdb-enable-debug nil "\ @@ -11551,8 +11551,8 @@ detailed description of this mode. ;;;*** -;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (21710 25465 -;;;;;; 133935 99000)) +;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (21710 25077 +;;;;;; 517663 185000)) ;;; Generated autoloads from emacs-lisp/generic.el (defvar generic-mode-list nil "\ @@ -11632,8 +11632,8 @@ regular expression that can be used as an element of ;;;*** -;;;### (autoloads nil "glasses" "progmodes/glasses.el" (21710 25465 -;;;;;; 315934 288000)) +;;;### (autoloads nil "glasses" "progmodes/glasses.el" (21710 25077 +;;;;;; 691662 409000)) ;;; Generated autoloads from progmodes/glasses.el (autoload 'glasses-mode "glasses" "\ @@ -11647,8 +11647,8 @@ add virtual separators (like underscores) at places they belong to. ;;;*** -;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21710 25547 -;;;;;; 99569 677000)) +;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21781 3655 +;;;;;; 921151 463000)) ;;; Generated autoloads from gnus/gmm-utils.el (autoload 'gmm-regexp-concat "gmm-utils" "\ @@ -11702,7 +11702,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. ;;;*** -;;;### (autoloads nil "gnus" "gnus/gnus.el" (21710 25547 110569 628000)) +;;;### (autoloads nil "gnus" "gnus/gnus.el" (21781 3655 932151 506000)) ;;; Generated autoloads from gnus/gnus.el (push (purecopy '(gnus 5 13)) package--builtin-versions) (when (fboundp 'custom-autoload) @@ -11752,8 +11752,8 @@ prompt the user for the name of an NNTP server to use. ;;;*** -;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (21710 25465 -;;;;;; 167934 948000)) +;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (21710 25077 +;;;;;; 551663 34000)) ;;; Generated autoloads from gnus/gnus-agent.el (autoload 'gnus-unplugged "gnus-agent" "\ @@ -11843,8 +11843,8 @@ CLEAN is obsolete and ignored. ;;;*** -;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21710 25547 -;;;;;; 100569 672000)) +;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21781 3655 922151 +;;;;;; 467000)) ;;; Generated autoloads from gnus/gnus-art.el (autoload 'gnus-article-prepare-display "gnus-art" "\ @@ -11854,8 +11854,8 @@ Make the current buffer look like a nice article. ;;;*** -;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (21710 -;;;;;; 25547 101569 668000)) +;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (21781 +;;;;;; 3655 924151 475000)) ;;; Generated autoloads from gnus/gnus-bookmark.el (autoload 'gnus-bookmark-set "gnus-bookmark" "\ @@ -11878,8 +11878,8 @@ deletion, or > if it is flagged for displaying. ;;;*** -;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (21710 25547 -;;;;;; 101569 668000)) +;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (21781 3655 +;;;;;; 924151 475000)) ;;; Generated autoloads from gnus/gnus-cache.el (autoload 'gnus-jog-cache "gnus-cache" "\ @@ -11920,8 +11920,8 @@ supported. ;;;*** -;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (21710 25547 -;;;;;; 102569 663000)) +;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (21781 3655 +;;;;;; 925151 479000)) ;;; Generated autoloads from gnus/gnus-delay.el (autoload 'gnus-delay-article "gnus-delay" "\ @@ -11956,8 +11956,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. ;;;*** -;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (21710 25465 -;;;;;; 170934 934000)) +;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (21710 25077 +;;;;;; 553663 25000)) ;;; Generated autoloads from gnus/gnus-diary.el (autoload 'gnus-user-format-function-d "gnus-diary" "\ @@ -11972,8 +11972,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. ;;;*** -;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (21710 25465 -;;;;;; 170934 934000)) +;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (21710 25077 +;;;;;; 553663 25000)) ;;; Generated autoloads from gnus/gnus-dired.el (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ @@ -11983,8 +11983,8 @@ Convenience method to turn on gnus-dired-mode. ;;;*** -;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (21710 25465 -;;;;;; 170934 934000)) +;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (21710 25077 +;;;;;; 553663 25000)) ;;; Generated autoloads from gnus/gnus-draft.el (autoload 'gnus-draft-reminder "gnus-draft" "\ @@ -11994,8 +11994,8 @@ Reminder user if there are unsent drafts. ;;;*** -;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (21710 25547 -;;;;;; 102569 663000)) +;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (21781 3655 925151 +;;;;;; 479000)) ;;; Generated autoloads from gnus/gnus-fun.el (autoload 'gnus-random-x-face "gnus-fun" "\ @@ -12040,7 +12040,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to ;;;*** ;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (21710 -;;;;;; 25465 171934 930000)) +;;;;;; 25077 554663 20000)) ;;; Generated autoloads from gnus/gnus-gravatar.el (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ @@ -12057,8 +12057,8 @@ If gravatars are already displayed, remove them. ;;;*** -;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (21710 25547 -;;;;;; 102569 663000)) +;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (21781 3655 +;;;;;; 926151 483000)) ;;; Generated autoloads from gnus/gnus-group.el (autoload 'gnus-fetch-group "gnus-group" "\ @@ -12075,8 +12075,8 @@ Pop up a frame and enter GROUP. ;;;*** -;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (21710 25547 -;;;;;; 103569 659000)) +;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (21781 3655 +;;;;;; 926151 483000)) ;;; Generated autoloads from gnus/gnus-html.el (autoload 'gnus-article-html "gnus-html" "\ @@ -12091,8 +12091,8 @@ Pop up a frame and enter GROUP. ;;;*** -;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (21710 25465 -;;;;;; 172934 925000)) +;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (21710 25077 +;;;;;; 555663 16000)) ;;; Generated autoloads from gnus/gnus-kill.el (defalias 'gnus-batch-kill 'gnus-batch-score) @@ -12105,8 +12105,8 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score ;;;*** -;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (21710 25465 172934 -;;;;;; 925000)) +;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (21710 25077 555663 +;;;;;; 16000)) ;;; Generated autoloads from gnus/gnus-ml.el (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ @@ -12129,8 +12129,8 @@ Minor mode for providing mailing-list commands. ;;;*** -;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (21710 25547 -;;;;;; 103569 659000)) +;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (21781 3655 +;;;;;; 927151 487000)) ;;; Generated autoloads from gnus/gnus-mlspl.el (autoload 'gnus-group-split-setup "gnus-mlspl" "\ @@ -12230,8 +12230,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: ;;;*** -;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (21710 25547 -;;;;;; 103569 659000)) +;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (21781 3655 928151 +;;;;;; 491000)) ;;; Generated autoloads from gnus/gnus-msg.el (autoload 'gnus-msg-mail "gnus-msg" "\ @@ -12258,7 +12258,7 @@ Like `message-reply'. ;;;*** ;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" -;;;;;; (21710 25547 103569 659000)) +;;;;;; (21781 3655 928151 491000)) ;;; Generated autoloads from gnus/gnus-notifications.el (autoload 'gnus-notifications "gnus-notifications" "\ @@ -12274,8 +12274,8 @@ This is typically a function to add in ;;;*** -;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (21710 25547 -;;;;;; 104569 654000)) +;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (21781 3655 +;;;;;; 928151 491000)) ;;; Generated autoloads from gnus/gnus-picon.el (autoload 'gnus-treat-from-picon "gnus-picon" "\ @@ -12298,8 +12298,8 @@ If picons are already displayed, remove them. ;;;*** -;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (21710 25465 -;;;;;; 173934 921000)) +;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (21710 25077 +;;;;;; 556663 11000)) ;;; Generated autoloads from gnus/gnus-range.el (autoload 'gnus-sorted-difference "gnus-range" "\ @@ -12366,8 +12366,8 @@ Add NUM into sorted LIST by side effect. ;;;*** -;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (21710 -;;;;;; 25547 104569 654000)) +;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (21781 +;;;;;; 3655 928151 491000)) ;;; Generated autoloads from gnus/gnus-registry.el (autoload 'gnus-registry-initialize "gnus-registry" "\ @@ -12382,8 +12382,8 @@ Install the registry hooks. ;;;*** -;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (21710 25465 -;;;;;; 174934 916000)) +;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (21710 25077 +;;;;;; 557663 7000)) ;;; Generated autoloads from gnus/gnus-sieve.el (autoload 'gnus-sieve-update "gnus-sieve" "\ @@ -12410,8 +12410,8 @@ See the documentation for these variables and functions for details. ;;;*** -;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (21710 25547 -;;;;;; 104569 654000)) +;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (21781 3655 +;;;;;; 928151 491000)) ;;; Generated autoloads from gnus/gnus-spec.el (autoload 'gnus-update-format "gnus-spec" "\ @@ -12421,8 +12421,8 @@ Update the format specification near point. ;;;*** -;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21710 25547 -;;;;;; 106569 646000)) +;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21781 3655 +;;;;;; 929151 494000)) ;;; Generated autoloads from gnus/gnus-start.el (autoload 'gnus-declare-backend "gnus-start" "\ @@ -12432,8 +12432,8 @@ Declare back end NAME with ABILITIES as a Gnus back end. ;;;*** -;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21710 25547 -;;;;;; 109569 632000)) +;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21781 3655 931151 +;;;;;; 502000)) ;;; Generated autoloads from gnus/gnus-sum.el (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ @@ -12444,8 +12444,8 @@ BOOKMARK is a bookmark name or a bookmark record. ;;;*** -;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (21710 25465 -;;;;;; 179934 894000)) +;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (21710 25077 +;;;;;; 560662 994000)) ;;; Generated autoloads from gnus/gnus-sync.el (autoload 'gnus-sync-initialize "gnus-sync" "\ @@ -12460,8 +12460,8 @@ Install the sync hooks. ;;;*** -;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (21710 25465 -;;;;;; 180934 890000)) +;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (21710 25077 +;;;;;; 561662 989000)) ;;; Generated autoloads from gnus/gnus-win.el (autoload 'gnus-add-configuration "gnus-win" "\ @@ -12471,8 +12471,8 @@ Add the window configuration CONF to `gnus-buffer-configuration'. ;;;*** -;;;### (autoloads nil "gnutls" "net/gnutls.el" (21710 25547 143569 -;;;;;; 481000)) +;;;### (autoloads nil "gnutls" "net/gnutls.el" (21781 3655 983151 +;;;;;; 707000)) ;;; Generated autoloads from net/gnutls.el (defvar gnutls-min-prime-bits 256 "\ @@ -12488,8 +12488,8 @@ A value of nil says to use the default GnuTLS value.") ;;;*** -;;;### (autoloads nil "gomoku" "play/gomoku.el" (21710 25465 296934 -;;;;;; 372000)) +;;;### (autoloads nil "gomoku" "play/gomoku.el" (21710 25077 672662 +;;;;;; 494000)) ;;; Generated autoloads from play/gomoku.el (autoload 'gomoku "gomoku" "\ @@ -12515,8 +12515,8 @@ Use \\[describe-mode] for more info. ;;;*** -;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (21710 25465 -;;;;;; 243934 609000)) +;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (21710 25077 +;;;;;; 620662 726000)) ;;; Generated autoloads from net/goto-addr.el (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") @@ -12557,8 +12557,8 @@ Like `goto-address-mode', but only for comments and strings. ;;;*** -;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (21710 25547 -;;;;;; 110569 628000)) +;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (21781 3655 932151 +;;;;;; 506000)) ;;; Generated autoloads from gnus/gravatar.el (autoload 'gravatar-retrieve "gravatar" "\ @@ -12574,8 +12574,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it. ;;;*** -;;;### (autoloads nil "grep" "progmodes/grep.el" (21710 25547 180569 -;;;;;; 316000)) +;;;### (autoloads nil "grep" "progmodes/grep.el" (21781 3656 35151 +;;;;;; 912000)) ;;; Generated autoloads from progmodes/grep.el (defvar grep-window-height nil "\ @@ -12739,7 +12739,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'. ;;;*** -;;;### (autoloads nil "gs" "gs.el" (21710 25465 192934 836000)) +;;;### (autoloads nil "gs" "gs.el" (21710 25077 573662 936000)) ;;; Generated autoloads from gs.el (autoload 'gs-load-image "gs" "\ @@ -12752,8 +12752,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. ;;;*** -;;;### (autoloads nil "gud" "progmodes/gud.el" (21710 25547 180569 -;;;;;; 316000)) +;;;### (autoloads nil "gud" "progmodes/gud.el" (21781 3656 36151 +;;;;;; 916000)) ;;; Generated autoloads from progmodes/gud.el (autoload 'gud-gdb "gud" "\ @@ -12841,8 +12841,8 @@ it if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21710 25547 83569 -;;;;;; 748000)) +;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21781 3655 894151 +;;;;;; 357000)) ;;; Generated autoloads from emacs-lisp/gv.el (autoload 'gv-get "gv" "\ @@ -12944,8 +12944,8 @@ binding mode. ;;;*** -;;;### (autoloads nil "handwrite" "play/handwrite.el" (21710 25465 -;;;;;; 296934 372000)) +;;;### (autoloads nil "handwrite" "play/handwrite.el" (21710 25077 +;;;;;; 672662 494000)) ;;; Generated autoloads from play/handwrite.el (autoload 'handwrite "handwrite" "\ @@ -12962,8 +12962,7 @@ Variables: `handwrite-linespace' (default 12) ;;;*** -;;;### (autoloads nil "hanoi" "play/hanoi.el" (21710 25465 296934 -;;;;;; 372000)) +;;;### (autoloads nil "hanoi" "play/hanoi.el" (21676 8647 77439 0)) ;;; Generated autoloads from play/hanoi.el (autoload 'hanoi "hanoi" "\ @@ -12990,8 +12989,8 @@ to be updated. ;;;*** -;;;### (autoloads nil "hashcash" "mail/hashcash.el" (21710 25547 -;;;;;; 134569 521000)) +;;;### (autoloads nil "hashcash" "mail/hashcash.el" (21781 3655 972151 +;;;;;; 664000)) ;;; Generated autoloads from mail/hashcash.el (autoload 'hashcash-insert-payment "hashcash" "\ @@ -13033,8 +13032,8 @@ Prefix arg sets default accept amount temporarily. ;;;*** -;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (21710 25465 192934 -;;;;;; 836000)) +;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (21710 25077 573662 +;;;;;; 936000)) ;;; Generated autoloads from help-at-pt.el (autoload 'help-at-pt-string "help-at-pt" "\ @@ -13161,8 +13160,8 @@ different regions. With numeric argument ARG, behaves like ;;;*** -;;;### (autoloads nil "help-fns" "help-fns.el" (21710 25547 118569 -;;;;;; 592000)) +;;;### (autoloads nil "help-fns" "help-fns.el" (21781 3655 948151 +;;;;;; 569000)) ;;; Generated autoloads from help-fns.el (autoload 'describe-function "help-fns" "\ @@ -13241,8 +13240,8 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file. ;;;*** -;;;### (autoloads nil "help-macro" "help-macro.el" (21710 25465 192934 -;;;;;; 836000)) +;;;### (autoloads nil "help-macro" "help-macro.el" (21710 25077 573662 +;;;;;; 936000)) ;;; Generated autoloads from help-macro.el (defvar three-step-help nil "\ @@ -13256,8 +13255,8 @@ gives the window that lists the options.") ;;;*** -;;;### (autoloads nil "help-mode" "help-mode.el" (21710 25547 118569 -;;;;;; 592000)) +;;;### (autoloads nil "help-mode" "help-mode.el" (21781 3655 950151 +;;;;;; 577000)) ;;; Generated autoloads from help-mode.el (autoload 'help-mode "help-mode" "\ @@ -13356,8 +13355,8 @@ BOOKMARK is a bookmark name or a bookmark record. ;;;*** -;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (21710 25465 -;;;;;; 133935 99000)) +;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (21710 25077 +;;;;;; 517663 185000)) ;;; Generated autoloads from emacs-lisp/helper.el (autoload 'Helper-describe-bindings "helper" "\ @@ -13372,7 +13371,7 @@ Provide help for current mode. ;;;*** -;;;### (autoloads nil "hexl" "hexl.el" (21710 25547 119569 588000)) +;;;### (autoloads nil "hexl" "hexl.el" (21781 3655 951151 581000)) ;;; Generated autoloads from hexl.el (autoload 'hexl-mode "hexl" "\ @@ -13466,8 +13465,7 @@ This discards the buffer's undo information. ;;;*** -;;;### (autoloads nil "hi-lock" "hi-lock.el" (21710 25547 119569 -;;;;;; 588000)) +;;;### (autoloads nil "hi-lock" "hi-lock.el" (21781 3655 951151 581000)) ;;; Generated autoloads from hi-lock.el (autoload 'hi-lock-mode "hi-lock" "\ @@ -13634,8 +13632,8 @@ be found in variable `hi-lock-interactive-patterns'. ;;;*** -;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21710 25547 -;;;;;; 180569 316000)) +;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21781 3656 +;;;;;; 36151 916000)) ;;; Generated autoloads from progmodes/hideif.el (autoload 'hide-ifdef-mode "hideif" "\ @@ -13678,8 +13676,8 @@ Several variables affect how the hiding is done: ;;;*** -;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (21710 25547 -;;;;;; 181569 311000)) +;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (21781 3656 +;;;;;; 36151 916000)) ;;; Generated autoloads from progmodes/hideshow.el (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))) "\ @@ -13741,8 +13739,8 @@ Unconditionally turn off `hs-minor-mode'. ;;;*** -;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (21710 25465 194934 -;;;;;; 827000)) +;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (21710 25077 575662 +;;;;;; 927000)) ;;; Generated autoloads from hilit-chg.el (autoload 'highlight-changes-mode "hilit-chg" "\ @@ -13873,8 +13871,8 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode. ;;;*** -;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (21710 25547 119569 -;;;;;; 588000)) +;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (21781 3655 951151 +;;;;;; 581000)) ;;; Generated autoloads from hippie-exp.el (push (purecopy '(hippie-exp 1 6)) package--builtin-versions) @@ -13906,8 +13904,8 @@ argument VERBOSE non-nil makes the function verbose. ;;;*** -;;;### (autoloads nil "hl-line" "hl-line.el" (21710 25465 194934 -;;;;;; 827000)) +;;;### (autoloads nil "hl-line" "hl-line.el" (21710 25077 575662 +;;;;;; 927000)) ;;; Generated autoloads from hl-line.el (autoload 'hl-line-mode "hl-line" "\ @@ -13956,8 +13954,8 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and ;;;*** -;;;### (autoloads nil "holidays" "calendar/holidays.el" (21710 25547 -;;;;;; 60569 851000)) +;;;### (autoloads nil "holidays" "calendar/holidays.el" (21781 3655 +;;;;;; 853151 195000)) ;;; Generated autoloads from calendar/holidays.el (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") @@ -14105,8 +14103,8 @@ The optional LABEL is used to label the buffer created. ;;;*** -;;;### (autoloads nil "html2text" "gnus/html2text.el" (21710 25465 -;;;;;; 181934 885000)) +;;;### (autoloads nil "html2text" "gnus/html2text.el" (21710 25077 +;;;;;; 562662 985000)) ;;; Generated autoloads from gnus/html2text.el (autoload 'html2text "html2text" "\ @@ -14116,8 +14114,8 @@ Convert HTML to plain text in the current buffer. ;;;*** -;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21710 25547 -;;;;;; 119569 588000)) +;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21781 3655 +;;;;;; 952151 585000)) ;;; Generated autoloads from htmlfontify.el (push (purecopy '(htmlfontify 0 21)) package--builtin-versions) @@ -14150,8 +14148,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'. ;;;*** -;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (21710 25547 120569 -;;;;;; 583000)) +;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (21781 3655 953151 +;;;;;; 589000)) ;;; Generated autoloads from ibuf-macs.el (autoload 'define-ibuffer-column "ibuf-macs" "\ @@ -14239,8 +14237,7 @@ bound to the current value of the filter. ;;;*** -;;;### (autoloads nil "ibuffer" "ibuffer.el" (21710 25547 120569 -;;;;;; 583000)) +;;;### (autoloads nil "ibuffer" "ibuffer.el" (21781 3655 953151 589000)) ;;; Generated autoloads from ibuffer.el (autoload 'ibuffer-list-buffers "ibuffer" "\ @@ -14279,8 +14276,8 @@ FORMATS is the value to use for `ibuffer-formats'. ;;;*** -;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (21710 -;;;;;; 25547 61569 846000)) +;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (21781 +;;;;;; 3655 853151 195000)) ;;; Generated autoloads from calendar/icalendar.el (push (purecopy '(icalendar 0 19)) package--builtin-versions) @@ -14333,8 +14330,8 @@ buffer `*icalendar-errors*'. ;;;*** -;;;### (autoloads nil "icomplete" "icomplete.el" (21710 25547 120569 -;;;;;; 583000)) +;;;### (autoloads nil "icomplete" "icomplete.el" (21781 3655 953151 +;;;;;; 589000)) ;;; Generated autoloads from icomplete.el (defvar icomplete-mode nil "\ @@ -14369,8 +14366,8 @@ completions: ;;;*** -;;;### (autoloads nil "icon" "progmodes/icon.el" (21710 25465 317934 -;;;;;; 279000)) +;;;### (autoloads nil "icon" "progmodes/icon.el" (21710 25077 692662 +;;;;;; 405000)) ;;; Generated autoloads from progmodes/icon.el (autoload 'icon-mode "icon" "\ @@ -14410,8 +14407,8 @@ with no args, if that value is non-nil. ;;;*** -;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (21710 -;;;;;; 25547 182569 307000)) +;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (21781 +;;;;;; 3656 37151 920000)) ;;; Generated autoloads from progmodes/idlw-shell.el (autoload 'idlwave-shell "idlw-shell" "\ @@ -14436,8 +14433,8 @@ See also the variable `idlwave-shell-prompt-pattern'. ;;;*** -;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21710 25547 -;;;;;; 183569 302000)) +;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21781 3656 +;;;;;; 39151 928000)) ;;; Generated autoloads from progmodes/idlwave.el (push (purecopy '(idlwave 6 1 22)) package--builtin-versions) @@ -14566,7 +14563,7 @@ The main features of this mode are ;;;*** -;;;### (autoloads nil "ido" "ido.el" (21710 25547 121569 579000)) +;;;### (autoloads nil "ido" "ido.el" (21781 3655 954151 593000)) ;;; Generated autoloads from ido.el (defvar ido-mode nil "\ @@ -14828,7 +14825,7 @@ DEF, if non-nil, is the default value. ;;;*** -;;;### (autoloads nil "ielm" "ielm.el" (21710 25547 121569 579000)) +;;;### (autoloads nil "ielm" "ielm.el" (21781 3655 954151 593000)) ;;; Generated autoloads from ielm.el (autoload 'ielm "ielm" "\ @@ -14840,7 +14837,7 @@ See `inferior-emacs-lisp-mode' for details. ;;;*** -;;;### (autoloads nil "iimage" "iimage.el" (21710 25465 196934 818000)) +;;;### (autoloads nil "iimage" "iimage.el" (21710 25077 577662 918000)) ;;; Generated autoloads from iimage.el (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") @@ -14856,7 +14853,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. ;;;*** -;;;### (autoloads nil "image" "image.el" (21710 25465 197934 814000)) +;;;### (autoloads nil "image" "image.el" (21710 25077 578662 913000)) ;;; Generated autoloads from image.el (autoload 'image-type-from-data "image" "\ @@ -15049,8 +15046,8 @@ If Emacs is compiled without ImageMagick support, this does nothing. ;;;*** -;;;### (autoloads nil "image-dired" "image-dired.el" (21710 25465 -;;;;;; 197934 814000)) +;;;### (autoloads nil "image-dired" "image-dired.el" (21710 25077 +;;;;;; 578662 913000)) ;;; Generated autoloads from image-dired.el (push (purecopy '(image-dired 0 4 11)) package--builtin-versions) @@ -15187,8 +15184,8 @@ easy-to-use form. ;;;*** -;;;### (autoloads nil "image-file" "image-file.el" (21710 25465 197934 -;;;;;; 814000)) +;;;### (autoloads nil "image-file" "image-file.el" (21710 25077 578662 +;;;;;; 913000)) ;;; Generated autoloads from image-file.el (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ @@ -15250,8 +15247,8 @@ An image file is one whose name has an extension in ;;;*** -;;;### (autoloads nil "image-mode" "image-mode.el" (21710 25547 122569 -;;;;;; 574000)) +;;;### (autoloads nil "image-mode" "image-mode.el" (21781 3655 955151 +;;;;;; 597000)) ;;; Generated autoloads from image-mode.el (autoload 'image-mode "image-mode" "\ @@ -15298,7 +15295,7 @@ on these modes. ;;;*** -;;;### (autoloads nil "imenu" "imenu.el" (21710 25547 122569 574000)) +;;;### (autoloads nil "imenu" "imenu.el" (21781 3655 955151 597000)) ;;; Generated autoloads from imenu.el (defvar imenu-sort-function nil "\ @@ -15436,8 +15433,8 @@ for more information. ;;;*** -;;;### (autoloads nil "ind-util" "language/ind-util.el" (21710 25465 -;;;;;; 210934 756000)) +;;;### (autoloads nil "ind-util" "language/ind-util.el" (21710 25077 +;;;;;; 590662 860000)) ;;; Generated autoloads from language/ind-util.el (autoload 'indian-compose-region "ind-util" "\ @@ -15467,8 +15464,8 @@ Convert old Emacs Devanagari characters to UCS. ;;;*** -;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (21710 25547 -;;;;;; 183569 302000)) +;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (21781 3656 +;;;;;; 39151 928000)) ;;; Generated autoloads from progmodes/inf-lisp.el (autoload 'inferior-lisp "inf-lisp" "\ @@ -15486,7 +15483,7 @@ of `inferior-lisp-program'). Runs the hooks from ;;;*** -;;;### (autoloads nil "info" "info.el" (21710 25547 123569 570000)) +;;;### (autoloads nil "info" "info.el" (21781 3655 956151 601000)) ;;; Generated autoloads from info.el (defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ @@ -15696,8 +15693,8 @@ Otherwise, visit the manual in a new Info buffer. ;;;*** -;;;### (autoloads nil "info-look" "info-look.el" (21710 25465 198934 -;;;;;; 809000)) +;;;### (autoloads nil "info-look" "info-look.el" (21781 3655 955151 +;;;;;; 597000)) ;;; Generated autoloads from info-look.el (autoload 'info-lookup-reset "info-look" "\ @@ -15744,8 +15741,8 @@ Perform completion on file preceding point. ;;;*** -;;;### (autoloads nil "info-xref" "info-xref.el" (21710 25465 198934 -;;;;;; 809000)) +;;;### (autoloads nil "info-xref" "info-xref.el" (21710 25077 579662 +;;;;;; 909000)) ;;; Generated autoloads from info-xref.el (push (purecopy '(info-xref 3)) package--builtin-versions) @@ -15828,8 +15825,8 @@ the sources handy. ;;;*** -;;;### (autoloads nil "informat" "informat.el" (21710 25465 199934 -;;;;;; 805000)) +;;;### (autoloads nil "informat" "informat.el" (21710 25077 580662 +;;;;;; 905000)) ;;; Generated autoloads from informat.el (autoload 'Info-tagify "informat" "\ @@ -15874,8 +15871,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" ;;;*** -;;;### (autoloads nil "inversion" "cedet/inversion.el" (21710 25465 -;;;;;; 100935 246000)) +;;;### (autoloads nil "inversion" "cedet/inversion.el" (21710 25077 +;;;;;; 488663 314000)) ;;; Generated autoloads from cedet/inversion.el (push (purecopy '(inversion 1 3)) package--builtin-versions) @@ -15888,7 +15885,7 @@ Only checks one based on which kind of Emacs is being run. ;;;*** ;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (21710 -;;;;;; 25465 200934 800000)) +;;;;;; 25077 581662 900000)) ;;; Generated autoloads from international/isearch-x.el (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ @@ -15908,8 +15905,8 @@ Toggle input method in interactive search. ;;;*** -;;;### (autoloads nil "isearchb" "isearchb.el" (21710 25465 204934 -;;;;;; 783000)) +;;;### (autoloads nil "isearchb" "isearchb.el" (21781 3655 962151 +;;;;;; 624000)) ;;; Generated autoloads from isearchb.el (push (purecopy '(isearchb 1 5)) package--builtin-versions) @@ -15924,7 +15921,7 @@ accessed via isearchb. ;;;*** ;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (21710 -;;;;;; 25465 200934 800000)) +;;;;;; 25077 581662 900000)) ;;; Generated autoloads from international/iso-cvt.el (autoload 'iso-spanish "iso-cvt" "\ @@ -16015,15 +16012,15 @@ Add submenus to the File menu, to convert to and from various formats. ;;;*** ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" -;;;;;; (21710 25465 200934 800000)) +;;;;;; (21710 25077 581662 900000)) ;;; Generated autoloads from international/iso-transl.el (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) ;;;*** -;;;### (autoloads nil "ispell" "textmodes/ispell.el" (21756 23917 -;;;;;; 647125 373000)) +;;;### (autoloads nil "ispell" "textmodes/ispell.el" (21781 3670 +;;;;;; 717209 747000)) ;;; Generated autoloads from textmodes/ispell.el (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) @@ -16257,7 +16254,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to ;;;*** ;;;### (autoloads nil "japan-util" "language/japan-util.el" (21710 -;;;;;; 25465 211934 751000)) +;;;;;; 25077 590662 860000)) ;;; Generated autoloads from language/japan-util.el (autoload 'setup-japanese-environment-internal "japan-util" "\ @@ -16334,8 +16331,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. ;;;*** -;;;### (autoloads nil "jka-compr" "jka-compr.el" (21710 25465 205934 -;;;;;; 778000)) +;;;### (autoloads nil "jka-compr" "jka-compr.el" (21710 25077 586662 +;;;;;; 878000)) ;;; Generated autoloads from jka-compr.el (defvar jka-compr-inhibit nil "\ @@ -16358,8 +16355,7 @@ by `jka-compr-installed'. ;;;*** -;;;### (autoloads nil "js" "progmodes/js.el" (21710 25547 184569 -;;;;;; 298000)) +;;;### (autoloads nil "js" "progmodes/js.el" (21781 3656 39151 928000)) ;;; Generated autoloads from progmodes/js.el (push (purecopy '(js 9)) package--builtin-versions) @@ -16371,14 +16367,14 @@ Major mode for editing JavaScript. ;;;*** -;;;### (autoloads nil "json" "json.el" (21710 25465 205934 778000)) +;;;### (autoloads nil "json" "json.el" (21781 3655 963151 628000)) ;;; Generated autoloads from json.el (push (purecopy '(json 1 4)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "keypad" "emulation/keypad.el" (21710 25465 -;;;;;; 139935 72000)) +;;;### (autoloads nil "keypad" "emulation/keypad.el" (21710 25077 +;;;;;; 522663 163000)) ;;; Generated autoloads from emulation/keypad.el (defvar keypad-setup nil "\ @@ -16434,7 +16430,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' ;;;*** ;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (21710 -;;;;;; 25465 200934 800000)) +;;;;;; 25077 581662 900000)) ;;; Generated autoloads from international/kinsoku.el (autoload 'kinsoku "kinsoku" "\ @@ -16455,8 +16451,8 @@ the context of text formatting. ;;;*** -;;;### (autoloads nil "kkc" "international/kkc.el" (21710 25465 201934 -;;;;;; 796000)) +;;;### (autoloads nil "kkc" "international/kkc.el" (21710 25077 581662 +;;;;;; 900000)) ;;; Generated autoloads from international/kkc.el (defvar kkc-after-update-conversion-functions nil "\ @@ -16478,7 +16474,7 @@ and the return value is the length of the conversion. ;;;*** -;;;### (autoloads nil "kmacro" "kmacro.el" (21710 25465 205934 778000)) +;;;### (autoloads nil "kmacro" "kmacro.el" (21710 25077 586662 878000)) ;;; Generated autoloads from kmacro.el (global-set-key "\C-x(" 'kmacro-start-macro) (global-set-key "\C-x)" 'kmacro-end-macro) @@ -16591,7 +16587,7 @@ If kbd macro currently being defined end it before activating it. ;;;*** ;;;### (autoloads nil "korea-util" "language/korea-util.el" (21710 -;;;;;; 25465 211934 751000)) +;;;;;; 25077 590662 860000)) ;;; Generated autoloads from language/korea-util.el (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ @@ -16605,8 +16601,8 @@ The kind of Korean keyboard for Korean input method. ;;;*** -;;;### (autoloads nil "landmark" "play/landmark.el" (21710 25547 -;;;;;; 167569 373000)) +;;;### (autoloads nil "landmark" "play/landmark.el" (21781 3656 15151 +;;;;;; 833000)) ;;; Generated autoloads from play/landmark.el (defalias 'landmark-repeat 'landmark-test-run) @@ -16636,8 +16632,8 @@ Use \\[describe-mode] for more info. ;;;*** -;;;### (autoloads nil "lao-util" "language/lao-util.el" (21710 25465 -;;;;;; 211934 751000)) +;;;### (autoloads nil "lao-util" "language/lao-util.el" (21710 25077 +;;;;;; 590662 860000)) ;;; Generated autoloads from language/lao-util.el (autoload 'lao-compose-string "lao-util" "\ @@ -16675,7 +16671,7 @@ Transcribe Romanized Lao string STR to Lao character string. ;;;*** ;;;### (autoloads nil "latexenc" "international/latexenc.el" (21710 -;;;;;; 25465 201934 796000)) +;;;;;; 25077 582662 895000)) ;;; Generated autoloads from international/latexenc.el (defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ @@ -16707,7 +16703,7 @@ coding system names is determined from `latex-inputenc-coding-alist'. ;;;*** ;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el" -;;;;;; (21710 25465 201934 796000)) +;;;;;; (21710 25077 582662 895000)) ;;; Generated autoloads from international/latin1-disp.el (defvar latin1-display nil "\ @@ -16749,7 +16745,7 @@ use either \\[customize] or the function `latin1-display'.") ;;;*** ;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (21710 -;;;;;; 25465 321934 261000)) +;;;;;; 25077 696662 387000)) ;;; Generated autoloads from progmodes/ld-script.el (autoload 'ld-script-mode "ld-script" "\ @@ -16759,7 +16755,7 @@ A major mode to edit GNU ld script files ;;;*** -;;;### (autoloads nil "life" "play/life.el" (21710 25465 296934 372000)) +;;;### (autoloads nil "life" "play/life.el" (21710 25077 672662 494000)) ;;; Generated autoloads from play/life.el (autoload 'life "life" "\ @@ -16772,7 +16768,7 @@ generations (this defaults to 1). ;;;*** -;;;### (autoloads nil "linum" "linum.el" (21710 25547 134569 521000)) +;;;### (autoloads nil "linum" "linum.el" (21781 3655 969151 652000)) ;;; Generated autoloads from linum.el (push (purecopy '(linum 0 9 24)) package--builtin-versions) @@ -16809,8 +16805,8 @@ See `linum-mode' for more information on Linum mode. ;;;*** -;;;### (autoloads nil "loadhist" "loadhist.el" (21710 25465 223934 -;;;;;; 698000)) +;;;### (autoloads nil "loadhist" "loadhist.el" (21710 25077 599662 +;;;;;; 820000)) ;;; Generated autoloads from loadhist.el (autoload 'unload-feature "loadhist" "\ @@ -16841,7 +16837,7 @@ something strange, such as redefining an Emacs function. ;;;*** -;;;### (autoloads nil "locate" "locate.el" (21710 25465 224934 693000)) +;;;### (autoloads nil "locate" "locate.el" (21710 25077 600662 815000)) ;;; Generated autoloads from locate.el (defvar locate-ls-subdir-switches (purecopy "-al") "\ @@ -16893,8 +16889,8 @@ except that FILTER is not optional. ;;;*** -;;;### (autoloads nil "log-edit" "vc/log-edit.el" (21710 25465 370934 -;;;;;; 43000)) +;;;### (autoloads nil "log-edit" "vc/log-edit.el" (21710 25077 741662 +;;;;;; 187000)) ;;; Generated autoloads from vc/log-edit.el (autoload 'log-edit "log-edit" "\ @@ -16925,8 +16921,8 @@ done. Otherwise, it uses the current buffer. ;;;*** -;;;### (autoloads nil "log-view" "vc/log-view.el" (21710 25465 370934 -;;;;;; 43000)) +;;;### (autoloads nil "log-view" "vc/log-view.el" (21710 25077 741662 +;;;;;; 187000)) ;;; Generated autoloads from vc/log-view.el (autoload 'log-view-mode "log-view" "\ @@ -16936,7 +16932,7 @@ Major mode for browsing CVS log output. ;;;*** -;;;### (autoloads nil "lpr" "lpr.el" (21710 25465 224934 693000)) +;;;### (autoloads nil "lpr" "lpr.el" (21710 25077 600662 815000)) ;;; Generated autoloads from lpr.el (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ @@ -17031,8 +17027,7 @@ for further customization of the printer command. ;;;*** -;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (21710 25547 134569 -;;;;;; 521000)) +;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (21781 3655 972151 664000)) ;;; Generated autoloads from ls-lisp.el (defvar ls-lisp-support-shell-wildcards t "\ @@ -17043,8 +17038,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") ;;;*** -;;;### (autoloads nil "lunar" "calendar/lunar.el" (21710 25547 61569 -;;;;;; 846000)) +;;;### (autoloads nil "lunar" "calendar/lunar.el" (21781 3655 853151 +;;;;;; 195000)) ;;; Generated autoloads from calendar/lunar.el (autoload 'lunar-phases "lunar" "\ @@ -17058,8 +17053,8 @@ This function is suitable for execution in an init file. ;;;*** -;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (21710 25547 -;;;;;; 184569 298000)) +;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (21781 3656 +;;;;;; 40151 932000)) ;;; Generated autoloads from progmodes/m4-mode.el (autoload 'm4-mode "m4-mode" "\ @@ -17069,7 +17064,7 @@ A major mode to edit m4 macro files. ;;;*** -;;;### (autoloads nil "macros" "macros.el" (21710 25465 224934 693000)) +;;;### (autoloads nil "macros" "macros.el" (21710 25077 600662 815000)) ;;; Generated autoloads from macros.el (autoload 'name-last-kbd-macro "macros" "\ @@ -17158,8 +17153,8 @@ and then select the region of un-tablified names and use ;;;*** -;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (21710 25465 -;;;;;; 226934 684000)) +;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (21710 25077 +;;;;;; 601662 811000)) ;;; Generated autoloads from mail/mail-extr.el (autoload 'mail-extract-address-components "mail-extr" "\ @@ -17189,8 +17184,8 @@ Convert mail domain DOMAIN to the country it corresponds to. ;;;*** -;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (21710 25465 -;;;;;; 226934 684000)) +;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (21710 25077 +;;;;;; 601662 811000)) ;;; Generated autoloads from mail/mail-hist.el (autoload 'mail-hist-define-keys "mail-hist" "\ @@ -17219,8 +17214,8 @@ This function normally would be called when the message is sent. ;;;*** -;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (21710 25465 -;;;;;; 226934 684000)) +;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (21710 25077 +;;;;;; 601662 811000)) ;;; Generated autoloads from mail/mail-utils.el (defvar mail-use-rfc822 nil "\ @@ -17294,8 +17289,8 @@ matches may be returned from the message body. ;;;*** -;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (21710 25465 -;;;;;; 226934 684000)) +;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (21710 25077 +;;;;;; 601662 811000)) ;;; Generated autoloads from mail/mailabbrev.el (defvar mail-abbrevs-mode nil "\ @@ -17344,8 +17339,8 @@ double-quotes. ;;;*** -;;;### (autoloads nil "mailalias" "mail/mailalias.el" (21710 25465 -;;;;;; 226934 684000)) +;;;### (autoloads nil "mailalias" "mail/mailalias.el" (21710 25077 +;;;;;; 601662 811000)) ;;; Generated autoloads from mail/mailalias.el (defvar mail-complete-style 'angles "\ @@ -17398,8 +17393,8 @@ current header, calls `mail-complete-function' and passes prefix ARG if any. ;;;*** -;;;### (autoloads nil "mailclient" "mail/mailclient.el" (21710 25465 -;;;;;; 226934 684000)) +;;;### (autoloads nil "mailclient" "mail/mailclient.el" (21710 25077 +;;;;;; 602662 806000)) ;;; Generated autoloads from mail/mailclient.el (autoload 'mailclient-send-it "mailclient" "\ @@ -17412,7 +17407,7 @@ The mail client is taken to be the handler of mailto URLs. ;;;*** ;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (21710 -;;;;;; 25465 321934 261000)) +;;;;;; 25077 696662 387000)) ;;; Generated autoloads from progmodes/make-mode.el (autoload 'makefile-mode "make-mode" "\ @@ -17529,8 +17524,8 @@ An adapted `makefile-mode' that knows about imake. ;;;*** -;;;### (autoloads nil "makesum" "makesum.el" (21710 25465 230934 -;;;;;; 667000)) +;;;### (autoloads nil "makesum" "makesum.el" (21710 25077 605662 +;;;;;; 793000)) ;;; Generated autoloads from makesum.el (autoload 'make-command-summary "makesum" "\ @@ -17541,7 +17536,7 @@ Previous contents of that buffer are killed first. ;;;*** -;;;### (autoloads nil "man" "man.el" (21710 25547 136569 512000)) +;;;### (autoloads nil "man" "man.el" (21781 3655 976151 680000)) ;;; Generated autoloads from man.el (defalias 'manual-entry 'man) @@ -17595,7 +17590,7 @@ Default bookmark handler for Man buffers. ;;;*** -;;;### (autoloads nil "master" "master.el" (21710 25465 230934 667000)) +;;;### (autoloads nil "master" "master.el" (21710 25077 606662 788000)) ;;; Generated autoloads from master.el (push (purecopy '(master 1 0 2)) package--builtin-versions) @@ -17618,8 +17613,8 @@ yourself the value of `master-of' by calling `master-show-slave'. ;;;*** -;;;### (autoloads nil "mb-depth" "mb-depth.el" (21710 25465 230934 -;;;;;; 667000)) +;;;### (autoloads nil "mb-depth" "mb-depth.el" (21710 25077 606662 +;;;;;; 788000)) ;;; Generated autoloads from mb-depth.el (defvar minibuffer-depth-indicate-mode nil "\ @@ -17646,14 +17641,14 @@ recursion depth in the minibuffer prompt. This is only useful if ;;;*** -;;;### (autoloads nil "md4" "md4.el" (21710 25465 230934 667000)) +;;;### (autoloads nil "md4" "md4.el" (21710 25077 606662 788000)) ;;; Generated autoloads from md4.el (push (purecopy '(md4 1 0)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "message" "gnus/message.el" (21710 25547 111569 -;;;;;; 623000)) +;;;### (autoloads nil "message" "gnus/message.el" (21781 3655 935151 +;;;;;; 518000)) ;;; Generated autoloads from gnus/message.el (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) @@ -17819,7 +17814,7 @@ which specify the range to operate on. ;;;*** ;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (21710 -;;;;;; 25465 321934 261000)) +;;;;;; 25077 696662 387000)) ;;; Generated autoloads from progmodes/meta-mode.el (push (purecopy '(meta-mode 1 0)) package--builtin-versions) @@ -17835,8 +17830,8 @@ Major mode for editing MetaPost sources. ;;;*** -;;;### (autoloads nil "metamail" "mail/metamail.el" (21710 25465 -;;;;;; 226934 684000)) +;;;### (autoloads nil "metamail" "mail/metamail.el" (21710 25077 +;;;;;; 602662 806000)) ;;; Generated autoloads from mail/metamail.el (autoload 'metamail-interpret-header "metamail" "\ @@ -17879,8 +17874,8 @@ redisplayed as output is inserted. ;;;*** -;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (21710 25465 234934 -;;;;;; 649000)) +;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (21710 25077 610662 +;;;;;; 771000)) ;;; Generated autoloads from mh-e/mh-comp.el (autoload 'mh-smail "mh-comp" "\ @@ -17970,7 +17965,7 @@ delete the draft message. ;;;*** -;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (21710 25547 138569 503000)) +;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (21781 3655 978151 688000)) ;;; Generated autoloads from mh-e/mh-e.el (push (purecopy '(mh-e 8 6)) package--builtin-versions) @@ -17987,8 +17982,8 @@ Display version information about MH-E and the MH mail handling system. ;;;*** -;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (21710 25465 -;;;;;; 235934 644000)) +;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (21710 25077 +;;;;;; 611662 766000)) ;;; Generated autoloads from mh-e/mh-folder.el (autoload 'mh-rmail "mh-folder" "\ @@ -18069,8 +18064,8 @@ perform the operation on all messages in that region. ;;;*** -;;;### (autoloads nil "midnight" "midnight.el" (21710 25465 238934 -;;;;;; 631000)) +;;;### (autoloads nil "midnight" "midnight.el" (21710 25077 614662 +;;;;;; 753000)) ;;; Generated autoloads from midnight.el (autoload 'clean-buffer-list "midnight" "\ @@ -18096,8 +18091,8 @@ to its second argument TM. ;;;*** -;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (21710 25465 -;;;;;; 238934 631000)) +;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (21710 25077 +;;;;;; 614662 753000)) ;;; Generated autoloads from minibuf-eldef.el (defvar minibuffer-electric-default-mode nil "\ @@ -18126,7 +18121,7 @@ is modified to remove the default indication. ;;;*** -;;;### (autoloads nil "misc" "misc.el" (21710 25465 239934 627000)) +;;;### (autoloads nil "misc" "misc.el" (21710 25077 615662 748000)) ;;; Generated autoloads from misc.el (autoload 'butterfly "misc" "\ @@ -18154,8 +18149,8 @@ The return value is always nil. ;;;*** -;;;### (autoloads nil "misearch" "misearch.el" (21710 25547 139569 -;;;;;; 498000)) +;;;### (autoloads nil "misearch" "misearch.el" (21781 3655 979151 +;;;;;; 691000)) ;;; Generated autoloads from misearch.el (add-hook 'isearch-mode-hook 'multi-isearch-setup) @@ -18237,7 +18232,7 @@ whose file names match the specified wildcard. ;;;*** ;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (21710 -;;;;;; 25465 322934 257000)) +;;;;;; 25077 697662 383000)) ;;; Generated autoloads from progmodes/mixal-mode.el (push (purecopy '(mixal-mode 0 1)) package--builtin-versions) @@ -18248,8 +18243,8 @@ Major mode for the mixal asm language. ;;;*** -;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (21710 25465 -;;;;;; 183934 876000)) +;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (21710 25077 +;;;;;; 565662 971000)) ;;; Generated autoloads from gnus/mm-encode.el (autoload 'mm-default-file-encoding "mm-encode" "\ @@ -18259,8 +18254,8 @@ Return a default encoding for FILE. ;;;*** -;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (21710 25547 -;;;;;; 112569 619000)) +;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (21781 3655 +;;;;;; 936151 522000)) ;;; Generated autoloads from gnus/mm-extern.el (autoload 'mm-extern-cache-contents "mm-extern" "\ @@ -18278,8 +18273,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. ;;;*** -;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (21710 25465 -;;;;;; 183934 876000)) +;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (21710 25077 +;;;;;; 565662 971000)) ;;; Generated autoloads from gnus/mm-partial.el (autoload 'mm-inline-partial "mm-partial" "\ @@ -18292,8 +18287,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. ;;;*** -;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21710 25547 112569 -;;;;;; 619000)) +;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21781 3655 936151 +;;;;;; 522000)) ;;; Generated autoloads from gnus/mm-url.el (autoload 'mm-url-insert-file-contents "mm-url" "\ @@ -18309,8 +18304,8 @@ Insert file contents of URL using `mm-url-program'. ;;;*** -;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (21710 25547 112569 -;;;;;; 619000)) +;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (21781 3655 936151 +;;;;;; 522000)) ;;; Generated autoloads from gnus/mm-uu.el (autoload 'mm-uu-dissect "mm-uu" "\ @@ -18329,7 +18324,7 @@ Assume text has been decoded if DECODED is non-nil. ;;;*** -;;;### (autoloads nil "mml" "gnus/mml.el" (21710 25547 113569 614000)) +;;;### (autoloads nil "mml" "gnus/mml.el" (21781 3655 937151 526000)) ;;; Generated autoloads from gnus/mml.el (autoload 'mml-to-mime "mml" "\ @@ -18354,8 +18349,8 @@ body) or \"attachment\" (separate from the body). ;;;*** -;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (21710 25547 113569 -;;;;;; 614000)) +;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (21781 3655 937151 +;;;;;; 526000)) ;;; Generated autoloads from gnus/mml1991.el (autoload 'mml1991-encrypt "mml1991" "\ @@ -18370,8 +18365,8 @@ body) or \"attachment\" (separate from the body). ;;;*** -;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (21710 25547 113569 -;;;;;; 614000)) +;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (21781 3655 937151 +;;;;;; 526000)) ;;; Generated autoloads from gnus/mml2015.el (autoload 'mml2015-decrypt "mml2015" "\ @@ -18411,16 +18406,16 @@ body) or \"attachment\" (separate from the body). ;;;*** -;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (21710 25465 -;;;;;; 101935 242000)) +;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (21710 25077 +;;;;;; 488663 314000)) ;;; Generated autoloads from cedet/mode-local.el (put 'define-overloadable-function 'doc-string-elt 3) ;;;*** -;;;### (autoloads nil "modula2" "progmodes/modula2.el" (21710 25465 -;;;;;; 322934 257000)) +;;;### (autoloads nil "modula2" "progmodes/modula2.el" (21676 8647 +;;;;;; 135372 0)) ;;; Generated autoloads from progmodes/modula2.el (defalias 'modula-2-mode 'm2-mode) @@ -18453,8 +18448,7 @@ followed by the first character of the construct. ;;;*** -;;;### (autoloads nil "morse" "play/morse.el" (21710 25547 167569 -;;;;;; 373000)) +;;;### (autoloads nil "morse" "play/morse.el" (21781 3656 15151 833000)) ;;; Generated autoloads from play/morse.el (autoload 'morse-region "morse" "\ @@ -18479,8 +18473,8 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text. ;;;*** -;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (21710 25465 239934 -;;;;;; 627000)) +;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (21710 25077 615662 +;;;;;; 748000)) ;;; Generated autoloads from mouse-drag.el (autoload 'mouse-drag-throw "mouse-drag" "\ @@ -18527,7 +18521,7 @@ To test this function, evaluate: ;;;*** -;;;### (autoloads nil "mpc" "mpc.el" (21710 25547 140569 494000)) +;;;### (autoloads nil "mpc" "mpc.el" (21781 3655 980151 695000)) ;;; Generated autoloads from mpc.el (autoload 'mpc "mpc" "\ @@ -18537,7 +18531,7 @@ Main entry point for MPC. ;;;*** -;;;### (autoloads nil "mpuz" "play/mpuz.el" (21710 25465 297934 368000)) +;;;### (autoloads nil "mpuz" "play/mpuz.el" (21710 25077 672662 494000)) ;;; Generated autoloads from play/mpuz.el (autoload 'mpuz "mpuz" "\ @@ -18547,7 +18541,7 @@ Multiplication puzzle with GNU Emacs. ;;;*** -;;;### (autoloads nil "msb" "msb.el" (21710 25547 140569 494000)) +;;;### (autoloads nil "msb" "msb.el" (21781 3655 980151 695000)) ;;; Generated autoloads from msb.el (defvar msb-mode nil "\ @@ -18572,8 +18566,8 @@ different buffer menu using the function `msb'. ;;;*** -;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (21710 -;;;;;; 25547 124569 565000)) +;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (21781 +;;;;;; 3655 959151 613000)) ;;; Generated autoloads from international/mule-diag.el (autoload 'list-character-sets "mule-diag" "\ @@ -18705,8 +18699,8 @@ The default is 20. If LIMIT is negative, do not limit the listing. ;;;*** -;;;### (autoloads nil "mule-util" "international/mule-util.el" (21710 -;;;;;; 25547 124569 565000)) +;;;### (autoloads nil "mule-util" "international/mule-util.el" (21781 +;;;;;; 3655 959151 613000)) ;;; Generated autoloads from international/mule-util.el (defsubst string-to-list (string) "\ @@ -18837,8 +18831,8 @@ per-character basis, this may not be accurate. ;;;*** -;;;### (autoloads nil "net-utils" "net/net-utils.el" (21710 25465 -;;;;;; 244934 604000)) +;;;### (autoloads nil "net-utils" "net/net-utils.el" (21710 25077 +;;;;;; 621662 722000)) ;;; Generated autoloads from net/net-utils.el (autoload 'ifconfig "net-utils" "\ @@ -18932,8 +18926,8 @@ Open a network connection to HOST on PORT. ;;;*** -;;;### (autoloads nil "netrc" "net/netrc.el" (21710 25465 244934 -;;;;;; 604000)) +;;;### (autoloads nil "netrc" "net/netrc.el" (21710 25077 621662 +;;;;;; 722000)) ;;; Generated autoloads from net/netrc.el (autoload 'netrc-credentials "netrc" "\ @@ -18945,8 +18939,8 @@ listed in the PORTS list. ;;;*** -;;;### (autoloads nil "network-stream" "net/network-stream.el" (21732 -;;;;;; 22059 428321 608000)) +;;;### (autoloads nil "network-stream" "net/network-stream.el" (21781 +;;;;;; 3670 701209 684000)) ;;; Generated autoloads from net/network-stream.el (autoload 'open-network-stream "network-stream" "\ @@ -19039,8 +19033,8 @@ a greeting from the server. ;;;*** -;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (21710 -;;;;;; 25547 144569 476000)) +;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (21781 +;;;;;; 3655 983151 707000)) ;;; Generated autoloads from net/newst-backend.el (autoload 'newsticker-running-p "newst-backend" "\ @@ -19062,7 +19056,7 @@ Run `newsticker-start-hook' if newsticker was not running already. ;;;*** ;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" -;;;;;; (21710 25547 144569 476000)) +;;;;;; (21781 3655 984151 711000)) ;;; Generated autoloads from net/newst-plainview.el (autoload 'newsticker-plainview "newst-plainview" "\ @@ -19072,8 +19066,8 @@ Start newsticker plainview. ;;;*** -;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (21710 -;;;;;; 25547 144569 476000)) +;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (21781 +;;;;;; 3655 984151 711000)) ;;; Generated autoloads from net/newst-reader.el (autoload 'newsticker-show-news "newst-reader" "\ @@ -19083,8 +19077,8 @@ Start reading news. You may want to bind this to a key. ;;;*** -;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (21710 -;;;;;; 25547 145569 472000)) +;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (21781 +;;;;;; 3655 984151 711000)) ;;; Generated autoloads from net/newst-ticker.el (autoload 'newsticker-ticker-running-p "newst-ticker" "\ @@ -19104,8 +19098,8 @@ running already. ;;;*** -;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (21710 -;;;;;; 25547 145569 472000)) +;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (21781 +;;;;;; 3655 984151 711000)) ;;; Generated autoloads from net/newst-treeview.el (autoload 'newsticker-treeview "newst-treeview" "\ @@ -19115,15 +19109,15 @@ Start newsticker treeview. ;;;*** -;;;### (autoloads nil "newsticker" "net/newsticker.el" (21710 25547 -;;;;;; 145569 472000)) +;;;### (autoloads nil "newsticker" "net/newsticker.el" (21781 3655 +;;;;;; 984151 711000)) ;;; Generated autoloads from net/newsticker.el (push (purecopy '(newsticker 1 99)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (21710 25465 185934 -;;;;;; 867000)) +;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (21710 25077 567662 +;;;;;; 962000)) ;;; Generated autoloads from gnus/nndiary.el (autoload 'nndiary-generate-nov-databases "nndiary" "\ @@ -19133,8 +19127,8 @@ Generate NOV databases in all nndiary directories. ;;;*** -;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (21710 25465 185934 -;;;;;; 867000)) +;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (21710 25077 567662 +;;;;;; 962000)) ;;; Generated autoloads from gnus/nndoc.el (autoload 'nndoc-add-type "nndoc" "\ @@ -19148,8 +19142,8 @@ symbol in the alist. ;;;*** -;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (21710 25547 -;;;;;; 114569 610000)) +;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (21781 3655 939151 +;;;;;; 534000)) ;;; Generated autoloads from gnus/nnfolder.el (autoload 'nnfolder-generate-active-file "nnfolder" "\ @@ -19160,7 +19154,7 @@ This command does not work if you use short group names. ;;;*** -;;;### (autoloads nil "nnml" "gnus/nnml.el" (21710 25465 188934 854000)) +;;;### (autoloads nil "nnml" "gnus/nnml.el" (21710 25077 569662 953000)) ;;; Generated autoloads from gnus/nnml.el (autoload 'nnml-generate-nov-databases "nnml" "\ @@ -19170,7 +19164,7 @@ Generate NOV databases in all nnml directories. ;;;*** -;;;### (autoloads nil "novice" "novice.el" (21710 25465 254934 560000)) +;;;### (autoloads nil "novice" "novice.el" (21710 25077 633662 668000)) ;;; Generated autoloads from novice.el (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") @@ -19203,7 +19197,7 @@ future sessions. ;;;*** ;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (21710 -;;;;;; 25465 352934 123000)) +;;;;;; 25077 725662 258000)) ;;; Generated autoloads from textmodes/nroff-mode.el (autoload 'nroff-mode "nroff-mode" "\ @@ -19217,14 +19211,14 @@ closing requests for requests that are used in matched pairs. ;;;*** -;;;### (autoloads nil "ntlm" "net/ntlm.el" (21710 25547 146569 467000)) +;;;### (autoloads nil "ntlm" "net/ntlm.el" (21781 3655 984151 711000)) ;;; Generated autoloads from net/ntlm.el (push (purecopy '(ntlm 1 0)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (21710 25465 -;;;;;; 254934 560000)) +;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (21710 25077 +;;;;;; 633662 668000)) ;;; Generated autoloads from nxml/nxml-glyph.el (autoload 'nxml-glyph-display-string "nxml-glyph" "\ @@ -19236,8 +19230,8 @@ Return nil if the face cannot display a glyph for N. ;;;*** -;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21710 25547 -;;;;;; 150569 450000)) +;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21781 3655 +;;;;;; 992151 743000)) ;;; Generated autoloads from nxml/nxml-mode.el (autoload 'nxml-mode "nxml-mode" "\ @@ -19297,8 +19291,8 @@ Many aspects this mode can be customized using ;;;*** -;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (21710 25465 -;;;;;; 255934 555000)) +;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (21710 25077 +;;;;;; 634662 664000)) ;;; Generated autoloads from nxml/nxml-uchnm.el (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ @@ -19310,8 +19304,8 @@ the variable `nxml-enabled-unicode-blocks'. ;;;*** -;;;### (autoloads nil "octave" "progmodes/octave.el" (21710 25547 -;;;;;; 185569 293000)) +;;;### (autoloads nil "octave" "progmodes/octave.el" (21781 3656 +;;;;;; 40151 932000)) ;;; Generated autoloads from progmodes/octave.el (autoload 'octave-mode "octave" "\ @@ -19348,8 +19342,8 @@ startup file, `~/.emacs-octave'. ;;;*** -;;;### (autoloads nil "opascal" "progmodes/opascal.el" (21710 25547 -;;;;;; 185569 293000)) +;;;### (autoloads nil "opascal" "progmodes/opascal.el" (21781 3656 +;;;;;; 40151 932000)) ;;; Generated autoloads from progmodes/opascal.el (define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") @@ -19384,7 +19378,7 @@ Coloring: ;;;*** -;;;### (autoloads nil "org" "org/org.el" (21710 25547 163569 392000)) +;;;### (autoloads nil "org" "org/org.el" (21781 3656 10151 814000)) ;;; Generated autoloads from org/org.el (autoload 'org-babel-do-load-languages "org" "\ @@ -19605,8 +19599,8 @@ Call the customize function with org as argument. ;;;*** -;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21710 25465 -;;;;;; 277934 457000)) +;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21710 25077 +;;;;;; 652662 583000)) ;;; Generated autoloads from org/org-agenda.el (autoload 'org-toggle-sticky-agenda "org-agenda" "\ @@ -19879,8 +19873,8 @@ to override `appt-message-warning-time'. ;;;*** -;;;### (autoloads nil "org-capture" "org/org-capture.el" (21710 25465 -;;;;;; 278934 453000)) +;;;### (autoloads nil "org-capture" "org/org-capture.el" (21710 25077 +;;;;;; 653662 579000)) ;;; Generated autoloads from org/org-capture.el (autoload 'org-capture-string "org-capture" "\ @@ -19922,8 +19916,8 @@ Set `org-capture-templates' to be similar to `org-remember-templates'. ;;;*** -;;;### (autoloads nil "org-colview" "org/org-colview.el" (21710 25465 -;;;;;; 278934 453000)) +;;;### (autoloads nil "org-colview" "org/org-colview.el" (21710 25077 +;;;;;; 654662 575000)) ;;; Generated autoloads from org/org-colview.el (autoload 'org-columns-remove-overlays "org-colview" "\ @@ -19986,8 +19980,8 @@ Turn on or update column view in the agenda. ;;;*** -;;;### (autoloads nil "org-compat" "org/org-compat.el" (21710 25547 -;;;;;; 157569 418000)) +;;;### (autoloads nil "org-compat" "org/org-compat.el" (21781 3656 +;;;;;; 5151 794000)) ;;; Generated autoloads from org/org-compat.el (autoload 'org-check-version "org-compat" "\ @@ -19997,8 +19991,8 @@ Try very hard to provide sensible version strings. ;;;*** -;;;### (autoloads nil "org-macs" "org/org-macs.el" (21710 25465 281934 -;;;;;; 439000)) +;;;### (autoloads nil "org-macs" "org/org-macs.el" (21710 25077 657662 +;;;;;; 561000)) ;;; Generated autoloads from org/org-macs.el (autoload 'org-load-noerror-mustsuffix "org-macs" "\ @@ -20008,8 +20002,8 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a ;;;*** -;;;### (autoloads nil "org-version" "org/org-version.el" (21710 25465 -;;;;;; 284934 426000)) +;;;### (autoloads nil "org-version" "org/org-version.el" (21676 8646 +;;;;;; 995199 0)) ;;; Generated autoloads from org/org-version.el (autoload 'org-release "org-version" "\ @@ -20026,8 +20020,7 @@ The Git version of org-mode. ;;;*** -;;;### (autoloads nil "outline" "outline.el" (21710 25547 165569 -;;;;;; 382000)) +;;;### (autoloads nil "outline" "outline.el" (21781 3656 12151 821000)) ;;; Generated autoloads from outline.el (put 'outline-regexp 'safe-local-variable 'stringp) (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) @@ -20088,8 +20081,8 @@ See the command `outline-mode' for more information on this mode. ;;;*** -;;;### (autoloads nil "package" "emacs-lisp/package.el" (21710 25547 -;;;;;; 84569 744000)) +;;;### (autoloads nil "package" "emacs-lisp/package.el" (21781 3655 +;;;;;; 897151 368000)) ;;; Generated autoloads from emacs-lisp/package.el (push (purecopy '(package 1 0 1)) package--builtin-versions) @@ -20161,7 +20154,7 @@ The list is displayed in a buffer named `*Packages*'. ;;;*** -;;;### (autoloads nil "paren" "paren.el" (21710 25547 165569 382000)) +;;;### (autoloads nil "paren" "paren.el" (21781 3656 13151 825000)) ;;; Generated autoloads from paren.el (defvar show-paren-mode nil "\ @@ -20187,8 +20180,8 @@ matching parenthesis is highlighted in `show-paren-style' after ;;;*** -;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (21710 -;;;;;; 25547 61569 846000)) +;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (21781 +;;;;;; 3655 854151 199000)) ;;; Generated autoloads from calendar/parse-time.el (put 'parse-time-rules 'risky-local-variable t) @@ -20201,8 +20194,8 @@ unknown are returned as nil. ;;;*** -;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21710 25465 -;;;;;; 323934 252000)) +;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21710 25077 +;;;;;; 698662 378000)) ;;; Generated autoloads from progmodes/pascal.el (autoload 'pascal-mode "pascal" "\ @@ -20252,7 +20245,7 @@ See also the user variables `pascal-type-keywords', `pascal-start-keywords' and ;;;*** ;;;### (autoloads nil "password-cache" "password-cache.el" (21710 -;;;;;; 25465 293934 386000)) +;;;;;; 25077 669662 508000)) ;;; Generated autoloads from password-cache.el (defvar password-cache t "\ @@ -20273,8 +20266,8 @@ Check if KEY is in the cache. ;;;*** -;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (21710 25547 -;;;;;; 84569 744000)) +;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (21781 3655 897151 +;;;;;; 368000)) ;;; Generated autoloads from emacs-lisp/pcase.el (autoload 'pcase "pcase" "\ @@ -20335,8 +20328,8 @@ of the form (UPAT EXP). ;;;*** -;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (21710 25465 293934 -;;;;;; 386000)) +;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (21710 25077 669662 +;;;;;; 508000)) ;;; Generated autoloads from pcmpl-cvs.el (autoload 'pcomplete/cvs "pcmpl-cvs" "\ @@ -20346,8 +20339,8 @@ Completion rules for the `cvs' command. ;;;*** -;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (21710 25547 165569 -;;;;;; 382000)) +;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (21781 3656 13151 +;;;;;; 825000)) ;;; Generated autoloads from pcmpl-gnu.el (autoload 'pcomplete/gzip "pcmpl-gnu" "\ @@ -20374,8 +20367,8 @@ Completion for the GNU tar utility. ;;;*** -;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (21710 25465 -;;;;;; 293934 386000)) +;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (21710 25077 +;;;;;; 669662 508000)) ;;; Generated autoloads from pcmpl-linux.el (autoload 'pcomplete/kill "pcmpl-linux" "\ @@ -20395,8 +20388,8 @@ Completion for GNU/Linux `mount'. ;;;*** -;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (21710 25465 293934 -;;;;;; 386000)) +;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (21710 25077 669662 +;;;;;; 508000)) ;;; Generated autoloads from pcmpl-rpm.el (autoload 'pcomplete/rpm "pcmpl-rpm" "\ @@ -20406,8 +20399,8 @@ Completion for the `rpm' command. ;;;*** -;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (21710 25465 293934 -;;;;;; 386000)) +;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (21710 25077 669662 +;;;;;; 508000)) ;;; Generated autoloads from pcmpl-unix.el (autoload 'pcomplete/cd "pcmpl-unix" "\ @@ -20462,8 +20455,8 @@ Includes files as well as host names followed by a colon. ;;;*** -;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (21710 25465 293934 -;;;;;; 386000)) +;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (21710 25077 669662 +;;;;;; 508000)) ;;; Generated autoloads from pcmpl-x.el (autoload 'pcomplete/tlmgr "pcmpl-x" "\ @@ -20487,8 +20480,8 @@ Completion for the `ag' command. ;;;*** -;;;### (autoloads nil "pcomplete" "pcomplete.el" (21710 25465 293934 -;;;;;; 386000)) +;;;### (autoloads nil "pcomplete" "pcomplete.el" (21710 25077 669662 +;;;;;; 508000)) ;;; Generated autoloads from pcomplete.el (autoload 'pcomplete "pcomplete" "\ @@ -20545,7 +20538,7 @@ Setup `shell-mode' to use pcomplete. ;;;*** -;;;### (autoloads nil "pcvs" "vc/pcvs.el" (21710 25465 371934 38000)) +;;;### (autoloads nil "pcvs" "vc/pcvs.el" (21710 25077 742662 182000)) ;;; Generated autoloads from vc/pcvs.el (autoload 'cvs-checkout "pcvs" "\ @@ -20620,8 +20613,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d ;;;*** -;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (21710 25465 -;;;;;; 370934 43000)) +;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (21710 25077 +;;;;;; 742662 182000)) ;;; Generated autoloads from vc/pcvs-defs.el (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)) "\ @@ -20629,8 +20622,8 @@ Global menu used by PCL-CVS.") ;;;*** -;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21710 -;;;;;; 25547 185569 293000)) +;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21781 +;;;;;; 3656 40151 932000)) ;;; Generated autoloads from progmodes/perl-mode.el (put 'perl-indent-level 'safe-local-variable 'integerp) (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) @@ -20691,8 +20684,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. ;;;*** -;;;### (autoloads nil "picture" "textmodes/picture.el" (21710 25465 -;;;;;; 352934 123000)) +;;;### (autoloads nil "picture" "textmodes/picture.el" (21710 25077 +;;;;;; 725662 258000)) ;;; Generated autoloads from textmodes/picture.el (autoload 'picture-mode "picture" "\ @@ -20772,8 +20765,8 @@ they are not by default assigned to keys. ;;;*** -;;;### (autoloads nil "plstore" "gnus/plstore.el" (21710 25465 190934 -;;;;;; 845000)) +;;;### (autoloads nil "plstore" "gnus/plstore.el" (21710 25077 571662 +;;;;;; 944000)) ;;; Generated autoloads from gnus/plstore.el (autoload 'plstore-open "plstore" "\ @@ -20788,8 +20781,8 @@ Major mode for editing PLSTORE files. ;;;*** -;;;### (autoloads nil "po" "textmodes/po.el" (21710 25465 352934 -;;;;;; 123000)) +;;;### (autoloads nil "po" "textmodes/po.el" (21710 25077 725662 +;;;;;; 258000)) ;;; Generated autoloads from textmodes/po.el (autoload 'po-find-file-coding-system "po" "\ @@ -20800,7 +20793,7 @@ Called through `file-coding-system-alist', before the file is visited for real. ;;;*** -;;;### (autoloads nil "pong" "play/pong.el" (21710 25465 297934 368000)) +;;;### (autoloads nil "pong" "play/pong.el" (21710 25077 673662 490000)) ;;; Generated autoloads from play/pong.el (autoload 'pong "pong" "\ @@ -20816,7 +20809,7 @@ pong-mode keybindings:\\ ;;;*** -;;;### (autoloads nil "pop3" "gnus/pop3.el" (21710 25547 117569 596000)) +;;;### (autoloads nil "pop3" "gnus/pop3.el" (21781 3655 945151 558000)) ;;; Generated autoloads from gnus/pop3.el (autoload 'pop3-movemail "pop3" "\ @@ -20827,8 +20820,8 @@ Use streaming commands. ;;;*** -;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21710 25547 84569 -;;;;;; 744000)) +;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21781 3655 897151 +;;;;;; 368000)) ;;; Generated autoloads from emacs-lisp/pp.el (autoload 'pp-to-string "pp" "\ @@ -20878,8 +20871,8 @@ Ignores leading comment characters. ;;;*** -;;;### (autoloads nil "printing" "printing.el" (21710 25547 168569 -;;;;;; 369000)) +;;;### (autoloads nil "printing" "printing.el" (21781 3656 16151 +;;;;;; 837000)) ;;; Generated autoloads from printing.el (push (purecopy '(printing 6 9 3)) package--builtin-versions) @@ -21467,7 +21460,7 @@ are both set to t. ;;;*** -;;;### (autoloads nil "proced" "proced.el" (21710 25547 168569 369000)) +;;;### (autoloads nil "proced" "proced.el" (21781 3656 17151 841000)) ;;; Generated autoloads from proced.el (autoload 'proced "proced" "\ @@ -21485,8 +21478,8 @@ Proced buffers. ;;;*** -;;;### (autoloads nil "profiler" "profiler.el" (21710 25465 299934 -;;;;;; 359000)) +;;;### (autoloads nil "profiler" "profiler.el" (21710 25077 674662 +;;;;;; 485000)) ;;; Generated autoloads from profiler.el (autoload 'profiler-start "profiler" "\ @@ -21514,8 +21507,8 @@ Open profile FILENAME. ;;;*** -;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21710 25547 -;;;;;; 186569 289000)) +;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21781 3656 +;;;;;; 41151 936000)) ;;; Generated autoloads from progmodes/prolog.el (autoload 'prolog-mode "prolog" "\ @@ -21548,7 +21541,7 @@ With prefix argument ARG, restart the Prolog process if running before. ;;;*** -;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (21710 25465 334934 203000)) +;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (21710 25077 708662 334000)) ;;; Generated autoloads from ps-bdf.el (defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ @@ -21559,8 +21552,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") ;;;*** -;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (21710 25547 -;;;;;; 186569 289000)) +;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (21781 3656 +;;;;;; 41151 936000)) ;;; Generated autoloads from progmodes/ps-mode.el (push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) @@ -21607,8 +21600,8 @@ Typing \\\\[ps-run-goto-error] when the cursor is at the number ;;;*** -;;;### (autoloads nil "ps-print" "ps-print.el" (21710 25547 197569 -;;;;;; 240000)) +;;;### (autoloads nil "ps-print" "ps-print.el" (21781 3656 55151 +;;;;;; 991000)) ;;; Generated autoloads from ps-print.el (push (purecopy '(ps-print 7 3 5)) package--builtin-versions) @@ -21805,15 +21798,15 @@ If EXTENSION is any other symbol, it is ignored. ;;;*** -;;;### (autoloads nil "pulse" "cedet/pulse.el" (21710 25547 64569 -;;;;;; 833000)) +;;;### (autoloads nil "pulse" "cedet/pulse.el" (21781 3655 863151 +;;;;;; 235000)) ;;; Generated autoloads from cedet/pulse.el (push (purecopy '(pulse 1 0)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "python" "progmodes/python.el" (21756 23917 -;;;;;; 646125 381000)) +;;;### (autoloads nil "python" "progmodes/python.el" (21781 3670 +;;;;;; 712209 727000)) ;;; Generated autoloads from progmodes/python.el (push (purecopy '(python 0 24 5)) package--builtin-versions) @@ -21847,7 +21840,7 @@ Major mode for editing Python files. ;;;*** -;;;### (autoloads nil "qp" "gnus/qp.el" (21710 25465 190934 845000)) +;;;### (autoloads nil "qp" "gnus/qp.el" (21710 25077 571662 944000)) ;;; Generated autoloads from gnus/qp.el (autoload 'quoted-printable-decode-region "qp" "\ @@ -21866,8 +21859,8 @@ them into characters should be done separately. ;;;*** -;;;### (autoloads nil "quail" "international/quail.el" (21710 25547 -;;;;;; 125569 561000)) +;;;### (autoloads nil "quail" "international/quail.el" (21781 3655 +;;;;;; 962151 624000)) ;;; Generated autoloads from international/quail.el (autoload 'quail-title "quail" "\ @@ -22097,8 +22090,8 @@ of each directory. ;;;*** -;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (21710 -;;;;;; 25465 220934 711000)) +;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (21781 +;;;;;; 3655 969151 652000)) ;;; Generated autoloads from leim/quail/hangul.el (autoload 'hangul-input-method-activate "quail/hangul" "\ @@ -22111,7 +22104,7 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'. ;;;*** ;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el" -;;;;;; (21710 25465 223934 698000)) +;;;;;; (21710 25077 599662 820000)) ;;; Generated autoloads from leim/quail/uni-input.el (autoload 'ucs-input-activate "quail/uni-input" "\ @@ -22125,8 +22118,8 @@ While this input method is active, the variable ;;;*** -;;;### (autoloads nil "quickurl" "net/quickurl.el" (21710 25465 247934 -;;;;;; 591000)) +;;;### (autoloads nil "quickurl" "net/quickurl.el" (21710 25077 624662 +;;;;;; 708000)) ;;; Generated autoloads from net/quickurl.el (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" "\ @@ -22197,8 +22190,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. ;;;*** -;;;### (autoloads nil "rcirc" "net/rcirc.el" (21710 25547 146569 -;;;;;; 467000)) +;;;### (autoloads nil "rcirc" "net/rcirc.el" (21781 3655 985151 715000)) ;;; Generated autoloads from net/rcirc.el (autoload 'rcirc "rcirc" "\ @@ -22237,7 +22229,7 @@ if ARG is omitted or nil. ;;;*** ;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (21710 -;;;;;; 25465 135935 90000)) +;;;;;; 25077 519663 176000)) ;;; Generated autoloads from emacs-lisp/re-builder.el (defalias 'regexp-builder 're-builder) @@ -22255,8 +22247,8 @@ matching parts of the target buffer will be highlighted. ;;;*** -;;;### (autoloads nil "recentf" "recentf.el" (21710 25465 336934 -;;;;;; 194000)) +;;;### (autoloads nil "recentf" "recentf.el" (21710 25077 710662 +;;;;;; 325000)) ;;; Generated autoloads from recentf.el (defvar recentf-mode nil "\ @@ -22282,7 +22274,7 @@ were operated on recently. ;;;*** -;;;### (autoloads nil "rect" "rect.el" (21710 25547 197569 240000)) +;;;### (autoloads nil "rect" "rect.el" (21781 3656 56151 995000)) ;;; Generated autoloads from rect.el (autoload 'delete-rectangle "rect" "\ @@ -22422,8 +22414,8 @@ Activates the region if needed. Only lasts until the region is deactivated. ;;;*** -;;;### (autoloads nil "refill" "textmodes/refill.el" (21710 25465 -;;;;;; 353934 118000)) +;;;### (autoloads nil "refill" "textmodes/refill.el" (21710 25077 +;;;;;; 726662 254000)) ;;; Generated autoloads from textmodes/refill.el (autoload 'refill-mode "refill" "\ @@ -22443,8 +22435,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead. ;;;*** -;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21710 25547 -;;;;;; 212569 173000)) +;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21781 3656 +;;;;;; 75152 70000)) ;;; Generated autoloads from textmodes/reftex.el (autoload 'turn-on-reftex "reftex" "\ @@ -22493,8 +22485,8 @@ This enforces rescanning the buffer on next use. ;;;*** -;;;### (autoloads nil "reftex-cite" "textmodes/reftex-cite.el" (21710 -;;;;;; 25547 209569 186000)) +;;;### (autoloads nil "reftex-cite" "textmodes/reftex-cite.el" (21781 +;;;;;; 3656 72152 58000)) ;;; Generated autoloads from textmodes/reftex-cite.el (autoload 'reftex-citation "reftex-cite" "\ @@ -22524,7 +22516,7 @@ While entering the regexp, completion on knows citation keys is possible. ;;;*** ;;;### (autoloads nil "reftex-global" "textmodes/reftex-global.el" -;;;;;; (21710 25547 209569 186000)) +;;;;;; (21781 3656 72152 58000)) ;;; Generated autoloads from textmodes/reftex-global.el (autoload 'reftex-isearch-minor-mode "reftex-global" "\ @@ -22541,7 +22533,7 @@ With no argument, this command toggles ;;;*** ;;;### (autoloads nil "reftex-index" "textmodes/reftex-index.el" -;;;;;; (21710 25547 210569 182000)) +;;;;;; (21781 3656 72152 58000)) ;;; Generated autoloads from textmodes/reftex-index.el (autoload 'reftex-index-phrases-mode "reftex-index" "\ @@ -22574,7 +22566,7 @@ Here are all local bindings. ;;;*** ;;;### (autoloads nil "reftex-parse" "textmodes/reftex-parse.el" -;;;;;; (21710 25547 210569 182000)) +;;;;;; (21781 3656 73152 62000)) ;;; Generated autoloads from textmodes/reftex-parse.el (autoload 'reftex-all-document-files "reftex-parse" "\ @@ -22586,8 +22578,8 @@ of master file. ;;;*** -;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (21710 -;;;;;; 25547 211569 177000)) +;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (21781 +;;;;;; 3656 74152 66000)) ;;; Generated autoloads from textmodes/reftex-vars.el (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) @@ -22596,8 +22588,8 @@ of master file. ;;;*** -;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (21710 -;;;;;; 25547 84569 744000)) +;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (21781 +;;;;;; 3655 898151 372000)) ;;; Generated autoloads from emacs-lisp/regexp-opt.el (autoload 'regexp-opt "regexp-opt" "\ @@ -22626,15 +22618,15 @@ This means the number of non-shy regexp grouping constructs ;;;*** -;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (21710 25465 136935 -;;;;;; 86000)) +;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (21710 25077 519663 +;;;;;; 176000)) ;;; Generated autoloads from emacs-lisp/regi.el (push (purecopy '(regi 1 8)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "remember" "textmodes/remember.el" (21710 25547 -;;;;;; 213569 169000)) +;;;### (autoloads nil "remember" "textmodes/remember.el" (21781 3656 +;;;;;; 75152 70000)) ;;; Generated autoloads from textmodes/remember.el (push (purecopy '(remember 2 0)) package--builtin-versions) @@ -22688,7 +22680,7 @@ to turn the *scratch* buffer into your notes buffer. ;;;*** -;;;### (autoloads nil "repeat" "repeat.el" (21710 25465 336934 194000)) +;;;### (autoloads nil "repeat" "repeat.el" (21710 25077 710662 325000)) ;;; Generated autoloads from repeat.el (push (purecopy '(repeat 0 51)) package--builtin-versions) @@ -22711,8 +22703,8 @@ recently executed command not bound to an input event\". ;;;*** -;;;### (autoloads nil "reporter" "mail/reporter.el" (21710 25465 -;;;;;; 226934 684000)) +;;;### (autoloads nil "reporter" "mail/reporter.el" (21710 25077 +;;;;;; 602662 806000)) ;;; Generated autoloads from mail/reporter.el (autoload 'reporter-submit-bug-report "reporter" "\ @@ -22743,8 +22735,8 @@ mail-sending package is used for editing and sending the message. ;;;*** -;;;### (autoloads nil "reposition" "reposition.el" (21710 25465 337934 -;;;;;; 190000)) +;;;### (autoloads nil "reposition" "reposition.el" (21710 25077 711662 +;;;;;; 320000)) ;;; Generated autoloads from reposition.el (autoload 'reposition-window "reposition" "\ @@ -22770,7 +22762,7 @@ first comment line visible (if point is in a comment). ;;;*** -;;;### (autoloads nil "reveal" "reveal.el" (21710 25547 197569 240000)) +;;;### (autoloads nil "reveal" "reveal.el" (21781 3656 56151 995000)) ;;; Generated autoloads from reveal.el (autoload 'reveal-mode "reveal" "\ @@ -22805,8 +22797,8 @@ the mode if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (21710 25465 136935 -;;;;;; 86000)) +;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (21710 25077 519663 +;;;;;; 176000)) ;;; Generated autoloads from emacs-lisp/ring.el (autoload 'ring-p "ring" "\ @@ -22821,8 +22813,8 @@ Make a ring that can contain SIZE elements. ;;;*** -;;;### (autoloads nil "rlogin" "net/rlogin.el" (21710 25465 247934 -;;;;;; 591000)) +;;;### (autoloads nil "rlogin" "net/rlogin.el" (21710 25077 625662 +;;;;;; 704000)) ;;; Generated autoloads from net/rlogin.el (autoload 'rlogin "rlogin" "\ @@ -22866,8 +22858,8 @@ variable. ;;;*** -;;;### (autoloads nil "rmail" "mail/rmail.el" (21710 25547 135569 -;;;;;; 516000)) +;;;### (autoloads nil "rmail" "mail/rmail.el" (21781 3655 974151 +;;;;;; 672000)) ;;; Generated autoloads from mail/rmail.el (defvar rmail-file-name (purecopy "~/RMAIL") "\ @@ -23064,8 +23056,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. ;;;*** -;;;### (autoloads nil "rmailout" "mail/rmailout.el" (21710 25465 -;;;;;; 228934 676000)) +;;;### (autoloads nil "rmailout" "mail/rmailout.el" (21710 25077 +;;;;;; 604662 798000)) ;;; Generated autoloads from mail/rmailout.el (put 'rmail-output-file-alist 'risky-local-variable t) @@ -23129,8 +23121,8 @@ than appending to it. Deletes the message after writing if ;;;*** -;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21710 25465 -;;;;;; 255934 555000)) +;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21710 25077 +;;;;;; 634662 664000)) ;;; Generated autoloads from nxml/rng-cmpct.el (autoload 'rng-c-load-schema "rng-cmpct" "\ @@ -23141,8 +23133,8 @@ Return a pattern. ;;;*** -;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (21710 25465 -;;;;;; 255934 555000)) +;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (21710 25077 +;;;;;; 635662 659000)) ;;; Generated autoloads from nxml/rng-nxml.el (autoload 'rng-nxml-mode-init "rng-nxml" "\ @@ -23154,8 +23146,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil. ;;;*** -;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (21710 25465 -;;;;;; 256934 551000)) +;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (21710 25077 +;;;;;; 635662 659000)) ;;; Generated autoloads from nxml/rng-valid.el (autoload 'rng-validate-mode "rng-valid" "\ @@ -23185,8 +23177,8 @@ to use for finding the schema. ;;;*** -;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (21710 25465 256934 -;;;;;; 551000)) +;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (21710 25077 636662 +;;;;;; 655000)) ;;; Generated autoloads from nxml/rng-xsd.el (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) @@ -23213,8 +23205,8 @@ must be equal. ;;;*** -;;;### (autoloads nil "robin" "international/robin.el" (21710 25465 -;;;;;; 203934 787000)) +;;;### (autoloads nil "robin" "international/robin.el" (21676 8646 +;;;;;; 589839 0)) ;;; Generated autoloads from international/robin.el (autoload 'robin-define-package "robin" "\ @@ -23246,7 +23238,7 @@ Start using robin package NAME, which is a string. ;;;*** -;;;### (autoloads nil "rot13" "rot13.el" (21710 25465 337934 190000)) +;;;### (autoloads nil "rot13" "rot13.el" (21710 25077 711662 320000)) ;;; Generated autoloads from rot13.el (autoload 'rot13 "rot13" "\ @@ -23283,8 +23275,8 @@ Toggle the use of ROT13 encoding for the current window. ;;;*** -;;;### (autoloads nil "rst" "textmodes/rst.el" (21710 25547 213569 -;;;;;; 169000)) +;;;### (autoloads nil "rst" "textmodes/rst.el" (21781 3656 75152 +;;;;;; 70000)) ;;; Generated autoloads from textmodes/rst.el (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) @@ -23314,8 +23306,8 @@ for modes derived from Text mode, like Mail mode. ;;;*** -;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21710 -;;;;;; 25547 188569 280000)) +;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21781 +;;;;;; 4629 998468 633000)) ;;; Generated autoloads from progmodes/ruby-mode.el (push (purecopy '(ruby-mode 1 2)) package--builtin-versions) @@ -23332,8 +23324,8 @@ Major mode for editing Ruby code. ;;;*** -;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (21710 25547 198569 -;;;;;; 235000)) +;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (21781 3656 57151 +;;;;;; 999000)) ;;; Generated autoloads from ruler-mode.el (push (purecopy '(ruler-mode 1 6)) package--builtin-versions) @@ -23351,8 +23343,8 @@ if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (21710 25465 136935 -;;;;;; 86000)) +;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (21710 25077 519663 +;;;;;; 176000)) ;;; Generated autoloads from emacs-lisp/rx.el (autoload 'rx-to-string "rx" "\ @@ -23663,15 +23655,15 @@ enclosed in `(and ...)'. ;;;*** -;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (21710 25465 -;;;;;; 248934 587000)) +;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (21710 25077 +;;;;;; 625662 704000)) ;;; Generated autoloads from net/sasl-ntlm.el (push (purecopy '(sasl 1 0)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "savehist" "savehist.el" (21710 25547 198569 -;;;;;; 235000)) +;;;### (autoloads nil "savehist" "savehist.el" (21781 3656 57151 +;;;;;; 999000)) ;;; Generated autoloads from savehist.el (push (purecopy '(savehist 24)) package--builtin-versions) @@ -23703,8 +23695,8 @@ histories, which is probably undesirable. ;;;*** -;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21710 25547 -;;;;;; 188569 280000)) +;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21781 3656 +;;;;;; 44151 948000)) ;;; Generated autoloads from progmodes/scheme.el (autoload 'scheme-mode "scheme" "\ @@ -23743,8 +23735,8 @@ that variable's value is a string. ;;;*** -;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (21710 25465 -;;;;;; 190934 845000)) +;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (21710 25077 +;;;;;; 572662 940000)) ;;; Generated autoloads from gnus/score-mode.el (autoload 'gnus-score-mode "score-mode" "\ @@ -23757,8 +23749,8 @@ This mode is an extended emacs-lisp mode. ;;;*** -;;;### (autoloads nil "scroll-all" "scroll-all.el" (21710 25547 198569 -;;;;;; 235000)) +;;;### (autoloads nil "scroll-all" "scroll-all.el" (21781 3656 57151 +;;;;;; 999000)) ;;; Generated autoloads from scroll-all.el (defvar scroll-all-mode nil "\ @@ -23783,8 +23775,8 @@ one window apply to all visible windows in the same frame. ;;;*** -;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (21710 25465 -;;;;;; 337934 190000)) +;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (21710 25077 +;;;;;; 711662 320000)) ;;; Generated autoloads from scroll-lock.el (autoload 'scroll-lock-mode "scroll-lock" "\ @@ -23800,16 +23792,16 @@ vertically fixed relative to window boundaries during scrolling. ;;;*** -;;;### (autoloads nil "secrets" "net/secrets.el" (21710 25465 248934 -;;;;;; 587000)) +;;;### (autoloads nil "secrets" "net/secrets.el" (21710 25077 625662 +;;;;;; 704000)) ;;; Generated autoloads from net/secrets.el (when (featurep 'dbusbind) (autoload 'secrets-show-secrets "secrets" nil t)) ;;;*** -;;;### (autoloads nil "semantic" "cedet/semantic.el" (21710 25547 -;;;;;; 64569 833000)) +;;;### (autoloads nil "semantic" "cedet/semantic.el" (21781 3655 +;;;;;; 863151 235000)) ;;; Generated autoloads from cedet/semantic.el (push (purecopy '(semantic 2 2)) package--builtin-versions) @@ -23867,7 +23859,7 @@ Semantic mode. ;;;*** ;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" -;;;;;; (21710 25547 65569 828000)) +;;;;;; (21781 3655 864151 238000)) ;;; Generated autoloads from cedet/semantic/bovine/grammar.el (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ @@ -23878,7 +23870,7 @@ Major mode for editing Bovine grammars. ;;;*** ;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el" -;;;;;; (21710 25465 113935 188000)) +;;;;;; (21710 25077 497663 275000)) ;;; Generated autoloads from cedet/semantic/wisent/grammar.el (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ @@ -23888,8 +23880,8 @@ Major mode for editing Wisent grammars. ;;;*** -;;;### (autoloads nil "sendmail" "mail/sendmail.el" (21710 25465 -;;;;;; 229934 671000)) +;;;### (autoloads nil "sendmail" "mail/sendmail.el" (21710 25077 +;;;;;; 604662 798000)) ;;; Generated autoloads from mail/sendmail.el (defvar mail-from-style 'default "\ @@ -24170,7 +24162,7 @@ Like `mail' command, but display mail buffer in another frame. ;;;*** -;;;### (autoloads nil "server" "server.el" (21710 25547 198569 235000)) +;;;### (autoloads nil "server" "server.el" (21781 3656 57151 999000)) ;;; Generated autoloads from server.el (put 'server-host 'risky-local-variable t) @@ -24237,7 +24229,7 @@ only these files will be asked to be saved. ;;;*** -;;;### (autoloads nil "ses" "ses.el" (21710 25547 199569 231000)) +;;;### (autoloads nil "ses" "ses.el" (21781 3656 58152 3000)) ;;; Generated autoloads from ses.el (autoload 'ses-mode "ses" "\ @@ -24281,8 +24273,8 @@ formula: ;;;*** -;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (21710 -;;;;;; 25547 214569 164000)) +;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (21781 +;;;;;; 3656 76152 74000)) ;;; Generated autoloads from textmodes/sgml-mode.el (autoload 'sgml-mode "sgml-mode" "\ @@ -24347,8 +24339,8 @@ To work around that, do: ;;;*** -;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21710 -;;;;;; 25547 188569 280000)) +;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21781 +;;;;;; 3656 45151 951000)) ;;; Generated autoloads from progmodes/sh-script.el (push (purecopy '(sh-script 2 0 6)) package--builtin-versions) (put 'sh-shell 'safe-local-variable 'symbolp) @@ -24411,8 +24403,8 @@ with your script for an edit-interpret-debug cycle. ;;;*** -;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (21710 25465 -;;;;;; 136935 86000)) +;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (21710 25077 +;;;;;; 519663 176000)) ;;; Generated autoloads from emacs-lisp/shadow.el (autoload 'list-load-path-shadows "shadow" "\ @@ -24461,8 +24453,8 @@ function, `load-path-shadows-find'. ;;;*** -;;;### (autoloads nil "shadowfile" "shadowfile.el" (21710 25465 339934 -;;;;;; 181000)) +;;;### (autoloads nil "shadowfile" "shadowfile.el" (21710 25077 713662 +;;;;;; 311000)) ;;; Generated autoloads from shadowfile.el (autoload 'shadow-define-cluster "shadowfile" "\ @@ -24500,7 +24492,7 @@ Set up file shadowing. ;;;*** -;;;### (autoloads nil "shell" "shell.el" (21710 25547 199569 231000)) +;;;### (autoloads nil "shell" "shell.el" (21781 3656 58152 3000)) ;;; Generated autoloads from shell.el (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ @@ -24548,7 +24540,7 @@ Otherwise, one argument `-i' is passed to the shell. ;;;*** -;;;### (autoloads nil "shr" "net/shr.el" (21710 25547 147569 463000)) +;;;### (autoloads nil "shr" "net/shr.el" (21781 3655 987151 723000)) ;;; Generated autoloads from net/shr.el (autoload 'shr-render-region "shr" "\ @@ -24565,8 +24557,8 @@ DOM should be a parse tree as generated by ;;;*** -;;;### (autoloads nil "sieve" "gnus/sieve.el" (21710 25465 191934 -;;;;;; 841000)) +;;;### (autoloads nil "sieve" "gnus/sieve.el" (21710 25077 572662 +;;;;;; 940000)) ;;; Generated autoloads from gnus/sieve.el (autoload 'sieve-manage "sieve" "\ @@ -24591,8 +24583,8 @@ DOM should be a parse tree as generated by ;;;*** -;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (21710 25465 -;;;;;; 191934 841000)) +;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (21710 25077 +;;;;;; 572662 940000)) ;;; Generated autoloads from gnus/sieve-mode.el (autoload 'sieve-mode "sieve-mode" "\ @@ -24607,8 +24599,8 @@ Turning on Sieve mode runs `sieve-mode-hook'. ;;;*** -;;;### (autoloads nil "simula" "progmodes/simula.el" (21710 25465 -;;;;;; 326934 239000)) +;;;### (autoloads nil "simula" "progmodes/simula.el" (21710 25077 +;;;;;; 701662 365000)) ;;; Generated autoloads from progmodes/simula.el (autoload 'simula-mode "simula" "\ @@ -24656,8 +24648,8 @@ with no arguments, if that value is non-nil. ;;;*** -;;;### (autoloads nil "skeleton" "skeleton.el" (21710 25547 201569 -;;;;;; 222000)) +;;;### (autoloads nil "skeleton" "skeleton.el" (21781 3656 60152 +;;;;;; 11000)) ;;; Generated autoloads from skeleton.el (defvar skeleton-filter-function 'identity "\ @@ -24775,8 +24767,8 @@ symmetrical ones, and the same character twice for the others. ;;;*** -;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (21710 25547 -;;;;;; 220569 137000)) +;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (21781 3656 +;;;;;; 85152 109000)) ;;; Generated autoloads from vc/smerge-mode.el (autoload 'smerge-ediff "smerge-mode" "\ @@ -24803,8 +24795,8 @@ If no conflict maker is found, turn off `smerge-mode'. ;;;*** -;;;### (autoloads nil "smiley" "gnus/smiley.el" (21710 25465 191934 -;;;;;; 841000)) +;;;### (autoloads nil "smiley" "gnus/smiley.el" (21710 25077 572662 +;;;;;; 940000)) ;;; Generated autoloads from gnus/smiley.el (autoload 'smiley-region "smiley" "\ @@ -24821,8 +24813,8 @@ interactively. If there's no argument, do it at the current buffer. ;;;*** -;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (21710 25547 -;;;;;; 136569 512000)) +;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (21781 3655 975151 +;;;;;; 676000)) ;;; Generated autoloads from mail/smtpmail.el (autoload 'smtpmail-send-it "smtpmail" "\ @@ -24837,8 +24829,8 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'. ;;;*** -;;;### (autoloads nil "snake" "play/snake.el" (21710 25465 297934 -;;;;;; 368000)) +;;;### (autoloads nil "snake" "play/snake.el" (21710 25077 673662 +;;;;;; 490000)) ;;; Generated autoloads from play/snake.el (autoload 'snake "snake" "\ @@ -24861,8 +24853,8 @@ Snake mode keybindings: ;;;*** -;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (21710 25465 -;;;;;; 248934 587000)) +;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (21710 25077 +;;;;;; 626662 699000)) ;;; Generated autoloads from net/snmp-mode.el (autoload 'snmp-mode "snmp-mode" "\ @@ -24891,8 +24883,8 @@ then `snmpv2-mode-hook'. ;;;*** -;;;### (autoloads nil "solar" "calendar/solar.el" (21710 25465 95935 -;;;;;; 269000)) +;;;### (autoloads nil "solar" "calendar/solar.el" (21781 3655 854151 +;;;;;; 199000)) ;;; Generated autoloads from calendar/solar.el (autoload 'sunrise-sunset "solar" "\ @@ -24907,8 +24899,8 @@ This function is suitable for execution in an init file. ;;;*** -;;;### (autoloads nil "solitaire" "play/solitaire.el" (21710 25465 -;;;;;; 297934 368000)) +;;;### (autoloads nil "solitaire" "play/solitaire.el" (21710 25077 +;;;;;; 673662 490000)) ;;; Generated autoloads from play/solitaire.el (autoload 'solitaire "solitaire" "\ @@ -24983,7 +24975,7 @@ Pick your favorite shortcuts: ;;;*** -;;;### (autoloads nil "sort" "sort.el" (21710 25465 341934 172000)) +;;;### (autoloads nil "sort" "sort.el" (21710 25077 715662 303000)) ;;; Generated autoloads from sort.el (put 'sort-fold-case 'safe-local-variable 'booleanp) @@ -25158,7 +25150,7 @@ is non-nil, it also prints a message describing the number of deletions. ;;;*** -;;;### (autoloads nil "spam" "gnus/spam.el" (21710 25547 118569 592000)) +;;;### (autoloads nil "spam" "gnus/spam.el" (21781 3655 948151 569000)) ;;; Generated autoloads from gnus/spam.el (autoload 'spam-initialize "spam" "\ @@ -25173,7 +25165,7 @@ installed through `spam-necessary-extra-headers'. ;;;*** ;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (21710 -;;;;;; 25465 191934 841000)) +;;;;;; 25077 572662 940000)) ;;; Generated autoloads from gnus/spam-report.el (autoload 'spam-report-process-queue "spam-report" "\ @@ -25215,8 +25207,8 @@ Spam reports will be queued with the method used when ;;;*** -;;;### (autoloads nil "speedbar" "speedbar.el" (21710 25547 202569 -;;;;;; 218000)) +;;;### (autoloads nil "speedbar" "speedbar.el" (21781 3656 61152 +;;;;;; 14000)) ;;; Generated autoloads from speedbar.el (defalias 'speedbar 'speedbar-frame-mode) @@ -25240,8 +25232,8 @@ selected. If the speedbar frame is active, then select the attached frame. ;;;*** -;;;### (autoloads nil "spook" "play/spook.el" (21710 25465 297934 -;;;;;; 368000)) +;;;### (autoloads nil "spook" "play/spook.el" (21710 25077 673662 +;;;;;; 490000)) ;;; Generated autoloads from play/spook.el (autoload 'spook "spook" "\ @@ -25256,8 +25248,8 @@ Return a vector containing the lines from `spook-phrases-file'. ;;;*** -;;;### (autoloads nil "sql" "progmodes/sql.el" (21710 25547 189569 -;;;;;; 276000)) +;;;### (autoloads nil "sql" "progmodes/sql.el" (21781 3656 47151 +;;;;;; 959000)) ;;; Generated autoloads from progmodes/sql.el (push (purecopy '(sql 3 4)) package--builtin-versions) @@ -25718,15 +25710,15 @@ buffer. ;;;*** -;;;### (autoloads nil "srecode" "cedet/srecode.el" (21710 25465 113935 -;;;;;; 188000)) +;;;### (autoloads nil "srecode" "cedet/srecode.el" (21710 25077 498663 +;;;;;; 270000)) ;;; Generated autoloads from cedet/srecode.el (push (purecopy '(srecode 1 2)) package--builtin-versions) ;;;*** ;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" -;;;;;; (21710 25547 69569 810000)) +;;;;;; (21781 3655 875151 282000)) ;;; Generated autoloads from cedet/srecode/srt-mode.el (autoload 'srecode-template-mode "srecode/srt-mode" "\ @@ -25738,8 +25730,8 @@ Major-mode for writing SRecode macros. ;;;*** -;;;### (autoloads nil "starttls" "gnus/starttls.el" (21710 25465 -;;;;;; 192934 836000)) +;;;### (autoloads nil "starttls" "gnus/starttls.el" (21710 25077 +;;;;;; 573662 936000)) ;;; Generated autoloads from gnus/starttls.el (autoload 'starttls-open-stream "starttls" "\ @@ -25762,8 +25754,8 @@ GnuTLS requires a port number. ;;;*** -;;;### (autoloads nil "strokes" "strokes.el" (21710 25465 343934 -;;;;;; 163000)) +;;;### (autoloads nil "strokes" "strokes.el" (21710 25077 716662 +;;;;;; 298000)) ;;; Generated autoloads from strokes.el (autoload 'strokes-global-set-stroke "strokes" "\ @@ -25876,8 +25868,8 @@ Read a complex stroke and insert its glyph into the current buffer. ;;;*** -;;;### (autoloads nil "studly" "play/studly.el" (21710 25465 297934 -;;;;;; 368000)) +;;;### (autoloads nil "studly" "play/studly.el" (21676 8647 80843 +;;;;;; 0)) ;;; Generated autoloads from play/studly.el (autoload 'studlify-region "studly" "\ @@ -25897,8 +25889,8 @@ Studlify-case the current buffer. ;;;*** -;;;### (autoloads nil "subword" "progmodes/subword.el" (21710 25547 -;;;;;; 189569 276000)) +;;;### (autoloads nil "subword" "progmodes/subword.el" (21781 3656 +;;;;;; 47151 959000)) ;;; Generated autoloads from progmodes/subword.el (autoload 'subword-mode "subword" "\ @@ -25992,8 +25984,8 @@ See `superword-mode' for more information on Superword mode. ;;;*** -;;;### (autoloads nil "supercite" "mail/supercite.el" (21710 25465 -;;;;;; 229934 671000)) +;;;### (autoloads nil "supercite" "mail/supercite.el" (21710 25077 +;;;;;; 605662 793000)) ;;; Generated autoloads from mail/supercite.el (autoload 'sc-cite-original "supercite" "\ @@ -26025,8 +26017,8 @@ and `sc-post-hook' is run after the guts of this function. ;;;*** -;;;### (autoloads nil "t-mouse" "t-mouse.el" (21710 25465 344934 -;;;;;; 158000)) +;;;### (autoloads nil "t-mouse" "t-mouse.el" (21710 25077 717662 +;;;;;; 294000)) ;;; Generated autoloads from t-mouse.el (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") @@ -26054,7 +26046,7 @@ It relies on the `gpm' daemon being activated. ;;;*** -;;;### (autoloads nil "tabify" "tabify.el" (21710 25465 344934 158000)) +;;;### (autoloads nil "tabify" "tabify.el" (21710 25077 717662 294000)) ;;; Generated autoloads from tabify.el (autoload 'untabify "tabify" "\ @@ -26083,8 +26075,8 @@ The variable `tab-width' controls the spacing of tab stops. ;;;*** -;;;### (autoloads nil "table" "textmodes/table.el" (21710 25465 358934 -;;;;;; 96000)) +;;;### (autoloads nil "table" "textmodes/table.el" (21710 25077 731662 +;;;;;; 231000)) ;;; Generated autoloads from textmodes/table.el (defvar table-cell-map-hook nil "\ @@ -26676,7 +26668,7 @@ converts a table into plain text without frames. It is a companion to ;;;*** -;;;### (autoloads nil "talk" "talk.el" (21710 25465 344934 158000)) +;;;### (autoloads nil "talk" "talk.el" (21710 25077 717662 294000)) ;;; Generated autoloads from talk.el (autoload 'talk-connect "talk" "\ @@ -26691,8 +26683,8 @@ Connect to the Emacs talk group from the current X display or tty frame. ;;;*** -;;;### (autoloads nil "tar-mode" "tar-mode.el" (21710 25547 204569 -;;;;;; 209000)) +;;;### (autoloads nil "tar-mode" "tar-mode.el" (21781 3656 63152 +;;;;;; 22000)) ;;; Generated autoloads from tar-mode.el (autoload 'tar-mode "tar-mode" "\ @@ -26715,8 +26707,8 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. ;;;*** -;;;### (autoloads nil "tcl" "progmodes/tcl.el" (21710 25465 328934 -;;;;;; 230000)) +;;;### (autoloads nil "tcl" "progmodes/tcl.el" (21710 25077 702662 +;;;;;; 360000)) ;;; Generated autoloads from progmodes/tcl.el (autoload 'tcl-mode "tcl" "\ @@ -26764,8 +26756,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. ;;;*** -;;;### (autoloads nil "telnet" "net/telnet.el" (21710 25465 249934 -;;;;;; 582000)) +;;;### (autoloads nil "telnet" "net/telnet.el" (21710 25077 627662 +;;;;;; 695000)) ;;; Generated autoloads from net/telnet.el (autoload 'telnet "telnet" "\ @@ -26790,7 +26782,7 @@ Normally input is edited in Emacs and sent a line at a time. ;;;*** -;;;### (autoloads nil "term" "term.el" (21710 25547 205569 204000)) +;;;### (autoloads nil "term" "term.el" (21781 3656 64152 26000)) ;;; Generated autoloads from term.el (autoload 'make-term "term" "\ @@ -26833,7 +26825,7 @@ use in that buffer. ;;;*** ;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (21710 -;;;;;; 25465 137935 81000)) +;;;;;; 25077 521663 168000)) ;;; Generated autoloads from emacs-lisp/testcover.el (autoload 'testcover-this-defun "testcover" "\ @@ -26843,8 +26835,8 @@ Start coverage on function under point. ;;;*** -;;;### (autoloads nil "tetris" "play/tetris.el" (21710 25465 297934 -;;;;;; 368000)) +;;;### (autoloads nil "tetris" "play/tetris.el" (21710 25077 673662 +;;;;;; 490000)) ;;; Generated autoloads from play/tetris.el (push (purecopy '(tetris 2 1)) package--builtin-versions) @@ -26869,8 +26861,8 @@ tetris-mode keybindings: ;;;*** -;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (21710 25547 -;;;;;; 214569 164000)) +;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (21781 3656 +;;;;;; 77152 77000)) ;;; Generated autoloads from textmodes/tex-mode.el (defvar tex-shell-file-name nil "\ @@ -27171,8 +27163,8 @@ Major mode to edit DocTeX files. ;;;*** -;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (21710 25465 -;;;;;; 360934 87000)) +;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (21710 25077 +;;;;;; 732662 227000)) ;;; Generated autoloads from textmodes/texinfmt.el (autoload 'texinfo-format-buffer "texinfmt" "\ @@ -27211,8 +27203,8 @@ if large. You can use `Info-split' to do this manually. ;;;*** -;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (21710 25465 -;;;;;; 360934 87000)) +;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (21710 25077 +;;;;;; 732662 227000)) ;;; Generated autoloads from textmodes/texinfo.el (defvar texinfo-open-quote (purecopy "``") "\ @@ -27297,7 +27289,7 @@ value of `texinfo-mode-hook'. ;;;*** ;;;### (autoloads nil "thai-util" "language/thai-util.el" (21710 -;;;;;; 25465 211934 751000)) +;;;;;; 25077 590662 860000)) ;;; Generated autoloads from language/thai-util.el (autoload 'thai-compose-region "thai-util" "\ @@ -27324,8 +27316,8 @@ Compose Thai characters in the current buffer. ;;;*** -;;;### (autoloads nil "thingatpt" "thingatpt.el" (21710 25465 361934 -;;;;;; 83000)) +;;;### (autoloads nil "thingatpt" "thingatpt.el" (21710 25077 733662 +;;;;;; 222000)) ;;; Generated autoloads from thingatpt.el (autoload 'forward-thing "thingatpt" "\ @@ -27389,7 +27381,7 @@ Return the Lisp list at point, or nil if none is found. ;;;*** -;;;### (autoloads nil "thumbs" "thumbs.el" (21710 25465 361934 83000)) +;;;### (autoloads nil "thumbs" "thumbs.el" (21710 25077 733662 222000)) ;;; Generated autoloads from thumbs.el (autoload 'thumbs-find-thumb "thumbs" "\ @@ -27424,7 +27416,7 @@ In dired, call the setroot program on the image at point. ;;;*** ;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (21710 -;;;;;; 25465 212934 747000)) +;;;;;; 25077 590662 860000)) ;;; Generated autoloads from language/tibet-util.el (autoload 'tibetan-char-p "tibet-util" "\ @@ -27497,8 +27489,8 @@ See also docstring of the function tibetan-compose-region. ;;;*** -;;;### (autoloads nil "tildify" "textmodes/tildify.el" (21710 25547 -;;;;;; 215569 160000)) +;;;### (autoloads nil "tildify" "textmodes/tildify.el" (21781 3656 +;;;;;; 79152 85000)) ;;; Generated autoloads from textmodes/tildify.el (push (purecopy '(tildify 4 5)) package--builtin-versions) @@ -27522,7 +27514,7 @@ This function performs no refilling of the changed text. ;;;*** -;;;### (autoloads nil "time" "time.el" (21710 25465 361934 83000)) +;;;### (autoloads nil "time" "time.el" (21710 25077 733662 222000)) ;;; Generated autoloads from time.el (defvar display-time-day-and-date nil "\ @@ -27584,8 +27576,8 @@ Return a string giving the duration of the Emacs initialization. ;;;*** -;;;### (autoloads nil "time-date" "calendar/time-date.el" (21710 -;;;;;; 25547 61569 846000)) +;;;### (autoloads nil "time-date" "calendar/time-date.el" (21781 +;;;;;; 3655 854151 199000)) ;;; Generated autoloads from calendar/time-date.el (autoload 'date-to-time "time-date" "\ @@ -27696,8 +27688,8 @@ This function does not work for SECONDS greater than `most-positive-fixnum'. ;;;*** -;;;### (autoloads nil "time-stamp" "time-stamp.el" (21710 25465 361934 -;;;;;; 83000)) +;;;### (autoloads nil "time-stamp" "time-stamp.el" (21710 25077 733662 +;;;;;; 222000)) ;;; Generated autoloads from time-stamp.el (put 'time-stamp-format 'safe-local-variable 'stringp) (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) @@ -27737,8 +27729,8 @@ With ARG, turn time stamping on if and only if arg is positive. ;;;*** -;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (21710 -;;;;;; 25547 61569 846000)) +;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (21781 +;;;;;; 3655 854151 199000)) ;;; Generated autoloads from calendar/timeclock.el (push (purecopy '(timeclock 2 6 1)) package--builtin-versions) @@ -27848,7 +27840,7 @@ relative only to the time worked today, and not to past time. ;;;*** ;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el" -;;;;;; (21710 25465 204934 783000)) +;;;;;; (21710 25077 584662 887000)) ;;; Generated autoloads from international/titdic-cnv.el (autoload 'titdic-convert "titdic-cnv" "\ @@ -27870,7 +27862,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". ;;;*** -;;;### (autoloads nil "tmm" "tmm.el" (21710 25547 215569 160000)) +;;;### (autoloads nil "tmm" "tmm.el" (21781 3656 79152 85000)) ;;; Generated autoloads from tmm.el (define-key global-map "\M-`" 'tmm-menubar) (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) @@ -27912,8 +27904,8 @@ Its value should be an event that has a binding in MENU. ;;;*** -;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21732 -;;;;;; 22059 425321 625000)) +;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21781 +;;;;;; 3670 683209 613000)) ;;; Generated autoloads from calendar/todo-mode.el (autoload 'todo-show "todo-mode" "\ @@ -27980,8 +27972,8 @@ Mode for displaying and reprioritizing top priority Todo. ;;;*** -;;;### (autoloads nil "tool-bar" "tool-bar.el" (21710 25465 362934 -;;;;;; 78000)) +;;;### (autoloads nil "tool-bar" "tool-bar.el" (21710 25077 734662 +;;;;;; 218000)) ;;; Generated autoloads from tool-bar.el (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ @@ -28051,8 +28043,8 @@ holds a keymap. ;;;*** -;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (21710 25465 137935 -;;;;;; 81000)) +;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (21710 25077 521663 +;;;;;; 168000)) ;;; Generated autoloads from emacs-lisp/tq.el (autoload 'tq-create "tq" "\ @@ -28065,8 +28057,8 @@ to a tcp server on another machine. ;;;*** -;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (21710 25465 -;;;;;; 137935 81000)) +;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (21710 25077 +;;;;;; 521663 168000)) ;;; Generated autoloads from emacs-lisp/trace.el (defvar trace-buffer "*trace-output*" "\ @@ -28111,8 +28103,7 @@ the output buffer or changing the window configuration. ;;;*** -;;;### (autoloads nil "tramp" "net/tramp.el" (21756 23917 639125 -;;;;;; 436000)) +;;;### (autoloads nil "tramp" "net/tramp.el" (21781 3670 703209 692000)) ;;; Generated autoloads from net/tramp.el (defvar tramp-mode t "\ @@ -28227,8 +28218,8 @@ Discard Tramp from loading remote files. ;;;*** -;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (21710 25465 -;;;;;; 250934 578000)) +;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (21710 25077 +;;;;;; 628662 690000)) ;;; Generated autoloads from net/tramp-ftp.el (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ @@ -28238,8 +28229,8 @@ Discard Tramp from loading remote files. ;;;*** -;;;### (autoloads nil "tutorial" "tutorial.el" (21710 25465 362934 -;;;;;; 78000)) +;;;### (autoloads nil "tutorial" "tutorial.el" (21710 25077 734662 +;;;;;; 218000)) ;;; Generated autoloads from tutorial.el (autoload 'help-with-tutorial "tutorial" "\ @@ -28263,8 +28254,8 @@ resumed later. ;;;*** -;;;### (autoloads nil "tv-util" "language/tv-util.el" (21710 25465 -;;;;;; 212934 747000)) +;;;### (autoloads nil "tv-util" "language/tv-util.el" (21676 8646 +;;;;;; 619137 0)) ;;; Generated autoloads from language/tv-util.el (autoload 'tai-viet-composition-function "tv-util" "\ @@ -28275,7 +28266,7 @@ resumed later. ;;;*** ;;;### (autoloads nil "two-column" "textmodes/two-column.el" (21710 -;;;;;; 25465 361934 83000)) +;;;;;; 25077 733662 222000)) ;;; Generated autoloads from textmodes/two-column.el (autoload '2C-command "two-column" () t 'keymap) (global-set-key "\C-x6" '2C-command) @@ -28322,8 +28313,8 @@ First column's text sSs Second column's text ;;;*** -;;;### (autoloads nil "type-break" "type-break.el" (21710 25547 216569 -;;;;;; 155000)) +;;;### (autoloads nil "type-break" "type-break.el" (21781 3656 79152 +;;;;;; 85000)) ;;; Generated autoloads from type-break.el (defvar type-break-mode nil "\ @@ -28455,7 +28446,7 @@ FRAC should be the inverse of the fractional value; for example, a value of ;;;*** -;;;### (autoloads nil "uce" "mail/uce.el" (21710 25465 230934 667000)) +;;;### (autoloads nil "uce" "mail/uce.el" (21710 25077 605662 793000)) ;;; Generated autoloads from mail/uce.el (autoload 'uce-reply-to-uce "uce" "\ @@ -28469,7 +28460,7 @@ You might need to set `uce-mail-reader' before using this. ;;;*** ;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el" -;;;;;; (21710 25465 204934 783000)) +;;;;;; (21710 25077 584662 887000)) ;;; Generated autoloads from international/ucs-normalize.el (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ @@ -28535,7 +28526,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus. ;;;*** ;;;### (autoloads nil "underline" "textmodes/underline.el" (21710 -;;;;;; 25465 361934 83000)) +;;;;;; 25077 733662 222000)) ;;; Generated autoloads from textmodes/underline.el (autoload 'underline-region "underline" "\ @@ -28555,8 +28546,8 @@ which specify the range to operate on. ;;;*** -;;;### (autoloads nil "unrmail" "mail/unrmail.el" (21710 25465 230934 -;;;;;; 667000)) +;;;### (autoloads nil "unrmail" "mail/unrmail.el" (21710 25077 605662 +;;;;;; 793000)) ;;; Generated autoloads from mail/unrmail.el (autoload 'batch-unrmail "unrmail" "\ @@ -28576,8 +28567,8 @@ The variable `unrmail-mbox-format' controls which mbox format to use. ;;;*** -;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (21710 25465 -;;;;;; 137935 81000)) +;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (21710 25077 +;;;;;; 521663 168000)) ;;; Generated autoloads from emacs-lisp/unsafep.el (autoload 'unsafep "unsafep" "\ @@ -28589,7 +28580,7 @@ UNSAFEP-VARS is a list of symbols with local bindings. ;;;*** -;;;### (autoloads nil "url" "url/url.el" (21710 25547 217569 151000)) +;;;### (autoloads nil "url" "url/url.el" (21781 3656 81152 93000)) ;;; Generated autoloads from url/url.el (autoload 'url-retrieve "url" "\ @@ -28636,8 +28627,8 @@ no further processing). URL is either a string or a parsed URL. ;;;*** -;;;### (autoloads nil "url-auth" "url/url-auth.el" (21710 25465 363934 -;;;;;; 74000)) +;;;### (autoloads nil "url-auth" "url/url-auth.el" (21710 25077 735662 +;;;;;; 213000)) ;;; Generated autoloads from url/url-auth.el (autoload 'url-get-authentication "url-auth" "\ @@ -28678,8 +28669,8 @@ RATING a rating between 1 and 10 of the strength of the authentication. ;;;*** -;;;### (autoloads nil "url-cache" "url/url-cache.el" (21710 25547 -;;;;;; 216569 155000)) +;;;### (autoloads nil "url-cache" "url/url-cache.el" (21781 3656 +;;;;;; 80152 89000)) ;;; Generated autoloads from url/url-cache.el (autoload 'url-store-in-cache "url-cache" "\ @@ -28700,8 +28691,8 @@ Extract FNAM from the local disk cache. ;;;*** -;;;### (autoloads nil "url-cid" "url/url-cid.el" (21710 25465 363934 -;;;;;; 74000)) +;;;### (autoloads nil "url-cid" "url/url-cid.el" (21710 25077 735662 +;;;;;; 213000)) ;;; Generated autoloads from url/url-cid.el (autoload 'url-cid "url-cid" "\ @@ -28711,8 +28702,8 @@ Extract FNAM from the local disk cache. ;;;*** -;;;### (autoloads nil "url-dav" "url/url-dav.el" (21710 25547 216569 -;;;;;; 155000)) +;;;### (autoloads nil "url-dav" "url/url-dav.el" (21781 3656 80152 +;;;;;; 89000)) ;;; Generated autoloads from url/url-dav.el (autoload 'url-dav-supported-p "url-dav" "\ @@ -28746,8 +28737,8 @@ added to this list, so most requests can just pass in nil. ;;;*** -;;;### (autoloads nil "url-file" "url/url-file.el" (21710 25465 364934 -;;;;;; 69000)) +;;;### (autoloads nil "url-file" "url/url-file.el" (21710 25077 736662 +;;;;;; 209000)) ;;; Generated autoloads from url/url-file.el (autoload 'url-file "url-file" "\ @@ -28757,8 +28748,8 @@ Handle file: and ftp: URLs. ;;;*** -;;;### (autoloads nil "url-gw" "url/url-gw.el" (21710 25547 217569 -;;;;;; 151000)) +;;;### (autoloads nil "url-gw" "url/url-gw.el" (21781 3656 80152 +;;;;;; 89000)) ;;; Generated autoloads from url/url-gw.el (autoload 'url-gateway-nslookup-host "url-gw" "\ @@ -28776,8 +28767,8 @@ Might do a non-blocking connection; use `process-status' to check. ;;;*** -;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21710 -;;;;;; 25547 217569 151000)) +;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21781 +;;;;;; 4630 1468 620000)) ;;; Generated autoloads from url/url-handlers.el (defvar url-handler-mode nil "\ @@ -28831,8 +28822,8 @@ accessible. ;;;*** -;;;### (autoloads nil "url-http" "url/url-http.el" (21710 25547 217569 -;;;;;; 151000)) +;;;### (autoloads nil "url-http" "url/url-http.el" (21781 3656 81152 +;;;;;; 93000)) ;;; Generated autoloads from url/url-http.el (autoload 'url-default-expander "url-expand") @@ -28844,8 +28835,8 @@ accessible. ;;;*** -;;;### (autoloads nil "url-irc" "url/url-irc.el" (21710 25465 365934 -;;;;;; 65000)) +;;;### (autoloads nil "url-irc" "url/url-irc.el" (21710 25077 737662 +;;;;;; 205000)) ;;; Generated autoloads from url/url-irc.el (autoload 'url-irc "url-irc" "\ @@ -28855,8 +28846,8 @@ accessible. ;;;*** -;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (21710 25465 365934 -;;;;;; 65000)) +;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (21710 25077 737662 +;;;;;; 205000)) ;;; Generated autoloads from url/url-ldap.el (autoload 'url-ldap "url-ldap" "\ @@ -28869,8 +28860,8 @@ URL can be a URL string, or a URL vector of the type returned by ;;;*** -;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (21710 25465 -;;;;;; 365934 65000)) +;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (21710 25077 +;;;;;; 737662 205000)) ;;; Generated autoloads from url/url-mailto.el (autoload 'url-mail "url-mailto" "\ @@ -28885,8 +28876,8 @@ Handle the mailto: URL syntax. ;;;*** -;;;### (autoloads nil "url-misc" "url/url-misc.el" (21710 25465 365934 -;;;;;; 65000)) +;;;### (autoloads nil "url-misc" "url/url-misc.el" (21710 25077 737662 +;;;;;; 205000)) ;;; Generated autoloads from url/url-misc.el (autoload 'url-man "url-misc" "\ @@ -28917,8 +28908,8 @@ Fetch a data URL (RFC 2397). ;;;*** -;;;### (autoloads nil "url-news" "url/url-news.el" (21710 25465 365934 -;;;;;; 65000)) +;;;### (autoloads nil "url-news" "url/url-news.el" (21710 25077 737662 +;;;;;; 205000)) ;;; Generated autoloads from url/url-news.el (autoload 'url-news "url-news" "\ @@ -28933,8 +28924,8 @@ Fetch a data URL (RFC 2397). ;;;*** -;;;### (autoloads nil "url-ns" "url/url-ns.el" (21710 25465 365934 -;;;;;; 65000)) +;;;### (autoloads nil "url-ns" "url/url-ns.el" (21710 25077 737662 +;;;;;; 205000)) ;;; Generated autoloads from url/url-ns.el (autoload 'isPlainHostName "url-ns" "\ @@ -28974,8 +28965,8 @@ Fetch a data URL (RFC 2397). ;;;*** -;;;### (autoloads nil "url-parse" "url/url-parse.el" (21710 25465 -;;;;;; 365934 65000)) +;;;### (autoloads nil "url-parse" "url/url-parse.el" (21710 25077 +;;;;;; 737662 205000)) ;;; Generated autoloads from url/url-parse.el (autoload 'url-recreate-url "url-parse" "\ @@ -29026,8 +29017,8 @@ parses to ;;;*** -;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (21710 25465 -;;;;;; 365934 65000)) +;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (21710 25077 +;;;;;; 737662 205000)) ;;; Generated autoloads from url/url-privacy.el (autoload 'url-setup-privacy-info "url-privacy" "\ @@ -29037,8 +29028,8 @@ Setup variables that expose info about you and your system. ;;;*** -;;;### (autoloads nil "url-queue" "url/url-queue.el" (21710 25547 -;;;;;; 217569 151000)) +;;;### (autoloads nil "url-queue" "url/url-queue.el" (21781 3656 +;;;;;; 81152 93000)) ;;; Generated autoloads from url/url-queue.el (autoload 'url-queue-retrieve "url-queue" "\ @@ -29052,8 +29043,8 @@ The variable `url-queue-timeout' sets a timeout. ;;;*** -;;;### (autoloads nil "url-util" "url/url-util.el" (21710 25547 217569 -;;;;;; 151000)) +;;;### (autoloads nil "url-util" "url/url-util.el" (21781 3656 81152 +;;;;;; 93000)) ;;; Generated autoloads from url/url-util.el (defvar url-debug nil "\ @@ -29221,8 +29212,8 @@ This uses `url-current-object', set locally to the buffer. ;;;*** -;;;### (autoloads nil "userlock" "userlock.el" (21710 25465 366934 -;;;;;; 60000)) +;;;### (autoloads nil "userlock" "userlock.el" (21710 25077 738662 +;;;;;; 200000)) ;;; Generated autoloads from userlock.el (autoload 'ask-user-about-lock "userlock" "\ @@ -29250,8 +29241,8 @@ The buffer in question is current when this function is called. ;;;*** -;;;### (autoloads nil "utf-7" "international/utf-7.el" (21710 25465 -;;;;;; 204934 783000)) +;;;### (autoloads nil "utf-7" "international/utf-7.el" (21710 25077 +;;;;;; 585662 882000)) ;;; Generated autoloads from international/utf-7.el (autoload 'utf-7-post-read-conversion "utf-7" "\ @@ -29276,7 +29267,7 @@ The buffer in question is current when this function is called. ;;;*** -;;;### (autoloads nil "utf7" "gnus/utf7.el" (21710 25465 192934 836000)) +;;;### (autoloads nil "utf7" "gnus/utf7.el" (21710 25077 573662 936000)) ;;; Generated autoloads from gnus/utf7.el (autoload 'utf7-encode "utf7" "\ @@ -29286,8 +29277,8 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil. ;;;*** -;;;### (autoloads nil "uudecode" "mail/uudecode.el" (21710 25465 -;;;;;; 230934 667000)) +;;;### (autoloads nil "uudecode" "mail/uudecode.el" (21710 25077 +;;;;;; 605662 793000)) ;;; Generated autoloads from mail/uudecode.el (autoload 'uudecode-decode-region-external "uudecode" "\ @@ -29311,7 +29302,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. ;;;*** -;;;### (autoloads nil "vc" "vc/vc.el" (21710 25547 224569 119000)) +;;;### (autoloads nil "vc" "vc/vc.el" (21781 3656 89152 125000)) ;;; Generated autoloads from vc/vc.el (defvar vc-checkout-hook nil "\ @@ -29596,8 +29587,8 @@ Return the branch part of a revision number REV. ;;;*** -;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (21710 25547 -;;;;;; 220569 137000)) +;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (21781 3656 +;;;;;; 86152 113000)) ;;; Generated autoloads from vc/vc-annotate.el (autoload 'vc-annotate "vc-annotate" "\ @@ -29634,8 +29625,8 @@ mode-specific menu. `vc-annotate-color-map' and ;;;*** -;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (21710 25547 221569 -;;;;;; 133000)) +;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (21781 3656 86152 +;;;;;; 113000)) ;;; Generated autoloads from vc/vc-arch.el (defun vc-arch-registered (file) (if (vc-find-root file "{arch}/=tagging-method") @@ -29645,8 +29636,7 @@ mode-specific menu. `vc-annotate-color-map' and ;;;*** -;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (21710 25547 221569 -;;;;;; 133000)) +;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (21781 3656 86152 113000)) ;;; Generated autoloads from vc/vc-bzr.el (defconst vc-bzr-admin-dirname ".bzr" "\ @@ -29662,8 +29652,7 @@ Name of the format file in a .bzr directory.") ;;;*** -;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (21710 25547 221569 -;;;;;; 133000)) +;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (21781 3656 86152 113000)) ;;; Generated autoloads from vc/vc-cvs.el (defun vc-cvs-registered (f) "Return non-nil if file F is registered with CVS." @@ -29674,8 +29663,7 @@ Name of the format file in a .bzr directory.") ;;;*** -;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (21710 25547 221569 -;;;;;; 133000)) +;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (21781 3656 87152 117000)) ;;; Generated autoloads from vc/vc-dir.el (autoload 'vc-dir "vc-dir" "\ @@ -29699,8 +29687,8 @@ These are the commands available for use in the file status buffer: ;;;*** -;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (21710 -;;;;;; 25547 222569 128000)) +;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (21781 +;;;;;; 3656 87152 117000)) ;;; Generated autoloads from vc/vc-dispatcher.el (autoload 'vc-do-command "vc-dispatcher" "\ @@ -29723,8 +29711,7 @@ case, and the process object in the asynchronous case. ;;;*** -;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21710 25547 222569 -;;;;;; 128000)) +;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21781 3656 87152 117000)) ;;; Generated autoloads from vc/vc-git.el (defun vc-git-registered (file) "Return non-nil if FILE is registered with git." @@ -29735,7 +29722,7 @@ case, and the process object in the asynchronous case. ;;;*** -;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (21710 25547 222569 128000)) +;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (21781 3656 87152 117000)) ;;; Generated autoloads from vc/vc-hg.el (defun vc-hg-registered (file) "Return non-nil if FILE is registered with hg." @@ -29746,8 +29733,7 @@ case, and the process object in the asynchronous case. ;;;*** -;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (21710 25547 223569 -;;;;;; 124000)) +;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (21781 3656 88152 121000)) ;;; Generated autoloads from vc/vc-mtn.el (defconst vc-mtn-admin-dir "_MTN" "\ @@ -29763,8 +29749,7 @@ Name of the monotone directory's format file.") ;;;*** -;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (21710 25547 223569 -;;;;;; 124000)) +;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (21781 3656 88152 121000)) ;;; Generated autoloads from vc/vc-rcs.el (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ @@ -29777,8 +29762,8 @@ For a description of possible values, see `vc-check-master-templates'.") ;;;*** -;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (21710 25547 223569 -;;;;;; 124000)) +;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (21781 3656 88152 +;;;;;; 121000)) ;;; Generated autoloads from vc/vc-sccs.el (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ @@ -29796,8 +29781,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) ;;;*** -;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (21710 25547 223569 -;;;;;; 124000)) +;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (21781 3656 88152 121000)) ;;; Generated autoloads from vc/vc-svn.el (defun vc-svn-registered (f) (let ((admin-dir (cond ((and (eq system-type 'windows-nt) @@ -29810,8 +29794,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) ;;;*** -;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (21710 -;;;;;; 25547 190569 271000)) +;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (21781 +;;;;;; 3656 48151 963000)) ;;; Generated autoloads from progmodes/vera-mode.el (push (purecopy '(vera-mode 2 28)) package--builtin-versions) (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) @@ -29870,7 +29854,7 @@ Key bindings: ;;;*** ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" -;;;;;; (21710 25547 192569 262000)) +;;;;;; (21781 3656 51151 975000)) ;;; Generated autoloads from progmodes/verilog-mode.el (autoload 'verilog-mode "verilog-mode" "\ @@ -30009,8 +29993,8 @@ Key bindings specific to `verilog-mode-map' are: ;;;*** -;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (21710 -;;;;;; 25547 195569 249000)) +;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (21781 +;;;;;; 3656 54151 987000)) ;;; Generated autoloads from progmodes/vhdl-mode.el (autoload 'vhdl-mode "vhdl-mode" "\ @@ -30565,7 +30549,7 @@ Key bindings: ;;;*** ;;;### (autoloads nil "viet-util" "language/viet-util.el" (21710 -;;;;;; 25465 212934 747000)) +;;;;;; 25077 591662 855000)) ;;; Generated autoloads from language/viet-util.el (autoload 'viet-encode-viscii-char "viet-util" "\ @@ -30609,7 +30593,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. ;;;*** -;;;### (autoloads nil "view" "view.el" (21710 25465 376934 16000)) +;;;### (autoloads nil "view" "view.el" (21710 25077 747662 160000)) ;;; Generated autoloads from view.el (defvar view-remove-frame-by-deleting t "\ @@ -30865,8 +30849,8 @@ Exit View mode and make the current buffer editable. ;;;*** -;;;### (autoloads nil "viper" "emulation/viper.el" (21710 25465 141935 -;;;;;; 64000)) +;;;### (autoloads nil "viper" "emulation/viper.el" (21710 25077 525663 +;;;;;; 150000)) ;;; Generated autoloads from emulation/viper.el (push (purecopy '(viper 3 14 1)) package--builtin-versions) @@ -30884,7 +30868,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. ;;;*** ;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (21710 -;;;;;; 25465 138935 77000)) +;;;;;; 25077 521663 168000)) ;;; Generated autoloads from emacs-lisp/warnings.el (defvar warning-prefix-function nil "\ @@ -30974,7 +30958,7 @@ this is equivalent to `display-warning', using ;;;*** -;;;### (autoloads nil "wdired" "wdired.el" (21710 25465 377934 11000)) +;;;### (autoloads nil "wdired" "wdired.el" (21710 25077 747662 160000)) ;;; Generated autoloads from wdired.el (push (purecopy '(wdired 2 0)) package--builtin-versions) @@ -30992,8 +30976,8 @@ See `wdired-mode'. ;;;*** -;;;### (autoloads nil "webjump" "net/webjump.el" (21710 25465 253934 -;;;;;; 564000)) +;;;### (autoloads nil "webjump" "net/webjump.el" (21710 25077 632662 +;;;;;; 673000)) ;;; Generated autoloads from net/webjump.el (autoload 'webjump "webjump" "\ @@ -31009,8 +30993,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke ;;;*** -;;;### (autoloads nil "which-func" "progmodes/which-func.el" (21710 -;;;;;; 25547 195569 249000)) +;;;### (autoloads nil "which-func" "progmodes/which-func.el" (21781 +;;;;;; 3656 54151 987000)) ;;; Generated autoloads from progmodes/which-func.el (put 'which-func-format 'risky-local-variable t) (put 'which-func-current 'risky-local-variable t) @@ -31040,8 +31024,8 @@ in certain major modes. ;;;*** -;;;### (autoloads nil "whitespace" "whitespace.el" (21710 25547 225569 -;;;;;; 115000)) +;;;### (autoloads nil "whitespace" "whitespace.el" (21781 3656 91152 +;;;;;; 133000)) ;;; Generated autoloads from whitespace.el (push (purecopy '(whitespace 13 2 2)) package--builtin-versions) @@ -31440,8 +31424,8 @@ cleaning up these problems. ;;;*** -;;;### (autoloads nil "wid-browse" "wid-browse.el" (21710 25465 377934 -;;;;;; 11000)) +;;;### (autoloads nil "wid-browse" "wid-browse.el" (21710 25077 747662 +;;;;;; 160000)) ;;; Generated autoloads from wid-browse.el (autoload 'widget-browse-at "wid-browse" "\ @@ -31469,8 +31453,8 @@ if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "wid-edit" "wid-edit.el" (21710 25547 226569 -;;;;;; 111000)) +;;;### (autoloads nil "wid-edit" "wid-edit.el" (21781 3656 91152 +;;;;;; 133000)) ;;; Generated autoloads from wid-edit.el (autoload 'widgetp "wid-edit" "\ @@ -31512,8 +31496,8 @@ Setup current buffer so editing string widgets works. ;;;*** -;;;### (autoloads nil "windmove" "windmove.el" (21710 25465 378934 -;;;;;; 7000)) +;;;### (autoloads nil "windmove" "windmove.el" (21781 3656 93152 +;;;;;; 141000)) ;;; Generated autoloads from windmove.el (autoload 'windmove-left "windmove" "\ @@ -31565,7 +31549,7 @@ Default MODIFIER is 'shift. ;;;*** -;;;### (autoloads nil "winner" "winner.el" (21710 25547 227569 106000)) +;;;### (autoloads nil "winner" "winner.el" (21781 3656 95152 148000)) ;;; Generated autoloads from winner.el (defvar winner-mode nil "\ @@ -31588,7 +31572,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. ;;;*** -;;;### (autoloads nil "woman" "woman.el" (21710 25547 228569 102000)) +;;;### (autoloads nil "woman" "woman.el" (21781 3656 95152 148000)) ;;; Generated autoloads from woman.el (push (purecopy '(woman 0 551)) package--builtin-versions) @@ -31637,7 +31621,7 @@ Default bookmark handler for Woman buffers. ;;;*** -;;;### (autoloads nil "xml" "xml.el" (21710 25465 380933 998000)) +;;;### (autoloads nil "xml" "xml.el" (21710 25077 751662 142000)) ;;; Generated autoloads from xml.el (autoload 'xml-parse-file "xml" "\ @@ -31693,8 +31677,8 @@ Both features can be combined by providing a cons cell ;;;*** -;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21710 25465 256934 -;;;;;; 551000)) +;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21710 25077 636662 +;;;;;; 655000)) ;;; Generated autoloads from nxml/xmltok.el (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ @@ -31712,8 +31696,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. ;;;*** -;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21710 25547 228569 -;;;;;; 102000)) +;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21781 3656 96152 +;;;;;; 152000)) ;;; Generated autoloads from xt-mouse.el (defvar xterm-mouse-mode nil "\ @@ -31742,7 +31726,7 @@ down the SHIFT key while pressing the mouse button. ;;;*** -;;;### (autoloads nil "yenc" "gnus/yenc.el" (21710 25465 192934 836000)) +;;;### (autoloads nil "yenc" "gnus/yenc.el" (21710 25077 573662 936000)) ;;; Generated autoloads from gnus/yenc.el (autoload 'yenc-decode-region "yenc" "\ @@ -31757,7 +31741,7 @@ Extract file name from an yenc header. ;;;*** -;;;### (autoloads nil "zone" "play/zone.el" (21710 25465 297934 368000)) +;;;### (autoloads nil "zone" "play/zone.el" (21710 25077 673662 490000)) ;;; Generated autoloads from play/zone.el (autoload 'zone "zone" "\ @@ -31888,34 +31872,34 @@ Zone out, completely. ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" -;;;;;; "international/uni-category.el" "international/uni-combining.el" -;;;;;; "international/uni-comment.el" "international/uni-decimal.el" -;;;;;; "international/uni-decomposition.el" "international/uni-digit.el" -;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el" -;;;;;; "international/uni-name.el" "international/uni-numeric.el" -;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el" -;;;;;; "international/uni-uppercase.el" "kermit.el" "language/hanja-util.el" -;;;;;; "language/thai-word.el" "ldefs-boot.el" "leim/ja-dic/ja-dic.el" -;;;;;; "leim/quail/arabic.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el" -;;;;;; "leim/quail/cyrillic.el" "leim/quail/czech.el" "leim/quail/ethiopic.el" -;;;;;; "leim/quail/georgian.el" "leim/quail/greek.el" "leim/quail/hanja-jis.el" -;;;;;; "leim/quail/hanja.el" "leim/quail/hanja3.el" "leim/quail/hebrew.el" -;;;;;; "leim/quail/indian.el" "leim/quail/ipa-praat.el" "leim/quail/ipa.el" -;;;;;; "leim/quail/japanese.el" "leim/quail/lao.el" "leim/quail/latin-alt.el" -;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el" -;;;;;; "leim/quail/lrt.el" "leim/quail/persian.el" "leim/quail/py-punct.el" -;;;;;; "leim/quail/pypunct-b5.el" "leim/quail/rfc1345.el" "leim/quail/sgml-input.el" -;;;;;; "leim/quail/sisheng.el" "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" -;;;;;; "leim/quail/thai.el" "leim/quail/tibetan.el" "leim/quail/viqr.el" -;;;;;; "leim/quail/vntelex.el" "leim/quail/vnvni.el" "leim/quail/welsh.el" -;;;;;; "loadup.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mspools.el" -;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" -;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" -;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" -;;;;;; "mail/undigest.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" -;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el" -;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el" -;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" +;;;;;; "international/uni-brackets.el" "international/uni-category.el" +;;;;;; "international/uni-combining.el" "international/uni-comment.el" +;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" +;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" +;;;;;; "international/uni-mirrored.el" "international/uni-name.el" +;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" +;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el" +;;;;;; "kermit.el" "language/hanja-util.el" "language/thai-word.el" +;;;;;; "ldefs-boot.el" "leim/ja-dic/ja-dic.el" "leim/quail/arabic.el" +;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" +;;;;;; "leim/quail/czech.el" "leim/quail/ethiopic.el" "leim/quail/georgian.el" +;;;;;; "leim/quail/greek.el" "leim/quail/hanja-jis.el" "leim/quail/hanja.el" +;;;;;; "leim/quail/hanja3.el" "leim/quail/hebrew.el" "leim/quail/indian.el" +;;;;;; "leim/quail/ipa-praat.el" "leim/quail/ipa.el" "leim/quail/japanese.el" +;;;;;; "leim/quail/lao.el" "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el" +;;;;;; "leim/quail/latin-post.el" "leim/quail/latin-pre.el" "leim/quail/lrt.el" +;;;;;; "leim/quail/persian.el" "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" +;;;;;; "leim/quail/rfc1345.el" "leim/quail/sgml-input.el" "leim/quail/sisheng.el" +;;;;;; "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" "leim/quail/thai.el" +;;;;;; "leim/quail/tibetan.el" "leim/quail/viqr.el" "leim/quail/vntelex.el" +;;;;;; "leim/quail/vnvni.el" "leim/quail/welsh.el" "loadup.el" "mail/blessmail.el" +;;;;;; "mail/mailheader.el" "mail/mspools.el" "mail/rfc2368.el" +;;;;;; "mail/rfc822.el" "mail/rmail-spam-filter.el" "mail/rmailedit.el" +;;;;;; "mail/rmailkwd.el" "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el" +;;;;;; "mail/rmailsum.el" "mail/undigest.el" "mh-e/mh-acros.el" +;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el" +;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el" +;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" ;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el" ;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el" ;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el" @@ -31983,8 +31967,8 @@ Zone out, completely. ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" -;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21756 24813 458504 -;;;;;; 639000)) +;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21781 6189 419818 +;;;;;; 127000)) ;;;*** diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index cbf08f2bf34..c9c17e262db 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 335818d7023..a2b95a03c54 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index c26b080c050..99621b67711 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-26 Stefan Monnier * url-handlers.el (url-insert-file-contents): Call diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index b8a8e6cdb73..26d4daf037c 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/msdos/ChangeLog b/msdos/ChangeLog index ad58f8dcaf9..0969682a7de 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 5167540c2fc..f931afb48d1 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -70,7 +70,7 @@ /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ /^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/ -/^#undef VERSION/s/^.*$/#define VERSION "24.4.91"/ +/^#undef VERSION/s/^.*$/#define VERSION "24.5"/ /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 1015a3f91a3..3dcc15c8331 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/nt/ChangeLog b/nt/ChangeLog index e11a923c23c..fb2b9b6515a 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-07 Eli Zaretskii * INSTALL: Add some more installation instructions for mingw-get diff --git a/nt/config.nt b/nt/config.nt index 7c67fe5bbde..7827b15d2ef 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1576,7 +1576,7 @@ along with GNU Emacs. If not, see . */ #undef USG_SUBTTY_WORKS /* Version number of package */ -#define VERSION "24.4.91" +#define VERSION "24.5" /* Define to 1 if unsetenv returns void instead of int. */ #undef VOID_UNSETENV diff --git a/nt/emacs.rc b/nt/emacs.rc index 50a08ba62ae..e0077864cc8 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -11,8 +11,8 @@ Emacs ICON icons/emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 24,4,91,0 - PRODUCTVERSION 24,4,91,0 + FILEVERSION 24,5,0,0 + PRODUCTVERSION 24,5,0,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -29,12 +29,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" - VALUE "FileVersion", "24, 4, 91, 0\0" + VALUE "FileVersion", "24, 5, 0, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001-2015\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" - VALUE "ProductVersion", "24, 4, 91, 0\0" + VALUE "ProductVersion", "24, 5, 0, 0\0" VALUE "OLESelfRegister", "\0" END END diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index a2d6a8b5f61..15bdda1db89 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc @@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 24,4,91,0 - PRODUCTVERSION 24,4,91,0 + FILEVERSION 24,5,0,0 + PRODUCTVERSION 24,5,0,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" - VALUE "FileVersion", "24, 4, 91, 0\0" + VALUE "FileVersion", "24, 5, 0, 0\0" VALUE "InternalName", "EmacsClient\0" VALUE "LegalCopyright", "Copyright (C) 2001-2015\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" - VALUE "ProductVersion", "24, 4, 91, 0\0" + VALUE "ProductVersion", "24, 5, 0, 0\0" VALUE "OLESelfRegister", "\0" END END diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 06699662126..b374dc30512 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -22,7 +22,7 @@ # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out # (and remove or replace this comment). -VERSION = 24.4.91 +VERSION = 24.5 TMP_DIST_DIR = emacs-$(VERSION) diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index b39ce0a30b2..2c8fe6e4f5f 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2014-10-20 Glenn Morris * Version 24.4 released. diff --git a/src/ChangeLog b/src/ChangeLog index 09b4b3f59a1..e6793488e28 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-03-25 Martin Rudalics * gtkutil.c (update_theme_scrollbar_width): Don't round up diff --git a/test/ChangeLog b/test/ChangeLog index f33cf84cf98..48544311553 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Nicolas Petton + + * Version 24.5 released. + 2015-01-30 Fabián Ezequiel Gallina * automated/python-tests.el -- cgit v1.2.3