From: okazaki Date: Sat, 26 Feb 2005 01:31:07 +0000 (+0000) Subject: (elmo-multibyte-buffer-name): Renamed from `elmo-multibypte-buffer-name'. X-Git-Tag: wl-2_14-root~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5bdf4ab4e2419078255a46805e8f43d49672f6e0;p=elisp%2Fwanderlust.git (elmo-multibyte-buffer-name): Renamed from `elmo-multibypte-buffer-name'. All referers are updated. --- diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 2f65c3f..f7a3ed1 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -88,12 +88,12 @@ (def-edebug-spec elmo-bind-directory (form &rest form)) -(defconst elmo-multibypte-buffer-name " *elmo-multibyte-buffer*") +(defconst elmo-multibyte-buffer-name " *elmo-multibyte-buffer*") (defmacro elmo-with-enable-multibyte (&rest body) "Evaluate BODY with `enable-multibyte-character' as non-nil." `(let ((default-enable-multibyte-characters t)) - (with-current-buffer (get-buffer-create elmo-multibypte-buffer-name) + (with-current-buffer (get-buffer-create elmo-multibyte-buffer-name) ,@body))) (put 'elmo-with-enable-multibyte 'lisp-indent-function 0)