From: martin rudalics <rudalics@gmx.at>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: add-change-log-entry
Date: Sun, 22 Jul 2007 10:44:41 +0200 [thread overview]
Message-ID: <46A318F9.6090006@gmx.at> (raw)
In-Reply-To: <E1ICQZF-00030k-Ka@fencepost.gnu.org>
> BTW, may I defvar c-beginning-of-defun and c-end-of-defun here, they
> are driving me mad.
>
> You can add defvars for them without values or doc strings
> whenever needed to prevent warnings about code that is correct.
My question was non-sensical. I should have asked instead: What is the
canonical way to avoid byte-compiler messages for the undefined
(c-beginning-of-defun)
in add-log.el? Do I have to use
(if (fboundp 'c-beginning-of-defun)
(c-beginning-of-defun))
or would it suffice to write
(funcall 'c-beginning-of-defun)
instead?
next prev parent reply other threads:[~2007-07-22 8:44 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-16 19:09 add-change-log-entry Paul Pogonyshev
2007-07-17 15:05 ` add-change-log-entry Richard Stallman
2007-07-18 9:02 ` add-change-log-entry martin rudalics
2007-07-18 13:54 ` add-change-log-entry Sam Steingold
2007-07-18 14:32 ` add-change-log-entry martin rudalics
2007-07-18 18:58 ` add-change-log-entry Stefan Monnier
2007-07-18 21:32 ` add-change-log-entry martin rudalics
2007-07-19 21:20 ` add-change-log-entry Richard Stallman
2007-07-20 8:27 ` add-change-log-entry martin rudalics
2007-07-20 16:07 ` add-change-log-entry Stefan Monnier
2007-07-21 9:09 ` add-change-log-entry martin rudalics
2007-07-22 1:49 ` add-change-log-entry Richard Stallman
2007-07-22 8:44 ` martin rudalics [this message]
2007-07-22 9:02 ` add-change-log-entry Andreas Schwab
2007-07-22 9:31 ` add-change-log-entry martin rudalics
2007-07-22 13:24 ` add-change-log-entry Alan Mackenzie
2007-07-22 21:00 ` add-change-log-entry martin rudalics
2007-07-23 3:22 ` add-change-log-entry Stefan Monnier
2007-07-23 4:28 ` add-change-log-entry Richard Stallman
2007-07-23 15:38 ` add-change-log-entry Alan Mackenzie
2007-07-23 22:31 ` add-change-log-entry Richard Stallman
2007-07-24 8:19 ` add-change-log-entry Alan Mackenzie
2007-07-19 12:23 ` add-change-log-entry 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=46A318F9.6090006@gmx.at \
--to=rudalics@gmx.at \
--cc=emacs-devel@gnu.org \
--cc=rms@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.