summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/derived.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-071-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (define-derived-mode): Put `definition-name'Juri Linkov2005-12-041-3/+10
| | | | properties on the constructed variable names.
* (define-derived-mode): Remove defvar for mode hook. (It conflictedLuc Teirlinck2005-11-141-1/+6
| | | | | with defcustoms for some mode hooks.) Use the `variable-documentation' property to give the mode hook a docstring and expand that docstring.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (derived-mode-run-hooks): Reinstalled, as it is needed for pre-21 compatibility.Juanma Barranquero2005-07-151-0/+6
| | | | Thanks to Stefan Monnier for pointing this out.
* (derived-mode-run-hooks): Remove.Juanma Barranquero2005-07-151-14/+1
| | | | (derived-mode-hook-name): Doc fix.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (derived-mode-init-mode-variables): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
|
* Add comment.Stefan Monnier2005-06-121-2/+8
|
* (define-derived-mode): Doc fix.Luc Teirlinck2005-05-211-0/+1
|
* (define-derived-mode): Add link to Elisp manual to docstring.Luc Teirlinck2005-05-141-1/+3
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (define-derived-mode): Mention hook in doc string. Defvar the derivedGlenn Morris2003-07-231-1/+5
| | | | hook.
* Moved from lisp/.Juanma Barranquero2003-05-301-0/+436