summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-indent.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (lisp-indent-maximum-backtracking): Fix typos in docstrings.Juanma Barranquero2005-07-041-2/+2
| | | | (lisp-indent): Finish `defgroup' description with period.
* (lisp-indent-defmethod): CorrectEli Zaretskii2004-08-211-1/+1
| | | | | indentation of DEFMETHODS with non-standard method combinations (e.g., PROGN, MIN, MAX).
* (common-lisp-indent-function-1): Indent "without-" forms justSam Steingold2004-05-171-2/+6
| | | | like "with-" and "do-". Use regexp-opt.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* `symbol-macrolet' is similar to `let', not `multiple-value-bind'.Sam Steingold2003-04-251-1/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-3/+3
|
* * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.John Paul Wallington2002-09-071-1/+1
| | | | | * emacs-lisp/find-func.el (find-function-recenter-line): Add custom type. Doc fix.
* (common-lisp-indent-function-1):Richard M. Stallman2002-05-291-26/+53
| | | | | | | When recognizing a def... construct, make that indentation tentative, so that it can be overridden if the list in question is not actually an expression. (common-lisp-indent-call-method): New subroutine.
* (common-lisp-loop-part-indentation):Gerd Moellmann2002-03-151-1/+1
| | | | Fix simple loop indentation.
* (lisp-loop-keyword-indentation)Gerd Moellmann2002-03-121-5/+69
| | | | | | | | | | | (lisp-loop-forms-indentation, lisp-simple-loop-indentation): New user options. (extended-loop-p, common-lisp-loop-part-indentation): New functions. (common-lisp-indent-function-1): Renamed from common-lisp-indent-function. (common-lisp-indent-function): Handle loop forms specially. (lisp-indent-defmethod): Use car/cdr instead of first/rest.
* (define-modify-macro): Better indent spec.Richard M. Stallman2001-12-221-1/+1
|
* (lisp-indent-defmethod): At first three elements, act like defun.Richard M. Stallman2001-11-191-4/+7
| | | | Advance to start of 3rd sexp by moving fwd and backing over it.
* Indent properly `generic-flet', `generic-labels', `with-accessors',Sam Steingold2001-11-121-7/+9
| | | | `with-condition-restarts'.
* (lisp-indent-defmethod): New function.Gerd Moellmann2001-08-151-3/+13
| | | | | (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
* (toplevel): indent the :method sub-form of `defgeneric' correctly.Sam Steingold2001-05-161-0/+1
|
* (toplevel): Comment out the specGerd Moellmann2001-04-181-2/+4
| | | | for defmethod.
* Remove erroneous spec for condition-case.Dave Love2000-12-041-2/+3
|
* * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',Sam Steingold2000-08-071-8/+7
| | | | | `defconst', `define-condition', `with-slots'. * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
* handle print-unreadable-objectSam Steingold2000-06-201-93/+93
|
* Indent `pprint-logical-block' properly.Gerd Moellmann2000-02-251-0/+1
|
* Remove bogus spec for define-condition.Dave Love2000-02-221-4/+1
|
* (lisp-indent-259): Indentation fix.Gerd Moellmann2000-02-171-4/+5
|
* Add defclass, define-condition, defmethod, symbol-macrolet.Dave Love2000-01-061-1/+9
|
* (common-lisp-indent-function): Use `eq' instead of `eql'.Gerd Moellmann1999-10-161-5/+5
|
* indent `with-output-to-string' as a CLKarl Heuer1998-11-161-0/+1
| | | | macro, not ELisp one.
* (top-level let): add defsubst.Richard M. Stallman1998-08-051-1/+1
|
* (lisp-indent-defun-method): New variable.Richard M. Stallman1998-07-311-37/+34
| | | | | | | (common-lisp-indent-function): Use it. (lisp-indent-259): Uncomment the `&lambda' code. (top-level let): Remove duplicate `catch' and `block'. Use `&lambda' when appropriate. Now the lambda lists are indented appropriately.
* Indent `restart-case', `handler-bind' and `restart-bind' correctly.Richard M. Stallman1998-07-141-1/+3
|
* Indent `handler-case' correctly.Richard M. Stallman1998-07-101-0/+1
|
* (lisp-indent-error-function): New variable.Richard M. Stallman1998-05-241-7/+11
| | | | | (common-lisp-indent-function): Bind lisp-indent-error-function. (lisp-indent-report-bad-format): Use lisp-indent-error-function.
* Indent `with-standard-io-syntax' correctly.Richard M. Stallman1998-05-221-1/+2
|
* Indent defpackage correctly.Richard M. Stallman1998-04-241-0/+1
|
* Whitespace changes.Richard M. Stallman1998-03-081-5/+9
|
* Fix indentation rules forKarl Heuer1998-02-221-65/+61
| | | | multiple-value-setf and multiple-value-list.
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-121-6/+17
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-10/+8
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+8
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* Initial revisionJim Blandy1991-05-091-0/+466