summaryrefslogtreecommitdiff
path: root/parsebib.el
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2015-01-02 12:15:04 +0200
committerJoost Kremers <joostkremers@fastmail.fm>2015-01-02 12:15:04 +0200
commitd45accf3f688bd167de302fabe156c0ef50dbbbe (patch)
tree771ef3281269b4186889a9e3112cfc42ba20bbe0 /parsebib.el
parent574b1c8775c68eefec1fe304060a8e31654b4541 (diff)
Remove autoload cookies.
Diffstat (limited to 'parsebib.el')
-rw-r--r--parsebib.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/parsebib.el b/parsebib.el
index 5c53219..1aac3ed 100644
--- a/parsebib.el
+++ b/parsebib.el
@@ -151,7 +151,6 @@ point right before the closing delimiter (unlike e.g.,
;; parsing a bib file ;;
;;;;;;;;;;;;;;;;;;;;;;;;
-;;;###autoload
(defun parsebib-find-bibtex-dialect ()
"Find the BibTeX dialect of a file if one is set.
This function looks for a local value of the variable
@@ -168,7 +167,6 @@ file. Return nil if no dialect is found."
(string-match (concat "bibtex-dialect: " (regexp-opt (mapcar #'symbol-name bibtex-dialect-list) t)) comment))
(intern (match-string 1 comment))))))))
-;;;###autoload
(defun parsebib-find-next-item (&optional pos)
"Find the first (potential) BibTeX item following POS.