- 30 Sep, 2012 11 commits
-
-
Paul Eggert authored
-
Stefan Monnier authored
(minor-mode-map-alist): Remove redundant code.
-
Stefan Monnier authored
visited in a buffer. (cvs-insert-visited-file): New function. (find-file-hook): Use it. * lisp/vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
-
Stefan Monnier authored
chose face. (log-edit-empty-buffer-p): Don't require a space after a header.
-
Stefan Monnier authored
-
Stefan Monnier authored
function is a good handler for FOO. (url-copy-file, url-file-local-copy, url-insert-file-contents) (url-file-name-completion, url-file-name-all-completions) (url-handlers-create-wrapper): Explicitly register as handler.
-
Stefan Monnier authored
-
Stefan Monnier authored
a proper minor-mode.
-
Stefan Monnier authored
-
Glenn Morris authored
-
Paul Eggert authored
Suggested by Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
-
- 29 Sep, 2012 16 commits
-
-
Glenn Morris authored
* lisp/winner.el (winner-mode): Remove variable (let define-minor-mode handle it). (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook): Doc fixes. (winner-mode-leave-hook): Rename to winner-mode-off-hook. (winner-mode): Use define-minor-mode. * etc/NEWS: Mention winner-mode-hook.
-
Glenn Morris authored
* lisp/vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get the full definition in loaddefs, rather than duplicating it. Cf vc-rcs-registered.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Bastien Guerry authored
The help: target for the Makefile was just meant as a local test.
-
Bastien Guerry authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/vc/vc-rcs.el (vc-rcs-master-templates): * lisp/vc/vc-sccs.el (vc-sccs-master-templates): No need to autoload.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/progmodes/inf-lisp.el (inferior-lisp-filter-regexp) (inferior-lisp-program, inferior-lisp-load-command) (inferior-lisp-prompt, inferior-lisp-mode-hook): Do not autoload defcustoms.
-
Glenn Morris authored
* lisp/hippie-exp.el (hippie-expand-try-functions-list) (hippie-expand-verbose, hippie-expand-dabbrev-skip-space) (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction) (hippie-expand-max-buffers, hippie-expand-ignore-buffers) (hippie-expand-only-buffers): Do not autoload defcustoms. * lisp/progmodes/vhdl-mode.el (vhdl-line-expand): Explicitly load hippie-exp, so it does not get autoloaded while hippie-expand-try-functions-list is let-bound.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(HAVE_TIMER_SETTIME): New macro.
-
Stefan Monnier authored
* src/xdisp.c (redisplay_internal): * src/profiler.c (record_backtrace, sigprof_handler_1): * src/alloc.c (Fgarbage_collect): * src/eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace) (Fbacktrace_frame): Adjust accordingly.
-
- 28 Sep, 2012 13 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
Remove no longer appropriate file-local suppression of CL warnings in lisp/emacs-lisp/cl-*.el files.
-
Juri Linkov authored
* lisp/arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE to STDERR-TEST that can be a regexp matching a successful output. Create a temporary file and redirect stderr to it. Search for STDERR-TEST in the stderr output and display it in the echo area if no match is found. (archive-extract-by-file): New function like `archive-extract-by-stdout' but extracting archives to files and looking for successful matches in stdout. Function body is mostly copied from `archive-rar-extract'. (archive-rar-extract): Use `archive-extract-by-file'. (archive-7z-extract): Use `archive-extract-by-stdout'. Fixes: debbugs:10347
-
Glenn Morris authored
-
Stefan Monnier authored
(type-break-mode): Use define-minor-mode.
-
Eli Zaretskii authored
src/xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from Qautomatic_redisplay and change the symbol name. All users changed.
-
Leo Liu authored
-
Leo Liu authored
-
Stefan Monnier authored
(pcase--u1): Use it. * lisp/custom.el (load-theme): Set buffer-file-name so the load is recorded in load-history with the right file name. Fixes: debbugs:12512
-
Tassilo Horn authored
(doc-view-doc->txt, doc-view-convert-current-doc): Use it. (doc-view-get-bounding-box): Make bounding box slicing work for ODF and DVI documents.
-
Tomohiro Matsuyama authored
-
Glenn Morris authored
* type-break.el (type-break-mode, type-break-interval) (type-break-good-rest-interval, type-break-keystroke-threshold): No need to autoload. (type-break-good-rest-interval, type-break-keystroke-threshold): Add :set-after.
-
Glenn Morris authored
-