unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] fix for JS<->elisp code
@ 2009-12-06  5:58 Daniel Colascione
  2009-12-06 15:34 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Colascione @ 2009-12-06  5:58 UTC (permalink / raw)
  To: Emacs development discussions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Oops.

Index: js.el
===================================================================
- --- js.el	(revision 216)
+++ js.el	(working copy)
@@ -2670,7 +2670,7 @@
        js-js-timeout))))

 (defsubst js--js-not (value)
- -  (memq value '(nil false undefined)))
+  (memq value '(nil null false undefined)))

 (defsubst js--js-true (value)
   (not (js--js-not value)))
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)

iEYEARECAAYFAksbSBMACgkQ17c2LVA10VtJ8QCdGLzky9vBznaRBp3EiVfIg/RV
sYkAoIzRU9vGgpWwKBoEwKDB0tfVqr9t
=XPQX
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix for JS<->elisp code
  2009-12-06  5:58 [PATCH] fix for JS<->elisp code Daniel Colascione
@ 2009-12-06 15:34 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2009-12-06 15:34 UTC (permalink / raw)
  To: Daniel Colascione; +Cc: Emacs development discussions

Daniel Colascione <dan.colascione@gmail.com> writes:

> Oops.
>
> Index: js.el
> ===================================================================
> --- js.el	(revision 216)
> +++ js.el	(working copy)
> @@ -2670,7 +2670,7 @@
>         js-js-timeout))))
>
>  (defsubst js--js-not (value)
> -  (memq value '(nil false undefined)))
> +  (memq value '(nil null false undefined)))
>
>  (defsubst js--js-true (value)
>    (not (js--js-not value)))

Checked in, thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-06 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-06  5:58 [PATCH] fix for JS<->elisp code Daniel Colascione
2009-12-06 15:34 ` Chong Yidong

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).