branch: externals/org
commit 733623761d6cdb078f05060816075596487e4277
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>

    oc-basic: Pacify byte-compilator
    
    * lisp/oc-basic.el (org-cite-basic--parse-bibliography): Use
    `org-buffer-hash' instead of `buffer-hash' since Org supports Emacs 25.1.
---
 lisp/oc-basic.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/oc-basic.el b/lisp/oc-basic.el
index 66f8c06..845b343 100644
--- a/lisp/oc-basic.el
+++ b/lisp/oc-basic.el
@@ -242,7 +242,7 @@ Optional argument INFO is the export state, as a property 
list."
         (when (file-readable-p file)
           (with-temp-buffer
             (insert-file-contents file)
-           (let* ((file-id (cons file (buffer-hash)))
+           (let* ((file-id (cons file (org-buffer-hash)))
                    (entries
                     (or (cdr (assoc file-id 
org-cite-basic--bibliography-cache))
                         (let ((table

Reply via email to