aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-021-4/+8
* Remove obsolete binding in choose-completion.Martin Rudalics2012-06-011-2/+1
* * lisp/simple.el (choose-completion): Use quit-window.Martin Rudalics2012-05-291-10/+1
* * lisp/isearch.el (isearch-search-fun-default): New function.Juri Linkov2012-05-291-60/+51
* Add new error and function `user-error'.Stefan Monnier2012-05-041-16/+12
* Reimplement execute-extended-command in Elisp.Aaron S. Hawley2012-05-011-0/+50
* Merge changes from emacs-24 branchChong Yidong2012-04-271-1/+1
|\
| * * simple.el (delete-active-region): Move to killing custom group.Chong Yidong2012-04-221-1/+1
* | * simple.el (line-move): Use forward-line if in batch mode.Chong Yidong2012-04-181-17/+19
* | Merge from emacs-24 branchChong Yidong2012-04-151-5/+5
|\ \ | |/
| * Doc and manual fixes related to processesGlenn Morris2012-04-141-5/+5
* | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-3/+3
|\ \ | |/
| * Fix bug #11208 with inaccurate doc string of shell-command-on-region.Eli Zaretskii2012-04-091-3/+3
* | * simple.el (zap-to-char): Allow zapping using input methods.Lars Magne Ingebrigtsen2012-04-101-2/+2
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
* | Remove defining user variables via * in docstring.Chong Yidong2012-04-091-1/+1
|/
* Fix corner case in end-of-visible-line.Chong Yidong2012-03-221-1/+2
* * lisp/simple.el (kill-new): Use equal-including-properties forLeo Liu2012-03-131-4/+8
* * simple.el (goto-line): Doc fix.Chong Yidong2012-03-121-6/+13
* * lisp/simple.el (backward-delete-char-untabify): Constrain point toLeo Liu2012-03-051-2/+4
* Tweaks to count-words and count-words-region behavior.Chong Yidong2012-03-051-38/+43
* `mail-user-agent' doc fixLars Ingebrigtsen2012-02-131-2/+2
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-071-2/+4
* * simple.el (list-processes--refresh): Delete exited processes.Chong Yidong2012-02-061-39/+42
* Try to document filter-buffer-substring changesGlenn Morris2012-02-041-10/+28
* * lisp/simple.el (deactivate-mark): Doc fix (Bug#8614).Chong Yidong2012-01-281-4/+12
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-181-3/+3
* Fix typos.Juanma Barranquero2011-12-091-5/+5
* Fix "C-x =" wrt display of strong RTL characters and directional controls.Eli Zaretskii2011-12-051-12/+20
* Spelling fixes.Paul Eggert2011-12-041-3/+3
* Fix bug #10076 with vertical cursor motion in hscrolled windows.Eli Zaretskii2011-11-191-8/+6
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Fix typos.Juanma Barranquero2011-11-151-1/+1
* * lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023)Glenn Morris2011-11-141-0/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Replace fundamental-mode-hook with change-major-mode-after-body-hook.Chong Yidong2011-10-271-1/+2
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-53/+80
* Fix the "C-x =" display of the character info for LRE, LRO, RLE, and RLO.Eli Zaretskii2011-10-131-4/+14
* Rework count-words-region. New command count-words.Chong Yidong2011-10-081-16/+34
* Change scroll-up/down bindings to Emacs 24's scroll-*-command.Chong Yidong2011-10-011-2/+2
* Fix bug #9607 with vertical motion when auto-hscroll-mode is disabled.Eli Zaretskii2011-09-291-2/+12
* * simple.el (delete-trailing-whitespace): Fix last change.Stefan Monnier2011-09-281-2/+2
* * lisp/simple.el (delete-trailing-whitespace): Document last change; simplify.Stefan Monnier2011-09-231-10/+11
* * lisp/simple.el (delete-trailing-whitespace): Also deletePeter J. Weisberg2011-09-231-0/+6
* * simple.el (kill-line): Note effect of `show-trailing-whitespace'.Lars Magne Ingebrigtsen2011-09-231-0/+4
* Make "C-x =" show display properties from overlays.Eli Zaretskii2011-09-221-2/+2
* Fix bug #971 with next/previous-line when goal-column is set.Eli Zaretskii2011-09-161-5/+12
* * lisp/simple.el (count-words-region): Use buffer if there's no region.Reuben Thomas2011-09-091-11/+14
* Fix bug #9392 with rmail-forward.Eli Zaretskii2011-09-091-0/+5
|\