emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp indent.el ChangeLog


From: Miles Bader
Subject: [Emacs-commit] emacs/lisp indent.el ChangeLog
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

Modified files:
        lisp           : indent.el ChangeLog 

Log message:
        Add prefix arg handling to indent-for-tab-command
        
        (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.
        
        Revision: address@hidden/emacs--devo--0--patch-964

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/indent.el?cvsroot=emacs&r1=1.74&r2=1.75
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.12444&r2=1.12445




reply via email to

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