Mercurial > emacs
changeset 18088:be8a62ae8d21
(sc::cursors): Add an eval-and-compile.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Jun 1997 09:29:06 +0000 |
parents | 05c70aa62552 |
children | bb0e09c8ada3 |
files | lisp/sun-curs.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/sun-curs.el Sun Jun 01 08:04:57 1997 +0000 +++ b/lisp/sun-curs.el Sun Jun 01 09:29:06 1997 +0000 @@ -33,7 +33,8 @@ (require 'cl) -(defvar sc::cursors nil "List of known cursors") +(eval-and-compile + (defvar sc::cursors nil "List of known cursors")) (defmacro defcursor (name x y string) (if (not (memq name sc::cursors))