# HG changeset patch # User Gerd Moellmann # Date 986912175 0 # Node ID f9dbfb08ed117dbcc20386acba2d3e601529aabe # Parent c0648e94be41a98b29bb37fb7f768da9d9967b07 (sh-indent-line): Add optional PREFIX-ARG parameter. diff -r c0648e94be41 -r f9dbfb08ed11 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Tue Apr 10 13:37:13 2001 +0000 +++ b/lisp/progmodes/sh-script.el Tue Apr 10 14:16:15 2001 +0000 @@ -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 ;; Version: 2.0f @@ -2437,7 +2438,7 @@ nil))))) -(defun sh-indent-line () +(defun sh-indent-line (&optional prefix-arg) "Indent the current line." (interactive) (sh-must-be-shell-mode)