emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-ref.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-ref.el
Date: Thu, 25 Jul 2002 03:03:42 -0400

Index: emacs/lisp/textmodes/reftex-ref.el
diff -c emacs/lisp/textmodes/reftex-ref.el:1.11 
emacs/lisp/textmodes/reftex-ref.el:1.12
*** emacs/lisp/textmodes/reftex-ref.el:1.11     Mon Jul 22 06:36:26 2002
--- emacs/lisp/textmodes/reftex-ref.el  Thu Jul 25 03:03:41 2002
***************
*** 2,8 ****
  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
! ;; Version: 4.17
  
  ;; This file is part of GNU Emacs.
  
--- 2,8 ----
  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
! ;; Version: 4.18
  
  ;; This file is part of GNU Emacs.
  
***************
*** 646,652 ****
              selection-buffers)
        (reftex-kill-temporary-buffers))
      ;; Add the prefixes, put together the relevant information in the form
!     ;; (LABEL TYPEKEY SEPERATOR) and return a list of those.
      (mapcar (lambda (x)
              (if (listp x)
                  (list (concat prefix (car (car x)))
--- 646,652 ----
              selection-buffers)
        (reftex-kill-temporary-buffers))
      ;; Add the prefixes, put together the relevant information in the form
!     ;; (LABEL TYPEKEY SEPARATOR) and return a list of those.
      (mapcar (lambda (x)
              (if (listp x)
                  (list (concat prefix (car (car x)))



reply via email to

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