summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/easy-mmode.el
Commit message (Expand)AuthorAgeFilesLines
* Silence warning with global minor mode :predicateStefan Kangas2024-06-291-1/+2
* Fix link to major mode variable in docstringStefan Kangas2024-06-281-1/+1
* Refine the Custom type of generated '*-modes' optionsEshel Yaron2024-04-271-1/+14
* (define-globalized-minor-mode): Require the use of `run-mode-hooks`Stefan Monnier2024-04-131-58/+4
* (define-globalized-minor-mode): Fix bug#58888Stefan Monnier2024-04-131-2/+6
* (define-globalized-minor-mode): Fix bug#69431Stefan Monnier2024-04-081-11/+36
* * lisp/emacs-lisp/easy-mmode.el (easy-mmode--mode-docstring): Add commentStefan Monnier2024-02-031-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Adjust affected callers of derived-mode-p` to use the new conventionStefan Monnier2023-11-231-1/+1
* | Make Emacs 21 compat aliases easy-mmode-* obsoleteStefan Kangas2023-08-081-4/+6
* | Merge from origin/emacs-29Eli Zaretskii2023-06-241-2/+5
|\|
| * Fix documentation of :predicate in 'define-globalized-minor-mode'Eli Zaretskii2023-06-181-2/+5
* | Merge branch 'emacs-29'Stefan Monnier2023-05-101-1/+1
|\|
| * define-minor-mode: sanitize mode function messagesNicholas Vollmer2023-05-071-1/+1
* | Merge commit '1bc9dfc5bee'Stefan Monnier2023-03-271-10/+18
|\|
| * ; Improve documentation of :predicate in globalized minor modesEli Zaretskii2023-03-231-9/+17
| * Fix :predicate handling in globalized minor modesStefan Monnier2023-03-231-1/+1
* | Styled quotes in compiler warningsMattias EngdegÄrd2023-01-031-1/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
| * Fix gud-minor-mode-menuEli Zaretskii2022-12-031-3/+0
| * Revert "Make easy-mmode-defmap obsolete and adjust only caller"Eli Zaretskii2022-12-031-1/+3
|/
* Fix define-minor-mode :keymap obsoletion warningLars Ingebrigtsen2022-09-021-1/+4
* Make easy-mmode-define-keymap obsoleteLars Ingebrigtsen2022-09-011-0/+3
* Make easy-mmode-defmap obsolete and adjust only callerLars Ingebrigtsen2022-09-011-3/+1
* ; Fix typos.Mattias EngdegÄrd2022-07-021-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-06-191-1/+1
|\
| * Fix invalid defcustom :group when :predicate is usedRichard Hansen2022-06-181-1/+1
* | Move buffer-local-set-state to subr because it's used at runtimeLars Ingebrigtsen2022-05-061-36/+0
* | ; Improve documentation of 'buffer-local-set-state'Eli Zaretskii2022-05-061-5/+5
* | Autoload the buffer-local-set* thingsLars Ingebrigtsen2022-05-061-0/+2
* | Add new helper macros for minor modes to restore variablesLars Ingebrigtsen2022-05-061-0/+33
* | Fix minor-mode doc string quotingLars Ingebrigtsen2022-04-061-1/+1
* | Have global minor modes say so in the doc stringLars Ingebrigtsen2022-04-031-9/+11
* | Fix bootstrap errors after previous easy-mmode changeLars Ingebrigtsen2022-04-021-1/+1
* | Put the define-minor-mode boilerplate at the end of the doc stringsLars Ingebrigtsen2022-04-021-24/+42
* | (macroexp-warn-and-return): Fix bug#53618Stefan Monnier2022-02-191-1/+0
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-141-1/+5
|\ \
| * | Prefer defvar-keymap to easy-mmode-defmapStefan Kangas2022-01-131-1/+5
* | | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-3/+3
|\| |
| * | Add doc-string indices to easy-mmode-{defmap,defsyntax}Ivan Sokolov2022-01-091-2/+2
| * | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\|
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-0/+1
|/ /
* / Mark def* macros for indentationLars Ingebrigtsen2021-10-131-1/+2
|/
* Fix substitution of pretty quotes in code in easy-mmodeLars Ingebrigtsen2021-10-031-2/+4
* Signal error on newline in internal--format-docstring-lineStefan Kangas2021-09-281-3/+5
* Minor clarification of define-minor-mode :keymap argumentStefan Kangas2021-09-251-2/+2
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-2/+2