summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-02-061-1/+4
|\
| * Clarify lexvar restrictions for add-to-ordered-list, add-to-historyMattias Engdegård2020-02-021-1/+3
| * Clarify add-to-list documentation (bug#39373)Mattias Engdegård2020-02-011-0/+1
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Make goto-line keep a separate input history per bufferFederico Tedin2019-12-241-2/+7
|/
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-161-1/+1
* ; Spelling fixesPaul Eggert2019-12-101-1/+1
* Move recenter/scroll keybindings from minibuffer-local-map to read-char mapJuri Linkov2019-12-091-2/+9
* * lisp/subr.el: Add discard-input to more functions.Juri Linkov2019-11-301-1/+3
* * lisp/subr.el (do-after-load-evaluation): Fix thinkoStefan Monnier2019-11-271-1/+1
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-271-1/+1
* Allow recursive minibuffers for yes-or-no-p and y-or-n-p (bug#17272 bug#19064)Juri Linkov2019-11-271-0/+1
* * lisp/subr.el (do-after-load-evaluation): Handle batch mode as wellStefan Monnier2019-11-261-17/+17
* * lisp/subr.el (read-char-from-minibuffer, y-or-n-p): Remove discard-input.Juri Linkov2019-11-171-3/+1
* Move read-char-from-minibuffer from simple.el to subr.el and document it.Juri Linkov2019-11-101-0/+72
* Don't obscure the minibuffer by message (bug#17272)Juri Linkov2019-11-101-2/+2
* 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer (bug#38076)Juri Linkov2019-11-101-34/+69
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-5/+5
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-031-30/+30
* subr.el (run-window-configuration-change-hook): Mark obsoleteStefan Monnier2019-10-261-0/+1
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-2/+2
* Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map.Juri Linkov2019-10-201-6/+3
* Don't downcase the key binding in global-set-key.Alan Mackenzie2019-10-191-1/+1
* Hide passwords more in `read-password'Lars Ingebrigtsen2019-10-131-11/+10
* Add -unknown to version-regexp-alistLars Ingebrigtsen2019-10-131-0/+2
* Ensure that setq-local take an even number of symbol/value pairsLars Ingebrigtsen2019-10-111-11/+24
* Allow setq-local to set more than one variableJordon Biondo2019-10-111-3/+14
* * lisp/subr.el (ctl-x-t-prefix): Bind new alias or ctl-x-6-map to 'C-x t'.Juri Linkov2019-10-111-0/+2
* identity, ignore: Make arg names more consistent with docsJuanma Barranquero2019-10-101-2/+2
* Document `letrec'Lars Ingebrigtsen2019-10-091-1/+3
* More tab bar related key bindings.Juri Linkov2019-10-061-0/+5
* * lisp/subr.el (generate-new-buffer): Move (from files.el) before first useStefan Monnier2019-10-041-5/+8
* More doc fixes in package.el (Bug#37544)Stefan Kangas2019-10-041-0/+1
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-1/+5
|\
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-1/+5
* | Recommend against SHA-1 and MD5 for securityStefan Kangas2019-09-201-2/+6
* | * lisp/subr.el (major-mode-suspend): Doc fixJuanma Barranquero2019-09-151-1/+1
* | Make user-emacs-directory a variablePaul Eggert2019-08-311-1/+1
* | Calculate user-emacs-directory on startupPaul Eggert2019-08-311-12/+2
|/
* Prefer ~/.config/emacs to ~/.emacs.d if neither existsPaul Eggert2019-08-301-4/+7
* Use XDG conventions more consistentlyPaul Eggert2019-08-271-4/+9
* Add conditional operator xor to subr.elMattias Engdegård2019-08-061-0/+8
* Move cl.el to lisp/obsoleteStefan Monnier2019-08-061-1/+1
* Add new macro `ignore-error'Lars Ingebrigtsen2019-07-261-0/+8
* Avoid byte compiler warning for subr.elPip Cet2019-07-221-2/+1
* Remove some obsolete integer overflow handlingMattias Engdegård2019-07-221-4/+2
* Tweak ‘error’ and ‘user-error’ doc stringsPaul Eggert2019-06-271-14/+13
* Clarify error and user-error docstringsStefan Kangas2019-06-271-5/+10
* Document bug in `replace-regexp-in-string'Mattias Engdegård2019-06-261-1/+2