emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/viper-cmd.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/viper-cmd.el
Date: Fri, 10 Jun 2005 10:11:45 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]