summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (def-edebug-form-spec): Add obsolescence info and delete redundant message. DocJuanma Barranquero2005-07-161-5/+8
| | | | | | fix. (edebug-install-custom-print-funcs, edebug-reset-print-funcs, edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
* (byte-compile-maybe-guarded): Fix typo in docstring.Juanma Barranquero2005-07-161-3/+3
| | | | | (byte-compile-interactive-only-functions): Add `insert-buffer' and `insert-file-literally'.
* (find-gc-subrs-callers): Renamed from find-gc-subrs-used.Richard M. Stallman2005-07-161-14/+15
| | | | (find-gc-subrs-called): Renamed from subrs-called, and defvar'd.
* (byte-compile-maybe-guarded): Doc fix.Richard M. Stallman2005-07-161-4/+4
|
* (byte-compile-if): Guard the else-clause too.Richard M. Stallman2005-07-161-1/+2
|
* (byte-compile-or-recursion): New function.Richard M. Stallman2005-07-161-7/+16
| | | | | (byte-compile-or): Use that. (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
* (byte-compile-and-recursion): New function.Richard M. Stallman2005-07-161-5/+12
| | | | (byte-compile-and): Use byte-compile-and-recursion.
* (reb-cook-regexp): Avoid warning calling lre-compile-string.Richard M. Stallman2005-07-161-2/+4
| | | | (reb-color-display-p): Avoid warning.
* (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.
* (cl-make-type-test): Defer evaluation of cl-make-type-test to execution time.Eli Zaretskii2005-07-161-1/+1
|
* (cl-make-type-test): Add `atom' type.Eli Zaretskii2005-07-161-0/+1
|
* (define-minor-mode): Avoid constructing a defcustom with two :set orLuc Teirlinck2005-07-161-4/+11
| | | | :type keywords.
* (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax.Richard M. Stallman2005-07-151-2/+3
|
* (derived-mode-run-hooks): Reinstalled, as it is needed for pre-21 compatibility.Juanma Barranquero2005-07-151-0/+6
| | | | Thanks to Stefan Monnier for pointing this out.
* (derived-mode-run-hooks): Remove.Juanma Barranquero2005-07-151-14/+1
| | | | (derived-mode-hook-name): Doc fix.
* (define-minor-mode): Do not override explicitly specified :initialize keyword.Luc Teirlinck2005-07-141-1/+7
|
* (edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.Richard M. Stallman2005-07-111-29/+32
| | | | | (edebug-enter): Don't do with-timeout-suspend here. (edebug-display): Do it here instead.
* (edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-0/+2
|
* (debug): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-1/+3
|
* (with-timeout-timers): New variable.Richard M. Stallman2005-07-101-1/+31
| | | | | (with-timeout): Bind that variable to record timers. (with-timeout-suspend, with-timeout-unsuspend): New functions.
* Move debugger-mode to a more natural place.Richard M. Stallman2005-07-101-25/+25
|
* (debug-help-follow): New function.Richard M. Stallman2005-07-101-14/+34
| | | | | (debugger-mode-map): Use that instead of help-follow. (debugger-setup-buffer): Use eval-buffer-list to handle eval-buffer frames.
* (debugger-setup-buffer): When eval-bufferRichard M. Stallman2005-07-091-2/+9
| | | | | was called with nil for the buffer, handle the read position right. Handle read position for eval-region, too.
* (checkdoc-proper-noun-list):Richard M. Stallman2005-07-081-4/+4
| | | | | Check for "emacs", etc., as entire symbol, not just as word. (checkdoc-file-comments-engine): Use regexp-quote on FN.
* (byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turnRichard M. Stallman2005-07-081-17/+24
| | | | | off warnings in what it guards. Use unwind-protect to ensure byte-compile-unresolved-functions is updated.
* (lisp-mode-variables): Prevent adaptiveStefan Monnier2005-07-041-0/+4
| | | | filling from using prefix when filling a single-line docstring.
* Update FSF's address.Lute Kamstra2005-07-0463-126/+126
|
* (trace): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (testcover): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (elp): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (edebug): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
| | | | (edebug-display-freq-count): "?\ " -> "?\s".
* (bytecomp): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (with-timeout): Improve argument/docstring consistency.Juanma Barranquero2005-07-041-4/+3
|
* (edebug-eval-defun): Remove unnecessary quotes.Juri Linkov2005-07-041-1/+1
|
* (eval-defun-1): Remove unnecessary quotes.Juri Linkov2005-07-041-3/+3
|
* (crm-find-current-element)Juri Linkov2005-07-041-3/+4
| | | | (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
* (lisp-indent-maximum-backtracking): Fix typos in docstrings.Juanma Barranquero2005-07-041-2/+2
| | | | (lisp-indent): Finish `defgroup' description with period.
* (macroexp-accumulate): Rename arg to var+list.Richard M. Stallman2005-07-031-4/+6
|
* (byte-compile-nogroup-warn): Don't warn when name is not constantRichard M. Stallman2005-07-031-1/+4
| | | | or for defining the group `emacs'.
* (crm-do-completion): Handle minibuffer prompt.Richard M. Stallman2005-07-011-5/+7
| | | | (crm-find-current-element): Likewise.
* (debug): Quieten Drew Adams.Stefan Monnier2005-06-301-1/+3
|
* (pp-buffer): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
|
* (define-minor-mode): Don't automatically add a :require to the defcustom.Stefan Monnier2005-06-261-4/+1
|
* (make-autoload): Add the :setter for defcustoms corresponding to minor modes.Stefan Monnier2005-06-261-4/+14
|
* (lisp-mode-variables): Bind comment-indent-function locally.Richard M. Stallman2005-06-251-1/+3
|
* (ring-elements): Make it return a list of the elements of RING inLuc Teirlinck2005-06-241-2/+7
| | | | order, and without bogus nil elements.
* (debugger-special-form-p): New defun.Lute Kamstra2005-06-231-3/+21
| | | | | (debug-on-entry): Use it. New interactive declaration that uses function-called-at-point.
* (edebug-eval-defun):Juri Linkov2005-06-211-2/+9
| | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that.
* (eval-defun-1):Juri Linkov2005-06-211-2/+15
| | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that.