Your IP : 216.73.216.48


Current Path : /usr/X11R6/share/emacs/24.5/lisp/
Upload File :
Current File : //usr/X11R6/share/emacs/24.5/lisp/startup.elc

;ELC
;;; Compiled
;;; in Emacs version 24.5
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\301\302\207" [top-level (normal-top-level) nil] 1)
#@47 Non-nil once command line has been processed.
(defvar command-line-processed nil (#$ . 473))
(byte-code "\300\301\302\303\304\305%\210\306\307\310\311\312DD\313\314\315\316\317\304\301&	\210\306\320\310\311\321DD\322\314\323\304\301&\210\324\325\320\"\210\324\326\320\"\207" [custom-declare-group initialization nil "Emacs start-up procedure." :group environment custom-declare-variable initial-buffer-choice funcall function #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Buffer to show after starting Emacs.\nIf the value is nil and `inhibit-startup-screen' is nil, show the\nstartup screen.  If the value is a string, switch to a buffer\nvisiting the file or directory that the string specifies.  If the\nvalue is a function, call it with no arguments and switch to the buffer\nthat it returns.  If t, open the `*scratch*' buffer.\n\nIf you use `emacsclient' with no target file, then it obeys any\nstring or function value that this variable has." :type (choice (const :tag "Startup screen" nil) (directory :tag "Directory" :value "~/") (file :tag "File" :value "~/.emacs") (const :tag "Remember Mode notes buffer" remember-notes) (function :tag "Function") (const :tag "Lisp scratch buffer" t)) :version "23.1" inhibit-startup-screen #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Non-nil inhibits the startup screen.\n\nThis is for use in your personal init file (but NOT site-start.el),\nonce you are familiar with the contents of the startup screen." boolean defvaralias inhibit-splash-screen inhibit-startup-message] 10)
(defvar startup-screen-inhibit-startup-screen nil)
(byte-code "\300\301\302\303\304DD\305\306\307\310\311&\210\300\312\302\303\313DD\314\306\315\310\311&\210\300\316\302\303\317DD\320\306\315\310\311&\207" [custom-declare-variable inhibit-startup-echo-area-message funcall function #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Non-nil inhibits the initial startup echo area message.\nSetting this variable takes effect\nonly if you do it with the customization buffer\nor if your init file contains a line of this form:\n (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\")\nIf your init file is byte-compiled, use the following form\ninstead:\n (eval '(setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\"))\nThus, someone else using a copy of your init file will see the\nstartup message unless he personally acts to inhibit it." :type (choice (const :tag "Don't inhibit") (string :tag "Enter your user name, to inhibit")) :group initialization inhibit-default-init #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Non-nil inhibits loading the `default' library." boolean inhibit-startup-buffer-menu #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Non-nil inhibits display of buffer list when more than 2 files are loaded."] 8)
#@232 Alist of command-line switches.
Elements look like (SWITCH-STRING . HANDLER-FUNCTION).
HANDLER-FUNCTION receives the switch string as its sole argument;
the remaining command-line args are in the variable `command-line-args-left'.
(defvar command-switch-alist nil (#$ . 3201))
#@46 List of command-line args not yet processed.
(defvar command-line-args-left nil (#$ . 3484))
(byte-code "\300\301\302\303#\210\304\301!\207" [defvaralias argv command-line-args-left "List of command-line args not yet processed.\nThis is a convenience alias, so that one can write (pop argv)\ninside of --eval command line arguments in order to access\nfollowing arguments." internal-make-var-non-special] 4)
#@32 Current command-line argument.
(defvar argi nil (#$ . 3898))
(internal-make-var-non-special 'argi)
#@398 List of functions to process unrecognized command-line arguments.
Each function should access the dynamically bound variables
`argi' (the current argument) and `command-line-args-left' (the remaining
arguments).  The function should return non-nil only if it recognizes and
processes `argi'.  If it does so, it may consume successive arguments by
altering `command-line-args-left' to remove them.
(defvar command-line-functions nil (#$ . 4004))
#@122 Default directory to use for command line arguments.
This is normally copied from `default-directory' when Emacs starts.
(defvar command-line-default-directory nil (#$ . 4456))
#@446 Alist of X Windows options.
Each element has the form
  (NAME NUMARGS HANDLER FRAME-PARAM VALUE)
where NAME is the option name string, NUMARGS is the number of arguments
that the option accepts, HANDLER is a function to call to handle the option.
FRAME-PARAM (optional) is the frame parameter this option specifies,
and VALUE is the value which is given to that frame parameter
(most options use the argument for this, so VALUE is not present).
(defconst command-line-x-option-alist '(("-bw" 1 x-handle-numeric-switch border-width) ("-d" 1 x-handle-display) ("-display" 1 x-handle-display) ("-name" 1 x-handle-name-switch) ("-title" 1 x-handle-switch title) ("-T" 1 x-handle-switch title) ("-r" 0 x-handle-switch reverse t) ("-rv" 0 x-handle-switch reverse t) ("-reverse" 0 x-handle-switch reverse t) ("-reverse-video" 0 x-handle-switch reverse t) ("-fn" 1 x-handle-switch font) ("-font" 1 x-handle-switch font) ("-fs" 0 x-handle-initial-switch fullscreen fullboth) ("-fw" 0 x-handle-initial-switch fullscreen fullwidth) ("-fh" 0 x-handle-initial-switch fullscreen fullheight) ("-mm" 0 x-handle-initial-switch fullscreen maximized) ("-ib" 1 x-handle-numeric-switch internal-border-width) ("-g" 1 x-handle-geometry) ("-lsp" 1 x-handle-numeric-switch line-spacing) ("-geometry" 1 x-handle-geometry) ("-fg" 1 x-handle-switch foreground-color) ("-foreground" 1 x-handle-switch foreground-color) ("-bg" 1 x-handle-switch background-color) ("-background" 1 x-handle-switch background-color) ("-ms" 1 x-handle-switch mouse-color) ("-nbi" 0 x-handle-switch icon-type nil) ("-iconic" 0 x-handle-iconic) ("-xrm" 1 x-handle-xrm-switch) ("-cr" 1 x-handle-switch cursor-color) ("-vb" 0 x-handle-switch vertical-scroll-bars t) ("-hb" 0 x-handle-switch horizontal-scroll-bars t) ("-bd" 1 x-handle-switch) ("--border-width" 1 x-handle-numeric-switch border-width) ("--display" 1 x-handle-display) ("--name" 1 x-handle-name-switch) ("--title" 1 x-handle-switch title) ("--reverse-video" 0 x-handle-switch reverse t) ("--font" 1 x-handle-switch font) ("--fullscreen" 0 x-handle-initial-switch fullscreen fullboth) ("--fullwidth" 0 x-handle-initial-switch fullscreen fullwidth) ("--fullheight" 0 x-handle-initial-switch fullscreen fullheight) ("--maximized" 0 x-handle-initial-switch fullscreen maximized) ("--internal-border" 1 x-handle-numeric-switch internal-border-width) ("--geometry" 1 x-handle-geometry) ("--foreground-color" 1 x-handle-switch foreground-color) ("--background-color" 1 x-handle-switch background-color) ("--mouse-color" 1 x-handle-switch mouse-color) ("--no-bitmap-icon" 0 x-handle-no-bitmap-icon) ("--iconic" 0 x-handle-iconic) ("--xrm" 1 x-handle-xrm-switch) ("--cursor-color" 1 x-handle-switch cursor-color) ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) ("--line-spacing" 1 x-handle-numeric-switch line-spacing) ("--border-color" 1 x-handle-switch border-color) ("--smid" 1 x-handle-smid) ("--parent-id" 1 x-handle-parent-id)) (#$ . 4640))
#@439 Alist of NS options.
Each element has the form
  (NAME NUMARGS HANDLER FRAME-PARAM VALUE)
where NAME is the option name string, NUMARGS is the number of arguments
that the option accepts, HANDLER is a function to call to handle the option.
FRAME-PARAM (optional) is the frame parameter this option specifies,
and VALUE is the value which is given to that frame parameter
(most options use the argument for this, so VALUE is not present).
(defconst command-line-ns-option-alist '(("-NSAutoLaunch" 1 ns-ignore-1-arg) ("-NXAutoLaunch" 1 ns-ignore-1-arg) ("-macosx" 0 ignore) ("-NSHost" 1 ns-ignore-1-arg) ("-_NSMachLaunch" 1 ns-ignore-1-arg) ("-MachLaunch" 1 ns-ignore-1-arg) ("-NXOpen" 1 ns-ignore-1-arg) ("-NSOpen" 1 ns-handle-nxopen) ("-NXOpenTemp" 1 ns-ignore-1-arg) ("-NSOpenTemp" 1 ns-handle-nxopentemp) ("-GSFilePath" 1 ns-handle-nxopen) ("-name" 1 x-handle-name-switch) ("-title" 1 x-handle-switch title) ("-T" 1 x-handle-switch title) ("-r" 0 x-handle-switch reverse t) ("-rv" 0 x-handle-switch reverse t) ("-reverse" 0 x-handle-switch reverse t) ("-fn" 1 x-handle-switch font) ("-font" 1 x-handle-switch font) ("-ib" 1 x-handle-numeric-switch internal-border-width) ("-g" 1 x-handle-geometry) ("-geometry" 1 x-handle-geometry) ("-fg" 1 x-handle-switch foreground-color) ("-foreground" 1 x-handle-switch foreground-color) ("-bg" 1 x-handle-switch background-color) ("-background" 1 x-handle-switch background-color) ("-itype" 0 x-handle-switch icon-type t) ("-i" 0 x-handle-switch icon-type t) ("-iconic" 0 x-handle-iconic icon-type t) ("-cr" 1 x-handle-switch cursor-color) ("-vb" 0 x-handle-switch vertical-scroll-bars t) ("-hb" 0 x-handle-switch horizontal-scroll-bars t) ("-bd" 1 x-handle-switch) ("--name" 1 x-handle-name-switch) ("--title" 1 x-handle-switch title) ("--reverse-video" 0 x-handle-switch reverse t) ("--font" 1 x-handle-switch font) ("--internal-border" 1 x-handle-numeric-switch internal-border-width) ("--foreground-color" 1 x-handle-switch foreground-color) ("--background-color" 1 x-handle-switch background-color) ("--mouse-color" 1 x-handle-switch mouse-color) ("--icon-type" 0 x-handle-switch icon-type t) ("--iconic" 0 x-handle-iconic) ("--cursor-color" 1 x-handle-switch cursor-color) ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) ("--border-color" 1 x-handle-switch border-width)) (#$ . 7617))
#@78 Normal hook run after handling urgent options but before loading init files.
(defvar before-init-hook nil (#$ . 9975))
#@385 Normal hook run after initializing the Emacs session.
It is run after Emacs loads the init file, `default' library, the
abbrevs file, and additional Lisp packages (if any), and setting
the value of `after-init-time'.

There is no `condition-case' around the running of this hook;
therefore, if `debug-on-error' is non-nil, an error in one of
these functions will invoke the debugger.
(defvar after-init-hook nil (#$ . 10101))
#@73 Normal hook run after loading init files and handling the command line.
(defvar emacs-startup-hook nil (#$ . 10533))
#@284 Normal hook run immediately after `emacs-startup-hook'.
In new code, there is no reason to use this instead of `emacs-startup-hook'.
If you want to execute terminal-specific Lisp code, for example
to override the definitions made by the terminal-specific file,
see `tty-setup-hook'.
(defvar term-setup-hook nil (#$ . 10657))
(make-obsolete-variable 'term-setup-hook "use either `emacs-startup-hook' or `tty-setup-hook' instead." "24.4")
#@104 Non-nil means don't run `term-setup-hook' and `emacs-startup-hook'.
This is because we already did so.
(defvar inhibit-startup-hooks nil (#$ . 11101))
#@192 The brand of keyboard you are using.
This variable is used to define the proper function and keypad
keys for use under X.  It is used in a fashion analogous to the
environment variable TERM.
(defvar keyboard-type nil (#$ . 11259))
#@414 Normal hook run after loading init files and handling the command line.
This is very similar to `emacs-startup-hook'.  The only difference
is that this hook runs after frame parameters have been set up in
response to any settings from your init file.  Unless this matters
to you, use `emacs-startup-hook' instead.  (The name of this hook
is due to historical reasons, and does not reflect its purpose very well.)
(defvar window-setup-hook nil (#$ . 11497))
(byte-code "\300\301\302\303\304DD\305\306\303\307\310&\207" [custom-declare-variable initial-major-mode funcall function #[0 "\300\207" [lisp-interaction-mode] 1 "\n\n(fn)"] "Major mode command symbol to use for the initial `*scratch*' buffer." :type :group initialization] 8)
#@613 Identity of user whose init file is or was read.
The value is nil if `-q' or `--no-init-file' was specified,
meaning do not load any init file.

Otherwise, the value may be an empty string, meaning
use the init file for the user who originally logged in,
or it may be a string containing a user's name meaning
use that person's init file.

In either of the latter cases, `(concat "~" init-file-user "/")'
evaluates to the name of the directory where the init file was
looked for.

Setting `init-file-user' does not prevent Emacs from loading
`site-start.el'.  The only way to do that is to use `--no-site-file'.
(defvar init-file-user nil (#$ . 12240))
(byte-code "\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\210\300\316\302\303\317DD\320\306\321\310\322&\210\300\323\302\303\324DD\325\306\326\310\322&\210\300\327\302\303\330DD\331\306\332\310\333&\207" [custom-declare-variable site-run-file funcall function #[0 "\300\301!\207" [purecopy "site-start"] 2 "\n\n(fn)"] "File containing site-wide run-time initializations.\nThis file is loaded at run-time before `~/.emacs'.  It contains inits\nthat need to be in place for the entire site, but which, due to their\nhigher incidence of change, don't make sense to load into Emacs's\ndumped image.  Thus, the run-time load order is: 1. file described in\nthis variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.\n\nDon't use the `site-start.el' file for things some users may not like.\nPut them in `default.el' instead, so that users can more easily\noverride them.  Users can prevent loading `default.el' with the `-q'\noption or by setting `inhibit-default-init' in their own init files,\nbut inhibiting `site-start.el' requires `--no-site-file', which\nis less convenient.\n\nThis variable is defined for customization so as to make\nit visible in the relevant context.  However, actually customizing it\nis not allowed, since it would not work anyway.  The only way to set\nthis variable usefully is to set it while building and dumping Emacs." :type (choice (const :tag "none" nil) string) :group initialization :initialize custom-initialize-default :set #[514 "\300\301!\207" [error "Customizing `site-run-file' does not work"] 4 "\n\n(fn VARIABLE VALUE)"] mail-host-address #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Name of this machine, for purposes of naming users.\nIf non-nil, Emacs uses this instead of `system-name' when constructing\nemail addresses." (choice (const nil) string) mail user-mail-address #[0 "\203\302\303!\206\304 \305	\206\306 Q\207\307\207" [command-line-processed mail-host-address getenv "EMAIL" user-login-name "@" system-name ""] 3 "\n\n(fn)"] "Full mailing address of this user.\nThis is initialized with environment variable `EMAIL' or, as a\nfallback, using `mail-host-address'.  This is done after your\ninit file is read, in case it sets `mail-host-address'." string auto-save-list-file-prefix #[0 "\302=\203\n	\303P\207	\304P\207" [system-type user-emacs-directory ms-dos "auto-save.list/_s" "auto-save-list/.saves-"] 2 "\n\n(fn)"] "Prefix for generating `auto-save-list-file-name'.\nThis is used after reading your init file to initialize\n`auto-save-list-file-name', by appending Emacs's pid and the system name,\nif you have not already set `auto-save-list-file-name' yourself.\nDirectories in the prefix will be created if necessary.\nSet this to nil if you want to prevent `auto-save-list-file-name'\nfrom being initialized." (choice (const :tag "Don't record a session's auto save list" nil) string) auto-save] 12)
(defvar emacs-basic-display nil)
(defvar init-file-debug nil)
#@61 Non-nil if there was an error loading the user's init file.
(defvar init-file-had-error nil (#$ . 15845))
(defvar normal-top-level-add-subdirs-inode-list nil)
(defvar no-blinking-cursor nil)
#@50 Non-nil if building Emacs overflowed pure space.
(defvar pure-space-overflow nil (#$ . 16042))
(defvar pure-space-overflow-message (purecopy "Warning Warning!!!  Pure space overflow    !!!Warning Warning\n(See the node Pure Storage in the Lisp manual for details.)\n"))
(byte-code "\300\301\302\303\304DD\305\306\307\310\311\312\313&	\207" [custom-declare-variable tutorial-directory funcall function #[0 "\301\302\303\"!\207" [data-directory file-name-as-directory expand-file-name "tutorials"] 4 "\n\n(fn)"] "Directory containing the Emacs TUTORIAL files." :group installation :type directory :initialize custom-initialize-delay] 10)
#@205 Alist giving the version of each versioned builtin package.
I.e. each element of the list is of the form (NAME . VERSION) where
NAME is the package name as a symbol, and VERSION is its version
as a list.
(defvar package--builtin-versions (byte-code "\301\302\303!BC!\207" [emacs-version purecopy emacs version-to-list] 4) (#$ . 16686))
(defalias 'package--description-file #[257 "\300\301!!\302\303\"\203\304\305\"\202\211\262\306P\207" [file-name-nondirectory directory-file-name string-match "\\([^.].*?\\)-\\([0-9]+\\(?:[.][0-9]+\\|\\(?:pre\\|beta\\|alpha\\)[0-9]+\\)*\\)" match-string 1 "-pkg.el"] 5 "\n\n(fn DIR)"])
#@273 Add all subdirectories of `default-directory' to `load-path'.
More precisely, this uses only the subdirectories whose names
start with letters or digits; it excludes any subdirectory named `RCS'
or `CVS', and any subdirectory that contains a file named `.nosearch'.

(fn)
(defalias 'normal-top-level-add-subdirs-to-load-path #[0 "\302\211C\211\203z\211A\262\242B\262@\303!\304\305!\205\"\305!\211\206+\306\307!\233\262	\235\204t	B\211\203s\211@\310\311\"\203l\211\312\235\204l\310\313\"\204l\314!\203l\315!\316\315\317\"!\204kC\244\262\210A\266\202\2028\210)\266\202\320\237A!\207" [default-directory normal-top-level-add-subdirs-inode-list nil directory-files fboundp w32-untranslated-canonical-name 10 file-attributes string-match "\\`[[:alnum:]]" ("RCS" "CVS" "rcs" "cvs") "\\.elc?\\'" file-directory-p expand-file-name file-exists-p ".nosearch" normal-top-level-add-to-load-path] 13 (#$ . 17323)])
#@274 This function is called from a subdirs.el file.
It assumes that `default-directory' is the directory in which the
subdirs.el file exists, and it adds to `load-path' the subdirs of
that directory as specified in DIRS.  Normally the elements of
DIRS are relative.

(fn DIRS)
(defalias 'normal-top-level-add-to-load-path #[257 "\303	!\203*A\203*\211@\232\204*\n\304>\203#\211\227@\227\232\204*A\262\202\2059\305\306\307\"A\"\241\207" [load-path default-directory system-type directory-file-name (ms-dos windows-nt) append mapcar expand-file-name] 8 (#$ . 18273)])
#@210 Emacs calls this function when it first starts up.
It sets `command-line-processed', processes the command-line,
reads the initialization files, etc.
It is the default value of the variable `top-level'.

(fn)
(defalias 'normal-top-level #[0 "\203\306\307!\207\310	\311\312\n\"\313\203>@\262\211\314\311\315!\310\211\211$\210)\316\"\2047\211\314\311\317!\310\211\211$\210)A\262\202\266\f\320>\203N\321\322@\202T\323A\322@\324\313!\210B\203\323\f\325=\203g\326\202iB\212\327 \211\203\206\211@\211q\210\203\330\310#A\266\202\202l\210)\331\211\203\261\211@\211J\211<\203\251\332\333\334\335\336\337\n!\340\"\341\342%\"L\210\210A\266\202\202\211\210\343\211\203\321\211@\211J\211;\203\311\330\310#L\210\210A\266\202\202\263\266r\344q\210\345 \210\346\347!\210\310'\211)\210\350\351\352\353\351!C#\210\354\355!\211;\203\356\357!\360P!\356\357!\360P!\232\204\361\362PC\"C\210D<\2039\f\325=\203#\326\202%B\332\333\334\335\336\337!\363\"\341\342%D\"D\210\364!E\365\333\366\367\336\337!\370\"\371\372%DC\216\373 \210)\210\374\375\376\"\210\377\313\201G\"\211;\203o\201HP\262\202\215F\211\203\214\211@\201I\201J\"\203\205\211\262A\266\202\202q\210\211\205\226\361C\"\207" [command-line-processed load-path data-directory default-directory system-type eol-mnemonic-unix message "Back to top level." t expand-file-name "../lisp" nil load "subdirs.el" string-prefix-p "leim-list.el" (ms-dos windows-nt) "(Unix)" "(Mac)" "(DOS)" set-locale-environment windows-nt utf-8 buffer-list decode-coding-string (load-path exec-path) mapcar make-byte-code 257 "\301\300\302#\207" vconcat vector [decode-coding-string t] 5 "\n\n(fn DIR)" (data-directory doc-directory exec-directory installation-directory invocation-directory invocation-name source-directory shared-game-score-directory) "*Messages*" messages-buffer-mode make-local-variable window-point-insertion-type put user-full-name standard-value default-value getenv "PWD" file-attributes file-name-as-directory "." delete "PWD=" [decode-coding-string t] abbreviate-file-name funcall 0 "\306	!\n\204.\203.\f\307=\203#\310\311!\312\"\210\313\314!!\315P\202-\314\316\317\320 \321 $!
\204?\322\323!\210\203?\322\324!\210!\204U\"\203U#\204U\"\325=\203x$\300=\204d\326\327\330\331\332 $\210\333\334!\203m\334 \210\333\335!\203x\335\336 !\210\333\337!\203\201\337 \210 \205\211\322\340!\207" [default-directory auto-save-list-file-name auto-save-list-file-prefix system-type inhibit-startup-hooks abbreviate-file-name ms-dos make-directory file-name-directory t make-temp-name expand-file-name "~" format "%s%d-%s~" emacs-pid system-name run-hooks emacs-startup-hook term-setup-hook pc set-face-attribute default nil :font font-spec fboundp frame-notice-user-settings frame-set-background-mode selected-frame font-menu-add-default window-setup-hook frame-initial-frame initial-window-system noninteractive face-font-rescale-alist] 6 "\n\n(fn)" command-line setenv "TERM" "dumb" frame-parameter eol-mnemonic-mac eol-mnemonic-dos locale-coding-system process-environment charset-map-path face-font-rescale-alist initial-environment display "DISPLAY=" string-match "\\`DISPLAY="] 12 (#$ . 18861)])
(defconst tty-long-option-alist '(("--name" . "-name") ("--title" . "-T") ("--reverse-video" . "-reverse") ("--foreground-color" . "-fg") ("--background-color" . "-bg") ("--color" . "-color")))
#@45 Height in pixels of images in the tool-bar.
(defconst tool-bar-images-pixel-height 24 (#$ . 22311))
#@76 Non-nil if tool-bars are present before user and site init files are read.
(defvar tool-bar-originally-present nil (#$ . 22417))
#@297 Functions for processing window-system dependent command-line arguments.
Window system startup files should add their own function to this
alist, which should parse the command line arguments.  Those
pertaining to the window system should be processed and removed
from the returned command line.
(defvar handle-args-function-alist '((nil . tty-handle-args)) (#$ . 22553))
#@302 Alist of window-system initialization functions.
Window-system startup files should add their own initialization
function to this list.  The function should take no arguments,
and initialize the window system environment to prepare for
opening the first frame (e.g. open a connection to an X server).
(defvar window-system-initialization-alist '((nil . ignore)) (#$ . 22932))
#@81 Handle the X-like command-line arguments "-fg", "-bg", "-name", etc.

(fn ARGS)
(defalias 'tty-handle-args #[257 "\304\203@\305\232\204\211A\262\242\211\304\211\306\307\"\203)\310\225\304O\262\311\312\"\306\313\"\203c\314	\"\262\211\315=\203E\316	\"A\202c\211;\203^\316	\"\211\204W\317\320\"\210\211A\210\202c\304\262\321\235\203{\322\206t\211A\262\242B\nB\202\323\235\203\223\324\206\214\211A\262\242B\nB\202\325\235\203\325\204\245\211A\262\242\262\326;\203\257\202\316\315\304\327 \262\306\330\"\211\262\203\312\331I\210\202\267)\266\202B\nB\202\332\235\203\342\333\nB\202\334\232\203\204\357\335\262\336\247\203\371\202	\306\337\"\203\340!\202	\341!B\nB\202B\262)\266\202\211\237\244\207" [argi tty-long-option-alist default-frame-alist case-fold-search nil "--" string-match "^\\(--[^=]*\\)=" 0 match-string 1 "^--" try-completion t assoc error "Option `%s' is ambiguous" ("-fg" "-foreground") foreground-color ("-bg" "-background") background-color ("-T" "-name") title invocation-name "[.*]" 45 ("-r" "-rv" "-reverse") (reverse . t) "-color" 8 tty-color-mode "-?[0-9]+" string-to-number intern] 12 (#$ . 23314)])
#@105 A subroutine of `normal-top-level'.
Amongst another things, it parses the command-line arguments.

(fn)
(defalias 'command-line #[0 "\306 \307\n\307\310\311!\211\307=\2040\211\312\235\203\313\2020\211\314\235\203(\307\2020\211\315\235\2030\316\210\317\320@\321 #\307C\204q\322\323\324A\"B\325\326!\210\327 \210\310\330!\203[\325\331!\210\327 \210\332!\204k\325\333\334\"!\210\327 \210)\266\202\214\211\335\336!!\240\210\337\340\341\342\343\344!\345\"\346\347%C\"C\266D\211\203\246\211\350@E\313#\240\210\211A\266\202\202\220\210\307DA\307F?\205\264\351 \211G\203\305G\352 \232\203\305\353G\204\352\203\352\354\211A\262\242\211H\307\355\356H\"\203\357H\357\225\307O\262\360\361H\"H\355\362\"\2030\363H\"\211\313=\203H\361\307OH\202/\211;\203)\364\"\211\204\365\366H\"\210\211@\361\307OH\210\202/\307\262H\210H\367\235\203EH\211A\262\242D\262\202\330H\370\235\203X\307\211GI\313J\202\330H\371\235\203n\313\211KL\372MBM\202\330H\373\235\203{\307G\202\330H\374\235\203\224\211\206\214\211A\262\242G\307\262\202\330H\375\232\203\241\307I\202\330H\376\232\203\256\313N\202\330H\377\232\203\300\201lMBM\202\330H\201m\235\203\317\313K\202\330HB\262\313\262\211\203\344\365\201nH\"\210)\266\202\305\211\203\366\201o\"\262D\203D\241\210\266\201p\201q\201rD\365\201q\201s\201pEDC\217\210\201t\201u!\210\201v \204BF\2044L\203=\307\211OP\313K\201w \210\201x\201y!\203VF\204V\201z \210F\204}L\204}Q\201{>\203z\201|\201}\201~\"\201\235\203}\313K\201\200\201\201R\237\307R\"\210\201\202 \210S\201\203=\204\236\201\204 \210\201x\201\205!\203\310\201\206M\236\206\267\201\206T\236\211\205\305\211A\205\305\211A\357=?U\210VWI\203\332\201\207I\313\211#\210\307XG\203=\355\201\210G\"\203\201\211\201\212\333\201\213G\"\201\214#\210\202=\201\215\323Y\201\216>\203\201\217\202\201\217GP!!\204=\201\211\201\212\333\201\220G\353\232\2035\352 \2027G\"\201\214#\210\307\211N\313=\203L\201\221\202NN\201\222\201\223!\201\224ZN\203g\211 \210\202\222\201\225\201q\340\357\201\226\343\344!\201\227\"\201\230\201\231%D\365\201q\201\232\201\225EDC\217\210[\203\251\\\203\251r\201\233 q\210\201[ \210)F\204\305\201\234]!\203\305\332]!\203\305\201\235]!\210\307^Z=\204\326\313\262Z\262)\266\203\340Z\201\222\201\223!\204	\211\201\222\201\223!=\204	\201\200\201\236\201\237 \"\210\201\240_!\210\266`\353\232\203+\310\201\241!\206)\351 \201\242a\206(\201\243 Q`V=\2039W=\204>\201\244 \210\266b\203]c\203]\201\245\201q\201\246D\215\203]\201\247 \210\306 \201t\201\250!\210\201\251\201\252!\203\206r\201\252q\210d\201\253=\203\205e \210)F\204\242S\204\242\201v \204\242\201\254\201\255 \307\313#\210\365\201\256\201\257!Df\201\260DA!\210\307@\211\203\211@\204\211;\203\201\261\307\313g\355#)\266\203\203\201\262\323!!\323h!\230\203\313\211\262\203\201\211\201\212\333\201\263\323\201\264h\"#\201\265#\210A\266\202\202\270\266F\203\201\266\313!\210\201v \211\203^\211;\203,\211i\201\267 \210j\203>\201\270 \210\202^\211;\203P\201\271\201\272i\"\210\202X\201\271\201\273!\210\201\266\361!\210\210\201\274\201k!\205uk;\205u\201\275k!\207" [before-init-time after-init-time default-directory command-line-default-directory abbreviated-home-dir version-control current-time nil getenv "VERSION_CONTROL" ("t" "numbered") t ("nil" "existing") ("never" "simple") never locate-file "simple" get-load-suffixes external-debugging-output expand-file-name "../lisp" princ "Warning: Could not find simple.el or simple.elc" terpri "EMACSLOADPATH" "The EMACSLOADPATH environment variable is set, please check its value" file-readable-p format "Lisp directory %s not readable?" file-truename file-name-directory mapcar make-byte-code 257 "\211@;\203\301@!\204\300\242@PAB\207\207" vconcat vector [file-name-absolute-p] 3 "\n\n(fn ELT)" decode-coding-string user-login-name user-real-login-name #3="" (("--no-init-file") ("--no-site-file") ("--debug-init") ("--user") ("--iconic") ("--icon-type") ("--quick") ("--no-blinking-cursor") ("--basic-display")) string-match "\\`\\(--[^=]*\\)=" 0 match-string 1 "\\`--." try-completion assoc error "Option `%s' is ambiguous" ("-d" "-display") ("-Q" "-quick") ("-D" "-basic-display") (vertical-scroll-bars) ("-q" "-no-init-file") ("-u" "-user") "-no-site-file" "-debug-init" "-iconic" load-path data-directory standard-output load-history command-line-args locale-coding-system noninteractive init-file-user argi site-run-file inhibit-x-resources no-blinking-cursor emacs-basic-display initial-frame-alist init-file-debug menu-bar-mode tool-bar-mode window-system custom-delayed-init-variables initial-window-system default-frame-alist tool-bar-originally-present scalable-fonts-allowed face-ignored-fonts inhibit-startup-screen system-type debug-on-error deactivate-mark transient-mark-mode abbrev-file-name abbrevs-changed current-language-environment user-mail-address mail-host-address user-init-file package-enable-at-startup major-mode initial-major-mode memory-signal-data inhibit-changing-match-data user-emacs-directory server-name server-process x-session-previous-id (visibility . icon) ("-nbc" "-no-blinking-cursor") "Option `%s' doesn't allow an argument" append #1=#:err funcall #[0 "?\205:	\203\305\306\307	!\310P!!\204\311\312	\"\210	\n\236A\206%\311\312	\"!	\f\236A\2063\311\312	\" \210\313	\314\315#\207" [noninteractive initial-window-system handle-args-function-alist command-line-args window-system-initialization-alist featurep intern symbol-name "-win" error "Unsupported window system `%s'" put window-system-initialized t] 4 "\n\n(fn)"] #[257 "\301@\302=\203\303\304A\"\2028\305@\306N>\203*\307\310A@\311\312AA\313##\2028\307\310@\314N\311\315A\313##\316\"\210\317\316!\210\320\321 \207" [initial-window-system princ error apply concat file-error error-conditions format "%s: %s" mapconcat #[257 "\300\301\"\207" [prin1-to-string t] 4 "\n\n(fn OBJ)"] ", " error-message #[257 "\300\301\"\207" [prin1-to-string t] 4 "\n\n(fn OBJ)"] external-debugging-output terpri nil kill-emacs] 9 "\n\n(fn ERROR)"] run-hooks before-init-hook daemonp frame-initialize fboundp x-create-frame tool-bar-setup (x w32 ns) x-get-resource "cursorBlink" "CursorBlink" ("no" "off" "false" "0") mapc custom-reevaluate-setting normal-erase-is-backspace-setup-frame pc tty-register-default-colors frame-notice-user-settings tool-bar-lines load "[~/:\n]" display-warning initialization "Invalid user name %s" :error file-directory-p (windows-nt ms-dos) "~" "User %s has no home directory" startup default-value enable-multibyte-characters #[0 "\205\262	\306=\203\307\310Q\202;	\311=\204\307\312Q\202;\313\307\314\315#\203*\316\202;\313\307\314\317#\203:\320\nB\321\202;\316\322\323\322\211#\210\322=\203a\324\325\326\307\327Q!\"\323\322\211#\210\322=\203`\210\203\243\330!\331\232\203\243\332!\211\333P\334!\203}\211\202\210\334!\203\207\202\210\314\262\203\241\335\"\203\237\336\337#\210\340\341!\210\266\f?\205\260\314\323\342\322\211#)\262\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"] #2=#:err "\300 \210\302\211\207" [init-file-had-error nil] 2 "\n\n(fn)" #[257 "\301\302\303\304\305\306\307!\310\"\311\312%\313#\210\313\211\207" [init-file-had-error add-hook after-init-hook make-byte-code 0 "\302\303\304\305	\300@\306N\300A\203\307\202\310\311\312\300A\313#%\314#\207" vconcat vector [user-init-file display-warning initialization format "An error occurred while loading `%s':\n\n%s%s%s\n\nTo ensure normal operation, you should investigate and remove the\ncause of the error in your initialization file.  Start Emacs with\nthe `--debug-init' option to view a complete error backtrace." error-message ": " #3# mapconcat #[257 "\300\301\"\207" [prin1-to-string t] 4 "\n\n(fn S)"] ", " :warning] 11 "\n\n(fn)" t] 9 "\n\n(fn ERROR)"] window-buffer file-exists-p quietly-read-abbrev-file #[257 "r\211q\210\205\301\302!)\207" [enable-multibyte-characters set-buffer-multibyte nil] 3 "\n\n(fn BUFFER)"] buffer-list set-language-environment "EMAIL" "@" system-name clear-face-cache package-dir-found #[0 "\303\304\300!\203
\262\2021	\211\2030\211@\211;\203)\305!\306\232\203)\307\310\"B\262A\266\202\202\210\304\302!\203;\n\202>\311\310!B\262\211\211\205\203\211@\312!\203|\313!\211\203{\211@\307\"\312!\205j\314\307\315!\"!\262\203t\316\317\320\"\210A\266\202\202R\210A\266\202\202C\262\207" [package-directory-list load-path package-user-dir nil boundp file-name-nondirectory "site-lisp" expand-file-name "elpa" locate-user-emacs-file file-directory-p directory-files file-exists-p package--description-file throw package-dir-found t] 10 "\n\n(fn)"] package-initialize after-init-hook get-buffer "*scratch*" fundamental-mode tty-run-terminal-initialization selected-frame substitute-command-keys "Memory exhausted--use \\[save-some-buffers] then exit and restart Emacs" command-line-1 "/[._]emacs\\.d/?\\'" file-name-as-directory "Your `load-path' seems to contain\nyour `.emacs.d' directory: %s\nThis is likely to cause problems...\nConsider using a subdirectory instead, e.g.: %s" "lisp" :warning kill-emacs server-start daemon-initialized message "Unable to start daemon: Emacs server named %S already running" "Unable to start the daemon.\nAnother instance of Emacs is running the server, either as daemon or interactively.\nYou can use emacsclient to connect to that Emacs process." boundp emacs-session-restore] 17 (#$ . 24547)])
#@477 Apply X resources which specify initial values for Emacs variables.
This is called from a window-system initialization function, such
as `x-initialize-window-system' for X, either at startup (prior
to reading the init file), or afterwards when the user first
opens a graphical frame.

This can set the values of `menu-bar-mode', `tool-bar-mode', and
`no-blinking-cursor', as well as the `cursor' face.  Changed
settings will be marked as "CHANGED outside of Customize".

(fn)
(defalias 'x-apply-session-resources #[0 "\300\301\211\211\203$\211@\302@A@\"\235\203\3038\3048L\210A\266\202\202\266\302\305\306\"\211\205A\307\310\311\312\313\314ECDC#\210\307\310\315\313#\207" [("no" "off" "false" "0") (("menuBar" "MenuBar" menu-bar-mode nil) ("toolBar" "ToolBar" tool-bar-mode nil) ("cursorBlink" "CursorBlink" no-blinking-cursor t)) x-get-resource 2 3 "cursorColor" "Foreground" put cursor theme-face changed t :background face-modified] 8 (#$ . 34840)])
(byte-code "\300\301\302\303\304DD\305\306\307\310\311&\207" [custom-declare-variable initial-scratch-message funcall function #[0 "\300\301!\207" [purecopy ";; This buffer is for notes you don't want to save, and for Lisp evaluation.\n;; If you want to create a file, visit that file with C-x C-f,\n;; then enter the text in that file's own buffer.\n\n"] 2 "\n\n(fn)"] "Initial message displayed in *scratch* buffer at startup.\nIf this is nil, no message will be displayed." :type (choice (text :tag "Message") (const :tag "none" nil)) :group initialization] 8)
#@180 A list of texts to show in the middle part of splash screens.
Each element in the list should be a list of strings or pairs
`:face FACE', like `fancy-splash-insert' accepts them.
(defconst fancy-startup-text (byte-code "\300\301\302\303\304\305\306BB\307\303\310\311\300\312\303\313\314D\315\316\317\303\320\321\322BB\323\303\324\325D\326\303\327\330D\331\300\332\333\300\312\303\334\335D\336\303\337\340D\341BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBC\207" [:face (variable-pitch font-lock-comment-face) "Welcome to " :link "GNU Emacs" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/software/emacs/"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/software/emacs/") ", one component of the " #[0 "\301=\203\f\302\303\304BB\207\305\306\307BB\207" [system-type gnu/linux "GNU/Linux" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/gnu/linux-and-gnu.html"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/gnu/linux-and-gnu.html") "GNU" #[257 "\300 \207" [describe-gnu-project] 2 "\n\n(fn BUTTON)"] ("Display info on the GNU project")] 3 "\n\n(fn)"] " operating system.\n\n" variable-pitch "Emacs Tutorial" #[257 "\300 \207" [help-with-tutorial] 2 "\n\n(fn BUTTON)"] "	Learn basic keystroke commands" #[0 "\302\303\304\"\206	\211\305\306!r\211q\210\307\310\311\312\313\314!\315\"\316\317%DC\216\320\321	\"\322\"\210\323\324!\210e`S{*\262\230\203>\325\202B\326\327Q\207" [current-language-environment tutorial-directory "TUTORIAL" get-language-info tutorial generate-new-buffer " *temp*" funcall make-byte-code 0 "\301\300!\205	\302\300!\207" vconcat vector [buffer-name kill-buffer] 2 "\n\n(fn)" insert-file-contents expand-file-name nil search-forward "." "" " (" ")"] 10 "\n\n(fn)"] "\n" "Emacs Guided Tour" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/software/emacs/tour/"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/software/emacs/tour/") "	Overview of Emacs features at gnu.org\n" "View Emacs Manual" #[257 "\300 \207" [info-emacs-manual] 2 "\n\n(fn BUTTON)"] "	View the Emacs manual using Info\n" "Absence of Warranty" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] "	GNU Emacs comes with " (variable-pitch (:slant oblique)) "ABSOLUTELY NO WARRANTY\n" "Copying Conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] "	Conditions for redistributing and changing Emacs\n" "Ordering Manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] ("	Purchasing printed copies of manuals\n" "\n")] 36) (#$ . 36380))
#@182 A list of texts to show in the middle part of the About screen.
Each element in the list should be a list of strings or pairs
`:face FACE', like `fancy-splash-insert' accepts them.
(defconst fancy-about-text (byte-code "\300\301\302\303\304\305\306BB\307\303\310\311\300\312\313\314\313\300\315\316\317\300\320\303\321\322D\323\303\324\325D\326\313\303\327\330D\331\303\332\333D\334\300\335\336\300\320\303\337\340D\341\303\342\343D\344\303\345\346D\347\313\303\350\351D\352\353\313\303\354\355\356BB\357BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBC\207" [:face (variable-pitch font-lock-comment-face) "This is " :link "GNU Emacs" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/software/emacs/"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/software/emacs/") ", one component of the " #[0 "\301=\203\f\302\303\304BB\207\305\306\307BB\207" [system-type gnu/linux "GNU/Linux" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/gnu/linux-and-gnu.html"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/gnu/linux-and-gnu.html") "GNU" #[257 "\300 \207" [describe-gnu-project] 2 "\n\n(fn BUTTON)"] ("Display info on the GNU project.")] 3 "\n\n(fn)"] " operating system.\n" (variable-pitch font-lock-builtin-face) "\n" #[0 "\300 \207" [emacs-version] 1 "\n\n(fn)"] (variable-pitch (:height 0.8)) #[0 "\207" [emacs-copyright] 1 "\n\n(fn)"] "\n\n" variable-pitch "Authors" #[257 "\301\302\303\"!\210eb\207" [data-directory view-file expand-file-name "AUTHORS"] 5 "\n\n(fn BUTTON)"] "	Many people have contributed code included in GNU Emacs\n" "Contributing" #[257 "\301\302\303\"!\210eb\207" [data-directory view-file expand-file-name "CONTRIBUTE"] 5 "\n\n(fn BUTTON)"] "	How to contribute improvements to Emacs\n" "GNU and Freedom" #[257 "\300 \207" [describe-gnu-project] 2 "\n\n(fn BUTTON)"] "	Why we developed GNU Emacs, and the GNU operating system\n" "Absence of Warranty" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] "	GNU Emacs comes with " (variable-pitch (:slant oblique)) "ABSOLUTELY NO WARRANTY\n" "Copying Conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] "	Conditions for redistributing and changing Emacs\n" "Getting New Versions" #[257 "\300 \207" [describe-distribution] 2 "\n\n(fn BUTTON)"] "	How to obtain the latest version of Emacs\n" "Ordering Manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] "	Buying printed manuals from the FSF\n" "Emacs Tutorial" #[257 "\300 \207" [help-with-tutorial] 2 "\n\n(fn BUTTON)"] "	Learn basic Emacs keystroke commands" #[0 "\302\303\304\"\206	\211\305\306!r\211q\210\307\310\311\312\313\314!\315\"\316\317%DC\216\320\321	\"\322\"\210\323\324!\210e`S{*\262\230\203>\325\202B\326\327Q\207" [current-language-environment tutorial-directory "TUTORIAL" get-language-info tutorial generate-new-buffer " *temp*" funcall make-byte-code 0 "\301\300!\205	\302\300!\207" vconcat vector [buffer-name kill-buffer] 2 "\n\n(fn)" insert-file-contents expand-file-name nil search-forward "." "" " (" ")"] 10 "\n\n(fn)"] "Emacs Guided Tour" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/software/emacs/tour/"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/software/emacs/tour/") ("	See an overview of Emacs features at gnu.org")] 57) (#$ . 38876))
(byte-code "\300\301\302\303\304\305\306\307&\210\310\311\312\313\314DD\315\306\301\316\317&\207" [custom-declare-group fancy-splash-screen nil "Fancy splash screen when Emacs starts." :version "21.1" :group initialization custom-declare-variable fancy-splash-image funcall function #[0 "\300\207" [nil] 1 "\n\n(fn)"] "The image to show in the splash screens, or nil for defaults." :type (choice (const :tag "Default" nil) (file :tag "File"))] 8)
#@34 Keymap for splash screen buffer.
(defvar splash-screen-keymap (byte-code "\301 \302!\210\303\"\210\304\305\306#\210\304\307\306#\210\304\310\311#\210\304\312\313#\210\211\207" [button-buffer-map make-sparse-keymap suppress-keymap set-keymap-parent define-key "" scroll-down-command [33554464] " " scroll-up-command "q" exit-splash-screen] 5) (#$ . 42616))
#@552 Insert text into the current buffer, with faces.
Arguments from ARGS should be either strings; functions called
with no args that return a string; pairs `:face FACE', where FACE
is a face specification usable with `put-text-property'; or pairs
`:link LINK' where LINK is a list of arguments to pass to
`insert-button', of the form (LABEL ACTION [HELP-ECHO]), which
specifies the button's label, `action' property and help-echo string.
FACE and LINK can also be functions, which are evaluated to obtain
a face or button specification.

(fn &rest ARGS)
(defalias 'fancy-splash-insert #[128 "\300\205z@\301=\203!A\262@\262\302!\203s\211 \262\202s@\303=\203ZA\262@\302!\2038\211 \262\304@\305\306D\307\211A@\262\310\311\312	8\206P\313P\314\315&	\266\202s\316@\302!\203h\211 \202i\211\262\305\310\317 %c\210A\262\202\207" [nil :face functionp :link insert-button face link action help-echo "mouse-2, RET: " 2 "Follow this link" follow-link t propertize startup-echo-area-message] 13 (#$ . 42987)])
(defalias 'fancy-splash-image-file #[0 ";\203\207\301 \203=\302 \303X\203\304\305!\203\306\207\307\207\304\310!\204)\304\311!\203+\312\207\304\313!\2033\314\207\304\305!\203;\306\207\307\207\307\207" [fancy-splash-image display-color-p display-planes 8 image-type-available-p xpm "splash.xpm" "splash.pbm" svg imagemagick "splash.svg" png "splash.png"] 2 "\n\n(fn)"])
#@74 Insert the head part of the splash screen into the current buffer.

(fn)
(defalias 'fancy-splash-head #[0 "\300 \301!\211\205
\302!@\303 \205R\211V\205R\304\305\306\307\310\311\312\313\nBEE#c\210\314>\203>\315\316\317\"\320=\203>\321\322\"\262\323`\324!\210`\325\326\327\330\331\332\333\334&\n\210\335c\207" [fancy-splash-image-file create-image image-size window-width propertize " " display space :align-to + center -0.5 xpm frame-parameter nil background-mode dark append (:color-symbols (("#000000" . "gray30"))) make-button insert-image face default help-echo "mouse-2, RET: Browse http://www.gnu.org/" action #[257 "\300\301!\207" [browse-url "http://www.gnu.org/"] 3 "\n\n(fn BUTTON)"] follow-link t "\n\n"] 15 (#$ . 44405)])
#@92 Insert the tail part of the splash screen into the current buffer.

(fn &optional CONCISE)
(defalias 'fancy-startup-tail #[256 "\211\204 \304\305\306\307\310\311\312\313BB\314\310\315\316\317BB\314\310\320\321\322BB\323&\f\210\304\305\306\324\305\325\326\305\306\327&	\210\304\305\330\331\332 \323\305\333\323&	\210	\203t\334	!\335	!\336\337!\203r\340\336\341P\342$\211\262\203r\304\305\343G\344U\203h\345\202i\346\347\310\350\351D\352&\210\266\211\205\262\304\305\306\323\310\353\354D\355&\210\n\204\214\205\262\356\357\336\211\360\361%\356\362\336\211\360\361%\363\364\365\366\367\336\370	\371\342\372\373&
\266\304\305\374\375#\207" [emacs-copyright auto-save-list-file-prefix user-init-file custom-file fancy-splash-insert :face variable-pitch "\nTo start...     " :link "Open a File" #[257 "\300\301!\207" [call-interactively find-file] 3 "\n\n(fn BUTTON)"] ("Specify a new file's name, to edit the file") "     " "Open Home Directory" #[257 "\300\301!\207" [dired "~"] 3 "\n\n(fn BUTTON)"] ("Open your home directory, to operate on its files") "Customize Startup" #[257 "\300\301!\207" [customize-group initialization] 3 "\n\n(fn BUTTON)"] ("Change initialization settings including this screen") "\n" "To quit a partially entered command, type " default "Control-g" ".\n" (variable-pitch font-lock-builtin-face) "\nThis is " emacs-version (variable-pitch (:height 0.8)) file-name-directory file-name-nondirectory nil file-directory-p directory-files "\\`" t (variable-pitch font-lock-comment-face) 1 "\nAn auto-save file list was found.  " "\nAuto-save file lists were found.  " "If an Emacs session crashed recently,\ntype " "M-x recover-session RET" #[257 "\300\301!\207" [call-interactively recover-session] 3 "\n\n(fn BUTTON)"] " to recover the files you were editing." "Dismiss this startup screen" #[257 "\203\301\302\303\"\210\304\302!\210\305 \210\306\307!\211\203 \310 \204 \311!\210\210\312\307!\207" [startup-screen-inhibit-startup-screen customize-set-variable inhibit-startup-screen t customize-mark-to-save custom-save-all get-buffer-window "*GNU Emacs*" one-window-p delete-window kill-buffer] 4 "\n\n(fn BUTTON)"] "  " create-image "checked.xpm" :ascent center "unchecked.xpm" insert-button " " :on-glyph :off-glyph checked display follow-link action #[257 "\301\302\"\203\303\302\304#\210\303\305\301\306\"#\210\304\211\207\303\302\307#\210\303\305\301\310\"#\210\307\211\207" [startup-screen-inhibit-startup-screen overlay-get checked overlay-put nil display :off-glyph t :on-glyph] 7 "\n\n(fn BUTTON)"] (variable-pitch (:height 0.9)) " Never show it again."] 17 (#$ . 45158)])
#@49 Stop displaying the splash screen buffer.

(fn)
(defalias 'exit-splash-screen #[0 "\300\301!\207" [quit-window t] 2 (#$ . 47807) nil])
#@144 Display fancy startup screen.
If CONCISE is non-nil, display a concise version of the
splash screen in another window.

(fn &optional CONCISE)
(defalias 'fancy-startup-screen #[256 "\306\307!r\211q\210\310\311 \210	\312\313!\210\203\fc\210\204 \314 \210
\211\2036\211@\315\316\"\210\317c\210A\266\202\202!\210\317\320x\210`d|\210\317c\210\321!\210)\322!!\210\312\323!\210\324\325\"\310#\326\320!\210$\203l%\204l\327\320\330\"\210eb\210\203w\331\202x\332y\210)\203\243\333!\210\334\310\"\211?\206\236\211\335 =\206\236\211\336!=\206\236\337!\262\202\246\340!\207" [inhibit-read-only command-line-default-directory default-directory pure-space-overflow pure-space-overflow-message fancy-startup-text get-buffer-create "*GNU Emacs*" t erase-buffer make-local-variable startup-screen-inhibit-startup-screen fancy-splash-head apply fancy-splash-insert "\n" nil fancy-startup-tail use-local-map browse-url-browser-function eww-browse-url 22 set-buffer-modified-p view-mode-enter kill-buffer 2 4 display-buffer get-buffer-window selected-window next-window fit-window-to-buffer switch-to-buffer splash-screen-keymap tab-width buffer-read-only view-read-only view-mode] 7 (#$ . 47949)])
#@35 Display fancy About screen.

(fn)
(defalias 'fancy-about-screen #[0 "\306 \307 r\310\311\312\313\314\315!\316\"\317\320%DC\216\321!\210\322\323!\210\324\211\325 \210\n\203,c\210\326 \210\f\211\203E\211@\327\330\"\210\331c\210A\266\202\2020\210\332\333!\210eb\210\334 \210)\335
!\210\336\337!\210\340\341#\324$eb\210\342y*\262\207" [buffer-undo-list inhibit-read-only pure-space-overflow pure-space-overflow-message fancy-about-text splash-screen-keymap fancy-splash-frame internal--before-save-selected-window funcall make-byte-code 0 "\301\300!\207" vconcat vector [internal--after-save-selected-window] 2 "\n\n(fn)" select-frame switch-to-buffer "*About GNU Emacs*" t erase-buffer fancy-splash-head apply fancy-splash-insert "\n" set-buffer-modified-p nil force-mode-line-update use-local-map make-local-variable browse-url-browser-function eww-browse-url 22 3 tab-width buffer-read-only] 10 (#$ . 49170)])
#@189 Return the frame to use for the fancy splash screen.
Returning non-nil does not mean we should necessarily
use the fancy splash screen, but if we do use it,
we put it on this frame.

(fn)
(defalias 'fancy-splash-frame #[0 "\300\301 \302=\203
\303\304\305\"\210\306\307 \310 C\"\211\2032\211@\311!\203+\312\313!!\204+\211\262A\266\202\202\210\211\207" [nil window-system w32 sit-for 0 t append frame-list selected-frame frame-visible-p window-minibuffer-p frame-selected-window] 6 (#$ . 50102)])
#@56 Return t if fancy splash screens should be used.

(fn)
(defalias 'use-fancy-splash-screens-p #[0 "\300 \2057\301 \203\302\303!\204\302\304!\2057\305 \211\2055\306\307 !\211\205*\310\311#A\312!S\211\313\\V\266\203\262\207" [display-graphic-p display-color-p image-type-available-p xpm pbm fancy-splash-frame create-image fancy-splash-image-file image-size nil frame-height 19] 7 (#$ . 50613)])
#@291 Display non-graphic splash screen.
If optional argument STARTUP is non-nil, display the startup screen
after Emacs starts.  If STARTUP is nil, display the About screen.
If CONCISE is non-nil, display a concise version of the
splash screen in another window.

(fn &optional STARTUP CONCISE)
(defalias 'normal-splash-screen #[512 "\306\307!r\211q\210\310\311 \210	\312\303!\210\313\f\203
c\210\203#\314\202$\315c\210'\316=\2031\317\2022\320c\210\203I\321 \203C\322 \210\202L\323 \210\202L\324 \210\203w(\203w\325\326(!!\203w\327\326(!\310\330\331\332(!!P\333$\203w\334\335\336\261\210\337)!\210\340\310!\210\333*\203\221+\204\221\341\310\342\"\210\203\232\343\344\333\"\210eb\210)\203\250\345!\202\253\346!\207" [buffer-read-only command-line-default-directory default-directory tab-width pure-space-overflow pure-space-overflow-message get-buffer-create "*About GNU Emacs*" nil erase-buffer make-local-variable 8 "Welcome to GNU Emacs" "This is GNU Emacs" gnu/linux ", one component of the GNU/Linux operating system.\n" ", a part of the GNU operating system.\n" display-mouse-p normal-mouse-startup-screen normal-no-mouse-startup-screen normal-about-screen file-directory-p file-name-directory directory-files "\\`" regexp-quote file-name-nondirectory t "\n\nIf an Emacs session crashed recently, " "type Meta-x recover-session RET\nto recover" " the files you were editing.\n" use-local-map set-buffer-modified-p view-mode-enter kill-buffer rename-buffer "*GNU Emacs*" display-buffer switch-to-buffer system-type auto-save-list-file-prefix splash-screen-keymap view-read-only view-mode] 10 (#$ . 51026)])
(defalias 'normal-mouse-startup-screen #[0 "\301c\210\302c\210\303\304\305\306\307\310%\210\311c\210\303\312\305\313\307\310%\210\314c\210\303\315\305\316\307\310%\210\317c\210\303\320\305\321\307\310%\210\322c\210\303\323\305\324\307\310%\210\325c\210\326c\210\303\327\305\330\307\310%\210\331c\210\303\332\305\333\307\310%\210\334c\210\303\335\305\336\307\310%\210\337c\210\340\341 \340\261\207" [emacs-copyright "To follow a link, click Mouse-1 on it, or move to it and type RET.\nTo quit a partially entered command, type Control-g.\n" "\nImportant Help menu items:\n" insert-button "Emacs Tutorial" action #[257 "\300 \207" [help-with-tutorial] 2 "\n\n(fn BUTTON)"] follow-link t "		Learn basic Emacs keystroke commands\n" "Read the Emacs Manual" #[257 "\300 \207" [info-emacs-manual] 2 "\n\n(fn BUTTON)"] "	View the Emacs manual using Info\n" "(Non)Warranty" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] "		GNU Emacs comes with ABSOLUTELY NO WARRANTY\n" "Copying Conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] "	Conditions for redistributing and changing Emacs\n" "More Manuals / Ordering Manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] "  How to order printed manuals from the FSF\n" "\nUseful tasks:\n" "Visit New File" #[257 "\300\301!\207" [call-interactively find-file] 3 "\n\n(fn BUTTON)"] "		Specify a new file's name, to edit the file\n" "Open Home Directory" #[257 "\300\301!\207" [dired "~"] 3 "\n\n(fn BUTTON)"] "	Open your home directory, to operate on its files\n" "Customize Startup" #[257 "\300\301!\207" [customize-group initialization] 3 "\n\n(fn BUTTON)"] "	Change initialization settings including this screen\n" "\n" emacs-version] 6 "\n\n(fn)"])
#@73 Show a splash screen suitable for displays without mouse support.

(fn)
(defalias 'normal-no-mouse-startup-screen #[0 "\303!?\206\f\304H\304=\211?\305 \306\307\310#\210\211\262B	B\311\312\313\314\315\316#\211\317\232\203.\320\2029\211\2038\321!\2029\322\262\"c\210\323\324\325\326\327\316%\210\330\331!c\210\323\332\325\333\327\316%\210\330\334!c\210\323\335\325\336\327\316%\210\330\337!c\210\323\340\325\341\327\316%\210\330\342!c\210)\210\343c\210\323\344\325\345\327\316%\210\346\347!\350=\203\225\346\351!\350=\203\225\352c\210\202\232\330\353!c\210\354c\210\355c\210\323\356\325\357\327\316%\210\360c\210\323\361\325\362\327\316%\210\343c\210\323\363\325\364\327\316%\210\365c\210\323\366\325\367\327\316%\210\343c\210\343\370 \343\n\343\261\210\330\371!c\210\323\372\325\373\327\316%\210\330\374!c\210\323\375\325\376\327\316%\210\330\377!c\210\323\201@\325\201A\327\316%\210\201Bc\207" [keyboard-translate-table minor-mode-overriding-map-alist emacs-copyright char-table-p 8 make-sparse-keymap define-key [8] undefined format "\nGet help	   %s\n" where-is-internal help-command nil t [8] "C-h  (Hold down CTRL and press h)" key-description "M-x help" insert-button "Emacs manual" action #[257 "\300 \207" [info-emacs-manual] 2 "\n\n(fn BUTTON)"] follow-link substitute-command-keys "	   \\[info-emacs-manual]	" "Browse manuals" #[257 "\300 \207" [Info-directory] 2 "\n\n(fn BUTTON)"] "	   \\[info]\n" "Emacs tutorial" #[257 "\300 \207" [help-with-tutorial] 2 "\n\n(fn BUTTON)"] "	   \\[help-with-tutorial]	Undo changes	   \\[undo]\n" "Buy manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] "	   \\[view-order-manuals]	Exit Emacs	   \\[save-buffers-kill-terminal]" "\n" "Activate menubar" #[257 "\300 \207" [tmm-menubar] 2 "\n\n(fn BUTTON)"] key-binding "\340" tmm-menubar [f10] "   F10  or  ESC `  or   M-`" "   \\[tmm-menubar]" "\n(`C-' means use the CTRL key.  `M-' means use the Meta (or Alt) key.\nIf you have no Meta key, you may instead type ESC followed by the character.)" "\nUseful tasks:\n" "Visit New File" #[257 "\300\301!\207" [call-interactively find-file] 3 "\n\n(fn BUTTON)"] "			" "Open Home Directory" #[257 "\300\301!\207" [dired "~"] 3 "\n\n(fn BUTTON)"] "Customize Startup" #[257 "\300\301!\207" [customize-group initialization] 3 "\n\n(fn BUTTON)"] "		" "Open *scratch* buffer" #[257 "\300\301\302!!\207" [switch-to-buffer get-buffer-create "*scratch*"] 4 "\n\n(fn BUTTON)"] emacs-version "\nGNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for " "full details" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] ".\nEmacs is Free Software--Free as in Freedom--so you can redistribute copies\nof Emacs and modify it; type \\[describe-copying] to see " "the conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] ".\nType \\[describe-distribution] for information on " "getting the latest version" #[257 "\300 \207" [describe-distribution] 2 "\n\n(fn BUTTON)"] "."] 7 (#$ . 54413)])
(defalias 'normal-about-screen #[0 "\301\302 \301\303\261\210\304c\210\305\306\307\310\311\312%\210\313c\210\305\314\307\315\311\312%\210\316c\210\305\317\307\320\311\312%\210\321c\210\305\322\307\323\311\312%\210\324c\210\305\325\307\326\311\312%\210\327c\210\305\330\307\331\311\312%\210\332c\210\305\333\307\334\311\312%\210\335c\207" [emacs-copyright "\n" emacs-version "\n\n" "To follow a link, click Mouse-1 on it, or move to it and type RET.\n\n" insert-button "Authors" action #[257 "\301\302\303\"!\210eb\207" [data-directory view-file expand-file-name "AUTHORS"] 5 "\n\n(fn BUTTON)"] follow-link t "		Many people have contributed code included in GNU Emacs\n" "Contributing" #[257 "\301\302\303\"!\210eb\207" [data-directory view-file expand-file-name "CONTRIBUTE"] 5 "\n\n(fn BUTTON)"] "	How to contribute improvements to Emacs\n\n" "GNU and Freedom" #[257 "\300 \207" [describe-gnu-project] 2 "\n\n(fn BUTTON)"] "		Why we developed GNU Emacs and the GNU system\n" "Absence of Warranty" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] "	GNU Emacs comes with ABSOLUTELY NO WARRANTY\n" "Copying Conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] "	Conditions for redistributing and changing Emacs\n" "Getting New Versions" #[257 "\300 \207" [describe-distribution] 2 "\n\n(fn BUTTON)"] "	How to get the latest version of GNU Emacs\n" "More Manuals / Ordering Manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] "	Buying printed manuals from the FSF\n"] 6 "\n\n(fn)"])
(defalias 'startup-echo-area-message #[0 "\300 \203\301\207\302\303!\207" [daemonp "Starting Emacs daemon." substitute-command-keys "For information about GNU Emacs and the GNU system, type \\[about-emacs]."] 2 "\n\n(fn)"])
(defalias 'display-startup-echo-area-message #[0 "\305	\2069\n\2034\2034\302\306N\203%\n\f\307\232\203 \310 \202!\f\232\2069\311\312\313D\314\312\315\311EDC\217\2069\316\317\320 \")\207" [resize-mini-windows noninteractive inhibit-startup-echo-area-message user-init-file init-file-user t saved-value #2="" user-login-name #1=#:err funcall #[0 "\302\303!r\211q\210\304\305\306\307\310\311!\312\"\313\314%DC\216\315!\210\316\317\320\321\322	\323\232\203,\324 \202-	!!\325R\326\327#*\207" [user-init-file init-file-user generate-new-buffer " *temp*" funcall make-byte-code 0 "\301\300!\205	\302\300!\207" vconcat vector [buffer-name kill-buffer] 2 "\n\n(fn)" insert-file-contents re-search-forward "([ 	\n]*setq[ 	\n]+" "inhibit-startup-echo-area-message[ 	\n]+" regexp-quote prin1-to-string #2# user-login-name "[ 	\n]*)" nil t] 8 "\n\n(fn)"] error #[257 "\300\207" [nil] 2 "\n\n(fn IGNORED)"] message "%s" startup-echo-area-message] 6 "\n\n(fn)"])
#@206 Display startup screen according to display.
A fancy display is used on graphic displays, normal otherwise.

If CONCISE is non-nil, display a concise version of the startup
screen.

(fn &optional CONCISE)
(defalias 'display-startup-screen #[256 "\300\301!?\205\302 \203\303!\207\304\305\"\207" [get-buffer "*GNU Emacs*" use-fancy-splash-screens-p fancy-startup-screen normal-splash-screen t] 4 (#$ . 60142)])
#@108 Display the *About GNU Emacs* buffer.
A fancy display is used on graphic displays, normal otherwise.

(fn)
(defalias 'display-about-screen #[0 "\300 \203\301 \207\302\303!\207" [use-fancy-splash-screens-p fancy-about-screen normal-splash-screen nil] 2 (#$ . 60564) nil])
(byte-code "\300\301\302\"\210\300\303\304\"\207" [defalias about-emacs display-about-screen display-splash-screen display-startup-screen] 3)
#@49 A subroutine of `command-line'.

(fn ARGS-LEFT)
(defalias 'command-line-1 #[257 "\306 \210\203	\204\307\310\311\312#\210\313\314\211\203\325\314\211\211\315\316\317\320\f\"\"\313\211
\211\203C\211@\321\322@\"\203<\211@B\262A\266\202\202(\210@\211\203b\211@\321\322@\"\203[\211@CB\262A\266\202\202F\210\n\203\323\n@\211A\314\211\nA\203|\323A\202\326\321\324A\"\203\223A\313\225\314O\262\325\326A\"A\321\327\"\203\326\330A\"\262\211\331=\203\262A\326\314OA\202\326\211;\203\320\211\235\211\204\305\332\333A\"\210\211@\326\314OA\210\202\326\314\262A\334A\f\"\211\262\n\203\376\203\364\nBAA!\210)\202\276AA!\210\202\276A\335\232\203\331B\202\276A\336\235\2038\331B\337\206\n\211A\242!\262	\340	!\2031\341	!\210\202\276 \210\202\276A\342\235\203S\331B\343\344\206M\n\211A\242!!\210\202\276A\345\235\203\313\314\346\347C\"\206i\n\211A\242\211\262\f\314\331D\321#)\266\203\203\205	\326\314O\262\n\331\262\350\351!!\262\n\211\203\246\315EC\"E\203\307E\262	\202\307\203\275\n\nAB\241\210A\262	\202\307	EB\211E\262	\210\202\276A\352\235\203\363\351\206\334\n\211A\242!\350!\353!\203\351\211\262\354\314\331#\266\202\276A\355\235\203\351\206\n\211A\242!\350!\354\314\331\211$\266\202\276A\356\232\203<\331B\206&\n\211A\242\262	;\2042\332\357!\210\360\351\n!!\210\202\276A\361\232\203J\362\331!\210\202\276A\363\232\203X\364\365!\210\202\276\321\366A\"\203i\367A!\262\202\276\321\370A\"\203\206\367\325\326A\"!\262\367\325\371A\"!\262\202\276\334
\"\211\262\n\203\232A@\n\233\202\276\334@\"\211\262\n\203\257A@\n\233\202\276A\372\235\203\331B\206\302\n\211A\242\262	;\204\320\332\373A\"\210\fT\262
\350\351\n!\"
\326U\203\354\374!\262\f\202\360\375!\210\210\376!\204\376eb\210Sy\210\313\262\326W\204\f\377S!\210\313\262\202\276\321\201OA\"\203*\307\310\346\201PA\"\"\210\202\276A\201Q\232\2039\331\262\202\276F\314\203P@ \211\262\204PA\262\202<\211\204\274\321\201RA\"\203f\332\201SA\"\210G\204n\331BT\262\350\351!
\"\326U\203\212\374!\262\202\232B\203\226\375!\210\202\232\374!\210\210\376!\204\252eb\210Sy\210\313\262\326W\204\271\377S!\210\313\262\266\201T\201U !\204\315\362\314!\210)\266\202c\266H\331=\203\344\201V\201W!\210I\203
\201X\201W!\203
r\201Wq\210\376\201Y !\203\fIc\210\201Z\314!\210)H\203IH;\203!\201[H!\202-\201\\H!\205-H \201]\201^!\203<\202C\201V\201W!\201_\"\266B\204cH\204c	\204c\201` \204cJ\203\203\371V\205\301	?\205\301K?\205\301\201a!\206\301\201b \202\301\201c\201d!\210L\203\230\201c\201L!\210\331M\201e\201f!\203\252\201f \210N\203\272\201c\201N!\210\314N\201g\313V!)\207" [pure-space-overflow noninteractive command-line-args-left command-line-default-directory command-switch-alist command-line-x-option-alist display-startup-echo-area-message display-warning initialization "Building Emacs overflowed pure space.  (See the node Pure Storage in the Lisp manual for details.)" :warning 0 nil append ("--funcall" "--load" "--insert" "--kill" "--directory" "--eval" "--execute" "--no-splash" "--find-file" "--visit" "--file" "--no-desktop") mapcar #[257 "\300@P\207" ["-"] 3 "\n\n(fn ELT)"] string-match "^--" "" "\\`\\(--[^=]*\\)=" match-string 1 "\\`--?[^-]" try-completion t error "Option `%s' is ambiguous" assoc "-no-splash" ("-f" "-funcall" "-e") intern commandp command-execute ("-eval" "-execute") eval read ("-L" "-directory") format "\\`%s" expand-file-name command-line-normalize-file-name ("-l" "-load") file-exists-p load ("-scriptload") "-insert" "File name omitted from `-insert' option" insert-file-contents "-kill" kill-emacs "-no-desktop" message "\"--no-desktop\" ignored because the Desktop package is not loaded" "^\\+[0-9]+\\'" string-to-number "^\\+\\([0-9]+\\):\\([0-9]+\\)\\'" 2 ("-find-file" "-file" "-visit") "File name omitted from `%s' option" find-file find-file-other-window zerop move-to-column command-line-ns-option-alist argi inhibit-startup-screen path-separator inhibit-changing-match-data load-path command-line-functions initial-window-system initial-buffer-choice initial-scratch-message inhibit-x-resources inhibit-startup-buffer-menu term-setup-hook inhibit-startup-hooks window-setup-hook "\\`--?\\(no-\\)?\\(uni\\|multi\\)byte$" "Ignoring obsolete arg %s" "--" "\\`-" "Unknown option `%s'" frame-live-p selected-frame get-buffer-create "*scratch*" get-buffer buffer-size set-buffer-modified-p find-file-noselect functionp switch-to-buffer buffer-live-p norecord daemonp get-buffer-window list-buffers run-hooks emacs-startup-hook fboundp frame-notice-user-settings display-startup-screen] 23 (#$ . 60985)])
#@78 Collapse multiple slashes to one, to handle non-Emacs file names.

(fn FILE)
(defalias 'command-line-normalize-file-name #[257 "\301 \302\303\304\305\306\307!\310\"\311\312%DC\216\313\314>\203\315\202\316\"\203,\317\320\321\211$\262\322>\203E\313\323\324#\203X\317\320\321\211$\262\2022\313\325\324#\203X\317\320\321\211$\262\202E)\207" [system-type match-data funcall make-byte-code 0 "\301\300\302\"\207" vconcat vector [set-match-data evaporate] 3 "\n\n(fn)" string-match (ms-dos windows-nt) "^\\([\\/][\\/][\\/]\\)+" "^///+" replace-match "/" t (ms-dos windows-nt) "\\([\\/][\\/]\\)+" 1 "//+"] 9 (#$ . 65828)])