diff options
Diffstat (limited to 'lisp/ediff-ptch.el')
-rw-r--r-- | lisp/ediff-ptch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-ptch.el b/lisp/ediff-ptch.el index 2135982e67d..ce6e88611be 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")) |