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


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

Index: emacs/lisp/progmodes/hideif.el
diff -c emacs/lisp/progmodes/hideif.el:1.49 emacs/lisp/progmodes/hideif.el:1.50
*** emacs/lisp/progmodes/hideif.el:1.49 Tue Feb 22 20:52:39 2005
--- emacs/lisp/progmodes/hideif.el      Mon Apr  4 09:25:36 2005
***************
*** 1,6 ****
  ;;; hideif.el --- hides selected code within ifdef
  
! ;; Copyright (C) 1988,1994,2001, 2002 Free Software Foundation, Inc.
  
  ;; Author: Daniel LaLiberte <address@hidden>
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; hideif.el --- hides selected code within ifdef
  
! ;; Copyright (C) 1988, 1994, 2001, 2002, 2005 Free Software Foundation, Inc.
  
  ;; Author: Daniel LaLiberte <address@hidden>
  ;; Maintainer: FSF
***************
*** 197,203 ****
        After `show-ifdefs', read-only status is restored to previous value.
  
  \\{hide-ifdef-mode-map}"
!   nil " Ifdef" nil
    (if hide-ifdef-mode
        (progn
        ;; inherit global values
--- 197,203 ----
        After `show-ifdefs', read-only status is restored to previous value.
  
  \\{hide-ifdef-mode-map}"
!   :group 'hide-ifdef :lighter " Ifdef"
    (if hide-ifdef-mode
        (progn
        ;; inherit global values




reply via email to

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