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

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

bug#8378: 23.2; eval-defun vs defface docstring


From: Lars Magne Ingebrigtsen
Subject: bug#8378: 23.2; eval-defun vs defface docstring
Date: Wed, 06 Jul 2011 18:46:56 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Kevin Ryde <user42@zip.com.au> writes:

> When M-x eval-defun is used on a defface, the face docstring is not
> updated.  For example in the scratch buffer M-x eval-defun on
>
>     (defface my-test '((t (:foreground "blue")))
>       "This is a blue face docstring.")
>
> and then on
>
>     (defface my-test '((t (:foreground "red")))
>       "This is a red face docstring.")
>
> followed by
>
>     M-x describe-face my-test
>
> shows
>
>     "This is a blue face docstring"

I've now fixed this in Emacs 24.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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