mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
Fixes: debbugs:11938
* emacs-lisp/cl.el (labels): Remove spurious quote.
This commit is contained in:
parent
0dc8cf5002
commit
7f5b319886
2 changed files with 5 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ will not work - use `labels' instead" (symbol-name (car x))))
|
|||
"Make temporary function bindings.
|
||||
Like `cl-labels' except that the lexical scoping is handled via `lexical-let'
|
||||
rather than relying on `lexical-binding'."
|
||||
(declare (indent 1) (debug cl-flet) (obsolete 'cl-labels "24.2"))
|
||||
(declare (indent 1) (debug cl-flet) (obsolete cl-labels "24.2"))
|
||||
(let ((vars nil) (sets nil) (newenv macroexpand-all-environment))
|
||||
(dolist (binding bindings)
|
||||
;; It's important that (not (eq (symbol-name var1) (symbol-name var2)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue