diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 60c28d6c48a..f81c6f53914 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -786,7 +786,8 @@ If the value is nil, don't highlight the buffer names specially." | |||
| 786 | nil | 786 | nil |
| 787 | nil | 787 | nil |
| 788 | nil | 788 | nil |
| 789 | 'regexp-history))) | 789 | 'regexp-history |
| 790 | default))) | ||
| 790 | (if (equal input "") | 791 | (if (equal input "") |
| 791 | default | 792 | default |
| 792 | input)) | 793 | input)) |