[Top][All Lists]
[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: |
Tue, 03 May 2005 02:45:55 -0400 |
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 ----