aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-09-081-2/+2
|\
| * Comment.Dave Love2002-07-031-0/+1
| * Don't require cl when compiling.Dave Love2002-06-271-2/+1
* | New directoryKenichi Handa2003-09-081-29/+16
* | 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
* | (back-to-indentation): Skip all whitespace except for newlines.Richard M. Stallman2003-02-041-1/+2
* | (kill-new): Improve doc string for yank-handler.Kim F. Storm2003-01-271-7/+17
* | Doc fixes.Kim F. Storm2003-01-211-2/+5
* | (completion-setup-function): Set default-directoryRichard M. Stallman2003-01-201-1/+8
* | (yank-pop): Always call yank-undo-function with start <= end.Kim F. Storm2003-01-181-1/+3
* | (kill-new, kill-append, kill-region): New optional parameter yank-handler.Kim F. Storm2003-01-181-16/+36
* | (clone-process): Copy process' plist to new process.Kim F. Storm2003-01-141-1/+3
* | (set-variable): Load deps of custom variables without type.Markus Rost2003-01-071-0/+3
* | (split-line): Clean up implementation.Richard M. Stallman2003-01-061-11/+12
* | (split-line): If present, copy fill-prefix fromKim F. Storm2003-01-031-5/+19
* | (repeat-complex-command): Signal real error on failure.Richard M. Stallman2002-12-281-1/+3
* | (completion-setup-function): Fix last change to useStefan Monnier2002-12-021-2/+1
* | (completion-setup-function): Handle ffap-read-file-or-url-internalRichard M. Stallman2002-12-021-1/+2
* | (yank-window-start): New variable.Richard M. Stallman2002-11-291-0/+6
* | (indicate-unused-lines, default-indicate-unused-lines): New variable aliases.Richard M. Stallman2002-11-181-0/+3
* | (quoted-insert): Bind translation-table-for-input, notDave Love2002-11-091-1/+1
* | (quoted-insert): Bind keyboard-translate-table aroundDave Love2002-11-061-4/+5
* | (toggle-truncate-lines): When turning off truncation,Richard M. Stallman2002-10-261-1/+8