(idlwave-fix-keywords, idlwave-display-calling-sequence)
(idlwave-complete-in-buffer):
* textmodes/org.el (org-export-as-html, org-export-as-ascii)
- (org-fast-tag-selection): Use mapc rather than mapcar.
+ (org-fast-tag-selection):
+ * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
+ than mapcar.
2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
(message "Making completion list...")
(unless idlwave-completion-help-links ; already set somewhere?
- (mapcar (lambda (x) ; Pass link prop through to highlight-linked
- (let ((link (get-text-property 0 'link (car x))))
- (if link
- (push (cons (car x) link)
- idlwave-completion-help-links))))
- list))
+ (mapc (lambda (x) ; Pass link prop through to highlight-linked
+ (let ((link (get-text-property 0 'link (car x))))
+ (if link
+ (push (cons (car x) link)
+ idlwave-completion-help-links))))
+ list))
(let* ((list all-completions)
;; "complete" means, this is already a valid completion
(complete (memq spart all-completions))