comparison lisp/progmodes/cc-vars.el @ 62047:71210632feca

(cc-define-list-program): Remove this recent addition.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 03 May 2005 06:45:54 +0000
parents ee10b311b39f
children 18a818a2ee7c
comparison
equal deleted inserted replaced
62046:cff3c2be0762 62047:71210632feca
1474 lower case char is to avoid recognizing all-caps macro and constant 1474 lower case char is to avoid recognizing all-caps macro and constant
1475 names).")) 1475 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
1489 "Variable interface for setting style via File Local Variables. 1482 "Variable interface for setting style via File Local Variables.
1490 In a file's Local Variable section, you can set this variable to a 1483 In a file's Local Variable section, you can set this variable to a