mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(cc-define-list-program): Remove this
recent addition.
This commit is contained in:
parent
a70d41f7d3
commit
004e695aa5
1 changed files with 0 additions and 7 deletions
|
|
@ -1476,13 +1476,6 @@ names)."))
|
|||
:type 'c-extra-types-widget
|
||||
:group 'c)
|
||||
|
||||
(defcustom cc-define-list-program "gcc -E -dM -"
|
||||
"The program name for generating a list of #define directives.
|
||||
This list is used to display the #define directive associated
|
||||
with an identifier as a tooltip. It works in a debug session
|
||||
with GDB, when tooltip-gud-tips-p is t."
|
||||
:type 'string
|
||||
:group 'c)
|
||||
|
||||
;; Non-customizable variables, still part of the interface to CC Mode
|
||||
(defvar c-file-style nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue