emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-mode.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el
Date: Tue, 20 Dec 2005 09:02:23 +0000

Index: emacs/lisp/help-mode.el
diff -u emacs/lisp/help-mode.el:1.40 emacs/lisp/help-mode.el:1.41
--- emacs/lisp/help-mode.el:1.40        Mon Nov 14 23:19:42 2005
+++ emacs/lisp/help-mode.el     Tue Dec 20 09:02:23 2005
@@ -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"))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]