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
43c4b570
Commit
43c4b570
authored
Jan 03, 2001
by
Karl Fogel
Browse files
mail/mail-hist.el (mail-hist-text-too-long-p): doc fix.
parent
b33e041b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/mail/mail-hist.el
lisp/mail/mail-hist.el
+1
-2
No files found.
lisp/ChangeLog
View file @
43c4b570
2001-01-03 Karl Fogel <kfogel@red-bean.com>
* mail/mail-hist.el (mail-hist-text-too-long-p): doc fix.
2001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* isearch.el (isearch-lazy-highlight-cleanup): Arg now says
...
...
lisp/mail/mail-hist.el
View file @
43c4b570
...
...
@@ -189,8 +189,7 @@ If the value is nil, that means no limit on text size."
:group
'mail-hist
)
(
defun
mail-hist-text-too-long-p
(
text
)
"Return t if TEXT does not exceed mail-hist's size limit.
The variable `mail-hist-text-size-limit' defines this limit."
"Return non-nil if TEXT's length exceeds `mail-hist-text-size-limit'."
(
if
mail-hist-text-size-limit
(
>
(
length
text
)
mail-hist-text-size-limit
)))
...
...
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