]> git.eshelyaron.com Git - emacs.git/commitdiff
* descr-text.el (describe-char-display): Fix last change:
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Aug 2008 12:01:54 +0000 (12:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Aug 2008 12:01:54 +0000 (12:01 +0000)
  don't pass CHARSET to `encoded-string-description'.

lisp/ChangeLog
lisp/descr-text.el

index 859ae3f799dceddd1f8cff3fccd23a78bb5a898c..76eec12223cd799219d4206e1b32a0548224774c 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * descr-text.el (describe-char-display): Fix last change:
+       don't pass CHARSET to `encoded-string-description'.
+
 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
 
        * vc.el (vc-next-action): Update list var correctly after delete.
@@ -14,7 +19,7 @@
 
 2008-08-02  Jason Rumney  <jasonr@gnu.org>
 
-        * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
+       * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
 
 2008-08-01  Kenichi Handa  <handa@m17n.org>
 
index d509cb5d5b695d24a3ee3c289aa5d24a93d3f5ae..13f97303783c7ad4ee554b992594bc239ad20c83 100644 (file)
@@ -345,7 +345,7 @@ This function is semi-obsolete.  Use `get-char-code-property'."
           (coding (terminal-coding-system))
           (encoded (encode-coding-char char coding charset)))
       (if encoded
-         (encoded-string-description encoded coding charset)))))
+         (encoded-string-description encoded coding)))))
 
 \f
 ;; Return a string of CH with composition for padding on both sides.