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

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

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

revision 1.10 by pj, Mon Jul 16 07:46:48 2001 UTC revision 1.11 by pj, Sat Feb 16 12:57:45 2002 UTC
# Line 49  During a selection process, these are th Line 49  During a selection process, these are th
49    
50    (interactive)    (interactive)
51    (kill-all-local-variables)    (kill-all-local-variables)
   (make-local-hook 'pre-command-hook)  
   (make-local-hook 'post-command-hook)  
52    (setq major-mode 'reftex-select-label-mode    (setq major-mode 'reftex-select-label-mode
53          mode-name "LSelect")          mode-name "LSelect")
54    (set (make-local-variable 'reftex-select-marked) nil)    (set (make-local-variable 'reftex-select-marked) nil)
# Line 77  During a selection process, these are th Line 75  During a selection process, these are th
75  \\{reftex-select-label-map}"  \\{reftex-select-label-map}"
76    (interactive)    (interactive)
77    (kill-all-local-variables)    (kill-all-local-variables)
   (make-local-hook 'pre-command-hook)  
   (make-local-hook 'post-command-hook)  
78    (setq major-mode 'reftex-select-bib-mode    (setq major-mode 'reftex-select-bib-mode
79          mode-name "BSelect")          mode-name "BSelect")
80    (set (make-local-variable 'reftex-select-marked) nil)    (set (make-local-variable 'reftex-select-marked) nil)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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