Mercurial > emacs
changeset 87117:f6a9b5a0591d
Remove directory part from filenames in function declarations.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 04:07:24 +0000 |
parents | c3fbe3fd56de |
children | f9a6598fa930 |
files | lisp/emulation/vi.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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),