diff options
| -rw-r--r-- | lisp/emacs-lisp/cl-compat.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-compat.el b/lisp/emacs-lisp/cl-compat.el index ebfc43ebc80..1f476081f41 100644 --- a/lisp/emacs-lisp/cl-compat.el +++ b/lisp/emacs-lisp/cl-compat.el | |||
| @@ -186,5 +186,9 @@ | |||
| 186 | 186 | ||
| 187 | (provide 'cl-compat) | 187 | (provide 'cl-compat) |
| 188 | 188 | ||
| 189 | ;; Local variables: | ||
| 190 | ;; byte-compile-warnings: (not cl-functions) | ||
| 191 | ;; End: | ||
| 192 | |||
| 189 | ;; arch-tag: 9996bb4f-aaf5-4592-b436-bf64759a3163 | 193 | ;; arch-tag: 9996bb4f-aaf5-4592-b436-bf64759a3163 |
| 190 | ;;; cl-compat.el ends here | 194 | ;;; cl-compat.el ends here |