]> git.eshelyaron.com Git - emacs.git/commitdiff
Add leim subdirectories to emacs package
authorStefan Kangas <stefankangas@gmail.com>
Mon, 18 Sep 2023 00:01:51 +0000 (02:01 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 18 Sep 2023 00:02:59 +0000 (02:02 +0200)
* lisp/finder.el (finder--builtins-alist): Add subdirectories
'leim/ja-dic' and 'leim/quail' as part of the 'emacs'
package.  (Bug#62751)

lisp/finder.el

index c1acee18d63bee6dfd7d8dedfcd1e6da2c489e37..a4cda1255caf91fa00ed717b2121254ee468f6f7 100644 (file)
@@ -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)