diff options
Diffstat (limited to 'lisp/obsolete/assoc.el')
-rw-r--r-- | lisp/obsolete/assoc.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/obsolete/assoc.el b/lisp/obsolete/assoc.el index a601733799f..926e60516ed 100644 --- a/lisp/obsolete/assoc.el +++ b/lisp/obsolete/assoc.el @@ -27,7 +27,6 @@ ;; fetching off key-value pairs in association lists. ;;; Code: -(eval-when-compile (require 'cl)) (defun asort (alist-symbol key) "Move a specified key-value pair to the head of an alist. |