Mercurial > emacs
diff src/ChangeLog @ 109115:71150397fb59
Fix prototypes.
* src/cm.c (evalcost): Fix arg type.
* src/cm.h (evalcost): Fix prototype.
* src/lisp.h (memory_warnings): Fix prototype.
* lib-src/ebrowse.c (match_qualified_namespace_alias):
Pass sym* to find_namespace, not link*.
* lib-src/emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
* lib-src/sorted-doc.c (qsort_compare): New typedef.
(main): Use it to cast cmpdoc.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 03 Jul 2010 09:44:17 +0200 |
parents | 5842e8fabe06 |
children | e723dd7c9121 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jul 02 23:16:11 2010 -0400 +++ b/src/ChangeLog Sat Jul 03 09:44:17 2010 +0200 @@ -1,3 +1,11 @@ +2010-07-03 Juanma Barranquero <lekktu@gmail.com> + + * lisp.h (memory_warnings): Fix prototype. + + * cm.h (evalcost): Fix prototype. + + * cm.c (evalcost): Fix arg type. + 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu> * term.c (term_clear_mouse_face, Fidentity):