changeset 15991:ae72a4c02f31

(webjump-sample-sites): Define with defvar. (webjump-state-to-postal-alist): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 02:34:25 +0000
parents 1185f8fc0bfb
children fb5a22197a8d
files lisp/webjump.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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")