X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/eb3fa2cfcfff550c08f5645c740608f97c2c949e..85c78c0fe440632f8bc95f3b79fde3af9d3f7a71:/lisp/ediff-ptch.el diff --git a/lisp/ediff-ptch.el b/lisp/ediff-ptch.el index 2135982e67..ce6e88611b 100644 --- a/lisp/ediff-ptch.el +++ b/lisp/ediff-ptch.el @@ -61,7 +61,7 @@ case the default value for this variable should be changed." ;; the default backup extension (defconst ediff-default-backup-extension - (if (memq system-type '(vax-vms axp-vms emx ms-dos)) + (if (memq system-type '(emx ms-dos)) "_orig" ".orig"))