diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-08-07 16:08:26 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-08-07 16:08:26 +0000 |
commit | 559818abde3dbfcb40eb9b45dfe269cc0cd37c6e (patch) | |
tree | 461deba39f54f707ed8f194c725eb4c12e1336a7 /lisp | |
parent | a12eea51fe59dc58eea28c58886dd40881bff853 (diff) | |
download | emacs-559818abde3dbfcb40eb9b45dfe269cc0cd37c6e.tar.gz |
* longlines.el (longlines-decoded): New variable.
(longlines-mode): Avoid encoding or decoding the buffer twice.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ffd803fd1c6..6bc8c549159 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-08-07 Chong Yidong <cyd@stupidchicken.com> + + * longlines.el (longlines-decoded): New variable. + (longlines-mode): Avoid encoding or decoding the buffer twice. + 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com> * vc-bzr.el: Remove comments about vc-bzr.el being a modified |