- 06 Nov, 2013 11 commits
-
-
Eli Zaretskii authored
src/editfns.c (Fformat_time_string): Doc fix.
-
Eli Zaretskii authored
lisp/menu-bar.el (popup-menu, menu-bar-open): When displaying TTY menus, support also the menus produced by minor modes.
-
Leo Liu authored
DISTANCE to bound the search. All uses changed. Fixes: debbugs:15808
-
Glenn Morris authored
* lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify. (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir. (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
-
Michael Albinus authored
Fix docstring. Instrument, in order to hunt failure on hydra.
-
Glenn Morris authored
-
Glenn Morris authored
* automated/flymake-tests.el (warning-predicate-rx-gcc) (warning-predicate-function-gcc, warning-predicate-rx-perl) (warning-predicate-function-perl): * automated/info-xref.el (info-xref-test-makeinfo): * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781) (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
-
Stefan Monnier authored
-
Stefan Monnier authored
(electric-indent-mode-map): New keymap. (electric-indent-mode, electric-pair-mode, electric-layout-mode): Re-add :group which weren't redundant.
-
Stefan Monnier authored
(electric-indent-functions-without-reindent): New var. (electric-indent-post-self-insert-function): Use it. * lisp/emacs-lisp/gv.el (buffer-local-value): Add setter.
-
Paul Eggert authored
* dispextern.h (face_tty_specified_color): New function. * term.c (turn_on_face): Don't rely on undefined behavior when assigning an out-of-range value to 'long'. Simplify test for toggling highlight. (tty_capable_p): Omit last two (unused) args. All callers changed. * term.c (tty_capable_p, tty_menu_display, tty_menu_add_selection) (read_menu_input, tty_menu_activate, tty_menu_show): * xfaces.c (x_supports_face_attributes_p) (tty_supports_face_attributes_p): Use bool for boolean. All callers changed. (tty_supports_face_attributes_p): Omit defaults for color indices; no longer needed. Simplify tail call.
-
- 05 Nov, 2013 29 commits
-
-
Stefan Monnier authored
* src/lisp.h (prepare_menu_bars): Don't declare. * src/xselect.c (x_handle_selection_clear): * src/callproc.c (call_process): Remove redundant call to prepare_menu_bars.
-
Paul Eggert authored
glitch. Eliminate 'sz' prefix; Hungarian notation is not helpful here.
-
Glenn Morris authored
* configure.ac (abs_srcdir) [MINGW32]: No point setting it here, config.status computes it.
-
Stefan Monnier authored
`prefix-arg' as function argument.
-
Stefan Monnier authored
Fdefault_error_output.
-
Jarek Czekalski authored
cmd_error_internal. (syms_of_keyboard): Use it for Vcommand_error_function.
-
Eli Zaretskii authored
doc/lispref/lists.texi (Rearrangement): Fix indexing. doc/lispref/display.texi (Bidirectional Display): Fix indexing.
-
Glenn Morris authored
-
Eli Zaretskii authored
lisp/international/quail.el (quail-help): Be more explicit about the meaning of the labels shown on the keys.
-
Stefan Monnier authored
(init_eval): Use it to ensure handlerlist is non-NULL. (unwind_to_catch): Make sure we never set handlerlist to NULL. (Fsignal): Adjust NULLness test of handlerlist. * src/lisp.h (PUSH_HANDLER): Assume handlerlist is non-NULL. Fixes: debbugs:15802
-
Bozhidar Batsov authored
-
Eli Zaretskii authored
src/callproc.c (call_process): Call prepare_to_modify_buffer before decoding text read from the sub-process, as the decoded stuff will be inserted into the buffer. This will invalidate the various caches maintained for the buffer.
-
Eli Zaretskii authored
lisp/startup.el (normal-top-level): Load the subdirs.el files before setting the locale environment.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Stefan Monnier authored
via arguments so as to get the right ones. Fixes: debbugs:15418
-
Michael Albinus authored
-
Stefan Monnier authored
-
Michael Albinus authored
* net/tramp-compat.el (tramp-compat-load): New defun. * net/tramp.el (tramp-handle-load): Use it. * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case "(numberp ok-if-already-exists)" correctly.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Katsumi Yamaoka authored
-
Xue Fuqiao authored
* international/characters.el (glyphless-char-display-control): Add usage note.
-
Bozhidar Batsov authored
* lisp/progmodes/scheme.el (scheme-mode): Remove incorrect text from docstring. * lisp/progmodes/prolog.el (prolog-mode): Remove incorrect text from docstring. * lisp/emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode, emacs-lisp-mode): Remove incorrect text from docstring.
-
Bozhidar Batsov authored
-
Xue Fuqiao authored
* doc/lispref/display.texi (Glyphs): Add an index for glyph code. * src/xdisp.c (syms_of_xdisp): Mention the active display table in doc string of glyphless-char-display.
-
Glenn Morris authored
-
Glenn Morris authored
-