all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6008: Wrong docstring
@ 2010-04-22 22:48 Juanma Barranquero
  2010-04-29 14:30 ` Juanma Barranquero
  0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2010-04-22 22:48 UTC (permalink / raw)
  To: 6008

Package:emacs
Version: 24.0.50


emacs -Q --eval "(describe-function 'ediff)"

  =>

------------------------------------------------------------
ediff is an alias for `ediff-files' in `ediff.el'.

(ediff)

Zone out, completely.
------------------------------------------------------------

which is, of course, the docstring for `zone'.

"bzr bisect" suggests the following commit:

revno: 99933
revision-id: monnier@iro.umontreal.ca-20100418214933-ds6yja213e0mwysa
parent: monnier@iro.umontreal.ca-20100418214544-9gb64dcmmrzug2av
committer: Stefan Monnier <monnier@iro.umontreal.ca>
branch nick: trunk
timestamp: Sun 2010-04-18 17:49:33 -0400
message:
  Hash-cons pure data.
  * alloc.c (Fpurecopy): Hash-cons if requested.
  (syms_of_alloc): Update purify-flag docstring.
  * loadup.el: Setup hash-cons for pure data.







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

* bug#6008: Wrong docstring
  2010-04-22 22:48 bug#6008: Wrong docstring Juanma Barranquero
@ 2010-04-29 14:30 ` Juanma Barranquero
  0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2010-04-29 14:30 UTC (permalink / raw)
  To: 6008-done

Fixed with monnier@iro.umontreal.ca-20100429124201-s9b3tw6oej7af6fh

2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>

        Fix wrong-docstring problem introduced with hash-consing.  (Bug#6008)
        * eval.c (Fautoload): Set doc to a unique number rather than to 0.
        Remove unused var `args'.
        * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
        (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
        * doc.c (store_function_docstring): Use XSETCAR.






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

end of thread, other threads:[~2010-04-29 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 22:48 bug#6008: Wrong docstring Juanma Barranquero
2010-04-29 14:30 ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.