]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Jul 2005 19:28:21 +0000 (19:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Jul 2005 19:28:21 +0000 (19:28 +0000)
etc/TODO
src/ChangeLog

index 30df2191f360274e8b33ac4502735ddb2e008255..6949a1818c9f614c28a7f9f7bde2a86791345b8d 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -96,6 +96,9 @@ to the FSF.
 ** 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
index c7b35c8317551e9a2ce70c772c20d53d166d68e1..b87da0d2d376206d15e87b7f2fd4943b69c961dc 100644 (file)
@@ -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.