comparison lisp/finder-inf.el @ 35744:497c28f292c4 EMACS_PRETEST_21_0_97

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 30 Jan 2001 19:51:14 +0000
parents 255153b4edca
children edd7ede4c4bc
comparison
equal deleted inserted replaced
35743:4db4ab2d1dd4 35744:497c28f292c4
100 "Tools for customizing Emacs and Lisp packages." 100 "Tools for customizing Emacs and Lisp packages."
101 (help faces)) 101 (help faces))
102 ("cus-face.el" 102 ("cus-face.el"
103 "customization support for faces." 103 "customization support for faces."
104 (help faces)) 104 (help faces))
105 ("cus-load.el"
106 "automatically extracted custom dependencies"
107 nil)
105 ("cus-start.el" 108 ("cus-start.el"
106 "define customization properties of builtins." 109 "define customization properties of builtins."
107 (internal)) 110 (internal))
108 ("custom.el" 111 ("custom.el"
109 "Tools for declaring and initializing options." 112 "Tools for declaring and initializing options."
1406 "miscellaneous functions for dealing with Swedish." 1409 "miscellaneous functions for dealing with Swedish."
1407 (i18n)) 1410 (i18n))
1408 ("titdic-cnv.el" 1411 ("titdic-cnv.el"
1409 "convert cxterm dictionary (TIT format) to Quail package" 1412 "convert cxterm dictionary (TIT format) to Quail package"
1410 (quail tit cxterm)) 1413 (quail tit cxterm))
1414 ("utf-8.el"
1415 "Limited UTF-8 decoding/encoding support"
1416 (multilingual unicode utf-8))
1411 ("china-util.el" 1417 ("china-util.el"
1412 "utilities for Chinese" 1418 "utilities for Chinese"
1413 (mule multilingual chinese)) 1419 (mule multilingual chinese))
1414 ("chinese.el" 1420 ("chinese.el"
1415 "Support for Chinese" 1421 "Support for Chinese"
2265 (dns languages)) 2271 (dns languages))
2266 )) 2272 ))
2267 2273
2268 (provide 'finder-inf) 2274 (provide 'finder-inf)
2269 2275
2270 ;;; Local Variables:
2271 ;;; version-control: never
2272 ;;; no-byte-compile: t
2273 ;;; no-update-autoloads: t
2274 ;;; End:
2275 ;;; finder-inf.el ends here 2276 ;;; finder-inf.el ends here