comparison lisp/vc-dispatcher.el @ 95069:97c813c2948b

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Sat, 17 May 2008 20:11:43 +0000
parents c876006d2de2
children a4d67901ed9a
comparison
equal deleted inserted replaced
95068:fdda4c5e3ebc 95069:97c813c2948b
749 '(menu-item "Open file" vc-dir-find-file 749 '(menu-item "Open file" vc-dir-find-file
750 :help "Find the file on the current line")) 750 :help "Find the file on the current line"))
751 map) 751 map)
752 "Menu for dispatcher status") 752 "Menu for dispatcher status")
753 753
754 ;; This is used to that vlient modes can add mode-specific menu 754 ;; This is used to that client modes can add mode-specific menu
755 ;; items to vc-dir-menu-map. 755 ;; items to vc-dir-menu-map.
756 (defun vc-dir-menu-map-filter (orig-binding) 756 (defun vc-dir-menu-map-filter (orig-binding)
757 (when (and (symbolp orig-binding) (fboundp orig-binding)) 757 (when (and (symbolp orig-binding) (fboundp orig-binding))
758 (setq orig-binding (indirect-function orig-binding))) 758 (setq orig-binding (indirect-function orig-binding)))
759 (let ((ext-binding 759 (let ((ext-binding