diff lisp/progmodes/icon.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 01cbfdd59f82
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/progmodes/icon.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/progmodes/icon.el	Sat May 30 23:12:08 1992 +0000
@@ -1,3 +1,5 @@
+;;; icon.el --- mode for editing Icon code
+
 ;; Note: use
 ;;  (autoload 'icon-mode "icon" nil t)
 ;;  (setq auto-mode-alist (cons '("\\.icn$" . icon-mode) auto-mode-alist))
@@ -547,3 +549,4 @@
 		(if (re-search-forward comment-start-skip (save-excursion (end-of-line) (point)) t)
 		    (progn (indent-for-comment) (beginning-of-line))))))))))
 
+;;; icon.el ends here