]> code.delx.au - gnu-emacs/blobdiff - lisp/international/mule-cmds.el
Minor edits for Face Attributes section of display.texi
[gnu-emacs] / lisp / international / mule-cmds.el
index 02d37f86da03fe652b0740991b4dd1a3194f818e..6ec5e2302a22d8b5020cd19454e3e4dbb941eb09 100644 (file)
@@ -30,8 +30,6 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'cl))      ; letf
-
 (defvar dos-codepage)
 (autoload 'widget-value "wid-edit")
 
@@ -285,7 +283,7 @@ wrong, use this command again to toggle back to the right mode."
   "Display the HELLO file, which lists many languages and characters."
   (interactive)
   ;; We have to decode the file in any environment.
-  (letf ((coding-system-for-read 'iso-2022-7bit))
+  (let ((coding-system-for-read 'iso-2022-7bit))
     (view-file (expand-file-name "HELLO" data-directory))))
 
 (defun universal-coding-system-argument (coding-system)