diff options
author | Romain Francoise <romain@orebokech.com> | 2008-01-05 18:11:25 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2008-01-05 18:11:25 +0000 |
commit | f36e650b8b6ab81fd92831bb81f7264d726b7b00 (patch) | |
tree | 34c218e7caed607406d13ff9f5b0c35d96e54a0c | |
parent | 0b534ed79ad62889cf2aec8dffcb4e3fe790c2ec (diff) | |
download | emacs-f36e650b8b6ab81fd92831bb81f7264d726b7b00.tar.gz |
2008-01-05 Sven Joachim <svenjoac@gmx.de>
* vc-bzr.el: Fix typo in header.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/vc-bzr.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 037ec689fd0..114b81c905f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-01-05 Sven Joachim <svenjoac@gmx.de> + + * vc-bzr.el: Fix typo in header. + 2008-01-05 Eli Zaretskii <eliz@gnu.org> * Makefile.in (custom-deps, finder-data): Depend on autoloads diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index c1be5e18bbc..7437cec4174 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -15,7 +15,7 @@ ;; This file is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of -LC;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License |