(ispell-get-decoded-string): Remove no-op
This commit is contained in:
parent
140eb7640b
commit
c31fd3c0fd
1 changed files with 1 additions and 2 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue