[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107926: * lisp/frame.el (automatic-h
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107926: * lisp/frame.el (automatic-hscrolling): Make this alias obsolete. |
Date: |
Mon, 16 Apr 2012 14:41:38 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107926
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-16 14:41:38 -0400
message:
* lisp/frame.el (automatic-hscrolling): Make this alias obsolete.
modified:
lisp/ChangeLog
lisp/frame.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-04-16 17:32:02 +0000
+++ b/lisp/ChangeLog 2012-04-16 18:41:38 +0000
@@ -1,3 +1,7 @@
+2012-04-16 Glenn Morris <address@hidden>
+
+ * frame.el (automatic-hscrolling): Make this alias obsolete.
+
2012-04-12 Agustín Martín Domingo <address@hidden>
* ispell.el (ispell-set-spellchecker-params): Post-process
=== modified file 'lisp/frame.el'
--- a/lisp/frame.el 2012-04-15 15:15:00 +0000
+++ b/lisp/frame.el 2012-04-16 18:41:38 +0000
@@ -1651,7 +1651,8 @@
;; Misc.
-(defvaralias 'automatic-hscrolling 'auto-hscroll-mode)
+;; Only marked as obsolete in 24.2.
+(define-obsolete-variable-alias 'automatic-hscrolling 'auto-hscroll-mode
"22.1")
(make-variable-buffer-local 'show-trailing-whitespace)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107926: * lisp/frame.el (automatic-hscrolling): Make this alias obsolete.,
Glenn Morris <=