]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorDave Love <fx@gnu.org>
Mon, 6 Oct 2003 16:33:13 +0000 (16:33 +0000)
committerDave Love <fx@gnu.org>
Mon, 6 Oct 2003 16:33:13 +0000 (16:33 +0000)
lisp/smerge-mode.el
lisp/strokes.el

index b43303a65b4f310cb65f803f0b582f1a6759e398..44dec95e0353401a302b1d71c402071ac3663bdb 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: merge diff3 cvs conflict
-;; Revision: $Id: smerge-mode.el,v 1.21 2003/02/04 12:05:02 lektu Exp $
+;; Revision: $Id: smerge-mode.el,v 1.22 2003/09/01 15:45:14 miles Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -182,8 +182,9 @@ Can be nil if the style is undecided, or else:
 - `diff3-A'")
 
 ;; Compiler pacifiers
-(defvar font-lock-mode)
-(defvar font-lock-keywords)
+(eval-when-compile
+  (unless (fboundp 'font-lock-fontify-region)
+    (autoload 'font-lock-fontify-region "font-lock")))
 
 ;;;;
 ;;;; Actual code
index fe8d17b40d0d218d78076d1495801e9135c0bb04..c6ad0c6d55aa5f03d9229037f8356346c891acbd 100644 (file)
 ;; Other: I always have the most beta version of strokes, so if you
 ;;        want it just let me know.
 
+;; Fixme: Use pbm instead of xpm for pixmaps to work generally.
+
 ;;; Code:
 
 ;;; Requirements and provisions...