;ELC ;;; compiled by cthomp@willow on Fri Sep 3 14:43:09 1993 ;;; from file /era/era-working/editor/lisp/ilisp/ilisp-val.el ;;; emacs version 19.8 (beta12) Lucid. ;;; bytecomp version 2.18; 28-aug-93. ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19"))) (error "This file was compiled for Emacs 19.")) (fset 'ilisp-value #[(variable &optional no-error-p) "ŠÀ qˆÁ\n!‰«ƒ ªˆ ?­„ÅÆ\n\"*‡" [ilisp-buffer eval variable value no-error-p error "%s is not defined."] 4 "\ Return the value of VARIABLE in the ILISP buffer. If NO-ERROR-P is NIL, then an error will be signalled if VARIABLE is nil."]) (fset 'set-ilisp-value #[(variable value) "ŠÀ qˆ \nL)‡" [ilisp-buffer variable value] 2 "\ Set the value of VARIABLE in the ILISP buffer."]) (provide 'ilisp-val)