projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a9d15
)
change default diff_command for emacs (bug #147558)
author
Marius Mauch
<genone@gentoo.org>
Sat, 23 Jun 2007 18:16:45 +0000
(18:16 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Sat, 23 Jun 2007 18:16:45 +0000
(18:16 -0000)
svn path=/main/trunk/; revision=6977
cnf/etc-update.conf
patch
|
blob
|
history
diff --git
a/cnf/etc-update.conf
b/cnf/etc-update.conf
index 0e0bf3f31e376c07a3af9877daacba94da450839..963fb77fb33ff156e63ecab96a656112760427f0 100644
(file)
--- a/
cnf/etc-update.conf
+++ b/
cnf/etc-update.conf
@@
-22,7
+22,7
@@
pager="less"
#pager=""
# For emacs-users
-# diff_command="eval emacs -nw --eval=\
(ediff\ \"%file1\"\ \"%file2\"\)
"
+# diff_command="eval emacs -nw --eval=\
'\(ediff\ \"%file1\"\ \"%file2\"\)\'
"
#using_editor=1
# vim-users: you CAN use vimdiff for diff_command. (see NOTE_1)