From: Vladimir Zolotykh
Subject: Indenting lisp code
Date: 
Message-ID: <opsrbq46l34w83rv@algow.eurocom.od.ua>
Using Allegro 7.0 Emacs-Lisp interface , Emacs 21.4.1

In eli/fi-indent.el I see the line for CASE:
	(put 'case 'fi:lisp-indent-hook '((1 (2 t) ((1 0 quote) (0 t nil))) (0 t  
1)))
Will be any difference if I just put
	(put 'case 'fi:lisp-indent-hook 1)
?

Would you give my an example where the second PUT lacks something
compared to the sophisticated first PUT?

-- 
Vladimir Zolotykh