diff options
| author | Nick Roberts | 2005-05-03 06:45:54 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-03 06:45:54 +0000 |
| commit | 004e695aa56e5febbdd681361aff3cd1e7da88b1 (patch) | |
| tree | 8f764f316c9d3130e1e4eb068fc96438b09c5439 | |
| parent | a70d41f7d3325185487463a7b3f60dbf3bf008af (diff) | |
| download | emacs-004e695aa56e5febbdd681361aff3cd1e7da88b1.tar.gz emacs-004e695aa56e5febbdd681361aff3cd1e7da88b1.zip | |
(cc-define-list-program): Remove this
recent addition.
| -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 |