From: Eli Zaretskii <eliz@is.elta.co.il>
Cc: emacs-devel@gnu.org
Subject: Re: [PATCHES] 21.3.50 for Cygwin: patch 6
Date: Wed, 25 Dec 2002 08:07:13 +0200 (IST) [thread overview]
Message-ID: <Pine.SUN.3.91.1021225080158.7483C-100000@is> (raw)
In-Reply-To: <asqqs1$797$4@main.gmane.org>
On Fri, 6 Dec 2002, Joe Buehler wrote:
> This patch adds cygwin in the appropriate places to the various
> system-type comparisons in the LISP code.
[...]
> Index: lisp/dos-w32.el
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/lisp/dos-w32.el,v
> retrieving revision 1.34
> diff -u -r1.34 dos-w32.el
> --- lisp/dos-w32.el 11 Jul 2002 17:24:10 -0000 1.34
> +++ lisp/dos-w32.el 6 Dec 2002 16:34:49 -0000
> @@ -197,7 +197,7 @@
> (defun untranslated-canonical-name (filename)
> "Return FILENAME in a canonicalized form for use with the functions
> dealing with untranslated filesystems."
> - (if (memq system-type '(ms-dos windows-nt))
> + (if (memq system-type '(ms-dos windows-nt cygwin))
Not that I mind, but I thought dos-w32.el was not loaded by Cygwin, or is
it?
Thanks again for working on this.
prev parent reply other threads:[~2002-12-25 6:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-06 18:38 [PATCHES] 21.3.50 for Cygwin: patch 6 Joe Buehler
2002-12-25 6:07 ` Eli Zaretskii [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.SUN.3.91.1021225080158.7483C-100000@is \
--to=eliz@is.elta.co.il \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).