From: Glenn Morris Date: Wed, 16 Jul 2008 02:59:32 +0000 (+0000) Subject: Regenerate. X-Git-Tag: emacs-pretest-23.0.90~4156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=333392b616e8135b06626596d7c9c83c67a4f202;p=emacs.git Regenerate. --- diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 8dde8f3614e..0f40c5b53a5 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -5,7 +5,7 @@ ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" -;;;;;; "play/5x5.el" (18464 4597)) +;;;;;; "play/5x5.el" (18542 54562)) ;;; Generated autoloads from play/5x5.el (autoload '5x5 "5x5" "\ @@ -162,8 +162,8 @@ Completion is available. ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name -;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18475 -;;;;;; 41969)) +;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18555 +;;;;;; 10928)) ;;; Generated autoloads from add-log.el (defvar add-log-current-defun-function nil "\ @@ -225,6 +225,10 @@ Fourth arg NEW-ENTRY non-nil means always create a new entry at the front; never append to an existing entry. Option `add-log-keep-changes-together' otherwise affects whether a new entry is created. +Fifth arg PUT-NEW-ENTRY-ON-NEW-LINE non-nil means that if a new +entry is created, put it on a new line by itself, do not put it +after a comma on an existing line. + Option `add-log-always-start-new-record' non-nil means always create a new record, even when the last record was made on the same date and by the same person. @@ -236,7 +240,7 @@ notices. Today's date is calculated according to `add-log-time-zone-rule' if non-nil, otherwise in local time. -\(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY)" t nil) +\(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil) (autoload 'add-change-log-entry-other-window "add-log" "\ Find change log file in other window and add entry and item. @@ -936,7 +940,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. ;;;*** ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add) -;;;;;; "appt" "calendar/appt.el" (18496 20954)) +;;;;;; "appt" "calendar/appt.el" (18537 40850)) ;;; Generated autoloads from calendar/appt.el (autoload 'appt-add "appt" "\ @@ -976,7 +980,7 @@ ARG is positive, otherwise off. ;;;### (autoloads (apropos-documentation apropos-value apropos-library ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable -;;;;;; apropos-read-pattern) "apropos" "apropos.el" (18509 61309)) +;;;;;; apropos-read-pattern) "apropos" "apropos.el" (18546 37704)) ;;; Generated autoloads from apropos.el (autoload 'apropos-read-pattern "apropos" "\ @@ -1079,8 +1083,8 @@ Returns list of symbols and documentation found. ;;;*** -;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18494 -;;;;;; 34225)) +;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18532 +;;;;;; 49467)) ;;; Generated autoloads from arc-mode.el (autoload 'archive-mode "arc-mode" "\ @@ -1377,8 +1381,8 @@ Keymap summary ;;;*** -;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18464 -;;;;;; 4597)) +;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from progmodes/asm-mode.el (autoload 'asm-mode "asm-mode" "\ @@ -1616,7 +1620,7 @@ Use `auto-revert-mode' to revert a particular buffer. ;;;*** ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" -;;;;;; "avoid.el" (18464 4587)) +;;;;;; "avoid.el" (18542 54562)) ;;; Generated autoloads from avoid.el (defvar mouse-avoidance-mode nil "\ @@ -1968,12 +1972,12 @@ a reflection. ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window -;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18464 -;;;;;; 4587)) +;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18537 +;;;;;; 16427)) ;;; Generated autoloads from bookmark.el - (define-key ctl-x-map "rb" 'bookmark-jump) - (define-key ctl-x-map "rm" 'bookmark-set) - (define-key ctl-x-map "rl" 'bookmark-bmenu-list) + (define-key ctl-x-r-map "b" 'bookmark-jump) + (define-key ctl-x-r-map "m" 'bookmark-set) + (define-key ctl-x-r-map "l" 'bookmark-bmenu-list) (defvar bookmark-map (let ((map (make-sparse-keymap))) (define-key map "x" 'bookmark-set) (define-key map "m" 'bookmark-set) (define-key map "j" 'bookmark-jump) (define-key map "g" 'bookmark-jump) (define-key map "o" 'bookmark-jump-other-window) (define-key map "i" 'bookmark-insert) (define-key map "e" 'edit-bookmarks) (define-key map "f" 'bookmark-insert-location) (define-key map "r" 'bookmark-rename) (define-key map "d" 'bookmark-delete) (define-key map "l" 'bookmark-load) (define-key map "w" 'bookmark-write) (define-key map "s" 'bookmark-save) map) "\ Keymap containing bindings to bookmark functions. @@ -2153,7 +2157,7 @@ deletion, or > if it is flagged for displaying. ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file ;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" -;;;;;; (18464 4595)) +;;;;;; (18548 6313)) ;;; Generated autoloads from net/browse-url.el (defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ @@ -2414,7 +2418,7 @@ The `browse-url-gnudoit-program' program is used with options given by (autoload 'browse-url-text-xterm "browse-url" "\ Ask a text browser to load URL. -URL defaults to the URL around or before point. +URL defaults to the URL around or before point. This runs the text browser specified by `browse-url-text-browser'. in an Xterm window using the Xterm program named by `browse-url-xterm-program' with possible additional arguments `browse-url-xterm-args'. @@ -2423,7 +2427,7 @@ with possible additional arguments `browse-url-xterm-args'. (autoload 'browse-url-text-emacs "browse-url" "\ Ask a text browser to load URL. -URL defaults to the URL around or before point. +URL defaults to the URL around or before point. This runs the text browser specified by `browse-url-text-browser'. With a prefix argument, it runs a new browser process in a new buffer. @@ -2500,7 +2504,7 @@ Return a vector containing the lines from `bruce-phrases-file'. ;;;*** ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) -;;;;;; "bs" "bs.el" (18464 4587)) +;;;;;; "bs" "bs.el" (18530 36109)) ;;; Generated autoloads from bs.el (autoload 'bs-cycle-next "bs" "\ @@ -2540,7 +2544,7 @@ name of buffer configuration. ;;;*** -;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18512 40701)) +;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18537 40677)) ;;; Generated autoloads from play/bubbles.el (autoload 'bubbles "bubbles" "\ @@ -2551,9 +2555,11 @@ Play Bubbles game. ;;;*** ;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" -;;;;;; "progmodes/bug-reference.el" (18464 4597)) +;;;;;; "progmodes/bug-reference.el" (18525 26122)) ;;; Generated autoloads from progmodes/bug-reference.el +(put 'bug-reference-url-format 'safe-local-variable 'stringp) + (autoload 'bug-reference-mode "bug-reference" "\ Minor mode to buttonize bugzilla references in the current buffer. Requires `bug-reference-url-format' to be set in the buffer. @@ -2696,8 +2702,8 @@ and corresponding effects. ;;;*** -;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (18509 -;;;;;; 48295)) +;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from calendar/cal-china.el (put 'calendar-chinese-time-zone 'risky-local-variable t) @@ -2735,7 +2741,7 @@ from the cursor position. ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" -;;;;;; (18474 17457)) +;;;;;; (18535 25652)) ;;; Generated autoloads from calc/calc.el (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ @@ -2807,7 +2813,16 @@ Also looks for the equivalent TeX words, \\gets and \\evalto. \(fn &optional ARG CBUF)" t nil) (autoload 'defmath "calc" "\ -Not documented +Define Calc function. + +Like `defun' except that code in the body of the definition can +make use of the full range of Calc data types and the usual +arithmetic operations are converted to their Calc equivalents. + +The prefix `calcFunc-' is added to the specified name to get the +actual Lisp function name. + +See Info node `(calc)Defining Functions'. \(fn FUNC ARGS &rest BODY)" nil (quote macro)) @@ -2825,8 +2840,8 @@ See the documentation for `calculator-mode' for more information. ;;;*** -;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18520 -;;;;;; 10253)) +;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18557 +;;;;;; 18824)) ;;; Generated autoloads from calendar/calendar.el (autoload 'calendar "calendar" "\ @@ -2931,7 +2946,7 @@ Obsoletes `c-forward-into-nomenclature'. ;;;*** ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" -;;;;;; (18464 4597)) +;;;;;; (18524 55345)) ;;; Generated autoloads from progmodes/cc-engine.el (autoload 'c-guess-basic-syntax "cc-engine" "\ @@ -2943,7 +2958,7 @@ Return the syntactic context of the current line. ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" -;;;;;; (18490 37169)) +;;;;;; (18533 43995)) ;;; Generated autoloads from progmodes/cc-mode.el (autoload 'c-initialize-cc-mode "cc-mode" "\ @@ -3450,7 +3465,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. ;;;*** ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" -;;;;;; (18464 4597)) +;;;;;; (18542 54562)) ;;; Generated autoloads from progmodes/cfengine.el (autoload 'cfengine-mode "cfengine" "\ @@ -3465,7 +3480,7 @@ to the action header. ;;;*** ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" -;;;;;; "emacs-lisp/check-declare.el" (18511 43310)) +;;;;;; "emacs-lisp/check-declare.el" (18557 1414)) ;;; Generated autoloads from emacs-lisp/check-declare.el (autoload 'check-declare-file "check-declare" "\ @@ -3492,7 +3507,7 @@ described in the documentation of `declare-function'. ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" -;;;;;; (18496 17482)) +;;;;;; (18523 63554)) ;;; Generated autoloads from emacs-lisp/checkdoc.el (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp) @@ -3717,7 +3732,7 @@ Not documented ;;;*** ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) -;;;;;; "chistory" "chistory.el" (18464 4587)) +;;;;;; "chistory" "chistory.el" (18533 43994)) ;;; Generated autoloads from chistory.el (autoload 'repeat-matching-complex-command "chistory" "\ @@ -3756,7 +3771,7 @@ and runs the normal hook `command-history-hook'. ;;;*** -;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18472 7271)) +;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18546 29930)) ;;; Generated autoloads from emacs-lisp/cl.el (defvar custom-print-functions nil "\ @@ -3803,8 +3818,8 @@ For use inside Lisp programs, see also `c-macro-expansion'. ;;;*** -;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18464 -;;;;;; 4587)) +;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from cmuscheme.el (autoload 'run-scheme "cmuscheme" "\ @@ -3839,7 +3854,7 @@ Obsolete. All coding systems are set up initially. ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" -;;;;;; (18514 54189)) +;;;;;; (18537 29657)) ;;; Generated autoloads from comint.el (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ @@ -4135,7 +4150,7 @@ This is the value of `next-error-function' in Compilation buffers. ;;;*** ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" -;;;;;; (18464 4587)) +;;;;;; (18532 49467)) ;;; Generated autoloads from complete.el (defvar partial-completion-mode nil "\ @@ -4197,8 +4212,8 @@ Enable dynamic word-completion. ;;;*** ;;;### (autoloads (global-auto-composition-mode auto-composition-mode -;;;;;; encode-composition-rule) "composite" "composite.el" (18474 -;;;;;; 19273)) +;;;;;; encode-composition-rule) "composite" "composite.el" (18536 +;;;;;; 46512)) ;;; Generated autoloads from composite.el (autoload 'encode-composition-rule "composite" "\ @@ -4460,7 +4475,7 @@ Insert a copyright by $ORGANIZATION notice at cursor. ;;;*** ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) -;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18512 40701)) +;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18537 40678)) ;;; Generated autoloads from progmodes/cperl-mode.el (put 'cperl-indent-level 'safe-local-variable 'integerp) (put 'cperl-brace-offset 'safe-local-variable 'integerp) @@ -4736,8 +4751,8 @@ INHERIT-INPUT-METHOD. ;;;*** -;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18464 -;;;;;; 4602)) +;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from textmodes/css-mode.el (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode)) @@ -4749,7 +4764,7 @@ Major mode to edit Cascading Style Sheets. ;;;*** ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" -;;;;;; (18472 7273)) +;;;;;; (18542 54562)) ;;; Generated autoloads from emulation/cua-base.el (defvar cua-mode nil "\ @@ -4808,7 +4823,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. ;;;;;; customize-mode customize customize-save-variable customize-set-variable ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" -;;;;;; (18464 4587)) +;;;;;; (18556 62644)) ;;; Generated autoloads from cus-edit.el (defvar custom-browse-sort-alphabetically nil "\ @@ -5385,7 +5400,7 @@ There is some minimal font-lock support (see vars ;;;*** ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" -;;;;;; "emacs-lisp/debug.el" (18463 55075)) +;;;;;; "emacs-lisp/debug.el" (18525 34946)) ;;; Generated autoloads from emacs-lisp/debug.el (setq debugger 'debug) @@ -5564,7 +5579,7 @@ any selection. ;;;*** ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) -;;;;;; "derived" "emacs-lisp/derived.el" (18463 55075)) +;;;;;; "derived" "emacs-lisp/derived.el" (18525 26122)) ;;; Generated autoloads from emacs-lisp/derived.el (autoload 'define-derived-mode "derived" "\ @@ -5629,7 +5644,7 @@ the first time the mode is used. ;;;*** ;;;### (autoloads (describe-char describe-text-properties) "descr-text" -;;;;;; "descr-text.el" (18512 40701)) +;;;;;; "descr-text.el" (18536 46512)) ;;; Generated autoloads from descr-text.el (autoload 'describe-text-properties "descr-text" "\ @@ -5839,7 +5854,7 @@ Revert to the last loaded desktop. ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) -;;;;;; "deuglify" "gnus/deuglify.el" (18463 55076)) +;;;;;; "deuglify" "gnus/deuglify.el" (18542 54562)) ;;; Generated autoloads from gnus/deuglify.el (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ @@ -5872,7 +5887,7 @@ Deuglify broken Outlook (Express) articles and redisplay. ;;;*** ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" -;;;;;; "calendar/diary-lib.el" (18520 10254)) +;;;;;; "calendar/diary-lib.el" (18537 40850)) ;;; Generated autoloads from calendar/diary-lib.el (autoload 'diary "diary-lib" "\ @@ -5949,7 +5964,7 @@ With prefix arg, prompt for diff switches. ;;;*** ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" -;;;;;; (18491 27509)) +;;;;;; (18542 54562)) ;;; Generated autoloads from diff-mode.el (autoload 'diff-mode "diff-mode" "\ @@ -6186,7 +6201,7 @@ Keybindings: ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff -;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18464 4587)) +;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18542 54562)) ;;; Generated autoloads from dired-aux.el (autoload 'dired-diff "dired-aux" "\ @@ -6677,7 +6692,7 @@ redefine OBJECT if it is a symbol. ;;;;;; standard-display-g1 standard-display-ascii standard-display-default ;;;;;; standard-display-8bit describe-current-display-table describe-display-table ;;;;;; set-display-table-slot display-table-slot make-display-table) -;;;;;; "disp-table" "disp-table.el" (18464 4587)) +;;;;;; "disp-table" "disp-table.el" (18556 62644)) ;;; Generated autoloads from disp-table.el (autoload 'make-display-table "disp-table" "\ @@ -6855,7 +6870,7 @@ Locate SOA record and increment the serial field. ;;;*** ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode -;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18512 40701)) +;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18531 17133)) ;;; Generated autoloads from doc-view.el (autoload 'doc-view-mode-p "doc-view" "\ @@ -6934,7 +6949,7 @@ Play sounds in message buffers. ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" -;;;;;; "emacs-lisp/easy-mmode.el" (18463 55075)) +;;;;;; "emacs-lisp/easy-mmode.el" (18525 34946)) ;;; Generated autoloads from emacs-lisp/easy-mmode.el (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) @@ -7037,8 +7052,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). ;;;*** ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define -;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18494 -;;;;;; 34227)) +;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from emacs-lisp/easymenu.el (put 'easy-menu-define 'lisp-indent-function 'defun) @@ -7667,7 +7682,7 @@ Not documented ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" -;;;;;; "emacs-lisp/edebug.el" (18489 16303)) +;;;;;; "emacs-lisp/edebug.el" (18542 54562)) ;;; Generated autoloads from emacs-lisp/edebug.el (defvar edebug-all-defs nil "\ @@ -8541,7 +8556,7 @@ Insert selected KEYS after the point. ;;;*** ;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify -;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (18464 4588)) +;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (18542 54562)) ;;; Generated autoloads from epa-dired.el (autoload 'epa-dired-do-decrypt "epa-dired" "\ @@ -8941,7 +8956,7 @@ Look at CONFIG and try to expand GROUP. ;;;*** ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" -;;;;;; "erc/erc.el" (18505 63071)) +;;;;;; "erc/erc.el" (18522 13616)) ;;; Generated autoloads from erc/erc.el (autoload 'erc-select-read-args "erc" "\ @@ -8990,13 +9005,13 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. ;;;*** -;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18463 55076)) +;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18542 54562)) ;;; Generated autoloads from erc/erc-button.el (autoload 'erc-button-mode "erc-button" nil t) ;;;*** -;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18463 55076)) +;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18532 21500)) ;;; Generated autoloads from erc/erc-capab.el (autoload 'erc-capab-identify-mode "erc-capab" nil t) @@ -9329,7 +9344,7 @@ Not documented ;;;*** ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) -;;;;;; "erc-services" "erc/erc-services.el" (18463 55076)) +;;;;;; "erc-services" "erc/erc-services.el" (18522 13615)) ;;; Generated autoloads from erc/erc-services.el (autoload 'erc-services-mode "erc-services" nil t) @@ -9401,7 +9416,7 @@ module, otherwise the keybindings will not do anything useful. ;;;*** ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) -;;;;;; "erc-truncate" "erc/erc-truncate.el" (18463 55076)) +;;;;;; "erc-truncate" "erc/erc-truncate.el" (18532 49472)) ;;; Generated autoloads from erc/erc-truncate.el (autoload 'erc-truncate-mode "erc-truncate" nil t) @@ -9432,8 +9447,8 @@ Add a file to `erc-xdcc-files'. ;;;*** -;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18483 -;;;;;; 24245)) +;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from eshell/esh-mode.el (autoload 'eshell-mode "esh-mode" "\ @@ -10168,7 +10183,7 @@ file modes. ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" -;;;;;; (18464 4588)) +;;;;;; (18537 16427)) ;;; Generated autoloads from expand.el (autoload 'expand-add-abbrevs "expand" "\ @@ -10212,12 +10227,12 @@ Move the cursor to the next slot in the last abbrev expansion. This is used only in conjunction with `expand-add-abbrevs'. \(fn)" t nil) - (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) - (define-key ctl-x-map "an" 'expand-jump-to-next-slot) + (define-key abbrev-map "p" 'expand-jump-to-previous-slot) + (define-key abbrev-map "n" 'expand-jump-to-next-slot) ;;;*** -;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18512 40736)) +;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18557 19089)) ;;; Generated autoloads from progmodes/f90.el (autoload 'f90-mode "f90" "\ @@ -10281,10 +10296,45 @@ with no args, if that value is non-nil. ;;;*** ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set -;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase) -;;;;;; "face-remap" "face-remap.el" (18519 64211)) +;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase +;;;;;; face-remap-set-base face-remap-reset-base face-remap-add-relative) +;;;;;; "face-remap" "face-remap.el" (18525 21991)) ;;; Generated autoloads from face-remap.el +(autoload 'face-remap-add-relative "face-remap" "\ +Add a face remapping entry of FACE to SPECS in the current buffer. + +Return a cookie which can be used to delete the remapping with +`face-remap-remove-relative'. + +SPECS can be any value suitable for the `face' text property, +including a face name, a list of face names, or a face-attribute +property list. The attributes given by SPECS will be merged with +any other currently active face remappings of FACE, and with the +global definition of FACE. An attempt is made to sort multiple +entries so that entries with relative face-attributes are applied +after entries with absolute face-attributes. + +The base (lowest priority) remapping may be set to a specific +value, instead of the default of the global face definition, +using `face-remap-set-base'. + +\(fn FACE &rest SPECS)" nil nil) + +(autoload 'face-remap-reset-base "face-remap" "\ +Set the base remapping of FACE to inherit from FACE's global definition. + +\(fn FACE)" nil nil) + +(autoload 'face-remap-set-base "face-remap" "\ +Set the base remapping of FACE in the current buffer to SPECS. +If SPECS is empty, the default base remapping is restored, which +inherits from the global definition of FACE; note that this is +different from SPECS containing a single value `nil', which does +not inherit from the global definition of FACE. + +\(fn FACE &rest SPECS)" nil nil) + (autoload 'text-scale-increase "face-remap" "\ Increase the height of the default face in the current buffer by INC steps. If the new height is other than the default, `text-scale-mode' is enabled. @@ -10341,24 +10391,30 @@ When enabled, the face specified by the variable \(fn &optional ARG)" t nil) (autoload 'buffer-face-set "face-remap" "\ -Enable `buffer-face-mode', using the face FACE. -If FACE is nil, then `buffer-face-mode' is disabled. This -function will make the variable `buffer-face-mode-face' buffer -local, and set it to FACE. +Enable `buffer-face-mode', using face specs SPECS. +SPECS can be any value suitable for the `face' text property, +including a face name, a list of face names, or a face-attribute +If SPECS is nil, then `buffer-face-mode' is disabled. -\(fn FACE)" t nil) +This function will make the variable `buffer-face-mode-face' +buffer local, and set it to FACE. + +\(fn &rest SPECS)" t nil) (autoload 'buffer-face-toggle "face-remap" "\ -Toggle `buffer-face-mode', using the face FACE. +Toggle `buffer-face-mode', using face specs SPECS. +SPECS can be any value suitable for the `face' text property, +including a face name, a list of face names, or a face-attribute If `buffer-face-mode' is already enabled, and is currently using -the face FACE, then it is disabled; if buffer-face-mode is +the face specs SPECS, then it is disabled; if buffer-face-mode is disabled, or is enabled and currently displaying some other face, -then is left enabled, but the face changed to FACE. This -function will make the variable `buffer-face-mode-face' buffer -local, and set it to FACE. +then is left enabled, but the face changed to reflect SPECS. -\(fn FACE)" t nil) +This function will make the variable `buffer-face-mode-face' +buffer local, and set it to SPECS. + +\(fn &rest SPECS)" t nil) (autoload 'variable-pitch-mode "face-remap" "\ Variable-pitch default-face mode. @@ -10540,8 +10596,8 @@ the name is considered already unique; only the second substitution ;;;*** -;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18464 -;;;;;; 4590)) +;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18532 +;;;;;; 49467)) ;;; Generated autoloads from filesets.el (autoload 'filesets-init "filesets" "\ @@ -10572,7 +10628,7 @@ result is a string that should be ready for the command line. ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-name-arg ;;;;;; find-grep-options find-ls-subdir-switches find-ls-option) -;;;;;; "find-dired" "find-dired.el" (18464 4590)) +;;;;;; "find-dired" "find-dired.el" (18535 25651)) ;;; Generated autoloads from find-dired.el (defvar find-ls-option (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld")) "\ @@ -10909,7 +10965,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP. ;;;*** ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) -;;;;;; "finder" "finder.el" (18509 61532)) +;;;;;; "finder" "finder.el" (18525 22690)) ;;; Generated autoloads from finder.el (autoload 'finder-list-keywords "finder" "\ @@ -10931,7 +10987,7 @@ Find packages matching a given keyword. ;;;*** ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" -;;;;;; "flow-ctrl.el" (18464 4590)) +;;;;;; "flow-ctrl.el" (18542 54562)) ;;; Generated autoloads from flow-ctrl.el (autoload 'enable-flow-control "flow-ctrl" "\ @@ -10953,7 +11009,7 @@ to get the effect of a C-q. ;;;*** ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" -;;;;;; (18463 55076)) +;;;;;; (18542 54562)) ;;; Generated autoloads from gnus/flow-fill.el (autoload 'fill-flowed-encode "flow-fill" "\ @@ -10993,7 +11049,7 @@ Turn flymake mode off. ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) -;;;;;; "flyspell" "textmodes/flyspell.el" (18514 54190)) +;;;;;; "flyspell" "textmodes/flyspell.el" (18542 54562)) ;;; Generated autoloads from textmodes/flyspell.el (autoload 'flyspell-prog-mode "flyspell" "\ @@ -11323,7 +11379,7 @@ and choose the directory as the fortune-file. ;;;*** ;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" -;;;;;; (18520 21843)) +;;;;;; (18543 19762)) ;;; Generated autoloads from progmodes/gdb-ui.el (autoload 'gdb "gdb-ui" "\ @@ -11526,7 +11582,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. ;;;*** ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server -;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18511 17106)) +;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18538 57198)) ;;; Generated autoloads from gnus/gnus.el (when (fboundp 'custom-autoload) (custom-autoload 'gnus-select-method "gnus")) @@ -11670,7 +11726,7 @@ If CLEAN, obsolete (ignore). ;;;*** ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" -;;;;;; (18504 15105)) +;;;;;; (18555 10930)) ;;; Generated autoloads from gnus/gnus-art.el (autoload 'gnus-article-prepare-display "gnus-art" "\ @@ -11823,7 +11879,7 @@ Convenience method to turn on gnus-dired-mode. ;;;*** ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" -;;;;;; (18485 19249)) +;;;;;; (18542 54562)) ;;; Generated autoloads from gnus/gnus-draft.el (autoload 'gnus-draft-reminder "gnus-draft" "\ @@ -12360,7 +12416,7 @@ Turn on `goto-address-mode', but only in comments and strings. ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command -;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18467 53782)) +;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18551 13872)) ;;; Generated autoloads from progmodes/grep.el (defvar grep-window-height nil "\ @@ -12505,7 +12561,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]. ;;;*** -;;;### (autoloads (gs-load-image) "gs" "gs.el" (18512 40701)) +;;;### (autoloads (gs-load-image) "gs" "gs.el" (18532 49467)) ;;; Generated autoloads from gs.el (autoload 'gs-load-image "gs" "\ @@ -12519,7 +12575,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. ;;;*** ;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb) -;;;;;; "gud" "progmodes/gud.el" (18512 40702)) +;;;;;; "gud" "progmodes/gud.el" (18543 19762)) ;;; Generated autoloads from progmodes/gud.el (autoload 'gud-gdb "gud" "\ @@ -12612,7 +12668,7 @@ Variables: handwrite-linespace (default 12) ;;;*** ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" -;;;;;; (18430 26747)) +;;;;;; (18542 54562)) ;;; Generated autoloads from play/hanoi.el (autoload 'hanoi "hanoi" "\ @@ -12641,7 +12697,7 @@ to be updated. ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) -;;;;;; "hashcash" "mail/hashcash.el" (18464 4595)) +;;;;;; "hashcash" "mail/hashcash.el" (18525 26122)) ;;; Generated autoloads from mail/hashcash.el (autoload 'hashcash-insert-payment "hashcash" "\ @@ -13092,7 +13148,7 @@ This discards the buffer's undo information. ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" -;;;;;; (18464 4590)) +;;;;;; (18537 16427)) ;;; Generated autoloads from hi-lock.el (autoload 'hi-lock-mode "hi-lock" "\ @@ -13170,7 +13226,8 @@ Set face of all lines containing a match of REGEXP to FACE. Interactively, prompt for REGEXP then FACE. Buffer-local history list maintained for regexps, global history maintained for faces. -\\Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item. +\\Use \\[previous-history-element] to retrieve previous history items, +and \\[next-history-element] to retrieve default values. \(See info node `Minibuffer History'.) \(fn REGEXP &optional FACE)" t nil) @@ -13182,7 +13239,8 @@ Set face of each match of REGEXP to FACE. Interactively, prompt for REGEXP then FACE. Buffer-local history list maintained for regexps, global history maintained for faces. -\\Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item. +\\Use \\[previous-history-element] to retrieve previous history items, +and \\[next-history-element] to retrieve default values. \(See info node `Minibuffer History'.) \(fn REGEXP &optional FACE)" t nil) @@ -13452,7 +13510,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode. ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" -;;;;;; "hippie-exp.el" (18464 4590)) +;;;;;; "hippie-exp.el" (18542 54562)) ;;; Generated autoloads from hippie-exp.el (defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ @@ -13525,7 +13583,7 @@ argument VERBOSE non-nil makes the function verbose. ;;;*** ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" -;;;;;; (18464 4590)) +;;;;;; (18542 54562)) ;;; Generated autoloads from hl-line.el (autoload 'hl-line-mode "hl-line" "\ @@ -13569,7 +13627,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" -;;;;;; "calendar/holidays.el" (18520 27527)) +;;;;;; "calendar/holidays.el" (18531 8965)) ;;; Generated autoloads from calendar/holidays.el (defvar holiday-general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving")) "\ @@ -13859,7 +13917,7 @@ Convert HTML to plain text in the current buffer. ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode -;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18475 38849)) +;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18533 43994)) ;;; Generated autoloads from ibuf-ext.el (autoload 'ibuffer-auto-mode "ibuf-ext" "\ @@ -14127,7 +14185,8 @@ a prefix argument reverses the meaning of that variable. \(fn NAME)" t nil) (autoload 'ibuffer-diff-with-file "ibuf-ext" "\ -View the differences between this buffer and its associated file. +View the differences between marked buffers and their associated files. +If no buffers are marked, use buffer at point. This requires the external program \"diff\" to be in your `exec-path'. \(fn)" t nil) @@ -14222,8 +14281,8 @@ defaults to one. ;;;*** ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter -;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18475 -;;;;;; 38849)) +;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from ibuf-macs.el (autoload 'define-ibuffer-column "ibuf-macs" "\ @@ -14312,7 +14371,7 @@ bound to the current value of the filter. ;;;*** ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) -;;;;;; "ibuffer" "ibuffer.el" (18475 38849)) +;;;;;; "ibuffer" "ibuffer.el" (18539 50011)) ;;; Generated autoloads from ibuffer.el (autoload 'ibuffer-list-buffers "ibuffer" "\ @@ -14353,7 +14412,7 @@ FORMATS is the value to use for `ibuffer-formats'. ;;;### (autoloads (icalendar-import-buffer icalendar-import-file ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" -;;;;;; "calendar/icalendar.el" (18487 32171)) +;;;;;; "calendar/icalendar.el" (18542 54562)) ;;; Generated autoloads from calendar/icalendar.el (autoload 'icalendar-export-file "icalendar" "\ @@ -14629,8 +14688,8 @@ The main features of this mode are ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window -;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18478 -;;;;;; 45999)) +;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18532 +;;;;;; 49467)) ;;; Generated autoloads from ido.el (defvar ido-mode nil "\ @@ -14923,7 +14982,7 @@ Toggle inline image minor mode. ;;;;;; insert-image put-image create-image image-type-auto-detected-p ;;;;;; image-type-available-p image-type image-type-from-file-name ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) -;;;;;; "image" "image.el" (18512 40701)) +;;;;;; "image" "image.el" (18542 54562)) ;;; Generated autoloads from image.el (autoload 'image-type-from-data "image" "\ @@ -15302,7 +15361,7 @@ Image files are those whose name has an extension in ;;;*** ;;;### (autoloads (image-bookmark-jump image-mode-maybe image-minor-mode -;;;;;; image-mode) "image-mode" "image-mode.el" (18512 40701)) +;;;;;; image-mode) "image-mode" "image-mode.el" (18531 17133)) ;;; Generated autoloads from image-mode.el (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) (push '("\\.png\\'" . image-mode) auto-mode-alist) @@ -15463,7 +15522,7 @@ for more information. ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) -;;;;;; "ind-util" "language/ind-util.el" (18464 4595)) +;;;;;; "ind-util" "language/ind-util.el" (18542 54562)) ;;; Generated autoloads from language/ind-util.el (autoload 'indian-compose-region "ind-util" "\ @@ -15495,7 +15554,7 @@ Convert old Emacs Devanagari characters to UCS. ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" -;;;;;; "progmodes/inf-lisp.el" (18464 4598)) +;;;;;; "progmodes/inf-lisp.el" (18542 54562)) ;;; Generated autoloads from progmodes/inf-lisp.el (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ @@ -15562,7 +15621,7 @@ of `inferior-lisp-program'). Runs the hooks from ;;;### (autoloads (Info-bookmark-jump Info-speedbar-browser Info-goto-emacs-key-command-node ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual -;;;;;; info info-other-window) "info" "info.el" (18517 53416)) +;;;;;; info info-other-window) "info" "info.el" (18556 62644)) ;;; Generated autoloads from info.el (autoload 'info-other-window "info" "\ @@ -15882,7 +15941,7 @@ With arg, turn isearch-buffers minor mode on if arg is positive, off otherwise. ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" -;;;;;; (18464 4594)) +;;;;;; (18542 54562)) ;;; Generated autoloads from international/isearch-x.el (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ @@ -16239,8 +16298,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to ;;;*** -;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18464 -;;;;;; 4591)) +;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from iswitchb.el (defvar iswitchb-mode nil "\ @@ -16471,7 +16530,7 @@ and the return value is the length of the conversion. ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" -;;;;;; "kmacro.el" (18464 4591)) +;;;;;; "kmacro.el" (18532 21500)) ;;; Generated autoloads from kmacro.el (global-set-key "\C-x(" 'kmacro-start-macro) (global-set-key "\C-x)" 'kmacro-end-macro) @@ -16665,7 +16724,7 @@ Not documented ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) -;;;;;; "latexenc" "international/latexenc.el" (18464 4594)) +;;;;;; "latexenc" "international/latexenc.el" (18542 54562)) ;;; Generated autoloads from international/latexenc.el (defvar latex-inputenc-coding-alist '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8)) "\ @@ -16754,7 +16813,7 @@ A major mode to edit GNU ld script files ;;;*** ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" -;;;;;; (18464 4591)) +;;;;;; (18542 54562)) ;;; Generated autoloads from ledit.el (defconst ledit-save-files t "\ @@ -17088,21 +17147,23 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") ;;;*** -;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (18463 -;;;;;; 52127)) +;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (18532 +;;;;;; 13871)) ;;; Generated autoloads from calendar/lunar.el -(autoload 'phases-of-moon "lunar" "\ +(autoload 'lunar-phases "lunar" "\ Display the quarters of the moon for last month, this month, and next month. If called with an optional prefix argument ARG, prompts for month and year. This function is suitable for execution in a .emacs file. \(fn &optional ARG)" t nil) +(define-obsolete-function-alias 'phases-of-moon 'lunar-phases "23.1") + ;;;*** -;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18464 -;;;;;; 4598)) +;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18542 +;;;;;; 54562)) ;;; Generated autoloads from progmodes/m4-mode.el (autoload 'm4-mode "m4-mode" "\ @@ -17333,8 +17394,8 @@ If 4th arg LIST is non-nil, return a list of all such fields. ;;;*** ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup -;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18464 -;;;;;; 4595)) +;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18532 +;;;;;; 49475)) ;;; Generated autoloads from mail/mailabbrev.el (defvar mail-abbrevs-mode nil "\ @@ -17561,7 +17622,7 @@ Previous contents of that buffer are killed first. ;;;*** -;;;### (autoloads (man-follow man) "man" "man.el" (18464 4591)) +;;;### (autoloads (man-follow man) "man" "man.el" (18532 49468)) ;;; Generated autoloads from man.el (defalias 'manual-entry 'man) @@ -17636,7 +17697,7 @@ Returns non-nil if the new state is enabled. ;;;*** -;;;### (autoloads nil "menu-bar" "menu-bar.el" (18513 62915)) +;;;### (autoloads nil "menu-bar" "menu-bar.el" (18549 58543)) ;;; Generated autoloads from menu-bar.el (put 'menu-bar-mode 'standard-value '(t)) @@ -17649,7 +17710,7 @@ Returns non-nil if the new state is enabled. ;;;;;; message-forward-make-body message-forward message-recover ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply ;;;;;; message-reply message-news message-mail message-mode) "message" -;;;;;; "gnus/message.el" (18511 17106)) +;;;;;; "gnus/message.el" (18550 37400)) ;;; Generated autoloads from gnus/message.el (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) @@ -17974,7 +18035,7 @@ delete the draft message. ;;;*** -;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18500 35546)) +;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18535 25653)) ;;; Generated autoloads from mh-e/mh-e.el (put 'mh-progs 'risky-local-variable t) @@ -18212,7 +18273,7 @@ Assume text has been decoded if DECODED is non-nil. ;;;*** ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" -;;;;;; (18511 17106)) +;;;;;; (18532 21500)) ;;; Generated autoloads from gnus/mml1991.el (autoload 'mml1991-encrypt "mml1991" "\ @@ -18317,8 +18378,56 @@ Convert morse coded text in region to ordinary ASCII text. ;;;*** -;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18512 -;;;;;; 40701)) +;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" +;;;;;; "mouse-drag.el" (18543 19759)) +;;; Generated autoloads from mouse-drag.el + +(autoload 'mouse-drag-throw "mouse-drag" "\ +\"Throw\" the page according to a mouse drag. + +A \"throw\" is scrolling the page at a speed relative to the distance +from the original mouse click to the current mouse location. Try it; +you'll like it. It's easier to observe than to explain. + +If the mouse is clicked and released in the same place of time we +assume that the user didn't want to scdebugroll but wanted to whatever +mouse-2 used to do, so we pass it through. + +Throw scrolling was inspired (but is not identical to) the \"hand\" +option in MacPaint, or the middle button in Tk text widgets. + +If `mouse-throw-with-scroll-bar' is non-nil, then this command scrolls +in the opposite direction. (Different people have different ideas +about which direction is natural. Perhaps it has to do with which +hemisphere you're in.) + +To test this function, evaluate: + (global-set-key [down-mouse-2] 'mouse-drag-throw) + +\(fn START-EVENT)" t nil) + +(autoload 'mouse-drag-drag "mouse-drag" "\ +\"Drag\" the page according to a mouse drag. + +Drag scrolling moves the page according to the movement of the mouse. +You \"grab\" the character under the mouse and move it around. + +If the mouse is clicked and released in the same place of time we +assume that the user didn't want to scroll but wanted to whatever +mouse-2 used to do, so we pass it through. + +Drag scrolling is identical to the \"hand\" option in MacPaint, or the +middle button in Tk text widgets. + +To test this function, evaluate: + (global-set-key [down-mouse-2] 'mouse-drag-drag) + +\(fn START-EVENT)" t nil) + +;;;*** + +;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18532 +;;;;;; 49468)) ;;; Generated autoloads from mouse-sel.el (defvar mouse-sel-mode nil "\ @@ -18693,7 +18802,7 @@ basis, this may not be accurate. ;;;*** ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" -;;;;;; (18512 40701)) +;;;;;; (18556 62644)) ;;; Generated autoloads from mwheel.el (defvar mouse-wheel-mode nil "\ @@ -19019,7 +19128,7 @@ unless optional argument SOFT is non-nil. ;;;*** ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" -;;;;;; "net/newst-backend.el" (18514 43229)) +;;;;;; "net/newst-backend.el" (18546 29640)) ;;; Generated autoloads from net/newst-backend.el (autoload 'newsticker-running-p "newst-backend" "\ @@ -19084,7 +19193,7 @@ running already. ;;;*** ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" -;;;;;; (18517 53417)) +;;;;;; (18525 21991)) ;;; Generated autoloads from net/newst-treeview.el (autoload 'newsticker-treeview "newst-treeview" "\ @@ -19095,7 +19204,7 @@ Start newsticker treeview. ;;;*** ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" -;;;;;; (18463 55077)) +;;;;;; (18542 54562)) ;;; Generated autoloads from gnus/nndiary.el (autoload 'nndiary-generate-nov-databases "nndiary" "\ @@ -19133,7 +19242,7 @@ This command does not work if you use short group names. ;;;*** ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" -;;;;;; (18463 55077)) +;;;;;; (18530 36110)) ;;; Generated autoloads from gnus/nnkiboze.el (autoload 'nnkiboze-generate-groups "nnkiboze" "\ @@ -19145,7 +19254,7 @@ Finds out what articles are to be part of the nnkiboze groups. ;;;*** ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" -;;;;;; (18511 17106)) +;;;;;; (18542 54562)) ;;; Generated autoloads from gnus/nnml.el (autoload 'nnml-generate-nov-databases "nnml" "\ @@ -19222,10 +19331,25 @@ closing requests for requests that are used in matched pairs. \(fn)" t nil) +;;;*** + +;;;### (autoloads (ns-grabenv) "ns-grabenv" "ns-grabenv.el" (18557 +;;;;;; 15190)) +;;; Generated autoloads from ns-grabenv.el + +(autoload 'ns-grabenv "ns-grabenv" "\ +Run a shell subprocess, and interpret its output as a series of environment +variables to insert into the emacs environment. The first optional argument +gives the path to the shell (defaults to the current setting of +shell-file-name). The remaining arguments are interpreted as a list of +commands for it to execute (defaults to \"printenv\"). + +\(fn &optional SHELL-PATH &optional STARTUP)" t nil) + ;;;*** ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" -;;;;;; (18464 4596)) +;;;;;; (18541 64432)) ;;; Generated autoloads from nxml/nxml-glyph.el (autoload 'nxml-glyph-display-string "nxml-glyph" "\ @@ -19237,8 +19361,8 @@ Return nil if the face cannot display a glyph for N. ;;;*** -;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (18518 -;;;;;; 42900)) +;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (18541 +;;;;;; 64432)) ;;; Generated autoloads from nxml/nxml-mode.el (autoload 'nxml-mode "nxml-mode" "\ @@ -19246,7 +19370,7 @@ Major mode for editing XML. \\[nxml-finish-element] finishes the current element by inserting an end-tag. C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag -leaving point between the start-tag and end-tag. +leaving point between the start-tag and end-tag. \\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements: the start-tag, point, and end-tag are all left on separate lines. If `nxml-slash-auto-complete-flag' is non-nil, then inserting a `