summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Fix 'exchange-point-and-mark' in 'transient-mark-mode'Eli Zaretskii2022-02-131-5/+4
* Fix "C-SPC C-SPC" after "C-x C-x"Eli Zaretskii2022-02-131-1/+1
* Fix execute-extended-command-for-buffer in fundamental-modeLars Ingebrigtsen2022-01-201-2/+2
* * lisp/simple.el (undo-no-redo): Fix customization groupPhilipp Stephani2022-01-141-1/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Make `C-u RET' work againLars Ingebrigtsen2021-10-281-1/+1
* ; * lisp/simple.el (kill-region): A better fix for bug#51320.Eli Zaretskii2021-10-211-3/+6
* Fix non-interactive behavior of 'kill-region'Eli Zaretskii2021-10-211-2/+3
* Improve documentation and customization of 'blink-matching-paren'Eli Zaretskii2021-10-071-10/+18
* Clarify docstring of blink-matching-parenStefan Kangas2021-10-051-5/+10
* Fix previous `newline' patchLars Ingebrigtsen2021-09-301-1/+2
* Make `newline' check the argument earlierLars Ingebrigtsen2021-09-301-0/+2
* Add bindings for 'undo-redo'Dmitry Gutov2021-09-291-2/+3
* Set :type of suggest-key-bindings to natnumStefan Kangas2021-09-251-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-7/+11
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-161-3/+3
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-3/+3
* Don't ding at the user in pop-markLars Ingebrigtsen2021-09-081-1/+0
* Fix mail-user-agent defcustom typeLars Ingebrigtsen2021-09-081-1/+1
* Improve documentation of line truncation and wrappingEli Zaretskii2021-09-041-1/+3
* Fix message in previous toggle-truncate-lines changeLars Ingebrigtsen2021-09-031-1/+1
* Make toggle-truncate-lines disable visual-line-modeLars Ingebrigtsen2021-09-031-2/+7
* Fix `M-X TAB' completion for commands marked for multiple modesLars Ingebrigtsen2021-08-271-8/+2
* ; * lisp/simple.el (execute-extended-command): Fix comment wording.Eli Zaretskii2021-08-211-2/+2
* Further tweaks to execute-extended-commandLars Ingebrigtsen2021-08-201-37/+41
* Remove even more waiting from execute-extended-commandLars Ingebrigtsen2021-08-201-44/+44
* * lisp/simple.el (shift-select-mode): Add new choice 'permanent' (bug#50038).Juri Linkov2021-08-151-2/+14
* Run execute-extended-command key binding suggestion from a timerLars Ingebrigtsen2021-08-151-9/+20
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-2/+2
* Make `M-j' work reliably if `comment-auto-fill-only-comments' is setLars Ingebrigtsen2021-08-041-3/+7
* Set the normal-erase-is-backspace variable from CustomizeLars Ingebrigtsen2021-07-241-3/+3
* Fix do-auto-fill thinko introduced earlier todayLars Ingebrigtsen2021-07-231-1/+1
* Make nil value of fill-column obsoleteStefan Kangas2021-07-231-1/+1
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-201-2/+4
* Use make-separator-line in shortdocLars Ingebrigtsen2021-07-191-1/+4
* Add a new function for separator linesLars Ingebrigtsen2021-07-191-0/+21
* Make indent-tabs-mode into a regular mode instead of just a variableLars Ingebrigtsen2021-07-181-0/+4
* Clarify backward-delete-char-untabify doc stringLars Ingebrigtsen2021-07-141-0/+6
* Add new user option to transform kill ring contentsLars Ingebrigtsen2021-06-301-32/+45
* * lisp/simple.el (save-interprogram-paste-before-kill): Fix type.Glenn Morris2021-06-161-2/+3
* Document `completions-format'Lars Ingebrigtsen2021-06-151-0/+3
* Fix wording of recently added documentationEli Zaretskii2021-06-131-10/+10
* Allow save-interprogram-paste-before-kill to be a numberLars Ingebrigtsen2021-06-131-9/+20
* * lisp/simple.el (yank-from-kill-ring): Add edited string to the kill-ring.Juri Linkov2021-06-081-2/+3
* * lisp/simple.el (read-from-kill-ring): Fix the case of 'M-y M-p' (bug#48478)Juri Linkov2021-06-031-1/+2
* Improve icomplete-vertical-mode and fido-vertical-modeJoão Távora2021-06-011-9/+12
* Fix problem with `format-alist' marking all the text in the bufferLars Ingebrigtsen2021-06-011-3/+7
* Further improvements to completion-list-mode-mapGregory Heytings2021-05-251-1/+8
* Improve completion-list-mode-mapGregory Heytings2021-05-251-1/+11
* * lisp/simple.el (yank-from-kill-ring): Fix kill-ring-yank-pointer (bug#48478)Juri Linkov2021-05-211-3/+2