mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(set-viper-state-in-major-mode): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
4fee0f87b6
commit
5078a3282e
@ -799,7 +799,7 @@ It also can't undo some Viper settings."
|
||||
|
||||
;; set appropriate Viper state in buffers that changed major mode
|
||||
(defun set-viper-state-in-major-mode ()
|
||||
(mapcar
|
||||
(mapc
|
||||
(lambda (buf)
|
||||
(if (viper-buffer-live-p buf)
|
||||
(with-current-buffer buf
|
||||
|
Loading…
Reference in New Issue
Block a user