diff options
author | Glenn Morris <rgm@gnu.org> | 2008-10-30 04:37:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-10-30 04:37:40 +0000 |
commit | 35f0040952d79218e213c2e1d224c2b46fe2e0dc (patch) | |
tree | 6ded17e759f6f8c0b48b8ff15d170b0513275e0e | |
parent | 69726ac3548daef84899274cda3bcfe48389b395 (diff) |
Comment that emacs.bash/csh are obsolete.
-rw-r--r-- | etc/emacs.bash | 2 | ||||
-rw-r--r-- | etc/emacs.csh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/emacs.bash b/etc/emacs.bash index 831fb7e1d7..7f0dcb8e7f 100644 --- a/etc/emacs.bash +++ b/etc/emacs.bash @@ -22,6 +22,8 @@ ### Commentary: +## This file is obsolete. Use emacsclient -a instead. + ## This defines a bash command named `edit' which contacts/resumes an ## existing emacs or starts a new one if none exists. diff --git a/etc/emacs.csh b/etc/emacs.csh index 880aad08f0..ef86072728 100644 --- a/etc/emacs.csh +++ b/etc/emacs.csh @@ -6,6 +6,8 @@ ### Commentary: +## This file is obsolete. Use emacsclient -a instead. + ## This defines a csh command named `edit' which resumes an ## existing Emacs or starts a new one if none exists. ## One way or another, any arguments are passed to Emacs to specify files |