Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
bb1bbf60
Commit
bb1bbf60
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Removed declaration for non-existant variables.
parent
202c0bf7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hemlock/lispmode.lisp
+1
-2
1 addition, 2 deletions
hemlock/lispmode.lisp
hemlock/streams.lisp
+2
-2
2 additions, 2 deletions
hemlock/streams.lisp
with
3 additions
and
4 deletions
hemlock/lispmode.lisp
+
1
−
2
View file @
bb1bbf60
...
...
@@ -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.1
5
199
1/12/10 16:58:10 ram
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.1.1.1
6
199
2/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
)))
...
...
This diff is collapsed.
Click to expand it.
hemlock/streams.lisp
+
2
−
2
View file @
bb1bbf60
...
...
@@ -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
199
1/11/09
0
3
:0
5:54
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/streams.lisp,v 1.1.1.
6
199
2/02/15
0
1
:0
2: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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment