# HG changeset patch # User Noah Friedman # Date 756562014 0 # Node ID 50e623c19fff4dba5d49548186ff7765895dc236 # Parent c3ff03d6b5b6265567d12e1d947ffabfa10803ec (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. diff -r c3ff03d6b5b6 -r 50e623c19fff lisp/emacs-lisp/lisp-mnt.el --- a/lisp/emacs-lisp/lisp-mnt.el Sun Dec 19 13:56:32 1993 +0000 +++ b/lisp/emacs-lisp/lisp-mnt.el Wed Dec 22 12:06:54 1993 +0000 @@ -5,9 +5,9 @@ ;; Author: Eric S. Raymond ;; Maintainer: Eric S. Raymond ;; 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.