help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is this an elisp bug, or is it intended?


From: Andreas Ames
Subject: Re: Is this an elisp bug, or is it intended?
Date: 25 Mar 2002 20:08:26 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Hi,

for my previously sent cygwin customization you have to include the
following snippet before the (defun file-executable-p ...) function
definition:

;; overwrite file-executable-p to understand cygwin shellfiles
(fset 'orig-file-executable-p (symbol-function 'file-executable-p))


Forgot this one, sorry.

andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]