1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-05-12 02:42:42 +00:00
parent 309473d014
commit 44251fad2c

View file

@ -90,6 +90,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
** New command quail-show-key shows what key to type to input a
character at point.
** Convenient commands to switch buffers in a cyclic order are C-x <left>
(prev-buffer) and C-x <right> (next-buffer).