all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#54240: emacs/lisp/emacs-lisp/derived.el patch
@ 2022-03-03 16:45 chenphy10
  2022-03-03 17:14 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: chenphy10 @ 2022-03-03 16:45 UTC (permalink / raw)
  To: 54240

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

Dear developers/maintainers,

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.


Best,
Tongjie

[-- Attachment #2: derived.el.patch --]
[-- Type: text/x-patch, Size: 441 bytes --]

--- derived.el	2022-03-03 11:33:56.101116071 -0500
+++ derived.el-patched	2022-03-03 11:36:39.306232391 -0500
@@ -404,7 +404,7 @@
       t
     (eval `(defvar ,(derived-mode-abbrev-table-name mode)
 	     (progn
-	       (define-abbrev-table (derived-mode-abbrev-table-name mode) nil)
+	       ,(define-abbrev-table (derived-mode-abbrev-table-name mode) nil)
 	       (make-abbrev-table))
 	     ,(format "Abbrev table for %s." mode)))))
 \f

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-03-06 16:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-03 16:45 bug#54240: emacs/lisp/emacs-lisp/derived.el patch chenphy10
2022-03-03 17:14 ` Lars Ingebrigtsen
2022-03-03 23:02   ` Tongjie Chen
2022-03-04  0:36   ` Michael Heerdegen
2022-03-04  3:28     ` Tongjie Chen
2022-03-04  3:59       ` Michael Heerdegen
2022-03-04 15:19     ` Lars Ingebrigtsen
2022-03-04 21:39       ` Michael Heerdegen
2022-03-06 16:13         ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.