Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
62b1a75f
Commit
62b1a75f
authored
Oct 26, 2005
by
Pontus Freyhult
Browse files
(lyskom-setup-prefetch): Set lyskom-inhibit-prefetch to
nil. Hopefully fixes bad behavior sometimes seen when using kom-recover.
parent
6ed50559
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
62b1a75f
2005-10-26 Pontus Freyhult <pont@soua.net>
* prefetch.el (lyskom-setup-prefetch): Set lyskom-inhibit-prefetch to
nil. Hopefully fixes bad behavior sometimes seen when using
kom-recover.
2005-03-15 Pontus Freyhult <pont@soua.net>
* perf.el (fields-new): Dispose of marker when done.
...
...
src/prefetch.el
View file @
62b1a75f
...
...
@@ -51,6 +51,7 @@
"Set up the prefetch system"
(
setq
lyskom-prefetch-queue
(
lyskom-queue-create
))
(
setq
lyskom-pending-prefetch
0
)
(
setq
lyskom-inhibit-prefetch
nil
)
(
setq
lyskom-membership-is-read
0
))
(
defun
lyskom-reset-prefetch
()
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment