Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (unread-command-char, executing-macro, post-command-idle-hook, | Juanma Barranquero | 2002-07-19 | 1 | -9/+1 |
| | | | | post-command-idle-delay): Move obsolescence declarations to subr.el. | ||||
* | (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate, | Juanma Barranquero | 2002-07-19 | 1 | -10/+1 |
| | | | | | compiled-function-p, define-function): Move obsolescence declarations to subr.el. | ||||
* | Fix doc typos. | Richard M. Stallman | 2002-07-14 | 1 | -6/+6 |
| | |||||
* | (cl-set-substring): Fix thinko. | Stefan Monnier | 2002-07-13 | 1 | -3/+3 |
| | | | | (cl-hack-byte-compiler): Avoid infinite require loop. | ||||
* | (multiple-value-call): Add alias. | Richard M. Stallman | 2002-07-12 | 1 | -0/+2 |
| | |||||
* | (authors-obsolete-file-p): Fix typo. | Juanma Barranquero | 2002-07-10 | 1 | -4/+4 |
| | |||||
* | (debug-on-entry): Fix the wrapper used for | Stefan Monnier | 2002-07-07 | 1 | -17/+29 |
| | | | | | | | aliases to also work for interactive functions. Use the same wrapper for subroutines. (cancel-debug-on-entry): Get rid of the now-useless wrapper. (debug-on-entry-1): Correctly skip docstrings and interactive forms. | ||||
* | (easy-menu-popup-menu): Function deleted. | Richard M. Stallman | 2002-07-07 | 1 | -14/+0 |
| | |||||
* | (ad-compile-function): Disable cl-function warnings if cl is loaded. | Richard M. Stallman | 2002-07-07 | 1 | -1/+8 |
| | |||||
* | Fix typo. | Juanma Barranquero | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | (easy-menu-popup-menu): New function. | Richard M. Stallman | 2002-07-02 | 1 | -0/+14 |
| | |||||
* | (byte-compile-warning-types): | Richard M. Stallman | 2002-07-02 | 1 | -9/+57 |
| | | | | | | | | | | | | | | Rename cl-func to cl-functions. Enable it by default. (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings if the file loads cl. (byte-compile-initial-macro-environment): For eval-and-compile, use byte-compile-eval-before-compile to eval. (byte-compile-eval-before-compile): New function to turn off cl-functions when appropriate, for eval-and-compile. (byte-compile-warnings): Add cl-func option. (byte-compile-cl-warn): New function. (byte-compile-form): Use it, to warn about calling cl functions. | ||||
* | New file. | Kim F. Storm | 2002-07-01 | 1 | -0/+622 |
| | |||||
* | (baud-rate): Fix obsolescence declaration. | Juanma Barranquero | 2002-06-27 | 1 | -3/+3 |
| | | | | (meta-flag): Likewise. | ||||
* | (values): Simplify definition. | Richard M. Stallman | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | (byte-compile-callargs-warn): | Stefan Monnier | 2002-06-25 | 1 | -22/+24 |
| | | | | | | Check for `noruntime' even if the function has a known sig. (byte-compile-file, byte-compile-output-docform): Don't hard code point-min = 1. | ||||
* | (cancel-debug-on-entry): Don't cons uselessly. | Stefan Monnier | 2002-06-18 | 1 | -5/+1 |
| | |||||
* | (regexp-opt-group): Don't cons uselessly. | Stefan Monnier | 2002-06-18 | 1 | -3/+3 |
| | |||||
* | (checkdoc-this-string-valid-engine): Fix typo. | Juanma Barranquero | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | (byte-recompile-directory): Doc fix. | Richard M. Stallman | 2002-06-15 | 1 | -7/+8 |
| | | | | (batch-byte-recompile-directory): Undo previous change. | ||||
* | (copy-list): Moved back from subr.el. | Richard M. Stallman | 2002-06-10 | 1 | -0/+9 |
| | |||||
* | (cl-copy-tree): Moved to `copy-tree' in subr.el. Add a defalias with | Colin Walters | 2002-06-08 | 1 | -18/+1 |
| | | | | the old name. | ||||
* | (copy-list): Moved to subr.el. | Colin Walters | 2002-06-08 | 1 | -9/+0 |
| | |||||
* | (common-lisp-indent-function-1): | Richard M. Stallman | 2002-05-29 | 1 | -26/+53 |
| | | | | | | | When recognizing a def... construct, make that indentation tentative, so that it can be overridden if the list in question is not actually an expression. (common-lisp-indent-call-method): New subroutine. | ||||
* | (batch-byte-compile-file): Delete the output file if we get a file-error. | Richard M. Stallman | 2002-05-29 | 1 | -1/+12 |
| | |||||
* | (byte-compile-last-line): Deleted. | Colin Walters | 2002-05-28 | 1 | -66/+160 |
| | | | | | | | | | | | | | | | | | | | | | (byte-compile-delete-first): New function. (byte-compile-read-position): New variable. (byte-compile-last-position): New variable. (byte-compile-current-buffer): New variable. (byte-compile-log-1): Use it. (byte-compile-set-symbol-position): New function. (byte-compile-obsolete, byte-compile-callargs-warn) (byte-compile-arglist-warn, byte-compile-arglist-warn) (byte-compile-print-syms, byte-compile-file-form-defmumble) (byte-compile-check-lambda-list, byte-compile-lambda) (byte-compile-form, byte-compile-variable-ref) (byte-compile-subr-wrong-args, byte-compile-negation-optimizer) (byte-compile-condition-case, byte-compile-defun) (byte-compile-defvar, byte-compile-autoload) (byte-compile-lambda-form): Use it. (byte-compile-from-buffer): Set it, and bind `read-with-symbol-positions' and `read-symbol-positions-list'. (byte-compile-debug): New variable. | ||||
* | (find-function-search-for-symbol): Find funs defined with defun-cvs-mode. | Stefan Monnier | 2002-05-16 | 1 | -5/+8 |
| | | | | | (find-function-space-re): New const. Skips comments as well. (find-function-regexp, find-variable-regexp): Use it. | ||||
* | (easy-menu-make-symbol): Don't treat (lambda () ...) as an expression. | Stefan Monnier | 2002-05-15 | 1 | -2/+2 |
| | |||||
* | (easy-menu-add): Doc fix. | Eli Zaretskii | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | (easy-menu-name-match): Match both | Jason Rumney | 2002-05-14 | 1 | -1/+5 |
| | | | | displayed text and internal name as string. | ||||
* | (checkdoc-minor-mode): Define it with define-minor-mode. | Markus Rost | 2002-05-12 | 1 | -1/+1 |
| | |||||
* | (find-function-search-for-symbol): Handle more whitespace/newline | Markus Rost | 2002-05-12 | 1 | -1/+1 |
| | | | | combinations in symbol definitions. | ||||
* | (find-function-search-for-symbol): Add autoload cookie. | Markus Rost | 2002-05-08 | 1 | -1/+2 |
| | | | | | (find-function-regexp): Include "\(quote " to match the defaliases in loaddefs.el. | ||||
* | (find-function-search-for-symbol): Use with-syntax-table. | Markus Rost | 2002-05-06 | 1 | -17/+13 |
| | |||||
* | (find-function-search-for-symbol): Bind case-fold-search when searching. | Markus Rost | 2002-05-04 | 1 | -1/+2 |
| | |||||
* | Follow coding conventions. | Pavel Janík | 2002-05-02 | 1 | -1/+4 |
| | |||||
* | (documentation): Add ad-define-subr-args call. | Richard M. Stallman | 2002-04-30 | 1 | -0/+4 |
| | |||||
* | (easy-menu-intern): Downcase before interning. | Richard M. Stallman | 2002-04-24 | 1 | -21/+38 |
| | | | | | | | | | | (easy-menu-define-key-intern): Function deleted; callers intern and then call easy-menu-define-key. (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE. (easy-menu-define-key): Use easy-menu-name-match to match BEFORE. (easy-menu-name-match): New function. (add-submenu): New function. (easy-menu-get-map-look-for-name): Use easy-menu-name-match. | ||||
* | (device-class, buffer-syntactic-context) | Stefan Monnier | 2002-04-12 | 1 | -0/+31 |
| | | | | (buffer-syntactic-context-depth): New funs. | ||||
* | (edebug-eval-defun): Don't use defconst on variables. | Stefan Monnier | 2002-04-12 | 1 | -2/+2 |
| | |||||
* | (debug-on-entry): Use push. | Stefan Monnier | 2002-04-12 | 1 | -4/+5 |
| | | | | (debugger-make-xrefs): Don't assume point-min == 1. | ||||
* | (side-effect-free-fns, side-effect-and-error-free-fns): | Richard M. Stallman | 2002-03-31 | 1 | -19/+38 |
| | | | | Add many functions, remove some. | ||||
* | (list-load-path-shadows): Only ignore last copy of standard Lisp | Richard M. Stallman | 2002-03-28 | 1 | -2/+2 |
| | | | | directories. | ||||
* | (byte-compile-file-form-defmumble): | Gerd Moellmann | 2002-03-24 | 1 | -2/+18 |
| | | | | Handle declarations in macro definitions. | ||||
* | (batch-byte-compile-if-not-done): Add autoload cookie. | Stefan Monnier | 2002-03-22 | 1 | -1/+2 |
| | |||||
* | (common-lisp-loop-part-indentation): | Gerd Moellmann | 2002-03-15 | 1 | -1/+1 |
| | | | | Fix simple loop indentation. | ||||
* | Require `button'. | Miles Bader | 2002-03-14 | 1 | -1/+4 |
| | | | | | (debugger-mode-map): Set the parent keymap to `button-buffer-map', to get TAB and <backtab> bindings. | ||||
* | (lisp-loop-keyword-indentation) | Gerd Moellmann | 2002-03-12 | 1 | -5/+69 |
| | | | | | | | | | | | (lisp-loop-forms-indentation, lisp-simple-loop-indentation): New user options. (extended-loop-p, common-lisp-loop-part-indentation): New functions. (common-lisp-indent-function-1): Renamed from common-lisp-indent-function. (common-lisp-indent-function): Handle loop forms specially. (lisp-indent-defmethod): Use car/cdr instead of first/rest. | ||||
* | (define-minor-mode): Use "P" in interactive spec of minor mode commands. | Richard M. Stallman | 2002-03-04 | 1 | -1/+1 |
| | |||||
* | * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks | Kai Großjohann | 2002-02-17 | 1 | -11/+12 |
| | | | | | when repeated. * textmodes/paragraphs.el (mark-paragraph): Ditto. |