aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorDeepak Goel <[email protected]>2005-09-18 12:25:02 +0000
committerDeepak Goel <[email protected]>2005-09-18 12:25:02 +0000
commit8a26c16552f49f7a61e1e338952110b59e5b2664 (patch)
tree573b8698befa710db88672563a1714bbed3e0f0a /lisp/hi-lock.el
parentbe9bb408d2f2e063cc4606cbaa04912a45719efe (diff)
Message format spec fixes (1)
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index 14920cf93c..84a8cd6284 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -564,7 +564,7 @@ Optional argument END is maximum excursion."
(hi-lock-current-line)))))))
(when hi-lock-mode (hi-lock-set-file-patterns all-patterns))
(if (interactive-p)
- (message (format "Hi-lock added %d patterns." (length all-patterns)))))))
+ (message "Hi-lock added %d patterns." (length all-patterns))))))
(defun hi-lock-font-lock-hook ()
"Add hi lock patterns to font-lock's."