X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=broken.el;h=81d1ec6ad4e0036addc098d1a00eb684a4247c13;hb=6218545e03e41f00deca77f46a0f8fb761cd8cfe;hp=c5d5e4042d553d520e38eaa7458c5b695ab721b5;hpb=ad84d4930bd5d8cc0146ee40f724800dbda54343;p=elisp%2Fapel.git diff --git a/broken.el b/broken.el index c5d5e40..81d1ec6 100644 --- a/broken.el +++ b/broken.el @@ -1,4 +1,4 @@ -;;; broken.el --- Emacs broken facility infomation registry. +;;; broken.el --- Emacs broken facility information registry. ;; Copyright (C) 1998, 1999 Tanaka Akira @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; 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. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -56,7 +56,7 @@ ASSERTION is evaluated statically. FACILITY must be symbol. -If ASSERTION is not ommited and evaluated to nil and NO-NOTICE is nil, +If ASSERTION is not omitted and evaluated to nil and NO-NOTICE is nil, it is noticed." (` (static-if (, assertion) (eval-and-compile @@ -108,6 +108,7 @@ compile(macro expansion) time and run time, warn it." ;;; @ end ;;; -(provide 'broken) +(require 'product) +(product-provide (provide 'broken) (require 'apel-ver)) ;;; broken.el ends here