diff options
| author | Glenn Morris | 2014-05-01 06:21:17 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-05-01 06:21:17 -0400 |
| commit | 3e597f343e8607e704962b039fb3e5edf76c6864 (patch) | |
| tree | 34ae922f6c08d66beeb3e1853fc3c92107df3454 | |
| parent | 077222e0f05f45bb93e6398e2c4e4b1a1206318e (diff) | |
| download | emacs-3e597f343e8607e704962b039fb3e5edf76c6864.tar.gz emacs-3e597f343e8607e704962b039fb3e5edf76c6864.zip | |
Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 397 |
1 files changed, 198 insertions, 199 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 78a14854195..94de76480d1 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -368,9 +368,9 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) | |||
| 368 | 368 | ||
| 369 | \(fn FUNCTION ARGS &rest BODY)" nil t) | 369 | \(fn FUNCTION ARGS &rest BODY)" nil t) |
| 370 | 370 | ||
| 371 | (put 'defadvice 'doc-string-elt '3) | 371 | (function-put 'defadvice 'doc-string-elt '3) |
| 372 | 372 | ||
| 373 | (put 'defadvice 'lisp-indent-function '2) | 373 | (function-put 'defadvice 'lisp-indent-function '2) |
| 374 | 374 | ||
| 375 | ;;;*** | 375 | ;;;*** |
| 376 | 376 | ||
| @@ -1480,8 +1480,8 @@ Special commands: | |||
| 1480 | 1480 | ||
| 1481 | ;;;*** | 1481 | ;;;*** |
| 1482 | 1482 | ||
| 1483 | ;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21296 | 1483 | ;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21342 |
| 1484 | ;;;;;; 1575 438327 0)) | 1484 | ;;;;;; 10917 902592 0)) |
| 1485 | ;;; Generated autoloads from gnus/auth-source.el | 1485 | ;;; Generated autoloads from gnus/auth-source.el |
| 1486 | 1486 | ||
| 1487 | (defvar auth-source-cache-expiry 7200 "\ | 1487 | (defvar auth-source-cache-expiry 7200 "\ |
| @@ -1654,7 +1654,7 @@ should be non-nil). | |||
| 1654 | 1654 | ||
| 1655 | ;;;*** | 1655 | ;;;*** |
| 1656 | 1656 | ||
| 1657 | ;;;### (autoloads nil "autorevert" "autorevert.el" (21187 63826 213216 | 1657 | ;;;### (autoloads nil "autorevert" "autorevert.el" (21315 5521 187938 |
| 1658 | ;;;;;; 0)) | 1658 | ;;;;;; 0)) |
| 1659 | ;;; Generated autoloads from autorevert.el | 1659 | ;;; Generated autoloads from autorevert.el |
| 1660 | 1660 | ||
| @@ -1802,8 +1802,7 @@ Run script using `bat-run' and `bat-run-args'. | |||
| 1802 | 1802 | ||
| 1803 | ;;;*** | 1803 | ;;;*** |
| 1804 | 1804 | ||
| 1805 | ;;;### (autoloads nil "battery" "battery.el" (21293 25385 120083 | 1805 | ;;;### (autoloads nil "battery" "battery.el" (21346 7974 405729 0)) |
| 1806 | ;;;;;; 0)) | ||
| 1807 | ;;; Generated autoloads from battery.el | 1806 | ;;; Generated autoloads from battery.el |
| 1808 | (put 'battery-mode-line-string 'risky-local-variable t) | 1807 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1809 | 1808 | ||
| @@ -1853,7 +1852,7 @@ See also `benchmark-run-compiled'. | |||
| 1853 | 1852 | ||
| 1854 | \(fn &optional REPETITIONS &rest FORMS)" nil t) | 1853 | \(fn &optional REPETITIONS &rest FORMS)" nil t) |
| 1855 | 1854 | ||
| 1856 | (put 'benchmark-run 'lisp-indent-function '1) | 1855 | (function-put 'benchmark-run 'lisp-indent-function '1) |
| 1857 | 1856 | ||
| 1858 | (autoload 'benchmark-run-compiled "benchmark" "\ | 1857 | (autoload 'benchmark-run-compiled "benchmark" "\ |
| 1859 | Time execution of compiled version of FORMS. | 1858 | Time execution of compiled version of FORMS. |
| @@ -1863,7 +1862,7 @@ result. The overhead of the `lambda's is accounted for. | |||
| 1863 | 1862 | ||
| 1864 | \(fn &optional REPETITIONS &rest FORMS)" nil t) | 1863 | \(fn &optional REPETITIONS &rest FORMS)" nil t) |
| 1865 | 1864 | ||
| 1866 | (put 'benchmark-run-compiled 'lisp-indent-function '1) | 1865 | (function-put 'benchmark-run-compiled 'lisp-indent-function '1) |
| 1867 | 1866 | ||
| 1868 | (autoload 'benchmark "benchmark" "\ | 1867 | (autoload 'benchmark "benchmark" "\ |
| 1869 | Print the time taken for REPETITIONS executions of FORM. | 1868 | Print the time taken for REPETITIONS executions of FORM. |
| @@ -2253,7 +2252,7 @@ Write bookmarks to a file (reading the file name with the minibuffer). | |||
| 2253 | 2252 | ||
| 2254 | \(fn)" t nil) | 2253 | \(fn)" t nil) |
| 2255 | 2254 | ||
| 2256 | (put 'bookmark-write 'interactive-only 'bookmark-save) | 2255 | (function-put 'bookmark-write 'interactive-only 'bookmark-save) |
| 2257 | 2256 | ||
| 2258 | (autoload 'bookmark-save "bookmark" "\ | 2257 | (autoload 'bookmark-save "bookmark" "\ |
| 2259 | Save currently defined bookmarks. | 2258 | Save currently defined bookmarks. |
| @@ -2718,8 +2717,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings. | |||
| 2718 | 2717 | ||
| 2719 | ;;;*** | 2718 | ;;;*** |
| 2720 | 2719 | ||
| 2721 | ;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21282 | 2720 | ;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21334 |
| 2722 | ;;;;;; 19839 942967 438000)) | 2721 | ;;;;;; 16805 699731 0)) |
| 2723 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2722 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2724 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2723 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2725 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2724 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| @@ -2956,7 +2955,7 @@ See Info node `(calc)Defining Functions'. | |||
| 2956 | 2955 | ||
| 2957 | \(fn FUNC ARGS &rest BODY)" nil t) | 2956 | \(fn FUNC ARGS &rest BODY)" nil t) |
| 2958 | 2957 | ||
| 2959 | (put 'defmath 'doc-string-elt '3) | 2958 | (function-put 'defmath 'doc-string-elt '3) |
| 2960 | 2959 | ||
| 2961 | ;;;*** | 2960 | ;;;*** |
| 2962 | 2961 | ||
| @@ -3063,8 +3062,8 @@ Return the syntactic context of the current line. | |||
| 3063 | 3062 | ||
| 3064 | ;;;*** | 3063 | ;;;*** |
| 3065 | 3064 | ||
| 3066 | ;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (21187 63826 | 3065 | ;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (21308 46599 |
| 3067 | ;;;;;; 213216 0)) | 3066 | ;;;;;; 181916 0)) |
| 3068 | ;;; Generated autoloads from progmodes/cc-guess.el | 3067 | ;;; Generated autoloads from progmodes/cc-guess.el |
| 3069 | 3068 | ||
| 3070 | (defvar c-guess-guessed-offsets-alist nil "\ | 3069 | (defvar c-guess-guessed-offsets-alist nil "\ |
| @@ -3621,7 +3620,7 @@ MAP-ID := integer | |||
| 3621 | 3620 | ||
| 3622 | \(fn NAME CCL-PROGRAM &optional DOC)" nil t) | 3621 | \(fn NAME CCL-PROGRAM &optional DOC)" nil t) |
| 3623 | 3622 | ||
| 3624 | (put 'define-ccl-program 'doc-string-elt '3) | 3623 | (function-put 'define-ccl-program 'doc-string-elt '3) |
| 3625 | 3624 | ||
| 3626 | (autoload 'check-ccl-program "ccl" "\ | 3625 | (autoload 'check-ccl-program "ccl" "\ |
| 3627 | Check validity of CCL-PROGRAM. | 3626 | Check validity of CCL-PROGRAM. |
| @@ -4004,8 +4003,8 @@ and runs the normal hook `command-history-hook'. | |||
| 4004 | 4003 | ||
| 4005 | ;;;*** | 4004 | ;;;*** |
| 4006 | 4005 | ||
| 4007 | ;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21240 | 4006 | ;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21318 |
| 4008 | ;;;;;; 46395 727291 0)) | 4007 | ;;;;;; 28582 821557 0)) |
| 4009 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 4008 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 4010 | 4009 | ||
| 4011 | (autoload 'common-lisp-indent-function "cl-indent" "\ | 4010 | (autoload 'common-lisp-indent-function "cl-indent" "\ |
| @@ -4079,12 +4078,17 @@ For example, the function `case' has an indent property | |||
| 4079 | of them. The first list element has an offset of 2, all the rest | 4078 | of them. The first list element has an offset of 2, all the rest |
| 4080 | have an offset of 2+1=3. | 4079 | have an offset of 2+1=3. |
| 4081 | 4080 | ||
| 4081 | If the current mode is actually `emacs-lisp-mode', look for a | ||
| 4082 | `common-lisp-indent-function-for-elisp' property before looking | ||
| 4083 | at `common-lisp-indent-function' and, if set, use its value | ||
| 4084 | instead. | ||
| 4085 | |||
| 4082 | \(fn INDENT-POINT STATE)" nil nil) | 4086 | \(fn INDENT-POINT STATE)" nil nil) |
| 4083 | 4087 | ||
| 4084 | ;;;*** | 4088 | ;;;*** |
| 4085 | 4089 | ||
| 4086 | ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21187 63826 | 4090 | ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21334 16805 |
| 4087 | ;;;;;; 213216 0)) | 4091 | ;;;;;; 699731 0)) |
| 4088 | ;;; Generated autoloads from emacs-lisp/cl-lib.el | 4092 | ;;; Generated autoloads from emacs-lisp/cl-lib.el |
| 4089 | (push (purecopy '(cl-lib 1 0)) package--builtin-versions) | 4093 | (push (purecopy '(cl-lib 1 0)) package--builtin-versions) |
| 4090 | 4094 | ||
| @@ -4175,7 +4179,7 @@ If FRAME cannot display COLOR, return nil. | |||
| 4175 | 4179 | ||
| 4176 | ;;;*** | 4180 | ;;;*** |
| 4177 | 4181 | ||
| 4178 | ;;;### (autoloads nil "comint" "comint.el" (21305 16557 836987 0)) | 4182 | ;;;### (autoloads nil "comint" "comint.el" (21339 34726 39547 0)) |
| 4179 | ;;; Generated autoloads from comint.el | 4183 | ;;; Generated autoloads from comint.el |
| 4180 | 4184 | ||
| 4181 | (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ | 4185 | (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ |
| @@ -4237,7 +4241,7 @@ See `make-comint' and `comint-exec'. | |||
| 4237 | 4241 | ||
| 4238 | \(fn PROGRAM)" t nil) | 4242 | \(fn PROGRAM)" t nil) |
| 4239 | 4243 | ||
| 4240 | (put 'comint-run 'interactive-only 'make-comint) | 4244 | (function-put 'comint-run 'interactive-only 'make-comint) |
| 4241 | 4245 | ||
| 4242 | (defvar comint-file-name-prefix (purecopy "") "\ | 4246 | (defvar comint-file-name-prefix (purecopy "") "\ |
| 4243 | Prefix prepended to absolute file names taken from process input. | 4247 | Prefix prepended to absolute file names taken from process input. |
| @@ -5021,8 +5025,8 @@ Major mode to edit Cascading Style Sheets. | |||
| 5021 | 5025 | ||
| 5022 | ;;;*** | 5026 | ;;;*** |
| 5023 | 5027 | ||
| 5024 | ;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (21243 49747 | 5028 | ;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (21319 49445 |
| 5025 | ;;;;;; 293438 0)) | 5029 | ;;;;;; 508378 0)) |
| 5026 | ;;; Generated autoloads from emulation/cua-base.el | 5030 | ;;; Generated autoloads from emulation/cua-base.el |
| 5027 | 5031 | ||
| 5028 | (defvar cua-mode nil "\ | 5032 | (defvar cua-mode nil "\ |
| @@ -5891,7 +5895,7 @@ See Info node `(elisp)Derived Modes' for more details. | |||
| 5891 | 5895 | ||
| 5892 | \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil t) | 5896 | \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil t) |
| 5893 | 5897 | ||
| 5894 | (put 'define-derived-mode 'doc-string-elt '4) | 5898 | (function-put 'define-derived-mode 'doc-string-elt '4) |
| 5895 | 5899 | ||
| 5896 | (autoload 'derived-mode-init-mode-variables "derived" "\ | 5900 | (autoload 'derived-mode-init-mode-variables "derived" "\ |
| 5897 | Initialize variables for a new MODE. | 5901 | Initialize variables for a new MODE. |
| @@ -5938,8 +5942,7 @@ relevant to POS. | |||
| 5938 | 5942 | ||
| 5939 | ;;;*** | 5943 | ;;;*** |
| 5940 | 5944 | ||
| 5941 | ;;;### (autoloads nil "desktop" "desktop.el" (21280 13349 392544 | 5945 | ;;;### (autoloads nil "desktop" "desktop.el" (21346 7974 405729 0)) |
| 5942 | ;;;;;; 0)) | ||
| 5943 | ;;; Generated autoloads from desktop.el | 5946 | ;;; Generated autoloads from desktop.el |
| 5944 | 5947 | ||
| 5945 | (defvar desktop-save-mode nil "\ | 5948 | (defvar desktop-save-mode nil "\ |
| @@ -6311,7 +6314,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6311 | 6314 | ||
| 6312 | ;;;*** | 6315 | ;;;*** |
| 6313 | 6316 | ||
| 6314 | ;;;### (autoloads nil "dired" "dired.el" (21294 46655 260114 485000)) | 6317 | ;;;### (autoloads nil "dired" "dired.el" (21346 7974 405729 0)) |
| 6315 | ;;; Generated autoloads from dired.el | 6318 | ;;; Generated autoloads from dired.el |
| 6316 | 6319 | ||
| 6317 | (defvar dired-listing-switches (purecopy "-al") "\ | 6320 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -6387,7 +6390,7 @@ Type \\[dired-mark] to Mark a file or subdirectory for later commands. | |||
| 6387 | to see why something went wrong. | 6390 | to see why something went wrong. |
| 6388 | Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory. | 6391 | Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory. |
| 6389 | Type \\[dired-unmark-backward] to back up one line and unmark or unflag. | 6392 | Type \\[dired-unmark-backward] to back up one line and unmark or unflag. |
| 6390 | Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'. | 6393 | Type \\[dired-do-flagged-delete] to delete (eXpunge) the files flagged `D'. |
| 6391 | Type \\[dired-find-file] to Find the current line's file | 6394 | Type \\[dired-find-file] to Find the current line's file |
| 6392 | (or dired it in another buffer, if it is a directory). | 6395 | (or dired it in another buffer, if it is a directory). |
| 6393 | Type \\[dired-find-file-other-window] to find file or Dired directory in Other window. | 6396 | Type \\[dired-find-file-other-window] to find file or Dired directory in Other window. |
| @@ -6660,7 +6663,7 @@ Locate SOA record and increment the serial field. | |||
| 6660 | 6663 | ||
| 6661 | ;;;*** | 6664 | ;;;*** |
| 6662 | 6665 | ||
| 6663 | ;;;### (autoloads nil "doc-view" "doc-view.el" (21187 63826 213216 | 6666 | ;;;### (autoloads nil "doc-view" "doc-view.el" (21327 43559 923043 |
| 6664 | ;;;;;; 0)) | 6667 | ;;;;;; 0)) |
| 6665 | ;;; Generated autoloads from doc-view.el | 6668 | ;;; Generated autoloads from doc-view.el |
| 6666 | 6669 | ||
| @@ -6819,7 +6822,7 @@ For example, you could write | |||
| 6819 | 6822 | ||
| 6820 | \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil t) | 6823 | \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil t) |
| 6821 | 6824 | ||
| 6822 | (put 'define-minor-mode 'doc-string-elt '2) | 6825 | (function-put 'define-minor-mode 'doc-string-elt '2) |
| 6823 | 6826 | ||
| 6824 | (defalias 'easy-mmode-define-global-mode 'define-globalized-minor-mode) | 6827 | (defalias 'easy-mmode-define-global-mode 'define-globalized-minor-mode) |
| 6825 | 6828 | ||
| @@ -6850,7 +6853,7 @@ on if the hook has explicitly disabled it. | |||
| 6850 | 6853 | ||
| 6851 | \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil t) | 6854 | \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil t) |
| 6852 | 6855 | ||
| 6853 | (put 'define-globalized-minor-mode 'doc-string-elt '2) | 6856 | (function-put 'define-globalized-minor-mode 'doc-string-elt '2) |
| 6854 | 6857 | ||
| 6855 | (autoload 'easy-mmode-define-keymap "easy-mmode" "\ | 6858 | (autoload 'easy-mmode-define-keymap "easy-mmode" "\ |
| 6856 | Return a keymap built from bindings BS. | 6859 | Return a keymap built from bindings BS. |
| @@ -6989,7 +6992,7 @@ MENU. This is a submenu. | |||
| 6989 | 6992 | ||
| 6990 | \(fn SYMBOL MAPS DOC MENU)" nil t) | 6993 | \(fn SYMBOL MAPS DOC MENU)" nil t) |
| 6991 | 6994 | ||
| 6992 | (put 'easy-menu-define 'lisp-indent-function 'defun) | 6995 | (function-put 'easy-menu-define 'lisp-indent-function 'defun) |
| 6993 | 6996 | ||
| 6994 | (autoload 'easy-menu-do-define "easymenu" "\ | 6997 | (autoload 'easy-menu-do-define "easymenu" "\ |
| 6995 | 6998 | ||
| @@ -7522,13 +7525,6 @@ an EDE controlled project. | |||
| 7522 | 7525 | ||
| 7523 | ;;;*** | 7526 | ;;;*** |
| 7524 | 7527 | ||
| 7525 | ;;;### (autoloads nil "ede/project-am" "cedet/ede/project-am.el" | ||
| 7526 | ;;;;;; (21187 63826 213216 0)) | ||
| 7527 | ;;; Generated autoloads from cedet/ede/project-am.el | ||
| 7528 | (push (purecopy '(project-am 0 0 3)) package--builtin-versions) | ||
| 7529 | |||
| 7530 | ;;;*** | ||
| 7531 | |||
| 7532 | ;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21261 4402 | 7528 | ;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21261 4402 |
| 7533 | ;;;;;; 232258 508000)) | 7529 | ;;;;;; 232258 508000)) |
| 7534 | ;;; Generated autoloads from emacs-lisp/edebug.el | 7530 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| @@ -7594,7 +7590,7 @@ Toggle edebugging of all forms. | |||
| 7594 | 7590 | ||
| 7595 | ;;;*** | 7591 | ;;;*** |
| 7596 | 7592 | ||
| 7597 | ;;;### (autoloads nil "ediff" "vc/ediff.el" (21187 63826 213216 0)) | 7593 | ;;;### (autoloads nil "ediff" "vc/ediff.el" (21308 46599 181916 0)) |
| 7598 | ;;; Generated autoloads from vc/ediff.el | 7594 | ;;; Generated autoloads from vc/ediff.el |
| 7599 | (push (purecopy '(ediff 2 81 4)) package--builtin-versions) | 7595 | (push (purecopy '(ediff 2 81 4)) package--builtin-versions) |
| 7600 | 7596 | ||
| @@ -7890,8 +7886,8 @@ Display Ediff's registry. | |||
| 7890 | 7886 | ||
| 7891 | ;;;*** | 7887 | ;;;*** |
| 7892 | 7888 | ||
| 7893 | ;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21187 63826 | 7889 | ;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21319 49445 |
| 7894 | ;;;;;; 213216 0)) | 7890 | ;;;;;; 508378 0)) |
| 7895 | ;;; Generated autoloads from vc/ediff-util.el | 7891 | ;;; Generated autoloads from vc/ediff-util.el |
| 7896 | 7892 | ||
| 7897 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ | 7893 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ |
| @@ -8082,7 +8078,7 @@ Emacs Lisp mode) that support ElDoc.") | |||
| 8082 | 8078 | ||
| 8083 | ;;;*** | 8079 | ;;;*** |
| 8084 | 8080 | ||
| 8085 | ;;;### (autoloads nil "elec-pair" "elec-pair.el" (21257 55477 969423 | 8081 | ;;;### (autoloads nil "elec-pair" "elec-pair.el" (21327 43559 923043 |
| 8086 | ;;;;;; 0)) | 8082 | ;;;;;; 0)) |
| 8087 | ;;; Generated autoloads from elec-pair.el | 8083 | ;;; Generated autoloads from elec-pair.el |
| 8088 | 8084 | ||
| @@ -8419,7 +8415,7 @@ See the reason described in the `epa-decrypt-region' documentation. | |||
| 8419 | 8415 | ||
| 8420 | \(fn START END)" t nil) | 8416 | \(fn START END)" t nil) |
| 8421 | 8417 | ||
| 8422 | (put 'epa-decrypt-armor-in-region 'interactive-only 't) | 8418 | (function-put 'epa-decrypt-armor-in-region 'interactive-only 't) |
| 8423 | 8419 | ||
| 8424 | (autoload 'epa-verify-region "epa" "\ | 8420 | (autoload 'epa-verify-region "epa" "\ |
| 8425 | Verify the current region between START and END. | 8421 | Verify the current region between START and END. |
| @@ -8441,7 +8437,7 @@ For example: | |||
| 8441 | 8437 | ||
| 8442 | \(fn START END)" t nil) | 8438 | \(fn START END)" t nil) |
| 8443 | 8439 | ||
| 8444 | (put 'epa-verify-region 'interactive-only 't) | 8440 | (function-put 'epa-verify-region 'interactive-only 't) |
| 8445 | 8441 | ||
| 8446 | (autoload 'epa-verify-cleartext-in-region "epa" "\ | 8442 | (autoload 'epa-verify-cleartext-in-region "epa" "\ |
| 8447 | Verify OpenPGP cleartext signed messages in the current region | 8443 | Verify OpenPGP cleartext signed messages in the current region |
| @@ -8452,7 +8448,7 @@ See the reason described in the `epa-verify-region' documentation. | |||
| 8452 | 8448 | ||
| 8453 | \(fn START END)" t nil) | 8449 | \(fn START END)" t nil) |
| 8454 | 8450 | ||
| 8455 | (put 'epa-verify-cleartext-in-region 'interactive-only 't) | 8451 | (function-put 'epa-verify-cleartext-in-region 'interactive-only 't) |
| 8456 | 8452 | ||
| 8457 | (autoload 'epa-sign-region "epa" "\ | 8453 | (autoload 'epa-sign-region "epa" "\ |
| 8458 | Sign the current region between START and END by SIGNERS keys selected. | 8454 | Sign the current region between START and END by SIGNERS keys selected. |
| @@ -8473,7 +8469,7 @@ For example: | |||
| 8473 | 8469 | ||
| 8474 | \(fn START END SIGNERS MODE)" t nil) | 8470 | \(fn START END SIGNERS MODE)" t nil) |
| 8475 | 8471 | ||
| 8476 | (put 'epa-sign-region 'interactive-only 't) | 8472 | (function-put 'epa-sign-region 'interactive-only 't) |
| 8477 | 8473 | ||
| 8478 | (autoload 'epa-encrypt-region "epa" "\ | 8474 | (autoload 'epa-encrypt-region "epa" "\ |
| 8479 | Encrypt the current region between START and END for RECIPIENTS. | 8475 | Encrypt the current region between START and END for RECIPIENTS. |
| @@ -8495,7 +8491,7 @@ For example: | |||
| 8495 | 8491 | ||
| 8496 | \(fn START END RECIPIENTS SIGN SIGNERS)" t nil) | 8492 | \(fn START END RECIPIENTS SIGN SIGNERS)" t nil) |
| 8497 | 8493 | ||
| 8498 | (put 'epa-encrypt-region 'interactive-only 't) | 8494 | (function-put 'epa-encrypt-region 'interactive-only 't) |
| 8499 | 8495 | ||
| 8500 | (autoload 'epa-delete-keys "epa" "\ | 8496 | (autoload 'epa-delete-keys "epa" "\ |
| 8501 | Delete selected KEYS. | 8497 | Delete selected KEYS. |
| @@ -8595,7 +8591,7 @@ The buffer is expected to contain a mail message. | |||
| 8595 | 8591 | ||
| 8596 | \(fn)" t nil) | 8592 | \(fn)" t nil) |
| 8597 | 8593 | ||
| 8598 | (put 'epa-mail-decrypt 'interactive-only 't) | 8594 | (function-put 'epa-mail-decrypt 'interactive-only 't) |
| 8599 | 8595 | ||
| 8600 | (autoload 'epa-mail-verify "epa-mail" "\ | 8596 | (autoload 'epa-mail-verify "epa-mail" "\ |
| 8601 | Verify OpenPGP cleartext signed messages in the current buffer. | 8597 | Verify OpenPGP cleartext signed messages in the current buffer. |
| @@ -8603,7 +8599,7 @@ The buffer is expected to contain a mail message. | |||
| 8603 | 8599 | ||
| 8604 | \(fn)" t nil) | 8600 | \(fn)" t nil) |
| 8605 | 8601 | ||
| 8606 | (put 'epa-mail-verify 'interactive-only 't) | 8602 | (function-put 'epa-mail-verify 'interactive-only 't) |
| 8607 | 8603 | ||
| 8608 | (autoload 'epa-mail-sign "epa-mail" "\ | 8604 | (autoload 'epa-mail-sign "epa-mail" "\ |
| 8609 | Sign the current buffer. | 8605 | Sign the current buffer. |
| @@ -8611,7 +8607,7 @@ The buffer is expected to contain a mail message. | |||
| 8611 | 8607 | ||
| 8612 | \(fn START END SIGNERS MODE)" t nil) | 8608 | \(fn START END SIGNERS MODE)" t nil) |
| 8613 | 8609 | ||
| 8614 | (put 'epa-mail-sign 'interactive-only 't) | 8610 | (function-put 'epa-mail-sign 'interactive-only 't) |
| 8615 | 8611 | ||
| 8616 | (autoload 'epa-mail-encrypt "epa-mail" "\ | 8612 | (autoload 'epa-mail-encrypt "epa-mail" "\ |
| 8617 | Encrypt the outgoing mail message in the current buffer. | 8613 | Encrypt the outgoing mail message in the current buffer. |
| @@ -8634,7 +8630,7 @@ The buffer is expected to contain a mail message. | |||
| 8634 | 8630 | ||
| 8635 | \(fn)" t nil) | 8631 | \(fn)" t nil) |
| 8636 | 8632 | ||
| 8637 | (put 'epa-mail-import-keys 'interactive-only 't) | 8633 | (function-put 'epa-mail-import-keys 'interactive-only 't) |
| 8638 | 8634 | ||
| 8639 | (defvar epa-global-mail-mode nil "\ | 8635 | (defvar epa-global-mail-mode nil "\ |
| 8640 | Non-nil if Epa-Global-Mail mode is enabled. | 8636 | Non-nil if Epa-Global-Mail mode is enabled. |
| @@ -8687,7 +8683,7 @@ Look at CONFIG and try to expand GROUP. | |||
| 8687 | 8683 | ||
| 8688 | ;;;*** | 8684 | ;;;*** |
| 8689 | 8685 | ||
| 8690 | ;;;### (autoloads nil "erc" "erc/erc.el" (21240 46395 727291 0)) | 8686 | ;;;### (autoloads nil "erc" "erc/erc.el" (21311 55332 986627 0)) |
| 8691 | ;;; Generated autoloads from erc/erc.el | 8687 | ;;; Generated autoloads from erc/erc.el |
| 8692 | (push (purecopy '(erc 5 3)) package--builtin-versions) | 8688 | (push (purecopy '(erc 5 3)) package--builtin-versions) |
| 8693 | 8689 | ||
| @@ -8917,17 +8913,9 @@ system. | |||
| 8917 | 8913 | ||
| 8918 | ;;;*** | 8914 | ;;;*** |
| 8919 | 8915 | ||
| 8920 | ;;;### (autoloads nil "erc-lang" "erc/erc-lang.el" (21240 46395 727291 | 8916 | ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21308 46599 181916 |
| 8921 | ;;;;;; 0)) | ||
| 8922 | ;;; Generated autoloads from erc/erc-lang.el | ||
| 8923 | (push (purecopy '(erc-lang 1 0 0)) package--builtin-versions) | ||
| 8924 | |||
| 8925 | ;;;*** | ||
| 8926 | |||
| 8927 | ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21240 46395 727291 | ||
| 8928 | ;;;;;; 0)) | 8917 | ;;;;;; 0)) |
| 8929 | ;;; Generated autoloads from erc/erc-list.el | 8918 | ;;; Generated autoloads from erc/erc-list.el |
| 8930 | (push (purecopy '(erc-list 0 1)) package--builtin-versions) | ||
| 8931 | (autoload 'erc-list-mode "erc-list") | 8919 | (autoload 'erc-list-mode "erc-list") |
| 8932 | 8920 | ||
| 8933 | ;;;*** | 8921 | ;;;*** |
| @@ -11630,9 +11618,9 @@ See the file generic-x.el for some examples of `define-generic-mode'. | |||
| 11630 | 11618 | ||
| 11631 | \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil t) | 11619 | \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil t) |
| 11632 | 11620 | ||
| 11633 | (put 'define-generic-mode 'lisp-indent-function '1) | 11621 | (function-put 'define-generic-mode 'lisp-indent-function '1) |
| 11634 | 11622 | ||
| 11635 | (put 'define-generic-mode 'doc-string-elt '7) | 11623 | (function-put 'define-generic-mode 'doc-string-elt '7) |
| 11636 | 11624 | ||
| 11637 | (autoload 'generic-mode-internal "generic" "\ | 11625 | (autoload 'generic-mode-internal "generic" "\ |
| 11638 | Go into the generic mode MODE. | 11626 | Go into the generic mode MODE. |
| @@ -11681,8 +11669,8 @@ add virtual separators (like underscores) at places they belong to. | |||
| 11681 | 11669 | ||
| 11682 | ;;;*** | 11670 | ;;;*** |
| 11683 | 11671 | ||
| 11684 | ;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21296 1575 | 11672 | ;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21326 22692 |
| 11685 | ;;;;;; 438327 0)) | 11673 | ;;;;;; 123234 0)) |
| 11686 | ;;; Generated autoloads from gnus/gmm-utils.el | 11674 | ;;; Generated autoloads from gnus/gmm-utils.el |
| 11687 | 11675 | ||
| 11688 | (autoload 'gmm-regexp-concat "gmm-utils" "\ | 11676 | (autoload 'gmm-regexp-concat "gmm-utils" "\ |
| @@ -11877,7 +11865,7 @@ CLEAN is obsolete and ignored. | |||
| 11877 | 11865 | ||
| 11878 | ;;;*** | 11866 | ;;;*** |
| 11879 | 11867 | ||
| 11880 | ;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21296 1575 438327 | 11868 | ;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21346 7974 405729 |
| 11881 | ;;;;;; 0)) | 11869 | ;;;;;; 0)) |
| 11882 | ;;; Generated autoloads from gnus/gnus-art.el | 11870 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11883 | 11871 | ||
| @@ -12629,7 +12617,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it. | |||
| 12629 | 12617 | ||
| 12630 | ;;;*** | 12618 | ;;;*** |
| 12631 | 12619 | ||
| 12632 | ;;;### (autoloads nil "grep" "progmodes/grep.el" (21245 64312 799897 | 12620 | ;;;### (autoloads nil "grep" "progmodes/grep.el" (21322 25639 363230 |
| 12633 | ;;;;;; 0)) | 12621 | ;;;;;; 0)) |
| 12634 | ;;; Generated autoloads from progmodes/grep.el | 12622 | ;;; Generated autoloads from progmodes/grep.el |
| 12635 | 12623 | ||
| @@ -12788,7 +12776,7 @@ Recursively grep for REGEXP in gzipped FILES in tree rooted at DIR. | |||
| 12788 | Like `rgrep' but uses `zgrep' for `grep-program', sets the default | 12776 | Like `rgrep' but uses `zgrep' for `grep-program', sets the default |
| 12789 | file name to `*.gz', and sets `grep-highlight-matches' to `always'. | 12777 | file name to `*.gz', and sets `grep-highlight-matches' to `always'. |
| 12790 | 12778 | ||
| 12791 | \(fn REGEXP &optional FILES DIR CONFIRM GREP-FIND-TEMPLATE)" t nil) | 12779 | \(fn REGEXP &optional FILES DIR CONFIRM TEMPLATE)" t nil) |
| 12792 | 12780 | ||
| 12793 | (defalias 'rzgrep 'zrgrep) | 12781 | (defalias 'rzgrep 'zrgrep) |
| 12794 | 12782 | ||
| @@ -12925,7 +12913,7 @@ all the parts of PLACE that can be evaluated and then runs E. | |||
| 12925 | 12913 | ||
| 12926 | \(fn (GETTER SETTER) PLACE &rest BODY)" nil t) | 12914 | \(fn (GETTER SETTER) PLACE &rest BODY)" nil t) |
| 12927 | 12915 | ||
| 12928 | (put 'gv-letplace 'lisp-indent-function '2) | 12916 | (function-put 'gv-letplace 'lisp-indent-function '2) |
| 12929 | 12917 | ||
| 12930 | (autoload 'gv-define-expander "gv" "\ | 12918 | (autoload 'gv-define-expander "gv" "\ |
| 12931 | Use HANDLER to handle NAME as a generalized var. | 12919 | Use HANDLER to handle NAME as a generalized var. |
| @@ -12935,7 +12923,7 @@ arguments as NAME. DO is a function as defined in `gv-get'. | |||
| 12935 | 12923 | ||
| 12936 | \(fn NAME HANDLER)" nil t) | 12924 | \(fn NAME HANDLER)" nil t) |
| 12937 | 12925 | ||
| 12938 | (put 'gv-define-expander 'lisp-indent-function '1) | 12926 | (function-put 'gv-define-expander 'lisp-indent-function '1) |
| 12939 | 12927 | ||
| 12940 | (autoload 'gv--defun-declaration "gv" "\ | 12928 | (autoload 'gv--defun-declaration "gv" "\ |
| 12941 | 12929 | ||
| @@ -12960,7 +12948,7 @@ to be pure and copyable. Example use: | |||
| 12960 | 12948 | ||
| 12961 | \(fn NAME ARGLIST &rest BODY)" nil t) | 12949 | \(fn NAME ARGLIST &rest BODY)" nil t) |
| 12962 | 12950 | ||
| 12963 | (put 'gv-define-setter 'lisp-indent-function '2) | 12951 | (function-put 'gv-define-setter 'lisp-indent-function '2) |
| 12964 | 12952 | ||
| 12965 | (autoload 'gv-define-simple-setter "gv" "\ | 12953 | (autoload 'gv-define-simple-setter "gv" "\ |
| 12966 | Define a simple setter method for generalized variable NAME. | 12954 | Define a simple setter method for generalized variable NAME. |
| @@ -14171,8 +14159,8 @@ Convert HTML to plain text in the current buffer. | |||
| 14171 | 14159 | ||
| 14172 | ;;;*** | 14160 | ;;;*** |
| 14173 | 14161 | ||
| 14174 | ;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21269 46645 | 14162 | ;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21327 43559 |
| 14175 | ;;;;;; 763684 0)) | 14163 | ;;;;;; 923043 0)) |
| 14176 | ;;; Generated autoloads from htmlfontify.el | 14164 | ;;; Generated autoloads from htmlfontify.el |
| 14177 | (push (purecopy '(htmlfontify 0 21)) package--builtin-versions) | 14165 | (push (purecopy '(htmlfontify 0 21)) package--builtin-versions) |
| 14178 | 14166 | ||
| @@ -14491,8 +14479,8 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 14491 | 14479 | ||
| 14492 | ;;;*** | 14480 | ;;;*** |
| 14493 | 14481 | ||
| 14494 | ;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21222 16439 | 14482 | ;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21339 34726 |
| 14495 | ;;;;;; 978802 0)) | 14483 | ;;;;;; 39547 0)) |
| 14496 | ;;; Generated autoloads from progmodes/idlwave.el | 14484 | ;;; Generated autoloads from progmodes/idlwave.el |
| 14497 | (push (purecopy '(idlwave 6 1 22)) package--builtin-versions) | 14485 | (push (purecopy '(idlwave 6 1 22)) package--builtin-versions) |
| 14498 | 14486 | ||
| @@ -15085,7 +15073,7 @@ Example: | |||
| 15085 | 15073 | ||
| 15086 | \(fn SYMBOL SPECS &optional DOC)" nil t) | 15074 | \(fn SYMBOL SPECS &optional DOC)" nil t) |
| 15087 | 15075 | ||
| 15088 | (put 'defimage 'doc-string-elt '3) | 15076 | (function-put 'defimage 'doc-string-elt '3) |
| 15089 | 15077 | ||
| 15090 | (autoload 'imagemagick-register-types "image" "\ | 15078 | (autoload 'imagemagick-register-types "image" "\ |
| 15091 | Register file types that can be handled by ImageMagick. | 15079 | Register file types that can be handled by ImageMagick. |
| @@ -15304,7 +15292,7 @@ An image file is one whose name has an extension in | |||
| 15304 | 15292 | ||
| 15305 | ;;;*** | 15293 | ;;;*** |
| 15306 | 15294 | ||
| 15307 | ;;;### (autoloads nil "image-mode" "image-mode.el" (21187 63826 213216 | 15295 | ;;;### (autoloads nil "image-mode" "image-mode.el" (21334 16805 699731 |
| 15308 | ;;;;;; 0)) | 15296 | ;;;;;; 0)) |
| 15309 | ;;; Generated autoloads from image-mode.el | 15297 | ;;; Generated autoloads from image-mode.el |
| 15310 | 15298 | ||
| @@ -15540,7 +15528,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15540 | 15528 | ||
| 15541 | ;;;*** | 15529 | ;;;*** |
| 15542 | 15530 | ||
| 15543 | ;;;### (autoloads nil "info" "info.el" (21292 4516 491683 0)) | 15531 | ;;;### (autoloads nil "info" "info.el" (21338 13863 97436 0)) |
| 15544 | ;;; Generated autoloads from info.el | 15532 | ;;; Generated autoloads from info.el |
| 15545 | 15533 | ||
| 15546 | (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))))) "\ | 15534 | (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))))) "\ |
| @@ -17735,7 +17723,7 @@ recursion depth in the minibuffer prompt. This is only useful if | |||
| 17735 | 17723 | ||
| 17736 | ;;;*** | 17724 | ;;;*** |
| 17737 | 17725 | ||
| 17738 | ;;;### (autoloads nil "message" "gnus/message.el" (21296 1575 438327 | 17726 | ;;;### (autoloads nil "message" "gnus/message.el" (21326 22692 123234 |
| 17739 | ;;;;;; 0)) | 17727 | ;;;;;; 0)) |
| 17740 | ;;; Generated autoloads from gnus/message.el | 17728 | ;;; Generated autoloads from gnus/message.el |
| 17741 | 17729 | ||
| @@ -18610,7 +18598,7 @@ To test this function, evaluate: | |||
| 18610 | 18598 | ||
| 18611 | ;;;*** | 18599 | ;;;*** |
| 18612 | 18600 | ||
| 18613 | ;;;### (autoloads nil "mpc" "mpc.el" (21187 63826 213216 0)) | 18601 | ;;;### (autoloads nil "mpc" "mpc.el" (21315 5521 187938 0)) |
| 18614 | ;;; Generated autoloads from mpc.el | 18602 | ;;; Generated autoloads from mpc.el |
| 18615 | 18603 | ||
| 18616 | (autoload 'mpc "mpc" "\ | 18604 | (autoload 'mpc "mpc" "\ |
| @@ -19243,13 +19231,6 @@ This command does not work if you use short group names. | |||
| 19243 | 19231 | ||
| 19244 | ;;;*** | 19232 | ;;;*** |
| 19245 | 19233 | ||
| 19246 | ;;;### (autoloads nil "nnmairix" "gnus/nnmairix.el" (21187 63826 | ||
| 19247 | ;;;;;; 213216 0)) | ||
| 19248 | ;;; Generated autoloads from gnus/nnmairix.el | ||
| 19249 | (push (purecopy '(nnmairix 0 6)) package--builtin-versions) | ||
| 19250 | |||
| 19251 | ;;;*** | ||
| 19252 | |||
| 19253 | ;;;### (autoloads nil "nnml" "gnus/nnml.el" (21187 63826 213216 0)) | 19234 | ;;;### (autoloads nil "nnml" "gnus/nnml.el" (21187 63826 213216 0)) |
| 19254 | ;;; Generated autoloads from gnus/nnml.el | 19235 | ;;; Generated autoloads from gnus/nnml.el |
| 19255 | 19236 | ||
| @@ -19326,8 +19307,8 @@ Return nil if the face cannot display a glyph for N. | |||
| 19326 | 19307 | ||
| 19327 | ;;;*** | 19308 | ;;;*** |
| 19328 | 19309 | ||
| 19329 | ;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21293 25385 | 19310 | ;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21327 43559 |
| 19330 | ;;;;;; 120083 0)) | 19311 | ;;;;;; 923043 0)) |
| 19331 | ;;; Generated autoloads from nxml/nxml-mode.el | 19312 | ;;; Generated autoloads from nxml/nxml-mode.el |
| 19332 | 19313 | ||
| 19333 | (autoload 'nxml-mode "nxml-mode" "\ | 19314 | (autoload 'nxml-mode "nxml-mode" "\ |
| @@ -19401,8 +19382,8 @@ the variable `nxml-enabled-unicode-blocks'. | |||
| 19401 | 19382 | ||
| 19402 | ;;;*** | 19383 | ;;;*** |
| 19403 | 19384 | ||
| 19404 | ;;;### (autoloads nil "octave" "progmodes/octave.el" (21240 46395 | 19385 | ;;;### (autoloads nil "octave" "progmodes/octave.el" (21322 25639 |
| 19405 | ;;;;;; 727291 0)) | 19386 | ;;;;;; 363230 0)) |
| 19406 | ;;; Generated autoloads from progmodes/octave.el | 19387 | ;;; Generated autoloads from progmodes/octave.el |
| 19407 | 19388 | ||
| 19408 | (autoload 'octave-mode "octave" "\ | 19389 | (autoload 'octave-mode "octave" "\ |
| @@ -19475,7 +19456,7 @@ Coloring: | |||
| 19475 | 19456 | ||
| 19476 | ;;;*** | 19457 | ;;;*** |
| 19477 | 19458 | ||
| 19478 | ;;;### (autoloads nil "org" "org/org.el" (21196 19423 102965 0)) | 19459 | ;;;### (autoloads nil "org" "org/org.el" (21335 37672 97862 0)) |
| 19479 | ;;; Generated autoloads from org/org.el | 19460 | ;;; Generated autoloads from org/org.el |
| 19480 | 19461 | ||
| 19481 | (autoload 'org-babel-do-load-languages "org" "\ | 19462 | (autoload 'org-babel-do-load-languages "org" "\ |
| @@ -19696,8 +19677,8 @@ Call the customize function with org as argument. | |||
| 19696 | 19677 | ||
| 19697 | ;;;*** | 19678 | ;;;*** |
| 19698 | 19679 | ||
| 19699 | ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21197 43194 | 19680 | ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21335 37672 |
| 19700 | ;;;;;; 200483 0)) | 19681 | ;;;;;; 97862 0)) |
| 19701 | ;;; Generated autoloads from org/org-agenda.el | 19682 | ;;; Generated autoloads from org/org-agenda.el |
| 19702 | 19683 | ||
| 19703 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ | 19684 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ |
| @@ -19970,8 +19951,8 @@ to override `appt-message-warning-time'. | |||
| 19970 | 19951 | ||
| 19971 | ;;;*** | 19952 | ;;;*** |
| 19972 | 19953 | ||
| 19973 | ;;;### (autoloads nil "org-capture" "org/org-capture.el" (21187 63826 | 19954 | ;;;### (autoloads nil "org-capture" "org/org-capture.el" (21335 37672 |
| 19974 | ;;;;;; 213216 0)) | 19955 | ;;;;;; 97862 0)) |
| 19975 | ;;; Generated autoloads from org/org-capture.el | 19956 | ;;; Generated autoloads from org/org-capture.el |
| 19976 | 19957 | ||
| 19977 | (autoload 'org-capture-string "org-capture" "\ | 19958 | (autoload 'org-capture-string "org-capture" "\ |
| @@ -20013,8 +19994,8 @@ Set `org-capture-templates' to be similar to `org-remember-templates'. | |||
| 20013 | 19994 | ||
| 20014 | ;;;*** | 19995 | ;;;*** |
| 20015 | 19996 | ||
| 20016 | ;;;### (autoloads nil "org-colview" "org/org-colview.el" (21187 63826 | 19997 | ;;;### (autoloads nil "org-colview" "org/org-colview.el" (21335 37672 |
| 20017 | ;;;;;; 213216 0)) | 19998 | ;;;;;; 97862 0)) |
| 20018 | ;;; Generated autoloads from org/org-colview.el | 19999 | ;;; Generated autoloads from org/org-colview.el |
| 20019 | 20000 | ||
| 20020 | (autoload 'org-columns-remove-overlays "org-colview" "\ | 20001 | (autoload 'org-columns-remove-overlays "org-colview" "\ |
| @@ -20077,8 +20058,8 @@ Turn on or update column view in the agenda. | |||
| 20077 | 20058 | ||
| 20078 | ;;;*** | 20059 | ;;;*** |
| 20079 | 20060 | ||
| 20080 | ;;;### (autoloads nil "org-compat" "org/org-compat.el" (21187 63826 | 20061 | ;;;### (autoloads nil "org-compat" "org/org-compat.el" (21335 37672 |
| 20081 | ;;;;;; 213216 0)) | 20062 | ;;;;;; 97862 0)) |
| 20082 | ;;; Generated autoloads from org/org-compat.el | 20063 | ;;; Generated autoloads from org/org-compat.el |
| 20083 | 20064 | ||
| 20084 | (autoload 'org-check-version "org-compat" "\ | 20065 | (autoload 'org-check-version "org-compat" "\ |
| @@ -20099,8 +20080,8 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a | |||
| 20099 | 20080 | ||
| 20100 | ;;;*** | 20081 | ;;;*** |
| 20101 | 20082 | ||
| 20102 | ;;;### (autoloads nil "org-version" "org/org-version.el" (21260 56437 | 20083 | ;;;### (autoloads nil "org-version" "org/org-version.el" (21335 37672 |
| 20103 | ;;;;;; 870858 217000)) | 20084 | ;;;;;; 97862 0)) |
| 20104 | ;;; Generated autoloads from org/org-version.el | 20085 | ;;; Generated autoloads from org/org-version.el |
| 20105 | 20086 | ||
| 20106 | (autoload 'org-release "org-version" "\ | 20087 | (autoload 'org-release "org-version" "\ |
| @@ -20179,8 +20160,8 @@ See the command `outline-mode' for more information on this mode. | |||
| 20179 | 20160 | ||
| 20180 | ;;;*** | 20161 | ;;;*** |
| 20181 | 20162 | ||
| 20182 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (21299 64170 | 20163 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (21308 46599 |
| 20183 | ;;;;;; 881226 0)) | 20164 | ;;;;;; 181916 0)) |
| 20184 | ;;; Generated autoloads from emacs-lisp/package.el | 20165 | ;;; Generated autoloads from emacs-lisp/package.el |
| 20185 | (push (purecopy '(package 1 0 1)) package--builtin-versions) | 20166 | (push (purecopy '(package 1 0 1)) package--builtin-versions) |
| 20186 | 20167 | ||
| @@ -20292,8 +20273,8 @@ unknown are returned as nil. | |||
| 20292 | 20273 | ||
| 20293 | ;;;*** | 20274 | ;;;*** |
| 20294 | 20275 | ||
| 20295 | ;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21282 19826 | 20276 | ;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21319 49445 |
| 20296 | ;;;;;; 403614 0)) | 20277 | ;;;;;; 508378 0)) |
| 20297 | ;;; Generated autoloads from progmodes/pascal.el | 20278 | ;;; Generated autoloads from progmodes/pascal.el |
| 20298 | 20279 | ||
| 20299 | (autoload 'pascal-mode "pascal" "\ | 20280 | (autoload 'pascal-mode "pascal" "\ |
| @@ -20404,7 +20385,7 @@ like `(,a . ,(pred (< a))) or, with more checks: | |||
| 20404 | 20385 | ||
| 20405 | \(fn EXP &rest CASES)" nil t) | 20386 | \(fn EXP &rest CASES)" nil t) |
| 20406 | 20387 | ||
| 20407 | (put 'pcase 'lisp-indent-function '1) | 20388 | (function-put 'pcase 'lisp-indent-function '1) |
| 20408 | 20389 | ||
| 20409 | (autoload 'pcase-let* "pcase" "\ | 20390 | (autoload 'pcase-let* "pcase" "\ |
| 20410 | Like `let*' but where you can use `pcase' patterns for bindings. | 20391 | Like `let*' but where you can use `pcase' patterns for bindings. |
| @@ -20413,7 +20394,7 @@ of the form (UPAT EXP). | |||
| 20413 | 20394 | ||
| 20414 | \(fn BINDINGS &rest BODY)" nil t) | 20395 | \(fn BINDINGS &rest BODY)" nil t) |
| 20415 | 20396 | ||
| 20416 | (put 'pcase-let* 'lisp-indent-function '1) | 20397 | (function-put 'pcase-let* 'lisp-indent-function '1) |
| 20417 | 20398 | ||
| 20418 | (autoload 'pcase-let "pcase" "\ | 20399 | (autoload 'pcase-let "pcase" "\ |
| 20419 | Like `let' but where you can use `pcase' patterns for bindings. | 20400 | Like `let' but where you can use `pcase' patterns for bindings. |
| @@ -20422,7 +20403,7 @@ of the form (UPAT EXP). | |||
| 20422 | 20403 | ||
| 20423 | \(fn BINDINGS &rest BODY)" nil t) | 20404 | \(fn BINDINGS &rest BODY)" nil t) |
| 20424 | 20405 | ||
| 20425 | (put 'pcase-let 'lisp-indent-function '1) | 20406 | (function-put 'pcase-let 'lisp-indent-function '1) |
| 20426 | 20407 | ||
| 20427 | ;;;*** | 20408 | ;;;*** |
| 20428 | 20409 | ||
| @@ -20720,8 +20701,8 @@ Global menu used by PCL-CVS.") | |||
| 20720 | 20701 | ||
| 20721 | ;;;*** | 20702 | ;;;*** |
| 20722 | 20703 | ||
| 20723 | ;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21240 | 20704 | ;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21339 |
| 20724 | ;;;;;; 46395 727291 0)) | 20705 | ;;;;;; 34726 39547 0)) |
| 20725 | ;;; Generated autoloads from progmodes/perl-mode.el | 20706 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 20726 | (put 'perl-indent-level 'safe-local-variable 'integerp) | 20707 | (put 'perl-indent-level 'safe-local-variable 'integerp) |
| 20727 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) | 20708 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) |
| @@ -21650,8 +21631,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 21650 | 21631 | ||
| 21651 | ;;;*** | 21632 | ;;;*** |
| 21652 | 21633 | ||
| 21653 | ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (21195 57908 | 21634 | ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (21342 10917 |
| 21654 | ;;;;;; 940910 0)) | 21635 | ;;;;;; 902592 0)) |
| 21655 | ;;; Generated autoloads from progmodes/ps-mode.el | 21636 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 21656 | (push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) | 21637 | (push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) |
| 21657 | 21638 | ||
| @@ -21663,7 +21644,6 @@ Entry to this mode calls `ps-mode-hook'. | |||
| 21663 | The following variables hold user options, and can | 21644 | The following variables hold user options, and can |
| 21664 | be set through the `customize' command: | 21645 | be set through the `customize' command: |
| 21665 | 21646 | ||
| 21666 | `ps-mode-auto-indent' | ||
| 21667 | `ps-mode-tab' | 21647 | `ps-mode-tab' |
| 21668 | `ps-mode-paper-size' | 21648 | `ps-mode-paper-size' |
| 21669 | `ps-mode-print-function' | 21649 | `ps-mode-print-function' |
| @@ -21903,8 +21883,8 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21903 | 21883 | ||
| 21904 | ;;;*** | 21884 | ;;;*** |
| 21905 | 21885 | ||
| 21906 | ;;;### (autoloads nil "python" "progmodes/python.el" (21285 31272 | 21886 | ;;;### (autoloads nil "python" "progmodes/python.el" (21315 5521 |
| 21907 | ;;;;;; 331063 0)) | 21887 | ;;;;;; 187938 0)) |
| 21908 | ;;; Generated autoloads from progmodes/python.el | 21888 | ;;; Generated autoloads from progmodes/python.el |
| 21909 | (push (purecopy '(python 0 24 2)) package--builtin-versions) | 21889 | (push (purecopy '(python 0 24 2)) package--builtin-versions) |
| 21910 | 21890 | ||
| @@ -22288,7 +22268,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 22288 | 22268 | ||
| 22289 | ;;;*** | 22269 | ;;;*** |
| 22290 | 22270 | ||
| 22291 | ;;;### (autoloads nil "rcirc" "net/rcirc.el" (21187 63826 213216 | 22271 | ;;;### (autoloads nil "rcirc" "net/rcirc.el" (21318 28582 821557 |
| 22292 | ;;;;;; 0)) | 22272 | ;;;;;; 0)) |
| 22293 | ;;; Generated autoloads from net/rcirc.el | 22273 | ;;; Generated autoloads from net/rcirc.el |
| 22294 | 22274 | ||
| @@ -22534,8 +22514,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead. | |||
| 22534 | 22514 | ||
| 22535 | ;;;*** | 22515 | ;;;*** |
| 22536 | 22516 | ||
| 22537 | ;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21302 6271 | 22517 | ;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21311 55354 |
| 22538 | ;;;;;; 390850 735000)) | 22518 | ;;;;;; 530141 675000)) |
| 22539 | ;;; Generated autoloads from textmodes/reftex.el | 22519 | ;;; Generated autoloads from textmodes/reftex.el |
| 22540 | (autoload 'reftex-citation "reftex-cite" nil t) | 22520 | (autoload 'reftex-citation "reftex-cite" nil t) |
| 22541 | (autoload 'reftex-all-document-files "reftex-parse") | 22521 | (autoload 'reftex-all-document-files "reftex-parse") |
| @@ -22868,8 +22848,8 @@ variable. | |||
| 22868 | 22848 | ||
| 22869 | ;;;*** | 22849 | ;;;*** |
| 22870 | 22850 | ||
| 22871 | ;;;### (autoloads nil "rmail" "mail/rmail.el" (21293 25438 932257 | 22851 | ;;;### (autoloads nil "rmail" "mail/rmail.el" (21346 7974 405729 |
| 22872 | ;;;;;; 536000)) | 22852 | ;;;;;; 0)) |
| 22873 | ;;; Generated autoloads from mail/rmail.el | 22853 | ;;; Generated autoloads from mail/rmail.el |
| 22874 | 22854 | ||
| 22875 | (defvar rmail-file-name (purecopy "~/RMAIL") "\ | 22855 | (defvar rmail-file-name (purecopy "~/RMAIL") "\ |
| @@ -23131,8 +23111,8 @@ than appending to it. Deletes the message after writing if | |||
| 23131 | 23111 | ||
| 23132 | ;;;*** | 23112 | ;;;*** |
| 23133 | 23113 | ||
| 23134 | ;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21293 25385 | 23114 | ;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21319 49445 |
| 23135 | ;;;;;; 120083 0)) | 23115 | ;;;;;; 508378 0)) |
| 23136 | ;;; Generated autoloads from nxml/rng-cmpct.el | 23116 | ;;; Generated autoloads from nxml/rng-cmpct.el |
| 23137 | 23117 | ||
| 23138 | (autoload 'rng-c-load-schema "rng-cmpct" "\ | 23118 | (autoload 'rng-c-load-schema "rng-cmpct" "\ |
| @@ -23285,7 +23265,7 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 23285 | 23265 | ||
| 23286 | ;;;*** | 23266 | ;;;*** |
| 23287 | 23267 | ||
| 23288 | ;;;### (autoloads nil "rst" "textmodes/rst.el" (21285 31272 331063 | 23268 | ;;;### (autoloads nil "rst" "textmodes/rst.el" (21346 7974 405729 |
| 23289 | ;;;;;; 0)) | 23269 | ;;;;;; 0)) |
| 23290 | ;;; Generated autoloads from textmodes/rst.el | 23270 | ;;; Generated autoloads from textmodes/rst.el |
| 23291 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) | 23271 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) |
| @@ -23316,8 +23296,8 @@ for modes derived from Text mode, like Mail mode. | |||
| 23316 | 23296 | ||
| 23317 | ;;;*** | 23297 | ;;;*** |
| 23318 | 23298 | ||
| 23319 | ;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21300 | 23299 | ;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21317 |
| 23320 | ;;;;;; 27302 473448 0)) | 23300 | ;;;;;; 7724 908229 0)) |
| 23321 | ;;; Generated autoloads from progmodes/ruby-mode.el | 23301 | ;;; Generated autoloads from progmodes/ruby-mode.el |
| 23322 | (push (purecopy '(ruby-mode 1 2)) package--builtin-versions) | 23302 | (push (purecopy '(ruby-mode 1 2)) package--builtin-versions) |
| 23323 | 23303 | ||
| @@ -23672,7 +23652,7 @@ enclosed in `(and ...)'. | |||
| 23672 | 23652 | ||
| 23673 | ;;;*** | 23653 | ;;;*** |
| 23674 | 23654 | ||
| 23675 | ;;;### (autoloads nil "savehist" "savehist.el" (21255 13756 851229 | 23655 | ;;;### (autoloads nil "savehist" "savehist.el" (21326 22692 123234 |
| 23676 | ;;;;;; 0)) | 23656 | ;;;;;; 0)) |
| 23677 | ;;; Generated autoloads from savehist.el | 23657 | ;;; Generated autoloads from savehist.el |
| 23678 | (push (purecopy '(savehist 24)) package--builtin-versions) | 23658 | (push (purecopy '(savehist 24)) package--builtin-versions) |
| @@ -23705,8 +23685,8 @@ histories, which is probably undesirable. | |||
| 23705 | 23685 | ||
| 23706 | ;;;*** | 23686 | ;;;*** |
| 23707 | 23687 | ||
| 23708 | ;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21286 52150 | 23688 | ;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21338 13863 |
| 23709 | ;;;;;; 476720 0)) | 23689 | ;;;;;; 97436 0)) |
| 23710 | ;;; Generated autoloads from progmodes/scheme.el | 23690 | ;;; Generated autoloads from progmodes/scheme.el |
| 23711 | 23691 | ||
| 23712 | (autoload 'scheme-mode "scheme" "\ | 23692 | (autoload 'scheme-mode "scheme" "\ |
| @@ -24349,8 +24329,8 @@ To work around that, do: | |||
| 24349 | 24329 | ||
| 24350 | ;;;*** | 24330 | ;;;*** |
| 24351 | 24331 | ||
| 24352 | ;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21271 | 24332 | ;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21336 |
| 24353 | ;;;;;; 29887 434495 380000)) | 24333 | ;;;;;; 58534 877175 0)) |
| 24354 | ;;; Generated autoloads from progmodes/sh-script.el | 24334 | ;;; Generated autoloads from progmodes/sh-script.el |
| 24355 | (push (purecopy '(sh-script 2 0 6)) package--builtin-versions) | 24335 | (push (purecopy '(sh-script 2 0 6)) package--builtin-versions) |
| 24356 | (put 'sh-shell 'safe-local-variable 'symbolp) | 24336 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| @@ -24503,7 +24483,7 @@ Set up file shadowing. | |||
| 24503 | 24483 | ||
| 24504 | ;;;*** | 24484 | ;;;*** |
| 24505 | 24485 | ||
| 24506 | ;;;### (autoloads nil "shell" "shell.el" (21240 46395 727291 0)) | 24486 | ;;;### (autoloads nil "shell" "shell.el" (21315 5521 187938 0)) |
| 24507 | ;;; Generated autoloads from shell.el | 24487 | ;;; Generated autoloads from shell.el |
| 24508 | 24488 | ||
| 24509 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ | 24489 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ |
| @@ -24551,7 +24531,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 24551 | 24531 | ||
| 24552 | ;;;*** | 24532 | ;;;*** |
| 24553 | 24533 | ||
| 24554 | ;;;### (autoloads nil "shr" "net/shr.el" (21271 29460 497806 0)) | 24534 | ;;;### (autoloads nil "shr" "net/shr.el" (21327 43559 923043 0)) |
| 24555 | ;;; Generated autoloads from net/shr.el | 24535 | ;;; Generated autoloads from net/shr.el |
| 24556 | 24536 | ||
| 24557 | (autoload 'shr-render-region "shr" "\ | 24537 | (autoload 'shr-render-region "shr" "\ |
| @@ -24673,7 +24653,7 @@ SKELETON is as defined under `skeleton-insert'. | |||
| 24673 | 24653 | ||
| 24674 | \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil t) | 24654 | \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil t) |
| 24675 | 24655 | ||
| 24676 | (put 'define-skeleton 'doc-string-elt '2) | 24656 | (function-put 'define-skeleton 'doc-string-elt '2) |
| 24677 | 24657 | ||
| 24678 | (autoload 'skeleton-proxy-new "skeleton" "\ | 24658 | (autoload 'skeleton-proxy-new "skeleton" "\ |
| 24679 | Insert SKELETON. | 24659 | Insert SKELETON. |
| @@ -24817,8 +24797,8 @@ interactively. If there's no argument, do it at the current buffer. | |||
| 24817 | 24797 | ||
| 24818 | ;;;*** | 24798 | ;;;*** |
| 24819 | 24799 | ||
| 24820 | ;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (21187 63826 | 24800 | ;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (21322 25639 |
| 24821 | ;;;;;; 213216 0)) | 24801 | ;;;;;; 363230 0)) |
| 24822 | ;;; Generated autoloads from mail/smtpmail.el | 24802 | ;;; Generated autoloads from mail/smtpmail.el |
| 24823 | 24803 | ||
| 24824 | (autoload 'smtpmail-send-it "smtpmail" "\ | 24804 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| @@ -25211,8 +25191,8 @@ Spam reports will be queued with the method used when | |||
| 25211 | 25191 | ||
| 25212 | ;;;*** | 25192 | ;;;*** |
| 25213 | 25193 | ||
| 25214 | ;;;### (autoloads nil "speedbar" "speedbar.el" (21302 10113 180145 | 25194 | ;;;### (autoloads nil "speedbar" "speedbar.el" (21335 37672 97862 |
| 25215 | ;;;;;; 84000)) | 25195 | ;;;;;; 0)) |
| 25216 | ;;; Generated autoloads from speedbar.el | 25196 | ;;; Generated autoloads from speedbar.el |
| 25217 | 25197 | ||
| 25218 | (defalias 'speedbar 'speedbar-frame-mode) | 25198 | (defalias 'speedbar 'speedbar-frame-mode) |
| @@ -26783,7 +26763,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26783 | 26763 | ||
| 26784 | ;;;*** | 26764 | ;;;*** |
| 26785 | 26765 | ||
| 26786 | ;;;### (autoloads nil "term" "term.el" (21215 43189 822371 0)) | 26766 | ;;;### (autoloads nil "term" "term.el" (21339 34726 39547 0)) |
| 26787 | ;;; Generated autoloads from term.el | 26767 | ;;; Generated autoloads from term.el |
| 26788 | 26768 | ||
| 26789 | (autoload 'make-term "term" "\ | 26769 | (autoload 'make-term "term" "\ |
| @@ -28176,7 +28156,7 @@ the output buffer or changing the window configuration. | |||
| 28176 | 28156 | ||
| 28177 | ;;;*** | 28157 | ;;;*** |
| 28178 | 28158 | ||
| 28179 | ;;;### (autoloads nil "tramp" "net/tramp.el" (21299 64170 881226 | 28159 | ;;;### (autoloads nil "tramp" "net/tramp.el" (21330 19750 309501 |
| 28180 | ;;;;;; 0)) | 28160 | ;;;;;; 0)) |
| 28181 | ;;; Generated autoloads from net/tramp.el | 28161 | ;;; Generated autoloads from net/tramp.el |
| 28182 | 28162 | ||
| @@ -28253,30 +28233,22 @@ Used for file names matching `tramp-file-name-regexp'. Operations | |||
| 28253 | not mentioned here will be handled by Tramp's file name handler | 28233 | not mentioned here will be handled by Tramp's file name handler |
| 28254 | functions, or the normal Emacs functions.") | 28234 | functions, or the normal Emacs functions.") |
| 28255 | 28235 | ||
| 28256 | (defun tramp-run-real-handler (operation args) "\ | ||
| 28257 | Invoke normal file name handler for OPERATION. | ||
| 28258 | First arg specifies the OPERATION, second arg is a list of arguments to | ||
| 28259 | pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-file-name-handler tramp-vc-file-name-handler tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args))) | ||
| 28260 | |||
| 28261 | (defun tramp-completion-run-real-handler (operation args) "\ | 28236 | (defun tramp-completion-run-real-handler (operation args) "\ |
| 28262 | Invoke `tramp-file-name-handler' for OPERATION. | 28237 | Invoke `tramp-file-name-handler' for OPERATION. |
| 28263 | First arg specifies the OPERATION, second arg is a list of arguments to | 28238 | First arg specifies the OPERATION, second arg is a list of arguments to |
| 28264 | pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args))) | 28239 | pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args))) |
| 28265 | 28240 | ||
| 28266 | (autoload 'tramp-file-name-handler "tramp" "\ | ||
| 28267 | Invoke Tramp file name handler. | ||
| 28268 | Falls back to normal file name handler if no Tramp file name handler exists. | ||
| 28269 | |||
| 28270 | \(fn OPERATION &rest ARGS)" nil nil) | ||
| 28271 | |||
| 28272 | (defun tramp-completion-file-name-handler (operation &rest args) "\ | 28241 | (defun tramp-completion-file-name-handler (operation &rest args) "\ |
| 28273 | Invoke Tramp file name completion handler. | 28242 | Invoke Tramp file name completion handler. |
| 28274 | Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) (symbol-value (quote partial-completion-mode))) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) | 28243 | Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) (symbol-value (quote partial-completion-mode))) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) |
| 28275 | 28244 | ||
| 28276 | (defun tramp-register-file-name-handlers nil "\ | 28245 | (defun tramp-autoload-file-name-handler (operation &rest args) "\ |
| 28277 | Add Tramp file name handlers to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))) (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (put (quote tramp-file-name-handler) (quote safe-magic) t) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t) (dolist (fnh (quote (epa-file-handler jka-compr-handler))) (let ((entry (rassoc fnh file-name-handler-alist))) (when entry (setq file-name-handler-alist (cons entry (delete entry file-name-handler-alist))))))) | 28246 | Load Tramp file name handler, and perform OPERATION." (let ((default-directory temporary-file-directory)) (load "tramp" nil t)) (apply operation args)) |
| 28278 | 28247 | ||
| 28279 | (tramp-register-file-name-handlers) | 28248 | (defun tramp-register-autoload-file-name-handlers nil "\ |
| 28249 | Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-autoload-file-name-handler))) (put (quote tramp-autoload-file-name-handler) (quote safe-magic) t) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) | ||
| 28250 | |||
| 28251 | (tramp-register-autoload-file-name-handlers) | ||
| 28280 | 28252 | ||
| 28281 | (autoload 'tramp-unload-file-name-handlers "tramp" "\ | 28253 | (autoload 'tramp-unload-file-name-handlers "tramp" "\ |
| 28282 | 28254 | ||
| @@ -28849,8 +28821,8 @@ Might do a non-blocking connection; use `process-status' to check. | |||
| 28849 | 28821 | ||
| 28850 | ;;;*** | 28822 | ;;;*** |
| 28851 | 28823 | ||
| 28852 | ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21299 | 28824 | ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21307 |
| 28853 | ;;;;;; 64170 881226 0)) | 28825 | ;;;;;; 58279 19956 0)) |
| 28854 | ;;; Generated autoloads from url/url-handlers.el | 28826 | ;;; Generated autoloads from url/url-handlers.el |
| 28855 | 28827 | ||
| 28856 | (defvar url-handler-mode nil "\ | 28828 | (defvar url-handler-mode nil "\ |
| @@ -29125,6 +29097,25 @@ The variable `url-queue-timeout' sets a timeout. | |||
| 29125 | 29097 | ||
| 29126 | ;;;*** | 29098 | ;;;*** |
| 29127 | 29099 | ||
| 29100 | ;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (21307 58279 | ||
| 29101 | ;;;;;; 19956 0)) | ||
| 29102 | ;;; Generated autoloads from url/url-tramp.el | ||
| 29103 | |||
| 29104 | (defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\ | ||
| 29105 | List of URL protocols the work is handled by Tramp. | ||
| 29106 | They must also be covered by `url-handler-regexp'.") | ||
| 29107 | |||
| 29108 | (custom-autoload 'url-tramp-protocols "url-tramp" t) | ||
| 29109 | |||
| 29110 | (autoload 'url-tramp-file-handler "url-tramp" "\ | ||
| 29111 | Function called from the `file-name-handler-alist' routines. | ||
| 29112 | OPERATION is what needs to be done. ARGS are the arguments that | ||
| 29113 | would have been passed to OPERATION. | ||
| 29114 | |||
| 29115 | \(fn OPERATION &rest ARGS)" nil nil) | ||
| 29116 | |||
| 29117 | ;;;*** | ||
| 29118 | |||
| 29128 | ;;;### (autoloads nil "url-util" "url/url-util.el" (21302 6606 390237 | 29119 | ;;;### (autoloads nil "url-util" "url/url-util.el" (21302 6606 390237 |
| 29129 | ;;;;;; 377000)) | 29120 | ;;;;;; 377000)) |
| 29130 | ;;; Generated autoloads from url/url-util.el | 29121 | ;;; Generated autoloads from url/url-util.el |
| @@ -29384,7 +29375,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 29384 | 29375 | ||
| 29385 | ;;;*** | 29376 | ;;;*** |
| 29386 | 29377 | ||
| 29387 | ;;;### (autoloads nil "vc" "vc/vc.el" (21296 1575 438327 0)) | 29378 | ;;;### (autoloads nil "vc" "vc/vc.el" (21332 61483 90708 0)) |
| 29388 | ;;; Generated autoloads from vc/vc.el | 29379 | ;;; Generated autoloads from vc/vc.el |
| 29389 | 29380 | ||
| 29390 | (defvar vc-checkout-hook nil "\ | 29381 | (defvar vc-checkout-hook nil "\ |
| @@ -29492,6 +29483,12 @@ saving the buffer. | |||
| 29492 | 29483 | ||
| 29493 | \(fn HISTORIC &optional NOT-URGENT)" t nil) | 29484 | \(fn HISTORIC &optional NOT-URGENT)" t nil) |
| 29494 | 29485 | ||
| 29486 | (autoload 'vc-root-dir "vc" "\ | ||
| 29487 | Return the root directory for the current VC tree. | ||
| 29488 | Return nil if the root directory cannot be identified. | ||
| 29489 | |||
| 29490 | \(fn)" nil nil) | ||
| 29491 | |||
| 29495 | (autoload 'vc-revision-other-window "vc" "\ | 29492 | (autoload 'vc-revision-other-window "vc" "\ |
| 29496 | Visit revision REV of the current file in another window. | 29493 | Visit revision REV of the current file in another window. |
| 29497 | If the current file is named `F', the revision is named `F.~REV~'. | 29494 | If the current file is named `F', the revision is named `F.~REV~'. |
| @@ -31853,7 +31850,7 @@ Both features can be combined by providing a cons cell | |||
| 31853 | 31850 | ||
| 31854 | ;;;*** | 31851 | ;;;*** |
| 31855 | 31852 | ||
| 31856 | ;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21293 25385 120083 | 31853 | ;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21327 43559 923043 |
| 31857 | ;;;;;; 0)) | 31854 | ;;;;;; 0)) |
| 31858 | ;;; Generated autoloads from nxml/xmltok.el | 31855 | ;;; Generated autoloads from nxml/xmltok.el |
| 31859 | 31856 | ||
| @@ -31872,7 +31869,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. | |||
| 31872 | 31869 | ||
| 31873 | ;;;*** | 31870 | ;;;*** |
| 31874 | 31871 | ||
| 31875 | ;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21187 63826 213216 | 31872 | ;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21327 43559 923043 |
| 31876 | ;;;;;; 0)) | 31873 | ;;;;;; 0)) |
| 31877 | ;;; Generated autoloads from xt-mouse.el | 31874 | ;;; Generated autoloads from xt-mouse.el |
| 31878 | 31875 | ||
| @@ -31957,12 +31954,13 @@ Zone out, completely. | |||
| 31957 | ;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" | 31954 | ;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" |
| 31958 | ;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" | 31955 | ;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" |
| 31959 | ;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" | 31956 | ;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" |
| 31960 | ;;;;;; "cedet/ede/proj.el" "cedet/ede/shell.el" "cedet/ede/simple.el" | 31957 | ;;;;;; "cedet/ede/proj.el" "cedet/ede/project-am.el" "cedet/ede/shell.el" |
| 31961 | ;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el" | 31958 | ;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el" |
| 31962 | ;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/semantic/analyze.el" | 31959 | ;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el" |
| 31963 | ;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" | 31960 | ;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" |
| 31964 | ;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" | 31961 | ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" |
| 31965 | ;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" | 31962 | ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" |
| 31963 | ;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" | ||
| 31966 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" | 31964 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" |
| 31967 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el" | 31965 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el" |
| 31968 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" | 31966 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" |
| @@ -32010,36 +32008,37 @@ Zone out, completely. | |||
| 32010 | ;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" | 32008 | ;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" |
| 32011 | ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" | 32009 | ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" |
| 32012 | ;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el" | 32010 | ;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el" |
| 32013 | ;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "eshell/em-alias.el" | 32011 | ;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el" |
| 32014 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" | 32012 | ;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" |
| 32015 | ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" | 32013 | ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" |
| 32016 | ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" | 32014 | ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" |
| 32017 | ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" | 32015 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" |
| 32018 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" | 32016 | ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-tramp.el" |
| 32019 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" | 32017 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" |
| 32020 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" | 32018 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" |
| 32021 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" | 32019 | ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" |
| 32022 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "format-spec.el" | 32020 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" |
| 32023 | ;;;;;; "fringe.el" "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" | 32021 | ;;;;;; "ezimage.el" "format-spec.el" "fringe.el" "generic-x.el" |
| 32024 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cloud.el" | 32022 | ;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" |
| 32025 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el" | 32023 | ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cloud.el" "gnus/gnus-cus.el" |
| 32026 | ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-icalendar.el" | 32024 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" |
| 32027 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" | 32025 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-icalendar.el" "gnus/gnus-int.el" |
| 32028 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-srvr.el" | 32026 | ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el" |
| 32029 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" | 32027 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el" |
| 32030 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" | 32028 | ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" |
| 32031 | ;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" | 32029 | ;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" |
| 32032 | ;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" | 32030 | ;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" |
| 32033 | ;;;;;; "gnus/mm-archive.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" | 32031 | ;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el" |
| 32034 | ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" | 32032 | ;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el" |
| 32035 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" | 32033 | ;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el" |
| 32036 | ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" | 32034 | ;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" |
| 32037 | ;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el" | 32035 | ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" |
| 32038 | ;;;;;; "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" | 32036 | ;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" |
| 32039 | ;;;;;; "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el" | 32037 | ;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" |
| 32040 | ;;;;;; "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" | 32038 | ;;;;;; "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" |
| 32041 | ;;;;;; "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" | 32039 | ;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" |
| 32042 | ;;;;;; "gnus/rtree.el" "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" | 32040 | ;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" |
| 32041 | ;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" | ||
| 32043 | ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" | 32042 | ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" |
| 32044 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" | 32043 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" |
| 32045 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" | 32044 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" |
| @@ -32149,8 +32148,8 @@ Zone out, completely. | |||
| 32149 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" | 32148 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" |
| 32150 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" | 32149 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" |
| 32151 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" | 32150 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" |
| 32152 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21306 37457 872788 | 32151 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21346 8217 934206 |
| 32153 | ;;;;;; 579000)) | 32152 | ;;;;;; 432000)) |
| 32154 | 32153 | ||
| 32155 | ;;;*** | 32154 | ;;;*** |
| 32156 | 32155 | ||