summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Avoid errors in 'newline'Eli Zaretskii2016-03-191-15/+21
* Improve doc string of 'shell-command'Eli Zaretskii2016-03-061-0/+2
* Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii2016-02-101-1/+7
* * lisp/simple.el (next-line-or-history-element): Reset temporary-goal-column.Juri Linkov2016-02-101-1/+17
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* ; Spelling fixes (American spelling)Glenn Morris2016-01-251-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix `display-buffer' call in `display-message-or-buffer' (Bug#22221)Martin Rudalics2015-12-221-2/+1
* Clarify doc string of 'display-message-or-buffer'Eli Zaretskii2015-12-191-6/+5
* Fix 'this-command-keys' wrt prefix argumentEli Zaretskii2015-12-111-1/+3
* Improve documentation of kill commandsEli Zaretskii2015-12-071-15/+40
* Externalize some symbols in undo-autoPhillip Lord2015-12-031-7/+7
* ; Added documentation for undo-auto functionality.Phillip Lord2015-11-301-1/+1
* After delete, record point location in undo.Phillip Lord2015-11-261-4/+5
* Finish excising electric indent from `open-line'Karl Fogel2015-11-211-5/+4
* Revert `open-line' electric-indent sensitivityKarl Fogel2015-11-191-10/+2
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Support rectangular regions for more commandsJuri Linkov2015-11-141-95/+134
* Fix point positioning after transposing with negative argEli Barzilay2015-11-131-1/+2
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-121-0/+137
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-121-0/+137
* | Fix documentation of 'beginning/end-of-buffer'Phil Sainty2015-10-301-4/+4
* | (internal--syntax-propertize): Save match-data here (bug#21766)Stefan Monnier2015-10-281-2/+1
* | Fix bug#21766 and add testJuanma Barranquero2015-10-281-1/+2
* | * lisp/simple.el (open-line): Integrate with electric-indent-modeArtur Malabarba2015-10-261-3/+13
* | * lisp/simple.el (open-line): Fix docstringArtur Malabarba2015-10-261-4/+4
* | New DWIM commands for changing letter-caseZachary Kanfer2015-09-261-0/+32
* | Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-18/+18
* | Generalize the prefix-command machinery of C-uStefan Monnier2015-09-011-2/+78
* | Top-level elisp files respect ‘text-quoting-style’Paul Eggert2015-08-261-2/+3
* | More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-13/+17
* | Allow blink-matching-paren to jump off screenDmitry Gutov2015-08-181-5/+12
* | Refine the previous changeDmitry Gutov2015-08-181-13/+7
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsNoah Friedman2015-08-171-18/+17
|\ \
| * | Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-16/+16
| * | Remove no-op calls to substitute-command-keysPaul Eggert2015-08-091-2/+1
| |/
* | (blink-matching-open): Restore point before calling minibuffer-message.Noah Friedman2015-08-171-2/+8
|/
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-041-2/+4
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-4/+1
* * lisp/simple.el (set-variable): Tweak recent doc fix.Glenn Morris2015-07-061-2/+3
* * lisp/simple.el (set-variable): Use user-error for type mismatch.Glenn Morris2015-07-061-2/+2
* * lisp/simple.el (set-variable): Doc fix.Glenn Morris2015-07-051-0/+4
* * lisp/simple.el (shell-command-on-region): Replace 'error' with 'user-error'.Juri Linkov2015-06-231-1/+1
* Address some check-declare warnings.Glenn Morris2015-06-161-1/+1
* * lisp/bindings.el (debug-ignored-errors): Add mark-inactive.Juri Linkov2015-06-121-1/+1
* ; * lisp/simple: Revert presumably unintentional deletion of special-mode.Glenn Morris2015-06-091-0/+21
* * lisp/simple.el (eval-expression): Macroexpand before evaluating (bug#20730)Stefan Monnier2015-06-091-22/+1
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-3/+3
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-4/+4
* Avoid infloop in ERCEli Zaretskii2015-05-091-1/+5