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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el
Date: Wed, 13 Jul 2005 22:07:09 -0400

Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.35 emacs/lisp/help-mode.el:1.36
*** emacs/lisp/help-mode.el:1.35        Mon Jul  4 23:08:54 2005
--- emacs/lisp/help-mode.el     Thu Jul 14 02:07:08 2005
***************
*** 519,525 ****
  help buffer."
    (with-current-buffer (help-buffer)
      ;; Push the previous item on the stack before clobbering the output 
buffer.
!     (help-setup-xref nil nil)
      (let ((facedoc (when (facep symbol)
                     ;; Don't record the current entry in the stack.
                     (setq help-xref-stack-item nil)
--- 519,525 ----
  help buffer."
    (with-current-buffer (help-buffer)
      ;; Push the previous item on the stack before clobbering the output 
buffer.
!     (help-setup-xref (list 'help-xref-interned symbol) nil)
      (let ((facedoc (when (facep symbol)
                     ;; Don't record the current entry in the stack.
                     (setq help-xref-stack-item nil)
***************
*** 631,635 ****
  
  (provide 'help-mode)
  
! ;;; arch-tag: 850954ae-3725-4cb4-8e91-0bf6d52d6b0b
  ;;; help-mode.el ends here
--- 631,635 ----
  
  (provide 'help-mode)
  
! ;; arch-tag: 850954ae-3725-4cb4-8e91-0bf6d52d6b0b
  ;;; help-mode.el ends here




reply via email to

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