summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Stefan Kangas2022-07-051-1/+13
|\
| * Expand docstrings related to auto-savingStefan Kangas2022-07-051-1/+13
* | Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-1/+1
* | Fix deletion of composed textEli Zaretskii2022-06-271-6/+16
* | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-0/+9
* | Make `signal-process' allow completing over signal namesLars Ingebrigtsen2022-06-261-0/+13
* | * lisp/simple.el (delete-forward-char): Fix bug #56237.Eli Zaretskii2022-06-261-1/+4
* | Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-251-0/+4
* | Allow toggling completion modes for `M-x' with `M-X'Lars Ingebrigtsen2022-06-241-32/+75
* | Allow `kill-buffer' query to save the buffer firstLars Ingebrigtsen2022-06-241-0/+17
* | Make M-S-x output better in mode that have bindings for `undefined'Lars Ingebrigtsen2022-06-191-2/+11
* | * lisp/simple.el (completion-auto-wrap): Rename from completion-wrap-movement.Juri Linkov2022-06-141-7/+7
* | Default decoded-time dst slot to -1Paul Eggert2022-06-131-6/+10
* | Fix execute-extended-command help text for remapped commandsLars Ingebrigtsen2022-06-061-0/+5
* | Simplify set-goal-columnLars Ingebrigtsen2022-06-051-12/+4
* | Make the goal column work for the scrolling commands, tooLars Ingebrigtsen2022-06-051-5/+10
* | * lisp/simple.el (completion-setup-function): Use file-name-directory.Juri Linkov2022-06-011-1/+1
* | Fix yank-in-context--transform after recent reversionLars Ingebrigtsen2022-05-311-1/+1
* | Fix handling of windows/buffers for non-nil completion-auto-select (bug#55712)Juri Linkov2022-05-311-9/+8
* | Document decoded-time-string issue on 6-elt argsPaul Eggert2022-05-291-0/+8
* | Make `count-words' count sentences.Manuel Giraud2022-05-291-3/+6
* | Fix navigation in the *Completions* buffer and enable more tests (bug#54374)Juri Linkov2022-05-271-52/+64
* | Merge from origin/emacs-28Eli Zaretskii2022-05-251-3/+4
|\|
| * Improve documentation of mail-user-agent.Damien Cassou2022-05-221-3/+4
* | Make yank-transform-functions into defvarLars Ingebrigtsen2022-05-251-5/+2
* | Make `yank-transform-functions` a proper hookStefan Monnier2022-05-241-2/+2
* | Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-2/+2
* | zap-to-char: Fix interactive specificationTino Calancha2022-05-231-2/+2
* | zap-to-char: case sensitive for upper-case charactersTino Calancha2022-05-211-6/+11
* | ; * lisp/simple.el (yank-transform-functions): Doc fix.Eli Zaretskii2022-05-201-3/+2
* | Add a new command 'yank-in-context'Lars Ingebrigtsen2022-05-201-0/+103
* | Clarify yank-transform-functions doc stringLars Ingebrigtsen2022-05-201-1/+5
* | Add new user option 'yank-transform-functions'Lars Ingebrigtsen2022-05-201-0/+11
* | Correct cycle-spacing-actions typeRobert Pluim2022-05-171-1/+1
* | Clarify 'cycle-spacing-actions' docstringRobert Pluim2022-05-171-1/+2
* | ; * lisp/simple.el (cycle-spacing-actions): Fix typoRobert Pluim2022-05-171-1/+1
* | ; Fix Wrong type argument: number-or-marker-p, (4) in cycle-spacingTassilo Horn2022-05-161-2/+2
* | ; cycle-spacing-actions: Add forgotten arg modifier - as customize choiceTassilo Horn2022-05-161-1/+2
* | Improve cycle-spacing and bind it to M-SPC by defaultTassilo Horn2022-05-161-67/+228
* | char-uppercase-p: New predicateTino Calancha2022-05-111-0/+8
* | Remedy ineffective backslashes and fix regexpsMattias Engdegård2022-05-111-2/+2
* | Factor out *scratch* initializationSean Whitton2022-05-091-6/+14
* | Add a command to recreate the *scratch* bufferLars Ingebrigtsen2022-05-021-0/+11
* | New generic function `oclosure-interactive-form`Stefan Monnier2022-04-261-0/+11
* | Provide help when doing (shell-command "... &") on buffer collisionsLars Ingebrigtsen2022-04-241-12/+26
* | Further doc string quoting fixesLars Ingebrigtsen2022-04-221-2/+2
* | Fix indentation in copy-region-as-killLars Ingebrigtsen2022-04-211-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-04-161-2/+2
|\|
| * Fix a kill-append regressionLars Ingebrigtsen2022-04-111-1/+1
| * Fix typo in next-error-find-buffer-functionDaniel Martín2022-04-101-1/+1