Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
| | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | Remove leading "*" from defcustom docs. | Glenn Morris | 2009-06-22 | 1 | -13/+22 |
| | | | | Refill. | ||||
* | (lisp-indent-defun-method, common-lisp-indent-function): Add doc strings. | Glenn Morris | 2009-06-21 | 1 | -3/+74 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | * emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix. | Chong Yidong | 2006-10-27 | 1 | -1/+3 |
| | |||||
* | * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the | Chong Yidong | 2006-10-26 | 1 | -8/+8 |
| | | | | pattern normally. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (lisp-indent-maximum-backtracking): Fix typos in docstrings. | Juanma Barranquero | 2005-07-04 | 1 | -2/+2 |
| | | | | (lisp-indent): Finish `defgroup' description with period. | ||||
* | (lisp-indent-defmethod): Correct | Eli Zaretskii | 2004-08-21 | 1 | -1/+1 |
| | | | | | indentation of DEFMETHODS with non-standard method combinations (e.g., PROGN, MIN, MAX). | ||||
* | (common-lisp-indent-function-1): Indent "without-" forms just | Sam Steingold | 2004-05-17 | 1 | -2/+6 |
| | | | | like "with-" and "do-". Use regexp-opt. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | `symbol-macrolet' is similar to `let', not `multiple-value-bind'. | Sam Steingold | 2003-04-25 | 1 | -1/+1 |
| | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -3/+3 |
| | |||||
* | * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. | John Paul Wallington | 2002-09-07 | 1 | -1/+1 |
| | | | | | * emacs-lisp/find-func.el (find-function-recenter-line): Add custom type. Doc fix. | ||||
* | (common-lisp-indent-function-1): | Richard M. Stallman | 2002-05-29 | 1 | -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 Moellmann | 2002-03-15 | 1 | -1/+1 |
| | | | | Fix simple loop indentation. | ||||
* | (lisp-loop-keyword-indentation) | Gerd Moellmann | 2002-03-12 | 1 | -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. Stallman | 2001-12-22 | 1 | -1/+1 |
| | |||||
* | (lisp-indent-defmethod): At first three elements, act like defun. | Richard M. Stallman | 2001-11-19 | 1 | -4/+7 |
| | | | | Advance to start of 3rd sexp by moving fwd and backing over it. | ||||
* | Indent properly `generic-flet', `generic-labels', `with-accessors', | Sam Steingold | 2001-11-12 | 1 | -7/+9 |
| | | | | `with-condition-restarts'. | ||||
* | (lisp-indent-defmethod): New function. | Gerd Moellmann | 2001-08-15 | 1 | -3/+13 |
| | | | | | (toplevel): Set it as `common-lisp-indent-function' for `defmethod'. | ||||
* | (toplevel): indent the :method sub-form of `defgeneric' correctly. | Sam Steingold | 2001-05-16 | 1 | -0/+1 |
| | |||||
* | (toplevel): Comment out the spec | Gerd Moellmann | 2001-04-18 | 1 | -2/+4 |
| | | | | for defmethod. | ||||
* | Remove erroneous spec for condition-case. | Dave Love | 2000-12-04 | 1 | -2/+3 |
| | |||||
* | * emacs-lisp/cl-indent.el (toplevel): Indent `defclass', | Sam Steingold | 2000-08-07 | 1 | -8/+7 |
| | | | | | `defconst', `define-condition', `with-slots'. * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'. | ||||
* | handle print-unreadable-object | Sam Steingold | 2000-06-20 | 1 | -93/+93 |
| | |||||
* | Indent `pprint-logical-block' properly. | Gerd Moellmann | 2000-02-25 | 1 | -0/+1 |
| | |||||
* | Remove bogus spec for define-condition. | Dave Love | 2000-02-22 | 1 | -4/+1 |
| | |||||
* | (lisp-indent-259): Indentation fix. | Gerd Moellmann | 2000-02-17 | 1 | -4/+5 |
| | |||||
* | Add defclass, define-condition, defmethod, symbol-macrolet. | Dave Love | 2000-01-06 | 1 | -1/+9 |
| | |||||
* | (common-lisp-indent-function): Use `eq' instead of `eql'. | Gerd Moellmann | 1999-10-16 | 1 | -5/+5 |
| | |||||
* | indent `with-output-to-string' as a CL | Karl Heuer | 1998-11-16 | 1 | -0/+1 |
| | | | | macro, not ELisp one. | ||||
* | (top-level let): add defsubst. | Richard M. Stallman | 1998-08-05 | 1 | -1/+1 |
| | |||||
* | (lisp-indent-defun-method): New variable. | Richard M. Stallman | 1998-07-31 | 1 | -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. Stallman | 1998-07-14 | 1 | -1/+3 |
| | |||||
* | Indent `handler-case' correctly. | Richard M. Stallman | 1998-07-10 | 1 | -0/+1 |
| | |||||
* | (lisp-indent-error-function): New variable. | Richard M. Stallman | 1998-05-24 | 1 | -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. Stallman | 1998-05-22 | 1 | -1/+2 |
| | |||||
* | Indent defpackage correctly. | Richard M. Stallman | 1998-04-24 | 1 | -0/+1 |
| | |||||
* | Whitespace changes. | Richard M. Stallman | 1998-03-08 | 1 | -5/+9 |
| | |||||
* | Fix indentation rules for | Karl Heuer | 1998-02-22 | 1 | -65/+61 |
| | | | | multiple-value-setf and multiple-value-list. | ||||
* | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -6/+17 |
| |