From 137b20bf5017a299dddd003d0fff36c7d926cd28 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 14 May 2001 12:05:24 +0000 Subject: [PATCH] Remove a meaningless comment. --- lisp/dgnushack.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 33bb100..676ad2d 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -326,11 +326,6 @@ to the specified name LIBRARY (a la calling `load' instead of `load-library')." (byte-compile 'dgnushack-bind-colon-keywords) (dgnushack-bind-colon-keywords))) -;; If you are using Mule 2.3 based on Emacs 19.34, you may also put the -;; following lines in your .emacs file, before gnus related modules are -;; loaded. It is not always necessary. However if it is done, you will -;; be able to load or evaluate gnus related *.el (not compiled) files. -;; ------ cut here ------ cut here ------ cut here ------ cut here ------ (if (boundp 'MULE) (progn (setq :version ':version @@ -342,7 +337,6 @@ to the specified name LIBRARY (a la calling `load' instead of `load-library')." "Don't signal an error even if unsupported keyword is given." (if (not (memq (ad-get-arg 1) '(:version :set-after))) ad-do-it)))) -;; ------ cut here ------ cut here ------ cut here ------ cut here ------ (when (boundp 'MULE) (put 'custom-declare-face 'byte-optimizer -- 1.7.10.4