unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Bastien Guerry <Bastien.Guerry@ens.fr>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: [ulm@gentoo.org: bibtex-convert-alien fails]
Date: Mon, 25 Feb 2008 07:42:51 +0000	[thread overview]
Message-ID: <87d4qlcwhw.fsf@bzg.ath.cx> (raw)
In-Reply-To: <E1JRknY-0006FT-5e@fencepost.gnu.org> (Richard Stallman's message of "Wed, 20 Feb 2008 03:59:28 -0500")

What about this change?  Should this also be in EMACS_22_BASE?

Richard Stallman <rms@gnu.org> writes:

> ===================================================================
> RCS file: /sources/emacs/emacs/lisp/subr.el,v
> retrieving revision 1.554.2.11
> diff -u -B -u -r1.554.2.11 subr.el
> - --- lisp/subr.el	4 Feb 2008 15:31:09 -0000	1.554.2.11
> +++ lisp/subr.el	19 Feb 2008 21:55:13 -0000
> @@ -1764,7 +1764,7 @@
>  
>  \(fn SECONDS &optional NODISP)"
>    (when (or obsolete (numberp nodisp))
> - -    (setq seconds (+ seconds (* 1e-3 nodisp)))
> +    (setq seconds (+ seconds (* 1e-3 (or nodisp 0))))
>      (setq nodisp obsolete))
>    (cond
>     (noninteractive
> ----------

-- 
Bastien




  parent reply	other threads:[~2008-02-25  7:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-20  8:59 [ulm@gentoo.org: bibtex-convert-alien fails] Richard Stallman
2008-02-21  8:14 ` Glenn Morris
2008-02-25  7:42 ` Bastien Guerry [this message]
2008-02-25  7:51   ` Glenn Morris

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=87d4qlcwhw.fsf@bzg.ath.cx \
    --to=bastien.guerry@ens.fr \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@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).