[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/mmm-mode 1529d8e 02/12: Remove some trailing whitespace
From: |
Dmitry Gutov |
Subject: |
[elpa] externals/mmm-mode 1529d8e 02/12: Remove some trailing whitespace |
Date: |
Sun, 24 May 2020 20:16:09 -0400 (EDT) |
branch: externals/mmm-mode
commit 1529d8e8f7b28a43e6e08e9dc73568b4351f9df6
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>
Remove some trailing whitespace
---
mmm-class.el | 2 +-
mmm-cmds.el | 2 +-
mmm-vars.el | 62 ++++++++++++++++++++++++++++++------------------------------
3 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/mmm-class.el b/mmm-class.el
index d745519..638009e 100644
--- a/mmm-class.el
+++ b/mmm-class.el
@@ -267,7 +267,7 @@ and OK-RESUME if the region is valid."
(mmm-match->point nil back-delim back-match)
nil))
(back-form (mmm-get-form back-form))
- (ok-resume (if end-not-begin
+ (ok-resume (if end-not-begin
(match-end back-match)
end)))
(cl-values beg end front-pos back-pos front-form back-form
diff --git a/mmm-cmds.el b/mmm-cmds.el
index 3de5166..40fcfb9 100644
--- a/mmm-cmds.el
+++ b/mmm-cmds.el
@@ -316,7 +316,7 @@ MODIFIERS, the dotted list becomes simply BASIC-KEY."
;; No, just use it as-is
match-name)))
(mmm-make-region
- submode beg end
+ submode beg end
:face face
:name name
:front front :back back
diff --git a/mmm-vars.el b/mmm-vars.el
index 0926046..8c0b4ce 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -152,7 +152,7 @@
,@(mapcar
(lambda (var) (list var nil mmm-c-derived-modes))
'(c++-template-syntax-table
- c-<-op-cont-regexp
+ c-<-op-cont-regexp
c->-op-cont-regexp
c-after-brace-list-key
c-after-suffixed-type-decl-key
@@ -174,11 +174,11 @@
c-block-stmt-2-kwds
c-brace-list-key
c-case-kwds-regexp
- c-cast-parens
+ c-cast-parens
c-class-key
c-class-kwds
c-cleanup-list
- c-colon-type-list-re
+ c-colon-type-list-re
c-comment-only-line-offset
c-comment-prefix-regexp
c-comment-start-regexp
@@ -201,9 +201,9 @@
c-hanging-comment-ender-p
c-hanging-comment-starter-p
c-hanging-semi\&comma-criteria
- c-identifier-key
+ c-identifier-key
c-identifier-last-sym-match
- c-identifier-start
+ c-identifier-start
c-identifier-syntax-modifications
c-identifier-syntax-table
c-in-comment-lc-prefix
@@ -220,24 +220,24 @@
c-label-kwds-regexp
c-label-minimum-indentation
c-lambda-kwds
- c-literal-start-regexp
+ c-literal-start-regexp
c-macro-with-semi-re
c-nonlabel-token-key
c-nonlabel-token-2-key
- c-nonsymbol-chars
+ c-nonsymbol-chars
c-nonsymbol-token-regexp
c-not-decl-init-keywords
c-offsets-alist
- c-opt-<>-arglist-start
+ c-opt-<>-arglist-start
c-opt-<>-arglist-start-in-paren
- c-opt-<>-sexp-key
+ c-opt-<>-sexp-key
c-opt-access-key
c-opt-asm-stmt-key
c-opt-bitfield-key
c-opt-block-decls-with-vars-key
c-opt-block-stmt-key
- c-opt-cpp-prefix
- c-opt-cpp-start
+ c-opt-cpp-prefix
+ c-opt-cpp-start
c-opt-decl-spec-key
c-opt-friend-key
c-opt-identifier-concat-key
@@ -248,48 +248,48 @@
c-opt-method-key
c-opt-postfix-decl-spec-key
c-opt-type-component-key
- c-opt-type-concat-key
- c-opt-type-modifier-key
- c-opt-type-suffix-key
+ c-opt-type-concat-key
+ c-opt-type-modifier-key
+ c-opt-type-suffix-key
c-other-decl-block-key
c-other-decl-block-kwds
c-other-decl-kwds
c-overloadable-operators-regexp
- c-paragraph-separate
- c-paragraph-start
- c-paren-stmt-key
- c-primary-expr-regexp
- c-primitive-type-key
+ c-paragraph-separate
+ c-paragraph-start
+ c-paren-stmt-key
+ c-primary-expr-regexp
+ c-primitive-type-key
c-primitive-type-kwds
c-protection-kwds
c-postfix-decl-spec-key
- c-recognize-<>-arglists
+ c-recognize-<>-arglists
c-recognize-knr-p
- c-recognize-paren-inits
+ c-recognize-paren-inits
c-recognize-typeless-decls
c-regular-keywords-regexp
- c-simple-stmt-key
+ c-simple-stmt-key
c-simple-stmt-kwds
c-special-brace-lists
- c-specifier-key
+ c-specifier-key
c-specifier-kwds
- c-stmt-delim-chars
+ c-stmt-delim-chars
c-stmt-delim-chars-with-comma
c-symbol-char-key
c-symbol-key
- c-symbol-start
+ c-symbol-start
c-syntactic-eol
- c-syntactic-ws-end
- c-syntactic-ws-start
- c-type-decl-prefix-key
- c-type-decl-suffix-key
+ c-syntactic-ws-end
+ c-syntactic-ws-start
+ c-type-decl-prefix-key
+ c-type-decl-suffix-key
c-type-prefix-key
c-typeof-key
c-prefix-spec-kwds-re
c-typedef-key
c-typedef-decl-key
- comment-end
- comment-start
+ comment-end
+ comment-start
comment-start-skip))
,@(mapcar
(lambda (var) (list var nil '(js-mode)))
- [elpa] externals/mmm-mode updated (ff0b214 -> 8aed53f), Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 1b4ada3 04/12: mmm-c-derived-modes: Include js-mode and typescript-mode, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 2ab099a 01/12: Save and restore sytax-ppss-table as buffer-local var, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 1529d8e 02/12: Remove some trailing whitespace,
Dmitry Gutov <=
- [elpa] externals/mmm-mode 783572f 03/12: Actually save it per-buffer, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 27eb95e 05/12: add documentencoding, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode e4db97a 07/12: mmm-sort-overlays: Use copy-sequence, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 94089d7 08/12: mmm-save-all: Support edebug, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 552d740 09/12: mmm-sort-overlays: Sort by nesting when no priorities, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 9fecfd4 10/12: Unbreak some of the tests, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 981795b 06/12: Merge pull request #101 from typester/fix/make-with-texinfo6.7, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode af4c12e 11/12: Don't refontify outside of specified bounds, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 8aed53f 12/12: Release 0.5.8, Dmitry Gutov, 2020/05/24