emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107897: Changed defcustoms should ge


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107897: Changed defcustoms should get :version bumps
Date: Fri, 13 Apr 2012 18:33:08 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107897
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-04-13 18:33:08 -0700
message:
  Changed defcustoms should get :version bumps
modified:
  lisp/progmodes/which-func.el
=== modified file 'lisp/progmodes/which-func.el'
--- a/lisp/progmodes/which-func.el      2012-04-13 15:19:58 +0000
+++ b/lisp/progmodes/which-func.el      2012-04-14 01:33:08 +0000
@@ -1,6 +1,6 @@
 ;;; which-func.el --- print current function in mode line
 
-;; Copyright (C) 1994, 1997-1998, 2001-2012  Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1997-1998, 2001-2012 Free Software Foundation, Inc.
 
 ;; Author:   Alex Rezinsky <address@hidden>
 ;;           (doesn't seem to be responsive any more)
@@ -80,6 +80,7 @@
 For other modes it is disabled.  If this is equal to t,
 then Which Function mode is enabled in any major mode that supports it."
   :group 'which-func
+  :version "24.2"                       ; added objc-mode
   :type '(choice (const :tag "All modes" t)
                 (repeat (symbol :tag "Major mode"))))
 


reply via email to

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