Searched +refs:cl +refs:maphash (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-about.el29 (require 'cl))
86 (sort (let (x) (maphash (lambda (k v) (push k x)) url-scheme-registry) x) 'string-lessp))
H A Durl-history.el31 (eval-when-compile (require 'cl))
135 (maphash (lambda (key value)
170 (maphash (lambda (key val) (push key list))
177 (maphash
H A Durl-http.el29 (eval-when-compile (require 'cl))
805 (maphash (lambda (key val)
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dspam-stat.el205 (require 'cl)
207 ;; alias puthash is missing from Emacs 20 cl-extra.el
208 (defalias 'puthash 'cl-puthash)))
343 (maphash
357 (maphash
372 (maphash
388 (maphash
415 (maphash (lambda (word entry)
473 (maphash (lambda (word ignore)
574 (maphash (lambd
[all...]
H A Dgnus-registry.el58 (eval-when-compile (require 'cl))
137 (require 'cl)
139 ;; alias puthash is missing from Emacs 20 cl-extra.el
140 (defalias 'puthash 'cl-puthash)))
239 (maphash
259 (maphash
282 (maphash
371 (maphash
394 (maphash
602 (maphash
[all...]
H A Dgnus-util.el40 (require 'cl)
770 (maphash
1561 ;; Adapted from cl-seq.el
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-pcomplete.el47 (eval-when-compile (require 'cl))
197 (maphash (lambda (nick cdata)
207 (maphash (lambda (nick cdata)
237 (maphash (lambda (nick user)
H A Derc.el72 (eval-when-compile (require 'cl))
480 (maphash (lambda (nick cdata)
510 (maphash (lambda (nick cdata)
520 (maphash (lambda (n user)
531 (maphash (lambda (n cdata)
543 (maphash (lambda (n user)
554 (maphash (lambda (n cdata)
2632 (maphash (lambda (nick user-data)
4408 (maphash (lambda (nick user)
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl-extra.el0 ;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-
33 ;; rewrite of Cesar Quiroz's original cl.el package of December 1986.
42 (require 'cl)
90 (defun cl-mapcar-many (cl-func cl-seqs)
91 (if (cdr (cdr cl-seqs))
92 (let* ((cl-res nil)
93 (cl-n (apply 'min (mapcar 'length cl
[all...]
H A Dbytecomp.el101 ;; `cl-warnings' (calls to CL functions)
341 obsolete noruntime cl-functions interactive-only)
356 cl-functions calls to runtime functions from the CL package (as
366 (const cl-functions) (const interactive-only))))
377 cl-functions interactive-only))
836 (equal (car xs) "cl"))
854 (when (memq 'cl-functions byte-compile-warnings)
863 (when (and (equal (car xs) "cl") (not (assoc (car xs) hist-orig)))
864 (byte-compile-find-cl-functions)))))))))
870 ;; (eval-and-compile (require 'cl) turn
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dvc-rcs.el39 (require 'cl)
674 (maphash
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debrowse.el45 (require 'cl)
756 (maphash #'(lambda (file dummy) (setq list (cons file list)))
3585 (maphash #'(lambda (member-name info)
3624 (maphash
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcirc.el49 (eval-when-compile (require 'cl))
1388 (maphash

Completed in 236 milliseconds