diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-29 03:53:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-29 03:53:10 +0000 |
commit | 924ef2237088d0b67ba373b5f0dc621aee45e5f9 (patch) | |
tree | b31d859bbb7958240925c82bd9304dd6599adce7 /lisp/cus-start.el | |
parent | c807f76783251bfbccd94a79690802da384bf330 (diff) | |
download | emacs-924ef2237088d0b67ba373b5f0dc621aee45e5f9.tar.gz |
(enable-multibyte-characters): Customize.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index a842f8d3541..972747c1126 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -45,6 +45,7 @@ ;; buffer.c (mode-line-format modeline sexp) ;Hard to do right. (default-major-mode internal function) + (enable-multibyte-characters mule boolean) (case-fold-search matching boolean) (fill-column fill integer) (left-margin fill integer) |