aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-071-1/+0
* Demote read-extended-command-predicate errorsBasil L. Contovounesios2021-03-271-3/+8
* Mention `C-o' in the `RET' doc stringLars Ingebrigtsen2021-03-221-1/+4
* * lisp/simple.el (next-error-quit-window): New function (bug#44611).Juri Linkov2021-03-181-0/+11
* Minor fixesJuri Linkov2021-03-161-9/+9
* Map redo records for undo in region to 'undo-in-regionYuan Fu2021-03-111-10/+45
* Remove unecessary unlock-buffer callsMatt Armstrong2021-02-271-2/+1
* Run all functions in `prefix-command-echo-keystrokes-functions'Miha Rihtaršič2021-02-241-1/+1
* Fix prompt for the `M-S-x' commandLars Ingebrigtsen2021-02-221-1/+3
* Change command-completion-using-modes-p to defunLars Ingebrigtsen2021-02-201-1/+1
* ; Fix typos in last changeEli Zaretskii2021-02-201-2/+2
* Add a new command for mode-specific commandsLars Ingebrigtsen2021-02-201-18/+54
* Merge from origin/emacs-27Glenn Morris2021-02-191-2/+3
|\
| * Clarify when activate-mark-hook is runLars Ingebrigtsen2021-02-071-2/+3
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix typosMattias Engdegård2021-02-181-1/+1
* | ; Fix another recent typo in simple.el.Basil L. Contovounesios2021-02-171-2/+2
* | ; Fix typo in last change to simple.el.Basil L. Contovounesios2021-02-171-1/+1
* | Make goto-line-history buffer local only when so customizedAlan Mackenzie2021-02-171-1/+18
* | Disable filtering of commands in M-x completionEli Zaretskii2021-02-171-9/+12
* | Change name for the completion-* predicatesLars Ingebrigtsen2021-02-171-5/+6
* | ; Fix last change in simple.el.Basil L. Contovounesios2021-02-161-4/+4
* | Allow overriding declared predicates, tooLars Ingebrigtsen2021-02-151-29/+31
* | Add a new variable `global-minor-modes'Lars Ingebrigtsen2021-02-151-3/+10
* | Rename minor-modes to local-minor-modesLars Ingebrigtsen2021-02-151-3/+4
* | Make the button completion predicate be more usefulLars Ingebrigtsen2021-02-151-4/+4
* | Speed up completion-in-mode-p in the common caseLars Ingebrigtsen2021-02-151-9/+14
* | Add a comment to `read-extended-command'Lars Ingebrigtsen2021-02-141-0/+3
* | Add a possible completion predicate for buttonsLars Ingebrigtsen2021-02-141-0/+6
* | Make completion-with-modes-p work with minor modes, tooLars Ingebrigtsen2021-02-141-4/+11
* | Add 'read-extended-command-predicate'Lars Ingebrigtsen2021-02-141-48/+83
* | Add new 'declare' forms for command completion predicatesLars Ingebrigtsen2021-02-141-0/+5
* | Move all usages of `values' to `values--store-value'Lars Ingebrigtsen2021-02-091-25/+28
* | Use `line-number-at-pos' in `count-lines'Lars Ingebrigtsen2021-02-071-2/+7
* | Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-071-0/+10
* | Move line-number-at-pos to CLars Ingebrigtsen2021-02-071-16/+1
* | Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-071-11/+6
* | Prefer defvar-local in preloaded filesStefan Kangas2021-01-311-15/+7
* | Fix previous commit regarding revert-buffer-functionSean Whitton2021-01-291-6/+6
* | Set revert-buffer-function in shell command output buffersSean Whitton2021-01-291-0/+6
* | Support multi-line prompt and contents in previous-line-or-history-element.Juri Linkov2021-01-271-2/+12
* | Don't move point to the prompt in previous-line-or-history-element (bug#46033)Juri Linkov2021-01-251-1/+4
* | * lisp/simple.el (newline-and-indent): Disable `electric-indent-mode`Stefan Monnier2021-01-221-4/+6
* | A better fix for 'kill-visual-line'Eli Zaretskii2021-01-211-6/+3
* | Fix 'kill-visual-line'Eli Zaretskii2021-01-151-8/+26
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | * lisp/simple.el (goto-line-read-args): Use number-at-point (bug#45199)Juri Linkov2020-12-201-10/+2
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-2/+1
* | Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-1/+2
* | Don't show minibuffer keybindings for suggestions in read-extended-commandJuri Linkov2020-12-161-12/+17