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
9cc7819c
Commit
9cc7819c
authored
Apr 30, 2012
by
Leo Liu
Browse files
* lisp/ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
read-only error.
parent
a706a3bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/ibuf-ext.el
lisp/ibuf-ext.el
+2
-2
No files found.
lisp/ChangeLog
View file @
9cc7819c
2012-04-30 Leo Liu <sdl.web@gmail.com>
* ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
read-only error.
2012-04-29 Chong Yidong <cyd@gnu.org>
* follow.el (follow-calc-win-end): Rewrite to handle partial
...
...
lisp/ibuf-ext.el
View file @
9cc7819c
...
...
@@ -1356,8 +1356,8 @@ a prefix argument reverses the meaning of that variable."
(
diff-sentinel
(
call-process
shell-file-name
nil
(
current-buffer
)
nil
shell-command-switch
command
))
)
(
insert
"\n"
))))
shell-command-switch
command
))
(
insert
"\n"
))))
)
(
sit-for
0
)
(
when
(
file-exists-p
tempfile
)
(
delete-file
tempfile
)))))
...
...
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