Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5c543a33
Commit
5c543a33
authored
Mar 05, 2002
by
ShengHuo ZHU
Browse files
* qp.el (quoted-printable-decode-region): Doc addition.
From: Eli Zaretskii <eliz@is.elta.co.il>
parent
8e12e275
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/qp.el
lisp/gnus/qp.el
+4
-1
No files found.
lisp/gnus/ChangeLog
View file @
5c543a33
2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
* qp.el (quoted-printable-decode-region): Doc addition.
From: Eli Zaretskii <eliz@is.elta.co.il>
2002-02-21 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-art.el (gnus-article-edit-done): Widen the article buffer.
...
...
lisp/gnus/qp.el
View file @
5c543a33
...
...
@@ -35,7 +35,10 @@
(
defun
quoted-printable-decode-region
(
from
to
&optional
coding-system
)
"Decode quoted-printable in the region between FROM and TO, per RFC 2045.
If CODING-SYSTEM is non-nil, decode bytes into characters with that
coding-system."
coding-system.
Interactively, you can supply the CODING-SYSTEM argument
with \\[universal-coding-system-argument]."
(
interactive
;; Let the user determine the coding system with "C-x RET c".
(
list
(
region-beginning
)
(
region-end
)
coding-system-for-read
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment