diff options
Diffstat (limited to '')
-rw-r--r-- | dot_emacs.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index df50714..0c8076f 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -553,7 +553,7 @@ Otherwise split the current paragraph into one sentence per line." (progn (message-goto-signature) (point))) - (whitespace-style (trailing))) + (whitespace-style '(trailing))) (progn (narrow-to-region body-min body-max) (whitespace-cleanup) |