aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (enable-local-variables): Doc fix.Richard M. Stallman2006-02-211-4/+5
* * files.el: Rearrange functions and variables in the file localChong Yidong2006-02-171-116/+123
* Add truncate-lines, ispell-check-comments andReiner Steib2006-02-171-0/+6
* * files.el (hack-local-variables-confirm): Kill temp buffer after use.Chong Yidong2006-02-151-3/+3
* * files.el (hack-local-variables-confirm): Allow scrolling if theChong Yidong2006-02-151-40/+50
* * files.el (hack-local-variables): Remove ignored variables beforeChong Yidong2006-02-141-4/+4
* * files.el (hack-local-variables): Only set results if theyChong Yidong2006-02-141-28/+29
* * files.el (safe-local-variable-values): New option.Chong Yidong2006-02-141-179/+273
* (magic-mode-alist): Don't use `\\s ' in regexps.Richard M. Stallman2006-02-121-5/+6
* (revert-buffer, recover-file): Replace buffer-read-only with inhibit-read-onl...Eli Zaretskii2006-02-111-54/+52