Mercurial > emacs
comparison lisp/emacs-lisp/cl.el @ 85736:e5bd859d65dd
Move local variables to end of file, and set byte-compile-warnings to
`(not cl-functions)'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 29 Oct 2007 00:22:36 +0000 |
parents | b98604865ea0 |
children | 7400d979a9d9 |
comparison
equal
deleted
inserted
replaced
85735:cbb9de5e7290 | 85736:e5bd859d65dd |
---|---|
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. |
5 | 5 |
6 ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 ;; Author: Dave Gillespie <daveg@synaptics.com> |
656 | 656 |
657 (provide 'cl) | 657 (provide 'cl) |
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 |