Index: emacs/lisp/textmodes/reftex-toc.el
diff -c emacs/lisp/textmodes/reftex-toc.el:1.23 
emacs/lisp/textmodes/reftex-toc.el:1.24
*** emacs/lisp/textmodes/reftex-toc.el:1.23     Wed May 18 11:23:26 2005
--- emacs/lisp/textmodes/reftex-toc.el  Thu May 26 17:13:30 2005
***************
*** 73,79 ****
    (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t)
    (add-hook 'pre-command-hook  'reftex-toc-pre-command-hook nil t)
    (easy-menu-add reftex-toc-menu reftex-toc-map)
!   (run-hooks 'reftex-toc-mode-hook))
  
  (defvar reftex-last-toc-file nil
    "Stores the file name from which `reftex-toc' was called.  For redo 
command.")
--- 73,79 ----
    (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t)
    (add-hook 'pre-command-hook  'reftex-toc-pre-command-hook nil t)
    (easy-menu-add reftex-toc-menu reftex-toc-map)
!   (run-mode-hooks 'reftex-toc-mode-hook))
  
  (defvar reftex-last-toc-file nil
    "Stores the file name from which `reftex-toc' was called.  For redo 
command.")


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to