From 68db3ae7410a7d89e606e1916240193b96ab335e Mon Sep 17 00:00:00 2001 From: Vivien Date: Mon, 15 Nov 2021 13:55:58 +0000 Subject: [PATCH] Revert "vala-mode: support multiline strings" This reverts commit 671c287ba9cb81dcf6e9485e6ccc60bc2b7aba14. --- vala-mode.el | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/vala-mode.el b/vala-mode.el index 8c4da4c..22c6e49 100644 --- a/vala-mode.el +++ b/vala-mode.el @@ -259,14 +259,6 @@ casts and declarations are fontified. Used on level 2 and higher." (c-lang-defconst c-opt-cpp-prefix vala "\\s *#\\s *") -;; Support multiline strings -;; -;; FIXME: This allows any string to be multiline. Currently, c-mode only -;; supports a single-character prefix to denote a multiline string, so the -;; real fix will be harder. -(c-lang-defconst c-multiline-string-start-char - vala vala-multiline-strings) - ;; Vala uses the following assignment operators (c-lang-defconst c-assignment-operators vala '("=" "*=" "/=" "%=" "+=" "-=" ">>=" "<<=" @@ -428,15 +420,6 @@ casts and declarations are fontified. Used on level 2 and higher." :type 'hook :group 'c) -(defcustom vala-multiline-strings nil - "Whether to enable support for multiline strings. - -It can conflict with some other Emacs functionality, such as the -automatic insertion of closing quotes `electric-pair-mode'." - :type 'bool - :group 'vala) - - ;;; The entry point into the mode ;;;###autoload (defun vala-mode () -- 2.33.1