GNU bug report logs -
#12951
24.3.50; adviced functions have no docstring
Previous Next
Reported by: "Roland Winkler" <winkler <at> gnu.org>
Date: Wed, 21 Nov 2012 14:19:02 UTC
Severity: normal
Found in version 24.3.50
Fixed in version 24.3
Done: "Roland Winkler" <winkler <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
cat > ~/foo.el <<EOF
(defadvice beginning-of-buffer (before deactivate-mark activate)
"Add friendly greeting."
(message "Hello world. This function is advised")
(sit-for 1))
EOF
emacs -Q -l ~/foo.el
C-h f beginning-of-buffer
Emacs says that this function is advised and it displays the
docstring of the advice. But the original docstring of
beginning-of-buffer is not displayed.
No such problem with emacs 23.1 which displays both the original
docstring and the docstring of the advice.
In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
of 2012-11-10 on regnitz
Bzr revision: 110864 rgm <at> gnu.org-20121110231943-kjpn4lpf1zv3iulx
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
System Description: Ubuntu 10.04.4 LTS
This bug report was last modified 12 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.