Mercurial > emacs
changeset 37296:f9dbfb08ed11
(sh-indent-line): Add optional PREFIX-ARG
parameter.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 10 Apr 2001 14:16:15 +0000 |
parents | c0648e94be41 |
children | a0b754681c8d |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <occitan@esperanto.org> ;; 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)