aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/simple.el (shell-command-to-string): Fix quotation.Eli Zaretskii2023-09-231-1/+1
* ; Fix last change in shell-command-to-stringStefan Kangas2023-09-171-3/+4
* Document shell-command-to-string security considerationsStefan Kangas2023-09-171-1/+9
* Make move-end-of-line in minibuffer consistent (bug#65980)Stephen Berman2023-09-161-1/+5
* ; Improve documentation of 'define-alternatives'Eli Zaretskii2023-08-151-19/+34
* ; * lisp/simple.el (kill-new): Fix a typo. (Bug#64423)Eli Zaretskii2023-07-151-1/+1
* Ignore quit while getting interprogram paste in kill-newSpencer Baugh2023-07-151-2/+8
* Improve documentation of 'declare' formsEli Zaretskii2023-06-151-1/+4
* Avoid errors in 'delete-forward-char' deleting static compositionsEli Zaretskii2023-06-021-1/+2
* ; * lisp/simple.el (async-shell-command): Add commentary about 3rd arg.Eli Zaretskii2023-05-181-0/+4
* ; * lisp/simple.el (async-shell-command): Doc fix. (Bug#63432)Eli Zaretskii2023-05-141-4/+13
* Ignore current-prefix-arg in async-shell-commandGabriel do Nascimento Ribeiro2023-05-141-1/+1
* Fix doc strings of 'mark-sexp' and 'mark-word'Eli Zaretskii2023-05-061-6/+16
* ; Improve doc string of 'C-q'Eli Zaretskii2023-02-221-11/+15
* * lisp/simple.el (choose-completion): Check for completion-in-region-mode.Juri Linkov2023-02-191-1/+6
* 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
* Avoid spurious pause in kill-ring-save (Bug#60841)Kévin Le Gouguec2023-02-021-2/+20
* Improve documentation of 'shell-command-dont-erase-buffer'Eli Zaretskii2023-01-271-0/+6
* Minor fixes for HaikuPo Lu2023-01-221-1/+1
* ; Fix typosStefan Kangas2023-01-151-2/+2
* Fix the case in first-completion revealed by minibuffer-testsJuri Linkov2023-01-141-1/+5
* * lisp/simple.el (next-completion): Handle first completion specially.Gregory Heytings2023-01-121-0/+8
* Improve options and docs of M-x command completionEli Zaretskii2023-01-081-5/+62
* ; * lisp/simple.el (primitive-undo): Clarify error message (bug#60467)Eli Zaretskii2023-01-011-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; 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
* Try to speed up extended command shorthand computationMichael Heerdegen2022-10-091-2/+6
* subr.el (inhibit-point-motion-hooks): Mark it as obsoleteStefan Monnier2022-10-071-33/+36
* (line-move-1): Obey `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-7/+8
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-2/+0
* ; * lisp/simple.el (cursor-face-highlight-mode): Doc fix.Eli Zaretskii2022-10-041-1/+1
* cconv.el: Fix interactive closure bug#51695Stefan Monnier2022-09-231-0/+6
* Tweak how use-region-p works with `use-empty-active-region'Drew Adams2022-09-201-2/+9
* Revert "Allow nil value for filter-buffer-substring-function"Stefan Kangas2022-09-201-7/+2
* Allow nil value for filter-buffer-substring-functionStefan Kangas2022-09-191-2/+7
* Remove the save-match-data from shell-commandLars Ingebrigtsen2022-09-141-79/+75
* Move imagep in image.c from the debugging sectionLars Ingebrigtsen2022-09-131-4/+0
* Add new function imagepLars Ingebrigtsen2022-09-131-0/+4
* Use use-region-beginning/end in replacement commands (bug#45607)Juri Linkov2022-09-041-1/+5