Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d269bb99
Commit
d269bb99
authored
Jan 27, 2014
by
Reuben Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* whitespace.el (whitespace-enable-predicate): fix sense of comment.
Fixes bug #16564, from change of 2013-03-10.
parent
56420a15
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/whitespace.el
lisp/whitespace.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d269bb99
2014-01-27 Reuben Thomas <rrt@sc3d.org>
* whitespace.el (whitespace-enable-predicate): fix sense of comment.
Fixes bug #16564, from change of 2013-03-10.
2014-01-27 Glenn Morris <rgm@gnu.org>
* shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
...
...
lisp/whitespace.el
View file @
d269bb99
...
...
@@ -1084,7 +1084,7 @@ See also `whitespace-style', `whitespace-newline' and
(not (memq major-mode (cdr whitespace-global-modes)))
(memq major-mode whitespace-global-modes)))
(t nil))
;; ...we have a display (
we're
running a batch job)
;; ...we have a display (
not
running a batch job)
(not noninteractive)
;; ...the buffer is not internal (name starts with a space)
(not (eq (aref (buffer-name) 0) ?\ ))
...
...
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