(rmail-narrow-to-non-pruned-header): Remove declaration of deleted function.
This commit is contained in:
parent
2d1332b258
commit
bd5e4c2b1d
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue