1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-07-11 19:28:21 +00:00
parent 9b8453daea
commit 51f74c375f
2 changed files with 9 additions and 0 deletions

View File

@ -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

View 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.