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/cwarn.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cwarn.el
Date: Mon, 04 Apr 2005 05:21:06 -0400

Index: emacs/lisp/progmodes/cwarn.el
diff -c emacs/lisp/progmodes/cwarn.el:1.8 emacs/lisp/progmodes/cwarn.el:1.9
*** emacs/lisp/progmodes/cwarn.el:1.8   Mon Sep  1 15:45:35 2003
--- emacs/lisp/progmodes/cwarn.el       Mon Apr  4 09:21:06 2005
***************
*** 1,6 ****
  ;;; cwarn.el --- highlight suspicious C and C++ constructions
  
! ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
  
  ;; Author: Anders Lindgren <address@hidden>
  ;; Keywords: c, languages, faces
--- 1,6 ----
  ;;; cwarn.el --- highlight suspicious C and C++ constructions
  
! ;; Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
  
  ;; Author: Anders Lindgren <address@hidden>
  ;; Keywords: c, languages, faces
***************
*** 193,199 ****
  C++ modes are included.
  
  With ARG, turn CWarn mode on if and only if arg is positive."
!   nil cwarn-mode-text nil
    (cwarn-font-lock-keywords cwarn-mode)
    (if font-lock-mode (font-lock-fontify-buffer)))
  
--- 193,199 ----
  C++ modes are included.
  
  With ARG, turn CWarn mode on if and only if arg is positive."
!   :group 'cwarn :lighter cwarn-mode-text
    (cwarn-font-lock-keywords cwarn-mode)
    (if font-lock-mode (font-lock-fontify-buffer)))
  




reply via email to

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