summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Improve the with-output-to-temp-buffer doc stringLars Ingebrigtsen2022-01-151-5/+7
* Make function-alias-p use a better error symbolLars Ingebrigtsen2022-01-141-1/+1
* Add new function function-alias-pLars Ingebrigtsen2022-01-131-0/+22
* * lisp/subr.el (remove-hook): Use set-variable-value-history for value historyJuri Linkov2022-01-121-1/+1
* Move define-keymap and defvar-keymap to keymap.elStefan Kangas2022-01-021-130/+0
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Doc fix; fix terminology in key binding functionsStefan Kangas2021-12-271-1/+1
* | ; * lisp/subr.el (define-keymap): Fix typos.Stefan Kangas2021-12-261-2/+2
* | ; * lisp/subr.el (start-process-shell-command): Add missing period.Philipp Stephani2021-12-111-1/+1
* | Update comment about `declare-function'Lars Ingebrigtsen2021-12-051-1/+2
* | Use compiler macros for the key syntax checksMattias EngdegÄrd2021-11-281-5/+25
* | * lisp/subr.el (event-start, event-end): Handle `(menu-bar)` eventsStefan Monnier2021-11-221-10/+10
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-1/+1
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-169/+38
* | * lisp/subr.el (add-hook): Fix adding into hook--depth-alist (bug#51620).Filipp Gunbin2021-11-111-1/+1
* | * lisp/subr.el (with-undo-amalgamate): New macroCampbell Barton2021-11-081-0/+23
* | Expand the kbd-valid-p doc stringLars Ingebrigtsen2021-10-311-2/+22
* | Add new function 'string-pixel-width'Lars Ingebrigtsen2021-10-271-1/+0
* | Change the with-delayed-message syntax to allow future extensibilityLars Ingebrigtsen2021-10-251-4/+6
* | Add new macro `with-delayed-message'Lars Ingebrigtsen2021-10-241-0/+10
* | Error out on invalid `define-keymap' keywordsLars Ingebrigtsen2021-10-191-1/+2
* | Do kbd-valid-p prefix comparisons case-sensitivelyLars Ingebrigtsen2021-10-181-1/+2
* | Add kbd examples to the doc stringLars Ingebrigtsen2021-10-171-0/+9
* | Reverse the edmacro-parse-keys/kbd vector/string logicLars Ingebrigtsen2021-10-171-15/+9
* | Allow <mouse-1> in kbd-valid-pLars Ingebrigtsen2021-10-171-20/+26
* | Rewrite kbd-valid-p to not use seqLars Ingebrigtsen2021-10-171-18/+21
* | Fix up recent kbd simplificationLars Ingebrigtsen2021-10-171-3/+5
* | Simplify condition in kbdStefan Kangas2021-10-161-7/+2
* | Add new function 'kbd-valid-p'Lars Ingebrigtsen2021-10-161-0/+33
* | Remove duplicate code in edmacro-parse-keysStefan Kangas2021-10-161-9/+14
* | Make kbd usable during bootstrapStefan Kangas2021-10-161-3/+107
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-1/+2
* | Mark all def* functions that should indent as `defun'Lars Ingebrigtsen2021-10-131-0/+3
* | Add a new after-pdump-load-hook variableLars Ingebrigtsen2021-10-121-0/+3
* | Have 'while-no-input-ignore-events' handle idle timers too (Bug#49997)Martin Rudalics2021-10-121-5/+0
* | Merge from origin/emacs-28Glenn Morris2021-10-111-3/+5
|\|
| * Keep reading when typed RET in read-char-from-minibuffer and y-or-n-pJuri Linkov2021-10-101-3/+5
* | Merge from origin/emacs-28Glenn Morris2021-10-091-1/+1
|\|
| * Mention that RET means "yes" in y-or-n-pLars Ingebrigtsen2021-10-091-1/+1
* | Update inhibit-changing-match-data obsoletion dataLars Ingebrigtsen2021-10-071-1/+1
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-071-4/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-051-1/+1
|\|
| * Mention `seq-uniq' in `delete-dups' documentationTak Kunihiro2021-10-051-1/+1
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-35/+35
* | Fix syntax error in define-keymap doc stringLars Ingebrigtsen2021-10-041-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-041-1/+3
|\|
| * Clarify the purpose of internal--format-docstring-lineStefan Kangas2021-10-031-1/+3
* | Remove :copy from define-keymapLars Ingebrigtsen2021-10-041-12/+4
* | Add 'define-keymap' and 'defvar-keymap'Lars Ingebrigtsen2021-10-041-0/+115
|/