]> 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 7094536a611da1b152e1220513161e24662ff5fa..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, 2011
-;;   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.4
 ;;
 ;; 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,5 +308,4 @@ for namazu index."
 
 (provide 'org-wl)
 
-
 ;;; org-wl.el ends here