From: Dave Love Date: Wed, 14 Feb 2001 14:26:05 +0000 (+0000) Subject: (mule-utf-8): Fix backquoting. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fcb69217bca21ff77ed0a73c5e0ca39304fce80d;p=emacs.git (mule-utf-8): Fix backquoting. --- diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index 0ee120021da..ae0bf33a8f0 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el @@ -300,6 +300,6 @@ into eight-bit-control or eight-bit-graphic." mule-unicode-e000-ffff) (mime-charset . utf-8) ;; Kluge to ensure the translation table is loaded. - `(pre-write-conversion . ,(lambda (junk) (require 'ucs-tables))))) + (pre-write-conversion . ,(lambda (junk) (require 'ucs-tables))))) (define-coding-system-alias 'utf-8 'mule-utf-8)