summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/easy-mmode.el
Commit message (Expand)AuthorAgeFilesLines
* * easy-mmode.el: simplify via custom-current-groupStefan Monnier2019-03-261-6/+0
* * lisp/emacs-lisp/easy-mmode.el: Fix most obvious bug#34723Stefan Monnier2019-03-131-1/+6
* Simplify easy-mmode-define-navigationCharles A. Roelli2019-02-191-3/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Improve doc strings generated by 'easy-mmode-define-navigation'Eli Zaretskii2018-11-091-2/+5
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-31/+31
* | Merge from origin/emacs-26Glenn Morris2018-07-131-12/+16
|\ \ | |/
| * Avoid turning on the global-minor-mode recursivelyJohn Shahid2018-07-101-12/+16
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-7/+24
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-3/+5
|\ \ | |/
| * Don't clobber docstrings of explicitly-defined mode hook variablesPhil Sainty2017-10-311-3/+5
* | Add indent spec to easy-mmode macrosMark Oteiza2017-09-281-0/+2
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstringPhilipp Stephani2016-12-071-3/+4
* Wrap the auto-generated doc stringLars Ingebrigtsen2016-05-011-1/+2
* Minor fixes in global-auto-composition-modeEli Zaretskii2016-02-151-0/+1
* Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fdLeo Liu2016-01-071-6/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-2/+2
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-1/+1
* (define-minor-mode): Use setq-default for :global minor modesStefan Monnier2015-06-171-31/+29
* emacs-lisp/easy-mmode.el: Clarify mode switch messagesKelly Dean2015-02-171-2/+11
* emacs-lisp/easy-mmode.el (define-minor-mode): Clarify docsKelly Dean2015-02-171-3/+6
* emacs-lisp/easy-mmode.el: Process macro arguments correctlyKelly Dean2015-02-171-1/+2
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.Oleh Krehel2015-01-301-5/+6
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Use mode functionMichael Heerdegen2014-08-291-1/+1
* * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.Leo Liu2014-02-241-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode)Stefan Monnier2013-08-021-6/+6
* Always defvar a mode's hook and provide a docstring.Stefan Monnier2013-05-271-0/+6
* Silence some compiler warningsGlenn Morris2013-05-211-7/+8
* * lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.Stefan Monnier2013-02-251-26/+11
* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a globalAlan Mackenzie2013-02-151-12/+31
* * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix re setf.Glenn Morris2013-02-141-7/+8
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Misc doc fixes.Chong Yidong2012-09-221-6/+11
* * lisp/emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):Stefan Monnier2012-06-271-1/+2
* Reduce use of cl in lisp/emacs-lisp/.Stefan Monnier2012-06-101-29/+27
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-1/+1
* Add `declare' for `defun'. Align `defmacro's with it.Stefan Monnier2012-05-301-2/+5
* * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties toStefan Monnier2012-05-171-2/+3
* Add new error and function `user-error'.Stefan Monnier2012-05-041-4/+2
* Avoid the use of ((lambda ...) ...) in lexical-binding code.Stefan Monnier2012-04-141-1/+1