comparison lisp/ediff/ediff-hook.el @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 6a378aca36af
children acd284d43ca1
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
241 (autoload 'ediff3 "ediff" "Compare three files" t) 241 (autoload 'ediff3 "ediff" "Compare three files" t)
242 (autoload 'ediff-files3 "ediff" "Compare three files" t) 242 (autoload 'ediff-files3 "ediff" "Compare three files" t)
243 (autoload 'ediff-buffers3 "ediff" "Compare three bufers" t) 243 (autoload 'ediff-buffers3 "ediff" "Compare three bufers" t)
244 (autoload 'ebuffers3 "ediff" "Compare three bufers" t) 244 (autoload 'ebuffers3 "ediff" "Compare three bufers" t)
245 245
246 (autoload 'erevision "ediff" "Compare versions of a file" t)
246 (autoload 'ediff-revision "ediff" "Compare versions of a file" t) 247 (autoload 'ediff-revision "ediff" "Compare versions of a file" t)
247 248
248 ;; compare regions and windows 249 ;; compare regions and windows
249 (autoload 'ediff-windows-wordwise 250 (autoload 'ediff-windows-wordwise
250 "ediff" "Compare two windows word-by-word." t) 251 "ediff" "Compare two windows word-by-word." t)
315 ;; misc 316 ;; misc
316 (autoload 'ediff-show-registry 317 (autoload 'ediff-show-registry
317 "ediff-mult" 318 "ediff-mult"
318 "Display the registry of active Ediff sessions." 319 "Display the registry of active Ediff sessions."
319 t) 320 t)
321 (autoload 'eregistry
322 "ediff-mult"
323 "Display the registry of active Ediff sessions."
324 t)
320 (autoload 'ediff-documentation 325 (autoload 'ediff-documentation
321 "ediff" 326 "ediff"
322 "Display Ediff's manual." 327 "Display Ediff's manual."
323 t) 328 t)
324 (autoload 'ediff-version 329 (autoload 'ediff-version