diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-08-06 02:44:56 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-08-06 02:44:56 +0200 |
commit | c95b508f9b3304c3ce45e5f7c6769dbe2978152c (patch) | |
tree | 7ce7cfa7295b2343d7aa31322f4b97252a08f530 | |
parent | fce70521a62cbcc56ec41659e35c3ca94ce53f7f (diff) | |
download | emacs-c95b508f9b3304c3ce45e5f7c6769dbe2978152c.tar.gz emacs-c95b508f9b3304c3ce45e5f7c6769dbe2978152c.tar.bz2 emacs-c95b508f9b3304c3ce45e5f7c6769dbe2978152c.zip |
src/ChangeLog: Fix entry.
-rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60a69356d30..feda54defd8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -15,8 +15,7 @@ * menu.h (xmalloc_widget_value, digest_single_submenu): Declare. - * dired.c (compile_pattern): - * syssignal.h (signal_handler_t): Restore declarations. + * dired.c (compile_pattern): Restore declaration. 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu> |