From bc7eddeca14496e8873a91e0ca872383cce42db9 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 28 Jan 2009 02:16:45 +0000 Subject: [PATCH] * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region if region is active. Use cond instead of nested ifs. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a947072bf40..02de901f9ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-01-28 Chong Yidong + + * progmodes/perl-mode.el (perl-indent-line-command): Call + indent-region if region is active. Use cond instead of nested + ifs. + 2009-01-27 Chong Yidong * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before -- 2.11.4.GIT