]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-indent-line): Add optional PREFIX-ARG
authorGerd Moellmann <gerd@gnu.org>
Tue, 10 Apr 2001 14:16:51 +0000 (14:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 10 Apr 2001 14:16:51 +0000 (14:16 +0000)
parameter.

lisp/ChangeLog
lisp/progmodes/sh-script.el

index acf28f730f75529e0694ce1f58049d7d96d3e9b6..4089614bebcee5f845eb6cbefbd703eb780e8a25 100644 (file)
@@ -1,5 +1,8 @@
 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
 
+       * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
+       parameter.
+
        * faces.el (menu): Doc fix.
 
 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
index c5339ac45f2227a215933bfd42c5d43df0184092..21a717c3863c5286822ed94c40893951585e7ed1 100644 (file)
@@ -1,6 +1,7 @@
 ;;; sh-script.el --- shell-script editing commands for Emacs
 
-;; Copyright (C) 1993, 94, 95, 96, 97, 1999 by Free Software Foundation, Inc.
+;; Copyright (C) 1993, 94, 95, 96, 97, 1999, 2001
+;;  Free Software Foundation, Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
 ;; Version: 2.0f
@@ -2437,7 +2438,7 @@ If INFO is supplied it is used, else it is calculated from current line."
        nil)))))
 
 
-(defun sh-indent-line ()
+(defun sh-indent-line (&optional prefix-arg)
   "Indent the current line."
   (interactive)
   (sh-must-be-shell-mode)