emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/doc.c [lexbind]
Date: Sat, 04 Sep 2004 05:44:53 -0400

Index: emacs/src/doc.c
diff -c emacs/src/doc.c:1.97.2.7 emacs/src/doc.c:1.97.2.8
*** emacs/src/doc.c:1.97.2.7    Tue Jul  6 10:20:30 2004
--- emacs/src/doc.c     Sat Sep  4 09:20:09 2004
***************
*** 404,409 ****
--- 404,414 ----
        else
        return Qnil;
      }
+   else if (FUNVECP (fun))
+     {
+       /* Unless otherwise handled, funvecs have no documentation.  */
+       return Qnil;
+     }
    else if (STRINGP (fun) || VECTORP (fun))
      {
        return build_string ("Keyboard macro.");




reply via email to

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