1
Fork 0
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:
Juanma Barranquero 2014-04-25 18:11:07 +02:00
commit dff4a9f6a4
18 changed files with 176 additions and 67 deletions

View file

@ -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)