emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: bibtex-convert-alien fails]


From: Bastien Guerry
Subject: Re: address@hidden: bibtex-convert-alien fails]
Date: Mon, 25 Feb 2008 07:42:51 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

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

Richard Stallman <address@hidden> 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




reply via email to

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