/[emacs]/emacs/lisp/international/mule-diag.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-diag.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.74 by walters, Sat Jun 8 22:44:00 2002 UTC revision 1.75 by rms, Wed Jun 12 12:22:09 2002 UTC
# Line 539  PC `codepages' and other coded character Line 539  PC `codepages' and other coded character
539  POS defaults to point.  POS defaults to point.
540  The information includes character code, charset and code points in it,  The information includes character code, charset and code points in it,
541  syntax, category, how the character is encoded in a file,  syntax, category, how the character is encoded in a file,
542  which font is being used for displaying the character."  which font is being used for displaying the character,
543    and text properties."
544    (interactive)    (interactive)
545    (or pos    (or pos
546        (setq pos (point)))        (setq pos (point)))
# Line 663  which font is being used for displaying Line 664  which font is being used for displaying
664            (insert "\nText properties\n")            (insert "\nText properties\n")
665            (require 'descr-text)            (require 'descr-text)
666            (describe-text-properties props))))))            (describe-text-properties props))))))
   
667    
668  ;;; CODING-SYSTEM  ;;; CODING-SYSTEM
669    

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26