# HG changeset patch # User Michael Olson # Date 1211236756 0 # Node ID 0b7174c8d2d3f92f382c96a8c83a3bb4389810bc # Parent 17d5d0b2111cc290e32ac357b13b1a12e56eee06 lisp/files.el: Remove trailing whitespace. diff -r 17d5d0b2111c -r 0b7174c8d2d3 lisp/files.el --- a/lisp/files.el Mon May 19 22:38:15 2008 +0000 +++ b/lisp/files.el Mon May 19 22:39:16 2008 +0000 @@ -2653,7 +2653,7 @@ (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.