Mercurial > emacs
changeset 101119:ccbca2862f79
(whitespace-style, whitespace-trailing-regexp): Silence compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 11 Jan 2009 03:23:56 +0000 |
parents | 88234d29cce6 |
children | c7a080d2d889 |
files | lisp/ChangeLog lisp/diff-mode.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 11 03:12:28 2009 +0000 +++ b/lisp/ChangeLog Sun Jan 11 03:23:56 2009 +0000 @@ -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):
--- a/lisp/diff-mode.el Sun Jan 11 03:12:28 2009 +0000 +++ b/lisp/diff-mode.el Sun Jan 11 03:23:56 2009 +0000 @@ -1230,6 +1230,9 @@ (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.