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
ab540f59
Commit
ab540f59
authored
Dec 09, 2010
by
Glenn Morris
Browse files
* lisp/comint.el (comint-input-ring-file-name): Doc fix.
parent
b596d50d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/comint.el
lisp/comint.el
+2
-2
No files found.
lisp/ChangeLog
View file @
ab540f59
2010-12-10 Glenn Morris <rgm@gnu.org>
* comint.el (comint-input-ring-file-name): Doc fix.
2010-12-09 Eli Zaretskii <eliz@gnu.org>
* menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
...
...
lisp/comint.el
View file @
ab540f59
...
...
@@ -244,8 +244,8 @@ This variable is buffer-local."
(
defcustom
comint-input-ring-file-name
nil
"If non-nil, name of the file to read/write input history.
See also `comint-read-input-ring' and `comint-write-input-ring'.
This variable is buffer-local, and is a good thing to set in mode hooks
."
`comint-mode' makes this a buffer-local variable. You probably want
to set this in a mode hook, rather than customize the default value
."
:type
'
(
choice
(
const
:tag
"nil"
nil
)
file
)
:group
'comint
)
...
...
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