emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c [emacs-unicode-2]
Date: Mon, 02 Aug 2004 20:24:51 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.753.2.8 emacs/src/keyboard.c:1.753.2.9
*** emacs/src/keyboard.c:1.753.2.8      Fri Jul 23 04:30:41 2004
--- emacs/src/keyboard.c        Tue Aug  3 00:03:00 2004
***************
*** 11369,11376 ****
  
  After a command is executed, if point is moved into a region that has
  special properties (e.g. composition, display), we adjust point to
! the boundary of the region.  But, several special commands sets this
! variable to non-nil, then we suppress the point adjustment.
  
  This variable is set to nil before reading a command, and is checked
  just after executing the command.  */);
--- 11369,11376 ----
  
  After a command is executed, if point is moved into a region that has
  special properties (e.g. composition, display), we adjust point to
! the boundary of the region.  But, when a command sets this variable to
! non-nil, we suppress the point adjustment.
  
  This variable is set to nil before reading a command, and is checked
  just after executing the command.  */);




reply via email to

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