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:
parent
72e6e6b15e
commit
0e0f99d9eb
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user