Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bd5e4c2b
Commit
bd5e4c2b
authored
Jan 23, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rmail-narrow-to-non-pruned-header): Remove declaration of deleted function.
parent
2d1332b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/org/ChangeLog
lisp/org/ChangeLog
+5
-0
lisp/org/org-rmail.el
lisp/org/org-rmail.el
+2
-2
No files found.
lisp/org/ChangeLog
View file @
bd5e4c2b
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
...
...
lisp/org/org-rmail.el
View file @
bd5e4c2b
;;; 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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment