changeset 3366:4db64c9c1f05

Fix comments.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 May 1993 21:52:45 +0000
parents 0865c1679cd8
children d8301f8d5b73
files lisp/textmodes/sgml-mode.el
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el	Mon May 31 21:51:15 1993 +0000
+++ b/lisp/textmodes/sgml-mode.el	Mon May 31 21:52:45 1993 +0000
@@ -25,16 +25,6 @@
 ;;; Commentary:
 
 ;; Major mode for editing the SGML document-markup language.
-;;
-;; Some suggestions for your .emacs file:
-;;
-;; (autoload 'sgml-mode "sgml-mode" "SGML mode" t)
-;;
-;; (setq auto-mode-alist 
-;;       (append (list (cons "\\.sgm$" 'sgml-mode)
-;;                     (cons "\\.sgml$"  'sgml-mode)
-;;                     (cons "\\.dtd$" 'sgml-mode))
-;;               auto-mode-alist))
 
 ;;; Code: