* lisp/emulation/viper.el: Unbreak it.
Since 2017-03-19, M-x viper failed with function void cl-member-if. Perhaps it isn't used much.
This commit is contained in:
parent
bf3535ec7a
commit
6288c3d76a
1 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
|
||||
;; compiler pacifier
|
||||
(defvar mark-even-if-inactive)
|
||||
(defvar quail-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue