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

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

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

revision 1.13 by cdominik, Mon Jul 22 10:36:26 2002 UTC revision 1.14 by cdominik, Thu Jul 25 07:03:41 2002 UTC
# Line 2  Line 2 
2  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
3    
4  ;; Author: Carsten Dominik <dominik@science.uva.nl>  ;; Author: Carsten Dominik <dominik@science.uva.nl>
5  ;; Version: 4.17  ;; Version: 4.18
6    
7  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
8    
# Line 62  Here are all local bindings. Line 62  Here are all local bindings.
62                "  T<" 'reftex-toc-max-level-indicator ">"                "  T<" 'reftex-toc-max-level-indicator ">"
63                " -%-"))                " -%-"))
64    (setq truncate-lines t)    (setq truncate-lines t)
65      (when (featurep 'xemacs)
66        ;; XEmacs needs the call to make-local-hook
67        (make-local-hook 'post-command-hook)
68        (make-local-hook 'pre-command-hook))
69    (make-local-variable 'reftex-last-follow-point)    (make-local-variable 'reftex-last-follow-point)
70    (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t)    (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t)
71    (add-hook 'pre-command-hook  'reftex-toc-pre-command-hook nil t)    (add-hook 'pre-command-hook  'reftex-toc-pre-command-hook nil t)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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