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
6d81466a
Commit
6d81466a
authored
Oct 14, 2014
by
Stefan Monnier
Browse files
* lisp/emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
Backported. Fixes: debbugs:18688
parent
e01955df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+7
-2
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/lisp.el
+1
-0
No files found.
lisp/ChangeLog
View file @
6d81466a
2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
Backported (bug#18688).
2014-10-14 Eli Zaretskii <eliz@gnu.org>
* emacs-lisp/tabulated-list.el (tabulated-list-mode):
Force
bidi-paragraph-direction to 'left-to-right'. This fixes
* emacs-lisp/tabulated-list.el (tabulated-list-mode):
Force
bidi-paragraph-direction to 'left-to-right'. This fixes
buffer-menu display when the first buffer happens to start with
R2L letter.
...
...
lisp/emacs-lisp/lisp.el
View file @
6d81466a
...
...
@@ -711,6 +711,7 @@ considered."
(
`
(
condition-case
,
v
,
_
.
,
catches
)
(
lisp--local-variables-1
(
cons
v
vars
)
(
cdr
(
car
(
last
catches
)))))
(
`
(
quote
.
,
_
)
(
setq
sexp
nil
))
(
`
(
,
_
.
,
_
)
(
lisp--local-variables-1
vars
(
car
(
last
sexp
))))
(
`
lisp--witness--lisp
(
or
vars
'
(
nil
)))
...
...
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