diff lisp/progmodes/hideif.el @ 922:52cd80cb5be1

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 04 Aug 1992 04:09:07 +0000
parents 81e6b85a9261
children 61c6983219ff
line wrap: on
line diff
--- a/lisp/progmodes/hideif.el	Tue Aug 04 02:36:45 1992 +0000
+++ b/lisp/progmodes/hideif.el	Tue Aug 04 04:09:07 1992 +0000
@@ -582,7 +582,7 @@
 	 (hif-endif-to-ifdef))
 	((hif-looking-at-ifX)
 	 'done)
-	(t ; never gets here)))
+	(t)))			; never gets here
 
 
 (defun forward-ifdef (&optional arg)