emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111710: subr.el (buffer-file-type, d


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111710: subr.el (buffer-file-type, default-buffer-file-type): Remove.
Date: Sat, 09 Feb 2013 18:20:29 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111710
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2013-02-09 18:20:29 +0200
message:
  subr.el (buffer-file-type, default-buffer-file-type): Remove.
modified:
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-09 12:52:01 +0000
+++ b/lisp/ChangeLog    2013-02-09 16:20:29 +0000
@@ -1,5 +1,7 @@
 2013-02-09  Eli Zaretskii  <address@hidden>
 
+       * subr.el (buffer-file-type, default-buffer-file-type): Remove.
+
        * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
        buffer-file-type.
 

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2013-02-03 16:13:36 +0000
+++ b/lisp/subr.el      2013-02-09 16:20:29 +0000
@@ -1229,7 +1229,6 @@
 (make-obsolete-variable 'default-scroll-down-aggressively 
'scroll-down-aggressively "23.2")
 (make-obsolete-variable 'default-fill-column 'fill-column "23.2")
 (make-obsolete-variable 'default-cursor-type 'cursor-type "23.2")
-(make-obsolete-variable 'default-buffer-file-type 'buffer-file-type "23.2")
 (make-obsolete-variable 'default-cursor-in-non-selected-windows 
'cursor-in-non-selected-windows "23.2")
 (make-obsolete-variable 'default-buffer-file-coding-system 
'buffer-file-coding-system "23.2")
 (make-obsolete-variable 'default-major-mode 'major-mode "23.2")
@@ -2622,15 +2621,6 @@
 This hook is normally set up with a function to put the buffer in Help
 mode.")
 
-(defvar-local buffer-file-type nil
-  "Non-nil if the visited file is a binary file.
-This variable is meaningful on MS-DOG and MS-Windows.
-On those systems, it is automatically local in every buffer.
-On other systems, this variable is normally always nil.
-
-WARNING: This variable is obsolete and will disappear Real Soon Now.
-Don't use it!")
-
 ;; The `assert' macro from the cl package signals
 ;; `cl-assertion-failed' at runtime so always define it.
 (put 'cl-assertion-failed 'error-conditions '(error))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]