Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of make-obsolete #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jabber-menu.el
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ With prefix argument, remove it."
(interactive "P")
(setq jabber-display-menu (if remove nil t))
(force-mode-line-update))
(make-obsolete 'jabber-menu "set the variable `jabber-display-menu' instead.")
(make-obsolete 'jabber-menu "set the variable `jabber-display-menu' instead." "2008-10-23")

;; This used to be:
;; (define-key-after global-map [menu-bar jabber-menu] ...)
Expand Down
2 changes: 1 addition & 1 deletion jabber-roster.el
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ three being lists of JID symbols."
(defalias 'jabber-presence-update-roster 'ignore)
;;jabber-presence-update-roster is not needed anymore.
;;Its work is done in `jabber-process-presence'."
(make-obsolete 'jabber-presence-update-roster 'ignore)
(make-obsolete 'jabber-presence-update-roster 'ignore "2007-04-01")

(defun jabber-next-property (&optional prev)
"Return position of next property appearence or nil if there is none.
Expand Down