# HG changeset patch # User Richard M. Stallman # Date 841458865 0 # Node ID ae72a4c02f31a5230e37039935da4d61fd3258cc # Parent 1185f8fc0bfb465791a21cf3148ae8fd639bd3ce (webjump-sample-sites): Define with defvar. (webjump-state-to-postal-alist): Likewise. diff -r 1185f8fc0bfb -r ae72a4c02f31 lisp/webjump.el --- a/lisp/webjump.el Fri Aug 30 18:49:07 1996 +0000 +++ b/lisp/webjump.el Sat Aug 31 02:34:25 1996 +0000 @@ -79,7 +79,7 @@ ;;------------------------------------------------------------------- Constants -(defconst-TEST webjump-sample-sites +(defvar webjump-sample-sites '(("AltaVista" . [simple-query "www.altavista.digital.com" @@ -184,7 +184,7 @@ ) "Sample hotlist for WebJump.") -(defconst webjump-state-to-postal-alist +(defvar webjump-state-to-postal-alist '(("Alabama" . "al") ("Alaska" . "ak") ("Arizona" . "az") ("Arkansas" . "ar") ("California" . "ca") ("Colorado" . "co") ("Connecticut" . "ct") ("Delaware" . "de") ("Florida" . "fl") ("Georgia" . "ga") ("Hawaii" . "hi")