1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

Fix typo.

This commit is contained in:
Thien-Thi Nguyen 2005-05-01 23:15:12 +00:00
parent fbc6be52eb
commit c924d3ff93
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-05-02 Nozomu Ando <nand@mac.com>
* sysselect.h: Fix typo.
2005-05-02 Nick Roberts <nickrob@snap.net.nz>
* charset.c (Fchars_in_region): Remove as obsolete.

View file

@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifdef HAVE_SYS_SELECT
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif