diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-22 21:20:04 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-22 21:20:04 +0000 |
commit | 067ffa38a5d8f117efb94afa8a2edba3d832ee1a (patch) | |
tree | 5e0aa111aaea3b87012cdf4a979eb1e3118d3819 /lisp/progmodes/hideif.el | |
parent | 21800cb80bdd7f1e5e2d3d96828c11ae96ddaed0 (diff) | |
download | emacs-067ffa38a5d8f117efb94afa8a2edba3d832ee1a.tar.gz emacs-067ffa38a5d8f117efb94afa8a2edba3d832ee1a.tar.bz2 emacs-067ffa38a5d8f117efb94afa8a2edba3d832ee1a.zip |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/hideif.el')
-rw-r--r-- | lisp/progmodes/hideif.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index 2bedcef8cca..36587129891 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -5,8 +5,6 @@ ;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu> ;; Keywords: c -;;; $Header: hide-ifdef-mode.el,v 1.7 88/02/16 03:12:58 liberte Exp $ - ;;; Commentary: ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL. @@ -94,7 +92,6 @@ ;;; Change Log: ;;; -;;; $Log: hide-ifdef-mode.el,v $ ;;; Revision 1.7 88/02/16 03:12:58 liberte ;;; Fixed comments and doc strings. ;;; Added optional prefix arg for ifdef motion commands. |