aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Hållberg <gustav@gmail.com>2010-05-12 20:14:14 +0200
committerGustav Hållberg <gustav@gmail.com>2010-06-10 09:25:29 +0200
commit6779943525a1cde7dba8a98ea373b5f5461c436e (patch)
treedc4a1ae4f6581cc307b3bbf301d8f33e7c829760
parentb4f12bc1acd2892a76e07bbf6ad34b2da1c455b5 (diff)
downloadstgit-6779943525a1cde7dba8a98ea373b5f5461c436e.tar.gz
stgit.el: Add a few links to some customization variables
Signed-off-by: Gustav Hållberg <gustav@gmail.com> Signed-off-by: David Kågedal <davidk@lysator.liu.se>
-rw-r--r--contrib/stgit.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/stgit.el b/contrib/stgit.el
index b72ba98..f7396e6 100644
--- a/contrib/stgit.el
+++ b/contrib/stgit.el
@@ -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