New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/
------------------------------------------------------------
revno: 561
revision-id: [email protected]
parent: [email protected]
committer: Matthieu Moy <[email protected]>
branch nick: moy
timestamp: Thu 2009-08-20 17:58:30 +0200
message:
  typo in xgit-log-edit.el


=== modified file 'lisp/xgit-log-edit.el'
--- a/lisp/xgit-log-edit.el     2009-08-08 15:27:54 +0000
+++ b/lisp/xgit-log-edit.el     2009-08-20 15:58:30 +0000
@@ -41,8 +41,8 @@
 
 (defvar xgit-log-edit-font-lock-keywords
   `(("^Signed-off-by: " . 'dvc-header)
-    ("^#.*$" . 'dvc-comment)
-  "Keywords in xgit-log-edit mode."))
+    ("^#.*$" . 'dvc-comment))
+  "Keywords in xgit-log-edit mode.")
 
 (defun xgit-log-edit-insert-sob ()
   (interactive)


_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to