]> git.eshelyaron.com Git - emacs.git/commitdiff
(require): Require gnus-sum during compilation
authorCarsten Dominik <dominik@science.uva.nl>
Tue, 28 Nov 2006 07:31:25 +0000 (07:31 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Tue, 28 Nov 2006 07:31:25 +0000 (07:31 +0000)
to avoid problem with a macro call.

lisp/textmodes/org.el

index 30326066504ca43de14626eebe5cd38055e64472..d9baad489a3778707342188ff55044cf1f2b24d6 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Carsten Dominik <dominik at science dot uva dot nl>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
-;; Version: 4.56
+;; Version: 4.56b
 ;;
 ;; This file is part of GNU Emacs.
 ;;
 
 (eval-when-compile
   (require 'cl)
+  (require 'gnus-sum)
   (require 'calendar))
 ;; For XEmacs, noutline is not yet provided by outline.el, so arrange for
 ;; the file noutline.el being loaded.
 
 ;;; Customization variables
 
-(defvar org-version "4.56"
+(defvar org-version "4.56b"
   "The version number of the file org.el.")
 (defun org-version ()
   (interactive)