diff options
| author | Stefan Kangas | 2023-09-18 02:01:51 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-09-18 02:02:59 +0200 |
| commit | 2826c26537cd69a77b056a43738bba0c697b36e3 (patch) | |
| tree | 2328b0ce9603a94e92692714ced298d2d9dc3f20 /lisp | |
| parent | 9aab258b80af29865a89ef3e7615251bc250358e (diff) | |
| download | emacs-2826c26537cd69a77b056a43738bba0c697b36e3.tar.gz 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.") | |||
| 148 | ("international" . emacs) | 148 | ("international" . emacs) |
| 149 | ("language" . emacs) | 149 | ("language" . emacs) |
| 150 | ("leim" . emacs) | 150 | ("leim" . emacs) |
| 151 | ("ja-dic" . emacs) | ||
| 152 | ("quail" . emacs) | ||
| 151 | ("mh-e" . mh-e) | 153 | ("mh-e" . mh-e) |
| 152 | ("obsolete" . emacs) | 154 | ("obsolete" . emacs) |
| 153 | ("semantic" . semantic) | 155 | ("semantic" . semantic) |