all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 14496@debbugs.gnu.org
Subject: bug#14496: cc-bytecomp-obsolete-fun doesn't work
Date: Fri, 31 May 2013 13:39:17 -0400	[thread overview]
Message-ID: <vfk3mf2gmy.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <f3txlm70zq.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 29 May 2013 02:29:13 -0400")


PPS, In Emacs, cc-bytecomp-defun seems unecessary since Emacs 21.1.
It mainly seems to be used for things like:
   
   ;; Silence the compiler.
   (cc-bytecomp-defun set-keymap-parents)        ; XEmacs
   
   (if (cc-bytecomp-fboundp 'set-keymap-parents)
      (set-keymap-parents map c-mode-base-map))
   
to silence a compilation warning about set-keymap-parents not being known.
Since 21.1, the Emacs byte-compiler is smart enough to do that anyway
for function calls behind fboundp tests.





  parent reply	other threads:[~2013-05-31 17:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <wbfvx6eegt.fsf@fencepost.gnu.org>
2013-05-29  6:29 ` bug#14496: cc-bytecomp-obsolete-fun doesn't work Glenn Morris
2013-05-29 13:14   ` Stefan Monnier
2013-05-31 17:39   ` Glenn Morris [this message]
2013-05-31 17:46     ` Glenn Morris
2013-05-29  1:56 Glenn Morris

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=vfk3mf2gmy.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=14496@debbugs.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.