diff options
| author | Eli Zaretskii | 2004-09-11 15:24:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-09-11 15:24:37 +0000 |
| commit | 412ee2fac4c84d650f069464d7ed9da7ebc6422a (patch) | |
| tree | 9d718421a451e280a35c80b7f8f2e724009ca584 | |
| parent | 6e7fb80cca692ec33442c44122c946e7459c07cb (diff) | |
| download | emacs-412ee2fac4c84d650f069464d7ed9da7ebc6422a.tar.gz emacs-412ee2fac4c84d650f069464d7ed9da7ebc6422a.zip | |
Ignore message-*.
| -rw-r--r-- | info/.gitignore | 1 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/info/.gitignore b/info/.gitignore index faa6f2ca5a8..bd7cf319eb6 100644 --- a/info/.gitignore +++ b/info/.gitignore | |||
| @@ -14,6 +14,7 @@ gnus | |||
| 14 | gnus-[1-9]* | 14 | gnus-[1-9]* |
| 15 | info | 15 | info |
| 16 | message | 16 | message |
| 17 | message-[1-9]* | ||
| 17 | mh-e | 18 | mh-e |
| 18 | mh-e-[1-9]* | 19 | mh-e-[1-9]* |
| 19 | reftex | 20 | reftex |
diff --git a/src/ChangeLog b/src/ChangeLog index 79387a8ea19..ab3bd9f6aca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -43,8 +43,8 @@ | |||
| 43 | (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. | 43 | (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. |
| 44 | (intervals.o): Depend on keymap.h. | 44 | (intervals.o): Depend on keymap.h. |
| 45 | 45 | ||
| 46 | * msdos.c (msdos_set_cursor_shape): Add debugging print-out to | 46 | * msdos.c (msdos_set_cursor_shape, IT_display_cursor): Add |
| 47 | termscript. | 47 | debugging print-out to termscript. |
| 48 | 48 | ||
| 49 | 2004-09-09 Richard M. Stallman <rms@gnu.org> | 49 | 2004-09-09 Richard M. Stallman <rms@gnu.org> |
| 50 | 50 | ||