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
c31fd3c0
Commit
c31fd3c0
authored
May 05, 2008
by
Agustín Martín
Browse files
(ispell-get-decoded-string): Remove no-op
parent
140eb764
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+1
-2
No files found.
lisp/textmodes/ispell.el
View file @
c31fd3c0
...
...
@@ -1209,8 +1209,7 @@ Protects against bogus binding of `enable-multibyte-characters' in XEmacs."
(
not
(
multibyte-string-p
str
)))
(
setq
str
(
ispell-decode-string
str
))
(
or
(
multibyte-string-p
str
)
(
setq
str
(
string-to-multibyte
str
)))
(
setcar
(
nthcdr
n
slot
)
str
))
(
setq
str
(
string-to-multibyte
str
))))
str
))
(
defun
ispell-get-casechars
()
...
...
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