* ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
[bpt/emacs.git] / lisp / emulation / viper-macs.el
index bf3f0ee..788feaf 100644 (file)
@@ -826,7 +826,7 @@ name from there."
 (defun viper-char-array-to-macro (array)
   (let ((vec (vconcat array))
        macro)
-    (if viper-xemacs-p
+    (if (featurep 'xemacs)
        (setq macro (mapcar 'character-to-event vec))
       (setq macro vec))
     (vconcat (mapcar 'viper-event-key macro))))