Changeset 12724
- Timestamp:
- Aug 31, 2009, 6:56:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/contrib/foy/hemlock-commands-cm/hemlock-commands-new.lisp
r12717 r12724 5 5 ;;; hemlock-commands-new.lisp 6 6 ;;; 7 ;;; copyright ©2009 Glen Foy7 ;;; copyright ᅵ 2009 Glen Foy 8 8 ;;; (Permission is granted to Clozure Associates to distribute this file.) 9 9 ;;; … … 95 95 (when (macro-function sym) (setq doctype 'macro)) 96 96 (when (special-form-p sym) (setq doctype 'special-form))) 97 (when (eq doctype 'type) 98 (when (find-class sym nil) 99 (setq doctype 'class))) 97 100 (open-documentation-dialog 98 101 (if args
Note:
See TracChangeset
for help on using the changeset viewer.
