Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6f022c19
Commit
6f022c19
authored
Sep 21, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt for removal of emacstool.
parent
44f9ac8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
etc/ChangeLog
etc/ChangeLog
+1
-0
etc/emacs.bash
etc/emacs.bash
+1
-1
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
etc/ChangeLog
View file @
6f022c19
2007-09-21 Glenn Morris <rgm@gnu.org>
* emacstool.1: Remove file.
* emacs.bash: Adapt for removal of emacstool.
2007-09-16 Glenn Morris <rgm@gnu.org>
...
...
etc/emacs.bash
View file @
6f022c19
...
...
@@ -55,7 +55,7 @@ function edit ()
case
"
${
windowsys
}
"
in
x
)
(
emacs
"
$@
"
&
)
;;
sun
)
(
emacstool
"
$@
"
&
)
;;
sun
)
echo
"unsupported window system"
;
return
1
;;
esac
else
if
jobs
%emacs 2> /dev/null
;
then
...
...
src/ChangeLog
View file @
6f022c19
2007-09-21 Glenn Morris <rgm@gnu.org>
* Makefile.in (emacstool): Remove target.
2007-09-21 Markus Triska <markus.triska@gmx.at>
* xterm.c (x_delete_display): Compile session management
...
...
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