From: Gustav Hållberg Date: Wed, 12 May 2010 18:14:14 +0000 (+0200) Subject: stgit.el: Add a few links to some customization variables X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/6779943525a1cde7dba8a98ea373b5f5461c436e?ds=sidebyside stgit.el: Add a few links to some customization variables Signed-off-by: Gustav Hållberg Signed-off-by: David Kågedal --- 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