diff options
Diffstat (limited to 'gettext-tools/src/x-lisp.c')
-rw-r--r-- | gettext-tools/src/x-lisp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gettext-tools/src/x-lisp.c b/gettext-tools/src/x-lisp.c index 19f3073..35416ee 100644 --- a/gettext-tools/src/x-lisp.c +++ b/gettext-tools/src/x-lisp.c @@ -1,5 +1,5 @@ /* xgettext Lisp backend. - Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc. This file was written by Bruno Haible <haible@clisp.cons.org>, 2001. @@ -167,6 +167,8 @@ init_keywords () { if (default_keywords) { + /* When adding new keywords here, also update the documentation in + xgettext.texi! */ x_lisp_keyword ("gettext"); /* I18N:GETTEXT */ x_lisp_keyword ("ngettext:1,2"); /* I18N:NGETTEXT */ x_lisp_keyword ("gettext-noop"); |