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
5dd3f26b
Commit
5dd3f26b
authored
Sep 29, 2000
by
Stefan Monnier
Browse files
(awk-mode): Don't gratuitously override the default for comment-column.
parent
5bf9c8a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/progmodes/awk-mode.el
lisp/progmodes/awk-mode.el
+0
-2
No files found.
lisp/progmodes/awk-mode.el
View file @
5dd3f26b
...
...
@@ -139,8 +139,6 @@ with no args, if that value is non-nil."
(setq comment-start "
#
")
(make-local-variable 'comment-end)
(setq comment-end "")
(make-local-variable 'comment-column)
(setq comment-column 32)
(make-local-variable 'comment-start-skip)
(setq comment-start-skip "
#+
*
")
(make-local-variable 'comment-indent-function)
...
...
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