This commit is contained in:
Dave Love 2003-10-06 16:33:13 +00:00
parent e2f9e1b2ad
commit f73c072cbf
2 changed files with 6 additions and 3 deletions

View 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

View file

@ -173,6 +173,8 @@
;; 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...