diff options
| -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 062ada3f88d..f509a681f2f 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el | |||
| @@ -507,7 +507,7 @@ | |||
| 507 | (regexp (format "^[^;]*%s[ \t\n]*[a-zA-Z---_']*[ \t\n)]" var-name)) | 507 | (regexp (format "^[^;]*%s[ \t\n]*[a-zA-Z---_']*[ \t\n)]" var-name)) |
| 508 | (buf (find-file-noselect (substitute-in-file-name custom-file))) | 508 | (buf (find-file-noselect (substitute-in-file-name custom-file))) |
| 509 | ) | 509 | ) |
| 510 | (message message) | 510 | (message "%s" message) |
| 511 | (save-excursion | 511 | (save-excursion |
| 512 | (set-buffer buf) | 512 | (set-buffer buf) |
| 513 | (goto-char (point-min)) | 513 | (goto-char (point-min)) |