emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111282: * help-fns.el (describe-vari


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111282: * help-fns.el (describe-variable): Make sure we get the right buffer name.
Date: Fri, 21 Dec 2012 11:37:02 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111282
fixes bug: http://debbugs.gnu.org/13105
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-12-21 11:37:02 +0800
message:
  * help-fns.el (describe-variable): Make sure we get the right buffer name.
  Suggested by Kelly Dean.
modified:
  lisp/ChangeLog
  lisp/help-fns.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-12-21 02:08:29 +0000
+++ b/lisp/ChangeLog    2012-12-21 03:37:02 +0000
@@ -1,3 +1,8 @@
+2012-12-21  Chong Yidong  <address@hidden>
+
+       * help-fns.el (describe-variable): Make sure we get the right
+       buffer name (Bug#13105).  Suggested by Kelly Dean.
+
 2012-12-20  Michael R. Mauger  <address@hidden>
 
        * comint.el (comint-redirect-previous-input-string): New variable.

=== modified file 'lisp/help-fns.el'
--- a/lisp/help-fns.el  2012-10-12 20:11:50 +0000
+++ b/lisp/help-fns.el  2012-12-21 03:37:02 +0000
@@ -789,7 +789,7 @@
              (cond
                ((bufferp locus)
                 (princ (format "Local in buffer %s; "
-                               (buffer-name))))
+                               (buffer-name buffer))))
                ((framep locus)
                 (princ (format "It is a frame-local variable; ")))
                ((terminal-live-p locus)


reply via email to

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