emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113666: Fix previous core-elisp-tests.el fix


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113666: Fix previous core-elisp-tests.el fix
Date: Sat, 03 Aug 2013 01:47:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113666
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-08-02 18:47:54 -0700
message:
  Fix previous core-elisp-tests.el fix
modified:
  test/automated/core-elisp-tests.el 
coreelisptests.el-20130802205303-9v41l78e19i5rmnr-1
=== modified file 'test/automated/core-elisp-tests.el'
--- a/test/automated/core-elisp-tests.el        2013-08-03 01:43:30 +0000
+++ b/test/automated/core-elisp-tests.el        2013-08-03 01:47:54 +0000
@@ -32,7 +32,7 @@
     (should (equal (list (let ((c-e-x 1)) (defvar c-e-x 2) c-e-x) c-e-x)
                    '(1 2)))
     (should (equal (list (let ((c-e-x 1))
-                           (defcustom c-e-x "doc" 2 :group 'blah) c-e-x)
+                           (defcustom c-e-x 2 "doc" :group 'blah) c-e-x)
                          c-e-x)
                    '(1 2)))))
 


reply via email to

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