summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAge
* Make operating-system-release obsoleteLars Ingebrigtsen2021-01-31
* Add cross-reference to with-eval-after-loadStefan Kangas2021-01-28
* * lisp/subr.el (empty-history): Move defvar to functions where it's used.Juri Linkov2021-01-27
* Make libraries works with xterm-mouse-mode.Jared Finder2021-01-15
* Lift {global,local}-key-binding to LispStefan Kangas2021-01-13
* * lisp/subr.el (global-map): Doc fix; add cross-reference.Stefan Kangas2021-01-10
* * lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail positionStefan Monnier2021-01-08
* * lisp/subr.el (letrec): Optimize some non-recursive bindingsStefan Monnier2021-01-08
* Lift define-prefix-command to LispStefan Kangas2021-01-08
* Remove an outdated commentStefan Kangas2021-01-07
* * lisp/subr.el (remove-hook): Add default value (bug#45393)Juri Linkov2021-01-05
* ; * lisp/subr.el (ctl-x-map): Fix typo in kill-buffer binding.Mattias Engdegård2021-01-05
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-04
* * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* Revert recent add-to-ordered-list changesLars Ingebrigtsen2021-01-01
* Allow add-to-ordered-list to use a test predicateLars Ingebrigtsen2020-12-31
* Add variables read-char-choice-use-read-key and y-or-n-p-use-read-keyJuri Linkov2020-12-30
* Revert "Switch add-to-ordered-list to eql"Lars Ingebrigtsen2020-12-30
* Switch add-to-ordered-list to eqlLars Ingebrigtsen2020-12-30
* Fill some auto-generated docstringsStefan Kangas2020-12-28
* Make `remove-hook' interactiveThibault Polge2020-12-25
* * lisp/simple.el (goto-line-read-args): Use number-at-point (bug#45199)Juri Linkov2020-12-20
* Improve make-process in TrampMichael Albinus2020-12-20
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas2020-12-19
* Make goto-char offer the number at point as defaultDaniel Martín2020-12-14
* Followup to recent changes in keyboard.cEli Zaretskii2020-12-12
* Allow shutting down Emacs even if there are errors in kill-emacs-hookLars Ingebrigtsen2020-12-07
* Handle calling read-char-from-minibuffer and y-or-n-p from pre-command-hookJuri Linkov2020-12-06
* ; * lisp/subr.el (interactive-p): Note to not remove in a hurry.Stefan Kangas2020-12-06
* Speed up match-substitute-replacementMattias Engdegård2020-12-04
* * lisp/subr.el (activate-change-group): Refine fix for bug#33341Stefan Monnier2020-11-27
* * lisp/subr.el (activate-change-group): Fix bug#33341Stefan Monnier2020-11-27
* Fix replace-regexp-in-string substring match data translationMattias Engdegård2020-11-26
* Handle help-form in y-or-n-p and use this in find-file-noselect (bug#5423)Juri Linkov2020-11-21
* Don't quote lambdas in several placesStefan Kangas2020-11-12
* Add help-char to the cache key in read-char-from-minibuffer as wellJuri Linkov2020-11-12
* Add help-form to the cache key in read-char-from-minibufferJuri Linkov2020-11-12
* Use cache with help-char in read-char-from-minibuffer unless help-form is nilJuri Linkov2020-11-12
* In dired-query use read-char-from-minibuffer with bound help-char (bug#42708)Juri Linkov2020-11-11
* Merge from origin/emacs-27Glenn Morris2020-11-07
|\
| * * lisp/subr.el (read-char-from-minibuffer): Doc fix. (Bug#44451)Eli Zaretskii2020-11-07
* | Add missing side-effect-free and error-free propertiesMattias Engdegård2020-11-01
* | Remove dynamic declaration of 'save-match-data-internal'Mattias Engdegård2020-10-15
* | Make read-char-choice less modalLars Ingebrigtsen2020-10-13
* | Make posn-set-point work on frame eventsRobert Weiner2020-10-11
* | alist-get doc string further clarificationLars Ingebrigtsen2020-10-07
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05