Browse Source

Fix typo for `prefix`.

Jonathan Chu 10 years ago
parent
commit
cd6c7a26c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -320,7 +320,7 @@ using overrides and disable it for everything else."
     (enable regexp "\\`\\(load\\|enable\\|disable\\|describe\\|custom-theme-visit\\)-theme\\'")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/79
     ;; BBDB uses old-style default
-    (enable-old prefic "bbdb-")
+    (enable-old prefix "bbdb-")
     )
   "Default value of `ido-ubiquitous-command-overrides'.