pkgsrc-ng/misc/bbdb/patches/patch-lisp_bbdb-mhe.el
2013-09-26 17:14:40 +02:00

16 lines
511 B
EmacsLisp

$NetBSD: patch-lisp_bbdb-mhe.el,v 1.1 2011/10/11 19:30:40 minskim Exp $
Make bbdb build with emacs-24.
--- lisp/bbdb-mhe.el.orig 2001-08-31 15:07:47.000000000 +0000
+++ lisp/bbdb-mhe.el
@@ -37,7 +37,7 @@
(defmacro bbdb/mh-cache-key (message)
"Return a (numeric) key for MESSAGE"
- (`(let* ((attrs (file-attributes (, message)))
+ ( ` (let* ((attrs (file-attributes (, message)))
(status-time (nth 6 attrs))
(status-time-2 (cdr status-time))
(inode (nth 10 attrs)))