# HG changeset patch # User Glenn Morris # Date 1232686727 0 # Node ID 99aed27d025652d3ebcfd8f2be4b7306de8032ee # Parent a51647f648b09fd38970adf966c0f266d88184d7 (rmail-narrow-to-non-pruned-header): Remove declaration of deleted function. diff -r a51647f648b0 -r 99aed27d0256 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Fri Jan 23 04:57:07 2009 +0000 +++ b/lisp/org/ChangeLog Fri Jan 23 04:58:47 2009 +0000 @@ -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 -r a51647f648b0 -r 99aed27d0256 lisp/org/org-rmail.el --- a/lisp/org/org-rmail.el Fri Jan 23 04:57:07 2009 +0000 +++ b/lisp/org/org-rmail.el Fri Jan 23 04:58:47 2009 +0000 @@ -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)