Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!BBN.COM!gildea From: gildea@BBN.COM (Stephen Gildea) Newsgroups: gnu.emacs.bug Subject: "occurrences" misspelled Message-ID: <8901262200.AA05041@prep.ai.mit.edu> Date: 26 Jan 89 22:02:52 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 Oops, another small error in occur-mode-goto-occurrence. < Stephen diff -c2 /usr/local/emacs/lisp/replace.el replace.el *** /usr/local/emacs/lisp/replace.el Mon May 2 17:50:56 1988 --- replace.el Thu Jan 26 16:59:54 1989 *************** *** 102,106 (setq occur-buffer nil occur-pos-list nil) ! (error "Buffer in which occurences were found is deleted."))) (let* ((occur-number (/ (1- (count-lines (point-min) (point))) (cond ((< occur-nlines 0) --- 102,106 ----- (setq occur-buffer nil occur-pos-list nil) ! (error "Buffer in which occurrences were found is deleted."))) (let* ((occur-number (/ (1- (count-lines (point-min) (point))) (cond ((< occur-nlines 0)