aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-05-08 22:09:38 +0300
committerEli Zaretskii2012-05-08 22:09:38 +0300
commit2fed2689194b260e608c5ef8a12e36d57c8dd199 (patch)
treec3ceeb931c66529df03b9bf10767274e8fa47a77 /src
parentad89bb83f7cb57b77cc30f5f8805013b0bd4ab10 (diff)
downloademacs-2fed2689194b260e608c5ef8a12e36d57c8dd199.tar.gz
emacs-2fed2689194b260e608c5ef8a12e36d57c8dd199.zip
Fix a typo in last commit of src/ChangeLog.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3a9e9a5f539..4bf848d953a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,7 +4,7 @@
4 * keyboard.c (read_char): Don't clear the echo area if there's no 4 * keyboard.c (read_char): Don't clear the echo area if there's no
5 message to clear. 5 message to clear.
6 * xdisp.c (redisplay_internal): Redisplay the mini window (with the 6 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
7 contents of *Minibuf-0*) if there' no message displayed in its stead. 7 contents of *Minibuf-0*) if there's no message displayed in its stead.
8 8
92012-05-07 Michael Albinus <michael.albinus@gmx.de> 92012-05-07 Michael Albinus <michael.albinus@gmx.de>
10 10