From: Glenn Morris Date: Fri, 16 Jan 2015 19:17:25 +0000 (-0500) Subject: # ChangeLog fixes X-Git-Tag: emacs-25.0.90~2599^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8db625b6056965fe52e75080950e4ee0ad98bcc6;p=emacs.git # ChangeLog fixes --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d46726f7db7..57aaea0f4ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,6 @@ 2015-01-16 Jorgen Schaefer - * lisp/package.el: Provide repository priorities. + * emacs-lisp/package.el: Provide repository priorities. (package-archive-priorities): New variable. (package--add-to-alist): New function. (package--add-to-archive-contents): Use it. @@ -66,27 +66,22 @@ 2015-01-13 Alan Mackenzie - Allow compilation during loading of Modes derived from a CC Mode mode. - Fixes debbugs#19206. - + Allow compilation during loading of CC Mode-derived modes (bug#19206). * progmodes/cc-bytecomp.el (cc-bytecomp-compiling-or-loading): New function which walks the stack to discover whether we're compiling or loading. - (cc-bytecomp-is-compiling): Reformulate, and move towards - beginning. + (cc-bytecomp-is-compiling): Reformulate, and move towards beginning. (cc-bytecomp-is-loading): New defsubst. (cc-bytecomp-setup-environment, cc-bytecomp-restore-environment): Use the above defsubsts. (cc-require-when-compile, cc-bytecomp-defvar) (cc-bytecomp-defun): Simplify conditionals. - * progmodes/cc-defs.el (cc-bytecomp-compiling-or-loading): "Borrow" this function from cc-bytecomp.el. (c-get-current-file): Reformulate using the above. (c-lang-defconst): Prevent duplicate entries of file names in a symbol's 'source property. (c-lang-const): Use cc-bytecomp-is-compiling. - * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use cc-bytecomp-is-compiling.