comparison lisp/gnus/gnus-util.el @ 57153:497f0d2ca551

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 20 Sep 2004 12:03:05 +0000
parents 55fd4f77387a
children 7fdc1df35f39 0796fc36c2bd
comparison
equal deleted inserted replaced
57152:bb857995295b 57153:497f0d2ca551
1161 (defcustom gnus-use-byte-compile t 1161 (defcustom gnus-use-byte-compile t
1162 "If non-nil, byte-compile crucial run-time code. 1162 "If non-nil, byte-compile crucial run-time code.
1163 Setting it to nil has no effect after the first time `gnus-byte-compile' 1163 Setting it to nil has no effect after the first time `gnus-byte-compile'
1164 is run." 1164 is run."
1165 :type 'boolean 1165 :type 'boolean
1166 :version "21.1" 1166 :version "21.4"
1167 :group 'gnus-various) 1167 :group 'gnus-various)
1168 1168
1169 (defun gnus-byte-compile (form) 1169 (defun gnus-byte-compile (form)
1170 "Byte-compile FORM if `gnus-use-byte-compile' is non-nil." 1170 "Byte-compile FORM if `gnus-use-byte-compile' is non-nil."
1171 (if gnus-use-byte-compile 1171 (if gnus-use-byte-compile