From: Nick Roberts Date: Tue, 3 May 2005 06:45:54 +0000 (+0000) Subject: (cc-define-list-program): Remove this X-Git-Tag: ttn-vms-21-2-B4~557 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=004e695aa56e5febbdd681361aff3cd1e7da88b1;p=emacs.git (cc-define-list-program): Remove this recent addition. --- 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).")) :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