diff options
author | Roland McGrath <roland@gnu.org> | 1991-05-10 21:47:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1991-05-10 21:47:42 +0000 |
commit | 22b50508ec8606d8d0b69f1858bda584c8034bea (patch) | |
tree | d5d0456543ab3774692421a4c0b8f689c55a984a /lisp/ledit.el | |
parent | 59f71ca0592b3b8f269be05645a2ec4511301b75 (diff) | |
download | emacs-22b50508ec8606d8d0b69f1858bda584c8034bea.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/ledit.el')
-rw-r--r-- | lisp/ledit.el | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/lisp/ledit.el b/lisp/ledit.el index 2471b3f485b..298c254e8db 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" |