summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/simple.el (command-execute): Respect nil disabled-command-function.Glenn Morris2014-04-011-1/+2
* Fix for command-execute handling of disabled commandsNicolas Richard2014-04-011-30/+30
* Addendum to: Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-251-3/+4
* Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-241-34/+59
* * lisp/simple.el (redisplay-highlight-region-function): Increase priority ofStefan Monnier2014-03-231-0/+5
* * lisp/ps-print.el (ps-generate-postscript-with-faces):Stefan-W. Hahn2014-03-191-1/+2
* * lisp/simple.el (newline-and-indent): Do autofill.Stefan Monnier2014-03-181-1/+1
* Support the old `blink-matching-paren' behaviorDmitry Gutov2014-03-141-9/+17
* * lisp/simple.el (set-mark): Ensure mark-active is nil if the mark is nil.Stefan Monnier2014-03-111-10/+14
* * lisp/simple.el (newline): Doc tweak.Glenn Morris2014-03-051-2/+3
* * binding.el: Add comment describing why C-d binds to `delete-char'.Michal Nazarewicz2014-03-031-0/+1
* * simple.el (undo-elt-in-region): Fix buffer corruption for edgeBarry O'Reilly2014-03-021-1/+1
* * lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.Glenn Morris2014-02-281-1/+0
* lisp/simple.el (choose-completion): Fix docstring typo.Juanma Barranquero2014-02-211-11/+11
* * simple.el (choose-completion): Doc fix.Lars Ingebrigtsen2014-02-091-1/+2
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* (execute-extended-command): Clarify doc string (bug#13373).Lars Ingebrigtsen2014-02-081-6/+4
* * simple.el (choose-completion-string-functions): Document fix.Lars Ingebrigtsen2014-02-081-4/+2
* * simple.el (line-move): Document utility function used manyLars Ingebrigtsen2014-02-071-0/+8
* * lisp/simple.el (quoted-insert): Check character validity (bug#16677).Juanma Barranquero2014-02-071-0/+3
* Move iswitchb.el to obsolete/Glenn Morris2014-02-061-0/+27
* * lisp/simple.el (eval-expression): Doc fix.Glenn Morris2014-01-291-0/+3
* Some doc for cycle-spacingGlenn Morris2014-01-291-22/+14
* Doc fixes related to zero prefix argument of eval-expression etcGlenn Morris2014-01-221-10/+11
* * simple.el (read--expression): Don't enable eldoc-mode.Leo Liu2014-01-211-1/+0
* * lisp/simple.el (move-beginning-of-line): Make sure we don't move forward.Stefan Monnier2014-01-201-3/+3
* * simple.el (password-word-equivalents): Remove duplicates.Paul Eggert2014-01-181-46/+43
* Fix Bug#13124.Chong Yidong2014-01-171-0/+58
* Revert 2014-01-17T13:05:09Z!bzg@gnu.org.Bastien Guerry2014-01-171-4/+2
* * simple.el (define-alternatives): Fix docstring by advisingBastien Guerry2014-01-171-2/+4
* simple.el (define-alternatives): Add 'definition-name to COMMAND-alternativesNicolas Richard2014-01-141-0/+1
* Fix/enhance `define-alternatives' docstring againBastien Guerry2014-01-131-4/+5
* `define-alternatives' bugfix and UI enhancementBastien Guerry2014-01-131-9/+25
* Re-implement the feature of showing eldoc info after editing.Leo Liu2014-01-121-0/+1
* * lisp/simple.el (deactivate-mark, activate-mark): Force-mode-line-update.Stefan Monnier2014-01-081-12/+12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Every defcustom should specify its typeGlenn Morris2013-12-281-0/+2
* Make Electric Pair mode smarter/more useful:João Távora2013-12-261-2/+6
* Rename set-temporary-overlay-map -> set-transient-mapChong Yidong2013-12-231-1/+1
* Document how to make RET not indent.Richard M. Stallman2013-12-211-3/+6
* * lisp/simple.el (eval-expression-print-format): Don't check forJuri Linkov2013-12-191-11/+19
* * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).Chong Yidong2013-12-181-1/+11
* * simple.el (kill-region): Pass mark first then point, so kill-append works r...Dima Kogan2013-12-171-5/+11
* Make blink-matching-paren perform blinking without moving the cursorDmitry Gutov2013-12-131-6/+17
* * lisp/simple.el <Keypad support>: Remove key bindings duplicated with bindin...Juri Linkov2013-12-131-8/+2
* * lisp/simple.el (normal-erase-is-backspace-mode): Map kp-delete identicallyStefan Monnier2013-12-111-1/+1
* * lisp/window.el (display-buffer-no-window): New action function.Juri Linkov2013-12-031-1/+7
* * lisp/simple.el (newline): Mention `electric-indent-mode'.Stefan Monnier2013-12-011-1/+2
* Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris2013-11-301-7/+8
* * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov2013-11-251-0/+8