diff options
| author | Eli Zaretskii | 2004-06-12 10:33:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-06-12 10:33:57 +0000 |
| commit | fc3095ced134f142e39b89c3795fc3401f3c0091 (patch) | |
| tree | 85c83dcd6d6ef9d6cffce39b0ca32a2e1f761e8c | |
| parent | 6992a868c3d642d0678be436366af0db17e93bd1 (diff) | |
| download | emacs-fc3095ced134f142e39b89c3795fc3401f3c0091.tar.gz emacs-fc3095ced134f142e39b89c3795fc3401f3c0091.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2677c25d65..ddf969c0a77 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/python.el (python-open-block-statement-p): Fix | ||
| 4 | indentation after a block opening that contains a comment. | ||
| 5 | |||
| 1 | 2004-06-12 J,Ai(Br,At(Bme Marant <jerome@marant.org> (tiny change) | 6 | 2004-06-12 J,Ai(Br,At(Bme Marant <jerome@marant.org> (tiny change) |
| 2 | 7 | ||
| 3 | * bindings.el (completion-ignored-extensions): Add file extensions | 8 | * bindings.el (completion-ignored-extensions): Add file extensions |
diff --git a/src/ChangeLog b/src/ChangeLog index b1e541ce49d..f5e72cb3844 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org> | ||
| 2 | |||
| 3 | * eval.c (Fdefun): Signal an error if NAME is not a symbol. | ||
| 4 | |||
| 1 | 2004-06-12 Kenichi Handa <handa@m17n.org> | 5 | 2004-06-12 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in | 7 | * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in |