emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 22 Dec 2001 09:04:12 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2330 emacs/src/ChangeLog:1.2331
*** emacs/src/ChangeLog:1.2330  Fri Dec 21 17:55:43 2001
--- emacs/src/ChangeLog Sat Dec 22 09:04:11 2001
***************
*** 1,3 ****
--- 1,33 ----
+ 2001-12-22  Pavel Jan,Bm(Bk  <address@hidden>
+ 
+       The following changes remove mocklisp support:
+ 
+       * mocklisp.h, mocklisp.c: Files removed.
+ 
+       * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
+       `Qmocklisp' and `Qmocklisp_arguments'.
+       Remove prototype of syms_of_mocklisp.
+ 
+       * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp
+       files.
+ 
+       * callint.c: Do not include mocklisp.h.
+       (Fcall_interactively): Do not test for mocklisp case.
+ 
+       * eval.c: Remove variables `Qmocklisp_arguments',
+       `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of
+       ml_apply.
+       (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do
+       not test for mocklisp case.
+       (Fwhile): Remove unused variable `tem'.
+       (syms_of_eval): Remove variable `moclisp-arguments'.
+ 
+       * data.c (wrong_type_argument): Remove mocklisp case.
+ 
+       * doc.c (Fdocumentation): Remove mocklisp case.
+ 
+       * emacs.c (main): Do not call syms_of_mocklisp.
+ 
  2001-12-21  Richard M. Stallman  <address@hidden>
  
        * xfns.c (compute_tip_xy): If tooltip won't fit on the screen



reply via email to

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