/[emacs]/emacs/lisp/progmodes/cwarn.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cwarn.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by pj, Mon Jul 16 12:22:59 2001 UTC revision 1.5 by gerd, Sun Oct 21 22:44:13 2001 UTC
# Line 1  Line 1 
1  ;;; cwarn.el --- highlight suspicious C and C++ constructions  ;;; cwarn.el --- highlight suspicious C and C++ constructions
2    
3  ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.  ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
4    
5  ;; Author: Anders Lindgren <andersl@andersl.com>  ;; Author: Anders Lindgren <andersl@andersl.com>
6  ;; Keywords: c, languages, faces  ;; Keywords: c, languages, faces
# Line 168  keyword list." Line 168  keyword list."
168    :type '(alist :key-type (choice (const assign)    :type '(alist :key-type (choice (const assign)
169                                    (const semicolon)                                    (const semicolon)
170                                    (const reference))                                    (const reference))
171                  :value-type face)                  :value-type (sexp :tag "Value"))
172    :group 'cwarn)    :group 'cwarn)
173    
174  (defcustom cwarn-verbose t  (defcustom cwarn-verbose t

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26