changeset 67697:c68ea88eaa16

(help-customize-variable, help-customize-face): Don't pop help-xref-stack as help-follow no longer pushes anything on to it.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 20 Dec 2005 09:02:23 +0000
parents e9b77d66e78e
children fe96c1f121e3
files lisp/help-mode.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-mode.el	Tue Dec 20 09:00:56 2005 +0000
+++ b/lisp/help-mode.el	Tue Dec 20 09:02:23 2005 +0000
@@ -136,16 +136,12 @@
 (define-button-type 'help-customize-variable
   :supertype 'help-xref
   'help-function (lambda (v)
-		   (if help-xref-stack
-		       (pop help-xref-stack))
 		   (customize-variable v))
   'help-echo (purecopy "mouse-2, RET: customize variable"))
 
 (define-button-type 'help-customize-face
   :supertype 'help-xref
   'help-function (lambda (v)
-		   (if help-xref-stack
-		       (pop help-xref-stack))
 		   (customize-face v))
   'help-echo (purecopy "mouse-2, RET: customize face"))