]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-wl.el
Add 2012 to FSF copyright years for Emacs files
[gnu-emacs] / lisp / org / org-wl.el
index 54d35c98f2fcd0cd51f554e6c5b149fff7d801ec..6d2370671bd0bf01251f44010c1fafc4df887fc8 100644 (file)
@@ -1,13 +1,11 @@
 ;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2012 Free Software Foundation, Inc.
 
 ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
 ;;         David Maus <dmaus at ictsoc dot de>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://orgmode.org
-;; Version: 7.3
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -119,7 +117,7 @@ googlegroups otherwise."
 (defun org-wl-folder-type (folder)
   "Return symbol that indicates the type of FOLDER.
 FOLDER is the wanderlust folder name.  The first character of the
-folder name determines the the folder type."
+folder name determines the folder type."
   (let* ((indicator (substring folder 0 1))
         (type (cdr (assoc indicator org-wl-folder-types))))
     ;; maybe access or file folder
@@ -310,6 +308,4 @@ for namazu index."
 
 (provide 'org-wl)
 
-;; arch-tag: 29b75a0f-ef2e-430b-8abc-acff75bde54a
-
 ;;; org-wl.el ends here