mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(regi-interpret): Use mapc' rather than mapcar'.
This commit is contained in:
parent
90ce955480
commit
d74d9a81f6
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ useful information:
|
||||||
|
|
||||||
;; lets find the special tags and remove them from the working
|
;; lets find the special tags and remove them from the working
|
||||||
;; frame. note that only the last special tag is used.
|
;; frame. note that only the last special tag is used.
|
||||||
(mapcar
|
(mapc
|
||||||
(function
|
(function
|
||||||
(lambda (entry)
|
(lambda (entry)
|
||||||
(let ((pred (car entry))
|
(let ((pred (car entry))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue