diff options
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 111b1752632..db7c023324b 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -1684,7 +1684,7 @@ cleaning up these problems." (mapcar #'(lambda (option) (when force - (add-to-list 'style (car option))) + (push (car option) style)) (goto-char rstart) (let ((regexp (cond |