Update of /cvsroot/cscope/cscope/contrib/xcscope
In directory usw-pr-cvs1:/tmp/cvs-serv26167
Modified Files:
xcscope.el
Log Message:
Triet H. Lai's <th...@ma...> GNU Emacs enhancements
Index: xcscope.el
===================================================================
RCS file: /cvsroot/cscope/cscope/contrib/xcscope/xcscope.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** xcscope.el 2001/06/28 01:29:23 1.4
--- xcscope.el 2001/06/28 02:07:44 1.5
***************
*** 4,8 ****
; File: xcscope.el
; RCS: $RCSfile$ $Revision$ $Date$ $Author$
! ; Description: cscope interface for XEmacs
; Author: Darryl Okahata
; Created: Wed Apr 19 17:03:38 2000
--- 4,8 ----
; File: xcscope.el
; RCS: $RCSfile$ $Revision$ $Date$ $Author$
! ; Description: cscope interface for (X)Emacs
; Author: Darryl Okahata
[...962 lines suppressed...]
"Display functions calling a function."
(interactive (list
! (cscope-prompt-for-symbol
! "Find functions calling this function: " nil)
))
(let ()
***************
*** 1640,1644 ****
(interactive (list
(let (cscope-no-mouse-prompts)
! (cscope-prompt-for-symbol "Find files #including this file: " t))
))
(let ()
--- 1898,1903 ----
(interactive (list
(let (cscope-no-mouse-prompts)
! (cscope-prompt-for-symbol
! "Find files #including this file: " t))
))
(let ()
|