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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Fri, 04 Apr 2003 01:23:51 -0500

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.448 emacs/src/lisp.h:1.449
*** emacs/src/lisp.h:1.448      Wed Feb 19 08:07:17 2003
--- emacs/src/lisp.h    Sat Mar 22 21:08:04 2003
***************
*** 2451,2458 ****
  extern Lisp_Object make_event_array P_ ((int, Lisp_Object *));
  extern Lisp_Object make_uninit_string P_ ((int));
  extern Lisp_Object make_uninit_multibyte_string P_ ((int, int));
! extern Lisp_Object make_string_from_bytes P_ ((char *, int, int));
! extern Lisp_Object make_specified_string P_ ((char *, int, int, int));
  EXFUN (Fpurecopy, 1);
  extern Lisp_Object make_pure_string P_ ((char *, int, int, int));
  extern Lisp_Object pure_cons P_ ((Lisp_Object, Lisp_Object));
--- 2451,2458 ----
  extern Lisp_Object make_event_array P_ ((int, Lisp_Object *));
  extern Lisp_Object make_uninit_string P_ ((int));
  extern Lisp_Object make_uninit_multibyte_string P_ ((int, int));
! extern Lisp_Object make_string_from_bytes P_ ((const char *, int, int));
! extern Lisp_Object make_specified_string P_ ((const char *, int, int, int));
  EXFUN (Fpurecopy, 1);
  extern Lisp_Object make_pure_string P_ ((char *, int, int, int));
  extern Lisp_Object pure_cons P_ ((Lisp_Object, Lisp_Object));




reply via email to

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