aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-10-06 16:33:13 +0000
committerDave Love2003-10-06 16:33:13 +0000
commitf73c072cbf8e1cb8573c1376f50b0fed1f809849 (patch)
treebfad83e23a0918d801f6da43191ece7503409f08
parente2f9e1b2adc8053e6260757659d2efcd9f645aaf (diff)
downloademacs-f73c072cbf8e1cb8573c1376f50b0fed1f809849.tar.gz
emacs-f73c072cbf8e1cb8573c1376f50b0fed1f809849.zip
Comment.
-rw-r--r--lisp/smerge-mode.el7
-rw-r--r--lisp/strokes.el2
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/smerge-mode.el b/lisp/smerge-mode.el
index b43303a65b4..44dec95e035 100644
--- a/lisp/smerge-mode.el
+++ b/lisp/smerge-mode.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Stefan Monnier <monnier@cs.yale.edu> 5;; Author: Stefan Monnier <monnier@cs.yale.edu>
6;; Keywords: merge diff3 cvs conflict 6;; Keywords: merge diff3 cvs conflict
7;; Revision: $Id: smerge-mode.el,v 1.21 2003/02/04 12:05:02 lektu Exp $ 7;; Revision: $Id: smerge-mode.el,v 1.22 2003/09/01 15:45:14 miles Exp $
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
@@ -182,8 +182,9 @@ Can be nil if the style is undecided, or else:
182- `diff3-A'") 182- `diff3-A'")
183 183
184;; Compiler pacifiers 184;; Compiler pacifiers
185(defvar font-lock-mode) 185(eval-when-compile
186(defvar font-lock-keywords) 186 (unless (fboundp 'font-lock-fontify-region)
187 (autoload 'font-lock-fontify-region "font-lock")))
187 188
188;;;; 189;;;;
189;;;; Actual code 190;;;; Actual code
diff --git a/lisp/strokes.el b/lisp/strokes.el
index fe8d17b40d0..c6ad0c6d55a 100644
--- a/lisp/strokes.el
+++ b/lisp/strokes.el
@@ -173,6 +173,8 @@
173;; Other: I always have the most beta version of strokes, so if you 173;; Other: I always have the most beta version of strokes, so if you
174;; want it just let me know. 174;; want it just let me know.
175 175
176;; Fixme: Use pbm instead of xpm for pixmaps to work generally.
177
176;;; Code: 178;;; Code:
177 179
178;;; Requirements and provisions... 180;;; Requirements and provisions...