mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(occur-read-primary-args): Handle a bare 'C-u' correctly.
This commit is contained in:
parent
30762c43d2
commit
bda1925e34
1 changed files with 2 additions and 1 deletions
|
|
@ -612,7 +612,8 @@ If the value is nil, don't highlight the buffer names specially."
|
|||
(if (equal input "")
|
||||
default
|
||||
input))
|
||||
current-prefix-arg))
|
||||
(when current-prefix-arg
|
||||
(prefix-numeric-value current-prefix-arg))))
|
||||
|
||||
(defun occur (regexp &optional nlines)
|
||||
"Show all lines in the current buffer containing a match for REGEXP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue