mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(sh-indent-line): Add optional PREFIX-ARG
parameter.
This commit is contained in:
parent
bbf63a7b75
commit
cf8b1befd0
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
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>
|
||||
|
|
|
|||
|
|
@ -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 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue