diff lisp/emulation/viper-cmd.el @ 87691:f2c8fd594360

2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu> * ediff*.el: uncommented declare-function. * viper*.el: uncommented declare-function.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Thu, 10 Jan 2008 06:54:12 +0000
parents ae3fe9150b36
children c70e45a7acfd 3b2c0edcb428
line wrap: on
line diff
--- a/lisp/emulation/viper-cmd.el	Thu Jan 10 04:08:55 2008 +0000
+++ b/lisp/emulation/viper-cmd.el	Thu Jan 10 06:54:12 2008 +0000
@@ -47,6 +47,9 @@
 (defvar initial)
 (defvar undo-beg-posn)
 (defvar undo-end-posn)
+
+(eval-and-compile
+  (unless (fboundp 'declare-function) (defmacro declare-function (&rest  r))))
 ;; end pacifier
 
 
@@ -3083,10 +3086,9 @@
     (setq this-command 'next-line)
     (if com (viper-execute-com 'viper-next-line val com))))
 
-;; declare-function is not defined in XEmacs
-;;(declare-function widget-type "wid-edit" (widget))
-;;(declare-function widget-button-press "wid-edit" (pos &optional event))
-;;(declare-function viper-set-hooks "viper" ())
+(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)
   "Next line at beginning of line.