stgit.el: Add a few links to some customization variables
authorGustav Hållberg <gustav@gmail.com>
Wed, 12 May 2010 18:14:14 +0000 (20:14 +0200)
committerGustav Hållberg <gustav@gmail.com>
Thu, 10 Jun 2010 07:25:29 +0000 (09:25 +0200)
Signed-off-by: Gustav Hållberg <gustav@gmail.com>
Signed-off-by: David Kågedal <davidk@lysator.liu.se>
contrib/stgit.el

index b72ba98..f7396e6 100644 (file)
@@ -144,12 +144,14 @@ to toggle this setting and to control how many commits are
 shown."
   :type 'boolean
   :group 'stgit
+  :link '(variable-link stgit-default-committed-count)
   :link '(variable-link stgit-show-committed))
 
 (defcustom stgit-default-committed-count 5
   "The number of historical commits to show when `stgit-show-committed'
 is enabled."
   :type 'number
+  :link '(variable-link stgit-default-show-committed)
   :link '(variable-link stgit-committed-count))
 
 (defcustom stgit-default-show-patch-names t