Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (basic-save-buffer): if selective-display is t, file may end in CR instead of | Karl Heuer | 1994-04-15 | 1 | -0/+2 |
| | | | | LF. | ||||
* | (find-buffer-visiting): Don't check buffer-file-number | Richard M. Stallman | 1994-04-14 | 1 | -1/+2 |
| | | | | unless buffer-file-name is non-nil. | ||||
* | (inhibit-first-line-modes-regexps): Renamed from | Richard M. Stallman | 1994-04-09 | 1 | -4/+4 |
| | | | | inhibit-local-variables-regexps. | ||||
* | (hack-one-local-variable): Test for risky-local-variable property. | Richard M. Stallman | 1994-04-07 | 1 | -1/+7 |
| | | | | Put such properties on some variables, including minor-mode-map-alist. | ||||
* | (hack-one-local-variable): Treat varnames ending in -form or -forms like eval. | Richard M. Stallman | 1994-04-07 | 1 | -1/+2 |
| | |||||
* | (auto-save-mode): Don't let buffer-saved-size stay negative. | Richard M. Stallman | 1994-04-05 | 1 | -0/+4 |
| | |||||
* | (version-control): Doc fix. | Richard M. Stallman | 1994-04-04 | 1 | -1/+1 |
| | |||||
* | (hack-local-variables-prop-line): Search two lines if "#!". | Karl Heuer | 1994-03-29 | 1 | -14/+7 |
| | | | | Ignore keyword `mode', since it's already been handled. | ||||
* | (basic-save-buffer-1): New subroutine, broken out of basic-save-buffer. | Richard M. Stallman | 1994-03-29 | 1 | -51/+60 |
| | | | | (basic-save-buffer): Use basic-save-buffer-1. | ||||
* | (set-visited-file-name): Kill local var vc-mode. | Richard M. Stallman | 1994-03-27 | 1 | -0/+5 |
| | | | | Make buffer writable if was read-only due to vc. | ||||
* | (insert-directory): Quote special shell chars, | Richard M. Stallman | 1994-03-21 | 1 | -2/+15 |
| | | | | aside from wildcards and quoting characters. | ||||
* | 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 |
| | | | | | same inode. (find-file-noselect): Use it instead of inline code. | ||||
* | (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 |
| | | | | nil. | ||||
* | (kill-emacs-query-functions): New variable. | Richard M. Stallman | 1994-02-24 | 1 | -0/+10 |
| | | | | (save-buffers-kill-emacs): Use it. | ||||
* | (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 |
| | | | | (set-auto-mode): Use that for chosing a mode. | ||||
* | (auto-mode-alist): Add elt for .tcl files. | Richard M. Stallman | 1994-02-06 | 1 | -2/+3 |
| | | | | Move texinfo elts up. | ||||
* | 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 |
| | | | | | Use "*.bak" as backup file name. (user-init-file): new variable. | ||||
* | (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 |
| | | | | kand after-load-alist like eval. | ||||
* | (hack-local-variables-prop-line): If we can't switch-to-buffer | Richard M. Stallman | 1993-12-23 | 1 | -3/+13 |
| | | | | | | | | | in selected window, try another window, then a new frame. (set-visited-file-name): Don't rename-buffer if buffer already has the desired name. (insert-file): Add * to interactive spec. | ||||
* | (find-backup-file-name): Don't fatal-error on | Richard M. Stallman | 1993-11-10 | 1 | -14/+23 |
| | | | | | | directories that are hard to read; fall back on ~/%backup%. (file-truename): Treat ~USER like just ~. | ||||
* | (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 |
| | | | | | for `mode:', since set-auto-mode has already handled it. (set-auto-mode): Clean up. Handle more than one `mode:' spec in -*-. | ||||
* | (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 |
| | | | | existing file that can't be read. | ||||
* | (basic-save-buffer): When we read a file name, | Richard M. Stallman | 1993-07-31 | 1 | -6/+2 |
| | | | | use set-visited-file-name to put it in. | ||||
* | (insert-directory): Make sure default-directory is absolute. | Richard M. Stallman | 1993-07-26 | 1 | -7/+11 |
| | | | | (set-auto-mode): Fix backwards test involving inhibit-local-variables-regexps. | ||||
* | (parse-colon-path): Really make nil, not ".", for empty path element. | Richard M. Stallman | 1993-07-22 | 1 | -3/+3 |
| |