diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49e1ee9fc6a..1afc00e9214 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-06-14 Juri Linkov + + * compare-w.el: Move to the "vc" subdirectory. + 2010-06-14 Stefan Monnier * 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 similarity index 99% rename from lisp/compare-w.el rename to lisp/vc/compare-w.el index 866c6e3e4f8..6e2ab7327de 100644 --- a/lisp/compare-w.el +++ b/lisp/vc/compare-w.el @@ -4,7 +4,7 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF -;; Keywords: convenience files +;; Keywords: convenience files vc ;; This file is part of GNU Emacs.