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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sat, 31 Jul 2004 12:39:47 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.786 emacs/src/keyboard.c:1.787
*** emacs/src/keyboard.c:1.786  Mon Jul 19 04:42:43 2004
--- emacs/src/keyboard.c        Sat Jul 31 15:57:40 2004
***************
*** 11371,11378 ****
  
  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.  */);
--- 11371,11378 ----
  
  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]