Index: emacs/lisp/emulation/viper-cmd.el
diff -c emacs/lisp/emulation/viper-cmd.el:1.42 
emacs/lisp/emulation/viper-cmd.el:1.43
*** emacs/lisp/emulation/viper-cmd.el:1.42      Tue May 17 17:29:06 2005
--- emacs/lisp/emulation/viper-cmd.el   Fri Jun 10 14:11:45 2005
***************
*** 3131,3137 ****
  (defun viper-find-char-forward (arg)
    "Find char on the line.
  If called interactively read the char to find from the terminal, and if
! called from viper-repeat, the char last used is used.  This behaviour is
  controlled by the sign of prefix numeric value."
    (interactive "P")
    (let ((val (viper-p-val arg))
--- 3131,3137 ----
  (defun viper-find-char-forward (arg)
    "Find char on the line.
  If called interactively read the char to find from the terminal, and if
! called from viper-repeat, the char last used is used.  This behavior is
  controlled by the sign of prefix numeric value."
    (interactive "P")
    (let ((val (viper-p-val arg))
***************
*** 3672,3679 ****
          (sit-for 2)
          (viper-unrecord-kbd-macro "///" 'vi-state)))
      ))
!   
!   
  (defun viper-set-parsing-style-toggling-macro (unset)
    "Set `%%%' to be a macro that toggles whether comment fields should be 
parsed for matching parentheses.
  This is used in conjunction with the `%' command.
--- 3672,3679 ----
          (sit-for 2)
          (viper-unrecord-kbd-macro "///" 'vi-state)))
      ))
! 
! 
  (defun viper-set-parsing-style-toggling-macro (unset)
    "Set `%%%' to be a macro that toggles whether comment fields should be 
parsed for matching parentheses.
  This is used in conjunction with the `%' command.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to