Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
;ELC ;;; Compiled by leavens@CMC3251632-A on Fri Aug 09 22:25:56 2002 ;;; from file c:/cygwin/usr/unsup/emacs/auto-translate.el ;;; in Emacs version 21.2.1 ;;; with bytecomp version 2.85 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`auto-translate.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\301\302\"\301\207" [file-name-buffer-file-type-alist append (("" . check-buffer-file-type))] 3) #@94 Examines the actual contents of the loaded file to see if it should use text mode or binary. (defalias 'check-buffer-file-type #[(filename) "\300\301!\205\f\302\303\304\305#??\205\305\207" [looking-at ".* \n" re-search-forward "[^ ]\n]" nil t] 4 (#$ . 728)]) #@823 Alternate value of buffer-file-type. If you have loaded a file as binary that actually has the ^M's in it, then switching to text mode will remove them in the buffer. Of course now that it's in text mode, it will save with the ^M's inserted. Switching to binary mode does NOT have a reverse effect. If you want to disable that change on entering text mode, then use a negative prefix argument, as described below. A prefix argument will force the mode change in a particular direction. A positive prefix argument forces it to binary. A zero prefix argument forces text mode allowing the removal of ^M's (only preceding ^J's). A negative prefix argument forces text mode disallowing the removal of ^M's. When the mode is changed the state of modification of the buffer is preserved, even if the ^M's are removed. (defalias 'toggle-buffer-file-type #[(arg) "\305 \306\f\203\f\307Y\202? \203@\204@\f\203&\f\310V\203@\212\311 \210\312\313\306\314#\203;\315\316\306\314#\210\202*\317\n!\210)+\320 \207" [buffer-file-type buffer-read-only mod old arg buffer-modified-p nil 1 -2 beginning-of-buffer search-forward " \n" t replace-match "\n" set-buffer-modified-p force-mode-line-update] 4 (#$ . 997) "P"])