1
0
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:
Juanma Barranquero 2007-09-26 00:18:58 +00:00
parent 4fee0f87b6
commit 5078a3282e

View File

@ -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