diff options
| author | Erik Naggum | 1997-01-03 11:59:39 +0000 |
|---|---|---|
| committer | Erik Naggum | 1997-01-03 11:59:39 +0000 |
| commit | 81fa866c4aad6cd051ee49432d764dc94e35f6e9 (patch) | |
| tree | ae084eafba8dcdd37bbcfa4841d0daeeef2f3364 /lisp/replace.el | |
| parent | c9daced0fa451d046e0330e3d207d2b2ecc5bb02 (diff) | |
| download | emacs-81fa866c4aad6cd051ee49432d764dc94e35f6e9.tar.gz emacs-81fa866c4aad6cd051ee49432d764dc94e35f6e9.zip | |
(occur): Minor cleanups.
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 30c07377e29..95b791aec39 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -356,8 +356,6 @@ It serves as a menu to find any of the occurrences in this buffer. | |||
| 356 | (dir default-directory) | 356 | (dir default-directory) |
| 357 | (linenum 1) | 357 | (linenum 1) |
| 358 | (prevpos (point-min)) | 358 | (prevpos (point-min)) |
| 359 | sje-start | ||
| 360 | sje-len | ||
| 361 | (final-context-start (make-marker))) | 359 | (final-context-start (make-marker))) |
| 362 | ;;; (save-excursion | 360 | ;;; (save-excursion |
| 363 | ;;; (beginning-of-line) | 361 | ;;; (beginning-of-line) |
| @@ -433,7 +431,8 @@ It serves as a menu to find any of the occurrences in this buffer. | |||
| 433 | (insert empty ?:) | 431 | (insert empty ?:) |
| 434 | (forward-line 1) | 432 | (forward-line 1) |
| 435 | (setq tem (1- tem))) | 433 | (setq tem (1- tem))) |
| 436 | (let ((this-linenum linenum)) | 434 | (let ((this-linenum linenum) |
| 435 | line-start) | ||
| 437 | (while (< (point) final-context-start) | 436 | (while (< (point) final-context-start) |
| 438 | (if (null tag) | 437 | (if (null tag) |
| 439 | (setq tag (format "%5d" this-linenum))) | 438 | (setq tag (format "%5d" this-linenum))) |