[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r101017: Fix last change.
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r101017: Fix last change. |
Date: |
Sat, 07 Aug 2010 16:10:30 -0400 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 101017
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2010-08-07 16:10:30 -0400
message:
Fix last change.
modified:
lisp/simple.el
=== modified file 'lisp/simple.el'
--- a/lisp/simple.el 2010-08-07 19:39:04 +0000
+++ b/lisp/simple.el 2010-08-07 20:10:30 +0000
@@ -3686,7 +3686,8 @@
((/= (region-beginning) (region-end))
(x-set-selection 'PRIMARY
(buffer-substring-no-properties
- (point) (mark))))))
+ (region-beginning)
+ (region-end))))))
(if (and (null force)
(or (eq transient-mark-mode 'lambda)
(and (eq (car-safe transient-mark-mode) 'only)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r101017: Fix last change.,
Chong Yidong <=