From da0f9962eeedca9133e8b1928108594173f1769c Mon Sep 17 00:00:00 2001 From: John Foerch Date: Thu, 5 Jan 2012 10:03:17 -0500 Subject: [PATCH] remove clusty webjump clusty no longer exists --- help/help.html | 1 - modules/webjump.js | 1 - 2 files changed, 2 deletions(-) diff --git a/help/help.html b/help/help.html index 7ac70d3..f98ffa3 100644 --- a/help/help.html +++ b/help/help.html @@ -135,7 +135,6 @@ slangSearch urbandictionary.com dictionarySearch dictionary.reference.com scholarsearch google scholar - clustysearch the internet with clusty clhssearch the Common Lisp Hyper Spec emacswikisearch the emacswiki clikisearch the Common Lisp wiki diff --git a/modules/webjump.js b/modules/webjump.js index 8bbc166..8e2fa1e 100644 --- a/modules/webjump.js +++ b/modules/webjump.js @@ -133,7 +133,6 @@ function define_default_webjumps () { define_webjump("lucky", "http://www.google.com/search?q=%s&btnI=I'm Feeling Lucky"); define_webjump("maps", "http://maps.google.com/?q=%s"); define_webjump("scholar", "http://scholar.google.com/scholar?q=%s"); - define_webjump("clusty", "http://www.clusty.com/search?query=%s"); define_webjump("slang", "http://www.urbandictionary.com/define.php?term=%s"); define_webjump("dictionary", "http://dictionary.reference.com/search?q=%s"); define_webjump("image", "http://images.google.com/images?q=%s"); -- 2.11.4.GIT