aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorMichael Kifer <[email protected]>2000-05-24 16:32:18 +0000
committerMichael Kifer <[email protected]>2000-05-24 16:32:18 +0000
commitfc290d1d792dd2185085ab0907a8487a72142424 (patch)
tree3c8e83f5c6db62538fe7dcbc799a9def189685b0 /lisp/emulation
parent993d8b7ddb5d229a9e7eedaad4f9229d965e82d5 (diff)
2000-05-24 Michael Kifer <[email protected]>
* viper-ex.el (ex-write): set selective display to nil.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-ex.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index 2a0d40de71..48b99bc387 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))