(gnus-carpal): The carpal mode has been removed, but define the
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 7 Oct 2010 19:36:57 +0000 (21:36 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 7 Oct 2010 19:36:57 +0000 (21:36 +0200)
variable for backwards compatability.

lisp/ChangeLog
lisp/gnus.el

index 90285ea..3fdc823 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus.el (gnus-carpal): The carpal mode has been removed, but define
+       the variable for backwards compatability.
+
        * mm-decode.el (mm-save-part): If given a non-directory result, expand
        the file name before using to avoid setting mm-default-directory to
        nil.
index 531374b..b300fb6 100644 (file)
@@ -2584,6 +2584,11 @@ a string, be sure to use a valid format, see RFC 2616."
 (defvar gnus-server-method-cache nil)
 (defvar gnus-extended-servers nil)
 
+;; The carpal mode has been removed, but define the variable for
+;; backwards compatability.
+(defvar gnus-carpal nil)
+(make-obsolete-variable 'gnus-carpal nil "Emacs 24.1")
+
 (defvar gnus-agent-fetching nil
   "Whether Gnus agent is in fetching mode.")