]> code.delx.au - gnu-emacs/commit
* mh-compat.el (mh-define-obsolete-variable-alias)
authorBill Wohler <wohler@newt.com>
Sun, 25 Nov 2012 04:13:04 +0000 (20:13 -0800)
committerBill Wohler <wohler@newt.com>
Sun, 25 Nov 2012 04:13:04 +0000 (20:13 -0800)
commitfb9958d7bc8239666dbb115182be607d7c0a0c77
tree27b8f8a740266b2871ed47ddf0b78f32b7666d6b
parent5244bc019bf7376caff3bb198ff674e0ad9fb0e6
* mh-compat.el (mh-define-obsolete-variable-alias)
(mh-make-obsolete-variable): New macros to fix XEmacs compiler
warnings.

* mh-letter.el (mh-yank-hooks): Use new mh-make-obsolete-variable
macro.

* mh-e.el (mh-kill-folder-suppress-prompt-hooks): Use new
mh-define-obsolete-variable-alias macro.

* mh-compat.el (mh-cl-flet): New alias for cl-flet on Emacs 24 and
flet elsewhere.

* mh-thread.el (mh-thread-set-tables): Replace flet with new alias
mh-cl-flet.

* mh-show.el (mh-gnus-article-highlight-citation): Replace flet with
new alias mh-cl-flet.

* mh-mime.el (mh-display-with-external-viewer, mh-mime-display)
(mh-press-button, mh-push-button, mh-display-emphasis): Replace flet
with new alias mh-cl-flet.

* mh-e.el (mh-invisible-header-fields-internal): Remove trailing
  whitespace.
lisp/mh-e/ChangeLog
lisp/mh-e/mh-comp.el
lisp/mh-e/mh-compat.el
lisp/mh-e/mh-e.el
lisp/mh-e/mh-letter.el
lisp/mh-e/mh-mime.el
lisp/mh-e/mh-show.el
lisp/mh-e/mh-thread.el