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
30ae06fc
Commit
30ae06fc
authored
Sep 07, 1998
by
Kenichi Handa
Browse files
To make it work also on Emacs 20.2 and the earlier
version, check the value of mule-version.
parent
b57a7b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/ps-print.el
lisp/ps-print.el
+1
-1
No files found.
lisp/ps-print.el
View file @
30ae06fc
...
...
@@ -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
)
...
...
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