diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
commit | 1a06eabd17a8eff0635bc7058349f7c22057864c (patch) | |
tree | 851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/progmodes/icon.el | |
parent | 6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff) | |
download | emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/icon.el')
-rw-r--r-- | lisp/progmodes/icon.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index c381f812105..cab251427ba 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el @@ -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 @@ Returns nil if line starts inside a string, t if in a comment." (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 |