comparison lisp/speedbar.el @ 87448:a721577a4af2

Typo fix.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 28 Dec 2007 15:00:21 +0000
parents 168445c0b213
children 107ccd98fa12 56a72e2bd635
comparison
equal deleted inserted replaced
87447:20c5521ec929 87448:a721577a4af2
2985 "Check to see if the file in DIRECTORY with NAME is in a version control system. 2985 "Check to see if the file in DIRECTORY with NAME is in a version control system.
2986 Automatically recognizes all VCs supported by VC mode. You can 2986 Automatically recognizes all VCs supported by VC mode. You can
2987 optimize this function by overriding it and only doing those checks 2987 optimize this function by overriding it and only doing those checks
2988 that will occur on your system." 2988 that will occur on your system."
2989 (or 2989 (or
2990 (vc-backend (concat directory "/" name) 2990 (vc-backend (concat directory "/" name))
2991 ;; User extension 2991 ;; User extension
2992 (run-hook-with-args 'speedbar-vc-in-control-hook directory name) 2992 (run-hook-with-args 'speedbar-vc-in-control-hook directory name)
2993 )) 2993 ))
2994 2994
2995 ;; Objet File scanning 2995 ;; Objet File scanning