aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 01:52:06 -0800
committerPaul Eggert2011-03-06 01:52:06 -0800
commite9588e2e96025e416921e24d08fc4822d2ce3c6b (patch)
treec483cf3bba94cc37c36a07cdfc740feba9a4356e /src/ChangeLog
parent1e12733b25bfa52650157c34fc30a9c7fe1d5b4c (diff)
downloademacs-e9588e2e96025e416921e24d08fc4822d2ce3c6b.tar.gz
emacs-e9588e2e96025e416921e24d08fc4822d2ce3c6b.zip
* minibuf.c (minibuf_prompt, minibuf_prompt_width): Move here
from xdisp.c, and make static, since these are used only here. * window.h, xdisp.c (minibuf_prompt, minibuf_prompt_width): Remove decls.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 357bb9a37a8..3de7ddcdb28 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-03-06 Paul Eggert <eggert@cs.ucla.edu> 12011-03-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move here
4 from xdisp.c, and make static, since these are used only here.
5 * window.h, xdisp.c (minibuf_prompt, minibuf_prompt_width):
6 Remove decls.
7
3 * cmds.c (internal_self_insert): Reindent to match Emacs style. 8 * cmds.c (internal_self_insert): Reindent to match Emacs style.
4 9
5 * xdisp.c: Rename or move local decls to avoid shadowing. 10 * xdisp.c: Rename or move local decls to avoid shadowing.