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-index.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-index.el
Date: Fri, 25 Mar 2005 04:03:27 -0500

Index: emacs/lisp/textmodes/reftex-index.el
diff -c emacs/lisp/textmodes/reftex-index.el:1.20 
emacs/lisp/textmodes/reftex-index.el:1.21
*** emacs/lisp/textmodes/reftex-index.el:1.20   Fri Jan 14 10:12:03 2005
--- emacs/lisp/textmodes/reftex-index.el        Fri Mar 25 09:03:24 2005
***************
*** 1,5 ****
  ;;; reftex-index.el --- index support with RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, 
Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.26
--- 1,6 ----
  ;;; reftex-index.el --- index support with RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005
! ;;  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.26
***************
*** 928,934 ****
             (error "Not changed"))
            ((string= npart "")
             (if dont-allow-empty
!                (error "Illegal value")
               (setf (nth n analyze) npart)))
            (t (setf (nth n analyze) (concat initial npart))))
      (setq new (apply 'concat analyze))
--- 929,935 ----
             (error "Not changed"))
            ((string= npart "")
             (if dont-allow-empty
!                (error "Invalid value")
               (setf (nth n analyze) npart)))
            (t (setf (nth n analyze) (concat initial npart))))
      (setq new (apply 'concat analyze))
***************
*** 1385,1391 ****
                                 (file-regular-p 
reftex-index-phrases-restrict-file))
                            (list reftex-index-phrases-restrict-file))
                           ((stringp reftex-index-phrases-restrict-file)
!                           (error "Illegal restriction file %s"
                                   reftex-index-phrases-restrict-file))
                           (t reftex-index-phrases-files)))
                    (as-words reftex-index-phrases-search-whole-words))
--- 1386,1392 ----
                                 (file-regular-p 
reftex-index-phrases-restrict-file))
                            (list reftex-index-phrases-restrict-file))
                           ((stringp reftex-index-phrases-restrict-file)
!                           (error "Invalid restriction file %s"
                                   reftex-index-phrases-restrict-file))
                           (t reftex-index-phrases-files)))
                    (as-words reftex-index-phrases-search-whole-words))




reply via email to

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