From cf8b1befd0304b62d080e3992902298d8b29bf2f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 10 Apr 2001 14:16:51 +0000 Subject: [PATCH] (sh-indent-line): Add optional PREFIX-ARG parameter. --- lisp/ChangeLog | 3 +++ lisp/progmodes/sh-script.el | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 2.39.5