emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lisp.h [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h [emacs-unicode-2]
Date: Fri, 19 Nov 2004 02:16:31 -0500

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.465.2.14 emacs/src/lisp.h:1.465.2.15
*** emacs/src/lisp.h:1.465.2.14 Fri Nov 12 02:52:55 2004
--- emacs/src/lisp.h    Fri Nov 19 06:54:57 2004
***************
*** 1378,1384 ****
  
  /* Data type checking */
  
! #define NILP(x)  (XFASTINT (x) == XFASTINT (Qnil))
  #define GC_NILP(x) GC_EQ (x, Qnil)
  
  #define NUMBERP(x) (INTEGERP (x) || FLOATP (x))
--- 1378,1384 ----
  
  /* Data type checking */
  
! #define NILP(x)  EQ (x, Qnil)
  #define GC_NILP(x) GC_EQ (x, Qnil)
  
  #define NUMBERP(x) (INTEGERP (x) || FLOATP (x))
***************
*** 2328,2333 ****
--- 2328,2334 ----
  extern Lisp_Object string_make_unibyte P_ ((Lisp_Object));
  EXFUN (Fcopy_alist, 1);
  EXFUN (Fplist_get, 2);
+ EXFUN (Fsafe_plist_get, 2);
  EXFUN (Fplist_put, 3);
  EXFUN (Fplist_member, 2);
  EXFUN (Frassoc, 2);




reply via email to

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