summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (rmail-output-file-alist): Mark it risky.Richard M. Stallman1994-07-141-0/+1
* (insert-directory): Fix previous change.Richard M. Stallman1994-07-131-2/+2
* (insert-directory): Fix prev change.Richard M. Stallman1994-07-121-9/+11
* (insert-directory): Allow list for SWITCHES.Richard M. Stallman1994-07-121-5/+23
* (hack-one-local-variable): Check for root using user-uid.Richard M. Stallman1994-07-081-1/+1
* (outline-level): Mark it risky.Richard M. Stallman1994-07-071-0/+2
* (process-environment, exec-path, load-path,exec-directory):Richard M. Stallman1994-07-071-1/+5
* (switch-to-buffer-other-frame): Raise the frame.Richard M. Stallman1994-07-071-1/+2
* (revert-buffer-function): Doc fix.Richard M. Stallman1994-07-061-1/+3
* (auto-save-mode): If autosave is off because buffer hasRichard M. Stallman1994-07-061-1/+4
* (delete-old-versions): Var renamed from trim-versions-without-asking.Richard M. Stallman1994-07-061-6/+6
* (set-visited-file-name): Avoid crash if TRUENAME is nil.Richard M. Stallman1994-07-051-1/+2
* (file-truename): Use iteration when possible.Richard M. Stallman1994-07-051-33/+64
* (set-visited-file-name): Handle find-file-visit-truenameRichard M. Stallman1994-07-051-29/+34
* (delete-auto-save-files): Doc fix.Richard M. Stallman1994-06-211-2/+2
* (make-auto-save-file-name): Convert slashes to \! and double the backslashes.Richard M. Stallman1994-06-171-7/+20
* (make-auto-save-file-name): Don't use slashes in autosave name for a non-fileKarl Heuer1994-06-151-1/+8
* (insert-directory): Use expanded file name to find handler.Richard M. Stallman1994-05-281-1/+3
* (kill-emacs-query-functions): Doc fix.Richard M. Stallman1994-05-261-1/+2
* Add more risky-local-variable properties.Richard M. Stallman1994-05-251-1/+5
* (interpreter-mode-alist): Add wishx, tclsh.Richard M. Stallman1994-05-231-12/+12
* (hack-one-local-variable): Check properly for `defun.Richard M. Stallman1994-05-231-1/+1
* (abbreviate-file-name): Add special case for ms-dos.Richard M. Stallman1994-05-101-11/+4
* (file-chase-links): Delete redundant slashes.Karl Heuer1994-05-101-1/+5
* (find-file-noselect): Suppress same-file warning ifRichard M. Stallman1994-05-091-2/+4
* (hack-one-local-variable): Silently execute evalRichard M. Stallman1994-04-301-11/+28
* (revert-buffer): widen before replacing text.Karl Heuer1994-04-301-0/+1
* (ange-ftp-completion-hook-function): Use new inhibit vars.Richard M. Stallman1994-04-271-1/+5
* Delete misplaced comment.Karl Heuer1994-04-231-2/+1
* Pass operation to find-file-name-handler.Karl Heuer1994-04-221-5/+5
* (basic-save-buffer): if selective-display is t, file may end in CR instead ofKarl Heuer1994-04-151-0/+2
* (find-buffer-visiting): Don't check buffer-file-numberRichard M. Stallman1994-04-141-1/+2
* (inhibit-first-line-modes-regexps): Renamed fromRichard M. Stallman1994-04-091-4/+4
* (hack-one-local-variable): Test for risky-local-variable property.Richard M. Stallman1994-04-071-1/+7
* (hack-one-local-variable): Treat varnames ending in -form or -forms like eval.Richard M. Stallman1994-04-071-1/+2
* (auto-save-mode): Don't let buffer-saved-size stay negative.Richard M. Stallman1994-04-051-0/+4
* (version-control): Doc fix.Richard M. Stallman1994-04-041-1/+1
* (hack-local-variables-prop-line): Search two lines if "#!".Karl Heuer1994-03-291-14/+7
* (basic-save-buffer-1): New subroutine, broken out of basic-save-buffer.Richard M. Stallman1994-03-291-51/+60
* (set-visited-file-name): Kill local var vc-mode.Richard M. Stallman1994-03-271-0/+5
* (insert-directory): Quote special shell chars,Richard M. Stallman1994-03-211-2/+15
* Fix typo in comment.Karl Heuer1994-03-131-1/+1
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-121-2/+2
* (find-buffer-visiting): Don't compare NUMBER if it is nil.Richard M. Stallman1994-03-101-11/+12
* (find-buffer-visiting): Fix typo in previous change.Karl Heuer1994-03-091-1/+1
* (find-buffer-visiting): New function to look for another buffer visiting theKarl Heuer1994-03-091-40/+41
* (buffer-file-truename): Doc fix.Karl Heuer1994-03-031-1/+2
* (set-visited-file-name): Unlock the file if setting the visited file name toKarl Heuer1994-02-251-2/+1
* (kill-emacs-query-functions): New variable.Richard M. Stallman1994-02-241-0/+10
* (revert-buffer): Use new insert-file-contents replace arg.Richard M. Stallman1994-02-171-3/+3