aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/org/ChangeLog5
-rw-r--r--lisp/org/org-rmail.el4
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 @@
12009-01-23 Glenn Morris <rgm@gnu.org>
2
3 * org-rmail.el (rmail-narrow-to-non-pruned-header):
4 Remove declaration of deleted function.
5
12009-01-16 Glenn Morris <rgm@gnu.org> 62009-01-16 Glenn Morris <rgm@gnu.org>
2 7
3 * org-mouse.el (org-mouse-show-context-menu): Use 8 * 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 @@
1;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode 1;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode
2 2
3;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
4;; Free Software Foundation, Inc.
4 5
5;; Author: Carsten Dominik <carsten at orgmode dot org> 6;; Author: Carsten Dominik <carsten at orgmode dot org>
6;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, wp
@@ -34,7 +35,6 @@
34(require 'org) 35(require 'org)
35 36
36;; Declare external functions and variables 37;; Declare external functions and variables
37(declare-function rmail-narrow-to-non-pruned-header "rmail" ())
38(declare-function rmail-show-message "rmail" (&optional n no-summary)) 38(declare-function rmail-show-message "rmail" (&optional n no-summary))
39(declare-function rmail-what-message "rmail" ()) 39(declare-function rmail-what-message "rmail" ())
40(defvar rmail-current-message) 40(defvar rmail-current-message)