- 29 Aug, 2009 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 28 Aug, 2009 2 commits
-
-
Juri Linkov authored
associated with `archive-mode'.
-
Stefan Monnier authored
* gnus/mm-util.el (mm-insert-file-contents): * org/org-html.el (org-export-as-html): * org/org-docbook.el (org-export-as-docbook): * textmodes/reftex.el (reftex-get-file-buffer-force): * progmodes/verilog-mode.el (verilog-batch-execute-func): * emulation/viper.el (viper-go-away, viper-set-hooks): * emacs-lisp/re-builder.el (re-builder-unload-function): * emacs-lisp/bytecomp.el (byte-compile-file): * ses.el (ses-unload-function): * hexl.el (hexl-find-file): * files.el (normal-mode): * ehelp.el (with-electric-help): * autoinsert.el (auto-insert-alist): * arc-mode.el (archive-mode): Use (default-value 'major-mode) instead of default-major-mode.
-
- 26 Aug, 2009 1 commit
-
-
Glenn Morris authored
(safe-local-variable-values, safe-local-eval-forms): Mark as risky in the defcustoms. (auto-mode-alist, ignored-local-variables) (save-some-buffers-action-alist): Move risky declarations to the definitions. (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string) (font-lock-defaults, format-alist, imenu--index-alist) (imenu-generic-expression, input-method-alist, minor-mode-alist) (mode-line-buffer-identification, mode-line-client, mode-line-modes) (mode-line-modified, mode-line-mule-info, mode-line-position) (mode-line-process, mode-line-remote, outline-level) (parse-time-rules, rmail-output-file-alist) (special-display-buffer-names, vc-mode): Move risky declarations to the relevant files.
-
- 23 Aug, 2009 1 commit
-
-
Glenn Morris authored
-
- 17 Aug, 2009 1 commit
-
-
Chong Yidong authored
a minor mode, pass it an argument (Bug#4148).
-
- 16 Aug, 2009 1 commit
-
-
Chong Yidong authored
directory to /. Expand DIR argument before switching to fallback. Suggested by Kevin Ryde (Bug#2631, Bug#3911).
-
- 15 Aug, 2009 1 commit
-
-
Chong Yidong authored
-
- 14 Aug, 2009 1 commit
-
-
Chong Yidong authored
-
- 12 Aug, 2009 1 commit
-
-
Juri Linkov authored
file/directory-local variables to files-x.el.
-
- 04 Aug, 2009 1 commit
-
-
Juri Linkov authored
(read-file-local-variable, read-file-local-variable-value) (read-file-local-variable-mode, modify-file-local-variable) (modify-file-local-variable-prop-line) (modify-dir-local-variable): New functions. (add-file-local-variable, delete-file-local-variable) (add-file-local-variable-prop-line, delete-file-local-variable-prop-line) (add-dir-local-variable, delete-dir-local-variable) (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals) (copy-dir-locals-to-file-locals-prop-line): New commands.
-
- 21 Jul, 2009 3 commits
-
-
Chong Yidong authored
* mail/rmail.el (rmail-variables): Use auto-save-include-big-deletions. * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16 changes.
-
Richard M. Stallman authored
for toggling mode.
-
Glenn Morris authored
(find-file-noselect, insert-file-1): Update for above change.
-
- 20 Jul, 2009 1 commit
-
-
Chong Yidong authored
-
- 19 Jul, 2009 2 commits
-
-
Juri Linkov authored
(dir-local-variables-alist): New buffer-local variable. (hack-local-variables-filter): If variable is not dir-local, i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist', because file-local overrides dir-local. (c-postprocess-file-styles)<declare-function>: Remove obsolete declaration. (hack-dir-local-variables): Add dir-local variable/value pair to `dir-local-variables-alist' and remove duplicates. Doc fix.
-
Chong Yidong authored
-
- 18 Jul, 2009 1 commit
-
-
Alan Mackenzie authored
`file-local-variables-alist'.
-
- 16 Jul, 2009 1 commit
-
-
Richard M. Stallman authored
* mail/rmail.el (rmail-variables): Set buffer-saved-size to -2. (rmail-retry-ignored-headers): Add more uninteresting fields.
-
- 05 Jul, 2009 1 commit
-
-
Stefan Monnier authored
Obey confirm-nonexistent-file-or-buffer.
-
- 28 Jun, 2009 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
(move-file-to-trash): If trash-directory is nil and system-move-file-to-trash is unbound, perform freedesktop-style trashing. * NEWS: Document change.
-
- 22 Jun, 2009 1 commit
-
-
Glenn Morris authored
and `eval' entries. (Bug#3430)
-
- 18 Jun, 2009 1 commit
-
-
Glenn Morris authored
optional, since it is always unneeded in the non-file case. (Bug#3577)
-
- 17 Jun, 2009 2 commits
-
-
Chong Yidong authored
-
Glenn Morris authored
-
- 20 May, 2009 1 commit
-
-
Jason Rumney authored
directory separator to UNC path case (Bug#3252).
-
- 29 Apr, 2009 1 commit
-
-
Chong Yidong authored
(hack-local-variables, dir-locals-read-from-file): Bind read-circle to nil before reading. * lread.c (Vread_circle): New variable. (read1): Disable recursive read if Vread_circle is nil.
-
- 28 Apr, 2009 1 commit
-
-
Stefan Monnier authored
-
- 11 Apr, 2009 1 commit
-
-
Chong Yidong authored
the mtime of the directory-local variables file (Bug#2833). (dir-locals-set-directory-class): New arg mtime. Store it in dir-locals-directory-cache. (dir-locals-find-file): Check cache validity using the mtime. (dir-locals-read-from-file): Save the file mtime in the cache. (hack-dir-local-variables): Adapt to new dir-locals-directory-cache entry format.
-
- 08 Apr, 2009 1 commit
-
-
Eli Zaretskii authored
-
- 30 Mar, 2009 1 commit
-
-
Jason Rumney authored
when a UNC mount point is reached.
-
- 28 Mar, 2009 1 commit
-
-
Eli Zaretskii authored
-
- 21 Mar, 2009 1 commit
-
-
Chong Yidong authored
(file-modes-symbolic-to-number): Handle empty permissions arg (Bug#2729).
-
- 15 Mar, 2009 1 commit
-
-
Chong Yidong authored
usable before calling call-process. Suggested by Kevin Ryde (Bug#2631).
-
- 13 Mar, 2009 1 commit
-
-
Stefan Monnier authored
packages, as well as Opkg/Ipkg packages.
-
- 03 Mar, 2009 1 commit
-
-
Kenichi Handa authored
buffer-file-coding-system-explicit. (revert-buffer): Check car part of buffer-file-coding-system-explicit.
-
- 01 Mar, 2009 1 commit
-
-
Glenn Morris authored
choice. (Bug#2506)
-
- 17 Feb, 2009 1 commit
-
-
Jason Rumney authored
-