]> git.eshelyaron.com Git - emacs.git/commit
Convert dictionary-mode to define-derived-mode
authorStefan Kangas <stefankangas@gmail.com>
Sat, 12 Aug 2023 14:30:08 +0000 (16:30 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 12 Aug 2023 14:32:49 +0000 (16:32 +0200)
commit5892b4db8de4694904f631dd86438926fb9d7ff1
tree8f871e10b75e921fe4bec252c8cf03fdd573618d
parentb6884820963d4a5f15cb771894f3cf9a7fdb5195
Convert dictionary-mode to define-derived-mode

* lisp/net/dictionary.el (dictionary-instances): Delete.
(dictionary-mode): Use define-derived-mode.
(dictionary--count-mode-buffers): New function.
(dictionary-close): Use above new function.
lisp/net/dictionary.el