diff options
author | Eric Ludlam <eric@siege-engine.com> | 2019-10-14 20:46:01 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-10-15 11:08:18 -0400 |
commit | 128f803197c319807de838550270725ecdedbc7c (patch) | |
tree | 917b8b90029ffed192ab9365e81afeae372f943b /lisp/emacs-lisp | |
parent | a99812ee0fb7245d4ee3a862f3139c0a53a8c5d7 (diff) | |
download | emacs-128f803197c319807de838550270725ecdedbc7c.tar.gz emacs-128f803197c319807de838550270725ecdedbc7c.tar.bz2 emacs-128f803197c319807de838550270725ecdedbc7c.zip |
Update CEDET manual tests so that they run.
To run visit test/manual/cedet/cedet-utests.el
M-x eval-buffer
M-x cedet-utest
Author: Eric Ludlam <zappo@gnu.org>
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/chart.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/chart.el b/lisp/emacs-lisp/chart.el index 124ede17fd3..e4b41f41984 100644 --- a/lisp/emacs-lisp/chart.el +++ b/lisp/emacs-lisp/chart.el @@ -607,6 +607,8 @@ SORT-PRED if desired." (chart-bar-quickie 'vertical "Test Bar Chart" '( "U1" "ME2" "C3" "B4" "QT" "EZ") "Items" '( 5 -10 23 20 30 -3) "Values") + (if (not (called-interactively-p 'any)) + (kill-buffer "*Test Bar Chart*")) ) ;;; Sample utility function |