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
00104e59
Commit
00104e59
authored
Apr 24, 2014
by
Leo Liu
Browse files
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
Fix syntax for @. Fixes: debbugs:17325
parent
543e3c63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
00104e59
2014-04-24 Leo Liu <sdl.web@gmail.com>
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
Fix syntax for @. (Bug#17325)
2014-04-24 Daniel Colascione <dancol@dancol.org>
* emacs-lisp/cl.el (gv): Require gv early to break eager
...
...
lisp/emacs-lisp/lisp-mode.el
View file @
00104e59
...
...
@@ -74,7 +74,7 @@ It has `lisp-mode-abbrev-table' as its parent."
(
modify-syntax-entry
?
`
"' "
table
)
(
modify-syntax-entry
?
'
"' "
table
)
(
modify-syntax-entry
?,
"' "
table
)
(
modify-syntax-entry
?@
"
'
"
table
)
(
modify-syntax-entry
?@
"
_ p
"
table
)
;; Used to be singlequote; changed for flonums.
(
modify-syntax-entry
?.
"_ "
table
)
(
modify-syntax-entry
?#
"' "
table
)
...
...
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