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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c [lexbind]
Date: Sat, 04 Sep 2004 05:47:12 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.681.2.17 emacs/src/keyboard.c:1.681.2.18
*** emacs/src/keyboard.c:1.681.2.17     Fri Jul 23 04:42:22 2004
--- emacs/src/keyboard.c        Sat Sep  4 09:19:27 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]