]> git.eshelyaron.com Git - emacs.git/commitdiff
semantic: make semanticdb-default-find-index-class buffer-local
authorJoris Steyn <jorissteyn@gmail.com>
Fri, 16 Jan 2015 19:03:08 +0000 (20:03 +0100)
committerDavid Engster <deng@randomsample.de>
Thu, 19 Jan 2017 21:28:36 +0000 (22:28 +0100)
* lisp/cedet/semantic/db.el (semanticdb-default-find-index-class): Fix
  typo.

Copyright-paperwork-exempt: yes

lisp/cedet/semantic/db.el

index d9eef32616168e8805bc9dee2a990d9509f5cbd5..026c370c917b0442c921b169d389f035d517aece 100644 (file)
@@ -60,7 +60,7 @@ mechanism.")
 (defvar semanticdb-default-find-index-class 'semanticdb-find-search-index
   "The default type of search index to use for a `semanticdb-table's.
 This can be changed to try out new types of search indices.")
-(make-variable-buffer-local 'semanticdb-default-find=index-class)
+(make-variable-buffer-local 'semanticdb-default-find-index-class)
 
 ;;;###autoload
 (defvar semanticdb-current-database nil