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
d47520cd
Commit
d47520cd
authored
Dec 02, 2001
by
Stefan Monnier
Browse files
(antlr-c-common-init): Don't inhibit adaptive-fill-mode any more.
parent
157704f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lisp/progmodes/antlr-mode.el
lisp/progmodes/antlr-mode.el
+1
-5
No files found.
lisp/progmodes/antlr-mode.el
View file @
d47520cd
...
...
@@ -1391,8 +1391,6 @@ Otherwise, indent the current line with `antlr-indent-line'."
(
make-local-variable
'comment-multi-line
)
(
make-local-variable
'outline-regexp
)
(
make-local-variable
'outline-level
)
(
make-local-variable
'adaptive-fill-regexp
)
(
make-local-variable
'adaptive-fill-mode
)
(
make-local-variable
'imenu-generic-expression
)
;set in the mode functions
(
and
(
boundp
'comment-line-break-function
)
(
make-local-variable
'comment-line-break-function
))
...
...
@@ -1414,9 +1412,7 @@ Otherwise, indent the current line with `antlr-indent-line'."
comment-column
32
comment-start-skip
"/\\*+ *\\|// *"
comment-multi-line
nil
comment-line-break-function
'c-comment-line-break-function
adaptive-fill-regexp
nil
adaptive-fill-mode
nil
)
comment-line-break-function
'c-comment-line-break-function
)
;; we have to do something special for c-offsets-alist so that the
;; buffer local value has its own alist structure.
(
setq
c-offsets-alist
(
copy-alist
c-offsets-alist
))
...
...
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