aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-03 06:45:54 +0000
committerNick Roberts2005-05-03 06:45:54 +0000
commit004e695aa56e5febbdd681361aff3cd1e7da88b1 (patch)
tree8f764f316c9d3130e1e4eb068fc96438b09c5439
parenta70d41f7d3325185487463a7b3f60dbf3bf008af (diff)
downloademacs-004e695aa56e5febbdd681361aff3cd1e7da88b1.tar.gz
emacs-004e695aa56e5febbdd681361aff3cd1e7da88b1.zip
(cc-define-list-program): Remove this
recent addition.
-rw-r--r--lisp/progmodes/cc-vars.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index 647b9bd1e23..89697c58ca8 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -1476,13 +1476,6 @@ names)."))
1476 :type 'c-extra-types-widget 1476 :type 'c-extra-types-widget
1477 :group 'c) 1477 :group 'c)
1478 1478
1479(defcustom cc-define-list-program "gcc -E -dM -"
1480 "The program name for generating a list of #define directives.
1481This list is used to display the #define directive associated
1482with an identifier as a tooltip. It works in a debug session
1483with GDB, when tooltip-gud-tips-p is t."
1484 :type 'string
1485 :group 'c)
1486 1479
1487;; Non-customizable variables, still part of the interface to CC Mode 1480;; Non-customizable variables, still part of the interface to CC Mode
1488(defvar c-file-style nil 1481(defvar c-file-style nil