1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
emacs/lisp/eshell
Glenn Morris a931698afd Fix a bunch of custom types (thank you cus-test.el)
* lisp/bookmark.el (bookmark-search-delay):
* lisp/cus-start.el (vertical-centering-font-regexp):
* lisp/ps-mule.el (ps-mule-font-info-database-default):
* lisp/ps-print.el (ps-default-fg, ps-default-bg):
* lisp/type-break.el (type-break-good-break-interval):
* lisp/whitespace.el (whitespace-indentation-regexp)
(whitespace-space-after-tab-regexp):
* lisp/emacs-lisp/testcover.el (testcover-1value-functions)
(testcover-noreturn-functions, testcover-progn-functions)
(testcover-prog1-functions):
* lisp/emulation/viper-init.el (viper-emacs-state-cursor-color):
* lisp/erc/erc-desktop-notifications.el (erc-notifications-icon):
* lisp/eshell/em-glob.el (eshell-glob-translate-alist):
* lisp/gnus/gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
* lisp/gnus/gnus-async.el (gnus-async-post-fetch-function):
* lisp/gnus/gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
* lisp/gnus/gnus-html.el (gnus-html-image-cache-ttl):
* lisp/gnus/gnus-notifications.el (gnus-notifications-timeout):
* lisp/gnus/gnus-picon.el (gnus-picon-properties):
* lisp/gnus/gnus-util.el (gnus-completion-styles):
* lisp/gnus/gnus.el (gnus-other-frame-resume-function):
* lisp/gnus/message.el (message-user-organization-file)
(message-cite-reply-position):
* lisp/gnus/nnir.el (nnir-summary-line-format)
(nnir-retrieve-headers-override-function):
* lisp/gnus/shr-color.el (shr-color-visible-luminance-min):
* lisp/gnus/shr.el (shr-blocked-images):
* lisp/gnus/spam-report.el (spam-report-resend-to):
* lisp/gnus/spam.el (spam-summary-exit-behavior):
* lisp/mh-e/mh-e.el (mh-sortm-args, mh-default-folder-for-message-function):
* lisp/play/tetris.el (tetris-tty-colors):
* lisp/progmodes/cpp.el (cpp-face-default-list):
* lisp/progmodes/flymake.el (flymake-allowed-file-name-masks):
* lisp/progmodes/idlw-help.el (idlwave-help-browser-generic-program)
(idlwave-help-browser-generic-args):
* lisp/progmodes/make-mode.el (makefile-special-targets-list):
* lisp/progmodes/python.el (python-shell-virtualenv-path):
* lisp/progmodes/verilog-mode.el (verilog-active-low-regexp)
(verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
(verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
(verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
* lisp/textmodes/reftex-vars.el (reftex-format-label-function):
* lisp/textmodes/remember.el (remember-diary-file):
Fix custom types.

* lisp/cedet/semantic/db-find.el (semanticdb-find-throttle-custom-list):
Fix value.

* lisp/gnus/gnus-salt.el (gnus-selected-tree-face): Fix default.
2013-05-08 21:40:20 -04:00
..
.gitignore
em-alias.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-banner.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-basic.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-cmpl.el * lisp/eshell/em-cmpl.el: Simply require pcomplete; 2013-05-06 00:20:35 -07:00
em-dirs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-glob.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
em-hist.el * lisp/eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar. 2013-05-07 00:57:02 -07:00
em-ls.el * lisp/eshell/esh-proc.el (eshell/kill): Fix last change. 2013-02-08 10:47:07 -05:00
em-pred.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-prompt.el * lisp/eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert 2013-03-25 20:42:08 -04:00
em-rebind.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-script.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-smart.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-term.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
em-tramp.el Added eshell-tramp module 2013-03-27 11:08:58 +13:00
em-unix.el Added eshell-tramp module 2013-03-27 11:08:58 +13:00
em-xtra.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
esh-arg.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
esh-cmd.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
esh-ext.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
esh-io.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
esh-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
esh-module.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
esh-opt.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
esh-proc.el * lisp/eshell/esh-proc.el (eshell/kill): Fix last change. 2013-02-08 10:47:07 -05:00
esh-util.el * eshell/esh-util.el (eshell-path-env): Make it buffer local, in 2013-01-17 11:01:33 +01:00
esh-var.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
eshell.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00