GNU bug report logs - #13034
defalias docstring ignored

Previous Next

Package: emacs;

Reported by: Juanma Barranquero <lekktu <at> gmail.com>

Date: Fri, 30 Nov 2012 00:10:01 UTC

Severity: normal

Found in version 24.3.50

Done: Juanma Barranquero <lekktu <at> gmail.com>

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: Juanma Barranquero <lekktu <at> gmail.com>
Subject: bug#13034: closed (Re: bug#13034: defaliased funcs do not have
 docstring)
Date: Fri, 30 Nov 2012 17:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#13034: defalias docstring ignored

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 13034 <at> debbugs.gnu.org.

-- 
13034: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13034
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: 13034-done <at> debbugs.gnu.org
Subject: Re: bug#13034: defaliased funcs do not have docstring
Date: Fri, 30 Nov 2012 18:31:18 +0100
Fixed in revno:111042.

[Message part 3 (message/rfc822, inline)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: defaliased funcs do not have docstring
Date: Fri, 30 Nov 2012 01:06:41 +0100
Package: emacs
Version: 24.3.50


(defun my-func () "This is my func." nil)
(defalias 'my-other-func (lambda () t) "This is my other func.")

(documentation 'my-other-func)
   24.2.50 => "This is my other func."
   trunk => nil



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

Previous Next


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