emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Sebastian Rose <sebastian_rose@gmx.de>
Cc: Emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: Re: [Patch] Remove obsolete function call and declaration
Date: Thu, 1 Jul 2010 15:47:57 +0200	[thread overview]
Message-ID: <FA028DF8-F4C0-47C7-B738-90A2DB27339D@gmail.com> (raw)
In-Reply-To: <87fx047nob.fsf@gmx.de>

Applied, thanks.

- Carsten

On Jun 30, 2010, at 1:41 PM, Sebastian Rose wrote:

> This patch removes an obsolete declaration and call of the function
> `org-publish-initialize-files-alist'  from org-protocol.el.
>
> This function does not exist anymore.  It was removed when we
> implemented the new publishing cache.
>
>
> diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el
> index a02a170..cdfbf10 100644
> --- a/lisp/org-protocol.el
> +++ b/lisp/org-protocol.el
> @@ -126,8 +126,6 @@
> (eval-when-compile
>   (require 'cl))
>
> -(declare-function org-publish-initialize-files-alist "org-publish"
> -		  (&optional refresh))
> (declare-function org-publish-get-project-from-filename "org-publish"
> 		  (filename &optional up))
> (declare-function server-edit "server" (&optional arg))
> @@ -647,7 +645,6 @@ This works, if the file visited is part of a  
> publishing project in
> most of the work."
>   (interactive)
>   (require 'org-publish)
> -  (org-publish-initialize-files-alist)
>   (let ((all (or (org-publish-get-project-from-filename buffer-file- 
> name))))
>     (if all (org-protocol-create (cdr all))
>       (message "Not in an org-project. Did mean %s?"
>
>
> Best wishes
>
>  Sebastian
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

      reply	other threads:[~2010-07-01 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-30 11:41 [Patch] Remove obsolete function call and declaration Sebastian Rose
2010-07-01 13:47 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FA028DF8-F4C0-47C7-B738-90A2DB27339D@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=sebastian_rose@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).