diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-06 13:01:51 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-06 13:01:51 +0000 |
commit | cb4bb129dd143255a582ddd203baa73d3dcc1db7 (patch) | |
tree | 9edc79a76c65821dfabccdb6a13f7c6e6adbc7e9 /Completion/User/_printers | |
parent | 2f2a33b2ea949a15d0e50678a495803bf8c07ef4 (diff) | |
download | zsh-cb4bb129dd143255a582ddd203baa73d3dcc1db7.tar.gz zsh-cb4bb129dd143255a582ddd203baa73d3dcc1db7.tar.xz zsh-cb4bb129dd143255a582ddd203baa73d3dcc1db7.zip |
more option setting cleanup; remove some unnecessary setopts, remove N qualifiers (12917)
Diffstat (limited to 'Completion/User/_printers')
-rw-r--r-- | Completion/User/_printers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_printers b/Completion/User/_printers index d98fa433a..1b42de5cb 100644 --- a/Completion/User/_printers +++ b/Completion/User/_printers @@ -11,7 +11,7 @@ fi if (( ! $+_lp_cache )); then local file entry names i - file=( /etc/(printcap|printers.conf)(N) ) + file=( /etc/(printcap|printers.conf) ) _lp_cache=() _lp_alias_cache=() |