[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
:rgbcolor not a record type!
- To: mcdougal@cs.uchicago.edu
- Subject: :rgbcolor not a record type!
- From: Andrew L. M. Shalit <alms>
- Date: Thu, 24 Jan 91 09:24:20 -0500
- Cc: info-macl
- In-reply-to: Tom McDougal's message of Wed, 23 Jan 91 17:58:13 CST <9101232358.AA25276@tartarus.uchicago.edu>
Date: Wed, 23 Jan 91 17:58:13 CST
From: Tom McDougal <mcdougal@gargoyle.uchicago.edu>
I'm having trouble w/ creating/accessing records of type :rgbcolor.
You need to load the record definitions file. Try
(require 'records)
before you load the rest of your code.
-andrew