changeset 87118:f9a6598fa930

Remove directory part from filenames in function declarations.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Dec 2007 04:07:45 +0000
parents f6a9b5a0591d
children 9c2d6ea3390d
files lisp/emulation/viper-cmd.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/viper-cmd.el	Thu Dec 06 04:07:24 2007 +0000
+++ b/lisp/emulation/viper-cmd.el	Thu Dec 06 04:07:45 2007 +0000
@@ -3079,8 +3079,8 @@
     (setq this-command 'next-line)
     (if com (viper-execute-com 'viper-next-line val com))))
 
-(declare-function widget-type "../wid-edit" (widget))
-(declare-function widget-button-press "../wid-edit" (pos &optional event))
+(declare-function widget-type "wid-edit" (widget))
+(declare-function widget-button-press "wid-edit" (pos &optional event))
 (declare-function viper-set-hooks "viper" ())
 
 (defun viper-next-line-at-bol (arg)