| Commit message (Expand) | Author | Age | Files | Lines |
* | (hack-local-variables-prop-line): Search two lines if "#!". | Karl Heuer | 1994-03-29 | 1 | -14/+7 |
* | (basic-save-buffer-1): New subroutine, broken out of basic-save-buffer. | Richard M. Stallman | 1994-03-29 | 1 | -51/+60 |
* | (set-visited-file-name): Kill local var vc-mode. | Richard M. Stallman | 1994-03-27 | 1 | -0/+5 |
* | (insert-directory): Quote special shell chars, | Richard M. Stallman | 1994-03-21 | 1 | -2/+15 |
* | Fix typo in comment. | Karl Heuer | 1994-03-13 | 1 | -1/+1 |
* | Don't use triple-hyphen in a character class. | Karl Heuer | 1994-03-12 | 1 | -2/+2 |
* | (find-buffer-visiting): Don't compare NUMBER if it is nil. | Richard M. Stallman | 1994-03-10 | 1 | -11/+12 |
* | (find-buffer-visiting): Fix typo in previous change. | Karl Heuer | 1994-03-09 | 1 | -1/+1 |
* | (find-buffer-visiting): New function to look for another buffer visiting the | Karl Heuer | 1994-03-09 | 1 | -40/+41 |
* | (buffer-file-truename): Doc fix. | Karl Heuer | 1994-03-03 | 1 | -1/+2 |
* | (set-visited-file-name): Unlock the file if setting the visited file name to | Karl Heuer | 1994-02-25 | 1 | -2/+1 |
* | (kill-emacs-query-functions): New variable. | Richard M. Stallman | 1994-02-24 | 1 | -0/+10 |
* | (revert-buffer): Use new insert-file-contents replace arg. | Richard M. Stallman | 1994-02-17 | 1 | -3/+3 |
* | interpreter-mode-alist: Add modes for awk, gawk, and scm scripts. | Noah Friedman | 1994-02-17 | 1 | -1/+4 |
* | (recover-file): Call auto-save-file-name-p correctly. | Richard M. Stallman | 1994-02-16 | 1 | -1/+2 |
* | (interpreter-mode-alist): New variable. | Richard M. Stallman | 1994-02-16 | 1 | -1/+33 |
* | (auto-mode-alist): Add elt for .tcl files. | Richard M. Stallman | 1994-02-06 | 1 | -2/+3 |
* | Fix file-relative-name to allow for ancestors as well as descendants. | Karl Heuer | 1994-02-02 | 1 | -11/+5 |
* | (auto-mode-alist): Add .p and .pas for pascal-mode. | Richard M. Stallman | 1994-02-01 | 1 | -0/+2 |
* | (revert-buffer): Doc fix. | Richard M. Stallman | 1994-02-01 | 1 | -1/+1 |
* | (revert-buffer): reposition after-revert-hook, and add before-revert-hook. | Karl Heuer | 1994-02-01 | 1 | -3/+5 |
* | (revert-buffer): Run after-revert-hook. | Richard M. Stallman | 1994-01-18 | 1 | -2/+5 |
* | Fix typo (extra paren). | Roland McGrath | 1994-01-17 | 1 | -2/+2 |
* | (set-auto-mode): Handle (REGEXP FUNCTION t) elements. | Richard M. Stallman | 1994-01-15 | 1 | -15/+28 |
* | (abbreviate-file-name): Don't convert / to ~/ when the home dir is /. | Richard M. Stallman | 1994-01-14 | 1 | -1/+4 |
* | (auto-mode-alist): Treat changelo like ChangeLog. | Richard M. Stallman | 1994-01-06 | 1 | -0/+1 |
* | [ms-dos] (make-backup-file-name, backup-file-name-p): | Richard M. Stallman | 1994-01-06 | 1 | -2/+18 |
* | (save-some-buffers): Fix previous change. | Richard M. Stallman | 1994-01-01 | 1 | -42/+44 |
* | (save-some-buffers): Reinsert lost code to save abbrevs. | Richard M. Stallman | 1993-12-31 | 1 | -33/+41 |
* | (hack-one-local-variable): Treat file-name-handler-alist | Richard M. Stallman | 1993-12-30 | 1 | -1/+1 |
* | (hack-local-variables-prop-line): If we can't switch-to-buffer | Richard M. Stallman | 1993-12-23 | 1 | -3/+13 |
* | (find-backup-file-name): Don't fatal-error on | Richard M. Stallman | 1993-11-10 | 1 | -14/+23 |
* | (abbreviated-home-dir): Doc fix. | Richard M. Stallman | 1993-10-12 | 1 | -1/+1 |
* | (hack-local-variables): If buffer has no file, display its buffer name. | Richard M. Stallman | 1993-10-09 | 1 | -1/+5 |
* | (local-write-file-hooks): Make this variable buffer-local. | Brian Fox | 1993-09-21 | 1 | -3/+4 |
* | (directory-abbrev-alist): Doc fix. | Richard M. Stallman | 1993-09-17 | 1 | -0/+3 |
* | (hack-local-variables-prop-line): Ignore any specification | Richard M. Stallman | 1993-09-11 | 1 | -72/+66 |
* | (find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'. | Richard M. Stallman | 1993-08-15 | 1 | -1/+5 |
* | (backup-inhibited): Doc fix. | Richard M. Stallman | 1993-08-13 | 1 | -2/+4 |
* | (after-find-file): Improve warning message about | Richard M. Stallman | 1993-08-06 | 1 | -1/+1 |
* | (basic-save-buffer): When we read a file name, | Richard M. Stallman | 1993-07-31 | 1 | -6/+2 |
* | (insert-directory): Make sure default-directory is absolute. | Richard M. Stallman | 1993-07-26 | 1 | -7/+11 |
* | (parse-colon-path): Really make nil, not ".", for empty path element. | Richard M. Stallman | 1993-07-22 | 1 | -3/+3 |
* | (parse-colon-path): Turn empty substring into nil. | Richard M. Stallman | 1993-07-20 | 1 | -2/+4 |
* | (ange-ftp-completion-hook-function): New function. | Richard M. Stallman | 1993-07-20 | 1 | -0/+10 |
* | * files.el (insert-directory): Doc fix. | Jim Blandy | 1993-07-18 | 1 | -13/+7 |
* | (basic-save-buffer): Use after-save-hook. | Richard M. Stallman | 1993-07-08 | 1 | -1/+1 |
* | (file-relative-name): If we use default-directory, | Richard M. Stallman | 1993-07-08 | 1 | -3/+2 |
* | (basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook. | Roland McGrath | 1993-07-07 | 1 | -1/+1 |
* | (cd-absolute): Use abbreviate-file-name on expansion of DIR. | Roland McGrath | 1993-07-07 | 1 | -1/+1 |