Test for set-buffer-multibyte rather than using mule-version.
This commit is contained in:
parent
2e435b7f41
commit
1c9320f14a
1 changed files with 1 additions and 2 deletions
|
@ -2804,7 +2804,7 @@ which long lines wrap around."
|
|||
;; Maintainer: Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
(eval-and-compile
|
||||
(if (not (string< mule-version "4.0"))
|
||||
(if (fboundp 'set-buffer-multibyte)
|
||||
(progn
|
||||
(defalias 'ps-mule-next-point '1+)
|
||||
(defalias 'ps-mule-chars-in-string 'length)
|
||||
|
@ -4812,7 +4812,6 @@ If FACE is not a valid face name, it is used default face."
|
|||
)
|
||||
; xemacs
|
||||
; lucid
|
||||
; epoch
|
||||
(t ; epoch
|
||||
(defun ps-face-bold-p (face)
|
||||
(ps-xemacs-face-kind-p face 'WEIGHT_NAME "bold\\|demibold" ps-bold-faces))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue