diff options
Diffstat (limited to 'lisp/emulation/viper-macs.el')
-rw-r--r-- | lisp/emulation/viper-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 1a7f70103db..243a0a8d56f 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el @@ -415,7 +415,7 @@ If SCOPE is nil, the user is asked to specify the scope." t))) (if (y-or-n-p (format "Save this macro in %s? " - (viper-abbreviate-file-name viper-custom-file-name))) + (abbreviate-file-name viper-custom-file-name))) (viper-save-string-in-file (format "\n(viper-record-kbd-macro %S '%S %s '%S)" (viper-display-macro macro-name) |