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
e8f642e7
Commit
e8f642e7
authored
Jan 11, 2009
by
Glenn Morris
Browse files
(whitespace-style, whitespace-trailing-regexp): Silence compiler.
parent
1cc3c18f
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
+3
-0
lisp/diff-mode.el
lisp/diff-mode.el
+3
-0
No files found.
lisp/ChangeLog
View file @
e8f642e7
2009-01-11 Glenn Morris <rgm@gnu.org>
* diff-mode.el (whitespace-style, whitespace-trailing-regexp):
Silence compiler.
* emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
some entries.
(authors-fixed-case, authors-ignored-files, authors-valid-file-names):
...
...
lisp/diff-mode.el
View file @
e8f642e7
...
...
@@ -1230,6 +1230,9 @@ See `after-change-functions' for the meaning of BEG, END and LEN."
(
diff-hunk-next
arg
)
(
diff-goto-source
))
(
defvar
whitespace-style
)
(
defvar
whitespace-trailing-regexp
)
;;;###autoload
(
define-derived-mode
diff-mode
fundamental-mode
"Diff"
"Major mode for viewing/editing context diffs.
...
...
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