emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/editfns.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Sun, 07 Sep 2003 12:26:06 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.361 emacs/src/editfns.c:1.362
*** emacs/src/editfns.c:1.361   Mon Sep  1 11:45:52 2003
--- emacs/src/editfns.c Sun Sep  7 12:26:06 2003
***************
*** 299,305 ****
    if (NILP (m))
      error ("The mark is not set now, so there is no region");
  
!   if ((PT < XFASTINT (m)) == beginningp)
      m = make_number (PT);
    return m;
  }
--- 299,305 ----
    if (NILP (m))
      error ("The mark is not set now, so there is no region");
  
!   if ((PT < XFASTINT (m)) == (beginningp != 0))
      m = make_number (PT);
    return m;
  }




reply via email to

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