comparison lisp/loaddefs.el @ 26724:8dbcefccbde4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 06 Dec 1999 13:37:29 +0000
parents cac2b0da7b3a
children 5d1bf698efc8
comparison
equal deleted inserted replaced
26723:b4f7c98850f0 26724:8dbcefccbde4
99 should return a grid vector array that is the new solution." t nil) 99 should return a grid vector array that is the new solution." t nil)
100 100
101 ;;;*** 101 ;;;***
102 102
103 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 103 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
104 ;;;;;; (14332 44838)) 104 ;;;;;; (14360 11474))
105 ;;; Generated autoloads from progmodes/ada-mode.el 105 ;;; Generated autoloads from progmodes/ada-mode.el
106 106
107 (autoload (quote ada-add-extensions) "ada-mode" "\ 107 (autoload (quote ada-add-extensions) "ada-mode" "\
108 Add a new set of extensions to the ones recognized by ada-mode. 108 Define SPEC and BODY as being valid extensions for Ada files.
109 The addition is done so that `goto-other-file' works as expected" nil nil) 109 Going from body to spec with `ff-find-other-file' used these
110 extensions.
111 SPEC and BODY are two regular expressions that must match against the file
112 name" nil nil)
110 113
111 (autoload (quote ada-mode) "ada-mode" "\ 114 (autoload (quote ada-mode) "ada-mode" "\
112 Ada mode is the major mode for editing Ada code. 115 Ada mode is the major mode for editing Ada code.
113 116
114 Bindings are as follows: (Note: 'LFD' is control-j.) 117 Bindings are as follows: (Note: 'LFD' is control-j.)
152 Complete identifier: '\\[ada-complete-identifier]'" t nil) 155 Complete identifier: '\\[ada-complete-identifier]'" t nil)
153 156
154 ;;;*** 157 ;;;***
155 158
156 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 159 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
157 ;;;;;; (14344 1074)) 160 ;;;;;; (14360 11651))
158 ;;; Generated autoloads from progmodes/ada-stmt.el 161 ;;; Generated autoloads from progmodes/ada-stmt.el
159 162
160 (autoload (quote ada-header) "ada-stmt" "\ 163 (autoload (quote ada-header) "ada-stmt" "\
161 Insert a descriptive header at the top of the file." t nil) 164 Insert a descriptive header at the top of the file." t nil)
162 165
163 ;;;*** 166 ;;;***
164 167
165 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window 168 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window
166 ;;;;;; add-change-log-entry find-change-log prompt-for-change-log-name 169 ;;;;;; add-change-log-entry find-change-log prompt-for-change-log-name
167 ;;;;;; add-log-mailing-address add-log-full-name) "add-log" "add-log.el" 170 ;;;;;; add-log-mailing-address add-log-full-name) "add-log" "add-log.el"
168 ;;;;;; (14263 33398)) 171 ;;;;;; (14410 18533))
169 ;;; Generated autoloads from add-log.el 172 ;;; Generated autoloads from add-log.el
170 173
171 (defvar add-log-full-name nil "\ 174 (defvar add-log-full-name nil "\
172 *Full name of user, for inclusion in ChangeLog daily headers. 175 *Full name of user, for inclusion in ChangeLog daily headers.
173 This defaults to the value returned by the `user-full-name' function.") 176 This defaults to the value returned by the `user-full-name' function.")
248 Has a preference of looking backwards." nil nil) 251 Has a preference of looking backwards." nil nil)
249 252
250 ;;;*** 253 ;;;***
251 254
252 ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 255 ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
253 ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (14260 256 ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (14410
254 ;;;;;; 59541)) 257 ;;;;;; 19111))
255 ;;; Generated autoloads from emacs-lisp/advice.el 258 ;;; Generated autoloads from emacs-lisp/advice.el
256 259
257 (defvar ad-redefinition-action (quote warn) "\ 260 (defvar ad-redefinition-action (quote warn) "\
258 *Defines what to do with redefinitions during Advice de/activation. 261 *Defines what to do with redefinitions during Advice de/activation.
259 Redefinition occurs if a previously activated function that already has an 262 Redefinition occurs if a previously activated function that already has an
268 (defvar ad-default-compilation-action (quote maybe) "\ 271 (defvar ad-default-compilation-action (quote maybe) "\
269 *Defines whether to compile advised definitions during activation. 272 *Defines whether to compile advised definitions during activation.
270 A value of `always' will result in unconditional compilation, `never' will 273 A value of `always' will result in unconditional compilation, `never' will
271 always avoid compilation, `maybe' will compile if the byte-compiler is already 274 always avoid compilation, `maybe' will compile if the byte-compiler is already
272 loaded, and `like-original' will compile if the original definition of the 275 loaded, and `like-original' will compile if the original definition of the
273 advised function is compiled or a built-in function. Every other value will 276 advised function is compiled or a built-in function. Every other value will
274 be interpreted as `maybe'. This variable will only be considered if the 277 be interpreted as `maybe'. This variable will only be considered if the
275 COMPILE argument of `ad-activate' was supplied as nil.") 278 COMPILE argument of `ad-activate' was supplied as nil.")
276 279
277 (autoload (quote ad-add-advice) "advice" "\ 280 (autoload (quote ad-add-advice) "advice" "\
278 Adds a piece of ADVICE to FUNCTION's list of advices in CLASS. 281 Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
279 If FUNCTION already has one or more pieces of advice of the specified 282 If FUNCTION already has one or more pieces of advice of the specified
280 CLASS then POSITION determines where the new piece will go. The value 283 CLASS then POSITION determines where the new piece will go. The value
281 of POSITION can either be `first', `last' or a number where 0 corresponds 284 of POSITION can either be `first', `last' or a number where 0 corresponds
282 to `first'. Numbers outside the range will be mapped to the closest 285 to `first'. Numbers outside the range will be mapped to the closest
283 extreme position. If there was already a piece of ADVICE with the same 286 extreme position. If there was already a piece of ADVICE with the same
284 name, then the position argument will be ignored and the old advice 287 name, then the position argument will be ignored and the old advice
285 will be overwritten with the new one. 288 will be overwritten with the new one.
286 If the FUNCTION was not advised already, then its advice info will be 289 If the FUNCTION was not advised already, then its advice info will be
287 initialized. Redefining a piece of advice whose name is part of the cache-id 290 initialized. Redefining a piece of advice whose name is part of the cache-id
288 will clear the cache." nil nil) 291 will clear the cache." nil nil)
289 292
290 (autoload (quote defadvice) "advice" "\ 293 (autoload (quote defadvice) "advice" "\
291 Defines a piece of advice for FUNCTION (a symbol). 294 Define a piece of advice for FUNCTION (a symbol).
292 The syntax of `defadvice' is as follows: 295 The syntax of `defadvice' is as follows:
293 296
294 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) 297 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
295 [DOCSTRING] [INTERACTIVE-FORM] 298 [DOCSTRING] [INTERACTIVE-FORM]
296 BODY... ) 299 BODY... )
319 FUNCTION has been properly defined prior to this application of `defadvice'. 322 FUNCTION has been properly defined prior to this application of `defadvice'.
320 323
321 `compile': In conjunction with `activate' specifies that the resulting 324 `compile': In conjunction with `activate' specifies that the resulting
322 advised function should be compiled. 325 advised function should be compiled.
323 326
324 `disable': The defined advice will be disabled, hence, it will not be used 327 `disable': The defined advice will be disabled, hence, it will not be used
325 during activation until somebody enables it. 328 during activation until somebody enables it.
326 329
327 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile 330 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
328 time. This generates a compiled advised definition according to the current 331 time. This generates a compiled advised definition according to the current
329 advice state that will be used during activation if appropriate. Only use 332 advice state that will be used during activation if appropriate. Only use
334 Frozen advices cannot be undone, they behave like a hard redefinition of 337 Frozen advices cannot be undone, they behave like a hard redefinition of
335 the advised function. `freeze' implies `activate' and `preactivate'. The 338 the advised function. `freeze' implies `activate' and `preactivate'. The
336 documentation of the advised function can be dumped onto the `DOC' file 339 documentation of the advised function can be dumped onto the `DOC' file
337 during preloading. 340 during preloading.
338 341
339 Look at the file `advice.el' for comprehensive documentation." nil (quote macro)) 342 See Info node `(elisp)Advising Functions' for comprehensive documentation." nil (quote macro))
340 343
341 ;;;*** 344 ;;;***
342 345
343 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 346 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
344 ;;;;;; "ange-ftp.el" (14344 981)) 347 ;;;;;; "ange-ftp.el" (14367 2123))
345 ;;; Generated autoloads from ange-ftp.el 348 ;;; Generated autoloads from ange-ftp.el
346 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 349 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
347 350
348 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ 351 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\
349 Reread remote directory DIR to update the directory cache. 352 Reread remote directory DIR to update the directory cache.
358 361
359 (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist))) 362 (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist)))
360 363
361 ;;;*** 364 ;;;***
362 365
366 ;;;### (autoloads (antlr-set-tabs antlr-mode) "antlr-mode" "progmodes/antlr-mode.el"
367 ;;;;;; (14393 24267))
368 ;;; Generated autoloads from progmodes/antlr-mode.el
369
370 (autoload (quote antlr-mode) "antlr-mode" "\
371 Major mode for editing ANTLR grammar files.
372 \\{antlr-mode-map}" t nil)
373
374 (autoload (quote antlr-set-tabs) "antlr-mode" "\
375 Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
376 Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
377
378 ;;;***
379
363 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 380 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
364 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 381 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
365 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 382 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
366 ;;;;;; "appt" "calendar/appt.el" (14063 14999)) 383 ;;;;;; "appt" "calendar/appt.el" (14406 9222))
367 ;;; Generated autoloads from calendar/appt.el 384 ;;; Generated autoloads from calendar/appt.el
368 385
369 (defvar appt-issue-message t "\ 386 (defvar appt-issue-message t "\
370 *Non-nil means check for appointments in the diary buffer. 387 *Non-nil means check for appointments in the diary buffer.
371 To be detected, the diary entry must have the time 388 To be detected, the diary entry must have the time
403 (autoload (quote appt-make-list) "appt" nil nil nil) 420 (autoload (quote appt-make-list) "appt" nil nil nil)
404 421
405 ;;;*** 422 ;;;***
406 423
407 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 424 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
408 ;;;;;; apropos-variable) "apropos" "apropos.el" (14306 39373)) 425 ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14411
426 ;;;;;; 43647))
409 ;;; Generated autoloads from apropos.el 427 ;;; Generated autoloads from apropos.el
428
429 (autoload (quote apropos-mode) "apropos" "\
430 Major mode for following hyperlinks in output of apropos commands.
431
432 \\{apropos-mode-map}" t nil)
410 433
411 (autoload (quote apropos-variable) "apropos" "\ 434 (autoload (quote apropos-variable) "apropos" "\
412 Show user variables that match REGEXP. 435 Show user variables that match REGEXP.
413 With optional prefix ARG or if `apropos-do-all' is non-nil, also show 436 With optional prefix ARG or if `apropos-do-all' is non-nil, also show
414 normal variables." t nil) 437 normal variables." t nil)
570 This command is obsolete." t nil) 593 This command is obsolete." t nil)
571 594
572 ;;;*** 595 ;;;***
573 596
574 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 597 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
575 ;;;;;; "autoinsert" "autoinsert.el" (14118 1767)) 598 ;;;;;; "autoinsert" "autoinsert.el" (14410 18534))
576 ;;; Generated autoloads from autoinsert.el 599 ;;; Generated autoloads from autoinsert.el
577 600
578 (autoload (quote auto-insert) "autoinsert" "\ 601 (autoload (quote auto-insert) "autoinsert" "\
579 Insert default contents into a new file if `auto-insert' is non-nil. 602 Insert default contents into a new file if `auto-insert' is non-nil.
580 Matches the visited file name against the elements of `auto-insert-alist'." t nil) 603 Matches the visited file name against the elements of `auto-insert-alist'." t nil)
583 Associate CONDITION with (additional) ACTION in `auto-insert-alist'. 606 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
584 Optional AFTER means to insert action after all existing actions for CONDITION, 607 Optional AFTER means to insert action after all existing actions for CONDITION,
585 or if CONDITION had no actions, after all other CONDITIONs." nil nil) 608 or if CONDITION had no actions, after all other CONDITIONs." nil nil)
586 609
587 (autoload (quote auto-insert-mode) "autoinsert" "\ 610 (autoload (quote auto-insert-mode) "autoinsert" "\
588 Toggle auto-insert mode. 611 Toggle Auto-insert mode.
589 With prefix ARG, turn auto-insert mode on if and only if ARG is positive. 612 With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.
590 Returns the new status of auto-insert mode (non-nil means on). 613 Returns the new status of Auto-insert mode (non-nil means on).
591 614
592 When auto-insert mode is enabled, when new files are created you can 615 When Auto-insert mode is enabled, when new files are created you can
593 insert a template for the file depending on the mode of the buffer." t nil) 616 insert a template for the file depending on the mode of the buffer." t nil)
594 617
595 ;;;*** 618 ;;;***
596 619
597 ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 620 ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
598 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 621 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
599 ;;;;;; (14288 24683)) 622 ;;;;;; (14398 37513))
600 ;;; Generated autoloads from emacs-lisp/autoload.el 623 ;;; Generated autoloads from emacs-lisp/autoload.el
601 624
602 (autoload (quote update-file-autoloads) "autoload" "\ 625 (autoload (quote update-file-autoloads) "autoload" "\
603 Update the autoloads for FILE in `generated-autoload-file' 626 Update the autoloads for FILE in `generated-autoload-file'
604 \(which FILE might bind in its local variables)." t nil) 627 \(which FILE might bind in its local variables)." t nil)
612 Calls `update-autoloads-from-directories' on the command line arguments." nil nil) 635 Calls `update-autoloads-from-directories' on the command line arguments." nil nil)
613 636
614 ;;;*** 637 ;;;***
615 638
616 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode 639 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
617 ;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (14256 9423)) 640 ;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (14405 18903))
618 ;;; Generated autoloads from autorevert.el 641 ;;; Generated autoloads from autorevert.el
619 642
620 (defvar auto-revert-mode nil "\ 643 (defvar auto-revert-mode nil "\
621 *Non-nil when Auto-Revert Mode is active. 644 *Non-nil when Auto-Revert Mode is active.
622 645
730 The mode line will be updated automatically every `battery-update-interval' 753 The mode line will be updated automatically every `battery-update-interval'
731 seconds." t nil) 754 seconds." t nil)
732 755
733 ;;;*** 756 ;;;***
734 757
735 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14281 758 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14397
736 ;;;;;; 42004)) 759 ;;;;;; 43573))
737 ;;; Generated autoloads from textmodes/bibtex.el 760 ;;; Generated autoloads from textmodes/bibtex.el
738 761
739 (autoload (quote bibtex-mode) "bibtex" "\ 762 (autoload (quote bibtex-mode) "bibtex" "\
740 Major mode for editing BibTeX files. 763 Major mode for editing BibTeX files.
741 764
808 bibtex-reposition-window 831 bibtex-reposition-window
809 bibtex-mark-entry 832 bibtex-mark-entry
810 bibtex-ispell-abstract 833 bibtex-ispell-abstract
811 bibtex-ispell-entry 834 bibtex-ispell-entry
812 bibtex-narrow-to-entry 835 bibtex-narrow-to-entry
813 bibtex-hide-entry-bodies
814 bibtex-sort-buffer 836 bibtex-sort-buffer
815 bibtex-validate 837 bibtex-validate
816 bibtex-count 838 bibtex-count
817 bibtex-fill-entry 839 bibtex-fill-entry
818 bibtex-reformat 840 bibtex-reformat
1219 ;;;;;; browse-url-mosaic browse-url-netscape browse-url-at-mouse 1241 ;;;;;; browse-url-mosaic browse-url-netscape browse-url-at-mouse
1220 ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file 1242 ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file
1221 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1243 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1222 ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p 1244 ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p
1223 ;;;;;; browse-url-browser-function) "browse-url" "browse-url.el" 1245 ;;;;;; browse-url-browser-function) "browse-url" "browse-url.el"
1224 ;;;;;; (14344 983)) 1246 ;;;;;; (14345 52902))
1225 ;;; Generated autoloads from browse-url.el 1247 ;;; Generated autoloads from browse-url.el
1226 1248
1227 (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ 1249 (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
1228 *Function to display the current buffer in a WWW browser. 1250 *Function to display the current buffer in a WWW browser.
1229 This is used by the `browse-url-at-point', `browse-url-at-mouse', and 1251 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
1521 ;;;;;; islamic-diary-entry-symbol hebrew-diary-entry-symbol diary-nonmarking-symbol 1543 ;;;;;; islamic-diary-entry-symbol hebrew-diary-entry-symbol diary-nonmarking-symbol
1522 ;;;;;; diary-file calendar-move-hook today-invisible-calendar-hook 1544 ;;;;;; diary-file calendar-move-hook today-invisible-calendar-hook
1523 ;;;;;; today-visible-calendar-hook initial-calendar-window-hook 1545 ;;;;;; today-visible-calendar-hook initial-calendar-window-hook
1524 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays 1546 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays
1525 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially 1547 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially
1526 ;;;;;; mark-diary-entries-in-calendar number-of-diary-entries view-diary-entries-initially 1548 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
1527 ;;;;;; calendar-offset calendar-week-start-day) "calendar" "calendar/calendar.el" 1549 ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
1528 ;;;;;; (14279 65171)) 1550 ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
1551 ;;;;;; (14393 15349))
1529 ;;; Generated autoloads from calendar/calendar.el 1552 ;;; Generated autoloads from calendar/calendar.el
1530 1553
1531 (defvar calendar-week-start-day 0 "\ 1554 (defvar calendar-week-start-day 0 "\
1532 *The day of the week on which a week in the calendar begins. 1555 *The day of the week on which a week in the calendar begins.
1533 0 means Sunday (default), 1 means Monday, and so on.") 1556 0 means Sunday (default), 1 means Monday, and so on.")
1563 number of days of diary entries displayed.") 1586 number of days of diary entries displayed.")
1564 1587
1565 (defvar mark-diary-entries-in-calendar nil "\ 1588 (defvar mark-diary-entries-in-calendar nil "\
1566 *Non-nil means mark dates with diary entries, in the calendar window. 1589 *Non-nil means mark dates with diary entries, in the calendar window.
1567 The marking symbol is specified by the variable `diary-entry-marker'.") 1590 The marking symbol is specified by the variable `diary-entry-marker'.")
1591
1592 (defvar calendar-remove-frame-by-deleting nil "\
1593 *Determine how the calendar mode removes a frame no longer needed.
1594 If nil, make an icon of the frame. If non-nil, delete the frame.")
1568 1595
1569 (defvar view-calendar-holidays-initially nil "\ 1596 (defvar view-calendar-holidays-initially nil "\
1570 *Non-nil means display holidays for current three month period on entry. 1597 *Non-nil means display holidays for current three month period on entry.
1571 The holidays are displayed in another window when the calendar is first 1598 The holidays are displayed in another window when the calendar is first
1572 displayed.") 1599 displayed.")
1634 functions that move by days and weeks.") 1661 functions that move by days and weeks.")
1635 1662
1636 (defvar calendar-move-hook nil "\ 1663 (defvar calendar-move-hook nil "\
1637 *List of functions called whenever the cursor moves in the calendar. 1664 *List of functions called whenever the cursor moves in the calendar.
1638 1665
1639 For example, 1666 For example,
1640 1667
1641 (add-hook 'calendar-move-hook (lambda () (view-diary-entries 1))) 1668 (add-hook 'calendar-move-hook (lambda () (view-diary-entries 1)))
1642 1669
1643 redisplays the diary for whatever date the cursor is moved to.") 1670 redisplays the diary for whatever date the cursor is moved to.")
1644 1671
2412 a future Emacs interpreter will be able to use it.") 2439 a future Emacs interpreter will be able to use it.")
2413 2440
2414 ;;;*** 2441 ;;;***
2415 2442
2416 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 2443 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
2417 ;;;;;; (14347 61984)) 2444 ;;;;;; (14344 26578))
2418 ;;; Generated autoloads from emacs-lisp/cl-indent.el 2445 ;;; Generated autoloads from emacs-lisp/cl-indent.el
2419 2446
2420 (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 2447 (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
2421 2448
2422 ;;;*** 2449 ;;;***
2423 2450
2424 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 2451 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
2425 ;;;;;; (14344 1077)) 2452 ;;;;;; (14368 26241))
2426 ;;; Generated autoloads from progmodes/cmacexp.el 2453 ;;; Generated autoloads from progmodes/cmacexp.el
2427 2454
2428 (autoload (quote c-macro-expand) "cmacexp" "\ 2455 (autoload (quote c-macro-expand) "cmacexp" "\
2429 Expand C macros in the region, using the C preprocessor. 2456 Expand C macros in the region, using the C preprocessor.
2430 Normally display output in temp buffer, but 2457 Normally display output in temp buffer, but
2498 characters used by the IBM codepages, typically in conjunction with files 2525 characters used by the IBM codepages, typically in conjunction with files
2499 read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) 2526 read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
2500 2527
2501 ;;;*** 2528 ;;;***
2502 2529
2503 ;;;### (autoloads (comint-run make-comint) "comint" "comint.el" (14281 2530 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
2504 ;;;;;; 40514)) 2531 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
2532 ;;;;;; comint-run make-comint) "comint" "comint.el" (14410 18534))
2505 ;;; Generated autoloads from comint.el 2533 ;;; Generated autoloads from comint.el
2506 2534
2507 (autoload (quote make-comint) "comint" "\ 2535 (autoload (quote make-comint) "comint" "\
2508 Make a comint process NAME in a buffer, running PROGRAM. 2536 Make a comint process NAME in a buffer, running PROGRAM.
2509 The name of the buffer is made by surrounding NAME with `*'s. 2537 The name of the buffer is made by surrounding NAME with `*'s.
2520 The buffer name is made by surrounding the file name of PROGRAM with `*'s. 2548 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
2521 The file name is used to make a symbol name, such as `comint-sh-hook', and any 2549 The file name is used to make a symbol name, such as `comint-sh-hook', and any
2522 hooks on this symbol are run in the buffer. 2550 hooks on this symbol are run in the buffer.
2523 See `make-comint' and `comint-exec'." t nil) 2551 See `make-comint' and `comint-exec'." t nil)
2524 2552
2553 (autoload (quote comint-redirect-send-command) "comint" "\
2554 Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
2555 With prefix arg, echo output in process buffer.
2556
2557 If NO-DISPLAY is non-nil, do not show the output buffer." t nil)
2558
2559 (autoload (quote comint-redirect-send-command-to-process) "comint" "\
2560 Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
2561 With prefix arg, echo output in process buffer.
2562
2563 If NO-DISPLAY is non-nil, do not show the output buffer." t nil)
2564
2565 (autoload (quote comint-redirect-results-list) "comint" "\
2566 Send COMMAND to current process.
2567 Return a list of expressions in the output which match REGEXP.
2568 REGEXP-GROUP is the regular expression group in REGEXP to use." t nil)
2569
2570 (autoload (quote comint-redirect-results-list-from-process) "comint" "\
2571 Send COMMAND to PROCESS.
2572 Return a list of expressions in the output which match REGEXP.
2573 REGEXP-GROUP is the regular expression group in REGEXP to use." t nil)
2574
2525 ;;;*** 2575 ;;;***
2526 2576
2527 ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (14220 2577 ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (14220
2528 ;;;;;; 18289)) 2578 ;;;;;; 18289))
2529 ;;; Generated autoloads from compare-w.el 2579 ;;; Generated autoloads from compare-w.el
2546 ;;;*** 2596 ;;;***
2547 2597
2548 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 2598 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
2549 ;;;;;; compilation-mode grep-find grep compile compilation-search-path 2599 ;;;;;; compilation-mode grep-find grep compile compilation-search-path
2550 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 2600 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
2551 ;;;;;; "compile" "progmodes/compile.el" (14296 5506)) 2601 ;;;;;; "compile" "progmodes/compile.el" (14388 8360))
2552 ;;; Generated autoloads from progmodes/compile.el 2602 ;;; Generated autoloads from progmodes/compile.el
2553 2603
2554 (defvar compilation-mode-hook nil "\ 2604 (defvar compilation-mode-hook nil "\
2555 *List of hook functions run by `compilation-mode' (see `run-hooks').") 2605 *List of hook functions run by `compilation-mode' (see `run-hooks').")
2556 2606
2578 Functions to call when a compilation process finishes. 2628 Functions to call when a compilation process finishes.
2579 Each function is called with two arguments: the compilation buffer, 2629 Each function is called with two arguments: the compilation buffer,
2580 and a string describing how the process finished.") 2630 and a string describing how the process finished.")
2581 2631
2582 (defvar compilation-ask-about-save t "\ 2632 (defvar compilation-ask-about-save t "\
2583 *If not nil, M-x compile asks which buffers to save before compiling. 2633 *Non-nil means \\[compile] asks which buffers to save before compiling.
2584 Otherwise, it saves all modified buffers without asking.") 2634 Otherwise, it saves all modified buffers without asking.")
2585 2635
2586 (defvar compilation-search-path (quote (nil)) "\ 2636 (defvar compilation-search-path (quote (nil)) "\
2587 *List of directories to search for source files named in error messages. 2637 *List of directories to search for source files named in error messages.
2588 Elements should be directory names, not file names of directories. 2638 Elements should be directory names, not file names of directories.
2620 tag the cursor is over, substituting it into the last grep command 2670 tag the cursor is over, substituting it into the last grep command
2621 in the grep command history (or into `grep-command' 2671 in the grep command history (or into `grep-command'
2622 if that history list is empty)." t nil) 2672 if that history list is empty)." t nil)
2623 2673
2624 (autoload (quote grep-find) "compile" "\ 2674 (autoload (quote grep-find) "compile" "\
2625 Run grep via find, with user-specified args, and collect output in a buffer. 2675 Run grep via find, with user-specified args COMMAND-ARGS.
2676 Collect output in a buffer.
2626 While find runs asynchronously, you can use the \\[next-error] command 2677 While find runs asynchronously, you can use the \\[next-error] command
2627 to find the text that grep hits refer to. 2678 to find the text that grep hits refer to.
2628 2679
2629 This command uses a special history list for its arguments, so you can 2680 This command uses a special history list for its arguments, so you can
2630 easily repeat a find command." t nil) 2681 easily repeat a find command." t nil)
2676 (define-key ctl-x-map "`" 'next-error) 2727 (define-key ctl-x-map "`" 'next-error)
2677 2728
2678 ;;;*** 2729 ;;;***
2679 2730
2680 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 2731 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
2681 ;;;;;; (14254 38847)) 2732 ;;;;;; (14393 17619))
2682 ;;; Generated autoloads from complete.el 2733 ;;; Generated autoloads from complete.el
2683 2734
2684 (autoload (quote partial-completion-mode) "complete" "\ 2735 (autoload (quote partial-completion-mode) "complete" "\
2685 Toggle Partial Completion mode. 2736 Toggle Partial Completion mode.
2686 With prefix ARG, turn Partial Completion mode on if ARG is positive. 2737 With prefix ARG, turn Partial Completion mode on if ARG is positive.
2748 Insert a copyright by $ORGANIZATION notice at cursor." t nil) 2799 Insert a copyright by $ORGANIZATION notice at cursor." t nil)
2749 2800
2750 ;;;*** 2801 ;;;***
2751 2802
2752 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 2803 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
2753 ;;;;;; (14177 62902)) 2804 ;;;;;; (14410 18641))
2754 ;;; Generated autoloads from progmodes/cperl-mode.el 2805 ;;; Generated autoloads from progmodes/cperl-mode.el
2755 2806
2756 (autoload (quote cperl-mode) "cperl-mode" "\ 2807 (autoload (quote cperl-mode) "cperl-mode" "\
2757 Major mode for editing Perl code. 2808 Major mode for editing Perl code.
2758 Expression and list commands understand all C brackets. 2809 Expression and list commands understand all C brackets.
2963 ;;;;;; customize-apropos-options customize-apropos customize-saved 3014 ;;;;;; customize-apropos-options customize-apropos customize-saved
2964 ;;;;;; customize-customized customize-face-other-window customize-face 3015 ;;;;;; customize-customized customize-face-other-window customize-face
2965 ;;;;;; customize-option-other-window customize-changed-options customize-option 3016 ;;;;;; customize-option-other-window customize-changed-options customize-option
2966 ;;;;;; customize-group-other-window customize-group customize customize-save-variable 3017 ;;;;;; customize-group-other-window customize-group customize customize-save-variable
2967 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3018 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
2968 ;;;;;; (14325 12270)) 3019 ;;;;;; (14410 18534))
2969 ;;; Generated autoloads from cus-edit.el 3020 ;;; Generated autoloads from cus-edit.el
2970 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3021 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
2971 3022
2972 (autoload (quote customize-set-value) "cus-edit" "\ 3023 (autoload (quote customize-set-value) "cus-edit" "\
2973 Set VARIABLE to VALUE. VALUE is a Lisp object. 3024 Set VARIABLE to VALUE. VALUE is a Lisp object.
3117 The format is suitable for use with `easy-menu-define'." nil nil) 3168 The format is suitable for use with `easy-menu-define'." nil nil)
3118 3169
3119 ;;;*** 3170 ;;;***
3120 3171
3121 ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" 3172 ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"
3122 ;;;;;; "cus-face.el" (14300 63370)) 3173 ;;;;;; "cus-face.el" (14398 37486))
3123 ;;; Generated autoloads from cus-face.el 3174 ;;; Generated autoloads from cus-face.el
3124 3175
3125 (autoload (quote custom-declare-face) "cus-face" "\ 3176 (autoload (quote custom-declare-face) "cus-face" "\
3126 Like `defface', but FACE is evaluated as a normal argument." nil nil) 3177 Like `defface', but FACE is evaluated as a normal argument." nil nil)
3127 3178
3172 If the argument is nil, we return the display table to its standard state." t nil) 3223 If the argument is nil, we return the display table to its standard state." t nil)
3173 3224
3174 ;;;*** 3225 ;;;***
3175 3226
3176 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 3227 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
3177 ;;;;;; (13833 28331)) 3228 ;;;;;; (14385 24830))
3178 ;;; Generated autoloads from dabbrev.el 3229 ;;; Generated autoloads from dabbrev.el
3179 3230
3180 (define-key esc-map "/" (quote dabbrev-expand)) 3231 (define-key esc-map "/" (quote dabbrev-expand))
3181 3232
3182 (define-key esc-map [67108911] (quote dabbrev-completion)) 3233 (define-key esc-map [67108911] (quote dabbrev-completion))
3340 " t nil) 3391 " t nil)
3341 3392
3342 ;;;*** 3393 ;;;***
3343 3394
3344 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 3395 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
3345 ;;;;;; "emacs-lisp/debug.el" (14144 60075)) 3396 ;;;;;; "emacs-lisp/debug.el" (14385 24854))
3346 ;;; Generated autoloads from emacs-lisp/debug.el 3397 ;;; Generated autoloads from emacs-lisp/debug.el
3347 3398
3348 (setq debugger (quote debug)) 3399 (setq debugger (quote debug))
3349 3400
3350 (autoload (quote debug) "debug" "\ 3401 (autoload (quote debug) "debug" "\
3394 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)" t nil) 3445 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)" t nil)
3395 3446
3396 ;;;*** 3447 ;;;***
3397 3448
3398 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region) 3449 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region)
3399 ;;;;;; "delim-col" "delim-col.el" (14344 985)) 3450 ;;;;;; "delim-col" "delim-col.el" (14345 52903))
3400 ;;; Generated autoloads from delim-col.el 3451 ;;; Generated autoloads from delim-col.el
3401 3452
3402 (autoload (quote delimit-columns-region) "delim-col" "\ 3453 (autoload (quote delimit-columns-region) "delim-col" "\
3403 Prettify all columns in a text region. 3454 Prettify all columns in a text region.
3404 3455
3459 no args, if that value is non-nil." t nil) 3510 no args, if that value is non-nil." t nil)
3460 3511
3461 ;;;*** 3512 ;;;***
3462 3513
3463 ;;;### (autoloads (delete-selection-mode delete-selection-mode) "delsel" 3514 ;;;### (autoloads (delete-selection-mode delete-selection-mode) "delsel"
3464 ;;;;;; "delsel.el" (14118 1921)) 3515 ;;;;;; "delsel.el" (14410 18534))
3465 ;;; Generated autoloads from delsel.el 3516 ;;; Generated autoloads from delsel.el
3466 3517
3467 (defalias (quote pending-delete-mode) (quote delete-selection-mode)) 3518 (defalias (quote pending-delete-mode) (quote delete-selection-mode))
3468 3519
3469 (autoload (quote delete-selection-mode) "delsel" "\ 3520 (autoload (quote delete-selection-mode) "delsel" "\
3487 (custom-add-load (quote delete-selection-mode) (quote delsel)) 3538 (custom-add-load (quote delete-selection-mode) (quote delsel))
3488 3539
3489 ;;;*** 3540 ;;;***
3490 3541
3491 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 3542 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
3492 ;;;;;; "derived" "derived.el" (13725 20263)) 3543 ;;;;;; "derived" "derived.el" (14410 18534))
3493 ;;; Generated autoloads from derived.el 3544 ;;; Generated autoloads from derived.el
3494 3545
3495 (autoload (quote define-derived-mode) "derived" "\ 3546 (autoload (quote define-derived-mode) "derived" "\
3496 Create a new mode as a variant of an existing mode. 3547 Create a new mode as a variant of an existing mode.
3497 3548
3498 The arguments to this command are as follow: 3549 The arguments to this command are as follow:
3499 3550
3500 CHILD: the name of the command for the derived mode. 3551 CHILD: the name of the command for the derived mode.
3501 PARENT: the name of the command for the parent mode (ie. text-mode). 3552 PARENT: the name of the command for the parent mode (e.g. `text-mode').
3502 NAME: a string which will appear in the status line (ie. \"Hypertext\") 3553 NAME: a string which will appear in the status line (e.g. \"Hypertext\")
3503 DOCSTRING: an optional documentation string--if you do not supply one, 3554 DOCSTRING: an optional documentation string--if you do not supply one,
3504 the function will attempt to invent something useful. 3555 the function will attempt to invent something useful.
3505 BODY: forms to execute just before running the 3556 BODY: forms to execute just before running the
3506 hooks for the new mode. 3557 hooks for the new mode.
3507 3558
3511 3562
3512 You could then make new key bindings for `LaTeX-thesis-mode-map' 3563 You could then make new key bindings for `LaTeX-thesis-mode-map'
3513 without changing regular LaTeX mode. In this example, BODY is empty, 3564 without changing regular LaTeX mode. In this example, BODY is empty,
3514 and DOCSTRING is generated by default. 3565 and DOCSTRING is generated by default.
3515 3566
3516 On a more complicated level, the following command uses sgml-mode as 3567 On a more complicated level, the following command uses `sgml-mode' as
3517 the parent, and then sets the variable `case-fold-search' to nil: 3568 the parent, and then sets the variable `case-fold-search' to nil:
3518 3569
3519 (define-derived-mode article-mode sgml-mode \"Article\" 3570 (define-derived-mode article-mode sgml-mode \"Article\"
3520 \"Major mode for editing technical articles.\" 3571 \"Major mode for editing technical articles.\"
3521 (setq case-fold-search nil)) 3572 (setq case-fold-search nil))
3522 3573
3523 Note that if the documentation string had been left out, it would have 3574 Note that if the documentation string had been left out, it would have
3524 been generated automatically, with a reference to the keymap." nil (quote macro)) 3575 been generated automatically, with a reference to the keymap." nil (quote macro))
3525 3576
3526 (autoload (quote derived-mode-init-mode-variables) "derived" "\ 3577 (autoload (quote derived-mode-init-mode-variables) "derived" "\
3527 Initialise variables for a new mode. 3578 Initialise variables for a new MODE.
3528 Right now, if they don't already exist, set up a blank keymap, an 3579 Right now, if they don't already exist, set up a blank keymap, an
3529 empty syntax table, and an empty abbrev table -- these will be merged 3580 empty syntax table, and an empty abbrev table -- these will be merged
3530 the first time the mode is used." nil nil) 3581 the first time the mode is used." nil nil)
3531 3582
3532 ;;;*** 3583 ;;;***
3602 (autoload (quote devanagari-decode-itrans-region) "devan-util" nil t nil) 3653 (autoload (quote devanagari-decode-itrans-region) "devan-util" nil t nil)
3603 3654
3604 ;;;*** 3655 ;;;***
3605 3656
3606 ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 3657 ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
3607 ;;;;;; (14293 15105)) 3658 ;;;;;; (14368 20344))
3608 ;;; Generated autoloads from calendar/diary-lib.el 3659 ;;; Generated autoloads from calendar/diary-lib.el
3609 3660
3610 (autoload (quote diary) "diary-lib" "\ 3661 (autoload (quote diary) "diary-lib" "\
3611 Generate the diary window for ARG days starting with the current date. 3662 Generate the diary window for ARG days starting with the current date.
3612 If no argument is provided, the number of days of diary entries is governed 3663 If no argument is provided, the number of days of diary entries is governed
3660 If this file is a backup, diff it with its original. 3711 If this file is a backup, diff it with its original.
3661 The backup file is the first file given to `diff'." t nil) 3712 The backup file is the first file given to `diff'." t nil)
3662 3713
3663 ;;;*** 3714 ;;;***
3664 3715
3665 ;;;### (autoloads (diff-mode) "diff-mode" "diff-mode.el" (14344 986)) 3716 ;;;### (autoloads (diff-mode) "diff-mode" "diff-mode.el" (14341 1829))
3666 ;;; Generated autoloads from diff-mode.el 3717 ;;; Generated autoloads from diff-mode.el
3667 3718
3668 (autoload (quote diff-mode) "diff-mode" "\ 3719 (autoload (quote diff-mode) "diff-mode" "\
3669 Major mode for viewing context diffs. 3720 Major mode for viewing context diffs.
3670 Supports unified and context diffs as well as (to a lesser extent) normal diffs. 3721 Supports unified and context diffs as well as (to a lesser extent) normal diffs.
3678 3729
3679 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window 3730 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window
3680 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 3731 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
3681 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 3732 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
3682 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 3733 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
3683 ;;;;;; "dired" "dired.el" (14344 987)) 3734 ;;;;;; "dired" "dired.el" (14349 51117))
3684 ;;; Generated autoloads from dired.el 3735 ;;; Generated autoloads from dired.el
3685 3736
3686 (defvar dired-listing-switches "-al" "\ 3737 (defvar dired-listing-switches "-al" "\
3687 *Switches passed to `ls' for dired. MUST contain the `l' option. 3738 *Switches passed to `ls' for dired. MUST contain the `l' option.
3688 May contain all other options that don't contradict `-l'; 3739 May contain all other options that don't contradict `-l';
3982 If you exit (\\[keyboard-quit] or ESC), you can resume the query replace 4033 If you exit (\\[keyboard-quit] or ESC), you can resume the query replace
3983 with the command \\[tags-loop-continue]." t nil) 4034 with the command \\[tags-loop-continue]." t nil)
3984 4035
3985 ;;;*** 4036 ;;;***
3986 4037
3987 ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14279 64871)) 4038 ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14365 46142))
3988 ;;; Generated autoloads from dired-x.el 4039 ;;; Generated autoloads from dired-x.el
3989 4040
3990 (autoload (quote dired-jump) "dired-x" "\ 4041 (autoload (quote dired-jump) "dired-x" "\
3991 Jump to dired buffer corresponding to current buffer. 4042 Jump to dired buffer corresponding to current buffer.
3992 If in a file, dired the current directory and move to file's line. 4043 If in a file, dired the current directory and move to file's line.
4029 4080
4030 ;;;### (autoloads (standard-display-european create-glyph standard-display-underline 4081 ;;;### (autoloads (standard-display-european create-glyph standard-display-underline
4031 ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 4082 ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
4032 ;;;;;; standard-display-default standard-display-8bit describe-current-display-table 4083 ;;;;;; standard-display-default standard-display-8bit describe-current-display-table
4033 ;;;;;; describe-display-table set-display-table-slot display-table-slot 4084 ;;;;;; describe-display-table set-display-table-slot display-table-slot
4034 ;;;;;; make-display-table) "disp-table" "disp-table.el" (14168 7692)) 4085 ;;;;;; make-display-table) "disp-table" "disp-table.el" (14353 44070))
4035 ;;; Generated autoloads from disp-table.el 4086 ;;; Generated autoloads from disp-table.el
4036 4087
4037 (autoload (quote make-display-table) "disp-table" "\ 4088 (autoload (quote make-display-table) "disp-table" "\
4038 Return a new, empty display table." nil nil) 4089 Return a new, empty display table." nil nil)
4039 4090
4098 4149
4099 Enabling European character display with this command noninteractively 4150 Enabling European character display with this command noninteractively
4100 from Lisp code also selects Latin-1 as the language environment, and 4151 from Lisp code also selects Latin-1 as the language environment, and
4101 selects unibyte mode for all Emacs buffers (both existing buffers and 4152 selects unibyte mode for all Emacs buffers (both existing buffers and
4102 those created subsequently). This provides increased compatibility 4153 those created subsequently). This provides increased compatibility
4103 for users who call this function in `.emacs'." t nil) 4154 for users who call this function in `.emacs'." nil nil)
4104 4155
4105 ;;;*** 4156 ;;;***
4106 4157
4107 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 4158 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
4108 ;;;;;; (13229 28172)) 4159 ;;;;;; (13229 28172))
4164 (autoload (quote gnus-earcon-display) "earcon" "\ 4215 (autoload (quote gnus-earcon-display) "earcon" "\
4165 Play sounds in message buffers." t nil) 4216 Play sounds in message buffers." t nil)
4166 4217
4167 ;;;*** 4218 ;;;***
4168 4219
4169 ;;;### (autoloads (easy-mmode-define-minor-mode) "easy-mmode" "emacs-lisp/easy-mmode.el" 4220 ;;;### (autoloads (define-minor-mode) "easy-mmode" "emacs-lisp/easy-mmode.el"
4170 ;;;;;; (14279 64673)) 4221 ;;;;;; (14398 37514))
4171 ;;; Generated autoloads from emacs-lisp/easy-mmode.el 4222 ;;; Generated autoloads from emacs-lisp/easy-mmode.el
4172 4223
4173 (autoload (quote easy-mmode-define-minor-mode) "easy-mmode" "\ 4224 (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
4225
4226 (autoload (quote define-minor-mode) "easy-mmode" "\
4174 Define a new minor mode MODE. 4227 Define a new minor mode MODE.
4175 This function defines the associated control variable, keymap, 4228 This function defines the associated control variable, keymap,
4176 toggle command, and hooks (see `easy-mmode-define-toggle'). 4229 toggle command, and hooks (see `easy-mmode-define-toggle').
4177 4230
4178 DOC is the documentation for the mode toggle command. 4231 DOC is the documentation for the mode toggle command.
4232 Optional INIT-VALUE is the initial value of the mode's variable.
4179 Optional LIGHTER is displayed in the mode-bar when the mode is on. 4233 Optional LIGHTER is displayed in the mode-bar when the mode is on.
4180 Optional KEYMAP is the default (defvar) keymap bound to the mode keymap. 4234 Optional KEYMAP is the default (defvar) keymap bound to the mode keymap.
4181 If it is a list, it is passed to `easy-mmode-define-keymap' 4235 If it is a list, it is passed to `easy-mmode-define-keymap'
4182 in order to build a valid keymap. 4236 in order to build a valid keymap.
4183 4237 BODY contains code that will be executed each time the mode is (dis)activated.
4184 \(defmacro easy-mmode-define-minor-mode 4238 It will be executed after any toggling but before running the hooks." nil (quote macro))
4185 (MODE DOC &optional INIT-VALUE LIGHTER KEYMAP)...)" nil (quote macro))
4186 4239
4187 ;;;*** 4240 ;;;***
4188 4241
4189 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 4242 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
4190 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14256 4243 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14385
4191 ;;;;;; 22824)) 4244 ;;;;;; 24854))
4192 ;;; Generated autoloads from emacs-lisp/easymenu.el 4245 ;;; Generated autoloads from emacs-lisp/easymenu.el
4193 4246
4194 (autoload (quote easy-menu-define) "easymenu" "\ 4247 (autoload (quote easy-menu-define) "easymenu" "\
4195 Define a menu bar submenu in maps MAPS, according to MENU. 4248 Define a menu bar submenu in maps MAPS, according to MENU.
4196 The menu keymap is stored in symbol SYMBOL, both as its value 4249 The menu keymap is stored in symbol SYMBOL, both as its value
4224 or a list to evaluate when the item is chosen. 4277 or a list to evaluate when the item is chosen.
4225 4278
4226 ENABLE is an expression; the item is enabled for selection 4279 ENABLE is an expression; the item is enabled for selection
4227 whenever this expression's value is non-nil. 4280 whenever this expression's value is non-nil.
4228 4281
4229 Alternatively, a menu item may have the form: 4282 Alternatively, a menu item may have the form:
4230 4283
4231 [ NAME CALLBACK [ KEYWORD ARG ] ... ] 4284 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
4232 4285
4233 Where KEYWORD is one of the symbols defined below. 4286 Where KEYWORD is one of the symbols defined below.
4234 4287
4260 :suffix NAME 4313 :suffix NAME
4261 4314
4262 NAME is a string; the name of an argument to CALLBACK. 4315 NAME is a string; the name of an argument to CALLBACK.
4263 4316
4264 :style STYLE 4317 :style STYLE
4265 4318
4266 STYLE is a symbol describing the type of menu item. The following are 4319 STYLE is a symbol describing the type of menu item. The following are
4267 defined: 4320 defined:
4268 4321
4269 toggle: A checkbox. 4322 toggle: A checkbox.
4270 Prepend the name with `(*) ' or `( ) ' depending on if selected or not. 4323 Prepend the name with `(*) ' or `( ) ' depending on if selected or not.
4271 radio: A radio button. 4324 radio: A radio button.
4272 Prepend the name with `[X] ' or `[ ] ' depending on if selected or not. 4325 Prepend the name with `[X] ' or `[ ] ' depending on if selected or not.
4340 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) 4393 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
4341 4394
4342 ;;;*** 4395 ;;;***
4343 4396
4344 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 4397 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
4345 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14347 61987)) 4398 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14402 39662))
4346 ;;; Generated autoloads from emacs-lisp/edebug.el 4399 ;;; Generated autoloads from emacs-lisp/edebug.el
4347 4400
4348 (defvar edebug-all-defs nil "\ 4401 (defvar edebug-all-defs nil "\
4349 *If non-nil, evaluation of any defining forms will instrument for Edebug. 4402 *If non-nil, evaluation of any defining forms will instrument for Edebug.
4350 This applies to `eval-defun', `eval-region', `eval-buffer', and 4403 This applies to `eval-defun', `eval-region', `eval-buffer', and
4383 ;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise 4436 ;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise
4384 ;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor 4437 ;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor
4385 ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 4438 ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
4386 ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 4439 ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
4387 ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 4440 ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
4388 ;;;;;; ediff-files) "ediff" "ediff.el" (13680 6803)) 4441 ;;;;;; ediff-files) "ediff" "ediff.el" (14398 37488))
4389 ;;; Generated autoloads from ediff.el 4442 ;;; Generated autoloads from ediff.el
4390 4443
4391 (autoload (quote ediff-files) "ediff" "\ 4444 (autoload (quote ediff-files) "ediff" "\
4392 Run Ediff on a pair of files, FILE-A and FILE-B." t nil) 4445 Run Ediff on a pair of files, FILE-A and FILE-B." t nil)
4393 4446
4408 4461
4409 (defalias (quote ebuffers3) (quote ediff-buffers3)) 4462 (defalias (quote ebuffers3) (quote ediff-buffers3))
4410 4463
4411 (autoload (quote ediff-directories) "ediff" "\ 4464 (autoload (quote ediff-directories) "ediff" "\
4412 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have 4465 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
4413 the same name in both. The third argument, REGEXP, is a regular expression that 4466 the same name in both. The third argument, REGEXP, is a regular expression
4414 can be used to filter out certain file names." t nil) 4467 that can be used to filter out certain file names." t nil)
4415 4468
4416 (defalias (quote edirs) (quote ediff-directories)) 4469 (defalias (quote edirs) (quote ediff-directories))
4417 4470
4418 (autoload (quote ediff-directory-revisions) "ediff" "\ 4471 (autoload (quote ediff-directory-revisions) "ediff" "\
4419 Run Ediff on a directory, DIR1, comparing its files with their revisions. 4472 Run Ediff on a directory, DIR1, comparing its files with their revisions.
4420 The second argument, REGEXP, is a regular expression that filters the file 4473 The second argument, REGEXP, is a regular expression that filters the file
4421 names. Only the files that are under revision control are taken into account." t nil) 4474 names. Only the files that are under revision control are taken into account." t nil)
4422 4475
4423 (defalias (quote edir-revisions) (quote ediff-directory-revisions)) 4476 (defalias (quote edir-revisions) (quote ediff-directory-revisions))
4424 4477
4425 (autoload (quote ediff-directories3) "ediff" "\ 4478 (autoload (quote ediff-directories3) "ediff" "\
4426 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that 4479 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
4427 have the same name in all three. The last argument, REGEXP, is a regular 4480 have the same name in all three. The last argument, REGEXP, is a regular
4428 expression that can be used to filter out certain file names." t nil) 4481 expression that can be used to filter out certain file names." t nil)
4429 4482
4430 (defalias (quote edirs3) (quote ediff-directories3)) 4483 (defalias (quote edirs3) (quote ediff-directories3))
4431 4484
4432 (autoload (quote ediff-merge-directories) "ediff" "\ 4485 (autoload (quote ediff-merge-directories) "ediff" "\
4433 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have 4486 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
4434 the same name in both. The third argument, REGEXP, is a regular expression that 4487 the same name in both. The third argument, REGEXP, is a regular expression
4435 can be used to filter out certain file names." t nil) 4488 that can be used to filter out certain file names." t nil)
4436 4489
4437 (defalias (quote edirs-merge) (quote ediff-merge-directories)) 4490 (defalias (quote edirs-merge) (quote ediff-merge-directories))
4438 4491
4439 (autoload (quote ediff-merge-directories-with-ancestor) "ediff" "\ 4492 (autoload (quote ediff-merge-directories-with-ancestor) "ediff" "\
4440 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. 4493 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
4441 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files 4494 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
4442 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge 4495 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
4443 without ancestor. The fourth argument, REGEXP, is a regular expression that 4496 without ancestor. The fourth argument, REGEXP, is a regular expression that
4444 can be used to filter out certain file names." t nil) 4497 can be used to filter out certain file names." t nil)
4445 4498
4446 (autoload (quote ediff-merge-directory-revisions) "ediff" "\ 4499 (autoload (quote ediff-merge-directory-revisions) "ediff" "\
4447 Run Ediff on a directory, DIR1, merging its files with their revisions. 4500 Run Ediff on a directory, DIR1, merging its files with their revisions.
4448 The second argument, REGEXP, is a regular expression that filters the file 4501 The second argument, REGEXP, is a regular expression that filters the file
4449 names. Only the files that are under revision control are taken into account." t nil) 4502 names. Only the files that are under revision control are taken into account." t nil)
4450 4503
4451 (defalias (quote edir-merge-revisions) (quote ediff-merge-directory-revisions)) 4504 (defalias (quote edir-merge-revisions) (quote ediff-merge-directory-revisions))
4452 4505
4453 (autoload (quote ediff-merge-directory-revisions-with-ancestor) "ediff" "\ 4506 (autoload (quote ediff-merge-directory-revisions-with-ancestor) "ediff" "\
4454 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. 4507 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
4455 The second argument, REGEXP, is a regular expression that filters the file 4508 The second argument, REGEXP, is a regular expression that filters the file
4456 names. Only the files that are under revision control are taken into account." t nil) 4509 names. Only the files that are under revision control are taken into account." t nil)
4457 4510
4458 (defalias (quote edir-merge-revisions-with-ancestor) (quote ediff-merge-directory-revisions-with-ancestor)) 4511 (defalias (quote edir-merge-revisions-with-ancestor) (quote ediff-merge-directory-revisions-with-ancestor))
4459 4512
4460 (defalias (quote edirs-merge-with-ancestor) (quote ediff-merge-directories-with-ancestor)) 4513 (defalias (quote edirs-merge-with-ancestor) (quote ediff-merge-directories-with-ancestor))
4461 4514
4475 4528
4476 (autoload (quote ediff-regions-wordwise) "ediff" "\ 4529 (autoload (quote ediff-regions-wordwise) "ediff" "\
4477 Run Ediff on a pair of regions in two different buffers. 4530 Run Ediff on a pair of regions in two different buffers.
4478 Regions (i.e., point and mark) are assumed to be set in advance. 4531 Regions (i.e., point and mark) are assumed to be set in advance.
4479 This function is effective only for relatively small regions, up to 200 4532 This function is effective only for relatively small regions, up to 200
4480 lines. For large regions, use `ediff-regions-linewise'." t nil) 4533 lines. For large regions, use `ediff-regions-linewise'." t nil)
4481 4534
4482 (autoload (quote ediff-regions-linewise) "ediff" "\ 4535 (autoload (quote ediff-regions-linewise) "ediff" "\
4483 Run Ediff on a pair of regions in two different buffers. 4536 Run Ediff on a pair of regions in two different buffers.
4484 Regions (i.e., point and mark) are assumed to be set in advance. 4537 Regions (i.e., point and mark) are assumed to be set in advance.
4485 Each region is enlarged to contain full lines. 4538 Each region is enlarged to contain full lines.
4486 This function is effective for large regions, over 100-200 4539 This function is effective for large regions, over 100-200
4487 lines. For small regions, use `ediff-regions-wordwise'." t nil) 4540 lines. For small regions, use `ediff-regions-wordwise'." t nil)
4488 4541
4489 (defalias (quote ediff-merge) (quote ediff-merge-files)) 4542 (defalias (quote ediff-merge) (quote ediff-merge-files))
4490 4543
4491 (autoload (quote ediff-merge-files) "ediff" "\ 4544 (autoload (quote ediff-merge-files) "ediff" "\
4492 Merge two files without ancestor." t nil) 4545 Merge two files without ancestor." t nil)
4512 The file is the the optional FILE argument or the file visited by the current 4565 The file is the the optional FILE argument or the file visited by the current
4513 buffer." t nil) 4566 buffer." t nil)
4514 4567
4515 (autoload (quote run-ediff-from-cvs-buffer) "ediff" "\ 4568 (autoload (quote run-ediff-from-cvs-buffer) "ediff" "\
4516 Run Ediff-merge on appropriate revisions of the selected file. 4569 Run Ediff-merge on appropriate revisions of the selected file.
4517 First run after `M-x cvs-update'. Then place the cursor on a line describing a 4570 First run after `M-x cvs-update'. Then place the cursor on a line describing a
4518 file and then run `run-ediff-from-cvs-buffer'." t nil) 4571 file and then run `run-ediff-from-cvs-buffer'." t nil)
4519 4572
4520 (autoload (quote ediff-patch-file) "ediff" "\ 4573 (autoload (quote ediff-patch-file) "ediff" "\
4521 Run Ediff by patching SOURCE-FILENAME." t nil) 4574 Run Ediff by patching SOURCE-FILENAME.
4575 If optional PATCH-BUF is given, use the patch in that buffer
4576 and don't ask the user.
4577 If prefix argument, then: if even argument, assume that the patch is in a
4578 buffer. If odd -- assume it is in a file." t nil)
4522 4579
4523 (autoload (quote ediff-patch-buffer) "ediff" "\ 4580 (autoload (quote ediff-patch-buffer) "ediff" "\
4524 Run Ediff by patching BUFFER-NAME." t nil) 4581 Run Ediff by patching BUFFER-NAME." t nil)
4525 4582
4526 (defalias (quote epatch) (quote ediff-patch-file)) 4583 (defalias (quote epatch) (quote ediff-patch-file))
4528 (defalias (quote epatch-buffer) (quote ediff-patch-buffer)) 4585 (defalias (quote epatch-buffer) (quote ediff-patch-buffer))
4529 4586
4530 (autoload (quote ediff-revision) "ediff" "\ 4587 (autoload (quote ediff-revision) "ediff" "\
4531 Run Ediff by comparing versions of a file. 4588 Run Ediff by comparing versions of a file.
4532 The file is an optional FILE argument or the file visited by the current 4589 The file is an optional FILE argument or the file visited by the current
4533 buffer. Use `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil) 4590 buffer. Use `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil)
4534 4591
4535 (defalias (quote erevision) (quote ediff-revision)) 4592 (defalias (quote erevision) (quote ediff-revision))
4536 4593
4537 (autoload (quote ediff-version) "ediff" "\ 4594 (autoload (quote ediff-version) "ediff" "\
4538 Return string describing the version of Ediff. 4595 Return string describing the version of Ediff.
4542 Display Ediff's manual. 4599 Display Ediff's manual.
4543 With optional NODE, goes to that node." t nil) 4600 With optional NODE, goes to that node." t nil)
4544 4601
4545 ;;;*** 4602 ;;;***
4546 4603
4604 ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (14367 2123))
4605 ;;; Generated autoloads from ediff-hook.el
4606
4607 (defvar ediff-window-setup-function)
4608
4609 (progn (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) ["-------" nil nil] "OO-Browser...")))))
4610
4611 (cond ((string-match "XEmacs" emacs-version) (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) ((featurep (quote menu-bar)) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation)))))
4612
4613 ;;;***
4614
4547 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 4615 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
4548 ;;;;;; (13680 6780)) 4616 ;;;;;; (14398 37488))
4549 ;;; Generated autoloads from ediff-mult.el 4617 ;;; Generated autoloads from ediff-mult.el
4550 4618
4551 (autoload (quote ediff-show-registry) "ediff-mult" "\ 4619 (autoload (quote ediff-show-registry) "ediff-mult" "\
4552 Display Ediff's registry." t nil) 4620 Display Ediff's registry." t nil)
4553 4621
4554 (defalias (quote eregistry) (quote ediff-show-registry)) 4622 (defalias (quote eregistry) (quote ediff-show-registry))
4555 4623
4556 ;;;*** 4624 ;;;***
4557 4625
4558 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 4626 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
4559 ;;;;;; "ediff-util" "ediff-util.el" (14344 991)) 4627 ;;;;;; "ediff-util" "ediff-util.el" (14367 2134))
4560 ;;; Generated autoloads from ediff-util.el 4628 ;;; Generated autoloads from ediff-util.el
4561 4629
4562 (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 4630 (autoload (quote ediff-toggle-multiframe) "ediff-util" "\
4563 Switch from multiframe display to single-frame display and back. 4631 Switch from multiframe display to single-frame display and back.
4564 To change the default, set the variable `ediff-window-setup-function', 4632 To change the default, set the variable `ediff-window-setup-function',
4745 4813
4746 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor 4814 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor
4747 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 4815 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
4748 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 4816 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
4749 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 4817 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
4750 ;;;;;; "emerge.el" (14344 994)) 4818 ;;;;;; "emerge.el" (14345 52903))
4751 ;;; Generated autoloads from emerge.el 4819 ;;; Generated autoloads from emerge.el
4752 4820
4753 (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 4821 (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
4754 4822
4755 (fset (quote menu-bar-emerge-menu) (symbol-value (quote menu-bar-emerge-menu))) 4823 (fset (quote menu-bar-emerge-menu) (symbol-value (quote menu-bar-emerge-menu)))
4858 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags 4926 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
4859 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file 4927 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
4860 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window 4928 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
4861 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 4929 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
4862 ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list) 4930 ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list)
4863 ;;;;;; "etags" "progmodes/etags.el" (14281 39108)) 4931 ;;;;;; "etags" "progmodes/etags.el" (14411 45647))
4864 ;;; Generated autoloads from progmodes/etags.el 4932 ;;; Generated autoloads from progmodes/etags.el
4865 4933
4866 (defvar tags-file-name nil "\ 4934 (defvar tags-file-name nil "\
4867 *File name of tags table. 4935 *File name of tags table.
4868 To switch to a new tags table, setting this variable is sufficient. 4936 To switch to a new tags table, setting this variable is sufficient.
5298 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) 5366 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)
5299 (define-key ctl-x-map "an" 'expand-jump-to-next-slot) 5367 (define-key ctl-x-map "an" 'expand-jump-to-next-slot)
5300 5368
5301 ;;;*** 5369 ;;;***
5302 5370
5303 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14240 53439)) 5371 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14398 36512))
5304 ;;; Generated autoloads from progmodes/f90.el 5372 ;;; Generated autoloads from progmodes/f90.el
5305 5373
5306 (autoload (quote f90-mode) "f90" "\ 5374 (autoload (quote f90-mode) "f90" "\
5307 Major mode for editing Fortran 90 code in free format. 5375 Major mode for editing Fortran 90 code in free format.
5308 5376
5634 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete) 5702 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete)
5635 5703
5636 ;;;*** 5704 ;;;***
5637 5705
5638 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 5706 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
5639 ;;;;;; find-ls-option) "find-dired" "find-dired.el" (14344 998)) 5707 ;;;;;; find-ls-option) "find-dired" "find-dired.el" (14345 52903))
5640 ;;; Generated autoloads from find-dired.el 5708 ;;; Generated autoloads from find-dired.el
5641 5709
5642 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 5710 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
5643 *Description of the option to `find' to produce an `ls -l'-type listing. 5711 *Description of the option to `find' to produce an `ls -l'-type listing.
5644 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION 5712 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION
5752 ;;;### (autoloads (find-function-setup-keys find-variable-at-point 5820 ;;;### (autoloads (find-function-setup-keys find-variable-at-point
5753 ;;;;;; find-function-at-point find-function-on-key find-variable-other-frame 5821 ;;;;;; find-function-at-point find-function-on-key find-variable-other-frame
5754 ;;;;;; find-variable-other-window find-variable find-variable-noselect 5822 ;;;;;; find-variable-other-window find-variable find-variable-noselect
5755 ;;;;;; find-function-other-frame find-function-other-window find-function 5823 ;;;;;; find-function-other-frame find-function-other-window find-function
5756 ;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" 5824 ;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el"
5757 ;;;;;; (14281 30913)) 5825 ;;;;;; (14398 37514))
5758 ;;; Generated autoloads from emacs-lisp/find-func.el 5826 ;;; Generated autoloads from emacs-lisp/find-func.el
5759 5827
5760 (autoload (quote find-function-noselect) "find-func" "\ 5828 (autoload (quote find-function-noselect) "find-func" "\
5761 Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. 5829 Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
5762 5830
5893 5961
5894 ;;;*** 5962 ;;;***
5895 5963
5896 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 5964 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
5897 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 5965 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
5898 ;;;;;; (13674 33104)) 5966 ;;;;;; (14392 8455))
5899 ;;; Generated autoloads from follow.el 5967 ;;; Generated autoloads from follow.el
5900 5968
5901 (autoload (quote turn-on-follow-mode) "follow" "\ 5969 (autoload (quote turn-on-follow-mode) "follow" "\
5902 Turn on Follow mode. Please see the function `follow-mode'." t nil) 5970 Turn on Follow mode. Please see the function `follow-mode'." t nil)
5903 5971
5961 6029
5962 ;;;*** 6030 ;;;***
5963 6031
5964 ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 6032 ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
5965 ;;;;;; global-font-lock-mode font-lock-add-keywords turn-on-font-lock 6033 ;;;;;; global-font-lock-mode font-lock-add-keywords turn-on-font-lock
5966 ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14302 34499)) 6034 ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14410 18535))
5967 ;;; Generated autoloads from font-lock.el 6035 ;;; Generated autoloads from font-lock.el
5968 6036
5969 (defvar font-lock-mode-hook nil "\ 6037 (defvar font-lock-mode-hook nil "\
5970 Function or functions to run on entry to Font Lock mode.") 6038 Function or functions to run on entry to Font Lock mode.")
5971 6039
6065 (custom-add-to-group (quote font-lock) (quote global-font-lock-mode) (quote custom-variable)) 6133 (custom-add-to-group (quote font-lock) (quote global-font-lock-mode) (quote custom-variable))
6066 6134
6067 (custom-add-load (quote global-font-lock-mode) (quote font-lock)) 6135 (custom-add-load (quote global-font-lock-mode) (quote font-lock))
6068 6136
6069 (autoload (quote font-lock-fontify-buffer) "font-lock" "\ 6137 (autoload (quote font-lock-fontify-buffer) "font-lock" "\
6070 Fontify the current buffer the way `font-lock-mode' would." t nil) 6138 Fontify the current buffer the way the function `font-lock-mode' would." t nil)
6071 6139
6072 ;;;*** 6140 ;;;***
6073 6141
6074 ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" 6142 ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
6075 ;;;;;; (14344 1056)) 6143 ;;;;;; (14345 58136))
6076 ;;; Generated autoloads from international/fontset.el 6144 ;;; Generated autoloads from international/fontset.el
6077 6145
6078 (autoload (quote create-fontset-from-fontset-spec) "fontset" "\ 6146 (autoload (quote create-fontset-from-fontset-spec) "fontset" "\
6079 Create a fontset from fontset specification string FONTSET-SPEC. 6147 Create a fontset from fontset specification string FONTSET-SPEC.
6080 FONTSET-SPEC is a string of the format: 6148 FONTSET-SPEC is a string of the format:
6094 It returns a name of the created fontset." nil nil) 6162 It returns a name of the created fontset." nil nil)
6095 6163
6096 ;;;*** 6164 ;;;***
6097 6165
6098 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 6166 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
6099 ;;;;;; "forms" "forms.el" (14162 18837)) 6167 ;;;;;; "forms" "forms.el" (14381 57540))
6100 ;;; Generated autoloads from forms.el 6168 ;;; Generated autoloads from forms.el
6101 6169
6102 (autoload (quote forms-mode) "forms" "\ 6170 (autoload (quote forms-mode) "forms" "\
6103 Major mode to visit files in a field-structured manner using a form. 6171 Major mode to visit files in a field-structured manner using a form.
6104 6172
6126 Visit a file in Forms mode in other window." t nil) 6194 Visit a file in Forms mode in other window." t nil)
6127 6195
6128 ;;;*** 6196 ;;;***
6129 6197
6130 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 6198 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
6131 ;;;;;; "progmodes/fortran.el" (14246 52947)) 6199 ;;;;;; "progmodes/fortran.el" (14410 18641))
6132 ;;; Generated autoloads from progmodes/fortran.el 6200 ;;; Generated autoloads from progmodes/fortran.el
6133 6201
6134 (defvar fortran-tab-mode-default nil "\ 6202 (defvar fortran-tab-mode-default nil "\
6135 *Default tabbing/carriage control style for empty files in Fortran mode. 6203 *Default tabbing/carriage control style for empty files in Fortran mode.
6136 A value of t specifies tab-digit style of continuation control. 6204 A value of t specifies tab-digit style of continuation control.
6199 region. (default \"c$$$\") 6267 region. (default \"c$$$\")
6200 `fortran-electric-line-number' 6268 `fortran-electric-line-number'
6201 Non-nil causes line number digits to be moved to the correct column 6269 Non-nil causes line number digits to be moved to the correct column
6202 as typed. (default t) 6270 as typed. (default t)
6203 `fortran-break-before-delimiters' 6271 `fortran-break-before-delimiters'
6204 Non-nil causes `fortran-fill' to break lines before delimiters. 6272 Non-nil causes lines to be broken before delimiters.
6205 (default t) 6273 (default t)
6206 6274
6207 Turning on Fortran mode calls the value of the variable `fortran-mode-hook' 6275 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
6208 with no args, if that value is non-nil." t nil) 6276 with no args, if that value is non-nil." t nil)
6209 6277
6416 Update the format specification near point." t nil) 6484 Update the format specification near point." t nil)
6417 6485
6418 ;;;*** 6486 ;;;***
6419 6487
6420 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 6488 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
6421 ;;;;;; "gnus/gnus-start.el" (14344 1048)) 6489 ;;;;;; "gnus/gnus-start.el" (14345 52937))
6422 ;;; Generated autoloads from gnus/gnus-start.el 6490 ;;; Generated autoloads from gnus/gnus-start.el
6423 6491
6424 (autoload (quote gnus-unload) "gnus-start" "\ 6492 (autoload (quote gnus-unload) "gnus-start" "\
6425 Unload all Gnus features." t nil) 6493 Unload all Gnus features." t nil)
6426 6494
6456 Use \\[describe-mode] for more info." t nil) 6524 Use \\[describe-mode] for more info." t nil)
6457 6525
6458 ;;;*** 6526 ;;;***
6459 6527
6460 ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 6528 ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
6461 ;;;;;; "goto-addr" "goto-addr.el" (13884 38368)) 6529 ;;;;;; "goto-addr" "goto-addr.el" (14385 24830))
6462 ;;; Generated autoloads from goto-addr.el 6530 ;;; Generated autoloads from goto-addr.el
6463 6531
6464 (autoload (quote goto-address-at-mouse) "goto-addr" "\ 6532 (autoload (quote goto-address-at-mouse) "goto-addr" "\
6465 Send to the e-mail address or load the URL clicked with the mouse. 6533 Send to the e-mail address or load the URL clicked with the mouse.
6466 Send mail to address at position of mouse click. See documentation for 6534 Send mail to address at position of mouse click. See documentation for
6494 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) 6562 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
6495 6563
6496 ;;;*** 6564 ;;;***
6497 6565
6498 ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 6566 ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
6499 ;;;;;; (14293 61777)) 6567 ;;;;;; (14369 61534))
6500 ;;; Generated autoloads from gud.el 6568 ;;; Generated autoloads from gud.el
6501 6569
6502 (autoload (quote gdb) "gud" "\ 6570 (autoload (quote gdb) "gud" "\
6503 Run gdb on program FILE in buffer *gud-FILE*. 6571 Run gdb on program FILE in buffer *gud-FILE*.
6504 The directory containing FILE becomes the initial working directory 6572 The directory containing FILE becomes the initial working directory
6691 This discards the buffer's undo information." t nil) 6759 This discards the buffer's undo information." t nil)
6692 6760
6693 ;;;*** 6761 ;;;***
6694 6762
6695 ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 6763 ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
6696 ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14301 32259)) 6764 ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14392 886))
6697 ;;; Generated autoloads from progmodes/hideif.el 6765 ;;; Generated autoloads from progmodes/hideif.el
6698 6766
6699 (defvar hide-ifdef-mode nil "\ 6767 (defvar hide-ifdef-mode nil "\
6700 Non-nil when hide-ifdef-mode is activated.") 6768 Non-nil when hide-ifdef-mode is activated.")
6701 6769
6939 ;;;*** 7007 ;;;***
6940 7008
6941 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers 7009 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers
6942 ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 7010 ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
6943 ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 7011 ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
6944 ;;;;;; hippie-expand-verbose) "hippie-exp" "hippie-exp.el" (13674 7012 ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
6945 ;;;;;; 32888)) 7013 ;;;;;; "hippie-exp.el" (14398 37488))
6946 ;;; Generated autoloads from hippie-exp.el 7014 ;;; Generated autoloads from hippie-exp.el
6947 7015
6948 (defvar hippie-expand-try-functions-list (quote (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)) "\ 7016 (defvar hippie-expand-try-functions-list (quote (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)) "\
6949 The list of expansion functions tried in order by `hippie-expand'. 7017 The list of expansion functions tried in order by `hippie-expand'.
6950 To change the behavior of `hippie-expand', remove, change the order of, 7018 To change the behavior of `hippie-expand', remove, change the order of,
7043 This function is absolete." t nil) 7111 This function is absolete." t nil)
7044 7112
7045 ;;;*** 7113 ;;;***
7046 7114
7047 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 7115 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
7048 ;;;;;; "icomplete.el" (14118 2245)) 7116 ;;;;;; "icomplete.el" (14392 118))
7049 ;;; Generated autoloads from icomplete.el 7117 ;;; Generated autoloads from icomplete.el
7050 7118
7051 (autoload (quote icomplete-mode) "icomplete" "\ 7119 (autoload (quote icomplete-mode) "icomplete" "\
7052 Activate incremental minibuffer completion for this Emacs session. 7120 Activate incremental minibuffer completion for this Emacs session.
7053 Deactivates with negative universal argument." t nil) 7121 Deactivates with negative universal argument." t nil)
7106 7174
7107 ;;;*** 7175 ;;;***
7108 7176
7109 ;;;### (autoloads (defimage remove-images insert-image put-image 7177 ;;;### (autoloads (defimage remove-images insert-image put-image
7110 ;;;;;; create-image image-type-available-p image-type-from-file-header) 7178 ;;;;;; create-image image-type-available-p image-type-from-file-header)
7111 ;;;;;; "image" "image.el" (14344 1003)) 7179 ;;;;;; "image" "image.el" (14345 52910))
7112 ;;; Generated autoloads from image.el 7180 ;;; Generated autoloads from image.el
7113 7181
7114 (autoload (quote image-type-from-file-header) "image" "\ 7182 (autoload (quote image-type-from-file-header) "image" "\
7115 Determine the type of image file FILE from its first few bytes. 7183 Determine the type of image file FILE from its first few bytes.
7116 Value is a symbol specifying the image type, or nil if type cannot 7184 Value is a symbol specifying the image type, or nil if type cannot
7369 7437
7370 ;;;*** 7438 ;;;***
7371 7439
7372 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 7440 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
7373 ;;;;;; Info-goto-emacs-command-node info-standalone info info-other-window) 7441 ;;;;;; Info-goto-emacs-command-node info-standalone info info-other-window)
7374 ;;;;;; "info" "info.el" (14344 1005)) 7442 ;;;;;; "info" "info.el" (14398 37488))
7375 ;;; Generated autoloads from info.el 7443 ;;; Generated autoloads from info.el
7376 7444
7377 (autoload (quote info-other-window) "info" "\ 7445 (autoload (quote info-other-window) "info" "\
7378 Like `info' but show the Info buffer in another window." t nil) 7446 Like `info' but show the Info buffer in another window." t nil)
7379 (add-hook 'same-window-buffer-names "*info*") 7447 (add-hook 'same-window-buffer-names "*info*")
7499 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil) 7567 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil)
7500 7568
7501 ;;;*** 7569 ;;;***
7502 7570
7503 ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 7571 ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
7504 ;;;;;; (14127 16274)) 7572 ;;;;;; (14388 10886))
7505 ;;; Generated autoloads from international/iso-acc.el 7573 ;;; Generated autoloads from international/iso-acc.el
7506 7574
7507 (autoload (quote iso-accents-mode) "iso-acc" "\ 7575 (autoload (quote iso-accents-mode) "iso-acc" "\
7508 Toggle ISO Accents mode, in which accents modify the following letter. 7576 Toggle ISO Accents mode, in which accents modify the following letter.
7509 This permits easy insertion of accented characters according to ISO-8859-1. 7577 This permits easy insertion of accented characters according to ISO-8859-1.
7600 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag 7668 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag
7601 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 7669 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
7602 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 7670 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
7603 ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist 7671 ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist
7604 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 7672 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
7605 ;;;;;; (14335 43064)) 7673 ;;;;;; (14381 62987))
7606 ;;; Generated autoloads from textmodes/ispell.el 7674 ;;; Generated autoloads from textmodes/ispell.el
7607 7675
7608 (defvar ispell-personal-dictionary nil "\ 7676 (defvar ispell-personal-dictionary nil "\
7609 *File name of your personal spelling dictionary, or nil. 7677 *File name of your personal spelling dictionary, or nil.
7610 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 7678 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
7821 7889
7822 ;;;*** 7890 ;;;***
7823 7891
7824 ;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer 7892 ;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer
7825 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 7893 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
7826 ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14347 61960)) 7894 ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14384 5061))
7827 ;;; Generated autoloads from iswitchb.el 7895 ;;; Generated autoloads from iswitchb.el
7828 7896
7829 (autoload (quote iswitchb-read-buffer) "iswitchb" "\ 7897 (autoload (quote iswitchb-read-buffer) "iswitchb" "\
7830 Replacement for the built-in `read-buffer'. 7898 Replacement for the built-in `read-buffer'.
7831 Return the name of a buffer selected. 7899 Return the name of a buffer selected.
7866 7934
7867 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 7935 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
7868 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 7936 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
7869 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal 7937 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal
7870 ;;;;;; setup-japanese-environment) "japan-util" "language/japan-util.el" 7938 ;;;;;; setup-japanese-environment) "japan-util" "language/japan-util.el"
7871 ;;;;;; (14347 63248)) 7939 ;;;;;; (14348 33291))
7872 ;;; Generated autoloads from language/japan-util.el 7940 ;;; Generated autoloads from language/japan-util.el
7873 7941
7874 (autoload (quote setup-japanese-environment) "japan-util" "\ 7942 (autoload (quote setup-japanese-environment) "japan-util" "\
7875 Setup multilingual environment (MULE) for Japanese." t nil) 7943 Setup multilingual environment (MULE) for Japanese." t nil)
7876 7944
7967 Unconditionally turn on Just-in-time Lock mode." nil nil) 8035 Unconditionally turn on Just-in-time Lock mode." nil nil)
7968 8036
7969 ;;;*** 8037 ;;;***
7970 8038
7971 ;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el" 8039 ;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el"
7972 ;;;;;; (14344 1006)) 8040 ;;;;;; (14345 52910))
7973 ;;; Generated autoloads from jka-compr.el 8041 ;;; Generated autoloads from jka-compr.el
7974 8042
7975 (defvar auto-compression-mode nil "\ 8043 (defvar auto-compression-mode nil "\
7976 Toggle automatic file compression and uncompression. 8044 Toggle automatic file compression and uncompression.
7977 Setting this variable directly does not take effect; 8045 Setting this variable directly does not take effect;
8193 is nil, raise an error." t nil) 8261 is nil, raise an error." t nil)
8194 8262
8195 ;;;*** 8263 ;;;***
8196 8264
8197 ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" 8265 ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
8198 ;;;;;; (14344 1013)) 8266 ;;;;;; (14396 4034))
8199 ;;; Generated autoloads from locate.el 8267 ;;; Generated autoloads from locate.el
8200 8268
8201 (autoload (quote locate) "locate" "\ 8269 (autoload (quote locate) "locate" "\
8202 Run the program `locate', putting results in `*Locate*' buffer. 8270 Run the program `locate', putting results in `*Locate*' buffer.
8203 With prefix arg, prompt for the locate command to run." t nil) 8271 With prefix arg, prompt for the locate command to run." t nil)
8204 8272
8205 (autoload (quote locate-with-filter) "locate" "\ 8273 (autoload (quote locate-with-filter) "locate" "\
8206 Run the locate command with a filter." t nil) 8274 Run the locate command with a filter.
8275
8276 The filter is a regular expression. Only results matching the filter are
8277 shown; this is often useful to constrain a big search." t nil)
8207 8278
8208 ;;;*** 8279 ;;;***
8209 8280
8210 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 8281 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
8211 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14149 8282 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14359
8212 ;;;;;; 56563)) 8283 ;;;;;; 2960))
8213 ;;; Generated autoloads from lpr.el 8284 ;;; Generated autoloads from lpr.el
8214 8285
8215 (defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ 8286 (defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\
8216 *The name of a local printer to which data is sent for printing. 8287 *The name of a local printer to which data is sent for printing.
8217 \(Note that PostScript files are sent to `ps-printer-name', which see.) 8288 \(Note that PostScript files are sent to `ps-printer-name', which see.)
8247 (autoload (quote lpr-buffer) "lpr" "\ 8318 (autoload (quote lpr-buffer) "lpr" "\
8248 Print buffer contents as with Unix command `lpr'. 8319 Print buffer contents as with Unix command `lpr'.
8249 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil) 8320 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
8250 8321
8251 (autoload (quote print-buffer) "lpr" "\ 8322 (autoload (quote print-buffer) "lpr" "\
8252 Print buffer contents as with Unix command `lpr -p'. 8323 Paginate and print buffer contents.
8253 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil) 8324 Normally invokes `pr' for pagination, but see the variable
8325 `lpr-page-header-program'. Printing is normally done with `lpr'
8326 or `lp'; the variable `lpr-command' changes this.
8327
8328 Also see the variables `lpr-switches' and `lpr-page-header-switches'
8329 for further customization of the commands used." t nil)
8254 8330
8255 (autoload (quote lpr-region) "lpr" "\ 8331 (autoload (quote lpr-region) "lpr" "\
8256 Print region contents as with Unix command `lpr'. 8332 Print region contents as with Unix command `lpr'.
8257 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil) 8333 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
8258 8334
8516 current header, calls `mail-complete-function' and passes prefix arg if any." t nil) 8592 current header, calls `mail-complete-function' and passes prefix arg if any." t nil)
8517 8593
8518 ;;;*** 8594 ;;;***
8519 8595
8520 ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 8596 ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
8521 ;;;;;; (14013 4466)) 8597 ;;;;;; (14410 18641))
8522 ;;; Generated autoloads from progmodes/make-mode.el 8598 ;;; Generated autoloads from progmodes/make-mode.el
8523 8599
8524 (autoload (quote makefile-mode) "make-mode" "\ 8600 (autoload (quote makefile-mode) "make-mode" "\
8525 Major mode for editing Makefiles. 8601 Major mode for editing Makefiles.
8526 This function ends by invoking the function(s) `makefile-mode-hook'. 8602 This function ends by invoking the function(s) `makefile-mode-hook'.
8543 8619
8544 makefile-macro-assign: 8620 makefile-macro-assign:
8545 The string that gets appended to all macro names 8621 The string that gets appended to all macro names
8546 inserted by `makefile-insert-macro'. 8622 inserted by `makefile-insert-macro'.
8547 The normal value should be \" = \", since this is what 8623 The normal value should be \" = \", since this is what
8548 standard make expects. However, newer makes such as dmake 8624 standard make expects. However, newer makes such as dmake
8549 allow a larger variety of different macro assignments, so you 8625 allow a larger variety of different macro assignments, so you
8550 might prefer to use \" += \" or \" := \" . 8626 might prefer to use \" += \" or \" := \" .
8551 8627
8552 makefile-tab-after-target-colon: 8628 makefile-tab-after-target-colon:
8553 If you want a TAB (instead of a space) to be appended after the 8629 If you want a TAB (instead of a space) to be appended after the
8576 `makefile-pickup-everything' also picks up filenames as targets 8652 `makefile-pickup-everything' also picks up filenames as targets
8577 (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise 8653 (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise
8578 filenames are omitted. 8654 filenames are omitted.
8579 8655
8580 makefile-cleanup-continuations-p: 8656 makefile-cleanup-continuations-p:
8581 If this variable is set to a non-nil value then makefile-mode 8657 If this variable is set to a non-nil value then Makefile mode
8582 will assure that no line in the file ends with a backslash 8658 will assure that no line in the file ends with a backslash
8583 (the continuation character) followed by any whitespace. 8659 (the continuation character) followed by any whitespace.
8584 This is done by silently removing the trailing whitespace, leaving 8660 This is done by silently removing the trailing whitespace, leaving
8585 the backslash itself intact. 8661 the backslash itself intact.
8586 IMPORTANT: Please note that enabling this option causes makefile-mode 8662 IMPORTANT: Please note that enabling this option causes Makefile mode
8587 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\". 8663 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
8588 8664
8589 makefile-browser-hook: 8665 makefile-browser-hook:
8590 A function or list of functions to be called just before the 8666 A function or list of functions to be called just before the
8591 browser is entered. This is executed in the makefile buffer. 8667 browser is entered. This is executed in the makefile buffer.
8804 8880
8805 ;;;*** 8881 ;;;***
8806 8882
8807 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 8883 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
8808 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 8884 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
8809 ;;;;;; (14344 1065)) 8885 ;;;;;; (14345 52966))
8810 ;;; Generated autoloads from mail/metamail.el 8886 ;;; Generated autoloads from mail/metamail.el
8811 8887
8812 (autoload (quote metamail-interpret-header) "metamail" "\ 8888 (autoload (quote metamail-interpret-header) "metamail" "\
8813 Interpret a header part of a MIME message in current buffer. 8889 Interpret a header part of a MIME message in current buffer.
8814 Its body part is not interpreted at all." t nil) 8890 Its body part is not interpreted at all." t nil)
8840 redisplayed as output is inserted." t nil) 8916 redisplayed as output is inserted." t nil)
8841 8917
8842 ;;;*** 8918 ;;;***
8843 8919
8844 ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch 8920 ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch
8845 ;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14288 25329)) 8921 ;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14377 19689))
8846 ;;; Generated autoloads from mail/mh-comp.el 8922 ;;; Generated autoloads from mail/mh-comp.el
8847 8923
8848 (autoload (quote mh-smail) "mh-comp" "\ 8924 (autoload (quote mh-smail) "mh-comp" "\
8849 Compose and send mail with the MH mail system. 8925 Compose and send mail with the MH mail system.
8850 This function is an entry point to mh-e, the Emacs front end 8926 This function is an entry point to mh-e, the Emacs front end
8897 8973
8898 This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'." t nil) 8974 This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'." t nil)
8899 8975
8900 ;;;*** 8976 ;;;***
8901 8977
8902 ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14263 8978 ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14376
8903 ;;;;;; 35467)) 8979 ;;;;;; 9267))
8904 ;;; Generated autoloads from mail/mh-e.el 8980 ;;; Generated autoloads from mail/mh-e.el
8905 8981
8906 (autoload (quote mh-rmail) "mh-e" "\ 8982 (autoload (quote mh-rmail) "mh-e" "\
8907 Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder. 8983 Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder.
8908 This function is an entry point to mh-e, the Emacs front end 8984 This function is an entry point to mh-e, the Emacs front end
8919 (defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\ 8995 (defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\
8920 Legal MIME content types. See documentation for \\[mh-edit-mhn].") 8996 Legal MIME content types. See documentation for \\[mh-edit-mhn].")
8921 8997
8922 ;;;*** 8998 ;;;***
8923 8999
8924 ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14244 17344)) 9000 ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14384 5736))
8925 ;;; Generated autoloads from mail/mh-utils.el 9001 ;;; Generated autoloads from mail/mh-utils.el
8926 9002
8927 (put (quote mh-progs) (quote risky-local-variable) t) 9003 (put (quote mh-progs) (quote risky-local-variable) t)
8928 9004
8929 (put (quote mh-lib) (quote risky-local-variable) t) 9005 (put (quote mh-lib) (quote risky-local-variable) t)
9064 different buffer menu using the function `msb'." t nil) 9140 different buffer menu using the function `msb'." t nil)
9065 9141
9066 ;;;*** 9142 ;;;***
9067 9143
9068 ;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods 9144 ;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods
9069 ;;;;;; list-fontsets describe-fontset describe-font list-coding-systems 9145 ;;;;;; list-fontsets describe-fontset describe-font list-coding-categories
9070 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly 9146 ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
9071 ;;;;;; describe-coding-system list-character-sets) "mule-diag" "international/mule-diag.el" 9147 ;;;;;; describe-coding-system list-character-sets) "mule-diag" "international/mule-diag.el"
9072 ;;;;;; (14184 58903)) 9148 ;;;;;; (14406 33643))
9073 ;;; Generated autoloads from international/mule-diag.el 9149 ;;; Generated autoloads from international/mule-diag.el
9074 9150
9075 (autoload (quote list-character-sets) "mule-diag" "\ 9151 (autoload (quote list-character-sets) "mule-diag" "\
9076 Display a list of all character sets. 9152 Display a list of all character sets.
9077 9153
9118 This shows the mnemonic letter, name, and description of each coding system. 9194 This shows the mnemonic letter, name, and description of each coding system.
9119 9195
9120 With prefix arg, the output format gets more cryptic, 9196 With prefix arg, the output format gets more cryptic,
9121 but still contains full information about each coding system." t nil) 9197 but still contains full information about each coding system." t nil)
9122 9198
9199 (autoload (quote list-coding-categories) "mule-diag" "\
9200 Display a list of all coding categories." nil nil)
9201
9123 (autoload (quote describe-font) "mule-diag" "\ 9202 (autoload (quote describe-font) "mule-diag" "\
9124 Display information about fonts which partially match FONTNAME." t nil) 9203 Display information about fonts which partially match FONTNAME." t nil)
9125 9204
9126 (autoload (quote describe-fontset) "mule-diag" "\ 9205 (autoload (quote describe-fontset) "mule-diag" "\
9127 Display information of FONTSET. 9206 Display information of FONTSET.
9174 ;;;;;; detect-coding-with-priority coding-system-equal coding-system-translation-table-for-encode 9253 ;;;;;; detect-coding-with-priority coding-system-equal coding-system-translation-table-for-encode
9175 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 9254 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
9176 ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic 9255 ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic
9177 ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width 9256 ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width
9178 ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" 9257 ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el"
9179 ;;;;;; (14184 58943)) 9258 ;;;;;; (14407 39556))
9180 ;;; Generated autoloads from international/mule-util.el 9259 ;;; Generated autoloads from international/mule-util.el
9181 9260
9182 (autoload (quote string-to-sequence) "mule-util" "\ 9261 (autoload (quote string-to-sequence) "mule-util" "\
9183 Convert STRING to a sequence of TYPE which contains characters in STRING. 9262 Convert STRING to a sequence of TYPE which contains characters in STRING.
9184 TYPE should be `list' or `vector'." nil nil) 9263 TYPE should be `list' or `vector'." nil nil)
9190 (autoload (quote store-substring) "mule-util" "\ 9269 (autoload (quote store-substring) "mule-util" "\
9191 Embed OBJ (string or character) at index IDX of STRING." nil nil) 9270 Embed OBJ (string or character) at index IDX of STRING." nil nil)
9192 9271
9193 (autoload (quote truncate-string-to-width) "mule-util" "\ 9272 (autoload (quote truncate-string-to-width) "mule-util" "\
9194 Truncate string STR to end at column END-COLUMN. 9273 Truncate string STR to end at column END-COLUMN.
9195 The optional 2nd arg START-COLUMN, if non-nil, specifies 9274 The optional 3rd arg START-COLUMN, if non-nil, specifies
9196 the starting column; that means to return the characters occupying 9275 the starting column; that means to return the characters occupying
9197 columns START-COLUMN ... END-COLUMN of STR. 9276 columns START-COLUMN ... END-COLUMN of STR.
9198 9277
9199 The optional 3rd arg PADDING, if non-nil, specifies a padding character 9278 The optional 4th arg PADDING, if non-nil, specifies a padding character
9200 to add at the end of the result if STR doesn't reach column END-COLUMN, 9279 to add at the end of the result if STR doesn't reach column END-COLUMN,
9201 or if END-COLUMN comes in the middle of a character in STR. 9280 or if END-COLUMN comes in the middle of a character in STR.
9202 PADDING is also added at the beginning of the result 9281 PADDING is also added at the beginning of the result
9203 if column START-COLUMN appears in the middle of a character in STR. 9282 if column START-COLUMN appears in the middle of a character in STR.
9204 9283
9333 If TYPE is omitted or is `string', composition rules are omitted 9412 If TYPE is omitted or is `string', composition rules are omitted
9334 even if WITH-COMPOSITION-RULE is t." nil nil) 9413 even if WITH-COMPOSITION-RULE is t." nil nil)
9335 9414
9336 ;;;*** 9415 ;;;***
9337 9416
9417 ;;;### (autoloads (mwheel-install) "mwheel" "mwheel.el" (14378 51930))
9418 ;;; Generated autoloads from mwheel.el
9419
9420 (autoload (quote mwheel-install) "mwheel" "\
9421 Enable mouse wheel support." nil nil)
9422
9423 ;;;***
9424
9338 ;;;### (autoloads (network-connection network-connection-to-service 9425 ;;;### (autoloads (network-connection network-connection-to-service
9339 ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 9426 ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
9340 ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net-utils.el" 9427 ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net-utils.el"
9341 ;;;;;; (14344 1016)) 9428 ;;;;;; (14385 24830))
9342 ;;; Generated autoloads from net-utils.el 9429 ;;; Generated autoloads from net-utils.el
9343 9430
9344 (autoload (quote traceroute) "net-utils" "\ 9431 (autoload (quote traceroute) "net-utils" "\
9345 Run traceroute program for TARGET." t nil) 9432 Run traceroute program for TARGET." t nil)
9346 9433
9516 (defalias (quote run-octave) (quote inferior-octave)) 9603 (defalias (quote run-octave) (quote inferior-octave))
9517 9604
9518 ;;;*** 9605 ;;;***
9519 9606
9520 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 9607 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
9521 ;;;;;; (14263 35724)) 9608 ;;;;;; (14358 1330))
9522 ;;; Generated autoloads from progmodes/octave-mod.el 9609 ;;; Generated autoloads from progmodes/octave-mod.el
9523 9610
9524 (autoload (quote octave-mode) "octave-mod" "\ 9611 (autoload (quote octave-mode) "octave-mod" "\
9525 Major mode for editing Octave code. 9612 Major mode for editing Octave code.
9526 9613
9920 for the existing fields and displays a corresponding form." t nil) 10007 for the existing fields and displays a corresponding form." t nil)
9921 10008
9922 ;;;*** 10009 ;;;***
9923 10010
9924 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 10011 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
9925 ;;;;;; (14347 62026)) 10012 ;;;;;; (14348 33291))
9926 ;;; Generated autoloads from textmodes/picture.el 10013 ;;; Generated autoloads from textmodes/picture.el
9927 10014
9928 (autoload (quote picture-mode) "picture" "\ 10015 (autoload (quote picture-mode) "picture" "\
9929 Switch to Picture mode, in which a quarter-plane screen model is used. 10016 Switch to Picture mode, in which a quarter-plane screen model is used.
9930 Printing characters replace instead of inserting themselves with motion 10017 Printing characters replace instead of inserting themselves with motion
10029 (autoload (quote run-prolog) "prolog" "\ 10116 (autoload (quote run-prolog) "prolog" "\
10030 Run an inferior Prolog process, input and output via buffer *prolog*." t nil) 10117 Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
10031 10118
10032 ;;;*** 10119 ;;;***
10033 10120
10034 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14346 42642)) 10121 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14353 44101))
10035 ;;; Generated autoloads from ps-bdf.el 10122 ;;; Generated autoloads from ps-bdf.el
10036 10123
10037 (defvar bdf-directory-list (if (eq system-type (quote ms-dos)) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 10124 (defvar bdf-directory-list (if (eq system-type (quote ms-dos)) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
10038 *List of directories to search for `BDF' font files. 10125 *List of directories to search for `BDF' font files.
10039 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") 10126 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
10040 10127
10041 ;;;*** 10128 ;;;***
10042 10129
10043 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14339 10130 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14380
10044 ;;;;;; 19431)) 10131 ;;;;;; 3795))
10045 ;;; Generated autoloads from progmodes/ps-mode.el 10132 ;;; Generated autoloads from progmodes/ps-mode.el
10046 10133
10047 (autoload (quote ps-mode) "ps-mode" "\ 10134 (autoload (quote ps-mode) "ps-mode" "\
10048 Major mode for editing PostScript with GNU Emacs. 10135 Major mode for editing PostScript with GNU Emacs.
10049 10136
10054 10141
10055 ps-mode-auto-indent 10142 ps-mode-auto-indent
10056 ps-mode-tab 10143 ps-mode-tab
10057 ps-mode-paper-size 10144 ps-mode-paper-size
10058 ps-mode-print-function 10145 ps-mode-print-function
10059 ps-run-tmp-dir
10060 ps-run-prompt 10146 ps-run-prompt
10147 ps-run-font-lock-keywords-2
10061 ps-run-x 10148 ps-run-x
10062 ps-run-dumb 10149 ps-run-dumb
10063 ps-run-init 10150 ps-run-init
10064 ps-run-error-line-numbers 10151 ps-run-error-line-numbers
10152 ps-run-tmp-dir
10065 10153
10066 Type \\[describe-variable] for documentation on these options. 10154 Type \\[describe-variable] for documentation on these options.
10067 10155
10068 10156
10069 \\{ps-mode-map} 10157 \\{ps-mode-map}
10085 10173
10086 ;;;*** 10174 ;;;***
10087 10175
10088 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize 10176 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize
10089 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font) 10177 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font)
10090 ;;;;;; "ps-mule" "ps-mule.el" (14346 42638)) 10178 ;;;;;; "ps-mule" "ps-mule.el" (14393 17619))
10091 ;;; Generated autoloads from ps-mule.el 10179 ;;; Generated autoloads from ps-mule.el
10092 10180
10093 (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\ 10181 (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
10094 Setup special ASCII font for STRING. 10182 Setup special ASCII font for STRING.
10095 STRING should contain only ASCII characters." nil nil) 10183 STRING should contain only ASCII characters." nil nil)
10123 10211
10124 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region 10212 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
10125 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 10213 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
10126 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 10214 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
10127 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 10215 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
10128 ;;;;;; ps-print-buffer ps-paper-type) "ps-print" "ps-print.el" (14349 10216 ;;;;;; ps-print-buffer ps-paper-type) "ps-print" "ps-print.el" (14398
10129 ;;;;;; 4603)) 10217 ;;;;;; 37488))
10130 ;;; Generated autoloads from ps-print.el 10218 ;;; Generated autoloads from ps-print.el
10131 10219
10132 (defvar ps-paper-type (quote letter) "\ 10220 (defvar ps-paper-type (quote letter) "\
10133 *Specify the size of paper to format for. 10221 *Specify the size of paper to format for.
10134 Should be one of the paper types defined in `ps-page-dimensions-database', for 10222 Should be one of the paper types defined in `ps-page-dimensions-database', for
10411 10499
10412 ;;;*** 10500 ;;;***
10413 10501
10414 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 10502 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
10415 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 10503 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
10416 ;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14344 1017)) 10504 ;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14388 11185))
10417 ;;; Generated autoloads from quickurl.el 10505 ;;; Generated autoloads from quickurl.el
10418 10506
10419 (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 10507 (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
10420 Example `quickurl-postfix' text that adds a local variable to the 10508 Example `quickurl-postfix' text that adds a local variable to the
10421 `quickurl-url-file' so that if you edit it by hand it will ensure that 10509 `quickurl-url-file' so that if you edit it by hand it will ensure that
10467 See \\[compile]." t nil) 10555 See \\[compile]." t nil)
10468 10556
10469 ;;;*** 10557 ;;;***
10470 10558
10471 ;;;### (autoloads (recentf-cleanup recentf-save-list recentf-mode) 10559 ;;;### (autoloads (recentf-cleanup recentf-save-list recentf-mode)
10472 ;;;;;; "recentf" "recentf.el" (14339 41776)) 10560 ;;;;;; "recentf" "recentf.el" (14385 19861))
10473 ;;; Generated autoloads from recentf.el 10561 ;;; Generated autoloads from recentf.el
10474 10562
10475 (autoload (quote recentf-mode) "recentf" "\ 10563 (autoload (quote recentf-mode) "recentf" "\
10476 Toggle recentf mode. 10564 Toggle recentf mode.
10477 With prefix ARG, turn recentf mode on if and only if ARG is positive. 10565 With prefix ARG, turn recentf mode on if and only if ARG is positive.
10684 can be modified by the global variable `repeat-on-final-keystroke'." t nil) 10772 can be modified by the global variable `repeat-on-final-keystroke'." t nil)
10685 10773
10686 ;;;*** 10774 ;;;***
10687 10775
10688 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 10776 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
10689 ;;;;;; (13651 33206)) 10777 ;;;;;; (14356 24412))
10690 ;;; Generated autoloads from mail/reporter.el 10778 ;;; Generated autoloads from mail/reporter.el
10691 10779
10692 (autoload (quote reporter-submit-bug-report) "reporter" nil nil nil) 10780 (autoload (quote reporter-submit-bug-report) "reporter" "\
10781 Begin submitting a bug report via email.
10782
10783 ADDRESS is the email address for the package's maintainer. PKGNAME is
10784 the name of the package (if you want to include version numbers,
10785 you must put them into PKGNAME before calling this function).
10786
10787 VARLIST is the list of variables to dump (see `reporter-dump-state'
10788 for details). The optional argument PRE-HOOKS and POST-HOOKS are
10789 passed to `reporter-dump-state'. Optional argument SALUTATION is text
10790 to be inserted at the top of the mail buffer; in that case, point is
10791 left after that text.
10792
10793 This function prompts for a summary if `reporter-prompt-for-summary-p'
10794 is non-nil.
10795
10796 This function does not send a message; it uses the given information
10797 to initialize a a messagem, which the user can then edit and finally send
10798 \(or decline to send). The variable `mail-user-agent' controls which
10799 mail-sending package is used for editing and sending the message." nil nil)
10693 10800
10694 ;;;*** 10801 ;;;***
10695 10802
10696 ;;;### (autoloads (reposition-window) "reposition" "reposition.el" 10803 ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
10697 ;;;;;; (13229 29317)) 10804 ;;;;;; (13229 29317))
10786 ;;;### (autoloads (rmail-set-pop-password rmail-input rmail-mode 10893 ;;;### (autoloads (rmail-set-pop-password rmail-input rmail-mode
10787 ;;;;;; rmail rmail-enable-mime rmail-secondary-file-regexp rmail-secondary-file-directory 10894 ;;;;;; rmail rmail-enable-mime rmail-secondary-file-regexp rmail-secondary-file-directory
10788 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 10895 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
10789 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 10896 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
10790 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 10897 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
10791 ;;;;;; "rmail" "mail/rmail.el" (14344 1068)) 10898 ;;;;;; "rmail" "mail/rmail.el" (14384 5882))
10792 ;;; Generated autoloads from mail/rmail.el 10899 ;;; Generated autoloads from mail/rmail.el
10793 10900
10794 (defvar rmail-dont-reply-to-names nil "\ 10901 (defvar rmail-dont-reply-to-names nil "\
10795 *A regexp specifying names to prune of reply to messages. 10902 *A regexp specifying names to prune of reply to messages.
10796 A value of nil means exclude your own login name as an address 10903 A value of nil means exclude your own login name as an address
10961 Set PASSWORD to be used for retrieving mail from a POP server." t nil) 11068 Set PASSWORD to be used for retrieving mail from a POP server." t nil)
10962 11069
10963 ;;;*** 11070 ;;;***
10964 11071
10965 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 11072 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
10966 ;;;;;; (13738 33907)) 11073 ;;;;;; (14387 64145))
10967 ;;; Generated autoloads from mail/rmailedit.el 11074 ;;; Generated autoloads from mail/rmailedit.el
10968 11075
10969 (autoload (quote rmail-edit-current-message) "rmailedit" "\ 11076 (autoload (quote rmail-edit-current-message) "rmailedit" "\
10970 Edit the contents of this message." t nil) 11077 Edit the contents of this message." t nil)
10971 11078
11256 11363
11257 \\{gnus-score-mode-map}" t nil) 11364 \\{gnus-score-mode-map}" t nil)
11258 11365
11259 ;;;*** 11366 ;;;***
11260 11367
11261 ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (13552 11368 ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381
11262 ;;;;;; 24904)) 11369 ;;;;;; 55098))
11263 ;;; Generated autoloads from textmodes/scribe.el 11370 ;;; Generated autoloads from textmodes/scribe.el
11264 11371
11265 (autoload (quote scribe-mode) "scribe" "\ 11372 (autoload (quote scribe-mode) "scribe" "\
11266 Major mode for editing files of Scribe (a text formatter) source. 11373 Major mode for editing files of Scribe (a text formatter) source.
11267 Scribe-mode is similar text-mode, with a few extra commands added. 11374 Scribe-mode is similar to text-mode, with a few extra commands added.
11268 \\{scribe-mode-map} 11375 \\{scribe-mode-map}
11269 11376
11270 Interesting variables: 11377 Interesting variables:
11271 11378
11272 scribe-fancy-paragraphs 11379 scribe-fancy-paragraphs
11458 Prefix arg means just kill any existing server communications subprocess." t nil) 11565 Prefix arg means just kill any existing server communications subprocess." t nil)
11459 11566
11460 ;;;*** 11567 ;;;***
11461 11568
11462 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 11569 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
11463 ;;;;;; (14248 37407)) 11570 ;;;;;; (14363 23704))
11464 ;;; Generated autoloads from textmodes/sgml-mode.el 11571 ;;; Generated autoloads from textmodes/sgml-mode.el
11465 11572
11466 (autoload (quote sgml-mode) "sgml-mode" "\ 11573 (autoload (quote sgml-mode) "sgml-mode" "\
11467 Major mode for editing SGML documents. 11574 Major mode for editing SGML documents.
11468 Makes > match <. Makes / blink matching /. 11575 Makes > match <. Makes / blink matching /.
11837 symmetrical ones, and the same character twice for the others." t nil) 11944 symmetrical ones, and the same character twice for the others." t nil)
11838 11945
11839 ;;;*** 11946 ;;;***
11840 11947
11841 ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 11948 ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
11842 ;;;;;; (14344 1070)) 11949 ;;;;;; (14342 21398))
11843 ;;; Generated autoloads from mail/smtpmail.el 11950 ;;; Generated autoloads from mail/smtpmail.el
11844 11951
11845 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 11952 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
11846 11953
11847 ;;;*** 11954 ;;;***
12151 From a program takes two point or marker arguments, BEG and END." t nil) 12258 From a program takes two point or marker arguments, BEG and END." t nil)
12152 12259
12153 ;;;*** 12260 ;;;***
12154 12261
12155 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 12262 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
12156 ;;;;;; "speedbar.el" (14281 35833)) 12263 ;;;;;; "speedbar.el" (14403 56247))
12157 ;;; Generated autoloads from speedbar.el 12264 ;;; Generated autoloads from speedbar.el
12158 12265
12159 (defalias (quote speedbar) (quote speedbar-frame-mode)) 12266 (defalias (quote speedbar) (quote speedbar-frame-mode))
12160 12267
12161 (autoload (quote speedbar-frame-mode) "speedbar" "\ 12268 (autoload (quote speedbar-frame-mode) "speedbar" "\
12213 Return a vector containing the lines from `spook-phrases-file'." nil nil) 12320 Return a vector containing the lines from `spook-phrases-file'." nil nil)
12214 12321
12215 ;;;*** 12322 ;;;***
12216 12323
12217 ;;;### (autoloads (sql-postgres sql-mode sql-help) "sql" "progmodes/sql.el" 12324 ;;;### (autoloads (sql-postgres sql-mode sql-help) "sql" "progmodes/sql.el"
12218 ;;;;;; (14321 57663)) 12325 ;;;;;; (14395 64503))
12219 ;;; Generated autoloads from progmodes/sql.el 12326 ;;; Generated autoloads from progmodes/sql.el
12220 12327
12221 (autoload (quote sql-help) "sql" "\ 12328 (autoload (quote sql-help) "sql" "\
12222 Show short help for the SQL modes. 12329 Show short help for the SQL modes.
12223 12330
12381 > M-x strokes-decode-buffer" t nil) 12488 > M-x strokes-decode-buffer" t nil)
12382 12489
12383 ;;;*** 12490 ;;;***
12384 12491
12385 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 12492 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
12386 ;;;;;; (14192 4758)) 12493 ;;;;;; (14385 23097))
12387 ;;; Generated autoloads from mail/supercite.el 12494 ;;; Generated autoloads from mail/supercite.el
12388 12495
12389 (autoload (quote sc-cite-original) "supercite" "\ 12496 (autoload (quote sc-cite-original) "supercite" "\
12390 Workhorse citing function which performs the initial citation. 12497 Workhorse citing function which performs the initial citation.
12391 This is callable from the various mail and news readers' reply 12498 This is callable from the various mail and news readers' reply
12615 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command 12722 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
12616 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names 12723 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
12617 ;;;;;; tex-start-options-string slitex-run-command latex-run-command 12724 ;;;;;; tex-start-options-string slitex-run-command latex-run-command
12618 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 12725 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
12619 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 12726 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
12620 ;;;;;; (14280 10460)) 12727 ;;;;;; (14365 34873))
12621 ;;; Generated autoloads from textmodes/tex-mode.el 12728 ;;; Generated autoloads from textmodes/tex-mode.el
12622 12729
12623 (defvar tex-shell-file-name nil "\ 12730 (defvar tex-shell-file-name nil "\
12624 *If non-nil, the shell file name to run in the subshell used to run TeX.") 12731 *If non-nil, the shell file name to run in the subshell used to run TeX.")
12625 12732
12708 12815
12709 (defvar tex-show-queue-command "lpq" "\ 12816 (defvar tex-show-queue-command "lpq" "\
12710 *Command used by \\[tex-show-print-queue] to show the print queue. 12817 *Command used by \\[tex-show-print-queue] to show the print queue.
12711 Should show the queue(s) that \\[tex-print] puts jobs on.") 12818 Should show the queue(s) that \\[tex-print] puts jobs on.")
12712 12819
12713 (defvar tex-default-mode (quote plain-tex-mode) "\ 12820 (defvar tex-default-mode (quote latex-mode) "\
12714 *Mode to enter for a new file that might be either TeX or LaTeX. 12821 *Mode to enter for a new file that might be either TeX or LaTeX.
12715 This variable is used when it can't be determined whether the file 12822 This variable is used when it can't be determined whether the file
12716 is plain TeX or LaTeX or what because the file contains no commands. 12823 is plain TeX or LaTeX or what because the file contains no commands.
12717 Normally set to either `plain-tex-mode' or `latex-mode'.") 12824 Normally set to either `plain-tex-mode' or `latex-mode'.")
12718 12825
13138 13245
13139 (autoload (quote tibetan-pre-write-conversion) "tibet-util" nil nil nil) 13246 (autoload (quote tibetan-pre-write-conversion) "tibet-util" nil nil nil)
13140 13247
13141 ;;;*** 13248 ;;;***
13142 13249
13250 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
13251 ;;;;;; (14357 30776))
13252 ;;; Generated autoloads from textmodes/tildify.el
13253
13254 (autoload (quote tildify-region) "tildify" "\
13255 Add hard spaces in the region between BEG and END.
13256 See variables `tildify-pattern-alist', `tildify-string-alist', and
13257 `tildify-ignored-environments-alist' for information about configuration
13258 parameters.
13259 This function performs no refilling of the changed text." t nil)
13260
13261 (autoload (quote tildify-buffer) "tildify" "\
13262 Add hard spaces in the current buffer.
13263 See variables `tildify-pattern-alist', `tildify-string-alist', and
13264 `tildify-ignored-environments-alist' for information about configuration
13265 parameters.
13266 This function performs no refilling of the changed text." t nil)
13267
13268 ;;;***
13269
13143 ;;;### (autoloads (display-time-mode display-time display-time-day-and-date 13270 ;;;### (autoloads (display-time-mode display-time display-time-day-and-date
13144 ;;;;;; display-time-mode) "time" "time.el" (14321 15854)) 13271 ;;;;;; display-time-mode) "time" "time.el" (14321 15854))
13145 ;;; Generated autoloads from time.el 13272 ;;; Generated autoloads from time.el
13146 13273
13147 (defvar display-time-mode nil "\ 13274 (defvar display-time-mode nil "\
13634 Convert Rmail file FILE to system inbox format file TO-FILE." t nil) 13761 Convert Rmail file FILE to system inbox format file TO-FILE." t nil)
13635 13762
13636 ;;;*** 13763 ;;;***
13637 13764
13638 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 13765 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
13639 ;;;;;; "userlock" "userlock.el" (13324 18702)) 13766 ;;;;;; "userlock" "userlock.el" (14365 43297))
13640 ;;; Generated autoloads from userlock.el 13767 ;;; Generated autoloads from userlock.el
13641 13768
13642 (autoload (quote ask-user-about-lock) "userlock" "\ 13769 (autoload (quote ask-user-about-lock) "userlock" "\
13643 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. 13770 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
13644 This function has a choice of three things to do: 13771 This function has a choice of three things to do:
13645 do (signal 'buffer-file-locked (list FILE OPPONENT)) 13772 do (signal 'file-locked (list FILE OPPONENT))
13646 to refrain from editing the file 13773 to refrain from editing the file
13647 return t (grab the lock on the file) 13774 return t (grab the lock on the file)
13648 return nil (edit the file even though it is locked). 13775 return nil (edit the file even though it is locked).
13649 You can redefine this function to choose among those three alternatives 13776 You can redefine this function to choose among those three alternatives
13650 in any way you like." nil nil) 13777 in any way you like." nil nil)
13663 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file 13790 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
13664 ;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot 13791 ;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot
13665 ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge 13792 ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge
13666 ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register 13793 ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register
13667 ;;;;;; vc-next-action edit-vc-file with-vc-file vc-annotate-mode-hook 13794 ;;;;;; vc-next-action edit-vc-file with-vc-file vc-annotate-mode-hook
13668 ;;;;;; vc-before-checkin-hook vc-checkin-hook) "vc" "vc.el" (14344 13795 ;;;;;; vc-before-checkin-hook vc-checkin-hook) "vc" "vc.el" (14406
13669 ;;;;;; 1029)) 13796 ;;;;;; 32852))
13670 ;;; Generated autoloads from vc.el 13797 ;;; Generated autoloads from vc.el
13671 13798
13672 (defvar vc-checkin-hook nil "\ 13799 (defvar vc-checkin-hook nil "\
13673 *Normal hook (list of functions) run after a checkin is done. 13800 *Normal hook (list of functions) run after a checkin is done.
13674 See `run-hooks'.") 13801 See `run-hooks'.")
13816 colors. `vc-annotate-background' specifies the background color." t nil) 13943 colors. `vc-annotate-background' specifies the background color." t nil)
13817 13944
13818 ;;;*** 13945 ;;;***
13819 13946
13820 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 13947 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
13821 ;;;;;; (14177 58116)) 13948 ;;;;;; (14385 10956))
13822 ;;; Generated autoloads from progmodes/vhdl-mode.el 13949 ;;; Generated autoloads from progmodes/vhdl-mode.el
13823 13950
13824 (autoload (quote vhdl-mode) "vhdl-mode" "\ 13951 (autoload (quote vhdl-mode) "vhdl-mode" "\
13825 Major mode for editing VHDL code. 13952 Major mode for editing VHDL code.
13826 13953
14370 Turn on VIP emulation of VI." t nil) 14497 Turn on VIP emulation of VI." t nil)
14371 14498
14372 ;;;*** 14499 ;;;***
14373 14500
14374 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 14501 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
14375 ;;;;;; (13691 18367)) 14502 ;;;;;; (14367 2196))
14376 ;;; Generated autoloads from emulation/viper.el 14503 ;;; Generated autoloads from emulation/viper.el
14377 14504
14378 (autoload (quote toggle-viper-mode) "viper" "\ 14505 (autoload (quote toggle-viper-mode) "viper" "\
14379 Toggle Viper on/off. 14506 Toggle Viper on/off.
14380 If Viper is enabled, turn it off. Otherwise, turn it on." t nil) 14507 If Viper is enabled, turn it off. Otherwise, turn it on." t nil)
14381 14508
14382 (autoload (quote viper-mode) "viper" "\ 14509 (autoload (quote viper-mode) "viper" "\
14383 Turn on Viper emulation of Vi." t nil) 14510 Turn on Viper emulation of Vi." t nil)
14384 14511
14385 ;;;*** 14512 ;;;***
14423 14550
14424 ;;;*** 14551 ;;;***
14425 14552
14426 ;;;### (autoloads (whitespace-describe whitespace-cleanup-region 14553 ;;;### (autoloads (whitespace-describe whitespace-cleanup-region
14427 ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" 14554 ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace"
14428 ;;;;;; "whitespace.el" (14304 12245)) 14555 ;;;;;; "whitespace.el" (14364 19064))
14429 ;;; Generated autoloads from whitespace.el 14556 ;;; Generated autoloads from whitespace.el
14430 14557
14431 (autoload (quote whitespace-buffer) "whitespace" "\ 14558 (autoload (quote whitespace-buffer) "whitespace" "\
14432 Find five different types of white spaces in buffer: 14559 Find five different types of white spaces in buffer:
14433 14560
14467 4. Spaces followed by a TAB. (Almost always, we never want that). 14594 4. Spaces followed by a TAB. (Almost always, we never want that).
14468 5. Spaces or TABS at the end of a line. 14595 5. Spaces or TABS at the end of a line.
14469 14596
14470 Whitespace errors are reported in a buffer, and on the modeline. 14597 Whitespace errors are reported in a buffer, and on the modeline.
14471 14598
14472 Modeline will show a W:<x> to denote a particular type of whitespace, where 14599 Modeline will show a W:<x>!<y> to denote a particular type of whitespace,
14473 `x' can be one (or more) of: 14600 where `x' and `y' can be one (or more) of:
14474 14601
14475 e - End-of-Line whitespace. 14602 e - End-of-Line whitespace.
14476 i - Indentation whitespace. 14603 i - Indentation whitespace.
14477 l - Leading whitespace. 14604 l - Leading whitespace.
14478 s - Space followed by Tab. 14605 s - Space followed by Tab.
14479 t - Trailing whitespace. 14606 t - Trailing whitespace.
14480 14607
14481 If any of the whitespace checks is turned off, the modeline will display a 14608 If any of the whitespace checks is turned off, the modeline will display a
14482 Woff:<x>, where `x' can be one (or more) of the above. 14609 !<y>.
14483 14610
14484 (since (3) is the most controversial one, here is the rationale: Most 14611 (since (3) is the most controversial one, here is the rationale: Most
14485 terminal drivers and printer drivers have TAB configured or even 14612 terminal drivers and printer drivers have TAB configured or even
14486 hardcoded to be 8 spaces. (Some of them allow configuration, but almost 14613 hardcoded to be 8 spaces. (Some of them allow configuration, but almost
14487 always they default to 8.) 14614 always they default to 8.)
14526 With arg, turn widget mode on if and only if arg is positive." t nil) 14653 With arg, turn widget mode on if and only if arg is positive." t nil)
14527 14654
14528 ;;;*** 14655 ;;;***
14529 14656
14530 ;;;### (autoloads (widget-delete widget-create widget-prompt-value) 14657 ;;;### (autoloads (widget-delete widget-create widget-prompt-value)
14531 ;;;;;; "wid-edit" "wid-edit.el" (14301 537)) 14658 ;;;;;; "wid-edit" "wid-edit.el" (14375 20322))
14532 ;;; Generated autoloads from wid-edit.el 14659 ;;; Generated autoloads from wid-edit.el
14533 14660
14534 (autoload (quote widget-prompt-value) "wid-edit" "\ 14661 (autoload (quote widget-prompt-value) "wid-edit" "\
14535 Prompt for a value matching WIDGET, using PROMPT. 14662 Prompt for a value matching WIDGET, using PROMPT.
14536 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil) 14663 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil)