summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Generalise buffer matching from project.elPhilip Kaludercic2022-04-151-0/+59
* Ensure local `default-directory' when calling `process-attributes'.Michael Albinus2022-04-081-1/+2
* Fix bootstrap errors after previous easy-mmode changeLars Ingebrigtsen2022-04-021-0/+31
* Fix grep-like functions when running on a remote hostMichael Albinus2022-03-221-5/+9
* Merge from origin/emacs-28Stefan Kangas2022-03-211-4/+6
|\
| * Improve doc strings of read-char-from-minibuffer-insert-* commandsEli Zaretskii2022-03-201-4/+6
| * Fix menu-bar mouse clicks in "C-h c" and "C-h k" (bug#53322)Stefan Monnier2022-01-201-10/+10
* | (with-demoted-errors): Fix bug#54225Stefan Monnier2022-03-031-1/+1
* | (add-hook): Fix regressionStefan Monnier2022-02-221-2/+4
* | (add-hook, remove-hook): Fix leaks (bug#48666)Stefan Monnier2022-02-221-26/+39
* | Don't signal a backtrace on empty --script filesLars Ingebrigtsen2022-02-101-0/+7
* | (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-12/+14
* | Make more ranges sort properly in describe-keymapLars Ingebrigtsen2022-01-311-2/+11
* | ; * lisp/subr.el (use-dialog-box-p): Fix typo.Eli Zaretskii2022-01-291-1/+1
* | ; Fix formatting of last change.Eli Zaretskii2022-01-291-2/+1
* | Don't require mouse for prompting via dialog boxesEli Zaretskii2022-01-291-4/+7
* | Make the save buffers prompt from Quit Emacs menu more understandableLars Ingebrigtsen2022-01-271-4/+8
* | Add new function 'readablep'Lars Ingebrigtsen2022-01-221-0/+13
* | 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