emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116092: Fix reftex-create-bibtex-file autoload.


From: Tassilo Horn
Subject: [Emacs-diffs] trunk r116092: Fix reftex-create-bibtex-file autoload.
Date: Tue, 21 Jan 2014 08:26:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116092
revision-id: address@hidden
parent: address@hidden
committer: Tassilo Horn <address@hidden>
branch nick: build
timestamp: Tue 2014-01-21 09:26:31 +0100
message:
  Fix reftex-create-bibtex-file autoload.
  
  * lisp/textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
  specify it's an interactive function.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/textmodes/reftex.el       reftex.el-20091113204419-o5vbwnq5f7feedwu-1182
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-21 08:18:30 +0000
+++ b/lisp/ChangeLog    2014-01-21 08:26:31 +0000
@@ -1,5 +1,8 @@
 2014-01-21  Tassilo Horn  <address@hidden>
 
+       * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
+       specify it's an interactive function.
+
        * textmodes/reftex-cite.el (reftex-all-used-citation-keys): Fix
        regex used for scanning for citation keys which failed for
        citations with optional arguments.

=== modified file 'lisp/textmodes/reftex.el'
--- a/lisp/textmodes/reftex.el  2014-01-01 07:43:34 +0000
+++ b/lisp/textmodes/reftex.el  2014-01-21 08:26:31 +0000
@@ -135,7 +135,9 @@
  "Make a citation using BibTeX database files." t)
 (autoload 'reftex-default-bibliography "reftex-cite")
 (autoload 'reftex-bib-or-thebib "reftex-cite")
-(autoload 'reftex-create-bibtex-file "reftex-cite")
+(autoload 'reftex-create-bibtex-file "reftex-cite"
+  "Create a new BibTeX database BIBFILE with all entries referenced in 
document."
+  t)
 
 ;; Selection
 (autoload 'reftex-select-label-mode "reftex-sel")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]