From: Michael Olson Date: Mon, 19 May 2008 22:39:16 +0000 (+0000) Subject: lisp/files.el: Remove trailing whitespace. X-Git-Tag: emacs-pretest-23.0.90~5425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12a28ea34cf170499991df5ac70abedb3884137f;p=emacs.git lisp/files.el: Remove trailing whitespace. --- diff --git a/lisp/files.el b/lisp/files.el index 3afbb2a1d18..35c21b19da5 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2653,7 +2653,7 @@ settings; nil otherwise." (if risky-vars (insert "The local variables list in " (or project name) "\ncontains variables that are risky (**).") - (insert "A local variables list is specified in " + (insert "A local variables list is specified in " (or project name) "."))) (insert "\n\nDo you want to apply it? You can type y -- to apply the local variables list.