diff options
| author | Michael Olson | 2008-05-19 22:39:16 +0000 |
|---|---|---|
| committer | Michael Olson | 2008-05-19 22:39:16 +0000 |
| commit | 12a28ea34cf170499991df5ac70abedb3884137f (patch) | |
| tree | d5bedeb38df7ce6ad65ad31509b0524f774225db | |
| parent | 23aaf52ba0998d4866c6272a1aa11508e0ccb681 (diff) | |
| download | emacs-12a28ea34cf170499991df5ac70abedb3884137f.tar.gz emacs-12a28ea34cf170499991df5ac70abedb3884137f.zip | |
lisp/files.el: Remove trailing whitespace.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 2653 | (if risky-vars | 2653 | (if risky-vars |
| 2654 | (insert "The local variables list in " (or project name) | 2654 | (insert "The local variables list in " (or project name) |
| 2655 | "\ncontains variables that are risky (**).") | 2655 | "\ncontains variables that are risky (**).") |
| 2656 | (insert "A local variables list is specified in " | 2656 | (insert "A local variables list is specified in " |
| 2657 | (or project name) "."))) | 2657 | (or project name) "."))) |
| 2658 | (insert "\n\nDo you want to apply it? You can type | 2658 | (insert "\n\nDo you want to apply it? You can type |
| 2659 | y -- to apply the local variables list. | 2659 | y -- to apply the local variables list. |