Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 2834:172fb92bd156
[xemacs-hg @ 2005-06-28 11:32:13 by crestani]
2005-06-28 Marcus Crestani <crestani@xemacs.org>
* gpmevent.c: Remove workaround.
* gpmevent.c (Fgpm_enable): Use GET_DEFUN_LISP_OBJECT to get
Lisp_Object of a built-in function.
* gpmevent.c (syms_of_gpmevent): Remove workaround.
* lisp.h (GET_DEFUN_LISP_OBJECT): New. Returns Lisp_Object of a
DEFUN.
* tooltalk.c (init_tooltalk): Use GET_DEFUN_LISP_OBJECT to get
Lisp_Object of a built-in function.
author | crestani |
---|---|
date | Tue, 28 Jun 2005 11:32:15 +0000 |
parents | d7505a1267a4 |
children | ae83ac9c29b3 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 27 21:51:16 2005 +0000 +++ b/src/ChangeLog Tue Jun 28 11:32:15 2005 +0000 @@ -1,3 +1,14 @@ +2005-06-28 Marcus Crestani <crestani@xemacs.org> + + * gpmevent.c: Remove workaround. + * gpmevent.c (Fgpm_enable): Use GET_DEFUN_LISP_OBJECT to get + Lisp_Object of a built-in function. + * gpmevent.c (syms_of_gpmevent): Remove workaround. + * lisp.h (GET_DEFUN_LISP_OBJECT): New. Returns Lisp_Object of a + DEFUN. + * tooltalk.c (init_tooltalk): Use GET_DEFUN_LISP_OBJECT to get + Lisp_Object of a built-in function. + 2005-06-26 Aidan Kehoe <kehoea@parhasard.net> * event-stream.c (command_builder_find_leaf):