Changeset 608338ce9708713439de95a89d46edab96cbc186
- Timestamp:
- 05/27/10 18:01:37
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1274983297 +0000
- git-parent:
[bf48400f31e06fe8d9986bb2cf8962ed979c3a85]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1274983297 +0000
- Message:
Safety is good, refs #284
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbdf2407 |
r608338c |
|
| 293 | 293 | if (e == NULL || h == NULL) |
|---|
| 294 | 294 | rl_initialize(); |
|---|
| | 295 | if (e == NULL) return (CC_ERROR); |
|---|
| 295 | 296 | |
|---|
| 296 | 297 | ec_consumer = consumer; |
|---|
| … | … | |
| 1608 | 1609 | rl_initialize(); |
|---|
| 1609 | 1610 | |
|---|
| | 1611 | if (e == NULL) return (CC_ERROR); |
|---|
| | 1612 | |
|---|
| 1610 | 1613 | complet_func = rl_completion_entry_function; |
|---|
| 1611 | 1614 | if (!complet_func) |
|---|
| … | … | |
| 1738 | 1741 | if (h == NULL || e == NULL) |
|---|
| 1739 | 1742 | rl_initialize(); |
|---|
| | 1743 | if (e == NULL) return (CC_ERROR); |
|---|
| 1740 | 1744 | |
|---|
| 1741 | 1745 | if (rl_inhibit_completion) { |
|---|