update packages
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
;;; Commands
|
||||
|
||||
;;;###autoload (autoload 'magit-subtree "magit-subtree" nil t)
|
||||
;;;###autoload(autoload 'magit-subtree "magit-subtree" nil t)
|
||||
(transient-define-prefix magit-subtree ()
|
||||
"Import or export subtrees."
|
||||
:man-page "git-subtree"
|
||||
@@ -41,7 +41,7 @@
|
||||
("i" "Import" magit-subtree-import)
|
||||
("e" "Export" magit-subtree-export)])
|
||||
|
||||
;;;###autoload (autoload 'magit-subtree-import "magit-subtree" nil t)
|
||||
;;;###autoload(autoload 'magit-subtree-import "magit-subtree" nil t)
|
||||
(transient-define-prefix magit-subtree-import ()
|
||||
"Import subtrees."
|
||||
:man-page "git-subtree"
|
||||
@@ -55,7 +55,7 @@
|
||||
[("m" "Merge" magit-subtree-merge)
|
||||
("f" "Pull" magit-subtree-pull)]])
|
||||
|
||||
;;;###autoload (autoload 'magit-subtree-export "magit-subtree" nil t)
|
||||
;;;###autoload(autoload 'magit-subtree-export "magit-subtree" nil t)
|
||||
(transient-define-prefix magit-subtree-export ()
|
||||
"Export subtrees."
|
||||
:man-page "git-subtree"
|
||||
@@ -184,4 +184,15 @@
|
||||
|
||||
;;; _
|
||||
(provide 'magit-subtree)
|
||||
;; Local Variables:
|
||||
;; read-symbol-shorthands: (
|
||||
;; ("and$" . "cond-let--and$")
|
||||
;; ("and>" . "cond-let--and>")
|
||||
;; ("and-let" . "cond-let--and-let")
|
||||
;; ("if-let" . "cond-let--if-let")
|
||||
;; ("when-let" . "cond-let--when-let")
|
||||
;; ("while-let" . "cond-let--while-let")
|
||||
;; ("match-string" . "match-string")
|
||||
;; ("match-str" . "match-string-no-properties"))
|
||||
;; End:
|
||||
;;; magit-subtree.el ends here
|
||||
|
||||
Reference in New Issue
Block a user