diff options
| author | Pavel Janík | 2001-11-16 18:37:52 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-16 18:37:52 +0000 |
| commit | 8971f87bf671ea95e4d9a946606efde64641f4f6 (patch) | |
| tree | dbc5502db491b1d3c27cd8a0250fb3ef8e237a36 | |
| parent | 2879a13bfd51aac2182d151554acc25d9800ac6c (diff) | |
| download | emacs-8971f87bf671ea95e4d9a946606efde64641f4f6.tar.gz emacs-8971f87bf671ea95e4d9a946606efde64641f4f6.zip | |
Fix typo.
| -rw-r--r-- | lisp/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 951241e1b6d..ed07b373116 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -16583,7 +16583,7 @@ | |||
| 16583 | 1997-06-02 Michael Kifer <kifer@cs.sunysb.edu> | 16583 | 1997-06-02 Michael Kifer <kifer@cs.sunysb.edu> |
| 16584 | 16584 | ||
| 16585 | * viper-init.el (vip-parse-sexp-ignore-comments): new variable. | 16585 | * viper-init.el (vip-parse-sexp-ignore-comments): new variable. |
| 16586 | * viper-cmd.el (vip-paren-match): parsing comments is now controled | 16586 | * viper-cmd.el (vip-paren-match): parsing comments is now controlled |
| 16587 | with vip-parse-sexp-ignore-comments. | 16587 | with vip-parse-sexp-ignore-comments. |
| 16588 | * viper-cmd.el (vip-goto-col): fixed. | 16588 | * viper-cmd.el (vip-goto-col): fixed. |
| 16589 | * viper-cmd.el (vip-autoindent): now expands abbrevs. | 16589 | * viper-cmd.el (vip-autoindent): now expands abbrevs. |
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 416c6236bef..f1d3bb298af 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -1181,7 +1181,7 @@ These two lines must come in the order given. | |||
| 1181 | 1181 | ||
| 1182 | ;; Applying Viper customization -- runs after (load .viper) | 1182 | ;; Applying Viper customization -- runs after (load .viper) |
| 1183 | 1183 | ||
| 1184 | ;; Save user settings or Viper defaults for vars controled by | 1184 | ;; Save user settings or Viper defaults for vars controlled by |
| 1185 | ;; viper-expert-level | 1185 | ;; viper-expert-level |
| 1186 | (if (null viper-saved-user-settings) | 1186 | (if (null viper-saved-user-settings) |
| 1187 | (setq viper-saved-user-settings | 1187 | (setq viper-saved-user-settings |