mly@LCS.MIT.EDU (03/21/90)
Try the following to make Emacs handle Common-Lisp forms like FLET and LABELS and UNWIND-PROTECT and DO more nicely: (if (not (fboundp 'common-lisp-indent-hook)) (load "cl-indent" t)) (if (fboundp 'common-lisp-indent-hook) (setq lisp-indent-hook 'common-lisp-indent-hook))