/[emacs]/emacs/lisp/gnus/qp.el
ViewVC logotype

Diff of /emacs/lisp/gnus/qp.el

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

revision 1.11.6.2 by handa, Wed Aug 21 00:42:28 2002 UTC revision 1.11.6.3 by handa, Wed Aug 21 01:32:03 2002 UTC
# Line 63  coding-system." Line 63  coding-system."
63                   (let ((byte (string-to-int (buffer-substring (1+ (point))                   (let ((byte (string-to-int (buffer-substring (1+ (point))
64                                                                (+ 3 (point)))                                                                (+ 3 (point)))
65                                              16)))                                              16)))
66                     (insert-byte byte)                     (insert-byte 1 byte)
67                     (delete-char 3)                     (delete-char 3)
68                     (unless (eq byte ?=)                     (unless (eq byte ?=)
69                       (backward-char))))                       (backward-char))))

Legend:
Removed from v.1.11.6.2  
changed lines
  Added in v.1.11.6.3

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