summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'emacs-29'Stefan Monnier2023-05-101-6/+16
|\
| * Fix doc strings of 'mark-sexp' and 'mark-word'Eli Zaretskii2023-05-061-6/+16
* | ; * lisp/simple.el (blink-matching-open): retain props in bootstrapMattias Engdegård2023-05-031-3/+2
* | Use connection-aware functions when getting the UID/GID in EshellJim Porter2023-05-021-0/+12
* | ; Fix last changeEli Zaretskii2023-05-021-5/+5
* | Display matched offscreen open paren with a distinct faceShynur2023-05-021-20/+67
* | lisp/simple.el (inhibit-auto-fill): New varStefan Monnier2023-04-021-4/+8
* | New user option remote-file-name-inhibit-auto-saveMichael Albinus2023-03-231-0/+10
* | Merge from origin/emacs-29Stefan Kangas2023-02-231-11/+15
|\ \ | |/
| * ; Improve doc string of 'C-q'Eli Zaretskii2023-02-221-11/+15
* | Merge from origin/emacs-29Stefan Kangas2023-02-211-1/+6
|\ \ | |/
| * * lisp/simple.el (choose-completion): Check for completion-in-region-mode.Juri Linkov2023-02-191-1/+6
* | Merge from origin/emacs-29Stefan Kangas2023-02-191-2/+5
|\ \ | |/
| * Fix invocation of File->Close from the menu barEli Zaretskii2023-02-191-1/+2
| * Fix documentation of 'just-one-space' and 'delete-horizontal-space'Eli Zaretskii2023-02-181-1/+3
* | Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-171-1/+4
* | nadvice: Fix bug#61179Stefan Monnier2023-02-041-1/+2
* | Merge from origin/emacs-29Stefan Kangas2023-02-031-2/+20
|\ \ | |/
| * Avoid spurious pause in kill-ring-save (Bug#60841)Kévin Le Gouguec2023-02-021-2/+20
* | Merge from origin/emacs-29Stefan Kangas2023-01-281-0/+6
|\ \ | |/
| * Improve documentation of 'shell-command-dont-erase-buffer'Eli Zaretskii2023-01-271-0/+6
* | Merge from origin/emacs-29Stefan Kangas2023-01-231-1/+1
|\ \ | |/
| * Minor fixes for HaikuPo Lu2023-01-221-1/+1
* | Add 'file-user-uid' to get the connection-local effective UIDJim Porter2023-01-161-0/+12
* | Merge from origin/emacs-29Stefan Kangas2023-01-151-3/+7
|\ \ | |/
| * ; Fix typosStefan Kangas2023-01-151-2/+2
| * Fix the case in first-completion revealed by minibuffer-testsJuri Linkov2023-01-141-1/+5
* | Merge from origin/emacs-29Stefan Monnier2023-01-141-0/+8
|\ \ | |/
| * * lisp/simple.el (next-completion): Handle first completion specially.Gregory Heytings2023-01-121-0/+8
* | (function-documentation): Make it work for the remaining casesStefan Monnier2023-01-131-1/+10
* | Merge from origin/emacs-29Stefan Kangas2023-01-101-5/+62
|\ \ | |/
| * Improve options and docs of M-x command completionEli Zaretskii2023-01-081-5/+62
* | Add named defun for transpose-sexps-default-function (bug#60654)Theodor Thornhill2023-01-091-31/+33
* | ; Use a single '<=' for range comparisonsXi Lu2023-01-071-7/+4
* | Merge from origin/emacs-29Stefan Kangas2023-01-021-1/+1
|\ \ | |/
| * ; * lisp/simple.el (primitive-undo): Clarify error message (bug#60467)Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Add treesit-transpose-sexps (bug#60128)Theodor Thornhill2022-12-281-39/+49
|/
* ; Improve documentation of "C-x @"Eli Zaretskii2022-12-231-0/+2
* ; Improve doc strings of minibuffer-history commandsEli Zaretskii2022-12-161-11/+12
* A better fix for bug#60096Eli Zaretskii2022-12-161-6/+1
* Avoid segfaults due to invalid selected-window's bufferEli Zaretskii2022-12-151-1/+6
* Revert 21b387c39bd with last-minute hasty changes (bug#60048).Juri Linkov2022-12-151-71/+1
* Fix face issues in show-paren context overlay (bug#59527)Tassilo Horn2022-11-241-27/+33
* New commands previous-line-completion and next-line-completion (bug#59486)Juri Linkov2022-11-231-2/+73
* Add face to key bindings suggested by M-xStefan Kangas2022-11-151-3/+4
* Fix suggest-key-bindings displaying key as commandStefan Kangas2022-11-131-8/+12
* ; * lisp/simple.el (execute-extended-command): Improve comments.Stefan Kangas2022-11-131-5/+3
* * lisp/simple.el (function-documentation): Fix bug#59014Stefan Monnier2022-11-041-4/+1