comparison src/intl.c @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents e04119814345
children fe104dbd9147
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
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 precede 266 The domain declaration may only appear at top-level, and should preceed
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.