1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2004-06-21 03:10:40 +00:00
parent acd81db980
commit 5b3dedccf3

View File

@ -2178,6 +2178,10 @@ current input method to input a character.
click-event-style position information for a given visible buffer
position or for a given window pixel coordinate.
** skip-chars-forward and skip-chars-backward now handle
character classes such as [:alpha:], along with individual characters
and ranges.
** Function pos-visible-in-window-p now returns the pixel coordinates
and partial visiblity state of the corresponding row, if the PARTIALLY
arg is non-nil.