diff options
| author | Chong Yidong | 2008-08-12 19:41:18 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-12 19:41:18 +0000 |
| commit | 37820ea92e6faeb2a6211dc37680095b11c6c70c (patch) | |
| tree | 9174eee668ecfc8d742534d70e5956bf7bcca8eb | |
| parent | 748e001a2604ba7c0211620d894423cfa212f251 (diff) | |
| download | emacs-37820ea92e6faeb2a6211dc37680095b11c6c70c.tar.gz emacs-37820ea92e6faeb2a6211dc37680095b11c6c70c.zip | |
Delete trailing whitespace.
| -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." | |||
| 4525 | truncate-partial-width-windows | 4525 | truncate-partial-width-windows |
| 4526 | word-wrap fringe-indicator-alist)) | 4526 | word-wrap fringe-indicator-alist)) |
| 4527 | (if (local-variable-p var) | 4527 | (if (local-variable-p var) |
| 4528 | (push (cons var (symbol-value var)) | 4528 | (push (cons var (symbol-value var)) |
| 4529 | visual-line--saved-state))) | 4529 | visual-line--saved-state))) |
| 4530 | (set (make-local-variable 'line-move-visual) t) | 4530 | (set (make-local-variable 'line-move-visual) t) |
| 4531 | (set (make-local-variable 'truncate-partial-width-windows) nil) | 4531 | (set (make-local-variable 'truncate-partial-width-windows) nil) |