~ubuntu-elisp/emacs/+git/master:feature/etags-update

Last commit made on 2018-01-30
Get this branch:
git clone -b feature/etags-update https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
feature/etags-update
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

1173613... by Tom Tromey <email address hidden>

Another -u fix

* lib-src/etags.c (copy_entries_from_old_file): Exit from inner loop
before copying \f to the TAGS file.

ee15b78... by Tom Tromey <email address hidden>

exit inner copying loop at the start of a new file entry

72c8dee... by Tom Tromey <email address hidden>

fix possible infinite loop in find_filename_hash_slot

d000ffe... by Tom Tromey <email address hidden>

--find feature

9ca585c... by Tom Tromey <email address hidden>

make etags -u work in etags mode

99571d4... by Tom Tromey <email address hidden>

constify some things

b629de0... by Tom Tromey <email address hidden>

etags.c indentation fix

f352ea6... by Philipp Stephani <email address hidden>

; Adapt a unit test to a recent change

* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--old-style-backquotes): Fix expected error message.

7352612... by Philipp Stephani <email address hidden>

Remove incorrect use of AUTO_STRING

* src/lread.c (load_error_old_style_backquotes): Remove incorrect use
of AUTO_STRING.

bfca19e... by constantino calancha paredes

cl-loop: Calculate the array length just once

* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause):
Dont calculate the array length on each iteration (Bug#29866).