• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching defs:same

238 Yet, at the same time, saving a precious file
566 Default name to DEFAULT-DIRNAME if user exits with the same
831 ;; If this is the same dir we last got the truename for,
1005 same-window-buffer-names same-window-regexps)
1017 same-window-buffer-names same-window-regexps)
1027 same-window-buffer-names same-window-regexps
1246 ;; This prevents us from finding the same buffer
1247 ;; if we specified the same file again.
1356 visiting the same file, possibly under a different name.
1402 (defcustom find-file-suppress-same-file-warnings nil
1456 ;; Find any buffer for a file which has same truename.
1458 ;; Let user know if there is a buffer with the same truename.
1462 find-file-suppress-same-file-warnings
1464 (message "%s and %s are the same file"
2176 (defun set-auto-mode (&optional keep-mode-if-same)
2193 we don't actually set it to the same mode the buffer already has."
2228 (or (set-auto-mode-0 mode keep-mode-if-same)
2241 ;; same time.
2246 (set-auto-mode-0 (cdr done) keep-mode-if-same)))
2260 (set-auto-mode-0 done keep-mode-if-same)))
2293 (set-auto-mode-0 mode keep-mode-if-same)
2308 (set-auto-mode-0 done keep-mode-if-same)))))
2310 ;; When `keep-mode-if-same' is set, we are working on behalf of
2312 ;; same one we already have, don't actually reset it. We don't want to lose
2314 (defun set-auto-mode-0 (mode &optional keep-mode-if-same)
2318 same, do nothing and return nil."
2319 (unless (and keep-mode-if-same
2615 ;; The same can be said for `coding' in set-auto-coding.
3237 are backed up into the same directory, the file names in this
3381 Uses `backup-directory-alist' in the same way as does
4142 ;; interface, but leaving the programmatic interface the same.