/[emacs]/emacs/lisp/descr-text.el
ViewVC logotype

Diff of /emacs/lisp/descr-text.el

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

revision 1.15 by handa, Sun Sep 28 23:30:09 2003 UTC revision 1.16 by handa, Sun Sep 28 23:53:29 2003 UTC
# Line 611  as well as widgets, buttons, overlays, a Line 611  as well as widgets, buttons, overlays, a
611                            "\n ")))                            "\n ")))
612              (insert "these terminal codes:\n")              (insert "these terminal codes:\n")
613              (dotimes (i (length disp-vector))              (dotimes (i (length disp-vector))
614                (insertf(car (aref disp-vector i))                (insert (car (aref disp-vector i))
615                        (propertize " " 'display '(space :align-to 5))                        (propertize " " 'display '(space :align-to 5))
616                        (or (cdr (aref disp-vector i)) "-- not encodable --")                        (or (cdr (aref disp-vector i)) "-- not encodable --")
617                        "\n"))))                        "\n"))))

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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