]> git.eshelyaron.com Git - emacs.git/commitdiff
(whitespace-style, whitespace-trailing-regexp): Silence compiler.
authorGlenn Morris <rgm@gnu.org>
Sun, 11 Jan 2009 03:23:56 +0000 (03:23 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 11 Jan 2009 03:23:56 +0000 (03:23 +0000)
lisp/ChangeLog
lisp/diff-mode.el

index e17497b64053a023ec59e8599ebee2b1587b4603..7e8e3ccdab5c134f670dae26bf368999b20edf49 100644 (file)
@@ -1,5 +1,8 @@
 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):
index 7eddf3b37e7fa5daddbc2aef1608cfa7526324b6..eb0807cc0953ae884f48aea93875d41109caaa1d 100644 (file)
@@ -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.