##// END OF EJS Templates
emacs minor mode optional argument...
Robin Farine -
r1371:68e84563 default
parent child Browse files
Show More
@@ -633,7 +633,7 b' the file."'
633 (modified . "m")))))))
633 (modified . "m")))))))
634 status)))
634 status)))
635
635
636 (defun hg-mode ()
636 (defun hg-mode (&optional toggle)
637 "Minor mode for Mercurial distributed SCM integration.
637 "Minor mode for Mercurial distributed SCM integration.
638
638
639 The Mercurial mode user interface is based on that of VC mode, so if
639 The Mercurial mode user interface is based on that of VC mode, so if
General Comments 0
You need to be logged in to leave comments. Login now