Skip to content

Commit

Permalink
ENH: provide interprompt alias for compatibility
Browse files Browse the repository at this point in the history
- the sub interprompt was removed by ac485f7, but people might
  expect it to continue to exist.
  • Loading branch information
Mark Olesen authored and Mark Olesen committed Aug 7, 2011
1 parent 53701c6 commit 36f788d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions consubs.pl
Expand Up @@ -224,6 +224,10 @@ sub prompt {
}


# provide alias for compatibility
*interprompt = \&prompt;


#
# interpolate variables, with special treatment for ~/ home-dir expansion
#
Expand Down

0 comments on commit 36f788d

Please sign in to comment.