diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-31 02:34:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-31 02:34:25 +0000 |
commit | 2b8885a98bc6b2ba2aa16472f2e40c2c5abf7567 (patch) | |
tree | 1dada6459dece82c2b59e0b4b920db94efff1d59 /lisp/webjump.el | |
parent | 6f31b977c9a999bfbc2760adb72c252a3c8d4ec1 (diff) | |
download | emacs-2b8885a98bc6b2ba2aa16472f2e40c2c5abf7567.tar.gz |
(webjump-sample-sites): Define with defvar.
(webjump-state-to-postal-alist): Likewise.
Diffstat (limited to 'lisp/webjump.el')
-rw-r--r-- | lisp/webjump.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/webjump.el b/lisp/webjump.el index 7160f3aa76d..7812cce6fea 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") |