emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105642: Remove unused variable find-


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105642: Remove unused variable find-file-not-true-dirname-list
Date: Sat, 03 Sep 2011 09:41:27 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105642
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sat 2011-09-03 09:41:27 +0800
message:
  Remove unused variable find-file-not-true-dirname-list
  
  See http://debbugs.gnu.org/9422.
modified:
  lisp/ChangeLog
  lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-02 16:38:40 +0000
+++ b/lisp/ChangeLog    2011-09-03 01:41:27 +0000
@@ -1,3 +1,7 @@
+2011-09-03  Leo Liu  <address@hidden>
+
+       * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
+
 2011-09-02  Chong Yidong  <address@hidden>
 
        * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Deleted.

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2011-09-02 16:38:40 +0000
+++ b/lisp/files.el     2011-09-03 01:41:27 +0000
@@ -1639,11 +1639,6 @@
                        (substring filename (match-end 0)))))
       filename)))
 
-(defcustom find-file-not-true-dirname-list nil
-  "List of logical names for which visiting shouldn't save the true dirname."
-  :type '(repeat (string :tag "Name"))
-  :group 'find-file)
-
 (defun find-buffer-visiting (filename &optional predicate)
   "Return the buffer visiting file FILENAME (a string).
 This is like `get-file-buffer', except that it checks for any buffer


reply via email to

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