aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-10-30 04:37:40 +0000
committerGlenn Morris2008-10-30 04:37:40 +0000
commit35f0040952d79218e213c2e1d224c2b46fe2e0dc (patch)
tree6ded17e759f6f8c0b48b8ff15d170b0513275e0e
parent69726ac3548daef84899274cda3bcfe48389b395 (diff)
downloademacs-35f0040952d79218e213c2e1d224c2b46fe2e0dc.tar.gz
emacs-35f0040952d79218e213c2e1d224c2b46fe2e0dc.zip
Comment that emacs.bash/csh are obsolete.
-rw-r--r--etc/emacs.bash2
-rw-r--r--etc/emacs.csh2
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/emacs.bash b/etc/emacs.bash
index 831fb7e1d76..7f0dcb8e7fb 100644
--- a/etc/emacs.bash
+++ b/etc/emacs.bash
@@ -22,6 +22,8 @@
22 22
23### Commentary: 23### Commentary:
24 24
25## This file is obsolete. Use emacsclient -a instead.
26
25## This defines a bash command named `edit' which contacts/resumes an 27## This defines a bash command named `edit' which contacts/resumes an
26## existing emacs or starts a new one if none exists. 28## existing emacs or starts a new one if none exists.
27 29
diff --git a/etc/emacs.csh b/etc/emacs.csh
index 880aad08f01..ef860727284 100644
--- a/etc/emacs.csh
+++ b/etc/emacs.csh
@@ -6,6 +6,8 @@
6 6
7### Commentary: 7### Commentary:
8 8
9## This file is obsolete. Use emacsclient -a instead.
10
9## This defines a csh command named `edit' which resumes an 11## This defines a csh command named `edit' which resumes an
10## existing Emacs or starts a new one if none exists. 12## existing Emacs or starts a new one if none exists.
11## One way or another, any arguments are passed to Emacs to specify files 13## One way or another, any arguments are passed to Emacs to specify files