mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
Prevent the previous bug from reappearing later.
* lisp/emulation/viper-util.el: Unconditionally fset viper-get-face and viper-color-defined-p under Emacs. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-215
This commit is contained in:
parent
1eceabe304
commit
916aa4a704
1 changed files with 3 additions and 4 deletions
|
|
@ -100,10 +100,9 @@
|
|||
(fset 'viper-int-to-char (symbol-function 'identity))
|
||||
(if (viper-window-display-p)
|
||||
(fset 'viper-iconify (symbol-function 'iconify-or-deiconify-frame)))
|
||||
(cond ((viper-has-face-support-p)
|
||||
(fset 'viper-get-face (symbol-function 'internal-get-face))
|
||||
(fset 'viper-color-defined-p (symbol-function 'x-color-defined-p))
|
||||
)))
|
||||
(fset 'viper-get-face (symbol-function 'internal-get-face))
|
||||
(fset 'viper-color-defined-p (symbol-function 'x-color-defined-p))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue