[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RP] (require 'font-lock) in ratpoison.el
From: |
Magnus Henoch |
Subject: |
[RP] (require 'font-lock) in ratpoison.el |
Date: |
Fri Oct 24 12:37:23 2003 |
User-agent: |
Mutt/1.4i |
ratpoison.el won't load if font-lock is not loaded, hence font-lock should
be (require)d.
Magnus
Index: contrib/ratpoison.el
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/contrib/ratpoison.el,v
retrieving revision 1.1
diff -u -u -r1.1 ratpoison.el
--- contrib/ratpoison.el 5 Oct 2001 16:15:25 -0000 1.1
+++ contrib/ratpoison.el 24 Oct 2003 19:30:30 -0000
@@ -44,6 +44,8 @@
;; - auto-completion of commands
;; - probably a bunch of other things
+(require 'font-lock)
+
(defvar ratpoison-commands-0
(list
"abort"
- [RP] (require 'font-lock) in ratpoison.el,
Magnus Henoch <=