- 13 Sep, 2009 15 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
is defined (Bug#4405).
-
Chong Yidong authored
with 2005-06-25 change to copy-file (Bug#4410).
-
Chong Yidong authored
duplicates (Bug#4407).
-
Chong Yidong authored
-
Chong Yidong authored
problem (Bug#4333).
-
Chong Yidong authored
-
Chong Yidong authored
kp-0 to ascii equivalents (Bug#4325).
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
* eshell/em-dirs.el (eshell-complete-user-reference): Declare pcomplete functions and variables to avoid compiler warnings. * eshell/em-script.el (eshell-login-script, eshell-rc-script): * eshell/em-dirs.el (eshell-last-dir-ring-file-name): * eshell/em-alias.el (eshell-aliases-file): * eshell/em-hist.el (eshell-history-file-name): Use expand-file-name instead of concat to make file names (Bug#4308).
-
Glenn Morris authored
-
Glenn Morris authored
-
Chong Yidong authored
giving usage of unquoted lambda forms first. Mention that `function' and `#'' are no longer required (Bug#4290).
-
Stefan Monnier authored
* tooltip.el (tooltip-mode): * simple.el (transient-mark-mode): * rfn-eshadow.el (file-name-shadow-mode): * frame.el (blink-cursor-mode): * font-core.el (global-font-lock-mode): * files.el (temporary-file-directory) (small-temporary-file-directory, auto-save-file-name-transforms): * epa-hook.el (auto-encryption-mode): * composite.el (global-auto-composition-mode): Use custom-initialize-delay. * startup.el (command-line): Don't explicitly call custom-reevaluate-setting for all the above vars. * custom.el (custom-initialize-safe-set) (custom-initialize-safe-default): Delete.
-
- 12 Sep, 2009 22 commits
-
-
Glenn Morris authored
(elint-log): Handle unknown file positions.
-
Stefan Monnier authored
-
Stefan Monnier authored
* term/w32-win.el (w32-initialize-window-system): * term/ns-win.el (ns-initialize-window-system): Don't call mouse-wheel-mode since it's enabled globally by default already.
-
Stefan Monnier authored
actually define the variable, but only silences the byte-compiler. (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound before looking it up. (mouse-wheel-scroll-amount): Also reset the bindings if this value is changed.
-
Glenn Morris authored
(elint-add-required-env): Don't beep on error. (elint-forms): In case of error, return ENV unchanged.
-
Daiki Ueno authored
(epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file) (epg-decrypt-string, epg-start-verify, epg-verify-file) (epg-verify-string, epg-start-sign, epg-sign-file) (epg-sign-string, epg-start-encrypt, epg-encrypt-file) (epg-encrypt-string, epg-start-export-keys) (epg-export-keys-to-file, epg-export-keys-to-string) (epg-start-import-keys, epg-import-keys-from-file) (epg-import-keys-from-string, epg-start-receive-keys) (epg-receive-keys, epg-import-keys-from-server) (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys) (epg-sign-keys, epg-start-generate-key) (epg-generate-key-from-file, epg-generate-key-from-string): Remove autoload cookie.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(mouse-wheel-mode): New defvar. (mouse-wheel-mode): Remove autoload cookie.
-
Stefan Monnier authored
(mouse-wheel-mode): Use it, so as to make sure we really remove all the bindings we set last time. Use custom-initialize-delay. * loadup.el: Load mwheel after term/*-win.el. * startup.el (command-line): Don't reevaluate mouse-wheel-down-event and mouse-wheel-up-event now that their first evaluation is done sufficiently late to be correct.
-
Stefan Monnier authored
Use custom-initialize-delay rather than eval-at-startup to set it. * image.el (image-load-path): Make it a defcustom. Use custom-initialize-delay rather than eval-at-startup to set it. * subr.el (eval-at-startup): Remove. * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
-
Stefan Monnier authored
package any more (done in Lisp now). * subr.el (do-after-load-evaluation): Warn the user after loading an obsolete package.
-
Glenn Morris authored
(proced-mode-map): Remove proced-mark-alt.
-
Glenn Morris authored
Remove initialization entry.
-
Glenn Morris authored
(elint-current-buffer): Set mode-line-process. (elint-init-env): Handle define-derived-mode. Fix declare-function with unspecified arglist. Guard against odd defalias statements (eg iso-insert's 8859-1-map). (elint-add-required-env): Use a temp buffer. (elint-form): Just print the function/macro name, not the whole form. Return env unchanged if we fail to parse a macro. (elint-forms): Guard against parse errors. (elint-output): New function, to handle batch mode. (elint-log-message): Add optional argument. Use elint-output. (elint-set-mode-line): New function.
-
Chong Yidong authored
-
Chong Yidong authored
-
Stefan Monnier authored
-
Chong Yidong authored
(url-scheme-register-proxy, url-scheme-get-property): Avoid calling url-scheme-register-proxy in an infloop (Bug#4191).
-
Chong Yidong authored
(scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
-
Nick Roberts authored
(gdb-var-list-children): Use json parsing.
-
Nick Roberts authored
-
Chong Yidong authored
char-before is null. Reported by Deniz Dogan.
-
- 11 Sep, 2009 3 commits
-
-
Juanma Barranquero authored
-
Daiki Ueno authored
-
Daiki Ueno authored
(epg-context-set-progress-callback): Add more description about callback function.
-