comparison lisp/mail/pmailkwd.el @ 97533:ec1125c7ac26

Add arch tagline
author Miles Bader <miles@gnu.org>
date Mon, 18 Aug 2008 05:31:23 +0000
parents e54462e6c673
children 1aab9bdd9355
comparison
equal deleted inserted replaced
97532:e54462e6c673 97533:ec1125c7ac26
221 (when (< n 0) 221 (when (< n 0)
222 (message "No previous message with labels %s" labels)) 222 (message "No previous message with labels %s" labels))
223 (when (> n 0) 223 (when (> n 0)
224 (message "No following message with labels %s" labels))))) 224 (message "No following message with labels %s" labels)))))
225 225
226 ;; arch-tag: 1149979c-8e47-4333-9629-cf3dc887a6a7
226 ;;; pmailkwd.el ends here 227 ;;; pmailkwd.el ends here