summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (reb-cook-regexp): Avoid warning calling lre-compile-string.Richard M. Stallman2005-07-161-2/+4
| | | | (reb-color-display-p): Avoid warning.
* (calculator-last-input): Guard uses of event-key and key-press-event-p.Richard M. Stallman2005-07-161-8/+3
| | | | (event-key, key-press-event-p): Delete definitions.
* (find-gc-unsafe-list, find-gc-source-directory, find-gc-subrs-used)Richard M. Stallman2005-07-161-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. Stallman2005-07-161-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. Stallman2005-07-161-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. Stallman2005-07-161-1/+1
|
* (longlines-mode): Add defvar.Richard M. Stallman2005-07-161-0/+1
|
* *** empty log message ***Eli Zaretskii2005-07-162-0/+11
|
* Bind "C-x #" in a way that works even if C-x is redefined to a command key,Eli Zaretskii2005-07-161-1/+1
| | | | not a prefix key.
* *** empty log message ***Eli Zaretskii2005-07-161-0/+5
|
* (cl-make-type-test): Defer evaluation of cl-make-type-test to execution time.Eli Zaretskii2005-07-161-1/+1
|
* (gnus-button-mailto): Remove save-selected-window-window hackeryEli Zaretskii2005-07-161-10/+2
| | | | because it relies on save-selected-window internals.
* *** empty log message ***Eli Zaretskii2005-07-161-0/+5
|
* (dired-do-relsymlink-regexp): Add missing optional arg ARG, and use it.Eli Zaretskii2005-07-161-2/+2
|
* (cl-make-type-test): Add `atom' type.Eli Zaretskii2005-07-162-0/+5
|
* (define-minor-mode): Avoid constructing a defcustom with two :set orLuc Teirlinck2005-07-161-4/+11
| | | | :type keywords.
* *** empty log message ***Luc Teirlinck2005-07-161-2/+7
|
* *** empty log message ***Richard M. Stallman2005-07-151-0/+5
|
* (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax.Richard M. Stallman2005-07-151-2/+3
|
* (site-run-file, keyboard-type): Doc fixes.Juanma Barranquero2005-07-152-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 Roberts2005-07-151-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 Roberts2005-07-151-3/+3
| | | | (gud-speedbar-menu-items): Correct logic for enabling items.
* *** empty log message ***Nick Roberts2005-07-151-0/+10
|
* (ido-file-internal, ido-read-file-name, ido-read-directory-name):Kim F. Storm2005-07-151-1/+4
| | | | Let bind minibuffer-completing-file-name to t.
* *** empty log message ***Kim F. Storm2005-07-151-1/+4
|
* Fix commentary.Kim F. Storm2005-07-151-13/+8
|
* *** empty log message ***Juanma Barranquero2005-07-151-3/+7
|
* (hexl-mode-map): Recognize also `ehelp-command' as a valid binding forJuanma Barranquero2005-07-151-4/+5
| | | | `help-char'.
* (ido-define-mode-map): Move ido-next-work-file to C-M-o.Kim F. Storm2005-07-151-3/+3
| | | | Use with-no-warnings around ffap-guesser.
* *** empty log message ***Kim F. Storm2005-07-151-0/+5
|
* (derived-mode-run-hooks): Reinstalled, as it is needed for pre-21 compatibility.Juanma Barranquero2005-07-152-2/+7
| | | | Thanks to Stefan Monnier for pointing this out.
* (url-http-parse-headers): Add :redirect arg-pairRichard M. Stallman2005-07-152-2/+11
| | | | when calling url-retrieve, to indicate a redirect.
* (url-retrieve): The callback function can get an additional keyword arg pair.Richard M. Stallman2005-07-151-2/+7
|
* (derived-mode-run-hooks): Remove.Juanma Barranquero2005-07-152-14/+6
| | | | (derived-mode-hook-name): Doc fix.
* Update copyright information.Jay Belanger2005-07-1440-45/+81
|
* Updated copyright information.Jay Belanger2005-07-142-2/+4
|
* (term-mode): Disable cua-mode for term buffers.Dan Nicolaescu2005-07-142-0/+6
|
* *** empty log message ***Juanma Barranquero2005-07-141-0/+5
|
* (add-log-mailing-address, change-log-merge): Doc fix.Juanma Barranquero2005-07-141-3/+3
| | | | (change-log-get-method-definition): Fix typo in docstring.
* (cua--pre-command-handler-1, cua--pre-command-handler)Kim F. Storm2005-07-141-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. Storm2005-07-141-0/+8
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-484Miles Bader2005-07-143-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 Monnier2005-07-141-1/+1
|
* (help-xref-interned): Properly setup xref info.Stefan Monnier2005-07-141-2/+2
|
* Fix up commenting style.Stefan Monnier2005-07-141-8/+8
|
* Whitespace changes.Luc Teirlinck2005-07-141-2/+2
|
* (custom-initialize-safe-set, custom-initialize-safe-default): Further doc fixes.Luc Teirlinck2005-07-141-4/+4
|
* *** empty log message ***Luc Teirlinck2005-07-141-0/+17
|
* (custom-initialize-safe-set, custom-initialize-safe-default): Doc fixes.Luc Teirlinck2005-07-141-6/+6
|
* (blink-cursor-mode): Use `custom-initialize-safe-default' and simplifyLuc Teirlinck2005-07-141-6/+2
| | | | :init-value again.