diff options
| -rw-r--r-- | lisp/progmodes/cc-vars.el | 7 |
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. | ||
| 1481 | This list is used to display the #define directive associated | ||
| 1482 | with an identifier as a tooltip. It works in a debug session | ||
| 1483 | with 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 |