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
5bf9c8a0
Commit
5bf9c8a0
authored
Sep 29, 2000
by
Stefan Monnier
Browse files
(asm-mode): Don't gratuitously override the default for comment-column.
parent
11ae6c5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/progmodes/asm-mode.el
lisp/progmodes/asm-mode.el
+0
-2
No files found.
lisp/progmodes/asm-mode.el
View file @
5bf9c8a0
...
...
@@ -142,8 +142,6 @@ Special commands:
)
(
make-local-variable
'comment-end
)
(
setq
comment-end
""
)
(
make-local-variable
'comment-column
)
(
setq
comment-column
32
)
(
setq
fill-prefix
"\t"
)
(
run-hooks
'asm-mode-hook
))
...
...
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