mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
16 lines
511 B
EmacsLisp
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)))
|