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: Mon, 10 Jun 2002 09:05:04 -0400

Index: emacs/lisp/emulation/viper-cmd.el
diff -c emacs/lisp/emulation/viper-cmd.el:1.37 
emacs/lisp/emulation/viper-cmd.el:1.38
*** emacs/lisp/emulation/viper-cmd.el:1.37      Mon Jun 10 04:33:32 2002
--- emacs/lisp/emulation/viper-cmd.el   Mon Jun 10 04:50:02 2002
***************
*** 1814,1820 ****
        (setq viper-intermediate-command
              'repeating-display-destructive-command)
        ;; first search through command history--set temp ring
!       (setq viper-temp-command-ring (copy-sequence viper-command-ring)))
      (setq cmd (if next
                  (viper-special-ring-rotate1 viper-temp-command-ring 1)
                (viper-special-ring-rotate1 viper-temp-command-ring -1)))
--- 1814,1820 ----
        (setq viper-intermediate-command
              'repeating-display-destructive-command)
        ;; first search through command history--set temp ring
!       (setq viper-temp-command-ring (copy-list viper-command-ring)))
      (setq cmd (if next
                  (viper-special-ring-rotate1 viper-temp-command-ring 1)
                (viper-special-ring-rotate1 viper-temp-command-ring -1)))
***************
*** 1848,1854 ****
                 (length viper-last-inserted-string-from-insertion-ring))))
          )
        ;;first search through insertion history
!       (setq viper-temp-insertion-ring (copy-sequence viper-insertion-ring)))
      (setq this-command 'viper-insert-from-insertion-ring)
      ;; so that things will be undone properly
      (setq buffer-undo-list (cons nil buffer-undo-list))
--- 1848,1854 ----
                 (length viper-last-inserted-string-from-insertion-ring))))
          )
        ;;first search through insertion history
!       (setq viper-temp-insertion-ring (copy-list viper-insertion-ring)))
      (setq this-command 'viper-insert-from-insertion-ring)
      ;; so that things will be undone properly
      (setq buffer-undo-list (cons nil buffer-undo-list))



reply via email to

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