comparison lisp/byte-optimize.el @ 4601:7c7262c47538

Remove any reference to mocklisp as an active technology. lisp/ChangeLog addition: 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> * help.el: (describe-function-1): * byte-optimize.el: Remove any reference to mocklisp as an active technology. man/ChangeLog addition: 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> * xemacs/xemacs.texi (Top): * xemacs/misc.texi (Emulation): * xemacs/building.texi (Lisp Libraries): (Compiling Libraries): Remove any reference to mocklisp as an active technology. Also remove documentation of the related #'set-gosmacs-bindings, which is no longer available.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 04 Feb 2009 20:52:24 +0000
parents 9eb558ffe8ff
children 8f1ee2d15784
comparison
equal deleted inserted replaced
4599:0347879667ed 4601:7c7262c47538
54 ;; However certain variables should never have their bindings optimized 54 ;; However certain variables should never have their bindings optimized
55 ;; away, because they affect everything. 55 ;; away, because they affect everything.
56 ;; (put 'debug-on-error 'binding-is-magic t) 56 ;; (put 'debug-on-error 'binding-is-magic t)
57 ;; (put 'debug-on-abort 'binding-is-magic t) 57 ;; (put 'debug-on-abort 'binding-is-magic t)
58 ;; (put 'debug-on-next-call 'binding-is-magic t) 58 ;; (put 'debug-on-next-call 'binding-is-magic t)
59 ;; (put 'mocklisp-arguments 'binding-is-magic t)
60 ;; (put 'inhibit-quit 'binding-is-magic t) 59 ;; (put 'inhibit-quit 'binding-is-magic t)
61 ;; (put 'quit-flag 'binding-is-magic t) 60 ;; (put 'quit-flag 'binding-is-magic t)
62 ;; (put 't 'binding-is-magic t) 61 ;; (put 't 'binding-is-magic t)
63 ;; (put 'nil 'binding-is-magic t) 62 ;; (put 'nil 'binding-is-magic t)
64 ;; possibly also 63 ;; possibly also