1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

Add some commentary.

This commit is contained in:
Dave Love 2000-12-18 12:54:50 +00:00
parent 5978125e6a
commit d49a49759d
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;; RFC 2045 is: "Multipurpose Internet Mail Extensions (MIME) Part
;; One: Format of Internet Message Bodies".
;;; Commentary:

View File

@ -22,6 +22,9 @@
;;; Commentary:
;; RFC 2047 is "MIME (Multipurpose Internet Mail Extensions) Part
;; Three: Message Header Extensions for Non-ASCII Text".
;;; Code:
(eval-when-compile (require 'cl))