From 8a5f6f7f384a792f84e59cf7c6d30f7aae4a7f07 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 31 Aug 1996 02:34:25 +0000 Subject: [PATCH] (webjump-sample-sites): Define with defvar. (webjump-state-to-postal-alist): Likewise. --- lisp/webjump.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/webjump.el b/lisp/webjump.el index 7160f3aa76..7812cce6fe 100644 --- a/lisp/webjump.el +++ b/lisp/webjump.el @@ -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") -- 2.39.2