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
1d1c55dc
Commit
1d1c55dc
authored
Dec 19, 2013
by
Leo Liu
Browse files
* eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
Fixes: debbugs:16186
parent
39e896c1
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/eshell/em-prompt.el
lisp/eshell/em-prompt.el
+2
-2
No files found.
lisp/ChangeLog
View file @
1d1c55dc
2013-12-18 Leo Liu <sdl.web@gmail.com>
* eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
2013-12-18 Eli Zaretskii <eliz@gnu.org>
* ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
...
...
lisp/eshell/em-prompt.el
View file @
1d1c55dc
...
...
@@ -125,8 +125,8 @@ arriving, or after."
(
add-text-properties
0
(
length
prompt
)
'
(
read-only
t
font-lock-face
eshell-prompt
front-sticky
(
face
read-only
)
rear-nonsticky
(
face
read-only
))
front-sticky
(
font-lock-
face
read-only
)
rear-nonsticky
(
font-lock-
face
read-only
))
prompt
))
(
eshell-interactive-print
prompt
)))
(
run-hooks
'eshell-after-prompt-hook
))
...
...
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