comparison lisp/ChangeLog @ 72910:f84c05f61c25

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 15 Sep 2006 21:24:45 +0000
parents 5c55bc17ef31
children 3a3761df948d
comparison
equal deleted inserted replaced
72909:3462f8c114c9 72910:f84c05f61c25
1 2006-09-15 Kim F. Storm <storm@cua.dk> 1 2006-09-15 Kim F. Storm <storm@cua.dk>
2
3 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
4 all necessary information about the event before erasing *Help*.
2 5
3 * simple.el (line-move-partial): Use window-line-visiblity to 6 * simple.el (line-move-partial): Use window-line-visiblity to
4 quickly check whether last line is partially visible, and only do 7 quickly check whether last line is partially visible, and only do
5 the hard (and slow) part in that case. 8 the hard (and slow) part in that case.
6 9