aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-01-11 03:23:56 +0000
committerGlenn Morris2009-01-11 03:23:56 +0000
commite8f642e7ea383493428060c0385ea5782bddb911 (patch)
tree4e4ff352a28437ffdf866ae4550781b8c1570d70
parent1cc3c18fd41142d2d7f9c2252c526ed45792a2ab (diff)
downloademacs-e8f642e7ea383493428060c0385ea5782bddb911.tar.gz
emacs-e8f642e7ea383493428060c0385ea5782bddb911.zip
(whitespace-style, whitespace-trailing-regexp): Silence compiler.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/diff-mode.el3
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e17497b6405..7e8e3ccdab5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-01-11 Glenn Morris <rgm@gnu.org> 12009-01-11 Glenn Morris <rgm@gnu.org>
2 2
3 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
4 Silence compiler.
5
3 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust 6 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
4 some entries. 7 some entries.
5 (authors-fixed-case, authors-ignored-files, authors-valid-file-names): 8 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index 7eddf3b37e7..eb0807cc095 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -1230,6 +1230,9 @@ See `after-change-functions' for the meaning of BEG, END and LEN."
1230 (diff-hunk-next arg) 1230 (diff-hunk-next arg)
1231 (diff-goto-source)) 1231 (diff-goto-source))
1232 1232
1233(defvar whitespace-style)
1234(defvar whitespace-trailing-regexp)
1235
1233;;;###autoload 1236;;;###autoload
1234(define-derived-mode diff-mode fundamental-mode "Diff" 1237(define-derived-mode diff-mode fundamental-mode "Diff"
1235 "Major mode for viewing/editing context diffs. 1238 "Major mode for viewing/editing context diffs.