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
d1ab8d82
Commit
d1ab8d82
authored
Dec 17, 2010
by
Chong Yidong
Browse files
* lisp/mail/binhex.el: Improve commentary (Bug#7482).
parent
c33fa631
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/mail/binhex.el
lisp/mail/binhex.el
+6
-1
No files found.
lisp/mail/binhex.el
View file @
d1ab8d82
;;; binhex.el ---
elisp nativ
e
b
in
h
ex
de
code
;;; binhex.el ---
decod
e
B
in
H
ex
-en
code
d text
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
...
...
@@ -23,6 +23,11 @@
;;; Commentary:
;; BinHex is a binary-to-text encoding scheme similar to uuencode.
;; The command `binhex-decode-region' decodes BinHex-encoded text, via
;; the external program "hexbin" if that is available, or an Emacs
;; Lisp implementation if not.
;;; Code:
(
eval-when-compile
(
require
'cl
))
...
...
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