diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2000-05-24 16:32:18 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2000-05-24 16:32:18 +0000 |
commit | fc290d1d792dd2185085ab0907a8487a72142424 (patch) | |
tree | 3c8e83f5c6db62538fe7dcbc799a9def189685b0 /lisp/emulation/viper-ex.el | |
parent | 993d8b7ddb5d229a9e7eedaad4f9229d965e82d5 (diff) | |
download | emacs-fc290d1d792dd2185085ab0907a8487a72142424.tar.gz |
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
* viper-ex.el (ex-write): set selective display to nil.
Diffstat (limited to 'lisp/emulation/viper-ex.el')
-rw-r--r-- | lisp/emulation/viper-ex.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 2a0d40de71e..48b99bc3871 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -2090,6 +2090,7 @@ Please contact your system administrator. " (insert region) ;; ask user (viper-maybe-checkout (current-buffer)) + (setq selective-display nil) (save-buffer) (ex-write-info file-exists ex-file (point-min) (point-max)) |