mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 09:16:35 -04:00
* 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
|
|
@ -300,6 +300,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
|
||||
;; compiler pacifier
|
||||
(defvar mark-even-if-inactive)
|
||||
(defvar quail-mode)
|
||||
|
|
|
|||
Loading…
Reference in a new issue