diff options
Diffstat (limited to 'lisp')
52 files changed, 1293 insertions, 1304 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b9e3b621b3..222ce4626b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,180 @@ | |||
| 1 | 2007-01-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * files.el (get-free-disk-space): Return nil for remote | ||
| 4 | directories. | ||
| 5 | |||
| 6 | * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls" | ||
| 7 | instead of "dir". | ||
| 8 | |||
| 9 | 2007-01-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 10 | |||
| 11 | * type-break.el (type-break-catch-up-event): New function. | ||
| 12 | (type-break-demo-hanoi, type-break-demo-life) | ||
| 13 | (type-break-demo-boring): Use it. | ||
| 14 | |||
| 15 | * image-mode.el (image-mode): Don't automatically view as image. | ||
| 16 | (image-toggle-display): Add `disabled' property. | ||
| 17 | |||
| 18 | 2007-01-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 19 | |||
| 20 | * isearchb.el (isearchb-iswitchb): | ||
| 21 | * ps-print.el (ps-build-face-reference): | ||
| 22 | * emacs-lisp/shadow.el (list-load-path-shadows): | ||
| 23 | * eshell/esh-cmd.el (eshell-rewrite-for-command): | ||
| 24 | * international/mule.el (find-auto-coding): | ||
| 25 | * mail/supercite.el (sc-attrib-selection-list): | ||
| 26 | * progmodes/cc-defs.el (c-emacs-features): | ||
| 27 | * progmodes/cc-vars.el (c-offsets-alist): | ||
| 28 | * progmodes/flymake.el | ||
| 29 | (flymake-init-create-temp-source-and-master-buffer-copy): | ||
| 30 | Fix typos in docstrings (some suggested by Chris Moore). | ||
| 31 | |||
| 32 | * progmodes/vhdl-mode.el (vhdl-components-package-name) | ||
| 33 | (vhdl-get-library-unit, vhdl-corresponding-begin) | ||
| 34 | (vhdl-skip-case-alternative, vhdl-backward-skip-label) | ||
| 35 | (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word) | ||
| 36 | (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func) | ||
| 37 | (vhdl-font-lock-match-item): Fix typos in docstrings. | ||
| 38 | (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist) | ||
| 39 | (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents) | ||
| 40 | (vhdl-speedbar-insert-project-hierarchy): | ||
| 41 | Improve argument/docstring consistency. | ||
| 42 | |||
| 43 | 2007-01-29 Kenichi Handa <handa@m17n.org> | ||
| 44 | |||
| 45 | * international/titdic-cnv.el (py-converter): Fix previous change. | ||
| 46 | |||
| 47 | 2007-01-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 48 | |||
| 49 | * jka-compr.el (jka-compr-partial-uncompress) | ||
| 50 | (jka-compr-call-process): Rebind default-directory if it is | ||
| 51 | invalid. Suggested by Chris Moore. | ||
| 52 | |||
| 53 | * comint.el (comint-insert-input): Handle situation where the | ||
| 54 | selected buffer is not the clicked buffer. | ||
| 55 | |||
| 56 | 2007-01-29 Kenichi Handa <handa@m17n.org> | ||
| 57 | |||
| 58 | * international/ja-dic-cnv.el (skkdic-convert): | ||
| 59 | Add byte-compile-disable-print-circle:t at the head. | ||
| 60 | |||
| 61 | * international/titdic-cnv.el (tit-process-header): | ||
| 62 | Add byte-compile-disable-print-circle:t at the head. | ||
| 63 | (miscdic-convert): Likewise. | ||
| 64 | (py-converter): Skip the header comments. | ||
| 65 | |||
| 66 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): | ||
| 67 | New variable. | ||
| 68 | (byte-compile-output-file-form): Bing print-circle to nil if | ||
| 69 | byte-compile-output-file-form is not nil. | ||
| 70 | (byte-compile-output-docform): Likewise. | ||
| 71 | |||
| 72 | 2007-01-28 Kim F. Storm <storm@cua.dk> | ||
| 73 | |||
| 74 | * emulation/cua-base.el (cua-global-keymap, cua--region-keymap): | ||
| 75 | Declare earlier to avoid byte compiler warnings. | ||
| 76 | |||
| 77 | 2007-01-28 Markus Triska <markus.triska@gmx.at> | ||
| 78 | |||
| 79 | * speedbar.el (speedbar-make-specialized-keymap): Doc fix. | ||
| 80 | |||
| 81 | 2007-01-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 82 | |||
| 83 | * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly. | ||
| 84 | (gamegrid-add-score-with-update-game-score-1): Allow local quits | ||
| 85 | when calling update-game-score program. Remove unnecessary | ||
| 86 | save-excursion. | ||
| 87 | |||
| 88 | * play/tetris.el (tetris-new-shape): Stop drawing if game is over. | ||
| 89 | |||
| 90 | 2007-01-28 Nick Roberts <nickrob@snap.net.nz> | ||
| 91 | |||
| 92 | * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to | ||
| 93 | avoid compiler warning. | ||
| 94 | (gdb-var-update-handler-1): Consider that the MI field `in_scope' | ||
| 95 | might have values other than "true" or "false". | ||
| 96 | |||
| 97 | 2007-01-28 Richard Stallman <rms@gnu.org> | ||
| 98 | |||
| 99 | * textmodes/fill.el (fill-paragraph-function): Doc fix. | ||
| 100 | (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion. | ||
| 101 | |||
| 102 | * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here. | ||
| 103 | |||
| 104 | * image.el (image-type-header-regexps): Make GIF regex more specific. | ||
| 105 | |||
| 106 | * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'. | ||
| 107 | Don't check `backspace'. | ||
| 108 | (tutorial--find-changed-keys): Look up bindings in a temp buffer | ||
| 109 | in Fundamental mode. | ||
| 110 | |||
| 111 | * startup.el (fancy-splash-text, normal-splash-screen): | ||
| 112 | Mention C-g. | ||
| 113 | |||
| 114 | * simple.el (eval-expression): Don't use eval-last-sexp-print-value | ||
| 115 | when inserting in buffer. | ||
| 116 | |||
| 117 | * vc-arch.el (vc-arch-file-id): Move with-current-buffer | ||
| 118 | inside the if. | ||
| 119 | |||
| 120 | 2007-01-27 Richard Stallman <rms@gnu.org> | ||
| 121 | |||
| 122 | * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do". | ||
| 123 | |||
| 124 | 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com> | ||
| 125 | |||
| 126 | * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for | ||
| 127 | enum/union/struct/class definition. | ||
| 128 | Revert change to call `forward-sexp' multiple times. | ||
| 129 | |||
| 130 | 2007-01-27 Chong Yidong <cyd@stupidchicken.com> | ||
| 131 | |||
| 132 | * files.el (hack-local-variables-confirm): Don't keep trying to | ||
| 133 | read an event from an empty kbd macro. | ||
| 134 | |||
| 135 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 136 | |||
| 137 | * server.el (server-start): Mention LEAVE-DEAD arg in the doc string. | ||
| 138 | |||
| 139 | 2007-01-27 Ben North <ben@redfrontdoor.org> | ||
| 140 | |||
| 141 | * outline.el (outline-promote, outline-demote): Doc fix. Rename | ||
| 142 | the arg CHILDREN -> WHICH. | ||
| 143 | |||
| 144 | 2007-01-27 Michael Albinus <michael.albinus@gmx.de> | ||
| 145 | |||
| 146 | * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set | ||
| 147 | default-directory to a sane value when calling start-process. | ||
| 148 | |||
| 149 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 150 | |||
| 151 | * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom. | ||
| 152 | (ls-lisp-format-time-list): Doc fix. Mention | ||
| 153 | ls-lisp-use-localized-time-format. | ||
| 154 | (ls-lisp-format-time): Use ls-lisp-format-time-list if | ||
| 155 | ls-lisp-use-localized-time-format is non-nil, even if a valid | ||
| 156 | locale is defined. | ||
| 157 | |||
| 158 | 2007-01-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 159 | |||
| 160 | * jka-compr.el (jka-compr-shell): Doc fix. | ||
| 161 | |||
| 162 | * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix. | ||
| 163 | |||
| 164 | 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 165 | |||
| 166 | * ps-print.ps: Fix background height. | ||
| 167 | (ps-print-version): New version 6.7.2. | ||
| 168 | |||
| 169 | 2007-01-26 Eli Zaretskii <eliz@gnu.org> | ||
| 170 | |||
| 171 | * makefile.w32-in (finder-data, custom-deps): Depend on | ||
| 172 | $(lisp)/loaddefs.el. | ||
| 173 | |||
| 174 | 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 175 | |||
| 176 | * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el. | ||
| 177 | |||
| 1 | 2007-01-24 Miles Bader <miles@gnu.org> | 178 | 2007-01-24 Miles Bader <miles@gnu.org> |
| 2 | 179 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-output-file-form) | 180 | * emacs-lisp/bytecomp.el (byte-compile-output-file-form) |
| @@ -26,7 +203,7 @@ | |||
| 26 | * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. | 203 | * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. |
| 27 | 204 | ||
| 28 | * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text | 205 | * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text |
| 29 | of message. Activate mark. | 206 | of message. Activate mark. |
| 30 | (ediff-activate-mark): Set transient-mark-mode to t. | 207 | (ediff-activate-mark): Set transient-mark-mode to t. |
| 31 | 208 | ||
| 32 | * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix. | 209 | * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix. |
| @@ -38,7 +215,7 @@ | |||
| 38 | 215 | ||
| 39 | 2007-01-22 Kim F. Storm <storm@cua.dk> | 216 | 2007-01-22 Kim F. Storm <storm@cua.dk> |
| 40 | 217 | ||
| 41 | * ido.el (ido-active): Add xemacs test from ido-minibuffer-setup. | 218 | * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup. |
| 42 | (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) | 219 | (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) |
| 43 | (ido-tidy): Use ido-active. | 220 | (ido-tidy): Use ido-active. |
| 44 | 221 | ||
| @@ -90,7 +267,7 @@ | |||
| 90 | 267 | ||
| 91 | * ps-print.el: Handle frame parameters (background and/or foreground | 268 | * ps-print.el: Handle frame parameters (background and/or foreground |
| 92 | colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>. | 269 | colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>. |
| 93 | (ps-print-version): New Version 6.7.1. | 270 | (ps-print-version): New version 6.7.1. |
| 94 | (ps-x-frame-property, ps-e-frame-parameter): New aliases. | 271 | (ps-x-frame-property, ps-e-frame-parameter): New aliases. |
| 95 | (ps-frame-parameter): New fun. | 272 | (ps-frame-parameter): New fun. |
| 96 | (ps-default-fg, ps-default-bg): New default value ('frame-parameter). | 273 | (ps-default-fg, ps-default-bg): New default value ('frame-parameter). |
| @@ -1296,7 +1473,7 @@ | |||
| 1296 | * ps-mule.el: Eliminate Emacs 20 compatibility. | 1473 | * ps-mule.el: Eliminate Emacs 20 compatibility. |
| 1297 | 1474 | ||
| 1298 | * ps-print.el: Eliminate Emacs 20 & 21 compatibility. | 1475 | * ps-print.el: Eliminate Emacs 20 & 21 compatibility. |
| 1299 | (ps-print-version): New Version 6.7. | 1476 | (ps-print-version): New version 6.7. |
| 1300 | (ps-print-quote): Replace '?\ ' by '?\s'. | 1477 | (ps-print-quote): Replace '?\ ' by '?\s'. |
| 1301 | 1478 | ||
| 1302 | 2006-11-30 Juanma Barranquero <lekktu@gmail.com> | 1479 | 2006-11-30 Juanma Barranquero <lekktu@gmail.com> |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 3eae5a69401..02affab175f 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -2061,7 +2061,7 @@ | |||
| 2061 | (face-spec-set): Set face-modified prop to nil | 2061 | (face-spec-set): Set face-modified prop to nil |
| 2062 | when we change the new-frame defaults. | 2062 | when we change the new-frame defaults. |
| 2063 | 2063 | ||
| 2064 | * cus-edit.el (custom-face-state-set): non-nil `face-modified' | 2064 | * cus-edit.el (custom-face-state-set): Non-nil `face-modified' |
| 2065 | means face was set outside of Custom. | 2065 | means face was set outside of Custom. |
| 2066 | 2066 | ||
| 2067 | 2003-05-28 Richard M. Stallman <rms@gnu.org> | 2067 | 2003-05-28 Richard M. Stallman <rms@gnu.org> |
| @@ -2170,7 +2170,7 @@ | |||
| 2170 | (gdb-display-source-buffer): Display assembler during execution, | 2170 | (gdb-display-source-buffer): Display assembler during execution, |
| 2171 | when requested. | 2171 | when requested. |
| 2172 | (gud-menu-map): Add a toggle button to menubar for gdb-many-windows. | 2172 | (gud-menu-map): Add a toggle button to menubar for gdb-many-windows. |
| 2173 | (gdb-many-windows): Define explicitly as a function and a variable. | 2173 | (gdb-many-windows): Define explicitly as a function and a variable |
| 2174 | (formerly as a minor mode). These need to be global so layout can | 2174 | (formerly as a minor mode). These need to be global so layout can |
| 2175 | be reset from any buffer. | 2175 | be reset from any buffer. |
| 2176 | (gdb-assembler-mode): Keep fringe outside margin as the overlay | 2176 | (gdb-assembler-mode): Keep fringe outside margin as the overlay |
| @@ -3330,8 +3330,8 @@ | |||
| 3330 | (ada-set-default-project-file): New parameter KEEP-EXISTING. | 3330 | (ada-set-default-project-file): New parameter KEEP-EXISTING. |
| 3331 | (ada-prj-find-prj-file): New parameter FILE. | 3331 | (ada-prj-find-prj-file): New parameter FILE. |
| 3332 | (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and | 3332 | (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and |
| 3333 | ADA_OBJECTS_PATH environment variables. Minor reorganization of the | 3333 | ADA_OBJECTS_PATH environment variables. Minor reorganization of |
| 3334 | code. | 3334 | the code. |
| 3335 | (ada-get-all-references): Add support for GNAT 3.16 cross-references. | 3335 | (ada-get-all-references): Add support for GNAT 3.16 cross-references. |
| 3336 | 3336 | ||
| 3337 | * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el | 3337 | * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9c3d9ce7187..9d6b07e83e8 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -89,12 +89,12 @@ doit: | |||
| 89 | 89 | ||
| 90 | $(lisp)/cus-load.el: | 90 | $(lisp)/cus-load.el: |
| 91 | touch $@ | 91 | touch $@ |
| 92 | custom-deps: $(lisp)/cus-load.el doit | 92 | custom-deps: $(lisp)/loaddefs.el $(lisp)/cus-load.el doit |
| 93 | wd=$(lisp); $(setwins_almost); \ | 93 | wd=$(lisp); $(setwins_almost); \ |
| 94 | echo Directories: $$wins; \ | 94 | echo Directories: $$wins; \ |
| 95 | LC_ALL=C $(EMACS) $(EMACSOPT) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins | 95 | LC_ALL=C $(EMACS) $(EMACSOPT) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins |
| 96 | 96 | ||
| 97 | finder-data: doit | 97 | finder-data: $(lisp)/loaddefs.el doit |
| 98 | wd=$(lisp); $(setwins_almost); \ | 98 | wd=$(lisp); $(setwins_almost); \ |
| 99 | echo Directories: $$wins; \ | 99 | echo Directories: $$wins; \ |
| 100 | LC_ALL=C $(EMACS) $(EMACSOPT) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins | 100 | LC_ALL=C $(EMACS) $(EMACSOPT) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins |
diff --git a/lisp/add-log.el b/lisp/add-log.el index 748abefd400..08ce78d371d 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -828,6 +828,10 @@ Has a preference of looking backwards." | |||
| 828 | ;; here is the position after the final }. | 828 | ;; here is the position after the final }. |
| 829 | (backward-sexp 1) | 829 | (backward-sexp 1) |
| 830 | (forward-sexp 1) | 830 | (forward-sexp 1) |
| 831 | ;; Skip the semicolon ``;'' for | ||
| 832 | ;; enum/union/struct/class definition. | ||
| 833 | (if (= (char-after (point)) ?\;) | ||
| 834 | (forward-char 1)) | ||
| 831 | (setq previous-defun-end (point))) | 835 | (setq previous-defun-end (point))) |
| 832 | 836 | ||
| 833 | (save-excursion | 837 | (save-excursion |
| @@ -921,19 +925,9 @@ Has a preference of looking backwards." | |||
| 921 | ;; Include certain keywords if they | 925 | ;; Include certain keywords if they |
| 922 | ;; precede the name. | 926 | ;; precede the name. |
| 923 | (setq middle (point)) | 927 | (setq middle (point)) |
| 924 | ;; Single (forward-sexp -1) invocation is | 928 | ;; We tried calling `forward-sexp' in a loop |
| 925 | ;; not enough for C++ member function defined | 929 | ;; but it causes inconsistency for C names. |
| 926 | ;; as part of nested class and/or namespace | 930 | (forward-sexp -1) |
| 927 | ;; like: | ||
| 928 | ;; | ||
| 929 | ;; void | ||
| 930 | ;; foo::bar::baz::bazz () | ||
| 931 | ;; { ... | ||
| 932 | ;; | ||
| 933 | ;; Here we have to move the point to | ||
| 934 | ;; the beginning of foo, not bazz. | ||
| 935 | (while (not (looking-back "\\(^\\|[ \t]\\)")) | ||
| 936 | (forward-sexp -1)) | ||
| 937 | ;; Is this C++ method? | 931 | ;; Is this C++ method? |
| 938 | (when (and (< 2 middle) | 932 | (when (and (< 2 middle) |
| 939 | (string= (buffer-substring (- middle 2) | 933 | (string= (buffer-substring (- middle 2) |
diff --git a/lisp/comint.el b/lisp/comint.el index cd5a9a9c13a..26b0add8b76 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -803,17 +803,27 @@ buffer. The hook `comint-exec-hook' is run after each exec." | |||
| 803 | proc)) | 803 | proc)) |
| 804 | 804 | ||
| 805 | (defun comint-insert-input (event) | 805 | (defun comint-insert-input (event) |
| 806 | "In a Comint buffer, set the current input to the previous input at point." | 806 | "In a Comint buffer, set the current input to the previous input at point. |
| 807 | If there is no previous input at point, run the command specified | ||
| 808 | by the global keymap (usually `mouse-yank-at-point')." | ||
| 807 | (interactive "e") | 809 | (interactive "e") |
| 808 | (mouse-set-point event) | 810 | (let ((pos (posn-point (event-end event))) |
| 809 | (let ((pos (point))) | 811 | field input) |
| 810 | (if (not (eq (field-at-pos pos) 'input)) | 812 | (with-selected-window (posn-window (event-end event)) |
| 811 | ;; No input at POS, fall back to the global definition. | 813 | (and (setq field (field-at-pos pos)) |
| 814 | (setq input (field-string-no-properties pos)))) | ||
| 815 | (if (or (null comint-accum-marker) | ||
| 816 | (not (eq field 'input))) | ||
| 817 | ;; Fall back to the global definition if (i) the selected | ||
| 818 | ;; buffer is not a comint buffer (which can happen if a | ||
| 819 | ;; non-comint window was selected and we clicked in a comint | ||
| 820 | ;; window), or (ii) there is no input at POS. | ||
| 812 | (let* ((keys (this-command-keys)) | 821 | (let* ((keys (this-command-keys)) |
| 813 | (last-key (and (vectorp keys) (aref keys (1- (length keys))))) | 822 | (last-key (and (vectorp keys) (aref keys (1- (length keys))))) |
| 814 | (fun (and last-key (lookup-key global-map (vector last-key))))) | 823 | (fun (and last-key (lookup-key global-map (vector last-key))))) |
| 815 | (and fun (call-interactively fun))) | 824 | (and fun (not (eq fun 'comint-insert-input)) |
| 816 | ;; There's previous input at POS, insert it at the end of the buffer. | 825 | (call-interactively fun))) |
| 826 | ;; Otherwise, insert the previous input. | ||
| 817 | (goto-char (point-max)) | 827 | (goto-char (point-max)) |
| 818 | ;; First delete any old unsent input at the end | 828 | ;; First delete any old unsent input at the end |
| 819 | (delete-region | 829 | (delete-region |
| @@ -821,8 +831,7 @@ buffer. The hook `comint-exec-hook' is run after each exec." | |||
| 821 | (process-mark (get-buffer-process (current-buffer)))) | 831 | (process-mark (get-buffer-process (current-buffer)))) |
| 822 | (point)) | 832 | (point)) |
| 823 | ;; Insert the input at point | 833 | ;; Insert the input at point |
| 824 | (insert (field-string-no-properties pos))))) | 834 | (insert input)))) |
| 825 | |||
| 826 | 835 | ||
| 827 | ;; Input history processing in a buffer | 836 | ;; Input history processing in a buffer |
| 828 | ;; =========================================================================== | 837 | ;; =========================================================================== |
diff --git a/lisp/dired.el b/lisp/dired.el index 508c5510c9c..7734a9bd69f 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -56,7 +56,7 @@ may contain even `F', `b', `i' and `s'. See also the variable | |||
| 56 | `dired-ls-F-marks-symlinks' concerning the `F' switch. | 56 | `dired-ls-F-marks-symlinks' concerning the `F' switch. |
| 57 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | 57 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, |
| 58 | some of the `ls' switches are not supported; see the doc string of | 58 | some of the `ls' switches are not supported; see the doc string of |
| 59 | `insert-directory' on `ls-lisp.el' for more details." | 59 | `insert-directory' in `ls-lisp.el' for more details." |
| 60 | :type 'string | 60 | :type 'string |
| 61 | :group 'dired) | 61 | :group 'dired) |
| 62 | 62 | ||
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 400537649ee..2fa535710d9 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -296,6 +296,10 @@ When this option is true, if you load the compiled file and then move it, | |||
| 296 | the functions you loaded will not be able to run.") | 296 | the functions you loaded will not be able to run.") |
| 297 | ;;;###autoload(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 297 | ;;;###autoload(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 298 | 298 | ||
| 299 | (defvar byte-compile-disable-print-circle nil | ||
| 300 | "If non-nil, disable `print-circle' on printing a byte-compiled code.") | ||
| 301 | ;;;###autoload(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | ||
| 302 | |||
| 299 | (defcustom byte-compile-dynamic-docstrings t | 303 | (defcustom byte-compile-dynamic-docstrings t |
| 300 | "*If non-nil, compile doc strings for lazy access. | 304 | "*If non-nil, compile doc strings for lazy access. |
| 301 | We bury the doc strings of functions and variables | 305 | We bury the doc strings of functions and variables |
| @@ -2003,7 +2007,8 @@ With argument, insert value in current buffer after the form." | |||
| 2003 | (print-level nil) | 2007 | (print-level nil) |
| 2004 | (print-quoted t) | 2008 | (print-quoted t) |
| 2005 | (print-gensym t) | 2009 | (print-gensym t) |
| 2006 | (print-circle t)) ; handle circular data structures | 2010 | (print-circle ; handle circular data structures |
| 2011 | (not byte-compile-disable-print-circle))) | ||
| 2007 | (princ "\n" outbuffer) | 2012 | (princ "\n" outbuffer) |
| 2008 | (prin1 form outbuffer) | 2013 | (prin1 form outbuffer) |
| 2009 | nil))) | 2014 | nil))) |
| @@ -2060,7 +2065,8 @@ list that represents a doc string reference. | |||
| 2060 | ;; print-gensym-alist not to be cleared | 2065 | ;; print-gensym-alist not to be cleared |
| 2061 | ;; between calls to print functions. | 2066 | ;; between calls to print functions. |
| 2062 | (print-gensym '(t)) | 2067 | (print-gensym '(t)) |
| 2063 | (print-circle t) ; handle circular data structures | 2068 | (print-circle ; handle circular data structures |
| 2069 | (not byte-compile-disable-print-circle)) | ||
| 2064 | print-gensym-alist ; was used before print-circle existed. | 2070 | print-gensym-alist ; was used before print-circle existed. |
| 2065 | (print-continuous-numbering t) | 2071 | (print-continuous-numbering t) |
| 2066 | print-number-table | 2072 | print-number-table |
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 27134a14583..66abfdf2c6d 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el | |||
| @@ -158,7 +158,7 @@ Ignores leading comment characters." | |||
| 158 | (set-syntax-table stab) | 158 | (set-syntax-table stab) |
| 159 | (if arg | 159 | (if arg |
| 160 | (insert (pp-to-string (eval exp))) | 160 | (insert (pp-to-string (eval exp))) |
| 161 | (pp-eval-expression (eval exp))))) | 161 | (pp-eval-expression exp)))) |
| 162 | 162 | ||
| 163 | ;;; Test cases for quote | 163 | ;;; Test cases for quote |
| 164 | ;; (pp-eval-expression ''(quote quote)) | 164 | ;; (pp-eval-expression ''(quote quote)) |
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index 827ee9c4e6b..03c3c94b54a 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el | |||
| @@ -93,7 +93,7 @@ See the documentation for `list-load-path-shadows' for further information." | |||
| 93 | (setq dir (directory-file-name (file-truename (or (car path) ".")))) | 93 | (setq dir (directory-file-name (file-truename (or (car path) ".")))) |
| 94 | (if (member dir true-names) | 94 | (if (member dir true-names) |
| 95 | ;; We have already considered this PATH redundant directory. | 95 | ;; We have already considered this PATH redundant directory. |
| 96 | ;; Show the redundancy if we are interactiver, unless the PATH | 96 | ;; Show the redundancy if we are interactive, unless the PATH |
| 97 | ;; dir is nil or "." (these redundant directories are just a | 97 | ;; dir is nil or "." (these redundant directories are just a |
| 98 | ;; result of the current working directory, and are therefore | 98 | ;; result of the current working directory, and are therefore |
| 99 | ;; not always redundant). | 99 | ;; not always redundant). |
| @@ -170,8 +170,8 @@ See the documentation for `list-load-path-shadows' for further information." | |||
| 170 | (defun list-load-path-shadows () | 170 | (defun list-load-path-shadows () |
| 171 | "Display a list of Emacs Lisp files that shadow other files. | 171 | "Display a list of Emacs Lisp files that shadow other files. |
| 172 | 172 | ||
| 173 | This function lists potential load-path problems. Directories in the | 173 | This function lists potential load path problems. Directories in |
| 174 | `load-path' variable are searched, in order, for Emacs Lisp | 174 | the `load-path' variable are searched, in order, for Emacs Lisp |
| 175 | files. When a previously encountered file name is found again, a | 175 | files. When a previously encountered file name is found again, a |
| 176 | message is displayed indicating that the later file is \"hidden\" by | 176 | message is displayed indicating that the later file is \"hidden\" by |
| 177 | the earlier. | 177 | the earlier. |
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 9311bdc0613..0463b01b7e3 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -399,6 +399,9 @@ and after the region marked by the rectangle to search." | |||
| 399 | (other :tag "Enabled" t)) | 399 | (other :tag "Enabled" t)) |
| 400 | :group 'cua) | 400 | :group 'cua) |
| 401 | 401 | ||
| 402 | (defvar cua-global-keymap) ; forward | ||
| 403 | (defvar cua--region-keymap) ; forward | ||
| 404 | |||
| 402 | (defcustom cua-rectangle-mark-key [(control return)] | 405 | (defcustom cua-rectangle-mark-key [(control return)] |
| 403 | "Global key used to toggle the cua rectangle mark." | 406 | "Global key used to toggle the cua rectangle mark." |
| 404 | :set #'(lambda (symbol value) | 407 | :set #'(lambda (symbol value) |
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index e8f58db3ce9..ddd37b16cc2 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -532,7 +532,7 @@ If Viper is enabled, turn it off. Otherwise, turn it on." | |||
| 532 | 532 | ||
| 533 | ;;;###autoload | 533 | ;;;###autoload |
| 534 | (defun viper-mode () | 534 | (defun viper-mode () |
| 535 | "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'." | 535 | "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'." |
| 536 | (interactive) | 536 | (interactive) |
| 537 | (if (not noninteractive) | 537 | (if (not noninteractive) |
| 538 | (progn | 538 | (progn |
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index cc818650579..2b48bad0166 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el | |||
| @@ -497,7 +497,7 @@ the second is ignored." | |||
| 497 | (defun eshell-rewrite-for-command (terms) | 497 | (defun eshell-rewrite-for-command (terms) |
| 498 | "Rewrite a `for' command into its equivalent Eshell command form. | 498 | "Rewrite a `for' command into its equivalent Eshell command form. |
| 499 | Because the implementation of `for' relies upon conditional evaluation | 499 | Because the implementation of `for' relies upon conditional evaluation |
| 500 | of its argumbent (i.e., use of a Lisp special form), it must be | 500 | of its argument (i.e., use of a Lisp special form), it must be |
| 501 | implemented via rewriting, rather than as a function." | 501 | implemented via rewriting, rather than as a function." |
| 502 | (if (and (stringp (car terms)) | 502 | (if (and (stringp (car terms)) |
| 503 | (string= (car terms) "for") | 503 | (string= (car terms) "for") |
diff --git a/lisp/files.el b/lisp/files.el index 1436899ef20..36f9e0353fb 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2505,6 +2505,7 @@ n -- to ignore the local variables list.") | |||
| 2505 | ", or C-v to scroll"))) | 2505 | ", or C-v to scroll"))) |
| 2506 | (goto-char (point-min)) | 2506 | (goto-char (point-min)) |
| 2507 | (let ((cursor-in-echo-area t) | 2507 | (let ((cursor-in-echo-area t) |
| 2508 | (executing-kbd-macro executing-kbd-macro) | ||
| 2508 | (exit-chars | 2509 | (exit-chars |
| 2509 | (if offer-save '(?! ?y ?n ?\s ?\C-g) '(?y ?n ?\s ?\C-g))) | 2510 | (if offer-save '(?! ?y ?n ?\s ?\C-g) '(?y ?n ?\s ?\C-g))) |
| 2510 | done) | 2511 | done) |
| @@ -2512,11 +2513,17 @@ n -- to ignore the local variables list.") | |||
| 2512 | (message prompt) | 2513 | (message prompt) |
| 2513 | (setq char (read-event)) | 2514 | (setq char (read-event)) |
| 2514 | (if (numberp char) | 2515 | (if (numberp char) |
| 2515 | (if (eq char ?\C-v) | 2516 | (cond ((eq char ?\C-v) |
| 2516 | (condition-case nil | 2517 | (condition-case nil |
| 2517 | (scroll-up) | 2518 | (scroll-up) |
| 2518 | (error (goto-char (point-min)))) | 2519 | (error (goto-char (point-min))))) |
| 2519 | (setq done (memq (downcase char) exit-chars)))))) | 2520 | ;; read-event returns -1 if we are in a kbd |
| 2521 | ;; macro and there are no more events in the | ||
| 2522 | ;; macro. In that case, attempt to get an | ||
| 2523 | ;; event interactively. | ||
| 2524 | ((and executing-kbd-macro (= char -1)) | ||
| 2525 | (setq executing-kbd-macro nil)) | ||
| 2526 | (t (setq done (memq (downcase char) exit-chars))))))) | ||
| 2520 | (setq char (downcase char)) | 2527 | (setq char (downcase char)) |
| 2521 | (when (and offer-save (= char ?!) unsafe-vars) | 2528 | (when (and offer-save (= char ?!) unsafe-vars) |
| 2522 | (dolist (elt unsafe-vars) | 2529 | (dolist (elt unsafe-vars) |
| @@ -4742,36 +4749,37 @@ preference to the program given by this variable." | |||
| 4742 | "Return the amount of free space on directory DIR's file system. | 4749 | "Return the amount of free space on directory DIR's file system. |
| 4743 | The result is a string that gives the number of free 1KB blocks, | 4750 | The result is a string that gives the number of free 1KB blocks, |
| 4744 | or nil if the system call or the program which retrieve the information | 4751 | or nil if the system call or the program which retrieve the information |
| 4745 | fail. | 4752 | fail. It returns also nil when DIR is a remote directory. |
| 4746 | 4753 | ||
| 4747 | This function calls `file-system-info' if it is available, or invokes the | 4754 | This function calls `file-system-info' if it is available, or invokes the |
| 4748 | program specified by `directory-free-space-program' if that is non-nil." | 4755 | program specified by `directory-free-space-program' if that is non-nil." |
| 4749 | ;; Try to find the number of free blocks. Non-Posix systems don't | 4756 | (when (not (file-remote-p dir)) |
| 4750 | ;; always have df, but might have an equivalent system call. | 4757 | ;; Try to find the number of free blocks. Non-Posix systems don't |
| 4751 | (if (fboundp 'file-system-info) | 4758 | ;; always have df, but might have an equivalent system call. |
| 4752 | (let ((fsinfo (file-system-info dir))) | 4759 | (if (fboundp 'file-system-info) |
| 4753 | (if fsinfo | 4760 | (let ((fsinfo (file-system-info dir))) |
| 4754 | (format "%.0f" (/ (nth 2 fsinfo) 1024)))) | 4761 | (if fsinfo |
| 4755 | (save-match-data | 4762 | (format "%.0f" (/ (nth 2 fsinfo) 1024)))) |
| 4756 | (with-temp-buffer | 4763 | (save-match-data |
| 4757 | (when (and directory-free-space-program | 4764 | (with-temp-buffer |
| 4758 | (eq 0 (call-process directory-free-space-program | 4765 | (when (and directory-free-space-program |
| 4759 | nil t nil | 4766 | (eq 0 (call-process directory-free-space-program |
| 4760 | directory-free-space-args | 4767 | nil t nil |
| 4761 | dir))) | 4768 | directory-free-space-args |
| 4762 | ;; Usual format is a header line followed by a line of | 4769 | dir))) |
| 4763 | ;; numbers. | 4770 | ;; Usual format is a header line followed by a line of |
| 4764 | (goto-char (point-min)) | 4771 | ;; numbers. |
| 4765 | (forward-line 1) | 4772 | (goto-char (point-min)) |
| 4766 | (if (not (eobp)) | 4773 | (forward-line 1) |
| 4767 | (progn | 4774 | (if (not (eobp)) |
| 4768 | ;; Move to the end of the "available blocks" number. | 4775 | (progn |
| 4769 | (skip-chars-forward "^ \t") | 4776 | ;; Move to the end of the "available blocks" number. |
| 4770 | (forward-word 3) | 4777 | (skip-chars-forward "^ \t") |
| 4771 | ;; Copy it into AVAILABLE. | 4778 | (forward-word 3) |
| 4772 | (let ((end (point))) | 4779 | ;; Copy it into AVAILABLE. |
| 4773 | (forward-word -1) | 4780 | (let ((end (point))) |
| 4774 | (buffer-substring (point) end))))))))) | 4781 | (forward-word -1) |
| 4782 | (buffer-substring (point) end)))))))))) | ||
| 4775 | 4783 | ||
| 4776 | ;; The following expression replaces `dired-move-to-filename-regexp'. | 4784 | ;; The following expression replaces `dired-move-to-filename-regexp'. |
| 4777 | (defvar directory-listing-before-filename-regexp | 4785 | (defvar directory-listing-before-filename-regexp |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7197ca2705f..ddc604c6b5d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2007-01-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring. | ||
| 4 | |||
| 5 | 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | ||
| 6 | |||
| 7 | * nnslashdot.el (nnslashdot-request-article): Update end-of-article | ||
| 8 | regexp. | ||
| 9 | |||
| 10 | 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 11 | |||
| 12 | * uudecode.el (uudecode-string-to-multibyte): New function emulating | ||
| 13 | string-to-multibyte. | ||
| 14 | (uudecode-decode-region-internal): Use it. | ||
| 15 | |||
| 1 | 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de> | 16 | 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 17 | ||
| 3 | * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix | 18 | * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index e757406f00d..c6ac13af6c9 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -6238,7 +6238,7 @@ Strings like this can be either a message ID or a mail address. If it is one | |||
| 6238 | of the symbols `mid' or `mail', Gnus will always assume that the string is a | 6238 | of the symbols `mid' or `mail', Gnus will always assume that the string is a |
| 6239 | message ID or a mail address, respectively. If this variable is set to the | 6239 | message ID or a mail address, respectively. If this variable is set to the |
| 6240 | symbol `ask', always query the user what do do. If it is a function, this | 6240 | symbol `ask', always query the user what do do. If it is a function, this |
| 6241 | function will be called with the string as it's only argument. The function | 6241 | function will be called with the string as its only argument. The function |
| 6242 | must return `mid', `mail', `invalid' or `ask'." | 6242 | must return `mid', `mail', `invalid' or `ask'." |
| 6243 | :version "22.1" | 6243 | :version "22.1" |
| 6244 | :group 'gnus-article-buttons | 6244 | :group 'gnus-article-buttons |
diff --git a/lisp/gnus/nnslashdot.el b/lisp/gnus/nnslashdot.el index 28fd34b0da0..35ce9f385e9 100644 --- a/lisp/gnus/nnslashdot.el +++ b/lisp/gnus/nnslashdot.el | |||
| @@ -259,7 +259,7 @@ | |||
| 259 | (buffer-substring | 259 | (buffer-substring |
| 260 | (search-forward "<div class=\"commentBody\">") | 260 | (search-forward "<div class=\"commentBody\">") |
| 261 | (progn | 261 | (progn |
| 262 | (search-forward "<div class=\"commentSub\">") | 262 | (search-forward "<div class=\"commentSub\"") |
| 263 | (match-beginning 0)))))))) | 263 | (match-beginning 0)))))))) |
| 264 | (search-failed (nnslashdot-lose why))) | 264 | (search-failed (nnslashdot-lose why))) |
| 265 | 265 | ||
diff --git a/lisp/gnus/uudecode.el b/lisp/gnus/uudecode.el index 41b8c228d1c..d0eb8ae3ec9 100644 --- a/lisp/gnus/uudecode.el +++ b/lisp/gnus/uudecode.el | |||
| @@ -128,6 +128,20 @@ used is specified by `uudecode-decoder-program'." | |||
| 128 | (message "Can not uudecode"))) | 128 | (message "Can not uudecode"))) |
| 129 | (ignore-errors (or file-name (delete-file tempfile)))))) | 129 | (ignore-errors (or file-name (delete-file tempfile)))))) |
| 130 | 130 | ||
| 131 | (eval-and-compile | ||
| 132 | (defalias 'uudecode-string-to-multibyte | ||
| 133 | (cond | ||
| 134 | ((featurep 'xemacs) | ||
| 135 | 'identity) | ||
| 136 | ((fboundp 'string-to-multibyte) | ||
| 137 | 'string-to-multibyte) | ||
| 138 | (t | ||
| 139 | (lambda (string) | ||
| 140 | "Return a multibyte string with the same individual chars as string." | ||
| 141 | (mapconcat | ||
| 142 | (lambda (ch) (string-as-multibyte (char-to-string ch))) | ||
| 143 | string "")))))) | ||
| 144 | |||
| 131 | ;;;###autoload | 145 | ;;;###autoload |
| 132 | (defun uudecode-decode-region-internal (start end &optional file-name) | 146 | (defun uudecode-decode-region-internal (start end &optional file-name) |
| 133 | "Uudecode region between START and END without using an external program. | 147 | "Uudecode region between START and END without using an external program. |
| @@ -206,7 +220,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." | |||
| 206 | (or (markerp end) (setq end (set-marker (make-marker) end))) | 220 | (or (markerp end) (setq end (set-marker (make-marker) end))) |
| 207 | (goto-char start) | 221 | (goto-char start) |
| 208 | (if enable-multibyte-characters | 222 | (if enable-multibyte-characters |
| 209 | (mapc #'(lambda (x) (insert (string-to-multibyte x))) | 223 | (mapc #'(lambda (x) (insert (uudecode-string-to-multibyte x))) |
| 210 | (nreverse result)) | 224 | (nreverse result)) |
| 211 | (insert (apply 'concat (nreverse result)))) | 225 | (insert (apply 'concat (nreverse result)))) |
| 212 | (delete-region (point) end)))))) | 226 | (delete-region (point) end)))))) |
diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 5b24aa316dd..3e10afcbfeb 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el | |||
| @@ -60,17 +60,11 @@ to toggle between display as an image and display as text." | |||
| 60 | (setq major-mode 'image-mode) | 60 | (setq major-mode 'image-mode) |
| 61 | (use-local-map image-mode-map) | 61 | (use-local-map image-mode-map) |
| 62 | (add-hook 'change-major-mode-hook 'image-toggle-display-text nil t) | 62 | (add-hook 'change-major-mode-hook 'image-toggle-display-text nil t) |
| 63 | (if (and (display-images-p) | ||
| 64 | (not (get-text-property (point-min) 'display))) | ||
| 65 | (image-toggle-display) | ||
| 66 | ;; Set next vars when image is already displayed but local | ||
| 67 | ;; variables were cleared by kill-all-local-variables | ||
| 68 | (setq cursor-type nil truncate-lines t)) | ||
| 69 | (run-mode-hooks 'image-mode-hook) | 63 | (run-mode-hooks 'image-mode-hook) |
| 70 | (if (display-images-p) | 64 | (if (display-images-p) |
| 71 | (message "%s" (concat | 65 | (message "%s" (concat |
| 72 | (substitute-command-keys | 66 | (substitute-command-keys |
| 73 | "Type \\[image-toggle-display] to view the image as ") | 67 | "Type \\[image-toggle-display] to view as ") |
| 74 | (if (get-text-property (point-min) 'display) | 68 | (if (get-text-property (point-min) 'display) |
| 75 | "text" "an image") ".")))) | 69 | "text" "an image") ".")))) |
| 76 | 70 | ||
| @@ -179,6 +173,11 @@ and showing the image as an image." | |||
| 179 | (if (called-interactively-p) | 173 | (if (called-interactively-p) |
| 180 | (message "Repeat this command to go back to displaying the file as text"))))) | 174 | (message "Repeat this command to go back to displaying the file as text"))))) |
| 181 | 175 | ||
| 176 | (put 'image-toggle-display 'disabled "\ | ||
| 177 | WARNING: Displaying images can be a security risk. | ||
| 178 | Please make sure you're using up-to-date image libraries | ||
| 179 | and the images displayed come from a trusted source.") | ||
| 180 | |||
| 182 | (provide 'image-mode) | 181 | (provide 'image-mode) |
| 183 | 182 | ||
| 184 | ;; arch-tag: b5b2b7e6-26a7-4b79-96e3-1546b5c4c6cb | 183 | ;; arch-tag: b5b2b7e6-26a7-4b79-96e3-1546b5c4c6cb |
diff --git a/lisp/image.el b/lisp/image.el index 89db0bb1b1b..22fa704d220 100644 --- a/lisp/image.el +++ b/lisp/image.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | (defconst image-type-header-regexps | 36 | (defconst image-type-header-regexps |
| 37 | '(("\\`/[\t\n\r ]*\\*.*XPM.\\*/" . xpm) | 37 | '(("\\`/[\t\n\r ]*\\*.*XPM.\\*/" . xpm) |
| 38 | ("\\`P[1-6][[:space:]]+\\(?:#.*[[:space:]]+\\)*[0-9]+[[:space:]]+[0-9]+" . pbm) | 38 | ("\\`P[1-6][[:space:]]+\\(?:#.*[[:space:]]+\\)*[0-9]+[[:space:]]+[0-9]+" . pbm) |
| 39 | ("\\`GIF8" . gif) | 39 | ("\\`GIF8[79]a" . gif) |
| 40 | ("\\`\x89PNG\r\n\x1a\n" . png) | 40 | ("\\`\x89PNG\r\n\x1a\n" . png) |
| 41 | ("\\`[\t\n\r ]*#define \\([a-z0-9]+\\)_width [0-9]+\n\ | 41 | ("\\`[\t\n\r ]*#define \\([a-z0-9]+\\)_width [0-9]+\n\ |
| 42 | #define \\1_height [0-9]+\n\ | 42 | #define \\1_height [0-9]+\n\ |
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index f6aa892aafe..928ce023893 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el | |||
| @@ -362,7 +362,7 @@ The name of generated file is specified by the variable `ja-dic-filename'." | |||
| 362 | (erase-buffer) | 362 | (erase-buffer) |
| 363 | (buffer-disable-undo) | 363 | (buffer-disable-undo) |
| 364 | (insert ";;; ja-dic.el --- dictionary for Japanese input method" | 364 | (insert ";;; ja-dic.el --- dictionary for Japanese input method" |
| 365 | " -*-coding: iso-2022-jp;-*-\n" | 365 | " -*-coding: iso-2022-jp; byte-compile-disable-print-circle:t; -*-\n" |
| 366 | ";;\tGenerated by the command `skkdic-convert'\n" | 366 | ";;\tGenerated by the command `skkdic-convert'\n" |
| 367 | ";;\tDate: " (current-time-string) "\n" | 367 | ";;\tDate: " (current-time-string) "\n" |
| 368 | ";;\tOriginal SKK dictionary file: " | 368 | ";;\tOriginal SKK dictionary file: " |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 9689725f311..358c3768dc1 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1665,7 +1665,7 @@ cons (CODING . SOURCE), where CODING is the specified coding | |||
| 1665 | system and SOURCE is a symbol `auto-coding-alist', | 1665 | system and SOURCE is a symbol `auto-coding-alist', |
| 1666 | `auto-coding-regexp-alist', `coding:', or `auto-coding-functions' | 1666 | `auto-coding-regexp-alist', `coding:', or `auto-coding-functions' |
| 1667 | indicating by what CODING is specified. Note that the validity | 1667 | indicating by what CODING is specified. Note that the validity |
| 1668 | of CODING is not checked; it's callers responsibility to check it. | 1668 | of CODING is not checked; it's the caller's responsibility to check it. |
| 1669 | 1669 | ||
| 1670 | If nothing is specified, the return value is nil." | 1670 | If nothing is specified, the return value is nil." |
| 1671 | (or (let ((coding-system (auto-coding-alist-lookup filename))) | 1671 | (or (let ((coding-system (auto-coding-alist-lookup filename))) |
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index 4f982d14039..b97a781ff8e 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el | |||
| @@ -275,7 +275,8 @@ SPC, 6, 3, 4, or 7 specifing a tone (SPC:$(0?v(N(B, 6:$(0Dm(N(B, 3:$(0&9Vy | |||
| 275 | 275 | ||
| 276 | (princ ";; Quail package `") | 276 | (princ ";; Quail package `") |
| 277 | (princ package) | 277 | (princ package) |
| 278 | (princ (format "' -*- coding:%s; -*-\n" coding-system-for-write)) | 278 | (princ (format "' -*- coding:%s; " coding-system-for-write)) |
| 279 | (princ "byte-compile-disable-print-circle:t; -*-\n") | ||
| 279 | (princ ";; Generated by the command `titdic-convert'\n;;\tDate: ") | 280 | (princ ";; Generated by the command `titdic-convert'\n;;\tDate: ") |
| 280 | (princ (current-time-string)) | 281 | (princ (current-time-string)) |
| 281 | (princ "\n;;\tOriginal TIT dictionary file: ") | 282 | (princ "\n;;\tOriginal TIT dictionary file: ") |
| @@ -908,6 +909,9 @@ method `chinese-tonepy' with which you must specify tones by digits | |||
| 908 | (let ((pos (point))) | 909 | (let ((pos (point))) |
| 909 | (insert-buffer-substring dicbuf) | 910 | (insert-buffer-substring dicbuf) |
| 910 | (goto-char pos) | 911 | (goto-char pos) |
| 912 | (re-search-forward "^[a-z]") | ||
| 913 | (beginning-of-line) | ||
| 914 | (delete-region pos (point)) | ||
| 911 | (while (not (eobp)) | 915 | (while (not (eobp)) |
| 912 | (insert "(\"") | 916 | (insert "(\"") |
| 913 | (skip-chars-forward "a-z") | 917 | (skip-chars-forward "a-z") |
| @@ -1141,8 +1145,8 @@ the generated Quail package is saved." | |||
| 1141 | (message "Converting %s to %s..." dicfile quailfile) | 1145 | (message "Converting %s to %s..." dicfile quailfile) |
| 1142 | (setq coding-system-for-write coding) | 1146 | (setq coding-system-for-write coding) |
| 1143 | (with-temp-file (expand-file-name quailfile dirname) | 1147 | (with-temp-file (expand-file-name quailfile dirname) |
| 1144 | (insert (format ";; Quail package `%s' -*- coding:%s; -*-\n" | 1148 | (insert (format ";; Quail package `%s' -*- coding:%s; " name coding)) |
| 1145 | name coding)) | 1149 | (insert "byte-compile-disable-print-circle:t; -*-\n") |
| 1146 | (insert ";; Generated by the command `miscdic-convert'\n") | 1150 | (insert ";; Generated by the command `miscdic-convert'\n") |
| 1147 | (insert ";; Date: " (current-time-string) "\n") | 1151 | (insert ";; Date: " (current-time-string) "\n") |
| 1148 | (insert ";; Source dictionary file: " dicfile "\n") | 1152 | (insert ";; Source dictionary file: " dicfile "\n") |
diff --git a/lisp/isearchb.el b/lisp/isearchb.el index 0f46969a2d2..72a06fa687b 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el | |||
| @@ -115,7 +115,7 @@ If nil, don't use a timeout." | |||
| 115 | 115 | ||
| 116 | (defun isearchb-iswitchb () | 116 | (defun isearchb-iswitchb () |
| 117 | "isearchb's custom version of the `iswitchb' command. | 117 | "isearchb's custom version of the `iswitchb' command. |
| 118 | It's purpose is to pass different call arguments to | 118 | Its purpose is to pass different call arguments to |
| 119 | `iswitchb-read-buffer'." | 119 | `iswitchb-read-buffer'." |
| 120 | (interactive) | 120 | (interactive) |
| 121 | (let* ((prompt "iswitch ") | 121 | (let* ((prompt "iswitch ") |
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 0daa34abb95..ce00181aaa3 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el | |||
| @@ -248,10 +248,6 @@ APPEND-FLAG STRIP-EXTENSION-FLAG FILE-MAGIC-CHARS], where: | |||
| 248 | file-magic-chars is a string of characters that you would find | 248 | file-magic-chars is a string of characters that you would find |
| 249 | at the beginning of a file compressed in this way. | 249 | at the beginning of a file compressed in this way. |
| 250 | 250 | ||
| 251 | Because of the way `call-process' is defined, discarding the stderr output of | ||
| 252 | a program adds the overhead of starting a shell each time the program is | ||
| 253 | invoked. | ||
| 254 | |||
| 255 | If you set this outside Custom while Auto Compression mode is | 251 | If you set this outside Custom while Auto Compression mode is |
| 256 | already enabled \(as it is by default), you have to call | 252 | already enabled \(as it is by default), you have to call |
| 257 | `jka-compr-update' after setting it to properly update other | 253 | `jka-compr-update' after setting it to properly update other |
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index b5fad3ee1ce..32df6ce53f9 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el | |||
| @@ -47,18 +47,9 @@ | |||
| 47 | ;; The default value of this variable allows jka-compr to work with | 47 | ;; The default value of this variable allows jka-compr to work with |
| 48 | ;; Unix compress and gzip. | 48 | ;; Unix compress and gzip. |
| 49 | ;; | 49 | ;; |
| 50 | ;; If you are concerned about the stderr output of gzip and other | ||
| 51 | ;; compression/decompression programs showing up in your buffers, you | ||
| 52 | ;; should set the discard-error flag in the compression-info-list. | ||
| 53 | ;; This will cause the stderr of all programs to be discarded. | ||
| 54 | ;; However, it also causes emacs to call compression/uncompression | ||
| 55 | ;; programs through a shell (which is specified by jka-compr-shell). | ||
| 56 | ;; This may be a drag if, on your system, starting up a shell is | ||
| 57 | ;; slow. | ||
| 58 | ;; | ||
| 59 | ;; If you don't want messages about compressing and decompressing | 50 | ;; If you don't want messages about compressing and decompressing |
| 60 | ;; to show up in the echo area, you can set the compress-name and | 51 | ;; to show up in the echo area, you can set the compress-msg and |
| 61 | ;; decompress-name fields of the jka-compr-compression-info-list to | 52 | ;; decompress-msg fields of the jka-compr-compression-info-list to |
| 62 | ;; nil. | 53 | ;; nil. |
| 63 | 54 | ||
| 64 | 55 | ||
| @@ -105,9 +96,7 @@ | |||
| 105 | 96 | ||
| 106 | (defcustom jka-compr-shell "sh" | 97 | (defcustom jka-compr-shell "sh" |
| 107 | "*Shell to be used for calling compression programs. | 98 | "*Shell to be used for calling compression programs. |
| 108 | The value of this variable only matters if you want to discard the | 99 | NOTE: Not used in MS-DOS and Windows systems." |
| 109 | stderr of a compression/decompression program (see the documentation | ||
| 110 | for `jka-compr-compression-info-list')." | ||
| 111 | :type 'string | 100 | :type 'string |
| 112 | :group 'jka-compr) | 101 | :group 'jka-compr) |
| 113 | 102 | ||
| @@ -166,6 +155,12 @@ to keep: LEN chars starting BEG chars from the beginning." | |||
| 166 | ;; to discard the part we don't want. | 155 | ;; to discard the part we don't want. |
| 167 | (let ((skip (/ beg jka-compr-dd-blocksize)) | 156 | (let ((skip (/ beg jka-compr-dd-blocksize)) |
| 168 | (err-file (jka-compr-make-temp-name)) | 157 | (err-file (jka-compr-make-temp-name)) |
| 158 | ;; call-process barfs if default-directory is inaccessible. | ||
| 159 | (default-directory | ||
| 160 | (if (and default-directory | ||
| 161 | (file-accessible-directory-p default-directory)) | ||
| 162 | default-directory | ||
| 163 | (file-name-directory infile))) | ||
| 169 | count) | 164 | count) |
| 170 | ;; Update PREFIX based on the text that we won't read in. | 165 | ;; Update PREFIX based on the text that we won't read in. |
| 171 | (setq prefix (- beg (* skip jka-compr-dd-blocksize)) | 166 | (setq prefix (- beg (* skip jka-compr-dd-blocksize)) |
| @@ -204,45 +199,41 @@ to keep: LEN chars starting BEG chars from the beginning." | |||
| 204 | 199 | ||
| 205 | 200 | ||
| 206 | (defun jka-compr-call-process (prog message infile output temp args) | 201 | (defun jka-compr-call-process (prog message infile output temp args) |
| 207 | (if jka-compr-use-shell | 202 | ;; call-process barfs if default-directory is inaccessible. |
| 208 | 203 | (let ((default-directory | |
| 209 | (let ((err-file (jka-compr-make-temp-name)) | 204 | (if (and default-directory |
| 210 | (coding-system-for-read (or coding-system-for-read 'undecided)) | 205 | (file-accessible-directory-p default-directory)) |
| 211 | (coding-system-for-write 'no-conversion)) | 206 | default-directory |
| 212 | 207 | (file-name-directory infile)))) | |
| 213 | (unwind-protect | 208 | (if jka-compr-use-shell |
| 214 | 209 | (let ((err-file (jka-compr-make-temp-name)) | |
| 215 | (or (memq | 210 | (coding-system-for-read (or coding-system-for-read 'undecided)) |
| 216 | (call-process jka-compr-shell infile | 211 | (coding-system-for-write 'no-conversion)) |
| 217 | (if (stringp output) nil output) | 212 | (unwind-protect |
| 218 | nil | 213 | (or (memq |
| 219 | "-c" | 214 | (call-process jka-compr-shell infile |
| 220 | (format "%s %s 2> %s %s" | 215 | (if (stringp output) nil output) |
| 221 | prog | 216 | nil |
| 222 | (mapconcat 'identity args " ") | 217 | "-c" |
| 223 | err-file | 218 | (format "%s %s 2> %s %s" |
| 224 | (if (stringp output) | 219 | prog |
| 225 | (concat "> " output) | 220 | (mapconcat 'identity args " ") |
| 226 | ""))) | 221 | err-file |
| 227 | jka-compr-acceptable-retval-list) | 222 | (if (stringp output) |
| 228 | 223 | (concat "> " output) | |
| 229 | (jka-compr-error prog args infile message err-file)) | 224 | ""))) |
| 230 | 225 | jka-compr-acceptable-retval-list) | |
| 231 | (jka-compr-delete-temp-file err-file))) | 226 | (jka-compr-error prog args infile message err-file)) |
| 232 | 227 | (jka-compr-delete-temp-file err-file))) | |
| 233 | (or (eq 0 | 228 | (or (eq 0 |
| 234 | (apply 'call-process | 229 | (apply 'call-process |
| 235 | prog | 230 | prog infile (if (stringp output) temp output) |
| 236 | infile | 231 | nil args)) |
| 237 | (if (stringp output) temp output) | 232 | (jka-compr-error prog args infile message)) |
| 238 | nil | 233 | (and (stringp output) |
| 239 | args)) | 234 | (with-current-buffer temp |
| 240 | (jka-compr-error prog args infile message)) | 235 | (write-region (point-min) (point-max) output) |
| 241 | 236 | (erase-buffer)))))) | |
| 242 | (and (stringp output) | ||
| 243 | (with-current-buffer temp | ||
| 244 | (write-region (point-min) (point-max) output) | ||
| 245 | (erase-buffer))))) | ||
| 246 | 237 | ||
| 247 | 238 | ||
| 248 | ;; Support for temp files. Much of this was inspired if not lifted | 239 | ;; Support for temp files. Much of this was inspired if not lifted |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 16aa6c42d7d..3fb4be732d6 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best | 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best |
| 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" | 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" |
| 7 | ;;;;;; "play/5x5.el" (17843 45625)) | 7 | ;;;;;; "play/5x5.el" (17851 10865)) |
| 8 | ;;; Generated autoloads from play/5x5.el | 8 | ;;; Generated autoloads from play/5x5.el |
| 9 | 9 | ||
| 10 | (autoload (quote 5x5) "5x5" "\ | 10 | (autoload (quote 5x5) "5x5" "\ |
| @@ -63,14 +63,14 @@ should return a grid vector array that is the new solution. | |||
| 63 | 63 | ||
| 64 | ;;;*** | 64 | ;;;*** |
| 65 | 65 | ||
| 66 | ;;;### (autoloads nil "abbrev" "abbrev.el" (17843 45609)) | 66 | ;;;### (autoloads nil "abbrev" "abbrev.el" (17851 10813)) |
| 67 | ;;; Generated autoloads from abbrev.el | 67 | ;;; Generated autoloads from abbrev.el |
| 68 | (put 'abbrev-mode 'safe-local-variable 'booleanp) | 68 | (put 'abbrev-mode 'safe-local-variable 'booleanp) |
| 69 | 69 | ||
| 70 | ;;;*** | 70 | ;;;*** |
| 71 | 71 | ||
| 72 | ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" | 72 | ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" |
| 73 | ;;;;;; (17843 45609)) | 73 | ;;;;;; (17851 10813)) |
| 74 | ;;; Generated autoloads from abbrevlist.el | 74 | ;;; Generated autoloads from abbrevlist.el |
| 75 | 75 | ||
| 76 | (autoload (quote list-one-abbrev-table) "abbrevlist" "\ | 76 | (autoload (quote list-one-abbrev-table) "abbrevlist" "\ |
| @@ -81,7 +81,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. | |||
| 81 | ;;;*** | 81 | ;;;*** |
| 82 | 82 | ||
| 83 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 83 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 84 | ;;;;;; (17843 45626)) | 84 | ;;;;;; (17851 10866)) |
| 85 | ;;; Generated autoloads from progmodes/ada-mode.el | 85 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 86 | 86 | ||
| 87 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 87 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -142,7 +142,7 @@ If you use ada-xref.el: | |||
| 142 | ;;;*** | 142 | ;;;*** |
| 143 | 143 | ||
| 144 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" | 144 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" |
| 145 | ;;;;;; (17843 45626)) | 145 | ;;;;;; (17851 10866)) |
| 146 | ;;; Generated autoloads from progmodes/ada-stmt.el | 146 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 147 | 147 | ||
| 148 | (autoload (quote ada-header) "ada-stmt" "\ | 148 | (autoload (quote ada-header) "ada-stmt" "\ |
| @@ -153,7 +153,7 @@ Insert a descriptive header at the top of the file. | |||
| 153 | ;;;*** | 153 | ;;;*** |
| 154 | 154 | ||
| 155 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | 155 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" |
| 156 | ;;;;;; (17843 45626)) | 156 | ;;;;;; (17851 10866)) |
| 157 | ;;; Generated autoloads from progmodes/ada-xref.el | 157 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 158 | 158 | ||
| 159 | (autoload (quote ada-find-file) "ada-xref" "\ | 159 | (autoload (quote ada-find-file) "ada-xref" "\ |
| @@ -168,7 +168,7 @@ Completion is available. | |||
| 168 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 168 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
| 169 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 169 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
| 170 | ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" | 170 | ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" |
| 171 | ;;;;;; "add-log.el" (17844 62922)) | 171 | ;;;;;; "add-log.el" (17851 10813)) |
| 172 | ;;; Generated autoloads from add-log.el | 172 | ;;; Generated autoloads from add-log.el |
| 173 | 173 | ||
| 174 | (defvar add-log-current-defun-function nil "\ | 174 | (defvar add-log-current-defun-function nil "\ |
| @@ -306,7 +306,7 @@ Fix any old-style date entries in the current log file to default format. | |||
| 306 | 306 | ||
| 307 | ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice | 307 | ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice |
| 308 | ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) | 308 | ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) |
| 309 | ;;;;;; "advice" "emacs-lisp/advice.el" (17843 45615)) | 309 | ;;;;;; "advice" "emacs-lisp/advice.el" (17851 10852)) |
| 310 | ;;; Generated autoloads from emacs-lisp/advice.el | 310 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 311 | 311 | ||
| 312 | (defvar ad-redefinition-action (quote warn) "\ | 312 | (defvar ad-redefinition-action (quote warn) "\ |
| @@ -434,7 +434,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation. | |||
| 434 | 434 | ||
| 435 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule | 435 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule |
| 436 | ;;;;;; align-highlight-rule align-current align-entire align-regexp | 436 | ;;;;;; align-highlight-rule align-current align-entire align-regexp |
| 437 | ;;;;;; align) "align" "align.el" (17843 45609)) | 437 | ;;;;;; align) "align" "align.el" (17851 10813)) |
| 438 | ;;; Generated autoloads from align.el | 438 | ;;; Generated autoloads from align.el |
| 439 | 439 | ||
| 440 | (autoload (quote align) "align" "\ | 440 | (autoload (quote align) "align" "\ |
| @@ -524,7 +524,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 524 | ;;;*** | 524 | ;;;*** |
| 525 | 525 | ||
| 526 | ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" | 526 | ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" |
| 527 | ;;;;;; (17843 45609)) | 527 | ;;;;;; (17851 10813)) |
| 528 | ;;; Generated autoloads from allout.el | 528 | ;;; Generated autoloads from allout.el |
| 529 | 529 | ||
| 530 | (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) | 530 | (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) |
| @@ -827,7 +827,7 @@ setup for auto-startup. | |||
| 827 | ;;;*** | 827 | ;;;*** |
| 828 | 828 | ||
| 829 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 829 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 830 | ;;;;;; "net/ange-ftp.el" (17843 45624)) | 830 | ;;;;;; "net/ange-ftp.el" (17851 10863)) |
| 831 | ;;; Generated autoloads from net/ange-ftp.el | 831 | ;;; Generated autoloads from net/ange-ftp.el |
| 832 | 832 | ||
| 833 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) | 833 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) |
| @@ -849,7 +849,7 @@ Not documented | |||
| 849 | ;;;*** | 849 | ;;;*** |
| 850 | 850 | ||
| 851 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) | 851 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) |
| 852 | ;;;;;; "animate" "play/animate.el" (17843 45625)) | 852 | ;;;;;; "animate" "play/animate.el" (17851 10865)) |
| 853 | ;;; Generated autoloads from play/animate.el | 853 | ;;; Generated autoloads from play/animate.el |
| 854 | 854 | ||
| 855 | (autoload (quote animate-string) "animate" "\ | 855 | (autoload (quote animate-string) "animate" "\ |
| @@ -877,7 +877,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\". | |||
| 877 | ;;;*** | 877 | ;;;*** |
| 878 | 878 | ||
| 879 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 879 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 880 | ;;;;;; "ansi-color" "ansi-color.el" (17843 45609)) | 880 | ;;;;;; "ansi-color" "ansi-color.el" (17851 10813)) |
| 881 | ;;; Generated autoloads from ansi-color.el | 881 | ;;; Generated autoloads from ansi-color.el |
| 882 | 882 | ||
| 883 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ | 883 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ |
| @@ -903,7 +903,7 @@ This is a good function to put in `comint-output-filter-functions'. | |||
| 903 | ;;;*** | 903 | ;;;*** |
| 904 | 904 | ||
| 905 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 905 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 906 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17838 18033)) | 906 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17851 10866)) |
| 907 | ;;; Generated autoloads from progmodes/antlr-mode.el | 907 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 908 | 908 | ||
| 909 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 909 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ |
| @@ -942,7 +942,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | |||
| 942 | ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add | 942 | ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add |
| 943 | ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line | 943 | ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line |
| 944 | ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time | 944 | ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time |
| 945 | ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17843 45615)) | 945 | ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17851 10850)) |
| 946 | ;;; Generated autoloads from calendar/appt.el | 946 | ;;; Generated autoloads from calendar/appt.el |
| 947 | 947 | ||
| 948 | (defvar appt-issue-message t "\ | 948 | (defvar appt-issue-message t "\ |
| @@ -1030,7 +1030,7 @@ ARG is positive, otherwise off. | |||
| 1030 | 1030 | ||
| 1031 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property | 1031 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property |
| 1032 | ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" | 1032 | ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" |
| 1033 | ;;;;;; "apropos.el" (17843 45609)) | 1033 | ;;;;;; "apropos.el" (17851 10813)) |
| 1034 | ;;; Generated autoloads from apropos.el | 1034 | ;;; Generated autoloads from apropos.el |
| 1035 | 1035 | ||
| 1036 | (autoload (quote apropos-read-pattern) "apropos" "\ | 1036 | (autoload (quote apropos-read-pattern) "apropos" "\ |
| @@ -1126,8 +1126,8 @@ Returns list of symbols and documentation found. | |||
| 1126 | 1126 | ||
| 1127 | ;;;*** | 1127 | ;;;*** |
| 1128 | 1128 | ||
| 1129 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17843 | 1129 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17851 |
| 1130 | ;;;;;; 45609)) | 1130 | ;;;;;; 10814)) |
| 1131 | ;;; Generated autoloads from arc-mode.el | 1131 | ;;; Generated autoloads from arc-mode.el |
| 1132 | 1132 | ||
| 1133 | (autoload (quote archive-mode) "arc-mode" "\ | 1133 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -1147,7 +1147,7 @@ archive. | |||
| 1147 | 1147 | ||
| 1148 | ;;;*** | 1148 | ;;;*** |
| 1149 | 1149 | ||
| 1150 | ;;;### (autoloads (array-mode) "array" "array.el" (17843 45609)) | 1150 | ;;;### (autoloads (array-mode) "array" "array.el" (17851 10814)) |
| 1151 | ;;; Generated autoloads from array.el | 1151 | ;;; Generated autoloads from array.el |
| 1152 | 1152 | ||
| 1153 | (autoload (quote array-mode) "array" "\ | 1153 | (autoload (quote array-mode) "array" "\ |
| @@ -1218,8 +1218,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1218 | 1218 | ||
| 1219 | ;;;*** | 1219 | ;;;*** |
| 1220 | 1220 | ||
| 1221 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17843 | 1221 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17851 |
| 1222 | ;;;;;; 45629)) | 1222 | ;;;;;; 10872)) |
| 1223 | ;;; Generated autoloads from textmodes/artist.el | 1223 | ;;; Generated autoloads from textmodes/artist.el |
| 1224 | 1224 | ||
| 1225 | (autoload (quote artist-mode) "artist" "\ | 1225 | (autoload (quote artist-mode) "artist" "\ |
| @@ -1424,8 +1424,8 @@ Keymap summary | |||
| 1424 | 1424 | ||
| 1425 | ;;;*** | 1425 | ;;;*** |
| 1426 | 1426 | ||
| 1427 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17843 | 1427 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17851 |
| 1428 | ;;;;;; 45626)) | 1428 | ;;;;;; 10866)) |
| 1429 | ;;; Generated autoloads from progmodes/asm-mode.el | 1429 | ;;; Generated autoloads from progmodes/asm-mode.el |
| 1430 | 1430 | ||
| 1431 | (autoload (quote asm-mode) "asm-mode" "\ | 1431 | (autoload (quote asm-mode) "asm-mode" "\ |
| @@ -1452,24 +1452,8 @@ Special commands: | |||
| 1452 | 1452 | ||
| 1453 | ;;;*** | 1453 | ;;;*** |
| 1454 | 1454 | ||
| 1455 | ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" | ||
| 1456 | ;;;;;; (17075 55468)) | ||
| 1457 | ;;; Generated autoloads from obsolete/auto-show.el | ||
| 1458 | |||
| 1459 | (defvar auto-show-mode nil "\ | ||
| 1460 | Obsolete.") | ||
| 1461 | |||
| 1462 | (custom-autoload (quote auto-show-mode) "auto-show") | ||
| 1463 | |||
| 1464 | (autoload (quote auto-show-mode) "auto-show" "\ | ||
| 1465 | This command is obsolete. | ||
| 1466 | |||
| 1467 | \(fn ARG)" t nil) | ||
| 1468 | |||
| 1469 | ;;;*** | ||
| 1470 | |||
| 1471 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" | 1455 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" |
| 1472 | ;;;;;; (17843 45609)) | 1456 | ;;;;;; (17851 10814)) |
| 1473 | ;;; Generated autoloads from autoarg.el | 1457 | ;;; Generated autoloads from autoarg.el |
| 1474 | 1458 | ||
| 1475 | (defvar autoarg-mode nil "\ | 1459 | (defvar autoarg-mode nil "\ |
| @@ -1523,7 +1507,7 @@ etc. to supply digit arguments. | |||
| 1523 | ;;;*** | 1507 | ;;;*** |
| 1524 | 1508 | ||
| 1525 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 1509 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| 1526 | ;;;;;; (17843 45626)) | 1510 | ;;;;;; (17851 10866)) |
| 1527 | ;;; Generated autoloads from progmodes/autoconf.el | 1511 | ;;; Generated autoloads from progmodes/autoconf.el |
| 1528 | 1512 | ||
| 1529 | (autoload (quote autoconf-mode) "autoconf" "\ | 1513 | (autoload (quote autoconf-mode) "autoconf" "\ |
| @@ -1534,7 +1518,7 @@ Major mode for editing Autoconf configure.in files. | |||
| 1534 | ;;;*** | 1518 | ;;;*** |
| 1535 | 1519 | ||
| 1536 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 1520 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 1537 | ;;;;;; "autoinsert" "autoinsert.el" (17843 45609)) | 1521 | ;;;;;; "autoinsert" "autoinsert.el" (17851 10814)) |
| 1538 | ;;; Generated autoloads from autoinsert.el | 1522 | ;;; Generated autoloads from autoinsert.el |
| 1539 | 1523 | ||
| 1540 | (autoload (quote auto-insert) "autoinsert" "\ | 1524 | (autoload (quote auto-insert) "autoinsert" "\ |
| @@ -1573,7 +1557,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1573 | 1557 | ||
| 1574 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1558 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1575 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1559 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1576 | ;;;;;; (17843 45615)) | 1560 | ;;;;;; (17851 10852)) |
| 1577 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1561 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1578 | 1562 | ||
| 1579 | (autoload (quote update-file-autoloads) "autoload" "\ | 1563 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1608,7 +1592,7 @@ Calls `update-directory-autoloads' on the command line arguments. | |||
| 1608 | 1592 | ||
| 1609 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode | 1593 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode |
| 1610 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) | 1594 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) |
| 1611 | ;;;;;; "autorevert" "autorevert.el" (17843 45609)) | 1595 | ;;;;;; "autorevert" "autorevert.el" (17851 10814)) |
| 1612 | ;;; Generated autoloads from autorevert.el | 1596 | ;;; Generated autoloads from autorevert.el |
| 1613 | 1597 | ||
| 1614 | (autoload (quote auto-revert-mode) "autorevert" "\ | 1598 | (autoload (quote auto-revert-mode) "autorevert" "\ |
| @@ -1677,7 +1661,7 @@ Use `auto-revert-mode' to revert a particular buffer. | |||
| 1677 | ;;;*** | 1661 | ;;;*** |
| 1678 | 1662 | ||
| 1679 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1663 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1680 | ;;;;;; "avoid.el" (17843 45609)) | 1664 | ;;;;;; "avoid.el" (17851 10814)) |
| 1681 | ;;; Generated autoloads from avoid.el | 1665 | ;;; Generated autoloads from avoid.el |
| 1682 | 1666 | ||
| 1683 | (defvar mouse-avoidance-mode nil "\ | 1667 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1718,7 +1702,7 @@ definition of \"random distance\".) | |||
| 1718 | ;;;*** | 1702 | ;;;*** |
| 1719 | 1703 | ||
| 1720 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" | 1704 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" |
| 1721 | ;;;;;; (17843 45615)) | 1705 | ;;;;;; (17851 10852)) |
| 1722 | ;;; Generated autoloads from emacs-lisp/backquote.el | 1706 | ;;; Generated autoloads from emacs-lisp/backquote.el |
| 1723 | 1707 | ||
| 1724 | (autoload (quote backquote) "backquote" "\ | 1708 | (autoload (quote backquote) "backquote" "\ |
| @@ -1743,7 +1727,7 @@ Vectors work just like lists. Nested backquotes are permitted. | |||
| 1743 | ;;;*** | 1727 | ;;;*** |
| 1744 | 1728 | ||
| 1745 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" | 1729 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" |
| 1746 | ;;;;;; (17843 45609)) | 1730 | ;;;;;; (17851 10815)) |
| 1747 | ;;; Generated autoloads from battery.el | 1731 | ;;; Generated autoloads from battery.el |
| 1748 | (put 'battery-mode-line-string 'risky-local-variable t) | 1732 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1749 | 1733 | ||
| @@ -1775,7 +1759,7 @@ seconds. | |||
| 1775 | ;;;*** | 1759 | ;;;*** |
| 1776 | 1760 | ||
| 1777 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) | 1761 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) |
| 1778 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17843 45615)) | 1762 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17851 10852)) |
| 1779 | ;;; Generated autoloads from emacs-lisp/benchmark.el | 1763 | ;;; Generated autoloads from emacs-lisp/benchmark.el |
| 1780 | 1764 | ||
| 1781 | (autoload (quote benchmark-run) "benchmark" "\ | 1765 | (autoload (quote benchmark-run) "benchmark" "\ |
| @@ -1807,8 +1791,8 @@ non-interactive use see also `benchmark-run' and | |||
| 1807 | 1791 | ||
| 1808 | ;;;*** | 1792 | ;;;*** |
| 1809 | 1793 | ||
| 1810 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17843 | 1794 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17851 |
| 1811 | ;;;;;; 45630)) | 1795 | ;;;;;; 10872)) |
| 1812 | ;;; Generated autoloads from textmodes/bibtex.el | 1796 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1813 | 1797 | ||
| 1814 | (autoload (quote bibtex-mode) "bibtex" "\ | 1798 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1870,7 +1854,7 @@ if that value is non-nil. | |||
| 1870 | 1854 | ||
| 1871 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external | 1855 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external |
| 1872 | ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" | 1856 | ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" |
| 1873 | ;;;;;; (17843 45616)) | 1857 | ;;;;;; (17851 10856)) |
| 1874 | ;;; Generated autoloads from gnus/binhex.el | 1858 | ;;; Generated autoloads from gnus/binhex.el |
| 1875 | 1859 | ||
| 1876 | (defconst binhex-begin-line "^:...............................................................$") | 1860 | (defconst binhex-begin-line "^:...............................................................$") |
| @@ -1893,8 +1877,8 @@ Binhex decode region between START and END. | |||
| 1893 | 1877 | ||
| 1894 | ;;;*** | 1878 | ;;;*** |
| 1895 | 1879 | ||
| 1896 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17843 | 1880 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17851 |
| 1897 | ;;;;;; 45625)) | 1881 | ;;;;;; 10865)) |
| 1898 | ;;; Generated autoloads from play/blackbox.el | 1882 | ;;; Generated autoloads from play/blackbox.el |
| 1899 | 1883 | ||
| 1900 | (autoload (quote blackbox) "blackbox" "\ | 1884 | (autoload (quote blackbox) "blackbox" "\ |
| @@ -2016,7 +2000,7 @@ a reflection. | |||
| 2016 | ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save | 2000 | ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save |
| 2017 | ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename | 2001 | ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename |
| 2018 | ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump | 2002 | ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump |
| 2019 | ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17843 45609)) | 2003 | ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17851 10815)) |
| 2020 | ;;; Generated autoloads from bookmark.el | 2004 | ;;; Generated autoloads from bookmark.el |
| 2021 | (define-key ctl-x-map "rb" 'bookmark-jump) | 2005 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 2022 | (define-key ctl-x-map "rm" 'bookmark-set) | 2006 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -2206,7 +2190,7 @@ deletion, or > if it is flagged for displaying. | |||
| 2206 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file | 2190 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file |
| 2207 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point | 2191 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point |
| 2208 | ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) | 2192 | ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) |
| 2209 | ;;;;;; "browse-url" "net/browse-url.el" (17843 45624)) | 2193 | ;;;;;; "browse-url" "net/browse-url.el" (17851 10863)) |
| 2210 | ;;; Generated autoloads from net/browse-url.el | 2194 | ;;; Generated autoloads from net/browse-url.el |
| 2211 | 2195 | ||
| 2212 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ | 2196 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ |
| @@ -2537,8 +2521,8 @@ Default to the URL around or before point. | |||
| 2537 | 2521 | ||
| 2538 | ;;;*** | 2522 | ;;;*** |
| 2539 | 2523 | ||
| 2540 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17843 | 2524 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17851 |
| 2541 | ;;;;;; 45625)) | 2525 | ;;;;;; 10865)) |
| 2542 | ;;; Generated autoloads from play/bruce.el | 2526 | ;;; Generated autoloads from play/bruce.el |
| 2543 | 2527 | ||
| 2544 | (autoload (quote bruce) "bruce" "\ | 2528 | (autoload (quote bruce) "bruce" "\ |
| @@ -2554,7 +2538,7 @@ Return a vector containing the lines from `bruce-phrases-file'. | |||
| 2554 | ;;;*** | 2538 | ;;;*** |
| 2555 | 2539 | ||
| 2556 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 2540 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 2557 | ;;;;;; "bs" "bs.el" (17843 45609)) | 2541 | ;;;;;; "bs" "bs.el" (17851 10816)) |
| 2558 | ;;; Generated autoloads from bs.el | 2542 | ;;; Generated autoloads from bs.el |
| 2559 | 2543 | ||
| 2560 | (autoload (quote bs-cycle-next) "bs" "\ | 2544 | (autoload (quote bs-cycle-next) "bs" "\ |
| @@ -2595,8 +2579,8 @@ name of buffer configuration. | |||
| 2595 | ;;;*** | 2579 | ;;;*** |
| 2596 | 2580 | ||
| 2597 | ;;;### (autoloads (insert-text-button make-text-button insert-button | 2581 | ;;;### (autoloads (insert-text-button make-text-button insert-button |
| 2598 | ;;;;;; make-button define-button-type) "button" "button.el" (17843 | 2582 | ;;;;;; make-button define-button-type) "button" "button.el" (17851 |
| 2599 | ;;;;;; 45609)) | 2583 | ;;;;;; 10816)) |
| 2600 | ;;; Generated autoloads from button.el | 2584 | ;;; Generated autoloads from button.el |
| 2601 | 2585 | ||
| 2602 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ | 2586 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ |
| @@ -2684,7 +2668,7 @@ Also see `make-text-button'. | |||
| 2684 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2668 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2685 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2669 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2686 | ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" | 2670 | ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" |
| 2687 | ;;;;;; "emacs-lisp/bytecomp.el" (17843 45615)) | 2671 | ;;;;;; "emacs-lisp/bytecomp.el" (17851 10852)) |
| 2688 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2672 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2689 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2673 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2690 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) | 2674 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) |
| @@ -2788,7 +2772,7 @@ and corresponding effects. | |||
| 2788 | 2772 | ||
| 2789 | ;;;*** | 2773 | ;;;*** |
| 2790 | 2774 | ||
| 2791 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17843 45615)) | 2775 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17851 10850)) |
| 2792 | ;;; Generated autoloads from calendar/cal-dst.el | 2776 | ;;; Generated autoloads from calendar/cal-dst.el |
| 2793 | 2777 | ||
| 2794 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) | 2778 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) |
| @@ -2798,7 +2782,7 @@ and corresponding effects. | |||
| 2798 | ;;;*** | 2782 | ;;;*** |
| 2799 | 2783 | ||
| 2800 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" | 2784 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" |
| 2801 | ;;;;;; (17843 45615)) | 2785 | ;;;;;; (17851 10850)) |
| 2802 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2786 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2803 | 2787 | ||
| 2804 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ | 2788 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ |
| @@ -2813,7 +2797,7 @@ from the cursor position. | |||
| 2813 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2797 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2814 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2798 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2815 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" | 2799 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" |
| 2816 | ;;;;;; (17843 45615)) | 2800 | ;;;;;; (17851 10850)) |
| 2817 | ;;; Generated autoloads from calc/calc.el | 2801 | ;;; Generated autoloads from calc/calc.el |
| 2818 | 2802 | ||
| 2819 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ | 2803 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ |
| @@ -2891,8 +2875,8 @@ Not documented | |||
| 2891 | 2875 | ||
| 2892 | ;;;*** | 2876 | ;;;*** |
| 2893 | 2877 | ||
| 2894 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (17843 | 2878 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (17851 |
| 2895 | ;;;;;; 45609)) | 2879 | ;;;;;; 10816)) |
| 2896 | ;;; Generated autoloads from calculator.el | 2880 | ;;; Generated autoloads from calculator.el |
| 2897 | 2881 | ||
| 2898 | (autoload (quote calculator) "calculator" "\ | 2882 | (autoload (quote calculator) "calculator" "\ |
| @@ -2920,7 +2904,7 @@ See the documentation for `calculator-mode' for more information. | |||
| 2920 | ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially | 2904 | ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially |
| 2921 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2905 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2922 | ;;;;;; view-diary-entries-initially calendar-offset) "calendar" | 2906 | ;;;;;; view-diary-entries-initially calendar-offset) "calendar" |
| 2923 | ;;;;;; "calendar/calendar.el" (17843 45615)) | 2907 | ;;;;;; "calendar/calendar.el" (17851 10851)) |
| 2924 | ;;; Generated autoloads from calendar/calendar.el | 2908 | ;;; Generated autoloads from calendar/calendar.el |
| 2925 | 2909 | ||
| 2926 | (defvar calendar-offset 0 "\ | 2910 | (defvar calendar-offset 0 "\ |
| @@ -3493,7 +3477,7 @@ movement commands will not work correctly.") | |||
| 3493 | ;;;*** | 3477 | ;;;*** |
| 3494 | 3478 | ||
| 3495 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" | 3479 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" |
| 3496 | ;;;;;; "gnus/canlock.el" (17843 45616)) | 3480 | ;;;;;; "gnus/canlock.el" (17851 10856)) |
| 3497 | ;;; Generated autoloads from gnus/canlock.el | 3481 | ;;; Generated autoloads from gnus/canlock.el |
| 3498 | 3482 | ||
| 3499 | (autoload (quote canlock-insert-header) "canlock" "\ | 3483 | (autoload (quote canlock-insert-header) "canlock" "\ |
| @@ -3510,15 +3494,15 @@ it fails. | |||
| 3510 | 3494 | ||
| 3511 | ;;;*** | 3495 | ;;;*** |
| 3512 | 3496 | ||
| 3513 | ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17843 | 3497 | ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17851 |
| 3514 | ;;;;;; 45626)) | 3498 | ;;;;;; 10866)) |
| 3515 | ;;; Generated autoloads from progmodes/cc-compat.el | 3499 | ;;; Generated autoloads from progmodes/cc-compat.el |
| 3516 | (put 'c-indent-level 'safe-local-variable 'integerp) | 3500 | (put 'c-indent-level 'safe-local-variable 'integerp) |
| 3517 | 3501 | ||
| 3518 | ;;;*** | 3502 | ;;;*** |
| 3519 | 3503 | ||
| 3520 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" | 3504 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" |
| 3521 | ;;;;;; (17843 45626)) | 3505 | ;;;;;; (17851 10867)) |
| 3522 | ;;; Generated autoloads from progmodes/cc-engine.el | 3506 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3523 | 3507 | ||
| 3524 | (autoload (quote c-guess-basic-syntax) "cc-engine" "\ | 3508 | (autoload (quote c-guess-basic-syntax) "cc-engine" "\ |
| @@ -3530,7 +3514,7 @@ Return the syntactic context of the current line. | |||
| 3530 | 3514 | ||
| 3531 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3515 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 3532 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3516 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3533 | ;;;;;; (17843 45627)) | 3517 | ;;;;;; (17851 10867)) |
| 3534 | ;;; Generated autoloads from progmodes/cc-mode.el | 3518 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3535 | 3519 | ||
| 3536 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ | 3520 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ |
| @@ -3688,7 +3672,7 @@ Key bindings: | |||
| 3688 | ;;;*** | 3672 | ;;;*** |
| 3689 | 3673 | ||
| 3690 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 3674 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
| 3691 | ;;;;;; "progmodes/cc-styles.el" (17843 45627)) | 3675 | ;;;;;; "progmodes/cc-styles.el" (17851 10867)) |
| 3692 | ;;; Generated autoloads from progmodes/cc-styles.el | 3676 | ;;; Generated autoloads from progmodes/cc-styles.el |
| 3693 | 3677 | ||
| 3694 | (autoload (quote c-set-style) "cc-styles" "\ | 3678 | (autoload (quote c-set-style) "cc-styles" "\ |
| @@ -3739,14 +3723,14 @@ and exists only for compatibility reasons. | |||
| 3739 | 3723 | ||
| 3740 | ;;;*** | 3724 | ;;;*** |
| 3741 | 3725 | ||
| 3742 | ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17843 | 3726 | ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17851 |
| 3743 | ;;;;;; 45627)) | 3727 | ;;;;;; 10867)) |
| 3744 | ;;; Generated autoloads from progmodes/cc-subword.el | 3728 | ;;; Generated autoloads from progmodes/cc-subword.el |
| 3745 | (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) | 3729 | (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) |
| 3746 | 3730 | ||
| 3747 | ;;;*** | 3731 | ;;;*** |
| 3748 | 3732 | ||
| 3749 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17843 45627)) | 3733 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17851 10867)) |
| 3750 | ;;; Generated autoloads from progmodes/cc-vars.el | 3734 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 3751 | (put 'c-basic-offset 'safe-local-variable 'integerp) | 3735 | (put 'c-basic-offset 'safe-local-variable 'integerp) |
| 3752 | (put 'c-backslash-column 'safe-local-variable 'integerp) | 3736 | (put 'c-backslash-column 'safe-local-variable 'integerp) |
| @@ -3756,7 +3740,7 @@ and exists only for compatibility reasons. | |||
| 3756 | 3740 | ||
| 3757 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 3741 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 3758 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 3742 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 3759 | ;;;;;; (17843 45618)) | 3743 | ;;;;;; (17851 10860)) |
| 3760 | ;;; Generated autoloads from international/ccl.el | 3744 | ;;; Generated autoloads from international/ccl.el |
| 3761 | 3745 | ||
| 3762 | (autoload (quote ccl-compile) "ccl" "\ | 3746 | (autoload (quote ccl-compile) "ccl" "\ |
| @@ -4015,7 +3999,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 4015 | ;;;*** | 3999 | ;;;*** |
| 4016 | 4000 | ||
| 4017 | ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" | 4001 | ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" |
| 4018 | ;;;;;; (17843 45627)) | 4002 | ;;;;;; (17851 10867)) |
| 4019 | ;;; Generated autoloads from progmodes/cfengine.el | 4003 | ;;; Generated autoloads from progmodes/cfengine.el |
| 4020 | 4004 | ||
| 4021 | (autoload (quote cfengine-mode) "cfengine" "\ | 4005 | (autoload (quote cfengine-mode) "cfengine" "\ |
| @@ -4037,7 +4021,7 @@ to the action header. | |||
| 4037 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 4021 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 4038 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 4022 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 4039 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" | 4023 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" |
| 4040 | ;;;;;; (17843 45615)) | 4024 | ;;;;;; (17851 10852)) |
| 4041 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 4025 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 4042 | 4026 | ||
| 4043 | (autoload (quote checkdoc) "checkdoc" "\ | 4027 | (autoload (quote checkdoc) "checkdoc" "\ |
| @@ -4220,8 +4204,8 @@ checking of documentation strings. | |||
| 4220 | ;;;*** | 4204 | ;;;*** |
| 4221 | 4205 | ||
| 4222 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer | 4206 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer |
| 4223 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17843 | 4207 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17851 |
| 4224 | ;;;;;; 45620)) | 4208 | ;;;;;; 10861)) |
| 4225 | ;;; Generated autoloads from language/china-util.el | 4209 | ;;; Generated autoloads from language/china-util.el |
| 4226 | 4210 | ||
| 4227 | (autoload (quote decode-hz-region) "china-util" "\ | 4211 | (autoload (quote decode-hz-region) "china-util" "\ |
| @@ -4249,7 +4233,7 @@ Encode the text in the current buffer to HZ. | |||
| 4249 | ;;;*** | 4233 | ;;;*** |
| 4250 | 4234 | ||
| 4251 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 4235 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 4252 | ;;;;;; "chistory" "chistory.el" (17843 45609)) | 4236 | ;;;;;; "chistory" "chistory.el" (17851 10817)) |
| 4253 | ;;; Generated autoloads from chistory.el | 4237 | ;;; Generated autoloads from chistory.el |
| 4254 | 4238 | ||
| 4255 | (autoload (quote repeat-matching-complex-command) "chistory" "\ | 4239 | (autoload (quote repeat-matching-complex-command) "chistory" "\ |
| @@ -4288,7 +4272,7 @@ and runs the normal hook `command-history-hook'. | |||
| 4288 | 4272 | ||
| 4289 | ;;;*** | 4273 | ;;;*** |
| 4290 | 4274 | ||
| 4291 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17843 45615)) | 4275 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17851 10852)) |
| 4292 | ;;; Generated autoloads from emacs-lisp/cl.el | 4276 | ;;; Generated autoloads from emacs-lisp/cl.el |
| 4293 | 4277 | ||
| 4294 | (defvar custom-print-functions nil "\ | 4278 | (defvar custom-print-functions nil "\ |
| @@ -4304,7 +4288,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 4304 | ;;;*** | 4288 | ;;;*** |
| 4305 | 4289 | ||
| 4306 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 4290 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 4307 | ;;;;;; (17843 45615)) | 4291 | ;;;;;; (17851 10852)) |
| 4308 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 4292 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 4309 | 4293 | ||
| 4310 | (autoload (quote common-lisp-indent-function) "cl-indent" "\ | 4294 | (autoload (quote common-lisp-indent-function) "cl-indent" "\ |
| @@ -4315,7 +4299,7 @@ Not documented | |||
| 4315 | ;;;*** | 4299 | ;;;*** |
| 4316 | 4300 | ||
| 4317 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" | 4301 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" |
| 4318 | ;;;;;; (17843 45627)) | 4302 | ;;;;;; (17851 10867)) |
| 4319 | ;;; Generated autoloads from progmodes/cmacexp.el | 4303 | ;;; Generated autoloads from progmodes/cmacexp.el |
| 4320 | 4304 | ||
| 4321 | (autoload (quote c-macro-expand) "cmacexp" "\ | 4305 | (autoload (quote c-macro-expand) "cmacexp" "\ |
| @@ -4335,8 +4319,8 @@ For use inside Lisp programs, see also `c-macro-expansion'. | |||
| 4335 | 4319 | ||
| 4336 | ;;;*** | 4320 | ;;;*** |
| 4337 | 4321 | ||
| 4338 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17843 | 4322 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17851 |
| 4339 | ;;;;;; 45609)) | 4323 | ;;;;;; 10817)) |
| 4340 | ;;; Generated autoloads from cmuscheme.el | 4324 | ;;; Generated autoloads from cmuscheme.el |
| 4341 | 4325 | ||
| 4342 | (autoload (quote run-scheme) "cmuscheme" "\ | 4326 | (autoload (quote run-scheme) "cmuscheme" "\ |
| @@ -4359,7 +4343,7 @@ is run). | |||
| 4359 | 4343 | ||
| 4360 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 4344 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage |
| 4361 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 4345 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) |
| 4362 | ;;;;;; "codepage" "international/codepage.el" (17843 45618)) | 4346 | ;;;;;; "codepage" "international/codepage.el" (17851 10860)) |
| 4363 | ;;; Generated autoloads from international/codepage.el | 4347 | ;;; Generated autoloads from international/codepage.el |
| 4364 | 4348 | ||
| 4365 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ | 4349 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ |
| @@ -4418,7 +4402,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal. | |||
| 4418 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 4402 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 4419 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 4403 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 4420 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 4404 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 4421 | ;;;;;; (17843 45609)) | 4405 | ;;;;;; (17851 10817)) |
| 4422 | ;;; Generated autoloads from comint.el | 4406 | ;;; Generated autoloads from comint.el |
| 4423 | 4407 | ||
| 4424 | (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ | 4408 | (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ |
| @@ -4508,8 +4492,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. | |||
| 4508 | 4492 | ||
| 4509 | ;;;*** | 4493 | ;;;*** |
| 4510 | 4494 | ||
| 4511 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17843 | 4495 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17851 |
| 4512 | ;;;;;; 45609)) | 4496 | ;;;;;; 10817)) |
| 4513 | ;;; Generated autoloads from compare-w.el | 4497 | ;;; Generated autoloads from compare-w.el |
| 4514 | 4498 | ||
| 4515 | (autoload (quote compare-windows) "compare-w" "\ | 4499 | (autoload (quote compare-windows) "compare-w" "\ |
| @@ -4546,7 +4530,7 @@ on third call it again advances points to the next difference and so on. | |||
| 4546 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4530 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4547 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4531 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4548 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 4532 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 4549 | ;;;;;; "compile" "progmodes/compile.el" (17843 45627)) | 4533 | ;;;;;; "compile" "progmodes/compile.el" (17851 10867)) |
| 4550 | ;;; Generated autoloads from progmodes/compile.el | 4534 | ;;; Generated autoloads from progmodes/compile.el |
| 4551 | 4535 | ||
| 4552 | (defvar compilation-mode-hook nil "\ | 4536 | (defvar compilation-mode-hook nil "\ |
| @@ -4708,7 +4692,7 @@ This is the value of `next-error-function' in Compilation buffers. | |||
| 4708 | ;;;*** | 4692 | ;;;*** |
| 4709 | 4693 | ||
| 4710 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" | 4694 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" |
| 4711 | ;;;;;; (17843 45609)) | 4695 | ;;;;;; (17851 10818)) |
| 4712 | ;;; Generated autoloads from complete.el | 4696 | ;;; Generated autoloads from complete.el |
| 4713 | 4697 | ||
| 4714 | (defvar partial-completion-mode nil "\ | 4698 | (defvar partial-completion-mode nil "\ |
| @@ -4750,7 +4734,7 @@ second TAB brings up the `*Completions*' buffer. | |||
| 4750 | ;;;*** | 4734 | ;;;*** |
| 4751 | 4735 | ||
| 4752 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" | 4736 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" |
| 4753 | ;;;;;; (17843 45609)) | 4737 | ;;;;;; (17851 10818)) |
| 4754 | ;;; Generated autoloads from completion.el | 4738 | ;;; Generated autoloads from completion.el |
| 4755 | 4739 | ||
| 4756 | (defvar dynamic-completion-mode nil "\ | 4740 | (defvar dynamic-completion-mode nil "\ |
| @@ -4772,7 +4756,7 @@ Enable dynamic word-completion. | |||
| 4772 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after | 4756 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after |
| 4773 | ;;;;;; find-composition compose-chars decompose-string compose-string | 4757 | ;;;;;; find-composition compose-chars decompose-string compose-string |
| 4774 | ;;;;;; decompose-region compose-region encode-composition-rule) | 4758 | ;;;;;; decompose-region compose-region encode-composition-rule) |
| 4775 | ;;;;;; "composite" "composite.el" (17843 45609)) | 4759 | ;;;;;; "composite" "composite.el" (17851 10818)) |
| 4776 | ;;; Generated autoloads from composite.el | 4760 | ;;; Generated autoloads from composite.el |
| 4777 | 4761 | ||
| 4778 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ | 4762 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ |
| @@ -4994,7 +4978,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored. | |||
| 4994 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode | 4978 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode |
| 4995 | ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode | 4979 | ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode |
| 4996 | ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" | 4980 | ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" |
| 4997 | ;;;;;; (17843 45630)) | 4981 | ;;;;;; (17851 10872)) |
| 4998 | ;;; Generated autoloads from textmodes/conf-mode.el | 4982 | ;;; Generated autoloads from textmodes/conf-mode.el |
| 4999 | 4983 | ||
| 5000 | (autoload (quote conf-mode) "conf-mode" "\ | 4984 | (autoload (quote conf-mode) "conf-mode" "\ |
| @@ -5150,7 +5134,7 @@ For details see `conf-mode'. Example: | |||
| 5150 | ;;;*** | 5134 | ;;;*** |
| 5151 | 5135 | ||
| 5152 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) | 5136 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) |
| 5153 | ;;;;;; "cookie1" "play/cookie1.el" (17843 45625)) | 5137 | ;;;;;; "cookie1" "play/cookie1.el" (17851 10865)) |
| 5154 | ;;; Generated autoloads from play/cookie1.el | 5138 | ;;; Generated autoloads from play/cookie1.el |
| 5155 | 5139 | ||
| 5156 | (autoload (quote cookie) "cookie1" "\ | 5140 | (autoload (quote cookie) "cookie1" "\ |
| @@ -5182,7 +5166,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely). | |||
| 5182 | ;;;*** | 5166 | ;;;*** |
| 5183 | 5167 | ||
| 5184 | ;;;### (autoloads (copyright copyright-fix-years copyright-update) | 5168 | ;;;### (autoloads (copyright copyright-fix-years copyright-update) |
| 5185 | ;;;;;; "copyright" "emacs-lisp/copyright.el" (17843 45615)) | 5169 | ;;;;;; "copyright" "emacs-lisp/copyright.el" (17851 10852)) |
| 5186 | ;;; Generated autoloads from emacs-lisp/copyright.el | 5170 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 5187 | 5171 | ||
| 5188 | (autoload (quote copyright-update) "copyright" "\ | 5172 | (autoload (quote copyright-update) "copyright" "\ |
| @@ -5210,7 +5194,7 @@ Insert a copyright by $ORGANIZATION notice at cursor. | |||
| 5210 | ;;;*** | 5194 | ;;;*** |
| 5211 | 5195 | ||
| 5212 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) | 5196 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) |
| 5213 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17843 45627)) | 5197 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17851 10867)) |
| 5214 | ;;; Generated autoloads from progmodes/cperl-mode.el | 5198 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 5215 | 5199 | ||
| 5216 | (autoload (quote cperl-mode) "cperl-mode" "\ | 5200 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -5401,7 +5385,7 @@ Run a `perldoc' on the word around point. | |||
| 5401 | ;;;*** | 5385 | ;;;*** |
| 5402 | 5386 | ||
| 5403 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 5387 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 5404 | ;;;;;; (17843 45627)) | 5388 | ;;;;;; (17851 10867)) |
| 5405 | ;;; Generated autoloads from progmodes/cpp.el | 5389 | ;;; Generated autoloads from progmodes/cpp.el |
| 5406 | 5390 | ||
| 5407 | (autoload (quote cpp-highlight-buffer) "cpp" "\ | 5391 | (autoload (quote cpp-highlight-buffer) "cpp" "\ |
| @@ -5420,7 +5404,7 @@ Edit display information for cpp conditionals. | |||
| 5420 | ;;;*** | 5404 | ;;;*** |
| 5421 | 5405 | ||
| 5422 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" | 5406 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" |
| 5423 | ;;;;;; (17843 45615)) | 5407 | ;;;;;; (17851 10853)) |
| 5424 | ;;; Generated autoloads from emulation/crisp.el | 5408 | ;;; Generated autoloads from emulation/crisp.el |
| 5425 | 5409 | ||
| 5426 | (defvar crisp-mode nil "\ | 5410 | (defvar crisp-mode nil "\ |
| @@ -5444,7 +5428,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise. | |||
| 5444 | ;;;*** | 5428 | ;;;*** |
| 5445 | 5429 | ||
| 5446 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 5430 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| 5447 | ;;;;;; (17843 45615)) | 5431 | ;;;;;; (17851 10852)) |
| 5448 | ;;; Generated autoloads from emacs-lisp/crm.el | 5432 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 5449 | 5433 | ||
| 5450 | (autoload (quote completing-read-multiple) "crm" "\ | 5434 | (autoload (quote completing-read-multiple) "crm" "\ |
| @@ -5480,7 +5464,7 @@ INHERIT-INPUT-METHOD. | |||
| 5480 | ;;;*** | 5464 | ;;;*** |
| 5481 | 5465 | ||
| 5482 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" | 5466 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 5483 | ;;;;;; (17843 45615)) | 5467 | ;;;;;; (17851 10853)) |
| 5484 | ;;; Generated autoloads from emulation/cua-base.el | 5468 | ;;; Generated autoloads from emulation/cua-base.el |
| 5485 | 5469 | ||
| 5486 | (defvar cua-mode nil "\ | 5470 | (defvar cua-mode nil "\ |
| @@ -5548,7 +5532,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5548 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable | 5532 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable |
| 5549 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically | 5533 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically |
| 5550 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" | 5534 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" |
| 5551 | ;;;;;; (17843 45609)) | 5535 | ;;;;;; (17851 10819)) |
| 5552 | ;;; Generated autoloads from cus-edit.el | 5536 | ;;; Generated autoloads from cus-edit.el |
| 5553 | 5537 | ||
| 5554 | (defvar custom-browse-sort-alphabetically nil "\ | 5538 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -5852,7 +5836,7 @@ The format is suitable for use with `easy-menu-define'. | |||
| 5852 | ;;;*** | 5836 | ;;;*** |
| 5853 | 5837 | ||
| 5854 | ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces | 5838 | ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces |
| 5855 | ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17843 45609)) | 5839 | ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17851 10821)) |
| 5856 | ;;; Generated autoloads from cus-face.el | 5840 | ;;; Generated autoloads from cus-face.el |
| 5857 | 5841 | ||
| 5858 | (autoload (quote custom-declare-face) "cus-face" "\ | 5842 | (autoload (quote custom-declare-face) "cus-face" "\ |
| @@ -5922,7 +5906,7 @@ This means reset FACE to its value in FROM-THEME. | |||
| 5922 | ;;;*** | 5906 | ;;;*** |
| 5923 | 5907 | ||
| 5924 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" | 5908 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" |
| 5925 | ;;;;;; (17843 45609)) | 5909 | ;;;;;; (17851 10821)) |
| 5926 | ;;; Generated autoloads from cus-theme.el | 5910 | ;;; Generated autoloads from cus-theme.el |
| 5927 | 5911 | ||
| 5928 | (autoload (quote customize-create-theme) "cus-theme" "\ | 5912 | (autoload (quote customize-create-theme) "cus-theme" "\ |
| @@ -5933,7 +5917,7 @@ Create a custom theme. | |||
| 5933 | ;;;*** | 5917 | ;;;*** |
| 5934 | 5918 | ||
| 5935 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" | 5919 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" |
| 5936 | ;;;;;; (17843 45609)) | 5920 | ;;;;;; (17851 10822)) |
| 5937 | ;;; Generated autoloads from cvs-status.el | 5921 | ;;; Generated autoloads from cvs-status.el |
| 5938 | 5922 | ||
| 5939 | (autoload (quote cvs-status-mode) "cvs-status" "\ | 5923 | (autoload (quote cvs-status-mode) "cvs-status" "\ |
| @@ -5944,7 +5928,7 @@ Mode used for cvs status output. | |||
| 5944 | ;;;*** | 5928 | ;;;*** |
| 5945 | 5929 | ||
| 5946 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 5930 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 5947 | ;;;;;; "cwarn" "progmodes/cwarn.el" (17843 45627)) | 5931 | ;;;;;; "cwarn" "progmodes/cwarn.el" (17851 10867)) |
| 5948 | ;;; Generated autoloads from progmodes/cwarn.el | 5932 | ;;; Generated autoloads from progmodes/cwarn.el |
| 5949 | 5933 | ||
| 5950 | (autoload (quote cwarn-mode) "cwarn" "\ | 5934 | (autoload (quote cwarn-mode) "cwarn" "\ |
| @@ -5987,7 +5971,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on. | |||
| 5987 | 5971 | ||
| 5988 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char | 5972 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char |
| 5989 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" | 5973 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" |
| 5990 | ;;;;;; (17843 45620)) | 5974 | ;;;;;; (17851 10861)) |
| 5991 | ;;; Generated autoloads from language/cyril-util.el | 5975 | ;;; Generated autoloads from language/cyril-util.el |
| 5992 | 5976 | ||
| 5993 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ | 5977 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ |
| @@ -6016,7 +6000,7 @@ If the argument is nil, we return the display table to its standard state. | |||
| 6016 | ;;;*** | 6000 | ;;;*** |
| 6017 | 6001 | ||
| 6018 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 6002 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 6019 | ;;;;;; (17843 45609)) | 6003 | ;;;;;; (17851 10822)) |
| 6020 | ;;; Generated autoloads from dabbrev.el | 6004 | ;;; Generated autoloads from dabbrev.el |
| 6021 | (define-key esc-map "/" 'dabbrev-expand) | 6005 | (define-key esc-map "/" 'dabbrev-expand) |
| 6022 | (define-key esc-map [?\C-/] 'dabbrev-completion) | 6006 | (define-key esc-map [?\C-/] 'dabbrev-completion) |
| @@ -6060,8 +6044,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. | |||
| 6060 | 6044 | ||
| 6061 | ;;;*** | 6045 | ;;;*** |
| 6062 | 6046 | ||
| 6063 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17843 | 6047 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17851 |
| 6064 | ;;;;;; 45627)) | 6048 | ;;;;;; 10867)) |
| 6065 | ;;; Generated autoloads from progmodes/dcl-mode.el | 6049 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 6066 | 6050 | ||
| 6067 | (autoload (quote dcl-mode) "dcl-mode" "\ | 6051 | (autoload (quote dcl-mode) "dcl-mode" "\ |
| @@ -6188,7 +6172,7 @@ There is some minimal font-lock support (see vars | |||
| 6188 | ;;;*** | 6172 | ;;;*** |
| 6189 | 6173 | ||
| 6190 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 6174 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 6191 | ;;;;;; "emacs-lisp/debug.el" (17843 45615)) | 6175 | ;;;;;; "emacs-lisp/debug.el" (17851 10852)) |
| 6192 | ;;; Generated autoloads from emacs-lisp/debug.el | 6176 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 6193 | 6177 | ||
| 6194 | (setq debugger (quote debug)) | 6178 | (setq debugger (quote debug)) |
| @@ -6232,7 +6216,7 @@ To specify a nil argument interactively, exit with an empty minibuffer. | |||
| 6232 | ;;;*** | 6216 | ;;;*** |
| 6233 | 6217 | ||
| 6234 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" | 6218 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" |
| 6235 | ;;;;;; (17843 45625)) | 6219 | ;;;;;; (17851 10865)) |
| 6236 | ;;; Generated autoloads from play/decipher.el | 6220 | ;;; Generated autoloads from play/decipher.el |
| 6237 | 6221 | ||
| 6238 | (autoload (quote decipher) "decipher" "\ | 6222 | (autoload (quote decipher) "decipher" "\ |
| @@ -6261,8 +6245,8 @@ The most useful commands are: | |||
| 6261 | ;;;*** | 6245 | ;;;*** |
| 6262 | 6246 | ||
| 6263 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region | 6247 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region |
| 6264 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17843 | 6248 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17851 |
| 6265 | ;;;;;; 45609)) | 6249 | ;;;;;; 10822)) |
| 6266 | ;;; Generated autoloads from delim-col.el | 6250 | ;;; Generated autoloads from delim-col.el |
| 6267 | 6251 | ||
| 6268 | (autoload (quote delimit-columns-customize) "delim-col" "\ | 6252 | (autoload (quote delimit-columns-customize) "delim-col" "\ |
| @@ -6286,8 +6270,8 @@ START and END delimits the corners of text rectangle. | |||
| 6286 | 6270 | ||
| 6287 | ;;;*** | 6271 | ;;;*** |
| 6288 | 6272 | ||
| 6289 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17843 | 6273 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17851 |
| 6290 | ;;;;;; 45627)) | 6274 | ;;;;;; 10867)) |
| 6291 | ;;; Generated autoloads from progmodes/delphi.el | 6275 | ;;; Generated autoloads from progmodes/delphi.el |
| 6292 | 6276 | ||
| 6293 | (autoload (quote delphi-mode) "delphi" "\ | 6277 | (autoload (quote delphi-mode) "delphi" "\ |
| @@ -6337,8 +6321,8 @@ no args, if that value is non-nil. | |||
| 6337 | 6321 | ||
| 6338 | ;;;*** | 6322 | ;;;*** |
| 6339 | 6323 | ||
| 6340 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17843 | 6324 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17851 |
| 6341 | ;;;;;; 45609)) | 6325 | ;;;;;; 10822)) |
| 6342 | ;;; Generated autoloads from delsel.el | 6326 | ;;; Generated autoloads from delsel.el |
| 6343 | 6327 | ||
| 6344 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 6328 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| @@ -6367,7 +6351,7 @@ any selection. | |||
| 6367 | ;;;*** | 6351 | ;;;*** |
| 6368 | 6352 | ||
| 6369 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 6353 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 6370 | ;;;;;; "derived" "emacs-lisp/derived.el" (17843 45615)) | 6354 | ;;;;;; "derived" "emacs-lisp/derived.el" (17851 10852)) |
| 6371 | ;;; Generated autoloads from emacs-lisp/derived.el | 6355 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 6372 | 6356 | ||
| 6373 | (autoload (quote define-derived-mode) "derived" "\ | 6357 | (autoload (quote define-derived-mode) "derived" "\ |
| @@ -6432,7 +6416,7 @@ the first time the mode is used. | |||
| 6432 | ;;;*** | 6416 | ;;;*** |
| 6433 | 6417 | ||
| 6434 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | 6418 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" |
| 6435 | ;;;;;; "descr-text.el" (17843 45609)) | 6419 | ;;;;;; "descr-text.el" (17851 10822)) |
| 6436 | ;;; Generated autoloads from descr-text.el | 6420 | ;;; Generated autoloads from descr-text.el |
| 6437 | 6421 | ||
| 6438 | (autoload (quote describe-text-properties) "descr-text" "\ | 6422 | (autoload (quote describe-text-properties) "descr-text" "\ |
| @@ -6458,7 +6442,7 @@ as well as widgets, buttons, overlays, and text properties. | |||
| 6458 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir | 6442 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir |
| 6459 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save | 6443 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save |
| 6460 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" | 6444 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" |
| 6461 | ;;;;;; "desktop.el" (17843 45609)) | 6445 | ;;;;;; "desktop.el" (17851 10822)) |
| 6462 | ;;; Generated autoloads from desktop.el | 6446 | ;;; Generated autoloads from desktop.el |
| 6463 | 6447 | ||
| 6464 | (defvar desktop-save-mode nil "\ | 6448 | (defvar desktop-save-mode nil "\ |
| @@ -6641,7 +6625,7 @@ Revert to the last loaded desktop. | |||
| 6641 | 6625 | ||
| 6642 | ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article | 6626 | ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article |
| 6643 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) | 6627 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) |
| 6644 | ;;;;;; "deuglify" "gnus/deuglify.el" (17843 45616)) | 6628 | ;;;;;; "deuglify" "gnus/deuglify.el" (17851 10856)) |
| 6645 | ;;; Generated autoloads from gnus/deuglify.el | 6629 | ;;; Generated autoloads from gnus/deuglify.el |
| 6646 | 6630 | ||
| 6647 | (autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ | 6631 | (autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ |
| @@ -6674,7 +6658,7 @@ Deuglify broken Outlook (Express) articles and redisplay. | |||
| 6674 | ;;;*** | 6658 | ;;;*** |
| 6675 | 6659 | ||
| 6676 | ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) | 6660 | ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) |
| 6677 | ;;;;;; "devan-util" "language/devan-util.el" (17843 45620)) | 6661 | ;;;;;; "devan-util" "language/devan-util.el" (17851 10861)) |
| 6678 | ;;; Generated autoloads from language/devan-util.el | 6662 | ;;; Generated autoloads from language/devan-util.el |
| 6679 | 6663 | ||
| 6680 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") | 6664 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") |
| @@ -6692,7 +6676,7 @@ Not documented | |||
| 6692 | ;;;*** | 6676 | ;;;*** |
| 6693 | 6677 | ||
| 6694 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 6678 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 6695 | ;;;;;; "calendar/diary-lib.el" (17843 45615)) | 6679 | ;;;;;; "calendar/diary-lib.el" (17851 10852)) |
| 6696 | ;;; Generated autoloads from calendar/diary-lib.el | 6680 | ;;; Generated autoloads from calendar/diary-lib.el |
| 6697 | 6681 | ||
| 6698 | (autoload (quote diary) "diary-lib" "\ | 6682 | (autoload (quote diary) "diary-lib" "\ |
| @@ -6738,7 +6722,7 @@ Major mode for editing the diary file. | |||
| 6738 | ;;;*** | 6722 | ;;;*** |
| 6739 | 6723 | ||
| 6740 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" | 6724 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" |
| 6741 | ;;;;;; "diff.el" (17843 45609)) | 6725 | ;;;;;; "diff.el" (17851 10822)) |
| 6742 | ;;; Generated autoloads from diff.el | 6726 | ;;; Generated autoloads from diff.el |
| 6743 | 6727 | ||
| 6744 | (defvar diff-switches "-c" "\ | 6728 | (defvar diff-switches "-c" "\ |
| @@ -6772,7 +6756,7 @@ With prefix arg, prompt for diff switches. | |||
| 6772 | ;;;*** | 6756 | ;;;*** |
| 6773 | 6757 | ||
| 6774 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 6758 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 6775 | ;;;;;; (17838 18032)) | 6759 | ;;;;;; (17851 10822)) |
| 6776 | ;;; Generated autoloads from diff-mode.el | 6760 | ;;; Generated autoloads from diff-mode.el |
| 6777 | 6761 | ||
| 6778 | (autoload (quote diff-mode) "diff-mode" "\ | 6762 | (autoload (quote diff-mode) "diff-mode" "\ |
| @@ -6802,7 +6786,7 @@ Minor mode for viewing/editing context diffs. | |||
| 6802 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 6786 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 6803 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 6787 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 6804 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 6788 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 6805 | ;;;;;; "dired" "dired.el" (17843 45609)) | 6789 | ;;;;;; "dired" "dired.el" (17851 10823)) |
| 6806 | ;;; Generated autoloads from dired.el | 6790 | ;;; Generated autoloads from dired.el |
| 6807 | 6791 | ||
| 6808 | (defvar dired-listing-switches "-al" "\ | 6792 | (defvar dired-listing-switches "-al" "\ |
| @@ -7007,7 +6991,7 @@ Keybindings: | |||
| 7007 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory | 6991 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory |
| 7008 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp | 6992 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp |
| 7009 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff | 6993 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff |
| 7010 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17843 45609)) | 6994 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17851 10822)) |
| 7011 | ;;; Generated autoloads from dired-aux.el | 6995 | ;;; Generated autoloads from dired-aux.el |
| 7012 | 6996 | ||
| 7013 | (autoload (quote dired-diff) "dired-aux" "\ | 6997 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -7419,7 +7403,7 @@ true then the type of the file linked to by FILE is printed instead. | |||
| 7419 | 7403 | ||
| 7420 | ;;;*** | 7404 | ;;;*** |
| 7421 | 7405 | ||
| 7422 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17843 45609)) | 7406 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17851 10823)) |
| 7423 | ;;; Generated autoloads from dired-x.el | 7407 | ;;; Generated autoloads from dired-x.el |
| 7424 | 7408 | ||
| 7425 | (autoload (quote dired-jump) "dired-x" "\ | 7409 | (autoload (quote dired-jump) "dired-x" "\ |
| @@ -7433,7 +7417,7 @@ buffer and try again. | |||
| 7433 | 7417 | ||
| 7434 | ;;;*** | 7418 | ;;;*** |
| 7435 | 7419 | ||
| 7436 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17843 45609)) | 7420 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17851 10823)) |
| 7437 | ;;; Generated autoloads from dirtrack.el | 7421 | ;;; Generated autoloads from dirtrack.el |
| 7438 | 7422 | ||
| 7439 | (autoload (quote dirtrack) "dirtrack" "\ | 7423 | (autoload (quote dirtrack) "dirtrack" "\ |
| @@ -7452,8 +7436,8 @@ You can enable directory tracking by adding this function to | |||
| 7452 | 7436 | ||
| 7453 | ;;;*** | 7437 | ;;;*** |
| 7454 | 7438 | ||
| 7455 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17843 | 7439 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17851 |
| 7456 | ;;;;;; 45615)) | 7440 | ;;;;;; 10852)) |
| 7457 | ;;; Generated autoloads from emacs-lisp/disass.el | 7441 | ;;; Generated autoloads from emacs-lisp/disass.el |
| 7458 | 7442 | ||
| 7459 | (autoload (quote disassemble) "disass" "\ | 7443 | (autoload (quote disassemble) "disass" "\ |
| @@ -7471,7 +7455,7 @@ redefine OBJECT if it is a symbol. | |||
| 7471 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii | 7455 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii |
| 7472 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table | 7456 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table |
| 7473 | ;;;;;; describe-display-table set-display-table-slot display-table-slot | 7457 | ;;;;;; describe-display-table set-display-table-slot display-table-slot |
| 7474 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (17843 45609)) | 7458 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (17851 10823)) |
| 7475 | ;;; Generated autoloads from disp-table.el | 7459 | ;;; Generated autoloads from disp-table.el |
| 7476 | 7460 | ||
| 7477 | (autoload (quote make-display-table) "disp-table" "\ | 7461 | (autoload (quote make-display-table) "disp-table" "\ |
| @@ -7572,7 +7556,7 @@ for users who call this function in `.emacs'. | |||
| 7572 | ;;;*** | 7556 | ;;;*** |
| 7573 | 7557 | ||
| 7574 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" | 7558 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" |
| 7575 | ;;;;;; (17843 45625)) | 7559 | ;;;;;; (17851 10865)) |
| 7576 | ;;; Generated autoloads from play/dissociate.el | 7560 | ;;; Generated autoloads from play/dissociate.el |
| 7577 | 7561 | ||
| 7578 | (autoload (quote dissociated-press) "dissociate" "\ | 7562 | (autoload (quote dissociated-press) "dissociate" "\ |
| @@ -7588,7 +7572,7 @@ Default is 2. | |||
| 7588 | 7572 | ||
| 7589 | ;;;*** | 7573 | ;;;*** |
| 7590 | 7574 | ||
| 7591 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17843 45609)) | 7575 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17851 10823)) |
| 7592 | ;;; Generated autoloads from dnd.el | 7576 | ;;; Generated autoloads from dnd.el |
| 7593 | 7577 | ||
| 7594 | (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\ | 7578 | (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\ |
| @@ -7609,7 +7593,7 @@ if some action was made, or nil if the URL is ignored.") | |||
| 7609 | ;;;*** | 7593 | ;;;*** |
| 7610 | 7594 | ||
| 7611 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" | 7595 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" |
| 7612 | ;;;;;; "textmodes/dns-mode.el" (17843 45630)) | 7596 | ;;;;;; "textmodes/dns-mode.el" (17851 10872)) |
| 7613 | ;;; Generated autoloads from textmodes/dns-mode.el | 7597 | ;;; Generated autoloads from textmodes/dns-mode.el |
| 7614 | 7598 | ||
| 7615 | (autoload (quote dns-mode) "dns-mode" "\ | 7599 | (autoload (quote dns-mode) "dns-mode" "\ |
| @@ -7633,7 +7617,7 @@ Locate SOA record and increment the serial field. | |||
| 7633 | 7617 | ||
| 7634 | ;;;*** | 7618 | ;;;*** |
| 7635 | 7619 | ||
| 7636 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17843 45625)) | 7620 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17851 10865)) |
| 7637 | ;;; Generated autoloads from play/doctor.el | 7621 | ;;; Generated autoloads from play/doctor.el |
| 7638 | 7622 | ||
| 7639 | (autoload (quote doctor) "doctor" "\ | 7623 | (autoload (quote doctor) "doctor" "\ |
| @@ -7644,7 +7628,7 @@ Switch to *doctor* buffer and start giving psychotherapy. | |||
| 7644 | ;;;*** | 7628 | ;;;*** |
| 7645 | 7629 | ||
| 7646 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" | 7630 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" |
| 7647 | ;;;;;; (17843 45610)) | 7631 | ;;;;;; (17851 10823)) |
| 7648 | ;;; Generated autoloads from double.el | 7632 | ;;; Generated autoloads from double.el |
| 7649 | 7633 | ||
| 7650 | (defvar double-mode nil "\ | 7634 | (defvar double-mode nil "\ |
| @@ -7665,7 +7649,7 @@ when pressed twice. See variable `double-map' for details. | |||
| 7665 | 7649 | ||
| 7666 | ;;;*** | 7650 | ;;;*** |
| 7667 | 7651 | ||
| 7668 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17843 45625)) | 7652 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17851 10865)) |
| 7669 | ;;; Generated autoloads from play/dunnet.el | 7653 | ;;; Generated autoloads from play/dunnet.el |
| 7670 | 7654 | ||
| 7671 | (autoload (quote dunnet) "dunnet" "\ | 7655 | (autoload (quote dunnet) "dunnet" "\ |
| @@ -7676,7 +7660,7 @@ Switch to *dungeon* buffer and start game. | |||
| 7676 | ;;;*** | 7660 | ;;;*** |
| 7677 | 7661 | ||
| 7678 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" | 7662 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" |
| 7679 | ;;;;;; (17843 45616)) | 7663 | ;;;;;; (17851 10856)) |
| 7680 | ;;; Generated autoloads from gnus/earcon.el | 7664 | ;;; Generated autoloads from gnus/earcon.el |
| 7681 | 7665 | ||
| 7682 | (autoload (quote gnus-earcon-display) "earcon" "\ | 7666 | (autoload (quote gnus-earcon-display) "earcon" "\ |
| @@ -7688,7 +7672,7 @@ Play sounds in message buffers. | |||
| 7688 | 7672 | ||
| 7689 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 7673 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 7690 | ;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" | 7674 | ;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" |
| 7691 | ;;;;;; "emacs-lisp/easy-mmode.el" (17843 45615)) | 7675 | ;;;;;; "emacs-lisp/easy-mmode.el" (17851 10852)) |
| 7692 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 7676 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 7693 | 7677 | ||
| 7694 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 7678 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -7780,8 +7764,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | |||
| 7780 | ;;;*** | 7764 | ;;;*** |
| 7781 | 7765 | ||
| 7782 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 7766 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 7783 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17843 | 7767 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17851 |
| 7784 | ;;;;;; 45615)) | 7768 | ;;;;;; 10852)) |
| 7785 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 7769 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 7786 | 7770 | ||
| 7787 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 7771 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) |
| @@ -7930,7 +7914,7 @@ To implement dynamic menus, either call this from | |||
| 7930 | ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file | 7914 | ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file |
| 7931 | ;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer | 7915 | ;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer |
| 7932 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" | 7916 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" |
| 7933 | ;;;;;; "progmodes/ebnf2ps.el" (17843 45627)) | 7917 | ;;;;;; "progmodes/ebnf2ps.el" (17851 10867)) |
| 7934 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 7918 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 7935 | 7919 | ||
| 7936 | (autoload (quote ebnf-customize) "ebnf2ps" "\ | 7920 | (autoload (quote ebnf-customize) "ebnf2ps" "\ |
| @@ -8189,8 +8173,8 @@ See `ebnf-style-database' documentation. | |||
| 8189 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition | 8173 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition |
| 8190 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration | 8174 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration |
| 8191 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree | 8175 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree |
| 8192 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17827 | 8176 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17822 |
| 8193 | ;;;;;; 37447)) | 8177 | ;;;;;; 38987)) |
| 8194 | ;;; Generated autoloads from progmodes/ebrowse.el | 8178 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 8195 | 8179 | ||
| 8196 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 8180 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ |
| @@ -8341,7 +8325,7 @@ Display statistics for a class tree. | |||
| 8341 | ;;;*** | 8325 | ;;;*** |
| 8342 | 8326 | ||
| 8343 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 8327 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| 8344 | ;;;;;; (17843 45610)) | 8328 | ;;;;;; (17851 10823)) |
| 8345 | ;;; Generated autoloads from ebuff-menu.el | 8329 | ;;; Generated autoloads from ebuff-menu.el |
| 8346 | 8330 | ||
| 8347 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ | 8331 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ |
| @@ -8366,7 +8350,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. | |||
| 8366 | ;;;*** | 8350 | ;;;*** |
| 8367 | 8351 | ||
| 8368 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" | 8352 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" |
| 8369 | ;;;;;; "echistory.el" (17843 45610)) | 8353 | ;;;;;; "echistory.el" (17851 10823)) |
| 8370 | ;;; Generated autoloads from echistory.el | 8354 | ;;; Generated autoloads from echistory.el |
| 8371 | 8355 | ||
| 8372 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ | 8356 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ |
| @@ -8379,7 +8363,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 8379 | 8363 | ||
| 8380 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form | 8364 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form |
| 8381 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" | 8365 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" |
| 8382 | ;;;;;; "emacs-lisp/edebug.el" (17843 45615)) | 8366 | ;;;;;; "emacs-lisp/edebug.el" (17851 10852)) |
| 8383 | ;;; Generated autoloads from emacs-lisp/edebug.el | 8367 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 8384 | 8368 | ||
| 8385 | (defvar edebug-all-defs nil "\ | 8369 | (defvar edebug-all-defs nil "\ |
| @@ -8452,7 +8436,7 @@ Toggle edebugging of all forms. | |||
| 8452 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 8436 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 8453 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 8437 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 8454 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup | 8438 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup |
| 8455 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17843 45610)) | 8439 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17851 10823)) |
| 8456 | ;;; Generated autoloads from ediff.el | 8440 | ;;; Generated autoloads from ediff.el |
| 8457 | 8441 | ||
| 8458 | (autoload (quote ediff-files) "ediff" "\ | 8442 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -8575,10 +8559,7 @@ If WIND-B is nil, use window next to WIND-A. | |||
| 8575 | 8559 | ||
| 8576 | (autoload (quote ediff-regions-wordwise) "ediff" "\ | 8560 | (autoload (quote ediff-regions-wordwise) "ediff" "\ |
| 8577 | Run Ediff on a pair of regions in specified buffers. | 8561 | Run Ediff on a pair of regions in specified buffers. |
| 8578 | Regions (i.e., point and mark) are assumed to be set in advance except | 8562 | Regions (i.e., point and mark) can be set in advance or marked interactively. |
| 8579 | for the second region in the case both regions are from the same buffer. | ||
| 8580 | In such a case the user is asked to interactively establish the second | ||
| 8581 | region. | ||
| 8582 | This function is effective only for relatively small regions, up to 200 | 8563 | This function is effective only for relatively small regions, up to 200 |
| 8583 | lines. For large regions, use `ediff-regions-linewise'. | 8564 | lines. For large regions, use `ediff-regions-linewise'. |
| 8584 | 8565 | ||
| @@ -8586,10 +8567,7 @@ lines. For large regions, use `ediff-regions-linewise'. | |||
| 8586 | 8567 | ||
| 8587 | (autoload (quote ediff-regions-linewise) "ediff" "\ | 8568 | (autoload (quote ediff-regions-linewise) "ediff" "\ |
| 8588 | Run Ediff on a pair of regions in specified buffers. | 8569 | Run Ediff on a pair of regions in specified buffers. |
| 8589 | Regions (i.e., point and mark) are assumed to be set in advance except | 8570 | Regions (i.e., point and mark) can be set in advance or marked interactively. |
| 8590 | for the second region in the case both regions are from the same buffer. | ||
| 8591 | In such a case the user is asked to interactively establish the second | ||
| 8592 | region. | ||
| 8593 | Each region is enlarged to contain full lines. | 8571 | Each region is enlarged to contain full lines. |
| 8594 | This function is effective for large regions, over 100-200 | 8572 | This function is effective for large regions, over 100-200 |
| 8595 | lines. For small regions, use `ediff-regions-wordwise'. | 8573 | lines. For small regions, use `ediff-regions-wordwise'. |
| @@ -8690,7 +8668,7 @@ With optional NODE, goes to that node. | |||
| 8690 | ;;;*** | 8668 | ;;;*** |
| 8691 | 8669 | ||
| 8692 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" | 8670 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" |
| 8693 | ;;;;;; (17843 45610)) | 8671 | ;;;;;; (17851 10823)) |
| 8694 | ;;; Generated autoloads from ediff-help.el | 8672 | ;;; Generated autoloads from ediff-help.el |
| 8695 | 8673 | ||
| 8696 | (autoload (quote ediff-customize) "ediff-help" "\ | 8674 | (autoload (quote ediff-customize) "ediff-help" "\ |
| @@ -8700,7 +8678,7 @@ Not documented | |||
| 8700 | 8678 | ||
| 8701 | ;;;*** | 8679 | ;;;*** |
| 8702 | 8680 | ||
| 8703 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17843 45610)) | 8681 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17851 10823)) |
| 8704 | ;;; Generated autoloads from ediff-hook.el | 8682 | ;;; Generated autoloads from ediff-hook.el |
| 8705 | 8683 | ||
| 8706 | (defvar ediff-window-setup-function) | 8684 | (defvar ediff-window-setup-function) |
| @@ -8713,7 +8691,7 @@ Not documented | |||
| 8713 | ;;;*** | 8691 | ;;;*** |
| 8714 | 8692 | ||
| 8715 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 8693 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 8716 | ;;;;;; (17843 45610)) | 8694 | ;;;;;; (17851 10823)) |
| 8717 | ;;; Generated autoloads from ediff-mult.el | 8695 | ;;; Generated autoloads from ediff-mult.el |
| 8718 | 8696 | ||
| 8719 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 8697 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -8726,7 +8704,7 @@ Display Ediff's registry. | |||
| 8726 | ;;;*** | 8704 | ;;;*** |
| 8727 | 8705 | ||
| 8728 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 8706 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 8729 | ;;;;;; "ediff-util" "ediff-util.el" (17843 45610)) | 8707 | ;;;;;; "ediff-util" "ediff-util.el" (17851 10823)) |
| 8730 | ;;; Generated autoloads from ediff-util.el | 8708 | ;;; Generated autoloads from ediff-util.el |
| 8731 | 8709 | ||
| 8732 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 8710 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -8747,7 +8725,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see. | |||
| 8747 | 8725 | ||
| 8748 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro | 8726 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro |
| 8749 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" | 8727 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" |
| 8750 | ;;;;;; (17843 45610)) | 8728 | ;;;;;; (17851 10823)) |
| 8751 | ;;; Generated autoloads from edmacro.el | 8729 | ;;; Generated autoloads from edmacro.el |
| 8752 | 8730 | ||
| 8753 | (defvar edmacro-eight-bits nil "\ | 8731 | (defvar edmacro-eight-bits nil "\ |
| @@ -8800,7 +8778,7 @@ or nil, use a compact 80-column format. | |||
| 8800 | ;;;*** | 8778 | ;;;*** |
| 8801 | 8779 | ||
| 8802 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 8780 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 8803 | ;;;;;; "emulation/edt.el" (17843 45615)) | 8781 | ;;;;;; "emulation/edt.el" (17851 10853)) |
| 8804 | ;;; Generated autoloads from emulation/edt.el | 8782 | ;;; Generated autoloads from emulation/edt.el |
| 8805 | 8783 | ||
| 8806 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 8784 | (autoload (quote edt-set-scroll-margins) "edt" "\ |
| @@ -8818,7 +8796,7 @@ Turn on EDT Emulation. | |||
| 8818 | ;;;*** | 8796 | ;;;*** |
| 8819 | 8797 | ||
| 8820 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" | 8798 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" |
| 8821 | ;;;;;; (17843 45610)) | 8799 | ;;;;;; (17851 10823)) |
| 8822 | ;;; Generated autoloads from ehelp.el | 8800 | ;;; Generated autoloads from ehelp.el |
| 8823 | 8801 | ||
| 8824 | (autoload (quote with-electric-help) "ehelp" "\ | 8802 | (autoload (quote with-electric-help) "ehelp" "\ |
| @@ -8856,7 +8834,7 @@ Not documented | |||
| 8856 | ;;;*** | 8834 | ;;;*** |
| 8857 | 8835 | ||
| 8858 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 8836 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 8859 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17843 45615)) | 8837 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17851 10853)) |
| 8860 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 8838 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 8861 | 8839 | ||
| 8862 | (defvar eldoc-minor-mode-string " ElDoc" "\ | 8840 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| @@ -8894,8 +8872,8 @@ Emacs Lisp mode) that support Eldoc.") | |||
| 8894 | 8872 | ||
| 8895 | ;;;*** | 8873 | ;;;*** |
| 8896 | 8874 | ||
| 8897 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17843 | 8875 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17851 |
| 8898 | ;;;;;; 45610)) | 8876 | ;;;;;; 10826)) |
| 8899 | ;;; Generated autoloads from elide-head.el | 8877 | ;;; Generated autoloads from elide-head.el |
| 8900 | 8878 | ||
| 8901 | (autoload (quote elide-head) "elide-head" "\ | 8879 | (autoload (quote elide-head) "elide-head" "\ |
| @@ -8911,7 +8889,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. | |||
| 8911 | ;;;*** | 8889 | ;;;*** |
| 8912 | 8890 | ||
| 8913 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" | 8891 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" |
| 8914 | ;;;;;; (17843 45615)) | 8892 | ;;;;;; (17851 10853)) |
| 8915 | ;;; Generated autoloads from emacs-lisp/elint.el | 8893 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 8916 | 8894 | ||
| 8917 | (autoload (quote elint-initialize) "elint" "\ | 8895 | (autoload (quote elint-initialize) "elint" "\ |
| @@ -8922,8 +8900,8 @@ Initialize elint. | |||
| 8922 | ;;;*** | 8900 | ;;;*** |
| 8923 | 8901 | ||
| 8924 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list | 8902 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list |
| 8925 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17843 | 8903 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17851 |
| 8926 | ;;;;;; 45615)) | 8904 | ;;;;;; 10853)) |
| 8927 | ;;; Generated autoloads from emacs-lisp/elp.el | 8905 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 8928 | 8906 | ||
| 8929 | (autoload (quote elp-instrument-function) "elp" "\ | 8907 | (autoload (quote elp-instrument-function) "elp" "\ |
| @@ -8957,7 +8935,7 @@ displayed. | |||
| 8957 | ;;;*** | 8935 | ;;;*** |
| 8958 | 8936 | ||
| 8959 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 8937 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 8960 | ;;;;;; (17843 45621)) | 8938 | ;;;;;; (17851 10861)) |
| 8961 | ;;; Generated autoloads from mail/emacsbug.el | 8939 | ;;; Generated autoloads from mail/emacsbug.el |
| 8962 | 8940 | ||
| 8963 | (autoload (quote report-emacs-bug) "emacsbug" "\ | 8941 | (autoload (quote report-emacs-bug) "emacsbug" "\ |
| @@ -8972,7 +8950,7 @@ Prompts for bug subject. Leaves you in a mail buffer. | |||
| 8972 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 8950 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 8973 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 8951 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
| 8974 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 8952 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 8975 | ;;;;;; "emerge.el" (17167 2962)) | 8953 | ;;;;;; "emerge.el" (17197 14700)) |
| 8976 | ;;; Generated autoloads from emerge.el | 8954 | ;;; Generated autoloads from emerge.el |
| 8977 | 8955 | ||
| 8978 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) | 8956 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) |
| @@ -9050,7 +9028,7 @@ Not documented | |||
| 9050 | ;;;*** | 9028 | ;;;*** |
| 9051 | 9029 | ||
| 9052 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" | 9030 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" |
| 9053 | ;;;;;; (17843 45618)) | 9031 | ;;;;;; (17851 10860)) |
| 9054 | ;;; Generated autoloads from international/encoded-kb.el | 9032 | ;;; Generated autoloads from international/encoded-kb.el |
| 9055 | 9033 | ||
| 9056 | (defvar encoded-kbd-mode nil "\ | 9034 | (defvar encoded-kbd-mode nil "\ |
| @@ -9079,7 +9057,7 @@ as a multilingual text encoded in a coding system set by | |||
| 9079 | ;;;*** | 9057 | ;;;*** |
| 9080 | 9058 | ||
| 9081 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 9059 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 9082 | ;;;;;; "enriched" "textmodes/enriched.el" (17843 45630)) | 9060 | ;;;;;; "enriched" "textmodes/enriched.el" (17851 10872)) |
| 9083 | ;;; Generated autoloads from textmodes/enriched.el | 9061 | ;;; Generated autoloads from textmodes/enriched.el |
| 9084 | 9062 | ||
| 9085 | (autoload (quote enriched-mode) "enriched" "\ | 9063 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -9110,7 +9088,7 @@ Not documented | |||
| 9110 | ;;;*** | 9088 | ;;;*** |
| 9111 | 9089 | ||
| 9112 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" | 9090 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" |
| 9113 | ;;;;;; "erc/erc.el" (17839 38671)) | 9091 | ;;;;;; "erc/erc.el" (17851 10855)) |
| 9114 | ;;; Generated autoloads from erc/erc.el | 9092 | ;;; Generated autoloads from erc/erc.el |
| 9115 | 9093 | ||
| 9116 | (autoload (quote erc-select-read-args) "erc" "\ | 9094 | (autoload (quote erc-select-read-args) "erc" "\ |
| @@ -9146,33 +9124,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 9146 | 9124 | ||
| 9147 | ;;;*** | 9125 | ;;;*** |
| 9148 | 9126 | ||
| 9149 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17843 | 9127 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17851 |
| 9150 | ;;;;;; 45616)) | 9128 | ;;;;;; 10855)) |
| 9151 | ;;; Generated autoloads from erc/erc-autoaway.el | 9129 | ;;; Generated autoloads from erc/erc-autoaway.el |
| 9152 | (autoload 'erc-autoaway-mode "erc-autoaway") | 9130 | (autoload 'erc-autoaway-mode "erc-autoaway") |
| 9153 | 9131 | ||
| 9154 | ;;;*** | 9132 | ;;;*** |
| 9155 | 9133 | ||
| 9156 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17843 45616)) | 9134 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17851 10855)) |
| 9157 | ;;; Generated autoloads from erc/erc-button.el | 9135 | ;;; Generated autoloads from erc/erc-button.el |
| 9158 | (autoload 'erc-button-mode "erc-button" nil t) | 9136 | (autoload 'erc-button-mode "erc-button" nil t) |
| 9159 | 9137 | ||
| 9160 | ;;;*** | 9138 | ;;;*** |
| 9161 | 9139 | ||
| 9162 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (17843 45616)) | 9140 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (17842 54344)) |
| 9163 | ;;; Generated autoloads from erc/erc-capab.el | 9141 | ;;; Generated autoloads from erc/erc-capab.el |
| 9164 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) | 9142 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) |
| 9165 | 9143 | ||
| 9166 | ;;;*** | 9144 | ;;;*** |
| 9167 | 9145 | ||
| 9168 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (17843 45616)) | 9146 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (17851 10855)) |
| 9169 | ;;; Generated autoloads from erc/erc-compat.el | 9147 | ;;; Generated autoloads from erc/erc-compat.el |
| 9170 | (autoload 'erc-define-minor-mode "erc-compat") | 9148 | (autoload 'erc-define-minor-mode "erc-compat") |
| 9171 | 9149 | ||
| 9172 | ;;;*** | 9150 | ;;;*** |
| 9173 | 9151 | ||
| 9174 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) | 9152 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) |
| 9175 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (17843 45616)) | 9153 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (17851 10855)) |
| 9176 | ;;; Generated autoloads from erc/erc-dcc.el | 9154 | ;;; Generated autoloads from erc/erc-dcc.el |
| 9177 | 9155 | ||
| 9178 | (autoload (quote erc-cmd-DCC) "erc-dcc" "\ | 9156 | (autoload (quote erc-cmd-DCC) "erc-dcc" "\ |
| @@ -9204,7 +9182,7 @@ that subcommand. | |||
| 9204 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list | 9182 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list |
| 9205 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action | 9183 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action |
| 9206 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" | 9184 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" |
| 9207 | ;;;;;; (17843 45616)) | 9185 | ;;;;;; (17851 10855)) |
| 9208 | ;;; Generated autoloads from erc/erc-ezbounce.el | 9186 | ;;; Generated autoloads from erc/erc-ezbounce.el |
| 9209 | 9187 | ||
| 9210 | (autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ | 9188 | (autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ |
| @@ -9266,8 +9244,8 @@ Add EZBouncer convenience functions to ERC. | |||
| 9266 | 9244 | ||
| 9267 | ;;;*** | 9245 | ;;;*** |
| 9268 | 9246 | ||
| 9269 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17843 | 9247 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17851 |
| 9270 | ;;;;;; 45616)) | 9248 | ;;;;;; 10855)) |
| 9271 | ;;; Generated autoloads from erc/erc-fill.el | 9249 | ;;; Generated autoloads from erc/erc-fill.el |
| 9272 | (autoload 'erc-fill-mode "erc-fill" nil t) | 9250 | (autoload 'erc-fill-mode "erc-fill" nil t) |
| 9273 | 9251 | ||
| @@ -9279,15 +9257,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. | |||
| 9279 | 9257 | ||
| 9280 | ;;;*** | 9258 | ;;;*** |
| 9281 | 9259 | ||
| 9282 | ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17843 | 9260 | ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17851 |
| 9283 | ;;;;;; 45616)) | 9261 | ;;;;;; 10855)) |
| 9284 | ;;; Generated autoloads from erc/erc-hecomplete.el | 9262 | ;;; Generated autoloads from erc/erc-hecomplete.el |
| 9285 | (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) | 9263 | (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) |
| 9286 | 9264 | ||
| 9287 | ;;;*** | 9265 | ;;;*** |
| 9288 | 9266 | ||
| 9289 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" | 9267 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" |
| 9290 | ;;;;;; "erc/erc-identd.el" (17843 45616)) | 9268 | ;;;;;; "erc/erc-identd.el" (17851 10855)) |
| 9291 | ;;; Generated autoloads from erc/erc-identd.el | 9269 | ;;; Generated autoloads from erc/erc-identd.el |
| 9292 | (autoload 'erc-identd-mode "erc-identd") | 9270 | (autoload 'erc-identd-mode "erc-identd") |
| 9293 | 9271 | ||
| @@ -9309,7 +9287,7 @@ Not documented | |||
| 9309 | ;;;*** | 9287 | ;;;*** |
| 9310 | 9288 | ||
| 9311 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" | 9289 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" |
| 9312 | ;;;;;; (17843 45616)) | 9290 | ;;;;;; (17851 10855)) |
| 9313 | ;;; Generated autoloads from erc/erc-imenu.el | 9291 | ;;; Generated autoloads from erc/erc-imenu.el |
| 9314 | 9292 | ||
| 9315 | (autoload (quote erc-create-imenu-index) "erc-imenu" "\ | 9293 | (autoload (quote erc-create-imenu-index) "erc-imenu" "\ |
| @@ -9319,14 +9297,14 @@ Not documented | |||
| 9319 | 9297 | ||
| 9320 | ;;;*** | 9298 | ;;;*** |
| 9321 | 9299 | ||
| 9322 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17843 45616)) | 9300 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17851 10855)) |
| 9323 | ;;; Generated autoloads from erc/erc-join.el | 9301 | ;;; Generated autoloads from erc/erc-join.el |
| 9324 | (autoload 'erc-autojoin-mode "erc-join" nil t) | 9302 | (autoload 'erc-autojoin-mode "erc-join" nil t) |
| 9325 | 9303 | ||
| 9326 | ;;;*** | 9304 | ;;;*** |
| 9327 | 9305 | ||
| 9328 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" | 9306 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" |
| 9329 | ;;;;;; "erc/erc-log.el" (17843 45616)) | 9307 | ;;;;;; "erc/erc-log.el" (17851 10855)) |
| 9330 | ;;; Generated autoloads from erc/erc-log.el | 9308 | ;;; Generated autoloads from erc/erc-log.el |
| 9331 | (autoload 'erc-log-mode "erc-log" nil t) | 9309 | (autoload 'erc-log-mode "erc-log" nil t) |
| 9332 | 9310 | ||
| @@ -9358,7 +9336,7 @@ You can save every individual message by putting this function on | |||
| 9358 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host | 9336 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host |
| 9359 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool | 9337 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool |
| 9360 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" | 9338 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" |
| 9361 | ;;;;;; (17843 45616)) | 9339 | ;;;;;; (17851 10855)) |
| 9362 | ;;; Generated autoloads from erc/erc-match.el | 9340 | ;;; Generated autoloads from erc/erc-match.el |
| 9363 | (autoload 'erc-match-mode "erc-match") | 9341 | (autoload 'erc-match-mode "erc-match") |
| 9364 | 9342 | ||
| @@ -9404,14 +9382,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'. | |||
| 9404 | 9382 | ||
| 9405 | ;;;*** | 9383 | ;;;*** |
| 9406 | 9384 | ||
| 9407 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (17843 45616)) | 9385 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (17851 10855)) |
| 9408 | ;;; Generated autoloads from erc/erc-menu.el | 9386 | ;;; Generated autoloads from erc/erc-menu.el |
| 9409 | (autoload 'erc-menu-mode "erc-menu" nil t) | 9387 | (autoload 'erc-menu-mode "erc-menu" nil t) |
| 9410 | 9388 | ||
| 9411 | ;;;*** | 9389 | ;;;*** |
| 9412 | 9390 | ||
| 9413 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" | 9391 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" |
| 9414 | ;;;;;; (17843 45616)) | 9392 | ;;;;;; (17851 10855)) |
| 9415 | ;;; Generated autoloads from erc/erc-netsplit.el | 9393 | ;;; Generated autoloads from erc/erc-netsplit.el |
| 9416 | (autoload 'erc-netsplit-mode "erc-netsplit") | 9394 | (autoload 'erc-netsplit-mode "erc-netsplit") |
| 9417 | 9395 | ||
| @@ -9423,7 +9401,7 @@ Show who's gone. | |||
| 9423 | ;;;*** | 9401 | ;;;*** |
| 9424 | 9402 | ||
| 9425 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" | 9403 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" |
| 9426 | ;;;;;; "erc/erc-networks.el" (17843 45616)) | 9404 | ;;;;;; "erc/erc-networks.el" (17851 10855)) |
| 9427 | ;;; Generated autoloads from erc/erc-networks.el | 9405 | ;;; Generated autoloads from erc/erc-networks.el |
| 9428 | 9406 | ||
| 9429 | (autoload (quote erc-determine-network) "erc-networks" "\ | 9407 | (autoload (quote erc-determine-network) "erc-networks" "\ |
| @@ -9441,7 +9419,7 @@ Interactively select a server to connect to using `erc-server-alist'. | |||
| 9441 | ;;;*** | 9419 | ;;;*** |
| 9442 | 9420 | ||
| 9443 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" | 9421 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" |
| 9444 | ;;;;;; "erc/erc-notify.el" (17843 45616)) | 9422 | ;;;;;; "erc/erc-notify.el" (17851 10855)) |
| 9445 | ;;; Generated autoloads from erc/erc-notify.el | 9423 | ;;; Generated autoloads from erc/erc-notify.el |
| 9446 | (autoload 'erc-notify-mode "erc-notify" nil t) | 9424 | (autoload 'erc-notify-mode "erc-notify" nil t) |
| 9447 | 9425 | ||
| @@ -9459,33 +9437,33 @@ Not documented | |||
| 9459 | 9437 | ||
| 9460 | ;;;*** | 9438 | ;;;*** |
| 9461 | 9439 | ||
| 9462 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17843 45616)) | 9440 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17851 10855)) |
| 9463 | ;;; Generated autoloads from erc/erc-page.el | 9441 | ;;; Generated autoloads from erc/erc-page.el |
| 9464 | (autoload 'erc-page-mode "erc-page") | 9442 | (autoload 'erc-page-mode "erc-page") |
| 9465 | 9443 | ||
| 9466 | ;;;*** | 9444 | ;;;*** |
| 9467 | 9445 | ||
| 9468 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17843 | 9446 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17851 |
| 9469 | ;;;;;; 45616)) | 9447 | ;;;;;; 10855)) |
| 9470 | ;;; Generated autoloads from erc/erc-pcomplete.el | 9448 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 9471 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 9449 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 9472 | 9450 | ||
| 9473 | ;;;*** | 9451 | ;;;*** |
| 9474 | 9452 | ||
| 9475 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17843 45616)) | 9453 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17851 10855)) |
| 9476 | ;;; Generated autoloads from erc/erc-replace.el | 9454 | ;;; Generated autoloads from erc/erc-replace.el |
| 9477 | (autoload 'erc-replace-mode "erc-replace") | 9455 | (autoload 'erc-replace-mode "erc-replace") |
| 9478 | 9456 | ||
| 9479 | ;;;*** | 9457 | ;;;*** |
| 9480 | 9458 | ||
| 9481 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17843 45616)) | 9459 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17851 10855)) |
| 9482 | ;;; Generated autoloads from erc/erc-ring.el | 9460 | ;;; Generated autoloads from erc/erc-ring.el |
| 9483 | (autoload 'erc-ring-mode "erc-ring" nil t) | 9461 | (autoload 'erc-ring-mode "erc-ring" nil t) |
| 9484 | 9462 | ||
| 9485 | ;;;*** | 9463 | ;;;*** |
| 9486 | 9464 | ||
| 9487 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) | 9465 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) |
| 9488 | ;;;;;; "erc-services" "erc/erc-services.el" (17843 45616)) | 9466 | ;;;;;; "erc-services" "erc/erc-services.el" (17851 10855)) |
| 9489 | ;;; Generated autoloads from erc/erc-services.el | 9467 | ;;; Generated autoloads from erc/erc-services.el |
| 9490 | (autoload 'erc-services-mode "erc-services" nil t) | 9468 | (autoload 'erc-services-mode "erc-services" nil t) |
| 9491 | 9469 | ||
| @@ -9502,14 +9480,14 @@ When called interactively, read the password using `read-passwd'. | |||
| 9502 | 9480 | ||
| 9503 | ;;;*** | 9481 | ;;;*** |
| 9504 | 9482 | ||
| 9505 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17843 45616)) | 9483 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17851 10855)) |
| 9506 | ;;; Generated autoloads from erc/erc-sound.el | 9484 | ;;; Generated autoloads from erc/erc-sound.el |
| 9507 | (autoload 'erc-sound-mode "erc-sound") | 9485 | (autoload 'erc-sound-mode "erc-sound") |
| 9508 | 9486 | ||
| 9509 | ;;;*** | 9487 | ;;;*** |
| 9510 | 9488 | ||
| 9511 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" | 9489 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" |
| 9512 | ;;;;;; (17843 45616)) | 9490 | ;;;;;; (17851 10855)) |
| 9513 | ;;; Generated autoloads from erc/erc-speedbar.el | 9491 | ;;; Generated autoloads from erc/erc-speedbar.el |
| 9514 | 9492 | ||
| 9515 | (autoload (quote erc-speedbar-browser) "erc-speedbar" "\ | 9493 | (autoload (quote erc-speedbar-browser) "erc-speedbar" "\ |
| @@ -9520,20 +9498,20 @@ This will add a speedbar major display mode. | |||
| 9520 | 9498 | ||
| 9521 | ;;;*** | 9499 | ;;;*** |
| 9522 | 9500 | ||
| 9523 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17843 | 9501 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17851 |
| 9524 | ;;;;;; 45616)) | 9502 | ;;;;;; 10855)) |
| 9525 | ;;; Generated autoloads from erc/erc-spelling.el | 9503 | ;;; Generated autoloads from erc/erc-spelling.el |
| 9526 | (autoload 'erc-spelling-mode "erc-spelling" nil t) | 9504 | (autoload 'erc-spelling-mode "erc-spelling" nil t) |
| 9527 | 9505 | ||
| 9528 | ;;;*** | 9506 | ;;;*** |
| 9529 | 9507 | ||
| 9530 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17843 45616)) | 9508 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17851 10855)) |
| 9531 | ;;; Generated autoloads from erc/erc-stamp.el | 9509 | ;;; Generated autoloads from erc/erc-stamp.el |
| 9532 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) | 9510 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) |
| 9533 | 9511 | ||
| 9534 | ;;;*** | 9512 | ;;;*** |
| 9535 | 9513 | ||
| 9536 | ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17843 45616)) | 9514 | ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17851 10855)) |
| 9537 | ;;; Generated autoloads from erc/erc-track.el | 9515 | ;;; Generated autoloads from erc/erc-track.el |
| 9538 | (autoload 'erc-track-mode "erc-track" nil t) | 9516 | (autoload 'erc-track-mode "erc-track" nil t) |
| 9539 | (autoload 'erc-track-when-inactive-mode "erc-track" nil t) | 9517 | (autoload 'erc-track-when-inactive-mode "erc-track" nil t) |
| @@ -9541,7 +9519,7 @@ This will add a speedbar major display mode. | |||
| 9541 | ;;;*** | 9519 | ;;;*** |
| 9542 | 9520 | ||
| 9543 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) | 9521 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) |
| 9544 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (17843 45616)) | 9522 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (17851 10855)) |
| 9545 | ;;; Generated autoloads from erc/erc-truncate.el | 9523 | ;;; Generated autoloads from erc/erc-truncate.el |
| 9546 | (autoload 'erc-truncate-mode "erc-truncate" nil t) | 9524 | (autoload 'erc-truncate-mode "erc-truncate" nil t) |
| 9547 | 9525 | ||
| @@ -9561,7 +9539,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'. | |||
| 9561 | ;;;*** | 9539 | ;;;*** |
| 9562 | 9540 | ||
| 9563 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" | 9541 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" |
| 9564 | ;;;;;; (17843 45616)) | 9542 | ;;;;;; (17851 10855)) |
| 9565 | ;;; Generated autoloads from erc/erc-xdcc.el | 9543 | ;;; Generated autoloads from erc/erc-xdcc.el |
| 9566 | 9544 | ||
| 9567 | (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ | 9545 | (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ |
| @@ -9571,8 +9549,8 @@ Add a file to `erc-xdcc-files'. | |||
| 9571 | 9549 | ||
| 9572 | ;;;*** | 9550 | ;;;*** |
| 9573 | 9551 | ||
| 9574 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17843 | 9552 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17851 |
| 9575 | ;;;;;; 45616)) | 9553 | ;;;;;; 10856)) |
| 9576 | ;;; Generated autoloads from eshell/esh-mode.el | 9554 | ;;; Generated autoloads from eshell/esh-mode.el |
| 9577 | 9555 | ||
| 9578 | (autoload (quote eshell-mode) "esh-mode" "\ | 9556 | (autoload (quote eshell-mode) "esh-mode" "\ |
| @@ -9584,8 +9562,8 @@ Emacs shell interactive mode. | |||
| 9584 | 9562 | ||
| 9585 | ;;;*** | 9563 | ;;;*** |
| 9586 | 9564 | ||
| 9587 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17843 | 9565 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17851 |
| 9588 | ;;;;;; 45616)) | 9566 | ;;;;;; 10856)) |
| 9589 | ;;; Generated autoloads from eshell/esh-test.el | 9567 | ;;; Generated autoloads from eshell/esh-test.el |
| 9590 | 9568 | ||
| 9591 | (autoload (quote eshell-test) "esh-test" "\ | 9569 | (autoload (quote eshell-test) "esh-test" "\ |
| @@ -9596,7 +9574,7 @@ Test Eshell to verify that it works as expected. | |||
| 9596 | ;;;*** | 9574 | ;;;*** |
| 9597 | 9575 | ||
| 9598 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 9576 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 9599 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (17843 45616)) | 9577 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (17851 10856)) |
| 9600 | ;;; Generated autoloads from eshell/eshell.el | 9578 | ;;; Generated autoloads from eshell/eshell.el |
| 9601 | 9579 | ||
| 9602 | (autoload (quote eshell) "eshell" "\ | 9580 | (autoload (quote eshell) "eshell" "\ |
| @@ -9642,7 +9620,7 @@ Please include any configuration details that might be involved. | |||
| 9642 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9620 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 9643 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9621 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 9644 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9622 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 9645 | ;;;;;; (17843 45627)) | 9623 | ;;;;;; (17851 10867)) |
| 9646 | ;;; Generated autoloads from progmodes/etags.el | 9624 | ;;; Generated autoloads from progmodes/etags.el |
| 9647 | 9625 | ||
| 9648 | (defvar tags-file-name nil "\ | 9626 | (defvar tags-file-name nil "\ |
| @@ -9944,7 +9922,7 @@ for \\[find-tag] (which see). | |||
| 9944 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker | 9922 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker |
| 9945 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker | 9923 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker |
| 9946 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) | 9924 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) |
| 9947 | ;;;;;; "ethio-util" "language/ethio-util.el" (17843 45620)) | 9925 | ;;;;;; "ethio-util" "language/ethio-util.el" (17851 10861)) |
| 9948 | ;;; Generated autoloads from language/ethio-util.el | 9926 | ;;; Generated autoloads from language/ethio-util.el |
| 9949 | 9927 | ||
| 9950 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ | 9928 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ |
| @@ -10139,7 +10117,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension. | |||
| 10139 | 10117 | ||
| 10140 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 10118 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 10141 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 10119 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 10142 | ;;;;;; (17843 45624)) | 10120 | ;;;;;; (17851 10863)) |
| 10143 | ;;; Generated autoloads from net/eudc.el | 10121 | ;;; Generated autoloads from net/eudc.el |
| 10144 | 10122 | ||
| 10145 | (autoload (quote eudc-set-server) "eudc" "\ | 10123 | (autoload (quote eudc-set-server) "eudc" "\ |
| @@ -10195,7 +10173,7 @@ This does nothing except loading eudc by autoload side-effect. | |||
| 10195 | 10173 | ||
| 10196 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline | 10174 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline |
| 10197 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) | 10175 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) |
| 10198 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (17843 45624)) | 10176 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (17851 10863)) |
| 10199 | ;;; Generated autoloads from net/eudc-bob.el | 10177 | ;;; Generated autoloads from net/eudc-bob.el |
| 10200 | 10178 | ||
| 10201 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ | 10179 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ |
| @@ -10231,7 +10209,7 @@ Display a button for the JPEG DATA. | |||
| 10231 | ;;;*** | 10209 | ;;;*** |
| 10232 | 10210 | ||
| 10233 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 10211 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
| 10234 | ;;;;;; "eudc-export" "net/eudc-export.el" (17843 45624)) | 10212 | ;;;;;; "eudc-export" "net/eudc-export.el" (17851 10863)) |
| 10235 | ;;; Generated autoloads from net/eudc-export.el | 10213 | ;;; Generated autoloads from net/eudc-export.el |
| 10236 | 10214 | ||
| 10237 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ | 10215 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ |
| @@ -10248,7 +10226,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. | |||
| 10248 | ;;;*** | 10226 | ;;;*** |
| 10249 | 10227 | ||
| 10250 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 10228 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 10251 | ;;;;;; (17843 45624)) | 10229 | ;;;;;; (17851 10863)) |
| 10252 | ;;; Generated autoloads from net/eudc-hotlist.el | 10230 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 10253 | 10231 | ||
| 10254 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ | 10232 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ |
| @@ -10258,8 +10236,8 @@ Edit the hotlist of directory servers in a specialized buffer. | |||
| 10258 | 10236 | ||
| 10259 | ;;;*** | 10237 | ;;;*** |
| 10260 | 10238 | ||
| 10261 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17843 | 10239 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17851 |
| 10262 | ;;;;;; 45615)) | 10240 | ;;;;;; 10853)) |
| 10263 | ;;; Generated autoloads from emacs-lisp/ewoc.el | 10241 | ;;; Generated autoloads from emacs-lisp/ewoc.el |
| 10264 | 10242 | ||
| 10265 | (autoload (quote ewoc-create) "ewoc" "\ | 10243 | (autoload (quote ewoc-create) "ewoc" "\ |
| @@ -10288,7 +10266,7 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 10288 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 10266 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 10289 | ;;;;;; executable-self-display executable-set-magic executable-interpret | 10267 | ;;;;;; executable-self-display executable-set-magic executable-interpret |
| 10290 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" | 10268 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" |
| 10291 | ;;;;;; (17843 45627)) | 10269 | ;;;;;; (17851 10867)) |
| 10292 | ;;; Generated autoloads from progmodes/executable.el | 10270 | ;;; Generated autoloads from progmodes/executable.el |
| 10293 | 10271 | ||
| 10294 | (autoload (quote executable-command-find-posix-p) "executable" "\ | 10272 | (autoload (quote executable-command-find-posix-p) "executable" "\ |
| @@ -10330,7 +10308,7 @@ file modes. | |||
| 10330 | ;;;*** | 10308 | ;;;*** |
| 10331 | 10309 | ||
| 10332 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 10310 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
| 10333 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (17843 45610)) | 10311 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (17851 10827)) |
| 10334 | ;;; Generated autoloads from expand.el | 10312 | ;;; Generated autoloads from expand.el |
| 10335 | 10313 | ||
| 10336 | (autoload (quote expand-add-abbrevs) "expand" "\ | 10314 | (autoload (quote expand-add-abbrevs) "expand" "\ |
| @@ -10373,7 +10351,7 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 10373 | 10351 | ||
| 10374 | ;;;*** | 10352 | ;;;*** |
| 10375 | 10353 | ||
| 10376 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17843 45627)) | 10354 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17851 10867)) |
| 10377 | ;;; Generated autoloads from progmodes/f90.el | 10355 | ;;; Generated autoloads from progmodes/f90.el |
| 10378 | 10356 | ||
| 10379 | (autoload (quote f90-mode) "f90" "\ | 10357 | (autoload (quote f90-mode) "f90" "\ |
| @@ -10440,7 +10418,7 @@ with no args, if that value is non-nil. | |||
| 10440 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only | 10418 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only |
| 10441 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu | 10419 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu |
| 10442 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) | 10420 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) |
| 10443 | ;;;;;; "facemenu" "facemenu.el" (17843 45610)) | 10421 | ;;;;;; "facemenu" "facemenu.el" (17851 10827)) |
| 10444 | ;;; Generated autoloads from facemenu.el | 10422 | ;;; Generated autoloads from facemenu.el |
| 10445 | (define-key global-map "\M-o" 'facemenu-keymap) | 10423 | (define-key global-map "\M-o" 'facemenu-keymap) |
| 10446 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 10424 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -10607,49 +10585,9 @@ argument BUFFER-NAME is nil, it defaults to *Colors*. | |||
| 10607 | 10585 | ||
| 10608 | ;;;*** | 10586 | ;;;*** |
| 10609 | 10587 | ||
| 10610 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" | ||
| 10611 | ;;;;;; "obsolete/fast-lock.el" (17843 45625)) | ||
| 10612 | ;;; Generated autoloads from obsolete/fast-lock.el | ||
| 10613 | |||
| 10614 | (autoload (quote fast-lock-mode) "fast-lock" "\ | ||
| 10615 | Toggle Fast Lock mode. | ||
| 10616 | With arg, turn Fast Lock mode on if and only if arg is positive and the buffer | ||
| 10617 | is associated with a file. Enable it automatically in your `~/.emacs' by: | ||
| 10618 | |||
| 10619 | (setq font-lock-support-mode 'fast-lock-mode) | ||
| 10620 | |||
| 10621 | If Fast Lock mode is enabled, and the current buffer does not contain any text | ||
| 10622 | properties, any associated Font Lock cache is used if its timestamp matches the | ||
| 10623 | buffer's file, and its `font-lock-keywords' match those that you are using. | ||
| 10624 | |||
| 10625 | Font Lock caches may be saved: | ||
| 10626 | - When you save the file's buffer. | ||
| 10627 | - When you kill an unmodified file's buffer. | ||
| 10628 | - When you exit Emacs, for all unmodified or saved buffers. | ||
| 10629 | Depending on the value of `fast-lock-save-events'. | ||
| 10630 | See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'. | ||
| 10631 | |||
| 10632 | Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad. | ||
| 10633 | |||
| 10634 | Various methods of control are provided for the Font Lock cache. In general, | ||
| 10635 | see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'. | ||
| 10636 | For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events', | ||
| 10637 | `fast-lock-save-others' and `fast-lock-save-faces'. | ||
| 10638 | |||
| 10639 | \(fn &optional ARG)" t nil) | ||
| 10640 | |||
| 10641 | (autoload (quote turn-on-fast-lock) "fast-lock" "\ | ||
| 10642 | Unconditionally turn on Fast Lock mode. | ||
| 10643 | |||
| 10644 | \(fn)" nil nil) | ||
| 10645 | |||
| 10646 | (when (fboundp (quote add-minor-mode)) (defvar fast-lock-mode nil) (add-minor-mode (quote fast-lock-mode) nil)) | ||
| 10647 | |||
| 10648 | ;;;*** | ||
| 10649 | |||
| 10650 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10588 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 10651 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 10589 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 10652 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17743 18143)) | 10590 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17753 42784)) |
| 10653 | ;;; Generated autoloads from mail/feedmail.el | 10591 | ;;; Generated autoloads from mail/feedmail.el |
| 10654 | 10592 | ||
| 10655 | (autoload (quote feedmail-send-it) "feedmail" "\ | 10593 | (autoload (quote feedmail-send-it) "feedmail" "\ |
| @@ -10703,7 +10641,7 @@ you can set `feedmail-queue-reminder-alist' to nil. | |||
| 10703 | ;;;*** | 10641 | ;;;*** |
| 10704 | 10642 | ||
| 10705 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 10643 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 10706 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17838 18033)) | 10644 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17851 10827)) |
| 10707 | ;;; Generated autoloads from ffap.el | 10645 | ;;; Generated autoloads from ffap.el |
| 10708 | 10646 | ||
| 10709 | (autoload (quote ffap-next) "ffap" "\ | 10647 | (autoload (quote ffap-next) "ffap" "\ |
| @@ -10762,7 +10700,7 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 10762 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively | 10700 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively |
| 10763 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find | 10701 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find |
| 10764 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) | 10702 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) |
| 10765 | ;;;;;; "filecache" "filecache.el" (17843 45610)) | 10703 | ;;;;;; "filecache" "filecache.el" (17851 10827)) |
| 10766 | ;;; Generated autoloads from filecache.el | 10704 | ;;; Generated autoloads from filecache.el |
| 10767 | 10705 | ||
| 10768 | (autoload (quote file-cache-add-directory) "filecache" "\ | 10706 | (autoload (quote file-cache-add-directory) "filecache" "\ |
| @@ -10821,8 +10759,8 @@ the name is considered already unique; only the second substitution | |||
| 10821 | 10759 | ||
| 10822 | ;;;*** | 10760 | ;;;*** |
| 10823 | 10761 | ||
| 10824 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17843 | 10762 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17851 |
| 10825 | ;;;;;; 45610)) | 10763 | ;;;;;; 10827)) |
| 10826 | ;;; Generated autoloads from filesets.el | 10764 | ;;; Generated autoloads from filesets.el |
| 10827 | 10765 | ||
| 10828 | (autoload (quote filesets-init) "filesets" "\ | 10766 | (autoload (quote filesets-init) "filesets" "\ |
| @@ -10833,7 +10771,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10833 | 10771 | ||
| 10834 | ;;;*** | 10772 | ;;;*** |
| 10835 | 10773 | ||
| 10836 | ;;;### (autoloads nil "fill" "textmodes/fill.el" (17843 45630)) | 10774 | ;;;### (autoloads nil "fill" "textmodes/fill.el" (17851 10872)) |
| 10837 | ;;; Generated autoloads from textmodes/fill.el | 10775 | ;;; Generated autoloads from textmodes/fill.el |
| 10838 | (put 'colon-double-space 'safe-local-variable 'booleanp) | 10776 | (put 'colon-double-space 'safe-local-variable 'booleanp) |
| 10839 | 10777 | ||
| @@ -10841,7 +10779,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10841 | 10779 | ||
| 10842 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 10780 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 10843 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" | 10781 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" |
| 10844 | ;;;;;; (17843 45610)) | 10782 | ;;;;;; (17851 10827)) |
| 10845 | ;;; Generated autoloads from find-dired.el | 10783 | ;;; Generated autoloads from find-dired.el |
| 10846 | 10784 | ||
| 10847 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 10785 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ |
| @@ -10902,7 +10840,7 @@ Thus ARG can also contain additional grep options. | |||
| 10902 | 10840 | ||
| 10903 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 10841 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 10904 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 10842 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 10905 | ;;;;;; (17843 45610)) | 10843 | ;;;;;; (17851 10828)) |
| 10906 | ;;; Generated autoloads from find-file.el | 10844 | ;;; Generated autoloads from find-file.el |
| 10907 | 10845 | ||
| 10908 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ | 10846 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ |
| @@ -10996,7 +10934,7 @@ Visit the file you click on in another window. | |||
| 10996 | ;;;;;; find-variable find-variable-noselect find-function-other-frame | 10934 | ;;;;;; find-variable find-variable-noselect find-function-other-frame |
| 10997 | ;;;;;; find-function-other-window find-function find-function-noselect | 10935 | ;;;;;; find-function-other-window find-function find-function-noselect |
| 10998 | ;;;;;; find-function-search-for-symbol find-library) "find-func" | 10936 | ;;;;;; find-function-search-for-symbol find-library) "find-func" |
| 10999 | ;;;;;; "emacs-lisp/find-func.el" (17843 45615)) | 10937 | ;;;;;; "emacs-lisp/find-func.el" (17851 10853)) |
| 11000 | ;;; Generated autoloads from emacs-lisp/find-func.el | 10938 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 11001 | 10939 | ||
| 11002 | (autoload (quote find-library) "find-func" "\ | 10940 | (autoload (quote find-library) "find-func" "\ |
| @@ -11150,7 +11088,7 @@ Define some key bindings for the find-function family of functions. | |||
| 11150 | ;;;*** | 11088 | ;;;*** |
| 11151 | 11089 | ||
| 11152 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories | 11090 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories |
| 11153 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17843 45610)) | 11091 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17851 10828)) |
| 11154 | ;;; Generated autoloads from find-lisp.el | 11092 | ;;; Generated autoloads from find-lisp.el |
| 11155 | 11093 | ||
| 11156 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ | 11094 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ |
| @@ -11171,7 +11109,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP. | |||
| 11171 | ;;;*** | 11109 | ;;;*** |
| 11172 | 11110 | ||
| 11173 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 11111 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 11174 | ;;;;;; "finder" "finder.el" (17843 45610)) | 11112 | ;;;;;; "finder" "finder.el" (17851 10828)) |
| 11175 | ;;; Generated autoloads from finder.el | 11113 | ;;; Generated autoloads from finder.el |
| 11176 | 11114 | ||
| 11177 | (autoload (quote finder-list-keywords) "finder" "\ | 11115 | (autoload (quote finder-list-keywords) "finder" "\ |
| @@ -11193,7 +11131,7 @@ Find packages matching a given keyword. | |||
| 11193 | ;;;*** | 11131 | ;;;*** |
| 11194 | 11132 | ||
| 11195 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" | 11133 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" |
| 11196 | ;;;;;; "flow-ctrl.el" (17843 45610)) | 11134 | ;;;;;; "flow-ctrl.el" (17851 10828)) |
| 11197 | ;;; Generated autoloads from flow-ctrl.el | 11135 | ;;; Generated autoloads from flow-ctrl.el |
| 11198 | 11136 | ||
| 11199 | (autoload (quote enable-flow-control) "flow-ctrl" "\ | 11137 | (autoload (quote enable-flow-control) "flow-ctrl" "\ |
| @@ -11215,7 +11153,7 @@ to get the effect of a C-q. | |||
| 11215 | ;;;*** | 11153 | ;;;*** |
| 11216 | 11154 | ||
| 11217 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" | 11155 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" |
| 11218 | ;;;;;; (17843 45616)) | 11156 | ;;;;;; (17851 10856)) |
| 11219 | ;;; Generated autoloads from gnus/flow-fill.el | 11157 | ;;; Generated autoloads from gnus/flow-fill.el |
| 11220 | 11158 | ||
| 11221 | (autoload (quote fill-flowed-encode) "flow-fill" "\ | 11159 | (autoload (quote fill-flowed-encode) "flow-fill" "\ |
| @@ -11231,7 +11169,7 @@ Not documented | |||
| 11231 | ;;;*** | 11169 | ;;;*** |
| 11232 | 11170 | ||
| 11233 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) | 11171 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) |
| 11234 | ;;;;;; "flymake" "progmodes/flymake.el" (17843 45627)) | 11172 | ;;;;;; "flymake" "progmodes/flymake.el" (17851 10867)) |
| 11235 | ;;; Generated autoloads from progmodes/flymake.el | 11173 | ;;; Generated autoloads from progmodes/flymake.el |
| 11236 | 11174 | ||
| 11237 | (autoload (quote flymake-mode) "flymake" "\ | 11175 | (autoload (quote flymake-mode) "flymake" "\ |
| @@ -11255,7 +11193,7 @@ Turn flymake mode off. | |||
| 11255 | 11193 | ||
| 11256 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 11194 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 11257 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 11195 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 11258 | ;;;;;; "flyspell" "textmodes/flyspell.el" (17843 45630)) | 11196 | ;;;;;; "flyspell" "textmodes/flyspell.el" (17851 10872)) |
| 11259 | ;;; Generated autoloads from textmodes/flyspell.el | 11197 | ;;; Generated autoloads from textmodes/flyspell.el |
| 11260 | 11198 | ||
| 11261 | (autoload (quote flyspell-prog-mode) "flyspell" "\ | 11199 | (autoload (quote flyspell-prog-mode) "flyspell" "\ |
| @@ -11324,7 +11262,7 @@ Flyspell whole buffer. | |||
| 11324 | 11262 | ||
| 11325 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 11263 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 11326 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 11264 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 11327 | ;;;;;; (17843 45610)) | 11265 | ;;;;;; (17851 10828)) |
| 11328 | ;;; Generated autoloads from follow.el | 11266 | ;;; Generated autoloads from follow.el |
| 11329 | 11267 | ||
| 11330 | (autoload (quote turn-on-follow-mode) "follow" "\ | 11268 | (autoload (quote turn-on-follow-mode) "follow" "\ |
| @@ -11398,8 +11336,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 11398 | 11336 | ||
| 11399 | ;;;*** | 11337 | ;;;*** |
| 11400 | 11338 | ||
| 11401 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17843 | 11339 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17851 |
| 11402 | ;;;;;; 45621)) | 11340 | ;;;;;; 10861)) |
| 11403 | ;;; Generated autoloads from mail/footnote.el | 11341 | ;;; Generated autoloads from mail/footnote.el |
| 11404 | 11342 | ||
| 11405 | (autoload (quote footnote-mode) "footnote" "\ | 11343 | (autoload (quote footnote-mode) "footnote" "\ |
| @@ -11420,7 +11358,7 @@ key binding | |||
| 11420 | ;;;*** | 11358 | ;;;*** |
| 11421 | 11359 | ||
| 11422 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 11360 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 11423 | ;;;;;; "forms" "forms.el" (17843 45610)) | 11361 | ;;;;;; "forms" "forms.el" (17851 10829)) |
| 11424 | ;;; Generated autoloads from forms.el | 11362 | ;;; Generated autoloads from forms.el |
| 11425 | 11363 | ||
| 11426 | (autoload (quote forms-mode) "forms" "\ | 11364 | (autoload (quote forms-mode) "forms" "\ |
| @@ -11457,7 +11395,7 @@ Visit a file in Forms mode in other window. | |||
| 11457 | ;;;*** | 11395 | ;;;*** |
| 11458 | 11396 | ||
| 11459 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 11397 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 11460 | ;;;;;; "progmodes/fortran.el" (17843 45628)) | 11398 | ;;;;;; "progmodes/fortran.el" (17851 10868)) |
| 11461 | ;;; Generated autoloads from progmodes/fortran.el | 11399 | ;;; Generated autoloads from progmodes/fortran.el |
| 11462 | 11400 | ||
| 11463 | (defvar fortran-tab-mode-default nil "\ | 11401 | (defvar fortran-tab-mode-default nil "\ |
| @@ -11543,7 +11481,7 @@ with no args, if that value is non-nil. | |||
| 11543 | ;;;*** | 11481 | ;;;*** |
| 11544 | 11482 | ||
| 11545 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 11483 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 11546 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17843 45625)) | 11484 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17851 10865)) |
| 11547 | ;;; Generated autoloads from play/fortune.el | 11485 | ;;; Generated autoloads from play/fortune.el |
| 11548 | 11486 | ||
| 11549 | (autoload (quote fortune-add-fortune) "fortune" "\ | 11487 | (autoload (quote fortune-add-fortune) "fortune" "\ |
| @@ -11593,7 +11531,7 @@ and choose the directory as the fortune-file. | |||
| 11593 | ;;;*** | 11531 | ;;;*** |
| 11594 | 11532 | ||
| 11595 | ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" | 11533 | ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" |
| 11596 | ;;;;;; (17844 62923)) | 11534 | ;;;;;; (17851 10868)) |
| 11597 | ;;; Generated autoloads from progmodes/gdb-ui.el | 11535 | ;;; Generated autoloads from progmodes/gdb-ui.el |
| 11598 | 11536 | ||
| 11599 | (autoload (quote gdba) "gdb-ui" "\ | 11537 | (autoload (quote gdba) "gdb-ui" "\ |
| @@ -11656,8 +11594,8 @@ Non-nil means record the process input and output in `gdb-debug-log'.") | |||
| 11656 | ;;;*** | 11594 | ;;;*** |
| 11657 | 11595 | ||
| 11658 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal | 11596 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal |
| 11659 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17843 | 11597 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17851 |
| 11660 | ;;;;;; 45615)) | 11598 | ;;;;;; 10853)) |
| 11661 | ;;; Generated autoloads from emacs-lisp/generic.el | 11599 | ;;; Generated autoloads from emacs-lisp/generic.el |
| 11662 | 11600 | ||
| 11663 | (defvar generic-mode-list nil "\ | 11601 | (defvar generic-mode-list nil "\ |
| @@ -11732,7 +11670,7 @@ regular expression that can be used as an element of | |||
| 11732 | ;;;*** | 11670 | ;;;*** |
| 11733 | 11671 | ||
| 11734 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 11672 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 11735 | ;;;;;; (17843 45628)) | 11673 | ;;;;;; (17851 10868)) |
| 11736 | ;;; Generated autoloads from progmodes/glasses.el | 11674 | ;;; Generated autoloads from progmodes/glasses.el |
| 11737 | 11675 | ||
| 11738 | (autoload (quote glasses-mode) "glasses" "\ | 11676 | (autoload (quote glasses-mode) "glasses" "\ |
| @@ -11745,7 +11683,7 @@ at places they belong to. | |||
| 11745 | ;;;*** | 11683 | ;;;*** |
| 11746 | 11684 | ||
| 11747 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error | 11685 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error |
| 11748 | ;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17843 45616)) | 11686 | ;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17851 10856)) |
| 11749 | ;;; Generated autoloads from gnus/gmm-utils.el | 11687 | ;;; Generated autoloads from gnus/gmm-utils.el |
| 11750 | 11688 | ||
| 11751 | (autoload (quote gmm-message) "gmm-utils" "\ | 11689 | (autoload (quote gmm-message) "gmm-utils" "\ |
| @@ -11792,7 +11730,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. | |||
| 11792 | ;;;*** | 11730 | ;;;*** |
| 11793 | 11731 | ||
| 11794 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 11732 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 11795 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17843 45617)) | 11733 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17851 10857)) |
| 11796 | ;;; Generated autoloads from gnus/gnus.el | 11734 | ;;; Generated autoloads from gnus/gnus.el |
| 11797 | (when (fboundp 'custom-autoload) | 11735 | (when (fboundp 'custom-autoload) |
| 11798 | (custom-autoload 'gnus-select-method "gnus")) | 11736 | (custom-autoload 'gnus-select-method "gnus")) |
| @@ -11845,7 +11783,7 @@ prompt the user for the name of an NNTP server to use. | |||
| 11845 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group | 11783 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group |
| 11846 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize | 11784 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize |
| 11847 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" | 11785 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" |
| 11848 | ;;;;;; "gnus/gnus-agent.el" (17843 45616)) | 11786 | ;;;;;; "gnus/gnus-agent.el" (17851 10856)) |
| 11849 | ;;; Generated autoloads from gnus/gnus-agent.el | 11787 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 11850 | 11788 | ||
| 11851 | (autoload (quote gnus-unplugged) "gnus-agent" "\ | 11789 | (autoload (quote gnus-unplugged) "gnus-agent" "\ |
| @@ -11936,7 +11874,7 @@ If CLEAN, obsolete (ignore). | |||
| 11936 | ;;;*** | 11874 | ;;;*** |
| 11937 | 11875 | ||
| 11938 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 11876 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 11939 | ;;;;;; (17843 45616)) | 11877 | ;;;;;; (17851 10856)) |
| 11940 | ;;; Generated autoloads from gnus/gnus-art.el | 11878 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11941 | 11879 | ||
| 11942 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 11880 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -11947,7 +11885,7 @@ Make the current buffer look like a nice article. | |||
| 11947 | ;;;*** | 11885 | ;;;*** |
| 11948 | 11886 | ||
| 11949 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" | 11887 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" |
| 11950 | ;;;;;; (17843 45616)) | 11888 | ;;;;;; (17851 10857)) |
| 11951 | ;;; Generated autoloads from gnus/gnus-audio.el | 11889 | ;;; Generated autoloads from gnus/gnus-audio.el |
| 11952 | 11890 | ||
| 11953 | (autoload (quote gnus-audio-play) "gnus-audio" "\ | 11891 | (autoload (quote gnus-audio-play) "gnus-audio" "\ |
| @@ -11959,8 +11897,8 @@ Play a sound FILE through the speaker. | |||
| 11959 | 11897 | ||
| 11960 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group | 11898 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group |
| 11961 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active | 11899 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active |
| 11962 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17843 | 11900 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17851 |
| 11963 | ;;;;;; 45616)) | 11901 | ;;;;;; 10857)) |
| 11964 | ;;; Generated autoloads from gnus/gnus-cache.el | 11902 | ;;; Generated autoloads from gnus/gnus-cache.el |
| 11965 | 11903 | ||
| 11966 | (autoload (quote gnus-jog-cache) "gnus-cache" "\ | 11904 | (autoload (quote gnus-jog-cache) "gnus-cache" "\ |
| @@ -12002,7 +11940,7 @@ supported. | |||
| 12002 | ;;;*** | 11940 | ;;;*** |
| 12003 | 11941 | ||
| 12004 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) | 11942 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) |
| 12005 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17843 45616)) | 11943 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17851 10857)) |
| 12006 | ;;; Generated autoloads from gnus/gnus-delay.el | 11944 | ;;; Generated autoloads from gnus/gnus-delay.el |
| 12007 | 11945 | ||
| 12008 | (autoload (quote gnus-delay-article) "gnus-delay" "\ | 11946 | (autoload (quote gnus-delay-article) "gnus-delay" "\ |
| @@ -12038,7 +11976,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 12038 | ;;;*** | 11976 | ;;;*** |
| 12039 | 11977 | ||
| 12040 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) | 11978 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) |
| 12041 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17843 45616)) | 11979 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17851 10857)) |
| 12042 | ;;; Generated autoloads from gnus/gnus-diary.el | 11980 | ;;; Generated autoloads from gnus/gnus-diary.el |
| 12043 | 11981 | ||
| 12044 | (autoload (quote gnus-user-format-function-d) "gnus-diary" "\ | 11982 | (autoload (quote gnus-user-format-function-d) "gnus-diary" "\ |
| @@ -12054,7 +11992,7 @@ Not documented | |||
| 12054 | ;;;*** | 11992 | ;;;*** |
| 12055 | 11993 | ||
| 12056 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" | 11994 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" |
| 12057 | ;;;;;; (17843 45616)) | 11995 | ;;;;;; (17851 10857)) |
| 12058 | ;;; Generated autoloads from gnus/gnus-dired.el | 11996 | ;;; Generated autoloads from gnus/gnus-dired.el |
| 12059 | 11997 | ||
| 12060 | (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ | 11998 | (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ |
| @@ -12065,7 +12003,7 @@ Convenience method to turn on gnus-dired-mode. | |||
| 12065 | ;;;*** | 12003 | ;;;*** |
| 12066 | 12004 | ||
| 12067 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" | 12005 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" |
| 12068 | ;;;;;; (17843 45616)) | 12006 | ;;;;;; (17851 10857)) |
| 12069 | ;;; Generated autoloads from gnus/gnus-draft.el | 12007 | ;;; Generated autoloads from gnus/gnus-draft.el |
| 12070 | 12008 | ||
| 12071 | (autoload (quote gnus-draft-reminder) "gnus-draft" "\ | 12009 | (autoload (quote gnus-draft-reminder) "gnus-draft" "\ |
| @@ -12077,8 +12015,8 @@ Reminder user if there are unsent drafts. | |||
| 12077 | 12015 | ||
| 12078 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png | 12016 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png |
| 12079 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header | 12017 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header |
| 12080 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17843 | 12018 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17851 |
| 12081 | ;;;;;; 45616)) | 12019 | ;;;;;; 10857)) |
| 12082 | ;;; Generated autoloads from gnus/gnus-fun.el | 12020 | ;;; Generated autoloads from gnus/gnus-fun.el |
| 12083 | 12021 | ||
| 12084 | (autoload (quote gnus-random-x-face) "gnus-fun" "\ | 12022 | (autoload (quote gnus-random-x-face) "gnus-fun" "\ |
| @@ -12117,7 +12055,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to | |||
| 12117 | ;;;*** | 12055 | ;;;*** |
| 12118 | 12056 | ||
| 12119 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 12057 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 12120 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (17843 45617)) | 12058 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (17851 10857)) |
| 12121 | ;;; Generated autoloads from gnus/gnus-group.el | 12059 | ;;; Generated autoloads from gnus/gnus-group.el |
| 12122 | 12060 | ||
| 12123 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 12061 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -12134,7 +12072,7 @@ Pop up a frame and enter GROUP. | |||
| 12134 | ;;;*** | 12072 | ;;;*** |
| 12135 | 12073 | ||
| 12136 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" | 12074 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" |
| 12137 | ;;;;;; (17843 45617)) | 12075 | ;;;;;; (17851 10857)) |
| 12138 | ;;; Generated autoloads from gnus/gnus-kill.el | 12076 | ;;; Generated autoloads from gnus/gnus-kill.el |
| 12139 | 12077 | ||
| 12140 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) | 12078 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) |
| @@ -12149,7 +12087,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score | |||
| 12149 | 12087 | ||
| 12150 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate | 12088 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate |
| 12151 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" | 12089 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" |
| 12152 | ;;;;;; (17843 45617)) | 12090 | ;;;;;; (17851 10857)) |
| 12153 | ;;; Generated autoloads from gnus/gnus-ml.el | 12091 | ;;; Generated autoloads from gnus/gnus-ml.el |
| 12154 | 12092 | ||
| 12155 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ | 12093 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ |
| @@ -12174,7 +12112,7 @@ Minor mode for providing mailing-list commands. | |||
| 12174 | 12112 | ||
| 12175 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | 12113 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update |
| 12176 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 12114 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 12177 | ;;;;;; (17843 45617)) | 12115 | ;;;;;; (17851 10857)) |
| 12178 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 12116 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 12179 | 12117 | ||
| 12180 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ | 12118 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ |
| @@ -12275,7 +12213,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: | |||
| 12275 | ;;;*** | 12213 | ;;;*** |
| 12276 | 12214 | ||
| 12277 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" | 12215 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" |
| 12278 | ;;;;;; (17843 45617)) | 12216 | ;;;;;; (17851 10857)) |
| 12279 | ;;; Generated autoloads from gnus/gnus-move.el | 12217 | ;;; Generated autoloads from gnus/gnus-move.el |
| 12280 | 12218 | ||
| 12281 | (autoload (quote gnus-change-server) "gnus-move" "\ | 12219 | (autoload (quote gnus-change-server) "gnus-move" "\ |
| @@ -12287,7 +12225,7 @@ Update the .newsrc.eld file to reflect the change of nntp server. | |||
| 12287 | ;;;*** | 12225 | ;;;*** |
| 12288 | 12226 | ||
| 12289 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) | 12227 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) |
| 12290 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17843 45617)) | 12228 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17851 10857)) |
| 12291 | ;;; Generated autoloads from gnus/gnus-msg.el | 12229 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 12292 | 12230 | ||
| 12293 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ | 12231 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ |
| @@ -12312,7 +12250,7 @@ Like `message-reply'. | |||
| 12312 | ;;;*** | 12250 | ;;;*** |
| 12313 | 12251 | ||
| 12314 | ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) | 12252 | ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) |
| 12315 | ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17843 45617)) | 12253 | ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17851 10857)) |
| 12316 | ;;; Generated autoloads from gnus/gnus-nocem.el | 12254 | ;;; Generated autoloads from gnus/gnus-nocem.el |
| 12317 | 12255 | ||
| 12318 | (autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ | 12256 | (autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ |
| @@ -12329,7 +12267,7 @@ Load the NoCeM cache. | |||
| 12329 | 12267 | ||
| 12330 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon | 12268 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon |
| 12331 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" | 12269 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" |
| 12332 | ;;;;;; (17843 45617)) | 12270 | ;;;;;; (17851 10857)) |
| 12333 | ;;; Generated autoloads from gnus/gnus-picon.el | 12271 | ;;; Generated autoloads from gnus/gnus-picon.el |
| 12334 | 12272 | ||
| 12335 | (autoload (quote gnus-treat-from-picon) "gnus-picon" "\ | 12273 | (autoload (quote gnus-treat-from-picon) "gnus-picon" "\ |
| @@ -12356,7 +12294,7 @@ If picons are already displayed, remove them. | |||
| 12356 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection | 12294 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection |
| 12357 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement | 12295 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement |
| 12358 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" | 12296 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" |
| 12359 | ;;;;;; "gnus/gnus-range.el" (17843 45617)) | 12297 | ;;;;;; "gnus/gnus-range.el" (17851 10857)) |
| 12360 | ;;; Generated autoloads from gnus/gnus-range.el | 12298 | ;;; Generated autoloads from gnus/gnus-range.el |
| 12361 | 12299 | ||
| 12362 | (autoload (quote gnus-sorted-difference) "gnus-range" "\ | 12300 | (autoload (quote gnus-sorted-difference) "gnus-range" "\ |
| @@ -12424,7 +12362,7 @@ Add NUM into sorted LIST by side effect. | |||
| 12424 | ;;;*** | 12362 | ;;;*** |
| 12425 | 12363 | ||
| 12426 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) | 12364 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) |
| 12427 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17843 45617)) | 12365 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17851 10857)) |
| 12428 | ;;; Generated autoloads from gnus/gnus-registry.el | 12366 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 12429 | 12367 | ||
| 12430 | (autoload (quote gnus-registry-initialize) "gnus-registry" "\ | 12368 | (autoload (quote gnus-registry-initialize) "gnus-registry" "\ |
| @@ -12440,8 +12378,8 @@ Install the registry hooks. | |||
| 12440 | ;;;*** | 12378 | ;;;*** |
| 12441 | 12379 | ||
| 12442 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate | 12380 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate |
| 12443 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17843 | 12381 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17851 |
| 12444 | ;;;;;; 45617)) | 12382 | ;;;;;; 10857)) |
| 12445 | ;;; Generated autoloads from gnus/gnus-sieve.el | 12383 | ;;; Generated autoloads from gnus/gnus-sieve.el |
| 12446 | 12384 | ||
| 12447 | (autoload (quote gnus-sieve-update) "gnus-sieve" "\ | 12385 | (autoload (quote gnus-sieve-update) "gnus-sieve" "\ |
| @@ -12469,7 +12407,7 @@ Not documented | |||
| 12469 | ;;;*** | 12407 | ;;;*** |
| 12470 | 12408 | ||
| 12471 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" | 12409 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" |
| 12472 | ;;;;;; (17843 45617)) | 12410 | ;;;;;; (17851 10857)) |
| 12473 | ;;; Generated autoloads from gnus/gnus-soup.el | 12411 | ;;; Generated autoloads from gnus/gnus-soup.el |
| 12474 | 12412 | ||
| 12475 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ | 12413 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ |
| @@ -12489,7 +12427,7 @@ Note -- this function hasn't been implemented yet. | |||
| 12489 | ;;;*** | 12427 | ;;;*** |
| 12490 | 12428 | ||
| 12491 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" | 12429 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" |
| 12492 | ;;;;;; (17843 45617)) | 12430 | ;;;;;; (17851 10857)) |
| 12493 | ;;; Generated autoloads from gnus/gnus-spec.el | 12431 | ;;; Generated autoloads from gnus/gnus-spec.el |
| 12494 | 12432 | ||
| 12495 | (autoload (quote gnus-update-format) "gnus-spec" "\ | 12433 | (autoload (quote gnus-update-format) "gnus-spec" "\ |
| @@ -12500,8 +12438,8 @@ Update the format specification near point. | |||
| 12500 | ;;;*** | 12438 | ;;;*** |
| 12501 | 12439 | ||
| 12502 | ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news | 12440 | ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news |
| 12503 | ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17843 | 12441 | ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17851 |
| 12504 | ;;;;;; 45617)) | 12442 | ;;;;;; 10857)) |
| 12505 | ;;; Generated autoloads from gnus/gnus-start.el | 12443 | ;;; Generated autoloads from gnus/gnus-start.el |
| 12506 | 12444 | ||
| 12507 | (autoload (quote gnus-declare-backend) "gnus-start" "\ | 12445 | (autoload (quote gnus-declare-backend) "gnus-start" "\ |
| @@ -12517,7 +12455,7 @@ Not documented | |||
| 12517 | ;;;*** | 12455 | ;;;*** |
| 12518 | 12456 | ||
| 12519 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 12457 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
| 12520 | ;;;;;; (17843 45617)) | 12458 | ;;;;;; (17851 10857)) |
| 12521 | ;;; Generated autoloads from gnus/gnus-win.el | 12459 | ;;; Generated autoloads from gnus/gnus-win.el |
| 12522 | 12460 | ||
| 12523 | (autoload (quote gnus-add-configuration) "gnus-win" "\ | 12461 | (autoload (quote gnus-add-configuration) "gnus-win" "\ |
| @@ -12527,7 +12465,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 12527 | 12465 | ||
| 12528 | ;;;*** | 12466 | ;;;*** |
| 12529 | 12467 | ||
| 12530 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17843 45626)) | 12468 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17851 10865)) |
| 12531 | ;;; Generated autoloads from play/gomoku.el | 12469 | ;;; Generated autoloads from play/gomoku.el |
| 12532 | 12470 | ||
| 12533 | (autoload (quote gomoku) "gomoku" "\ | 12471 | (autoload (quote gomoku) "gomoku" "\ |
| @@ -12554,7 +12492,7 @@ Use \\[describe-mode] for more info. | |||
| 12554 | ;;;*** | 12492 | ;;;*** |
| 12555 | 12493 | ||
| 12556 | ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" | 12494 | ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" |
| 12557 | ;;;;;; "net/goto-addr.el" (17843 45624)) | 12495 | ;;;;;; "net/goto-addr.el" (17851 10863)) |
| 12558 | ;;; Generated autoloads from net/goto-addr.el | 12496 | ;;; Generated autoloads from net/goto-addr.el |
| 12559 | 12497 | ||
| 12560 | (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") | 12498 | (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") |
| @@ -12584,7 +12522,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 12584 | 12522 | ||
| 12585 | ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults | 12523 | ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults |
| 12586 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12524 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12587 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17843 45628)) | 12525 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17851 10868)) |
| 12588 | ;;; Generated autoloads from progmodes/grep.el | 12526 | ;;; Generated autoloads from progmodes/grep.el |
| 12589 | 12527 | ||
| 12590 | (defvar grep-window-height nil "\ | 12528 | (defvar grep-window-height nil "\ |
| @@ -12721,7 +12659,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]. | |||
| 12721 | 12659 | ||
| 12722 | ;;;*** | 12660 | ;;;*** |
| 12723 | 12661 | ||
| 12724 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17843 45610)) | 12662 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17851 10830)) |
| 12725 | ;;; Generated autoloads from gs.el | 12663 | ;;; Generated autoloads from gs.el |
| 12726 | 12664 | ||
| 12727 | (autoload (quote gs-load-image) "gs" "\ | 12665 | (autoload (quote gs-load-image) "gs" "\ |
| @@ -12735,7 +12673,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12735 | ;;;*** | 12673 | ;;;*** |
| 12736 | 12674 | ||
| 12737 | ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx | 12675 | ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx |
| 12738 | ;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17843 45628)) | 12676 | ;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17851 10868)) |
| 12739 | ;;; Generated autoloads from progmodes/gud.el | 12677 | ;;; Generated autoloads from progmodes/gud.el |
| 12740 | 12678 | ||
| 12741 | (autoload (quote gdb) "gud" "\ | 12679 | (autoload (quote gdb) "gud" "\ |
| @@ -12825,8 +12763,8 @@ Major mode for editing GDB scripts | |||
| 12825 | 12763 | ||
| 12826 | ;;;*** | 12764 | ;;;*** |
| 12827 | 12765 | ||
| 12828 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17843 | 12766 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17851 |
| 12829 | ;;;;;; 45626)) | 12767 | ;;;;;; 10866)) |
| 12830 | ;;; Generated autoloads from play/handwrite.el | 12768 | ;;; Generated autoloads from play/handwrite.el |
| 12831 | 12769 | ||
| 12832 | (autoload (quote handwrite) "handwrite" "\ | 12770 | (autoload (quote handwrite) "handwrite" "\ |
| @@ -12844,7 +12782,7 @@ Variables: handwrite-linespace (default 12) | |||
| 12844 | ;;;*** | 12782 | ;;;*** |
| 12845 | 12783 | ||
| 12846 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" | 12784 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" |
| 12847 | ;;;;;; (17743 18144)) | 12785 | ;;;;;; (17753 42784)) |
| 12848 | ;;; Generated autoloads from play/hanoi.el | 12786 | ;;; Generated autoloads from play/hanoi.el |
| 12849 | 12787 | ||
| 12850 | (autoload (quote hanoi) "hanoi" "\ | 12788 | (autoload (quote hanoi) "hanoi" "\ |
| @@ -12874,7 +12812,7 @@ to be updated. | |||
| 12874 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region | 12812 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region |
| 12875 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer | 12813 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer |
| 12876 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string | 12814 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string |
| 12877 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17843 45610)) | 12815 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17851 10830)) |
| 12878 | ;;; Generated autoloads from help-at-pt.el | 12816 | ;;; Generated autoloads from help-at-pt.el |
| 12879 | 12817 | ||
| 12880 | (autoload (quote help-at-pt-string) "help-at-pt" "\ | 12818 | (autoload (quote help-at-pt-string) "help-at-pt" "\ |
| @@ -13004,7 +12942,7 @@ different regions. With numeric argument ARG, behaves like | |||
| 13004 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 12942 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 13005 | ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name | 12943 | ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name |
| 13006 | ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" | 12944 | ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" |
| 13007 | ;;;;;; (17843 45610)) | 12945 | ;;;;;; (17851 10830)) |
| 13008 | ;;; Generated autoloads from help-fns.el | 12946 | ;;; Generated autoloads from help-fns.el |
| 13009 | 12947 | ||
| 13010 | (autoload (quote describe-function) "help-fns" "\ | 12948 | (autoload (quote describe-function) "help-fns" "\ |
| @@ -13061,7 +12999,7 @@ BUFFER should be a buffer or a buffer name. | |||
| 13061 | ;;;*** | 12999 | ;;;*** |
| 13062 | 13000 | ||
| 13063 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" | 13001 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" |
| 13064 | ;;;;;; (17843 45610)) | 13002 | ;;;;;; (17851 10830)) |
| 13065 | ;;; Generated autoloads from help-macro.el | 13003 | ;;; Generated autoloads from help-macro.el |
| 13066 | 13004 | ||
| 13067 | (defvar three-step-help nil "\ | 13005 | (defvar three-step-help nil "\ |
| @@ -13077,7 +13015,7 @@ A value of nil means skip the middle step, so that | |||
| 13077 | 13015 | ||
| 13078 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 13016 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 13079 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | 13017 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup |
| 13080 | ;;;;;; help-mode) "help-mode" "help-mode.el" (17843 45610)) | 13018 | ;;;;;; help-mode) "help-mode" "help-mode.el" (17851 10833)) |
| 13081 | ;;; Generated autoloads from help-mode.el | 13019 | ;;; Generated autoloads from help-mode.el |
| 13082 | 13020 | ||
| 13083 | (autoload (quote help-mode) "help-mode" "\ | 13021 | (autoload (quote help-mode) "help-mode" "\ |
| @@ -13160,7 +13098,7 @@ Add xrefs for symbols in `pp's output between FROM and TO. | |||
| 13160 | ;;;*** | 13098 | ;;;*** |
| 13161 | 13099 | ||
| 13162 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 13100 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
| 13163 | ;;;;;; "emacs-lisp/helper.el" (17843 45615)) | 13101 | ;;;;;; "emacs-lisp/helper.el" (17851 10853)) |
| 13164 | ;;; Generated autoloads from emacs-lisp/helper.el | 13102 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 13165 | 13103 | ||
| 13166 | (autoload (quote Helper-describe-bindings) "helper" "\ | 13104 | (autoload (quote Helper-describe-bindings) "helper" "\ |
| @@ -13176,7 +13114,7 @@ Provide help for current mode. | |||
| 13176 | ;;;*** | 13114 | ;;;*** |
| 13177 | 13115 | ||
| 13178 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 13116 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 13179 | ;;;;;; "hexl.el" (17844 62922)) | 13117 | ;;;;;; "hexl.el" (17851 10833)) |
| 13180 | ;;; Generated autoloads from hexl.el | 13118 | ;;; Generated autoloads from hexl.el |
| 13181 | 13119 | ||
| 13182 | (autoload (quote hexl-mode) "hexl" "\ | 13120 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -13273,7 +13211,7 @@ This discards the buffer's undo information. | |||
| 13273 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 13211 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
| 13274 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer | 13212 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer |
| 13275 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" | 13213 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" |
| 13276 | ;;;;;; (17843 45610)) | 13214 | ;;;;;; (17851 10833)) |
| 13277 | ;;; Generated autoloads from hi-lock.el | 13215 | ;;; Generated autoloads from hi-lock.el |
| 13278 | 13216 | ||
| 13279 | (autoload (quote hi-lock-mode) "hi-lock" "\ | 13217 | (autoload (quote hi-lock-mode) "hi-lock" "\ |
| @@ -13398,7 +13336,7 @@ be found in variable `hi-lock-interactive-patterns'. | |||
| 13398 | ;;;*** | 13336 | ;;;*** |
| 13399 | 13337 | ||
| 13400 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 13338 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
| 13401 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17843 45628)) | 13339 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17851 10868)) |
| 13402 | ;;; Generated autoloads from progmodes/hideif.el | 13340 | ;;; Generated autoloads from progmodes/hideif.el |
| 13403 | 13341 | ||
| 13404 | (autoload (quote hide-ifdef-mode) "hideif" "\ | 13342 | (autoload (quote hide-ifdef-mode) "hideif" "\ |
| @@ -13453,7 +13391,7 @@ how the hiding is done: | |||
| 13453 | ;;;*** | 13391 | ;;;*** |
| 13454 | 13392 | ||
| 13455 | ;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" | 13393 | ;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" |
| 13456 | ;;;;;; (17843 45628)) | 13394 | ;;;;;; (17851 10868)) |
| 13457 | ;;; Generated autoloads from progmodes/hideshow.el | 13395 | ;;; Generated autoloads from progmodes/hideshow.el |
| 13458 | 13396 | ||
| 13459 | (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ | 13397 | (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ |
| @@ -13511,7 +13449,7 @@ Key bindings: | |||
| 13511 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces | 13449 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces |
| 13512 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change | 13450 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change |
| 13513 | ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) | 13451 | ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) |
| 13514 | ;;;;;; "hilit-chg" "hilit-chg.el" (17843 45610)) | 13452 | ;;;;;; "hilit-chg" "hilit-chg.el" (17851 10833)) |
| 13515 | ;;; Generated autoloads from hilit-chg.el | 13453 | ;;; Generated autoloads from hilit-chg.el |
| 13516 | 13454 | ||
| 13517 | (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ | 13455 | (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ |
| @@ -13641,7 +13579,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil). | |||
| 13641 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction | 13579 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction |
| 13642 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space | 13580 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space |
| 13643 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" | 13581 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" |
| 13644 | ;;;;;; "hippie-exp.el" (17843 45610)) | 13582 | ;;;;;; "hippie-exp.el" (17851 10833)) |
| 13645 | ;;; Generated autoloads from hippie-exp.el | 13583 | ;;; Generated autoloads from hippie-exp.el |
| 13646 | 13584 | ||
| 13647 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ | 13585 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ |
| @@ -13714,7 +13652,7 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 13714 | ;;;*** | 13652 | ;;;*** |
| 13715 | 13653 | ||
| 13716 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 13654 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 13717 | ;;;;;; (17843 45610)) | 13655 | ;;;;;; (17851 10833)) |
| 13718 | ;;; Generated autoloads from hl-line.el | 13656 | ;;; Generated autoloads from hl-line.el |
| 13719 | 13657 | ||
| 13720 | (autoload (quote hl-line-mode) "hl-line" "\ | 13658 | (autoload (quote hl-line-mode) "hl-line" "\ |
| @@ -13755,7 +13693,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 13755 | ;;;*** | 13693 | ;;;*** |
| 13756 | 13694 | ||
| 13757 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" | 13695 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" |
| 13758 | ;;;;;; (17843 45615)) | 13696 | ;;;;;; (17851 10852)) |
| 13759 | ;;; Generated autoloads from calendar/holidays.el | 13697 | ;;; Generated autoloads from calendar/holidays.el |
| 13760 | 13698 | ||
| 13761 | (autoload (quote holidays) "holidays" "\ | 13699 | (autoload (quote holidays) "holidays" "\ |
| @@ -13791,35 +13729,8 @@ The optional LABEL is used to label the buffer created. | |||
| 13791 | 13729 | ||
| 13792 | ;;;*** | 13730 | ;;;*** |
| 13793 | 13731 | ||
| 13794 | ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) | 13732 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17851 |
| 13795 | ;;;;;; "hscroll" "obsolete/hscroll.el" (17843 45625)) | 13733 | ;;;;;; 10857)) |
| 13796 | ;;; Generated autoloads from obsolete/hscroll.el | ||
| 13797 | |||
| 13798 | (autoload (quote turn-on-hscroll) "hscroll" "\ | ||
| 13799 | This function is obsolete. | ||
| 13800 | Emacs now does hscrolling automatically, if `truncate-lines' is non-nil. | ||
| 13801 | Also see `automatic-hscrolling'. | ||
| 13802 | |||
| 13803 | \(fn)" nil nil) | ||
| 13804 | |||
| 13805 | (autoload (quote hscroll-mode) "hscroll" "\ | ||
| 13806 | This function is obsolete. | ||
| 13807 | Emacs now does hscrolling automatically, if `truncate-lines' is non-nil. | ||
| 13808 | Also see `automatic-hscrolling'. | ||
| 13809 | |||
| 13810 | \(fn &optional ARG)" t nil) | ||
| 13811 | |||
| 13812 | (autoload (quote hscroll-global-mode) "hscroll" "\ | ||
| 13813 | This function is obsolete. | ||
| 13814 | Emacs now does hscrolling automatically, if `truncate-lines' is non-nil. | ||
| 13815 | Also see `automatic-hscrolling'. | ||
| 13816 | |||
| 13817 | \(fn &optional ARG)" t nil) | ||
| 13818 | |||
| 13819 | ;;;*** | ||
| 13820 | |||
| 13821 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17843 | ||
| 13822 | ;;;;;; 45617)) | ||
| 13823 | ;;; Generated autoloads from gnus/html2text.el | 13734 | ;;; Generated autoloads from gnus/html2text.el |
| 13824 | 13735 | ||
| 13825 | (autoload (quote html2text) "html2text" "\ | 13736 | (autoload (quote html2text) "html2text" "\ |
| @@ -13851,7 +13762,7 @@ Convert HTML to plain text in the current buffer. | |||
| 13851 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 13762 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 13852 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 13763 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 13853 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 13764 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 13854 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17843 45610)) | 13765 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17851 10833)) |
| 13855 | ;;; Generated autoloads from ibuf-ext.el | 13766 | ;;; Generated autoloads from ibuf-ext.el |
| 13856 | 13767 | ||
| 13857 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 13768 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -14217,8 +14128,8 @@ defaults to one. | |||
| 14217 | ;;;*** | 14128 | ;;;*** |
| 14218 | 14129 | ||
| 14219 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 14130 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 14220 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17843 | 14131 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17851 |
| 14221 | ;;;;;; 45610)) | 14132 | ;;;;;; 10834)) |
| 14222 | ;;; Generated autoloads from ibuf-macs.el | 14133 | ;;; Generated autoloads from ibuf-macs.el |
| 14223 | 14134 | ||
| 14224 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 14135 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -14307,7 +14218,7 @@ bound to the current value of the filter. | |||
| 14307 | ;;;*** | 14218 | ;;;*** |
| 14308 | 14219 | ||
| 14309 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 14220 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 14310 | ;;;;;; "ibuffer" "ibuffer.el" (17843 45610)) | 14221 | ;;;;;; "ibuffer" "ibuffer.el" (17851 10834)) |
| 14311 | ;;; Generated autoloads from ibuffer.el | 14222 | ;;; Generated autoloads from ibuffer.el |
| 14312 | 14223 | ||
| 14313 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 14224 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -14348,7 +14259,7 @@ FORMATS is the value to use for `ibuffer-formats'. | |||
| 14348 | 14259 | ||
| 14349 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file | 14260 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file |
| 14350 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" | 14261 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" |
| 14351 | ;;;;;; "calendar/icalendar.el" (17843 45615)) | 14262 | ;;;;;; "calendar/icalendar.el" (17851 10852)) |
| 14352 | ;;; Generated autoloads from calendar/icalendar.el | 14263 | ;;; Generated autoloads from calendar/icalendar.el |
| 14353 | 14264 | ||
| 14354 | (autoload (quote icalendar-export-file) "icalendar" "\ | 14265 | (autoload (quote icalendar-export-file) "icalendar" "\ |
| @@ -14400,8 +14311,8 @@ buffer `*icalendar-errors*'. | |||
| 14400 | 14311 | ||
| 14401 | ;;;*** | 14312 | ;;;*** |
| 14402 | 14313 | ||
| 14403 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17843 | 14314 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17851 |
| 14404 | ;;;;;; 45610)) | 14315 | ;;;;;; 10834)) |
| 14405 | ;;; Generated autoloads from icomplete.el | 14316 | ;;; Generated autoloads from icomplete.el |
| 14406 | 14317 | ||
| 14407 | (defvar icomplete-mode nil "\ | 14318 | (defvar icomplete-mode nil "\ |
| @@ -14421,7 +14332,7 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive. | |||
| 14421 | 14332 | ||
| 14422 | ;;;*** | 14333 | ;;;*** |
| 14423 | 14334 | ||
| 14424 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17843 45628)) | 14335 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17851 10868)) |
| 14425 | ;;; Generated autoloads from progmodes/icon.el | 14336 | ;;; Generated autoloads from progmodes/icon.el |
| 14426 | 14337 | ||
| 14427 | (autoload (quote icon-mode) "icon" "\ | 14338 | (autoload (quote icon-mode) "icon" "\ |
| @@ -14462,7 +14373,7 @@ with no args, if that value is non-nil. | |||
| 14462 | ;;;*** | 14373 | ;;;*** |
| 14463 | 14374 | ||
| 14464 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 14375 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 14465 | ;;;;;; (17843 45628)) | 14376 | ;;;;;; (17851 10868)) |
| 14466 | ;;; Generated autoloads from progmodes/idlw-shell.el | 14377 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 14467 | 14378 | ||
| 14468 | (autoload (quote idlwave-shell) "idlw-shell" "\ | 14379 | (autoload (quote idlwave-shell) "idlw-shell" "\ |
| @@ -14488,7 +14399,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 14488 | ;;;*** | 14399 | ;;;*** |
| 14489 | 14400 | ||
| 14490 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 14401 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 14491 | ;;;;;; (17843 45628)) | 14402 | ;;;;;; (17851 10868)) |
| 14492 | ;;; Generated autoloads from progmodes/idlwave.el | 14403 | ;;; Generated autoloads from progmodes/idlwave.el |
| 14493 | 14404 | ||
| 14494 | (autoload (quote idlwave-mode) "idlwave" "\ | 14405 | (autoload (quote idlwave-mode) "idlwave" "\ |
| @@ -14623,8 +14534,8 @@ The main features of this mode are | |||
| 14623 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 14534 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 14624 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 14535 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 14625 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 14536 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 14626 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17845 | 14537 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17851 |
| 14627 | ;;;;;; 22160)) | 14538 | ;;;;;; 10834)) |
| 14628 | ;;; Generated autoloads from ido.el | 14539 | ;;; Generated autoloads from ido.el |
| 14629 | 14540 | ||
| 14630 | (defvar ido-mode nil "\ | 14541 | (defvar ido-mode nil "\ |
| @@ -14885,7 +14796,7 @@ DEF, if non-nil, is the default value. | |||
| 14885 | 14796 | ||
| 14886 | ;;;*** | 14797 | ;;;*** |
| 14887 | 14798 | ||
| 14888 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (17843 45610)) | 14799 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (17851 10834)) |
| 14889 | ;;; Generated autoloads from ielm.el | 14800 | ;;; Generated autoloads from ielm.el |
| 14890 | (add-hook 'same-window-buffer-names "*ielm*") | 14801 | (add-hook 'same-window-buffer-names "*ielm*") |
| 14891 | 14802 | ||
| @@ -14898,7 +14809,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist. | |||
| 14898 | ;;;*** | 14809 | ;;;*** |
| 14899 | 14810 | ||
| 14900 | ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" | 14811 | ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" |
| 14901 | ;;;;;; (17843 45610)) | 14812 | ;;;;;; (17851 10834)) |
| 14902 | ;;; Generated autoloads from iimage.el | 14813 | ;;; Generated autoloads from iimage.el |
| 14903 | 14814 | ||
| 14904 | (autoload (quote turn-on-iimage-mode) "iimage" "\ | 14815 | (autoload (quote turn-on-iimage-mode) "iimage" "\ |
| @@ -14917,7 +14828,7 @@ Toggle inline image minor mode. | |||
| 14917 | ;;;;;; insert-image put-image create-image image-type-auto-detected-p | 14828 | ;;;;;; insert-image put-image create-image image-type-auto-detected-p |
| 14918 | ;;;;;; image-type-available-p image-type image-type-from-file-name | 14829 | ;;;;;; image-type-available-p image-type image-type-from-file-name |
| 14919 | ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) | 14830 | ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) |
| 14920 | ;;;;;; "image" "image.el" (17843 45610)) | 14831 | ;;;;;; "image" "image.el" (17851 10835)) |
| 14921 | ;;; Generated autoloads from image.el | 14832 | ;;; Generated autoloads from image.el |
| 14922 | 14833 | ||
| 14923 | (autoload (quote image-type-from-data) "image" "\ | 14834 | (autoload (quote image-type-from-data) "image" "\ |
| @@ -15088,7 +14999,7 @@ Example: | |||
| 15088 | 14999 | ||
| 15089 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 15000 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 15090 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 15001 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 15091 | ;;;;;; "image-file.el" (17843 45610)) | 15002 | ;;;;;; "image-file.el" (17851 10834)) |
| 15092 | ;;; Generated autoloads from image-file.el | 15003 | ;;; Generated autoloads from image-file.el |
| 15093 | 15004 | ||
| 15094 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ | 15005 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ |
| @@ -15150,7 +15061,7 @@ Image files are those whose name has an extension in | |||
| 15150 | ;;;*** | 15061 | ;;;*** |
| 15151 | 15062 | ||
| 15152 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) | 15063 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) |
| 15153 | ;;;;;; "image-mode" "image-mode.el" (17843 45610)) | 15064 | ;;;;;; "image-mode" "image-mode.el" (17851 10835)) |
| 15154 | ;;; Generated autoloads from image-mode.el | 15065 | ;;; Generated autoloads from image-mode.el |
| 15155 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) | 15066 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) |
| 15156 | (push '("\\.png\\'" . image-mode) auto-mode-alist) | 15067 | (push '("\\.png\\'" . image-mode) auto-mode-alist) |
| @@ -15188,7 +15099,7 @@ information on these modes. | |||
| 15188 | ;;;*** | 15099 | ;;;*** |
| 15189 | 15100 | ||
| 15190 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 15101 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 15191 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17843 45610)) | 15102 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17851 10835)) |
| 15192 | ;;; Generated autoloads from imenu.el | 15103 | ;;; Generated autoloads from imenu.el |
| 15193 | 15104 | ||
| 15194 | (defvar imenu-sort-function nil "\ | 15105 | (defvar imenu-sort-function nil "\ |
| @@ -15303,7 +15214,7 @@ for more information. | |||
| 15303 | 15214 | ||
| 15304 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion | 15215 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion |
| 15305 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | 15216 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) |
| 15306 | ;;;;;; "ind-util" "language/ind-util.el" (17843 45620)) | 15217 | ;;;;;; "ind-util" "language/ind-util.el" (17851 10861)) |
| 15307 | ;;; Generated autoloads from language/ind-util.el | 15218 | ;;; Generated autoloads from language/ind-util.el |
| 15308 | 15219 | ||
| 15309 | (autoload (quote indian-compose-region) "ind-util" "\ | 15220 | (autoload (quote indian-compose-region) "ind-util" "\ |
| @@ -15346,7 +15257,7 @@ See also the function `indian-glyph-char'. | |||
| 15346 | 15257 | ||
| 15347 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command | 15258 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command |
| 15348 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" | 15259 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" |
| 15349 | ;;;;;; "progmodes/inf-lisp.el" (17843 45628)) | 15260 | ;;;;;; "progmodes/inf-lisp.el" (17851 10868)) |
| 15350 | ;;; Generated autoloads from progmodes/inf-lisp.el | 15261 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 15351 | 15262 | ||
| 15352 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ | 15263 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ |
| @@ -15413,7 +15324,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15413 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 15324 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 15414 | ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index | 15325 | ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index |
| 15415 | ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual | 15326 | ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual |
| 15416 | ;;;;;; info info-other-window) "info" "info.el" (17843 45610)) | 15327 | ;;;;;; info info-other-window) "info" "info.el" (17851 10835)) |
| 15417 | ;;; Generated autoloads from info.el | 15328 | ;;; Generated autoloads from info.el |
| 15418 | 15329 | ||
| 15419 | (autoload (quote info-other-window) "info" "\ | 15330 | (autoload (quote info-other-window) "info" "\ |
| @@ -15579,7 +15490,7 @@ This will add a speedbar major display mode. | |||
| 15579 | 15490 | ||
| 15580 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 15491 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 15581 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 15492 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 15582 | ;;;;;; (17843 45610)) | 15493 | ;;;;;; (17851 10835)) |
| 15583 | ;;; Generated autoloads from info-look.el | 15494 | ;;; Generated autoloads from info-look.el |
| 15584 | 15495 | ||
| 15585 | (autoload (quote info-lookup-reset) "info-look" "\ | 15496 | (autoload (quote info-lookup-reset) "info-look" "\ |
| @@ -15627,7 +15538,7 @@ Perform completion on file preceding point. | |||
| 15627 | ;;;*** | 15538 | ;;;*** |
| 15628 | 15539 | ||
| 15629 | ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all | 15540 | ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all |
| 15630 | ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17843 45610)) | 15541 | ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17851 10835)) |
| 15631 | ;;; Generated autoloads from info-xref.el | 15542 | ;;; Generated autoloads from info-xref.el |
| 15632 | 15543 | ||
| 15633 | (autoload (quote info-xref-check) "info-xref" "\ | 15544 | (autoload (quote info-xref-check) "info-xref" "\ |
| @@ -15654,7 +15565,7 @@ quite a while. | |||
| 15654 | ;;;*** | 15565 | ;;;*** |
| 15655 | 15566 | ||
| 15656 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) | 15567 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) |
| 15657 | ;;;;;; "informat" "informat.el" (17843 45610)) | 15568 | ;;;;;; "informat" "informat.el" (17851 10835)) |
| 15658 | ;;; Generated autoloads from informat.el | 15569 | ;;; Generated autoloads from informat.el |
| 15659 | 15570 | ||
| 15660 | (autoload (quote Info-tagify) "informat" "\ | 15571 | (autoload (quote Info-tagify) "informat" "\ |
| @@ -15695,7 +15606,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" | |||
| 15695 | 15606 | ||
| 15696 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 15607 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 15697 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 15608 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 15698 | ;;;;;; (17843 45618)) | 15609 | ;;;;;; (17851 10860)) |
| 15699 | ;;; Generated autoloads from international/isearch-x.el | 15610 | ;;; Generated autoloads from international/isearch-x.el |
| 15700 | 15611 | ||
| 15701 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ | 15612 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ |
| @@ -15715,8 +15626,8 @@ Not documented | |||
| 15715 | 15626 | ||
| 15716 | ;;;*** | 15627 | ;;;*** |
| 15717 | 15628 | ||
| 15718 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17843 | 15629 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17851 |
| 15719 | ;;;;;; 45610)) | 15630 | ;;;;;; 10835)) |
| 15720 | ;;; Generated autoloads from isearchb.el | 15631 | ;;; Generated autoloads from isearchb.el |
| 15721 | 15632 | ||
| 15722 | (autoload (quote isearchb-activate) "isearchb" "\ | 15633 | (autoload (quote isearchb-activate) "isearchb" "\ |
| @@ -15729,41 +15640,10 @@ accessed via isearchb. | |||
| 15729 | 15640 | ||
| 15730 | ;;;*** | 15641 | ;;;*** |
| 15731 | 15642 | ||
| 15732 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" | ||
| 15733 | ;;;;;; (17843 45625)) | ||
| 15734 | ;;; Generated autoloads from obsolete/iso-acc.el | ||
| 15735 | |||
| 15736 | (autoload (quote iso-accents-mode) "iso-acc" "\ | ||
| 15737 | Toggle ISO Accents mode, in which accents modify the following letter. | ||
| 15738 | This permits easy insertion of accented characters according to ISO-8859-1. | ||
| 15739 | When Iso-accents mode is enabled, accent character keys | ||
| 15740 | \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following | ||
| 15741 | letter key so that it inserts an ISO accented letter. | ||
| 15742 | |||
| 15743 | You can customize ISO Accents mode to a particular language | ||
| 15744 | with the command `iso-accents-customize'. | ||
| 15745 | |||
| 15746 | Special combinations: ~c gives a c with cedilla, | ||
| 15747 | ~d gives an Icelandic eth (d with dash). | ||
| 15748 | ~t gives an Icelandic thorn. | ||
| 15749 | \"s gives German sharp s. | ||
| 15750 | /a gives a with ring. | ||
| 15751 | /e gives an a-e ligature. | ||
| 15752 | ~< and ~> give guillemots. | ||
| 15753 | ~! gives an inverted exclamation mark. | ||
| 15754 | ~? gives an inverted question mark. | ||
| 15755 | |||
| 15756 | With an argument, a positive argument enables ISO Accents mode, | ||
| 15757 | and a negative argument disables it. | ||
| 15758 | |||
| 15759 | \(fn &optional ARG)" t nil) | ||
| 15760 | |||
| 15761 | ;;;*** | ||
| 15762 | |||
| 15763 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only | 15643 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only |
| 15764 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso | 15644 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso |
| 15765 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" | 15645 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" |
| 15766 | ;;;;;; "international/iso-cvt.el" (17843 45618)) | 15646 | ;;;;;; "international/iso-cvt.el" (17851 10860)) |
| 15767 | ;;; Generated autoloads from international/iso-cvt.el | 15647 | ;;; Generated autoloads from international/iso-cvt.el |
| 15768 | 15648 | ||
| 15769 | (autoload (quote iso-spanish) "iso-cvt" "\ | 15649 | (autoload (quote iso-spanish) "iso-cvt" "\ |
| @@ -15847,7 +15727,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15847 | ;;;*** | 15727 | ;;;*** |
| 15848 | 15728 | ||
| 15849 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 15729 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 15850 | ;;;;;; (17843 45618)) | 15730 | ;;;;;; (17851 10860)) |
| 15851 | ;;; Generated autoloads from international/iso-transl.el | 15731 | ;;; Generated autoloads from international/iso-transl.el |
| 15852 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) | 15732 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) |
| 15853 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 15733 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| @@ -15860,7 +15740,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15860 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 15740 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 15861 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist | 15741 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist |
| 15862 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" | 15742 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" |
| 15863 | ;;;;;; (17843 45630)) | 15743 | ;;;;;; (17851 10872)) |
| 15864 | ;;; Generated autoloads from textmodes/ispell.el | 15744 | ;;; Generated autoloads from textmodes/ispell.el |
| 15865 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 15745 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| 15866 | 15746 | ||
| @@ -16148,8 +16028,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 16148 | 16028 | ||
| 16149 | ;;;*** | 16029 | ;;;*** |
| 16150 | 16030 | ||
| 16151 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17827 | 16031 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17822 |
| 16152 | ;;;;;; 37446)) | 16032 | ;;;;;; 38984)) |
| 16153 | ;;; Generated autoloads from iswitchb.el | 16033 | ;;; Generated autoloads from iswitchb.el |
| 16154 | 16034 | ||
| 16155 | (defvar iswitchb-mode nil "\ | 16035 | (defvar iswitchb-mode nil "\ |
| @@ -16174,7 +16054,7 @@ This mode enables switching between buffers using substrings. See | |||
| 16174 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 16054 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 16175 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 16055 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 16176 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 16056 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 16177 | ;;;;;; "japan-util" "language/japan-util.el" (17843 45620)) | 16057 | ;;;;;; "japan-util" "language/japan-util.el" (17851 10861)) |
| 16178 | ;;; Generated autoloads from language/japan-util.el | 16058 | ;;; Generated autoloads from language/japan-util.el |
| 16179 | 16059 | ||
| 16180 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ | 16060 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ |
| @@ -16252,7 +16132,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 16252 | ;;;*** | 16132 | ;;;*** |
| 16253 | 16133 | ||
| 16254 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" | 16134 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" |
| 16255 | ;;;;;; "jka-compr.el" (17843 45610)) | 16135 | ;;;;;; "jka-compr.el" (17851 10836)) |
| 16256 | ;;; Generated autoloads from jka-compr.el | 16136 | ;;; Generated autoloads from jka-compr.el |
| 16257 | 16137 | ||
| 16258 | (defvar jka-compr-inhibit nil "\ | 16138 | (defvar jka-compr-inhibit nil "\ |
| @@ -16277,7 +16157,7 @@ by `jka-compr-installed'. | |||
| 16277 | 16157 | ||
| 16278 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup | 16158 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup |
| 16279 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" | 16159 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" |
| 16280 | ;;;;;; (17838 18033)) | 16160 | ;;;;;; (17851 10853)) |
| 16281 | ;;; Generated autoloads from emulation/keypad.el | 16161 | ;;; Generated autoloads from emulation/keypad.el |
| 16282 | 16162 | ||
| 16283 | (defvar keypad-setup nil "\ | 16163 | (defvar keypad-setup nil "\ |
| @@ -16333,7 +16213,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' | |||
| 16333 | ;;;*** | 16213 | ;;;*** |
| 16334 | 16214 | ||
| 16335 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 16215 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
| 16336 | ;;;;;; (17843 45618)) | 16216 | ;;;;;; (17851 10860)) |
| 16337 | ;;; Generated autoloads from international/kinsoku.el | 16217 | ;;; Generated autoloads from international/kinsoku.el |
| 16338 | 16218 | ||
| 16339 | (autoload (quote kinsoku) "kinsoku" "\ | 16219 | (autoload (quote kinsoku) "kinsoku" "\ |
| @@ -16354,8 +16234,8 @@ the context of text formatting. | |||
| 16354 | 16234 | ||
| 16355 | ;;;*** | 16235 | ;;;*** |
| 16356 | 16236 | ||
| 16357 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17843 | 16237 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17851 |
| 16358 | ;;;;;; 45618)) | 16238 | ;;;;;; 10860)) |
| 16359 | ;;; Generated autoloads from international/kkc.el | 16239 | ;;; Generated autoloads from international/kkc.el |
| 16360 | 16240 | ||
| 16361 | (defvar kkc-after-update-conversion-functions nil "\ | 16241 | (defvar kkc-after-update-conversion-functions nil "\ |
| @@ -16380,7 +16260,7 @@ and the return value is the length of the conversion. | |||
| 16380 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro | 16260 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro |
| 16381 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter | 16261 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter |
| 16382 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" | 16262 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" |
| 16383 | ;;;;;; "kmacro.el" (17838 18033)) | 16263 | ;;;;;; "kmacro.el" (17851 10836)) |
| 16384 | ;;; Generated autoloads from kmacro.el | 16264 | ;;; Generated autoloads from kmacro.el |
| 16385 | (global-set-key "\C-x(" 'kmacro-start-macro) | 16265 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 16386 | (global-set-key "\C-x)" 'kmacro-end-macro) | 16266 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -16487,7 +16367,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 16487 | 16367 | ||
| 16488 | ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string | 16368 | ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string |
| 16489 | ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" | 16369 | ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" |
| 16490 | ;;;;;; (17843 45620)) | 16370 | ;;;;;; (17851 10861)) |
| 16491 | ;;; Generated autoloads from language/knd-util.el | 16371 | ;;; Generated autoloads from language/knd-util.el |
| 16492 | 16372 | ||
| 16493 | (defconst kannada-consonant "[\x51f75-\x51fb9]") | 16373 | (defconst kannada-consonant "[\x51f75-\x51fb9]") |
| @@ -16510,7 +16390,7 @@ Not documented | |||
| 16510 | ;;;*** | 16390 | ;;;*** |
| 16511 | 16391 | ||
| 16512 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 16392 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 16513 | ;;;;;; "language/korea-util.el" (17843 45620)) | 16393 | ;;;;;; "language/korea-util.el" (17851 10861)) |
| 16514 | ;;; Generated autoloads from language/korea-util.el | 16394 | ;;; Generated autoloads from language/korea-util.el |
| 16515 | 16395 | ||
| 16516 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ | 16396 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ |
| @@ -16525,7 +16405,7 @@ Not documented | |||
| 16525 | ;;;*** | 16405 | ;;;*** |
| 16526 | 16406 | ||
| 16527 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 16407 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 16528 | ;;;;;; (17843 45626)) | 16408 | ;;;;;; (17851 10866)) |
| 16529 | ;;; Generated autoloads from play/landmark.el | 16409 | ;;; Generated autoloads from play/landmark.el |
| 16530 | 16410 | ||
| 16531 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 16411 | (defalias (quote landmark-repeat) (quote lm-test-run)) |
| @@ -16559,8 +16439,8 @@ Use \\[describe-mode] for more info. | |||
| 16559 | 16439 | ||
| 16560 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion | 16440 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion |
| 16561 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao | 16441 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao |
| 16562 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17843 | 16442 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17851 |
| 16563 | ;;;;;; 45620)) | 16443 | ;;;;;; 10861)) |
| 16564 | ;;; Generated autoloads from language/lao-util.el | 16444 | ;;; Generated autoloads from language/lao-util.el |
| 16565 | 16445 | ||
| 16566 | (autoload (quote lao-compose-string) "lao-util" "\ | 16446 | (autoload (quote lao-compose-string) "lao-util" "\ |
| @@ -16609,7 +16489,7 @@ Not documented | |||
| 16609 | 16489 | ||
| 16610 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc | 16490 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc |
| 16611 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) | 16491 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) |
| 16612 | ;;;;;; "latexenc" "international/latexenc.el" (17843 45618)) | 16492 | ;;;;;; "latexenc" "international/latexenc.el" (17851 10860)) |
| 16613 | ;;; Generated autoloads from international/latexenc.el | 16493 | ;;; Generated autoloads from international/latexenc.el |
| 16614 | 16494 | ||
| 16615 | (defvar latex-inputenc-coding-alist (quote (("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))) "\ | 16495 | (defvar latex-inputenc-coding-alist (quote (("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))) "\ |
| @@ -16641,7 +16521,7 @@ coding system names is determined from `latex-inputenc-coding-alist'. | |||
| 16641 | ;;;*** | 16521 | ;;;*** |
| 16642 | 16522 | ||
| 16643 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) | 16523 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) |
| 16644 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (17843 45619)) | 16524 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (17851 10860)) |
| 16645 | ;;; Generated autoloads from international/latin1-disp.el | 16525 | ;;; Generated autoloads from international/latin1-disp.el |
| 16646 | 16526 | ||
| 16647 | (defvar latin1-display nil "\ | 16527 | (defvar latin1-display nil "\ |
| @@ -16684,76 +16564,8 @@ use either \\[customize] or the function `latin1-display'.") | |||
| 16684 | 16564 | ||
| 16685 | ;;;*** | 16565 | ;;;*** |
| 16686 | 16566 | ||
| 16687 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | ||
| 16688 | ;;;;;; "obsolete/lazy-lock.el" (17843 45625)) | ||
| 16689 | ;;; Generated autoloads from obsolete/lazy-lock.el | ||
| 16690 | |||
| 16691 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ | ||
| 16692 | Toggle Lazy Lock mode. | ||
| 16693 | With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it | ||
| 16694 | automatically in your `~/.emacs' by: | ||
| 16695 | |||
| 16696 | (setq font-lock-support-mode 'lazy-lock-mode) | ||
| 16697 | |||
| 16698 | For a newer font-lock support mode with similar functionality, see | ||
| 16699 | `jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in | ||
| 16700 | JIT Lock's favor. | ||
| 16701 | |||
| 16702 | When Lazy Lock mode is enabled, fontification can be lazy in a number of ways: | ||
| 16703 | |||
| 16704 | - Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil. | ||
| 16705 | This means initial fontification does not occur if the buffer is greater than | ||
| 16706 | `lazy-lock-minimum-size' characters in length. Instead, fontification occurs | ||
| 16707 | when necessary, such as when scrolling through the buffer would otherwise | ||
| 16708 | reveal unfontified areas. This is useful if buffer fontification is too slow | ||
| 16709 | for large buffers. | ||
| 16710 | |||
| 16711 | - Deferred scroll fontification if `lazy-lock-defer-on-scrolling' is non-nil. | ||
| 16712 | This means demand-driven fontification does not occur as you scroll. | ||
| 16713 | Instead, fontification is deferred until after `lazy-lock-defer-time' seconds | ||
| 16714 | of Emacs idle time, while Emacs remains idle. This is useful if | ||
| 16715 | fontification is too slow to keep up with scrolling. | ||
| 16716 | |||
| 16717 | - Deferred on-the-fly fontification if `lazy-lock-defer-on-the-fly' is non-nil. | ||
| 16718 | This means on-the-fly fontification does not occur as you type. Instead, | ||
| 16719 | fontification is deferred until after `lazy-lock-defer-time' seconds of Emacs | ||
| 16720 | idle time, while Emacs remains idle. This is useful if fontification is too | ||
| 16721 | slow to keep up with your typing. | ||
| 16722 | |||
| 16723 | - Deferred context fontification if `lazy-lock-defer-contextually' is non-nil. | ||
| 16724 | This means fontification updates the buffer corresponding to true syntactic | ||
| 16725 | context, after `lazy-lock-defer-time' seconds of Emacs idle time, while Emacs | ||
| 16726 | remains idle. Otherwise, fontification occurs on modified lines only, and | ||
| 16727 | subsequent lines can remain fontified corresponding to previous syntactic | ||
| 16728 | contexts. This is useful where strings or comments span lines. | ||
| 16729 | |||
| 16730 | - Stealthy buffer fontification if `lazy-lock-stealth-time' is non-nil. | ||
| 16731 | This means remaining unfontified areas of buffers are fontified if Emacs has | ||
| 16732 | been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle. | ||
| 16733 | This is useful if any buffer has any deferred fontification. | ||
| 16734 | |||
| 16735 | Basic Font Lock mode on-the-fly fontification behavior fontifies modified | ||
| 16736 | lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode | ||
| 16737 | on-the-fly fontification may fontify differently, albeit correctly. In any | ||
| 16738 | event, to refontify some lines you can use \\[font-lock-fontify-block]. | ||
| 16739 | |||
| 16740 | Stealth fontification only occurs while the system remains unloaded. | ||
| 16741 | If the system load rises above `lazy-lock-stealth-load' percent, stealth | ||
| 16742 | fontification is suspended. Stealth fontification intensity is controlled via | ||
| 16743 | the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and | ||
| 16744 | verbosity is controlled via the variable `lazy-lock-stealth-verbose'. | ||
| 16745 | |||
| 16746 | \(fn &optional ARG)" t nil) | ||
| 16747 | |||
| 16748 | (autoload (quote turn-on-lazy-lock) "lazy-lock" "\ | ||
| 16749 | Unconditionally turn on Lazy Lock mode. | ||
| 16750 | |||
| 16751 | \(fn)" nil nil) | ||
| 16752 | |||
| 16753 | ;;;*** | ||
| 16754 | |||
| 16755 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" | 16567 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" |
| 16756 | ;;;;;; (17843 45628)) | 16568 | ;;;;;; (17851 10868)) |
| 16757 | ;;; Generated autoloads from progmodes/ld-script.el | 16569 | ;;; Generated autoloads from progmodes/ld-script.el |
| 16758 | 16570 | ||
| 16759 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) | 16571 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) |
| @@ -16768,7 +16580,7 @@ A major mode to edit GNU ld script files | |||
| 16768 | ;;;*** | 16580 | ;;;*** |
| 16769 | 16581 | ||
| 16770 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" | 16582 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" |
| 16771 | ;;;;;; (17843 45610)) | 16583 | ;;;;;; (17851 10837)) |
| 16772 | ;;; Generated autoloads from ledit.el | 16584 | ;;; Generated autoloads from ledit.el |
| 16773 | 16585 | ||
| 16774 | (defconst ledit-save-files t "\ | 16586 | (defconst ledit-save-files t "\ |
| @@ -16803,7 +16615,7 @@ Not documented | |||
| 16803 | 16615 | ||
| 16804 | ;;;*** | 16616 | ;;;*** |
| 16805 | 16617 | ||
| 16806 | ;;;### (autoloads (life) "life" "play/life.el" (17843 45626)) | 16618 | ;;;### (autoloads (life) "life" "play/life.el" (17851 10866)) |
| 16807 | ;;; Generated autoloads from play/life.el | 16619 | ;;; Generated autoloads from play/life.el |
| 16808 | 16620 | ||
| 16809 | (autoload (quote life) "life" "\ | 16621 | (autoload (quote life) "life" "\ |
| @@ -16816,8 +16628,8 @@ generations (this defaults to 1). | |||
| 16816 | 16628 | ||
| 16817 | ;;;*** | 16629 | ;;;*** |
| 16818 | 16630 | ||
| 16819 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17843 | 16631 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17851 |
| 16820 | ;;;;;; 45610)) | 16632 | ;;;;;; 10837)) |
| 16821 | ;;; Generated autoloads from loadhist.el | 16633 | ;;; Generated autoloads from loadhist.el |
| 16822 | 16634 | ||
| 16823 | (autoload (quote unload-feature) "loadhist" "\ | 16635 | (autoload (quote unload-feature) "loadhist" "\ |
| @@ -16840,7 +16652,7 @@ such as redefining an Emacs function. | |||
| 16840 | ;;;*** | 16652 | ;;;*** |
| 16841 | 16653 | ||
| 16842 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) | 16654 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) |
| 16843 | ;;;;;; "locate" "locate.el" (17843 45610)) | 16655 | ;;;;;; "locate" "locate.el" (17851 10838)) |
| 16844 | ;;; Generated autoloads from locate.el | 16656 | ;;; Generated autoloads from locate.el |
| 16845 | 16657 | ||
| 16846 | (defvar locate-ls-subdir-switches "-al" "\ | 16658 | (defvar locate-ls-subdir-switches "-al" "\ |
| @@ -16887,7 +16699,7 @@ except that FILTER is not optional. | |||
| 16887 | 16699 | ||
| 16888 | ;;;*** | 16700 | ;;;*** |
| 16889 | 16701 | ||
| 16890 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17843 45610)) | 16702 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17851 10838)) |
| 16891 | ;;; Generated autoloads from log-edit.el | 16703 | ;;; Generated autoloads from log-edit.el |
| 16892 | 16704 | ||
| 16893 | (autoload (quote log-edit) "log-edit" "\ | 16705 | (autoload (quote log-edit) "log-edit" "\ |
| @@ -16908,8 +16720,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the | |||
| 16908 | 16720 | ||
| 16909 | ;;;*** | 16721 | ;;;*** |
| 16910 | 16722 | ||
| 16911 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17843 | 16723 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17851 |
| 16912 | ;;;;;; 45610)) | 16724 | ;;;;;; 10838)) |
| 16913 | ;;; Generated autoloads from log-view.el | 16725 | ;;; Generated autoloads from log-view.el |
| 16914 | 16726 | ||
| 16915 | (autoload (quote log-view-mode) "log-view" "\ | 16727 | (autoload (quote log-view-mode) "log-view" "\ |
| @@ -16919,8 +16731,8 @@ Major mode for browsing CVS log output. | |||
| 16919 | 16731 | ||
| 16920 | ;;;*** | 16732 | ;;;*** |
| 16921 | 16733 | ||
| 16922 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17843 | 16734 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17851 |
| 16923 | ;;;;;; 45610)) | 16735 | ;;;;;; 10838)) |
| 16924 | ;;; Generated autoloads from longlines.el | 16736 | ;;; Generated autoloads from longlines.el |
| 16925 | 16737 | ||
| 16926 | (autoload (quote longlines-mode) "longlines" "\ | 16738 | (autoload (quote longlines-mode) "longlines" "\ |
| @@ -16941,8 +16753,8 @@ are indicated with a symbol. | |||
| 16941 | ;;;*** | 16753 | ;;;*** |
| 16942 | 16754 | ||
| 16943 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 16755 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 16944 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17843 | 16756 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17851 |
| 16945 | ;;;;;; 45610)) | 16757 | ;;;;;; 10838)) |
| 16946 | ;;; Generated autoloads from lpr.el | 16758 | ;;; Generated autoloads from lpr.el |
| 16947 | 16759 | ||
| 16948 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) | 16760 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) |
| @@ -17036,7 +16848,7 @@ for further customization of the printer command. | |||
| 17036 | ;;;*** | 16848 | ;;;*** |
| 17037 | 16849 | ||
| 17038 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" | 16850 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" |
| 17039 | ;;;;;; (17843 45610)) | 16851 | ;;;;;; (17851 10838)) |
| 17040 | ;;; Generated autoloads from ls-lisp.el | 16852 | ;;; Generated autoloads from ls-lisp.el |
| 17041 | 16853 | ||
| 17042 | (defvar ls-lisp-support-shell-wildcards t "\ | 16854 | (defvar ls-lisp-support-shell-wildcards t "\ |
| @@ -17047,8 +16859,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") | |||
| 17047 | 16859 | ||
| 17048 | ;;;*** | 16860 | ;;;*** |
| 17049 | 16861 | ||
| 17050 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17843 | 16862 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17851 |
| 17051 | ;;;;;; 45615)) | 16863 | ;;;;;; 10852)) |
| 17052 | ;;; Generated autoloads from calendar/lunar.el | 16864 | ;;; Generated autoloads from calendar/lunar.el |
| 17053 | 16865 | ||
| 17054 | (autoload (quote phases-of-moon) "lunar" "\ | 16866 | (autoload (quote phases-of-moon) "lunar" "\ |
| @@ -17061,8 +16873,8 @@ This function is suitable for execution in a .emacs file. | |||
| 17061 | 16873 | ||
| 17062 | ;;;*** | 16874 | ;;;*** |
| 17063 | 16875 | ||
| 17064 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17843 | 16876 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17851 |
| 17065 | ;;;;;; 45628)) | 16877 | ;;;;;; 10868)) |
| 17066 | ;;; Generated autoloads from progmodes/m4-mode.el | 16878 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 17067 | 16879 | ||
| 17068 | (autoload (quote m4-mode) "m4-mode" "\ | 16880 | (autoload (quote m4-mode) "m4-mode" "\ |
| @@ -17074,7 +16886,7 @@ A major mode to edit m4 macro files. | |||
| 17074 | ;;;*** | 16886 | ;;;*** |
| 17075 | 16887 | ||
| 17076 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" | 16888 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" |
| 17077 | ;;;;;; (17843 45615)) | 16889 | ;;;;;; (17851 10853)) |
| 17078 | ;;; Generated autoloads from emacs-lisp/macroexp.el | 16890 | ;;; Generated autoloads from emacs-lisp/macroexp.el |
| 17079 | 16891 | ||
| 17080 | (autoload (quote macroexpand-all) "macroexp" "\ | 16892 | (autoload (quote macroexpand-all) "macroexp" "\ |
| @@ -17088,7 +16900,7 @@ definitions to shadow the loaded ones for use in file byte-compilation. | |||
| 17088 | ;;;*** | 16900 | ;;;*** |
| 17089 | 16901 | ||
| 17090 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 16902 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 17091 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17843 45611)) | 16903 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17851 10838)) |
| 17092 | ;;; Generated autoloads from macros.el | 16904 | ;;; Generated autoloads from macros.el |
| 17093 | 16905 | ||
| 17094 | (autoload (quote name-last-kbd-macro) "macros" "\ | 16906 | (autoload (quote name-last-kbd-macro) "macros" "\ |
| @@ -17177,7 +16989,7 @@ and then select the region of un-tablified names and use | |||
| 17177 | ;;;*** | 16989 | ;;;*** |
| 17178 | 16990 | ||
| 17179 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 16991 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 17180 | ;;;;;; "mail/mail-extr.el" (17843 45621)) | 16992 | ;;;;;; "mail/mail-extr.el" (17851 10861)) |
| 17181 | ;;; Generated autoloads from mail/mail-extr.el | 16993 | ;;; Generated autoloads from mail/mail-extr.el |
| 17182 | 16994 | ||
| 17183 | (autoload (quote mail-extract-address-components) "mail-extr" "\ | 16995 | (autoload (quote mail-extract-address-components) "mail-extr" "\ |
| @@ -17209,7 +17021,7 @@ Convert mail domain DOMAIN to the country it corresponds to. | |||
| 17209 | 17021 | ||
| 17210 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history | 17022 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history |
| 17211 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" | 17023 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" |
| 17212 | ;;;;;; (17843 45621)) | 17024 | ;;;;;; (17851 10862)) |
| 17213 | ;;; Generated autoloads from mail/mail-hist.el | 17025 | ;;; Generated autoloads from mail/mail-hist.el |
| 17214 | 17026 | ||
| 17215 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ | 17027 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ |
| @@ -17240,8 +17052,8 @@ This function normally would be called when the message is sent. | |||
| 17240 | 17052 | ||
| 17241 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 17053 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 17242 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 17054 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
| 17243 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17843 | 17055 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17851 |
| 17244 | ;;;;;; 45621)) | 17056 | ;;;;;; 10862)) |
| 17245 | ;;; Generated autoloads from mail/mail-utils.el | 17057 | ;;; Generated autoloads from mail/mail-utils.el |
| 17246 | 17058 | ||
| 17247 | (defvar mail-use-rfc822 nil "\ | 17059 | (defvar mail-use-rfc822 nil "\ |
| @@ -17293,7 +17105,7 @@ If 4th arg LIST is non-nil, return a list of all such fields. | |||
| 17293 | ;;;*** | 17105 | ;;;*** |
| 17294 | 17106 | ||
| 17295 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) | 17107 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) |
| 17296 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (17843 45621)) | 17108 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (17851 10862)) |
| 17297 | ;;; Generated autoloads from mail/mailabbrev.el | 17109 | ;;; Generated autoloads from mail/mailabbrev.el |
| 17298 | 17110 | ||
| 17299 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ | 17111 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ |
| @@ -17316,8 +17128,8 @@ If DEFINITION contains multiple addresses, separate them with commas. | |||
| 17316 | ;;;*** | 17128 | ;;;*** |
| 17317 | 17129 | ||
| 17318 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases | 17130 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases |
| 17319 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17843 | 17131 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17851 |
| 17320 | ;;;;;; 45621)) | 17132 | ;;;;;; 10862)) |
| 17321 | ;;; Generated autoloads from mail/mailalias.el | 17133 | ;;; Generated autoloads from mail/mailalias.el |
| 17322 | 17134 | ||
| 17323 | (defvar mail-complete-style (quote angles) "\ | 17135 | (defvar mail-complete-style (quote angles) "\ |
| @@ -17363,7 +17175,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any. | |||
| 17363 | ;;;*** | 17175 | ;;;*** |
| 17364 | 17176 | ||
| 17365 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" | 17177 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" |
| 17366 | ;;;;;; (17843 45621)) | 17178 | ;;;;;; (17851 10862)) |
| 17367 | ;;; Generated autoloads from mail/mailclient.el | 17179 | ;;; Generated autoloads from mail/mailclient.el |
| 17368 | 17180 | ||
| 17369 | (autoload (quote mailclient-send-it) "mailclient" "\ | 17181 | (autoload (quote mailclient-send-it) "mailclient" "\ |
| @@ -17377,7 +17189,7 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 17377 | 17189 | ||
| 17378 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode | 17190 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode |
| 17379 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) | 17191 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) |
| 17380 | ;;;;;; "make-mode" "progmodes/make-mode.el" (17843 45628)) | 17192 | ;;;;;; "make-mode" "progmodes/make-mode.el" (17851 10868)) |
| 17381 | ;;; Generated autoloads from progmodes/make-mode.el | 17193 | ;;; Generated autoloads from progmodes/make-mode.el |
| 17382 | 17194 | ||
| 17383 | (autoload (quote makefile-mode) "make-mode" "\ | 17195 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -17494,8 +17306,8 @@ An adapted `makefile-mode' that knows about imake. | |||
| 17494 | 17306 | ||
| 17495 | ;;;*** | 17307 | ;;;*** |
| 17496 | 17308 | ||
| 17497 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17843 | 17309 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17851 |
| 17498 | ;;;;;; 45611)) | 17310 | ;;;;;; 10838)) |
| 17499 | ;;; Generated autoloads from makesum.el | 17311 | ;;; Generated autoloads from makesum.el |
| 17500 | 17312 | ||
| 17501 | (autoload (quote make-command-summary) "makesum" "\ | 17313 | (autoload (quote make-command-summary) "makesum" "\ |
| @@ -17506,7 +17318,7 @@ Previous contents of that buffer are killed first. | |||
| 17506 | 17318 | ||
| 17507 | ;;;*** | 17319 | ;;;*** |
| 17508 | 17320 | ||
| 17509 | ;;;### (autoloads (man-follow man) "man" "man.el" (17843 45611)) | 17321 | ;;;### (autoloads (man-follow man) "man" "man.el" (17851 10838)) |
| 17510 | ;;; Generated autoloads from man.el | 17322 | ;;; Generated autoloads from man.el |
| 17511 | 17323 | ||
| 17512 | (defalias (quote manual-entry) (quote man)) | 17324 | (defalias (quote manual-entry) (quote man)) |
| @@ -17533,7 +17345,7 @@ Get a Un*x manual page of the item under point and put it in a buffer. | |||
| 17533 | 17345 | ||
| 17534 | ;;;*** | 17346 | ;;;*** |
| 17535 | 17347 | ||
| 17536 | ;;;### (autoloads (master-mode) "master" "master.el" (17843 45611)) | 17348 | ;;;### (autoloads (master-mode) "master" "master.el" (17851 10838)) |
| 17537 | ;;; Generated autoloads from master.el | 17349 | ;;; Generated autoloads from master.el |
| 17538 | 17350 | ||
| 17539 | (autoload (quote master-mode) "master" "\ | 17351 | (autoload (quote master-mode) "master" "\ |
| @@ -17555,8 +17367,8 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 17555 | 17367 | ||
| 17556 | ;;;*** | 17368 | ;;;*** |
| 17557 | 17369 | ||
| 17558 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17843 | 17370 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17851 |
| 17559 | ;;;;;; 45611)) | 17371 | ;;;;;; 10838)) |
| 17560 | ;;; Generated autoloads from menu-bar.el | 17372 | ;;; Generated autoloads from menu-bar.el |
| 17561 | 17373 | ||
| 17562 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) | 17374 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) |
| @@ -17591,7 +17403,7 @@ turn on menu bars; otherwise, turn off menu bars. | |||
| 17591 | ;;;;;; message-cite-function message-yank-prefix message-citation-line-function | 17403 | ;;;;;; message-cite-function message-yank-prefix message-citation-line-function |
| 17592 | ;;;;;; message-send-mail-function message-user-organization-file | 17404 | ;;;;;; message-send-mail-function message-user-organization-file |
| 17593 | ;;;;;; message-signature-separator message-from-style) "message" | 17405 | ;;;;;; message-signature-separator message-from-style) "message" |
| 17594 | ;;;;;; "gnus/message.el" (17843 45617)) | 17406 | ;;;;;; "gnus/message.el" (17851 10858)) |
| 17595 | ;;; Generated autoloads from gnus/message.el | 17407 | ;;; Generated autoloads from gnus/message.el |
| 17596 | 17408 | ||
| 17597 | (defvar message-from-style (quote default) "\ | 17409 | (defvar message-from-style (quote default) "\ |
| @@ -17845,7 +17657,7 @@ which specify the range to operate on. | |||
| 17845 | ;;;*** | 17657 | ;;;*** |
| 17846 | 17658 | ||
| 17847 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" | 17659 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" |
| 17848 | ;;;;;; (17843 45629)) | 17660 | ;;;;;; (17851 10869)) |
| 17849 | ;;; Generated autoloads from progmodes/meta-mode.el | 17661 | ;;; Generated autoloads from progmodes/meta-mode.el |
| 17850 | 17662 | ||
| 17851 | (autoload (quote metafont-mode) "meta-mode" "\ | 17663 | (autoload (quote metafont-mode) "meta-mode" "\ |
| @@ -17872,7 +17684,7 @@ Turning on MetaPost mode calls the value of the variable | |||
| 17872 | 17684 | ||
| 17873 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body | 17685 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body |
| 17874 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" | 17686 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" |
| 17875 | ;;;;;; (17843 45621)) | 17687 | ;;;;;; (17851 10862)) |
| 17876 | ;;; Generated autoloads from mail/metamail.el | 17688 | ;;; Generated autoloads from mail/metamail.el |
| 17877 | 17689 | ||
| 17878 | (autoload (quote metamail-interpret-header) "metamail" "\ | 17690 | (autoload (quote metamail-interpret-header) "metamail" "\ |
| @@ -17917,7 +17729,7 @@ redisplayed as output is inserted. | |||
| 17917 | 17729 | ||
| 17918 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose | 17730 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose |
| 17919 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" | 17731 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" |
| 17920 | ;;;;;; "mh-e/mh-comp.el" (17843 45622)) | 17732 | ;;;;;; "mh-e/mh-comp.el" (17851 10863)) |
| 17921 | ;;; Generated autoloads from mh-e/mh-comp.el | 17733 | ;;; Generated autoloads from mh-e/mh-comp.el |
| 17922 | 17734 | ||
| 17923 | (autoload (quote mh-smail) "mh-comp" "\ | 17735 | (autoload (quote mh-smail) "mh-comp" "\ |
| @@ -18004,7 +17816,7 @@ delete the draft message. | |||
| 18004 | 17816 | ||
| 18005 | ;;;*** | 17817 | ;;;*** |
| 18006 | 17818 | ||
| 18007 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17843 45622)) | 17819 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17851 10863)) |
| 18008 | ;;; Generated autoloads from mh-e/mh-e.el | 17820 | ;;; Generated autoloads from mh-e/mh-e.el |
| 18009 | 17821 | ||
| 18010 | (put (quote mh-progs) (quote risky-local-variable) t) | 17822 | (put (quote mh-progs) (quote risky-local-variable) t) |
| @@ -18021,7 +17833,7 @@ Display version information about MH-E and the MH mail handling system. | |||
| 18021 | ;;;*** | 17833 | ;;;*** |
| 18022 | 17834 | ||
| 18023 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" | 17835 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" |
| 18024 | ;;;;;; "mh-e/mh-folder.el" (17843 45622)) | 17836 | ;;;;;; "mh-e/mh-folder.el" (17851 10863)) |
| 18025 | ;;; Generated autoloads from mh-e/mh-folder.el | 17837 | ;;; Generated autoloads from mh-e/mh-folder.el |
| 18026 | 17838 | ||
| 18027 | (autoload (quote mh-rmail) "mh-folder" "\ | 17839 | (autoload (quote mh-rmail) "mh-folder" "\ |
| @@ -18103,7 +17915,7 @@ perform the operation on all messages in that region. | |||
| 18103 | ;;;*** | 17915 | ;;;*** |
| 18104 | 17916 | ||
| 18105 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 17917 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
| 18106 | ;;;;;; "midnight.el" (17843 45611)) | 17918 | ;;;;;; "midnight.el" (17851 10838)) |
| 18107 | ;;; Generated autoloads from midnight.el | 17919 | ;;; Generated autoloads from midnight.el |
| 18108 | 17920 | ||
| 18109 | (autoload (quote clean-buffer-list) "midnight" "\ | 17921 | (autoload (quote clean-buffer-list) "midnight" "\ |
| @@ -18130,7 +17942,7 @@ to its second argument TM. | |||
| 18130 | ;;;*** | 17942 | ;;;*** |
| 18131 | 17943 | ||
| 18132 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" | 17944 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" |
| 18133 | ;;;;;; "minibuf-eldef.el" (17843 45611)) | 17945 | ;;;;;; "minibuf-eldef.el" (17851 10838)) |
| 18134 | ;;; Generated autoloads from minibuf-eldef.el | 17946 | ;;; Generated autoloads from minibuf-eldef.el |
| 18135 | 17947 | ||
| 18136 | (defvar minibuffer-electric-default-mode nil "\ | 17948 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -18158,7 +17970,7 @@ Returns non-nil if the new state is enabled. | |||
| 18158 | ;;;*** | 17970 | ;;;*** |
| 18159 | 17971 | ||
| 18160 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" | 17972 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" |
| 18161 | ;;;;;; (17843 45629)) | 17973 | ;;;;;; (17851 10869)) |
| 18162 | ;;; Generated autoloads from progmodes/mixal-mode.el | 17974 | ;;; Generated autoloads from progmodes/mixal-mode.el |
| 18163 | 17975 | ||
| 18164 | (autoload (quote mixal-mode) "mixal-mode" "\ | 17976 | (autoload (quote mixal-mode) "mixal-mode" "\ |
| @@ -18173,7 +17985,7 @@ Major mode for the mixal asm language. | |||
| 18173 | 17985 | ||
| 18174 | ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion | 17986 | ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion |
| 18175 | ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" | 17987 | ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" |
| 18176 | ;;;;;; (17843 45620)) | 17988 | ;;;;;; (17851 10861)) |
| 18177 | ;;; Generated autoloads from language/mlm-util.el | 17989 | ;;; Generated autoloads from language/mlm-util.el |
| 18178 | 17990 | ||
| 18179 | (autoload (quote malayalam-compose-region) "mlm-util" "\ | 17991 | (autoload (quote malayalam-compose-region) "mlm-util" "\ |
| @@ -18196,7 +18008,7 @@ PATTERN regexp. | |||
| 18196 | ;;;*** | 18008 | ;;;*** |
| 18197 | 18009 | ||
| 18198 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) | 18010 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) |
| 18199 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (17843 45617)) | 18011 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (17851 10858)) |
| 18200 | ;;; Generated autoloads from gnus/mm-extern.el | 18012 | ;;; Generated autoloads from gnus/mm-extern.el |
| 18201 | 18013 | ||
| 18202 | (autoload (quote mm-extern-cache-contents) "mm-extern" "\ | 18014 | (autoload (quote mm-extern-cache-contents) "mm-extern" "\ |
| @@ -18215,7 +18027,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18215 | ;;;*** | 18027 | ;;;*** |
| 18216 | 18028 | ||
| 18217 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" | 18029 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" |
| 18218 | ;;;;;; (17843 45617)) | 18030 | ;;;;;; (17851 10858)) |
| 18219 | ;;; Generated autoloads from gnus/mm-partial.el | 18031 | ;;; Generated autoloads from gnus/mm-partial.el |
| 18220 | 18032 | ||
| 18221 | (autoload (quote mm-inline-partial) "mm-partial" "\ | 18033 | (autoload (quote mm-inline-partial) "mm-partial" "\ |
| @@ -18229,7 +18041,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18229 | ;;;*** | 18041 | ;;;*** |
| 18230 | 18042 | ||
| 18231 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) | 18043 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) |
| 18232 | ;;;;;; "mm-url" "gnus/mm-url.el" (17843 45617)) | 18044 | ;;;;;; "mm-url" "gnus/mm-url.el" (17851 10858)) |
| 18233 | ;;; Generated autoloads from gnus/mm-url.el | 18045 | ;;; Generated autoloads from gnus/mm-url.el |
| 18234 | 18046 | ||
| 18235 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ | 18047 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ |
| @@ -18246,7 +18058,7 @@ Insert file contents of URL using `mm-url-program'. | |||
| 18246 | ;;;*** | 18058 | ;;;*** |
| 18247 | 18059 | ||
| 18248 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" | 18060 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" |
| 18249 | ;;;;;; "gnus/mm-uu.el" (17843 45617)) | 18061 | ;;;;;; "gnus/mm-uu.el" (17851 10858)) |
| 18250 | ;;; Generated autoloads from gnus/mm-uu.el | 18062 | ;;; Generated autoloads from gnus/mm-uu.el |
| 18251 | 18063 | ||
| 18252 | (autoload (quote mm-uu-dissect) "mm-uu" "\ | 18064 | (autoload (quote mm-uu-dissect) "mm-uu" "\ |
| @@ -18266,7 +18078,7 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 18266 | ;;;*** | 18078 | ;;;*** |
| 18267 | 18079 | ||
| 18268 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" | 18080 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" |
| 18269 | ;;;;;; (17843 45617)) | 18081 | ;;;;;; (17851 10858)) |
| 18270 | ;;; Generated autoloads from gnus/mml1991.el | 18082 | ;;; Generated autoloads from gnus/mml1991.el |
| 18271 | 18083 | ||
| 18272 | (autoload (quote mml1991-encrypt) "mml1991" "\ | 18084 | (autoload (quote mml1991-encrypt) "mml1991" "\ |
| @@ -18283,7 +18095,7 @@ Not documented | |||
| 18283 | 18095 | ||
| 18284 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt | 18096 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt |
| 18285 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) | 18097 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) |
| 18286 | ;;;;;; "mml2015" "gnus/mml2015.el" (17843 45617)) | 18098 | ;;;;;; "mml2015" "gnus/mml2015.el" (17851 10858)) |
| 18287 | ;;; Generated autoloads from gnus/mml2015.el | 18099 | ;;; Generated autoloads from gnus/mml2015.el |
| 18288 | 18100 | ||
| 18289 | (autoload (quote mml2015-decrypt) "mml2015" "\ | 18101 | (autoload (quote mml2015-decrypt) "mml2015" "\ |
| @@ -18324,7 +18136,7 @@ Not documented | |||
| 18324 | ;;;*** | 18136 | ;;;*** |
| 18325 | 18137 | ||
| 18326 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" | 18138 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" |
| 18327 | ;;;;;; (17276 54295)) | 18139 | ;;;;;; (17289 39206)) |
| 18328 | ;;; Generated autoloads from progmodes/modula2.el | 18140 | ;;; Generated autoloads from progmodes/modula2.el |
| 18329 | 18141 | ||
| 18330 | (autoload (quote modula-2-mode) "modula2" "\ | 18142 | (autoload (quote modula-2-mode) "modula2" "\ |
| @@ -18356,7 +18168,7 @@ followed by the first character of the construct. | |||
| 18356 | ;;;*** | 18168 | ;;;*** |
| 18357 | 18169 | ||
| 18358 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" | 18170 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" |
| 18359 | ;;;;;; (17843 45626)) | 18171 | ;;;;;; (17851 10866)) |
| 18360 | ;;; Generated autoloads from play/morse.el | 18172 | ;;; Generated autoloads from play/morse.el |
| 18361 | 18173 | ||
| 18362 | (autoload (quote morse-region) "morse" "\ | 18174 | (autoload (quote morse-region) "morse" "\ |
| @@ -18371,8 +18183,8 @@ Convert morse coded text in region to ordinary ASCII text. | |||
| 18371 | 18183 | ||
| 18372 | ;;;*** | 18184 | ;;;*** |
| 18373 | 18185 | ||
| 18374 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17843 | 18186 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17851 |
| 18375 | ;;;;;; 45611)) | 18187 | ;;;;;; 10838)) |
| 18376 | ;;; Generated autoloads from mouse-sel.el | 18188 | ;;; Generated autoloads from mouse-sel.el |
| 18377 | 18189 | ||
| 18378 | (defvar mouse-sel-mode nil "\ | 18190 | (defvar mouse-sel-mode nil "\ |
| @@ -18424,7 +18236,7 @@ primary selection and region. | |||
| 18424 | 18236 | ||
| 18425 | ;;;*** | 18237 | ;;;*** |
| 18426 | 18238 | ||
| 18427 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17843 45626)) | 18239 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17851 10866)) |
| 18428 | ;;; Generated autoloads from play/mpuz.el | 18240 | ;;; Generated autoloads from play/mpuz.el |
| 18429 | 18241 | ||
| 18430 | (autoload (quote mpuz) "mpuz" "\ | 18242 | (autoload (quote mpuz) "mpuz" "\ |
| @@ -18434,7 +18246,7 @@ Multiplication puzzle with GNU Emacs. | |||
| 18434 | 18246 | ||
| 18435 | ;;;*** | 18247 | ;;;*** |
| 18436 | 18248 | ||
| 18437 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (17843 45611)) | 18249 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (17851 10838)) |
| 18438 | ;;; Generated autoloads from msb.el | 18250 | ;;; Generated autoloads from msb.el |
| 18439 | 18251 | ||
| 18440 | (defvar msb-mode nil "\ | 18252 | (defvar msb-mode nil "\ |
| @@ -18461,7 +18273,7 @@ different buffer menu using the function `msb'. | |||
| 18461 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 18273 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly |
| 18462 | ;;;;;; describe-coding-system describe-character-set list-charset-chars | 18274 | ;;;;;; describe-coding-system describe-character-set list-charset-chars |
| 18463 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 18275 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 18464 | ;;;;;; (17843 45619)) | 18276 | ;;;;;; (17851 10860)) |
| 18465 | ;;; Generated autoloads from international/mule-diag.el | 18277 | ;;; Generated autoloads from international/mule-diag.el |
| 18466 | 18278 | ||
| 18467 | (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ | 18279 | (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ |
| @@ -18635,7 +18447,7 @@ system which uses fontsets). | |||
| 18635 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion | 18447 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion |
| 18636 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist | 18448 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist |
| 18637 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) | 18449 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) |
| 18638 | ;;;;;; "mule-util" "international/mule-util.el" (17843 45619)) | 18450 | ;;;;;; "mule-util" "international/mule-util.el" (17851 10860)) |
| 18639 | ;;; Generated autoloads from international/mule-util.el | 18451 | ;;; Generated autoloads from international/mule-util.el |
| 18640 | 18452 | ||
| 18641 | (autoload (quote string-to-sequence) "mule-util" "\ | 18453 | (autoload (quote string-to-sequence) "mule-util" "\ |
| @@ -18764,7 +18576,7 @@ basis, this may not be accurate. | |||
| 18764 | ;;;*** | 18576 | ;;;*** |
| 18765 | 18577 | ||
| 18766 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 18578 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 18767 | ;;;;;; (17843 45611)) | 18579 | ;;;;;; (17851 10838)) |
| 18768 | ;;; Generated autoloads from mwheel.el | 18580 | ;;; Generated autoloads from mwheel.el |
| 18769 | 18581 | ||
| 18770 | (defvar mouse-wheel-mode nil "\ | 18582 | (defvar mouse-wheel-mode nil "\ |
| @@ -18793,7 +18605,7 @@ Enable mouse wheel support. | |||
| 18793 | ;;;### (autoloads (network-connection network-connection-to-service | 18605 | ;;;### (autoloads (network-connection network-connection-to-service |
| 18794 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host | 18606 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host |
| 18795 | ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) | 18607 | ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) |
| 18796 | ;;;;;; "net-utils" "net/net-utils.el" (17843 45624)) | 18608 | ;;;;;; "net-utils" "net/net-utils.el" (17851 10863)) |
| 18797 | ;;; Generated autoloads from net/net-utils.el | 18609 | ;;; Generated autoloads from net/net-utils.el |
| 18798 | 18610 | ||
| 18799 | (autoload (quote traceroute) "net-utils" "\ | 18611 | (autoload (quote traceroute) "net-utils" "\ |
| @@ -18889,7 +18701,7 @@ Open a network connection to HOST on PORT. | |||
| 18889 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 18701 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 18890 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 18702 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 18891 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 18703 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 18892 | ;;;;;; "newcomment.el" (17843 45611)) | 18704 | ;;;;;; "newcomment.el" (17851 10839)) |
| 18893 | ;;; Generated autoloads from newcomment.el | 18705 | ;;; Generated autoloads from newcomment.el |
| 18894 | 18706 | ||
| 18895 | (defalias (quote indent-for-comment) (quote comment-indent)) | 18707 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -19085,7 +18897,7 @@ unless optional argument SOFT is non-nil. | |||
| 19085 | 18897 | ||
| 19086 | ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start | 18898 | ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start |
| 19087 | ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" | 18899 | ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" |
| 19088 | ;;;;;; "net/newsticker.el" (17843 45624)) | 18900 | ;;;;;; "net/newsticker.el" (17851 10863)) |
| 19089 | ;;; Generated autoloads from net/newsticker.el | 18901 | ;;; Generated autoloads from net/newsticker.el |
| 19090 | 18902 | ||
| 19091 | (autoload (quote newsticker-running-p) "newsticker" "\ | 18903 | (autoload (quote newsticker-running-p) "newsticker" "\ |
| @@ -19127,7 +18939,7 @@ Switch to newsticker buffer. You may want to bind this to a key. | |||
| 19127 | ;;;*** | 18939 | ;;;*** |
| 19128 | 18940 | ||
| 19129 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" | 18941 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" |
| 19130 | ;;;;;; (17843 45617)) | 18942 | ;;;;;; (17851 10858)) |
| 19131 | ;;; Generated autoloads from gnus/nndiary.el | 18943 | ;;; Generated autoloads from gnus/nndiary.el |
| 19132 | 18944 | ||
| 19133 | (autoload (quote nndiary-generate-nov-databases) "nndiary" "\ | 18945 | (autoload (quote nndiary-generate-nov-databases) "nndiary" "\ |
| @@ -19137,8 +18949,8 @@ Generate NOV databases in all nndiary directories. | |||
| 19137 | 18949 | ||
| 19138 | ;;;*** | 18950 | ;;;*** |
| 19139 | 18951 | ||
| 19140 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17843 | 18952 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17851 |
| 19141 | ;;;;;; 45617)) | 18953 | ;;;;;; 10859)) |
| 19142 | ;;; Generated autoloads from gnus/nndoc.el | 18954 | ;;; Generated autoloads from gnus/nndoc.el |
| 19143 | 18955 | ||
| 19144 | (autoload (quote nndoc-add-type) "nndoc" "\ | 18956 | (autoload (quote nndoc-add-type) "nndoc" "\ |
| @@ -19153,7 +18965,7 @@ symbol in the alist. | |||
| 19153 | ;;;*** | 18965 | ;;;*** |
| 19154 | 18966 | ||
| 19155 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 18967 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 19156 | ;;;;;; (17843 45617)) | 18968 | ;;;;;; (17851 10859)) |
| 19157 | ;;; Generated autoloads from gnus/nnfolder.el | 18969 | ;;; Generated autoloads from gnus/nnfolder.el |
| 19158 | 18970 | ||
| 19159 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 18971 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -19165,7 +18977,7 @@ This command does not work if you use short group names. | |||
| 19165 | ;;;*** | 18977 | ;;;*** |
| 19166 | 18978 | ||
| 19167 | ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" | 18979 | ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" |
| 19168 | ;;;;;; (17843 45617)) | 18980 | ;;;;;; (17851 10859)) |
| 19169 | ;;; Generated autoloads from gnus/nnkiboze.el | 18981 | ;;; Generated autoloads from gnus/nnkiboze.el |
| 19170 | 18982 | ||
| 19171 | (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ | 18983 | (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ |
| @@ -19177,7 +18989,7 @@ Finds out what articles are to be part of the nnkiboze groups. | |||
| 19177 | ;;;*** | 18989 | ;;;*** |
| 19178 | 18990 | ||
| 19179 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 18991 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
| 19180 | ;;;;;; (17843 45617)) | 18992 | ;;;;;; (17851 10859)) |
| 19181 | ;;; Generated autoloads from gnus/nnml.el | 18993 | ;;; Generated autoloads from gnus/nnml.el |
| 19182 | 18994 | ||
| 19183 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ | 18995 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ |
| @@ -19188,7 +19000,7 @@ Generate NOV databases in all nnml directories. | |||
| 19188 | ;;;*** | 19000 | ;;;*** |
| 19189 | 19001 | ||
| 19190 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) | 19002 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) |
| 19191 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (17843 45617)) | 19003 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (17851 10859)) |
| 19192 | ;;; Generated autoloads from gnus/nnsoup.el | 19004 | ;;; Generated autoloads from gnus/nnsoup.el |
| 19193 | 19005 | ||
| 19194 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ | 19006 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ |
| @@ -19209,7 +19021,7 @@ Revert posting and mailing methods to the standard Emacs methods. | |||
| 19209 | ;;;*** | 19021 | ;;;*** |
| 19210 | 19022 | ||
| 19211 | ;;;### (autoloads (disable-command enable-command disabled-command-function) | 19023 | ;;;### (autoloads (disable-command enable-command disabled-command-function) |
| 19212 | ;;;;;; "novice" "novice.el" (17843 45611)) | 19024 | ;;;;;; "novice" "novice.el" (17851 10839)) |
| 19213 | ;;; Generated autoloads from novice.el | 19025 | ;;; Generated autoloads from novice.el |
| 19214 | 19026 | ||
| 19215 | (defvar disabled-command-function (quote disabled-command-function) "\ | 19027 | (defvar disabled-command-function (quote disabled-command-function) "\ |
| @@ -19242,7 +19054,7 @@ to future sessions. | |||
| 19242 | ;;;*** | 19054 | ;;;*** |
| 19243 | 19055 | ||
| 19244 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" | 19056 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" |
| 19245 | ;;;;;; (17843 45630)) | 19057 | ;;;;;; (17851 10872)) |
| 19246 | ;;; Generated autoloads from textmodes/nroff-mode.el | 19058 | ;;; Generated autoloads from textmodes/nroff-mode.el |
| 19247 | 19059 | ||
| 19248 | (autoload (quote nroff-mode) "nroff-mode" "\ | 19060 | (autoload (quote nroff-mode) "nroff-mode" "\ |
| @@ -19257,7 +19069,7 @@ closing requests for requests that are used in matched pairs. | |||
| 19257 | ;;;*** | 19069 | ;;;*** |
| 19258 | 19070 | ||
| 19259 | ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" | 19071 | ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" |
| 19260 | ;;;;;; (17843 45629)) | 19072 | ;;;;;; (17851 10869)) |
| 19261 | ;;; Generated autoloads from progmodes/octave-hlp.el | 19073 | ;;; Generated autoloads from progmodes/octave-hlp.el |
| 19262 | 19074 | ||
| 19263 | (autoload (quote octave-help) "octave-hlp" "\ | 19075 | (autoload (quote octave-help) "octave-hlp" "\ |
| @@ -19271,7 +19083,7 @@ If KEY is not a string, prompt for it with completion. | |||
| 19271 | ;;;*** | 19083 | ;;;*** |
| 19272 | 19084 | ||
| 19273 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" | 19085 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" |
| 19274 | ;;;;;; (17843 45629)) | 19086 | ;;;;;; (17851 10869)) |
| 19275 | ;;; Generated autoloads from progmodes/octave-inf.el | 19087 | ;;; Generated autoloads from progmodes/octave-inf.el |
| 19276 | 19088 | ||
| 19277 | (autoload (quote inferior-octave) "octave-inf" "\ | 19089 | (autoload (quote inferior-octave) "octave-inf" "\ |
| @@ -19294,7 +19106,7 @@ startup file, `~/.emacs-octave'. | |||
| 19294 | ;;;*** | 19106 | ;;;*** |
| 19295 | 19107 | ||
| 19296 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 19108 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 19297 | ;;;;;; (17843 45629)) | 19109 | ;;;;;; (17851 10869)) |
| 19298 | ;;; Generated autoloads from progmodes/octave-mod.el | 19110 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 19299 | 19111 | ||
| 19300 | (autoload (quote octave-mode) "octave-mod" "\ | 19112 | (autoload (quote octave-mode) "octave-mod" "\ |
| @@ -19392,35 +19204,13 @@ including a reproducible test case and send the message. | |||
| 19392 | 19204 | ||
| 19393 | ;;;*** | 19205 | ;;;*** |
| 19394 | 19206 | ||
| 19395 | ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" | ||
| 19396 | ;;;;;; (17843 45625)) | ||
| 19397 | ;;; Generated autoloads from obsolete/options.el | ||
| 19398 | |||
| 19399 | (autoload (quote list-options) "options" "\ | ||
| 19400 | Display a list of Emacs user options, with values and documentation. | ||
| 19401 | It is now better to use Customize instead. | ||
| 19402 | |||
| 19403 | \(fn)" t nil) | ||
| 19404 | |||
| 19405 | (autoload (quote edit-options) "options" "\ | ||
| 19406 | Edit a list of Emacs user option values. | ||
| 19407 | Selects a buffer containing such a list, | ||
| 19408 | in which there are commands to set the option values. | ||
| 19409 | Type \\[describe-mode] in that buffer for a list of commands. | ||
| 19410 | |||
| 19411 | The Custom feature is intended to make this obsolete. | ||
| 19412 | |||
| 19413 | \(fn)" t nil) | ||
| 19414 | |||
| 19415 | ;;;*** | ||
| 19416 | |||
| 19417 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files | 19207 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files |
| 19418 | ;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl | 19208 | ;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl |
| 19419 | ;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation | 19209 | ;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation |
| 19420 | ;;;;;; org-store-link org-tags-view org-diary org-cycle-agenda-files | 19210 | ;;;;;; org-store-link org-tags-view org-diary org-cycle-agenda-files |
| 19421 | ;;;;;; org-todo-list org-agenda-list org-batch-agenda org-agenda | 19211 | ;;;;;; org-todo-list org-agenda-list org-batch-agenda org-agenda |
| 19422 | ;;;;;; org-global-cycle org-cycle org-mode) "org" "textmodes/org.el" | 19212 | ;;;;;; org-global-cycle org-cycle org-mode) "org" "textmodes/org.el" |
| 19423 | ;;;;;; (17843 45630)) | 19213 | ;;;;;; (17851 10872)) |
| 19424 | ;;; Generated autoloads from textmodes/org.el | 19214 | ;;; Generated autoloads from textmodes/org.el |
| 19425 | 19215 | ||
| 19426 | (autoload (quote org-mode) "org" "\ | 19216 | (autoload (quote org-mode) "org" "\ |
| @@ -19688,7 +19478,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'. | |||
| 19688 | ;;;*** | 19478 | ;;;*** |
| 19689 | 19479 | ||
| 19690 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" | 19480 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" |
| 19691 | ;;;;;; (17843 45611)) | 19481 | ;;;;;; (17851 10839)) |
| 19692 | ;;; Generated autoloads from outline.el | 19482 | ;;; Generated autoloads from outline.el |
| 19693 | (put 'outline-regexp 'safe-local-variable 'string-or-null-p) | 19483 | (put 'outline-regexp 'safe-local-variable 'string-or-null-p) |
| 19694 | 19484 | ||
| @@ -19744,8 +19534,8 @@ See the command `outline-mode' for more information on this mode. | |||
| 19744 | 19534 | ||
| 19745 | ;;;*** | 19535 | ;;;*** |
| 19746 | 19536 | ||
| 19747 | ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17843 | 19537 | ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17851 |
| 19748 | ;;;;;; 45630)) | 19538 | ;;;;;; 10872)) |
| 19749 | ;;; Generated autoloads from textmodes/paragraphs.el | 19539 | ;;; Generated autoloads from textmodes/paragraphs.el |
| 19750 | (put 'paragraph-start 'safe-local-variable 'stringp) | 19540 | (put 'paragraph-start 'safe-local-variable 'stringp) |
| 19751 | (put 'paragraph-separate 'safe-local-variable 'stringp) | 19541 | (put 'paragraph-separate 'safe-local-variable 'stringp) |
| @@ -19759,7 +19549,7 @@ See the command `outline-mode' for more information on this mode. | |||
| 19759 | 19549 | ||
| 19760 | ;;;*** | 19550 | ;;;*** |
| 19761 | 19551 | ||
| 19762 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17843 45611)) | 19552 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17851 10839)) |
| 19763 | ;;; Generated autoloads from paren.el | 19553 | ;;; Generated autoloads from paren.el |
| 19764 | 19554 | ||
| 19765 | (defvar show-paren-mode nil "\ | 19555 | (defvar show-paren-mode nil "\ |
| @@ -19784,7 +19574,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time. | |||
| 19784 | ;;;*** | 19574 | ;;;*** |
| 19785 | 19575 | ||
| 19786 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" | 19576 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" |
| 19787 | ;;;;;; (17843 45615)) | 19577 | ;;;;;; (17851 10852)) |
| 19788 | ;;; Generated autoloads from calendar/parse-time.el | 19578 | ;;; Generated autoloads from calendar/parse-time.el |
| 19789 | 19579 | ||
| 19790 | (autoload (quote parse-time-string) "parse-time" "\ | 19580 | (autoload (quote parse-time-string) "parse-time" "\ |
| @@ -19796,8 +19586,8 @@ unknown are returned as nil. | |||
| 19796 | 19586 | ||
| 19797 | ;;;*** | 19587 | ;;;*** |
| 19798 | 19588 | ||
| 19799 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17843 | 19589 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17851 |
| 19800 | ;;;;;; 45629)) | 19590 | ;;;;;; 10869)) |
| 19801 | ;;; Generated autoloads from progmodes/pascal.el | 19591 | ;;; Generated autoloads from progmodes/pascal.el |
| 19802 | 19592 | ||
| 19803 | (autoload (quote pascal-mode) "pascal" "\ | 19593 | (autoload (quote pascal-mode) "pascal" "\ |
| @@ -19850,7 +19640,7 @@ no args, if that value is non-nil. | |||
| 19850 | ;;;*** | 19640 | ;;;*** |
| 19851 | 19641 | ||
| 19852 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" | 19642 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" |
| 19853 | ;;;;;; (17843 45615)) | 19643 | ;;;;;; (17851 10853)) |
| 19854 | ;;; Generated autoloads from emulation/pc-mode.el | 19644 | ;;; Generated autoloads from emulation/pc-mode.el |
| 19855 | 19645 | ||
| 19856 | (autoload (quote pc-bindings-mode) "pc-mode" "\ | 19646 | (autoload (quote pc-bindings-mode) "pc-mode" "\ |
| @@ -19868,7 +19658,7 @@ C-Escape does list-buffers. | |||
| 19868 | ;;;*** | 19658 | ;;;*** |
| 19869 | 19659 | ||
| 19870 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 19660 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
| 19871 | ;;;;;; "emulation/pc-select.el" (17843 45615)) | 19661 | ;;;;;; "emulation/pc-select.el" (17851 10853)) |
| 19872 | ;;; Generated autoloads from emulation/pc-select.el | 19662 | ;;; Generated autoloads from emulation/pc-select.el |
| 19873 | 19663 | ||
| 19874 | (defvar pc-selection-mode nil "\ | 19664 | (defvar pc-selection-mode nil "\ |
| @@ -19944,8 +19734,8 @@ you must modify it using \\[customize] or \\[pc-selection-mode].") | |||
| 19944 | 19734 | ||
| 19945 | ;;;*** | 19735 | ;;;*** |
| 19946 | 19736 | ||
| 19947 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17843 | 19737 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17851 |
| 19948 | ;;;;;; 45611)) | 19738 | ;;;;;; 10839)) |
| 19949 | ;;; Generated autoloads from pcmpl-cvs.el | 19739 | ;;; Generated autoloads from pcmpl-cvs.el |
| 19950 | 19740 | ||
| 19951 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ | 19741 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ |
| @@ -19956,7 +19746,7 @@ Completion rules for the `cvs' command. | |||
| 19956 | ;;;*** | 19746 | ;;;*** |
| 19957 | 19747 | ||
| 19958 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) | 19748 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) |
| 19959 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17843 45611)) | 19749 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17851 10839)) |
| 19960 | ;;; Generated autoloads from pcmpl-gnu.el | 19750 | ;;; Generated autoloads from pcmpl-gnu.el |
| 19961 | 19751 | ||
| 19962 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ | 19752 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ |
| @@ -19984,7 +19774,7 @@ Completion for the GNU tar utility. | |||
| 19984 | ;;;*** | 19774 | ;;;*** |
| 19985 | 19775 | ||
| 19986 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 19776 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 19987 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17843 45611)) | 19777 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17851 10839)) |
| 19988 | ;;; Generated autoloads from pcmpl-linux.el | 19778 | ;;; Generated autoloads from pcmpl-linux.el |
| 19989 | 19779 | ||
| 19990 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ | 19780 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ |
| @@ -20004,8 +19794,8 @@ Completion for GNU/Linux `mount'. | |||
| 20004 | 19794 | ||
| 20005 | ;;;*** | 19795 | ;;;*** |
| 20006 | 19796 | ||
| 20007 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17843 | 19797 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17851 |
| 20008 | ;;;;;; 45611)) | 19798 | ;;;;;; 10839)) |
| 20009 | ;;; Generated autoloads from pcmpl-rpm.el | 19799 | ;;; Generated autoloads from pcmpl-rpm.el |
| 20010 | 19800 | ||
| 20011 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ | 19801 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ |
| @@ -20021,7 +19811,7 @@ You can use \\[eshell-report-bug] to do so. | |||
| 20021 | 19811 | ||
| 20022 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which | 19812 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which |
| 20023 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) | 19813 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) |
| 20024 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17843 45611)) | 19814 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17851 10839)) |
| 20025 | ;;; Generated autoloads from pcmpl-unix.el | 19815 | ;;; Generated autoloads from pcmpl-unix.el |
| 20026 | 19816 | ||
| 20027 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ | 19817 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ |
| @@ -20067,8 +19857,8 @@ Completion for the `chgrp' command. | |||
| 20067 | 19857 | ||
| 20068 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 19858 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 20069 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 19859 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 20070 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17843 | 19860 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17851 |
| 20071 | ;;;;;; 45611)) | 19861 | ;;;;;; 10839)) |
| 20072 | ;;; Generated autoloads from pcomplete.el | 19862 | ;;; Generated autoloads from pcomplete.el |
| 20073 | 19863 | ||
| 20074 | (autoload (quote pcomplete) "pcomplete" "\ | 19864 | (autoload (quote pcomplete) "pcomplete" "\ |
| @@ -20127,7 +19917,7 @@ Setup shell-mode to use pcomplete. | |||
| 20127 | 19917 | ||
| 20128 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 19918 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 20129 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 19919 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 20130 | ;;;;;; "pcvs.el" (17843 45612)) | 19920 | ;;;;;; "pcvs.el" (17851 10840)) |
| 20131 | ;;; Generated autoloads from pcvs.el | 19921 | ;;; Generated autoloads from pcvs.el |
| 20132 | 19922 | ||
| 20133 | (autoload (quote cvs-checkout) "pcvs" "\ | 19923 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -20204,7 +19994,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 20204 | 19994 | ||
| 20205 | ;;;*** | 19995 | ;;;*** |
| 20206 | 19996 | ||
| 20207 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17843 45611)) | 19997 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17851 10839)) |
| 20208 | ;;; Generated autoloads from pcvs-defs.el | 19998 | ;;; Generated autoloads from pcvs-defs.el |
| 20209 | 19999 | ||
| 20210 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) | 20000 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) |
| @@ -20212,7 +20002,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 20212 | ;;;*** | 20002 | ;;;*** |
| 20213 | 20003 | ||
| 20214 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 20004 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 20215 | ;;;;;; (17843 45629)) | 20005 | ;;;;;; (17851 10869)) |
| 20216 | ;;; Generated autoloads from progmodes/perl-mode.el | 20006 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 20217 | 20007 | ||
| 20218 | (autoload (quote perl-mode) "perl-mode" "\ | 20008 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -20270,7 +20060,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 20270 | ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key | 20060 | ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key |
| 20271 | ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt | 20061 | ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt |
| 20272 | ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region | 20062 | ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region |
| 20273 | ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17843 45612)) | 20063 | ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17851 10840)) |
| 20274 | ;;; Generated autoloads from pgg.el | 20064 | ;;; Generated autoloads from pgg.el |
| 20275 | 20065 | ||
| 20276 | (autoload (quote pgg-encrypt-region) "pgg" "\ | 20066 | (autoload (quote pgg-encrypt-region) "pgg" "\ |
| @@ -20404,7 +20194,7 @@ Import public keys in the current buffer. | |||
| 20404 | ;;;*** | 20194 | ;;;*** |
| 20405 | 20195 | ||
| 20406 | ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" | 20196 | ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" |
| 20407 | ;;;;;; (17843 45612)) | 20197 | ;;;;;; (17851 10840)) |
| 20408 | ;;; Generated autoloads from pgg-gpg.el | 20198 | ;;; Generated autoloads from pgg-gpg.el |
| 20409 | 20199 | ||
| 20410 | (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ | 20200 | (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ |
| @@ -20415,7 +20205,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. | |||
| 20415 | ;;;*** | 20205 | ;;;*** |
| 20416 | 20206 | ||
| 20417 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 20207 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 20418 | ;;;;;; (17843 45630)) | 20208 | ;;;;;; (17851 10872)) |
| 20419 | ;;; Generated autoloads from textmodes/picture.el | 20209 | ;;; Generated autoloads from textmodes/picture.el |
| 20420 | 20210 | ||
| 20421 | (autoload (quote picture-mode) "picture" "\ | 20211 | (autoload (quote picture-mode) "picture" "\ |
| @@ -20496,7 +20286,7 @@ they are not defaultly assigned to keys. | |||
| 20496 | ;;;*** | 20286 | ;;;*** |
| 20497 | 20287 | ||
| 20498 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 20288 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 20499 | ;;;;;; (17843 45630)) | 20289 | ;;;;;; (17851 10872)) |
| 20500 | ;;; Generated autoloads from textmodes/po.el | 20290 | ;;; Generated autoloads from textmodes/po.el |
| 20501 | 20291 | ||
| 20502 | (autoload (quote po-find-file-coding-system) "po" "\ | 20292 | (autoload (quote po-find-file-coding-system) "po" "\ |
| @@ -20507,7 +20297,7 @@ Called through `file-coding-system-alist', before the file is visited for real. | |||
| 20507 | 20297 | ||
| 20508 | ;;;*** | 20298 | ;;;*** |
| 20509 | 20299 | ||
| 20510 | ;;;### (autoloads (pong) "pong" "play/pong.el" (17843 45626)) | 20300 | ;;;### (autoloads (pong) "pong" "play/pong.el" (17851 10866)) |
| 20511 | ;;; Generated autoloads from play/pong.el | 20301 | ;;; Generated autoloads from play/pong.el |
| 20512 | 20302 | ||
| 20513 | (autoload (quote pong) "pong" "\ | 20303 | (autoload (quote pong) "pong" "\ |
| @@ -20524,7 +20314,7 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 20524 | ;;;*** | 20314 | ;;;*** |
| 20525 | 20315 | ||
| 20526 | ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer | 20316 | ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer |
| 20527 | ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17843 45615)) | 20317 | ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17851 10853)) |
| 20528 | ;;; Generated autoloads from emacs-lisp/pp.el | 20318 | ;;; Generated autoloads from emacs-lisp/pp.el |
| 20529 | 20319 | ||
| 20530 | (autoload (quote pp-to-string) "pp" "\ | 20320 | (autoload (quote pp-to-string) "pp" "\ |
| @@ -20580,7 +20370,7 @@ Ignores leading comment characters. | |||
| 20580 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview | 20370 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview |
| 20581 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript | 20371 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript |
| 20582 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" | 20372 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" |
| 20583 | ;;;;;; (17843 45612)) | 20373 | ;;;;;; (17851 10840)) |
| 20584 | ;;; Generated autoloads from printing.el | 20374 | ;;; Generated autoloads from printing.el |
| 20585 | 20375 | ||
| 20586 | (autoload (quote pr-interface) "printing" "\ | 20376 | (autoload (quote pr-interface) "printing" "\ |
| @@ -21168,7 +20958,7 @@ are both set to t. | |||
| 21168 | ;;;*** | 20958 | ;;;*** |
| 21169 | 20959 | ||
| 21170 | ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" | 20960 | ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" |
| 21171 | ;;;;;; (17843 45629)) | 20961 | ;;;;;; (17851 10869)) |
| 21172 | ;;; Generated autoloads from progmodes/prolog.el | 20962 | ;;; Generated autoloads from progmodes/prolog.el |
| 21173 | 20963 | ||
| 21174 | (autoload (quote prolog-mode) "prolog" "\ | 20964 | (autoload (quote prolog-mode) "prolog" "\ |
| @@ -21191,7 +20981,7 @@ With prefix argument \\[universal-prefix], prompt for the program to use. | |||
| 21191 | 20981 | ||
| 21192 | ;;;*** | 20982 | ;;;*** |
| 21193 | 20983 | ||
| 21194 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17843 45612)) | 20984 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17851 10840)) |
| 21195 | ;;; Generated autoloads from ps-bdf.el | 20985 | ;;; Generated autoloads from ps-bdf.el |
| 21196 | 20986 | ||
| 21197 | (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ | 20987 | (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ |
| @@ -21200,8 +20990,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 21200 | 20990 | ||
| 21201 | ;;;*** | 20991 | ;;;*** |
| 21202 | 20992 | ||
| 21203 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17843 | 20993 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17851 |
| 21204 | ;;;;;; 45629)) | 20994 | ;;;;;; 10869)) |
| 21205 | ;;; Generated autoloads from progmodes/ps-mode.el | 20995 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 21206 | 20996 | ||
| 21207 | (autoload (quote ps-mode) "ps-mode" "\ | 20997 | (autoload (quote ps-mode) "ps-mode" "\ |
| @@ -21250,7 +21040,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 21250 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string | 21040 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string |
| 21251 | ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string | 21041 | ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string |
| 21252 | ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) | 21042 | ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) |
| 21253 | ;;;;;; "ps-mule" "ps-mule.el" (17843 45612)) | 21043 | ;;;;;; "ps-mule" "ps-mule.el" (17851 10840)) |
| 21254 | ;;; Generated autoloads from ps-mule.el | 21044 | ;;; Generated autoloads from ps-mule.el |
| 21255 | 21045 | ||
| 21256 | (defvar ps-multibyte-buffer nil "\ | 21046 | (defvar ps-multibyte-buffer nil "\ |
| @@ -21371,8 +21161,8 @@ Not documented | |||
| 21371 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 21161 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 21372 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 21162 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 21373 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 21163 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 21374 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17843 | 21164 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17851 |
| 21375 | ;;;;;; 45612)) | 21165 | ;;;;;; 10840)) |
| 21376 | ;;; Generated autoloads from ps-print.el | 21166 | ;;; Generated autoloads from ps-print.el |
| 21377 | 21167 | ||
| 21378 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ | 21168 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ |
| @@ -21569,7 +21359,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21569 | ;;;*** | 21359 | ;;;*** |
| 21570 | 21360 | ||
| 21571 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" | 21361 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" |
| 21572 | ;;;;;; (17843 45629)) | 21362 | ;;;;;; (17851 10869)) |
| 21573 | ;;; Generated autoloads from progmodes/python.el | 21363 | ;;; Generated autoloads from progmodes/python.el |
| 21574 | 21364 | ||
| 21575 | (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) | 21365 | (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) |
| @@ -21644,7 +21434,7 @@ Runs `jython-mode-hook' after `python-mode-hook'. | |||
| 21644 | ;;;*** | 21434 | ;;;*** |
| 21645 | 21435 | ||
| 21646 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" | 21436 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" |
| 21647 | ;;;;;; (17843 45617)) | 21437 | ;;;;;; (17851 10859)) |
| 21648 | ;;; Generated autoloads from gnus/qp.el | 21438 | ;;; Generated autoloads from gnus/qp.el |
| 21649 | 21439 | ||
| 21650 | (autoload (quote quoted-printable-decode-region) "qp" "\ | 21440 | (autoload (quote quoted-printable-decode-region) "qp" "\ |
| @@ -21667,7 +21457,7 @@ them into characters should be done separately. | |||
| 21667 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 21457 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 21668 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 21458 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 21669 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 21459 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 21670 | ;;;;;; "international/quail.el" (17843 45619)) | 21460 | ;;;;;; "international/quail.el" (17851 10861)) |
| 21671 | ;;; Generated autoloads from international/quail.el | 21461 | ;;; Generated autoloads from international/quail.el |
| 21672 | 21462 | ||
| 21673 | (autoload (quote quail-title) "quail" "\ | 21463 | (autoload (quote quail-title) "quail" "\ |
| @@ -21898,8 +21688,8 @@ of each directory. | |||
| 21898 | 21688 | ||
| 21899 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 21689 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 21900 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 21690 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 21901 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17843 | 21691 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17851 |
| 21902 | ;;;;;; 45624)) | 21692 | ;;;;;; 10864)) |
| 21903 | ;;; Generated autoloads from net/quickurl.el | 21693 | ;;; Generated autoloads from net/quickurl.el |
| 21904 | 21694 | ||
| 21905 | (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" "\ | 21695 | (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" "\ |
| @@ -21971,7 +21761,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 21971 | ;;;*** | 21761 | ;;;*** |
| 21972 | 21762 | ||
| 21973 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" | 21763 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" |
| 21974 | ;;;;;; "net/rcirc.el" (17843 45624)) | 21764 | ;;;;;; "net/rcirc.el" (17851 10864)) |
| 21975 | ;;; Generated autoloads from net/rcirc.el | 21765 | ;;; Generated autoloads from net/rcirc.el |
| 21976 | 21766 | ||
| 21977 | (autoload (quote rcirc) "rcirc" "\ | 21767 | (autoload (quote rcirc) "rcirc" "\ |
| @@ -22003,8 +21793,8 @@ Global minor mode for tracking activity in rcirc buffers. | |||
| 22003 | 21793 | ||
| 22004 | ;;;*** | 21794 | ;;;*** |
| 22005 | 21795 | ||
| 22006 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17843 | 21796 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17851 |
| 22007 | ;;;;;; 45624)) | 21797 | ;;;;;; 10864)) |
| 22008 | ;;; Generated autoloads from net/rcompile.el | 21798 | ;;; Generated autoloads from net/rcompile.el |
| 22009 | 21799 | ||
| 22010 | (autoload (quote remote-compile) "rcompile" "\ | 21800 | (autoload (quote remote-compile) "rcompile" "\ |
| @@ -22016,7 +21806,7 @@ See \\[compile]. | |||
| 22016 | ;;;*** | 21806 | ;;;*** |
| 22017 | 21807 | ||
| 22018 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 21808 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 22019 | ;;;;;; (17843 45615)) | 21809 | ;;;;;; (17851 10853)) |
| 22020 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 21810 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 22021 | 21811 | ||
| 22022 | (defalias (quote regexp-builder) (quote re-builder)) | 21812 | (defalias (quote regexp-builder) (quote re-builder)) |
| @@ -22028,7 +21818,7 @@ Construct a regexp interactively. | |||
| 22028 | 21818 | ||
| 22029 | ;;;*** | 21819 | ;;;*** |
| 22030 | 21820 | ||
| 22031 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17843 45612)) | 21821 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17851 10841)) |
| 22032 | ;;; Generated autoloads from recentf.el | 21822 | ;;; Generated autoloads from recentf.el |
| 22033 | 21823 | ||
| 22034 | (defvar recentf-mode nil "\ | 21824 | (defvar recentf-mode nil "\ |
| @@ -22055,8 +21845,8 @@ that were operated on recently. | |||
| 22055 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle | 21845 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle |
| 22056 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle | 21846 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle |
| 22057 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle | 21847 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle |
| 22058 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17843 | 21848 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17851 |
| 22059 | ;;;;;; 45612)) | 21849 | ;;;;;; 10841)) |
| 22060 | ;;; Generated autoloads from rect.el | 21850 | ;;; Generated autoloads from rect.el |
| 22061 | 21851 | ||
| 22062 | (autoload (quote move-to-column-force) "rect" "\ | 21852 | (autoload (quote move-to-column-force) "rect" "\ |
| @@ -22184,8 +21974,8 @@ rectangle which were empty. | |||
| 22184 | 21974 | ||
| 22185 | ;;;*** | 21975 | ;;;*** |
| 22186 | 21976 | ||
| 22187 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17843 | 21977 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17851 |
| 22188 | ;;;;;; 45630)) | 21978 | ;;;;;; 10872)) |
| 22189 | ;;; Generated autoloads from textmodes/refill.el | 21979 | ;;; Generated autoloads from textmodes/refill.el |
| 22190 | 21980 | ||
| 22191 | (autoload (quote refill-mode) "refill" "\ | 21981 | (autoload (quote refill-mode) "refill" "\ |
| @@ -22201,7 +21991,7 @@ refilling if they would cause auto-filling. | |||
| 22201 | ;;;*** | 21991 | ;;;*** |
| 22202 | 21992 | ||
| 22203 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode | 21993 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode |
| 22204 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17843 45630)) | 21994 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17851 10872)) |
| 22205 | ;;; Generated autoloads from textmodes/reftex.el | 21995 | ;;; Generated autoloads from textmodes/reftex.el |
| 22206 | 21996 | ||
| 22207 | (autoload (quote turn-on-reftex) "reftex" "\ | 21997 | (autoload (quote turn-on-reftex) "reftex" "\ |
| @@ -22251,7 +22041,7 @@ This enforces rescanning the buffer on next use. | |||
| 22251 | ;;;*** | 22041 | ;;;*** |
| 22252 | 22042 | ||
| 22253 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 22043 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 22254 | ;;;;;; (17843 45630)) | 22044 | ;;;;;; (17851 10872)) |
| 22255 | ;;; Generated autoloads from textmodes/reftex-cite.el | 22045 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 22256 | 22046 | ||
| 22257 | (autoload (quote reftex-citation) "reftex-cite" "\ | 22047 | (autoload (quote reftex-citation) "reftex-cite" "\ |
| @@ -22281,7 +22071,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 22281 | ;;;*** | 22071 | ;;;*** |
| 22282 | 22072 | ||
| 22283 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" | 22073 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" |
| 22284 | ;;;;;; (17843 45630)) | 22074 | ;;;;;; (17851 10872)) |
| 22285 | ;;; Generated autoloads from textmodes/reftex-global.el | 22075 | ;;; Generated autoloads from textmodes/reftex-global.el |
| 22286 | 22076 | ||
| 22287 | (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ | 22077 | (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ |
| @@ -22298,7 +22088,7 @@ With no argument, this command toggles | |||
| 22298 | ;;;*** | 22088 | ;;;*** |
| 22299 | 22089 | ||
| 22300 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 22090 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 22301 | ;;;;;; (17843 45630)) | 22091 | ;;;;;; (17851 10872)) |
| 22302 | ;;; Generated autoloads from textmodes/reftex-index.el | 22092 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 22303 | 22093 | ||
| 22304 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ | 22094 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ |
| @@ -22331,7 +22121,7 @@ Here are all local bindings. | |||
| 22331 | ;;;*** | 22121 | ;;;*** |
| 22332 | 22122 | ||
| 22333 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" | 22123 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" |
| 22334 | ;;;;;; (17843 45630)) | 22124 | ;;;;;; (17851 10872)) |
| 22335 | ;;; Generated autoloads from textmodes/reftex-parse.el | 22125 | ;;; Generated autoloads from textmodes/reftex-parse.el |
| 22336 | 22126 | ||
| 22337 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ | 22127 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ |
| @@ -22343,8 +22133,8 @@ of master file. | |||
| 22343 | 22133 | ||
| 22344 | ;;;*** | 22134 | ;;;*** |
| 22345 | 22135 | ||
| 22346 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17843 | 22136 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17851 |
| 22347 | ;;;;;; 45630)) | 22137 | ;;;;;; 10872)) |
| 22348 | ;;; Generated autoloads from textmodes/reftex-vars.el | 22138 | ;;; Generated autoloads from textmodes/reftex-vars.el |
| 22349 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22139 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 22350 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22140 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| @@ -22354,7 +22144,7 @@ of master file. | |||
| 22354 | ;;;*** | 22144 | ;;;*** |
| 22355 | 22145 | ||
| 22356 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 22146 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 22357 | ;;;;;; (17843 45615)) | 22147 | ;;;;;; (17851 10853)) |
| 22358 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 22148 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 22359 | 22149 | ||
| 22360 | (autoload (quote regexp-opt) "regexp-opt" "\ | 22150 | (autoload (quote regexp-opt) "regexp-opt" "\ |
| @@ -22381,7 +22171,7 @@ This means the number of non-shy regexp grouping constructs | |||
| 22381 | 22171 | ||
| 22382 | ;;;*** | 22172 | ;;;*** |
| 22383 | 22173 | ||
| 22384 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (17843 45612)) | 22174 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (17851 10841)) |
| 22385 | ;;; Generated autoloads from repeat.el | 22175 | ;;; Generated autoloads from repeat.el |
| 22386 | 22176 | ||
| 22387 | (autoload (quote repeat) "repeat" "\ | 22177 | (autoload (quote repeat) "repeat" "\ |
| @@ -22399,7 +22189,7 @@ can be modified by the global variable `repeat-on-final-keystroke'. | |||
| 22399 | ;;;*** | 22189 | ;;;*** |
| 22400 | 22190 | ||
| 22401 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 22191 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 22402 | ;;;;;; (17843 45622)) | 22192 | ;;;;;; (17851 10862)) |
| 22403 | ;;; Generated autoloads from mail/reporter.el | 22193 | ;;; Generated autoloads from mail/reporter.el |
| 22404 | 22194 | ||
| 22405 | (autoload (quote reporter-submit-bug-report) "reporter" "\ | 22195 | (autoload (quote reporter-submit-bug-report) "reporter" "\ |
| @@ -22431,7 +22221,7 @@ mail-sending package is used for editing and sending the message. | |||
| 22431 | ;;;*** | 22221 | ;;;*** |
| 22432 | 22222 | ||
| 22433 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 22223 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
| 22434 | ;;;;;; (17843 45612)) | 22224 | ;;;;;; (17851 10841)) |
| 22435 | ;;; Generated autoloads from reposition.el | 22225 | ;;; Generated autoloads from reposition.el |
| 22436 | 22226 | ||
| 22437 | (autoload (quote reposition-window) "reposition" "\ | 22227 | (autoload (quote reposition-window) "reposition" "\ |
| @@ -22458,8 +22248,8 @@ first comment line visible (if point is in a comment). | |||
| 22458 | 22248 | ||
| 22459 | ;;;*** | 22249 | ;;;*** |
| 22460 | 22250 | ||
| 22461 | ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17843 | 22251 | ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17851 |
| 22462 | ;;;;;; 45612)) | 22252 | ;;;;;; 10841)) |
| 22463 | ;;; Generated autoloads from resume.el | 22253 | ;;; Generated autoloads from resume.el |
| 22464 | 22254 | ||
| 22465 | (autoload (quote resume-suspend-hook) "resume" "\ | 22255 | (autoload (quote resume-suspend-hook) "resume" "\ |
| @@ -22470,7 +22260,7 @@ Clear out the file used for transmitting args when Emacs resumes. | |||
| 22470 | ;;;*** | 22260 | ;;;*** |
| 22471 | 22261 | ||
| 22472 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | 22262 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" |
| 22473 | ;;;;;; (17843 45612)) | 22263 | ;;;;;; (17851 10841)) |
| 22474 | ;;; Generated autoloads from reveal.el | 22264 | ;;; Generated autoloads from reveal.el |
| 22475 | 22265 | ||
| 22476 | (autoload (quote reveal-mode) "reveal" "\ | 22266 | (autoload (quote reveal-mode) "reveal" "\ |
| @@ -22505,7 +22295,7 @@ With zero or negative ARG turn mode off. | |||
| 22505 | ;;;*** | 22295 | ;;;*** |
| 22506 | 22296 | ||
| 22507 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" | 22297 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" |
| 22508 | ;;;;;; (17843 45615)) | 22298 | ;;;;;; (17851 10853)) |
| 22509 | ;;; Generated autoloads from emacs-lisp/ring.el | 22299 | ;;; Generated autoloads from emacs-lisp/ring.el |
| 22510 | 22300 | ||
| 22511 | (autoload (quote ring-p) "ring" "\ | 22301 | (autoload (quote ring-p) "ring" "\ |
| @@ -22520,7 +22310,7 @@ Make a ring that can contain SIZE elements. | |||
| 22520 | 22310 | ||
| 22521 | ;;;*** | 22311 | ;;;*** |
| 22522 | 22312 | ||
| 22523 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17843 45624)) | 22313 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17851 10864)) |
| 22524 | ;;; Generated autoloads from net/rlogin.el | 22314 | ;;; Generated autoloads from net/rlogin.el |
| 22525 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") | 22315 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") |
| 22526 | 22316 | ||
| @@ -22571,8 +22361,8 @@ variable. | |||
| 22571 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 22361 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 22572 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 22362 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 22573 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names | 22363 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names |
| 22574 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17843 | 22364 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17851 |
| 22575 | ;;;;;; 45622)) | 22365 | ;;;;;; 10862)) |
| 22576 | ;;; Generated autoloads from mail/rmail.el | 22366 | ;;; Generated autoloads from mail/rmail.el |
| 22577 | 22367 | ||
| 22578 | (autoload (quote rmail-movemail-variant-p) "rmail" "\ | 22368 | (autoload (quote rmail-movemail-variant-p) "rmail" "\ |
| @@ -22837,7 +22627,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. | |||
| 22837 | ;;;*** | 22627 | ;;;*** |
| 22838 | 22628 | ||
| 22839 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 22629 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
| 22840 | ;;;;;; (17843 45622)) | 22630 | ;;;;;; (17851 10862)) |
| 22841 | ;;; Generated autoloads from mail/rmailedit.el | 22631 | ;;; Generated autoloads from mail/rmailedit.el |
| 22842 | 22632 | ||
| 22843 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 22633 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ |
| @@ -22849,7 +22639,7 @@ Edit the contents of this message. | |||
| 22849 | 22639 | ||
| 22850 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message | 22640 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message |
| 22851 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" | 22641 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" |
| 22852 | ;;;;;; "mail/rmailkwd.el" (17843 45622)) | 22642 | ;;;;;; "mail/rmailkwd.el" (17851 10862)) |
| 22853 | ;;; Generated autoloads from mail/rmailkwd.el | 22643 | ;;; Generated autoloads from mail/rmailkwd.el |
| 22854 | 22644 | ||
| 22855 | (autoload (quote rmail-add-label) "rmailkwd" "\ | 22645 | (autoload (quote rmail-add-label) "rmailkwd" "\ |
| @@ -22888,7 +22678,7 @@ With prefix argument N moves forward N messages with these labels. | |||
| 22888 | ;;;*** | 22678 | ;;;*** |
| 22889 | 22679 | ||
| 22890 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" | 22680 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" |
| 22891 | ;;;;;; (17843 45622)) | 22681 | ;;;;;; (17851 10862)) |
| 22892 | ;;; Generated autoloads from mail/rmailmsc.el | 22682 | ;;; Generated autoloads from mail/rmailmsc.el |
| 22893 | 22683 | ||
| 22894 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ | 22684 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ |
| @@ -22902,7 +22692,7 @@ If FILE-NAME is empty, remove any existing inbox list. | |||
| 22902 | 22692 | ||
| 22903 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output | 22693 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output |
| 22904 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" | 22694 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" |
| 22905 | ;;;;;; "mail/rmailout.el" (17843 45622)) | 22695 | ;;;;;; "mail/rmailout.el" (17851 10862)) |
| 22906 | ;;; Generated autoloads from mail/rmailout.el | 22696 | ;;; Generated autoloads from mail/rmailout.el |
| 22907 | 22697 | ||
| 22908 | (defvar rmail-output-file-alist nil "\ | 22698 | (defvar rmail-output-file-alist nil "\ |
| @@ -22969,8 +22759,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message. | |||
| 22969 | 22759 | ||
| 22970 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent | 22760 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent |
| 22971 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject | 22761 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject |
| 22972 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17843 | 22762 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17851 |
| 22973 | ;;;;;; 45622)) | 22763 | ;;;;;; 10862)) |
| 22974 | ;;; Generated autoloads from mail/rmailsort.el | 22764 | ;;; Generated autoloads from mail/rmailsort.el |
| 22975 | 22765 | ||
| 22976 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ | 22766 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ |
| @@ -23022,7 +22812,7 @@ KEYWORDS is a comma-separated list of labels. | |||
| 23022 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 22812 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 23023 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 22813 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 23024 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 22814 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 23025 | ;;;;;; "rmailsum" "mail/rmailsum.el" (17843 45622)) | 22815 | ;;;;;; "rmailsum" "mail/rmailsum.el" (17851 10862)) |
| 23026 | ;;; Generated autoloads from mail/rmailsum.el | 22816 | ;;; Generated autoloads from mail/rmailsum.el |
| 23027 | 22817 | ||
| 23028 | (defvar rmail-summary-scroll-between-messages t "\ | 22818 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -23103,21 +22893,8 @@ Setting this variable has an effect only before reading a mail.") | |||
| 23103 | 22893 | ||
| 23104 | ;;;*** | 22894 | ;;;*** |
| 23105 | 22895 | ||
| 23106 | ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" | ||
| 23107 | ;;;;;; (17843 45625)) | ||
| 23108 | ;;; Generated autoloads from obsolete/rnewspost.el | ||
| 23109 | |||
| 23110 | (autoload (quote news-post-news) "rnewspost" "\ | ||
| 23111 | Begin editing a new USENET news article to be posted. | ||
| 23112 | Type \\[describe-mode] once editing the article to get a list of commands. | ||
| 23113 | If NOQUERY is non-nil, we do not query before doing the work. | ||
| 23114 | |||
| 23115 | \(fn &optional NOQUERY)" t nil) | ||
| 23116 | |||
| 23117 | ;;;*** | ||
| 23118 | |||
| 23119 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region | 22896 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region |
| 23120 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (17843 45612)) | 22897 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (17851 10841)) |
| 23121 | ;;; Generated autoloads from rot13.el | 22898 | ;;; Generated autoloads from rot13.el |
| 23122 | 22899 | ||
| 23123 | (autoload (quote rot13) "rot13" "\ | 22900 | (autoload (quote rot13) "rot13" "\ |
| @@ -23154,52 +22931,8 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 23154 | 22931 | ||
| 23155 | ;;;*** | 22932 | ;;;*** |
| 23156 | 22933 | ||
| 23157 | ;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly | 22934 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17851 |
| 23158 | ;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame | 22935 | ;;;;;; 10841)) |
| 23159 | ;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height | ||
| 23160 | ;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" | ||
| 23161 | ;;;;;; (17843 45625)) | ||
| 23162 | ;;; Generated autoloads from obsolete/rsz-mini.el | ||
| 23163 | |||
| 23164 | (defvar resize-minibuffer-mode nil "\ | ||
| 23165 | *This variable is obsolete.") | ||
| 23166 | |||
| 23167 | (custom-autoload (quote resize-minibuffer-mode) "rsz-mini" t) | ||
| 23168 | |||
| 23169 | (defvar resize-minibuffer-window-max-height nil "\ | ||
| 23170 | *This variable is obsolete.") | ||
| 23171 | |||
| 23172 | (custom-autoload (quote resize-minibuffer-window-max-height) "rsz-mini" t) | ||
| 23173 | |||
| 23174 | (defvar resize-minibuffer-window-exactly t "\ | ||
| 23175 | *This variable is obsolete.") | ||
| 23176 | |||
| 23177 | (custom-autoload (quote resize-minibuffer-window-exactly) "rsz-mini" t) | ||
| 23178 | |||
| 23179 | (defvar resize-minibuffer-frame nil "\ | ||
| 23180 | *This variable is obsolete.") | ||
| 23181 | |||
| 23182 | (custom-autoload (quote resize-minibuffer-frame) "rsz-mini" t) | ||
| 23183 | |||
| 23184 | (defvar resize-minibuffer-frame-max-height nil "\ | ||
| 23185 | *This variable is obsolete.") | ||
| 23186 | |||
| 23187 | (custom-autoload (quote resize-minibuffer-frame-max-height) "rsz-mini" t) | ||
| 23188 | |||
| 23189 | (defvar resize-minibuffer-frame-exactly t "\ | ||
| 23190 | *This variable is obsolete.") | ||
| 23191 | |||
| 23192 | (custom-autoload (quote resize-minibuffer-frame-exactly) "rsz-mini" t) | ||
| 23193 | |||
| 23194 | (autoload (quote resize-minibuffer-mode) "rsz-mini" "\ | ||
| 23195 | This function is obsolete. | ||
| 23196 | |||
| 23197 | \(fn &optional PREFIX)" t nil) | ||
| 23198 | |||
| 23199 | ;;;*** | ||
| 23200 | |||
| 23201 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17838 | ||
| 23202 | ;;;;;; 18033)) | ||
| 23203 | ;;; Generated autoloads from ruler-mode.el | 22936 | ;;; Generated autoloads from ruler-mode.el |
| 23204 | 22937 | ||
| 23205 | (autoload (quote ruler-mode) "ruler-mode" "\ | 22938 | (autoload (quote ruler-mode) "ruler-mode" "\ |
| @@ -23209,8 +22942,8 @@ Display a ruler in the header line if ARG > 0. | |||
| 23209 | 22942 | ||
| 23210 | ;;;*** | 22943 | ;;;*** |
| 23211 | 22944 | ||
| 23212 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17843 | 22945 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17851 |
| 23213 | ;;;;;; 45615)) | 22946 | ;;;;;; 10853)) |
| 23214 | ;;; Generated autoloads from emacs-lisp/rx.el | 22947 | ;;; Generated autoloads from emacs-lisp/rx.el |
| 23215 | 22948 | ||
| 23216 | (autoload (quote rx-to-string) "rx" "\ | 22949 | (autoload (quote rx-to-string) "rx" "\ |
| @@ -23518,7 +23251,7 @@ enclosed in `(and ...)'. | |||
| 23518 | ;;;*** | 23251 | ;;;*** |
| 23519 | 23252 | ||
| 23520 | ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" | 23253 | ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" |
| 23521 | ;;;;;; (17843 45612)) | 23254 | ;;;;;; (17851 10841)) |
| 23522 | ;;; Generated autoloads from savehist.el | 23255 | ;;; Generated autoloads from savehist.el |
| 23523 | 23256 | ||
| 23524 | (defvar savehist-mode nil "\ | 23257 | (defvar savehist-mode nil "\ |
| @@ -23544,7 +23277,7 @@ which is probably undesirable. | |||
| 23544 | ;;;*** | 23277 | ;;;*** |
| 23545 | 23278 | ||
| 23546 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 23279 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 23547 | ;;;;;; (17843 45629)) | 23280 | ;;;;;; (17851 10869)) |
| 23548 | ;;; Generated autoloads from progmodes/scheme.el | 23281 | ;;; Generated autoloads from progmodes/scheme.el |
| 23549 | 23282 | ||
| 23550 | (autoload (quote scheme-mode) "scheme" "\ | 23283 | (autoload (quote scheme-mode) "scheme" "\ |
| @@ -23586,7 +23319,7 @@ that variable's value is a string. | |||
| 23586 | ;;;*** | 23319 | ;;;*** |
| 23587 | 23320 | ||
| 23588 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" | 23321 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" |
| 23589 | ;;;;;; (17843 45617)) | 23322 | ;;;;;; (17851 10859)) |
| 23590 | ;;; Generated autoloads from gnus/score-mode.el | 23323 | ;;; Generated autoloads from gnus/score-mode.el |
| 23591 | 23324 | ||
| 23592 | (autoload (quote gnus-score-mode) "score-mode" "\ | 23325 | (autoload (quote gnus-score-mode) "score-mode" "\ |
| @@ -23599,33 +23332,8 @@ This mode is an extended emacs-lisp mode. | |||
| 23599 | 23332 | ||
| 23600 | ;;;*** | 23333 | ;;;*** |
| 23601 | 23334 | ||
| 23602 | ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17843 | ||
| 23603 | ;;;;;; 45625)) | ||
| 23604 | ;;; Generated autoloads from obsolete/scribe.el | ||
| 23605 | |||
| 23606 | (autoload (quote scribe-mode) "scribe" "\ | ||
| 23607 | Major mode for editing files of Scribe (a text formatter) source. | ||
| 23608 | Scribe-mode is similar to text-mode, with a few extra commands added. | ||
| 23609 | \\{scribe-mode-map} | ||
| 23610 | |||
| 23611 | Interesting variables: | ||
| 23612 | |||
| 23613 | `scribe-fancy-paragraphs' | ||
| 23614 | Non-nil makes Scribe mode use a different style of paragraph separation. | ||
| 23615 | |||
| 23616 | `scribe-electric-quote' | ||
| 23617 | Non-nil makes insert of double quote use `` or '' depending on context. | ||
| 23618 | |||
| 23619 | `scribe-electric-parenthesis' | ||
| 23620 | Non-nil makes an open-parenthesis char (one of `([<{') | ||
| 23621 | automatically insert its close if typed after an @Command form. | ||
| 23622 | |||
| 23623 | \(fn)" t nil) | ||
| 23624 | |||
| 23625 | ;;;*** | ||
| 23626 | |||
| 23627 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" | 23335 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 23628 | ;;;;;; (17843 45612)) | 23336 | ;;;;;; (17851 10841)) |
| 23629 | ;;; Generated autoloads from scroll-all.el | 23337 | ;;; Generated autoloads from scroll-all.el |
| 23630 | 23338 | ||
| 23631 | (defvar scroll-all-mode nil "\ | 23339 | (defvar scroll-all-mode nil "\ |
| @@ -23648,7 +23356,7 @@ apply to all visible windows in the same frame. | |||
| 23648 | ;;;*** | 23356 | ;;;*** |
| 23649 | 23357 | ||
| 23650 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" | 23358 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" |
| 23651 | ;;;;;; (17843 45612)) | 23359 | ;;;;;; (17851 10842)) |
| 23652 | ;;; Generated autoloads from scroll-lock.el | 23360 | ;;; Generated autoloads from scroll-lock.el |
| 23653 | 23361 | ||
| 23654 | (autoload (quote scroll-lock-mode) "scroll-lock" "\ | 23362 | (autoload (quote scroll-lock-mode) "scroll-lock" "\ |
| @@ -23670,7 +23378,7 @@ during scrolling. | |||
| 23670 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name | 23378 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name |
| 23671 | ;;;;;; mail-header-separator send-mail-function mail-interactive | 23379 | ;;;;;; mail-header-separator send-mail-function mail-interactive |
| 23672 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) | 23380 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) |
| 23673 | ;;;;;; "sendmail" "mail/sendmail.el" (17843 45622)) | 23381 | ;;;;;; "sendmail" "mail/sendmail.el" (17851 10862)) |
| 23674 | ;;; Generated autoloads from mail/sendmail.el | 23382 | ;;; Generated autoloads from mail/sendmail.el |
| 23675 | 23383 | ||
| 23676 | (defvar mail-from-style (quote angles) "\ | 23384 | (defvar mail-from-style (quote angles) "\ |
| @@ -23971,7 +23679,7 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 23971 | ;;;*** | 23679 | ;;;*** |
| 23972 | 23680 | ||
| 23973 | ;;;### (autoloads (server-mode server-start) "server" "server.el" | 23681 | ;;;### (autoloads (server-mode server-start) "server" "server.el" |
| 23974 | ;;;;;; (17838 18033)) | 23682 | ;;;;;; (17851 10842)) |
| 23975 | ;;; Generated autoloads from server.el | 23683 | ;;; Generated autoloads from server.el |
| 23976 | 23684 | ||
| 23977 | (autoload (quote server-start) "server" "\ | 23685 | (autoload (quote server-start) "server" "\ |
| @@ -24004,7 +23712,7 @@ Server mode runs a process that accepts commands from the | |||
| 24004 | 23712 | ||
| 24005 | ;;;*** | 23713 | ;;;*** |
| 24006 | 23714 | ||
| 24007 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (17843 45612)) | 23715 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (17851 10843)) |
| 24008 | ;;; Generated autoloads from ses.el | 23716 | ;;; Generated autoloads from ses.el |
| 24009 | 23717 | ||
| 24010 | (autoload (quote ses-mode) "ses" "\ | 23718 | (autoload (quote ses-mode) "ses" "\ |
| @@ -24023,7 +23731,7 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 24023 | ;;;*** | 23731 | ;;;*** |
| 24024 | 23732 | ||
| 24025 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 23733 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 24026 | ;;;;;; (17843 45630)) | 23734 | ;;;;;; (17851 10873)) |
| 24027 | ;;; Generated autoloads from textmodes/sgml-mode.el | 23735 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 24028 | 23736 | ||
| 24029 | (autoload (quote sgml-mode) "sgml-mode" "\ | 23737 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -24091,7 +23799,7 @@ To work around that, do: | |||
| 24091 | ;;;*** | 23799 | ;;;*** |
| 24092 | 23800 | ||
| 24093 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 23801 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 24094 | ;;;;;; (17843 45629)) | 23802 | ;;;;;; (17851 10870)) |
| 24095 | ;;; Generated autoloads from progmodes/sh-script.el | 23803 | ;;; Generated autoloads from progmodes/sh-script.el |
| 24096 | (put 'sh-shell 'safe-local-variable 'symbolp) | 23804 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| 24097 | 23805 | ||
| @@ -24155,7 +23863,7 @@ with your script for an edit-interpret-debug cycle. | |||
| 24155 | 23863 | ||
| 24156 | ;;;*** | 23864 | ;;;*** |
| 24157 | 23865 | ||
| 24158 | ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17843 45617)) | 23866 | ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17851 10859)) |
| 24159 | ;;; Generated autoloads from gnus/sha1.el | 23867 | ;;; Generated autoloads from gnus/sha1.el |
| 24160 | 23868 | ||
| 24161 | (autoload (quote sha1) "sha1" "\ | 23869 | (autoload (quote sha1) "sha1" "\ |
| @@ -24170,7 +23878,7 @@ If BINARY is non-nil, return a string in binary form. | |||
| 24170 | ;;;*** | 23878 | ;;;*** |
| 24171 | 23879 | ||
| 24172 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 23880 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 24173 | ;;;;;; (17843 45615)) | 23881 | ;;;;;; (17851 10853)) |
| 24174 | ;;; Generated autoloads from emacs-lisp/shadow.el | 23882 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 24175 | 23883 | ||
| 24176 | (autoload (quote list-load-path-shadows) "shadow" "\ | 23884 | (autoload (quote list-load-path-shadows) "shadow" "\ |
| @@ -24217,8 +23925,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the | |||
| 24217 | ;;;*** | 23925 | ;;;*** |
| 24218 | 23926 | ||
| 24219 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | 23927 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group |
| 24220 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17843 | 23928 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17851 |
| 24221 | ;;;;;; 45612)) | 23929 | ;;;;;; 10843)) |
| 24222 | ;;; Generated autoloads from shadowfile.el | 23930 | ;;; Generated autoloads from shadowfile.el |
| 24223 | 23931 | ||
| 24224 | (autoload (quote shadow-define-cluster) "shadowfile" "\ | 23932 | (autoload (quote shadow-define-cluster) "shadowfile" "\ |
| @@ -24257,7 +23965,7 @@ Set up file shadowing. | |||
| 24257 | ;;;*** | 23965 | ;;;*** |
| 24258 | 23966 | ||
| 24259 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 23967 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 24260 | ;;;;;; (17843 45612)) | 23968 | ;;;;;; (17851 10843)) |
| 24261 | ;;; Generated autoloads from shell.el | 23969 | ;;; Generated autoloads from shell.el |
| 24262 | 23970 | ||
| 24263 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 23971 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -24304,7 +24012,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 24304 | ;;;*** | 24012 | ;;;*** |
| 24305 | 24013 | ||
| 24306 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) | 24014 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) |
| 24307 | ;;;;;; "sieve" "gnus/sieve.el" (17843 45617)) | 24015 | ;;;;;; "sieve" "gnus/sieve.el" (17851 10860)) |
| 24308 | ;;; Generated autoloads from gnus/sieve.el | 24016 | ;;; Generated autoloads from gnus/sieve.el |
| 24309 | 24017 | ||
| 24310 | (autoload (quote sieve-manage) "sieve" "\ | 24018 | (autoload (quote sieve-manage) "sieve" "\ |
| @@ -24325,7 +24033,7 @@ Not documented | |||
| 24325 | ;;;*** | 24033 | ;;;*** |
| 24326 | 24034 | ||
| 24327 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" | 24035 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" |
| 24328 | ;;;;;; (17843 45617)) | 24036 | ;;;;;; (17851 10860)) |
| 24329 | ;;; Generated autoloads from gnus/sieve-mode.el | 24037 | ;;; Generated autoloads from gnus/sieve-mode.el |
| 24330 | 24038 | ||
| 24331 | (autoload (quote sieve-mode) "sieve-mode" "\ | 24039 | (autoload (quote sieve-mode) "sieve-mode" "\ |
| @@ -24340,14 +24048,14 @@ Turning on Sieve mode runs `sieve-mode-hook'. | |||
| 24340 | 24048 | ||
| 24341 | ;;;*** | 24049 | ;;;*** |
| 24342 | 24050 | ||
| 24343 | ;;;### (autoloads nil "simple" "simple.el" (17843 45612)) | 24051 | ;;;### (autoloads nil "simple" "simple.el" (17851 10843)) |
| 24344 | ;;; Generated autoloads from simple.el | 24052 | ;;; Generated autoloads from simple.el |
| 24345 | (put 'fill-prefix 'safe-local-variable 'string-or-null-p) | 24053 | (put 'fill-prefix 'safe-local-variable 'string-or-null-p) |
| 24346 | 24054 | ||
| 24347 | ;;;*** | 24055 | ;;;*** |
| 24348 | 24056 | ||
| 24349 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17843 | 24057 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17851 |
| 24350 | ;;;;;; 45629)) | 24058 | ;;;;;; 10870)) |
| 24351 | ;;; Generated autoloads from progmodes/simula.el | 24059 | ;;; Generated autoloads from progmodes/simula.el |
| 24352 | 24060 | ||
| 24353 | (autoload (quote simula-mode) "simula" "\ | 24061 | (autoload (quote simula-mode) "simula" "\ |
| @@ -24396,7 +24104,7 @@ with no arguments, if that value is non-nil. | |||
| 24396 | ;;;*** | 24104 | ;;;*** |
| 24397 | 24105 | ||
| 24398 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new | 24106 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new |
| 24399 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (17843 45612)) | 24107 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (17851 10843)) |
| 24400 | ;;; Generated autoloads from skeleton.el | 24108 | ;;; Generated autoloads from skeleton.el |
| 24401 | 24109 | ||
| 24402 | (defvar skeleton-filter-function (quote identity) "\ | 24110 | (defvar skeleton-filter-function (quote identity) "\ |
| @@ -24506,7 +24214,7 @@ symmetrical ones, and the same character twice for the others. | |||
| 24506 | ;;;*** | 24214 | ;;;*** |
| 24507 | 24215 | ||
| 24508 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" | 24216 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" |
| 24509 | ;;;;;; (17843 45612)) | 24217 | ;;;;;; (17851 10844)) |
| 24510 | ;;; Generated autoloads from smerge-mode.el | 24218 | ;;; Generated autoloads from smerge-mode.el |
| 24511 | 24219 | ||
| 24512 | (autoload (quote smerge-ediff) "smerge-mode" "\ | 24220 | (autoload (quote smerge-ediff) "smerge-mode" "\ |
| @@ -24525,7 +24233,7 @@ Minor mode to simplify editing output from the diff3 program. | |||
| 24525 | ;;;*** | 24233 | ;;;*** |
| 24526 | 24234 | ||
| 24527 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" | 24235 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" |
| 24528 | ;;;;;; (17843 45617)) | 24236 | ;;;;;; (17851 10860)) |
| 24529 | ;;; Generated autoloads from gnus/smiley.el | 24237 | ;;; Generated autoloads from gnus/smiley.el |
| 24530 | 24238 | ||
| 24531 | (autoload (quote smiley-region) "smiley" "\ | 24239 | (autoload (quote smiley-region) "smiley" "\ |
| @@ -24543,7 +24251,7 @@ interactively. If there's no argument, do it at the current buffer | |||
| 24543 | ;;;*** | 24251 | ;;;*** |
| 24544 | 24252 | ||
| 24545 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 24253 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 24546 | ;;;;;; "mail/smtpmail.el" (17843 45622)) | 24254 | ;;;;;; "mail/smtpmail.el" (17851 10862)) |
| 24547 | ;;; Generated autoloads from mail/smtpmail.el | 24255 | ;;; Generated autoloads from mail/smtpmail.el |
| 24548 | 24256 | ||
| 24549 | (autoload (quote smtpmail-send-it) "smtpmail" "\ | 24257 | (autoload (quote smtpmail-send-it) "smtpmail" "\ |
| @@ -24558,7 +24266,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'. | |||
| 24558 | 24266 | ||
| 24559 | ;;;*** | 24267 | ;;;*** |
| 24560 | 24268 | ||
| 24561 | ;;;### (autoloads (snake) "snake" "play/snake.el" (17843 45626)) | 24269 | ;;;### (autoloads (snake) "snake" "play/snake.el" (17851 10866)) |
| 24562 | ;;; Generated autoloads from play/snake.el | 24270 | ;;; Generated autoloads from play/snake.el |
| 24563 | 24271 | ||
| 24564 | (autoload (quote snake) "snake" "\ | 24272 | (autoload (quote snake) "snake" "\ |
| @@ -24582,7 +24290,7 @@ Snake mode keybindings: | |||
| 24582 | ;;;*** | 24290 | ;;;*** |
| 24583 | 24291 | ||
| 24584 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 24292 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 24585 | ;;;;;; (17843 45624)) | 24293 | ;;;;;; (17851 10864)) |
| 24586 | ;;; Generated autoloads from net/snmp-mode.el | 24294 | ;;; Generated autoloads from net/snmp-mode.el |
| 24587 | 24295 | ||
| 24588 | (autoload (quote snmp-mode) "snmp-mode" "\ | 24296 | (autoload (quote snmp-mode) "snmp-mode" "\ |
| @@ -24613,7 +24321,7 @@ then `snmpv2-mode-hook'. | |||
| 24613 | 24321 | ||
| 24614 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 24322 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 24615 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 24323 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 24616 | ;;;;;; "solar" "calendar/solar.el" (17843 45615)) | 24324 | ;;;;;; "solar" "calendar/solar.el" (17851 10852)) |
| 24617 | ;;; Generated autoloads from calendar/solar.el | 24325 | ;;; Generated autoloads from calendar/solar.el |
| 24618 | 24326 | ||
| 24619 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 24327 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ |
| @@ -24684,8 +24392,8 @@ Requires floating point. | |||
| 24684 | 24392 | ||
| 24685 | ;;;*** | 24393 | ;;;*** |
| 24686 | 24394 | ||
| 24687 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17843 | 24395 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17851 |
| 24688 | ;;;;;; 45626)) | 24396 | ;;;;;; 10866)) |
| 24689 | ;;; Generated autoloads from play/solitaire.el | 24397 | ;;; Generated autoloads from play/solitaire.el |
| 24690 | 24398 | ||
| 24691 | (autoload (quote solitaire) "solitaire" "\ | 24399 | (autoload (quote solitaire) "solitaire" "\ |
| @@ -24762,7 +24470,7 @@ Pick your favourite shortcuts: | |||
| 24762 | 24470 | ||
| 24763 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 24471 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 24764 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 24472 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 24765 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (17843 45612)) | 24473 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (17851 10844)) |
| 24766 | ;;; Generated autoloads from sort.el | 24474 | ;;; Generated autoloads from sort.el |
| 24767 | 24475 | ||
| 24768 | (autoload (quote sort-subr) "sort" "\ | 24476 | (autoload (quote sort-subr) "sort" "\ |
| @@ -24904,8 +24612,8 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 24904 | 24612 | ||
| 24905 | ;;;*** | 24613 | ;;;*** |
| 24906 | 24614 | ||
| 24907 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17843 | 24615 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17851 |
| 24908 | ;;;;;; 45617)) | 24616 | ;;;;;; 10860)) |
| 24909 | ;;; Generated autoloads from gnus/spam.el | 24617 | ;;; Generated autoloads from gnus/spam.el |
| 24910 | 24618 | ||
| 24911 | (autoload (quote spam-initialize) "spam" "\ | 24619 | (autoload (quote spam-initialize) "spam" "\ |
| @@ -24917,7 +24625,7 @@ Install the spam.el hooks and do other initialization | |||
| 24917 | 24625 | ||
| 24918 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file | 24626 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file |
| 24919 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" | 24627 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" |
| 24920 | ;;;;;; "gnus/spam-report.el" (17843 45617)) | 24628 | ;;;;;; "gnus/spam-report.el" (17851 10860)) |
| 24921 | ;;; Generated autoloads from gnus/spam-report.el | 24629 | ;;; Generated autoloads from gnus/spam-report.el |
| 24922 | 24630 | ||
| 24923 | (autoload (quote spam-report-process-queue) "spam-report" "\ | 24631 | (autoload (quote spam-report-process-queue) "spam-report" "\ |
| @@ -24960,7 +24668,7 @@ Spam reports will be queued with the method used when | |||
| 24960 | ;;;*** | 24668 | ;;;*** |
| 24961 | 24669 | ||
| 24962 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 24670 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 24963 | ;;;;;; "speedbar.el" (17843 45612)) | 24671 | ;;;;;; "speedbar.el" (17851 10844)) |
| 24964 | ;;; Generated autoloads from speedbar.el | 24672 | ;;; Generated autoloads from speedbar.el |
| 24965 | 24673 | ||
| 24966 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 24674 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -24985,7 +24693,7 @@ selected. If the speedbar frame is active, then select the attached frame. | |||
| 24985 | ;;;*** | 24693 | ;;;*** |
| 24986 | 24694 | ||
| 24987 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) | 24695 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) |
| 24988 | ;;;;;; "spell" "textmodes/spell.el" (17843 45630)) | 24696 | ;;;;;; "spell" "textmodes/spell.el" (17851 10873)) |
| 24989 | ;;; Generated autoloads from textmodes/spell.el | 24697 | ;;; Generated autoloads from textmodes/spell.el |
| 24990 | 24698 | ||
| 24991 | (put (quote spell-filter) (quote risky-local-variable) t) | 24699 | (put (quote spell-filter) (quote risky-local-variable) t) |
| @@ -25021,8 +24729,8 @@ Check spelling of string supplied as argument. | |||
| 25021 | 24729 | ||
| 25022 | ;;;*** | 24730 | ;;;*** |
| 25023 | 24731 | ||
| 25024 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17843 | 24732 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17851 |
| 25025 | ;;;;;; 45626)) | 24733 | ;;;;;; 10866)) |
| 25026 | ;;; Generated autoloads from play/spook.el | 24734 | ;;; Generated autoloads from play/spook.el |
| 25027 | 24735 | ||
| 25028 | (autoload (quote spook) "spook" "\ | 24736 | (autoload (quote spook) "spook" "\ |
| @@ -25040,8 +24748,8 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 25040 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres | 24748 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres |
| 25041 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 24749 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 25042 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help | 24750 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help |
| 25043 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17843 | 24751 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17851 |
| 25044 | ;;;;;; 45629)) | 24752 | ;;;;;; 10870)) |
| 25045 | ;;; Generated autoloads from progmodes/sql.el | 24753 | ;;; Generated autoloads from progmodes/sql.el |
| 25046 | 24754 | ||
| 25047 | (autoload (quote sql-add-product-keywords) "sql" "\ | 24755 | (autoload (quote sql-add-product-keywords) "sql" "\ |
| @@ -25472,8 +25180,8 @@ input. See `sql-interactive-mode'. | |||
| 25472 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes | 25180 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes |
| 25473 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 25181 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 25474 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 25182 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 25475 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17843 | 25183 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17851 |
| 25476 | ;;;;;; 45612)) | 25184 | ;;;;;; 10844)) |
| 25477 | ;;; Generated autoloads from strokes.el | 25185 | ;;; Generated autoloads from strokes.el |
| 25478 | 25186 | ||
| 25479 | (autoload (quote strokes-global-set-stroke) "strokes" "\ | 25187 | (autoload (quote strokes-global-set-stroke) "strokes" "\ |
| @@ -25583,7 +25291,7 @@ Read a complex stroke and insert its glyph into the current buffer. | |||
| 25583 | ;;;*** | 25291 | ;;;*** |
| 25584 | 25292 | ||
| 25585 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) | 25293 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) |
| 25586 | ;;;;;; "studly" "play/studly.el" (17075 55479)) | 25294 | ;;;;;; "studly" "play/studly.el" (16211 27038)) |
| 25587 | ;;; Generated autoloads from play/studly.el | 25295 | ;;; Generated autoloads from play/studly.el |
| 25588 | 25296 | ||
| 25589 | (autoload (quote studlify-region) "studly" "\ | 25297 | (autoload (quote studlify-region) "studly" "\ |
| @@ -25603,7 +25311,7 @@ Studlify-case the current buffer. | |||
| 25603 | 25311 | ||
| 25604 | ;;;*** | 25312 | ;;;*** |
| 25605 | 25313 | ||
| 25606 | ;;;### (autoloads (locate-library) "subr" "subr.el" (17843 45612)) | 25314 | ;;;### (autoloads (locate-library) "subr" "subr.el" (17851 10844)) |
| 25607 | ;;; Generated autoloads from subr.el | 25315 | ;;; Generated autoloads from subr.el |
| 25608 | 25316 | ||
| 25609 | (autoload (quote locate-library) "subr" "\ | 25317 | (autoload (quote locate-library) "subr" "\ |
| @@ -25625,7 +25333,7 @@ and the file name is displayed in the echo area. | |||
| 25625 | ;;;*** | 25333 | ;;;*** |
| 25626 | 25334 | ||
| 25627 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 25335 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 25628 | ;;;;;; (17843 45622)) | 25336 | ;;;;;; (17851 10862)) |
| 25629 | ;;; Generated autoloads from mail/supercite.el | 25337 | ;;; Generated autoloads from mail/supercite.el |
| 25630 | 25338 | ||
| 25631 | (autoload (quote sc-cite-original) "supercite" "\ | 25339 | (autoload (quote sc-cite-original) "supercite" "\ |
| @@ -25657,7 +25365,7 @@ before, and `sc-post-hook' is run after the guts of this function. | |||
| 25657 | 25365 | ||
| 25658 | ;;;*** | 25366 | ;;;*** |
| 25659 | 25367 | ||
| 25660 | ;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17842 25773)) | 25368 | ;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17851 10844)) |
| 25661 | ;;; Generated autoloads from t-mouse.el | 25369 | ;;; Generated autoloads from t-mouse.el |
| 25662 | 25370 | ||
| 25663 | (defvar t-mouse-mode nil "\ | 25371 | (defvar t-mouse-mode nil "\ |
| @@ -25679,7 +25387,7 @@ Turn it on to use Emacs mouse commands, and off to use t-mouse commands. | |||
| 25679 | 25387 | ||
| 25680 | ;;;*** | 25388 | ;;;*** |
| 25681 | 25389 | ||
| 25682 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17843 45612)) | 25390 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17851 10844)) |
| 25683 | ;;; Generated autoloads from tabify.el | 25391 | ;;; Generated autoloads from tabify.el |
| 25684 | 25392 | ||
| 25685 | (autoload (quote untabify) "tabify" "\ | 25393 | (autoload (quote untabify) "tabify" "\ |
| @@ -25714,7 +25422,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 25714 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 25422 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 25715 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 25423 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 25716 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 25424 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 25717 | ;;;;;; "table" "textmodes/table.el" (17843 45630)) | 25425 | ;;;;;; "table" "textmodes/table.el" (17851 10873)) |
| 25718 | ;;; Generated autoloads from textmodes/table.el | 25426 | ;;; Generated autoloads from textmodes/table.el |
| 25719 | 25427 | ||
| 25720 | (defvar table-cell-map-hook nil "\ | 25428 | (defvar table-cell-map-hook nil "\ |
| @@ -26302,7 +26010,7 @@ converts a table into plain text without frames. It is a companion to | |||
| 26302 | 26010 | ||
| 26303 | ;;;*** | 26011 | ;;;*** |
| 26304 | 26012 | ||
| 26305 | ;;;### (autoloads (talk-connect) "talk" "talk.el" (17843 45612)) | 26013 | ;;;### (autoloads (talk-connect) "talk" "talk.el" (17851 10845)) |
| 26306 | ;;; Generated autoloads from talk.el | 26014 | ;;; Generated autoloads from talk.el |
| 26307 | 26015 | ||
| 26308 | (autoload (quote talk-connect) "talk" "\ | 26016 | (autoload (quote talk-connect) "talk" "\ |
| @@ -26312,7 +26020,7 @@ Connect to display DISPLAY for the Emacs talk group. | |||
| 26312 | 26020 | ||
| 26313 | ;;;*** | 26021 | ;;;*** |
| 26314 | 26022 | ||
| 26315 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17843 45612)) | 26023 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17851 10845)) |
| 26316 | ;;; Generated autoloads from tar-mode.el | 26024 | ;;; Generated autoloads from tar-mode.el |
| 26317 | 26025 | ||
| 26318 | (autoload (quote tar-mode) "tar-mode" "\ | 26026 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -26336,7 +26044,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 26336 | ;;;*** | 26044 | ;;;*** |
| 26337 | 26045 | ||
| 26338 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 26046 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 26339 | ;;;;;; "progmodes/tcl.el" (17843 45629)) | 26047 | ;;;;;; "progmodes/tcl.el" (17851 10870)) |
| 26340 | ;;; Generated autoloads from progmodes/tcl.el | 26048 | ;;; Generated autoloads from progmodes/tcl.el |
| 26341 | 26049 | ||
| 26342 | (autoload (quote tcl-mode) "tcl" "\ | 26050 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -26387,7 +26095,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. | |||
| 26387 | 26095 | ||
| 26388 | ;;;*** | 26096 | ;;;*** |
| 26389 | 26097 | ||
| 26390 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17843 45624)) | 26098 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17851 10864)) |
| 26391 | ;;; Generated autoloads from net/telnet.el | 26099 | ;;; Generated autoloads from net/telnet.el |
| 26392 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 26100 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
| 26393 | 26101 | ||
| @@ -26414,8 +26122,8 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26414 | 26122 | ||
| 26415 | ;;;*** | 26123 | ;;;*** |
| 26416 | 26124 | ||
| 26417 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17843 | 26125 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17851 |
| 26418 | ;;;;;; 45612)) | 26126 | ;;;;;; 10845)) |
| 26419 | ;;; Generated autoloads from term.el | 26127 | ;;; Generated autoloads from term.el |
| 26420 | 26128 | ||
| 26421 | (autoload (quote make-term) "term" "\ | 26129 | (autoload (quote make-term) "term" "\ |
| @@ -26443,8 +26151,8 @@ Start a terminal-emulator in a new buffer. | |||
| 26443 | 26151 | ||
| 26444 | ;;;*** | 26152 | ;;;*** |
| 26445 | 26153 | ||
| 26446 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17843 | 26154 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17851 |
| 26447 | ;;;;;; 45612)) | 26155 | ;;;;;; 10845)) |
| 26448 | ;;; Generated autoloads from terminal.el | 26156 | ;;; Generated autoloads from terminal.el |
| 26449 | 26157 | ||
| 26450 | (autoload (quote terminal-emulator) "terminal" "\ | 26158 | (autoload (quote terminal-emulator) "terminal" "\ |
| @@ -26481,7 +26189,7 @@ subprocess started. | |||
| 26481 | ;;;*** | 26189 | ;;;*** |
| 26482 | 26190 | ||
| 26483 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" | 26191 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" |
| 26484 | ;;;;;; (17843 45615)) | 26192 | ;;;;;; (17851 10853)) |
| 26485 | ;;; Generated autoloads from emacs-lisp/testcover.el | 26193 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 26486 | 26194 | ||
| 26487 | (autoload (quote testcover-this-defun) "testcover" "\ | 26195 | (autoload (quote testcover-this-defun) "testcover" "\ |
| @@ -26491,7 +26199,7 @@ Start coverage on function under point. | |||
| 26491 | 26199 | ||
| 26492 | ;;;*** | 26200 | ;;;*** |
| 26493 | 26201 | ||
| 26494 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17843 45626)) | 26202 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17851 10866)) |
| 26495 | ;;; Generated autoloads from play/tetris.el | 26203 | ;;; Generated autoloads from play/tetris.el |
| 26496 | 26204 | ||
| 26497 | (autoload (quote tetris) "tetris" "\ | 26205 | (autoload (quote tetris) "tetris" "\ |
| @@ -26522,7 +26230,7 @@ tetris-mode keybindings: | |||
| 26522 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 26230 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 26523 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 26231 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 26524 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 26232 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 26525 | ;;;;;; (17843 45630)) | 26233 | ;;;;;; (17851 10873)) |
| 26526 | ;;; Generated autoloads from textmodes/tex-mode.el | 26234 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 26527 | 26235 | ||
| 26528 | (defvar tex-shell-file-name nil "\ | 26236 | (defvar tex-shell-file-name nil "\ |
| @@ -26824,7 +26532,7 @@ Major mode to edit DocTeX files. | |||
| 26824 | ;;;*** | 26532 | ;;;*** |
| 26825 | 26533 | ||
| 26826 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 26534 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 26827 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (17843 45630)) | 26535 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (17851 10873)) |
| 26828 | ;;; Generated autoloads from textmodes/texinfmt.el | 26536 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 26829 | 26537 | ||
| 26830 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 26538 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -26864,7 +26572,7 @@ if large. You can use Info-split to do this manually. | |||
| 26864 | ;;;*** | 26572 | ;;;*** |
| 26865 | 26573 | ||
| 26866 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 26574 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 26867 | ;;;;;; "texinfo" "textmodes/texinfo.el" (17843 45630)) | 26575 | ;;;;;; "texinfo" "textmodes/texinfo.el" (17851 10873)) |
| 26868 | ;;; Generated autoloads from textmodes/texinfo.el | 26576 | ;;; Generated autoloads from textmodes/texinfo.el |
| 26869 | 26577 | ||
| 26870 | (defvar texinfo-open-quote "``" "\ | 26578 | (defvar texinfo-open-quote "``" "\ |
| @@ -26951,7 +26659,7 @@ value of `texinfo-mode-hook'. | |||
| 26951 | ;;;### (autoloads (thai-auto-composition-mode thai-composition-function | 26659 | ;;;### (autoloads (thai-auto-composition-mode thai-composition-function |
| 26952 | ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string | 26660 | ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string |
| 26953 | ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" | 26661 | ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" |
| 26954 | ;;;;;; (17843 45621)) | 26662 | ;;;;;; (17851 10861)) |
| 26955 | ;;; Generated autoloads from language/thai-util.el | 26663 | ;;; Generated autoloads from language/thai-util.el |
| 26956 | 26664 | ||
| 26957 | (autoload (quote thai-compose-region) "thai-util" "\ | 26665 | (autoload (quote thai-compose-region) "thai-util" "\ |
| @@ -26995,7 +26703,7 @@ Minor mode for automatically correct Thai character composition. | |||
| 26995 | 26703 | ||
| 26996 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 26704 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 26997 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 26705 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 26998 | ;;;;;; "thingatpt" "thingatpt.el" (17843 45612)) | 26706 | ;;;;;; "thingatpt" "thingatpt.el" (17851 10845)) |
| 26999 | ;;; Generated autoloads from thingatpt.el | 26707 | ;;; Generated autoloads from thingatpt.el |
| 27000 | 26708 | ||
| 27001 | (autoload (quote forward-thing) "thingatpt" "\ | 26709 | (autoload (quote forward-thing) "thingatpt" "\ |
| @@ -27052,7 +26760,7 @@ Not documented | |||
| 27052 | 26760 | ||
| 27053 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked | 26761 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked |
| 27054 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" | 26762 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" |
| 27055 | ;;;;;; (17843 45612)) | 26763 | ;;;;;; (17851 10845)) |
| 27056 | ;;; Generated autoloads from thumbs.el | 26764 | ;;; Generated autoloads from thumbs.el |
| 27057 | 26765 | ||
| 27058 | (autoload (quote thumbs-find-thumb) "thumbs" "\ | 26766 | (autoload (quote thumbs-find-thumb) "thumbs" "\ |
| @@ -27091,7 +26799,7 @@ In dired, call the setroot program on the image at point. | |||
| 27091 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region | 26799 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region |
| 27092 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan | 26800 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan |
| 27093 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" | 26801 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" |
| 27094 | ;;;;;; "language/tibet-util.el" (17843 45621)) | 26802 | ;;;;;; "language/tibet-util.el" (17851 10861)) |
| 27095 | ;;; Generated autoloads from language/tibet-util.el | 26803 | ;;; Generated autoloads from language/tibet-util.el |
| 27096 | 26804 | ||
| 27097 | (autoload (quote tibetan-char-p) "tibet-util" "\ | 26805 | (autoload (quote tibetan-char-p) "tibet-util" "\ |
| @@ -27170,7 +26878,7 @@ Not documented | |||
| 27170 | ;;;*** | 26878 | ;;;*** |
| 27171 | 26879 | ||
| 27172 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 26880 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 27173 | ;;;;;; (17843 45630)) | 26881 | ;;;;;; (17851 10873)) |
| 27174 | ;;; Generated autoloads from textmodes/tildify.el | 26882 | ;;; Generated autoloads from textmodes/tildify.el |
| 27175 | 26883 | ||
| 27176 | (autoload (quote tildify-region) "tildify" "\ | 26884 | (autoload (quote tildify-region) "tildify" "\ |
| @@ -27194,7 +26902,7 @@ This function performs no refilling of the changed text. | |||
| 27194 | ;;;*** | 26902 | ;;;*** |
| 27195 | 26903 | ||
| 27196 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 26904 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
| 27197 | ;;;;;; "time" "time.el" (17843 45612)) | 26905 | ;;;;;; "time" "time.el" (17851 10845)) |
| 27198 | ;;; Generated autoloads from time.el | 26906 | ;;; Generated autoloads from time.el |
| 27199 | 26907 | ||
| 27200 | (defvar display-time-day-and-date nil "\ | 26908 | (defvar display-time-day-and-date nil "\ |
| @@ -27236,8 +26944,8 @@ This runs the normal hook `display-time-hook' after each update. | |||
| 27236 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year | 26944 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year |
| 27237 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract | 26945 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract |
| 27238 | ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds | 26946 | ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds |
| 27239 | ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17843 | 26947 | ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17851 |
| 27240 | ;;;;;; 45615)) | 26948 | ;;;;;; 10852)) |
| 27241 | ;;; Generated autoloads from calendar/time-date.el | 26949 | ;;; Generated autoloads from calendar/time-date.el |
| 27242 | 26950 | ||
| 27243 | (autoload (quote date-to-time) "time-date" "\ | 26951 | (autoload (quote date-to-time) "time-date" "\ |
| @@ -27323,7 +27031,7 @@ If DATE is malformed, return a time value of zeros. | |||
| 27323 | ;;;*** | 27031 | ;;;*** |
| 27324 | 27032 | ||
| 27325 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 27033 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 27326 | ;;;;;; "time-stamp.el" (17843 45612)) | 27034 | ;;;;;; "time-stamp.el" (17851 10845)) |
| 27327 | ;;; Generated autoloads from time-stamp.el | 27035 | ;;; Generated autoloads from time-stamp.el |
| 27328 | (put 'time-stamp-format 'safe-local-variable 'stringp) | 27036 | (put 'time-stamp-format 'safe-local-variable 'stringp) |
| 27329 | (put 'time-stamp-line-limit 'safe-local-variable 'integerp) | 27037 | (put 'time-stamp-line-limit 'safe-local-variable 'integerp) |
| @@ -27366,7 +27074,7 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 27366 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 27074 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 27367 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 27075 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 27368 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 27076 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 27369 | ;;;;;; (17843 45615)) | 27077 | ;;;;;; (17851 10852)) |
| 27370 | ;;; Generated autoloads from calendar/timeclock.el | 27078 | ;;; Generated autoloads from calendar/timeclock.el |
| 27371 | 27079 | ||
| 27372 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 27080 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -27467,7 +27175,7 @@ relative only to the time worked today, and not to past time. | |||
| 27467 | 27175 | ||
| 27468 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer | 27176 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer |
| 27469 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" | 27177 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" |
| 27470 | ;;;;;; "emacs-lisp/timer.el" (17843 45615)) | 27178 | ;;;;;; "emacs-lisp/timer.el" (17851 10853)) |
| 27471 | ;;; Generated autoloads from emacs-lisp/timer.el | 27179 | ;;; Generated autoloads from emacs-lisp/timer.el |
| 27472 | 27180 | ||
| 27473 | (defalias (quote disable-timeout) (quote cancel-timer)) | 27181 | (defalias (quote disable-timeout) (quote cancel-timer)) |
| @@ -27543,7 +27251,7 @@ be detected. | |||
| 27543 | ;;;*** | 27251 | ;;;*** |
| 27544 | 27252 | ||
| 27545 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 27253 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 27546 | ;;;;;; "international/titdic-cnv.el" (17843 45620)) | 27254 | ;;;;;; "international/titdic-cnv.el" (17851 10861)) |
| 27547 | ;;; Generated autoloads from international/titdic-cnv.el | 27255 | ;;; Generated autoloads from international/titdic-cnv.el |
| 27548 | 27256 | ||
| 27549 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 27257 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -27566,8 +27274,8 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 27566 | ;;;*** | 27274 | ;;;*** |
| 27567 | 27275 | ||
| 27568 | ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion | 27276 | ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion |
| 27569 | ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17843 | 27277 | ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17851 |
| 27570 | ;;;;;; 45621)) | 27278 | ;;;;;; 10861)) |
| 27571 | ;;; Generated autoloads from language/tml-util.el | 27279 | ;;; Generated autoloads from language/tml-util.el |
| 27572 | 27280 | ||
| 27573 | (autoload (quote tamil-compose-region) "tml-util" "\ | 27281 | (autoload (quote tamil-compose-region) "tml-util" "\ |
| @@ -27590,7 +27298,7 @@ PATTERN regexp. | |||
| 27590 | ;;;*** | 27298 | ;;;*** |
| 27591 | 27299 | ||
| 27592 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 27300 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 27593 | ;;;;;; "tmm.el" (17843 45612)) | 27301 | ;;;;;; "tmm.el" (17851 10845)) |
| 27594 | ;;; Generated autoloads from tmm.el | 27302 | ;;; Generated autoloads from tmm.el |
| 27595 | (define-key global-map "\M-`" 'tmm-menubar) | 27303 | (define-key global-map "\M-`" 'tmm-menubar) |
| 27596 | (define-key global-map [f10] 'tmm-menubar) | 27304 | (define-key global-map [f10] 'tmm-menubar) |
| @@ -27631,7 +27339,7 @@ Its value should be an event that has a binding in MENU. | |||
| 27631 | 27339 | ||
| 27632 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities | 27340 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities |
| 27633 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) | 27341 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) |
| 27634 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (17843 45615)) | 27342 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (17851 10852)) |
| 27635 | ;;; Generated autoloads from calendar/todo-mode.el | 27343 | ;;; Generated autoloads from calendar/todo-mode.el |
| 27636 | 27344 | ||
| 27637 | (autoload (quote todo-add-category) "todo-mode" "\ | 27345 | (autoload (quote todo-add-category) "todo-mode" "\ |
| @@ -27692,7 +27400,7 @@ Show TODO list. | |||
| 27692 | 27400 | ||
| 27693 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu | 27401 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 27694 | ;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" | 27402 | ;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" |
| 27695 | ;;;;;; (17843 45612)) | 27403 | ;;;;;; (17851 10845)) |
| 27696 | ;;; Generated autoloads from tool-bar.el | 27404 | ;;; Generated autoloads from tool-bar.el |
| 27697 | 27405 | ||
| 27698 | (put (quote tool-bar-mode) (quote standard-value) (quote (t))) | 27406 | (put (quote tool-bar-mode) (quote standard-value) (quote (t))) |
| @@ -27759,7 +27467,7 @@ holds a keymap. | |||
| 27759 | ;;;*** | 27467 | ;;;*** |
| 27760 | 27468 | ||
| 27761 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" | 27469 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" |
| 27762 | ;;;;;; (17843 45615)) | 27470 | ;;;;;; (17851 10853)) |
| 27763 | ;;; Generated autoloads from emulation/tpu-edt.el | 27471 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 27764 | 27472 | ||
| 27765 | (defvar tpu-edt-mode nil "\ | 27473 | (defvar tpu-edt-mode nil "\ |
| @@ -27786,7 +27494,7 @@ Turn on TPU/edt emulation. | |||
| 27786 | ;;;*** | 27494 | ;;;*** |
| 27787 | 27495 | ||
| 27788 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) | 27496 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) |
| 27789 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17843 45615)) | 27497 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17851 10853)) |
| 27790 | ;;; Generated autoloads from emulation/tpu-extras.el | 27498 | ;;; Generated autoloads from emulation/tpu-extras.el |
| 27791 | 27499 | ||
| 27792 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ | 27500 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ |
| @@ -27806,7 +27514,7 @@ Constrain the cursor to the flow of the text. | |||
| 27806 | 27514 | ||
| 27807 | ;;;*** | 27515 | ;;;*** |
| 27808 | 27516 | ||
| 27809 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17843 45615)) | 27517 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17851 10853)) |
| 27810 | ;;; Generated autoloads from emacs-lisp/tq.el | 27518 | ;;; Generated autoloads from emacs-lisp/tq.el |
| 27811 | 27519 | ||
| 27812 | (autoload (quote tq-create) "tq" "\ | 27520 | (autoload (quote tq-create) "tq" "\ |
| @@ -27820,7 +27528,7 @@ to a tcp server on another machine. | |||
| 27820 | ;;;*** | 27528 | ;;;*** |
| 27821 | 27529 | ||
| 27822 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) | 27530 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) |
| 27823 | ;;;;;; "trace" "emacs-lisp/trace.el" (17843 45615)) | 27531 | ;;;;;; "trace" "emacs-lisp/trace.el" (17851 10853)) |
| 27824 | ;;; Generated autoloads from emacs-lisp/trace.el | 27532 | ;;; Generated autoloads from emacs-lisp/trace.el |
| 27825 | 27533 | ||
| 27826 | (defvar trace-buffer "*trace-output*" "\ | 27534 | (defvar trace-buffer "*trace-output*" "\ |
| @@ -27857,7 +27565,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 27857 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 27565 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 27858 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 27566 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 27859 | ;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp | 27567 | ;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp |
| 27860 | ;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17844 62922)) | 27568 | ;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17851 10865)) |
| 27861 | ;;; Generated autoloads from net/tramp.el | 27569 | ;;; Generated autoloads from net/tramp.el |
| 27862 | 27570 | ||
| 27863 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ | 27571 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ |
| @@ -27970,7 +27678,7 @@ Discard Tramp from loading remote files. | |||
| 27970 | ;;;*** | 27678 | ;;;*** |
| 27971 | 27679 | ||
| 27972 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" | 27680 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" |
| 27973 | ;;;;;; (17843 45624)) | 27681 | ;;;;;; (17851 10864)) |
| 27974 | ;;; Generated autoloads from net/tramp-ftp.el | 27682 | ;;; Generated autoloads from net/tramp-ftp.el |
| 27975 | 27683 | ||
| 27976 | (autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ | 27684 | (autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ |
| @@ -27985,8 +27693,8 @@ Not documented | |||
| 27985 | ;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings | 27693 | ;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings |
| 27986 | ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files | 27694 | ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files |
| 27987 | ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration | 27695 | ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration |
| 27988 | ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17843 | 27696 | ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17851 |
| 27989 | ;;;;;; 45612)) | 27697 | ;;;;;; 10847)) |
| 27990 | ;;; Generated autoloads from tumme.el | 27698 | ;;; Generated autoloads from tumme.el |
| 27991 | 27699 | ||
| 27992 | (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ | 27700 | (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ |
| @@ -28116,8 +27824,8 @@ easy-to-use form. | |||
| 28116 | 27824 | ||
| 28117 | ;;;*** | 27825 | ;;;*** |
| 28118 | 27826 | ||
| 28119 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (17843 | 27827 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (17851 |
| 28120 | ;;;;;; 45612)) | 27828 | ;;;;;; 10847)) |
| 28121 | ;;; Generated autoloads from tutorial.el | 27829 | ;;; Generated autoloads from tutorial.el |
| 28122 | 27830 | ||
| 28123 | (autoload (quote help-with-tutorial) "tutorial" "\ | 27831 | (autoload (quote help-with-tutorial) "tutorial" "\ |
| @@ -28142,7 +27850,7 @@ resumed later. | |||
| 28142 | ;;;*** | 27850 | ;;;*** |
| 28143 | 27851 | ||
| 28144 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 27852 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 28145 | ;;;;;; "textmodes/two-column.el" (17843 45630)) | 27853 | ;;;;;; "textmodes/two-column.el" (17851 10873)) |
| 28146 | ;;; Generated autoloads from textmodes/two-column.el | 27854 | ;;; Generated autoloads from textmodes/two-column.el |
| 28147 | (autoload '2C-command "two-column" () t 'keymap) | 27855 | (autoload '2C-command "two-column" () t 'keymap) |
| 28148 | (global-set-key "\C-x6" '2C-command) | 27856 | (global-set-key "\C-x6" '2C-command) |
| @@ -28193,7 +27901,7 @@ First column's text sSs Second column's text | |||
| 28193 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 27901 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 28194 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval | 27902 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval |
| 28195 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" | 27903 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" |
| 28196 | ;;;;;; (17845 22175)) | 27904 | ;;;;;; (17851 10847)) |
| 28197 | ;;; Generated autoloads from type-break.el | 27905 | ;;; Generated autoloads from type-break.el |
| 28198 | 27906 | ||
| 28199 | (defvar type-break-mode nil "\ | 27907 | (defvar type-break-mode nil "\ |
| @@ -28376,7 +28084,7 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 28376 | ;;;*** | 28084 | ;;;*** |
| 28377 | 28085 | ||
| 28378 | ;;;### (autoloads (ununderline-region underline-region) "underline" | 28086 | ;;;### (autoloads (ununderline-region underline-region) "underline" |
| 28379 | ;;;;;; "textmodes/underline.el" (17843 45630)) | 28087 | ;;;;;; "textmodes/underline.el" (17851 10873)) |
| 28380 | ;;; Generated autoloads from textmodes/underline.el | 28088 | ;;; Generated autoloads from textmodes/underline.el |
| 28381 | 28089 | ||
| 28382 | (autoload (quote underline-region) "underline" "\ | 28090 | (autoload (quote underline-region) "underline" "\ |
| @@ -28397,7 +28105,7 @@ which specify the range to operate on. | |||
| 28397 | ;;;*** | 28105 | ;;;*** |
| 28398 | 28106 | ||
| 28399 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) | 28107 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) |
| 28400 | ;;;;;; "undigest" "mail/undigest.el" (17843 45622)) | 28108 | ;;;;;; "undigest" "mail/undigest.el" (17851 10862)) |
| 28401 | ;;; Generated autoloads from mail/undigest.el | 28109 | ;;; Generated autoloads from mail/undigest.el |
| 28402 | 28110 | ||
| 28403 | (autoload (quote undigestify-rmail-message) "undigest" "\ | 28111 | (autoload (quote undigestify-rmail-message) "undigest" "\ |
| @@ -28416,7 +28124,7 @@ following the containing message. | |||
| 28416 | ;;;*** | 28124 | ;;;*** |
| 28417 | 28125 | ||
| 28418 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 28126 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 28419 | ;;;;;; (17843 45622)) | 28127 | ;;;;;; (17851 10862)) |
| 28420 | ;;; Generated autoloads from mail/unrmail.el | 28128 | ;;; Generated autoloads from mail/unrmail.el |
| 28421 | 28129 | ||
| 28422 | (autoload (quote batch-unrmail) "unrmail" "\ | 28130 | (autoload (quote batch-unrmail) "unrmail" "\ |
| @@ -28435,8 +28143,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE. | |||
| 28435 | 28143 | ||
| 28436 | ;;;*** | 28144 | ;;;*** |
| 28437 | 28145 | ||
| 28438 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17843 | 28146 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17851 |
| 28439 | ;;;;;; 45615)) | 28147 | ;;;;;; 10853)) |
| 28440 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 28148 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 28441 | 28149 | ||
| 28442 | (autoload (quote unsafep) "unsafep" "\ | 28150 | (autoload (quote unsafep) "unsafep" "\ |
| @@ -28449,7 +28157,7 @@ of symbols with local bindings. | |||
| 28449 | ;;;*** | 28157 | ;;;*** |
| 28450 | 28158 | ||
| 28451 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" | 28159 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" |
| 28452 | ;;;;;; "url/url.el" (17843 45630)) | 28160 | ;;;;;; "url/url.el" (17851 10875)) |
| 28453 | ;;; Generated autoloads from url/url.el | 28161 | ;;; Generated autoloads from url/url.el |
| 28454 | 28162 | ||
| 28455 | (autoload (quote url-retrieve) "url" "\ | 28163 | (autoload (quote url-retrieve) "url" "\ |
| @@ -28489,7 +28197,7 @@ no further processing). URL is either a string or a parsed URL. | |||
| 28489 | ;;;*** | 28197 | ;;;*** |
| 28490 | 28198 | ||
| 28491 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) | 28199 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) |
| 28492 | ;;;;;; "url-auth" "url/url-auth.el" (17843 45630)) | 28200 | ;;;;;; "url-auth" "url/url-auth.el" (17851 10873)) |
| 28493 | ;;; Generated autoloads from url/url-auth.el | 28201 | ;;; Generated autoloads from url/url-auth.el |
| 28494 | 28202 | ||
| 28495 | (autoload (quote url-get-authentication) "url-auth" "\ | 28203 | (autoload (quote url-get-authentication) "url-auth" "\ |
| @@ -28531,8 +28239,8 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 28531 | ;;;*** | 28239 | ;;;*** |
| 28532 | 28240 | ||
| 28533 | ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached | 28241 | ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached |
| 28534 | ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17843 | 28242 | ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17851 |
| 28535 | ;;;;;; 45630)) | 28243 | ;;;;;; 10873)) |
| 28536 | ;;; Generated autoloads from url/url-cache.el | 28244 | ;;; Generated autoloads from url/url-cache.el |
| 28537 | 28245 | ||
| 28538 | (autoload (quote url-store-in-cache) "url-cache" "\ | 28246 | (autoload (quote url-store-in-cache) "url-cache" "\ |
| @@ -28557,7 +28265,7 @@ Return t iff a cached file has expired. | |||
| 28557 | 28265 | ||
| 28558 | ;;;*** | 28266 | ;;;*** |
| 28559 | 28267 | ||
| 28560 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17843 45630)) | 28268 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17851 10873)) |
| 28561 | ;;; Generated autoloads from url/url-cid.el | 28269 | ;;; Generated autoloads from url/url-cid.el |
| 28562 | 28270 | ||
| 28563 | (autoload (quote url-cid) "url-cid" "\ | 28271 | (autoload (quote url-cid) "url-cid" "\ |
| @@ -28568,7 +28276,7 @@ Not documented | |||
| 28568 | ;;;*** | 28276 | ;;;*** |
| 28569 | 28277 | ||
| 28570 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" | 28278 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" |
| 28571 | ;;;;;; "url/url-dav.el" (17843 45630)) | 28279 | ;;;;;; "url/url-dav.el" (17851 10873)) |
| 28572 | ;;; Generated autoloads from url/url-dav.el | 28280 | ;;; Generated autoloads from url/url-dav.el |
| 28573 | 28281 | ||
| 28574 | (autoload (quote url-dav-supported-p) "url-dav" "\ | 28282 | (autoload (quote url-dav-supported-p) "url-dav" "\ |
| @@ -28583,8 +28291,8 @@ Not documented | |||
| 28583 | 28291 | ||
| 28584 | ;;;*** | 28292 | ;;;*** |
| 28585 | 28293 | ||
| 28586 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17843 | 28294 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17851 |
| 28587 | ;;;;;; 45630)) | 28295 | ;;;;;; 10873)) |
| 28588 | ;;; Generated autoloads from url/url-file.el | 28296 | ;;; Generated autoloads from url/url-file.el |
| 28589 | 28297 | ||
| 28590 | (autoload (quote url-file) "url-file" "\ | 28298 | (autoload (quote url-file) "url-file" "\ |
| @@ -28595,7 +28303,7 @@ Handle file: and ftp: URLs. | |||
| 28595 | ;;;*** | 28303 | ;;;*** |
| 28596 | 28304 | ||
| 28597 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" | 28305 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" |
| 28598 | ;;;;;; "url/url-gw.el" (17843 45630)) | 28306 | ;;;;;; "url/url-gw.el" (17851 10873)) |
| 28599 | ;;; Generated autoloads from url/url-gw.el | 28307 | ;;; Generated autoloads from url/url-gw.el |
| 28600 | 28308 | ||
| 28601 | (autoload (quote url-gateway-nslookup-host) "url-gw" "\ | 28309 | (autoload (quote url-gateway-nslookup-host) "url-gw" "\ |
| @@ -28614,8 +28322,8 @@ Might do a non-blocking connection; use `process-status' to check. | |||
| 28614 | ;;;*** | 28322 | ;;;*** |
| 28615 | 28323 | ||
| 28616 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file | 28324 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file |
| 28617 | ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17843 | 28325 | ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17851 |
| 28618 | ;;;;;; 45630)) | 28326 | ;;;;;; 10873)) |
| 28619 | ;;; Generated autoloads from url/url-handlers.el | 28327 | ;;; Generated autoloads from url/url-handlers.el |
| 28620 | 28328 | ||
| 28621 | (defvar url-handler-mode nil "\ | 28329 | (defvar url-handler-mode nil "\ |
| @@ -28659,7 +28367,7 @@ Not documented | |||
| 28659 | ;;;*** | 28367 | ;;;*** |
| 28660 | 28368 | ||
| 28661 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p | 28369 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p |
| 28662 | ;;;;;; url-http) "url-http" "url/url-http.el" (17843 45630)) | 28370 | ;;;;;; url-http) "url-http" "url/url-http.el" (17851 10873)) |
| 28663 | ;;; Generated autoloads from url/url-http.el | 28371 | ;;; Generated autoloads from url/url-http.el |
| 28664 | 28372 | ||
| 28665 | (autoload (quote url-http) "url-http" "\ | 28373 | (autoload (quote url-http) "url-http" "\ |
| @@ -28724,7 +28432,7 @@ HTTPS retrievals are asynchronous.") | |||
| 28724 | 28432 | ||
| 28725 | ;;;*** | 28433 | ;;;*** |
| 28726 | 28434 | ||
| 28727 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17843 45630)) | 28435 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17851 10873)) |
| 28728 | ;;; Generated autoloads from url/url-irc.el | 28436 | ;;; Generated autoloads from url/url-irc.el |
| 28729 | 28437 | ||
| 28730 | (autoload (quote url-irc) "url-irc" "\ | 28438 | (autoload (quote url-irc) "url-irc" "\ |
| @@ -28734,8 +28442,8 @@ Not documented | |||
| 28734 | 28442 | ||
| 28735 | ;;;*** | 28443 | ;;;*** |
| 28736 | 28444 | ||
| 28737 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17843 | 28445 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17851 |
| 28738 | ;;;;;; 45630)) | 28446 | ;;;;;; 10873)) |
| 28739 | ;;; Generated autoloads from url/url-ldap.el | 28447 | ;;; Generated autoloads from url/url-ldap.el |
| 28740 | 28448 | ||
| 28741 | (autoload (quote url-ldap) "url-ldap" "\ | 28449 | (autoload (quote url-ldap) "url-ldap" "\ |
| @@ -28749,7 +28457,7 @@ URL can be a URL string, or a URL vector of the type returned by | |||
| 28749 | ;;;*** | 28457 | ;;;*** |
| 28750 | 28458 | ||
| 28751 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" | 28459 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" |
| 28752 | ;;;;;; (17843 45630)) | 28460 | ;;;;;; (17851 10874)) |
| 28753 | ;;; Generated autoloads from url/url-mailto.el | 28461 | ;;; Generated autoloads from url/url-mailto.el |
| 28754 | 28462 | ||
| 28755 | (autoload (quote url-mail) "url-mailto" "\ | 28463 | (autoload (quote url-mail) "url-mailto" "\ |
| @@ -28765,7 +28473,7 @@ Handle the mailto: URL syntax. | |||
| 28765 | ;;;*** | 28473 | ;;;*** |
| 28766 | 28474 | ||
| 28767 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info | 28475 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info |
| 28768 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (17843 45630)) | 28476 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (17851 10874)) |
| 28769 | ;;; Generated autoloads from url/url-misc.el | 28477 | ;;; Generated autoloads from url/url-misc.el |
| 28770 | 28478 | ||
| 28771 | (autoload (quote url-man) "url-misc" "\ | 28479 | (autoload (quote url-man) "url-misc" "\ |
| @@ -28797,7 +28505,7 @@ Fetch a data URL (RFC 2397). | |||
| 28797 | ;;;*** | 28505 | ;;;*** |
| 28798 | 28506 | ||
| 28799 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" | 28507 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" |
| 28800 | ;;;;;; (17843 45630)) | 28508 | ;;;;;; (17851 10874)) |
| 28801 | ;;; Generated autoloads from url/url-news.el | 28509 | ;;; Generated autoloads from url/url-news.el |
| 28802 | 28510 | ||
| 28803 | (autoload (quote url-news) "url-news" "\ | 28511 | (autoload (quote url-news) "url-news" "\ |
| @@ -28814,7 +28522,7 @@ Not documented | |||
| 28814 | 28522 | ||
| 28815 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable | 28523 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable |
| 28816 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" | 28524 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" |
| 28817 | ;;;;;; (17843 45630)) | 28525 | ;;;;;; (17851 10874)) |
| 28818 | ;;; Generated autoloads from url/url-ns.el | 28526 | ;;; Generated autoloads from url/url-ns.el |
| 28819 | 28527 | ||
| 28820 | (autoload (quote isPlainHostName) "url-ns" "\ | 28528 | (autoload (quote isPlainHostName) "url-ns" "\ |
| @@ -28855,7 +28563,7 @@ Not documented | |||
| 28855 | ;;;*** | 28563 | ;;;*** |
| 28856 | 28564 | ||
| 28857 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" | 28565 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" |
| 28858 | ;;;;;; "url/url-parse.el" (17843 45630)) | 28566 | ;;;;;; "url/url-parse.el" (17851 10874)) |
| 28859 | ;;; Generated autoloads from url/url-parse.el | 28567 | ;;; Generated autoloads from url/url-parse.el |
| 28860 | 28568 | ||
| 28861 | (autoload (quote url-recreate-url) "url-parse" "\ | 28569 | (autoload (quote url-recreate-url) "url-parse" "\ |
| @@ -28873,7 +28581,7 @@ Format is: | |||
| 28873 | ;;;*** | 28581 | ;;;*** |
| 28874 | 28582 | ||
| 28875 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" | 28583 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" |
| 28876 | ;;;;;; (17843 45630)) | 28584 | ;;;;;; (17851 10874)) |
| 28877 | ;;; Generated autoloads from url/url-privacy.el | 28585 | ;;; Generated autoloads from url/url-privacy.el |
| 28878 | 28586 | ||
| 28879 | (autoload (quote url-setup-privacy-info) "url-privacy" "\ | 28587 | (autoload (quote url-setup-privacy-info) "url-privacy" "\ |
| @@ -28889,7 +28597,7 @@ Setup variables that expose info about you and your system. | |||
| 28889 | ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date | 28597 | ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date |
| 28890 | ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string | 28598 | ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string |
| 28891 | ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" | 28599 | ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" |
| 28892 | ;;;;;; (17843 45630)) | 28600 | ;;;;;; (17851 10874)) |
| 28893 | ;;; Generated autoloads from url/url-util.el | 28601 | ;;; Generated autoloads from url/url-util.el |
| 28894 | 28602 | ||
| 28895 | (defvar url-debug nil "\ | 28603 | (defvar url-debug nil "\ |
| @@ -29018,7 +28726,7 @@ This uses `url-current-object', set locally to the buffer. | |||
| 29018 | ;;;*** | 28726 | ;;;*** |
| 29019 | 28727 | ||
| 29020 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) | 28728 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) |
| 29021 | ;;;;;; "userlock" "userlock.el" (17843 45612)) | 28729 | ;;;;;; "userlock" "userlock.el" (17851 10848)) |
| 29022 | ;;; Generated autoloads from userlock.el | 28730 | ;;; Generated autoloads from userlock.el |
| 29023 | 28731 | ||
| 29024 | (autoload (quote ask-user-about-lock) "userlock" "\ | 28732 | (autoload (quote ask-user-about-lock) "userlock" "\ |
| @@ -29048,7 +28756,7 @@ The buffer in question is current when this function is called. | |||
| 29048 | 28756 | ||
| 29049 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal | 28757 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal |
| 29050 | ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" | 28758 | ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" |
| 29051 | ;;;;;; (17843 45618)) | 28759 | ;;;;;; (17851 10860)) |
| 29052 | ;;; Generated autoloads from gnus/uudecode.el | 28760 | ;;; Generated autoloads from gnus/uudecode.el |
| 29053 | 28761 | ||
| 29054 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ | 28762 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ |
| @@ -29078,7 +28786,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 29078 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window | 28786 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window |
| 29079 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 28787 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 29080 | ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook | 28788 | ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook |
| 29081 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17843 45612)) | 28789 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17851 10849)) |
| 29082 | ;;; Generated autoloads from vc.el | 28790 | ;;; Generated autoloads from vc.el |
| 29083 | 28791 | ||
| 29084 | (defvar vc-checkout-hook nil "\ | 28792 | (defvar vc-checkout-hook nil "\ |
| @@ -29366,7 +29074,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29366 | 29074 | ||
| 29367 | ;;;*** | 29075 | ;;;*** |
| 29368 | 29076 | ||
| 29369 | ;;;### (autoloads nil "vc-arch" "vc-arch.el" (17843 45612)) | 29077 | ;;;### (autoloads nil "vc-arch" "vc-arch.el" (17851 10848)) |
| 29370 | ;;; Generated autoloads from vc-arch.el | 29078 | ;;; Generated autoloads from vc-arch.el |
| 29371 | (defun vc-arch-registered (file) | 29079 | (defun vc-arch-registered (file) |
| 29372 | (if (vc-find-root file "{arch}/=tagging-method") | 29080 | (if (vc-find-root file "{arch}/=tagging-method") |
| @@ -29376,7 +29084,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29376 | 29084 | ||
| 29377 | ;;;*** | 29085 | ;;;*** |
| 29378 | 29086 | ||
| 29379 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17843 45612)) | 29087 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17851 10848)) |
| 29380 | ;;; Generated autoloads from vc-cvs.el | 29088 | ;;; Generated autoloads from vc-cvs.el |
| 29381 | (defun vc-cvs-registered (f) | 29089 | (defun vc-cvs-registered (f) |
| 29382 | (when (file-readable-p (expand-file-name | 29090 | (when (file-readable-p (expand-file-name |
| @@ -29386,7 +29094,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29386 | 29094 | ||
| 29387 | ;;;*** | 29095 | ;;;*** |
| 29388 | 29096 | ||
| 29389 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17843 45612)) | 29097 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17851 10848)) |
| 29390 | ;;; Generated autoloads from vc-mcvs.el | 29098 | ;;; Generated autoloads from vc-mcvs.el |
| 29391 | (defun vc-mcvs-registered (file) | 29099 | (defun vc-mcvs-registered (file) |
| 29392 | (if (vc-find-root file "MCVS/CVS") | 29100 | (if (vc-find-root file "MCVS/CVS") |
| @@ -29397,7 +29105,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29397 | ;;;*** | 29105 | ;;;*** |
| 29398 | 29106 | ||
| 29399 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 29107 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 29400 | ;;;;;; (17843 45612)) | 29108 | ;;;;;; (17851 10848)) |
| 29401 | ;;; Generated autoloads from vc-rcs.el | 29109 | ;;; Generated autoloads from vc-rcs.el |
| 29402 | 29110 | ||
| 29403 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 29111 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -29410,7 +29118,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 29410 | ;;;*** | 29118 | ;;;*** |
| 29411 | 29119 | ||
| 29412 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 29120 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 29413 | ;;;;;; (17843 45612)) | 29121 | ;;;;;; (17851 10848)) |
| 29414 | ;;; Generated autoloads from vc-sccs.el | 29122 | ;;; Generated autoloads from vc-sccs.el |
| 29415 | 29123 | ||
| 29416 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 29124 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -29427,7 +29135,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29427 | 29135 | ||
| 29428 | ;;;*** | 29136 | ;;;*** |
| 29429 | 29137 | ||
| 29430 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (17838 18033)) | 29138 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (17851 10848)) |
| 29431 | ;;; Generated autoloads from vc-svn.el | 29139 | ;;; Generated autoloads from vc-svn.el |
| 29432 | (defun vc-svn-registered (f) | 29140 | (defun vc-svn-registered (f) |
| 29433 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) | 29141 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) |
| @@ -29445,7 +29153,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29445 | ;;;*** | 29153 | ;;;*** |
| 29446 | 29154 | ||
| 29447 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 29155 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 29448 | ;;;;;; (17843 45629)) | 29156 | ;;;;;; (17851 10871)) |
| 29449 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 29157 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 29450 | 29158 | ||
| 29451 | (autoload (quote vhdl-mode) "vhdl-mode" "\ | 29159 | (autoload (quote vhdl-mode) "vhdl-mode" "\ |
| @@ -29986,7 +29694,7 @@ Key bindings: | |||
| 29986 | 29694 | ||
| 29987 | ;;;*** | 29695 | ;;;*** |
| 29988 | 29696 | ||
| 29989 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17789 35159)) | 29697 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17806 44346)) |
| 29990 | ;;; Generated autoloads from emulation/vi.el | 29698 | ;;; Generated autoloads from emulation/vi.el |
| 29991 | 29699 | ||
| 29992 | (autoload (quote vi-mode) "vi" "\ | 29700 | (autoload (quote vi-mode) "vi" "\ |
| @@ -30041,7 +29749,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs. | |||
| 30041 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 29749 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 30042 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 29750 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 30043 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 29751 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 30044 | ;;;;;; "language/viet-util.el" (17843 45621)) | 29752 | ;;;;;; "language/viet-util.el" (17851 10861)) |
| 30045 | ;;; Generated autoloads from language/viet-util.el | 29753 | ;;; Generated autoloads from language/viet-util.el |
| 30046 | 29754 | ||
| 30047 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ | 29755 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ |
| @@ -30087,8 +29795,8 @@ Not documented | |||
| 30087 | 29795 | ||
| 30088 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 29796 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 30089 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 29797 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 30090 | ;;;;;; view-file-other-window view-file) "view" "view.el" (17843 | 29798 | ;;;;;; view-file-other-window view-file) "view" "view.el" (17851 |
| 30091 | ;;;;;; 45612)) | 29799 | ;;;;;; 10849)) |
| 30092 | ;;; Generated autoloads from view.el | 29800 | ;;; Generated autoloads from view.el |
| 30093 | 29801 | ||
| 30094 | (defvar view-mode nil "\ | 29802 | (defvar view-mode nil "\ |
| @@ -30297,8 +30005,8 @@ Exit View mode and make the current buffer editable. | |||
| 30297 | 30005 | ||
| 30298 | ;;;*** | 30006 | ;;;*** |
| 30299 | 30007 | ||
| 30300 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17843 | 30008 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17851 |
| 30301 | ;;;;;; 45615)) | 30009 | ;;;;;; 10854)) |
| 30302 | ;;; Generated autoloads from emulation/vip.el | 30010 | ;;; Generated autoloads from emulation/vip.el |
| 30303 | 30011 | ||
| 30304 | (autoload (quote vip-setup) "vip" "\ | 30012 | (autoload (quote vip-setup) "vip" "\ |
| @@ -30314,7 +30022,7 @@ Turn on VIP emulation of VI. | |||
| 30314 | ;;;*** | 30022 | ;;;*** |
| 30315 | 30023 | ||
| 30316 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 30024 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 30317 | ;;;;;; (17843 45616)) | 30025 | ;;;;;; (17851 10854)) |
| 30318 | ;;; Generated autoloads from emulation/viper.el | 30026 | ;;; Generated autoloads from emulation/viper.el |
| 30319 | 30027 | ||
| 30320 | (autoload (quote toggle-viper-mode) "viper" "\ | 30028 | (autoload (quote toggle-viper-mode) "viper" "\ |
| @@ -30331,7 +30039,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'. | |||
| 30331 | ;;;*** | 30039 | ;;;*** |
| 30332 | 30040 | ||
| 30333 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" | 30041 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" |
| 30334 | ;;;;;; (17843 45615)) | 30042 | ;;;;;; (17851 10853)) |
| 30335 | ;;; Generated autoloads from emacs-lisp/warnings.el | 30043 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 30336 | 30044 | ||
| 30337 | (defvar warning-prefix-function nil "\ | 30045 | (defvar warning-prefix-function nil "\ |
| @@ -30420,7 +30128,7 @@ this is equivalent to `display-warning', using | |||
| 30420 | ;;;*** | 30128 | ;;;*** |
| 30421 | 30129 | ||
| 30422 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" | 30130 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" |
| 30423 | ;;;;;; (17843 45612)) | 30131 | ;;;;;; (17851 10849)) |
| 30424 | ;;; Generated autoloads from wdired.el | 30132 | ;;; Generated autoloads from wdired.el |
| 30425 | 30133 | ||
| 30426 | (autoload (quote wdired-change-to-wdired-mode) "wdired" "\ | 30134 | (autoload (quote wdired-change-to-wdired-mode) "wdired" "\ |
| @@ -30436,7 +30144,7 @@ See `wdired-mode'. | |||
| 30436 | 30144 | ||
| 30437 | ;;;*** | 30145 | ;;;*** |
| 30438 | 30146 | ||
| 30439 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17843 45625)) | 30147 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17851 10865)) |
| 30440 | ;;; Generated autoloads from net/webjump.el | 30148 | ;;; Generated autoloads from net/webjump.el |
| 30441 | 30149 | ||
| 30442 | (autoload (quote webjump) "webjump" "\ | 30150 | (autoload (quote webjump) "webjump" "\ |
| @@ -30453,7 +30161,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 30453 | ;;;*** | 30161 | ;;;*** |
| 30454 | 30162 | ||
| 30455 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 30163 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 30456 | ;;;;;; (17843 45629)) | 30164 | ;;;;;; (17851 10871)) |
| 30457 | ;;; Generated autoloads from progmodes/which-func.el | 30165 | ;;; Generated autoloads from progmodes/which-func.el |
| 30458 | (put 'which-func-format 'risky-local-variable t) | 30166 | (put 'which-func-format 'risky-local-variable t) |
| 30459 | (put 'which-func-current 'risky-local-variable t) | 30167 | (put 'which-func-current 'risky-local-variable t) |
| @@ -30486,7 +30194,7 @@ and off otherwise. | |||
| 30486 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check | 30194 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check |
| 30487 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check | 30195 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check |
| 30488 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" | 30196 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" |
| 30489 | ;;;;;; (17843 45612)) | 30197 | ;;;;;; (17851 10849)) |
| 30490 | ;;; Generated autoloads from whitespace.el | 30198 | ;;; Generated autoloads from whitespace.el |
| 30491 | 30199 | ||
| 30492 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ | 30200 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ |
| @@ -30577,7 +30285,7 @@ This is meant to be added buffer-locally to `write-file-functions'. | |||
| 30577 | ;;;*** | 30285 | ;;;*** |
| 30578 | 30286 | ||
| 30579 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse | 30287 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse |
| 30580 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17843 45612)) | 30288 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17851 10849)) |
| 30581 | ;;; Generated autoloads from wid-browse.el | 30289 | ;;; Generated autoloads from wid-browse.el |
| 30582 | 30290 | ||
| 30583 | (autoload (quote widget-browse-at) "wid-browse" "\ | 30291 | (autoload (quote widget-browse-at) "wid-browse" "\ |
| @@ -30604,8 +30312,8 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 30604 | ;;;*** | 30312 | ;;;*** |
| 30605 | 30313 | ||
| 30606 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 30314 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 30607 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17843 | 30315 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17851 |
| 30608 | ;;;;;; 45612)) | 30316 | ;;;;;; 10849)) |
| 30609 | ;;; Generated autoloads from wid-edit.el | 30317 | ;;; Generated autoloads from wid-edit.el |
| 30610 | 30318 | ||
| 30611 | (autoload (quote widgetp) "wid-edit" "\ | 30319 | (autoload (quote widgetp) "wid-edit" "\ |
| @@ -30649,8 +30357,8 @@ Setup current buffer so editing string widgets works. | |||
| 30649 | ;;;*** | 30357 | ;;;*** |
| 30650 | 30358 | ||
| 30651 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right | 30359 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right |
| 30652 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17843 | 30360 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17851 |
| 30653 | ;;;;;; 45612)) | 30361 | ;;;;;; 10849)) |
| 30654 | ;;; Generated autoloads from windmove.el | 30362 | ;;; Generated autoloads from windmove.el |
| 30655 | 30363 | ||
| 30656 | (autoload (quote windmove-left) "windmove" "\ | 30364 | (autoload (quote windmove-left) "windmove" "\ |
| @@ -30703,7 +30411,7 @@ Default MODIFIER is 'shift. | |||
| 30703 | ;;;*** | 30411 | ;;;*** |
| 30704 | 30412 | ||
| 30705 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" | 30413 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" |
| 30706 | ;;;;;; (17843 45613)) | 30414 | ;;;;;; (17851 10849)) |
| 30707 | ;;; Generated autoloads from winner.el | 30415 | ;;; Generated autoloads from winner.el |
| 30708 | 30416 | ||
| 30709 | (defvar winner-mode nil "\ | 30417 | (defvar winner-mode nil "\ |
| @@ -30722,7 +30430,7 @@ With arg, turn Winner mode on if and only if arg is positive. | |||
| 30722 | ;;;*** | 30430 | ;;;*** |
| 30723 | 30431 | ||
| 30724 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" | 30432 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" |
| 30725 | ;;;;;; "woman.el" (17843 45613)) | 30433 | ;;;;;; "woman.el" (17851 10849)) |
| 30726 | ;;; Generated autoloads from woman.el | 30434 | ;;; Generated autoloads from woman.el |
| 30727 | 30435 | ||
| 30728 | (autoload (quote woman) "woman" "\ | 30436 | (autoload (quote woman) "woman" "\ |
| @@ -30758,7 +30466,7 @@ decompress the file if appropriate. See the documentation for the | |||
| 30758 | ;;;*** | 30466 | ;;;*** |
| 30759 | 30467 | ||
| 30760 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" | 30468 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" |
| 30761 | ;;;;;; (17843 45616)) | 30469 | ;;;;;; (17851 10854)) |
| 30762 | ;;; Generated autoloads from emulation/ws-mode.el | 30470 | ;;; Generated autoloads from emulation/ws-mode.el |
| 30763 | 30471 | ||
| 30764 | (autoload (quote wordstar-mode) "ws-mode" "\ | 30472 | (autoload (quote wordstar-mode) "ws-mode" "\ |
| @@ -30871,7 +30579,7 @@ The key bindings are: | |||
| 30871 | ;;;*** | 30579 | ;;;*** |
| 30872 | 30580 | ||
| 30873 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" | 30581 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" |
| 30874 | ;;;;;; (17843 45613)) | 30582 | ;;;;;; (17851 10850)) |
| 30875 | ;;; Generated autoloads from xml.el | 30583 | ;;; Generated autoloads from xml.el |
| 30876 | 30584 | ||
| 30877 | (autoload (quote xml-parse-file) "xml" "\ | 30585 | (autoload (quote xml-parse-file) "xml" "\ |
| @@ -30896,8 +30604,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded. | |||
| 30896 | 30604 | ||
| 30897 | ;;;*** | 30605 | ;;;*** |
| 30898 | 30606 | ||
| 30899 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17843 | 30607 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17851 |
| 30900 | ;;;;;; 45613)) | 30608 | ;;;;;; 10850)) |
| 30901 | ;;; Generated autoloads from xt-mouse.el | 30609 | ;;; Generated autoloads from xt-mouse.el |
| 30902 | 30610 | ||
| 30903 | (defvar xterm-mouse-mode nil "\ | 30611 | (defvar xterm-mouse-mode nil "\ |
| @@ -30925,7 +30633,7 @@ down the SHIFT key while pressing the mouse button. | |||
| 30925 | ;;;*** | 30633 | ;;;*** |
| 30926 | 30634 | ||
| 30927 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" | 30635 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" |
| 30928 | ;;;;;; "gnus/yenc.el" (17843 45618)) | 30636 | ;;;;;; "gnus/yenc.el" (17851 10860)) |
| 30929 | ;;; Generated autoloads from gnus/yenc.el | 30637 | ;;; Generated autoloads from gnus/yenc.el |
| 30930 | 30638 | ||
| 30931 | (autoload (quote yenc-decode-region) "yenc" "\ | 30639 | (autoload (quote yenc-decode-region) "yenc" "\ |
| @@ -30941,7 +30649,7 @@ Extract file name from an yenc header. | |||
| 30941 | ;;;*** | 30649 | ;;;*** |
| 30942 | 30650 | ||
| 30943 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 30651 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 30944 | ;;;;;; yow) "yow" "play/yow.el" (17843 45626)) | 30652 | ;;;;;; yow) "yow" "play/yow.el" (17851 10866)) |
| 30945 | ;;; Generated autoloads from play/yow.el | 30653 | ;;; Generated autoloads from play/yow.el |
| 30946 | 30654 | ||
| 30947 | (autoload (quote yow) "yow" "\ | 30655 | (autoload (quote yow) "yow" "\ |
| @@ -30967,7 +30675,7 @@ Zippy goes to the analyst. | |||
| 30967 | 30675 | ||
| 30968 | ;;;*** | 30676 | ;;;*** |
| 30969 | 30677 | ||
| 30970 | ;;;### (autoloads (zone) "zone" "play/zone.el" (17843 45626)) | 30678 | ;;;### (autoloads (zone) "zone" "play/zone.el" (17851 10866)) |
| 30971 | ;;; Generated autoloads from play/zone.el | 30679 | ;;; Generated autoloads from play/zone.el |
| 30972 | 30680 | ||
| 30973 | (autoload (quote zone) "zone" "\ | 30681 | (autoload (quote zone) "zone" "\ |
| @@ -31082,9 +30790,9 @@ Zone out, completely. | |||
| 31082 | ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" | 30790 | ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" |
| 31083 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" | 30791 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" |
| 31084 | ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" | 30792 | ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" |
| 31085 | ;;;;;; "net/tramp-vc.el" "net/trampver.el" "obsolete/sc.el" "patcomp.el" | 30793 | ;;;;;; "net/tramp-vc.el" "net/trampver.el" "patcomp.el" "paths.el" |
| 31086 | ;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" | 30794 | ;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el" |
| 31087 | ;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" | 30795 | ;;;;;; "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" |
| 31088 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" | 30796 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" |
| 31089 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" | 30797 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" |
| 31090 | ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" | 30798 | ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" |
| @@ -31095,22 +30803,19 @@ Zone out, completely. | |||
| 31095 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" | 30803 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" |
| 31096 | ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "s-region.el" | 30804 | ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "s-region.el" |
| 31097 | ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" | 30805 | ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" |
| 31098 | ;;;;;; "soundex.el" "startup.el" "subdirs.el" "tempo.el" "term/apollo.el" | 30806 | ;;;;;; "soundex.el" "startup.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el" |
| 31099 | ;;;;;; "term/bobcat.el" "term/cygwin.el" "term/linux.el" "term/lk201.el" | 30807 | ;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/page.el" |
| 31100 | ;;;;;; "term/vt102.el" "term/vt125.el" "term/vt200.el" "term/vt201.el" | 30808 | ;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el" |
| 31101 | ;;;;;; "term/vt220.el" "term/vt240.el" "term/vt300.el" "term/vt320.el" | 30809 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" |
| 31102 | ;;;;;; "term/vt400.el" "term/vt420.el" "textmodes/bib-mode.el" "textmodes/makeinfo.el" | 30810 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" |
| 31103 | ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el" | 30811 | ;;;;;; "timezone.el" "tooltip.el" "tree-widget.el" "uniquify.el" |
| 31104 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" | 30812 | ;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" |
| 31105 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" | 30813 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" |
| 31106 | ;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el" | 30814 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" |
| 31107 | ;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" | 30815 | ;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" |
| 31108 | ;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el" | 30816 | ;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" |
| 31109 | ;;;;;; "url/url-ftp.el" "url/url-history.el" "url/url-imap.el" "url/url-methods.el" | 30817 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" |
| 31110 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" | 30818 | ;;;;;; "x-dnd.el") (17851 11084 773610)) |
| 31111 | ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" | ||
| 31112 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" | ||
| 31113 | ;;;;;; "widget.el" "window.el" "x-dnd.el") (17845 23032 619212)) | ||
| 31114 | 30819 | ||
| 31115 | ;;;*** | 30820 | ;;;*** |
| 31116 | 30821 | ||
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 2b778db2387..20da227b010 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -151,7 +151,10 @@ Otherwise they are treated as Emacs regexps (for backward compatibility)." | |||
| 151 | '("%b %e %H:%M" | 151 | '("%b %e %H:%M" |
| 152 | "%b %e %Y") | 152 | "%b %e %Y") |
| 153 | "*List of `format-time-string' specs to display file time stamps. | 153 | "*List of `format-time-string' specs to display file time stamps. |
| 154 | They are used whenever a locale is not specified to use instead. | 154 | These specs are used ONLY if a valid locale can not be determined. |
| 155 | |||
| 156 | If `ls-lisp-use-localized-time-format' is non-nil, these specs are used | ||
| 157 | regardless of whether the locale can be determined. | ||
| 155 | 158 | ||
| 156 | Syntax: (EARLY-TIME-FORMAT OLD-TIME-FORMAT) | 159 | Syntax: (EARLY-TIME-FORMAT OLD-TIME-FORMAT) |
| 157 | 160 | ||
| @@ -166,6 +169,15 @@ current year. The OLD-TIME-FORMAT is used for older files. To use ISO | |||
| 166 | (string :tag "Old time format")) | 169 | (string :tag "Old time format")) |
| 167 | :group 'ls-lisp) | 170 | :group 'ls-lisp) |
| 168 | 171 | ||
| 172 | (defcustom ls-lisp-use-localized-time-format nil | ||
| 173 | "*Non-nil causes ls-lisp to use `ls-lisp-format-time-list' even if | ||
| 174 | a valid locale is specified. | ||
| 175 | |||
| 176 | WARNING: Using localized date/time format might cause Dired columns | ||
| 177 | to fail to lign up, e.g. if month names are not all of the same length." | ||
| 178 | :type 'boolean | ||
| 179 | :group 'ls-lisp) | ||
| 180 | |||
| 169 | (defvar original-insert-directory nil | 181 | (defvar original-insert-directory nil |
| 170 | "This holds the original function definition of `insert-directory'.") | 182 | "This holds the original function definition of `insert-directory'.") |
| 171 | 183 | ||
| @@ -567,8 +579,12 @@ All ls time options, namely c, t and u, are handled." | |||
| 567 | (setq locale nil)) | 579 | (setq locale nil)) |
| 568 | (format-time-string | 580 | (format-time-string |
| 569 | (if (and (<= past-cutoff diff) (<= diff 0)) | 581 | (if (and (<= past-cutoff diff) (<= diff 0)) |
| 570 | (if locale "%m-%d %H:%M" (nth 0 ls-lisp-format-time-list)) | 582 | (if (and locale (not ls-lisp-use-localized-time-format)) |
| 571 | (if locale "%Y-%m-%d " (nth 1 ls-lisp-format-time-list))) | 583 | "%m-%d %H:%M" |
| 584 | (nth 0 ls-lisp-format-time-list)) | ||
| 585 | (if (and locale (not ls-lisp-use-localized-time-format)) | ||
| 586 | "%Y-%m-%d " | ||
| 587 | (nth 1 ls-lisp-format-time-list))) | ||
| 572 | time)) | 588 | time)) |
| 573 | (error "Unk 0 0000")))) | 589 | (error "Unk 0 0000")))) |
| 574 | 590 | ||
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 8d20ea7d2b2..a752f4d2980 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -422,8 +422,8 @@ Each element of this list has the following form: | |||
| 422 | (...))) | 422 | (...))) |
| 423 | 423 | ||
| 424 | Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular | 424 | Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular |
| 425 | expression to match against the INFOKEY's value. ATTRIBUTION can be a | 425 | expression to match against the INFOKEY's value. ATTRIBUTION can be a |
| 426 | string or a list. If its a string, then it is the attribution that is | 426 | string or a list. If it's a string, then it is the attribution that is |
| 427 | selected by `sc-select-attribution'. If it is a list, it is `eval'd | 427 | selected by `sc-select-attribution'. If it is a list, it is `eval'd |
| 428 | and the return value must be a string, which is used as the selected | 428 | and the return value must be a string, which is used as the selected |
| 429 | attribution. Note that the variable `sc-preferred-attribution-list' | 429 | attribution. Note that the variable `sc-preferred-attribution-list' |
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index d8a7371cb13..24b6aa32820 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -99,11 +99,11 @@ $(lisp)/cus-load.el: | |||
| 99 | touch $@ | 99 | touch $@ |
| 100 | # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as | 100 | # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as |
| 101 | # this can break with GNU Make 3.81 and later if sh.exe is used. | 101 | # this can break with GNU Make 3.81 and later if sh.exe is used. |
| 102 | custom-deps: $(lisp)/cus-load.el doit | 102 | custom-deps: $(lisp)/cus-load.el $(lisp)/loaddefs.el doit |
| 103 | @echo Directories: $(WINS) | 103 | @echo Directories: $(WINS) |
| 104 | -$(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hook nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS) | 104 | -$(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hook nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS) |
| 105 | 105 | ||
| 106 | finder-data: doit | 106 | finder-data: $(lisp)/loaddefs.el doit |
| 107 | @echo Directories: $(WINS) | 107 | @echo Directories: $(WINS) |
| 108 | $(emacs) -l finder -f finder-compile-keywords-make-dist $(lisp) $(WINS) | 108 | $(emacs) -l finder -f finder-compile-keywords-make-dist $(lisp) $(WINS) |
| 109 | 109 | ||
diff --git a/lisp/mouse.el b/lisp/mouse.el index 7d3c39a986c..c221a9bee99 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1041,19 +1041,19 @@ should only be used by mouse-drag-region." | |||
| 1041 | (if do-multi-click (goto-char start-point)) | 1041 | (if do-multi-click (goto-char start-point)) |
| 1042 | (delete-overlay mouse-drag-overlay) | 1042 | (delete-overlay mouse-drag-overlay) |
| 1043 | (when (and (functionp fun) | 1043 | (when (and (functionp fun) |
| 1044 | (= start-hscroll (window-hscroll start-window)) | 1044 | (= start-hscroll (window-hscroll start-window)) |
| 1045 | ;; Don't run the up-event handler if the | 1045 | ;; Don't run the up-event handler if the |
| 1046 | ;; window start changed in a redisplay after | 1046 | ;; window start changed in a redisplay after |
| 1047 | ;; the mouse-set-point for the down-mouse | 1047 | ;; the mouse-set-point for the down-mouse |
| 1048 | ;; event at the beginning of this function. | 1048 | ;; event at the beginning of this function. |
| 1049 | ;; When the window start has changed, the | 1049 | ;; When the window start has changed, the |
| 1050 | ;; up-mouse event will contain a different | 1050 | ;; up-mouse event will contain a different |
| 1051 | ;; position due to the new window contents, | 1051 | ;; position due to the new window contents, |
| 1052 | ;; and point is set again. | 1052 | ;; and point is set again. |
| 1053 | (or end-point | 1053 | (or end-point |
| 1054 | (= (window-start start-window) | 1054 | (= (window-start start-window) |
| 1055 | start-window-start))) | 1055 | start-window-start))) |
| 1056 | (when (and on-link | 1056 | (when (and on-link |
| 1057 | (or (not end-point) (= end-point start-point)) | 1057 | (or (not end-point) (= end-point start-point)) |
| 1058 | (consp event) | 1058 | (consp event) |
| 1059 | (or remap-double-click | 1059 | (or remap-double-click |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 19041d046db..08efbb1e107 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -2599,7 +2599,7 @@ away in the internal cache." | |||
| 2599 | (if wildcard | 2599 | (if wildcard |
| 2600 | (progn | 2600 | (progn |
| 2601 | (ange-ftp-cd host user (file-name-directory name)) | 2601 | (ange-ftp-cd host user (file-name-directory name)) |
| 2602 | (setq lscmd (list 'dir file temp lsargs))) | 2602 | (setq lscmd (list 'ls file temp lsargs))) |
| 2603 | (setq lscmd (list 'dir name temp lsargs))) | 2603 | (setq lscmd (list 'dir name temp lsargs))) |
| 2604 | (unwind-protect | 2604 | (unwind-protect |
| 2605 | (if (car (setq result (ange-ftp-send-cmd | 2605 | (if (car (setq result (ange-ftp-send-cmd |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 5625072a155..257fbc4e47b 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -3245,8 +3245,13 @@ be a local filename. The method used must be an out-of-band method." | |||
| 3245 | 3245 | ||
| 3246 | ;; Use rcp-like program for file transfer. | 3246 | ;; Use rcp-like program for file transfer. |
| 3247 | (unwind-protect | 3247 | (unwind-protect |
| 3248 | (let ((p (apply 'start-process (buffer-name trampbuf) trampbuf | 3248 | (let* ((default-directory |
| 3249 | copy-program copy-args))) | 3249 | (if (and (stringp default-directory) |
| 3250 | (file-accessible-directory-p default-directory)) | ||
| 3251 | default-directory | ||
| 3252 | (tramp-temporary-file-directory))) | ||
| 3253 | (p (apply 'start-process (buffer-name trampbuf) trampbuf | ||
| 3254 | copy-program copy-args))) | ||
| 3250 | (tramp-set-process-query-on-exit-flag p nil) | 3255 | (tramp-set-process-query-on-exit-flag p nil) |
| 3251 | (tramp-process-actions p multi-method method user host | 3256 | (tramp-process-actions p multi-method method user host |
| 3252 | tramp-actions-copy-out-of-band)) | 3257 | tramp-actions-copy-out-of-band)) |
diff --git a/lisp/obsolete/awk-mode.el b/lisp/obsolete/awk-mode.el index d85abc855f4..06376f96dc2 100644 --- a/lisp/obsolete/awk-mode.el +++ b/lisp/obsolete/awk-mode.el | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | ;; | 72 | ;; |
| 73 | ;; Keywords. | 73 | ;; Keywords. |
| 74 | (regexp-opt | 74 | (regexp-opt |
| 75 | '("BEGIN" "END" "break" "continue" "delete" "exit" "else" "for" | 75 | '("BEGIN" "END" "break" "continue" "delete" "do" "exit" "else" "for" |
| 76 | "getline" "if" "next" "print" "printf" "return" "while") 'words) | 76 | "getline" "if" "next" "print" "printf" "return" "while") 'words) |
| 77 | ;; | 77 | ;; |
| 78 | ;; Builtins. | 78 | ;; Builtins. |
diff --git a/lisp/outline.el b/lisp/outline.el index c9863083b92..20dfb2429ef 100644 --- a/lisp/outline.el +++ b/lisp/outline.el | |||
| @@ -471,19 +471,22 @@ If INVISIBLE-OK is non-nil, an invisible heading line is ok too." | |||
| 471 | (if up "Parent" "Demoted") head) | 471 | (if up "Parent" "Demoted") head) |
| 472 | head nil nil t))))) | 472 | head nil nil t))))) |
| 473 | 473 | ||
| 474 | (defun outline-promote (&optional children) | 474 | (defun outline-promote (&optional which) |
| 475 | "Promote headings higher up the tree. | 475 | "Promote headings higher up the tree. |
| 476 | If prefix argument CHILDREN is given, promote also all the children. | 476 | If transient-mark-mode is on, and mark is active, promote headings in |
| 477 | If the region is active in `transient-mark-mode', promote all headings | 477 | the region (from a Lisp program, pass `region' for WHICH). Otherwise: |
| 478 | in the region." | 478 | without prefix argument, promote current heading and all headings in the |
| 479 | subtree (from a Lisp program, pass `subtree' for WHICH); with prefix | ||
| 480 | argument, promote just the current heading (from a Lisp program, pass | ||
| 481 | nil for WHICH, or do not pass any argument)." | ||
| 479 | (interactive | 482 | (interactive |
| 480 | (list (if (and transient-mark-mode mark-active) 'region | 483 | (list (if (and transient-mark-mode mark-active) 'region |
| 481 | (outline-back-to-heading) | 484 | (outline-back-to-heading) |
| 482 | (if current-prefix-arg nil 'subtree)))) | 485 | (if current-prefix-arg nil 'subtree)))) |
| 483 | (cond | 486 | (cond |
| 484 | ((eq children 'region) | 487 | ((eq which 'region) |
| 485 | (outline-map-region 'outline-promote (region-beginning) (region-end))) | 488 | (outline-map-region 'outline-promote (region-beginning) (region-end))) |
| 486 | (children | 489 | (which |
| 487 | (outline-map-region 'outline-promote | 490 | (outline-map-region 'outline-promote |
| 488 | (point) | 491 | (point) |
| 489 | (save-excursion (outline-get-next-sibling) (point)))) | 492 | (save-excursion (outline-get-next-sibling) (point)))) |
| @@ -507,19 +510,22 @@ in the region." | |||
| 507 | 510 | ||
| 508 | (replace-match up-head nil t))))) | 511 | (replace-match up-head nil t))))) |
| 509 | 512 | ||
| 510 | (defun outline-demote (&optional children) | 513 | (defun outline-demote (&optional which) |
| 511 | "Demote headings lower down the tree. | 514 | "Demote headings lower down the tree. |
| 512 | If prefix argument CHILDREN is given, demote also all the children. | 515 | If transient-mark-mode is on, and mark is active, demote headings in |
| 513 | If the region is active in `transient-mark-mode', demote all headings | 516 | the region (from a Lisp program, pass `region' for WHICH). Otherwise: |
| 514 | in the region." | 517 | without prefix argument, demote current heading and all headings in the |
| 518 | subtree (from a Lisp program, pass `subtree' for WHICH); with prefix | ||
| 519 | argument, demote just the current heading (from a Lisp program, pass | ||
| 520 | nil for WHICH, or do not pass any argument)." | ||
| 515 | (interactive | 521 | (interactive |
| 516 | (list (if (and transient-mark-mode mark-active) 'region | 522 | (list (if (and transient-mark-mode mark-active) 'region |
| 517 | (outline-back-to-heading) | 523 | (outline-back-to-heading) |
| 518 | (if current-prefix-arg nil 'subtree)))) | 524 | (if current-prefix-arg nil 'subtree)))) |
| 519 | (cond | 525 | (cond |
| 520 | ((eq children 'region) | 526 | ((eq which 'region) |
| 521 | (outline-map-region 'outline-demote (region-beginning) (region-end))) | 527 | (outline-map-region 'outline-demote (region-beginning) (region-end))) |
| 522 | (children | 528 | (which |
| 523 | (outline-map-region 'outline-demote | 529 | (outline-map-region 'outline-demote |
| 524 | (point) | 530 | (point) |
| 525 | (save-excursion (outline-get-next-sibling) (point)))) | 531 | (save-excursion (outline-get-next-sibling) (point)))) |
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 41f04ea27cb..1a2b8c31ef4 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el | |||
| @@ -420,7 +420,7 @@ static unsigned char gamegrid_bits[] = { | |||
| 420 | (if gamegrid-timer | 420 | (if gamegrid-timer |
| 421 | (if (featurep 'itimer) | 421 | (if (featurep 'itimer) |
| 422 | (delete-itimer gamegrid-timer) | 422 | (delete-itimer gamegrid-timer) |
| 423 | (timer-set-time gamegrid-timer '(0 0 0) nil))) | 423 | (cancel-timer gamegrid-timer))) |
| 424 | (setq gamegrid-timer nil)) | 424 | (setq gamegrid-timer nil)) |
| 425 | 425 | ||
| 426 | ;; ;;;;;;;;;;;;;;; high score functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 426 | ;; ;;;;;;;;;;;;;;; high score functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -515,41 +515,42 @@ FILE is created there." | |||
| 515 | (defun gamegrid-add-score-with-update-game-score-1 (file target score) | 515 | (defun gamegrid-add-score-with-update-game-score-1 (file target score) |
| 516 | (let ((default-directory "/") | 516 | (let ((default-directory "/") |
| 517 | (errbuf (generate-new-buffer " *update-game-score loss*"))) | 517 | (errbuf (generate-new-buffer " *update-game-score loss*"))) |
| 518 | (apply | 518 | ;; This can be called from a timer, so enable local quits. |
| 519 | 'call-process | 519 | (with-local-quit |
| 520 | (append | 520 | (apply |
| 521 | (list | 521 | 'call-process |
| 522 | (expand-file-name "update-game-score" exec-directory) | 522 | (append |
| 523 | nil errbuf nil | 523 | (list |
| 524 | "-m" (int-to-string gamegrid-score-file-length) | 524 | (expand-file-name "update-game-score" exec-directory) |
| 525 | "-d" (if gamegrid-shared-game-dir | 525 | nil errbuf nil |
| 526 | (expand-file-name shared-game-score-directory) | 526 | "-m" (int-to-string gamegrid-score-file-length) |
| 527 | (file-name-directory target)) | 527 | "-d" (if gamegrid-shared-game-dir |
| 528 | file | 528 | (expand-file-name shared-game-score-directory) |
| 529 | (int-to-string score) | 529 | (file-name-directory target)) |
| 530 | (concat | 530 | file |
| 531 | (user-full-name) | 531 | (int-to-string score) |
| 532 | " <" | 532 | (concat |
| 533 | (cond ((fboundp 'user-mail-address) | 533 | (user-full-name) |
| 534 | (user-mail-address)) | 534 | " <" |
| 535 | ((boundp 'user-mail-address) | 535 | (cond ((fboundp 'user-mail-address) |
| 536 | user-mail-address) | 536 | (user-mail-address)) |
| 537 | (t "")) | 537 | ((boundp 'user-mail-address) |
| 538 | "> " | 538 | user-mail-address) |
| 539 | (current-time-string))))) | 539 | (t "")) |
| 540 | "> " | ||
| 541 | (current-time-string)))))) | ||
| 540 | (if (buffer-modified-p errbuf) | 542 | (if (buffer-modified-p errbuf) |
| 541 | (progn | 543 | (progn |
| 542 | (display-buffer errbuf) | 544 | (display-buffer errbuf) |
| 543 | (error "Failed to update game score file")) | 545 | (error "Failed to update game score file")) |
| 544 | (kill-buffer errbuf)) | 546 | (kill-buffer errbuf)) |
| 545 | (save-excursion | 547 | (let ((buf (find-buffer-visiting target))) |
| 546 | (let ((buf (find-buffer-visiting target))) | 548 | (if buf |
| 547 | (if buf | 549 | (progn |
| 548 | (progn | 550 | (with-current-buffer buf |
| 549 | (with-current-buffer buf | 551 | (revert-buffer nil t nil)) |
| 550 | (revert-buffer nil t nil)) | 552 | (display-buffer buf)) |
| 551 | (display-buffer buf)) | 553 | (find-file-read-only-other-window target))))) |
| 552 | (find-file-read-only-other-window target)))))) | ||
| 553 | 554 | ||
| 554 | (defun gamegrid-add-score-insecure (file score &optional directory) | 555 | (defun gamegrid-add-score-insecure (file score &optional directory) |
| 555 | (save-excursion | 556 | (save-excursion |
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el index 45e5af94ea0..53305a08e66 100644 --- a/lisp/play/tetris.el +++ b/lisp/play/tetris.el | |||
| @@ -362,9 +362,9 @@ Element 0 is ignored." | |||
| 362 | (setq tetris-pos-y 0) | 362 | (setq tetris-pos-y 0) |
| 363 | (if (tetris-test-shape) | 363 | (if (tetris-test-shape) |
| 364 | (tetris-end-game) | 364 | (tetris-end-game) |
| 365 | (tetris-draw-shape)) | 365 | (tetris-draw-shape) |
| 366 | (tetris-draw-next-shape) | 366 | (tetris-draw-next-shape) |
| 367 | (tetris-update-score)) | 367 | (tetris-update-score))) |
| 368 | 368 | ||
| 369 | (defun tetris-draw-next-shape () | 369 | (defun tetris-draw-next-shape () |
| 370 | (loop for y from 0 to 3 do | 370 | (loop for y from 0 to 3 do |
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 1858b43f326..43fa0ab5937 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -740,7 +740,7 @@ be after it." | |||
| 740 | 740 | ||
| 741 | 741 | ||
| 742 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 742 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 743 | ;; V i r t u a l S e m i c o l o n s | 743 | ;; V i r t u a l S e m i c o l o n s |
| 744 | ;; | 744 | ;; |
| 745 | ;; In most CC Mode languages, statements are terminated explicitly by | 745 | ;; In most CC Mode languages, statements are terminated explicitly by |
| 746 | ;; semicolons or closing braces. In some of the CC modes (currently only AWK | 746 | ;; semicolons or closing braces. In some of the CC modes (currently only AWK |
| @@ -784,7 +784,7 @@ be after it." | |||
| 784 | ;; | 784 | ;; |
| 785 | ;; The macro `c-vsemi-status-unknown-p' will typically check the cacheing | 785 | ;; The macro `c-vsemi-status-unknown-p' will typically check the cacheing |
| 786 | ;; scheme used by the `c-at-vsemi-p-fn', hence the name - the status is | 786 | ;; scheme used by the `c-at-vsemi-p-fn', hence the name - the status is |
| 787 | ;; "unknown" if there is no cache entry current for the line. | 787 | ;; "unknown" if there is no cache entry current for the line. |
| 788 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 788 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 789 | 789 | ||
| 790 | (defmacro c-at-vsemi-p (&optional pos) | 790 | (defmacro c-at-vsemi-p (&optional pos) |
| @@ -1514,8 +1514,8 @@ might be present: | |||
| 1514 | (i.e. the syntax class `|'). | 1514 | (i.e. the syntax class `|'). |
| 1515 | 'pps-extended-state `parse-partial-sexp' returns a list with at least 10 | 1515 | 'pps-extended-state `parse-partial-sexp' returns a list with at least 10 |
| 1516 | elements, i.e. it contains the position of the start of | 1516 | elements, i.e. it contains the position of the start of |
| 1517 | the last comment or string. It's always set - CC Mode no | 1517 | the last comment or string. It's always set - CC Mode |
| 1518 | longer works in emacsen without this feature. | 1518 | no longer works in emacsen without this feature. |
| 1519 | 'posix-char-classes The regexp engine understands POSIX character classes. | 1519 | 'posix-char-classes The regexp engine understands POSIX character classes. |
| 1520 | 'col-0-paren It's possible to turn off the ad-hoc rule that a paren | 1520 | 'col-0-paren It's possible to turn off the ad-hoc rule that a paren |
| 1521 | in column zero is the start of a defun. | 1521 | in column zero is the start of a defun. |
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 3aac25b43ed..cbf2b44de23 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el | |||
| @@ -1168,7 +1168,7 @@ OFFSET can specify an offset in several different ways: | |||
| 1168 | If OFFSET is a symbol with a value binding then that value, which | 1168 | If OFFSET is a symbol with a value binding then that value, which |
| 1169 | must be an integer, is used as relative offset. | 1169 | must be an integer, is used as relative offset. |
| 1170 | 1170 | ||
| 1171 | If OFFSET is a vector then it's first element, which must be an | 1171 | If OFFSET is a vector then its first element, which must be an |
| 1172 | integer, is used as an absolute indentation column. This overrides | 1172 | integer, is used as an absolute indentation column. This overrides |
| 1173 | the previous base indentation and the relative offsets applied to | 1173 | the previous base indentation and the relative offsets applied to |
| 1174 | it, and it becomes the new base indentation. | 1174 | it, and it becomes the new base indentation. |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 80015795cd9..8d126c8a413 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -1626,7 +1626,7 @@ Return full-name. Names are real, not patched." | |||
| 1626 | buildfile-name source-file-name))))) | 1626 | buildfile-name source-file-name))))) |
| 1627 | 1627 | ||
| 1628 | (defun flymake-init-create-temp-source-and-master-buffer-copy (get-incl-dirs-f create-temp-f master-file-masks include-regexp) | 1628 | (defun flymake-init-create-temp-source-and-master-buffer-copy (get-incl-dirs-f create-temp-f master-file-masks include-regexp) |
| 1629 | "Find master file (or buffer), create it's copy along with a copy of the source file." | 1629 | "Find master file (or buffer), create its copy along with a copy of the source file." |
| 1630 | (let* ((source-file-name buffer-file-name) | 1630 | (let* ((source-file-name buffer-file-name) |
| 1631 | (temp-source-file-name (flymake-init-create-temp-buffer-copy create-temp-f)) | 1631 | (temp-source-file-name (flymake-init-create-temp-buffer-copy create-temp-f)) |
| 1632 | (master-and-temp-master (flymake-create-master-file | 1632 | (master-and-temp-master (flymake-create-master-file |
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 01e4fe7abe7..c2811a9658a 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el | |||
| @@ -1788,6 +1788,9 @@ static char *magick[] = { | |||
| 1788 | "Face for disabled breakpoint icon in fringe." | 1788 | "Face for disabled breakpoint icon in fringe." |
| 1789 | :group 'gud) | 1789 | :group 'gud) |
| 1790 | 1790 | ||
| 1791 | (defconst gdb-breakpoint-regexp | ||
| 1792 | "\\([0-9]+\\).*?\\(?:point\\|catch\\s-+\\S-+\\)\\s-+\\S-+\\s-+\\(.\\)\\s-+") | ||
| 1793 | |||
| 1791 | ;; Put breakpoint icons in relevant margins (even those set in the GUD buffer). | 1794 | ;; Put breakpoint icons in relevant margins (even those set in the GUD buffer). |
| 1792 | (defun gdb-info-breakpoints-custom () | 1795 | (defun gdb-info-breakpoints-custom () |
| 1793 | (let ((flag) (bptno)) | 1796 | (let ((flag) (bptno)) |
| @@ -1981,9 +1984,6 @@ static char *magick[] = { | |||
| 1981 | 'gdb-invalidate-breakpoints | 1984 | 'gdb-invalidate-breakpoints |
| 1982 | 'gdbmi-invalidate-breakpoints)) | 1985 | 'gdbmi-invalidate-breakpoints)) |
| 1983 | 1986 | ||
| 1984 | (defconst gdb-breakpoint-regexp | ||
| 1985 | "\\([0-9]+\\).*?\\(?:point\\|catch\\s-+\\S-+\\)\\s-+\\S-+\\s-+\\(.\\)\\s-+") | ||
| 1986 | |||
| 1987 | (defun gdb-toggle-breakpoint () | 1987 | (defun gdb-toggle-breakpoint () |
| 1988 | "Enable/disable breakpoint at current line." | 1988 | "Enable/disable breakpoint at current line." |
| 1989 | (interactive) | 1989 | (interactive) |
| @@ -3436,14 +3436,26 @@ in_scope=\"\\(.*?\\)\".*?}") | |||
| 3436 | (let* ((varnum (match-string 1)) | 3436 | (let* ((varnum (match-string 1)) |
| 3437 | (var (assoc varnum gdb-var-list))) | 3437 | (var (assoc varnum gdb-var-list))) |
| 3438 | (when var | 3438 | (when var |
| 3439 | (if (string-equal (match-string 3) "false") | 3439 | (let ((match (match-string 3))) |
| 3440 | (setcar (nthcdr 5 var) 'out-of-scope) | 3440 | (cond ((string-equal match "false") |
| 3441 | (setcar (nthcdr 5 var) 'changed) | 3441 | (setcar (nthcdr 5 var) 'out-of-scope)) |
| 3442 | (setcar (nthcdr 4 var) | 3442 | ((string-equal match "true") |
| 3443 | (read (match-string 2))))))) | 3443 | (setcar (nthcdr 5 var) 'changed) |
| 3444 | (setq gdb-pending-triggers | 3444 | (setcar (nthcdr 4 var) |
| 3445 | (delq 'gdb-var-update gdb-pending-triggers)) | 3445 | (read (match-string 2)))) |
| 3446 | (gdb-speedbar-update)) | 3446 | ;; ((string-equal match "invalid") |
| 3447 | ;; (gdb-enqueue-input | ||
| 3448 | ;; (list | ||
| 3449 | ;; (if (eq (buffer-local-value | ||
| 3450 | ;; 'gud-minor-mode gud-comint-buffer) 'gdba) | ||
| 3451 | ;; (concat "server interpreter mi \"-var-delete " | ||
| 3452 | ;; varnum "\"\n") | ||
| 3453 | ;; (concat "-var-delete " varnum "\n")) | ||
| 3454 | ;; 'ignore))) | ||
| 3455 | ))))) | ||
| 3456 | (setq gdb-pending-triggers | ||
| 3457 | (delq 'gdb-var-update gdb-pending-triggers)) | ||
| 3458 | (gdb-speedbar-update)) | ||
| 3447 | 3459 | ||
| 3448 | ;; Registers buffer. | 3460 | ;; Registers buffer. |
| 3449 | ;; | 3461 | ;; |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index dbd8e2b080d..2d7bbd79c6b 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -1147,7 +1147,7 @@ default setting as example)." | |||
| 1147 | (concat | 1147 | (concat |
| 1148 | "*Specifies how the name for the components package is obtained. | 1148 | "*Specifies how the name for the components package is obtained. |
| 1149 | The components package is a package containing all component declarations for | 1149 | The components package is a package containing all component declarations for |
| 1150 | the current design. It's name can be obtained by modifying the project name | 1150 | the current design. Its name can be obtained by modifying the project name |
| 1151 | \(e.g. attaching or stripping off a substring). If no project is defined, the | 1151 | \(e.g. attaching or stripping off a substring). If no project is defined, the |
| 1152 | DIRECTORY entry is chosen." | 1152 | DIRECTORY entry is chosen." |
| 1153 | vhdl-name-doc-string) | 1153 | vhdl-name-doc-string) |
| @@ -2434,7 +2434,7 @@ conversion." | |||
| 2434 | (insert-file-contents filename t))) | 2434 | (insert-file-contents filename t))) |
| 2435 | 2435 | ||
| 2436 | (defun vhdl-sort-alist (alist) | 2436 | (defun vhdl-sort-alist (alist) |
| 2437 | "Sort alist." | 2437 | "Sort ALIST." |
| 2438 | (sort alist (function (lambda (a b) (string< (car a) (car b)))))) | 2438 | (sort alist (function (lambda (a b) (string< (car a) (car b)))))) |
| 2439 | 2439 | ||
| 2440 | (defun vhdl-get-subdirs (directory) | 2440 | (defun vhdl-get-subdirs (directory) |
| @@ -5239,7 +5239,7 @@ Return a valid value only." | |||
| 5239 | (defun vhdl-set-offset (symbol offset &optional add-p) | 5239 | (defun vhdl-set-offset (symbol offset &optional add-p) |
| 5240 | "Change the value of a syntactic element symbol in `vhdl-offsets-alist'. | 5240 | "Change the value of a syntactic element symbol in `vhdl-offsets-alist'. |
| 5241 | SYMBOL is the syntactic element symbol to change and OFFSET is the new | 5241 | SYMBOL is the syntactic element symbol to change and OFFSET is the new |
| 5242 | offset for that syntactic element. Optional ADD says to add SYMBOL to | 5242 | offset for that syntactic element. Optional ADD-P says to add SYMBOL to |
| 5243 | `vhdl-offsets-alist' if it doesn't already appear there." | 5243 | `vhdl-offsets-alist' if it doesn't already appear there." |
| 5244 | (interactive | 5244 | (interactive |
| 5245 | (let* ((langelem | 5245 | (let* ((langelem |
| @@ -5765,7 +5765,7 @@ keyword." | |||
| 5765 | "If the word at the current position corresponds to an \"end\" | 5765 | "If the word at the current position corresponds to an \"end\" |
| 5766 | keyword, then return a vector containing enough information to find | 5766 | keyword, then return a vector containing enough information to find |
| 5767 | the corresponding \"begin\" keyword, else return nil. The keyword to | 5767 | the corresponding \"begin\" keyword, else return nil. The keyword to |
| 5768 | search backward for is aref 0. The column in which the keyword must | 5768 | search backward for is aref 0. The column in which the keyword must |
| 5769 | appear is aref 1 or nil if any column is suitable. The supplementary | 5769 | appear is aref 1 or nil if any column is suitable. The supplementary |
| 5770 | keyword to search forward for is aref 2 or nil if this is not | 5770 | keyword to search forward for is aref 2 or nil if this is not |
| 5771 | required. If aref 3 is t, then the \"begin\" keyword may be found in | 5771 | required. If aref 3 is t, then the \"begin\" keyword may be found in |
| @@ -6424,8 +6424,8 @@ statement if already at the beginning of one." | |||
| 6424 | ;; Defuns for calculating the current syntactic state: | 6424 | ;; Defuns for calculating the current syntactic state: |
| 6425 | 6425 | ||
| 6426 | (defun vhdl-get-library-unit (bod placeholder) | 6426 | (defun vhdl-get-library-unit (bod placeholder) |
| 6427 | "If there is an enclosing library unit at bod, with it's \"begin\" | 6427 | "If there is an enclosing library unit at BOD, with its \"begin\" |
| 6428 | keyword at placeholder, then return the library unit type." | 6428 | keyword at PLACEHOLDER, then return the library unit type." |
| 6429 | (let ((here (vhdl-point 'bol))) | 6429 | (let ((here (vhdl-point 'bol))) |
| 6430 | (if (save-excursion | 6430 | (if (save-excursion |
| 6431 | (goto-char placeholder) | 6431 | (goto-char placeholder) |
| @@ -6448,7 +6448,7 @@ keyword at placeholder, then return the library unit type." | |||
| 6448 | 6448 | ||
| 6449 | (defun vhdl-get-block-state (&optional lim) | 6449 | (defun vhdl-get-block-state (&optional lim) |
| 6450 | "Finds and records all the closest opens. | 6450 | "Finds and records all the closest opens. |
| 6451 | lim is the furthest back we need to search (it should be the | 6451 | LIM is the furthest back we need to search (it should be the |
| 6452 | previous libunit keyword)." | 6452 | previous libunit keyword)." |
| 6453 | (let ((here (point)) | 6453 | (let ((here (point)) |
| 6454 | (lim (or lim (point-min))) | 6454 | (lim (or lim (point-min))) |
| @@ -6514,8 +6514,8 @@ previous libunit keyword)." | |||
| 6514 | 6514 | ||
| 6515 | (defun vhdl-skip-case-alternative (&optional lim) | 6515 | (defun vhdl-skip-case-alternative (&optional lim) |
| 6516 | "Skip forward over case/when bodies, with optional maximal | 6516 | "Skip forward over case/when bodies, with optional maximal |
| 6517 | limit. If no next case alternative is found, nil is returned and point | 6517 | limit. If no next case alternative is found, nil is returned and |
| 6518 | is not moved." | 6518 | point is not moved." |
| 6519 | (let ((lim (or lim (point-max))) | 6519 | (let ((lim (or lim (point-max))) |
| 6520 | (here (point)) | 6520 | (here (point)) |
| 6521 | donep foundp) | 6521 | donep foundp) |
| @@ -6541,7 +6541,7 @@ is not moved." | |||
| 6541 | 6541 | ||
| 6542 | (defun vhdl-backward-skip-label (&optional lim) | 6542 | (defun vhdl-backward-skip-label (&optional lim) |
| 6543 | "Skip backward over a label, with optional maximal | 6543 | "Skip backward over a label, with optional maximal |
| 6544 | limit. If label is not found, nil is returned and point | 6544 | limit. If label is not found, nil is returned and point |
| 6545 | is not moved." | 6545 | is not moved." |
| 6546 | (let ((lim (or lim (point-min))) | 6546 | (let ((lim (or lim (point-min))) |
| 6547 | placeholder) | 6547 | placeholder) |
| @@ -7306,9 +7306,9 @@ indentation is done before aligning." | |||
| 7306 | 7306 | ||
| 7307 | (defun vhdl-align-region-2 (begin end match &optional substr spacing) | 7307 | (defun vhdl-align-region-2 (begin end match &optional substr spacing) |
| 7308 | "Align a range of lines from BEGIN to END. The regular expression | 7308 | "Align a range of lines from BEGIN to END. The regular expression |
| 7309 | MATCH must match exactly one fields: the whitespace to be | 7309 | MATCH must match exactly one field: the whitespace to be |
| 7310 | contracted/expanded. The alignment column will equal the | 7310 | contracted/expanded. The alignment column will equal the |
| 7311 | rightmost column of the widest whitespace block. SPACING is | 7311 | rightmost column of the widest whitespace block. SPACING is |
| 7312 | the amount of extra spaces to add to the calculated maximum required. | 7312 | the amount of extra spaces to add to the calculated maximum required. |
| 7313 | SPACING defaults to 1 so that at least one space is inserted after | 7313 | SPACING defaults to 1 so that at least one space is inserted after |
| 7314 | the token in MATCH." | 7314 | the token in MATCH." |
| @@ -8101,7 +8101,7 @@ Turn on if ARG positive, turn off if ARG negative, toggle if ARG zero or nil." | |||
| 8101 | 8101 | ||
| 8102 | (defun vhdl-electric-dash (count) | 8102 | (defun vhdl-electric-dash (count) |
| 8103 | "-- starts a comment, --- draws a horizontal line, | 8103 | "-- starts a comment, --- draws a horizontal line, |
| 8104 | ---- starts a display comment" | 8104 | ---- starts a display comment." |
| 8105 | (interactive "p") | 8105 | (interactive "p") |
| 8106 | (if (and vhdl-stutter-mode (not (vhdl-in-literal))) | 8106 | (if (and vhdl-stutter-mode (not (vhdl-in-literal))) |
| 8107 | (cond | 8107 | (cond |
| @@ -10448,7 +10448,7 @@ with double-quotes is to be inserted. DEFAULT specifies a default string." | |||
| 10448 | (if vhdl-upper-case-keywords (upcase keyword) (downcase keyword))) | 10448 | (if vhdl-upper-case-keywords (upcase keyword) (downcase keyword))) |
| 10449 | 10449 | ||
| 10450 | (defun vhdl-case-word (num) | 10450 | (defun vhdl-case-word (num) |
| 10451 | "Adjust case or following NUM words." | 10451 | "Adjust case of following NUM words." |
| 10452 | (if vhdl-upper-case-keywords (upcase-word num) (downcase-word num))) | 10452 | (if vhdl-upper-case-keywords (upcase-word num) (downcase-word num))) |
| 10453 | 10453 | ||
| 10454 | (defun vhdl-minibuffer-tab (&optional prefix-arg) | 10454 | (defun vhdl-minibuffer-tab (&optional prefix-arg) |
| @@ -10586,7 +10586,7 @@ else insert tab (used for word completion in VHDL minibuffer)." | |||
| 10586 | 10586 | ||
| 10587 | (defun vhdl-hooked-abbrev (func) | 10587 | (defun vhdl-hooked-abbrev (func) |
| 10588 | "Do function, if syntax says abbrev is a keyword, invoked by hooked abbrev, | 10588 | "Do function, if syntax says abbrev is a keyword, invoked by hooked abbrev, |
| 10589 | but not if inside a comment or quote)." | 10589 | but not if inside a comment or quote." |
| 10590 | (if (or (vhdl-in-literal) | 10590 | (if (or (vhdl-in-literal) |
| 10591 | (save-excursion | 10591 | (save-excursion |
| 10592 | (forward-word -1) | 10592 | (forward-word -1) |
| @@ -12083,8 +12083,8 @@ expressions (e.g. for index ranges of types and signals)." | |||
| 12083 | ;; Case fixing | 12083 | ;; Case fixing |
| 12084 | 12084 | ||
| 12085 | (defun vhdl-fix-case-region-1 (beg end upper-case word-regexp &optional count) | 12085 | (defun vhdl-fix-case-region-1 (beg end upper-case word-regexp &optional count) |
| 12086 | "Convert all words matching word-regexp in region to lower or upper case, | 12086 | "Convert all words matching WORD-REGEXP in region to lower or upper case, |
| 12087 | depending on parameter upper-case." | 12087 | depending on parameter UPPER-CASE." |
| 12088 | (let ((case-replace nil) | 12088 | (let ((case-replace nil) |
| 12089 | (last-update 0)) | 12089 | (last-update 0)) |
| 12090 | (vhdl-prepare-search-2 | 12090 | (vhdl-prepare-search-2 |
| @@ -12463,7 +12463,7 @@ File statistics: \"%s\"\n\ | |||
| 12463 | "Regexp to match start of construct to hide.") | 12463 | "Regexp to match start of construct to hide.") |
| 12464 | 12464 | ||
| 12465 | (defun vhdl-hs-forward-sexp-func (count) | 12465 | (defun vhdl-hs-forward-sexp-func (count) |
| 12466 | "Find end of construct to hide (for hideshow). Only searches forward." | 12466 | "Find end of construct to hide (for hideshow). Only searches forward." |
| 12467 | (let ((pos (point))) | 12467 | (let ((pos (point))) |
| 12468 | (vhdl-prepare-search-2 | 12468 | (vhdl-prepare-search-2 |
| 12469 | (beginning-of-line) | 12469 | (beginning-of-line) |
| @@ -12586,7 +12586,7 @@ File statistics: \"%s\"\n\ | |||
| 12586 | (goto-char end)))))) | 12586 | (goto-char end)))))) |
| 12587 | 12587 | ||
| 12588 | (defun vhdl-font-lock-match-item (limit) | 12588 | (defun vhdl-font-lock-match-item (limit) |
| 12589 | "Match, and move over, any declaration item after point. Adapted from | 12589 | "Match, and move over, any declaration item after point. Adapted from |
| 12590 | `font-lock-match-c-style-declaration-item-and-skip-to-next'." | 12590 | `font-lock-match-c-style-declaration-item-and-skip-to-next'." |
| 12591 | (condition-case nil | 12591 | (condition-case nil |
| 12592 | (save-restriction | 12592 | (save-restriction |
| @@ -13130,7 +13130,7 @@ hierarchy otherwise.") | |||
| 13130 | 13130 | ||
| 13131 | (defun vhdl-scan-directory-contents (name &optional project update num-string | 13131 | (defun vhdl-scan-directory-contents (name &optional project update num-string |
| 13132 | non-final) | 13132 | non-final) |
| 13133 | "Scan contents of VHDL files in directory or file pattern DIR-NAME." | 13133 | "Scan contents of VHDL files in directory or file pattern NAME." |
| 13134 | (string-match "\\(.*[/\\]\\)\\(.*\\)" name) | 13134 | (string-match "\\(.*[/\\]\\)\\(.*\\)" name) |
| 13135 | ; (unless (file-directory-p (match-string 1 name)) | 13135 | ; (unless (file-directory-p (match-string 1 name)) |
| 13136 | ; (message "No such directory: \"%s\"" (match-string 1 name))) | 13136 | ; (message "No such directory: \"%s\"" (match-string 1 name))) |
| @@ -14172,7 +14172,7 @@ if required." | |||
| 14172 | ) | 14172 | ) |
| 14173 | 14173 | ||
| 14174 | (defun vhdl-speedbar-insert-project-hierarchy (project indent &optional rescan) | 14174 | (defun vhdl-speedbar-insert-project-hierarchy (project indent &optional rescan) |
| 14175 | "Insert hierarchy of project. Rescan directories if RESCAN is non-nil, | 14175 | "Insert hierarchy of PROJECT. Rescan directories if RESCAN is non-nil, |
| 14176 | otherwise use cached data." | 14176 | otherwise use cached data." |
| 14177 | (when (or rescan (and (not (assoc project vhdl-file-alist)) | 14177 | (when (or rescan (and (not (assoc project vhdl-file-alist)) |
| 14178 | (not (vhdl-load-cache project)))) | 14178 | (not (vhdl-load-cache project)))) |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 67152c81034..4f88fdc8614 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -3246,7 +3246,7 @@ require slightly different versions of this line." | |||
| 3246 | "*Non-nil means build the reference face lists. | 3246 | "*Non-nil means build the reference face lists. |
| 3247 | 3247 | ||
| 3248 | ps-print sets this value to nil after it builds its internal reference lists of | 3248 | ps-print sets this value to nil after it builds its internal reference lists of |
| 3249 | bold and italic faces. By settings its value back to t, you can force ps-print | 3249 | bold and italic faces. By setting its value back to t, you can force ps-print |
| 3250 | to rebuild the lists the next time you invoke one of the ...-with-faces | 3250 | to rebuild the lists the next time you invoke one of the ...-with-faces |
| 3251 | commands. | 3251 | commands. |
| 3252 | 3252 | ||
diff --git a/lisp/server.el b/lisp/server.el index beb065ef437..f03c802bb77 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -311,7 +311,8 @@ client \"editors\" can send your editing commands to this Emacs job. | |||
| 311 | To use the server, set up the program `emacsclient' in the | 311 | To use the server, set up the program `emacsclient' in the |
| 312 | Emacs distribution as your standard \"editor\". | 312 | Emacs distribution as your standard \"editor\". |
| 313 | 313 | ||
| 314 | Prefix arg means just kill any existing server communications subprocess." | 314 | Optional argument LEAVE-DEAD (interactively, a prefix arg) means just |
| 315 | kill any existing server communications subprocess." | ||
| 315 | (interactive "P") | 316 | (interactive "P") |
| 316 | (when server-process | 317 | (when server-process |
| 317 | ;; kill it dead! | 318 | ;; kill it dead! |
diff --git a/lisp/simple.el b/lisp/simple.el index 09395514e90..cb1e6fe8ffb 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1079,7 +1079,7 @@ this command arranges for all errors to enter the debugger." | |||
| 1079 | (if eval-expression-insert-value | 1079 | (if eval-expression-insert-value |
| 1080 | (with-no-warnings | 1080 | (with-no-warnings |
| 1081 | (let ((standard-output (current-buffer))) | 1081 | (let ((standard-output (current-buffer))) |
| 1082 | (eval-last-sexp-print-value (car values)))) | 1082 | (prin1 (car values)))) |
| 1083 | (prog1 | 1083 | (prog1 |
| 1084 | (prin1 (car values) t) | 1084 | (prin1 (car values) t) |
| 1085 | (let ((str (eval-expression-print-format (car values)))) | 1085 | (let ((str (eval-expression-print-format (car values)))) |
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 1a5fc04ee3a..711957d9cd0 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -819,7 +819,7 @@ to toggle this value.") | |||
| 819 | 819 | ||
| 820 | (defun speedbar-make-specialized-keymap () | 820 | (defun speedbar-make-specialized-keymap () |
| 821 | "Create a keymap for use with a speedbar major or minor display mode. | 821 | "Create a keymap for use with a speedbar major or minor display mode. |
| 822 | This basically creates a sparse keymap, and makes it's parent be | 822 | This basically creates a sparse keymap, and makes its parent be |
| 823 | `speedbar-key-map'." | 823 | `speedbar-key-map'." |
| 824 | (let ((k (make-sparse-keymap))) | 824 | (let ((k (make-sparse-keymap))) |
| 825 | (set-keymap-parent k speedbar-key-map) | 825 | (set-keymap-parent k speedbar-key-map) |
diff --git a/lisp/startup.el b/lisp/startup.el index 3fdcf0d856a..fea54f3496c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1150,6 +1150,11 @@ Copying Conditions\tConditions for redistributing and changing Emacs | |||
| 1150 | Getting New Versions\tHow to obtain the latest version of Emacs | 1150 | Getting New Versions\tHow to obtain the latest version of Emacs |
| 1151 | More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") | 1151 | More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") |
| 1152 | (:face (variable-pitch :weight bold) | 1152 | (:face (variable-pitch :weight bold) |
| 1153 | "To quit a partially entered command, type " | ||
| 1154 | :face default | ||
| 1155 | "Control-g" | ||
| 1156 | :face variable-pitch | ||
| 1157 | "." | ||
| 1153 | "Useful File menu items:\n" | 1158 | "Useful File menu items:\n" |
| 1154 | :face variable-pitch | 1159 | :face variable-pitch |
| 1155 | "Exit Emacs\t\t(Or type " | 1160 | "Exit Emacs\t\t(Or type " |
| @@ -1534,6 +1539,7 @@ Warning Warning!!! Pure space overflow !!!Warning Warning | |||
| 1534 | (progn | 1539 | (progn |
| 1535 | (insert "\ | 1540 | (insert "\ |
| 1536 | You can do basic editing with the menu bar and scroll bar using the mouse. | 1541 | You can do basic editing with the menu bar and scroll bar using the mouse. |
| 1542 | To quit a partially entered command, type Control-g. | ||
| 1537 | 1543 | ||
| 1538 | Useful File menu items: | 1544 | Useful File menu items: |
| 1539 | Exit Emacs (or type Control-x followed by Control-c) | 1545 | Exit Emacs (or type Control-x followed by Control-c) |
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index c684a1e2e8f..0f7767697fe 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -52,7 +52,8 @@ A value of nil means that any change in indentation starts a new paragraph." | |||
| 52 | 52 | ||
| 53 | (defvar fill-paragraph-function nil | 53 | (defvar fill-paragraph-function nil |
| 54 | "Mode-specific function to fill a paragraph, or nil if there is none. | 54 | "Mode-specific function to fill a paragraph, or nil if there is none. |
| 55 | If the function returns nil, then `fill-paragraph' does its normal work.") | 55 | If the function returns nil, then `fill-paragraph' does its normal work. |
| 56 | A value of t means explicitly \"do nothing special\".") | ||
| 56 | 57 | ||
| 57 | (defvar fill-paragraph-handle-comment t | 58 | (defvar fill-paragraph-handle-comment t |
| 58 | "Non-nil means paragraph filling will try to pay attention to comments.") | 59 | "Non-nil means paragraph filling will try to pay attention to comments.") |
| @@ -766,7 +767,8 @@ If `fill-paragraph-function' is nil, return the `fill-prefix' used for filling." | |||
| 766 | (barf-if-buffer-read-only) | 767 | (barf-if-buffer-read-only) |
| 767 | (list (if current-prefix-arg 'full)))) | 768 | (list (if current-prefix-arg 'full)))) |
| 768 | ;; First try fill-paragraph-function. | 769 | ;; First try fill-paragraph-function. |
| 769 | (or (and (or fill-paragraph-function | 770 | (or (and (not (eq fill-paragraph-function t)) |
| 771 | (or fill-paragraph-function | ||
| 770 | (and (minibufferp (current-buffer)) | 772 | (and (minibufferp (current-buffer)) |
| 771 | (= 1 (point-min)))) | 773 | (= 1 (point-min)))) |
| 772 | (let ((function (or fill-paragraph-function | 774 | (let ((function (or fill-paragraph-function |
| @@ -778,7 +780,7 @@ If `fill-paragraph-function' is nil, return the `fill-prefix' used for filling." | |||
| 778 | ;; fill-paragraph-handle-comment back to t explicitly or | 780 | ;; fill-paragraph-handle-comment back to t explicitly or |
| 779 | ;; return nil. | 781 | ;; return nil. |
| 780 | (fill-paragraph-handle-comment nil) | 782 | (fill-paragraph-handle-comment nil) |
| 781 | fill-paragraph-function) | 783 | (fill-paragraph-function t)) |
| 782 | (funcall function arg))) | 784 | (funcall function arg))) |
| 783 | ;; Then try our syntax-aware filling code. | 785 | ;; Then try our syntax-aware filling code. |
| 784 | (and fill-paragraph-handle-comment | 786 | (and fill-paragraph-handle-comment |
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 18fa2f0d4cd..c446400d906 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -250,10 +250,9 @@ LEFT and RIGHT are the elements to compare." | |||
| 250 | 250 | ||
| 251 | ;; * INSERTING AND DELETING | 251 | ;; * INSERTING AND DELETING |
| 252 | ;; C-u 8 * to insert ********. | 252 | ;; C-u 8 * to insert ********. |
| 253 | (delete-backward-char [backspace]) | ||
| 254 | (delete-backward-char "\d") | 253 | (delete-backward-char "\d") |
| 255 | (delete-char [?\C-d]) | 254 | (delete-char [?\C-d]) |
| 256 | (backward-kill-word [(meta backspace)]) | 255 | (backward-kill-word [?\M-\d]) |
| 257 | (kill-word [?\M-d]) | 256 | (kill-word [?\M-d]) |
| 258 | (kill-line [?\C-k]) | 257 | (kill-line [?\C-k]) |
| 259 | (kill-sentence [?\M-k]) | 258 | (kill-sentence [?\M-k]) |
| @@ -422,90 +421,94 @@ where | |||
| 422 | QUIET is t if this changed keybinding should be handled quietly. | 421 | QUIET is t if this changed keybinding should be handled quietly. |
| 423 | This is used by `tutorial--display-changes'." | 422 | This is used by `tutorial--display-changes'." |
| 424 | (let (changed-keys remark) | 423 | (let (changed-keys remark) |
| 425 | (dolist (kdf default-keys) | 424 | ;; Look up the bindings in a Fundamental mode buffer |
| 426 | ;; The variables below corresponds to those with the same names | 425 | ;; so we do not get fooled by some other major mode. |
| 427 | ;; described in the doc string. | 426 | (with-temp-buffer |
| 428 | (let* ((key (nth 1 kdf)) | 427 | (fundamental-mode) |
| 429 | (def-fun (nth 0 kdf)) | 428 | (dolist (kdf default-keys) |
| 430 | (def-fun-txt (format "%s" def-fun)) | 429 | ;; The variables below corresponds to those with the same names |
| 431 | (rem-fun (command-remapping def-fun)) | 430 | ;; described in the doc string. |
| 432 | (key-fun (if (eq def-fun 'ESC-prefix) | 431 | (let* ((key (nth 1 kdf)) |
| 433 | (lookup-key global-map [27]) | 432 | (def-fun (nth 0 kdf)) |
| 434 | (key-binding key))) | 433 | (def-fun-txt (format "%s" def-fun)) |
| 435 | (where (where-is-internal (if rem-fun rem-fun def-fun)))) | 434 | (rem-fun (command-remapping def-fun)) |
| 436 | (if where | 435 | (key-fun (if (eq def-fun 'ESC-prefix) |
| 437 | (progn | 436 | (lookup-key global-map [27]) |
| 438 | (setq where (key-description (car where))) | 437 | (key-binding key))) |
| 439 | (when (and (< 10 (length where)) | 438 | (where (where-is-internal (if rem-fun rem-fun def-fun)))) |
| 440 | (string= (substring where 0 (length "<menu-bar>")) | 439 | (if where |
| 441 | "<menu-bar>")) | 440 | (progn |
| 442 | (setq where "the menus"))) | 441 | (setq where (key-description (car where))) |
| 443 | (setq where "")) | 442 | (when (and (< 10 (length where)) |
| 444 | (setq remark nil) | 443 | (string= (substring where 0 (length "<menu-bar>")) |
| 445 | (unless | 444 | "<menu-bar>")) |
| 446 | (cond ((eq key-fun def-fun) | 445 | (setq where "the menus"))) |
| 447 | ;; No rebinding, return t | 446 | (setq where "")) |
| 448 | t) | 447 | (setq remark nil) |
| 449 | ((and key-fun | 448 | (unless |
| 450 | (eq key-fun (command-remapping def-fun))) | 449 | (cond ((eq key-fun def-fun) |
| 451 | ;; Just a remapping, return t | 450 | ;; No rebinding, return t |
| 452 | t) | 451 | t) |
| 453 | ;; cua-mode specials: | 452 | ((and key-fun |
| 454 | ((and cua-mode | 453 | (eq key-fun (command-remapping def-fun))) |
| 455 | (or (and | 454 | ;; Just a remapping, return t |
| 456 | (equal key [?\C-v]) | 455 | t) |
| 457 | (eq key-fun 'cua-paste)) | 456 | ;; cua-mode specials: |
| 458 | (and | 457 | ((and cua-mode |
| 459 | (equal key [?\C-z]) | 458 | (or (and |
| 460 | (eq key-fun 'undo)))) | 459 | (equal key [?\C-v]) |
| 461 | (setq remark (list "cua-mode, more info" 'cua-mode)) | 460 | (eq key-fun 'cua-paste)) |
| 462 | nil) | 461 | (and |
| 463 | ((and cua-mode | 462 | (equal key [?\C-z]) |
| 464 | (or (and (eq def-fun 'ESC-prefix) | 463 | (eq key-fun 'undo)))) |
| 465 | (equal key-fun | 464 | (setq remark (list "cua-mode, more info" 'cua-mode)) |
| 466 | `(keymap | 465 | nil) |
| 467 | (118 . cua-repeat-replace-region))) | 466 | ((and cua-mode |
| 468 | (setq def-fun-txt "\"ESC prefix\"")) | 467 | (or (and (eq def-fun 'ESC-prefix) |
| 469 | (and (eq def-fun 'mode-specific-command-prefix) | 468 | (equal key-fun |
| 470 | (equal key-fun | 469 | `(keymap |
| 471 | '(keymap | 470 | (118 . cua-repeat-replace-region))) |
| 472 | (timeout . copy-region-as-kill))) | 471 | (setq def-fun-txt "\"ESC prefix\"")) |
| 473 | (setq def-fun-txt "\"C-c prefix\"")) | 472 | (and (eq def-fun 'mode-specific-command-prefix) |
| 474 | (and (eq def-fun 'Control-X-prefix) | 473 | (equal key-fun |
| 475 | (equal key-fun | 474 | '(keymap |
| 476 | '(keymap (timeout . kill-region))) | 475 | (timeout . copy-region-as-kill))) |
| 477 | (setq def-fun-txt "\"C-x prefix\"")))) | 476 | (setq def-fun-txt "\"C-c prefix\"")) |
| 478 | (setq remark (list "cua-mode replacement" 'cua-mode)) | 477 | (and (eq def-fun 'Control-X-prefix) |
| 479 | (setq where "Same key") | 478 | (equal key-fun |
| 480 | nil) | 479 | '(keymap (timeout . kill-region))) |
| 481 | ;; viper-mode specials: | 480 | (setq def-fun-txt "\"C-x prefix\"")))) |
| 482 | ((and (boundp 'viper-mode-string) | 481 | (setq remark (list "cua-mode replacement" 'cua-mode)) |
| 483 | (boundp 'viper-current-state) | 482 | (setq where "Same key") |
| 484 | (eq viper-current-state 'vi-state) | 483 | nil) |
| 485 | (or (and (eq def-fun 'isearch-forward) | 484 | ;; viper-mode specials: |
| 486 | (eq key-fun 'viper-isearch-forward)) | 485 | ((and (boundp 'viper-mode-string) |
| 487 | (and (eq def-fun 'isearch-backward) | 486 | (boundp 'viper-current-state) |
| 488 | (eq key-fun 'viper-isearch-backward)))) | 487 | (eq viper-current-state 'vi-state) |
| 489 | ;; These bindings works as the default bindings, | 488 | (or (and (eq def-fun 'isearch-forward) |
| 490 | ;; return t | 489 | (eq key-fun 'viper-isearch-forward)) |
| 491 | t) | 490 | (and (eq def-fun 'isearch-backward) |
| 492 | ((when normal-erase-is-backspace | 491 | (eq key-fun 'viper-isearch-backward)))) |
| 493 | (or (and (equal key [C-delete]) | 492 | ;; These bindings works as the default bindings, |
| 494 | (equal key-fun 'kill-word)) | 493 | ;; return t |
| 495 | (and (equal key [C-backspace]) | 494 | t) |
| 496 | (equal key-fun 'backward-kill-word)))) | 495 | ((when normal-erase-is-backspace |
| 497 | ;; This is the strange handling of C-delete and | 496 | (or (and (equal key [C-delete]) |
| 498 | ;; C-backspace, return t | 497 | (equal key-fun 'kill-word)) |
| 499 | t) | 498 | (and (equal key [C-backspace]) |
| 500 | (t | 499 | (equal key-fun 'backward-kill-word)))) |
| 501 | ;; This key has indeed been rebound. Put information | 500 | ;; This is the strange handling of C-delete and |
| 502 | ;; in `remark' and return nil | 501 | ;; C-backspace, return t |
| 503 | (setq remark | 502 | t) |
| 504 | (list "more info" 'current-binding | 503 | (t |
| 505 | key-fun def-fun key where)) | 504 | ;; This key has indeed been rebound. Put information |
| 506 | nil)) | 505 | ;; in `remark' and return nil |
| 507 | (add-to-list 'changed-keys | 506 | (setq remark |
| 508 | (list key def-fun def-fun-txt where remark nil))))) | 507 | (list "more info" 'current-binding |
| 508 | key-fun def-fun key where)) | ||
| 509 | nil)) | ||
| 510 | (add-to-list 'changed-keys | ||
| 511 | (list key def-fun def-fun-txt where remark nil)))))) | ||
| 509 | changed-keys)) | 512 | changed-keys)) |
| 510 | 513 | ||
| 511 | (defun tutorial--key-description (key) | 514 | (defun tutorial--key-description (key) |
| @@ -621,7 +624,7 @@ with some explanatory links." | |||
| 621 | (setq file-name (concat file-name ".tut"))) | 624 | (setq file-name (concat file-name ".tut"))) |
| 622 | (expand-file-name file-name (tutorial--saved-dir)))) | 625 | (expand-file-name file-name (tutorial--saved-dir)))) |
| 623 | 626 | ||
| 624 | (defun tutorial--remove-remarks() | 627 | (defun tutorial--remove-remarks () |
| 625 | "Remove the remark lines that was added to the tutorial buffer." | 628 | "Remove the remark lines that was added to the tutorial buffer." |
| 626 | (save-excursion | 629 | (save-excursion |
| 627 | (goto-char (point-min)) | 630 | (goto-char (point-min)) |
| @@ -908,7 +911,7 @@ string ids and values that are the language specific strings. | |||
| 908 | 911 | ||
| 909 | See `get-lang-string' for more information.") | 912 | See `get-lang-string' for more information.") |
| 910 | 913 | ||
| 911 | (defun get-lang-string(lang stringid &optional no-eng-fallback) | 914 | (defun get-lang-string (lang stringid &optional no-eng-fallback) |
| 912 | "Get a language specific string for Emacs. | 915 | "Get a language specific string for Emacs. |
| 913 | In certain places Emacs can replace a string showed to the user with a language specific string. | 916 | In certain places Emacs can replace a string showed to the user with a language specific string. |
| 914 | This function retrieves such strings. | 917 | This function retrieves such strings. |
diff --git a/lisp/type-break.el b/lisp/type-break.el index 98851bcab20..361670dbe6c 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el | |||
| @@ -1120,6 +1120,13 @@ With optional non-nil ALL, force redisplay of all mode-lines." | |||
| 1120 | 1120 | ||
| 1121 | ;;; Demo wrappers | 1121 | ;;; Demo wrappers |
| 1122 | 1122 | ||
| 1123 | (defun type-break-catch-up-event () | ||
| 1124 | ;; If the last input event is a down-event, read and discard the | ||
| 1125 | ;; corresponding up-event too, to avoid triggering another prompt. | ||
| 1126 | (and (eventp last-input-event) | ||
| 1127 | (memq 'down (event-modifiers last-input-event)) | ||
| 1128 | (read-event))) | ||
| 1129 | |||
| 1123 | ;; This is a wrapper around hanoi that calls it with an arg large enough to | 1130 | ;; This is a wrapper around hanoi that calls it with an arg large enough to |
| 1124 | ;; make the largest discs possible that will fit in the window. | 1131 | ;; make the largest discs possible that will fit in the window. |
| 1125 | ;; Also, clean up the *Hanoi* buffer after we're done. | 1132 | ;; Also, clean up the *Hanoi* buffer after we're done. |
| @@ -1132,9 +1139,11 @@ With optional non-nil ALL, force redisplay of all mode-lines." | |||
| 1132 | (hanoi (/ (window-width) 8)) | 1139 | (hanoi (/ (window-width) 8)) |
| 1133 | ;; Wait for user to come back. | 1140 | ;; Wait for user to come back. |
| 1134 | (read-event) | 1141 | (read-event) |
| 1142 | (type-break-catch-up-event) | ||
| 1135 | (kill-buffer "*Hanoi*")) | 1143 | (kill-buffer "*Hanoi*")) |
| 1136 | (quit | 1144 | (quit |
| 1137 | (read-event) | 1145 | (read-event) |
| 1146 | (type-break-catch-up-event) | ||
| 1138 | (and (get-buffer "*Hanoi*") | 1147 | (and (get-buffer "*Hanoi*") |
| 1139 | (kill-buffer "*Hanoi*"))))) | 1148 | (kill-buffer "*Hanoi*"))))) |
| 1140 | 1149 | ||
| @@ -1153,12 +1162,14 @@ With optional non-nil ALL, force redisplay of all mode-lines." | |||
| 1153 | (life 3) | 1162 | (life 3) |
| 1154 | ;; wait for user to return | 1163 | ;; wait for user to return |
| 1155 | (read-event) | 1164 | (read-event) |
| 1165 | (type-break-catch-up-event) | ||
| 1156 | (kill-buffer "*Life*")) | 1166 | (kill-buffer "*Life*")) |
| 1157 | (life-extinct | 1167 | (life-extinct |
| 1158 | (message "%s" (get 'life-extinct 'error-message)) | 1168 | (message "%s" (get 'life-extinct 'error-message)) |
| 1159 | ;; restart demo | 1169 | ;; restart demo |
| 1160 | (setq continue t)) | 1170 | (setq continue t)) |
| 1161 | (quit | 1171 | (quit |
| 1172 | (type-break-catch-up-event) | ||
| 1162 | (and (get-buffer "*Life*") | 1173 | (and (get-buffer "*Life*") |
| 1163 | (kill-buffer "*Life*"))))))) | 1174 | (kill-buffer "*Life*"))))))) |
| 1164 | 1175 | ||
| @@ -1244,7 +1255,8 @@ With optional non-nil ALL, force redisplay of all mode-lines." | |||
| 1244 | message)))) | 1255 | message)))) |
| 1245 | (goto-char (point-min)) | 1256 | (goto-char (point-min)) |
| 1246 | (sit-for 60)) | 1257 | (sit-for 60)) |
| 1247 | (read-event) | 1258 | (read-event) |
| 1259 | (type-break-catch-up-event) | ||
| 1248 | (kill-buffer buffer-name)) | 1260 | (kill-buffer buffer-name)) |
| 1249 | (quit | 1261 | (quit |
| 1250 | (and (get-buffer buffer-name) | 1262 | (and (get-buffer buffer-name) |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 87c27a8786c..0125d4b0bfa 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-01-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-auth.el (url-get-authentication): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2007-01-14 Magnus Henoch <mange@freemail.hu> | 5 | 2007-01-14 Magnus Henoch <mange@freemail.hu> |
| 2 | 6 | ||
| 3 | * url-proxy.el (url-proxy-object): Remove. | 7 | * url-proxy.el (url-proxy-object): Remove. |
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index c0f2c6bdf0f..c786887f1f6 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el | |||
| @@ -94,7 +94,7 @@ instead of the pathname inheritance method." | |||
| 94 | (string-match "/" path)) | 94 | (string-match "/" path)) |
| 95 | (while (and byserv (not retval)) | 95 | (while (and byserv (not retval)) |
| 96 | (setq data (car (car byserv))) | 96 | (setq data (car (car byserv))) |
| 97 | (if (or (not (string-match "/" data)) ; Its a realm - take it! | 97 | (if (or (not (string-match "/" data)) ; It's a realm - take it! |
| 98 | (and | 98 | (and |
| 99 | (>= (length path) (length data)) | 99 | (>= (length path) (length data)) |
| 100 | (string= data (substring path 0 (length data))))) | 100 | (string= data (substring path 0 (length data))))) |
| @@ -231,7 +231,7 @@ TYPE is the type of authentication to be returned. This is either a string | |||
| 231 | representing the type (basic, digest, etc), or nil or the symbol 'any' | 231 | representing the type (basic, digest, etc), or nil or the symbol 'any' |
| 232 | to specify that any authentication is acceptable. If requesting 'any' | 232 | to specify that any authentication is acceptable. If requesting 'any' |
| 233 | the strongest matching authentication will be returned. If this is | 233 | the strongest matching authentication will be returned. If this is |
| 234 | wrong, its no big deal, the error from the server will specify exactly | 234 | wrong, it's no big deal, the error from the server will specify exactly |
| 235 | what type of auth to use | 235 | what type of auth to use |
| 236 | PROMPT is boolean - specifies whether to ask the user for a username/password | 236 | PROMPT is boolean - specifies whether to ask the user for a username/password |
| 237 | if one cannot be found in the cache" | 237 | if one cannot be found in the cache" |
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index f0eb85eebd8..0f02db0ba96 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el | |||
| @@ -152,7 +152,7 @@ Only the value `maybe' can be trusted :-(." | |||
| 152 | (with-temp-buffer | 152 | (with-temp-buffer |
| 153 | (insert-file-contents idfile) | 153 | (insert-file-contents idfile) |
| 154 | (looking-at ".*[^ \n\t]") | 154 | (looking-at ".*[^ \n\t]") |
| 155 | (match-string 0))) | 155 | (match-string 0)) |
| 156 | (with-current-buffer (find-file-noselect file) | 156 | (with-current-buffer (find-file-noselect file) |
| 157 | (save-excursion | 157 | (save-excursion |
| 158 | (goto-char (point-max)) | 158 | (goto-char (point-max)) |
| @@ -161,7 +161,7 @@ Only the value `maybe' can be trusted :-(." | |||
| 161 | (goto-char (point-min)) | 161 | (goto-char (point-min)) |
| 162 | (re-search-forward vc-arch-tagline-re (+ (point) 1000) t))) | 162 | (re-search-forward vc-arch-tagline-re (+ (point) 1000) t))) |
| 163 | (match-string 1) | 163 | (match-string 1) |
| 164 | (concat "./" (file-relative-name file (vc-arch-root file)))))))) | 164 | (concat "./" (file-relative-name file (vc-arch-root file))))))))) |
| 165 | 165 | ||
| 166 | (defun vc-arch-tagging-method (file) | 166 | (defun vc-arch-tagging-method (file) |
| 167 | (with-current-buffer | 167 | (with-current-buffer |