/[emacs]/emacs/lisp/textmodes/reftex-index.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/reftex-index.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by cdominik, Fri Jan 14 10:12:03 2005 UTC revision 1.21 by wl, Fri Mar 25 09:03:24 2005 UTC
# Line 1  Line 1 
1  ;;; reftex-index.el --- index support with RefTeX  ;;; reftex-index.el --- index support with RefTeX
2  ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc.  ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005
3    ;;  Free Software Foundation, Inc.
4    
5  ;; Author: Carsten Dominik <dominik@science.uva.nl>  ;; Author: Carsten Dominik <dominik@science.uva.nl>
6  ;; Version: 4.26  ;; Version: 4.26
# Line 928  When index is restricted, select the pre Line 929  When index is restricted, select the pre
929             (error "Not changed"))             (error "Not changed"))
930            ((string= npart "")            ((string= npart "")
931             (if dont-allow-empty             (if dont-allow-empty
932                 (error "Illegal value")                 (error "Invalid value")
933               (setf (nth n analyze) npart)))               (setf (nth n analyze) npart)))
934            (t (setf (nth n analyze) (concat initial npart))))            (t (setf (nth n analyze) (concat initial npart))))
935      (setq new (apply 'concat analyze))      (setq new (apply 'concat analyze))
# Line 1385  match, the user will be asked to confirm Line 1386  match, the user will be asked to confirm
1386                                 (file-regular-p reftex-index-phrases-restrict-file))                                 (file-regular-p reftex-index-phrases-restrict-file))
1387                            (list reftex-index-phrases-restrict-file))                            (list reftex-index-phrases-restrict-file))
1388                           ((stringp reftex-index-phrases-restrict-file)                           ((stringp reftex-index-phrases-restrict-file)
1389                            (error "Illegal restriction file %s"                            (error "Invalid restriction file %s"
1390                                   reftex-index-phrases-restrict-file))                                   reftex-index-phrases-restrict-file))
1391                           (t reftex-index-phrases-files)))                           (t reftex-index-phrases-files)))
1392                    (as-words reftex-index-phrases-search-whole-words))                    (as-words reftex-index-phrases-search-whole-words))

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26