diff options
| author | Noah Friedman | 1997-07-09 12:44:15 +0000 |
|---|---|---|
| committer | Noah Friedman | 1997-07-09 12:44:15 +0000 |
| commit | bc74e94e2be189504319c65c9f6840eb734f36ff (patch) | |
| tree | c6c56786853601db81e76d875aa614f6a2a196d6 | |
| parent | e9687ee8a2584a9ae3c0543500b179e446c08597 (diff) | |
| download | emacs-bc74e94e2be189504319c65c9f6840eb734f36ff.tar.gz emacs-bc74e94e2be189504319c65c9f6840eb734f36ff.zip | |
[top level]: Add `up-list' and `down-list' to eldoc-message-commands.
| -rw-r--r-- | lisp/emacs-lisp/eldoc.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 4dce711fbde..1a2d3c7ee37 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
| 8 | ;; Created: 1995-10-06 | 8 | ;; Created: 1995-10-06 |
| 9 | 9 | ||
| 10 | ;; $Id: eldoc.el,v 1.12 1997/04/14 07:33:28 rms Exp $ | 10 | ;; $Id: eldoc.el,v 1.13 1997/05/22 06:47:41 friedman Exp $ |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
| @@ -603,7 +603,8 @@ the mode, respectively." | |||
| 603 | "backward-" "beginning-of-" "delete-other-windows" "delete-window" | 603 | "backward-" "beginning-of-" "delete-other-windows" "delete-window" |
| 604 | "end-of-" "forward-" "indent-for-tab-command" "goto-" "mouse-set-point" | 604 | "end-of-" "forward-" "indent-for-tab-command" "goto-" "mouse-set-point" |
| 605 | "next-" "other-window" "previous-" "recenter" "scroll-" | 605 | "next-" "other-window" "previous-" "recenter" "scroll-" |
| 606 | "self-insert-command" "split-window-") | 606 | "self-insert-command" "split-window-" |
| 607 | "up-list" "down-list") | ||
| 607 | 608 | ||
| 608 | (provide 'eldoc) | 609 | (provide 'eldoc) |
| 609 | 610 | ||