summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (debugger-frame-clear, debugger-frame): Error on non-frame line.Richard M. Stallman2002-02-011-0/+8
|
* (debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,Richard M. Stallman2002-02-011-0/+9
| | | | | insert indication of the buffer position. (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
* (batch-byte-compile): New arg noforce.Richard M. Stallman2002-02-011-5/+20
| | | | (batch-byte-compile-if-not-done): New function.
* (mismatch): Doc fix.Eli Zaretskii2002-01-251-1/+1
|
* (copyright-regexp): Fix previous change.Richard M. Stallman2002-01-221-1/+1
|
* (make-autoload): Don't handle define-ibuffer-column,Richard M. Stallman2002-01-161-3/+0
| | | | define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
* (copyright-regexp): Make (C) optional.Richard M. Stallman2002-01-131-19/+24
| | | | | | | | (copyright-regexp): Add Latin-9 copyright sign. Match comment delimiters in year lists. (copyright-current-year): Initialize to load-time year. Doc fixes.
* Fix typo.Pavel Janík2002-01-131-1/+1
|
* (make-autoload): Handle define-ibuffer-column, define-ibuffer-filter,Colin Walters2002-01-131-0/+3
| | | | define-ibuffer-sorter, and define-ibuffer-op.
* Handle define-ibuffer-column, define-ibuffer-filter,Colin Walters2002-01-131-1/+3
| | | | define-ibuffer-sorter, and define-ibuffer-op.
* (lisp-complete-symbol): Repeating the commandRichard M. Stallman2002-01-111-51/+69
| | | | after displaying a completion list scrolls the list.
* (regexp-opt): Bind max-specpdl-size.Richard M. Stallman2002-01-091-0/+1
|
* (eldoc-minor-mode-string): Fix custom type.Richard M. Stallman2002-01-081-3/+3
|
* (copyright-regexp): Allow multi-line copyrights to be updated.Richard M. Stallman2002-01-041-1/+1
|
* Comment change.Richard M. Stallman2001-12-271-1/+1
|
* (debugger-mode-map): Bind C-m, not `RET'.Richard M. Stallman2001-12-251-2/+3
| | | | (debugger-make-xrefs): Only make a button for the first symbol on any line.
* (source-files): Remove mocklisp.c.Pavel Janík2001-12-221-1/+1
|
* (elint-unknown-builtin-args): Remove mocklisp entries.Pavel Janík2001-12-221-4/+0
|
* (byte-optimize-form-code-walker): Remove mocklisp case.Pavel Janík2001-12-221-4/+2
|
* (define-modify-macro): Better indent spec.Richard M. Stallman2001-12-221-1/+1
|
* (define-minor-mode): Make no arg by default in an interactive call,Richard M. Stallman2001-12-211-2/+4
| | | | so that repeating the command toggles again.
* (eval-defun-1): Cope with atoms as args.Richard M. Stallman2001-12-211-1/+3
|
* Doc fix.Pavel Janík2001-12-205-5/+5
|
* (lm-copyright-prefix): Group the leader.Dave Love2001-12-181-8/+35
| | | | (lm-crack-copyright): Cope with multi-line copyright `lines'.
* Fix previous change.Richard M. Stallman2001-12-161-2/+0
|
* (debugger-make-xrefs): Optimize by (1) using skip-syntax-forwardRichard M. Stallman2001-12-161-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 Monnier2001-12-131-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. Stallman2001-12-111-1/+0
|
* (ad-compile-function):Richard M. Stallman2001-12-111-1/+4
| | | | Byte compile the function under another (uninterned) name.
* Tweak previous change.Richard M. Stallman2001-12-091-1/+1
|
* (lm-verify): New arg NON-FSF-OK.Richard M. Stallman2001-12-091-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 Walters2001-12-041-0/+1
|
* (make-autoload): Also generate autoloads for `defmacro*' forms.Colin Walters2001-12-041-2/+2
|
* (svref): New alias.Stefan Monnier2001-12-021-0/+1
|
* (regexp-opt): Bind completion-regexp-list to nil.Stefan Monnier2001-12-011-0/+1
|
* (read-if): Add lisp-indent-function prop.Stefan Monnier2001-11-301-0/+1
|
* (cl-make-type-test): Fix paren typo.Stefan Monnier2001-11-301-1/+1
|
* (shiftf): Fix more. Simplify.Stefan Monnier2001-11-301-17/+8
|
* (completing-read-multiple): Better preserveStefan Monnier2001-11-301-24/+20
| | | | | the value of require-match in minibuffer-completion-confirm. Use crm-local-completion-map.
* (shiftf): Fix the fast case soStefan Monnier2001-11-301-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 Monnier2001-11-281-1/+1
|
* (regexp-opt-depth): Fix off-by-two error.Stefan Monnier2001-11-281-1/+3
|
* Converted backquote to the new style.Sam Steingold2001-11-273-275/+274
|
* Don't profile syntax-ppss any more.Stefan Monnier2001-11-251-1/+7
| | | | (syntax-after): New fun.
* (lisp-mode-variables): Set syntax-begin-function.Stefan Monnier2001-11-251-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. Stallman2001-11-251-0/+20
|
* (reb-match-0, reb-match-1)Miles Bader2001-11-221-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. Stallman2001-11-201-1/+2
|
* (reb-mode): Don't use define-derived-mode. Call kill-all-local-variables.Richard M. Stallman2001-11-201-3/+10
|
* (lisp-mode, emacs-lisp-mode): Don't use define-derived-mode.Richard M. Stallman2001-11-201-6/+22
|