- 30 Dec, 2016 3 commits
-
-
NicolasPetton authored
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version. * lisp/ldefs-boot.el: Update.
-
NicolasPetton authored
-
Alan Mackenzie authored
The ambiguity was whether INITVALUE is evaluated when it's not going to be used to set SYMBOL's value. * src/eval.c (defvar): Rewrite a paragraph of the doc string. (cherry picked from commit 8295e97f)
-
- 28 Dec, 2016 1 commit
-
-
Stefan Monnier authored
(inline--dont-quote): Quote the function with #' when passing it to `apply'. Cherry picked from commit e6161f64.
-
- 27 Dec, 2016 1 commit
-
-
Eli Zaretskii authored
* doc/lispref/variables.texi (Default Value): Improve wording of last change.
-
- 26 Dec, 2016 1 commit
-
-
Eli Zaretskii authored
* doc/lispref/variables.texi (Default Value): Document 'default-toplevel-value' and 'set-default-toplevel-value'.
-
- 25 Dec, 2016 1 commit
-
-
Leo Liu authored
* lisp/files.el (cd): Use setq-local instead. (Bug#25260)
-
- 24 Dec, 2016 2 commits
-
-
Eli Zaretskii authored
* lisp/ffap.el (ffap-lax-url): Change the default to t, to produce the same behavior as in Emacs 24.x. (Bug#25264) Explain the trade-offs of customizing this in the doc string.
-
Noam Postavsky authored
-
- 23 Dec, 2016 5 commits
-
-
Eli Zaretskii authored
* src/unexaix.c (make_hdr, copy_text_and_data, write_segment): Fix type-casts that assumed 32-bit pointers. (Bug#25141)
-
Philipp Stephani authored
* doc/misc/ediff.texi (Hooks): Clarify usage of 'ediff-cleanup-hook'
-
Philipp Stephani authored
* doc/lispref/variables.texi (Local Variables): * cl.texi (Modify Macros): Document that binding order in 'let' and 'cl-letf' is unspecified.
-
Eli Zaretskii authored
-
Stefan Monnier authored
* lisp/simple.el (execute-extended-command--shorter): Call input-pending-p to trigger input processing on some systems, such as Mac port. (Bug#23002)
-
- 22 Dec, 2016 1 commit
-
-
Martin Rudalics authored
* src/xsettings.c (apply_xft_settings): Don't report a change when dpi settings do not differ substantially.
-
- 21 Dec, 2016 1 commit
-
-
Noam Postavsky authored
-
- 20 Dec, 2016 2 commits
-
-
Alan Mackenzie authored
lisp/progmodes/cc-defs.el: Amend the version number. etc/NEWS: Add an item explaining the change.
-
Noam Postavsky authored
* lisp/skeleton.el (skeleton-end-newline): Remove mention of `skeleton-end-hook', its default code was moved into `skeleton-insert'. (skeleton-insert): Mention `skeleton-end-newline' and move reference to `skeleton-end-hook' above the explanation of skeleton syntax.
-
- 19 Dec, 2016 5 commits
-
-
Glenn Morris authored
-
Eli Zaretskii authored
* doc/emacs/msdos.texi (Windows Keyboard): Document how to set up w32-scroll-lock-modifier so that Scroll Lock toggles the LED. * src/w32fns.c (syms_of_w32fns) <w32-scroll-lock-modifier>: Doc fix. (Bug#25204)
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* doc/emacs/mule.texi (Fontsets): Document 'describe-fontset'. (Bug#25216)
-
Eli Zaretskii authored
* doc/emacs/mule.texi (Fontsets): Document 'describe-fontset'. (Bug#25216)
-
- 18 Dec, 2016 1 commit
-
-
Philipp Stephani authored
* lisp/vc/ediff-util.el (ediff-janitor): Add missing symbol quoting.
-
- 17 Dec, 2016 1 commit
-
-
Eli Zaretskii authored
* lisp/desktop.el (desktop-restoring-frameset-p): Test for the GUI frame here, instead of in desktop-restoring-frameset. That's because desktop-read wants to know whether frameset will actually be restored, and has fallback procedures up its sleeve when it won't be; these fallbacks need to be invoked when the frameset is not going to be restored. (Bug#24298)
-
- 16 Dec, 2016 2 commits
-
-
Dmitry Gutov authored
* lisp/progmodes/js.el (js--multi-line-declaration-indentation) (js--maybe-goto-declaration-keyword-end): Bind forward-sexp-function to nil (bug#25215).
-
Eli Zaretskii authored
* lisp/international/mule.el (define-coding-system): Warn against possible infinite recursion in pre-write-conversion and post-read-conversion functions. (Bug#25203)
-
- 11 Dec, 2016 4 commits
-
-
Michael Albinus authored
* doc/emacs/files.texi (Reverting): Document auto-revert-remote-files and auto-revert-verbose. * lisp/autorevert.el (auto-revert-verbose, auto-revert-mode) (auto-revert-tail-mode, global-auto-revert-mode): Fix docstring.
-
Glenn Morris authored
* lisp/abbrev.el (define-abbrev-table): Fix typo in docstring handling.
-
Glenn Morris authored
* configure.ac: Bump makeinfo version requirement from 4.7 to 4.13. We need at least 4.8, and that may be buggy, so go for the last of the 4 series, which is 8 years old. (Bug#25108)
-
Glenn Morris authored
* lisp/menu-bar.el (clipboard-yank, clipboard-kill-ring-save) (clipboard-kill-region): * lisp/eshell/esh-io.el (eshell-virtual-targets) (eshell-clipboard-append): Replace option gui-select-enable-clipboard with select-enable-clipboard; renamed October 2014. (Bug#25145)
-
- 10 Dec, 2016 1 commit
-
-
Noam Postavsky authored
The accessor functions use the predicate function, which causes problems when reloading after unload-feature: the compiler-macro property is still present on the predicate symbol, and the compiler fails to find the definition when trying to inline it into the accessor function (Bug#25088). * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Move predicate definition before field accessor definitions.
-
- 08 Dec, 2016 4 commits
-
-
Glenn Morris authored
* lisp/vc/vc-git.el (vc-git-region-history): Add a doc string.
-
Glenn Morris authored
* make-dist: Print status messages when checking.
-
Glenn Morris authored
* make-dist: Let make check the info files more thoroughly.
-
Glenn Morris authored
* make-dist: Snapshot mode no longer disables checks. Checks now includes checks for freshness. (Bug#25084) Checks now exits with an error if problems were found.
-
- 07 Dec, 2016 3 commits
-
-
Paul Eggert authored
-
Philipp Stephani authored
so that it matches the actual implementation. See https://lists.gnu.org/archive/html/help-gnu-emacs/2016-04/msg00071.html
-
Noam Postavsky authored
The function `cursor-sensor--detect' calls `bobp' to decide whether to check properties at (1- (window-point)). However, (window-point) may be at beginning of buffer, even if (point) is not. In this case an `args-out-of-range' error will be signaled (Bug#25104). * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Check the value of (window-point) against (point-min), rather than (bobp) to decide if (1- (window-point)) is accessible.
-
- 02 Dec, 2016 1 commit
-
-
NicolasPetton authored
* etc/themes/manoj-dark-theme.el: Fix two typos. (cherry picked from commit 66d6e7e9)
-