emacs-devel
[Top][All Lists]
Advanced

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

Re: Cygwin patches


From: Eli Zaretskii
Subject: Re: Cygwin patches
Date: Sat, 21 Nov 2009 23:48:41 +0200

> Date: Sat, 21 Nov 2009 16:21:54 -0500
> From: Ken Brown <address@hidden>
> CC: address@hidden, address@hidden
> 
> When I try to test this in emacs 23.1, I get an error
> 
>    if: Wrong number of arguments: called-interactively-p, 1
> 
> The following additional patch, restoring something from the emacs 23.1 
> version of browse-url, fixes it:
> 
> @@ -770,7 +774,7 @@
>   Prompts for a URL, defaulting to the URL at or before point.  Variable
>   `browse-url-browser-function' says which browser to use."
>     (interactive (browse-url-interactive-arg "URL: "))
> -  (unless (called-interactively-p 'interactive)
> +  (unless (interactive-p)

Didn't we have a change in called-interactively-p on the trunk wrt
Emacs 23.1?




reply via email to

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