Changes committed gnus/lisp (ChangeLog message.el)

"Reiner Steib" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog message.el

(message-info): Don't use booleanp which isn't supported
in Emacs 21 and XEmacs.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1810 gnus/lisp/ChangeLog:7.1811
--- ChangeLog:7.1810	Sat Mar 22 14:25:19 2008
+++ ChangeLog	Mon Mar 24 19:09:11 2008
@@ -1,3 +1,8 @@
+2008-03-24  Reiner Steib  <[email protected]>
+
+	* message.el (message-info): Don't use booleanp which isn't supported
+	in Emacs 21 and XEmacs.
+
 2008-03-22  Reiner Steib  <[email protected]>
 
 	* gnus-group.el (gnus-gmane-group-download-format): Rename from
Index: message.el
diff -u gnus/lisp/message.el:7.250 gnus/lisp/message.el:7.251
--- message.el:7.250	Thu Mar 20 10:58:32 2008
+++ message.el	Mon Mar 24 19:09:11 2008
@@ -2485,7 +2485,8 @@
   (Info-goto-node (format "(%s)Top"
 			  (cond ((eq arg 16) mml2015-use)
 				((eq arg  4) 'emacs-mime)
-				((and (not (booleanp arg))
+				;; `booleanp' only available in Emacs 22+
+				((and (not (memq arg '(nil t)))
 				      (symbolp arg))
 				 arg)
 				(t
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.