summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove expt, delete, rassoc from autoloadsDave Love2000-03-071-3/+3
* (lisp-mode-syntax-table): Fix syntax of |.Dave Love2000-03-011-2/+1
* Indent `pprint-logical-block' properly.Gerd Moellmann2000-02-251-0/+1
* (Helper-describe-mode): Make buffer writable.Gerd Moellmann2000-02-251-0/+1
* Change old backquote syntax.Dave Love2000-02-231-20/+24
* Change old backquote syntax.Dave Love2000-02-231-8/+21
* Don't change syntax of multibyteKenichi Handa2000-02-231-10/+4
* (emacs-lisp-mode-syntax-table)Dave Love2000-02-221-72/+71
* Remove bogus spec for define-condition.Dave Love2000-02-221-4/+1
* Don't require emacsbug at top level.Dave Love2000-02-201-165/+133
* (caar, cadr, cdar, cddr): Add defsetfs.Gerd Moellmann2000-02-181-0/+4
* (lisp-indent-259): Indentation fix.Gerd Moellmann2000-02-171-4/+5
* Don't bother testing for defalias. Don't set up `caar' &c that we nowDave Love2000-02-101-2/+0
* Change maintainer.Dave Love2000-02-021-0/+1
* (cl-builtin-gethash, cl-builtin-remhash, cl-builtin-clrhash)Dave Love2000-02-021-18/+5
* Use bytecomp-load-hook, not emacs-lisp-mode-hook.Dave Love2000-02-021-8/+1
* Run bytecomp-load-hook.Dave Love2000-02-021-1/+3
* (cl-lambda-list, cl-macro-list)Gerd Moellmann2000-01-301-4/+4
* Replace autoloads for dolist, dotimes.Dave Love2000-01-301-1/+1
* Revert last change.Dave Love2000-01-301-0/+26
* Remove dotimes, dolist.Dave Love2000-01-281-26/+0
* Remove stuff for dotimes, dolist, push, pop.Dave Love2000-01-281-8/+2
* Add indent specs for dolist, dotimes, when, unless.Dave Love2000-01-281-0/+4
* Add specs for push, pop, dotimes, dolist, unless, when.Dave Love2000-01-281-0/+6
* (cl-parse-loop-clause): RecognizeGerd Moellmann2000-01-281-1/+1
* (checkdoc-interactive-loop): Don't lose on a function with an emptyDave Love2000-01-261-11/+11
* Undo previous change.Richard M. Stallman2000-01-211-0/+26
* (beginning-of-defun-function): Variable renamed from beginning-of-defun.Richard M. Stallman2000-01-211-25/+21
* (dolist, dotimes): Moved to subr.el.Richard M. Stallman2000-01-211-26/+0
* (copyright-update): Removed theGerd Moellmann2000-01-141-2/+1
* (eval-last-sexp-1): Renamed fromGerd Moellmann2000-01-121-5/+40
* (with-syntax-table): Moved to subr.el.Richard M. Stallman2000-01-121-0/+1
* (with-syntax-table): Add a def-edebug-spec.Richard M. Stallman2000-01-121-1/+2
* Remove inappropriate customization (allowing custom.el to useDave Love2000-01-081-19/+8
* Add defclass, define-condition, defmethod, symbol-macrolet.Dave Love2000-01-061-1/+9
* (byte-extrude-byte-code-vectors): Use remprop.Dave Love2000-01-061-3/+3
* Tag as emacs-mule coding.Dave Love2000-01-061-1/+7
* (cl-make-hash-table): Use make-hash-table.Dave Love2000-01-051-25/+6
* (beginning-of-defun): New variable.Dave Love2000-01-051-60/+120
* (cl-emacs-type): Remove defvar.Dave Love2000-01-031-21/+19
* (debugger-continue): Don't continue IfGerd Moellmann1999-12-191-0/+2
* Don't put optimization info on `eql'.Dave Love1999-12-181-3/+4
* Remove conditional definition of eval-when-compile. Don't specify abs,Dave Love1999-12-181-33/+6
* Remove Emacs 18 compatibility code. Prepend `cl-' to autoload namesDave Love1999-12-181-32/+5
* Bind free variables.Dave Love1999-12-181-11/+11
* (byte-compile-constp): Include keywords.Dave Love1999-12-181-0/+1
* (byte-compile-bound-variables): Doc fix.Dave Love1999-12-161-9/+12
* (lm-header-multiline): fix spurious use of `cond'.Stefan Monnier1999-12-021-179/+117
* (lisp-mode-variables): ChangeGerd Moellmann1999-12-021-1/+11
* (edebug-make-enter-wrapper): CorrectGerd Moellmann1999-11-291-3/+4