aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (kill-whole-line): Use "p" instead of "P" in interactive form.Luc Teirlinck2004-05-011-2/+1
* (kill-ring-save): If region face background color isKim F. Storm2004-04-301-1/+2
* (kill-ring-save): Use blink-matching-delay instead of the constant value 1.Juri Linkov2004-04-271-2/+5
* (next-error): Change arg name. Add support for the documented C-u C-x ` usage.Stefan Monnier2004-04-221-9/+13
* From: Teodor Zlatanov <[email protected]>Kim F. Storm2004-04-211-0/+131
* (completions-common-part): Rename from completion-de-emphasis.Masatake YAMATO2004-04-161-5/+5
* (completion-setup-function): Set an initial value to `element-common-end' bef...Masatake YAMATO2004-04-161-14/+16
* (completion-setup-function): Emphasize the first uncommon characters in the c...Masatake YAMATO2004-03-251-0/+30
* (clone-buffer): Doc fix.Luc Teirlinck2004-03-181-4/+15
* (undo): Temporarily set this-command to `undo-start',Richard M. Stallman2004-03-041-7/+16
* (interprogram-cut-function)Luc Teirlinck2004-02-181-16/+21
* (kill-new): Put yank-handler property on the entire string.Luc Teirlinck2004-02-131-1/+2
* (kill-append): Doc fix.Luc Teirlinck2004-02-121-3/+3
* (line-number-at-pos): Rename from line-at-pos.Kim F. Storm2004-02-071-3/+3
* (edit-and-eval-command): Bind print-level andLuc Teirlinck2004-01-311-9/+11
* (line-at-pos): New defun.Kim F. Storm2004-01-221-14/+20
* (sendmail-user-agent-compose): Use assoc-string.Richard M. Stallman2003-12-291-3/+3
* (set-variable): Fix indentation.Andreas Schwab2003-11-191-19/+19
* (overriding-map-is-bound, saved-overriding-map): New variables.Eli Zaretskii2003-11-011-6/+26
* (reindent-then-newline-and-indent): Delete space *after*Stefan Monnier2003-10-271-2/+2
* (eval-expression): Bind standard-output in to-buffer case.Richard M. Stallman2003-09-221-1/+2
* (size-indication-mode): New.Lute Kamstra2003-09-081-0/+7
* Add arch taglinesMiles Bader2003-09-011-0/+2
* (blink-matching-open): Work correctly on chars thatRichard M. Stallman2003-08-291-6/+15
* (eval-expression): Use eval-last-sexp-print-value.Richard M. Stallman2003-08-171-10/+12
* (choose-completion-string): Use `minibufferp';John Paul Wallington2003-07-251-22/+16
* (current-word): Don't include punctuation char whenJohn Paul Wallington2003-07-181-1/+1
* (visible-mode): Renamed from vis-mode.Richard M. Stallman2003-07-071-40/+41
* (vis-mode): Update documentation string to reflect earlier changes.Luc Teirlinck2003-07-011-2/+2
* (vis-mode): Doc fix.Andreas Schwab2003-06-221-1/+1
* (kill-new): Leave yank-handler property alone if noStefan Monnier2003-06-171-11/+9
* (vis-mode): New function.Luc Teirlinck2003-06-171-0/+23
* (yank-excluded-properties): Expand documentation string.Luc Teirlinck2003-06-041-1/+3
* (kill-whole-line): Make it interact correctly with the kill ring.Luc Teirlinck2003-05-291-10/+28
* (kill-region): If nothing was killed, and theKai Großjohann2003-05-281-1/+2
* (idle-update-delay): New variable.Juanma Barranquero2003-05-251-0/+8
* (forward-visible-line): Fix negative arguments.Juanma Barranquero2003-05-251-9/+8
* (ctl-x-map): Remove the C-x U binding added recently.Stefan Monnier2003-05-211-1/+3
* * simple.el (kill-whole-line): New function.Kai Großjohann2003-05-191-0/+19
* (shell-command): Undo last change.Stefan Monnier2003-05-161-1/+1
* (undo): Remove left over asserts.Stefan Monnier2003-05-141-3/+0
* (back-to-indentation): Simplify.Stefan Monnier2003-05-131-33/+63
* (newline): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-1/+1
* (back-to-indentation): Call backward-prefix-chars.Richard M. Stallman2003-04-241-1/+3
* (kill-line): Doc fix.Richard M. Stallman2003-04-211-1/+3
* (pop-global-mark-quick-repeat): Remove defcustom.Kim F. Storm2003-03-311-14/+3
* Rework last change so C-x C-SPC C-SPC does notKim F. Storm2003-03-241-4/+16
* (set-mark-command): Doc fixes.Kim F. Storm2003-03-211-11/+23
* (backward-delete-char-untabify): Fix use of character constant.Juanma Barranquero2003-02-141-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-15/+15