aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2005-07-07 04:59:06 +0000
committerNick Roberts <[email protected]>2005-07-07 04:59:06 +0000
commit67bb20fadb44b7022c706fc1b6146b85bcbaf072 (patch)
tree76a81592584f4ad5b8a0a4c12eb1bf7e87b918b8 /lisp/progmodes
parent811ade5c2385f241a70c585c2839aa26a78ec563 (diff)
Require font-lock for displaying errors.
Used by gdb-ui.el.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/gud.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 9b8e51dda5..5064438366 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -43,6 +43,7 @@
(require 'comint)
(require 'etags)
+(require 'font-lock)
;; ======================================================================
;; GUD commands must be visible in C buffers visited by GUD