Changeset 593


Ignore:
Timestamp:
Feb 28, 2004, 5:38:04 PM (21 years ago)
Author:
Gary Byers
Message:

CR-terminated files have :EXTERNAL-FORMAT :MACOS, not :MAC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/hemlock/src/modeline.lisp

    r587 r593  
    109109                 (case external-format
    110110                   ((:unix nil))
    111                    (:mac "[CR] ")
     111                   (:macos "[CR] ")
    112112                   (:cp/m "[CRLF] ")))))
    113113
Note: See TracChangeset for help on using the changeset viewer.