]> git.eshelyaron.com Git - emacs.git/commit
(Vdisable_point_adjustment): New variable.
authorKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:15:16 +0000 (00:15 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:15:16 +0000 (00:15 +0000)
commitadf5cb9c38bbe5605720a139a5d1a2cfcdb1831f
tree1baa8e242d12557f67334c18c8d27a61eb014365
parentf56b42ac9e43c1f77ecd782ceab46a65c10604fe
(Vdisable_point_adjustment): New variable.
(Vglobal_disable_point_adjustment): New variable.
(syms_of_keyboard): Declare them as Lisp variables.
(command_loop_1): Check them and call adjust_point_for_property if
necessary.
(adjust_point_for_property): New function.
src/keyboard.c