emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5b1f5b4 1/2: citeasnoun in reftex can take an optio


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 5b1f5b4 1/2: citeasnoun in reftex can take an optional parameter
Date: Sat, 13 Jul 2019 10:44:14 -0400 (EDT)

branch: master
commit 5b1f5b4b7d049261ca5977829314c835ba7b8bfe
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    citeasnoun in reftex can take an optional parameter
    
    * lisp/textmodes/reftex-vars.el (reftex-cite-format-builtin):
    citeasnoun can take an optional parameter (bug#31476).  Suggested
    by Konrad Podczeck.
---
 lisp/textmodes/reftex-vars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 88ad447..a9d5819 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -202,8 +202,8 @@ distribution.  Mixed-case symbols are convenience aliases.")
     (harvard "The Harvard package"
      ((?\C-m . "\\cite[]{%l}")
       (?p    . "\\cite[]{%l}")
-      (?t    . "\\citeasnoun{%l}")
-      (?n    . "\\citeasnoun{%l}")
+      (?t    . "\\citeasnoun[]{%l}")
+      (?n    . "\\citeasnoun[]{%l}")
       (?s    . "\\possessivecite{%l}")
       (?e    . "\\citeaffixed{%l}{?}")
       (?y    . "\\citeyear{%l}")



reply via email to

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