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
lyskom-elisp-client
lyskom-elisp-client
Commits
daf7290f
Commit
daf7290f
authored
Oct 03, 1996
by
David Kågedal
Browse files
* startup.el (lyskom-clear-vars): Gör lyskom-prefetch-in-action,
lyskom-prefetch-pending-prefetch och lyskom-prefetch-stack lokala.
parent
2b64fddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/startup.el
View file @
daf7290f
...
...
@@ -364,14 +364,10 @@ This is called at login and after prioritize and set-unread."
;; (setq lyskom-membership-is-read t)
;; (setq lyskom-unread-confs (blocking-do 'get-unread-confs lyskom-pers-no))
(
setq
lyskom-last-conf-received
-1
)
(
setq
lyskom-last-conf-done
-1
)
(
lyskom-reset-prefetch
)
(
lyskom-start-prefetch
)
(
lyskom-prefetch-membership
lyskom-pers-no
)
(
setq
lyskom-last-conf-fetched
-1
)
(
setq
lyskom-to-do-list
(
lyskom-create-read-list
))
(
setq
lyskom-reading-list
(
lyskom-create-read-list
)))
...
...
@@ -645,9 +641,6 @@ to see, set of call."
(
make-local-variable
'lyskom-is-parsing
)
(
make-local-variable
'lyskom-is-waiting
)
(
make-local-variable
'lyskom-is-writing
)
(
make-local-variable
'lyskom-last-conf-done
)
(
make-local-variable
'lyskom-last-conf-fetched
)
(
make-local-variable
'lyskom-last-conf-received
)
(
make-local-variable
'lyskom-last-group-message-recipient
)
(
make-local-variable
'lyskom-last-personal-message-sender
)
(
make-local-variable
'lyskom-last-viewed
)
...
...
@@ -667,6 +660,9 @@ to see, set of call."
(
make-local-variable
'lyskom-pers-no
)
(
make-local-variable
'lyskom-prefetch-conf-tresh
)
(
make-local-variable
'lyskom-prefetch-confs
)
(
make-local-variable
'lyskom-prefetch-in-action
)
(
make-local-variable
'lyskom-prefetch-pending-prefetch
)
(
make-local-variable
'lyskom-prefetch-stack
)
(
make-local-variable
'lyskom-prefetch-texts
)
(
make-local-variable
'lyskom-previous-text
)
(
make-local-variable
'lyskom-prioritize-buffer
)
...
...
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