Mercurial > hg > xemacs-beta
comparison src/symbols.c @ 239:41f2f0e326e9 r20-5b18
Import from CVS: tag r20-5b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:15:48 +0200 |
parents | 0e522484dd2a |
children | f955c73f5258 |
comparison
equal
deleted
inserted
replaced
238:b5f2e56b938d | 239:41f2f0e326e9 |
---|---|
1934 } | 1934 } |
1935 RETURN_NOT_REACHED(Qnil) /* suppress compiler warning */ | 1935 RETURN_NOT_REACHED(Qnil) /* suppress compiler warning */ |
1936 } | 1936 } |
1937 | 1937 |
1938 DEFUN ("setq-default", Fsetq_default, 2, UNEVALLED, 0, /* | 1938 DEFUN ("setq-default", Fsetq_default, 2, UNEVALLED, 0, /* |
1939 Set the default value of variable SYN to VALUE. | 1939 Set the default value of variable SYM to VALUE. |
1940 SYM, the variable name, is literal (not evaluated); | 1940 SYM, the variable name, is literal (not evaluated); |
1941 VALUE is an expression and it is evaluated. | 1941 VALUE is an expression and it is evaluated. |
1942 The default value of a variable is seen in buffers | 1942 The default value of a variable is seen in buffers |
1943 that do not have their own values for the variable. | 1943 that do not have their own values for the variable. |
1944 | 1944 |