diff options
Diffstat (limited to 'lisp/language/sinhala.el')
-rw-r--r-- | lisp/language/sinhala.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/language/sinhala.el b/lisp/language/sinhala.el index efd8aacc5ac..bf320506001 100644 --- a/lisp/language/sinhala.el +++ b/lisp/language/sinhala.el @@ -1,4 +1,4 @@ -;;; sinhala.el --- support for Sinhala -*- coding: utf-8 -*- +;;; sinhala.el --- support for Sinhala -*- coding: utf-8; lexical-binding: t -*- ;; Copyright (C) 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) @@ -21,6 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. +;;; Commentary: + ;;; Code: (set-language-info-alist @@ -43,6 +45,6 @@ "[\u0D85-\u0D96][\u0D82-\u0D83]?\\|" ;; any other singleton characters "[\u0D80-\u0DFF]") - 0 'font-shape-gstring))) + 0 #'font-shape-gstring))) -;; sinhala.el ends here +;;; sinhala.el ends here |