emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112570: Fix typo in previous


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112570: Fix typo in previous
Date: Mon, 13 May 2013 13:52:59 -0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112570
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-05-13 13:52:59 -0400
message:
  Fix typo in previous
modified:
  lisp/cedet/ede/project-am.el
=== modified file 'lisp/cedet/ede/project-am.el'
--- a/lisp/cedet/ede/project-am.el      2013-05-11 23:55:46 +0000
+++ b/lisp/cedet/ede/project-am.el      2013-05-13 17:52:59 +0000
@@ -55,7 +55,7 @@
 (defcustom project-am-compile-project-command nil
   "*Default command used to compile a project."
   :group 'project-am
-  :type '(choice const nil) string)
+  :type '(choice (const nil) string))
 
 (defcustom project-am-compile-target-command (concat ede-make-command " -k %s")
   "*Default command used to compile a project."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]