unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Old code in bytecomp.el
@ 2005-05-21  2:23 Nick Roberts
  2005-05-22  1:01 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Roberts @ 2005-05-21  2:23 UTC (permalink / raw)



How about removing these from bytecomp.el? Unlike the previous variables,
AFAICS these don't seem to be defined in the first place.

Nick


(make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15")
(make-obsolete-variable 'blink-paren-hook 'blink-paren-function "before 19.15")
(make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function "before 19.15")
(make-obsolete-variable 'inhibit-local-variables
		"use enable-local-variables (with the reversed sense)."
		"before 19.15")
(make-obsolete-variable 'unread-command-event
  "use unread-command-events; which is a list of events rather than a single event."
  "before 19.15")
(make-obsolete-variable 'suspend-hooks 'suspend-hook "before 19.15")
(make-obsolete-variable 'comment-indent-hook 'comment-indent-function "before 19.15")
(make-obsolete-variable 'meta-flag "use the set-input-mode function instead." "before 19.34")
(make-obsolete-variable 'before-change-function
  "use before-change-functions; which is a list of functions rather than a single function."
  "before 19.34")
(make-obsolete-variable 'after-change-function
  "use after-change-functions; which is a list of functions rather than a single function."
  "before 19.34")
(make-obsolete-variable 'font-lock-doc-string-face 'font-lock-string-face "before 19.34")

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Old code in bytecomp.el
  2005-05-21  2:23 Old code in bytecomp.el Nick Roberts
@ 2005-05-22  1:01 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2005-05-22  1:01 UTC (permalink / raw)
  Cc: emacs-devel

Please remove any make-obsolete-variable calls for variables
that were already deleted.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-22  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-21  2:23 Old code in bytecomp.el Nick Roberts
2005-05-22  1:01 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).