*** empty log message ***
This commit is contained in:
parent
d460c0f5ad
commit
73d5f66837
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-05-19 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/reftex.el (reftex-isearch-minor-mode): Moved the
|
||||
definition of this variable from reftex-global.el to reftex.el,
|
||||
because it is needed in the menu.
|
||||
|
||||
2005-05-19 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* emacs-lisp/copyright.el (copyright-fix-years): Make sure all
|
||||
|
|
|
@ -2424,11 +2424,11 @@ IGNORE-WORDS List of words which should be removed from the string."
|
|||
|
||||
;; Define a menu for the menu bar if Emacs is running under X
|
||||
|
||||
(require 'easymenu)
|
||||
|
||||
(defvar reftex-isearch-minor-mode nil)
|
||||
(make-variable-buffer-local 'reftex-isearch-minor-mode)
|
||||
|
||||
(require 'easymenu)
|
||||
|
||||
(easy-menu-define reftex-mode-menu reftex-mode-map
|
||||
"Menu used in RefTeX mode"
|
||||
`("Ref"
|
||||
|
|
Loading…
Add table
Reference in a new issue