aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-pgip.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-01-31 08:56:12 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-01-31 08:56:12 +0000
commit17c414438339c4edc9fabc2a1f751ddbb1a685c6 (patch)
tree0fbc7cbbb2a886242ac7862f63f70ce457d280da /generic/pg-pgip.el
parente482a7dc259dc63c0404dd3c38649317524cd721 (diff)
Improve handling of dynamic preferences. Addresses Trac #387.
Diffstat (limited to 'generic/pg-pgip.el')
-rw-r--r--generic/pg-pgip.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/pg-pgip.el b/generic/pg-pgip.el
index 16a0a6bd..b188d978 100644
--- a/generic/pg-pgip.el
+++ b/generic/pg-pgip.el
@@ -193,7 +193,8 @@ Return a symbol representing the PGIP command processed, or nil."
`(defpacustom ,symname ,default ,descr
:type (quote ,type)
:pggroup ,prefcat
- :pgipcmd ,pgipcmd))))
+ :pgipcmd ,pgipcmd
+ :pgdynamic t))))
(defun pg-pgip-process-prefval (node)
;;