[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emulation/viper-ex.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emulation/viper-ex.el |
Date: |
Sun, 22 May 2005 09:38:40 -0400 |
Index: emacs/lisp/emulation/viper-ex.el
diff -c emacs/lisp/emulation/viper-ex.el:1.51
emacs/lisp/emulation/viper-ex.el:1.52
*** emacs/lisp/emulation/viper-ex.el:1.51 Tue May 17 17:29:06 2005
--- emacs/lisp/emulation/viper-ex.el Sun May 22 13:38:39 2005
***************
*** 67,76 ****
;;; Variables
(defconst viper-ex-work-buf-name " *ex-working-space*")
! (defconst viper-ex-work-buf (get-buffer-create viper-ex-work-buf-name))
(defconst viper-ex-tmp-buf-name " *ex-tmp*")
(defconst viper-ex-print-buf-name " *ex-print*")
! (defconst viper-ex-print-buf (get-buffer-create viper-ex-print-buf-name))
;;; ex-commands...
--- 67,76 ----
;;; Variables
(defconst viper-ex-work-buf-name " *ex-working-space*")
! (defvar viper-ex-work-buf (get-buffer-create viper-ex-work-buf-name))
(defconst viper-ex-tmp-buf-name " *ex-tmp*")
(defconst viper-ex-print-buf-name " *ex-print*")
! (defvar viper-ex-print-buf (get-buffer-create viper-ex-print-buf-name))
;;; ex-commands...