diff options
author | Juri Linkov <juri@jurta.org> | 2010-06-14 18:48:52 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-06-14 18:48:52 +0300 |
commit | c42fe9a55d2356f509ea38e6de6fcec95fd6ac63 (patch) | |
tree | efdc3b89e6b5dcce806f52060745a6a8adba7f5f | |
parent | d8b0cdddb3c1e4555a50423a9b69234f55fc8f9b (diff) |
* compare-w.el: Move to the "vc" subdirectory.
-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 49e1ee9fc6..1afc00e921 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-06-14 Juri Linkov <juri@jurta.org> + + * compare-w.el: Move to the "vc" subdirectory. + 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca> * 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 866c6e3e4f..6e2ab7327d 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. |