diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-23 04:58:47 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-23 04:58:47 +0000 |
commit | bd5e4c2b1d3fe6ecb61e5fc8a086cd692cbe03f7 (patch) | |
tree | 49a389ed84a5c737cce5bda24c913cf84f36b6a8 /lisp/org/org-rmail.el | |
parent | 2d1332b258fc2821d03611f1d2ff17ad85cad444 (diff) | |
download | emacs-bd5e4c2b1d3fe6ecb61e5fc8a086cd692cbe03f7.tar.gz |
(rmail-narrow-to-non-pruned-header): Remove declaration of deleted function.
Diffstat (limited to 'lisp/org/org-rmail.el')
-rw-r--r-- | lisp/org/org-rmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-rmail.el b/lisp/org/org-rmail.el index 26d1dc37f4f..c1fdf01ad4c 100644 --- a/lisp/org/org-rmail.el +++ b/lisp/org/org-rmail.el @@ -1,6 +1,7 @@ ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp @@ -34,7 +35,6 @@ (require 'org) ;; Declare external functions and variables -(declare-function rmail-narrow-to-non-pruned-header "rmail" ()) (declare-function rmail-show-message "rmail" (&optional n no-summary)) (declare-function rmail-what-message "rmail" ()) (defvar rmail-current-message) |