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
bd710149
Commit
bd710149
authored
Jan 03, 2009
by
Michael Olson
Browse files
ERC: Do not include text properties when returning user input.
parent
35203a24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/erc/ChangeLog
lisp/erc/ChangeLog
+5
-0
lisp/erc/erc.el
lisp/erc/erc.el
+1
-1
No files found.
lisp/erc/ChangeLog
View file @
bd710149
2009-01-03 Michael Olson <mwolson@gnu.org>
* erc.el (erc-user-input): Do not include text properties when
returning user input.
2008-11-19 Andy Stewart <lazycat.manatee@gmail.com>
* erc.el (erc-header-line-uses-tabbar-p): New option that makes
...
...
lisp/erc/erc.el
View file @
bd710149
...
...
@@ -5097,7 +5097,7 @@ Specifically, return the position of `erc-insert-marker'."
(
defun
erc-user-input
()
"Return the input of the user in the current buffer."
(buffer-substring
(
buffer-substring
-no-properties
erc-input-marker
(
erc-end-of-input-line
)))
...
...
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