summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (pp-to-string): Greatly simplify by letting theAndreas Schwab1998-01-071-32/+9
* Use imenu-case-fold-search.Dave Love1997-12-121-0/+2
* (byte-optimize-lapcode): CorrectlyKarl Heuer1997-12-041-1/+1
* (debug-on-entry): If definition is a symbol,Karl Heuer1997-12-041-0/+5
* (debugger-mode-hook): New user variable.Karl Heuer1997-12-041-43/+83
* (lisp-mode-auto-fill): New function.Richard M. Stallman1997-11-241-0/+13
* (byte-optimize-concat): New function.Karl Heuer1997-11-031-1/+13
* (find-function, find-function-other-window, find-function-other-frame,Dave Love1997-10-251-0/+4
* Initial revisionDave Love1997-10-251-0/+249
* picture.el no longer required.Karl Heuer1997-10-231-2/+1
* Initial revisionKarl Heuer1997-10-161-0/+1757
* (edebug-eval-mode): Nicer mode-name value.Karl Heuer1997-10-161-39/+16
* (elint-check-defcustom-form): New function.Karl Heuer1997-10-021-14/+23
* (lisp-imenu-generic-expression): Allow `/' in names.Richard M. Stallman1997-10-011-3/+3
* (shadows-compare-text-p): Add.Karl Heuer1997-09-251-8/+32
* (displaying-byte-compile-warnings): ShowKarl Heuer1997-09-251-2/+3
* (edebug-enter): Save, and bind to nil,Richard M. Stallman1997-09-151-0/+11
* (cl-loop-let): Use `last', not `last*'Richard M. Stallman1997-09-131-1/+1
* (elisp-eval-buffer): New arg FILENAME is ignored.Richard M. Stallman1997-09-121-1/+4
* (debug): Allow recursive minibuffers if we're in a minibuffer already.Richard M. Stallman1997-09-121-0/+3
* (lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup".Richard M. Stallman1997-09-091-2/+2
* (defun-prompt-regexp): Fix customize type.Richard M. Stallman1997-09-091-1/+2
* (regexp-opt): Doc fix.Richard M. Stallman1997-09-071-4/+3
* (move-past-close-and-reindent):Richard M. Stallman1997-09-071-1/+19
* (easy-menu-create-keymaps):Richard M. Stallman1997-09-051-1/+5
* (byte-compile-output-file-form): Handle custom-declare-variable.Richard M. Stallman1997-08-311-6/+8
* (easy-menu-create-keymaps): If nil isRichard M. Stallman1997-08-281-4/+7
* (last*): Definition deleted.Richard M. Stallman1997-08-271-10/+10
* (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax.Richard M. Stallman1997-08-261-0/+1
* (cl-loop-let): Use last*.Richard M. Stallman1997-08-241-1/+1
* (last): Function renmed to last*.Richard M. Stallman1997-08-241-1/+1
* (caar, cadr, cdar, cddr): Definitiosn deleted.Richard M. Stallman1997-08-231-16/+0
* (update-file-autoloads):Richard M. Stallman1997-08-231-1/+4
* (extent-properties, extent-at): New functions.Richard M. Stallman1997-08-131-0/+25
* (set-extent-property): Don't allowRichard M. Stallman1997-08-121-0/+6
* (list-load-path-shadows): Exclude, from the path we search, all butRichard M. Stallman1997-08-121-25/+47
* (find-emacs-lisp-shadows): Don't mention `subdirs.el'.Richard M. Stallman1997-08-081-5/+9
* Initial revisionRichard M. Stallman1997-08-071-0/+800
* (update-file-autoloads): Use anchored regexp search instead of requiringRoland McGrath1997-08-071-2/+3
* (update-autoloads-from-directories):Richard M. Stallman1997-08-051-27/+27
* (pp-to-string): Use emacs-lisp-mode-sytax-table.Richard M. Stallman1997-08-041-1/+2
* (make-autoload): For a defcustom,Richard M. Stallman1997-08-041-2/+12
* (copyright-regexp): Recognize @copyright{}.Richard M. Stallman1997-08-041-1/+1
* (copyright-regexp): Recognize the Latin-1 copyright symbol.Richard M. Stallman1997-08-041-2/+2
* (eval-last-sexp): Ignore `...' around sexp.Richard M. Stallman1997-07-311-0/+12
* (update-autoloads-from-directories):Richard M. Stallman1997-07-281-1/+4
* (byte-compile-output-docform):Richard M. Stallman1997-07-251-2/+6
* (eql): byte-defop-compiler definition deleted.Richard M. Stallman1997-07-231-2/+1
* (condition-case): Fix edebug-form-spec toRichard M. Stallman1997-07-121-2/+2
* (char-after): Allow 0 args.Richard M. Stallman1997-07-101-2/+2