diff options
Diffstat (limited to 'lisp/ps-def.el')
-rw-r--r-- | lisp/ps-def.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/ps-def.el b/lisp/ps-def.el index c27ee251e08..a9151683c1b 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el @@ -99,11 +99,6 @@ (setq count (1- count))) (+ (point) (* count step)))))) - (or (fboundp 'decompose-composite-char) - (defun decompose-composite-char (char &optional type - with-composition-rule) - nil)) - (or (fboundp 'encode-coding-string) (defun encode-coding-string (string coding-system &optional nocopy) (if nocopy |