Skip to content
Snippets Groups Projects
Commit bb1bbf60 authored by wlott's avatar wlott
Browse files

Removed declaration for non-existant variables.

parent 202c0bf7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.1.1.15 1991/12/10 16:58:10 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.1.1.16 1992/02/15 01:01:50 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -465,7 +465,6 @@
;;; the buffer beginning or end), then return both values NIL.
;;;
(defun find-ignore-region (mark forwardp)
(declare (fixnum pos))
(flet ((scan (line pos)
(declare (fixnum pos))
(let ((info (getf (line-plist line) 'lisp-info)))
......
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/streams.lisp,v 1.1.1.5 1991/11/09 03:05:54 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/streams.lisp,v 1.1.1.6 1992/02/15 01:02:09 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -213,7 +213,7 @@
(buffer (lisp::stream-in-buffer stream))
(start 0)
(len 0))
(declare (fixnum length charpos last-charpos start len)
(declare (fixnum length charpos start len)
(simple-string chars))
(cond
((eq line last-line)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment