Skip to content

Commit

Permalink
defgroup links
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Dec 5, 2012
1 parent 054305e commit 21a005d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion button-lock.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@
(defgroup button-lock nil (defgroup button-lock nil
"Clickable text defined by regular expression." "Clickable text defined by regular expression."
:version "0.9.10" :version "0.9.10"
:link '(emacs-commentary-link "button-lock") :link '(emacs-commentary-link :tag "Commentary" "button-lock")
:link '(url-link :tag "Github" "http://github.com/rolandwalker/button-lock")
:link '(url-link :tag "EmacsWiki" "http://emacswiki.org/emacs/ButtonLockMode")
:prefix "button-lock-" :prefix "button-lock-"
:group 'navigation :group 'navigation
:group 'mouse :group 'mouse
Expand Down
4 changes: 3 additions & 1 deletion wiki-nav.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@
(defgroup wiki-nav nil (defgroup wiki-nav nil
"Simple file navigation using [[WikiStrings]]." "Simple file navigation using [[WikiStrings]]."
:version "0.6.4" :version "0.6.4"
:link '(emacs-commentary-link "wiki-nav") :link '(emacs-commentary-link :tag "Commentary" "wiki-nav")
:link '(url-link :tag "Github" "http://github.com/rolandwalker/button-lock")
:link '(url-link :tag "EmacsWiki" "http://emacswiki.org/emacs/WikiNavMode")
:prefix "wiki-nav-" :prefix "wiki-nav-"
:group 'navigation :group 'navigation
:group 'mouse :group 'mouse
Expand Down

0 comments on commit 21a005d

Please sign in to comment.