branch: elpa/drupal-mode
commit e6f955e36785a85c9a4d27261ce4b22031ae2f64
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>

    Removed api.drupalize.me.
    
    The Drupalize.Me API site is retired.
    
    See https://drupalize.me/api-site.
---
 drupal-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drupal-mode.el b/drupal-mode.el
index ee9b6939b5..ad06d39a6c 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -99,7 +99,6 @@ whitespace at the end."
 %s is the search term."
   :type '(choice (const :tag "Api.drupal.org" 
"http://api.drupal.org/api/search/%v/%s";)
                  (const :tag "Api.drupalcontrib.org" 
"http://api.drupalcontrib.org/api/search/%v/%s";)
-                 (const :tag "Api.drupalize.me" 
"http://api.drupalize.me/api/search/%v/%s";)
                  (string :tag "Other" "http://example.com/api/search/%v/%s";))
   :link '(url-link :tag "api.drupalcontrib.org" "http://api.drupalcontrib.org";)
   :link '(url-link :tag "api.drupal.org" "http://api.drupal.org";)

Reply via email to