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: Mon, 27 Dec 2004 11:36:12 -0500

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.247 emacs/src/data.c:1.248
*** emacs/src/data.c:1.247      Wed Dec 15 21:40:40 2004
--- emacs/src/data.c    Mon Dec 27 16:03:49 2004
***************
*** 723,729 ****
        && EQ (XCAR (XSYMBOL (symbol)->function), Qautoload))
      LOADHIST_ATTACH (Fcons (Qt, symbol));
    definition = Ffset (symbol, definition);
!   LOADHIST_ATTACH (symbol);
    if (!NILP (docstring))
      Fput (symbol, Qfunction_documentation, docstring);
    return definition;
--- 723,729 ----
        && EQ (XCAR (XSYMBOL (symbol)->function), Qautoload))
      LOADHIST_ATTACH (Fcons (Qt, symbol));
    definition = Ffset (symbol, definition);
!   LOADHIST_ATTACH (Fcons (Qdefun, symbol));
    if (!NILP (docstring))
      Fput (symbol, Qfunction_documentation, docstring);
    return definition;




reply via email to

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