Remove some compat code from viper-cmd.el
* lisp/emulation/viper-cmd.el (viper-register-to-point): frame-configuration-p is always available in Emacs now.
This commit is contained in:
parent
9a929de29b
commit
56a44a882c
1 changed files with 1 additions and 2 deletions
|
@ -4695,8 +4695,7 @@ Please, specify your level now: "))
|
|||
(interactive "cViper register to point: ")
|
||||
(let ((val (get-register char)))
|
||||
(cond
|
||||
((and (fboundp 'frame-configuration-p)
|
||||
(frame-configuration-p val))
|
||||
((frame-configuration-p val)
|
||||
(set-frame-configuration val))
|
||||
((window-configuration-p val)
|
||||
(set-window-configuration val))
|
||||
|
|
Loading…
Add table
Reference in a new issue