bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6008: Wrong docstring


From: Juanma Barranquero
Subject: bug#6008: Wrong docstring
Date: Thu, 29 Apr 2010 16:30:03 +0200

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.






reply via email to

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