From: Richard M. Stallman Date: Mon, 11 Jul 2005 19:28:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~8227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51f74c375feb8aac237d5f8987cc8b85e5477813;p=emacs.git *** empty log message *** --- diff --git a/etc/TODO b/etc/TODO index 30df2191f36..6949a1818c9 100644 --- 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 diff --git a/src/ChangeLog b/src/ChangeLog index c7b35c83175..b87da0d2d37 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 + + * 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 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.