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

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

bug#54240: emacs/lisp/emacs-lisp/derived.el patch


From: Lars Ingebrigtsen
Subject: bug#54240: emacs/lisp/emacs-lisp/derived.el patch
Date: Thu, 03 Mar 2022 18:14:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

chenphy10@gmail.com writes:

> When running "jdee-mode" from Melpa, without the patch, it will create
> erorrs on the "mode" undefined. I found it is caused by this quoted
> function.
>
> Please let me know if it is a suitable patch.

[...]

> -            (define-abbrev-table (derived-mode-abbrev-table-name mode) nil)
> +            ,(define-abbrev-table (derived-mode-abbrev-table-name mode) nil)

The code looks correct the way it is, I think?

What Emacs version are you seeing this problem in?  Please use `M-x
report-emacs-bug' and include all the information you get in that buffer.

-- 
(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]