X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95..7c2fb837ec2f0e0a509f22ccc35f9b43476a6119:/lisp/ediff-util.el diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el index 9aef531b39..8705c243d3 100644 --- a/lisp/ediff-util.el +++ b/lisp/ediff-util.el @@ -3217,7 +3217,7 @@ Hit \\[ediff-recenter] to reset the windows afterward." ;; Quote metacharacters (using \) when executing diff in Unix, but not in ;; EMX OS/2 ;;(defun ediff-protect-metachars (str) -;; (or (memq system-type '(emx vax-vms axp-vms)) +;; (or (memq system-type '(emx)) ;; (let ((limit 0)) ;; (while (string-match ediff-metachars str limit) ;; (setq str (concat (substring str 0 (match-beginning 0))