From 54030e597a5e3a3e9ead3bec82ea32e7209e333f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 22 Sep 1999 10:15:13 +0000 Subject: [PATCH] (TopLevel): Don't bind keywords `:user', `:path' and `:predicate'. --- lisp/dgnushack.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 66eb7d1..2433217 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -109,8 +109,7 @@ (void-variable ;; Bind keywords. (mapcar (lambda (keyword) (set keyword keyword)) - '(:button-keymap - :data :file :mime-handle :path :predicate :user)))) + '(:button-keymap :data :file :mime-handle)))) ;; Unknown variables and functions. (unless (boundp 'buffer-file-coding-system) -- 1.7.10.4