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: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Sun, 18 Sep 2005 12:22:08 -0400

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.253 emacs/src/data.c:1.254
*** emacs/src/data.c:1.253      Sun Aug  7 12:33:16 2005
--- emacs/src/data.c    Sun Sep 18 16:22:07 2005
***************
*** 719,724 ****
--- 719,725 ----
       (symbol, definition, docstring)
       register Lisp_Object symbol, definition, docstring;
  {
+   CHECK_SYMBOL (symbol);
    if (CONSP (XSYMBOL (symbol)->function)
        && EQ (XCAR (XSYMBOL (symbol)->function), Qautoload))
      LOADHIST_ATTACH (Fcons (Qt, symbol));




reply via email to

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