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
d86b05e7
Commit
d86b05e7
authored
Nov 25, 2006
by
Jan Djärv
Browse files
Mention c-backslash-max-column in documentation for c-backslash-column.
parent
ae4e78da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/cc-vars.el
lisp/progmodes/cc-vars.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d86b05e7
2006-11-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* progmodes/cc-vars.el (c-backslash-column): Mention
c-backslash-max-column in documentation for c-backslash-column.
2006-11-24 Lars Hansen <larsh@soem.dk>
* net/tramp.el (tramp-default-method): Under Windows, change from
lisp/progmodes/cc-vars.el
View file @
d86b05e7
...
...
@@ -809,7 +809,7 @@ then no newline is inserted."
This is used by the functions that automatically insert or align the
line continuation backslashes in multiline macros. If any line in the
macro exceeds this column then the next tab stop from that line is
used as alignment column instead."
used as alignment column instead.
See also `c-backslash-max-column'
"
:type
'integer
:group
'c
)
;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)
...
...
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