Mercurial > hg > xemacs-beta
comparison src/intl.c @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | 859a2309aef8 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
31:b9328a10c56c | 32:e04119814345 |
---|---|
261 | 261 |
262 extern int load_in_progress; | 262 extern int load_in_progress; |
263 | 263 |
264 DEFUN ("set-domain", Fset_domain, 1, 1, 0, /* | 264 DEFUN ("set-domain", Fset_domain, 1, 1, 0, /* |
265 Specify the domain used for translating messages in this source file. | 265 Specify the domain used for translating messages in this source file. |
266 The domain declaration may only appear at top-level, and should preceed | 266 The domain declaration may only appear at top-level, and should precede |
267 all function and variable definitions. | 267 all function and variable definitions. |
268 | 268 |
269 The presence of this declaration in a compiled file effectively sets the | 269 The presence of this declaration in a compiled file effectively sets the |
270 domain of all functions and variables which are defined in that file. | 270 domain of all functions and variables which are defined in that file. |
271 Bug: it has no effect on source (.el) files, only compiled (.elc) files. | 271 Bug: it has no effect on source (.el) files, only compiled (.elc) files. |