Changeset 4220 for trunk/src/casetab.c
- Timestamp:
- 2008年04月04日 22時04分40秒 (8 months ago)
- Files:
-
- trunk/src/casetab.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/casetab.c
r4190 r4220 1 1 /* GNU Emacs routines to deal with case tables. 2 2 Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 3 2005, 2006, 2007 Free Software Foundation, Inc.3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 4 5 5 This file is part of GNU Emacs. … … 7 7 GNU Emacs is free software; you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation; either version 2, or (at your option)9 the Free Software Foundation; either version 3, or (at your option) 10 10 any later version. 11 11 … … 41 41 42 42 DEFUN ("case-table-p", Fcase_table_p, Scase_table_p, 1, 1, 0, 43 doc: /* Return t if fOBJECT is a case table.43 doc: /* Return t if OBJECT is a case table. 44 44 See `set-case-table' for more information on these data structures. */) 45 45 (object)
