Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (define-modify-macro): Better indent spec. | Richard M. Stallman | 2001-12-22 | 1 | -1/+1 |
| | |||||
* | (define-minor-mode): Make no arg by default in an interactive call, | Richard M. Stallman | 2001-12-21 | 1 | -2/+4 |
| | | | | so that repeating the command toggles again. | ||||
* | (eval-defun-1): Cope with atoms as args. | Richard M. Stallman | 2001-12-21 | 1 | -1/+3 |
| | |||||
* | Doc fix. | Pavel Janík | 2001-12-20 | 5 | -5/+5 |
| | |||||
* | (lm-copyright-prefix): Group the leader. | Dave Love | 2001-12-18 | 1 | -8/+35 |
| | | | | (lm-crack-copyright): Cope with multi-line copyright `lines'. | ||||
* | Fix previous change. | Richard M. Stallman | 2001-12-16 | 1 | -2/+0 |
| | |||||
* | (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward | Richard M. Stallman | 2001-12-16 | 1 | -7/+68 |
| | | | | | | rather than regexp search and (2) copying text properties already set up on text unchanged from the previous backtrace. (debugger-previous-backtrace): New variable. | ||||
* | (easy-menu-intern): New fun. | Stefan Monnier | 2001-12-13 | 1 | -9/+14 |
| | | | | | | (easy-menu-do-define, easy-menu-convert-item-1) (easy-menu-define-key-intern, easy-menu-get-map): Use it. (easy-menu-return-item): Only return nil if there is no binding. | ||||
* | (authors-aliases): Delete "Richard Stallmao". | Richard M. Stallman | 2001-12-11 | 1 | -1/+0 |
| | |||||
* | (ad-compile-function): | Richard M. Stallman | 2001-12-11 | 1 | -1/+4 |
| | | | | Byte compile the function under another (uninterned) name. | ||||
* | Tweak previous change. | Richard M. Stallman | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | (lm-verify): New arg NON-FSF-OK. | Richard M. Stallman | 2001-12-09 | 1 | -21/+32 |
| | | | | | Don't use interactive-p; instead, pass the proper args in (interactive...). Clean up most of the trouble-report strings. | ||||
* | (toplevel): Define docstring offset for `defmacro*'. | Colin Walters | 2001-12-04 | 1 | -0/+1 |
| | |||||
* | (make-autoload): Also generate autoloads for `defmacro*' forms. | Colin Walters | 2001-12-04 | 1 | -2/+2 |
| | |||||
* | (svref): New alias. | Stefan Monnier | 2001-12-02 | 1 | -0/+1 |
| | |||||
* | (regexp-opt): Bind completion-regexp-list to nil. | Stefan Monnier | 2001-12-01 | 1 | -0/+1 |
| | |||||
* | (read-if): Add lisp-indent-function prop. | Stefan Monnier | 2001-11-30 | 1 | -0/+1 |
| | |||||
* | (cl-make-type-test): Fix paren typo. | Stefan Monnier | 2001-11-30 | 1 | -1/+1 |
| | |||||
* | (shiftf): Fix more. Simplify. | Stefan Monnier | 2001-11-30 | 1 | -17/+8 |
| | |||||
* | (completing-read-multiple): Better preserve | Stefan Monnier | 2001-11-30 | 1 | -24/+20 |
| | | | | | the value of require-match in minibuffer-completion-confirm. Use crm-local-completion-map. | ||||
* | (shiftf): Fix the fast case so | Stefan Monnier | 2001-11-30 | 1 | -16/+19 |
| | | | | | (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2). (cl-make-type-test): Use char-valid-p for `character'. | ||||
* | Typo. | Stefan Monnier | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | (regexp-opt-depth): Fix off-by-two error. | Stefan Monnier | 2001-11-28 | 1 | -1/+3 |
| | |||||
* | Converted backquote to the new style. | Sam Steingold | 2001-11-27 | 3 | -275/+274 |
| | |||||
* | Don't profile syntax-ppss any more. | Stefan Monnier | 2001-11-25 | 1 | -1/+7 |
| | | | | (syntax-after): New fun. | ||||
* | (lisp-mode-variables): Set syntax-begin-function. | Stefan Monnier | 2001-11-25 | 1 | -19/+12 |
| | | | | | | | | (lisp-interaction-mode-abbrev-table): Defvar to its correct value. (lisp-interaction-mode): Don't set local-abbrev-table any more. (lisp-mode-auto-fill): Use syntax-ppss and obey comment-auto-fill-only-comments. (lisp-fill-paragraph): Use syntax-ppss. | ||||
* | (lisp-indent-function): Add doc string. | Richard M. Stallman | 2001-11-25 | 1 | -0/+20 |
| | |||||
* | (reb-match-0, reb-match-1) | Miles Bader | 2001-11-22 | 1 | -12/+24 |
| | | | | (reb-match-2, reb-match-3): Add dark-background variants. | ||||
* | (lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table. | Richard M. Stallman | 2001-11-20 | 1 | -1/+2 |
| | |||||
* | (reb-mode): Don't use define-derived-mode. Call kill-all-local-variables. | Richard M. Stallman | 2001-11-20 | 1 | -3/+10 |
| | |||||
* | (lisp-mode, emacs-lisp-mode): Don't use define-derived-mode. | Richard M. Stallman | 2001-11-20 | 1 | -6/+22 |
| | |||||
* | (re-builder): Don't re-enter RE Builder Mode. | Eli Zaretskii | 2001-11-20 | 1 | -14/+17 |
| | |||||
* | (reb-change-target-buffer): New function. | Eli Zaretskii | 2001-11-20 | 1 | -1/+19 |
| | | | | (top-level): Bind it to C-c C-b. | ||||
* | (lisp-fill-paragraph): Don't move back to a line without a comment. | Stefan Monnier | 2001-11-20 | 1 | -2/+5 |
| | |||||
* | (mark-sexp): Mark more if repeated. | Stefan Monnier | 2001-11-19 | 1 | -1/+5 |
| | |||||
* | (lisp-indent-defmethod): At first three elements, act like defun. | Richard M. Stallman | 2001-11-19 | 1 | -4/+7 |
| | | | | Advance to start of 3rd sexp by moving fwd and backing over it. | ||||
* | (reb-mode): Use define-derived-mode. | Stefan Monnier | 2001-11-18 | 1 | -35/+13 |
| | | | | | (font-lock-defaults-alist): Don't change it any more. (reb-subexp-mode-map): Cleanup. | ||||
* | (princ-list, checkdoc-read-event, add-to-list): Delete compatibility code. | Richard M. Stallman | 2001-11-17 | 1 | -22/+3 |
| | | | | (checkdoc-next-message-error): Doc fix. | ||||
* | (elp-not-profilable): New var. | Stefan Monnier | 2001-11-17 | 1 | -16/+28 |
| | | | | | (elp-not-profilable-p): New function. (elp-instrument-function): Use it. Use backquotes and push. | ||||
* | (byte-compile-call-tree, byte-code-vector) | Stefan Monnier | 2001-11-17 | 1 | -10/+17 |
| | | | | | | | | (byte-stack+-info, byte-compile-last-warned-form) (byte-compile-last-logged-file): Don't defconst a variable. (no-byte-compile): Declare. (byte-compile-file): Don't boundp-check no-byte-compile any more. (byte-compile-defvar): Leave defconst as is. | ||||
* | (edebug-form-data, edebug-offsets) | Stefan Monnier | 2001-11-17 | 1 | -88/+12 |
| | | | | | | | | | (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name) (edebug-current-offset, edebug-old-def-name, edebug-error-point) (edebug-best-error): Don't defconst a variable. (edebug-read-syntax-table): Use a char-table. (edebug-lemacs-specific): Remove. Toplevel: Eliminate check for Lucid Emacs. | ||||
* | (eldoc-mode): Use define-minor-mode. | Stefan Monnier | 2001-11-16 | 1 | -47/+17 |
| | |||||
* | (values, values-list, multiple-value-list, multiple-value-apply, nth-value): | Richard M. Stallman | 2001-11-16 | 1 | -5/+31 |
| | | | | Use defsubst rather than defalias, to get better doc strings. | ||||
* | Fix typo. | Pavel Janík | 2001-11-15 | 1 | -1/+1 |
| | |||||
* | Indent properly `generic-flet', `generic-labels', `with-accessors', | Sam Steingold | 2001-11-12 | 1 | -7/+9 |
| | | | | `with-condition-restarts'. | ||||
* | (checkdoc-file-comments-engine): | Richard M. Stallman | 2001-11-11 | 1 | -2/+2 |
| | | | | Turn off error in some re-search-forward calls. | ||||
* | (debugger-make-xrefs): Add buttons to all symbols. | Sam Steingold | 2001-11-09 | 1 | -1/+1 |
| | |||||
* | (lisp-imenu-generic-expression): Paren typo. | Stefan Monnier | 2001-11-07 | 1 | -23/+24 |
| | | | | | | | (lisp-mode-variables): Don't set paragraph-{start,separate}. Don't disable adaptive-fill-mode. (lisp-fill-paragraph): Use tab-width rather than 8. Prevent filling the first line of docstrings. | ||||
* | (eval-last-sexp-1): Return the value of the evaluated form. | Richard M. Stallman | 2001-11-06 | 1 | -11/+12 |
| | |||||
* | (last-sexp-toggle-display): Cope if previous-single-property-change or | Richard M. Stallman | 2001-11-05 | 1 | -2/+2 |
| | | | | next-single-char-property-change returns nil. |