diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-07-24 04:34:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-07-24 04:34:12 +0000 |
commit | 3e95679ecc30375da1c94e84c6610a42944b680e (patch) | |
tree | 23be253facee76f4ea007ca4a052aaa4f14e8b23 /lisp/case-table.el | |
parent | 2c5e21c133a030ffee081f6088fca6fe6504749f (diff) | |
download | emacs-3e95679ecc30375da1c94e84c6610a42944b680e.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/case-table.el')
-rw-r--r-- | lisp/case-table.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/case-table.el b/lisp/case-table.el index 1999f80cb8c..fbfcfc18076 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el @@ -48,9 +48,9 @@ (concat "lowercase, matches " (text-char-description (upcase ch)))) (t "case-invariant"))) - (setq i (1+ i)))) - (with-output-to-temp-buffer "*Help*" - (describe-vector vector))) + (setq i (1+ i))) + (with-output-to-temp-buffer "*Help*" + (describe-vector vector)))) (defun set-case-syntax-delims (l r string) "Make characters L and R a matching pair of non-case-converting delimiters. |