Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (reb-cook-regexp): Avoid warning calling lre-compile-string. | Richard M. Stallman | 2005-07-16 | 1 | -2/+4 |
| | | | | (reb-color-display-p): Avoid warning. | ||||
* | (calculator-last-input): Guard uses of event-key and key-press-event-p. | Richard M. Stallman | 2005-07-16 | 1 | -8/+3 |
| | | | | (event-key, key-press-event-p): Delete definitions. | ||||
* | (find-gc-unsafe-list, find-gc-source-directory, find-gc-subrs-used) | Richard M. Stallman | 2005-07-16 | 1 | -42/+51 |
| | | | | | (find-gc-noreturn-list, find-gc-source-files): Vars renamed and defvar'd. | ||||
* | (checkdoc-make-overlay, checkdoc-overlay-put, checkdoc-delete-overlay) | Richard M. Stallman | 2005-07-16 | 1 | -28/+16 |
| | | | | | | | | | (checkdoc-overlay-start, checkdoc-overlay-end) (checkdoc-mode-line-update, checkdoc-char=): Define such that compiler knows they are defined. (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly. (checkdoc-read-event): Deleted. Use read-event directly. | ||||
* | (whitespace-make-overlay) | Richard M. Stallman | 2005-07-16 | 1 | -23/+16 |
| | | | | | | | (whitespace-overlay-put, whitespace-delete-overlay) (whitespace-overlay-start, whitespace-overlay-end): Define such that compiler knows they are defined. (whitespace): Move conditional inside. | ||||
* | (tempo-insert-template): Suppress warning. | Richard M. Stallman | 2005-07-16 | 1 | -1/+1 |
| | |||||
* | (longlines-mode): Add defvar. | Richard M. Stallman | 2005-07-16 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2005-07-16 | 2 | -0/+11 |
| | |||||
* | Bind "C-x #" in a way that works even if C-x is redefined to a command key, | Eli Zaretskii | 2005-07-16 | 1 | -1/+1 |
| | | | | not a prefix key. | ||||
* | *** empty log message *** | Eli Zaretskii | 2005-07-16 | 1 | -0/+5 |
| | |||||
* | (cl-make-type-test): Defer evaluation of cl-make-type-test to execution time. | Eli Zaretskii | 2005-07-16 | 1 | -1/+1 |
| | |||||
* | (gnus-button-mailto): Remove save-selected-window-window hackery | Eli Zaretskii | 2005-07-16 | 1 | -10/+2 |
| | | | | because it relies on save-selected-window internals. | ||||
* | *** empty log message *** | Eli Zaretskii | 2005-07-16 | 1 | -0/+5 |
| | |||||
* | (dired-do-relsymlink-regexp): Add missing optional arg ARG, and use it. | Eli Zaretskii | 2005-07-16 | 1 | -2/+2 |
| | |||||
* | (cl-make-type-test): Add `atom' type. | Eli Zaretskii | 2005-07-16 | 2 | -0/+5 |
| | |||||
* | (define-minor-mode): Avoid constructing a defcustom with two :set or | Luc Teirlinck | 2005-07-16 | 1 | -4/+11 |
| | | | | :type keywords. | ||||
* | *** empty log message *** | Luc Teirlinck | 2005-07-16 | 1 | -2/+7 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2005-07-15 | 1 | -0/+5 |
| | |||||
* | (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax. | Richard M. Stallman | 2005-07-15 | 1 | -2/+3 |
| | |||||
* | (site-run-file, keyboard-type): Doc fixes. | Juanma Barranquero | 2005-07-15 | 2 | -17/+25 |
| | | | | | | | | (command-line): Check for "--basic-display" argument; also for "--quick", not "--bare-bones" (which was renamed). (fancy-splash-text): Add missing item "Getting New Versions". (normal-splash-screen): Fix typos and improve consistency with `fancy-splash-text'. Update copyright year. | ||||
* | (gdb-var-update, gdb-var-update-handler): | Nick Roberts | 2005-07-15 | 1 | -19/+14 |
| | | | | | | Don't consider gdbmi (gdb-mi.el has its own update functions). (gdb-var-delete): Make it work for gdbmi as well. (gdb-speedbar-expand-node): Move var-update here for gdbmi. | ||||
* | (etags, sdb): Only require etags when needed. | Nick Roberts | 2005-07-15 | 1 | -3/+3 |
| | | | | (gud-speedbar-menu-items): Correct logic for enabling items. | ||||
* | *** empty log message *** | Nick Roberts | 2005-07-15 | 1 | -0/+10 |
| | |||||
* | (ido-file-internal, ido-read-file-name, ido-read-directory-name): | Kim F. Storm | 2005-07-15 | 1 | -1/+4 |
| | | | | Let bind minibuffer-completing-file-name to t. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-07-15 | 1 | -1/+4 |
| | |||||
* | Fix commentary. | Kim F. Storm | 2005-07-15 | 1 | -13/+8 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2005-07-15 | 1 | -3/+7 |
| | |||||
* | (hexl-mode-map): Recognize also `ehelp-command' as a valid binding for | Juanma Barranquero | 2005-07-15 | 1 | -4/+5 |
| | | | | `help-char'. | ||||
* | (ido-define-mode-map): Move ido-next-work-file to C-M-o. | Kim F. Storm | 2005-07-15 | 1 | -3/+3 |
| | | | | Use with-no-warnings around ffap-guesser. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-07-15 | 1 | -0/+5 |
| | |||||
* | (derived-mode-run-hooks): Reinstalled, as it is needed for pre-21 compatibility. | Juanma Barranquero | 2005-07-15 | 2 | -2/+7 |
| | | | | Thanks to Stefan Monnier for pointing this out. | ||||
* | (url-http-parse-headers): Add :redirect arg-pair | Richard M. Stallman | 2005-07-15 | 2 | -2/+11 |
| | | | | when calling url-retrieve, to indicate a redirect. | ||||
* | (url-retrieve): The callback function can get an additional keyword arg pair. | Richard M. Stallman | 2005-07-15 | 1 | -2/+7 |
| | |||||
* | (derived-mode-run-hooks): Remove. | Juanma Barranquero | 2005-07-15 | 2 | -14/+6 |
| | | | | (derived-mode-hook-name): Doc fix. | ||||
* | Update copyright information. | Jay Belanger | 2005-07-14 | 40 | -45/+81 |
| | |||||
* | Updated copyright information. | Jay Belanger | 2005-07-14 | 2 | -2/+4 |
| | |||||
* | (term-mode): Disable cua-mode for term buffers. | Dan Nicolaescu | 2005-07-14 | 2 | -0/+6 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2005-07-14 | 1 | -0/+5 |
| | |||||
* | (add-log-mailing-address, change-log-merge): Doc fix. | Juanma Barranquero | 2005-07-14 | 1 | -3/+3 |
| | | | | (change-log-get-method-definition): Fix typo in docstring. | ||||
* | (cua--pre-command-handler-1, cua--pre-command-handler) | Kim F. Storm | 2005-07-14 | 1 | -99/+112 |
| | | | | | | (cua--post-command-handler-1, cua--post-command-handler): Split in two. Check (buffer local) value of cua-mode. (cua-selection-mode): New command. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-07-14 | 1 | -0/+8 |
| | |||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-484 | Miles Bader | 2005-07-14 | 3 | -10/+13 |
| | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-salt.el (gnus-pick-mode): Remove the 5th arg of gnus-add-minor-mode. (gnus-binary-mode): Ditto. * lisp/gnus/gnus-topic.el (gnus-topic-mode): Ditto. | ||||
* | (help-xref-interned): Undo last mistaken change. | Stefan Monnier | 2005-07-14 | 1 | -1/+1 |
| | |||||
* | (help-xref-interned): Properly setup xref info. | Stefan Monnier | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | Fix up commenting style. | Stefan Monnier | 2005-07-14 | 1 | -8/+8 |
| | |||||
* | Whitespace changes. | Luc Teirlinck | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | (custom-initialize-safe-set, custom-initialize-safe-default): Further doc fixes. | Luc Teirlinck | 2005-07-14 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2005-07-14 | 1 | -0/+17 |
| | |||||
* | (custom-initialize-safe-set, custom-initialize-safe-default): Doc fixes. | Luc Teirlinck | 2005-07-14 | 1 | -6/+6 |
| | |||||
* | (blink-cursor-mode): Use `custom-initialize-safe-default' and simplify | Luc Teirlinck | 2005-07-14 | 1 | -6/+2 |
| | | | | :init-value again. |