/[emacs]/emacs/src/lisp.h
ViewVC logotype

Diff of /emacs/src/lisp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.423.2.25 by miles, Fri Nov 12 04:21:14 2004 UTC revision 1.423.2.26 by miles, Wed Dec 8 23:31:37 2004 UTC
# Line 1400  typedef unsigned char UCHAR; Line 1400  typedef unsigned char UCHAR;
1400    
1401  /* Data type checking */  /* Data type checking */
1402    
1403  #define NILP(x)  (XFASTINT (x) == XFASTINT (Qnil))  #define NILP(x)  EQ (x, Qnil)
1404  #define GC_NILP(x) GC_EQ (x, Qnil)  #define GC_NILP(x) GC_EQ (x, Qnil)
1405    
1406  #define NUMBERP(x) (INTEGERP (x) || FLOATP (x))  #define NUMBERP(x) (INTEGERP (x) || FLOATP (x))
# Line 2330  extern Lisp_Object string_make_multibyte Line 2330  extern Lisp_Object string_make_multibyte
2330  extern Lisp_Object string_make_unibyte P_ ((Lisp_Object));  extern Lisp_Object string_make_unibyte P_ ((Lisp_Object));
2331  EXFUN (Fcopy_alist, 1);  EXFUN (Fcopy_alist, 1);
2332  EXFUN (Fplist_get, 2);  EXFUN (Fplist_get, 2);
2333    EXFUN (Fsafe_plist_get, 2);
2334  EXFUN (Fplist_put, 3);  EXFUN (Fplist_put, 3);
2335  EXFUN (Fplist_member, 2);  EXFUN (Fplist_member, 2);
2336  EXFUN (Fset_char_table_parent, 2);  EXFUN (Fset_char_table_parent, 2);

Legend:
Removed from v.1.423.2.25  
changed lines
  Added in v.1.423.2.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26