Mercurial > emacs
annotate etc/ORDERS @ 74748:8a37dd687f38
(kbd_buffer_store_event_hold): Undo 2006-12-04 change.
(make_lispy_event): Don't generate Qsignal prefix for code 0.
Abort if signal code is unknown.
(store_user_signal_events): Don't make Qsignal prefix (code 0).
(Qsignal): Move declaration back to process.c.
(syms_of_keyboard): Don't intern or staticpro it here.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 19 Dec 2006 15:37:20 +0000 |
parents | dcdbdce3d030 |
children | 0259a1711394 |
rev | line source |
---|---|
32916 | 1 Printed copies of the GNU Emacs Manual, the Emacs Lisp Reference |
2 Manual, "Programming in Emacs Lisp: An Introduction", and other | |
3 materials can be ordered directly from the Free Software Foundation. | |
4 For more information, see the order form on the web at | |
36397 | 5 <http://www.gnu.org/order/order.html>. Your purchases will help support |
32916 | 6 further development of Emacs and other free software programs. You |
7 can also make tax-deductable donations to the Free Software Foundation, | |
8 a not-for-profit organization (assuming you pay US taxes) - see | |
36397 | 9 <http://www.gnu.org/help/donate.html>. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
10 |
71190 | 11 Copyright (c) 2000, 2001, 2006 Free Software Foundation, Inc. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
12 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
13 Verbatim copying and distribution is permitted in any medium |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
14 provided this notice is preserved. |