mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(custom-make-dependencies): Quote open-paren in string.
This commit is contained in:
parent
6a7ceddcab
commit
a313af117c
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
|
|||
;;; variables and groups if it's already set. (We don't know when
|
||||
;;; cus-load.el is going to be loaded and at that time some of the
|
||||
;;; files might be loaded and some others might not).
|
||||
(defmacro custom-put-if-not (symbol propname value)
|
||||
\(defmacro custom-put-if-not (symbol propname value)
|
||||
`(unless (get ,symbol ,propname)
|
||||
(put ,symbol ,propname ,value)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue