diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-25 00:58:53 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-25 00:58:53 +0000 |
commit | 9e68b613f24f8cde150ccbbd78f50d82bf0a512f (patch) | |
tree | c950db6e76004e66ea3537d43dcc3405b63eb0a6 /lisp/emulation/viper-util.el | |
parent | 91227bb2069b5b1ed60ebd7e8acf086256147380 (diff) | |
download | emacs-9e68b613f24f8cde150ccbbd78f50d82bf0a512f.tar.gz |
(vip-save-setting): Pass proper format string to message.
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 062ada3f88d..f509a681f2f 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -507,7 +507,7 @@ (regexp (format "^[^;]*%s[ \t\n]*[a-zA-Z---_']*[ \t\n)]" var-name)) (buf (find-file-noselect (substitute-in-file-name custom-file))) ) - (message message) + (message "%s" message) (save-excursion (set-buffer buf) (goto-char (point-min)) |