summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-10-22 09:40:54 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-10-22 09:40:54 +0000
commita53af587e45c4bf7032cd349c14eae5c75f36c99 (patch)
treea3b94da09eafe6296be415ff86941195e436b59b
parent5480359e9f3596143208b5d25da4ddf65d857286 (diff)
downloademacs-a53af587e45c4bf7032cd349c14eae5c75f36c99.tar.gz
emacs-a53af587e45c4bf7032cd349c14eae5c75f36c99.tar.bz2
emacs-a53af587e45c4bf7032cd349c14eae5c75f36c99.zip
Add missing entry.
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b309a7ebbf..7f9a07d277f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -570,6 +570,9 @@
2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
+ * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
+ (Bug#4334)
+
* keymap.c (where_is_internal): Filter out shadowed remappings.
Assume that where_is_internal returns unshadowed bindings to simplify
the code and get rid of the gotos. Use ASIZE.