emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 65ee800 1/3: Merge in changes from GNU Elpa subtree


From: Stefan Monnier
Subject: Re: [elpa] master 65ee800 1/3: Merge in changes from GNU Elpa subtree
Date: Fri, 22 Jul 2016 10:21:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>     None of the subtree commands seem to properly merge subtree back
>     upstream into the repository, so manually handle it here.

Indeed, the 2-way synchronization is a bit inconvenient with subtrees.
You might be able to use something like "git subtree split" to get
something you can then merge into your upstream tree, but AFAIK it will
not always DTRT.


        Stefan


>         * Fix some quoting problems in doc strings
>         * packages/ahungry-theme/ahungry-theme.el: Use lexical-binding.
>         * color-theme-ahungry.el: Don't burp if color-theme is missing
> ---
>  ahungry-theme.el       |    4 ++--
>  color-theme-ahungry.el |    3 +--
>  2 files changed, 3 insertions(+), 4 deletions(-)

> diff --git a/ahungry-theme.el b/ahungry-theme.el
> index 7d10791..3b35f59 100644
> --- a/ahungry-theme.el
> +++ b/ahungry-theme.el
> @@ -1,4 +1,4 @@
> -;;; ahungry-theme.el --- Ahungry color theme for Emacs.  Make sure to 
> (load-theme 'ahungry).
> +;;; ahungry-theme.el --- Ahungry color theme for Emacs.  Make sure to 
> (load-theme 'ahungry).  -*- lexical-binding:t -*-
 
>  ;; Copyright (C) 2015,2016  Free Software Foundation, Inc.
 
> @@ -87,7 +87,7 @@
>  Leave this alone to retain defaults.
 
>  Default value:
> -  '(:family \"Terminus\" :foundry \"xos4\"
> +   (:family \"Terminus\" :foundry \"xos4\"
>              :slant normal :weight normal
>              :height 100 :width normal)")
 
> diff --git a/color-theme-ahungry.el b/color-theme-ahungry.el
> index e9ded6e..14980d8 100644
> --- a/color-theme-ahungry.el
> +++ b/color-theme-ahungry.el
> @@ -36,8 +36,7 @@
 
>  ;;; Code:
 
> -(eval-when-compile
> -  (require 'color-theme))
> +(declare-function color-theme-install "color-theme" (theme))
 
>  ;; Currently background-color and foreground-color are intentionally left
>  ;; commented out, so that the color-theme in terminal mode will not overwrite




reply via email to

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