emacs-devel
[Top][All Lists]
Advanced

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

reftex.el autoloads


From: Phillip Lord
Subject: reftex.el autoloads
Date: Thu, 10 Dec 2015 11:03:30 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

I'm trying to run git bisect on emacs, but I have a problem. After
building and testing emacs, routinely, git cannot start the next bisect
because reftex.el seems to have been changed locally.

Of course, I can fix this with git checkout lisp/textmodes/reftex.el,
but I am trying to do an unattended bisect.

The diff looks like this....

git diff
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 84efa7a..4ee3658 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -2397,7 +2397,7 @@ reftex-report-bug
 ^L
 ;;; Start of automatically extracted autoloads.
 ^L
-;;;### (autoloads nil "reftex-auc" "reftex-auc.el" 
"cf606f7918831321cb46f254436dc66e")
+;;;### (autoloads nil "reftex-auc" "reftex-auc.el" 
"7c0e0b46919f4ceefe1026e31e73ebcd")
 ;;; Generated autoloads from reftex-auc.el
 
 (autoload 'reftex-arg-label "reftex-auc" "\


So, it appears that reftex.el is actually partially real source and
partially generated during the normal build, which doesn't seem a good
thing to me.

Am I missing something? And is there a good way to fix it?

Phil




reply via email to

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