aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-27 15:41:21 +0000
committerRichard M. Stallman1997-05-27 15:41:21 +0000
commit40f30b63178469190bea8b52649477563ca7b072 (patch)
treea83844b842fe7fdb0dd9fc487debcd7462ee061c
parent19be62416834d1173c5c505183940305530c1bfb (diff)
downloademacs-40f30b63178469190bea8b52649477563ca7b072.tar.gz
emacs-40f30b63178469190bea8b52649477563ca7b072.zip
(set-case-syntax-set-multibyte): New variable.
-rw-r--r--lisp/case-table.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/case-table.el b/lisp/case-table.el
index 5f5e6699b95..823fa44abf3 100644
--- a/lisp/case-table.el
+++ b/lisp/case-table.el
@@ -36,6 +36,8 @@
36 36
37(defvar set-case-syntax-offset 0) 37(defvar set-case-syntax-offset 0)
38 38
39(defvar set-case-syntax-set-multibyte nil)
40
39;;;###autoload 41;;;###autoload
40(defun describe-buffer-case-table () 42(defun describe-buffer-case-table ()
41 "Describe the case table of the current buffer." 43 "Describe the case table of the current buffer."