** 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
(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.