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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
b014713c
Commit
b014713c
authored
Dec 22, 2007
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(syms_of_callint) <command-history>: Add reference to history-length in
the doc string.
parent
987ec16d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/callint.c
src/callint.c
+4
-1
No files found.
src/ChangeLog
View file @
b014713c
2007-12-22 Eli Zaretskii <eliz@gnu.org>
* callint.c (syms_of_callint) <command-history>: Add reference to
history-length in the doc string.
2007-12-17 Jason Rumney <jasonr@gnu.org>
* w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
...
...
src/callint.c
View file @
b014713c
...
...
@@ -960,7 +960,10 @@ This is what `(interactive \"P\")' returns. */);
DEFVAR_LISP
(
"command-history"
,
&
Vcommand_history
,
doc:
/* List of recent commands that read arguments from terminal.
Each command is represented as a form to evaluate. */
);
Each command is represented as a form to evaluate.
Maximum length of the history list is determined by the value
of `history-length', which see. */
);
Vcommand_history
=
Qnil
;
DEFVAR_LISP
(
"command-debug-status"
,
&
Vcommand_debug_status
,
...
...
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