mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(perl-indent-command): Fix backwards conditional.
This commit is contained in:
parent
95e4d53630
commit
c1033e008c
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ possible action from the following list:
|
|||
(if arg ; If arg, just indent this line
|
||||
(perl-indent-line "\f")
|
||||
(if (and (not perl-tab-always-indent)
|
||||
(<= (current-column) (current-indentation)))
|
||||
(> (current-column) (current-indentation)))
|
||||
(insert-tab)
|
||||
(let (bof lsexp delta (oldpnt (point)))
|
||||
(beginning-of-line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue