emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Thu, 03 Apr 2003 10:49:40 -0500

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.118 emacs/lisp/man.el:1.119
*** emacs/lisp/man.el:1.118     Wed Apr  2 16:22:38 2003
--- emacs/lisp/man.el   Thu Apr  3 10:49:40 2003
***************
*** 394,403 ****
    'help-echo "RET, mouse-2: display this man page")
  
  (define-button-type 'Man-xref-header-file
!   'action (lambda (button)
!           (unless (Man-view-header-file (button-get button 
'Man-target-string))
!             (error "Cannot find header file: %s" w)))
!   'help-echo "mouse-2: display this header file")
  
  (define-button-type 'Man-xref-normal-file
    'action (lambda (button)
--- 394,404 ----
    'help-echo "RET, mouse-2: display this man page")
  
  (define-button-type 'Man-xref-header-file
!     'action (lambda (button)
!               (let ((w (button-get button 'Man-target-string)))
!                 (unless (Man-view-header-file w)
!                   (error "Cannot find header file: %s" w))))
!     'help-echo "mouse-2: display this header file")
  
  (define-button-type 'Man-xref-normal-file
    'action (lambda (button)




reply via email to

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