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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Thu, 28 Feb 2002 20:37:56 -0500

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.325 emacs/src/editfns.c:1.326
*** emacs/src/editfns.c:1.325   Wed Jan  2 14:56:50 2002
--- emacs/src/editfns.c Thu Jan 31 23:35:03 2002
***************
*** 293,299 ****
    
    m = Fmarker_position (current_buffer->mark);
    if (NILP (m))
!     error ("There is no region now");
    
    if ((PT < XFASTINT (m)) == beginningp)
      m = make_number (PT);
--- 293,299 ----
    
    m = Fmarker_position (current_buffer->mark);
    if (NILP (m))
!     error ("The mark is not set now, so there is no region");
    
    if ((PT < XFASTINT (m)) == beginningp)
      m = make_number (PT);



reply via email to

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