aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-1/+1
* Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-3/+3
* Allow 'undo-redo' to be called from Lisp without repeat countTom Levy2021-11-101-1/+1
* Partially revert previous make-separator-line changeLars Ingebrigtsen2021-11-061-4/+10
* Use underline on non-graphical terminals in make-separator-lineLars Ingebrigtsen2021-11-061-10/+7
* Merge from origin/emacs-28Glenn Morris2021-10-291-1/+1
|\
| * Make `C-u RET' work againLars Ingebrigtsen2021-10-281-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-221-4/+8
|\ \ | |/
| * ; * 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
* | New option show-paren-context-when-offscreenDaniel Martín2021-10-181-34/+37
* | Double the default value of kill-ring-maxStefan Kangas2021-10-141-2/+3
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-0/+1
* | Simplify `clean-mode'Lars Ingebrigtsen2021-10-091-4/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-071-10/+18
|\ \ | |/
| * Improve documentation and customization of 'blink-matching-paren'Eli Zaretskii2021-10-071-10/+18
* | Merge from origin/emacs-28Glenn Morris2021-10-061-5/+10
|\ \ | |/
| * Clarify docstring of blink-matching-parenStefan Kangas2021-10-051-5/+10
* | Add new major mode 'clean-mode'Lars Ingebrigtsen2021-10-061-0/+12
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-1/+2
* | Convert some keymaps to defvar-keymapLars Ingebrigtsen2021-10-041-13/+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