summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/derived.el
Commit message (Expand)AuthorAgeFilesLines
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Always defvar a mode's hook and provide a docstring.Stefan Monnier2013-05-271-4/+3
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | derived-mode-make-docstring tweak for bug#11277Glenn Morris2012-11-271-9/+25
|/
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-1/+1
* Reduce use of cl in lisp/emacs-lisp/.Stefan Monnier2012-06-101-7/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Replace fundamental-mode-hook with change-major-mode-after-body-hook.Chong Yidong2011-10-271-1/+1
* * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix.Glenn Morris2011-08-241-2/+2
* * lisp/emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):Stefan Monnier2011-07-051-1/+4
* * lisp/emacs-lisp/derived.el (define-derived-mode): Make abbrev-tableStefan Monnier2011-07-011-2/+5
* lisp/emacs-lisp/derived.el: Don't warn about keymaps already `defconst'ed.Juanma Barranquero2011-03-221-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Make it possible to locally disable a globally enabled mode.Stefan Monnier2010-04-281-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * textmodes/tex-mode.el (tex-dvi-view-command)Dan Nicolaescu2009-10-261-5/+5
* (define-derived-mode): Fix paren typo in definition of abbrev table.Glenn Morris2009-09-181-4/+4
* (define-derived-mode): Give the mode's map, and syntax and abbrevGlenn Morris2009-09-101-5/+14
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (define-derived-mode): Add `doc-string' declaration.John Paul Wallington2008-06-211-1/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (define-derived-mode): Remove bogus compatibiity code.Stefan Monnier2007-05-251-5/+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
* (define-derived-mode): Remove defvar for mode hook. (It conflictedLuc Teirlinck2005-11-141-1/+6
* 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
* (derived-mode-run-hooks): Remove.Juanma Barranquero2005-07-151-14/+1
* 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
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (define-derived-mode): Mention hook in doc string. Defvar the derivedGlenn Morris2003-07-231-1/+5
* Moved from lisp/.Juanma Barranquero2003-05-301-0/+436