| Commit message (Expand) | Author | Age | Files | Lines |
* | (backward-kill-sexp, kill-sexp): Doc fixes. | Richard M. Stallman | 2005-01-17 | 1 | -6/+6 |
* | (lm-with-file): Use Lisp mode in temp buffer. | Richard M. Stallman | 2005-01-15 | 1 | -1/+6 |
* | (indent-pp-sexp): Doc fix. | Richard M. Stallman | 2005-01-15 | 1 | -1/+2 |
* | Fixed typo in Commentary section. | Reiner Steib | 2005-01-12 | 1 | -1/+1 |
* | Comment changes. | Richard M. Stallman | 2005-01-09 | 1 | -2/+2 |
* | (find-face-definition): Renamed from find-face. | Richard M. Stallman | 2005-01-07 | 1 | -1/+3 |
* | Update copyright. Update commentary to mention rx syntax support. | John Paul Wallington | 2005-01-06 | 1 | -4/+4 |
* | (find-variable, find-variable-other-window, find-variable-other-frame): | Richard M. Stallman | 2005-01-05 | 1 | -8/+8 |
* | Doc fixes. | Richard M. Stallman | 2005-01-05 | 1 | -55/+108 |
* | (find-variable-regexp): Avoid defface. | Stefan Monnier | 2005-01-03 | 1 | -4/+4 |
* | (mark-sexp, mark-defun): New arg ALLOW-EXTEND | Richard M. Stallman | 2004-12-29 | 1 | -11/+16 |
* | (debugger-make-xrefs): Call symbol-file with `defun'. | Richard M. Stallman | 2004-12-27 | 1 | -1/+1 |
* | (find-function-noselect): Call symbol-file with `defun'. | Richard M. Stallman | 2004-12-27 | 1 | -3/+2 |
* | Comment change. | Richard M. Stallman | 2004-12-21 | 1 | -1/+1 |
* | (beginning-of-defun, end-of-defun): Don't | Kim F. Storm | 2004-12-14 | 1 | -4/+2 |
* | (elint-standard-variables, elint-unknown-builtin-args): Move definitions up. | Richard M. Stallman | 2004-12-13 | 1 | -79/+79 |
* | * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-12-13 | 1 | -16/+22 |
* | (checkdoc-continue, checkdoc-comments, checkdoc-message-text, checkdoc-defun): | Stefan Monnier | 2004-12-11 | 1 | -6/+6 |
* | (regexp-opt-depth): Use subregexp-context-p. | Stefan Monnier | 2004-12-06 | 1 | -30/+16 |
* | (elint-standard-variables): Update list of variables. | Richard M. Stallman | 2004-12-03 | 1 | -8/+11 |
* | (edebug-set-global-break-condition): | Juri Linkov | 2004-11-28 | 1 | -15/+17 |
* | Comment changes. | Richard M. Stallman | 2004-11-27 | 1 | -6/+1 |
* | (cl-parse-loop-clause, labels): Use gensym | Stefan Monnier | 2004-11-27 | 1 | -2/+8 |
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 2004-11-25 | 1 | -1/+2 |
* | (custom-printers): Use `defvar' instead of `defconst'. | Luc Teirlinck | 2004-11-21 | 1 | -1/+1 |
* | (byte-compile-form): Move the calls to byte-compile-set-symbol-position, | Richard M. Stallman | 2004-11-21 | 1 | -12/+15 |
* | (map-keymap): Definition deleted. | Richard M. Stallman | 2004-11-16 | 1 | -30/+0 |
* | (find-function-regexp): Optimize `define-minor-mode'. Add `defun-cvs-mode'. | Juri Linkov | 2004-11-16 | 1 | -3/+3 |
* | Use make-symbol rather than gensym. | Stefan Monnier | 2004-11-16 | 1 | -225/+219 |
* | (pair-with-newsyms): Use make-symbol. | Stefan Monnier | 2004-11-16 | 1 | -3/+3 |
* | (byte-optimize-inline-handler): Simplify. | Stefan Monnier | 2004-11-14 | 1 | -13/+12 |
* | (byte-compile-inline-expand): Understand the | Stefan Monnier | 2004-11-12 | 1 | -3/+4 |
* | Use push. | Stefan Monnier | 2004-11-11 | 1 | -15/+13 |
* | (easy-menu-add-item): Use keymap-prompt. Simplify. | Stefan Monnier | 2004-11-10 | 1 | -8/+3 |
* | (easy-menu-define-key): Understand the case where the keymap is a symbol. | Stefan Monnier | 2004-11-10 | 1 | -0/+1 |
* | (easy-menu-intern): Revert to no-downcasing. | Stefan Monnier | 2004-11-09 | 1 | -21/+2 |
* | (byte-compile-defalias): | Richard M. Stallman | 2004-11-09 | 1 | -13/+19 |
* | (elp-results): Delete wasteful beginning-of-buffer. | Richard M. Stallman | 2004-11-07 | 1 | -1/+0 |
* | (easy-menu-get-map): Fix last change. | Andreas Schwab | 2004-11-06 | 1 | -1/+1 |
* | (easy-menu-get-map-look-for-name): Remove. | Stefan Monnier | 2004-11-06 | 1 | -29/+44 |
* | (edebug-next-token-class): Allow all symbol-constituent characters | Juri Linkov | 2004-11-05 | 1 | -2/+4 |
* | (elp-instrument-function): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
* | (easy-menu-intern): | Richard M. Stallman | 2004-11-02 | 1 | -1/+19 |
* | (define-minor-mode): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
* | (byte-compile-warning-types): Add interactive-only. | Richard M. Stallman | 2004-11-02 | 1 | -3/+19 |
* | (update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER. | Richard M. Stallman | 2004-11-02 | 1 | -4/+7 |
* | (ad-make-advised-definition): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
* | Adjust to new names for x-(lost|sent)-selection-functions. | Stefan Monnier | 2004-10-28 | 1 | -8/+8 |
* | (elp-unload-hook): Set the variable. | Richard M. Stallman | 2004-10-16 | 1 | -0/+1 |
* | (cl-unload-hook): Don't defvar it, just set it. | Richard M. Stallman | 2004-10-16 | 1 | -2/+1 |