changeset 18699:c6cf53a7da72

[top level]: Add `up-list' and `down-list' to eldoc-message-commands.
author Noah Friedman <friedman@splode.com>
date Wed, 09 Jul 1997 12:44:15 +0000
parents 52271ad26a1d
children cb17c9cd025b
files lisp/emacs-lisp/eldoc.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/eldoc.el	Wed Jul 09 08:03:08 1997 +0000
+++ b/lisp/emacs-lisp/eldoc.el	Wed Jul 09 12:44:15 1997 +0000
@@ -7,7 +7,7 @@
 ;; Keywords: extensions
 ;; Created: 1995-10-06
 
-;; $Id: eldoc.el,v 1.12 1997/04/14 07:33:28 rms Exp $
+;; $Id: eldoc.el,v 1.13 1997/05/22 06:47:41 friedman Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -603,7 +603,8 @@
  "backward-" "beginning-of-" "delete-other-windows" "delete-window"
  "end-of-" "forward-" "indent-for-tab-command" "goto-" "mouse-set-point"
  "next-" "other-window" "previous-" "recenter" "scroll-"
- "self-insert-command" "split-window-")
+ "self-insert-command" "split-window-"
+ "up-list" "down-list")
 
 (provide 'eldoc)