# HG changeset patch # User Glenn Morris # Date 1196914044 0 # Node ID f6a9b5a0591d44bf0b5e58d6cbe6040af1657090 # Parent c3fbe3fd56dedd851a1e85b71f09dc6a9ff3e287 Remove directory part from filenames in function declarations. diff -r c3fbe3fd56de -r f6a9b5a0591d lisp/emulation/vi.el --- a/lisp/emulation/vi.el Thu Dec 06 04:07:03 2007 +0000 +++ b/lisp/emulation/vi.el Thu Dec 06 04:07:24 2007 +0000 @@ -1375,7 +1375,7 @@ (setq char (read-char)) (vi-ask-for-info char)))) -(declare-function c-mark-function "../progmodes/cc-cmds" ()) +(declare-function c-mark-function "cc-cmds" ()) (defun vi-mark-region (arg region) "Mark region appropriately. The next char REGION is d(efun),s(-exp),b(uffer),