From: Gerd Moellmann Date: Tue, 10 Apr 2001 14:16:51 +0000 (+0000) Subject: (sh-indent-line): Add optional PREFIX-ARG X-Git-Tag: emacs-pretest-21.0.103~249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf8b1befd0304b62d080e3992902298d8b29bf2f;p=emacs.git (sh-indent-line): Add optional PREFIX-ARG parameter. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index acf28f730f7..4089614bebc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-04-10 Gerd Moellmann + * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG + parameter. + * faces.el (menu): Doc fix. 2001-04-10 Vinicius Jose Latorre diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index c5339ac45f2..21a717c3863 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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 @@ 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)