mercurial/mercurial-site-start.el
Petr Šabata 7834e16cac RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/mercurial#cde053d45ee26e6f2f1964eb6f5588a096cd7855
2020-10-15 19:35:25 +02:00

8 lines
271 B
EmacsLisp

(autoload 'hg-mode "mercurial" "HG mode." t)
(autoload 'hg-help-overview "mercurial" "HG help." t)
(autoload 'mq-mode "mq"
"MQ mode for Mercurial repositories with an MQ patch queue." t)
(autoload 'mq-edit-mode "mq"
"MQ edit mode for editing patch descriptions." t)