annotate lisp/subdirs.el @ 33045:694e6396dc8b
(decode-char, encode-char): New functions.
(make-coding-system): Accept a symbol of translation table as a
value of property `safe-chars'.
author |
Kenichi Handa <handa@m17n.org> |
date |
Mon, 30 Oct 2000 01:32:44 +0000 |
parents |
401684b10cd9 |
children |
5cdf7acaeb2d |
rev |
line source |
25867
|
1 ;; In load-path, after this directory should come
|
|
2 ;; certain of its subdirectories. Here we specify them.
|
31592
|
3 (normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "toolbar"))
|