Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bc74e94e
Commit
bc74e94e
authored
Jul 09, 1997
by
Noah Friedman
Browse files
[top level]: Add `up-list' and `down-list' to eldoc-message-commands.
parent
e9687ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/emacs-lisp/eldoc.el
lisp/emacs-lisp/eldoc.el
+3
-2
No files found.
lisp/emacs-lisp/eldoc.el
View file @
bc74e94e
...
...
@@ -7,7 +7,7 @@
;; Keywords: extensions
;; Created: 1995-10-06
;; $Id: eldoc.el,v 1.1
2
1997/0
4/14 07:33:28 rms
Exp $
;; $Id: eldoc.el,v 1.1
3
1997/0
5/22 06:47:41 friedman
Exp $
;; This file is part of GNU Emacs.
...
...
@@ -603,7 +603,8 @@ the mode, respectively."
"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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment