aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-pgip.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/pg-pgip.el')
-rw-r--r--generic/pg-pgip.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/pg-pgip.el b/generic/pg-pgip.el
index 282aaef8..a2a57949 100644
--- a/generic/pg-pgip.el
+++ b/generic/pg-pgip.el
@@ -185,9 +185,7 @@ Return a symbol representing the PGIP command processed, or nil."
(pg-pgip-debug
"haspref calling defpacustom: name:%s default:%s type:%s pgipcmd:%s" symname default type pgipcmd)
(eval
- `(defpacustom ,symname ,default
- (concat descr (if descr "\n")
- "Setting configured by <haspref> PGIP message")
+ `(defpacustom ,symname ,default ,descr
:type (quote ,type)
:pggroup ,prefcat
:pgipcmd ,pgipcmd))))