Changeset 6722


Ignore:
Timestamp:
Jun 14, 2007, 12:32:14 AM (17 years ago)
Author:
Gary Byers
Message:

That darned wacky hypespec has an #\r in its name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/examples/cocoa-doc.lisp

    r6708 r6722  
    5050     (range :<NSR>ange)
    5151     string)
    52   (declare (ignore textview range string))
     52  (declare (ignorable textview range string))
    5353  nil)
    5454
     
    7676(defun hyperspec-root-url ()
    7777  (or *hyperspec-root-url*
    78       (set *hyperspec-root-url* (prompt-for-hypespec-root-url))))
     78      (set *hyperspec-root-url* (prompt-for-hyperspec-root-url))))
    7979
    8080
Note: See TracChangeset for help on using the changeset viewer.