changeset 64235:36ba51a2e388

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Jul 2005 19:28:21 +0000
parents 10ca28bf4fc3
children 667d6d6c7fd9
files etc/TODO src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Mon Jul 11 19:23:04 2005 +0000
+++ b/etc/TODO	Mon Jul 11 19:28:21 2005 +0000
@@ -96,6 +96,9 @@
 ** Create a category of errors called `process-error'
   for some or all errors associated with using subprocesses.
 
+** Maybe reinterpret `parse-error' as a category of errors
+  and put some other errors under it.
+
 ** A function to check for customizable options that have been
   set but not saved, and ask the user whether to save them.
   This could go in kill-emacs-query-functions, to remind people
--- a/src/ChangeLog	Mon Jul 11 19:23:04 2005 +0000
+++ b/src/ChangeLog	Mon Jul 11 19:28:21 2005 +0000
@@ -9,6 +9,12 @@
 	(Fmac_set_file_type, Fmac_set_file_creator): Added
 	(mac_get_object_from_code, mac_get_code_from_arg): Added
 
+2005-07-10  Richard M. Stallman  <rms@gnu.org>
+
+	* lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
+	(syms_of_lread): Set up eval-buffer-list.
+	(Feval_buffer, Feval_region): Bind eval-buffer-list.
+
 2005-07-08  Richard M. Stallman  <rms@gnu.org>
 
 	* eval.c (Fdefvar): Allow defvaring a constant to itself quoted.