summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAge
* ; * lisp/subr.el (start-process-shell-command): Add missing period.Philipp Stephani2021-12-11
* Update comment about `declare-function'Lars Ingebrigtsen2021-12-05
* Use compiler macros for the key syntax checksMattias EngdegÄrd2021-11-28
* * lisp/subr.el (event-start, event-end): Handle `(menu-bar)` eventsStefan Monnier2021-11-22
* Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-22
* Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-16
* * lisp/subr.el (add-hook): Fix adding into hook--depth-alist (bug#51620).Filipp Gunbin2021-11-11
* * lisp/subr.el (with-undo-amalgamate): New macroCampbell Barton2021-11-08
* Expand the kbd-valid-p doc stringLars Ingebrigtsen2021-10-31
* Add new function 'string-pixel-width'Lars Ingebrigtsen2021-10-27
* Change the with-delayed-message syntax to allow future extensibilityLars Ingebrigtsen2021-10-25
* Add new macro `with-delayed-message'Lars Ingebrigtsen2021-10-24
* Error out on invalid `define-keymap' keywordsLars Ingebrigtsen2021-10-19
* Do kbd-valid-p prefix comparisons case-sensitivelyLars Ingebrigtsen2021-10-18
* Add kbd examples to the doc stringLars Ingebrigtsen2021-10-17
* Reverse the edmacro-parse-keys/kbd vector/string logicLars Ingebrigtsen2021-10-17
* Allow <mouse-1> in kbd-valid-pLars Ingebrigtsen2021-10-17
* Rewrite kbd-valid-p to not use seqLars Ingebrigtsen2021-10-17
* Fix up recent kbd simplificationLars Ingebrigtsen2021-10-17
* Simplify condition in kbdStefan Kangas2021-10-16
* Add new function 'kbd-valid-p'Lars Ingebrigtsen2021-10-16
* Remove duplicate code in edmacro-parse-keysStefan Kangas2021-10-16
* Make kbd usable during bootstrapStefan Kangas2021-10-16
* Mark def* macros for indentationLars Ingebrigtsen2021-10-13
* Mark all def* functions that should indent as `defun'Lars Ingebrigtsen2021-10-13
* Add a new after-pdump-load-hook variableLars Ingebrigtsen2021-10-12
* Have 'while-no-input-ignore-events' handle idle timers too (Bug#49997)Martin Rudalics2021-10-12
* Merge from origin/emacs-28Glenn Morris2021-10-11
|\
| * Keep reading when typed RET in read-char-from-minibuffer and y-or-n-pJuri Linkov2021-10-10
* | Merge from origin/emacs-28Glenn Morris2021-10-09
|\|
| * Mention that RET means "yes" in y-or-n-pLars Ingebrigtsen2021-10-09
* | Update inhibit-changing-match-data obsoletion dataLars Ingebrigtsen2021-10-07
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-07
* | Merge from origin/emacs-28Glenn Morris2021-10-05
|\|
| * Mention `seq-uniq' in `delete-dups' documentationTak Kunihiro2021-10-05
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-05
* | Fix syntax error in define-keymap doc stringLars Ingebrigtsen2021-10-04
* | Merge from origin/emacs-28Glenn Morris2021-10-04
|\|
| * Clarify the purpose of internal--format-docstring-lineStefan Kangas2021-10-03
* | Remove :copy from define-keymapLars Ingebrigtsen2021-10-04
* | Add 'define-keymap' and 'defvar-keymap'Lars Ingebrigtsen2021-10-04
|/
* Signal error on newline in internal--format-docstring-lineStefan Kangas2021-09-28
* Improve filling of generated docstring linesStefan Kangas2021-09-26
* Use `temporary-file-directory' in `with-existing-directory'Lars Ingebrigtsen2021-09-25
* ; * lisp/subr.el (match-string): Clarify doc string.Eli Zaretskii2021-09-23
* Expand the `match-string' doc stringLars Ingebrigtsen2021-09-23
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Improve recently added documentationEli Zaretskii2021-09-21
* Add new function `ensure-list'Lars Ingebrigtsen2021-09-21
* Fix dolist-with-progress-reporter behaviourPhilip Kaludercic2021-09-20