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
98c0aefe
Commit
98c0aefe
authored
Feb 24, 2002
by
Joel Rosdahl
Browse files
Removed unused local variable.
parent
55529e91
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
98c0aefe
2002-02-24 Joel Rosdahl <joel@lysator.liu.se>
* utilities.el (lyskom-find-text-by-date): Removed unused local
variable.
2002-02-24 David Byers <davby@sen2.ida.liu.se>
* utilities.el (lyskom-find-text-by-date): Fixed assignment to
...
...
@@ -4972,5 +4977,5 @@ Sun Oct 12 00:39:47 1997 David Byers <davby@litefix.ida.liu.se>
Local Variables:
outline-regexp:"M\\|T\\|W\\|F\\|S\\|\t\\\*"
eval: (ispell-change-dictionary "british")
eval: (set-language-environment 'Latin-1)
eval:
(if (boundp 'set-language-environment)
(set-language-environment 'Latin-1)
)
End:
src/utilities.el
View file @
98c0aefe
...
...
@@ -1267,8 +1267,7 @@ Returns a cons of (LOCAL . GLOBAL)"
(
highest
(
+
lowest
(
conf-stat->no-of-texts
conf-stat
)))
(
result
nil
)
(
index
(
+
lowest
(
/
(
-
highest
lowest
)
2
)))
(
last-index
(
1-
index
))
(
ix
0
))
(
last-index
(
1-
index
)))
(
while
(
/=
last-index
index
)
(
let*
((
map
(
blocking-do
'local-to-global
(
conf-stat->conf-no
conf-stat
)
...
...
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