aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDarren Hoo2014-01-30 20:58:51 -0500
committerGlenn Morris2014-01-30 20:58:51 -0500
commit0a25002dc2abfd77cd1c227942df3e77321d398d (patch)
tree48ea8c8a927ad3b116406314b70248253ae4cd5f /lisp/ChangeLog
parent4e2b87d871a623ec36206dff573bf76df8eca12d (diff)
downloademacs-0a25002dc2abfd77cd1c227942df3e77321d398d.tar.gz
emacs-0a25002dc2abfd77cd1c227942df3e77321d398d.zip
Fix for fancy-splash image inconsistency
* lisp/startup.el (fancy-splash-image-file): New function, split from fancy-splash-head. (fancy-splash-head, use-fancy-splash-screens-p): Use it, so that we are both using the same image. Fixes: debbugs:16574
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2a073a1ae32..c647ba0783b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12014-01-31 Darren Hoo <darren.hoo@gmail.com>
2
3 * startup.el (fancy-splash-image-file): New function,
4 split from fancy-splash-head.
5 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
6 so that we are both using the same image. (Bug#16574)
7
12014-01-30 Glenn Morris <rgm@gnu.org> 82014-01-30 Glenn Morris <rgm@gnu.org>
2 9
3 * simple.el (eval-expression): Doc fix. 10 * simple.el (eval-expression): Doc fix.