]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/proj.el
Merge from CEDET upstream (8564).
[gnu-emacs] / lisp / cedet / ede / proj.el
index 702e35f0b1fe911d9f3e26a185d3bb133dc62e68..99a5978b0052f2a62f99b0b8c707c0fbda9a03ed 100644 (file)
@@ -104,6 +104,7 @@ distributed, and each should have a corresponding rule to build it.")
             :initform nil
             :type (or null symbol)
             :custom (choice (const :tag "None" nil)
+                            (symbol :tag "Custom Compiler Symbol")
                             :slotofchoices availablecompilers)
             :label "Compiler for building sources"
             :group make
@@ -116,6 +117,7 @@ of these compiler resources, and global customization thereof.")
             :initform nil
             :type (or null symbol)
             :custom (choice (const :tag "None" nil)
+                            (symbol :tag "Custom Linker Symbol")
                             :slotofchoices availablelinkers)
             :label "Linker for combining intermediate object files."
             :group make