emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-diag.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-diag.el
Date: Wed, 12 Jun 2002 08:22:10 -0400

Index: emacs/lisp/international/mule-diag.el
diff -c emacs/lisp/international/mule-diag.el:1.74 
emacs/lisp/international/mule-diag.el:1.75
*** emacs/lisp/international/mule-diag.el:1.74  Sat Jun  8 18:44:00 2002
--- emacs/lisp/international/mule-diag.el       Wed Jun 12 08:22:09 2002
***************
*** 539,545 ****
  POS defaults to point.
  The information includes character code, charset and code points in it,
  syntax, category, how the character is encoded in a file,
! which font is being used for displaying the character."
    (interactive)
    (or pos
        (setq pos (point)))
--- 539,546 ----
  POS defaults to point.
  The information includes character code, charset and code points in it,
  syntax, category, how the character is encoded in a file,
! which font is being used for displaying the character,
! and text properties."
    (interactive)
    (or pos
        (setq pos (point)))
***************
*** 663,669 ****
          (insert "\nText properties\n")
          (require 'descr-text)
          (describe-text-properties props))))))
- 
  
  ;;; CODING-SYSTEM
  
--- 664,669 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]