diff options
author | Noah Friedman <friedman@splode.com> | 1993-12-22 12:06:54 +0000 |
---|---|---|
committer | Noah Friedman <friedman@splode.com> | 1993-12-22 12:06:54 +0000 |
commit | 1894df21dd28d47ef0b1624fdd392af7d49c9be1 (patch) | |
tree | 064ea63a2a6c8f6b5e278568ddc9037b6ec16941 /lisp/emacs-lisp | |
parent | d466349d85b2b3457d3a0a81e895963f46f9840d (diff) | |
download | emacs-1894df21dd28d47ef0b1624fdd392af7d49c9be1.tar.gz emacs-1894df21dd28d47ef0b1624fdd392af7d49c9be1.tar.bz2 emacs-1894df21dd28d47ef0b1624fdd392af7d49c9be1.zip |
(Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.
Change comments to indicate that any header starting with `X-' is
not supposed to be implemented. This gives us the same "out" as
that RFC822 does.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 0f7bcdf13ae..030575c2119 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -5,9 +5,9 @@ ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> ;; Created: 14 Jul 1992 -;; Version: $Id: lisp-mnt.el,v 1.3 1993/04/14 03:34:42 eric Exp rms $ +;; Version: $Id: lisp-mnt.el,v 1.4 1993/07/26 18:40:03 rms Exp friedman $ ;; Keywords: docs -;; Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! +;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! ;; This file is part of GNU Emacs. @@ -89,9 +89,10 @@ ;; * Keywords line --- used by the finder code (now under construction) ;; for finding elisp code related to a topic. ;; -;; * Bogus-Bureaucratic-Cruft line --- this is a joke. I figured I should -;; satirize this design before someone else did. Also, it illustrates the -;; possibility that other headers may be added in the future for new purposes. +;; * X-Bogus-Bureaucratic-Cruft line --- this is a joke and an example +;; of a comment header. Headers starting with `X-' should never be used +;; for any real purpose; this is the way to safely add random headers +;; without invoking the wrath of any program. ;; ;; * Commentary line --- enables lisp code to find the developer's and ;; maintainers' explanations of the package internals. |