mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.de
This commit is contained in:
commit
dff4a9f6a4
18 changed files with 176 additions and 67 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue