From b48da39ed487b41d6fcfb5eb07c79ed2a880f0bd Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 14 Nov 2015 00:05:50 +0100 Subject: [PATCH] org-id: Use lexical binding * lisp/org-id.el (org-id-get-with-outline-drilling): Remove unused optional argument. --- lisp/org-id.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-id.el b/lisp/org-id.el index f86ef222e..806234836 100644 --- a/lisp/org-id.el +++ b/lisp/org-id.el @@ -1,4 +1,4 @@ -;;; org-id.el --- Global identifiers for Org-mode entries +;;; org-id.el --- Global identifiers for Org entries -*- lexical-binding: t; -*- ;; ;; Copyright (C) 2008-2015 Free Software Foundation, Inc. ;; @@ -278,7 +278,7 @@ If necessary, the ID is created." (move-marker pom nil)))) ;;;###autoload -(defun org-id-get-with-outline-drilling (&optional targets) +(defun org-id-get-with-outline-drilling () "Use an outline-cycling interface to retrieve the ID of an entry. This only finds entries in the current buffer, using `org-get-location'. It returns the ID of the entry. If necessary, the ID is created."