Index: emacs/lisp/progmodes/cc-vars.el
diff -c emacs/lisp/progmodes/cc-vars.el:1.38 
emacs/lisp/progmodes/cc-vars.el:1.39
*** emacs/lisp/progmodes/cc-vars.el:1.38        Mon May  2 00:30:14 2005
--- emacs/lisp/progmodes/cc-vars.el     Tue May  3 06:45:54 2005
***************
*** 1476,1488 ****
    :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
--- 1476,1481 ----


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to