mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
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.
This commit is contained in:
parent
100641bc5a
commit
733623761d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user