From e8f642e7ea383493428060c0385ea5782bddb911 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 11 Jan 2009 03:23:56 +0000 Subject: [PATCH] (whitespace-style, whitespace-trailing-regexp): Silence compiler. --- lisp/ChangeLog | 3 +++ lisp/diff-mode.el | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e17497b6405..7e8e3ccdab5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-01-11 Glenn Morris + * 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): 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." (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. -- 2.11.4.GIT