Bind mail-header-separator when compiling.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 29 Apr 2003 05:43:20 +0000 (05:43 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 29 Apr 2003 05:43:20 +0000 (05:43 +0000)
lisp/ChangeLog
lisp/canlock.el

index 9060488..1d4e643 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * canlock.el: Bind mail-header-separator when compiling (XEmacs
+       provides it in mail-lib/auto-autoloads.el).
+
 2003-04-29  Simon Josefsson  <jas@extundo.com>
 
        * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
index e307ae2..7912f3d 100644 (file)
@@ -47,6 +47,9 @@
 (autoload 'base64-encode-string "base64")
 (autoload 'mail-fetch-field "mail-utils")
 
+(eval-when-compile
+  (defvar mail-header-separator))
+
 (defgroup canlock nil
   "The Cancel-Lock feature."
   :group 'applications)