emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/indent.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/indent.el
Date: Sun, 19 May 2002 12:09:28 -0400

Index: emacs/lisp/indent.el
diff -c emacs/lisp/indent.el:1.49 emacs/lisp/indent.el:1.50
*** emacs/lisp/indent.el:1.49   Fri Feb  1 16:44:26 2002
--- emacs/lisp/indent.el        Sun May 19 12:09:28 2002
***************
*** 322,330 ****
    "Short cut function to indent region using `indent-according-to-mode'.
  A value of nil means really run `indent-according-to-mode' on each line.")
  
! (defun indent-region (start end column)
    "Indent each nonblank line in the region.
! With prefix no argument, indent each line using `indent-according-to-mode',
  or use `indent-region-function' to do the whole region if that's non-nil.
  If there is a fill prefix, make each line start with the fill prefix.
  With argument COLUMN, indent each line to that column.
--- 322,330 ----
    "Short cut function to indent region using `indent-according-to-mode'.
  A value of nil means really run `indent-according-to-mode' on each line.")
  
! (defun indent-region (start end &optional column)
    "Indent each nonblank line in the region.
! With no prefix argument, indent each line using `indent-according-to-mode',
  or use `indent-region-function' to do the whole region if that's non-nil.
  If there is a fill prefix, make each line start with the fill prefix.
  With argument COLUMN, indent each line to that column.



reply via email to

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