Mercurial > emacs
changeset 4472:951f354907d8
(mouse-save-then-kill): Fix paren error in last change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 06 Aug 1993 22:11:20 +0000 |
parents | 31c5586e9d36 |
children | 600d0d832d99 |
files | lisp/mouse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse.el Fri Aug 06 21:17:16 1993 +0000 +++ b/lisp/mouse.el Fri Aug 06 22:11:20 1993 +0000 @@ -363,7 +363,7 @@ (setq tail (cdr tail))) ;; Replace it with an entry for the entire deleted text. (and tail - (setcar tail (cons (car kill-ring) (point)))))))) + (setcar tail (cons (car kill-ring) (point))))))) ;; Otherwise, save this region. (mouse-set-mark-fast click) (kill-ring-save (point) (mark t))