aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 9b8e51dda5f..50644383667 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -43,6 +43,7 @@
43 43
44(require 'comint) 44(require 'comint)
45(require 'etags) 45(require 'etags)
46(require 'font-lock)
46 47
47;; ====================================================================== 48;; ======================================================================
48;; GUD commands must be visible in C buffers visited by GUD 49;; GUD commands must be visible in C buffers visited by GUD