/[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.447 by handa, Mon Feb 10 07:44:18 2003 UTC revision 1.448 by schwab, Wed Feb 19 13:07:17 2003 UTC
# Line 1  Line 1 
1  /* Fundamental definitions for GNU Emacs Lisp interpreter.  /* Fundamental definitions for GNU Emacs Lisp interpreter.
2     Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001, 2002     Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001, 2002, 2003
3       Free Software Foundation, Inc.       Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 2265  EXFUN (Fstring_make_multibyte, 1); Line 2265  EXFUN (Fstring_make_multibyte, 1);
2265  EXFUN (Fstring_make_unibyte, 1);  EXFUN (Fstring_make_unibyte, 1);
2266  EXFUN (Fstring_as_multibyte, 1);  EXFUN (Fstring_as_multibyte, 1);
2267  EXFUN (Fstring_as_unibyte, 1);  EXFUN (Fstring_as_unibyte, 1);
2268    EXFUN (Fstring_to_multibyte, 1);
2269  EXFUN (Fsubstring, 3);  EXFUN (Fsubstring, 3);
2270  extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int));  extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int));
2271  EXFUN (Fnth, 2);  EXFUN (Fnth, 2);
# Line 3020  extern void unmark_byte_stack P_ ((void) Line 3021  extern void unmark_byte_stack P_ ((void)
3021  /* defined in macros.c */  /* defined in macros.c */
3022  extern Lisp_Object Qexecute_kbd_macro;  extern Lisp_Object Qexecute_kbd_macro;
3023  EXFUN (Fexecute_kbd_macro, 3);  EXFUN (Fexecute_kbd_macro, 3);
3024    EXFUN (Fcancel_kbd_macro_events, 0);
3025  extern void init_macros P_ ((void));  extern void init_macros P_ ((void));
3026  extern void syms_of_macros P_ ((void));  extern void syms_of_macros P_ ((void));
3027    

Legend:
Removed from v.1.447  
changed lines
  Added in v.1.448

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