Changeset 4098 for trunk/etc/emacs.csh
- Timestamp:
- 07/01/06 08:27:06 (2 years ago)
- Files:
-
- trunk/etc/emacs.csh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/emacs.csh
r3554 r4098 1 # Copyright (c) 1999, 2003, 2006 2 # Free software Foundation, Inc. 3 # 1 4 # This defines a csh command named `edit' which resumes an 2 5 # existing Emacs or starts a new one if none exists. … … 25 28 || echo `pwd` \!* >! ~/.emacs_args && eval $emacs_command[$whichjob]' 26 29 30 #COPYING PERMISSIONS: 31 # 32 # Permission is hereby granted, free of charge, to any person obtaining 33 # a copy of this file, to deal in the file without restriction, including 34 # without limitation the rights to use, copy, modify, merge, publish, 35 # distribute, sublicense, and/or sell copies of the file, and to 36 # permit persons to whom the file is furnished to do so, subject to 37 # the following condition: 38 # 39 # The above copyright notice and this permission notice shall be 40 # included in all copies or substantial portions of the file. 41 42 27 43 # arch-tag: 433d58df-15b9-446f-ad37-f0393e3a23d4
