Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d1dca201
Commit
d1dca201
authored
May 24, 2009
by
Chong Yidong
Browse files
* textmodes/ispell.el (ispell-check-version): Handle dashes in
version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
parent
00b8844c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+2
-2
No files found.
lisp/ChangeLog
View file @
d1dca201
2009-05-24 Chong Yidong <cyd@stupidchicken.com>
* textmodes/ispell.el (ispell-check-version): Handle dashes in
version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
2009-05-23 Chong Yidong <cyd@stupidchicken.com>
* info.el (Info-mode): Doc fix (Bug#3358).
...
...
lisp/textmodes/ispell.el
View file @
d1dca201
...
...
@@ -812,11 +812,11 @@ Otherwise returns the library directory name, if that is defined."
(
goto-char
(
point-min
))
(
or
(
setq
ispell-really-aspell
(
and
(
search-forward-regexp
"(but really Aspell \\([0-9]+\\.[0-9\\.]+\\)?)"
nil
t
)
"(but really Aspell \\([0-9]+\\.[0-9\\.
-
]+\\)?)"
nil
t
)
(
match-string
1
)))
(
setq
ispell-really-hunspell
(
and
(
search-forward-regexp
"(but really Hunspell \\([0-9]+\\.[0-9\\.]+\\)?)"
nil
t
)
"(but really Hunspell \\([0-9]+\\.[0-9\\.
-
]+\\)?)"
nil
t
)
(
match-string
1
)))))
(
let
((
aspell-minver
"0.50"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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