Skip to content

Commit b3cd517

Browse files
committed
Autoload some functions
1 parent 6ac53a5 commit b3cd517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-attr.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
(setq attr-list (cdddr attr-list)))
6060
result))))
6161

62+
;;;###autoload
6263
(defun git-attr ()
6364
"Get git attributes for current buffer file and set in buffer local variable `git-attr'."
6465
(interactive)
@@ -74,6 +75,7 @@ This is the raw value as returned from `git check-attr -a' (if specified).
7475
You probably want to use `git-attr-get' instead."
7576
(cdr (assoc attr (git-attr))))
7677

78+
;;;###autoload
7779
(defun git-attr-get (attr)
7880
"Get the git attribute named ATTR for the file in current buffer.
7981

0 commit comments

Comments
 (0)