*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-03-07 11:12:10 +00:00
parent eccfba6ef1
commit a54595d40e
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,14 @@
2005-03-07 Kim F. Storm <storm@cua.dk>
* simple.el (move-beginning-of-line): New command.
* bindings.el (global-map): Bind C-a to move-beginning-of-line.
* reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
* emulation/cua-base.el: Put CUA move property on move-end-of-line
and move-beginning-of-line.
* apropos.el (apropos-print): Omit command from M-x ... RET.
2005-03-07 Nick Roberts <nickrob@snap.net.nz>

View file

@ -1,5 +1,7 @@
2005-03-07 Kim F. Storm <storm@cua.dk>
* blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
* xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
is valid. If not, clear phys_cursor_on_p and return.