summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (revert-buffer): Fix previous change.Kenichi Handa2006-11-101-0/+1
* (revert-buffer): If a unibyte buffer is being revertedKenichi Handa2006-10-301-0/+9
* (file-name-history): Add defvar.Richard M. Stallman2006-10-121-2/+5
* (auto-mode-alist): Match change log file name also withAndreas Schwab2006-10-121-1/+1
* Mark `buffer-read-only' as safe-local-variable.Reiner Steib2006-10-081-2/+2
* (find-file-existing): Modified to not allow wildcards.Eli Zaretskii2006-09-301-7/+9
* * files.el (save-some-buffers-action-alist): Display diff inChong Yidong2006-09-221-1/+7
* (find-buffer-visiting): Don't get fooled by a nil inode.Stefan Monnier2006-09-201-1/+1
* (risky-local-variable-p): Match ...-bindat-spec.Richard M. Stallman2006-09-081-3/+3
* (abbreviate-file-name): Don't mistakenly match newlines in file name.Stefan Monnier2006-09-061-1/+1
* (convert-standard-filename): For Cygwin, replace characters not allowed inEli Zaretskii2006-07-291-6/+14
* Remove spurious * in docstrings.Stefan Monnier2006-07-161-35/+35
* (locate-file-completion): Avoid duplicates in result.Richard M. Stallman2006-07-121-1/+1
* * files.el (find-alternate-file): Doc fix.Chong Yidong2006-07-061-1/+5
* (abbreviate-file-name): Add save-match-data.Richard M. Stallman2006-07-051-41/+42
* (find-file-noselect-1): Remove unused var assignment.Stefan Monnier2006-07-021-25/+16
* Fix a comment.Eli Zaretskii2006-06-231-1/+1
* * files.el (hack-local-variables): Run `hack-local-variables-hook'Chong Yidong2006-06-201-2/+2
* (find-file-noselect): Improve the question wording.Richard M. Stallman2006-06-191-10/+41
* (basic-save-buffer-2): For a new precious file,Richard M. Stallman2006-06-161-2/+3
* (hack-local-variables-confirm):Thien-Thi Nguyen2006-06-121-1/+5
* (hack-local-variables-prop-line)Kenichi Handa2006-06-071-4/+2
* (hack-local-variables): Ignore `char-trans' as well as `coding'.Kenichi Handa2006-06-021-1/+1
* (hack-local-variables-prop-line): Ignore `char-trans'Kenichi Handa2006-06-021-1/+3
* (auto-mode-alist): Add makepp suffix and optional mk on Makeppfile.Daniel Pfeiffer2006-05-301-1/+2
* (hack-one-local-variable-eval-safep): Don't burp if usedStefan Monnier2006-05-291-1/+4
* * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argumentChong Yidong2006-05-261-1/+1
* (file-name-extension): Doc fix.Richard M. Stallman2006-05-171-0/+1
* (auto-mode-alist): Add .lha files to archive file extensions.Eli Zaretskii2006-05-161-2/+2
* Trivial typo.Stefan Monnier2006-05-161-1/+1
* (version-control): Correct safe values.Reiner Steib2006-05-121-1/+2
* Balance parentheses.Luc Teirlinck2006-05-121-1/+1
* Move `safe-local-variable' declarations to the respective files.Reiner Steib2006-05-111-18/+7
* Remove `eval' and `let' binding for now unused lambda `string-or-null'.Juri Linkov2006-05-091-25/+23
* (buffer-stale-function): Point Info links to the main manual, not to emacs-xtra.Eli Zaretskii2006-05-061-1/+1
* (byte-compile-dynamic)Reiner Steib2006-05-021-10/+10
* (safe-local-variable-p): Remove support for the special value t.Stefan Monnier2006-04-291-5/+1
* (enable-local-variables): Allow :all as value.Richard M. Stallman2006-04-181-1/+10
* (hack-one-local-variable-eval-safep): Recognize `edebug-form-spec' for `put',Eli Zaretskii2006-04-131-6/+8
* (enable-local-variables): Allow value :safe.Richard M. Stallman2006-04-111-15/+26
* (hack-local-variables-confirm) <offer-save>: Clarify message text. SuggestedEli Zaretskii2006-04-081-2/+2
* * subr.el (string-or-null-p): New function.Reiner Steib2006-04-061-9/+18
* * files.el: Move some `safe-local-variable' declarations to theReiner Steib2006-04-061-10/+2
* Mark `left-margin', `byte-compile-dynamic-docstrings'Andreas Schwab2006-04-041-0/+3
* (ctl-x-5-map): Really bind C-x 5 C-o to `display-buffer-other-frame'.Romain Francoise2006-03-241-1/+1
* (display-buffer-other-frame): New command.Richard M. Stallman2006-03-201-0/+15
* (auto-mode-alist): Add .odt (OpenOffice's open document) files. Mention inEli Zaretskii2006-03-111-1/+4
* * files.el (hack-local-variables-confirm): Don't prompt for ! ifChong Yidong2006-03-101-12/+21
* * files.el (hack-local-variables-confirm): SetChong Yidong2006-03-081-3/+7
* (load-library): Use `get-load-suffixes' instead of `load-suffixes'.Luc Teirlinck2006-02-271-1/+1