]> code.delx.au - gnu-emacs-elpa/blobdiff - company-keywords.el
company-dabbrev--search-buffer: Speed up
[gnu-emacs-elpa] / company-keywords.el
index 62d8c81dddf3a052cd81ca3cb3c0a69606577e53..d14cda09d52818593d06405b55e56408d162d661 100644 (file)
@@ -1,6 +1,6 @@
 ;;; company-keywords.el --- A company backend for programming language keywords
 
-;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2016  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
@@ -36,7 +36,7 @@
   ;; Please contribute corrections or additions.
   `((c++-mode
      "alignas" "alignof" "asm" "auto" "bool" "break" "case" "catch" "char"
-     "char16_t" "char32_t" "class" "const" "constexpr" "const_cast" "continue"
+     "char16_t" "char32_t" "class" "const" "const_cast" "constexpr" "continue"
      "decltype" "default" "delete" "do" "double" "dynamic_cast" "else" "enum"
      "explicit" "export" "extern" "false" "final" "float" "for" "friend"
      "goto" "if" "inline" "int" "long" "mutable" "namespace" "new" "noexcept"