]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-narrow-to-non-pruned-header): Remove declaration of deleted function.
authorGlenn Morris <rgm@gnu.org>
Fri, 23 Jan 2009 04:58:47 +0000 (04:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 23 Jan 2009 04:58:47 +0000 (04:58 +0000)
lisp/org/ChangeLog
lisp/org/org-rmail.el

index b2206cda0b1eeb683c8cb2315f98bd0af91e61d3..6d714a502c8c0790bdf07ef9e1a1760f2247b556 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-23  Glenn Morris  <rgm@gnu.org>
+
+       * org-rmail.el (rmail-narrow-to-non-pruned-header):
+       Remove declaration of deleted function.
+
 2009-01-16  Glenn Morris  <rgm@gnu.org>
 
        * org-mouse.el (org-mouse-show-context-menu): Use
index 26d1dc37f4f47f13b6c094427ffe71524703b8e6..c1fdf01ad4c38d01f7f93e654fc086e802c6805d 100644 (file)
@@ -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)