diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-02 15:28:12 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-02 15:28:12 +0000 |
commit | df1890b0d7979304280560fc3dd5b81f1b426442 (patch) | |
tree | 5f43e11ea031df5c66fe8416bb4de1a704497a19 | |
parent | 95296eacc6487be0c920b9c27ea7d0342465fcc3 (diff) | |
download | emacs-df1890b0d7979304280560fc3dd5b81f1b426442.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 8 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bc49c740360..3f7b9806bfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-07-02 Juanma Barranquero <lektu@terra.es> + + * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo. + + * textmodes/reftex-cite.el (reftex-citation): Fix typo. + + * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent): Fix typo. + 2002-07-02 Kim F. Storm <storm@cua.dk> * emacs-lisp/bindat.el: New file. diff --git a/src/ChangeLog b/src/ChangeLog index 0881aa1a2c4..59ff06c79da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-02 Juanma Barranquero <lektu@terra.es> + + * keymap.c (syms_of_keymap): Fix typo. + 2002-07-01 Andrew Choi <akochoi@shaw.ca> * s/darwin.h: Define POSIX_SIGNALS. |