summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (kill-region): Use = to compare positions.Richard M. Stallman1994-11-221-1/+2
* (kill-region): Set this-command unconditionally.Karl Heuer1994-11-181-3/+4
* Comment reason for preceding change.Karl Heuer1994-11-091-0/+3
* (copy-region-as-kill): Don't set this-command.Richard M. Stallman1994-11-091-1/+0
* (set-variable): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+3
* (shell-command-switch): New variable.Richard M. Stallman1994-11-011-5/+9
* (blink-matching-delay): New variable.Richard M. Stallman1994-11-011-1/+4
* (line-move): Use sign of arg to choose error condition.Richard M. Stallman1994-10-301-1/+1
* (blink-matching-open): Do blink if an even number ofRichard M. Stallman1994-10-301-1/+6
* (edit-and-eval-command): Elements of command-history are forms, not strings.Karl Heuer1994-10-201-0/+9
* (count-lines): Do save-match-data only when necessary.Richard M. Stallman1994-10-161-8/+8
* (shell-command, shell-command-on-region):Richard M. Stallman1994-10-151-11/+27
* (blink-matching-open): Check there is a previousRichard M. Stallman1994-10-111-13/+18
* (goto-line): Call prefix-numeric-value.Richard M. Stallman1994-10-041-0/+1
* (shell-command, shell-command-on-region):Richard M. Stallman1994-09-241-1/+4
* (insert-buffer): Default to first buffer other than current one.Richard M. Stallman1994-09-221-1/+3
* (kill-new): Call menu-bar-update-yank-menu only if that function is defined.Karl Heuer1994-09-151-1/+2
* (kill-new): New optional argument means replace most recent kill.Karl Heuer1994-09-151-11/+13
* (repeat-complex-command, next-history-element,Richard M. Stallman1994-09-141-6/+10
* (mark-ring): Add permanent-local prop. Doc fix.Richard M. Stallman1994-09-031-2/+2
* (set-mark): When POS is nil, always clear mark-active.Richard M. Stallman1994-08-301-2/+6
* (shell-command-on-region): Don't delete current buffer.Karl Heuer1994-08-241-2/+3
* (backward-delete-char-untabify): Doc fix.Richard M. Stallman1994-08-231-1/+1
* (choose-completion-string): Use plain exit-minibuffer,Richard M. Stallman1994-08-171-1/+2
* (completion-base-size): New variable.Richard M. Stallman1994-08-071-4/+13
* (choose-completion): Bury or iconify the completion listRichard M. Stallman1994-08-061-2/+11
* (end-of-buffer-other-window): Go to the end, not to the beginning.Richard M. Stallman1994-08-041-1/+1
* (choose-completion): Check for next-single-property-change returning nil.Richard M. Stallman1994-07-291-1/+1
* (line-move, next-line): Check last line moved overRichard M. Stallman1994-07-241-4/+11
* (completion-setup-function): Put on mouse-face propRichard M. Stallman1994-07-111-16/+17
* (line-move): Don't use message or ding; just signal errors.Richard M. Stallman1994-06-281-37/+29
* (beginning-of-buffer-other-window)Richard M. Stallman1994-06-251-0/+33
* (scroll-other-window-down): New command.Richard M. Stallman1994-06-221-4/+11
* (pop-global-mark): Discard entries for nonexistent buffers.Richard M. Stallman1994-06-141-0/+3
* (end-of-buffer): Recenter overlay lists.Richard M. Stallman1994-06-131-1/+3
* (delete-blank-lines): Doc fix.Richard M. Stallman1994-06-071-1/+1
* (completion-list-mode-map): Unbind down-mouse-2.Richard M. Stallman1994-06-011-0/+1
* (deactivate-mark): Do nothing unless transient-mark-mode.Richard M. Stallman1994-05-281-2/+4
* (completion-setup-function): Fix up the regexp.Richard M. Stallman1994-05-271-1/+1
* (choose-completion-string): Clear mouse-face property.Richard M. Stallman1994-05-261-0/+2
* (choose-completion):Richard M. Stallman1994-05-201-0/+8
* (completion-setup-function): Make highlight span single spaces.Richard M. Stallman1994-05-191-2/+6
* (shell-command): Use buffer name *Shell-Command*.Richard M. Stallman1994-05-121-1/+1
* (shell-command-on-region): Don't kill output buffer when in the one line case.Richard M. Stallman1994-05-101-2/+1
* (minibuffer-history-sexp-flag): Doc fix.Karl Heuer1994-05-071-1/+1
* (choose-completion-string): Barf if completing intoRichard M. Stallman1994-05-051-8/+16
* (shell-command): Remove space after `:' in mode-line-process.Richard M. Stallman1994-04-241-1/+1
* (kill-line, kill-word): Don't use save-excursion.Richard M. Stallman1994-04-241-6/+15
* (shell-command-filter): If point was at end, leave it at end.Richard M. Stallman1994-04-181-2/+4
* (shell-command-sentinel): Do nothing if buffer is dead.Richard M. Stallman1994-04-181-1/+2