From bd5e4c2b1d3fe6ecb61e5fc8a086cd692cbe03f7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 23 Jan 2009 04:58:47 +0000 Subject: [PATCH] (rmail-narrow-to-non-pruned-header): Remove declaration of deleted function. --- lisp/org/ChangeLog | 5 +++++ lisp/org/org-rmail.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index b2206cda0b1..6d714a502c8 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,8 @@ +2009-01-23 Glenn Morris + + * org-rmail.el (rmail-narrow-to-non-pruned-header): + Remove declaration of deleted function. + 2009-01-16 Glenn Morris * org-mouse.el (org-mouse-show-context-menu): Use 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 ;; 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) -- 2.39.2