Mercurial > emacs
diff lisp/ChangeLog @ 111913:5510dd208e55
Fix arg usage of format-decode-run-method (Bug#7488).
* lisp/format.el (format-decode-run-method): Pass args FROM and TO, not
point-min and point-max, to shell-command-on-region (Bug#7488).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 06 Dec 2010 14:35:54 -0500 |
parents | 00650384dc02 |
children | f773f82f2c63 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 06 01:54:52 2010 -0500 +++ b/lisp/ChangeLog Mon Dec 06 14:35:54 2010 -0500 @@ -1,3 +1,8 @@ +2010-12-06 Lawrence Mitchell <lawrence.mitchell@ed.ac.uk> + + * format.el (format-decode-run-method): Pass args FROM and TO, not + point-min and point-max, to shell-command-on-region (Bug#7488). + 2010-12-06 Jan Djärv <jan.h.d@swipnet.se> * frame.el (blink-cursor-mode): Make default t for ns.