From: Ryan Yeske <rcyeske@gmail.com>
To: emacs-devel@gnu.org
Subject: remember-region should be autoloaded
Date: Wed, 19 Dec 2007 02:40:14 -0800 [thread overview]
Message-ID: <87mys73r3l.fsf@tarn.lan> (raw)
I usually use M-x remember-region to record notes from text in my emacs
buffers.
2007-12-19 Ryan Yeske <rcyeske@gmail.com>
* textmodes/remember.el (remember-region): Add autoload cookie.
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el
index 81be7ac..01d1954 100644
--- a/lisp/textmodes/remember.el
+++ b/lisp/textmodes/remember.el
@@ -419,6 +419,7 @@ Subject: %s\n\n"
(when remember-save-after-remembering (save-buffer))))
(append-to-file (point-min) (point-max) remember-data-file)))))
+;;;###autoload
(defun remember-region (&optional beg end)
"Remember the data from BEG to END.
It is called from within the *Remember* buffer to save the text
Diffs between working revision and workfile end here.
next reply other threads:[~2007-12-19 10:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-19 10:40 Ryan Yeske [this message]
2007-12-19 11:15 ` remember-region should be autoloaded Lennart Borgman (gmail)
2007-12-19 12:47 ` Leo
2008-01-08 1:34 ` Michael Olson
2007-12-23 17:51 ` Juri Linkov
2007-12-23 18:04 ` Lennart Borgman (gmail)
2007-12-24 13:31 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mys73r3l.fsf@tarn.lan \
--to=rcyeske@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.