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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/doc.c
Date: Wed, 03 Apr 2002 11:46:47 -0500

Index: emacs/src/doc.c
diff -c emacs/src/doc.c:1.94 emacs/src/doc.c:1.95
*** emacs/src/doc.c:1.94        Wed Apr  3 11:28:30 2002
--- emacs/src/doc.c     Wed Apr  3 11:46:47 2002
***************
*** 441,447 ****
  
    /* If DOC is 0, it's typically because of a dumped file missing
       from the DOC file (bug in src/Makefile.in).  */
!   if (EQ (tem, make_number (0))
        tem = Qnil;
    if (INTEGERP (doc) || CONSP (doc))
      {
--- 441,447 ----
  
    /* If DOC is 0, it's typically because of a dumped file missing
       from the DOC file (bug in src/Makefile.in).  */
!   if (EQ (tem, make_number (0)))
        tem = Qnil;
    if (INTEGERP (doc) || CONSP (doc))
      {
***************
*** 487,493 ****
   documentation_property:
    
    tem = Fget (symbol, prop);
!   if (EQ (tem, make_number (0))
        tem = Qnil;
    if (INTEGERP (tem) || (CONSP (tem) && INTEGERP (XCDR (tem))))
      {
--- 487,493 ----
   documentation_property:
    
    tem = Fget (symbol, prop);
!   if (EQ (tem, make_number (0)))
        tem = Qnil;
    if (INTEGERP (tem) || (CONSP (tem) && INTEGERP (XCDR (tem))))
      {



reply via email to

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