comparison etc/NEWS @ 74782:b39e921bf051

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 21 Dec 2006 11:38:12 +0000
parents 9c2dbd3ddf71
children 5e43de1ffaac
comparison
equal deleted inserted replaced
74781:13398fbba9cf 74782:b39e921bf051
3816 +++ 3816 +++
3817 ** When Emacs receives a USR1 or USR2 signal, this generates 3817 ** When Emacs receives a USR1 or USR2 signal, this generates
3818 input events: sigusr1 or sigusr2. Use special-event-map to 3818 input events: sigusr1 or sigusr2. Use special-event-map to
3819 handle these events. 3819 handle these events.
3820 3820
3821 +++
3822 ** A hex or octal escape in a string constant forces the string to
3823 be multibyte or unibyte, respectively.
3824
3821 3825
3822 * Lisp Changes in Emacs 22.1 3826 * Lisp Changes in Emacs 22.1
3823 3827
3824 ** General Lisp changes: 3828 ** General Lisp changes:
3825 3829