diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index d713d4577d5..b973569e59d 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -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: