* ps-mule.el:
* ps-print.el: Remove 'Time-stamp' comment mark.
+ * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
+ 'easy-menu-add-item' when called in Emacs 21 or higher.
+
2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
* progmodes/ada-xref.el (ada-check-current): Doc fix.
(pr-get-symbol (nth 1 menu-file))
(pr-get-symbol "Print"))))
(t
- (easy-menu-change (cdr menu-file) "Print" pr-menu-spec))))))))
+ (easy-menu-add-item global-map menu-file
+ (easy-menu-create-menu "Print" pr-menu-spec)))
+ ))))))
(pr-update-menus t))