Mercurial > emacs
comparison lisp/resume.el @ 2110:2c87b7e144c0
* resume.el: Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 11 Mar 1993 07:06:01 +0000 |
parents | 213978acbc1e |
children | e8426c217792 |
comparison
equal
deleted
inserted
replaced
2109:73485780a8f9 | 2110:2c87b7e144c0 |
---|---|
79 ;; command line arguments are placed in a file name ~/.emacs_args. | 79 ;; command line arguments are placed in a file name ~/.emacs_args. |
80 ;; The "-nw" switch to Emacs means no windowing system. | 80 ;; The "-nw" switch to Emacs means no windowing system. |
81 | 81 |
82 ;; Insert this in your .emacs file: | 82 ;; Insert this in your .emacs file: |
83 ;;(setq suspend-resume-hook 'resume-process-args) | 83 ;;(setq suspend-resume-hook 'resume-process-args) |
84 ;;(setq suspend-hook 'empty-args-file) | 84 ;;(setq suspend-hooks 'empty-args-file) |
85 ;;(autoload 'empty-args-file "resume") | 85 ;;(autoload 'empty-args-file "resume") |
86 ;;(autoload 'resume-process-args "resume") | 86 ;;(autoload 'resume-process-args "resume") |
87 | 87 |
88 ;; Finally, put the rest in a file named "resume.el" in a lisp library | 88 ;; Finally, put the rest in a file named "resume.el" in a lisp library |
89 ;; directory. | 89 ;; directory. |