]> git.eshelyaron.com Git - emacs.git/commit
Avoid backslash-newline-newline in source code
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 May 2019 06:58:55 +0000 (23:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 May 2019 06:59:36 +0000 (23:59 -0700)
commit5424436452bc0b3d8a62a8398f92d0c2db81e22b
treef011ba6d3bc6b03f36698c359c7d0df0f961469b
parent38564f8a664347c42f7614d9c91e0d49e4a073e8
Avoid backslash-newline-newline in source code

* etc/refcards/Makefile (PDF_FRENCH):
* lib-src/etags.c (LOOP_ON_INPUT_LINES):
* lisp/dabbrev.el (dabbrev-check-other-buffers):
* lisp/org/org-id.el (org-id-link-to-org-use-id):
* lisp/org/org.el (org-support-shift-select, org-file-apps):
* src/alloc.c (CHECK_ALLOCATED_AND_LIVE)
(CHECK_ALLOCATED_AND_LIVE_SYMBOL):
* src/frame.h (FRAME_PIXEL_WIDTH_TO_TEXT_COLS):
* src/regex-emacs.c (PREFETCH_NOLIMIT):
* src/window.h (WINDOW_BUFFER):
Remove backslash-newline that immediately precedes another
newline, as this is not the usual style and is confusing.
etc/refcards/Makefile
lib-src/etags.c
lisp/dabbrev.el
lisp/org/org-id.el
lisp/org/org.el
src/alloc.c
src/frame.h
src/regex-emacs.c
src/window.h