diff options
| -rw-r--r-- | lisp/emacs-lisp/cl.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 8d609509f10..6174e06edb6 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*- | 1 | ;;; cl.el --- Common Lisp extensions for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007 Free Software Foundation, Inc. |
| @@ -658,5 +658,10 @@ If ALIST is non-nil, the new pairs are prepended to it." | |||
| 658 | 658 | ||
| 659 | (run-hooks 'cl-load-hook) | 659 | (run-hooks 'cl-load-hook) |
| 660 | 660 | ||
| 661 | ;; Local variables: | ||
| 662 | ;; byte-compile-dynamic: t | ||
| 663 | ;; byte-compile-warnings: (not cl-functions) | ||
| 664 | ;; End: | ||
| 665 | |||
| 661 | ;; arch-tag: 5f07fa74-f153-4524-9303-21f5be125851 | 666 | ;; arch-tag: 5f07fa74-f153-4524-9303-21f5be125851 |
| 662 | ;;; cl.el ends here | 667 | ;;; cl.el ends here |