summaryrefslogtreecommitdiff
path: root/lisp/ledit.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-05-10 21:47:42 +0000
committerRoland McGrath <roland@gnu.org>1991-05-10 21:47:42 +0000
commit657e634fa1c28e8b9bdea6c8af085b02e473ac46 (patch)
treeaaa7385dd42f4080a61fea745c53a37c2031d2b2 /lisp/ledit.el
parentefa4ce8bbde45879fba79646c045d4d69c512137 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/ledit.el')
-rw-r--r--lisp/ledit.el15
1 files changed, 6 insertions, 9 deletions
diff --git a/lisp/ledit.el b/lisp/ledit.el
index 2471b3f485..298c254e8d 100644
--- a/lisp/ledit.el
+++ b/lisp/ledit.el
@@ -33,15 +33,12 @@
(defconst ledit-buffer "*LEDIT*"
"Name of buffer in which Ledit accumulates data to send to Lisp.")
-;;;###autoload
-(defconst ledit-save-files t
- "*Non-nil means Ledit should save files before transferring to Lisp.")
-;;;###autoload
-(defconst ledit-go-to-lisp-string "%?lisp"
- "*Shell commands to execute to resume Lisp job.")
-;;;###autoload
-(defconst ledit-go-to-liszt-string "%?liszt"
- "*Shell commands to execute to resume Lisp compiler job.")
+;;;###autoload (defconst ledit-save-files t
+;;;###autoload "*Non-nil means Ledit should save files before transferring to Lisp.")
+;;;###autoload (defconst ledit-go-to-lisp-string "%?lisp"
+;;;###autoload "*Shell commands to execute to resume Lisp job.")
+;;;###autoload (defconst ledit-go-to-liszt-string "%?liszt"
+;;;###autoload "*Shell commands to execute to resume Lisp compiler job.")
(defun ledit-save-defun ()
"Save the current defun in the ledit buffer"