mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(elp-results): Use mapc' rather than mapcar'.
This commit is contained in:
parent
eb2b0009c1
commit
9eaacc8436
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ displayed."
|
|||
;; buffer
|
||||
(if elp-sort-by-function
|
||||
(setq resvec (sort resvec elp-sort-by-function)))
|
||||
(mapcar 'elp-output-result resvec))
|
||||
(mapc 'elp-output-result resvec))
|
||||
;; now pop up results buffer
|
||||
(set-buffer curbuf)
|
||||
(pop-to-buffer resultsbuf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue