]> code.delx.au - gnu-emacs/commitdiff
; * lisp/server.el (server-process-filter): Simplify last change
authorKen Brown <kbrown@cornell.edu>
Wed, 18 Nov 2015 19:16:40 +0000 (14:16 -0500)
committerKen Brown <kbrown@cornell.edu>
Wed, 18 Nov 2015 19:16:40 +0000 (14:16 -0500)
lisp/server.el

index 20fa27c20bff1c43b4c5f4c685a7774b16acaadd..35243aeb90edaa2b8dbe2d6944c2f0c1dde50222 100644 (file)
@@ -1172,8 +1172,7 @@ The following commands are accepted by the client:
                    ;; Allow Cygwin's emacsclient to be used as a file
                    ;; handler on MS-Windows, in which case FILENAME
                    ;; might start with a drive letter.
-                   (when (and (eq system-type 'cygwin)
-                              (fboundp 'cygwin-convert-file-name-from-windows)
+                   (when (and (fboundp 'cygwin-convert-file-name-from-windows)
                               (string-match "\\`[A-Za-z]:" file))
                      (setq file (cygwin-convert-file-name-from-windows file)))
                    (setq file (expand-file-name file dir))