aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-29 03:53:10 +0000
committerRichard M. Stallman1997-06-29 03:53:10 +0000
commit924ef2237088d0b67ba373b5f0dc621aee45e5f9 (patch)
treeb31d859bbb7958240925c82bd9304dd6599adce7
parentc807f76783251bfbccd94a79690802da384bf330 (diff)
downloademacs-924ef2237088d0b67ba373b5f0dc621aee45e5f9.tar.gz
emacs-924ef2237088d0b67ba373b5f0dc621aee45e5f9.zip
(enable-multibyte-characters): Customize.
-rw-r--r--lisp/cus-start.el1
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 @@
45 ;; buffer.c 45 ;; buffer.c
46 (mode-line-format modeline sexp) ;Hard to do right. 46 (mode-line-format modeline sexp) ;Hard to do right.
47 (default-major-mode internal function) 47 (default-major-mode internal function)
48 (enable-multibyte-characters mule boolean)
48 (case-fold-search matching boolean) 49 (case-fold-search matching boolean)
49 (fill-column fill integer) 50 (fill-column fill integer)
50 (left-margin fill integer) 51 (left-margin fill integer)