summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/easy-mmode.el
Commit message (Expand)AuthorAge
* Merge commit '1bc9dfc5bee'Stefan Monnier2023-03-27
|\
| * ; Improve documentation of :predicate in globalized minor modesEli Zaretskii2023-03-23
| * Fix :predicate handling in globalized minor modesStefan Monnier2023-03-23
* | Styled quotes in compiler warningsMattias EngdegÄrd2023-01-03
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
| * Fix gud-minor-mode-menuEli Zaretskii2022-12-03
| * Revert "Make easy-mmode-defmap obsolete and adjust only caller"Eli Zaretskii2022-12-03
|/
* Fix define-minor-mode :keymap obsoletion warningLars Ingebrigtsen2022-09-02
* Make easy-mmode-define-keymap obsoleteLars Ingebrigtsen2022-09-01
* Make easy-mmode-defmap obsolete and adjust only callerLars Ingebrigtsen2022-09-01
* ; Fix typos.Mattias EngdegÄrd2022-07-02
* Merge from origin/emacs-28Stefan Kangas2022-06-19
|\
| * Fix invalid defcustom :group when :predicate is usedRichard Hansen2022-06-18
* | Move buffer-local-set-state to subr because it's used at runtimeLars Ingebrigtsen2022-05-06
* | ; Improve documentation of 'buffer-local-set-state'Eli Zaretskii2022-05-06
* | Autoload the buffer-local-set* thingsLars Ingebrigtsen2022-05-06
* | Add new helper macros for minor modes to restore variablesLars Ingebrigtsen2022-05-06
* | Fix minor-mode doc string quotingLars Ingebrigtsen2022-04-06
* | Have global minor modes say so in the doc stringLars Ingebrigtsen2022-04-03
* | Fix bootstrap errors after previous easy-mmode changeLars Ingebrigtsen2022-04-02
* | Put the define-minor-mode boilerplate at the end of the doc stringsLars Ingebrigtsen2022-04-02
* | (macroexp-warn-and-return): Fix bug#53618Stefan Monnier2022-02-19
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-14
|\ \
| * | Prefer defvar-keymap to easy-mmode-defmapStefan Kangas2022-01-13
* | | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-11
|\| |
| * | Add doc-string indices to easy-mmode-{defmap,defsyntax}Ivan Sokolov2022-01-09
| * | Merge from origin/emacs-28Eli Zaretskii2022-01-01
| |\|
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-01
|/ /
* / Mark def* macros for indentationLars Ingebrigtsen2021-10-13
|/
* Fix substitution of pretty quotes in code in easy-mmodeLars Ingebrigtsen2021-10-03
* Signal error on newline in internal--format-docstring-lineStefan Kangas2021-09-28
* Minor clarification of define-minor-mode :keymap argumentStefan Kangas2021-09-25
* ; More minor docfixes found by checkdocStefan Kangas2021-09-14
* Minor clarification for define-minor-mode :variableLars Ingebrigtsen2021-08-16
* Improve `define-globalized-minor-mode' doc stringsLars Ingebrigtsen2021-08-04
* Revert "Allow nil initializers in define-minor-mode"Lars Ingebrigtsen2021-07-31
* Allow nil initializers in define-minor-modeLars Ingebrigtsen2021-07-31
* Make the minor mode doc strings say that they're minor modesLars Ingebrigtsen2021-06-30
* Make minor mode docstrings say what the mode "variable" isLars Ingebrigtsen2021-06-22
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix bug#47925Stefan Monnier2021-04-20
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Tweak furtherStefan Monnier2021-04-17
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Improve `C-h f` outputStefan Monnier2021-04-16
* (define-minor-mode): Warn about use of pre-Emacs-21 style argsStefan Monnier2021-04-12
* Make byte-compiled uses of `define-minor-mode' more compatibleLars Ingebrigtsen2021-03-12
* Add a new variable `global-minor-modes'Lars Ingebrigtsen2021-02-15
* Rename minor-modes to local-minor-modesLars Ingebrigtsen2021-02-15
* Don't update `minor-modes' in global modesLars Ingebrigtsen2021-02-14
* Really fix the syntax problem in define-minor-modeLars Ingebrigtsen2021-02-14