emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103025: * keyboard.c (make_lispy_pos


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103025: * keyboard.c (make_lispy_position): Fix typo in last change (Bug#7935).
Date: Sat, 29 Jan 2011 10:17:00 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103025
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-01-29 10:17:00 -0500
message:
  * keyboard.c (make_lispy_position): Fix typo in last change (Bug#7935).
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-01-29 12:36:11 +0000
+++ b/src/ChangeLog     2011-01-29 15:17:00 +0000
@@ -1,3 +1,8 @@
+2011-01-29  Chong Yidong  <address@hidden>
+
+       * keyboard.c (make_lispy_position): Fix typo in last change
+       (Bug#7935).
+
 2011-01-29  Eli Zaretskii  <address@hidden>
 
        * s/ms-w32.h (HAVE_MKTIME): Remove.

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2011-01-28 20:30:38 +0000
+++ b/src/keyboard.c    2011-01-29 15:17:00 +0000
@@ -5155,7 +5155,7 @@
             is the X coordinate relative to the text area for
             text-area and right-margin clicks, zero otherwise.  */
          int x2
-           = (part == ON_TEXT) ? x2
+           = (part == ON_TEXT) ? xret
            : (part == ON_RIGHT_FRINGE || part == ON_RIGHT_MARGIN)
            ? (XINT (x) - window_box_left (w, TEXT_AREA))
            : 0;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]