emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50;(set-language-environment 'Chinese-GB) error


From: Richard Stallman
Subject: Re: 23.0.50;(set-language-environment 'Chinese-GB) error
Date: Thu, 18 Oct 2007 16:08:17 -0400

    There are two regressions.

     (defun test ()
        "My test docstring."
        t)

     M-: (defadvice test (before doc-bug)) [RET]
     C-h f test [RET]
       =>
     Symbol's function definition is void: ad-Orig-test

I fixed that.

     M-: (defadvice test (before doc-bug activate)) [RET]
     C-h f test [RET]
       =>
     test is a Lisp function.
     (test)

     Advice doc string

I can't reproduce that.




reply via email to

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