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
1a868076
Commit
1a868076
authored
Aug 27, 2010
by
Vinicius Jose Latorre
Browse files
Adjust type declaration.
parent
dc6de553
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/whitespace.el
lisp/whitespace.el
+2
-0
No files found.
lisp/ChangeLog
View file @
1a868076
2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el (whitespace-style): Adjust type declaration.
2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
* progmodes/js.el: Make indentation more customizable (Bug#6914).
...
...
lisp/whitespace.el
View file @
1a868076
...
...
@@ -529,6 +529,8 @@ cleanning up a buffer. See `whitespace-cleanup' and
See also `whitespace-display-mappings' for documentation."
:type
'
(
repeat
:tag
"Kind of Blank"
(
choice
:tag
"Kind of Blank Face"
(
const
:tag
"(Face) Face visualization"
face
)
(
const
:tag
"(Face) Trailing TABs, SPACEs and HARD SPACEs"
trailing
)
(
const
:tag
"(Face) SPACEs and HARD SPACEs"
...
...
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