Mercurial > hg > xemacs-beta
view src/toolbar-xlike.h @ 5003:6b6b0f8ab749
#'union doesn't preserve relative order; use #'delete-duplicates instead.
2010-02-07 Aidan Kehoe <kehoea@parhasard.net>
* setup-paths.el (paths-find-emacs-roots)
(paths-construct-info-path):
* packages.el (packages-find-installation-package-directories):
#'union doesn't guarantee that it will preserve the relative order
of elements in its arguments; use #'delete-duplicates
instead. Thank you for the bug reports, Robert Pluim, Stephen
Turnbull.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 07 Feb 2010 14:37:35 +0000 |
parents | fce43cb76a1c |
children | 2aa9cd456ae7 |
line wrap: on
line source
/* toolbar-xlike.h ** ** Description: ** ** Created by: William M. Perry ** Copyright (c) 2001 Free Software Foundation ** */ #ifndef __TOOLBAR_XLIKE_H__ #define __TOOLBAR_XLIKE_H__ extern void xlike_output_frame_toolbars (struct frame *f); extern void xlike_redraw_exposed_toolbars (struct frame *f, int x, int y, int width, int height); extern void xlike_redraw_frame_toolbars (struct frame *f); extern void xlike_output_toolbar_button (struct frame *f, Lisp_Object button); extern void xlike_clear_frame_toolbars (struct frame *f); #endif /* __TOOLBAR_XLIKE_H__ */