From d74f241f381d6749760f0a7f4248dbd337c7ecb8 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 20 Dec 2005 09:02:23 +0000 Subject: [PATCH] (help-customize-variable, help-customize-face): Don't pop help-xref-stack as help-follow no longer pushes anything on to it. --- lisp/help-mode.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/help-mode.el b/lisp/help-mode.el index b7cea179aea..9941f0604bd 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -136,16 +136,12 @@ The format is (FUNCTION ARGS...).") (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")) -- 2.39.2