summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-17/+6
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-6/+17
* Add a Code: tag to subr.elVan L2019-06-231-1/+1
* Remove outdate comment about an utf-8 cookie that was removed in 2015Lars Ingebrigtsen2019-06-231-2/+0
* Make do-after-load-evaluation check whether warnings are enabled.Lars Ingebrigtsen2019-06-171-18/+21
* Unobsolete string-to-multibyteLars Ingebrigtsen2019-06-141-1/+3
* Merge from origin/emacs-26Glenn Morris2019-06-111-6/+6
|\
| * lisp/*.el: Minor docstring fixesJuanma Barranquero2019-06-101-6/+6
| * Clarify the TESTFN argument to `alist-get'Mattias Engdegård2019-04-091-2/+2
* | Let untarring (and hence package installation) go faster (Bug#35909)Noam Postavsky2019-06-031-18/+31
* | * lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)Stefan Monnier2019-05-291-7/+32
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | Add standard unmatchable regexpMattias Engdegård2019-05-151-0/+4
* | Clarify what constitutes an event (bug#35238)Basil L. Contovounesios2019-05-071-6/+8
* | Move side-effect-free from unsafep.el to subr.elBasil L. Contovounesios2019-04-211-0/+8
* | Optimize byte-compilation of proper-list-pBasil L. Contovounesios2019-04-121-0/+5
* | Clarify the TESTFN argument to `alist-get'Mattias Engdegård2019-04-091-2/+2
* | * lisp/subr.el (setq-default): Fix thinkoStefan Monnier2019-04-061-1/+1
* | * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-021-0/+7
* | * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-011-0/+20
* | Improve documentation of 'alist-get' (Bug#34708)Michael Heerdegen2019-03-271-2/+24