diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-12 19:41:18 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-12 19:41:18 +0000 |
commit | 37820ea92e6faeb2a6211dc37680095b11c6c70c (patch) | |
tree | 9174eee668ecfc8d742534d70e5956bf7bcca8eb /lisp/simple.el | |
parent | 748e001a2604ba7c0211620d894423cfa212f251 (diff) | |
download | emacs-37820ea92e6faeb2a6211dc37680095b11c6c70c.tar.gz |
Delete trailing whitespace.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c32a415dc09..084e2729324 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4525,7 +4525,7 @@ This also turns on `word-wrap' in the buffer." truncate-partial-width-windows word-wrap fringe-indicator-alist)) (if (local-variable-p var) - (push (cons var (symbol-value var)) + (push (cons var (symbol-value var)) visual-line--saved-state))) (set (make-local-variable 'line-move-visual) t) (set (make-local-variable 'truncate-partial-width-windows) nil) |