emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/data.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Tue, 15 Feb 2005 01:33:16 -0500

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.248 emacs/src/data.c:1.249
*** emacs/src/data.c:1.248      Mon Dec 27 16:03:49 2004
--- emacs/src/data.c    Tue Feb 15 06:33:15 2005
***************
*** 1458,1464 ****
    return value;
  }
  
! DEFUN ("setq-default", Fsetq_default, Ssetq_default, 2, UNEVALLED, 0,
         doc: /* Set the default value of variable VAR to VALUE.
  VAR, the variable name, is literal (not evaluated);
  VALUE is an expression: it is evaluated and its value returned.
--- 1458,1464 ----
    return value;
  }
  
! DEFUN ("setq-default", Fsetq_default, Ssetq_default, 0, UNEVALLED, 0,
         doc: /* Set the default value of variable VAR to VALUE.
  VAR, the variable name, is literal (not evaluated);
  VALUE is an expression: it is evaluated and its value returned.
***************
*** 1470,1476 ****
  This sets each VAR's default value to the corresponding VALUE.
  The VALUE for the Nth VAR can refer to the new default values
  of previous VARs.
! usage: (setq-default VAR VALUE [VAR VALUE...])  */)
       (args)
       Lisp_Object args;
  {
--- 1470,1476 ----
  This sets each VAR's default value to the corresponding VALUE.
  The VALUE for the Nth VAR can refer to the new default values
  of previous VARs.
! usage: (setq-default [VAR VALUE...])  */)
       (args)
       Lisp_Object args;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]