1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Fix comments.

This commit is contained in:
Richard M. Stallman 1993-05-31 21:52:45 +00:00
parent 72e6e6b15e
commit 0e0f99d9eb

View File

@ -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: