~ubuntu-branches/ubuntu/precise/emacs-goodies-el/precise-proposed

« back to all changes in this revision

Viewing changes to elisp/emacs-goodies-el/color-theme.el

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-11-09 12:39:17 UTC
  • mfrom: (0.3.3 upstream) (4.3.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091109123917-od9miqn9eu41prqr
Tags: 30.8-1ubuntu1
* Merge from Debian testing, remaining changes:
  - Add {hardy,intrepid,jaunty,karmic}-proposed distribution targets
    to dpkg-dev-el.
* Add lucid{,-proposed} distribution targets; drop out the karmic
  non-proposed target, since uploads to the release pocket are not
  permitted for stable releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
586
586
  (color-theme-mode))
587
587
 
588
588
(require 'easymenu)
589
 
(easy-menu-add-item nil '("tools") "--")
590
 
(easy-menu-add-item  nil '("tools")
591
 
                     ["Color Themes" color-theme-select t])
 
589
(easy-menu-add-item nil '("Tools") "--")
 
590
(easy-menu-add-item  nil '("Tools")
 
591
  ["Color Themes" color-theme-select t])
592
592
 
593
593
(defun color-theme-mode ()
594
594
  "Major mode to select and install color themes.