diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/align.el | 1 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-12-13 Kenichi Handa <handa@m17n.org> | 6 | 2006-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. |