# HG changeset patch # User Richard M. Stallman # Date 738885165 0 # Node ID 4db64c9c1f05ee1ab3c4cdf4934e61a5d6ae57e0 # Parent 0865c1679cd8ec5d41ed816257431d063d2bc8b2 Fix comments. diff -r 0865c1679cd8 -r 4db64c9c1f05 lisp/textmodes/sgml-mode.el --- 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: