diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2007-10-31 16:07:45 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2007-10-31 16:07:45 +0000 |
commit | 4b367d3d433854831c9f66ac3b9fa32187c92c5a (patch) | |
tree | 2f1e54db0c60f9248be774e1be0ce889d7f1da1e | |
parent | 0abc65ac66d0bc9f4324c852f0597069bc6e86b3 (diff) | |
download | zsh-4b367d3d433854831c9f66ac3b9fa32187c92c5a.tar.gz zsh-4b367d3d433854831c9f66ac3b9fa32187c92c5a.tar.xz zsh-4b367d3d433854831c9f66ac3b9fa32187c92c5a.zip |
24043: remove an erroneous emulate
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 597bb57fb..3556df483 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-31 Barton E. Schaefer <schaefer@zsh.org> + + * 24043: Functions/Prompts/promptinit: emulate -L resets prompt + options that we don't want reset, so remove it + 2007-10-31 Wayne Davison <wayned@users.sourceforge.net> * unposted: Src/utils.c: Fixed the use of an uninitialized 'x' |