emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 25/31: company-keywords-alist: add missing question mark


From: Dmitry Gutov
Subject: [elpa] 25/31: company-keywords-alist: add missing question mark
Date: Tue, 18 Mar 2014 05:19:38 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit e2451d3e6c5fe33977429e663fadb2eef7b35837
Author: Dmitry Gutov <address@hidden>
Date:   Sun Mar 16 05:20:37 2014 +0200

    company-keywords-alist: add missing question mark
---
 company-keywords.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company-keywords.el b/company-keywords.el
index 750540c..461fdf6 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -203,7 +203,7 @@
      "except" "exec" "finally" "for" "from" "global" "if" "import" "in" "is"
      "lambda" "not" "or" "pass" "print" "raise" "return" "try" "while" "yield")
     (ruby-mode
-     "BEGIN" "END" "alias" "and"  "begin" "break" "case" "class" "def" 
"defined"
+     "BEGIN" "END" "alias" "and"  "begin" "break" "case" "class" "def" 
"defined?"
      "do" "else" "elsif"  "end" "ensure" "false" "for" "if" "in" "module"
      "next" "nil" "not" "or" "redo" "rescue" "retry" "return" "self" "super"
      "then" "true" "undef" "unless" "until" "when" "while" "yield")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]