emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el
Date: Sun, 01 May 2005 20:30:14 -0400

Index: emacs/lisp/progmodes/cc-vars.el
diff -c emacs/lisp/progmodes/cc-vars.el:1.37 
emacs/lisp/progmodes/cc-vars.el:1.38
*** emacs/lisp/progmodes/cc-vars.el:1.37        Fri Dec 31 14:52:17 2004
--- emacs/lisp/progmodes/cc-vars.el     Mon May  2 00:30:14 2005
***************
*** 1476,1481 ****
--- 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]