Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
68e0771b
Commit
68e0771b
authored
Jan 13, 1996
by
Erik Naggum
Browse files
Remove redundant auto-mode-alist hacking.
parent
b4d57b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
lisp/textmodes/sgml-mode.el
lisp/textmodes/sgml-mode.el
+0
-7
No files found.
lisp/textmodes/sgml-mode.el
View file @
68e0771b
...
...
@@ -30,13 +30,6 @@
;;; Code:
;;;###autoload
(
or
(
rassq
'sgml-mode
auto-mode-alist
)
(
setq
auto-mode-alist
`
((
"\\.sgml?\\'"
.
sgml-mode
)
(
"\\.dtd\\'"
.
sgml-mode
)
,@
auto-mode-alist
)))
;; As long as Emacs' syntax can't be complemented with predicates to context
;; sensitively confirm the syntax of characters, we have to live with this
;; kludgy kind of tradeoff.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment