Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
91677576
Commit
91677576
authored
Aug 25, 2009
by
Glenn Morris
Browse files
Unify local variables at end.
Don't warn about use of cl functions in this file.
parent
58026347
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-extra.el
+5
-3
No files found.
lisp/emacs-lisp/cl-extra.el
View file @
91677576
;;; cl-extra.el --- Common Lisp features, part 2
-*-byte-compile-dynamic: t;-*-
;;; cl-extra.el --- Common Lisp features, part 2
;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004,
;;
2005, 2006, 2007,
2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007,
;; 2008, 2009
Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Keywords: extensions
...
...
@@ -820,6 +820,8 @@ This also does some trivial optimizations to make the form prettier."
(
run-hooks
'cl-extra-load-hook
)
;; Local variables:
;; byte-compile-dynamic: t
;; byte-compile-warnings: (not cl-functions)
;; generated-autoload-file: "cl-loaddefs.el"
;; End:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment