Skip to content
Snippets Groups Projects
Commit 105871a0 authored by ram's avatar ram
Browse files

Add Herald display item. Add :MOTIF feature. Add standard file header.

parent 06ab93f5
Branches
Tags
No related merge requests found
;;;; -*- Mode: Lisp ; Package: User -*-
;;; -*- Package: User -*-
;;;
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.2 1993/07/27 13:29:44 ram Exp $")
;;;
;;; **********************************************************************
;;;
(in-package "USER")
(pushnew :motif *features*)
(setf (getf ext:*herald-items* :motif)
`(" Motif toolkit and graphical debugger 1.0"))
(defpackage "INTERFACE"
(:use "TOOLKIT" "LISP" "PCL" "EXTENSIONS" "KERNEL")
(:export "*HEADER-FONT*" "*ITALIC-FONT*" "*ENTRY-FONT*" "*INTERFACE-STYLE*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment