diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2001-03-17 18:59:39 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2001-03-17 18:59:39 +0000 |
commit | 4986c2c6c8b786409fb44f740b2e358736145313 (patch) | |
tree | a159e994a7ca65985c2e7b03f56ff0e3472071f6 /lisp/emulation/viper-util.el | |
parent | 42b7180c96b3855e62720491ba55e432ca470356 (diff) | |
download | emacs-4986c2c6c8b786409fb44f740b2e358736145313.tar.gz |
2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-util.el: Copyright years.
(ediff-choose-syntax-table): New function.
(ediff-setup): Use ediff-choose-syntax-table.
* ediff-init.el (ediff-with-syntax-table): New macro, uses
with-syntax-table.
* ediff.el: Date of last update, copyright years.
* ediff-wind (ediff-setup-control-frame): Nill->nil.
* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
(ex-cmd-assoc,ex-cmd-one-letr): New functions.
(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
Deleted functions.
(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
ex-token-list.
* viper-util.el: Spaces, indentation.
* viper.el: Changed version, modification time.
Diffstat (limited to 'lisp/emulation/viper-util.el')
-rw-r--r-- | lisp/emulation/viper-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 51f0efc6266..6956d0098e8 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -334,7 +334,6 @@ (defun viper-append-filter-alist (lis1 lis2) (let ((temp lis1) elt) - ;;filter-append the second list (while temp ;; delete all occurrences @@ -344,6 +343,7 @@ (nconc lis1 lis2))) + ;;; Support for :e, :r, :w file globbing |