diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-09-18 02:01:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-18 02:02:59 +0200 |
commit | 2826c26537cd69a77b056a43738bba0c697b36e3 (patch) | |
tree | 2328b0ce9603a94e92692714ced298d2d9dc3f20 /lisp | |
parent | 9aab258b80af29865a89ef3e7615251bc250358e (diff) | |
download | emacs-2826c26537cd69a77b056a43738bba0c697b36e3.tar.gz emacs-2826c26537cd69a77b056a43738bba0c697b36e3.tar.bz2 emacs-2826c26537cd69a77b056a43738bba0c697b36e3.zip |
Add leim subdirectories to emacs package
* lisp/finder.el (finder--builtins-alist): Add subdirectories
'leim/ja-dic' and 'leim/quail' as part of the 'emacs'
package. (Bug#62751)
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/finder.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index c1acee18d63..a4cda1255ca 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -148,6 +148,8 @@ would otherwise be.") ("international" . emacs) ("language" . emacs) ("leim" . emacs) + ("ja-dic" . emacs) + ("quail" . emacs) ("mh-e" . mh-e) ("obsolete" . emacs) ("semantic" . semantic) |