diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-30 19:51:14 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-30 19:51:14 +0000 |
commit | efaa080bd7d9e7a911cc4527771ae93796190f7c (patch) | |
tree | 0b647fa4213d99c3b0d9bbcdc7d3d4cd5aae53b8 /lisp/finder-inf.el | |
parent | bdc9238e5f2a9b5614cc1393a9ba8502b13b2ae2 (diff) | |
download | emacs-efaa080bd7d9e7a911cc4527771ae93796190f7c.tar.gz emacs-efaa080bd7d9e7a911cc4527771ae93796190f7c.tar.bz2 emacs-efaa080bd7d9e7a911cc4527771ae93796190f7c.zip |
*** empty log message ***
Diffstat (limited to 'lisp/finder-inf.el')
-rw-r--r-- | lisp/finder-inf.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el index e3390f5ef2a..4e8411ede23 100644 --- a/lisp/finder-inf.el +++ b/lisp/finder-inf.el @@ -102,6 +102,9 @@ ("cus-face.el" "customization support for faces." (help faces)) + ("cus-load.el" + "automatically extracted custom dependencies" + nil) ("cus-start.el" "define customization properties of builtins." (internal)) @@ -1407,6 +1410,9 @@ ("titdic-cnv.el" "convert cxterm dictionary (TIT format) to Quail package" (quail tit cxterm)) + ("utf-8.el" + "Limited UTF-8 decoding/encoding support" + (multilingual unicode utf-8)) ("china-util.el" "utilities for Chinese" (mule multilingual chinese)) @@ -2266,9 +2272,4 @@ (provide 'finder-inf) -;;; Local Variables: -;;; version-control: never -;;; no-byte-compile: t -;;; no-update-autoloads: t -;;; End: ;;; finder-inf.el ends here |