aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/easy-mmode.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): MakeEli Zaretskii2010-01-021-2/+6
* (define-minor-mode): Purecopy :lighter.Dan Nicolaescu2009-11-111-1/+1
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+1
* * image-mode.el (image-toggle-display):Juanma Barranquero2009-10-021-1/+1
* (easy-mmode-defmap): Add doc-string.Glenn Morris2009-09-101-2/+5
* (define-minor-mode): Don't use symbol-value with constant argument.Stefan Monnier2009-08-301-2/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (easy-mmode-set-keymap-parents): Evaluate definition when compiling.Glenn Morris2008-06-211-11/+12
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Tom Tromey <tromey at redhat.com>Glenn Morris2008-04-241-2/+14
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (easy-mmode-define-navigation):Stefan Monnier2007-10-201-30/+32
* | Merge from emacs--rel--22Miles Bader2007-10-091-25/+27
|\|
| * (define-minor-mode): Fix staging brain damage.Stefan Monnier2007-09-211-25/+27
* | (easy-mmode-define-syntax): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.Juanma Barranquero2007-06-041-2/+2
* (define-minor-mode): Fix generated doc string.Richard M. Stallman2007-05-101-1/+1
* (define-globalized-minor-mode): Improve doc string of generated command.Richard M. Stallman2007-04-221-4/+5
* (define-globalized-minor-mode): Rename from define-global-minor-mode.Chong Yidong2007-02-031-4/+6
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (define-global-minor-mode): Doc fix.Richard M. Stallman2006-12-301-1/+1
* (easy-mmode-define-navigation): Fix interactive spec of the functionsChong Yidong2006-11-281-2/+2
* (define-minor-mode): Reference manual about customization, rather thanRichard M. Stallman2006-08-311-1/+2
* (define-minor-mode): Doc fix.Richard M. Stallman2006-07-091-2/+2
* (define-minor-mode): Doc fix.Eli Zaretskii2006-07-081-1/+1
* (define-minor-mode): Only preserve messages output during execution of the body.Stefan Monnier2006-05-081-2/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
* (easy-mmode-define-navigation): Put `definition-name' properties on theJuri Linkov2005-12-041-1/+3
* (define-global-minor-mode): Pass all specified keyword args on toLuc Teirlinck2005-11-051-9/+17
* (define-minor-mode): Simplify.Stefan Monnier2005-08-241-15/+7
* (define-minor-mode): Never call the mode function using `eval-after-load'.Luc Teirlinck2005-07-221-6/+1
* (define-minor-mode): Avoid constructing a defcustom with two :set orLuc Teirlinck2005-07-161-4/+11
* (define-minor-mode): Do not override explicitly specified :initialize keyword.Luc Teirlinck2005-07-141-1/+7
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (define-minor-mode): Don't automatically add a :require to the defcustom.Stefan Monnier2005-06-261-4/+1
* (define-minor-mode): If BODY is empty, give the variable a doc stringRichard M. Stallman2005-06-081-5/+10
* (define-global-minor-mode): Make it keep track of which major mode itLuc Teirlinck2005-06-041-19/+47
* (define-global-minor-mode): Use `after-change-major-mode-hook' insteadLuc Teirlinck2005-05-221-3/+3
* (define-minor-mode): Don't generate a defcustom for the mode hook variable.Lute Kamstra2005-05-171-15/+8
* (easy-mmode-pretty-mode-name): Improve commentary.Eli Zaretskii2005-05-081-2/+4
* (easy-mmode-pretty-mode-name): ExplainEli Zaretskii2005-05-071-3/+16
* (define-minor-mode): Fix docstring.Lute Kamstra2005-04-261-2/+2
* (define-global-minor-mode): Don't use custom-current-group.Lute Kamstra2005-04-051-10/+11
* (define-global-minor-mode): Renamed from easy-mmode-define-global-mode.Richard M. Stallman2005-03-311-2/+3
* (easy-mmode-define-global-mode, define-minor-mode): CallLute Kamstra2005-03-311-5/+6
* (define-minor-mode): Use called-interactively-p.Richard M. Stallman2004-11-021-1/+1
* (easy-mmode-define-navigation): Use a more robust check of widening.Stefan Monnier2004-01-271-10/+9