GNU bug report logs - #14492
[PATCH] Bug in Elisp manual

Previous Next

Package: emacs;

Reported by: Kelly Dean <kellydeanch <at> yahoo.com>

Date: Tue, 28 May 2013 22:33:01 UTC

Severity: minor

Tags: patch

Merged with 14800

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Kelly Dean <kellydeanch <at> yahoo.com>
Subject: bug#14492: closed (Re: bug#14492: [PATCH2] Re: bug# 14492: Bug in
 Elisp manual)
Date: Wed, 12 Jun 2013 01:27:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#14492: [PATCH] Bug in Elisp manual

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 14492 <at> debbugs.gnu.org.

-- 
14492: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14492
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 14492-done <at> debbugs.gnu.org
Subject: Re: bug#14492: [PATCH2] Re: bug# 14492: Bug in Elisp manual
Date: Tue, 11 Jun 2013 21:26:43 -0400
Version: 24.4

Fixed in emacs-24.

[Message part 3 (message/rfc822, inline)]
From: Kelly Dean <kellydeanch <at> yahoo.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Bug in Elisp manual
Date: Tue, 28 May 2013 15:31:06 -0700 (PDT)
Self explanatory.

--- emacs-24.3/doc/lispref/variables.texi
+++ emacs-24.3/doc/lispref/variables.texi
@@ -987,9 +987,9 @@
 (let ((x 0))             ; @r{@code{x} is lexically bound.}
   (setq my-ticker (lambda ()
                     (setq x (1+ x)))))
     @result{} (closure ((x . 0) t) ()
-          (1+ x))
+          (setq x (1+ x)))
 
 (funcall my-ticker)
     @result{} 1
 




This bug report was last modified 12 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.