diff options
Diffstat (limited to 'lisp/org/org-w3m.el')
-rw-r--r-- | lisp/org/org-w3m.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-w3m.el b/lisp/org/org-w3m.el index dcdd02230d8..bce90092e6e 100644 --- a/lisp/org/org-w3m.el +++ b/lisp/org/org-w3m.el @@ -1,6 +1,6 @@ ;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008-2011 Free Software Foundation, Inc. ;; Author: Andy Stewart <lazycat dot manatee at gmail dot com> ;; Keywords: outlines, hypermedia, calendar, wp @@ -168,6 +168,6 @@ Return t if there is no previous link; otherwise, return nil." (provide 'org-w3m) -;; arch-tag: 851d7447-488d-49f0-a14d-46c092e84352 + ;;; org-w3m.el ends here |