emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Tue, 25 Dec 2007 21:07:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/12/25 21:07:13

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12444
retrieving revision 1.12445
diff -u -b -r1.12444 -r1.12445
--- ChangeLog   25 Dec 2007 20:18:17 -0000      1.12444
+++ ChangeLog   25 Dec 2007 21:07:12 -0000      1.12445
@@ -1,3 +1,14 @@
+2007-12-25  Miles Bader  <address@hidden>
+
+       * indent.el (indent-for-tab-command): Rigidly indent the following
+       sexp along with the current line when a prefix arg is given in the
+       non-active-region case.  Specify raw prefix in interactive spec.
+       Simplify main indentation logic to get rid of the conditional call
+       to `indent-according-to-mode' (it just ended up calling
+       `indent-line-function' in all cases anyway, which can be done more
+       simply here).  Remove unnecessary test of ARG in active region
+       case.
+
 2007-12-25  Richard Stallman  <address@hidden>
 
        * simple.el (select-active-regions): New option.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]