diff lisp/w3/w3-emulate.el @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 1ce6082ce73f
children 0d2f883870bc
line wrap: on
line diff
--- a/lisp/w3/w3-emulate.el	Mon Aug 13 09:06:45 2007 +0200
+++ b/lisp/w3/w3-emulate.el	Mon Aug 13 09:07:36 2007 +0200
@@ -1,12 +1,12 @@
 ;;; w3-emulate.el --- All variable definitions for emacs-w3
 ;; Author: wmperry
-;; Created: 1996/10/09 19:00:59
-;; Version: 1.4
+;; Created: 1997/01/22 16:28:30
+;; Version: 1.6
 ;; Keywords: comm, help, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Copyright (c) 1996 by William M. Perry (wmperry@cs.indiana.edu)
-;;; Copyright (c) 1996 Free Software Foundation, Inc.
+;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc.
 ;;;
 ;;; This file is part of GNU Emacs.
 ;;;
@@ -207,8 +207,8 @@
 (define-key w3-lynx-emulation-minor-mode-map "\C-w" 'w3-refresh-buffer)
 (define-key w3-lynx-emulation-minor-mode-map "\\"   'w3-source-document)
 (define-key w3-lynx-emulation-minor-mode-map "!"    'shell)
-(define-key w3-lynx-emulation-minor-mode-map [up]   'w3-back-link)
-(define-key w3-lynx-emulation-minor-mode-map [down] 'w3-forward-link)
+(define-key w3-lynx-emulation-minor-mode-map [up]   'w3-widget-backward)
+(define-key w3-lynx-emulation-minor-mode-map [down] 'w3-widget-forward)
 (define-key w3-lynx-emulation-minor-mode-map [right] 'w3-follow-link)
 (define-key w3-lynx-emulation-minor-mode-map [left] 'w3-backward-in-history)