aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-12-14 15:17:37 +0000
committerRichard M. Stallman2006-12-14 15:17:37 +0000
commit012884e2473bd2d9686f2cc159981729797236ef (patch)
tree51685899f32a89be925efba688782babf9aa9a75
parenta68ccb40d6d0d89ef65d9e5e80b0c393fe29d6c2 (diff)
downloademacs-012884e2473bd2d9686f2cc159981729797236ef.tar.gz
emacs-012884e2473bd2d9686f2cc159981729797236ef.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/align.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7d7529c315..c758e34089b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-12-14 Richard Stallman <rms@gnu.org>
2
3 * startup.el (use-fancy-splash-screens-p): Use frame-height
4 instead of window-height. Pass frame to image-size.
5
12006-12-13 Kenichi Handa <handa@m17n.org> 62006-12-13 Kenichi Handa <handa@m17n.org>
2 7
3 * international/mule-cmds.el (set-locale-environment): Set 8 * international/mule-cmds.el (set-locale-environment): Set
diff --git a/lisp/align.el b/lisp/align.el
index b49979059a3..a3cc531d796 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -4,6 +4,7 @@
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Author: John Wiegley <johnw@gnu.org> 6;; Author: John Wiegley <johnw@gnu.org>
7;; Maintainer: FSF
7;; Keywords: convenience languages lisp 8;; Keywords: convenience languages lisp
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.