| Commit message (Expand) | Author | Age | Files | Lines |
* | (pp-to-string): Greatly simplify by letting the | Andreas Schwab | 1998-01-07 | 1 | -32/+9 |
* | Use imenu-case-fold-search. | Dave Love | 1997-12-12 | 1 | -0/+2 |
* | (byte-optimize-lapcode): Correctly | Karl Heuer | 1997-12-04 | 1 | -1/+1 |
* | (debug-on-entry): If definition is a symbol, | Karl Heuer | 1997-12-04 | 1 | -0/+5 |
* | (debugger-mode-hook): New user variable. | Karl Heuer | 1997-12-04 | 1 | -43/+83 |
* | (lisp-mode-auto-fill): New function. | Richard M. Stallman | 1997-11-24 | 1 | -0/+13 |
* | (byte-optimize-concat): New function. | Karl Heuer | 1997-11-03 | 1 | -1/+13 |
* | (find-function, find-function-other-window, find-function-other-frame, | Dave Love | 1997-10-25 | 1 | -0/+4 |
* | Initial revision | Dave Love | 1997-10-25 | 1 | -0/+249 |
* | picture.el no longer required. | Karl Heuer | 1997-10-23 | 1 | -2/+1 |
* | Initial revision | Karl Heuer | 1997-10-16 | 1 | -0/+1757 |
* | (edebug-eval-mode): Nicer mode-name value. | Karl Heuer | 1997-10-16 | 1 | -39/+16 |
* | (elint-check-defcustom-form): New function. | Karl Heuer | 1997-10-02 | 1 | -14/+23 |
* | (lisp-imenu-generic-expression): Allow `/' in names. | Richard M. Stallman | 1997-10-01 | 1 | -3/+3 |
* | (shadows-compare-text-p): Add. | Karl Heuer | 1997-09-25 | 1 | -8/+32 |
* | (displaying-byte-compile-warnings): Show | Karl Heuer | 1997-09-25 | 1 | -2/+3 |
* | (edebug-enter): Save, and bind to nil, | Richard M. Stallman | 1997-09-15 | 1 | -0/+11 |
* | (cl-loop-let): Use `last', not `last*' | Richard M. Stallman | 1997-09-13 | 1 | -1/+1 |
* | (elisp-eval-buffer): New arg FILENAME is ignored. | Richard M. Stallman | 1997-09-12 | 1 | -1/+4 |
* | (debug): Allow recursive minibuffers if we're in a minibuffer already. | Richard M. Stallman | 1997-09-12 | 1 | -0/+3 |
* | (lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup". | Richard M. Stallman | 1997-09-09 | 1 | -2/+2 |
* | (defun-prompt-regexp): Fix customize type. | Richard M. Stallman | 1997-09-09 | 1 | -1/+2 |
* | (regexp-opt): Doc fix. | Richard M. Stallman | 1997-09-07 | 1 | -4/+3 |
* | (move-past-close-and-reindent): | Richard M. Stallman | 1997-09-07 | 1 | -1/+19 |
* | (easy-menu-create-keymaps): | Richard M. Stallman | 1997-09-05 | 1 | -1/+5 |
* | (byte-compile-output-file-form): Handle custom-declare-variable. | Richard M. Stallman | 1997-08-31 | 1 | -6/+8 |
* | (easy-menu-create-keymaps): If nil is | Richard M. Stallman | 1997-08-28 | 1 | -4/+7 |
* | (last*): Definition deleted. | Richard M. Stallman | 1997-08-27 | 1 | -10/+10 |
* | (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax. | Richard M. Stallman | 1997-08-26 | 1 | -0/+1 |
* | (cl-loop-let): Use last*. | Richard M. Stallman | 1997-08-24 | 1 | -1/+1 |
* | (last): Function renmed to last*. | Richard M. Stallman | 1997-08-24 | 1 | -1/+1 |
* | (caar, cadr, cdar, cddr): Definitiosn deleted. | Richard M. Stallman | 1997-08-23 | 1 | -16/+0 |
* | (update-file-autoloads): | Richard M. Stallman | 1997-08-23 | 1 | -1/+4 |
* | (extent-properties, extent-at): New functions. | Richard M. Stallman | 1997-08-13 | 1 | -0/+25 |
* | (set-extent-property): Don't allow | Richard M. Stallman | 1997-08-12 | 1 | -0/+6 |
* | (list-load-path-shadows): Exclude, from the path we search, all but | Richard M. Stallman | 1997-08-12 | 1 | -25/+47 |
* | (find-emacs-lisp-shadows): Don't mention `subdirs.el'. | Richard M. Stallman | 1997-08-08 | 1 | -5/+9 |
* | Initial revision | Richard M. Stallman | 1997-08-07 | 1 | -0/+800 |
* | (update-file-autoloads): Use anchored regexp search instead of requiring | Roland McGrath | 1997-08-07 | 1 | -2/+3 |
* | (update-autoloads-from-directories): | Richard M. Stallman | 1997-08-05 | 1 | -27/+27 |
* | (pp-to-string): Use emacs-lisp-mode-sytax-table. | Richard M. Stallman | 1997-08-04 | 1 | -1/+2 |
* | (make-autoload): For a defcustom, | Richard M. Stallman | 1997-08-04 | 1 | -2/+12 |
* | (copyright-regexp): Recognize @copyright{}. | Richard M. Stallman | 1997-08-04 | 1 | -1/+1 |
* | (copyright-regexp): Recognize the Latin-1 copyright symbol. | Richard M. Stallman | 1997-08-04 | 1 | -2/+2 |
* | (eval-last-sexp): Ignore `...' around sexp. | Richard M. Stallman | 1997-07-31 | 1 | -0/+12 |
* | (update-autoloads-from-directories): | Richard M. Stallman | 1997-07-28 | 1 | -1/+4 |
* | (byte-compile-output-docform): | Richard M. Stallman | 1997-07-25 | 1 | -2/+6 |
* | (eql): byte-defop-compiler definition deleted. | Richard M. Stallman | 1997-07-23 | 1 | -2/+1 |
* | (condition-case): Fix edebug-form-spec to | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 |
* | (char-after): Allow 0 args. | Richard M. Stallman | 1997-07-10 | 1 | -2/+2 |