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>
;;; 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
nil)))))
-(defun sh-indent-line ()
+(defun sh-indent-line (&optional prefix-arg)
"Indent the current line."
(interactive)
(sh-must-be-shell-mode)