Changeset 12954
- Timestamp:
- Oct 9, 2009, 11:23:36 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/source-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/source-files.lisp
r12416 r12954 637 637 638 638 639 ;;; For ITA slime640 641 #+ccl-0711642 (defun find-definitions-for-name (name &optional (type-name t))643 "Returns a list of (TYPE . DEFINITION-SOURCE) for all the known definitions of NAME."644 (declare (ignore name type-name))645 (cerror "Don't find any definitions" "Obsolete slime version, upgrade to latest")646 nil)647 648 #+ccl-0711649 (defun find-definitions-of-thing (thing)650 (declare (ignore thing))651 (cerror "Don't find any definitions" "Obsolete slime version, upgrade to latest")652 nil)653 654 639 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 655 640 ;;; record-source-file
Note:
See TracChangeset
for help on using the changeset viewer.
