comparison src/intl.c @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 131b0175ea99
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
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.