/[emacs]/emacs/lisp/tmm.el
ViewVC logotype

Diff of /emacs/lisp/tmm.el

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

revision 1.35 by gerd, Fri May 18 13:10:05 2001 UTC revision 1.36 by pj, Sun Nov 25 11:31:50 2001 UTC
# Line 326  Stores a list of all the shortcuts in th Line 326  Stores a list of all the shortcuts in th
326    
327  (defun tmm-add-prompt ()  (defun tmm-add-prompt ()
328    (remove-hook 'minibuffer-setup-hook 'tmm-add-prompt)    (remove-hook 'minibuffer-setup-hook 'tmm-add-prompt)
   (make-local-hook 'minibuffer-exit-hook)  
329    (add-hook 'minibuffer-exit-hook 'tmm-delete-map nil t)    (add-hook 'minibuffer-exit-hook 'tmm-delete-map nil t)
330    (let ((win (selected-window)))    (let ((win (selected-window)))
331      (setq tmm-old-mb-map (tmm-define-keys t))      (setq tmm-old-mb-map (tmm-define-keys t))

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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