comparison lisp/gnus/nnheader.el @ 19493:8d840c4548c0

Require cl at compile time.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Aug 1997 20:23:37 +0000
parents e6935c08cf0b
children 33877efba398
comparison
equal deleted inserted replaced
19492:892a09772457 19493:8d840c4548c0
34 ;; 34 ;;
35 ;; (That last entry is defined as "misc" in the NOV format, but Gnus 35 ;; (That last entry is defined as "misc" in the NOV format, but Gnus
36 ;; uses it for xrefs.) 36 ;; uses it for xrefs.)
37 37
38 ;;; Code: 38 ;;; Code:
39
40 (eval-when-compile (require 'cl))
39 41
40 (require 'mail-utils) 42 (require 'mail-utils)
41 43
42 (defvar nnheader-max-head-length 4096 44 (defvar nnheader-max-head-length 4096
43 "*Max length of the head of articles.") 45 "*Max length of the head of articles.")