mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
To make it work also on Emacs 20.2 and the earlier
version, check the value of mule-version.
This commit is contained in:
parent
b57a7b0bf4
commit
30ae06fc5a
@ -2798,7 +2798,7 @@ which long lines wrap around."
|
||||
;; Maintainer: Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
(eval-and-compile
|
||||
(if (fboundp 'set-buffer-multibyte)
|
||||
(if (not (string< mule-version "4.0"))
|
||||
(progn
|
||||
(defalias 'ps-mule-next-point '1+)
|
||||
(defalias 'ps-mule-chars-in-string 'length)
|
||||
|
Loading…
Reference in New Issue
Block a user