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
8f652877
Commit
8f652877
authored
Jan 13, 1996
by
Erik Naggum
Browse files
Removed auto-mode-alist hacking for html-mode to files.el.
parent
68e0771b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
lisp/textmodes/sgml-mode.el
lisp/textmodes/sgml-mode.el
+0
-5
No files found.
lisp/textmodes/sgml-mode.el
View file @
8f652877
...
...
@@ -741,11 +741,6 @@ Else `t'."
(
provide
'sgml-mode
)
;;;###autoload
(
or
(
rassq
'html-mode
auto-mode-alist
)
(
setq
auto-mode-alist
`
((
"\\.s?html?\\'"
.
html-mode
)
,@
auto-mode-alist
)))
(
defvar
html-quick-keys
t
"Use C-c <x> combinations for quick insertion of frequent tags when non-nil.
This takes effect when first loading the library."
)
...
...
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