diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc/compare-w.el (renamed from lisp/compare-w.el) | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49e1ee9fc6a..1afc00e9214 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-06-14 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * compare-w.el: Move to the "vc" subdirectory. | ||
| 4 | |||
| 1 | 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * image-mode.el (image-mode-map): Remap left-char and right-char. | 7 | * image-mode.el (image-mode-map): Remap left-char and right-char. |
diff --git a/lisp/compare-w.el b/lisp/vc/compare-w.el index 866c6e3e4f8..6e2ab7327de 100644 --- a/lisp/compare-w.el +++ b/lisp/vc/compare-w.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: convenience files | 7 | ;; Keywords: convenience files vc |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||